::-webkit-scrollbar{
    width:8px;
    background-color: #FFFFFF;
}

::-webkit-scrollbar-thumb{
    border-width:1px 1px 1px 2px;
    border-color: #555;
    background-color: #ffe800;
    opacity: 0.7;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover{
    border-width: 1px 1px 1px 2px;
    border-color: #555;
    background-color: #777;

}

::-webkit-scrollbar-track{
    border-width:0;
    border-left: solid 1px #ffe800;
}

::-webkit-scrollbar-track:hover{
    border-left: solid 1px #ddc700;
    background-color: #eee;
}
@font-face {
    font-family: 'ProximaNova';
    font-display:fallback;
    src: url('/fonts/ProximaNova/ProximaNova-Black.eot');
    src: local('Proxima Nova Black'), local('ProximaNova-Black'),
    url('/fonts/ProximaNova/ProximaNova-Black.eot?#iefix') format('embedded-opentype'),
    url('/fonts/ProximaNova/ProximaNova-Black.woff') format('woff'),
    url('/fonts/ProximaNova/ProximaNova-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova';
    font-display:swap;
    src: url('/fonts/ProximaNova/ProximaNova-Bold.eot');
    src: local('Proxima Nova Bold'), local('ProximaNova-Bold'),
    url('/fonts/ProximaNova/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
    url('/fonts/ProximaNova/ProximaNova-Bold.woff') format('woff'),
    url('/fonts/ProximaNova/ProximaNova-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova';
    font-display:swap;
    src: url('/fonts/ProximaNova/ProximaNova-Regular.eot');
    src: local('Proxima Nova Regular'), local('ProximaNova-Regular'),
    url('/fonts/ProximaNova/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
    url('/fonts/ProximaNova/ProximaNova-Regular.woff') format('woff'),
    url('/fonts/ProximaNova/ProximaNova-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova';
    font-display:swap;
    src: url('/fonts/ProximaNova/ProximaNova-Light.eot');
    src: local('Proxima Nova Light'), local('ProximaNova-Light'),
    url('/fonts/ProximaNova/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
    url('/fonts/ProximaNova/ProximaNova-Light.woff') format('woff'),
    url('/fonts/ProximaNova/ProximaNova-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;

    font-size: 14px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    height:100%;
}
body {
    margin: 0;
    font-family: 'ProximaNova', Arial, Tahoma, sans-serif;
    font-size: 14px;
    line-height: 1.57142857;
    color: #181818;
    background-color: #fff;
    /*overflow-x: hidden;*/
    height:100%;
}
footer,
header,
main,
section {
    display: block;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0px;
    margin:0;
    padding:0;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*:focus {
    outline: 0px;
}
a {
    text-decoration:none;
}
strong, b {
    font-weight: 700;
}
.text-left {text-align:left;}
.text-right {text-align:right;}
.text-center {text-align:center;}
.text-left[class*="col"] {-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;}
.text-right[class*="col"] {-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;}
.text-center[class*="col"] {-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}

header .row:after, header .row:before {
    display:none;
}

h1 {
    font-size: 38px;
    font-weight: 900;
    line-height: 73px;
    max-width: 100%;
    letter-spacing: -0.5px;
    position: relative;
    z-index: 1;
}
.h1 {
    font-size: 4.5rem;
    font-weight:900;
    line-height: 1.4;
    max-width:100%;
}
header, footer {
    height: 16.9%;
}
header .container, footer .container {
    display: flex;
    height: 100%;
}
header .container {
    align-items: center;
}
footer .container {position:relative;}
header .container > .row, footer .container > .row {
    width:100%;
}
header {
}
footer {
    padding-top:75px;
    padding-bottom: 60px;
}
.preview-block {
    height: calc(100% - (19.6% * 2));
    position:relative;
    overflow:hidden;
    margin-bottom:90px;
}
body.page106::before {
    content:"";
    z-index:1;
    position:absolute;
    height: 100%;
    top:0;
    right:0;
    width:50%;
    background: transparent url(/stub_pic/pointer-r-b.png) repeat left top;
}
body > header, body > footer:not(.footer), body > div:not(.cart):not(.fancybox-container) {
    position:relative;
    /*z-index:1;*/
}
header .row-auto, footer .row-auto {
    align-items: center;
}
footer .row-auto {
    justify-content: space-between;
}

footer .row-auto::before,
footer .row-auto::after{display:none;}
.header-link.phone-link {
    font-weight: 600;
    font-size: 22px;
    color: inherit;
    position: relative;
    display: block;
}
.header-link.phone-link span, .social-links-block span {
    font-size: 14px;
    position: absolute;
    left: 0px/*30px*/;
    top: 0;
    font-weight: 300;
}
.header-link.phone-link span {
    top: -16px;
    left: auto;
    right: 0;
}
.cls-2 {
    fill: #fff;
}
.in-gradient stop {
    stop-color: #181818 !important;
}
.social-links-block {
    position: relative;
    padding-top: 30px;
    /*padding-left: 30px;*/
    margin-top: -15px;
}
.social-links-box {
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
}
.preview-left, .preview-right {
    position: relative;
    display: flex;
    align-items: center;

    flex-direction: column;
    align-items: flex-start;
}
.preview-block .container {
    position: relative;
    z-index: 1;
}
.preview-block .container, .preview-block .container > .row {
    height: 100%;
}
.preview-links-block {
    font-size: 18px;
    font-weight: 700;
    margin-top: 32px;
}
.preview-links-block > span {
    margin-right: 125px;
    padding: 16px 0;
    display: inline-block;
}
.preview-links-block .title-link {
    display: inline-block;
    padding-right: 85px;
    position: relative;
}
.preview-links-block a {
    color: inherit;
    -webkit-box-shadow: inset 0 -8px 0 0 var(--main-color,#fcdc2f);
    -o-box-shadow: inset 0 -8px 0 0 var(--main-color,#fcdc2f);
    box-shadow: inset 0 -8px 0 0 var(--main-color,#fcdc2f);
    padding-bottom: 2px;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
    transition: -webkit-box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    cursor: pointer;
}
.preview-links-block a:hover {
    -webkit-box-shadow: inset 0 -15px 0 0 var(--main-color,#fcdc2f);
    -o-box-shadow: inset 0 -15px 0 0 var(--main-color,#fcdc2f);
    box-shadow: inset 0 -15px 0 0 var(--main-color,#fcdc2f);
}
.title-link:before, .title-link:after {
    content: "";
    position: absolute;
}
.title-link:before {
    width: 30px;
    height: 2px;
    background: #181818;
    right: 30px;
    top: 50%;
}
.title-link:after {
    width: 8px;
    height: 8px;
    border: 2px solid #181818;
    transform: rotate(45deg);
    border-left: 0 none;
    border-bottom: 0 none;
    right: 30px;
    top: 50%;
    margin-top: -3px;
}
footer a {
    color: inherit;
}
.mail-link {
    display: flex;
    align-items: center;
    margin-left: 58px;
    position: relative;
    font-weight: 700;
}
.mail-i {
    width: 31px;
    height: 31px;
    position: absolute;
    top: 50%;
    left: -58px;
    margin-top: -15.5px;
    background: var(--main-color,#ffe561) url(/stub_pic/mail-i.png) no-repeat center center;
    border-radius: 50%;
}
.footer-info {
    font-weight: 300;
    margin-top: -20px;
    flex: 1;
}
.style-decor {
    max-width: 440px;
    max-height: 268px;
    position: absolute;
    left: 4%;
    top: 10%;
    z-index: 0;
    width: 23%;
    height: 27%;
    transform: scale(0.6);
}
.zebra-st {
    width:105px;
    height:105px;
    position:absolute;
    left:60%;
    top:40%;
    background: transparent url(/stub_pic/zebra-st.jpg) no-repeat center center;
}

.angle6-st, .angle6-st::before, .angle6-st::after {
    width: 16px;
    height: 10px;
    background: var(--main-color,#ffe561);
    display: block;
    position:absolute;
}
.angle6-st {
    right: 0;
    top: 95%;
}
.angle6-st:before, .angle6-st:after {
    content:"";
}
.angle6-st:before{
    -moz-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.angle6-st:after {
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
.point1-st, .point2-st {
    position: absolute;
    background: var(--main-color,#ffe561);
    border-radius: 50%;
}
.point1-st {
    width: 22px;
    height: 22px;
    left: 0;
    top: 0;
}
.point2-st {
    width: 50px;
    height: 50px;
    left: 42%;
    top: 11%;
}
@media (max-width: 1765px) {
    .h1 {
        font-size: 3.7rem;
    }
}

@media (max-width: 1613px) {
    .preview-links-block > span {
        margin-right: 85px;
    }
    .preview-links-block .title-link {
        padding-right: 70px;
    }
    .title-link::before {
        right: 20px;
    }
    .title-link::after {
        right: 20px;
    }
}
@media(max-width:1470px){
    .h1 {
        font-size: 3.2rem;
    }
}

@media(max-width:1450px){
    .header-adv-items .header-adv-item strong, .header-adv-items .header-adv-item strong span {
        font-size: 50px !important;
    }
    .preview-block {
        margin-bottom: 20px;
    }
    .preview-block .header-adv-items {
        justify-content: center !important;
        column-gap: 25px;
    }
    h1 {
        font-size: 32px;
    }
}
@media(max-width:1399px){
    .preview-links-block > span {
        margin-right: 55px;
    }
    .footer-info {
        margin-top:0;
    }
}
@media(max-height:1399px) and (max-height:915px){
    header, footer {
        height: 18.9%;
    }
    .preview-block {
        height: calc(100% - (19.6% * 2));
    }
    body:before {
        height: calc(100% - 18.9%);
    }
}
@media(max-width:1350px) and (min-width:1020px){
    #block-clients .clients-item img {
        max-width: calc(100% - 20px);
        height: auto;
    }
}
@media (max-width:1300px) {
    .main-contacts {
        max-width:390px !important;
    }
}
@media(max-width:1300px) and (min-width:1200px){
    .h1 {
        font-size: 2.9rem;
    }
}
@media(max-width:1260px){
    .preview-links-block > span {
        margin-right: 50px;
    }
    .preview-links-block .title-link {
        padding-right: 55px;
    }
    .title-link::before {
        right: 12px;
    }
    .title-link::after {
        right: 12px;
    }
}
@media(max-width:1160px){

    h1 {
        font-size: 25px;
        line-height: 46px;
    }
    .preview-links-block .title-link {
        padding-right: 40px;
    }
    .title-link:before {
        width: 19px;
        right: 11px;
    }
    .title-link::after {
        right: 11px;
    }
    .preview-links-block > span {
        margin-right: 40px;
    }
    .preview-links-block {
        margin-top: 12px;
    }
    header {
        height: 15.9%;
    }
    footer {
        height: 21.9%;
    }
    .preview-block {
        height: calc(100% - 15.9% - 21.9%));
    }
    body:before {
        height: calc(100% - 21.9%);
    }
}
@media(max-width:1040px) and (min-width:1020px){
    .header-link.phone-link {
        font-size: 20px;
    }
}
@media(max-width:1019px){
    div#wr-sub-form-consult .form-submit-wrap {
        display: flex !important;
        flex-direction: column;
    }
    h1 {
        margin-left: 0;
    }
    .mail-link {
        margin-left: 44px;
    }
    .mail-i {
        left: -44px;
    }
    body:before {
        height: 100%;
        opacity:0.8;
    }
    header, footer, .preview-block {
        height: auto;
    }
    header {
        padding-top: 20px;
    }
    footer {
        padding-bottom: 30px;
    }
    .preview-block {
        padding-top: 30px;
        padding-bottom: 42px;
    }
    .style-decor {
        width: 71%;
        height: 32%;
    }
    footer .container {
        flex-direction: column;
        align-items:flex-start;
    }
    .main-contacts {
        flex-direction: column;
    }
    .footer-info {
        margin-top: 32px !important;
    }
}
@media(max-width:767px){
    .service-items .btn {
        background: var(--main-color,#ffe561);
        border-color: var(--main-color,#ffe561);
    }
    .service-items {
        margin-top: 40px !important;
    }
    .social-links-block span {display:none;}
    .preview-links-block > span {
        padding: 9px 0;
    }
    .preview-links-block {
        margin-bottom: 16px;
    }
    .header-link.phone-link span {
        font-size: 12px;
        top: -12px;
    }
    .header-link.phone-link {
        padding-top: 10px;
    }
    .header-info {
        margin-top:-38px;
    }

}
@media(max-width:543px){
    /*.header-link.phone-link {
        font-size: 16px;
    }*/
    .h1 {
        font-size: 26px !important;
    }
    h1 {
        font-size: 18px;
    }
    .preview-links-block {
        font-size: 16px;
    }
    .style-decor {
        left: 18%;
        top: 13%;
    }
    .zebra-st {
        width: 52px;
        height: 52px;
        background-size: contain;
    }
    .angle6-st, .angle6-st:before, .angle6-st:after {
        width: 12px;
        height: 6px;
    }
    .point2-st {
        width: 24px;
        height: 24px;
    }
    .point1-st {
        width: 10px;
        height: 10px;
    }
    .preview-links-block .title-link {
        padding-right: 36px;
    }
    .title-link:before, .title-link:after {
        right: 9px;
    }
    .preview-links-block > span {
        margin-right: 38px;
    }
}
@media(max-width:359px){
    .header-phone-box {
        margin-left: 0;
        flex:0 0 100%;
        max-width:100%;
    }
    .header-info {
        margin-top: 20px;
    }
}
footer a.mail-link {
    margin-right: 45px;
}
footer a.mail-link + div {
    display: flex;
    align-items: center;
}
.flex-box-footer-email {
    position:relative;
}
@media(min-width:400px){
    .flex-box-footer-email {display:flex;}
}
@media(max-width:399px){
    .flex-box-footer-email a.mail-link {margin-bottom:25px;}
}
.wrapper {
    height: 100%;
}
.preview-block .header-adv-items {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 1;
    width: 665px;
    max-width: 100%;
    margin-bottom: 25px;
}
.header-adv-items .header-adv-item {
    margin-right: 18px;
    color: #181818;
}
.header-adv-items .header-adv-item span {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    display: block;
    margin-bottom: 14px;
}
.header-adv-items .header-adv-item strong, .header-adv-items .header-adv-item strong span {
    font-size: 4.7rem;
    line-height: 67px;
    display: block;
    letter-spacing: 2px;
}
.header-adv-items .header-adv-item strong {
    white-space: nowrap;
}
.header-adv-items .header-adv-item strong span {
    display: inline-block;
    min-width: 43px;
}
.header-adv-items strong.header-adv-lavr {
    padding: 16px 32px 16px 34px !important;
    display: inline-block;
    position: relative;
}
.header-adv-items .header-adv-item strong.header-adv-lavr {
    margin-top: -16px;
}
.header-adv-items strong.header-adv-lavr:before, .header-adv-items strong.header-adv-lavr:after {
    content: "";
    background: transparent url(/images/lavrs.png) no-repeat;
    height: 81px;
    width: 38px;
    position: absolute;
    top: 7px;
}
.header-adv-items strong.header-adv-lavr:before {
    background-position: 0 0;
    left: 3px;
}
.header-adv-items strong.header-adv-lavr:after {
    background-position: 105% 0;
    right: 0px;
}
.header-adv-items .header-adv-item:nth-child(3)>span {
    text-align: center;
}

.wrapper, #services, #wr-sub-form-consult, .copyr-footer-div {
    z-index: 1;
}
@media(max-width:420px) {
    .h1 {
        font-size: 25px;
    }
    h1 {
        font-size: 23px;
        line-height: 40px;
    }
    .header-adv-items strong.header-adv-lavr {
        padding: 0 !important;
        margin: 0 !important;
    }
    .header-adv-items .header-adv-item strong.header-adv-lavr span {
        line-height: 40px !important;
    }
    .wrapper .header-adv-items .header-adv-item strong, .wrapper .header-adv-items .header-adv-item strong span {
        font-size: 30px;
    }
    .wrapper .preview-block .header-adv-items {
		justify-content: space-between !important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .header-adv-items strong.header-adv-lavr:before, .header-adv-items strong.header-adv-lavr:after {display:none;}
    .container.wrap-content {
        margin-top: 5px !important;
    }
    .wr-content-left-control {
        padding-top: 0px;
        padding-bottom: 0;
    }
    .wrap-content .wr-content {
        padding-left: 0;
        padding-right: 0;
    }
    .header-link.phone-link span {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }
}
.certificat-list {
    display: flex;
    width: 100%;
    max-width:750px;
    padding: 0;
    margin: 0;
    margin-top: 40px;
    list-style: none;
    justify-content: flex-start;
    align-self: flex-end;
    flex-wrap: wrap;
    gap: 33px;
}
.certificat-list li {
    margin-right: 0;
    /*margin-bottom: 25px*/
}
.certificat-list li::last-child {
    margin: 0;
}
.b24-widget-button-wrapper.b24-widget-button-position-bottom-right {
    right: 0 !important;
}

.main-screen-wrapper {
    background: #f0f7fb url(/images/header-bg.jpg) 0 0 no-repeat;
}
.main-screen-wrapper {
    background-size: cover;
    height:auto;
}

.site-logo {
    display: flex;
}

.main-screen-wrapper .header-phone-box {
    display: flex;
    align-items: center;
}

.main-screen-wrapper .social-links-box a {
    font-size: 0;
    line-height: 0;
}

header {
    height: auto;
    padding: 70px 0;
    margin-bottom: 50px;
}

.preview-right {
    align-items: center;
    padding-top:20px;
}

.main-contacts {
    display: flex;
    justify-content: flex-end;
    flex: 1;
    max-width: 670px;
}

.main-contacts strong {
    display: inline-block;
    margin-bottom: 8px;
}

.moscow-address {
    letter-spacing: -0.2px
}

.preview-block .container > .row::before,
.preview-block .container > .row::after {
    display:none;
}

@media(max-width:1720px) {
    .preview-block .container > .row {
        flex-wrap: nowrap;
        column-gap: 50px;
    }
}

@media(max-width:1019px) {
    header {
        padding: 40px 0;
        margin-bottom:0;
    }
    .preview-links-block {
        margin-bottom: 50px;
    }
    .preview-links-block > span:last-child {
        margin-right: 0;
    }
    .certificat-list {
        align-self: auto;
    }
    .h1 {
        margin-bottom: 40px;
    }
    .header-adv-items .header-adv-item strong, .header-adv-items .header-adv-item strong span {
        font-size: 4.7rem !important;
    }
    .header-adv-items strong.header-adv-lavr:before {
        background-position: 0 0 !important;
    }
    .header-adv-items strong.header-adv-lavr:after {
        background-position: 105% 0 !important;
    }
    .preview-block {
        margin-bottom: 0 !important;
    }
    footer {
        padding-top: 50px;
    }

    footer .row-auto {
        flex-wrap: nowrap;
        align-items: flex-end;
        flex-direction: row-reverse;
    }

    .footer-info:first-child {
        margin-top:0 !important;
    }
    .flex-box-footer-email {
        row-gap: 30px;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 30px;
    }
    footer a.mail-link {
        margin-right:0;
    }

}

@media (max-width:1199px) {
    .preview-block .container > .row {
        display: block;
        text-align: left;
    }
    .preview-left, .preview-right {
        width: 100% !important;
        max-width: 100% !important;
        flex: auto !important;
    }
    .h1 {
        font-size: 4rem;
        margin-bottom: 40px;
    }
    .preview-left {
        margin-bottom: 20px;
    }
    .certificat-list {
        margin: 40px auto 0;
        justify-content: center;
    }
    .certificat-list li {
        margin-bottom: 0;
    }
    .category_items .category_item img {
        max-width:100%;
        height:auto;
    }
}

@media (max-width:767px) {
    .box-service-item i {
        transform: scale(0.8);
    }
    .main-screen-wrapper {
        background: #fff url(/images/header-bg-mobile.jpg) 50% 0 no-repeat;
        background-size: 981px;
    }
    .header-adv-items .header-adv-item:last-child {
        margin-right:0;
    }
    .header-info {
        margin-top: -12px;
    }

    .header-link.phone-link {
        padding-top: 0;
    }

    header .cole-auto {
        display:inline-block;
        /*width: auto;*/
        max-width: 100%;
    }
    header .column-soc-gamburger, header .header-phone-box {
        padding-right: 70px;
    }

    header .container > .row {
        flex-wrap: nowrap;
    }
    .header-info .row,
    .main-screen-wrapper .header-phone-box {
        justify-content: flex-end;
    }
    .main-screen-wrapper .header-phone-box {
        max-width: 100%;
        flex: auto;
        margin-left: 0;
    }
    header .social-links-block {
        padding-top: 0;
        margin-top: 9px;
    }
    header .social-links-box {
        width: 100%;
        justify-content: flex-end;
        margin-left: 0;
    }
    header .row-auto {
        align-items: flex-start;
    }
    .style-decor {
        display: none;
    }
}

@media (max-width: 599px) {
    footer .row-auto {
        flex-direction: column;
    }
    .h1 {
        font-size: 36px !important;
    }
    .header-adv-items .header-adv-item strong, .header-adv-items .header-adv-item strong span {
        font-size: 40px !important;
    }
    .header-adv-items strong.header-adv-lavr:before, .header-adv-items strong.header-adv-lavr:after {
        transform: scale(0.7);
    }
    .site-logo {
        width: 90px;
        height: 40px;
        background: url(/images/artnet-logo-mobile.svg) no-repeat 0 0;
    }
    .site-logo .logos {
        width:100%;
    }
    .site-logo .logos svg {
        display:none;
    }
    .header-info .row {
        flex-direction: column;
        align-items: flex-end;
    }
    .certificat-list {
        gap: 20px;
    }
}

@media(max-width:543px){
    .h1 {
        font-size: 26px !important;
    }
}
@media(max-width:440px){
    .h1,
    .preview-links-block {
        text-align:left;
    }
    .preview-block .header-adv-items {
        column-gap: 0;
    }
}
@media(max-width:420px){
	header {
		padding-top: 0 !important;
	}
	.main-screen-wrapper footer {
		padding-top: 0;
	}
	.main-screen-wrapper footer .footer-info {
		line-height: 24px;		
	}
	.bitrix-sert {
		justify-content: start !important;
	}
	.wrap-content .wr-content > p {
		font-size: 14px !important;
		line-height: 24px !important;
	}
	.box-service-content {
		font-size: 14px !important;
		line-height: 24px !important;
	}
	.wrap-content h3, .block-title-line, div#wr-sub-form-consult h3 {
		font-size: 24px !important;
		font-weight: 900 !important;
		line-height: 30px !important;
	}
	div#wr-sub-form-consult p {
		font-size: 14px;
		line-height: 24px;
	}
	.header-bl.cart__header {
		font-size: 24px !important;
		font-weight: 900 !important;
		line-height: 30px;
	}
	.cart__item div {
		font-size: 20px !important;
		font-weight: 900 !important;
		line-height: 26px;
	}
    .site-logo {
        width: 56px;
        height: 26px;
        margin-bottom: 0;
    }
    .header-adv-items strong.header-adv-lavr:before,
    .header-adv-items strong.header-adv-lavr:after {
        display:block;
    }
    .header-adv-items strong.header-adv-lavr:before {
        left: -20px;
    }
    .header-adv-items strong.header-adv-lavr:after {
        right: -20px;
    }
    .header-adv-items strong.header-adv-lavr:before, .header-adv-items strong.header-adv-lavr:after {
        top: -20px;
    }
    .preview-links-block {
        font-size: 12px;
    }
    .preview-links-block .title-link {
        padding-right: 50px;
    }
    .preview-links-block > span {
        margin-right:15px;
    }
    .title-link:before, .title-link:after {
        right: 16px;
    }
    .social-links-block {
        padding-left: 0;
    }
    .social-links-block {
        align-self: flex-start;
    }
    .site-logo {
        position: absolute;
        left: 0;
        top:0;
    }

    header .container {
        justify-content: flex-end;
    }
    header {
        padding: 2px 0;
    }

    header .container > .row {
        display: block;
        margin: 0;
    }

    header .container {
        display: block;
    }
    .header-phone-box {
        display: block !important;
        text-align: center;
    }
    .header-info .row {
        display: block;
    }
    .header-link.phone-link {
		font-size: 14px;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 26px;
		margin-bottom: 0;
        /*margin-bottom: 10px;*/
        margin-top: -7px;
    }
    .preview-block {
        padding-top: 80px;
        padding-bottom: 35px !important;
    }

    .h1 {
        margin-bottom: 20px;
        letter-spacing: -0.1px;
    }
    .header-adv-items .header-adv-item span {
        font-size: 12px;
    }
    .preview-links-block {
        margin-bottom: 25px;
    }
    .preview-right {
        padding-top: 0;
    }
    .header-adv-items .header-adv-item:last-child {
        padding: 0 20px;
    }
    .header-adv-items .header-adv-item span {
        margin-bottom: 7px;
    }
    .header-adv-items .header-adv-item strong, .header-adv-items .header-adv-item strong span {
        font-size: 36px !important;
    }
    .header-adv-items .header-adv-item {
        margin-right: 25px;
    }
    .certificat-list {
        margin-top: 15px;
    }
    footer {
        padding-bottom: 50px;
    }

    footer {
        padding-top: 30px;
    }
    .preview-block {
        padding-bottom: 20px;
    }
    .flex-box-footer-email a.mail-link {
        margin-bottom: 30px;
    }
    .flex-box-footer-email {
        margin-bottom: 35px;
    }
    .footer-info {
        margin-top: 40px !important;
    }
    .wrapper + .container .bitrix-sert {
        gap: 22px;
        flex-wrap: nowrap;
        overflow: auto;
    }
    .wrapper + .container .bitrix-sert img {
        max-width: 100px;
        height: auto;
    }
}

@media (max-width: 340px) {
    .header-adv-items .header-adv-item {
        margin-right: 15px
    }
}

footer .container {
    justify-content: space-between;
}

.box-service-item:hover .box-service-header i svg g,
.box-service-item .box-service-header i svg g {
    display:none;
}

.box-service-content {
    opacity: 1 !important;
}

.box-service-footer-link-consult a {
    box-shadow:none !important;
}

.box-service-footer-link-consult a:hover {
    opacity: .8;
}

[data-box="services"] .box-service-item .box-service-name:before {
    opacity: 0.4 !important;
}

#wr-sub-form-consult a {
    padding-bottom: 0 !important;
    box-shadow: inset 0 -11px 0 0 var(--main-color,#fcdc2f) !important;
}

#wr-sub-form-consult a:hover {
    box-shadow: inset 0 -15px 0 0 var(--main-color,#fcdc2f) !important;
}

#wr-sub-form-consult .form-wrap div[class*="col-"] label i {
    top: 50% !important;
    transform: translateY(-50%) !important;
}
div#wr-sub-form-consult .relative-div .uquestion-limit {
    right: 10px !important;
}

div#wr-sub-form-consult .form-submit-wrap a {
    box-shadow: inset 0 0 0 3px #ddd !important;
}

div#wr-sub-form-consult .capiPolicy .text a {
    box-shadow: inset 0 -6px 0 0 var(--main-color,#fcdc2f) !important;
}

#wr-sub-form-consult .field-container.field-uquestion textarea {
    min-height: 170px;
}

div#wr-sub-form-consult .form-submit-wrap input[type=submit] {
    letter-spacing: 1.8px;
}

.service-items .btn {
    display: block;
    margin: 0 auto;
    background: 0;
    border: 2px solid #000;
    padding: 17px 30px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
    transition: background 0.3s, border-color 0.3s;
}

.service-items .btn:hover {
    background: var(--main-color,#ffe561);
    border-color: var(--main-color,#ffe561);
}

.service-items .btn:active {
    opacity: 0.8
}

.box-service-item:nth-child(n+7) {
    display:none;
}

@media(max-width:767px){
    .service-items .btn {
        background: var(--main-color,#ffe561);
        border-color: var(--main-color,#ffe561);
    }
    .service-items .btn:hover {
        background: #fff;
        border-color: var(--main-color,#ffe561);
    }

    div#wr-sub-form-consult h3 {text-align: center;}
    div#wr-sub-form-consult p {opacity: 1 !important;}
}

div#wr-sub-form-consult .form-submit-wrap input[type=submit],.service-items .btn {
    font-family: inherit !important;
    letter-spacing: 1.8px !important;
}
.header-bl.cart__header {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 48px;
    /*  text-transform: uppercase;*/
    text-align:center;
}
.cart__wrapper {
    position: relative;
    overflow: hidden;
}
.cart__block {
    width: 50%;
    float: right;
}
.cart__item {
    width: 100%;
    height: 50%;
    cursor: pointer;
    padding: 50px 0 20px 105px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #f8f9fc;
}
.cart--active {
    background-color: #fff;
}
.cart__item div {
    margin-bottom: 30px;
    color: #47494e;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.07px;
}
.cart--active ul, .cart--active div, .cart--active ul li a {
    color: #1b1d22;
}
.cart--active ul li a {
    box-shadow: inset 0 -6px 0 0 var(--main-color,#fcdc2f) !important;
}
.cart--active div, .cart--active ul li a:hover, .cart--active ul li a:focus {
    /*color: #ff3f35;*/
}
.cart--active ul li a:hover, .cart--active ul li a:focus{
    box-shadow: inset 0 -18px 0 0 var(--main-color,#fcdc2f) !important;
}
.cart__item ul {
    margin-top: 20px;
    color: #47494e;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.07px;
    padding-left: 45px;
    list-style:none;
}
.cart--active ul, .cart--active div, .cart--active ul li a {
    color: #1b1d22;
}
.cart__item ul li {
    position: relative;
    margin-bottom: 25px;
    transition: 0.25s;
}
.cart__item ul li a {
    transition: 0.25s;
    color: #47494e;
}
.cart--active ul, .cart--active div, .cart--active ul li a {
    color: #1b1d22;
}
.cart__item ul li::after {
    position: absolute;
    content: "";
    display: block;
    margin-left: -45px;
    top: -4px;
    filter: grayscale(1);
}
.cart--active ul li::after {
    filter: grayscale(0);
}
.cart__item ul li:nth-child(1)::after {
    width: 32px;
    height: 30px;
    background: url(/images/cont/sprite.webp) no-repeat -262px -73px;
}
.cart__item ul li:nth-child(2)::after {
    width: 27px;
    height: 36px;
    background: url(/images/cont/sprite.webp) no-repeat -294px -71px;
}
.cart__item ul li:nth-child(4)::after {
    top: -0px;
    width: 27px;
    height: 27px;
    background: url(/images/cont/sprite.webp) no-repeat -323px -75px;
}


.footer {
    padding: 90px 0 50px;
    height:auto;
    background:#fff;
}
.footer__block {
    width: 40%;
    float: left;
    padding-right: 160px;
    padding-bottom: 30px;
}
.footer__block:nth-child(3) {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    width: 60%;
    padding-right: 0px;
}
.artnetstudio {
    width: 100%;
}
.footer__block p {
    margin-top: 40px;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}
.footer__social {
    padding: 10px 0;
}
.footer__friend {
    float: left;
    margin-right: 20px;
    font-size: 17px;
    font-weight: 800;
    /*text-transform: uppercase;*/
    line-height: 48px;
}
.footer__social ul {
    display: flex;
    justify-content: space-between;
    list-style:none;
}
.footer__social ul li {
    margin-left: 30px;
}
.footer__icons {
    width: 47px;
    height: 47px;
}
.fic {
    background: transparent url(/images/cont/sprite.webp) no-repeat -1177px -61px;
}
.fic2 {
    background: transparent url(/images/cont/sprite.webp) no-repeat -1367px -62px;
}
.fic5 {
    background: transparent url(/images/cont/sprite.webp) no-repeat -1415px -62px;
}
.fic6 {
    background: transparent url(/images/cont/sprite.webp) no-repeat -1225px -61px;
}
.fic7 {
    background: transparent url(/images/telega.svg) no-repeat 0 0;
}
.copyright-docs {
    margin-top: 40px;
    margin-left: 70px;
}
.copyright-docs a {
    font-weight: 600;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 -6px 0 0 var(--main-color,#fcdc2f) !important;
}
.copyright-docs a:hover {
    box-shadow: inset 0 -12px 0 0 var(--main-color,#fcdc2f) !important;
}
.map {
    top: 0;
    right: 50%;
    position: absolute;
    width: calc(50% + -10px);
    height: 100%;
    opacity: 0;
    z-index: 1;
}
.map > ymaps, .map ymaps[class*="-map-bg"] {height:100% !important}
.show {
    opacity: 1;
    z-index: 5;
}
.map > ymaps {
    height: 100% !important;
}

#block-clients .clients-item {
    height: 200px;
    text-align: center;
    margin-bottom: 20px;
}
#block-clients .table-cellmiddle {
    background: #fff;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}
#block-clients {
    margin-bottom: 88px;
    background-color: #f9f9f9;
    padding: 88px 0 80px;
}
.bitrix-sert {
    display: flex;
    flex-wrap: wrap;
    bottom: 100%;
    margin-bottom: 17%;
    position: absolute;
    justify-content: space-between;
    width: 763px;
}
@media(max-width: 1450px) {
    .bitrix-sert {
        margin-bottom: 8%;
    }
    footer {
        padding-top: 100px;
    }
}
@media(max-width: 1019px) {
    .flex-box-footer-email {
        width: 100%;
    }
    .bitrix-sert {
        margin-bottom: 0;
        bottom: auto;
        right: 0;
        justify-content: end;
        width: 420px;
        gap: 10px;
    }
}
@media(max-width: 645px) {
    .bitrix-sert {
        width: 350px;
    }
}
@media(max-width: 470px) {
    .bitrix-sert {
        position: relative;
        width: 100%;
        justify-content: center;
    }
}
@media(max-width: 399px) {
    .bitrix-sert {
        margin-top: 30px;
    }
}

@media(min-width: 1281px) {
    .map {
        transition: 0.5s;
        transition-duration: 0.5s;
        transition-timing-function: ease;
    }
    .show {
        transition-duration: 0.3s;
        transition-timing-function: linear;
    }
    .cart__item .map-link {
        display: none;
    }
}
@media(max-width: 1280px) {
    .cart__block {
        float: none;
        width: 100%;
        height: auto;
    }
    .cart__item {
        background-color: #fff;
        position: relative;
        padding: 35px 30px;
        height: auto;
    }
    .map {
        position: static;
        width: 100%;
        height: 0;
        overflow: hidden;
    }
    .map.show {
        height: 300px;
    }
    .cart__item ul {
        font-size: 20px;
    }
}
@media(max-width: 1000px) {
    .cart__item ul {
        font-size: 16px;
    }
    .footer .footer__block {
        width: 100%;
        padding-right: 0px;
    }
    .artnetstudio img {max-width:100%;height:auto;}
    .footer__friend {
        margin-right: 10px;
        font-weight: 600;
        font-size: 14px;
    }
    .footer__social ul li {
        margin-left: 10px;
    }
    #block-clients .slick-slider .clients-item {
        width: 200px;
        margin-bottom: 0;
    }
    .slick-slider .clients-item img {
        max-width: 100%;
    }
    #block-clients .slick-slider.row {
        margin-left: 0;
        margin-right: 0;
    }
}
@media(max-width: 500px) {
    .footer__social {
        width: 100%;
    }
    .footer__friend {
        float: none;
        text-align: center;
    }
    #block-clients .slick-slider .slick-arrow {
        display: none;
    }
}
@media (max-width: 450px) {
	#block-clients .slick-slider .clients-item {
		width: calc(100vw - 100px);
	}
	#block-clients > p:last-child {
		margin-top: 30px !important;
		padding: 0 15px;
	}
}
.certificat-list img {
    margin: 0 28px 0 0;
}
.slick-arrow {
    background: transparent url(/images/arrow-sprite.png) no-repeat 0 0;
    border: 0;
    font-size: 0;
    width: 20px;
    height: 33px;
    position: absolute;
    margin-top: -18px;
    top: 50%;
    cursor: pointer;
}
.slick-prev.slick-arrow {
    background-position: left center;
    left: -52px;
}
.slick-next.slick-arrow {
    background-position: right center;
    right: -52px;
}
@media(max-width:1720px){
    .slick-prev.slick-arrow {
        left: -25px;
    }
    .slick-next.slick-arrow {
        right: -25px;
    }
}
@media(max-width:600px){
    .certificat-list img {
        margin: 0 18px 0 0;
    }
}
@media(max-width:420px){
    .certificat-list img {
        margin: 0 14px 0 0;
    }
}

#block-advnumber {
    position: relative;
    padding: 18px 0 96px;
    margin-bottom: 98px;
    overflow-x: hidden;
}
.advnumber-decoration {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 0;
    background: #ffe655;
}
.advnumber-decoration:before{content:"";position:absolute;background-position:0 0;background-repeat:no-repeat;background-size:contain;opacity:0.5;right:58%;top:49%;height:39%;width:23%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 216.033 297.293' data-name='figure_point_2'%3E%3Cpath d='M650.111,229.809h0.73v1.646C650.6,230.908,650.348,230.361,650.111,229.809Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M649.017,218.866h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q649.016,218.9,649.017,218.866Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M649.017,207.923h1.824v1.824A1.786,1.786,0,0,1,649.017,208Q649.016,207.961,649.017,207.923Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M649.017,196.979h1.824V198.8a1.786,1.786,0,0,1-1.824-1.748Q649.016,197.017,649.017,196.979Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M649.017,186.036h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q649.016,186.074,649.017,186.036Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M649.017,175.093h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q649.016,175.131,649.017,175.093Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M649.017,164.15h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q649.016,164.188,649.017,164.15Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M649.017,153.206h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q649.016,153.244,649.017,153.206Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M649.017,142.263h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q649.016,142.3,649.017,142.263Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpolygon points='13.48 251.696 13.546 251.696 13.546 251.783 13.48 251.696' style='fill:%231d1d1b'/%3E%3Cpath d='M660.738,240.753h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q660.737,240.791,660.738,240.753Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M660.738,229.809h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q660.737,229.847,660.738,229.809Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M660.738,218.866h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q660.737,218.9,660.738,218.866Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M660.738,207.923h1.824v1.824A1.786,1.786,0,0,1,660.738,208Q660.737,207.961,660.738,207.923Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M660.738,196.979h1.824V198.8a1.786,1.786,0,0,1-1.824-1.748Q660.737,197.017,660.738,196.979Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M660.738,186.036h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q660.737,186.074,660.738,186.036Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M660.738,175.093h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q660.737,175.131,660.738,175.093Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M660.738,164.15h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q660.737,164.188,660.738,164.15Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M660.738,153.206h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q660.737,153.244,660.738,153.206Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M660.738,142.263h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q660.737,142.3,660.738,142.263Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M660.738,131.32h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q660.737,131.358,660.738,131.32Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M660.738,120.376h1.824V122.2a1.786,1.786,0,0,1-1.824-1.748Q660.737,120.414,660.738,120.376Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M672.191,262.639h1.824v1.824h-0.869c-0.322-.335-0.637-0.676-0.955-1.014v-0.81h0Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M672.191,251.7h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q672.19,251.734,672.191,251.7Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M672.191,240.753h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q672.19,240.791,672.191,240.753Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M672.191,229.809h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q672.19,229.847,672.191,229.809Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M672.191,218.866h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q672.19,218.9,672.191,218.866Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M672.191,207.923h1.824v1.824A1.786,1.786,0,0,1,672.191,208Q672.19,207.961,672.191,207.923Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M672.191,196.979h1.824V198.8a1.786,1.786,0,0,1-1.824-1.748Q672.19,197.017,672.191,196.979Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M672.191,186.036h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q672.19,186.074,672.191,186.036Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M672.191,175.093h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q672.19,175.131,672.191,175.093Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M672.191,164.15h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q672.19,164.188,672.191,164.15Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M672.191,153.206h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q672.19,153.244,672.191,153.206Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M672.191,142.263h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q672.19,142.3,672.191,142.263Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M672.191,131.32h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q672.19,131.358,672.191,131.32Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M672.191,120.376h1.824V122.2a1.786,1.786,0,0,1-1.824-1.748Q672.19,120.414,672.191,120.376Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M672.191,109.433h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q672.19,109.471,672.191,109.433Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M683.092,273.582h1.824v1.535c-0.612-.483-1.222-0.969-1.824-1.464v-0.071Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M683.092,262.639h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q683.091,262.677,683.092,262.639Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M683.092,251.7h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q683.091,251.734,683.092,251.7Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M683.092,240.753h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q683.091,240.791,683.092,240.753Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M683.092,229.809h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q683.091,229.847,683.092,229.809Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M683.092,218.866h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q683.091,218.9,683.092,218.866Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M683.092,207.923h1.824v1.824A1.786,1.786,0,0,1,683.092,208Q683.091,207.961,683.092,207.923Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M683.092,196.979h1.824V198.8a1.786,1.786,0,0,1-1.824-1.748Q683.091,197.017,683.092,196.979Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M683.092,186.036h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q683.091,186.074,683.092,186.036Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M683.092,175.093h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q683.091,175.131,683.092,175.093Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M683.092,164.15h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q683.091,164.188,683.092,164.15Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M683.092,153.206h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q683.091,153.244,683.092,153.206Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M683.092,142.263h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q683.091,142.3,683.092,142.263Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M683.092,131.32h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q683.091,131.358,683.092,131.32Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M683.092,120.376h1.824V122.2a1.786,1.786,0,0,1-1.824-1.748Q683.091,120.414,683.092,120.376Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M683.092,109.433h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q683.091,109.471,683.092,109.433Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M683.092,98.49h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q683.091,98.528,683.092,98.49Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M694.813,273.582h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q694.812,273.62,694.813,273.582Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M694.813,262.639h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q694.812,262.677,694.813,262.639Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M694.813,251.7h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q694.812,251.734,694.813,251.7Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M694.813,240.753h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q694.812,240.791,694.813,240.753Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M694.813,229.809h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q694.812,229.847,694.813,229.809Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M694.813,218.866h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q694.812,218.9,694.813,218.866Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M694.813,207.923h1.824v1.824A1.786,1.786,0,0,1,694.813,208Q694.812,207.961,694.813,207.923Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M694.813,196.979h1.824V198.8a1.786,1.786,0,0,1-1.824-1.748Q694.812,197.017,694.813,196.979Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M694.813,186.036h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q694.812,186.074,694.813,186.036Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M694.813,175.093h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q694.812,175.131,694.813,175.093Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M694.813,164.15h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q694.812,164.188,694.813,164.15Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M694.813,153.206h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q694.812,153.244,694.813,153.206Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M694.813,142.263h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q694.812,142.3,694.813,142.263Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M694.813,131.32h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q694.812,131.358,694.813,131.32Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M694.813,120.376h1.824V122.2a1.786,1.786,0,0,1-1.824-1.748Q694.812,120.414,694.813,120.376Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M694.813,109.433h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q694.812,109.471,694.813,109.433Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M694.813,98.49h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q694.812,98.528,694.813,98.49Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M694.813,87.546h1.824V89.37a1.786,1.786,0,0,1-1.824-1.748Q694.812,87.584,694.813,87.546Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M706.266,284.526h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q706.265,284.564,706.266,284.526Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M706.266,273.582h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q706.265,273.62,706.266,273.582Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M706.266,262.639h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q706.265,262.677,706.266,262.639Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M706.266,251.7h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q706.265,251.734,706.266,251.7Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M706.266,240.753h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q706.265,240.791,706.266,240.753Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M706.266,229.809h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q706.265,229.847,706.266,229.809Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M706.266,218.866h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q706.265,218.9,706.266,218.866Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M706.266,207.923h1.824v1.824A1.786,1.786,0,0,1,706.266,208Q706.265,207.961,706.266,207.923Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M706.266,196.979h1.824V198.8a1.786,1.786,0,0,1-1.824-1.748Q706.265,197.017,706.266,196.979Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M706.266,186.036h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q706.265,186.074,706.266,186.036Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M706.266,175.093h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q706.265,175.131,706.266,175.093Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M706.266,164.15h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q706.265,164.188,706.266,164.15Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M706.266,153.206h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q706.265,153.244,706.266,153.206Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M706.266,142.263h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q706.265,142.3,706.266,142.263Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M706.266,131.32h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q706.265,131.358,706.266,131.32Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M706.266,120.376h1.824V122.2a1.786,1.786,0,0,1-1.824-1.748Q706.265,120.414,706.266,120.376Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M706.266,109.433h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q706.265,109.471,706.266,109.433Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M706.266,98.49h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q706.265,98.528,706.266,98.49Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M706.266,87.546h1.824V89.37a1.786,1.786,0,0,1-1.824-1.748Q706.265,87.584,706.266,87.546Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M716.329,284.526h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q716.328,284.564,716.329,284.526Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M716.329,273.582h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q716.328,273.62,716.329,273.582Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M716.329,262.639h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q716.328,262.677,716.329,262.639Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M716.329,251.7h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q716.328,251.734,716.329,251.7Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M716.329,240.753h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q716.328,240.791,716.329,240.753Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M716.329,229.809h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q716.328,229.847,716.329,229.809Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M716.329,218.866h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q716.328,218.9,716.329,218.866Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M716.329,207.923h1.824v1.824A1.786,1.786,0,0,1,716.329,208Q716.328,207.961,716.329,207.923Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M716.329,196.979h1.824V198.8a1.786,1.786,0,0,1-1.824-1.748Q716.328,197.017,716.329,196.979Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M716.329,164.15h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q716.328,164.187,716.329,164.15Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M716.329,153.206h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q716.328,153.244,716.329,153.206Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M716.329,142.263h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q716.328,142.3,716.329,142.263Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M716.329,131.32h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q716.328,131.357,716.329,131.32Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M716.329,120.376h1.824V122.2a1.786,1.786,0,0,1-1.824-1.748Q716.328,120.414,716.329,120.376Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M716.329,109.433h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q716.328,109.471,716.329,109.433Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M716.329,98.49h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q716.328,98.528,716.329,98.49Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M716.329,87.546h1.824V89.37a1.786,1.786,0,0,1-1.824-1.748Q716.328,87.584,716.329,87.546Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M716.329,76.6h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q716.328,76.641,716.329,76.6Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M728.05,295.469h1.824v1.368c-0.609-.143-1.219-0.285-1.824-0.439v-0.93Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M728.05,284.526h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q728.049,284.564,728.05,284.526Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M728.05,273.582h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q728.049,273.62,728.05,273.582Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M728.05,262.639h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q728.049,262.677,728.05,262.639Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M728.05,251.7h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q728.049,251.734,728.05,251.7Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M728.05,240.753h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q728.049,240.791,728.05,240.753Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M728.05,229.809h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q728.049,229.847,728.05,229.809Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M728.05,218.866h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q728.049,218.9,728.05,218.866Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpolygon points='79.033 153.206 79.856 153.206 79.033 154.568 79.033 153.206' style='fill:%231d1d1b'/%3E%3Cpath d='M728.05,142.263h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q728.049,142.3,728.05,142.263Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M728.05,131.32h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q728.049,131.357,728.05,131.32Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M728.05,120.376h1.824V122.2a1.786,1.786,0,0,1-1.824-1.748Q728.049,120.414,728.05,120.376Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M728.05,109.433h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q728.049,109.471,728.05,109.433Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M728.05,98.49h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q728.049,98.528,728.05,98.49Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M728.05,87.546h1.824V89.37a1.786,1.786,0,0,1-1.824-1.748Q728.049,87.584,728.05,87.546Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M728.05,76.6h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q728.049,76.641,728.05,76.6Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M739.5,295.469h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q739.5,295.507,739.5,295.469Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M739.5,284.526h1.824v1.824A1.786,1.786,0,0,1,739.5,284.6Q739.5,284.564,739.5,284.526Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M739.5,273.582h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q739.5,273.62,739.5,273.582Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M739.5,262.639h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q739.5,262.677,739.5,262.639Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M739.5,251.7h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q739.5,251.734,739.5,251.7Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M739.5,240.753h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q739.5,240.791,739.5,240.753Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M739.5,229.809h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q739.5,229.847,739.5,229.809Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M739.5,142.263h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q739.5,142.3,739.5,142.263Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M739.5,131.32h1.824v1.824A1.786,1.786,0,0,1,739.5,131.4Q739.5,131.357,739.5,131.32Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M739.5,120.376h1.824V122.2a1.786,1.786,0,0,1-1.824-1.748Q739.5,120.414,739.5,120.376Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M739.5,109.433h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q739.5,109.471,739.5,109.433Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M739.5,98.49h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q739.5,98.528,739.5,98.49Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M739.5,87.546h1.824V89.37a1.786,1.786,0,0,1-1.824-1.748Q739.5,87.584,739.5,87.546Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M739.5,76.6h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q739.5,76.641,739.5,76.6Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M751.224,295.469h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q751.223,295.507,751.224,295.469Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M751.224,284.526h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q751.223,284.564,751.224,284.526Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M751.224,273.582h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q751.223,273.62,751.224,273.582Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M751.224,262.639h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q751.223,262.677,751.224,262.639Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M751.224,251.7h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q751.223,251.734,751.224,251.7Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M751.224,240.753h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q751.223,240.791,751.224,240.753Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M751.224,229.809h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q751.223,229.847,751.224,229.809Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M751.224,142.263h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q751.223,142.3,751.224,142.263Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M751.224,131.32h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q751.223,131.357,751.224,131.32Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M751.224,120.376h1.824V122.2a1.786,1.786,0,0,1-1.824-1.748Q751.223,120.414,751.224,120.376Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M751.224,109.433h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q751.223,109.471,751.224,109.433Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M751.224,98.49h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q751.223,98.528,751.224,98.49Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M751.224,87.546h1.824V89.37a1.786,1.786,0,0,1-1.824-1.748Q751.223,87.584,751.224,87.546Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M751.224,76.6h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q751.223,76.641,751.224,76.6Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M762.677,295.469H764.5v1.824a1.786,1.786,0,0,1-1.824-1.748Q762.676,295.507,762.677,295.469Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M762.677,284.526H764.5v1.824a1.786,1.786,0,0,1-1.824-1.748Q762.676,284.564,762.677,284.526Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M762.677,273.582H764.5v1.824a1.786,1.786,0,0,1-1.824-1.748Q762.676,273.62,762.677,273.582Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M762.677,262.639H764.5v1.824a1.786,1.786,0,0,1-1.824-1.748Q762.676,262.677,762.677,262.639Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M762.677,251.7H764.5v1.824a1.786,1.786,0,0,1-1.824-1.748Q762.676,251.734,762.677,251.7Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M762.677,240.753H764.5v1.824a1.786,1.786,0,0,1-1.824-1.748Q762.676,240.791,762.677,240.753Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M762.677,229.809H764.5v1.824a1.786,1.786,0,0,1-1.824-1.748Q762.676,229.847,762.677,229.809Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M762.677,142.263H764.5v1.824a1.786,1.786,0,0,1-1.824-1.748Q762.676,142.3,762.677,142.263Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M762.677,131.32H764.5v1.824a1.786,1.786,0,0,1-1.824-1.748Q762.676,131.357,762.677,131.32Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M762.677,120.376H764.5V122.2a1.786,1.786,0,0,1-1.824-1.748Q762.676,120.414,762.677,120.376Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M762.677,109.433H764.5v1.824a1.786,1.786,0,0,1-1.824-1.748Q762.676,109.471,762.677,109.433Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M762.677,98.49H764.5v1.824a1.786,1.786,0,0,1-1.824-1.748Q762.676,98.528,762.677,98.49Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M762.677,87.546H764.5V89.37a1.786,1.786,0,0,1-1.824-1.748Q762.676,87.584,762.677,87.546Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M762.677,76.6H764.5v1.824a1.786,1.786,0,0,1-1.824-1.748Q762.676,76.641,762.677,76.6Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M772.74,218.866h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q772.739,218.9,772.74,218.866Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M772.74,207.923h1.824v1.824A1.786,1.786,0,0,1,772.74,208Q772.739,207.961,772.74,207.923Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M772.74,196.979h1.824V198.8a1.786,1.786,0,0,1-1.824-1.748Q772.739,197.018,772.74,196.979Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M772.74,186.036h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q772.739,186.074,772.74,186.036Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M772.74,175.093h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q772.739,175.131,772.74,175.093Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M772.74,164.15h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q772.739,164.188,772.74,164.15Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M772.74,153.206h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q772.739,153.244,772.74,153.206Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M772.74,65.66h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q772.739,65.7,772.74,65.66Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M772.74,54.717h1.824V56.54a1.786,1.786,0,0,1-1.824-1.748Q772.739,54.755,772.74,54.717Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M772.74,43.773h1.824V45.6a1.786,1.786,0,0,1-1.824-1.748Q772.739,43.811,772.74,43.773Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M772.74,32.83h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q772.739,32.868,772.74,32.83Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M772.74,21.887h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q772.739,21.925,772.74,21.887Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M772.74,10.943h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q772.739,10.981,772.74,10.943Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M772.74,0h1.824V1.824A1.786,1.786,0,0,1,772.74.076Q772.739,0.038,772.74,0Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M784.461,218.866h1.824v0.6c-0.605.161-1.214,0.311-1.824,0.462v-1.067Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M784.461,207.923h1.824v1.824A1.786,1.786,0,0,1,784.461,208Q784.46,207.961,784.461,207.923Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M784.461,196.979h1.824V198.8a1.786,1.786,0,0,1-1.824-1.748Q784.46,197.018,784.461,196.979Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M784.461,186.036h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q784.46,186.074,784.461,186.036Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M784.461,175.093h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q784.46,175.131,784.461,175.093Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M784.461,164.15h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q784.46,164.188,784.461,164.15Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M784.461,153.206h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q784.46,153.244,784.461,153.206Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M784.461,142.263h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q784.46,142.3,784.461,142.263Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpolygon points='135.77 76.603 137.268 76.603 137.268 78.427 136.775 78.427 135.77 76.603' style='fill:%231d1d1b'/%3E%3Cpath d='M784.461,65.66h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q784.46,65.7,784.461,65.66Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M784.461,54.717h1.824V56.54a1.786,1.786,0,0,1-1.824-1.748Q784.46,54.755,784.461,54.717Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M784.461,43.773h1.824V45.6a1.786,1.786,0,0,1-1.824-1.748Q784.46,43.811,784.461,43.773Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M784.461,32.83h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q784.46,32.868,784.461,32.83Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M784.461,21.887h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q784.46,21.925,784.461,21.887Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M784.461,10.943h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q784.46,10.981,784.461,10.943Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M784.461,0h1.824V1.824A1.786,1.786,0,0,1,784.461.076Q784.46,0.038,784.461,0Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M795.914,207.923h1.824v1.824A1.786,1.786,0,0,1,795.914,208Q795.913,207.961,795.914,207.923Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M795.914,196.979h1.824V198.8a1.786,1.786,0,0,1-1.824-1.748Q795.913,197.018,795.914,196.979Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M795.914,186.036h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q795.913,186.074,795.914,186.036Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M795.914,175.093h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q795.913,175.131,795.914,175.093Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M795.914,164.15h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q795.913,164.188,795.914,164.15Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M795.914,153.206h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q795.913,153.244,795.914,153.206Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M795.914,142.263h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q795.913,142.3,795.914,142.263Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M795.914,131.32h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q795.913,131.358,795.914,131.32Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M795.914,120.376h1.824V122.2a1.786,1.786,0,0,1-1.824-1.748Q795.913,120.414,795.914,120.376Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpolygon points='147.838 98.49 148.72 98.49 148.72 100.09 147.838 98.49' style='fill:%231d1d1b'/%3E%3Cpath d='M795.914,87.547h1.824V89.37a1.786,1.786,0,0,1-1.824-1.748Q795.913,87.585,795.914,87.547Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M795.914,76.6h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q795.913,76.641,795.914,76.6Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M795.914,65.66h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q795.913,65.7,795.914,65.66Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M795.914,54.717h1.824V56.54a1.786,1.786,0,0,1-1.824-1.748Q795.913,54.755,795.914,54.717Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M795.914,43.773h1.824V45.6a1.786,1.786,0,0,1-1.824-1.748Q795.913,43.811,795.914,43.773Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M795.914,32.83h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q795.913,32.868,795.914,32.83Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M795.914,21.887h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q795.913,21.925,795.914,21.887Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M795.914,10.943h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q795.913,10.981,795.914,10.943Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M795.914,0h1.824V1.824A1.786,1.786,0,0,1,795.914.076Q795.913,0.038,795.914,0Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M806.815,207.923h1.824v1.824A1.786,1.786,0,0,1,806.815,208Q806.814,207.961,806.815,207.923Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M806.815,196.979h1.824V198.8a1.786,1.786,0,0,1-1.824-1.748Q806.814,197.018,806.815,196.979Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M806.815,186.036h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q806.814,186.074,806.815,186.036Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M806.815,175.093h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q806.814,175.131,806.815,175.093Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M806.815,164.15h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q806.814,164.188,806.815,164.15Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M806.815,153.206h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q806.814,153.244,806.815,153.206Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M806.815,142.263h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q806.814,142.3,806.815,142.263Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M806.815,131.32h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q806.814,131.358,806.815,131.32Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M806.815,120.376h1.824V122.2a1.786,1.786,0,0,1-1.824-1.748Q806.814,120.414,806.815,120.376Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M806.815,109.433h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q806.814,109.471,806.815,109.433Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M806.815,98.49h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q806.814,98.528,806.815,98.49Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M806.815,87.547h1.824V89.37a1.786,1.786,0,0,1-1.824-1.748Q806.814,87.585,806.815,87.547Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M806.815,76.6h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q806.814,76.641,806.815,76.6Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M806.815,65.66h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q806.814,65.7,806.815,65.66Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M806.815,54.717h1.824V56.54a1.786,1.786,0,0,1-1.824-1.748Q806.814,54.755,806.815,54.717Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M806.815,43.773h1.824V45.6a1.786,1.786,0,0,1-1.824-1.748Q806.814,43.811,806.815,43.773Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M806.815,32.83h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q806.814,32.868,806.815,32.83Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M806.815,21.887h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q806.814,21.925,806.815,21.887Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M806.815,10.943h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q806.814,10.981,806.815,10.943Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M818.536,196.979h1.823V198.8a1.786,1.786,0,0,1-1.824-1.748Q818.535,197.018,818.536,196.979Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M818.536,186.036h1.823v1.824a1.786,1.786,0,0,1-1.824-1.748Q818.535,186.074,818.536,186.036Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M818.536,175.093h1.823v1.824a1.786,1.786,0,0,1-1.824-1.748Q818.535,175.131,818.536,175.093Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M818.536,164.15h1.823v1.824a1.786,1.786,0,0,1-1.824-1.748Q818.535,164.188,818.536,164.15Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M818.536,153.206h1.823v1.824a1.786,1.786,0,0,1-1.824-1.748Q818.535,153.244,818.536,153.206Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M818.536,142.263h1.823v1.824a1.786,1.786,0,0,1-1.824-1.748Q818.535,142.3,818.536,142.263Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M818.536,131.32h1.823v1.824a1.786,1.786,0,0,1-1.824-1.748Q818.535,131.358,818.536,131.32Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M818.536,120.376h1.823V122.2a1.786,1.786,0,0,1-1.824-1.748Q818.535,120.414,818.536,120.376Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M818.536,109.433h1.823v1.824a1.786,1.786,0,0,1-1.824-1.748Q818.535,109.471,818.536,109.433Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M818.536,98.49h1.823v1.824a1.786,1.786,0,0,1-1.824-1.748Q818.535,98.528,818.536,98.49Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M818.536,87.547h1.823V89.37a1.786,1.786,0,0,1-1.824-1.748Q818.535,87.585,818.536,87.547Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M818.536,76.6h1.823v1.824a1.786,1.786,0,0,1-1.824-1.748Q818.535,76.641,818.536,76.6Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M818.536,65.66h1.823v1.824a1.786,1.786,0,0,1-1.824-1.748Q818.535,65.7,818.536,65.66Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M818.536,54.717h1.823V56.54a1.786,1.786,0,0,1-1.824-1.748Q818.535,54.755,818.536,54.717Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M818.536,43.773h1.823V45.6a1.786,1.786,0,0,1-1.824-1.748Q818.535,43.811,818.536,43.773Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M818.536,32.83h1.823v1.824a1.786,1.786,0,0,1-1.824-1.748Q818.535,32.868,818.536,32.83Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M818.536,21.887h1.823v1.824a1.786,1.786,0,0,1-1.824-1.748Q818.535,21.925,818.536,21.887Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M818.536,10.943h1.823v1.824a1.786,1.786,0,0,1-1.824-1.748Q818.535,10.981,818.536,10.943Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpolygon points='180.973 196.979 181.044 196.979 180.973 197.038 180.973 196.979' style='fill:%231d1d1b'/%3E%3Cpath d='M829.989,186.036h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q829.988,186.074,829.989,186.036Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M829.989,175.093h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q829.988,175.131,829.989,175.093Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M829.989,164.15h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q829.988,164.188,829.989,164.15Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M829.989,153.206h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q829.988,153.244,829.989,153.206Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M829.989,142.263h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q829.988,142.3,829.989,142.263Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M829.989,131.32h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q829.988,131.358,829.989,131.32Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M829.989,120.376h1.824V122.2a1.786,1.786,0,0,1-1.824-1.748Q829.988,120.414,829.989,120.376Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M829.989,109.433h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q829.988,109.471,829.989,109.433Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M829.989,98.49h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q829.988,98.528,829.989,98.49Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M829.989,87.547h1.824V89.37a1.786,1.786,0,0,1-1.824-1.748Q829.988,87.585,829.989,87.547Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M829.989,76.6h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q829.988,76.641,829.989,76.6Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M829.989,65.66h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q829.988,65.7,829.989,65.66Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M829.989,54.717h1.824V56.54a1.786,1.786,0,0,1-1.824-1.748Q829.988,54.755,829.989,54.717Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M829.989,43.773h1.824V45.6a1.786,1.786,0,0,1-1.824-1.748Q829.988,43.811,829.989,43.773Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M829.989,32.83h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q829.988,32.868,829.989,32.83Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M829.989,21.887h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q829.988,21.925,829.989,21.887Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M840.052,186.036h1.588q-0.786.852-1.588,1.688v-1.688h0Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M840.052,175.093h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q840.051,175.131,840.052,175.093Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M840.052,164.15h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q840.051,164.188,840.052,164.15Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M840.052,153.206h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q840.051,153.244,840.052,153.206Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M840.052,142.263h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q840.051,142.3,840.052,142.263Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M840.052,131.32h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q840.051,131.358,840.052,131.32Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M840.052,120.376h1.824V122.2a1.786,1.786,0,0,1-1.824-1.748Q840.051,120.414,840.052,120.376Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M840.052,109.433h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q840.051,109.471,840.052,109.433Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M840.052,98.49h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q840.051,98.528,840.052,98.49Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M840.052,87.547h1.824V89.37a1.786,1.786,0,0,1-1.824-1.748Q840.051,87.585,840.052,87.547Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M840.052,76.6h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q840.051,76.641,840.052,76.6Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M840.052,65.66h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q840.051,65.7,840.052,65.66Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M840.052,54.717h1.824V56.54a1.786,1.786,0,0,1-1.824-1.748Q840.051,54.755,840.052,54.717Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M840.052,43.773h1.824V45.6a1.786,1.786,0,0,1-1.824-1.748Q840.051,43.811,840.052,43.773Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M840.052,32.83h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q840.051,32.868,840.052,32.83Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M851.773,164.15H853.6v1.824a1.786,1.786,0,0,1-1.824-1.748Q851.772,164.188,851.773,164.15Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M851.773,153.206H853.6v1.824a1.786,1.786,0,0,1-1.824-1.748Q851.772,153.244,851.773,153.206Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M851.773,142.263H853.6v1.824a1.786,1.786,0,0,1-1.824-1.748Q851.772,142.3,851.773,142.263Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M851.773,131.32H853.6v1.824a1.786,1.786,0,0,1-1.824-1.748Q851.772,131.358,851.773,131.32Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M851.773,120.376H853.6V122.2a1.786,1.786,0,0,1-1.824-1.748Q851.772,120.414,851.773,120.376Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M851.773,109.433H853.6v1.824a1.786,1.786,0,0,1-1.824-1.748Q851.772,109.471,851.773,109.433Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M851.773,98.49H853.6v1.824a1.786,1.786,0,0,1-1.824-1.748Q851.772,98.528,851.773,98.49Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M851.773,87.547H853.6V89.37a1.786,1.786,0,0,1-1.824-1.748Q851.772,87.585,851.773,87.547Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M851.773,76.6H853.6v1.824a1.786,1.786,0,0,1-1.824-1.748Q851.772,76.641,851.773,76.6Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M851.773,65.66H853.6v1.824a1.786,1.786,0,0,1-1.824-1.748Q851.772,65.7,851.773,65.66Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M851.773,54.717H853.6V56.54a1.786,1.786,0,0,1-1.824-1.748Q851.772,54.755,851.773,54.717Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M851.773,43.773h1.4c0.142,0.215.287,0.428,0.427,0.643V45.6h-1.823V43.773Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M863.226,142.263h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q863.225,142.3,863.226,142.263Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M863.226,131.32h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q863.225,131.358,863.226,131.32Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M863.226,120.376h1.824V122.2a1.786,1.786,0,0,1-1.824-1.748Q863.225,120.414,863.226,120.376Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M863.226,109.433h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q863.225,109.471,863.226,109.433Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M863.226,98.49h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q863.225,98.528,863.226,98.49Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M863.226,87.547h1.824V89.37a1.786,1.786,0,0,1-1.824-1.748Q863.225,87.585,863.226,87.547Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M863.226,76.6h1.824v1.824a1.786,1.786,0,0,1-1.824-1.748Q863.225,76.641,863.226,76.6Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M863.226,65.66H864.5c0.185,0.477.374,0.952,0.553,1.433v0.391h-1.824V65.66Z' transform='translate(-649.017 0)' style='fill:%231d1d1b'/%3E%3C/svg%3E")}
.advnumber-decoration:after{content:"";position:absolute;background-position:0 0;background-repeat:no-repeat;background-size:contain;opacity:0.5;left:64%;top:20%;height:27%;width:23%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 209.747 193.896' data-name='figure_point_1'%3E%3Cpath d='M1048.23,0V1.824h-1.824A1.786,1.786,0,0,1,1048.154,0h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpolygon points='10.943 1.373 10.943 0 12.317 0 10.943 1.373' style='fill:%231d1d1b'/%3E%3Cpolygon points='45.597 0.983 45.597 1.824 44.757 1.824 45.597 0.983' style='fill:%231d1d1b'/%3E%3Cpath d='M1102.947,0V1.824h-1.824A1.786,1.786,0,0,1,1102.871,0h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1113.89,0V1.824h-1.824A1.786,1.786,0,0,1,1113.814,0h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1124.833,0V1.824h-1.824A1.786,1.786,0,0,1,1124.757,0h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1168.606,0V1.824h-1.824A1.786,1.786,0,0,1,1168.53,0h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1179.549,0V1.824h-1.824A1.786,1.786,0,0,1,1179.473,0h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1190.493,0V1.824h-1.824A1.786,1.786,0,0,1,1190.417,0h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1234.266,0V1.824h-1.824A1.786,1.786,0,0,1,1234.19,0h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1245.21,0V1.824h-1.824A1.786,1.786,0,0,1,1245.133,0h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Crect x='207.923' width='1.824' height='1.824' style='fill:%231d1d1b'/%3E%3Cpolygon points='0 12.316 0 11.453 0.864 11.453 0 12.316' style='fill:%231d1d1b'/%3E%3Cpolygon points='34.654 11.926 34.654 13.277 33.304 13.277 34.654 11.926' style='fill:%231d1d1b'/%3E%3Cpath d='M1092,11.453v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824H1092Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1102.947,11.453v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1113.89,11.453v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1157.663,11.453v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1168.606,11.453v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1179.549,11.453v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1223.323,11.453v1.824H1221.5a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1234.266,11.453v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1245.21,11.453v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpolygon points='23.711 23.174 23.711 24.998 21.887 24.998 21.887 24.694 23.407 23.174 23.711 23.174' style='fill:%231d1d1b'/%3E%3Cpath d='M1081.06,23.174V25h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1092,23.174V25h-1.824a1.786,1.786,0,0,1,1.748-1.824H1092Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpolygon points='56.541 23.174 56.541 24.303 55.846 24.998 54.717 24.998 54.717 23.174 56.541 23.174' style='fill:%231d1d1b'/%3E%3Cpath d='M1146.72,23.174V25H1144.9a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1157.663,23.174V25h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1168.606,23.174V25h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1212.38,23.174V25h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1223.323,23.174V25H1221.5a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1234.266,23.174V25h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpolygon points='12.767 34.627 12.767 36.45 10.943 36.45 10.943 35.637 11.954 34.627 12.767 34.627' style='fill:%231d1d1b'/%3E%3Cpath d='M1070.117,34.627V36.45h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1081.06,34.627V36.45h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpolygon points='45.597 34.627 45.597 35.247 44.394 36.45 43.773 36.45 43.773 34.627 45.597 34.627' style='fill:%231d1d1b'/%3E%3Cpath d='M1135.776,34.627V36.45h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1146.72,34.627V36.45H1144.9a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1157.663,34.627V36.45h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1201.436,34.627V36.45h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1212.38,34.627V36.45h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1223.323,34.627V36.45H1221.5a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpolygon points='1.824 44.757 1.824 46.514 0.067 46.514 1.824 44.757' style='fill:%231d1d1b'/%3E%3Cpath d='M1059.173,44.69v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1070.117,44.69v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpolygon points='34.654 44.69 34.654 46.19 34.33 46.514 32.83 46.514 32.83 44.69 34.654 44.69' style='fill:%231d1d1b'/%3E%3Cpath d='M1124.833,44.69v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1135.776,44.69v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1146.72,44.69v1.824H1144.9a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1190.493,44.69v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1201.436,44.69v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1212.38,44.69v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Crect x='207.923' y='44.69' width='1.824' height='1.824' style='fill:%231d1d1b'/%3E%3Cpath d='M1048.23,56.411v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1059.173,56.411v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpolygon points='23.711 56.411 23.711 57.133 22.609 58.235 21.887 58.235 21.887 56.411 23.711 56.411' style='fill:%231d1d1b'/%3E%3Cpath d='M1113.89,56.411v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1124.833,56.411v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1135.776,56.411v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1179.549,56.411v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1190.493,56.411v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1201.436,56.411v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1245.21,56.411v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Crect x='207.923' y='56.411' width='1.824' height='1.824' style='fill:%231d1d1b'/%3E%3Cpath d='M1048.23,67.864v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpolygon points='12.767 67.864 12.767 68.077 11.156 69.688 10.943 69.688 10.943 67.864 12.767 67.864' style='fill:%231d1d1b'/%3E%3Cpolygon points='45.597 69.51 45.597 69.688 45.42 69.688 45.597 69.51' style='fill:%231d1d1b'/%3E%3Cpath d='M1102.947,67.864v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1113.89,67.864v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1124.833,67.864v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1168.606,67.864v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1179.549,67.864v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1190.493,67.864v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1234.266,67.864v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1245.21,67.864v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Crect x='207.923' y='67.864' width='1.824' height='1.824' style='fill:%231d1d1b'/%3E%3Cpolygon points='1.824 78.765 1.824 79.02 0.255 80.588 0 80.588 0 78.765 1.824 78.765' style='fill:%231d1d1b'/%3E%3Cpolygon points='34.654 80.453 34.654 80.588 34.519 80.588 34.654 80.453' style='fill:%231d1d1b'/%3E%3Cpath d='M1092,78.765v1.823h-1.824a1.786,1.786,0,0,1,1.748-1.823H1092Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1102.947,78.765v1.823h-1.824a1.786,1.786,0,0,1,1.748-1.823h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1113.89,78.765v1.823h-1.824a1.786,1.786,0,0,1,1.748-1.823h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1157.663,78.765v1.823h-1.824a1.786,1.786,0,0,1,1.748-1.823h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1168.606,78.765v1.823h-1.824a1.786,1.786,0,0,1,1.748-1.823h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1179.549,78.765v1.823h-1.824a1.786,1.786,0,0,1,1.748-1.823h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1223.323,78.765v1.823H1221.5a1.786,1.786,0,0,1,1.748-1.823h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1234.266,78.765v1.823h-1.824a1.786,1.786,0,0,1,1.748-1.823h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1245.21,78.765v1.823h-1.824a1.786,1.786,0,0,1,1.748-1.823h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpolygon points='23.711 91.397 23.711 92.309 22.798 92.309 23.711 91.397' style='fill:%231d1d1b'/%3E%3Cpath d='M1081.06,90.486v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1092,90.486v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824H1092Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1102.947,90.486v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1146.72,90.486v1.824H1144.9a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1157.663,90.486v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1168.606,90.486v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1212.38,90.486v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1223.323,90.486v1.824H1221.5a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1234.266,90.486v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpolygon points='12.767 102.34 12.767 103.762 11.345 103.762 12.767 102.34' style='fill:%231d1d1b'/%3E%3Cpath d='M1070.117,101.939v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1081.06,101.939v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1092,101.939v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824H1092Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1135.776,101.939v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1146.72,101.939v1.824H1144.9a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1157.663,101.939v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1201.436,101.939v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1212.38,101.939v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1223.323,101.939v1.824H1221.5a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpolygon points='1.824 113.283 1.824 113.825 1.282 113.825 1.824 113.283' style='fill:%231d1d1b'/%3E%3Cpath d='M1059.173,112v1.823h-1.824A1.786,1.786,0,0,1,1059.1,112h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1070.117,112v1.823h-1.824A1.786,1.786,0,0,1,1070.04,112h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1081.06,112v1.823h-1.824a1.786,1.786,0,0,1,1.748-1.823h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1124.833,112v1.823h-1.824a1.786,1.786,0,0,1,1.748-1.823h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1135.776,112v1.823h-1.824A1.786,1.786,0,0,1,1135.7,112h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1146.72,112v1.823H1144.9a1.786,1.786,0,0,1,1.748-1.823h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1190.493,112v1.823h-1.824a1.786,1.786,0,0,1,1.748-1.823h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1201.436,112v1.823h-1.824A1.786,1.786,0,0,1,1201.36,112h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1212.38,112v1.823h-1.824A1.786,1.786,0,0,1,1212.3,112h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpolygon points='209.747 112.002 209.747 113.825 207.923 113.825 207.923 112.762 208.683 112.002 209.747 112.002' style='fill:%231d1d1b'/%3E%3Cpath d='M1048.23,123.723v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1059.173,123.723v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1070.117,123.723v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1113.89,123.723v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1124.833,123.723v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1135.776,123.723v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1179.549,123.723v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1190.493,123.723v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1201.436,123.723v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1245.21,123.723v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Crect x='207.923' y='123.723' width='1.824' height='1.824' style='fill:%231d1d1b'/%3E%3Cpath d='M1048.23,135.176V137h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpolygon points='12.767 135.176 12.767 136.603 12.37 137 10.943 137 10.943 135.176 12.767 135.176' style='fill:%231d1d1b'/%3E%3Cpath d='M1102.947,135.176V137h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1113.89,135.176V137h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1124.833,135.176V137h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1168.606,135.176V137h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1179.549,135.176V137h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1190.493,135.176V137h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1234.266,135.176V137h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1245.21,135.176V137h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Crect x='207.923' y='135.176' width='1.824' height='1.824' style='fill:%231d1d1b'/%3E%3Cpolygon points='1.824 147.113 1.824 147.546 0.433 148.937 0 148.937 0 147.113 1.824 147.113' style='fill:%231d1d1b'/%3E%3Cpath d='M1092,147.113v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824H1092Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1102.947,147.113v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1113.89,147.113v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1157.663,147.113v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1168.606,147.113v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1179.549,147.113v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1223.323,147.113v1.824H1221.5a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1234.266,147.113v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1245.21,147.113v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpolygon points='23.711 159.923 23.711 160.658 22.976 160.658 23.711 159.923' style='fill:%231d1d1b'/%3E%3Cpath d='M1081.06,158.834v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1092,158.834v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824H1092Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1102.947,158.834v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1146.72,158.834v1.824H1144.9a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1157.663,158.834v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1168.606,158.834v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1212.38,158.834v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1223.323,158.834v1.824H1221.5a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1234.266,158.834v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpolygon points='12.767 170.867 12.767 172.111 11.523 172.111 12.767 170.867' style='fill:%231d1d1b'/%3E%3Cpath d='M1070.117,170.287v1.823h-1.824a1.786,1.786,0,0,1,1.748-1.823h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1081.06,170.287v1.823h-1.824a1.786,1.786,0,0,1,1.748-1.823h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1092,170.287v1.823h-1.824a1.786,1.786,0,0,1,1.748-1.823H1092Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1135.776,170.287v1.823h-1.824a1.786,1.786,0,0,1,1.748-1.823h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1146.72,170.287v1.823H1144.9a1.786,1.786,0,0,1,1.748-1.823h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1157.663,170.287v1.823h-1.824a1.786,1.786,0,0,1,1.748-1.823h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1201.436,170.287v1.823h-1.824a1.786,1.786,0,0,1,1.748-1.823h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1212.38,170.287v1.823h-1.824a1.786,1.786,0,0,1,1.748-1.823h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1223.323,170.287v1.823H1221.5a1.786,1.786,0,0,1,1.748-1.823h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpolygon points='1.824 181.81 1.824 182.174 1.459 182.174 1.824 181.81' style='fill:%231d1d1b'/%3E%3Cpath d='M1059.173,180.35v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1070.117,180.35v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1081.06,180.35v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1124.833,180.35v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1135.776,180.35v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1146.72,180.35v1.824H1144.9a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1190.493,180.35v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1201.436,180.35v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1212.38,180.35v1.824h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpolygon points='209.747 180.35 209.747 182.174 207.923 182.174 207.923 181.288 208.861 180.35 209.747 180.35' style='fill:%231d1d1b'/%3E%3Cpath d='M1048.23,192.071V193.9h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1059.173,192.071V193.9h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1070.117,192.071V193.9h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1113.89,192.071V193.9h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1124.833,192.071V193.9h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1135.776,192.071V193.9h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1179.549,192.071V193.9h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1190.493,192.071V193.9h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpath d='M1201.436,192.071V193.9h-1.824a1.786,1.786,0,0,1,1.748-1.824h0.076Z' transform='translate(-1046.406 0)' style='fill:%231d1d1b'/%3E%3Cpolygon points='198.804 192.071 198.804 193.895 196.979 193.895 196.979 192.232 197.14 192.071 198.804 192.071' style='fill:%231d1d1b'/%3E%3Crect x='207.923' y='192.072' width='1.824' height='1.824' style='fill:%231d1d1b'/%3E%3C/svg%3E")}
#block-advnumber .block-contentainer {
    position: relative;
    padding-top: 70px;
    z-index: 5;
}
#block-advnumber .block-contentainer::before {
    content: "";
    position: absolute;
    background: transparent url(/images/stylecomb-spr.png) repeat left top;
    top: -18px;
    bottom: -96px;
    right: 0;
    width: 11%;
    opacity: 0.4;
}
.block-title-line {
    margin-bottom: 70px;
}
#advnumver-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#block-advnumber .block-contentainer .row .row:nth-child(1) {
    margin-bottom: 75px;
}
.advnumber-item {
    text-align: center;
    min-height: 160px;
}
.advnumber-item-c {
    display: inline-block;
    text-align: center;
}
.advnumber-item strong {
    min-width: 120px;
    font-size: 75px;
    line-height: 75px;
    padding-top: 18px;
    padding-bottom: 14px;
    display: inline-block;
    text-align: center;
}
strong.header-adv-lavr {
    display: inline-block;
    position: relative;
}
#advnumver-slider strong.header-adv-lavr {
    width: auto;
}
@media (min-width: 1200px) {
    .header-adv-lavr {
        padding: 0 30px;
        min-width: 110px;
    }
}
.advnumber-item strong + div {
    font-size: 18px;
    margin-top: 15px;
    line-height: 19px;
}
strong.header-adv-lavr::before, strong.header-adv-lavr::after {
    content: "";
    background: transparent no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    height: 81px;
    width: 38px;
    position: absolute;
    top: -7px;
}
@media(min-width:768px) {
    strong.header-adv-lavr::before, strong.header-adv-lavr::after {
        background-image: url(/images/advlavr.png);
    }
    #block-advnumber .slick-dots, #block-advnumber .slick-arrow {display:none !important}
}
@media(max-width:767px) {
    strong.header-adv-lavr::before, strong.header-adv-lavr::after {
        background-image: url(/images/advlavr-mob.png);
    }
}
[data-aos="lavrAnim"].aos-animate::before {
    opacity: 1;
    left: 4px;
}
[data-aos="lavrAnim"].aos-animate::after {
    opacity: 1;
    right: 4px;
}
strong.header-adv-lavr::before {
    background-position: 0 -0px;
    left: 38px;
}
strong.header-adv-lavr::after {
    background-position: -39px -0px;
    right: 38px;
}
.advnumber-item strong.header-adv-lavr::before, .advnumber-item strong.header-adv-lavr::after {
    top: 13px;
}
@media (min-width: 544px) {
    strong.header-adv-lavr::before, strong.header-adv-lavr::after {
        top: 7px;
    }
}
@media (min-width: 768px) {
    strong.header-adv-lavr::before, strong.header-adv-lavr::after {
        top: -7px;
    }
}

@media (max-width: 1199px) {
    .bitrix-sert {
        width:100%;
    }
    strong.header-adv-lavr::before, strong.header-adv-lavr::after {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }
    .advnumber-item-xl strong.header-adv-lavr {
        padding: 35px;
        padding-top: 35px;
        padding-bottom: 35px;
        padding-top: 15px;
    }
    .advnumber-item strong {
        padding-bottom: 0 !important;
        font-size: 60px;
    }
    #advnumver-slider > div {
        width: 50%;
    }
    .advnumber-decoration::before, .advnumber-decoration::after {
        opacity: 0.3;
    }
    .advnumber-decoration::before {
        height: 32%;
        width: 21%;
    }
    .advnumber-decoration::after {
        height: 20%;
        width: 20%;
    }
}
@media (max-width: 860px) {
    .advnumber-decoration {
        width: 100%;
        height: 55%;
    }
    #advnumver-slider {
        display: block;
    }
    #advnumver-slider > div {
        width: 100% !important;
    }
    #block-advnumber .block-contentainer::before {display:none;}
    #block-advnumber .block-contentainer .row .row:nth-child(1), #block-advnumber .block-contentainer .row div[class*="col-"]:last-child .row {
        margin-bottom: 0;
    }
    #block-advnumber .block-contentainer .row .row {
        margin-bottom: 58px;
    }
    #block-advnumber {
        padding: 9px 0 70px;
        margin-bottom: 0;
    }
    .block-title-line {
        margin-bottom: 35px;
    }
    .service-items > .row.block-contentainer .box-service-item {
        margin-bottom: 80px !important;
    }
    .service-items {
        margin-bottom: 90px;
    }
    #block-clients {
        padding: 79px 0 70px;
    }
}
@media (max-width: 767px) {
    .advnumber-decoration {
        height: 100%;
    }
    #block-advnumber .slick-dots {
        padding: 0 20px;
        width: 100%;
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #block-advnumber .slick-dots button {
        background: none;
        border: 0 none;
        margin: 0 10px;
        cursor: pointer;
        width: 20px;
        height: 40px;
        padding: 0;
        border: 0;
        background: 0;
        font-size: 18px;
        font-weight: 900;
        opacity: .35;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #block-advnumber .slick-dots .slick-active button {opacity:1}
    #block-advnumber .slick-arrow {
        top: auto;
        bottom: 2px;
    }
    #block-advnumber .slick-prev.slick-arrow {
        left: 0;
    }
    #block-advnumber .slick-next.slick-arrow {
        right: 0;
    }
    #block-advnumber .slick-arrow.slick-disabled {opacity:0}
}
@media (max-width: 700px) {
    #block-clients {
        padding-top: 54px;
    }
    #block-advnumber {
        padding: 0px 0 50px;
    }
    #block-advnumber .block-contentainer {
        padding-top: 54px;
    }
    .service-items {
        margin-bottom: 70px !important;
    }
}
@media (max-width: 575px) {
    .advnumber-item strong {
        font-size: 50px;
        padding: 0;
        padding-bottom: 0px;
    }
    .advnumber-item strong + div {
        font-size: 12px;
        margin-top: 0;
    }
    .advnumber-item {
        min-height: 130px;
    }
    .col-xs-12, .col-xs-11, .col-xs-13 {
        max-width: 50%;
        flex:0 0 50%;
    }
    #block-advnumber .block-contentainer .row .row {
        margin-bottom: 35px;
    }
    .advnumber-item strong.header-adv-lavr::before, .advnumber-item strong.header-adv-lavr::after {
        top: 0;
    }
    .advnumber-item-xl strong.header-adv-lavr {
        padding-top: 0;
    }
}
@media (max-width: 359px) {
    .col-xs-11 {
        max-width: 45.83333333%;
        flex:0 0 45.83333333%;
    }
    .col-xs-13 {
        max-width: 54.16666666%;
        flex:0 0 54.16666666%;
    }
}
#box-yandex-metric {
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -25px;
    margin-left: 45px;
    width:150px;
    height:50px;
}
#box-yandex-metric img {
    width:100%;
    height:auto;
}
#box-yandex-metric span {
    position: absolute;
    font-weight: 700;
    font-size: 16px;
    left: 28%;
    top: 18%;
}

