@font-face {
    font-family: font-light;
    src: url(https://mobilnomer.ru/wp-content/themes/mobilnomer/fonts/Font-Light.eot#iefix) format("embedded-opentype"), url(.https://mobilnomer.ru/wp-content/themes/mobilnomer/fonts/Font-Light.ttf) format("truetype"), url(https://mobilnomer.ru/wp-content/themes/mobilnomer/fonts/Font-Light.svg) format("svg"), url(https://mobilnomer.ru/wp-content/themes/mobilnomer/fonts/Font-Light.woff) format("woff")
}

@font-face {
    font-family: font-regular;
    src: url(https://mobilnomer.ru/wp-content/themes/mobilnomer/fonts/Font-Regular.eot#iefix) format("embedded-opentype"), url(https://mobilnomer.ru/wp-content/themes/mobilnomer/fonts/Font-Regular.ttf) format("truetype"), url(https://mobilnomer.ru/wp-content/themes/mobilnomer/fonts/Font-Regular.svg) format("svg"), url(https://mobilnomer.ru/wp-content/themes/mobilnomer/fonts/Font-Regular.woff) format("woff")
}

@font-face {
    font-family: font-medium;
    src: url(https://mobilnomer.ru/wp-content/themes/mobilnomer/fonts/Font-Medium.eot#iefix) format("embedded-opentype"), url(https://mobilnomer.ru/wp-content/themes/mobilnomer/fonts/Font-Medium.ttf) format("truetype"), url(https://mobilnomer.ru/wp-content/themes/mobilnomer/fonts/Font-Medium.svg) format("svg"), url(https://mobilnomer.ru/wp-content/themes/mobilnomer/fonts/Font-Medium.woff) format("woff")
}

@font-face {
    font-family: font-semibold;
    src: url(https://mobilnomer.ru/wp-content/themes/mobilnomer/fonts/Font-Semibold.eot#iefix) format("embedded-opentype"), url(https://mobilnomer.ru/wp-content/themes/mobilnomer/fonts/Font-Semibold.ttf) format("truetype"), url(https://mobilnomer.ru/wp-content/themes/mobilnomer/fonts/Font-Semibold.woff) format("woff")
}

@font-face {
    font-family: font-bold;
    src: url(https://mobilnomer.ru/wp-content/themes/mobilnomer/fonts/Font-BOLD.eot#iefix) format("embedded-opentype"), url(https://mobilnomer.ru/wp-content/themes/mobilnomer/fonts/Font-BOLD.ttf) format("truetype"), url(https://mobilnomer.ru/wp-content/themes/mobilnomer/fonts/Font-BOLD.svg) format("svg"), url(https://mobilnomer.ru/wp-content/themes/mobilnomer/fonts/Font-BOLD.woff) format("woff")
}


@import 'https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap';

:root {
    --primary-color: #233343;
    --color-primary-background: #F5F5F7;
    --color-primary-text: #233343;
    --color-primary-link: #1762F9;
    --color-secondary-background: #FFFFFF;
    --color-primary-button: #233343;
    --color-primary-button-text: #FFFFFF;
    --color-secondary-button: #EA3742
}

:root {
    --primary-width: 1232px;
    --secondary-width: 1040px
}

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a {
    text-decoration: none;
    outline: none;
    color: inherit
}

html {
    color: var(--color-primary-text);
    font-size: 1em;
    line-height: 1.4
}

body {
    background: var(--color-primary-background);
    color: var(--color-primary-text);
    font-family: font-medium, -apple-system, Arial, sans-serif;
	overflow-x: hidden;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #efefef;
    margin: 1em 0;
    padding: 0
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.clearfix::before,
.clearfix::after {
    content: " ";
    display: table
}

.clearfix::after {
    clear: both
}

.header--block {
    width: 100%
}

.header--block .header--container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.header--block .header--container {
    width: calc(100% - 32px);
    max-width: var(--secondary-width);
    margin: 0 auto;
    padding: 22px 0
}

.header--block .logo {
    display: flex;
    align-items: center;
    column-gap: 6px
}

.header--block .logo--name {
    font-size: 22px;
    font-family: opensans;
    font-weight: 700;
    letter-spacing: -.02em
}

.logo img {
	width: 240px;
    height: 24px;
}
.button--action {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    column-gap: 12px
}

.button--action {
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 14px;
    color: var(--color-primary-button-text);
    -webkit-transition: .35s cubic-bezier(.28, .11, .32, 1);
    transition: .35s cubic-bezier(.28, .11, .32, 1)
}

.button--secondary {
    line-height: 36px;
    padding: 0 18px;
    border-radius: 8px
}

.button--primary {
    line-height: 64px;
    padding: 0 30px;
    border-radius: 16px;
    font-size: 18px
}

.button--gray {
    background: var(--color-primary-button)
}

.button--red {
    background: var(--color-secondary-button)
}

.button--action:hover {
    opacity: .8
}

.search--form--main {
    width: 100%
}

.search--form--main .search--container {
    width: calc(100% - 32px);
    max-width: var(--secondary-width);
    margin: 0 auto;
    padding: 15px 0
}

.title--search {
    width: 100%;
    text-align: center;
    position: relative
}

.title--search:after {
    content: '';
    position: absolute;
    top: 185px;
    left: 70px;
    width: 79px;
    height: 70px;
    background: url(../images/arrow--search.svg)no-repeat center;
    background-size: contain
}

.title--search .title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    column-gap: 12px
}

.title--search .title {
    font-size: 52px;
    font-family: font-bold;
    line-height: 1.14
}

.title--search .title b {
    color: #ea3742
}

.title--search .title img {
    max-width: 70px
}

.title--search .about {
    width: 100%;
    max-width: 630px;
    margin: 16px auto;
    font-size: 17px;
    line-height: 1.5;
    opacity: .8
}

.form--search--block {
    width: 100%;
    margin: 0px 0 0
}

.form--search--block .tabs--list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -ms-flex-align: flex-end;
    align-items: flex-end
}

.form--search--block .tabs--list .tabs--item {
    font-size: 18px;
    line-height: 60px;
    padding: 0 22px;
    background: var(--color-secondary-background);
    opacity: .3;
    cursor: pointer;
    -webkit-transition: .15s cubic-bezier(.28, .11, .32, .5);
    transition: .15s cubic-bezier(.28, .11, .32, .5)
}

.form--search--block .tabs--list .tabs--item img {
    margin-right: 8px;
    pointer-events: none
}

.form--search--block .tabs--list .tabs--item p {
    pointer-events: none;
display: inline;
}

.form--search--block .tabs--list .tabs--item:first-child {
    border-radius: 32px 0 0 0
}

.form--search--block .tabs--list .tabs--item:last-child {
    border-radius: 0 32px 0 0
}

.form--search--block .tabs--list .tabs--item:hover {
    opacity: .6
}

.form--search--block .tabs--list .tabs--item.tabheader__item_active {
    opacity: 1
}

.form--search--block .tabs--container {
    background: var(--color-secondary-background);
    padding: 20px 16px 20px 16px;
    border-radius: 0 30px 30px 30px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .05)
}

.form--search--block .form--section {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.form--search--block .form--section .input--secondary--container {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    width: calc(100% - 194px)
}

.form--section .input--secondary--container .input--icon {
    position: absolute
}

.form--section .input--secondary--container .input--contain {
    position: relative;
    width: 100%
}

.form--section .input--secondary--container .input--contain input {
    width: 100%;
    font-size: 20px;
    line-height: 32px;
    outline: none;
    border: none;
    background: 0 0;
    padding-left: 48px;
    padding-top: 16px
}

.form--section .input--secondary--container .input--contain .form--label {
    position: absolute;
    top: 12px;
    left: 48px;
    opacity: .5;
    font-size: 16px;
    line-height: 21px;
    text-align: left;
    white-space: nowrap;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    pointer-events: none
}

.input--secondary--container .input--contain input:focus~.form--label,
.input--secondary--container .input--contain input:valid~.form--label,
.input--secondary--container .input--contain input.disabled~.form--label {
    top: -1px;
    font-size: 12px;
    line-height: 16px
}

.file-wrapper {
    position: relative;
    width: 100%;
    min-height: 84px;
    max-height: 220px;
    padding: 16px;
    border: 2px dashed #dfdfdf;
    border-radius: 22px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 8px;
    cursor: pointer
}

.file-input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 100
}

.file-preview-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 17px;
    opacity: .6;
    z-index: 1
}

.file-preview {
    width: 100%;
    max-height: 200px;
    z-index: 10;
    object-fit: contain;
    opacity: 0;
    transition: opacity .4s ease-in
}

.file-wrapper:hover .file-preview-background {
    opacity: .4
}

.form--search--block .form--section.search--file--line {
    -ms-flex-direction: column;
    flex-direction: column
}

.form--search--block .form--section.search--file--line .button--action {
    margin-top: 16px
}

.photo--set--block {
    width: 100%;
    overflow: hidden
}

.photo--set--container {
    width: 100%;
    position: relative
}

.photo--set--container .photo--set--context {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    column-gap: 48px;
    padding-bottom: 48px;
    width: 2497px
}

.photo--set--container .photo--set--context.photo--set--top {
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-animation: 122s linear 0s infinite reverse none running carousel;
    animation: 122s linear 0s infinite reverse none running carousel
}

.photo--set--container .photo--set--context.photo--set--bottom {
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-animation: 122s linear 0s infinite none running carousel;
    animation: 122s linear 0s infinite none running carousel
}

.photo--set--container .photo--set--context .photo--container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.photo--set--container .photo--set--context.photo--set--bottom .photo--container {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.photo--set--container .photo--set--context .photo--container .title {
    font-size: 11px;
    opacity: .8;
    margin: 12px auto
}

.photo--set--container .photo--set--context .photo--container .photo--cover {
    border-radius: 22px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative
}

.photo--set--container .photo--set--context .photo--container .photo--cover.vertical {
    width: 220px;
    height: 320px
}

.photo--set--container .photo--set--context .photo--container .photo--cover.horizontal {
    width: 320px;
    height: 220px
}

.photo--set--container .photo--set--context .photo--container .photo--cover.vertical:after {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 277px;
    height: 372px;
    background: url(../images/shadow--vertical.png)no-repeat center;
    background-size: contain
}

.photo--set--container .photo--set--context .photo--container .photo--cover.horizontal:after {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 377px;
    height: 280px;
    background: url(../images/shadow--horizont.png)no-repeat center;
    background-size: contain
}

.photo--set--container .photo--set--line {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    column-gap: 48px
}

@keyframes carousel {
    100% {
        -webkit-transform: translateX(-100%) rotate(0.01deg);
        transform: translateX(-100%) rotate(0.01deg)
    }
}

.photo--set--container .photo--set--context .photo--container:hover {
    opacity: .8
}

.product--block {
    width: calc(100% - 32px);
    max-width: var(--primary-width);
    margin: 0px auto;
    border-radius: 32px;
    background: var(--color-secondary-background);
    padding: 24px 108px 24px
}

.product--block .product--container {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.product--block .product--container .product--row {
    width: 100%;
    text-align: center
}

.product--block .product--container .product--row .product--cover {
    width: 100%;
    max-width: 500px;
    margin: 10px 0 20px 0
}

.product--container .product--row .title {
font-size: 24px;
    line-height: 1.1;
    margin: 0 0 15px 0;
}

.product--container .product--row .about {
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.5;
    opacity: .8;
    margin-bottom: 14px;
	text-align: left;
}

.link--primary {
    font-size: 17px;
    color: #1762f9;
    opacity: .8
}

.link--primary img {
    margin-left: 6px
}

.link--primary:hover {
    opacity: 1;
    text-decoration: underline
}

.timeline--block {
    width: calc(100% - 32px);
    max-width: 640px;
    margin: 108px auto;
    position: relative
}

.timeline--block:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 220px;
    pointer-events: none;
    background: linear-gradient(to top, #F5F5F7, transparent)
}

.timeline--block .timeline--container {
    overflow: auto;
    height: 542px
}

.timeline--block .timeline--container::-webkit-scrollbar {
    display: none
}

.timeline--container .search--request {
    width: 100%;
    display: block;
    padding: 35px 0 24px 0
}

.timeline--container .search--request:not(:last-child) {
    border-bottom: 1px solid #ddd
}

.timeline--container .search--request .title {
    position: relative;
    margin-bottom: 40px
}

.timeline--container .search--request .name {
    font-size: 28px;
    line-height: 1.2;
    font-family: font-semibold;
    width: calc(100% - 215px);
    padding-right: 8px;
    padding-left: 8px;
    filter: blur(0.35rem)
}

.timeline--container .search--request .number {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 215px;
    font-size: 23px;
    color: #1762f9;
    opacity: .8
}

.timeline--container .search--request .time {
    font-size: 23px;
    opacity: .5;
    -webkit-font-smoothing: antialiased;
	margin-top: 10px;
   
}

.timeline--container .search--request:hover .name {
    color: #1762f9;
    opacity: .8
}

.footer--block {
    width: 100%;
    margin: 40px auto 44px
}

.footer--block .footer--container {
    border-top: 2px solid rgba(112, 112, 112, .1);
    width: calc(100% - 128px);
    max-width: var(--secondary-width);
    margin: 0 auto
}

.footer--container .footer--nav--list {
    width: 100%;
    padding: 44px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    column-gap: 24px
}

.footer--container .footer--nav--list .footer--nav--item {
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 16px
}

.footer--container .footer--nav--list .footer--nav--item a:hover {
    text-decoration: underline
}

.footer--container .footer--nav--list .footer--nav--title {
    margin-bottom: 4px
}

.footer--container .footer--nav--list .footer--link {
    opacity: .6
}

.footer--container .footer--nav--list .footer--link:hover {
    opacity: 1
}

.footer--container .footer--nav--list .social--link--list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    column-gap: 8px
}

.footer--container .footer--nav--list .social--link--list a {
    width: 25px;
    min-width: 25px;
    height: 25px;
    border-radius: 8px;
    background: rgba(48, 56, 68, .5);
    padding: 0 5px
}

.footer--container .footer--nav--list .social--link--list a img {
    max-width: 100%
}

.footer--container .footer--nav--list .social--link--list a:hover {
    background: rgba(48, 56, 68, .8)
}

.copyright {
    font-size: 12px;
    line-height: 1.2;
    opacity: .5
}

.footer--container .footer--nav--list .logo {
    display: block;
    font-size: 22px;
    color: var(--color-primary-text);
    font-family: font-semibold;
}

.footer--container .footer--nav--list .logo .product {
    display: inline-block;
    font-size: 15px;
    color: var(--primary-color);
    font-family: font-semibold;
    line-height: 22px;
    border-radius: 8px;
    padding: 0 8px;
    background: rgba(48, 56, 68);
    margin-left: 4px
}

.footer--container .footer--nav--list .logo:hover {

}

.header--secondary--block {
    width: 100%
}

.header--secondary--container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    column-gap: 32px
}

.header--secondary--container {
    width: calc(100% - 32px);
    max-width: var(--secondary-width);
    margin: 0 auto;
    padding: 22px 0
}

.header--secondary--container .header--row-- {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: space-between;
    justify-content: right;
    -ms-flex-align: center;
    align-items: center
}

.header--secondary--container .header--row--:first-child {
    width: calc(100% - 356px)
}

.header--secondary--container .header--row--:last-child {
    width: 356px
}

.header--secondary--container .header--input--search {
    width: 100%;
    margin-left: 44px;
    height: 52px;
    position: relative;
    overflow: hidden
}

.header--secondary--container .header--input--search input {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #efefef;
    line-height: 50px;
    padding-left: 22px;
    padding-right: 72px;
    outline: none
}

.header--secondary--container .header--input--search button {
    position: absolute;
    right: 1px;
    top: 1px;
    z-index: 9;
    padding: 15px;
    background: 0 0;
    border: none;
    outline: none;
    cursor: pointer
}

.header--secondary--container .header--input--search button img {
    max-width: 18px
}

.header--secondary--container .header--input--search input:focus {
    box-shadow: 0 0 2px 2px inset #437ff8
}

.form--button {
    position: relative;
    cursor: pointer
}

.form--button form input {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    cursor: pointer
}

.button--second--primary {
    line-height: 52px;
    padding: 0 20px;
    border-radius: 12px;
    font-size: 14px
}

.main--wrapper {
    width: 100%;
    padding-top: 22px
}

.content--wrapper--block.content--with--sidebar {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    column-gap: 32px
}

.content--wrapper--block {
    width: calc(100% - 32px);
    max-width: var(--secondary-width);
    margin: 0 auto
}

.title--block {
    width: 100%;
    max-width: var(--secondary-width);
    margin: 0 auto;
    margin-bottom: 22px;
	width: calc(100% - 32px);
 }

h1 {
	    font-size: 52px;
    font-family: font-bold;
    line-height: 1.14;
}


.title--block .name, .title--block .name h1 {
    font-size: 24px;
    line-height: 1.2;
    font-family: font-bold;
    margin-bottom: 12px
}

.title--block .sort--info {
    font-size: 12px;
    line-height: 1.5;
    opacity: .5;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    column-gap: 16px
}

.content--wrapper--block .content--wrapper--container {
    width: calc(100% - 356px - 16px)
}

.section--content {
    background: #fff;
    border: 1px solid #efefef;
    padding: 20px 24px;
    border-radius: 12px
}

.section--content .photo--cover {
    padding-bottom: 16px;
    border-bottom: 1px solid #efefef
}

.section--content .photo--cover img {
    max-width: 100%;
    border-radius: 8px;
    overflow: hidden;
    object-fit: cover;
    -webkit-transition: .35s cubic-bezier(.28, .11, .32, 1);
    transition: .35s cubic-bezier(.28, .11, .32, 1)
}

.section--content .photo--cover img:hover {
    opacity: .8
}

.section--content .photo--cover .photo--label {
    font-size: 12px;
    line-height: 1.5;
    opacity: .5;
    margin-top: 12px
}

.section--content .about--block {
    padding: 6px 0 22px 0;
    border-bottom: 1px solid #efefef
}

.section--content .about--block>.title {
    font-size: 18px;
    line-height: 1.2;
    font-family: font-bold;
    margin-bottom: 22px
}

.section--content .about--block .item--list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
    column-gap: 22px;
    row-gap: 22px;
		margin-top: 20px;
}

.section--content .about--block .item--list .item {
    width: calc(50% - 11px)
}

.section--content .about--block .item--list .item .title {
    font-family: font-semibold;
    font-size: 16px
}

.section--content .about--block .item--list .item .about {
    font-size: 14px;
    opacity: .5
}

.notification {
    width: 100%;
    position: relative;
    border-radius: 12px;
    padding: 22px 22px 22px 48px;
    margin: 12px auto
}

.notification .icon {
    position: absolute;
    top: 22px;
    left: 12px
}

.notification .icon img {
    max-width: 25px
}

.notification .context {
    font-size: 15px;
    line-height: 1.5
}

.notification--success {
    background: rgba(234, 249, 222, .25);
    border: 1px solid #e9f4df;
    color: #6e7990
}

.notification--alert {
    background: rgba(249, 222, 222, .25);
    border: 1px solid #f4dfdf;
    color: #906e6e
}

.notification a {
    color: #6696f8
}

.notification a:hover {
    text-decoration: underline
}

.section--content .action--line {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    column-gap: 16px;
    row-gap: 16px
}

.section--content .action--line .action--button {
    border-radius: 12px;
    background: #f4f5f8;
    padding: 0 20px;
    line-height: 52px
}

.section--content .action--line .action--button span {
    padding-left: 12px;
    font-size: 15px
}

.section--content .action--line .social--line .action--button {
    height: 52px;
    padding-top: 17px;
    display: inline-flex
}

.section--content .action--line .social--line .action--button img {
    max-height: 18px
}

.section--content .action--line .social--line .action--button:first-child {
    border-right: 1px solid #efefef;
    border-radius: 12px 0 0 12px;
    padding-left: 14px;
    padding-right: 14px
}

.section--content .action--line .social--line .action--button:nth-child(2) {
    border-radius: 0 12px 12px 0;
    margin-left: -4px;
    padding-right: 16px;
    padding-left: 16px
}

.section--content .action--line .action--button:hover {
    opacity: .6
}

.subname {
    font-size: 15px;
    font-family: font-semibold;
    line-height: 1.3
}

.photo--chronology {
    position: relative;
    width: 100%;
    margin-top: 32px;
    padding-left: 42px
}

.photo--chronology:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #efefef
}