@media (max-width: 1450px) and (min-width: 1300px) {
    #box-yandex-metric {
        margin-top: 22px;
        margin-left: 0px;
        left: 0;
        right: auto;
    }
}
@media (max-width: 1120px) {
    #box-yandex-metric {
        margin-top: 22px;
        margin-left: 0px;
        left: 0;
        right: auto;
    }
}
@media (max-width: 1019px) {
    #box-yandex-metric {
        margin-top: -104px;
        margin-left: 0px;
        left: auto;
        right: -15px;

        right: 0px;
        top: 100%;
        margin-top: 85px;
    }
}
@media (max-width: 645px) {
    #box-yandex-metric {
        right: 0;
        margin-top: 163px;
    }
}
@media (max-width: 470px) {
    #box-yandex-metric {
        position: relative;
        top: 0;
        margin-top: 0;
        padding-top: 33.9%;
        width: 100%;
        display: block;
    }
    #box-yandex-metric img {
        position: absolute;
        top: 0;
        left: 0;
    }
    #box-yandex-metric span {
        font-size: 22px;
        left: 34%;
        top: 29%;
    }
    #block-clients .block-contentainer {
        padding-left:0;padding-right:0;
    }
}
@media (max-width: 420px) {
    #box-yandex-metric span {
        left: 34%;
        top: 33%;
    }
}
@media (max-width: 399px) {
    #box-yandex-metric {
        margin-top: 10px;
    }
}
@media (max-width: 370px) {
    #box-yandex-metric span {
        left: 34%;
        top: 30%;
    }
}
@media (max-width: 320px) {
    #box-yandex-metric span {
        left: 32%;
        top: 26%;
    }
}

.akkredit-it-company {
    /*position: absolute;*/
    font-size: 16px;
    font-weight: 700;
    color: #181818;
    /*margin-left: 42px;
    left: 60%;
    top: 50%;
    transform: translateY(-50%);*/
    position: relative;
    margin-left: 25px;
    display: flex;
    align-items: center;
}
.akkredit-it-company span {
    border-bottom: 1px dashed;
}
.akkredit-it-company:hover span {
    border-bottom-style: dotted;
}
.akkredit-it-company::before {
    content: "";
    /*position: absolute;*/
    width: 25px;
    height: 32px;
    background: transparent url(/images/cont/akkredit-it-company.png) no-repeat center;
    /*left: -42px;
    top: 50%;
    transform: translateY(-50%);*/
    position: relative;
    flex: none;
    margin-right: 20px;
}
.gamburger-menu, .gamburger-menu-close {
    padding: 25px;
    background:none;
    border:0 none;
    z-index: 1;
    cursor: pointer;
    display: flex;
}
.gamburger-menu {
    flex-direction: column;
    gap: 8px;
    padding-right: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.gamburger-menu-close {
    padding: 0;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 41px;
}
.gamburger-menu span, .gamburger-menu::before, .gamburger-menu::after, .gamburger-menu-close i::before, .gamburger-menu-close i::after {
    height: 5px;
    width: 46px;
    position: relative;
    flex: none;
    background: #181818;
    border-radius:2px;
}
.gamburger-menu::before, .gamburger-menu::after, .gamburger-menu-close i::before, .gamburger-menu-close i::after {
    content: "";
}
.gamburger-menu-close i {
    position: relative;
    width: 25px;
    height: 25px;
    flex: none;
    margin-right:18px;
}
.gamburger-menu-close i::before, .gamburger-menu-close i::after {
    display: block;
    transform-origin: 50% 50%;
    position: absolute;
    height: 4px;
    width: 28px;
    left: -1px;
    top: 10px;
}
.gamburger-menu-close i::before {
    transform: rotate(45deg);
}
.gamburger-menu-close i::after {
    transform: rotate(-45deg);
}
#popup-menu * {
    white-space: nowrap;
}
#popup-menu {
    position:fixed;
    overflow:hidden;
    overflow-x:hidden;
    overflow-y:auto;
    right:0;
    top:0;
    bottom:0;
    width:0;
    box-shadow:0 3px 101px 0 rgba(0,0,0,0.18);
    z-index:10;
    background: #fff;
}
#popup-menu-wrap {
    padding:70px 55px;
}
#popup-menu-wrap li {
    list-style: none;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
}
#popup-menu-wrap li a {
    color: inherit;
}
#popup-menu-wrap ul {
    display: flex;
    flex-direction: column;
    gap: 70px;
}
#popup-menu-wrap button + ul {
    margin-top: 100px;
}
#popup-menu-wrap li a.active {
    background: #ffe561;
}
.wrapper + .container .bitrix-sert {
    margin: 0;
    width: 100%;
    justify-content: flex-start;
    gap: 44px;
    position: relative;
}
.bitrix-sert + h1, .section-content h1 {
    margin-top: 28px;
    margin-bottom: 28px;
    font-size: 62px;
}
body:not(.page106) .main-screen-wrapper {
    background: #fff;
}
body:not(.page106) {
    background: #f9f9f9;
}
body:not(.page106) .footer {
    margin-top:150px;
}
.wrapper + .container .bitrix-sert a[href*="yandex.ru/adv"] img {
    border: 1px solid #1818184d;
    border-radius: 5px;
}
.category_items {
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
}
.category_items .category_item {
    background: #fff;
    padding: 35px;
    width: 100%;
    gap: 55px;
}
.category_items .category_item, .category_items .category_item > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.category_items .category_item > div:before, .category_items .category_item > div:after {display:none}
.category_items .category_item > div {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: calc(100% - 399px - 55px);
    gap: 20px 0;
}
.category_items .category_item div.row > div:last-child {
    padding-right:0 !important;
}
.category_items .category_item div.row {
    margin: 0;
}
.category_items .category_item div.row > div {
    padding:0;
}
.category_items .category_item div.row > div {
    padding-right:15px;
}
.category_item-title {
    font-size: 36px;
    font-weight: 600;
}
.category_item-subtitle {
    font-size: 18px;
    line-height: 36px;
}
.category_item-content_title {
    font-size: 22px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
}
.category_item-content_subtitle {
    font-size: 18px;
    line-height: 24px;
}
.category_item-content_subtitle .title-link {
    position: relative;
    display: inline-block;
    padding-right: 70px;
}
.category_item .title-link {
    position: relative;
    display: inline-block;
    padding-right: 70px;
    color: inherit;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
}
.category_item-subtitle + .category_item-content_subtitle {
    margin-top: 22px;
}
.category_item-content_subtitle + .category_item-content_title {
    margin-top: 28px;
}
.footer-menu {
    position: absolute;
    padding: 0;
    width: auto;
    float: none;
    left: 35%;
    top: 10px;
}
.footer-menu ul {
    list-style: none;
    display: flex;
    gap: 0 26%;
}
.footer-menu ul a {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    white-space: nowrap;
}