.photo--chronology:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 1px;
    width: 7px;
    height: 1px;
    background: #efefef
}

.photo--chronology .chronology--item {
    position: relative;
    padding-bottom: 32px
}

.photo--chronology .chronology--item:after {
    content: '';
    position: absolute;
    z-index: 9;
    left: -43px;
    top: 3px;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: #b6b6b6
}

.photo--chronology .chronology--item .date {
    font-size: 16px;
    margin-bottom: 8px;
    opacity: .5
}

.photo--chronology .chronology--item .location {
    font-size: 16px;
    font-family: font-semibold;
    line-height: 1.2;
    margin-bottom: 4px
}

.photo--chronology .chronology--item .source {
    font-size: 12px;
    line-height: 1.4;
    opacity: .5
}

.photo--chronology .chronology--item .photo--card--list {
    width: 100%;
    margin-top: 22px
}

.photo--chronology .chronology--item .photo--card--list .card--item {
    width: 122px;
    min-width: 122px;
    height: 122px;
    min-height: 122px;
    border-radius: 12px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.photo--chronology .chronology--item .photo--card--list .card--item:not(:last-child) {
    margin-right: 12px
}

.photo--chronology .chronology--item .photo--card--list .card--item:hover {
    opacity: .6
}

.photo--card--list .flickity-prev-next-button.next {
    right: -15px
}

.photo--card--list .flickity-prev-next-button {
    width: 30px;
    height: 30px
}

.photo--card--list .flickity-button {
    box-shadow: 0 5px 12px rgb(113 113 113/25%);
    background: #fff
}

.photo--card--list .flickity-prev-next-button .flickity-button-icon {
    left: 23%;
    top: 20%;
    width: 50%;
    height: 60%
}

.photo--card--list .flickity-prev-next-button.previous {
    left: -14px
}

.photo--card--list .flickity-button:disabled {
    opacity: 0
}
@media only screen and (max-width:1000px) {
.timeline--container {
	margin-top: 25px;
}}

.title--mid--section {
    margin-top: 42px
}

.form--comments--add {
    width: 100%;
    margin-top: 12px;
    padding-bottom: 16px;
    border-bottom: 1px solid #efefef
}

.form--comments--add textarea {
    width: 100%;
    min-height: 150px;
    resize: none;
    font-size: 16px;
    line-height: 21px;
    padding: 16px 22px 12px;
    border: 1px solid #efefef;
    background: rgba(255, 255, 255, .75);
    border-radius: 12px;
    outline: none;
    margin: 0;
    margin-bottom: 22px
}

.form--comments--add .button--action {
    width: 100%;
    color: inherit
}

.form--comments--add textarea:focus {
    box-shadow: 0 0 2px 2px inset #437ff8
}

.comments--block {
    width: 100%;
    margin-top: 22px
}

.comments--block .comments--item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    padding: 22px 0 0;
    column-gap: 12px
}

.comments--block .comments--item:not(:last-child) .message--container {
    border-bottom: 1px solid #efefef
}

.comments--block .comments--item .avatar img {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    border-radius: 50%;
    object-fit: cover
}

.comments--block .comments--item .message--container {
    font-size: 14px;
    line-height: 1.5;
    opacity: .8;
    padding-bottom: 22px
}

.comments--block .comments--item .message--info {
    font-size: 12px;
    line-height: 1.5;
    opacity: .5;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    column-gap: 16px;
    margin-top: 12px
}

.sidebar--container {
    width: calc(356px - 16px)
}

.sidebar--container .section {
    background: #fff;
    border: 1px solid #efefef;
    padding: 25px 24px;
    border-radius: 12px
}

.title--link--brew {
    margin-bottom: 12px
}

.title--link--brew:hover {
    text-decoration: underline
}

.document--section {
    width: calc(100% - 90px);
    margin: 0 auto
}

.document--section .document--container {
    width: 100%;
    max-width: 720px;
    margin: 0 auto
}

.document--section .document--container .title {
    font-size: 40px;
    line-height: 1.2;
    font-family: font-semibold;
    text-align: center;
    margin: 56px auto
}

.document--section .document--container p {
    margin: 22px auto;
    font-size: 18px;
    line-height: 1.5;
    opacity: .8;
    padding-left: 16px
}

.document--section .document--container .sub--title {
    font-size: 24px;
    line-height: 1.2;
    font-family: font-semibold;
    margin: 32px auto 16px
}

.document--section .document--container ul {
    list-style: none
}

.document--section .document--container li {
    padding-left: 32px;
    font-size: 18px;
    line-height: 1.5;
    opacity: .8;
    margin-bottom: 22px
}

.document--section .document--container ul ul {
    margin: 22px auto
}

.header--primary--block {
    width: 100%;
    background: var(--color-secondary-background);
    border-bottom: 1px solid #efefef
}

.header--primary--block .header--secondary--container .header--input--search input {
    background: #f4f5f8;
    border: none;
    line-height: 52px
}

.header--primary--block .header--secondary--container .header--input--search input:hover {
    background: #f4f5f863
}

.header--primary--block .header--secondary--container .header--input--search input:focus {
    background: #fff;
    box-shadow: 0 0 2px 2px inset #cccccd
}

.header--primary--block .header--secondary--container .header--input--search {
    overflow: inherit
}

.header--primary--block .header--secondary--container .header--row--:first-child {
    width: 100%;
    justify-content: space-between;
}

.header--primary--block .header--secondary--container .header--row--:last-child {
    width: 300px
}

.file--open--primary .file--open--primary--container {
    position: absolute;
    z-index: 99;
    width: 24px;
    height: 24px;
    right: 50px;
    top: 14px;
    overflow: hidden
}

.file--open--primary input {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    cursor: pointer
}

.file--open--primary .file--open--primary--container:hover {
    opacity: .8
}

.header--primary--block .header--secondary--container .header--input--search button:hover {
    opacity: .8
}

.header--primary--block .header--secondary--container .header--input--search input {
    padding-right: 82px
}

.header--primary--block .navigation--button--primary {
    text-align: center
}

.header--primary--block .navigation--button--primary span {
    display: block;
    margin-top: 6px;
    font-size: 11px;
    opacity: .5
}

.header--primary--block .navigation--button--list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    column-gap: 24px
}

.header--primary--block .navigation--button--primary:hover img {
    opacity: .5
}

.header--mobile--primary {
    display: none
}

.hiden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    height: 0
}

.photo--chronology .chronology--item .photo--card--list .card--item img {
    width: 100%;
    height: 100%;
    opacity: 0
}

.lg-outer .lg-thumb-item {
    border: none !important
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border: 2px solid #fff !important
}

.section--content .photo--cover {
    text-align: center
}

.section--content .photo--cover img {
    max-height: 550px
}

.section--content .photo--cover .photo--label {
    text-align: left
}

.sidebar--container .section {
    background: #fff;
    border: 1px solid #efefef;
    padding: 30px 24px;
    border-radius: 12px
}

.title--link--brew {
    margin-bottom: 12px
}

.title--link--brew:hover {
    text-decoration: underline
}

.sidebar--container .section .cover--image {
    text-align: center;
    margin-bottom: 16px
}

.sidebar--container .section .cover--image img {
    max-width: 240px
}

.sidebar--container .section .title {
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 12px
}

.sidebar--container .section .about {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    opacity: .5
}

 

.sidebar--container .section .button--action {
    margin-top: 24px
}

.photo--slide--dir .photo--item {
    width: 100%;
    height: 450px;
    margin-right: 10px;
    text-align: center
}

.photo--slide--dir .photo--item img {
    max-width: 100%;
    object-fit: cover;
    max-height: 450px
}

.photo--slide--dir .flickity-page-dots .dot {
    width: 6px;
    height: 6px;
    margin: 0 4px
}

.photo--slide--dir .flickity-page-dots {
    bottom: -18px
}

.section--content .photo--cover .photo--label {
    margin-top: 22px
}

.photo--slide--dir .flickity-prev-next-button {
    width: 30px;
    height: 30px
}

.photo--slide--dir .flickity-button {
    box-shadow: 0 5px 12px rgb(113 113 113/25%);
    background: #fff
}

.photo--slide--dir .flickity-button:disabled {
    display: none
}

.photo--slide--dir .flickity-prev-next-button.next {
    right: -5px
}

.photo--slide--dir .flickity-prev-next-button.previous {
    left: -5px
}

.photo--slide--dir .flickity-prev-next-button .flickity-button-icon {
    left: 23%;
    top: 20%;
    width: 50%;
    height: 60%
}

.photo--slide--dir .photo--item {
    width: 100%;
    height: 450px;
    margin-right: 10px;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.sidebar--container .section:not(:last-child) {
    margin-bottom: 32px
}

.sidebar--container .history--list--section .title {
    font-size: 18px;
    line-height: 1.2;
    font-family: font-bold;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 4px;
    text-align: left
}

.sidebar--container .history--list--section .sub--title {
    font-family: font-semibold;
    font-size: 16px;
    margin-bottom: 10px
}

.sidebar--container .history--item {
    display: block;
    padding: 22px 0
}

.sidebar--container .history--item .number {
    font-family: font-semibold;
    font-size: 16px
}

.sidebar--container .history--item .info--number {
    font-size: 14px;
    line-height: 1.5;
    opacity: .5;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    column-gap: 4px
}

.sidebar--container .history--item:not(:last-child) {
    border-bottom: 1px solid #f5f5f7
}

.sidebar--container .history--item:hover .number {
    color: #1762f9;
    opacity: .8
}

.photo--slide--dir .flickity-page-dots {
    display: none
}

.mobile--action--container {}

#gs {
    text-transform: uppercase
}

#recaptcha>div {
    margin: 0 auto .5em
}

.text-xs-center {
    text-align: center
}

.g-recaptcha {
    display: inline-block
}

.photo--set--container .photo--set--context .photo--container:nth-child(2n) .photo--cover {
    width: 320px;
    height: 220px
}