.section-content {
   margin-bottom:150px;
}
.container.section-content + #wr-sub-form-consult {
  padding-top: 0;
}
.container.section-content {
  font-size: 22px;
  line-height: 35px;
}
.container.section-content img {
  max-width: 100%;
  height: auto;
}
.section-content .block-faq.row {
  margin-top: 63px;
  margin-bottom: 78px;
  align-items: center;
  gap: 34px 0;
}
.section-content .block-faq.row:first-of-type {
  margin-top: 95px;
}
.section-content .block-faq ul, .section-content .block-faq ol {
  display: flex;
  flex-direction: column;
  gap: 36px 0;
}
.section-content .block-faq li {
  font-weight: 600;
  margin-left: 88px;
  position: relative;
  list-style: none;
}
.section-content .block-faq li::before {
  content: "?";
  position: absolute;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #00bbed;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-left: -88px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.container.section-content .btn {
  min-height: 65px;
  font-weight: 700;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  text-transform: uppercase;
  padding: 15px 60px;
  line-height: 25px;
}
.container.section-content .btn, .container.section-content .btn.btn-border:hover {
  background: #00bbed;
  color: #fff;
  border-color: transparent;
  text-align: center;
}
.container.section-content .btn:hover {
  background: #029ec8;
}
.section-content > p.text-center > .btn {
  margin: 34px 0px;
}
.section-content .block-faq p + .btn {
  margin: 25px 0px;
}
.section-content .block-faq p + .btn:last-child {
  margin-bottom: 0px;
}
.container.section-content .btn.btn-border {
  background: none;
  border: 4px solid;
  color: inherit;
}
.section-content h2 {
  margin-bottom: 32px;
}
.section-content p {
  margin-bottom: 18px;
}
.section-content p:last-child {
  margin-bottom: 0px;
}
.tabs-container {
  display: flex;
  flex-direction: column;
  /*gap: 35px 0;*/
}
.tab-name, .tab-content {
  padding-left: 40px;
  padding-right: 25px;
  background: #fff;
}
.tab-name {
  min-height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 22px;
  font-weight: 800;
  color: #00bbed;
  cursor: pointer;
  position: relative;
  margin-top:35px;
}
.tab-name::after {
  content: "";
  position: relative;
  display: inline-flex;
  width: 12px;
  height: 12px;
  border: 1px solid;
  border-top: 0 none;
  border-right: 0 none;
  transform: rotate(-45deg);
  transform-origin: 50% 50%;
  margin-right: 3px;
}
.tab-name.active {
  color: inherit;
}
.tab-name.active + .tab-content {
  display: block;
}
.tab-name.active::after {
  transform: rotate(-225deg);
  color: #181818;
}
.tab-name:first-child {
  margin-top:0;
}
.tab-content {
  padding-top: 15px;
  padding-bottom: 68px;
  display: none;
}
.tab-content .row {
  gap: 34px 0;
}
.tab-content ul {
  list-style: none;
}
.tab-content ul li {
  position: relative;
  padding-left: 25px;
}
.tab-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #00bbed;
  border-radius: 50%;
}
.block-bans .row {
  gap: 34px 0;
}
.block-bans-item {
  background: #fff;
  padding: 50px 40px 192px;
  height: 100%;
}
.block-bans-item > strong {
  font-size: 28px;
  line-height: 40px;
  font-weight: 800;
  margin-bottom: 18px;
  display: block;
}
.block-bans-item > p, .block-bans-item > strong {
  position: relative;
  z-index: 1;
}
.block-bans-item img {
  position: absolute;
  bottom: 0;
  right: 30px;
  max-width: calc(100% - 30px - 15px) !important;
  z-index: 0;
}


@media (max-width: 1549px) {
    .akkredit-it-company {
        /*left: 64%;*/
    }
    .akkredit-it-company span {border-bottom:0 none !important;}
}
@media (max-width: 1400px) {
    .footer-menu ul {
        gap: 0 30px;
    }
}
@media (max-width: 1276px) {
    .akkredit-it-company {
        /*left: 68%;*/
    }
    .bitrix-sert + h1, .section-content h1 {
        font-size: 42px;
        line-height: 54px;
    }
    #logo div.logos > svg, #logo a.logos > svg {
        width: 250px;
    }
    .footer-menu {
        top: 115px;
    }
}
@media (max-width: 1199px) {
    .akkredit-it-company {
        /*left: 20px;
        top: 100%;*/
        transform: none;
        /*margin-top: 10px;
        white-space: nowrap;*/
    }
    .category_items .category_item {
        align-items: flex-start;
    }
    .category_item .title-link {
        padding-right: 42px;
    }
    header .social-links-box {
        width: 92px;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
        margin-left: 10px;
    }
    body:not(.page106) header {
        margin-bottom: 50px;
    }
}
@media (max-width: 1019px) {
    .site-logo {
        max-width: 270px;
        flex-wrap: wrap;
    }
    .akkredit-it-company {
        left:10px;
        margin-left:0;
        margin-top: 10px;
        white-space: nowrap;
    }
    .akkredit-it-company::before {
        margin-right: 10px;
    }
    .category_items .category_item div.row div.row {
        gap: 28px 0;
    }
    .category_items .category_item div.row > div {
        padding-right:0;
    }
    .category_items .category_item > div {
        max-width: 100%;
    }
    .wrapper + .container .bitrix-sert {
        gap: 15px;
    }
    .footer-menu {
        width: auto !important;
        left: 50%;
    }
    .section-content .block-faq.row:first-of-type {
      margin-top: 63px;
    }
    .tab-name, .tab-content {
      padding-left: 20px;
      min-height: 85px;
    }
    .block-bans-item {
      padding: 40px 20px 225px;
    }
}
@media (max-width: 767px) {
    #block-clients {overflow:hidden;}
    header {
        position: relative;
        z-index: 1;
    }
    .akkredit-it-company {
        left: 10px;
        margin-top: 32px;
    }
    .gamburger-menu {
        transform: none;
        top: -39px;
        right: 0;
    }
    header .social-links-box {
        width: 100%;
        justify-content: flex-end;
        margin-left: 0;
        flex-wrap: nowrap;
    }
    .header-link.phone-link {
        white-space: nowrap;
    }
}
@media (min-width: 600px) {
    #logo .social-links-box {display:none;}
}
@media (max-width: 599px) {
    header {
        padding: 15px 0 24px;
    }
    .header-info {
        margin-top: 4px;
    }
    .site-logo {
        margin-bottom: 90px;
    }
    .gamburger-menu {
        top: -58px;
    }
    .akkredit-it-company {
        position: absolute;
        margin-top: 65px;
    }
    header .header-info .social-links-block {
        display: none;
    }
    header .social-links-box {
        width: auto;
        justify-content: flex-start;
        position: absolute;
        top: 115px;
        gap: 20px;
    }
    #popup-menu {
        max-width: 100%;
    }
    #popup-menu-wrap {
        padding: 40px 30px;
    }
    #popup-menu-wrap button + ul {
        margin-top: 65px;
    }
    #popup-menu-wrap ul {
        gap: 55px;
    }
    body:not(.page106) header {
        height: 172px;
    }
    .wrapper header .container > .row > .cole-auto:nth-of-type(1) {
        z-index: 2;
    }
}
@media (max-width: 543px) {
    /*.header-info {
      margin-top: -13px;
    }*/
}
@media (max-width: 500px) {
    .footer__social ul {
        justify-content: center;
        gap: 0 30px;
    }
    .footer__social ul li {
        margin: 0;
    }
    .footer__friend {
        margin-right: 0px;
    }
    .footer .footer__block a[href*="//artnetstudio.ru"] {
        display: none;
    }
    .footer .footer__block {
        text-align: center;
    }
    .copyright-docs {
        margin-left: 0;
        width: 100%;
    }
    .footer-menu {
        position: relative;
        width: 100% !important;
        left: 0;
        top: 0;
        padding-bottom: 30px;
        justify-content: center;
        display: flex;
    }
}
@media (max-width: 439px) {
    .preview-links-block > span {
        margin-right: 28px;
    }
	/*.gamburger-menu {
		padding: 0;
		top: -40px;
	}*/
    /*.gamburger-menu {
        top: -52px;
    }*/
    body:not(.page106) header {
        margin-bottom: 30px;
    }
    .bitrix-sert + h1, .section-content h1 {
        font-size: 26px;
        line-height: 40px;
        margin-top: 16px;
        margin-bottom: 34px;
    }
    .category_items .category_item {
        padding: 10px 10px 25px;
        gap: 25px;
    }
    .category_item-title {
        font-size: 18px;
        font-weight: 700;
    }
    .category_item-subtitle, .category_item-content_subtitle {
        font-size: 14px;
        line-height: 24px;
    }
    .category_item-title + .category_item-subtitle + .category_item-content_subtitle {
        display: none;
    }
    .category_item-content_title {
        font-size: 16px;
    }
    .category_items .category_item > div, .category_items .category_item div.row div.row {
        gap: 17px 0;
    }
    .category_item-content_subtitle + .category_item-content_title {
        margin-top: 17px;
    }
    .d-s-none .category_item-content_subtitle {
        text-align: center;
        margin-top: 5px;
    }
    .footer-menu ul {
        flex-direction: column;
        gap: 48px;
    }
    .container.section-content {
      font-size: 20px;
      line-height: 32px;
    }
    .block-bans-item > strong {
      font-size: 24px;
      line-height: 36px;
    }
    .tab-name {
      font-size: 20px;
    }
    .tab-content {
      padding-top: 5px;
      padding-bottom: 34px;
    }
    .section-content h2, .section-content .h2 {
      font-size: 24px;
    }
}
@media (max-width: 420px) {
    /*header {
      padding-bottom: 45px;
    }*/
    .akkredit-it-company {
        left: 0;
        margin-top: 48px;
    }
    .header-info {
        margin-top: 0;
    }
    .gamburger-menu {
		padding: 0;
        top: -40px;
        gap: 4px;
    }
    header .header-phone-box {
        padding-right: 0;
    }
    header .social-links-box {
        top: 96px;
    }
    .gamburger-menu span, .gamburger-menu::before, .gamburger-menu::after, .gamburger-menu-close i::before, .gamburger-menu-close i::after {
        height: 4px;
        width: 28px;
        border-radius: 1px;
    }
}
@media (max-width: 384px) {
    .preview-links-block > span {
        margin-right: 8px;
    }
    .preview-links-block .title-link {
        padding-right: 35px;
    }
    .title-link::before, .title-link::after {
        right: 10px;
    }
}
@media (max-width: 359px) {
    .h1 {
        font-size: 22px !important;
    }
}
#block-clients > p:last-child {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    margin-top: 62px;
}
@media (max-width: 800px) {
    #block-clients > p:last-child {
        font-size: 18px;
        margin-top: 48px;
    }
}
@media (max-width: 767px) {
    #block-clients > p:last-child {
        font-weight: 700;
        margin-top: 72px;
    }
}