.photo--set--container .photo--set--context .photo--container:nth-child(2n+1) .photo--cover {
    width: 220px;
    height: 320px
}

.about--car--context {
    display: none
}

.photo--slide--nav {
    width: 100%;
    margin: 8px 0
}

.photo--slide--nav .photo--item {
    height: 90px;
    width: 120px;
    margin-right: 8px
}

.photo--slide--nav img {
    max-width: 100% !important;
    border-radius: 8px !important;
    object-fit: cover !important;
    max-height: unset !important
}

.photo--slide--nav .photo--item.is-nav-selected img {
    opacity: .8
}

.section--content .about--report--block {
    align-items: flex-start;
    display: none;
    flex-wrap: nowrap;
    line-height: 20px;
    position: relative;
    column-gap: 12px;
    margin: 0 0 0px;
    padding: 20px;
    border-radius: 16px;
    background: #f7f7f7;
	align-items: center;
	
}
.flex-status {
	 display: flex;
}
.section--content .about--report--block .tt {
    font-size: 16px;
    margin-bottom: 4px;
padding:0;
}

.section--content .about--report--block .dt {
    font-size: 14px;
    opacity: .4
}

.warning--value {
    color: #ea3742;
    opacity: 1 !important
}

.section--content .about--block .item--list.report--item--list .item .about {
    font-size: 15px
}

.section--content .about--block.report--about {
    border-top: 1px solid #efefef
}

.report--content--block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
    column-gap: 22px;
    row-gap: 22px
}

.report--content--block .item--report {
    width: calc(50% - 11px);
    align-items: flex-start;
    display: flex;
    flex-wrap: nowrap;
    line-height: 20px;
    position: relative;
    column-gap: 12px
}

.report--content--block .item--report .name {
    font-size: 16px;
    color: #1762f9;
    opacity: .8
}

.report--content--block .item--report .name:hover {
    text-decoration: underline
}

.report--content--block .item--report .info {
    font-size: 14px;
    opacity: .5
}

.button--action--download {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-family: font-semibold;
    padding: 16px;
    border-radius: 12px;
    background: #f7f7f7;
    margin-top: 16px;
    -webkit-transition: .35s cubic-bezier(.28, .11, .32, 1);
    transition: .35s cubic-bezier(.28, .11, .32, 1)
}

.button--action--download:hover {
    opacity: .8
}

.report--label {
    font-size: 12px;
    line-height: 1.5;
    opacity: .5;
    margin-top: 16px
}

.section--content .about--block .item--list.report--item--list .item .title {
    font-family: inherit
}

.item--accordion--block {
    width: 100%;
    padding: 16px 0
}

.item--accordion--block:not(:last-child) {
    border-bottom: 1px solid #efefef
}

.item--accordion--block.accordion--action .accordion--title {
    cursor: pointer
}

.item--accordion--block .info .name {
    font-size: 16px;
    margin-bottom: 2px
}

.item--accordion--block .info .data {
    font-size: 15px;
    opacity: .5
}

.accordion--icon--set .accordion--title .content {
    align-items: flex-start;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    column-gap: 12px
}

.accordion--action .accordion--title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-flex-align: flex-start;
    align-items: flex-start
}

.accordion--action .accordion--content {
    width: 100%;
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: .35s cubic-bezier(.28, .11, .32, 1);
    transition: .35s cubic-bezier(.28, .11, .32, 1)
}

.accordion--action .accordion--content {
    padding: 0
}

.accordion--icon--set.accordion--action .accordion--content {
    padding-left: 33px
}

.accordion--action.active .accordion--content {
    padding: 10px 0
}

.accordion--icon--set.accordion--action.active .accordion--content {
    padding-left: 33px
}

.accordion--action.active .accordion--content {
    height: unset;
    opacity: 1;
    overflow: visible
}

.accordion--icon--set.accordion--action .accordion--title .trigger img {
    -webkit-transition: .35s cubic-bezier(.28, .11, .32, 1);
    transition: .35s cubic-bezier(.28, .11, .32, 1)
}

.accordion--icon--set.accordion--action.active .accordion--title .trigger img {
    transform: rotate(180deg)
}

.section--content .about--block .item--list .item .title {
    opacity: .5
}

.section--content .about--block .item--list .item .about {
    opacity: 1
}

.data--table--content {
    width: 100%;
    margin: 16px 0
}

.data--table--content .data--table--row {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    line-height: 20px
}

.data--table--content .data--table--row:not(:last-child) {
    margin-bottom: 12px
}

.data--table--content .data--table--row .data--table--name {
    width: calc(43% - 8px);
    opacity: .5
}

.data--table--content .data--table--row .data--table--value {
    width: calc(57% - 8px)
}

.border--none {
    border: none !important
}

.padding--none {
    padding: 0 !important
}

.photo--chronology.mileage--chronology .chronology--item .date {
    margin-bottom: 4px;
    font-size: 15px
}

.photo--chronology.mileage--chronology .chronology--item .location {
    font-size: 17px
}

.photo--chronology.mileage--chronology .accordion--title {
    position: relative
}

.photo--chronology.mileage--chronology .accordion--title .icon {
    position: absolute;
    z-index: 10;
    left: -57px;
    top: -8px;
    padding: 9px;
    background: #f7f7f7;
    border-radius: 50%
}

.photo--chronology.mileage--chronology {
    margin-left: 22px
}

.photo--fine--list {
    width: 100%;
    margin: 8px 0
}

.photo--fine--list .card--item {
    height: 120px;
    width: 160px;
    margin-right: 8px;
    border-radius: 8px;
    overflow: hidden
}

.photo--fine--list .card--item img {
    max-width: 100%;
    border-radius: 8px;
    object-fit: cover
}

.photo--fine--list .card--item:hover {
    opacity: .8
}

.sidebar--container.report--navigation--sidebar {
    -webkit-transition: .35s cubic-bezier(.28, .11, .32, 1);
    transition: .35s cubic-bezier(.28, .11, .32, 1)
}

.report--navigation--container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    row-gap: 22px;
    margin-top: 22px
}

.report--navigation--container .item--report {
    width: 100%;
    align-items: flex-start;
    display: flex;
    flex-wrap: nowrap;
    line-height: 20px;
    position: relative;
    column-gap: 12px;
    padding: 0 24px
}

.report--navigation--container .item--report .name {
    font-size: 16px;
    color: #1762f9;
    opacity: .8
}

.report--navigation--container .item--report:hover .name {
    text-decoration: underline
}

.report--navigation--container .item--report .info {
    font-size: 14px;
    opacity: .5
}

.report--navigation--sidebar.active {
    position: sticky;
    top: 32px
}

.report--navigation--sidebar .section {
    height: auto;
    max-height: calc(100vh - 64px);
    overflow: auto;
    padding: 0 0 30px
}

.report--navigation--sidebar .section .title {
    padding: 24px 24px 16px;
    background: #fff;
    border-radius: 12px 12px 0 0;
    position: sticky;
    top: 0;
    z-index: 10
}

.load--report--block {
    text-align: center;
    width: calc(100% - 32px);
    max-width: var(--secondary-width);
    margin: 0 auto 42px
}

.load--report--block .title {
    font-size: 18px;
    line-height: 1.2;
    font-family: font-bold;
    margin-bottom: 12px
}

.load--report--block .about {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    opacity: .5
}

.loader {
    width: 250px;
    height: 250px;
    margin: 0 auto
}

.wheel {
    fill: #eb3742
}

.wheel-details {
    fill: #f9f9f9
}

.back-wheel {
    transform-origin: 18px 56px;
    animation: wheel 300ms linear infinite
}

.front-wheel {
    transform-origin: 59px 56px;
    animation: wheel 300ms linear infinite;
    animation-delay: 200ms
}

@keyframes wheel {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.line {
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.6px
}

.line-1 {
    stroke-dasharray: 20% 80%;
    animation: line-1 400ms linear infinite
}

.line-2 {
    stroke-dasharray: 10% 90%;
    animation: line-1 400ms linear infinite;
    animation-delay: 200ms
}

.line-floor {
    stroke-dasharray: 60% 10%;
    stroke-dashoffset: 65;
    animation: line-2 800ms linear infinite
}

@keyframes line-1 {
    from {
        stroke-dashoffset: 0
    }

    to {
        stroke-dashoffset: -80
    }
}

@keyframes line-2 {
    from {
        stroke-dashoffset: 0
    }

    to {
        stroke-dashoffset: -56
    }
}

.car {
    transform-origin: center center;
    animation: car 600ms linear infinite
}

@keyframes car {
    0% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(-1deg) translateY(1px)
    }

    100% {
        transform: rotate(0deg)
    }
}

.cloud {
    fill: #202020;
    opacity: .1;
    animation: cloud 900ms linear infinite
}

@keyframes cloud {
    from {
        transform: translateX(40%)
    }

    to {
        transform: translateX(-90%)
    }
}

.post .line {
    float: left;
    width: 140px;
    height: 16px;
    border-radius: 7px;
    margin-top: 2px;
    background-image: linear-gradient(90deg, #f5f5f7 0px, #fff 60px, #f5f5f7 80px);
    background-size: 600px;
    animation: shine-lines 1.6s infinite linear
}

.post .avatar+.line {
    width: 100px
}

.post .line~.line {
    background-color: #ddd
}

@keyframes shine-lines {
    0% {
        background-position: -100px
    }

    40%,
    100% {
        background-position: 140px
    }
}

.mobile--action--container {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: space-around;
    justify-content: space-around;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    padding: 16px 0;
    border-bottom: 1px solid #efefef
}

.mobile--action--container .mobile--action--item {
    text-align: center;
    position: relative;
    cursor: pointer
}

.mobile--action--container .mobile--action--item span {
    display: block;
    margin-top: 6px;
    font-size: 11px;
    opacity: .5
}

.mobile--action--container .mobile--action--item:hover img {
    opacity: .6
}

.mobile--action--item.be--like svg {
    cursor: pointer;
    overflow: visible;
    width: 42px;
    margin-top: -9px;
    margin-bottom: 0
}

.mobile--action--container .mobile--action--item.be--like span {
    margin-top: 28px
}

.mobile--action--item.be--like svg #heart {
    transform-origin: center;
    animation: animateHeartOut .3s linear forwards
}

.mobile--action--item.be--like svg #main-circ {
    transform-origin: 29.5px 29.5px
}

.mobile--action--item.be--like #checkbox {
    display: none
}

.mobile--action--item.be--like label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.mobile--action--item.be--like #checkbox:checked+label svg #heart {
    transform: scale(.2);
    fill: #e2264d;
    animation: animateHeart .3s linear forwards .25s
}

.mobile--action--item.be--like #checkbox:checked+label svg #main-circ {
    transition: all 2s;
    animation: animateCircle .3s linear forwards;
    opacity: 1
}

.mobile--action--item.be--like #checkbox:checked+label svg #grp1 {
    opacity: 1;
    transition: .1s all .3s
}

.mobile--action--item.be--like #checkbox:checked+label svg #grp1 #oval1 {
    transform: scale(0) translate(0, -30px);
    transform-origin: 0 0 0;
    transition: .5s transform .3s
}

.mobile--action--item.be--like #checkbox:checked+label svg #grp1 #oval2 {
    transform: scale(0) translate(10px, -50px);
    transform-origin: 0 0 0;
    transition: 1.5s transform .3s
}

.mobile--action--item.be--like #checkbox:checked+label svg #grp2 {
    opacity: 1;
    transition: .1s all .3s
}

.mobile--action--item.be--like #checkbox:checked+label svg #grp2 #oval1 {
    transform: scale(0) translate(30px, -15px);
    transform-origin: 0 0 0;
    transition: .5s transform .3s
}

.mobile--action--item.be--like #checkbox:checked+label svg #grp2 #oval2 {
    transform: scale(0) translate(60px, -15px);
    transform-origin: 0 0 0;
    transition: 1.5s transform .3s
}

.mobile--action--item.be--like #checkbox:checked+label svg #grp3 {
    opacity: 1;
    transition: .1s all .3s
}

.mobile--action--item.be--like #checkbox:checked+label svg #grp3 #oval1 {
    transform: scale(0) translate(30px, 0px);
    transform-origin: 0 0 0;
    transition: .5s transform .3s
}

.mobile--action--item.be--like #checkbox:checked+label svg #grp3 #oval2 {
    transform: scale(0) translate(60px, 10px);
    transform-origin: 0 0 0;
    transition: 1.5s transform .3s
}

.mobile--action--item.be--like #checkbox:checked+label svg #grp4 {
    opacity: 1;
    transition: .1s all .3s
}

.mobile--action--item.be--like #checkbox:checked+label svg #grp4 #oval1 {
    transform: scale(0) translate(30px, 15px);
    transform-origin: 0 0 0;
    transition: .5s transform .3s
}

.mobile--action--item.be--like #checkbox:checked+label svg #grp4 #oval2 {
    transform: scale(0) translate(40px, 50px);
    transform-origin: 0 0 0;
    transition: 1.5s transform .3s
}

.mobile--action--item.be--like #checkbox:checked+label svg #grp5 {
    opacity: 1;
    transition: .1s all .3s
}

.mobile--action--item.be--like #checkbox:checked+label svg #grp5 #oval1 {
    transform: scale(0) translate(-10px, 20px);
    transform-origin: 0 0 0;
    transition: .5s transform .3s
}

.mobile--action--item.be--like #checkbox:checked+label svg #grp5 #oval2 {
    transform: scale(0) translate(-60px, 30px);
    transform-origin: 0 0 0;
    transition: 1.5s transform .3s
}

.mobile--action--item.be--like #checkbox:checked+label svg #grp6 {
    opacity: 1;
    transition: .1s all .3s
}

.mobile--action--item.be--like #checkbox:checked+label svg #grp6 #oval1 {
    transform: scale(0) translate(-30px, 0px);
    transform-origin: 0 0 0;
    transition: .5s transform .3s
}

.mobile--action--item.be--like #checkbox:checked+label svg #grp6 #oval2 {
    transform: scale(0) translate(-60px, -5px);
    transform-origin: 0 0 0;
    transition: 1.5s transform .3s
}

.mobile--action--item.be--like #checkbox:checked+label svg #grp7 {
    opacity: 1;
    transition: .1s all .3s
}

.mobile--action--item.be--like #checkbox:checked+label svg #grp7 #oval1 {
    transform: scale(0) translate(-30px, -15px);
    transform-origin: 0 0 0;
    transition: .5s transform .3s
}

.mobile--action--item.be--like #checkbox:checked+label svg #grp7 #oval2 {
    transform: scale(0) translate(-55px, -30px);
    transform-origin: 0 0 0;
    transition: 1.5s transform .3s
}

.mobile--action--item.be--like #checkbox:checked+label svg #grp2 {
    opacity: 1;
    transition: .1s opacity .3s
}

.mobile--action--item.be--like #checkbox:checked+label svg #grp3 {
    opacity: 1;
    transition: .1s opacity .3s
}

.mobile--action--item.be--like #checkbox:checked+label svg #grp4 {
    opacity: 1;
    transition: .1s opacity .3s
}

.mobile--action--item.be--like #checkbox:checked+label svg #grp5 {
    opacity: 1;
    transition: .1s opacity .3s
}