.new-year #logo::before {
    background: transparent url(/images/logo-new-year.png) no-repeat 0 0 / contain;
    position: absolute;
    content: "";
    left: -41px;
    bottom: -54px;
    width: 295px;
    height: 219px;
    z-index: 0;
}
.new-year #logo svg {position:relative;z-index:1;}


.new-year.main-screen-wrapper {
    background-image: url(/images/snow/header-bg-new-year-min.jpg);
}

.snowContainer {
    width: 100%;
    height: 100%;
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 100;
    pointer-events: none;
}
#snow {
    width: 100%;
    height: 100%;
    background-image: url("/images/snow/snow_1.png"), url("/images/snow/snow_2.png"), url("/images/snow/snow_3.png");
    -webkit-animation: snow 20s linear infinite;
    -moz-animation: snow 20s linear infinite;
    -ms-animation: snow 20s linear infinite;
    animation: snow 20s linear infinite;
}
@keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
    }
}
@-moz-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
    }
}
@-webkit-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
    }
}
@-ms-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
    }
}


@media (max-width: 767px){
    .new-year.main-screen-wrapper {
        background-image: url(/images/snow/header-bg-mobile-new-year-min.jpg);
    }
}
@media (max-width: 599px){
    .new-year #logo::before {display:none}
}

mark {
	background-color: #ffe561;
}

.marketingtech {
  position: absolute;
  left: 0;
  top: 80px;
}
.ardadigital {
  position: absolute;
  left: 231px;
  top: 97px;
}
@media (max-width: 1400px){
.ardadigital {
  left: 180px;
}
}
@media (max-width: 1276px){
.marketingtech {
  top: 68px;
}
.ardadigital {
  top: 87px;
}
}
@media (max-width: 1019px){
.marketingtech {
  top: 48px;
}
.ardadigital {
  top: 64px;
}
}
@media (min-width: 1001px){
.footer__block:not(.footer-menu) .marketingtech {
  display:none;
}
.footer__block:not(.footer-menu) .ardadigital {
  display:none;
}
}
@media (max-width: 1000px){
.footer__block:not(.footer-menu) {
  position: relative;
}
.footer-menu .marketingtech {
  display:none;
}
.marketingtech {
  top: 15px;
}
.footer-menu .ardadigital {
  display:none;
}
  .ardadigital {
    top: 34px;
  }
}
@media (max-width: 500px){
.marketingtech {
  position: relative;
  width: 138px;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  margin-top: 53px;
}
.ardadigital {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 25px;
  width: 137px;
  margin-left: auto;
  margin-right: auto;
}
}