.mobile--action--item.be--like #checkbox:checked+label svg #grp6 {
    opacity: 1;
    transition: .1s opacity .3s
}

.mobile--action--item.be--like #checkbox:checked+label svg #grp7 {
    opacity: 1;
    transition: .1s opacity .3s
}

.action--be--like {
    position: relative;
    width: 30px;
    height: 20px
}

.action--be--like svg {
    cursor: pointer;
    overflow: visible;
    width: 42px;
    margin-top: -9px;
    margin-bottom: 0
}

.action--be--like span {
    margin-top: 28px
}

.action--be--like svg #heart {
    transform-origin: center;
    animation: animateHeartOut .3s linear forwards
}

.action--be--like svg #main-circ {
    transform-origin: 29.5px 29.5px
}

.action--be--like #checkbox {
    display: none
}

.action--be--like label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.action--be--like #checkbox:checked+label svg #heart {
    transform: scale(.2);
    fill: #e2264d;
    animation: animateHeart .3s linear forwards .25s
}

.action--be--like #checkbox:checked+label svg #main-circ {
    transition: all 2s;
    animation: animateCircle .3s linear forwards;
    opacity: 1
}

.action--be--like #checkbox:checked+label svg #grp1 {
    opacity: 1;
    transition: .1s all .3s
}

.action--be--like #checkbox:checked+label svg #grp1 #oval1 {
    transform: scale(0) translate(0, -30px);
    transform-origin: 0 0 0;
    transition: .5s transform .3s
}

.action--be--like #checkbox:checked+label svg #grp1 #oval2 {
    transform: scale(0) translate(10px, -50px);
    transform-origin: 0 0 0;
    transition: 1.5s transform .3s
}

.action--be--like #checkbox:checked+label svg #grp2 {
    opacity: 1;
    transition: .1s all .3s
}

.action--be--like #checkbox:checked+label svg #grp2 #oval1 {
    transform: scale(0) translate(30px, -15px);
    transform-origin: 0 0 0;
    transition: .5s transform .3s
}

.action--be--like #checkbox:checked+label svg #grp2 #oval2 {
    transform: scale(0) translate(60px, -15px);
    transform-origin: 0 0 0;
    transition: 1.5s transform .3s
}

.action--be--like #checkbox:checked+label svg #grp3 {
    opacity: 1;
    transition: .1s all .3s
}

.action--be--like #checkbox:checked+label svg #grp3 #oval1 {
    transform: scale(0) translate(30px, 0px);
    transform-origin: 0 0 0;
    transition: .5s transform .3s
}

.action--be--like #checkbox:checked+label svg #grp3 #oval2 {
    transform: scale(0) translate(60px, 10px);
    transform-origin: 0 0 0;
    transition: 1.5s transform .3s
}

.action--be--like #checkbox:checked+label svg #grp4 {
    opacity: 1;
    transition: .1s all .3s
}

.action--be--like #checkbox:checked+label svg #grp4 #oval1 {
    transform: scale(0) translate(30px, 15px);
    transform-origin: 0 0 0;
    transition: .5s transform .3s
}

.action--be--like #checkbox:checked+label svg #grp4 #oval2 {
    transform: scale(0) translate(40px, 50px);
    transform-origin: 0 0 0;
    transition: 1.5s transform .3s
}

.action--be--like #checkbox:checked+label svg #grp5 {
    opacity: 1;
    transition: .1s all .3s
}

.action--be--like #checkbox:checked+label svg #grp5 #oval1 {
    transform: scale(0) translate(-10px, 20px);
    transform-origin: 0 0 0;
    transition: .5s transform .3s
}

.action--be--like #checkbox:checked+label svg #grp5 #oval2 {
    transform: scale(0) translate(-60px, 30px);
    transform-origin: 0 0 0;
    transition: 1.5s transform .3s
}

.action--be--like #checkbox:checked+label svg #grp6 {
    opacity: 1;
    transition: .1s all .3s
}

.action--be--like #checkbox:checked+label svg #grp6 #oval1 {
    transform: scale(0) translate(-30px, 0px);
    transform-origin: 0 0 0;
    transition: .5s transform .3s
}

.action--be--like #checkbox:checked+label svg #grp6 #oval2 {
    transform: scale(0) translate(-60px, -5px);
    transform-origin: 0 0 0;
    transition: 1.5s transform .3s
}

.action--be--like #checkbox:checked+label svg #grp7 {
    opacity: 1;
    transition: .1s all .3s
}

.action--be--like #checkbox:checked+label svg #grp7 #oval1 {
    transform: scale(0) translate(-30px, -15px);
    transform-origin: 0 0 0;
    transition: .5s transform .3s
}

.action--be--like #checkbox:checked+label svg #grp7 #oval2 {
    transform: scale(0) translate(-55px, -30px);
    transform-origin: 0 0 0;
    transition: 1.5s transform .3s
}

.action--be--like #checkbox:checked+label svg #grp2 {
    opacity: 1;
    transition: .1s opacity .3s
}

.action--be--like #checkbox:checked+label svg #grp3 {
    opacity: 1;
    transition: .1s opacity .3s
}

.action--be--like #checkbox:checked+label svg #grp4 {
    opacity: 1;
    transition: .1s opacity .3s
}

.action--be--like #checkbox:checked+label svg #grp5 {
    opacity: 1;
    transition: .1s opacity .3s
}

.action--be--like #checkbox:checked+label svg #grp6 {
    opacity: 1;
    transition: .1s opacity .3s
}

.action--be--like #checkbox:checked+label svg #grp7 {
    opacity: 1;
    transition: .1s opacity .3s
}

@keyframes animateCircle {
    40% {
        transform: scale(10);
        opacity: 1;
        fill: #dd4688
    }

    55% {
        transform: scale(11);
        opacity: 1;
        fill: #d46abf
    }

    65% {
        transform: scale(12);
        opacity: 1;
        fill: #cc8ef5
    }

    75% {
        transform: scale(13);
        opacity: 1;
        fill: transparent;
        stroke: #cc8ef5;
        stroke-width: .5
    }

    85% {
        transform: scale(17);
        opacity: 1;
        fill: transparent;
        stroke: #cc8ef5;
        stroke-width: .2
    }

    95% {
        transform: scale(18);
        opacity: 1;
        fill: transparent;
        stroke: #cc8ef5;
        stroke-width: .1
    }

    100% {
        transform: scale(19);
        opacity: 1;
        fill: transparent;
        stroke: #cc8ef5;
        stroke-width: 0
    }
}

@keyframes animateHeart {
    0% {
        transform: scale(.2)
    }

    40% {
        transform: scale(1.2)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes animateHeartOut {
    0% {
        transform: scale(1.4)
    }

    100% {
        transform: scale(1)
    }
}

.mobile--navigation--modale .howitworks-button {
    width: 100%;
    margin: 10px 0 20px;
}

.mobile--navigation--modale {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999 !important;
    background: rgba(0, 0, 0, .2)
}

.mobile--navigation--modale .mobile--navigation--container {
    height: 100vh;
    padding-top: 32px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: flex-start;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center
}

.mobile--navigation--modale .mobile--navigation--container .mobile--navigation--content {
    position: relative;
    width: 100%;
    max-width: 540px;
    height: 100%;
    padding: 0 0 122px;
    background: #f7f7f7;
    border-radius: 16px 16px 0 0;
    overflow: auto;
    -webkit-box-shadow: 0 0 20px rgb(95 98 111/20%);
    box-shadow: 0 0 20px rgb(95 98 111/20%)
}

.mobile--navigation--modale .mobile--navigation--container .mobile--navigation--content::-webkit-scrollbar {
    display: none
}

.mobile--navigation--modale .navigation--header {
    position: sticky;
    top: 0;
    z-index: 9999;
    padding: 8px 6px 8px 16px;
    border-radius: 16px 16px 0 0;
    background: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.mobile--navigation--modale .navigation--header .title {
    font-size: 18px;
    line-height: 1.2;
    font-family: font-bold
}

.mobile--navigation--modale .navigation--header .close--module--menu {
    background: 0 0;
    border: none;
    border-radius: 12px;
    cursor: pointer
}

.mobile--navigation--modale .navigation--content {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
    column-gap: 8px;
    padding: 0 16px 16px;
    background: #fff;
    border-radius: 16px
}

.mobile--navigation--modale .navigation--content:not(:last-child) {
    margin-bottom: 8px
}

.mobile--navigation--modale .navigation--content .row--line {}

.mobile--navigation--modale .navigation--content .navigation--item {
    width: calc(50% - 4px);
    padding: 16px;
    border-radius: 22px;
    background: #f7f7f7;
    margin-bottom: 8px
}

.mobile--navigation--modale .navigation--item .title {
    font-size: 16px;
    line-height: 1.2;
    font-family: font-semibold;
    margin-top: 16px
}

.mobile--navigation--modale .navigation--item .cover--item {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgb(0 0 0/5%)
}

.mobile--navigation--modale .navigation--item .cover--item img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 12px;
    overflow: hidden
}

[data-mobile-share].mobile--navigation--modale .mobile--navigation--container .mobile--navigation--content {
    height: auto
}

.share--link--list {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    text-align: center;
    min-width: 100%;
    white-space: nowrap;
    column-gap: 24px;
    overflow-x: auto;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
    justify-content: center!important;
}

.share--link--list::-webkit-scrollbar {
    display: none
}

.share--link--list .icon {
    width: 52px;
    min-width: 52px;
    height: 52px;
    margin: 0 auto;
    border-radius: 50%;
    background: #f4f5f8;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .35s cubic-bezier(.28, .11, .32, 1);
    transition: .35s cubic-bezier(.28, .11, .32, 1)
}

.share--link--list .icon img {
    object-fit: cover
}

.share--link--list .subtitle {
    display: block;
    margin-top: 6px;
    font-size: 11px;
    opacity: .5
}

.share--link--list .share--link--item:hover .icon {
    transform: scale(.9)
}

.mobile--navigation--modale .navigation--content .mobile--item--link {
    display: block;
    width: 100%;
    padding-left: 16px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    column-gap: 16px;
    cursor: pointer
}

.mobile--navigation--modale .navigation--content .mobile--item--link .title {
    width: calc(100% - 42px);
    font-size: 16px;
    font-family: font-semibold;
    padding: 16px 0
}

.mobile--navigation--modale .navigation--content .mobile--item--link:not(:last-child) .title {
    border-bottom: 1px solid #efefef
}

.mobile--navigation--modale .navigation--content .mobile--item--link .icon {
    opacity: .6
}

.mobile--navigation--modale .navigation--content .mobile--item--link.share--item--context {
    width: calc(100% - 32px);
    margin: 0 auto;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    border-radius: 16px;
    background: #f4f5f8;
    padding-left: 16px;
    padding-right: 16px
}

.mobile--navigation--modale .navigation--content .mobile--item--link.share--item--context:hover {
    opacity: .8
}

.mobile--navigation--modale .navigation--content .mobile--item--link.share--item--context .title {
    font-size: 15px;
    padding: 14px 0
}

.mobile--navigation--modale .navigation--content .mobile--item--link.share--item--context:not(:last-child) {
    margin-bottom: 8px
}

.mobile--navigation--modale .navigation--content .mobile--item--link.share--item--context:not(:last-child) .title {
    border-bottom: none
}

.report--content--block.report--inherit--style .item--report .name:hover {
    text-decoration: none
}

.product--line--block {
    width: calc(100% - 32px);
    max-width: var(--primary-width);
    margin: 44px auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch
}

.product--line--block .product--fill--container {
    width: calc(50% - 22px);
    max-width: var(--primary-width);
    border-radius: 32px;
    background: var(--color-secondary-background);
    padding: 54px
}

.product--line--block .product--fill--container.cover {
    padding: 0;
    display: flex;
    -ms-flex-align: flex-end;
    align-items: flex-end
}

.product--line--block .product--fill--container.cover img {
    max-width: 100%
}

.product--line--block .product--fill--container .filter {
    font-family: font-semibold;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 12px;
    color: #ea3742
}

.product--line--block .product--fill--container .title {
    font-size: 32px;
    line-height: 1.2;
    font-family: font-semibold;
    margin: 0 0 16px
}

.product--line--block .product--fill--container>.about {
    font-size: 17px;
    line-height: 1.5;
    opacity: .8;
    margin-bottom: 14px
}

.favourites--item-block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
    column-gap: 22px;
    padding: 16px;
    border-radius: 16px;
    background: #fff
}

.favourites--item-block .cover--image {
    height: 90px;
    width: 120px;
    min-width: 120px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer
}

.favourites--item-block .information .about {
    width: calc(100% - 40px)
}

.favourites--item-block .cover--image img {
    max-width: 100%;
    object-fit: cover;
    border-radius: 8px
}

.favourites--item-block .cover--image:hover {
    opacity: .8
}

.favourites--item-block .information {
    width: calc(100% - 142px);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.favourites--item-block .title {
    font-family: font-semibold;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 4px
}

.favourites--item-block .title:hover {
    color: #1762f9;
    opacity: .8
}

.favourites--item-block .time {
    font-size: 14px;
    line-height: 1.5;
    opacity: .5
}

.favourites--item-block:not(:last-child) {
    margin-bottom: 16px
}

.fovourite--section--content {
    padding: 0;
    background: 0 0;
    border: none
}

.content--wrapper--primary {
    margin: 0 auto
}

.history--content--block .item--accordion--block {
    display: block
}

.history--content--block .item--accordion--block .name {
    font-family: font-semibold
}

.history--content--block .item--accordion--block:hover .name {
    color: #1762f9;
    opacity: .8
}

[data-report-set].mobile--navigation--modale .mobile--navigation--container .mobile--navigation--content {
    height: auto
}

.filter--md {
    font-family: font-semibold;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 12px;
    color: #ea3742
}

.title--md {
    font-size: 24px;
    line-height: 1.2;
    font-family: font-bold;
    margin-bottom: 12px
}

.about--md {
    font-size: 17px;
    line-height: 1.5;
    opacity: .8;
    margin-bottom: 14px
}

.cover--md {
    width: 100%;
    margin-bottom: 32px
}

.cover--md img {
    max-width: 100%
}

.form--conteiner--md {
    width: 100%
}

.form--input--md {
    margin: 22px 0
}

.form--input--md input {
    width: 100%;
    border-radius: 12px;
    background: #f4f5f8;
    border: none;
    line-height: 52px;
    padding: 0 16px;
    outline: none
}

.form--input--md input:hover {
    background: #f4f5f863
}

.form--input--md input:focus {
    background: #fff;
    box-shadow: 0 0 2px 2px inset #437ff8
}

.form--input--md .label {
    display: block;
    font-size: 16px;
    font-family: font-semibold;
    margin-bottom: 8px
}

.report--set {
    cursor: pointer;
    border: none;
    outline: none
}

.about--report--block--md {
    align-items: flex-start;
    display: flex;
    flex-wrap: nowrap;
    line-height: 20px;
    position: relative;
    column-gap: 12px;
    padding: 16px;
    border-radius: 16px;
    background: #f7f7f7
}

.about--report--block--md .tt {
    font-size: 16px;
    margin-bottom: 4px
}

.about--report--block--md .dt {
    font-size: 14px;
    opacity: .4
}

.favourites--item--md .time--sort {
    font-size: 12px;
    line-height: 1.5;
    opacity: .5;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    column-gap: 8px
}

.favourites--item--md .data--table--content .data--table--row:not(:last-child) {
    margin-bottom: 10px
}

.favourites--item--md .data--table--content .data--table--row {
    font-size: 14px;
    line-height: 18px
}

.favourites--item--md:hover {
    box-shadow: 0 4px 16px rgb(0 0 0/5%)
}

.favourites--item-block.favourites--item--md:hover .title {
    color: #1762f9;
    opacity: .8
}

.favourites--item-block.favourites--item--md:hover .cover--image {
    opacity: .8
}

.slide {
    animation-name: slide;
    animation-duration: 1s
}

.re-slide {
    animation-name: re-slide;
    animation-duration: 1s
}

@keyframes slide {
    0% {
        transform: translateY(100%)
    }

    100% {
        transform: translateY(0%)
    }
}

@keyframes re-slide {
    0% {
        transform: translateY(0%)
    }

    100% {
        transform: translateY(100%)
    }
}

.hide {
    display: none
}

.show {
    display: block
}

@media screen and (max-width:1232px) {
    .product--block .product--container .product--row .product--cover {
        padding: 24px 48px 0
    }

    .product--block .product--container {
        -ms-flex-align: flex-end;
        align-items: flex-end
    }

    .product--block .product--container .product--row:first-child {
        padding: 54px 0
    }
}

@media screen and (max-width:1000px) {
    .photo--set--container .photo--set--context .photo--container .photo--cover.vertical {
        width: 180px;
        height: 280px
    }

    .photo--set--container .photo--set--context .photo--container .photo--cover.horizontal {
        width: 280px;
        height: 180px
    }

    .photo--set--container .photo--set--context .photo--container .photo--cover.horizontal:after {
        left: -17px;
        width: 350px;
        height: 233px
    }

    .photo--set--container .photo--set--context .photo--container .photo--cover.vertical:after {
        top: -5px;
        width: 232px;
        height: 361px
    }

    .photo--set--container .photo--set--context {
        column-gap: 28px;
        padding-bottom: 28px;
        width: 2039px
    }

    .product--block {
        padding: 24px 68px 0
    }

    .product--container .product--row .title {
        font-size: 28px
    }

    .timeline--container .search--request .name {
        font-size: 20px;
        width: calc(100% - 110px)
    }


    .timeline--container .search--request .time {
        font-size: 18px
    }



    .title--search .title {
        font-size: 38px
    }

    .title--search .about {
        max-width: 540px
    }

    .header--secondary--container {
        column-gap: 16px
    }

    .content--wrapper--block {
        column-gap: 16px
    }

    .sidebar--container {
      width: 100%;
    }
	
	.content--wrapper--block.content--with--sidebar {
		flex-wrap: wrap;
		padding: 0 10px;
	}

    .content--wrapper--block .content--wrapper--container {
        width: calc(100% - 90px);
        margin: 0 auto
    }

    .title--block {
        width: calc(100% - 90px)
    }

    .header--secondary--container {
        width: calc(100% - 90px)
    }

    .content--wrapper--block {
        width: 100%
    }

    .title--mid--section {
        margin-top: 42px;
        width: 100% !important
    }
}

@media screen and (max-width:950px) {
    .title--search:after {
        display: none
    }

    .header--secondary--container .header--input--search {
        margin-left: 12px
    }

    .header--secondary--container {
        column-gap: 12px
    }

    .header--secondary--container .header--input--search input {
        padding-left: 16px;
        padding-right: 42px
    }

    .header--secondary--container {
        width: calc(100% - 32px)
    }

    .title--block {
        width: calc(100% - 32px)
    }

    .content--wrapper--block .content--wrapper--container {
        width: calc(100% - 32px)
    }
}

@media screen and (max-width:728px) {
    .product--block .product--container {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .product--block .product--container .product--row:first-child,
    .product--block .product--container .product--row {
        width: 100%
    }

    .product--block {
        padding: 24px 32px 24px
    }

    .product--block .product--container .product--row:first-child {
        padding: 0
    }

    .footer--block .footer--container {
        width: calc(100% - 32px)
    }

    .footer--container .footer--nav--list {
        -ms-flex-direction: column;
        flex-direction: column;
        column-gap: 0;
        row-gap: 24px
			justify-content: center;
    align-items: center;
    text-align: center;
    }
    .footer--container .footer--nav--list .footer--nav:first-child {
margin-bottom: 15px;
    }
    .timeline--container .search--request .name {
        font-size: 18px;
        width: calc(100% - 95px)
    }

  

    .timeline--container .search--request .time {
        font-size: 15px
    }

 

    .form--search--block .form--section.search--file--line .button--action {
        width: 100%;
        border-radius: 16px
    }

    .button--secondary {
        line-height: 42px
    }

    .form--search--block .tabs--list .tabs--item {
        font-size: 17px
    }

    .form--search--block .tabs--container {
        font-size: 12px
    }

    .button--primary {
        line-height: 54px;
        padding: 0 24px;
        font-size: 16px
    }

    .form--search--block .form--section .button--primary:after {
        content: '';
        width: 32px;
        height: 32px;
        background: url(../images/search--white--icon.svg)no-repeat center;
        background-size: contain
    }

    .form--search--block .form--section .button--primary {
        padding: 12px
    }

    .form--search--block .form--section .button--primary p {
        display: none
    }

    .form--section .input--secondary--container .input--icon {
        display: none
    }

    .form--section .input--secondary--container .input--contain input {
        padding-left: 4px
    }

    .form--section .input--secondary--container .input--contain .form--label {
        left: 4px
    }

    .header--secondary--container .header--row-- .button--action span {
        display: none
    }

    .header--secondary--container .header--row-- .button--second--primary {
        height: 52px
    }

    .header--secondary--container .header--row--:first-child {
        width: 100%
    }

    .header--secondary--container .header--row--:last-child {
        width: auto;
        column-gap: 12px
    }

    .document--section .document--container .title {
        font-size: 32px;
        margin: 44px auto 46px
    }

    .document--section {
        width: calc(100% - 32px)
    }

    .document--section .document--container .sub--title {
        font-size: 22px
    }

    .document--section .document--container p {
        margin: 16px auto;
        font-size: 17px
    }

    .document--section .document--container li {
        margin-bottom: 16px;
        padding-left: 24px;
        font-size: 17px
    }

    .document--section .document--container ul ul {
        margin: 16px auto
    }

    .header--primary--block .header--secondary--container {
        display: none
    }

    .header--primary--block {
        position: sticky;
        top: 0;
        z-index: 11;
        background: #fff
    }

    .header--mobile--primary {
        width: calc(100% - 32px);
        margin: 0 auto;
        padding: 12px 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: space-between;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center
    }

    .header--mobile--primary .mobile--menu .mobile--menu--action {
        width: 44px;
        height: 44px;
        outline: none;
        border: none;
        background: 0 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        row-gap: 3px;
        cursor: pointer
    }

    .header--mobile--primary .mobile--menu .mobile--menu--action span {
        display: block;
        width: 22px;
        height: 2px;
        background: #ea3742;
        -webkit-transition: .35s cubic-bezier(.28, .11, .32, 1);
        transition: .35s cubic-bezier(.28, .11, .32, 1)
    }

    .header--mobile--primary .mobile--menu:hover {
        transform: scale(.95)
    }

    .header--mobile--primary .logo {
        display: flex;
        align-items: center;
        column-gap: 6px
    }

 

    .header--mobile--primary .logo--name {
        font-size: 20px;
        font-family: Arial, helvetica neue, Helvetica, sans-serif;
        font-weight: 700
    }

    .header--mobile--primary .search--mobile {
        width: 44px;
        height: 44px;
        outline: none;
        border: none;
        background: 0 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        cursor: pointer
    }

    .header--mobile--primary .search--mobile:hover {
        transform: scale(.95)
    }

    .header--primary--block .header--secondary--container .header--row-- .button--gray {
        height: 52px;
        width: 52px;
        text-align: center;
        border-radius: 50%;
        background: #f7f7f7
    }

    .navigation--item--fill {
        width: 100%;
        margin: 0 auto;
        background: #f5ffee;
        border-radius: 22px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: flex-start;
        justify-content: flex-start;
        -ms-flex-align: flex-end;
        align-items: flex-end
    }

    .navigation--item--fill .about {
        width: calc(100% - 115px);
        padding: 16px 12px 16px 16px;
        height: 100%
    }

    .navigation--item--fill .title {
        font-size: 16px;
        line-height: 1.2;
        font-family: font-semibold;
        margin-bottom: 12px
    }

    .navigation--item--fill .sub--title {
        font-size: 14px;
        opacity: .5
    }

    .navigation--item--fill .cover {
        width: 115px
    }

    .navigation--item--fill .cover img {
        max-width: 100%
    }

    .mobile--navigation--modale .navigation--content .title--fill {
        font-size: 18px;
        line-height: 1.2;
        font-family: font-bold
    }

    .mobile--navigation--modale .navigation--content .slide--posts--list {
        width: 100%
    }

    .mobile--navigation--modale .navigation--content .slide--posts--list .slide--item {
        width: 175px;
        min-width: 175px;
        height: 285px;
        border-radius: 22px;
        background: #f7f7f7;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: space-between;
        justify-content: space-between;
        -ms-flex-align: flex-start;
        align-items: flex-start;
        margin-left: 8px;
        overflow: hidden
    }

    .mobile--navigation--modale .navigation--content .slide--posts--list .slide--item:nth-child(1) {
        margin-left: 16px
    }

    .mobile--navigation--modale .navigation--content .slide--item .title {
        font-size: 15px;
        line-height: 1.2;
        font-family: font-semibold;
        margin-bottom: 12px;
        padding: 16px 16px 0 12px
    }

    .mobile--navigation--modale .navigation--content .slide--item .cover {
        width: 100%
    }

    .mobile--navigation--modale .navigation--content .slide--item .cover img {
        max-width: 100%
    }

    .mobile--navigation--modale .navigation--content .flickity-button,
    .mobile--navigation--modale .navigation--content .flickity-page-dots {
        display: none
    }

    [data-mobile-search] .mobile--navigation--container .mobile--navigation--content {
        background: #fff
    }

    .header--mobile--modal {
        width: 100%;
        position: sticky;
        top: 0;
        z-index: 9999;
        padding: 12px 16px;
        background: #fff
    }

    .header--mobile--modal {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: flex-start;
        justify-content: flex-start;
        -ms-flex-align: center;
        align-items: center
    }

    .header--mobile--modal form {
        width: 100%
    }

    .header--mobile--modal .mobile--search--input {
        width: 100%;
        position: relative
    }

    .header--mobile--modal .mobile--search--input img {
        position: absolute;
        top: 12px;
        left: 10px;
        width: 16px
    }

    .header--mobile--modal .mobile--search--input input {
        width: 100%;
        border-radius: 8px;
        background: #f4f5f8;
        border: none;
        line-height: 40px;
        padding-left: 36px;
        padding-right: 12px;
        font-size: 15px;
        outline: none
    }

    .header--mobile--modal .close--button--container {
        color: var(--color-secondary-button);
        font-size: 16px;
        padding: 0 8px
    }

    .mobile--navigation--modale .navigation--content .mobile--item--link.search--item--link .title {
        padding: 12px 0;
        width: 100%;
        border-bottom: 1px solid #efefef;
        opacity: .6
    }

    .photo--slide--dir .photo--item {
        width: calc(100% - 8px);
        height: auto;
        margin-right: 8px;
        text-align: center
    }

    .photo--slide--dir .photo--item img {
        width: 100%;
        object-fit: cover;
        height: 300px;
        border-radius: 8px
    }

    .content--wrapper--block .content--wrapper--container {
        width: 100%
    }

    .section--content {
        padding: 16px 20px 16px 20px
    }

    .fovourite--section--content {
        padding: 0
    }

    .title--block {
        padding-left: 0
    }

    .title--mid--section {
        padding-left: 16px
    }

    .title--block.title--mid--section .name {
        font-family: font-bold
    }

    .navigation--content--block {}

    .photo--slide--dir .flickity-prev-next-button.next {
        right: -15px
    }

    .photo--slide--dir .flickity-prev-next-button.previous {
        left: -15px
    }

    .title--block .sort--info {
        font-size: 14px;
        column-gap: 8px
    }

    .section--content.section--content--primary {
        padding: 0 0 16px
    }

    .section--content .action--line {
        display: none
    }

    .notification--success {
        border: none;
        background: #f5ffee
    }

    .navigation--item--fill.about--car--context {
        -ms-flex-align: center;
        align-items: center;
        background: #d6ffb9;
        border-radius: 16px;
        overflow: hidden;
        margin: 16px auto
    }

    .navigation--item--fill.about--car--context .title {
        margin-bottom: 0
    }

    .navigation--item--fill.about--car--context .cover {
        width: 65px
    }

    .navigation--item--fill.about--car--context .about {
        width: calc(100% - 65px);
        padding: 12px 8px 12px 16px;
        height: auto
    }

    .load--report--block {
        width: 100%
    }

    .product--line--block {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .product--line--block .product--fill--container {
        width: 100%
    }

    .product--line--block .product--fill--container {
        border-radius: 32px 32px 0 0;
        padding: 24px 32px
    }

    .product--line--block .product--fill--container.cover {
        border-radius: 0 0 32px 32px;
        padding: 0
    }

    .product--line--block .product--fill--container .title {
        font-size: 24px
    }

    .product--line--block .product--fill--container .filter {
        font-size: 16px;
        margin-bottom: 4px
    }
}

@media screen and (max-width:695px) {
    .notification {
        padding: 16px 22px 16px 48px
    }

    .notification .icon {
        top: 16px
    }

    .section--content .action--line .action--button span {
        padding-left: 8px;
        font-size: 13px
    }

    .notification .context {
        font-size: 14px;
        line-height: 1.5
    }
}

@media screen and (max-width:520px) {
    .file-preview-background {
        font-size: 15px
    }

    .button--secondary {
        font-size: 12px
    }

    .header--block .logo--name {
        font-size: 20px
    }

    .header--block .header--container {
        padding: 16px 0
    }

    .form--search--block .tabs--list .tabs--item {
        font-size: 15px
    }

    .form--section .input--secondary--container .input--contain input {
        font-size: 18px
    }

    .form--search--block .form--section .button--primary:after {
        width: 24px;
        height: 24px
    }

    .title--search .title {
        font-size: 32px
    }

    .title--search .title img {
        max-width: 50px
    }

    .search--form--main .search--container {
        padding: 15px 0 0
    }

    .photo--set--container .photo--set--context .photo--container .photo--cover.horizontal {
        width: 240px;
        height: 150px
    }

    .photo--set--container .photo--set--context .photo--container .photo--cover.vertical {
        width: 150px;
        height: 240px
    }

    .photo--set--container .photo--set--context .photo--container .photo--cover.vertical:after {
        top: -5px;
        width: 194px;
        height: 313px
    }

    .photo--set--container .photo--set--context .photo--container .photo--cover.horizontal:after {
        width: 310px;
        height: 193px
    }

    .photo--set--container .photo--set--context {
        column-gap: 22px;
        padding-bottom: 22px;
        width: 1720px
    }

    .photo--set--container .photo--set--line {
        column-gap: 24px
    }

    .product--block {
        margin: 24px auto
    }

    .product--container .product--row .title {
        font-size: 22px
    }

    .timeline--block {
        margin: 68px auto
    }

    .form--search--block .tabs--list .tabs--item {
        line-height: 50px;
        padding: 0 18px;
        font-size: 14px
    }

    .form--search--block .tabs--list .tabs--item img {
        margin-right: 4px
    }

    .header--secondary--container {
        padding: 16px 0
    }

    .photo--chronology .chronology--item {
        padding-bottom: 24px
    }

    .photo--chronology {
        padding-left: 32px
    }

    .photo--chronology .chronology--item:after {
        left: -34px
    }

    .title--block {
        margin-bottom: 16px
    }

    .title--block .name {
        font-size: 24px;
        font-family: font-bold;
        margin-bottom: 8px
    }

    .title--mid--section .name {
        font-size: 20px
    }

    .section--content {
        border: none
    }

    .section--content .about--block {
        padding: 16px 0
    }

    .photo--chronology .chronology--item .date {
        font-size: 14px;
        margin-bottom: 4px
    }

    .photo--chronology .chronology--item .location {
        font-size: 15px
    }

    .photo--chronology:after {
        left: 0
    }

    .photo--chronology .chronology--item:after {
        left: -29px
    }

    .photo--chronology {
        padding-left: 24px
    }

    .title--mid--section {
        margin-top: 32px
    }

    .form--comments--add textarea {
        font-size: 15px;
        line-height: 21px;
        min-height: 130px;
        padding: 12px 16px;
        margin-bottom: 16px
    }

    .comments--block .comments--item {
        column-gap: 8px
    }

    .comments--block .comments--item .message--container {
        padding-top: 6px;
        font-size: 15px
    }

    .section--content .action--line {
        column-gap: 12px;
        row-gap: 12px
    }

    .section--content .about--block .item--list {
        column-gap: 16px;
        row-gap: 16px
    }

    .section--content .about--block .item--list .item .title {
        margin-bottom: 2px;
        font-size: 15px
    }

    .section--content .about--block>.title {
        margin-bottom: 16px
    }

    .header--secondary--container .header--row-- .button--second--primary.button--gray {
        display: none
    }

    .form--search--block .form--section .button--primary:after {
        width: 16px;
        height: 16px
    }

    .form--search--block .form--section .button--primary {
        padding: 14px
    }

    .form--search--block .form--section .input--secondary--container {
        width: 100%
    }

    .document--section .document--container li {
        padding-left: 16px
    }

    .document--section .document--container .title {
        font-size: 28px;
        margin: 32px auto 44px
    }

    .document--section .document--container .sub--title {
        font-size: 18px
    }

    .header--mobile--primary {
        width: calc(100% - 16px);
        padding: 10px 0 10px 5px
    }

    .photo--slide--dir .photo--item img {
        height: 270px
    }

    .photo--slide--dir .photo--item {
        width: 100%
    }

    .report--content--block .item--report {
        width: 100%
    }

    .report--content--block {
        row-gap: 16px
    }

    .report--content--block .item--report .about {
        width: 100%
    }

    .report--content--block .item--report .name {
        display: block
    }

    .accordion--action.active .accordion--content {
        padding: 0
    }

    .photo--chronology.mileage--chronology {
        margin-left: 12px
    }

    .photo--chronology.mileage--chronology .accordion--title .icon {
        left: -44px
    }

    .section--content .about--report--block .tt {
        font-size: 15px;
        font-family: font-semibold
    }

    .data--table--content .data--table--row {
        flex-direction: column
    }

    .data--table--content .data--table--row .data--table--name {
        width: 100%
    }

    .data--table--content .data--table--row .data--table--value {
        width: 100%
    }

    .photo--slide--nav .photo--item {
        height: 72px;
        width: 100px
    }

    .report--content--block.report--inherit--style .item--report .name {
        font-size: 15px
    }

    .favourites--item-block .cover--image {
        height: 70px;
        width: 100px;
        min-width: 100px
    }

    .action--be--like {
        display: none
    }

    .favourites--item-block {
        column-gap: 16px
    }

    .favourites--item-block:not(:last-child) {
        margin-bottom: 8px
    }

    .favourites--item-block .title {
        font-size: 15px
    }

    .favourites--item-block .information .about {
        width: 100%
    }

    .product--line--block .product--fill--container .title {
        font-size: 20px
    }

    .product--line--block .product--fill--container .filter {
        font-size: 15px
    }

    .favourites--item-block.favourites--item--md .cover--image {
        display: none
    }

    .favourites--item-block.favourites--item--md .title {
        font-size: 17px;
        font-family: font-bold
    }

    .favourites--item--md .data--table--content .data--table--row {
        flex-direction: row
    }

    .favourites--item-block.favourites--item--md .information {
        width: 100%
    }

    .favourites--item--md .data--table--content .data--table--row .data--table--name {
        width: calc(43% - 8px)
    }

    .favourites--item--md .data--table--content .data--table--row .data--table--value {
        width: calc(57% - 8px)
    }

    .favourites--item--md .time--sort {
        font-size: 14px
    }
}

@media screen and (max-width:372px) {
    .timeline--container .search--request .name {
        font-size: 17px
    }

    .section--content .about--block .item--list {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .section--content .about--block .item--list .item {
        width: 100%
    }

    .notification {
        padding: 16px 12px 16px 48px
    }
}

@media print,
(-webkit-min-device-pixel-ratio:1.25),
(min-resolution:1.25dppx),
(min-resolution:120dpi) {}

@media print {

    *,
    *::before,
    *::after {
        background: #fff !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]::after {
        content: " (" attr(href) ")"
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: ""
    }

    pre {
        white-space: pre-wrap !important
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }
}

form.pay--checkout button {
    width: 100%;
    color: #233343;   
    background: #3ecc3f;
    color: #fff;
    border: 0;
    cursor: pointer;
}

form.pay--checkout .subname {
    margin-bottom: 15px;
    margin-top: 15px;
}

form.pay--checkout .subname:first-child {
    margin-top: 0;
}

input.stdInput,
form.pay--checkout input,
form.pay--checkout input:focus {
    width: 100%;
    font-size: 14px;
    line-height: 15px;
    padding: 13px 22px 13px;
    border: 1px solid #efefef;
    background: rgba(255, 255, 255, .75);
    border-radius: 12px;
    outline: none;
    margin: 0;
}

form.pay--checkout div.fieldDescription {
/*    font-size: 12px;
    line-height: 1.5;
    opacity: .5;
    padding: 5px 22px;    */

    font-size: 13px;
    text-align: center;
    color: #cccccc;
    display: block;
    padding: 5px 10px 0 10px;

}

form.find-report-form input {
    width: 100%;
    font-size: 14px;
    line-height: 15px;
    padding: 13px 22px 13px;
    border: 1px solid #efefef;
    background: rgba(255, 255, 255, .75);
    border-radius: 12px;
    outline: none;
    margin: 0;   
}

form.find-report-form button,
form.find-report-form input[type="submit"] {
    width: 100%;
    background: rgb(239, 239, 239);
    color: #233343;   
    border: none;
    margin-top: 10px;
}

form.find-report-form .field-description {
    font-size: 13px;
    text-align: left;
    color: #cccccc;
    display: block;
    padding: 5px 10px 0 10px;
}

form.find-report-form .form-group {
    padding: 5px 0;
}

form.find-report-form .subname {
    padding-bottom: 10px;
}

.text {
    line-height: 1.5;
    font-size: 14px;
}

.text p {
    padding: 10px 0;
}

.text p:first-child {
    padding-top: 0;
}

.text a {
    color: #1762f9;
}

.text a:hover {
    opacity: .8;
}

.notfound-error, .success-block {
    text-align: center;
    margin-bottom: 24px;
    padding: 24px;
    background-color: #fff3f3;
}

.flex-glav {
	display:flex;
	align-items: center;
}

.statistics .block-head {
    margin-bottom: 40px;
}

.block-head__title {
    color: #233343;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.container-stat {
	margin-top: 15px;
}

.statistics__container {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3,1fr);
    row-gap: 40px;
}
@media screen and (max-width:880px) {

.statistics__container {
grid-template-columns: repeat(1,1fr);
    row-gap: 15px;
}

	.statistics__container {
		margin-top: 15px;
	}
}
@media screen and (max-width:600px) {

.flex-glav {
	flex-direction: column;
}}




.statistics__item {
    display: flex;
    flex-direction: column;
    gap: 7px;
}.statistics__data, .statistics__label {
    color:#233343;
    text-transform: uppercase;
}.statistics__data, .statistics__label {
    color:#233343;
    text-transform: uppercase;
}.statistics__data {
    font-size: 36px;
    font-weight: 700;
}.statistics__text {
    font-size: 14px;
}

@media screen and (max-width:600px) {.logo img {
    width: 165px;
    height: 24px;
}.button--second--primary {
    line-height: 40px;
    padding: 0px 16px;
    border-radius: 12px;
    font-size: 14px;
}
}
	
	@media screen and (max-width:360px) {
		.button--second--primary {
    padding: 0px 9px;
 
}
}
	
	.contact-form-block .wpcf7-form-control-wrap input {
		background: #ffffff;
    padding: 0 1rem;
    height: 2rem;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    border: 1px solid #233343;
    outline: 0;
    -webkit-transition: outline-color .3s ease-in-out;
    transition: outline-color .3s ease-in-out;
    width: 100%;
    box-sizing: border-box;
    line-height: 1;
		width: 100%;
	}
	
.contact-form-block .wpcf7-submit {
		background: var(--color-primary-button);
		display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    column-gap: 12px;
		outline: none;
    border: none;
    cursor: pointer;
     color: var(--color-primary-button-text);
    -webkit-transition: .35s cubic-bezier(.28, .11, .32, 1);
    transition: .35s cubic-bezier(.28, .11, .32, 1);
		line-height: 52px;
    padding: 0 20px;
    border-radius: 12px;
    font-size: 14px;
	}


.wpcf7-form-control-wrap textarea {
	width: 100%;
	padding: 1em;
margin-top: 4px;
    outline: none;
}


.block-head__title {
	margin-bottom: 20px;
}


.wpcf7-spinner {
	display: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #233343 !important;
}

.wpcf7 form .wpcf7-response-output {
    margin: 1em 0em 1em !important;
    font-size: 14p !importantx;
    padding: 10px 15px 10px 15px !important;
  }

.sogl {
    display: block;
}

.cky-title {
	display: none;
}

.cky-btn {
	border-color: #233343 !important;
    background-color: #233343 !important;
}

.cky-consent-container .cky-consent-bar {
	    padding: 15px 26px !important;
}
.section--content h2:first-child {
	margin: 0px 0;
}
.section--content h2 {
	margin: 10px 0;
}
.section--content p {
padding: 10px 0;
}

.section--content ol {
    padding: 10px 15px 10px 15px;}

.error404, .error404 main {
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}
.error404 {
    display: -webkit-box;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    background: #2C5AFF
}
.error404 main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}
.error404 .container {
    margin: 0;
    padding: 0 1.5rem
}
@media only screen and (min-width:767.98px) {
    .error404 .container {
        margin: 0 auto
    }
}
@media only screen and (min-width:1280px) {
    .error404 .container {
        padding: 0
    }
}
.error-section {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-y: auto;
    padding: 2rem 0;
    position: relative;
	    min-height: 690px;
}
.error-section picture {
    position: absolute;
    top: -51px;
    right: 0
}
.error-section picture.error-img--mobile {
    display: none
}
@media only screen and (min-width:375px) {
    .error-section picture.error-img--mobile {
        display: block
    }
}
.error-section picture.error-img--desktop {
    display: none
}
@media only screen and (min-width:568px) {
    .error-section picture {
        position: static
    }
    .error-section picture.error-img--mobile {
        display: none
    }
    .error-section picture.error-img--desktop {
        display: block;
        position: relative
    }
}
.error-section__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}
@media only screen and (min-width:568px) {
    .error-section__wrapper {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}
@media only screen and (min-width:1024px) {
    .error-section picture.error-img--desktop {
        right: -70px
    }
    .error-section__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .error-section__content .text-link a:hover {
        -webkit-text-decoration-color: transparent;
        text-decoration-color: transparent
    }
}
.error-section h1, .error-section__content {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}
.error-section__content {
    position: relative;
    z-index: 5;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.error-section__content .text-link {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    margin: 0 0 2rem
}
.error-section__content .text-link a {
    color: #fff;
    font-weight: 600;
    -webkit-transition: -webkit-text-decoration-color .3s ease-in-out;
    transition: -webkit-text-decoration-color .3s ease-in-out;
    transition: text-decoration-color .3s ease-in-out;
    transition: text-decoration-color .3s ease-in-out, -webkit-text-decoration-color .3s ease-in-out
}
.error-section__content .text-link a:visited {
    color: inherit
}
.error-section p.emphasized-error {
    margin: 0 0 2rem;
    color: #233343;
    font-weight: 600;
    font-size: 128px;
    line-height: 100%;
    width: 100%;
	text-align: center;
		
}

.error-search a svg path {
	stroke: #fff !important;
}

.error-section h1 {
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.75rem;
    line-height: 1.3;
    color: #233343;
    margin: 0 0 2rem;
    width: 100%
}
.error-search__wrapper, .grid-ten-posts .two-cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}
@media only screen and (min-width:767.98px) {
    .error-section h1 {
        font-size: 2.1875rem;
        line-height: 1.2
    }
}
@media only screen and (min-width:1024px) {
    .error-section h1 {
        font-size: 3rem
    }
}
.error-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
	justify-content: center;
}
.error-search .btn {
    background: #fff;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-top: 1rem
}
.error-search .btn svg path {
    -webkit-transition: stroke;
    transition: stroke
}
@media only screen and (min-width:767.98px) {
    .error-search {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .error-search .btn {
        margin-top: 0
    }
    .error-search .btn:hover {
        color: #000;
    }
    .error-search .btn:hover svg path {
        stroke: #123FDE
    }
}
.error-search__wrapper {
    position: relative;
    padding: 0 26px;
    height: 3rem;
    background: rgba(255, 255, 255, .24);
    border: 1px solid transparent;
    border-radius: 47px;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.error-search__wrapper svg {
    position: absolute;
    left: 26px;
    top: 16px
}
.error-search__wrapper input[type=search] {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    padding-left: 30px;
    background-color: transparent;
    border: none;
    outline: 0;
    width: 100%;
    opacity: .8;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}
.error-search__wrapper input[type=search]::-webkit-input-placeholder {
    color: #fff
}
.error-search__wrapper input[type=search]::-moz-placeholder {
    color: #fff
}
.error-search__wrapper input[type=search]:-ms-input-placeholder {
    color: #fff
}
.error-search__wrapper input[type=search]::-ms-input-placeholder {
    color: #fff
}
.error-search__wrapper input[type=search]::placeholder {
    color: #fff
}
.error-search__wrapper input[type=search]:focus {
    opacity: 1
}

@media only screen and (max-width:700px) {
   h1 {
      font-size: 34px;
	}}

@media only screen and (max-width:400px) {
   h1 {
      font-size: 28px;
	}}

@media only screen and (max-width:360px) {
   h1 {
      font-size: 22px;
	}}

 .proinput form input {
	    width: 100%;
    font-size: 20px;
    line-height: 32px;
    outline: none;
    border: none;
    background: 0 0;
    padding-left: 48px;
    padding-top: 16px;
}

div.asl_w {
box-shadow: none !important; 
	padding: 8px 0 !important;
}

#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input {
    font-family: font-medium, -apple-system, Arial, sans-serif !important;
	font-size: 16px !important;
}

#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input::-webkit-input-placeholder {
    font-family: font-medium, -apple-system, Arial, sans-serif !important;
	font-size: 16px !important;
}
 div.asl_r .results .item .asl_content h3, div.asl_r .results .item .asl_content h3 a {
  font-family: font-medium, -apple-system, Arial, sans-serif !important;
    font-size: 16px !important;
    color: #233343 !important;
}

div.asl_r .results .item {
	padding: 10px 10px 10px 10px !important;
}

.header--input--search {
	justify-content: center;
    display: flex;
    align-items: center;
}

.header--input--search div.asl_w {
	    border: 1px solid #f2f2f2;
		padding: 8px 10px 8px 2px !important

}

.header--input--search div.asl_w .probox .promagnifier {
	position:relative;
}

.title--block-flex {
	display:flex;
	width: calc(100% - 32px);
	position: relative;
 }
 
.title--block-good:before {
	background: url('https://mobilnomer.ru/wp-content/themes/mobilnomer/images/good.svg') no-repeat center center !important; /* Путь к картинке */
  background-size: cover !important; /* Растягиваем изображение, чтобы оно покрыло всю область блока */
content: "";
	width: 50px;
	height: 50px;
	margin-right: 15px;
 display: inline-block;}

.title--block-negative:before {
	background: url('https://mobilnomer.ru/wp-content/themes/mobilnomer/images/negative.svg') no-repeat center center !important; /* Путь к картинке */
  background-size: cover !important; /* Растягиваем изображение, чтобы оно покрыло всю область блока */
	content: "";
	width: 50px;
	height: 50px;
	margin-right: 15px;
 display: inline-block;
 }
.title--block-unknown:before {
	content: "";
	width: 50px;
	height: 50px;
	margin-right: 15px;
 display: inline-block;
	background: url('https://mobilnomer.ru/wp-content/themes/mobilnomer/images/question.svg') no-repeat center center; /* Путь к картинке */
  background-size: cover; /* Растягиваем изображение, чтобы оно покрыло всю область блока */
}

.breadcrumb {
	width: calc(100% - 32px);
    max-width: var(--secondary-width);
}

.breadcrumb ul {
	 display: flex;
    list-style: none;   
}

.breadcrumb ul li:first-child {
	margin-right: 8px; 
}

.breadcrumb ul li:last-child {
	margin-left: 8px; 
}


.title--block h1 {
		    font-size: 46px;

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

.title--block h1 {
		    font-size: 36px;

}
.title--block span:before {
	width: 40px;
	height: 40px;
}
}


@media only screen and (max-width:1000px) {
.breadcrumb {
    width: calc(100% - 100px);
}
 .title--block-flex {
	    width: calc(100% - 100px);

 }
}

@media only screen and (max-width:886px) {
.breadcrumb {
width: calc(100% - 40px);
}
 .title--block-flex {
	   width: calc(100% - 40px);

 }
}


 @media only screen and (max-width:800px) {
.title--block h1 {
		    font-size: 30px;

}
	 .title--block span:before {
	width: 35px;
	height: 35px;
}
}

 @media only screen and (max-width:665px) {
.title--block h1 {
		    font-size: 26px;

}
	 .title--block span:before {
	width: 28px;
	height: 28px;
}
}


 @media only screen and (max-width:580px) {
.title--block h1 {
		    font-size: 24px;

}
	 .title--block-flex {
		    align-items: center;

}
	 .title--block span:before {
	width: 40px;
	height: 40px;
}
}

 @media only screen and (max-width:358px) {
.title--block h1 {
		    font-size: 22px;

}
	 .title--block-flex {
		    align-items: center;

}
	 .title--block span:before {
	width: 38px;
	height: 38px;
}
}

 @media only screen and (max-width:358px) {
.title--block h1 {
		    font-size: 20px;

}
	 .title--block-flex {
		    align-items: center;

}
	 .title--block span:before {
	width: 36px;
	height: 36px;
}
}

.pochoz-nomer {
	     display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    list-style: none;
    margin-top: 10px;
}
.pochoz-nomer a {
	 color: #1762f9;
}
 @media only screen and (max-width:1000px) {

.sidebar--container {
	margin-top: 20px;
	width: calc(100% - 90px);
	    margin: 20px auto 0 auto;
}}

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

.sidebar--container {
width: calc(100% - 40px);
}}

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

.sidebar--container {
width: 100%;
}}
     
 @media only screen and (max-width:1080px) {

.pochoz-nomer {
  
    grid-template-columns: repeat(4, 1fr);
  
}
}

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