/*coockie popup*/
#pop-cookie {
  bottom: 0;
  z-index: 3000;
  left: 50%;
  transform: translateX(-50%);
  width: calc(1170px - 30px);
  box-shadow: 0 0 50px 0 rgba(0,0,0,0.1);
  padding: 35px 39px 35px 30px;
  max-width: calc(100% - 10px);
  position: fixed;
  background: #fff;
}
#pop-cookie .close.jqmClose {
  position: absolute;
  right: 10px;
  top: 10px;
  border-bottom: 0 none !important;
}
#pop-cookie .pop-text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 10px;
}
#pop-cookie .pop-text .b-lg {
  font-family: "Proxima Nova",Arial,Verdana,sans-serif;
  color: #181818;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  background-color: transparent;
  border: 2px solid #181818;
  white-space: nowrap;
  padding: 11px 24px 10px;
  font-size: 15px;
  line-height: 1.3333333;
  text-transform: none;
  border-radius: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  max-width: 100%;
}
#pop-cookie .pop-text .b-lg:hover {
	background: #fcdc2f;
  border-color: #fcdc2f;
}
#pop-cookie .pop-text a, #pop-cookie .pop-text .redir {
  color: inherit;
  border-bottom: 1px solid;
  cursor:pointer;
}
#pop-cookie .pop-text a:hover, #pop-cookie .pop-text .redir:hover {
  color: inherit;
  border-bottom-color: transparent;
}
@media (min-width: 768px) {
  #pop-cookie {
    width: calc(750px - 30px);
  }
}
@media (min-width: 992px) {
  #pop-cookie {
    width: calc(970px - 30px);
  }
}
@media (min-width: 1024px) {
  #pop-cookie .pop-text .b-lg {
    width: 200px;
  }
}
@media (min-width: 1200px) {
  #pop-cookie {
    width: calc(1170px - 30px);
  }
  #pop-cookie .pop-text .b-lg {
    width: 300px;
  }
}