.pochoz-nomer {
  
    grid-template-columns: repeat(5, 1fr);
  
}
}

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

.pochoz-nomer {
  
    grid-template-columns: repeat(4, 1fr);
  
}
}

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

.pochoz-nomer {
  
    grid-template-columns: repeat(3, 1fr);
  
}
}

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

.pochoz-nomer {
  
    grid-template-columns: repeat(2, 1fr);
  
}
}

.section--content-text {
	padding: 5px 24px;
	margin-bottom: 15px;
}

.content--wrapper--block .section--content {
	margin-bottom: 20px;
}
 
.section .timeline--container .search--request .number {
	display: flex;
	position: relative;
	flex-direction: column;
	text-align: left;
}


.section .timeline--container .search--request {
border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
	    padding: 10px 0;
}

.search--request p {
	overflow-wrap: anywhere;
	    text-overflow: ellipsis;
    overflow: hidden;
    -ms-line-clamp: 2;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: -webkit-box;
    display: box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}

.section .timeline--container .search--request .time {
    font-size: 16px;
    padding-left: 0px;
	margin-top: 12px;
}

.product--block-margin {
	margin-top: 20px;
}

.h2-otzyvy {
	color: #233343;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
	margin-bottom: 10px;
}


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

.h2-otzyvy {
    font-size: 24px;
}
}

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

.h2-otzyvy {
    font-size: 20px;
}
}

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

.h2-otzyvy {
    font-size: 18px;
}
}

.title-tel {
	position: absolute;
    right: 52px;
    top: -17px;
    font-size: 14px;
    opacity: 0.7;
    color: #000;
}

.section .title-tel {
	position: initial;
display: flex;
}


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

.timeline--container .search--request .title {
left: 45px;
}}
 @media only screen and (max-width:728px) {

.section .timeline--container .search--request .title {
left: 0px;
}}

.product--block p {
	margin-bottom: 10px;
}
.product--block p:last-child {
	margin-bottom: 0px;
}
.category-telefon {
	    padding: 8px 15px 7px 15px;
    color: white;
    background: #233343;
    display: flex;
    width: 100%;
    max-width: 200px;
    justify-content: center;
}

.block-telefon-page {
	    position: relative;
    display: flex;
    width: calc(100% - 32px);
    max-width: var(--secondary-width);
    margin: 0 auto;
	    margin: 0 auto 15px auto;
	align-items: center;

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

 
.category-telefon {
max-width: 100%;
	margin-top: 15px;
}
.block-telefon-page {
flex-direction: column;
align-items: start;
}
}

.otzyvy-block {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 11px;
}

.otzyvy-block span {
	font-size: 30px;
    margin-bottom: 10px;
 	opacity: 0.8;
	font-weight: 700;
}
 @media only screen and (max-width:345px) {

.section--content .about--report--block .tt {
	font-size: 14px;
}}

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

.section--content .about--report--block .tt {
	font-size: 13px;
}}

@media (max-width: 440px) { 
 
.cky-notice-des {
 
    overflow-y: hidden !important;
}}

.comment-form textarea {
	border: 1px solid #e5e5e5;
    width: 100%;
	margin-top: 10px;
		margin-bottom: 5px;
	font-family: font-medium,-apple-system,Arial,sans-serif;
    padding: 10px 15px 10px 15px;
}

.comment-form .submit {
	line-height: 52px;
    padding: 0 20px;
    border-radius: 12px;
    font-size: 14px;
    color: white;
    cursor: pointer;
    font-family: font-medium, -apple-system, Arial, sans-serif;
}

.comment-form-author {
	display: flex;
    flex-direction: column;
}

.comment-form-author label {
	margin-bottom: 5px;
	font-size: 16px;
    opacity: .7;
    color: #000;
}
.comment-form-author input {
	border: 1px solid #e5e5e5;
		padding: 8px 10px 8px 15px;
	font-family: font-medium,-apple-system,Arial,sans-serif;
	
}
 
.comment-form-author input:focus-visible {
outline: 1px solid #e5e5e5;
}
.comment-form-email {
	display: flex;
    flex-direction: column;
}

.comment-form-email label {
		margin-bottom: 5px;
	font-size: 16px;
    opacity: .7;
    color: #000;
}
.comment-form-email input {
	border: 1px solid #e5e5e5;
	padding: 8px 10px 8px 15px;
	font-family: font-medium,-apple-system,Arial,sans-serif;
}
.comment-form-email input:focus-visible {
outline: 1px solid #e5e5e5;
}
.comment-form-review-type {
	display: flex;
    flex-direction: column;
}

.comment-form-review-type label {
	margin-bottom: 5px;
	font-size: 16px;
    opacity: .7;
    color: #000;
}
.comment-form-review-type input {
	border: 1px solid #e5e5e5;
	padding: 8px 10px 8px 15px;
	font-family: font-medium,-apple-system,Arial,sans-serif;
}
.comment-form-review-type input:focus-visible {
outline: 1px solid #e5e5e5;
}
.comment-form-call-type {
	display: flex;
    flex-direction: column;
}

.comment-form-call-type label {
	margin-bottom: 5px;
	font-size: 16px;
    opacity: .7;
    color: #000;
}
.comment-form-call-type input {
	border: 1px solid #e5e5e5;
	padding: 8px 10px 8px 15px;
	font-family: font-medium,-apple-system,Arial,sans-serif;
}
.comment-form-call-type input:focus-visible {
outline: 1px solid #e5e5e5;
}
.comment-form p {
padding: 15px 0 0px
}

.form-submit {
	margin-top: 10px;
}

.comment-form select {
	border: 1px solid #e5e5e5;
    padding: 8px 10px 8px 10px;
    font-family: font-medium,-apple-system,Arial,sans-serif;
    display: flex;
    cursor: pointer;
	    background-image: url(data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1em;
    -moz-appearance: none;
    appearance: none;
}
.comment-form select:focus-visible {
outline: 1px solid #e5e5e5;
}

 
.comment-form-call-type select option {
	padding: 20px;
}







.center {
  position: absolute;
  display: inline-block;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
}

/** Custom Select **/
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
}
  .custom-select-wrapper select {
    display: none;
  }
  .custom-select {
    position: relative;
    display: inline-block;
  }
    .custom-select-trigger {
      position: relative;
      display: block;
      width: 130px;
      padding: 0 84px 0 22px;
      font-size: 22px;
      font-weight: 300;
      color: #fff;
      line-height: 60px;
      background: #5c9cd8;
      border-radius: 4px;
      cursor: pointer;
    }
      .custom-select-trigger:after {
        position: absolute;
        display: block;
        content: '';
        width: 10px; height: 10px;
        top: 50%; right: 25px;
        margin-top: -3px;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg) translateY(-50%);
        transition: all .4s ease-in-out;
        transform-origin: 50% 0;
      }
      .custom-select.opened .custom-select-trigger:after {
        margin-top: 3px;
        transform: rotate(-135deg) translateY(-50%);
      }
  .custom-options {
    position: absolute;
    display: block;
    top: 100%; left: 0; right: 0;
    min-width: 100%;
    margin: 15px 0;
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgba(0,0,0,.07);
    background: #fff;
    transition: all .4s ease-in-out;
    
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
  }
  .custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
  }
    .custom-options:before {
      position: absolute;
      display: block;
      content: '';
      bottom: 100%; right: 25px;
      width: 7px; height: 7px;
      margin-bottom: -4px;
      border-top: 1px solid #b5b5b5;
      border-left: 1px solid #b5b5b5;
      background: #fff;
      transform: rotate(45deg);
      transition: all .4s ease-in-out;
    }
    .option-hover:before {
      background: #f9f9f9;
    }
    .custom-option {
      position: relative;
      display: block;
      padding: 0 22px;
      border-bottom: 1px solid #b5b5b5;
      font-size: 18px;
      font-weight: 600;
      color: #b5b5b5;
      line-height: 47px;
      cursor: pointer;
      transition: all .4s ease-in-out;
    }
    .custom-option:first-of-type {
      border-radius: 4px 4px 0 0;
    }
    .custom-option:last-of-type {
      border-bottom: 0;
      border-radius: 0 0 4px 4px;
    }
    .custom-option:hover,
    .custom-option.selection {
      background: #f9f9f9;
    }
 
.comments-pagination ul {
	display: flex;
    justify-content: center;
	    list-style: none;
		margin-top: 10px;
 }

.comments-pagination ul li {
	margin-right: 10px;
	opacity: .7;
}

.comments-pagination ul li:last-child {
	margin-right: 0px;
}

.comment-list {
	    display: flex;
    overflow-wrap: anywhere;
	padding: 25px 0px 0px 0px !important;
	flex-direction: column;
    list-style: none;
}

.comment-list li {
	    display: flex;
    border: 1px solid #e5e5e5;
    padding: 15px 15px 10px 15px;
	margin-bottom: 20px;
}
.comment-list li:last-child {
	margin-bottom: 0px;
}
.comment-content p {
	padding: 10px 0 0 0;
}

.comment-meta {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 7px;
	display: flex;
	align-items: center;
}

.comment-meta .call-type{
	margin-left: auto;
	    opacity: 0.8;
}
.comment-body {
	width: 100%;
}
.comment-meta .post-title {
    margin-left: 12px;
font-size: 14px;
}
 
.comment-time {
	opacity: 0.8;
    font-size: 14px;
    display: flex;
    width: 100%;
    justify-content: end;
    padding-right: 5px;
    margin-top: 10px;
}
 @media only screen and (max-width:450px) {

.comment-meta {
	flex-wrap: wrap;
	justify-content: center;
 }

.comment-meta .call-type {
 
    justify-content: center;
	display: flex;
	width: 100%;
	margin-top: 7px;
}
}

.good-telefon  {
	background-color: #208827;
	  color: white;
    padding: 5px 5px 4px 5px
}  

.red-telefon {
	background-color: #d52c2c;
    color: white;
    padding: 5px 5px 4px 5px

}

.neit-telefon {
		background-color:#6c6c6c;
    color: white;
    padding: 5px 5px 4px 5px
}

.about--block h2 span {
    text-wrap: nowrap;
    white-space: nowrap;
text-wrap: balance;
}

.search-form  {
	    box-sizing: content-box;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    text-transform: none;
    text-shadow: none;
    box-shadow: none;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
}


.search-form label input {
	font-weight: 400;
    font-family: Open Sans;
    color: #000!important;
    font-size: 12px;
    line-height: normal!important;
    text-shadow: 0 0 0 rgba(255,255,255,0);
    border: 0;
    box-shadow: none;
    font-family: font-medium,-apple-system,Arial,sans-serif!important;
    font-size: 16px!important;
	width: 100%;
	padding-left: 5px;
}


.search-form label input:focus-visible {
outline: none;
	border:0;
}

.search-form label  {
width: 100%;
    flex-wrap: nowrap;
    display: flex;
}

.search-form button {
	width: 28px;
    height: 28px;
    background-image: -o-linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,0));
    background-image: -ms-linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,0));
    background-image: -webkit-linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,0));
    background-image: linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,0));
    background-position: center center;
    background-repeat: no-repeat;
    border: 0 solid #fff;
    border-radius: 0 0 0 0;
    box-shadow: -1px 1px 0 0 rgba(255,255,255,.64) inset;
    cursor: pointer;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
	background: none;
}

.search-header form button {
z-index: 111;
}
/* Скрываем значок крестика в поле ввода поиска */
.search-field::-webkit-search-clear-button,
.search-field::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    display: none;
}

.section--content-search article h1 {
font-size: 22px !important;
    font-family: font-bold;
    line-height: 24px !important;
}

.section--content-search .inform h1 {
font-size: 22px !important;
    font-family: font-bold;
    line-height: 26px !important;
margin-bottom: 10px;
}

 .section--content-search .category-telefon {
margin-bottom: 5px;
    color: #1762f9;
    opacity: .8;
display: flex;
    width: 100%;
padding: 8px 15px 7px 0px;
max-width: 100%;
    justify-content: left;
background: none;
}


 .section--content-search .navigation {
display: flex;
    justify-content: center;
    margin-top: 0px;
}
.search-header {
width: 100%;
}

.search-header .search-form {
    width: 100%;
    margin-left: 80px;
}

.search-header .search-form label {
  border: 1px solid #ebebeb;
    padding: 5px 4px 5px 10px
}
 
.section-block-ads-single {
display:none;
} 
@media (max-width: 1000px) { 
.section-block-ads-single {
display:block;
}}
@media (max-width: 1000px) { 
.section-ads {
display:none;
}}

  .phone-numbers {
display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
        list-style: none;
      padding: 3px 0 0 0;
    }
    
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.pagination .page-numbers {
  padding: 0 5px;
}
@media screen and (max-width:640px) {
  .phone-numbers {
    grid-template-columns: repeat(3, 1fr);
    }}
@media screen and (max-width:480px) {
  .phone-numbers {
    grid-template-columns: repeat(2, 1fr);
    }}

.ya-share2, .ya-share2 * {
    line-height: normal;
}

.ya-share2__list, .ya-share2__badge, .ya-share2__icon {
    display: inline-block;
    vertical-align: top;
}

.ya-share2__list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.ya-share2__list.ya-share2__list_direction_horizontal {
    margin-top: 10px;
}.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 2px 4px 0 0;
}.ya-share2__link {
    display: block;
}.ya-share2__link {
    text-decoration: none;
    white-space: nowrap;
}.ya-share2__list, .ya-share2__badge, .ya-share2__icon {
    display: inline-block;
    vertical-align: top;
}.ya-share2__badge {
    border-radius: 4px;
    color: #fff;
    overflow: hidden;
    position: relative;
}.ya-share2__item_service_vkontakte .ya-share2__badge, .ya-share2__item_service_vkontakte .ya-share2__mobile-popup-badge {
    background-color: #07f;
}.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
    height: 48px;
    width: 48px;
    background-size:contain;
}
.ya-share2__item_service_moimir .ya-share2__badge, .ya-share2__item_service_moimir .ya-share2__mobile-popup-badge {
    background-color: #168de2;
}
.ya-share2__item_service_twitter .ya-share2__badge, .ya-share2__item_service_twitter .ya-share2__mobile-popup-badge {
    background-color: #0f1419;
}
.ya-share2__item_service_odnoklassniki .ya-share2__badge, .ya-share2__item_service_odnoklassniki .ya-share2__mobile-popup-badge {
    background-color: #f70;
}
.ya-share2__item_service_lj .ya-share2__badge, .ya-share2__item_service_lj .ya-share2__mobile-popup-badge {
    background-color: #0d425a;
}

.ya-share2__item_service_vkontakte .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.878 17.304c-5.411 0-8.695-3.755-8.823-9.994h2.74c.086 4.583 2.171 6.528 3.77 6.925V7.31h2.627v3.954c1.542-.17 3.155-1.97 3.698-3.954h2.584c-.414 2.441-2.17 4.24-3.412 4.983 1.242.6 3.24 2.17 4.011 5.01h-2.84c-.6-1.898-2.07-3.369-4.04-3.569v3.57h-.315Z' fill='%23fff'/%3e%3c/svg%3e");
}
.ya-share2__item_service_twitter .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M13.5222 10.7749L19.4785 4H18.0671L12.8952 9.88256L8.76437 4H4L10.2466 12.8955L4 20H5.41155L10.8732 13.7878L15.2356 20H20L13.5222 10.7749ZM11.5889 12.9738L10.956 12.0881L5.92015 5.03974H8.0882L12.1522 10.728L12.7851 11.6137L18.0677 19.0075H15.8997L11.5889 12.9738Z' fill='%23fff'/%3e %3c/svg%3e");
}

.ya-share2__item_service_odnoklassniki .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.83 10.77a3.951 3.951 0 0 1-5.604 0 3.951 3.951 0 0 1 0-5.604 3.95 3.95 0 0 1 5.604 0 3.951 3.951 0 0 1 0 5.604Zm-2.802-4.615c-.494 0-.942.2-1.271.53a1.79 1.79 0 0 0 0 2.542 1.789 1.789 0 0 0 2.543 0 1.789 1.789 0 0 0 0-2.543 1.839 1.839 0 0 0-1.272-.53Zm4.168 5.792 1.166 1.59c.059.082.047.188-.036.247-.977.8-2.119 1.33-3.308 1.613l2.249 4.332c.059.13-.024.271-.165.271H13.7a.206.206 0 0 1-.176-.118l-1.496-3.579-1.507 3.567a.181.181 0 0 1-.176.118H7.943c-.141 0-.224-.153-.165-.27l2.249-4.321a8.262 8.262 0 0 1-3.308-1.613c-.071-.06-.095-.177-.036-.248l1.166-1.589c.07-.094.188-.106.27-.035 1.096.93 2.45 1.542 3.898 1.542s2.79-.6 3.897-1.542c.094-.07.223-.06.282.035Z' fill='%23FFF' fill-rule='evenodd'/%3e%3c/svg%3e");
}
.ya-share2__item_service_lj .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.815 13.3c.223 1.074.443 2.146.663 3.218.214 1.039.427 2.078.643 3.118.037.178-.148.385-.334.311-1.544-.565-3.063-1.135-4.585-1.706l-1.425-.534a.625.625 0 01-.318-.23l-7.39-8.903c-.067-.082-.082-.215-.06-.32.312-1.23.72-2.143 1.752-3.019C7.799 4.36 8.779 4.1 10.047 4.004c.156-.015.223.014.312.133l1.351 1.625v.001c1.968 2.367 3.935 4.733 5.897 7.099.109.124.18.275.208.438zM6.175 8.462c.69-1.795 2.3-3.004 3.835-3.301l-.185-.223a4.242 4.242 0 00-3.85 3.272l.2.252zm.504.601c.727-1.758 2.107-2.945 3.851-3.271l.89 1.06c-1.536.305-3.049 1.522-3.836 3.302l-.905-1.091zM9.364 8.9l3.926 4.719h-.002c.564.682-.014 2.656-.303 3.041l-4.89-5.89A6.12 6.12 0 019.364 8.9zm4.23 4.481L9.647 8.633c.69-.601 1.484-1.009 2.277-1.165l4.756 5.72c-.63.52-2.641.735-3.086.193zm3.36.298l.001-.001h-.001zm-2.93.526c1.03.208 2.32-.067 2.93-.526l.43 2.091.35 1.692c-.371.156-.69.386-.913.764l-1.528-.564-1.885-.712c.52-.853.69-1.922.616-2.745z' fill='%23FFF'/%3e%3c/svg%3e");
}

.ya-share2__item_service_moimir .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8.889 9.667a1.333 1.333 0 100-2.667 1.333 1.333 0 000 2.667zm6.222 0a1.333 1.333 0 100-2.667 1.333 1.333 0 000 2.667zm4.77 6.108l-1.802-3.028a.879.879 0 00-1.188-.307.843.843 0 00-.313 1.166l.214.36a6.71 6.71 0 01-4.795 1.996 6.711 6.711 0 01-4.792-1.992l.217-.364a.844.844 0 00-.313-1.166.878.878 0 00-1.189.307l-1.8 3.028a.844.844 0 00.312 1.166.88.88 0 001.189-.307l.683-1.147a8.466 8.466 0 005.694 2.18 8.463 8.463 0 005.698-2.184l.685 1.151a.873.873 0 001.189.307.844.844 0 00.312-1.166z' fill='%23FFF' fill-rule='evenodd'/%3e%3c/svg%3e");
}
.ya-share2__item_service_telegram .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18.92 6.089L4.747 11.555c-.967.388-.962.928-.176 1.168l3.534 1.104 1.353 4.146c.164.454.083.634.56.634.368 0 .53-.168.736-.368.13-.127.903-.88 1.767-1.719l3.677 2.717c.676.373 1.165.18 1.333-.628l2.414-11.374c.247-.99-.378-1.44-1.025-1.146zM8.66 13.573l7.967-5.026c.398-.242.763-.112.463.154l-6.822 6.155-.265 2.833-1.343-4.116z' fill='%23FFF' fill-rule='evenodd'/%3e%3c/svg%3e");
}
.ya-share2__item_service_viber .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cg fill='%23FFF' fill-rule='evenodd'%3e%3cpath d='M18.434 15.574c-.484-.391-1.002-.743-1.511-1.102-1.016-.718-1.945-.773-2.703.38-.426.648-1.021.677-1.644.392-1.718-.782-3.044-1.989-3.821-3.743-.344-.777-.34-1.473.465-2.022.425-.29.854-.634.82-1.268-.045-.828-2.043-3.593-2.832-3.885a1.429 1.429 0 00-.984 0C4.373 4.95 3.606 6.48 4.34 8.292c2.19 5.405 6.043 9.167 11.349 11.463.302.13.638.183.808.23 1.208.012 2.623-1.158 3.032-2.318.393-1.117-.438-1.56-1.096-2.093zM12.485 4.88c3.879.6 5.668 2.454 6.162 6.38.045.363-.09.909.426.919.538.01.408-.528.413-.89.045-3.699-3.163-7.127-6.888-7.253-.281.04-.863-.195-.9.438-.024.427.466.357.787.406z'/%3e%3cpath d='M13.244 5.957c-.373-.045-.865-.222-.953.299-.09.546.458.49.811.57 2.395.538 3.23 1.414 3.624 3.802.057.349-.057.89.532.8.436-.066.278-.53.315-.802.02-2.293-1.936-4.38-4.329-4.669z'/%3e%3cpath d='M13.464 7.832c-.249.006-.493.033-.585.3-.137.4.152.496.446.544.983.158 1.5.74 1.598 1.725.027.268.195.484.452.454.356-.043.389-.361.378-.664.017-1.106-1.227-2.385-2.289-2.359z'/%3e%3c/g%3e%3c/svg%3e");
}
.ya-share2__item_service_whatsapp .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M20 11.794c0 4.304-3.517 7.794-7.855 7.794a7.87 7.87 0 01-3.796-.97L4 20l1.418-4.182a7.714 7.714 0 01-1.127-4.024C4.29 7.489 7.807 4 12.145 4S20 7.49 20 11.794zm-7.855-6.553c-3.641 0-6.603 2.94-6.603 6.553A6.48 6.48 0 006.8 15.636l-.825 2.433 2.537-.806a6.6 6.6 0 003.633 1.084c3.642 0 6.604-2.94 6.604-6.553s-2.962-6.553-6.604-6.553zm3.967 8.348c-.049-.08-.177-.128-.37-.223-.192-.095-1.139-.558-1.315-.621-.177-.064-.305-.096-.434.095a10.92 10.92 0 01-.61.749c-.112.128-.224.143-.416.048-.193-.096-.813-.297-1.549-.948a5.76 5.76 0 01-1.07-1.323c-.113-.191-.013-.295.084-.39.086-.086.192-.223.289-.334.096-.112.128-.191.192-.319s.032-.239-.016-.335c-.048-.095-.433-1.035-.594-1.418-.16-.382-.32-.318-.433-.318-.112 0-.24-.016-.369-.016a.71.71 0 00-.513.239c-.177.19-.674.653-.674 1.593s.69 1.848.786 1.976c.096.127 1.332 2.119 3.289 2.884 1.958.764 1.958.51 2.31.477.353-.031 1.14-.461 1.3-.908.16-.446.16-.829.113-.908z' fill='%23FFF' fill-rule='evenodd'/%3e%3c/svg%3e");
}

.ya-share2__item_service_whatsapp .ya-share2__badge, .ya-share2__item_service_whatsapp .ya-share2__mobile-popup-badge {
    background-color: #65bc54;
}
.ya-share2__item_service_viber .ya-share2__badge, .ya-share2__item_service_viber .ya-share2__mobile-popup-badge {
    background-color: #7b519d;
}
.ya-share2__item_service_telegram .ya-share2__badge, .ya-share2__item_service_telegram .ya-share2__mobile-popup-badge {
    background-color: #64a9dc;
}

.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item > .ya-share2__link > .ya-share2__title {
    display: none;
}.ya-share2__container_size_m .ya-share2__badge + .ya-share2__title {
    margin-left: 10px;
}.ya-share2__container_size_m .ya-share2__title {
    line-height: 24px;
}

.ya-share2__badge .ya-share2__icon {
      height: 48px;
    width: 48px;
    background-size:contain;
}
      .faq-section {
            max-width: 800px;
            margin: auto;
            margin-top: 10px;
            background-color: #fff;
            border-radius: 8px;
 
        }
        details {
            margin-bottom: 20px;
            border-bottom: 1px solid #ddd;
            padding-bottom: 10px;
        }
        summary {
            font-weight: bold;
            font-size: 18px;
            cursor: pointer;
            padding: 10px;
             border-radius: 4px;
            transition: background-color 0.3s ease;
        }
        summary:hover {
            background-color: #f2f2f2;
        }
        .faq-answer {
            padding-left: 20px;
            margin-top: 10px;
            font-size: 16px;
            color: #555;
        }


.timeline--container .search--request-page .number-page {
position: relative;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 215px;
    font-size: 23px;
    color: #1762f9;
    opacity: .8;
}

.timeline--container .search--request-page .title-page {
position: relative;
    margin-bottom: 10px;
}

.timeline--container .search--request-page {
    width: 100%;
    display: block;
    padding: 15px 0 10px;
}

.timeline--container .search--request-page:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.statistics__item-page {
display: flex;
    flex-direction: column;
    gap: 7px;
    text-align: center;
    margin: 35px 0;
}