@charset "UTF-8";
/* ----------------------------------- *\
      icons
\* ----------------------------------- */
.i {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.fMain {
    font-family: 'Gotham Pro', sans-serif;
}

/* ----------------------------------- *\
      main styles
\* ----------------------------------- */
body {
    color: #404040;
    background: #f4f7f9;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 0.005em;
}

p {
    margin-bottom: 20px;
}

a {
    color: #0088ce;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.mb-0{
    margin-bottom: 0 !important;
}
.main-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
    color: #343030;
    margin-bottom: 30px;
    letter-spacing: 0.05em;
    font-family: 'Gotham Pro', sans-serif;
}

.page-title,
.page-small-title,
.page-vsmall-title {
    font-size: 18px;
    font-weight: 900;
    color: #343030;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    line-height: 1.20;
    letter-spacing: 0.05em;
    font-family: 'Gotham Pro', sans-serif;
}

.page-small-title {
    font-size: 16px;
    margin-bottom: 10px;
    letter-spacing: 0.025em;
    text-align: left;
}

.page-vsmall-title {
    font-size: 15px;
    margin-bottom: 10px;
    text-align: left;
}

.video-block {
    position: relative;
    width: 100%;
    padding-bottom: 62.47%;
    height: 0;
    overflow: hidden;
    background: #000;
}

.video-block img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.video-block .btn-play {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-image: url(https://1224df.claudeassets.com/20260314192226im_/https://gisbuyer.com/img/spr.png);
    background-position: 0px -116px;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -24px 0 0 -24px;
    z-index: 2;
}

.video-block.active img,
.video-block.active .btn-play {
    display: none !important;
}

.video-block iframe,
.video-block object,
.video-block embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#popup-demo-pay .table-title {
    font-size: 16px;
    padding-bottom: 30px;
}

#popup-demo-pay img {
    border: 1px solid black;
}

#popup-demo-pay #pay_loader i {
    font-size: 30px;
}

#popup-demo-pay span.title {
    font-family: "Gotham Pro", sans-serif;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    width: 100%;
}

#popup-demo-pay ol {
    padding-left: 15px;
    list-style-type: auto;
}

#popup-demo-pay input[type="submit"] {
    /*  font-size: 11px;
      min-width: 100px;
      padding: 0 10px;*/
}

.popup-reg .ui-dialog-title {
    line-height: 24px !important;
    padding-bottom: 15px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.frm-checkbox-registration label {
    line-height: 0.9 !important;
    padding-right: 5px !important;
    font-size: 11px;
    padding-top: 5px;
}

#frm-reg #phone {
    width: 169px !important;
}

#frm-reg #vf-btn {
    width: 112px !important;
    font-family: "Gotham Pro", sans-serif;
    font-size: 12px;
    font-weight: bold;
}

input[type='number'] {
    -moz-appearance: textfield;
}

.frm-popup #vf-code {
    width: 185px !important;
}

@media (min-width: 480px) {
    .video-block .btn-play {
        background-image: url(https://1224df.claudeassets.com/20260314192226im_/https://gisbuyer.com/img/spr.png);
        background-position: 0px 0px;
        width: 96px;
        height: 96px;
        margin: -48px 0 0 -48px;
    }
}

@media (min-width: 768px) and (max-width: 999px) {
    .video-block .btn-play {
        background-image: url(https://1224df.claudeassets.com/20260314192226im_/https://gisbuyer.com/img/spr.png);
        background-position: 0px -116px;
        width: 48px;
        height: 48px;
        margin: -24px 0 0 -24px;
    }
}

@media (min-width: 768px) {
    .page-title {
        font-size: 36px;
        margin-bottom: 65px;
    }

    .page-small-title {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .page-vsmall-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

@media (min-width: 1000px) {
    .main-title {
        margin-bottom: 60px;
    }
}

/* ----------------------------------- *\
      structura
\* ----------------------------------- */
html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.empty {
    display: block;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
    height: 134px;
}

.inner-wrap,
.page {
    position: relative;
    clear: both;
    margin: 0 auto;
    padding: 0 15px;
    min-width: 768px;
    max-width: 1200px;
}

.page {
    margin-bottom: 30px;
    max-width: 1140px;
}

.wrap,
.header,
.nav,
.footer,
.cnt-section {
    position: relative;
    clear: both;
    min-width: 768px;
}

.wrap {
    overflow: hidden;
    min-height: 100%;
}

.wrap-main {
    background: #ffffff;
}

.wrap-main .header {
    overflow: hidden;
    background: none;
    margin-bottom: 0;
}

.wrap-main .header .inner-wrap {
    border-bottom: 1px solid #5191dc;
}

.wrap-main .header .btn {
    height: 48px;
    line-height: 48px;
    padding: 0 32px;
    min-width: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: left;
    margin-left: 25px;
    letter-spacing: 0.05em;
}

.wrap-main .header .btn.btn-border {
    border: 2px solid rgba(255, 255, 255, 0.3);
    padding: 0 55px;
    line-height: 44px;
    background: none;
}

.wrap-main .header .btn.btn-border:hover {
    border-color: #fff;
}

.wrap-main .header .buttons-block {
    float: right;
    padding-top: 16px;
    padding-right: 45px;
}

.header {
    background: #0076ff;
    z-index: 110;
    margin-bottom: 20px;
}

.header .inner-wrap {
    height: 60px;
    line-height: 60px;
    padding-right: 60px;
}

.header .logo-block {
    overflow: hidden;
    float: left;
}

.header .logo {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    width: 100px;
}

.header .logo img,
.header .logo svg {
    max-width: 100%;
}

.header svg {
    fill: #fff;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.header .action-button {
    width: 50px;
    height: 60px;
    float: left;
    text-decoration: none;
    font-size: 10px;
    padding: 10px 15px;
    line-height: 30px;
    text-align: center;
}

.header .actions-block {
    float: right;
}

.header ul {
    margin: 0;
    overflow: hidden;
}

.header li {
    margin: 0;
    padding: 0;
}

.header li:before {
    display: none;
}

.header .menu-block {
    font-size: 11px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.1em;
}

.header .menu-block .btn-toggle {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
}

.header .menu-block .btn-toggle.active {
    background: #005ecc;
}

.header .menu-block .btn-toggle.active:after {
    height: 4px;
    border-bottom: none;
    margin-top: -2px;
    -webkit-transform: -webkit-rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header .menu-block .btn-toggle.active:before {
    -webkit-transform: -webkit-rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header .menu-block .btn-toggle:before,
.header .menu-block .btn-toggle:after {
    content: "";
    display: block;
    width: 30px;
    height: 24px;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -15px;
}

.header .menu-block .btn-toggle:before {
    height: 4px;
    border-bottom: none;
    margin-top: -2px;
}

.header .menu-block .popup-block {
    display: none;
    background: #005ecc;
    position: absolute;
    top: 60px;
    right: 0;
    width: 300px;
    text-align: center;
    z-index: 2;
}

.header .menu-block .popup-block a,
.header .menu-block .popup-block li span {
    color: #fff;
    text-decoration: none;
    display: block;
    position: relative;
    padding: 10px 20px;
    font-family: 'Gotham Pro', sans-serif;
}

.header .menu-block .popup-block a .counter,
.header .menu-block .popup-block li span .counter {
    display: block;
    padding: 0;
    width: 20px;
    height: 20px;
    background: red;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    position: absolute;
    top: 5px;
    right: 5px;
    font-weight: 300;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.header .menu-block .popup-block a:hover,
.header .menu-block .popup-block a.active,
.header .menu-block .popup-block span.active {
    background: #0076ff;
    text-decoration: none;
    color: #fff;
}

.header .btn-back {
    display: block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    position: relative;
    text-indent: -999px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    line-height: 60px;
    letter-spacing: 0.1em;
    font-family: 'Gotham Pro', sans-serif;
}

.header .btn-back:hover {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.header .btn-back:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-image: url(https://1224df.claudeassets.com/20260314192226im_/https://gisbuyer.com/img/spr.png);
    background-position: -68px -116px;
    width: 12px;
    height: 21px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -6px;
}

.header .btn-back-block {
    float: left;
    line-height: 1;
    padding-left: 10px;
}

.header .btn-back-block + .actions-block {
    position: absolute;
    top: 0;
    right: 0;
}

.footer {
    overflow: hidden;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.33);
    text-align: center;
    background: #2f2d2d;
    height: 134px;
    margin-top: -134px;
    line-height: 22px;
    z-index: 110;
    letter-spacing: 0.01em;
}

.footer .inner-wrap {
    height: 134px;
   /* overflow: hidden;*/
    max-width: 1040px;
}

.footer p {
    margin: 0;
}

.footer .logo {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.footer .logo img,
.footer .logo svg {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}

.footer .logo-block {
    height: 87px;
    line-height: 87px;
}

.cnt-box {
    position: relative;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    background: #fff;
    padding: 20px;
}

@media (max-width: 999px) {
    .wrap-main .header .btn {
        height: 22px;
        line-height: 26px;
        padding: 0 15px;
        min-width: 0;
        font-size: 10px;
        position: absolute;
    }

    .wrap-main .header .btn.btn-border {
        border-width: 1px;
        line-height: 22px;
        padding: 0 13px 23px;
    }

    .wrap-main .header .btn-popup-reg {
        top: 32px;
        right: 5px;
    }

    .wrap-main .header .btn-popup-login {
        top: 19px;
        right: 15px;
    }
}

@media (min-width: 480px) and (max-width: 999px) {
    .wrap-main .header .inner-wrap {
        padding-right: 10px;
    }

    .wrap-main .header .btn {
        height: 40px;
        line-height: 44px;
        padding: 0 20px;
        font-size: 12px;
        float: left;
        margin-left: 10px;
        position: relative;
        top: 10px;
        right: 15px;
    }

    .wrap-main .header .btn.btn-border {
        line-height: 37px;
        border-width: 2px;
        padding: 0 18px;
    }

    .wrap-main .header .buttons-block {
        float: right;
        overflow: hidden;
        padding-top: 10px;
        padding-right: 0;
    }
}

@media (min-width: 480px) {
    .header .btn-back-block {
        position: absolute;
        top: 0;
        left: 125px;
        right: 120px;
    }

    .header .btn-back {
        width: 100%;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 64px;
        display: block;
        padding: 0 10px 0 35px;
        text-indent: 0;
    }

    .header .btn-back:before {
        left: 10px;
    }
}

@media (min-width: 640px) {
    .header .btn-back-block {
        padding-left: 30px;
    }
}

@media (min-width: 768px) {
    .inner-wrap,
    .page {
        padding-left: 30px;
        padding-right: 30px;
    }

    .cnt-box {
        padding: 30px;
    }

    .footer .logo-block {
        height: 134px;
        line-height: 144px;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 0;
        left: 30px;
    }

    .footer .copy-block {
        padding-top: 35px;
    }
}

@media (min-width: 1000px) {
    .header {
        margin-bottom: 45px;
    }

    .header .inner-wrap {
        height: 80px;
        padding-right: 30px;
    }

    .header .actions-block {
        padding-top: 15px;
        padding-right: 13px;
    }

    .header .logo-block {
        height: 80px;
        line-height: 80px;
        float: left;
        width: 170px;
        position: relative;
        padding-left: 9px;
    }

    .header .logo-block:before {
        content: "";
        display: block;
        width: 1px;
        height: 40px;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -20px;
        background: #3391ff;
    }

    .header .logo {
        width: 147px;
    }

    .header .menu-block {
        float: left;
    }

    .header .menu-block .btn-toggle {
        display: none;
    }

    .header .menu-block .popup-block {
        width: auto;
        display: block;
        height: 80px;
        overflow: hidden;
        position: relative;
        top: auto;
        left: 0;
        background: none;
    }

    .header .menu-block .popup-block a,
    .header .menu-block .popup-block li span {
        display: block;
        height: 80px;
        padding: 0 10px;
        line-height: 80px;
        overflow: hidden;
    }

    .header .menu-block .popup-block a:hover,
    .header .menu-block .popup-block a.active,
    .header .menu-block .popup-block span.active {
        background: #005ecc;
    }

    .header .menu-block ul,
    .header .menu-block li {
        overflow: hidden;
        height: 80px;
    }

    .header .menu-block li {
        float: left;
    }

    .header .action-button {
        margin-left: 5px;
        padding: 0;
        line-height: 60px;
    }

    .header .button01 svg,
    .header .button01 img {
        width: 32px;
    }

    .header .button02 svg,
    .header .button02 img {
        width: 34px;
    }

    .header .btn-back-block {
        height: 80px;
        padding-top: 10px;
        left: 210px;
        right: 200px;
    }

    .header .btn-back-block + .actions-block {
        right: 30px;
    }
}

@media (min-width: 1000px) and (max-width: 1199px) {
    .header .logo-block {
        padding-left: 0;
    }

    .header .menu-block .popup-block a,
    .header .menu-block .popup-block li span {
        padding: 0 7px;
        font-size: 10px !important;
    }

    .header .actions-block {
        padding-right: 0;
    }
}

@media (min-width: 1100px) {
    .page {
        margin-bottom: 45px;
    }

    .cnt-box {
        padding: 90px 125px;
        margin-bottom: 45px;
    }

}

@media (min-width: 1140px) {
    .wrap-main .header .inner-wrap {
        border-bottom: none;
    }

    .wrap-main .header .inner-wrap:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 30px;
        right: 30px;
        height: 1px;
        background: #5191dc;
    }
}

/* ----------------------------------- *\
      fonts
\* ----------------------------------- */
@font-face {
    font-family: 'Gotham Pro';
    src: url('https://25cc45.claudeassets.com/20260314192226im_/https://gisbuyer.com/fonts/GothaProBol.eot');
    src: url('https://25cc45.claudeassets.com/20260314192226im_/https://gisbuyer.com/fonts/GothaProBol.eot') format('embedded-opentype'), url('https://8b3f14.claudeassets.com/20260314192226im_/https://gisbuyer.com/fonts/GothaProBol.woff2') format('woff2'), url('https://ea77d9.claudeassets.com/20260314192226im_/https://gisbuyer.com/fonts/GothaProBol.woff') format('woff'), url('https://354432.claudeassets.com/20260314192226im_/https://gisbuyer.com/fonts/GothaProBol.ttf') format('truetype'), url('https://bbaf1a.claudeassets.com/20260314192226im_/https://gisbuyer.com/fonts/GothaProBol.svg#GothaProBol') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('https://663134.claudeassets.com/20260314192226im_/https://gisbuyer.com/fonts/GothaProBla.eot');
    src: url('https://663134.claudeassets.com/20260314192226im_/https://gisbuyer.com/fonts/GothaProBla.eot') format('embedded-opentype'), url('https://ec2b3c.claudeassets.com/20260314192226im_/https://gisbuyer.com/fonts/GothaProBla.woff2') format('woff2'), url('https://0b6bf9.claudeassets.com/20260314192226im_/https://gisbuyer.com/fonts/GothaProBla.woff') format('woff'), url('https://dcb99f.claudeassets.com/20260314192226im_/https://gisbuyer.com/fonts/GothaProBla.ttf') format('truetype'), url('https://fca631.claudeassets.com/20260314192226im_/https://gisbuyer.com/fonts/GothaProBla.svg#GothaProBla') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('https://ae708f.claudeassets.com/20260314192226im_/https://gisbuyer.com/fonts/GothaProMed.eot');
    src: url('https://ae708f.claudeassets.com/20260314192226im_/https://gisbuyer.com/fonts/GothaProMed.eot') format('embedded-opentype'), url('https://3d888f.claudeassets.com/20260314192226im_/https://gisbuyer.com/fonts/GothaProMed.woff2') format('woff2'), url('https://48d238.claudeassets.com/20260314192226im_/https://gisbuyer.com/fonts/GothaProMed.woff') format('woff'), url('https://ea54c3.claudeassets.com/20260314192226im_/https://gisbuyer.com/fonts/GothaProMed.ttf') format('truetype'), url('https://2ddcde.claudeassets.com/20260314192226im_/https://gisbuyer.com/fonts/GothaProMed.svg#GothaProMed') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('https://d1ab40.claudeassets.com/20260314192226im_/https://gisbuyer.com/fonts/GothaProReg.eot');
    src: url('https://d1ab40.claudeassets.com/20260314192226im_/https://gisbuyer.com/fonts/GothaProReg.eot') format('embedded-opentype'), url('https://fae81b.claudeassets.com/20260314192226im_/https://gisbuyer.com/fonts/GothaProReg.woff2') format('woff2'), url('https://c1b8b0.claudeassets.com/20260314192226im_/https://gisbuyer.com/fonts/GothaProReg.woff') format('woff'), url('https://33c96e.claudeassets.com/20260314192226im_/https://gisbuyer.com/fonts/GothaProReg.ttf') format('truetype'), url('https://f7f5f8.claudeassets.com/20260314192226im_/https://gisbuyer.com/fonts/GothaProReg.svg#GothaProReg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('https://069707.claudeassets.com/20260314192226im_/https://gisbuyer.com/fonts/GothaProLig.eot');
    src: url('https://069707.claudeassets.com/20260314192226im_/https://gisbuyer.com/fonts/GothaProLig.eot') format('embedded-opentype'), url('https://294513.claudeassets.com/20260314192226im_/https://gisbuyer.com/fonts/GothaProLig.woff2') format('woff2'), url('https://b70eab.claudeassets.com/20260314192226im_/https://gisbuyer.com/fonts/GothaProLig.woff') format('woff'), url('https://49f057.claudeassets.com/20260314192226im_/https://gisbuyer.com/fonts/GothaProLig.ttf') format('truetype'), url('https://a8e1e6.claudeassets.com/20260314192226im_/https://gisbuyer.com/fonts/GothaProLig.svg#GothaProLig') format('svg');
    font-weight: 300;
    font-style: normal;
}

/*
Icon classes can be used entirely standalone. They are named after their original file names.

```html
<i class="icon-home"></i>
```
*/
.i-a01 {
    background-image: url(https://1224df.claudeassets.com/20260314192226im_/https://gisbuyer.com/img/spr.png);
    background-position: -68px -116px;
    width: 12px;
    height: 21px;
}

.i-a02 {
    background-image: url(https://1224df.claudeassets.com/20260314192226im_/https://gisbuyer.com/img/spr.png);
    background-position: -68px -157px;
    width: 11px;
    height: 5px;
}

.i-a03 {
    background-image: url(https://1224df.claudeassets.com/20260314192226im_/https://gisbuyer.com/img/spr.png);
    background-position: -99px -157px;
    width: 11px;
    height: 5px;
}

.i-a04 {
    background-image: url(https://1224df.claudeassets.com/20260314192226im_/https://gisbuyer.com/img/spr.png);
    background-position: -146px -81px;
    width: 19px;
    height: 9px;
}

.i-a05 {
    background-image: url(https://1224df.claudeassets.com/20260314192226im_/https://gisbuyer.com/img/spr.png);
    background-position: -100px -116px;
    width: 15px;
    height: 19px;
}

.i-a06 {
    background-image: url(https://1224df.claudeassets.com/20260314192226im_/https://gisbuyer.com/img/spr.png);
    background-position: -135px -116px;
    width: 15px;
    height: 19px;
}

.i-a07 {
    background-image: url(https://1224df.claudeassets.com/20260314192226im_/https://gisbuyer.com/img/spr.png);
    background-position: -130px -157px;
    width: 11px;
    height: 5px;
}

.i-blank {
    background-image: url(https://1224df.claudeassets.com/20260314192226im_/https://gisbuyer.com/img/spr.png);
    background-position: -170px -116px;
    width: 1px;
    height: 1px;
}

.i-btn-close {
    background-image: url(https://1224df.claudeassets.com/20260314192226im_/https://gisbuyer.com/img/spr.png);
    background-position: -116px -81px;
    width: 10px;
    height: 10px;
}

.i-btn-play-s {
    background-image: url(https://1224df.claudeassets.com/20260314192226im_/https://gisbuyer.com/img/spr.png);
    background-position: 0px -116px;
    width: 48px;
    height: 48px;
}

.i-btn-play {
    background-image: url(https://1224df.claudeassets.com/20260314192226im_/https://gisbuyer.com/img/spr.png);
    background-position: 0px 0px;
    width: 96px;
    height: 96px;
}

.i-title {
    background-image: url(https://1224df.claudeassets.com/20260314192226im_/https://gisbuyer.com/img/spr.png);
    background-position: -116px 0px;
    width: 61px;
    height: 61px;
}

/* ----------------------------------- *\
      forms styles
\* ----------------------------------- */
.frm-popup-send .frm-popup-succefull {
    display: block;
}

.frm-popup-succefull {
    display: none;
    -webkit-animation: fadein ease 0.3s;
    animation: fadein ease 0.3s;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 3px;
    overflow: hidden;
    z-index: 2;
    text-align: center;
}

.frm-popup-succefull .inner-block {
    position: absolute;
    top: 36%;
    left: 0;
    right: 0;
    margin-top: -127px;
}

.frm-popup-succefull .ico {
    display: block;
    margin: 0 auto 70px auto;
    width: 64px;
    height: 64px;
}

.frm-popup-succefull .ico img {
    max-width: 100%;
}

.frm-popup-succefull .title {
    font-size: 24px;
    line-height: 40px;
    color: #343030;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 0.05em;
    font-family: 'Gotham Pro', sans-serif;
}

.frm-popup {
    max-width: 286px;
    margin: 0 auto;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #98959c;
    letter-spacing: 0.01em;
}

.frm-popup .btn,
.frm-popup button,
.frm-popup input[type="submit"] {
    width: 100%;
}

.frm-popup .frm-popup-row {
    margin-bottom: 18px;
    position: relative;
}

.frm-popup .frm-popup-row > label {
    display: block;
    margin-bottom: 12px;
}

.frm-popup .frm-field-sms {
    padding-left: 107px;
    position: relative;
    line-height: 46px;
}

.frm-popup .frm-field-sms input {
    max-width: 92px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding: 0;
}

.frm-popup a {
    color: #98959c;
}

.frm-popup textarea,
.frm-popup input[type="text"],
.frm-popup input[type="tel"],
.frm-popup input[type="email"],
.frm-popup input[type="password"] {
    height: 46px;
    font-size: 16px;
    padding: 0 15px;
    border: 1px solid #d7d7d7;
}

.frm-popup textarea {
    padding-top: 10px;
    padding-bottom: 10px;
}

.frm-popup .frm-popup-submit {
    margin-top: 15px;
    text-align: center;
    letter-spacing: 0.01em;
}

.frm-popup .frm-popup-submit .btn-block {
    margin-top: 25px;
}

.frm-popup .frm-popup-submit .btn-block a {
    color: #76808e;
}

.div-info-add-account {
    font-size: 12px;
    margin-top: -10px;
}

.div-info-add-account span{
    color: #0077ff;
}

.frm-popup .frm-popup-selection {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 25px;
    font-family: 'Gotham Pro', sans-serif;
}

.frm-popup .frm-popup-selection .title {
    font-family: 'Gotham Pro', sans-serif;
    margin-bottom: 5px;
}

.frm-popup .frm-popup-selection .value {
    font-family: 'Gotham Pro', sans-serif;
    font-size: 18px;
    color: #1a1c1e;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.inp-error {
    border-color: #f00 !important;
}

.btn-action-add {
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding-left: 22px;
}

.btn-action-add:before,
.btn-action-add:after {
    content: "";
    display: block;
    width: 14px;
    height: 2px;
    background: #0088ce;
    position: absolute;
    top: 50%;
    left: 7px;
    margin: -1px 0 0 -7px;
}

.btn-action-add:before {
    -webkit-transform: -webkit-rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.btn,
button[type="submit"],
input[type="submit"] {
    height: 48px;
    line-height: 48px;
    padding: 0 30px;
    border-radius: 2px;
    background: #0077ff;
    background: -o-linear-gradient(#0077ff, #0061ff);
    background: -webkit-gradient(linear, left top, left bottom, from(#0077ff), to(#0061ff));
    background: linear-gradient(#0077ff, #0061ff);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    min-width: 207px;
    color: #fff;
    border: none;
    font-family: 'Gotham Pro', sans-serif;
    letter-spacing: 0.05em;
}

.btn:hover,
button:hover,
input[type="submit"]:hover {
    background: #1188ff;
    background: -o-linear-gradient(#1188ff, #1172ff);
    background: -webkit-gradient(linear, left top, left bottom, from(#1188ff), to(#1172ff));
    background: linear-gradient(#1188ff, #1172ff);
}

.btn.btn-second,
button.btn-second,
input[type="submit"].btn-second {
    background: #fec802;
    background: -o-linear-gradient(#fec802, #febc02);
    background: -webkit-gradient(linear, left top, left bottom, from(#fec802), to(#febc02));
    background: linear-gradient(#fec802, #febc02);
}

.btn.btn-second:hover,
button.btn-second:hover,
input[type="submit"].btn-second:hover {
    background: #ffd913;
    background: -o-linear-gradient(#ffd913, #ffcd13);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffd913), to(#ffcd13));
    background: linear-gradient(#ffd913, #ffcd13);
}

.btn.btn-medium,
button.btn-medium,
input[type="submit"].btn-medium {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
    min-width: 0;
}

select,
textarea,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"] {
    height: 28px;
    padding: 0 20px;
    border-radius: 0;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    color: #454545;
}

textarea {
    height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    resize: none;
}

[placeholder]::-webkit-input-placeholder {
    color: #454545;
}

[placeholder]:-moz-placeholder {
    color: #454545;
}

[placeholder]::-moz-placeholder {
    color: #454545;
}

[placeholder]:-ms-input-placeholder {
    color: #454545;
}

select {
    display: block;
    width: 100%;
    -webkit-appearance: none;
    line-height: 1em;
    padding-right: 0;
    background-color: #fff;
    background-image: url(https://71d744.claudeassets.com/20260314192226im_/https://gisbuyer.com/img/main/select.png);
    background-position: right center;
    background-repeat: no-repeat;
    text-indent: 0.01px;
    -o-text-overflow: '';
    text-overflow: '';
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
    outline: none;
}

select::-ms-expand {
    display: none;
}

.frm-field {
    position: relative;
    overflow: hidden;
    line-height: 28px;
    font-size: 14px;
}

.frm-field .field {
    display: none;
}

.frm-field .value {
    display: block;
    line-height: 28px;
    padding: 0 21px;
}

.frm-field .btn-edit {
    display: block;
    float: left;
    position: absolute;
    top: 50%;
    right: 0;
    line-height: 20px;
    margin-top: -10px;
}

.frm-field.edit .field {
    display: block;
}

.frm-field.edit .btn-edit,
.frm-field.edit .value {
    display: none;
}

.frm-field-select,
.frm-select {
    display: block;
    width: 157px;
    position: relative;
    overflow: hidden;
    height: 28px;
    line-height: 28px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: #96949d;
    text-align: left;
    letter-spacing: 0.05em;
}

.frm-field-select label,
.frm-select label {
    display: block;
    height: 28px;
    line-height: 28px;
    padding-right: 30px;
}

.frm-field-select label:before,
.frm-select label:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border: 2px solid #006cff;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
}

.frm-field-select label:after,
.frm-select label:after {
    content: "";
    display: none;
    position: absolute;
    top: 50%;
    right: 7px;
    width: 6px;
    height: 6px;
    background: #006cff;
    margin: -3px -3px 0 0;
}

.frm-field-select input,
.frm-select input {
    display: block;
    position: absolute;
    top: 0;
    left: -999px;
}

.frm-field-select input:checked + label:after,
.frm-select input:checked + label:after {
    display: block;
}

.frm-field-select input[type="radio"] + label:after,
.frm-select input[type="radio"] + label:after,
.frm-field-select input[type="radio"] + label:before,
.frm-select input[type="radio"] + label:before {
    border-radius: 50%;
}

.frm-select {
    width: auto;
}

.frm-select label {
    padding-right: 0;
    padding-left: 23px;
    font-family: 'Roboto', sans-serif;
    color: #404040;
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
}

.frm-select label:before {
    right: auto;
    left: 0;
}

.frm-select label:after {
    right: auto;
    left: 7px;
    margin-right: 0;
    margin-left: -3px;
}

.frm-row {
    margin-bottom: 20px;
    position: relative;
}

.frm-row:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.frm-row > label {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: #96949d;
    line-height: 20px;
    margin-bottom: 5px;
    font-family: 'Gotham Pro', sans-serif;
    letter-spacing: 0.05em;
}

.frm-field-tags {
    overflow: hidden;
    margin: 0 -8px -8px 0 0;
}

.frm-field-tags .frm-tag {
    float: left;
    margin: 0 8px 8px 0;
}

.frm-field-tags .btn-tag-add {
    float: left;
    margin: 0 8px 8px 0;
}

.frm-tag {
    display: block;
    height: 28px;
    line-height: 28px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    background: #e4e9ed;
    border-radius: 2px;
    padding: 0 8px;
    font-size: 14px;
    color: #4b678a;
    text-decoration: none;
    letter-spacing: 0.01em;
}

.btn-tag-add {
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 2px;
    background: #006aeb;
    font-size: 0;
    text-align: center;
    text-decoration: none;
    position: relative;
}

.btn-tag-add:before,
.btn-tag-add:after {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background: #ddebfc;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -6px;
}

.btn-tag-add:after {
    -webkit-transform: -webkit-rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.btn-tag-add:hover {
    background: #117bfc;
}

.frm-range {
    overflow: hidden;
}

.frm-range input {
    padding-right: 0;
    float: left;
    width: 45%;
}

.frm-range input + input {
    float: right;
}

body .ui-tooltip {
    width: 224px;
    text-align: center;
    background: #3e4752;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    padding: 10px;
    line-height: 20px;
    font-size: 13px;
    color: #d8d8d8;
    letter-spacing: 0.05em;
}

body .ui-widget-overlay {
    background: rgba(15, 15, 17, 0.87);
}

body .ui-dialog {
    padding: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    z-index: 9999;
}

body .ui-dialog.popup-contacts {
    padding: 0;
    border: 1px solid #006cff;
    overflow: hidden;
    border-radius: 0;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

body .ui-dialog.popup-contacts .ui-dialog-content {
    padding: 0;
}

body .ui-dialog.popup-contacts .ui-dialog-titlebar {
    padding: 0;
    margin: 0;
    min-height: 0;
}

body .ui-dialog.popup-contacts .ui-dialog-titlebar .ui-dialog-title {
    display: none;
}

body .ui-dialog.popup-pay .ui-dialog-titlebar-close {
    top: -15px !important;
}

body .ui-dialog .ui-dialog-titlebar {
    padding: 0;
    margin: 0;
}

body .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    padding: 15px 20px;
    margin: 0;
    float: none;
    width: 100%;
    text-align: center;
    white-space: normal;
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 900;
    color: #343030;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: 'Gotham Pro', sans-serif;
}

body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
    display: block;
    float: left;
    background: none;
    border: none;
    border-radius: 0;
    min-width: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 14px;
    color: #706c76;
    text-transform: none;
    font-weight: 400;
    padding-right: 25px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0em;
    z-index: 99;
    white-space: nowrap;
    width: auto;
    margin: 0;
}

body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close span {
    display: none;
}

body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:after,
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before {
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -12px;
    background: #005fe6;
    -webkit-transform: -webkit-rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before {
    -webkit-transform: -webkit-rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

body .ui-dialog .ui-dialog-content {
    padding: 0 20px 30px 20px;
}

.ui-dialog {
    left: 50% !important;
}

.popup-reg,
.popup-pay,
.popup-contacts {
    width: 300px !important;
    margin-left: -150px;
}

.popup-reg .ui-dialog-content,
.popup-pay .ui-dialog-content,
.popup-contacts .ui-dialog-content {
    position: static !important;
}

body .popup-pay {
    padding-top: 35px;
}

body .popup-pay .ui-dialog-title {
    display: none !important;
}

.popup-pay-box .title {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #343030;
    letter-spacing: 0em;
    font-family: 'Gotham Pro', sans-serif;
}

.popup-pay-box .title .tarif {
    display: inline-block;
    color: #0076ff;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Gotham Pro', sans-serif;
    letter-spacing: 0.05em;
}

.popup-pay-box .subtitle {
    font-size: 14px;
    font-weight: 900;
    color: #b2b1b4;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: 'Gotham Pro', sans-serif;
    letter-spacing: 0.05em;
}

.btn-filter {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-right: 22px;
    line-height: 19px;
    font-size: 15px;
    color: #454545;
    text-decoration: none;
    height: 19px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 100%;
}

.btn-filter:before,
.btn-filter:after {
    content: "";
    position: absolute;
    top: 3px;
    right: 0;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-image: url(https://1224df.claudeassets.com/20260314192226im_/https://gisbuyer.com/img/spr.png);
    background-position: -68px -157px;
    width: 11px;
    height: 5px;
}

.btn-filter:after {
    -webkit-transform: -webkit-rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 11px;
}

.btn-filter.up,
.btn-filter.down,
.btn-filter:hover {
    color: #55749d;
}

.btn-filter.up:before {
    background-image: url(https://1224df.claudeassets.com/20260314192226im_/https://gisbuyer.com/img/spr.png);
    background-position: -99px -157px;
    width: 11px;
    height: 5px;
}

.btn-filter.down:after {
    background-image: url(https://1224df.claudeassets.com/20260314192226im_/https://gisbuyer.com/img/spr.png);
    background-position: -99px -157px;
    width: 11px;
    height: 5px;
}

.btn-filter.disabled {
    color: #a2a2a2;
    cursor: default;
    pointer-events: none;
}

.filter-select {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 15px;
    line-height: 19px;
    color: #3e3f3f;
}

.filter-select.type02 .btn-toggle {
    height: 28px;
    line-height: 28px;
    background: #eee;
    padding-left: 6px;
    padding-right: 25px;
}

.filter-select.type02 .btn-toggle:before {
    right: 5px;
    top: 50%;
    margin-top: -1px;
}

.filter-select.active {
    z-index: 99;
}

.filter-select .btn-toggle {
    display: block;
    position: relative;
    height: 19px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 100%;
    color: #3e3f3f;
    text-decoration: underline;
    padding-right: 22px;
}

.filter-select .btn-toggle:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-image: url(https://1224df.claudeassets.com/20260314192226im_/https://gisbuyer.com/img/spr.png);
    background-position: -68px -157px;
    width: 11px;
    height: 5px;
    position: absolute;
    top: 7px;
    right: 0;
    -webkit-transform: -webkit-rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.filter-select .btn-toggle:hover {
    text-decoration: none;
}

.filter-select .popup-block {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    min-width: 200px;
    padding: 0 0;
    display: none;
    margin: 0;
}

.filter-select .popup-block li {
    margin: 0;
    padding: 0;
}

.filter-select .popup-block li:before {
    display: none;
}

.filter-select .popup-block a {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    color: #404040;
}

.filter-select .popup-block a:hover,
.filter-select .popup-block a.active {
    background: #fafafa;
}

button.fancybox-button {
    min-width: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

body .ms-ctn {
    border: 1px solid #e1e1e1;
    font-size: 14px;
    line-height: 20px;
    padding: 3px 0px 3px 3px;
    position: relative;
}

body .ms-ctn .dropdown-menu {
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-top: none;
    z-index: 99;
    width: auto;
    margin-top: -1px;
    max-height: 88px;
    overflow: auto;
}

body .ms-ctn.ms-ctn-focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 3px 0px 3px 3px;
    border: 1px solid #e1e1e1;
}

body .ms-ctn .ms-sel-ctn {
    margin: 0;
    padding: 0 20px 0 0;
    line-height: 20px;
}

body .ms-ctn .ms-sel-ctn > input {
    min-width: 50px;
}

body .ms-ctn .ms-sel-item {
    position: relative;
    height: auto;
    line-height: 16px;
    background: #e4e9ed;
    color: #4b678a;
    border-radius: 2px;
    border: none;
    padding: 2px 20px 2px 8px;
}

body .ms-ctn .ms-sel-item:hover {
    border: none;
    border-radius: 2px;
    background: #e4e9ed;
    padding: 2px 20px 2px 8px;
}

body .ms-ctn .ms-sel-item .ms-close-btn {
    margin: 0;
    position: absolute;
    top: 10px;
    right: 5px;
    margin-top: -4px;
}

body .ms-ctn input {
    height: 20px;
    border: none;
    margin: 0;
    background: none;
    padding: 0;
}

body .ms-ctn .ms-trigger {
    background: none;
    width: 25px;
    height: 23px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
}

body .ms-ctn .ms-trigger:hover {
    padding: 0;
    margin: 0;
    border-radius: 0;
    background: none;
    border: none;
    top: 0;
    right: 0;
}

body .ms-ctn .ms-trigger:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-image: url(https://1224df.claudeassets.com/20260314192226im_/https://gisbuyer.com/img/spr.png);
    background-position: -130px -157px;
    width: 11px;
    height: 5px;
    position: absolute;
    top: 11px;
    right: 8px;
}

body .ms-ctn .ms-trigger-ico {
    display: none !important;
}

body .ms-ctn [placeholder]::-webkit-input-placeholder {
    color: #ccc;
}

body .ms-ctn [placeholder]:-moz-placeholder {
    color: #ccc;
}

body .ms-ctn [placeholder]::-moz-placeholder {
    color: #ccc;
}

body .ms-ctn [placeholder]:-ms-input-placeholder {
    color: #ccc;
}

@media (min-width: 480px) {
    .popup-contacts .ui-dialog-titlebar-close {
        margin-top: 30px !important;
    }

    .popup-reg,
    .popup-pay,
    .popup-contacts {
        width: 460px !important;
        margin-left: -230px;
    }

    .frm-popup .frm-field-sms {
        padding-left: 137px;
    }

    .frm-popup .frm-field-sms input {
        max-width: 112px;
    }

    .frm-row {
        padding-left: 122px;
    }

    .frm-row.full {
        padding-left: 0;
    }

    .frm-row > label {
        width: 117px;
        float: left;
        white-space: nowrap;
        margin: 0 0 0 -122px;
        line-height: 28px;
        height: 28px;
        overflow: hidden;
    }
}

@media (min-width: 640px) {
    .popup-reg,
    .popup-pay,
    .popup-contacts {
        width: 524px !important;
        margin-left: -262px;
    }

    body .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
        padding: 35px 0;
    }

    body .ui-dialog .ui-dialog-content {
        padding-bottom: 33px;
    }
}

@media (min-width: 768px) {
    .popup-pay {
        width: 740px !important;
        margin-left: -370px;
    }

    .popup-contacts {
        width: 640px !important;
        margin-left: -320px;
    }
}

@media (min-width: 1000px) {
    .popup-pay {
        width: 910px !important;
        margin-left: -455px;
    }

    .popup-pay-box {
        padding: 40px 40px 60px 40px;
    }

    .popup-pay-box .title {
        font-size: 24px;
        margin-bottom: 50px;
    }

    .popup-pay-box .subtitle {
        margin-bottom: 45px;
    }

}

@media (min-width: 1000px) and (max-width: 1100px) {
    .header .logo {
        width: 90px;
    }
    .header .logo-block{
        width: 100px;
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.btn-toggle.active + .popup-block {
    display: block !important;
}

.popup-block {
    -webkit-animation: fadein ease 0.3s;
    animation: fadein ease 0.3s;
}

.ico-block {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    font-size: 2px;
    text-decoration: none;
}

.ico-block img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.header .counter {
    -webkit-animation: bounce ease-in-out 0.8s infinite;
    animation: bounce ease-in-out 0.8s infinite;
}

@-webkit-keyframes bounce {
    0% {
        margin-top: -5px;
    }
    100% {
        margin-top: 0px;
    }
}

@keyframes bounce {
    0% {
        margin-top: -5px;
    }
    100% {
        margin-top: 0px;
    }
}

/* ----------------------------------- *\
      content styles
\* ----------------------------------- */
.main-title-wrap {
    position: relative;
}

.main-title-wrap h1,
.main-title-wrap h2,
.main-title-wrap h3,
.main-title-wrap .title {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    text-transform: none;
    line-height: 20px;
    margin-bottom: 15px;
}

.main-title-wrap .title-link {
    float: left;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 20px;
    font-size: 12px;
}

.item-price:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.item-price .price-title {
    font-size: 16px;
    font-weight: bold;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
    line-height: 1.2;
}

.item-price p {
    margin-bottom: 10px;
}

.item-price .btn {
    margin-top: 10px;
}

.prices-box .item-price {
    margin-bottom: 40px;
}

.prices-box .item-price:last-child {
    margin-bottom: 0;
}

.map-box {
    height: 400px;
    background: #ccc;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

body.overflow {
    overflow: hidden;
}

.item-tarif-main {
    font-size: 14px;
    line-height: 20px;
    color: rgba(64, 64, 64, 0.72);
    margin-bottom: 80px;
    position: relative;
    letter-spacing: 0.005em;
}

.item-tarif-main:last-child {
    margin-bottom: 0;
}

.item-tarif-main .pic-block {
    position: relative;
    line-height: 0;
    overflow: hidden;
    margin-bottom: 25px;
}

.item-tarif-main .pic-block img {
    display: block;
    width: 100%;
}

.item-tarif-main .actions-block {
    margin-top: 10px;
    text-align: center;
}

.item-tarif-main .video-wrap {
    position: relative;
    margin-top: 60px;
}

.item-tarif-main .video-wrap:before {
    content: "";
    display: block;
    position: absolute;
    top: -40px;
    left: 40px;
    width: 9999px;
    height: 100%;
    background: #f3f3f3;
}

.item-tarif-main .price-block {
    display: inline-block;
    vertical-align: top;
    line-height: 48px;
    font-size: 30px;
    font-weight: bold;
    color: #007cff;
    font-family: 'Gotham Pro', sans-serif;
}

.item-tarif-main .price-block span {
    font-weight: 400;
    font-size: 0.75em;
}

.item-tarif-main .btn-block {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}

.item-tarif-main .btn,
.item-tarif-main button,
.item-tarif-main input[type="submit"] {
    height: 48px;
    line-height: 48px;
    min-width: 0;
    padding: 0 40px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.item-tarif-main p {
    margin: 0;
}

.item-tarif-main .video-block {
    padding-bottom: 64.98%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.item-tarif-main .page-small-title {
    text-align: center;
}

.item-plus {
    display: block;
    position: relative;
    overflow: hidden;
    height: 206px;
    line-height: 204px;
    padding: 0 20px;
    text-align: center;
    border: 1px solid #f0f1f1;
    font-size: 15px;
    color: #6f6f6f;
    z-index: 2;
    letter-spacing: 0.005em;
}

.item-plus p {
    margin: 0;
}

.item-plus .inner-block {
    display: inline-block;
    vertical-align: middle;
    max-width: 356px;
    line-height: 20px;
    text-align: left;
}

.item-plus.bg {
    border: none;
    line-height: 206px;
    padding: 0 21px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    background: #007fff url(https://9768ec.claudeassets.com/20260314192226im_/https://gisbuyer.com/img/main/plus.jpg) center no-repeat;
    background-size: cover;
    color: #fff;
}

.item-plus.bg .page-vsmall-title {
    color: #fff;
}

.item-object {
    display: block;
    position: relative;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    padding: 10px 10px 0 10px;
    letter-spacing: 0em;
}

.item-object.full-view .hidden-wrap {
    display: block;
    overflow: visible;
    height: auto;
    margin-top: 20px;
    opacity: 1;
}

.item-object.full-view .photos-wrap {
    padding-bottom: 20px;
}

.item-object.full-view .tbl-wrap {
    max-height: inherit;
}

.item-object.full-view .tbl-wrap:after {
    display: none !important;
}

.item-object .tbl-wrap {
    max-height: 120px;
    position: relative;
    overflow: hidden;
}

.item-object .tbl-wrap.hidden-tr:after {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    height: 100px;
    background: url(https://f1a096.claudeassets.com/20260314192226im_/https://gisbuyer.com/img/main/gr.png) 0 0 repeat-x;
}

.item-object .ico {
    /*cursor: pointer;*/
}

.item-object .ico svg {
    margin-top: 8px;
    margin-bottom: -3px;
    -webkit-transition: -webkit-transform ease 0.1s;
    transition: -webkit-transform ease 0.1s;
    -o-transition: transform ease 0.1s;
    transition: transform ease 0.1s;
    transition: transform ease 0.1s, -webkit-transform ease 0.1s;
}

.item-object .ico:hover svg {
    -webkit-transform: -webkit-scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.item-object .hidden-wrap {
    overflow: hidden;
    display: block;
    opacity: 0;
    -webkit-transition: opacity ease 0.3s;
    -o-transition: opacity ease 0.3s;
    transition: opacity ease 0.3s;
    height: 0;
}

.item-object .total-block {
    display: block;
    width: 70px;
    height: 70px;
    overflow: hidden;
    margin: 0 auto 20px auto;
}

.item-object .circles-text {
    font-size: 18px !important;
    line-height: 74px !important;
    font-weight: bold;
    color: #1d1a1a;
    letter-spacing: 0em;
    font-family: 'Gotham Pro', sans-serif;
}

.item-object .data-wrap {
    margin-bottom: 20px;
}

.item-object table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    color: #4b4d50;
    table-layout: fixed;
    letter-spacing: 0.005em;
}

.item-object table td {
    border: none;
    padding: 0;
    background: none;
    vertical-align: top;
}

.item-object table a,
.item-object table span {
    display: inline-block;
    position: relative;
    color: #4b4d50;
}

.item-object table a:hover:after,
.item-object table span:hover:after {
    /* display: block;*/
}

.item-object table a:after,
.item-object table span:after {
    /*content: "";
  display: none;
  position: absolute;
  bottom: -13px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -6px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #404955;*/
}

.item-object table .items {
    display: inline-block;
    vertical-align: top;
    text-align: right;
    white-space: nowrap;
    max-width: 100%;
}

.item-object .text-wrap {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    color: #6c6e71;
    padding-bottom: 20px;
    letter-spacing: 0em;
}

.item-object .text-wrap.dark {
    color: #000;
}

.item-object .text-wrap.dark p {
    margin-bottom: 10px;
}

.item-object .text-wrap.dark p:last-child {
    margin-bottom: 0;
}

.item-object .info-block {
    font-size: 0;
}

.item-object .square {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    min-width: 80px;
    padding: 0 10px;
    background: #0076ff;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    font-family: 'Gotham Pro', sans-serif;
}

.item-object .price-block {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.item-object .price,
.item-object .s-price {
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #37393b;
    display: block;
    font-family: 'Gotham Pro', sans-serif;
}

.item-object .s-price {
    font-size: 14px;
    font-weight: 400;
    color: #787b7f;
}

.item-object .location-block {
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    color: #37393b;
    position: relative;
    display: block;
    padding-left: 38px;
    margin-bottom: 30px;
}

.item-object .location-block svg,
.item-object .location-block img {
    display: block;
    width: 16px;
    position: absolute;
    top: 5px;
    left: 0;
    fill: #0076ff;
}

.item-object .toggle-block {
    text-align: center;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    margin-top: 20px;
    clear: both;
}

.item-object .btn-toggle {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 40px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 900;
    color: #787b7f;
    letter-spacing: 0.05em;
    font-family: 'Gotham Pro', sans-serif;
}

.item-object .btn-toggle:before {
    content: "Подробнее";
}

.item-object .btn-toggle:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-image: url(https://1224df.claudeassets.com/20260314192226im_/https://gisbuyer.com/img/spr.png);
    background-position: -146px -81px;
    width: 19px;
    height: 9px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -5px;
}

.item-object.opened .tbl-wrap {
    max-height: 100%;
}

.item-object.opened .tbl-wrap.hidden-tr:after {
    display: none;
}

.item-object.opened .hidden-wrap {
    display: block;
    overflow: visible;
    height: auto;
    margin-top: 20px;
    opacity: 1;
}

.item-object.opened .btn-toggle:before {
    content: "Свернуть";
}

.item-object.opened .btn-toggle:after {
    -webkit-transform: -webkit-rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.item-object .btn {
    height: 42px;
    line-height: 42px;
    padding: 0 16px;
    min-width: 0;
    font-size: 16px;
    font-weight: bold;
    text-transform: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    letter-spacing: 0em;
}

.item-object .photos-block {
    overflow: hidden;
    position: relative;
    width: 282px;
}

.item-object .photos-block .photo {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 14px 14px 0;
    position: relative;
    overflow: hidden;
    line-height: 1;
    float: left;
}

.item-object .photos-block img {
    display: block;
    width: 100%;
}

.item-object .button-block {
    padding-top: 8px;
    margin-bottom: 30px;
}

.item-object .button-block ~ .photo {
    display: none;
    -webkit-animation: fadein ease 0.3s;
    animation: fadein ease 0.3s;
}

.item-object .photos-block.active .button-block ~ .photo {
    display: block;
}

.item-object .photos-block.active {
    margin-bottom: 30px;
    padding-bottom: 25px;
}

.item-object .photos-block.active .button-block {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
}

.item-object .photos-block.active .btn-photos:before {
    content: "скрыть";
}

.item-object .btn-photos {
    display: inline-block;
    position: relative;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #262626;
    text-decoration: none;
    letter-spacing: 0.05em;
}

.item-object .btn-photos:before {
    content: "Еще " attr(data-count) " фото";
}

.item-object .btn-photos:hover {
    text-decoration: underline;
}

.item-object h2,
.item-object h3,
.item-object h4,
.item-object .obj-title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 900;
    color: #262626;
    margin-bottom: 15px;
    line-height: 20px;
    letter-spacing: 0.05em;
}

.item-object h2.small-title,
.item-object h3.small-title,
.item-object h4.small-title,
.item-object .obj-title.small-title {
    margin-bottom: 5px;
}

.item-object p {
    margin-bottom: 20px;
}

.item-object p:last-child {
    margin-bottom: 0;
}

.item-pay {
    display: block;
    position: relative;
    margin-bottom: 35px;
    font-size: 14px;
    line-height: 18px;
    color: #706c76;
    letter-spacing: 0.01em;
}

.item-pay:last-child {
    margin-bottom: 0;
}

.item-pay .pay-title {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 7px;
    text-transform: uppercase;
    font-weight: 900;
    color: #252327;
    letter-spacing: 0.03em;
    font-family: 'Gotham Pro', sans-serif;
}

.item-pay .pay-desc {
    margin-bottom: 10px;
}

.item-pay .btn {
    padding: 0 30px;
}

.item-pay p {
    margin: 0;
}

.item-tarif {
    padding: 20px;
    position: relative;
    overflow: hidden;
    color: #4f4e54;
    letter-spacing: 0.005em;
}

.item-tarif.bg {
    background: #f1f4f6;
}

.item-tarif .value {
    font-weight: bold;
    color: #343030;
    margin-bottom: 20px;
    font-family: 'Gotham Pro', sans-serif;
}

.item-tarif .value.main {
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.item-tarif .price {
    display: block;
    color: #0076ff;
    text-transform: none;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    letter-spacing: 0.005em;
    font-family: 'Gotham Pro', sans-serif;
}

.item-tarif .btn-info {
    display: inline-block;
    color: #135baf;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0.005em;
}

.item-tarif p {
    margin-bottom: 10px;
}

.item-tarif .inner-block {
    margin-bottom: 30px;
}

.lk-box .frm-wrap:after,
.lk-box .tarifs-wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.lk-box .frm-section {
    margin-bottom: 45px;
}

.lk-box .item-tarif {
    margin-bottom: 30px;
}

.filter-box {
    border-bottom: 1px dotted #dbdee0;
    position: relative;
    margin: 0 -15px 0 0;
    text-align: center;
}

.filter-box:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.filter-box .title {
    display: inline-block;
    vertical-align: top;
    color: #9c99ab;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 23px;
    height: 19px;
    margin-right: 15px;
    font-family: 'Gotham Pro', sans-serif;
    letter-spacing: 0.05em;
}

.filter-box .filter-block {
    margin-bottom: 20px;
}

.filter-box .item-wrap {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 0 0;
}

.filter-box .filter-select,
.filter-box .btn-filter {
    vertical-align: top;
}

.objects-fixed .objects-box {
    /*padding-top: 65px;*/
}

.objects-fixed .title-wrap-main {
    /* position: fixed;*/
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    padding: 0 5px;
}

.objects-box {
    margin: 30px -10px;
}

.objects-box .more-block {
    text-align: center;
}

.objects-box .more-block .btn {
    border: 1px solid #acacac;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    border-radius: 0;
    min-width: 185px;
    padding: 0 20px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
    color: #9aa3ab;
    letter-spacing: 0.05em;
}

.objects-box .more-block .btn:hover {
    background: #acacac;
    color: #fff;
}

.objects-box .title-wrap-main {
    background: #f4f7f9;
}

.objects-box .title-wrap {
    overflow: hidden;
    height: 65px;
    line-height: 65px;
    padding: 0 10px;
    background: #f4f7f9;
    width: 100%;
    max-width: 1140px;
    min-width: 708px;
}

.objects-box .title-wrap .main-block {
    display: none;
}

.objects-box .title-wrap .title {
    display: block;
    float: left;
    position: relative;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #9c99ab;
    letter-spacing: 0.05em;
    font-family: 'Gotham Pro', sans-serif;
}

.objects-box .title-wrap .icons-wrap {
    overflow: hidden;
    display: table;
    width: 100%;
    table-layout: fixed;
}

.objects-box .title-wrap .ico-block {
    display: table-cell;
}

.objects-box .title-wrap .ico {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    position: relative;
}

.objects-box .title-wrap .ico:hover:after {
    display: block;
}

.objects-box .title-wrap .ico:after {
    content: "";
    display: none;
    -webkit-animation: fadein ease 0.5s;
    animation: fadein ease 0.5s;
    position: absolute;
    bottom: -13px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -6px;
    border: 6px solid rgba(0, 0, 0, 0);
    border-bottom-color: #404955;
}

.objects-box .title-wrap .ico svg,
.objects-box .title-wrap .ico img {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    fill: #b1b1b1;
}

.objects-box .item-object {
    margin-bottom: 23px;
}

.settings-box {
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    letter-spacing: 0.01em;
}

.settings-box.button-bottom .settings-block {
    padding-top: 0;
}

.settings-box.button-bottom .settings-inner-block {
    padding-top: 90px;
}

.settings-box.button-bottom .settings-slider {
    padding-bottom: 108px;
}

.settings-box.button-bottom .btn-apply {
    bottom: 30px;
    top: auto;
    right: auto;
    left: 50%;
    position: absolute;
    margin-left: -78px;
    margin-right: 0;
}

.settings-box .btn-apply {
    display: block;
    width: 156px;
    position: fixed;
    top: 20px;
    right: -510px;
    margin-right: -78px;
    min-width: 156px;
    padding: 0 10px;
    -webkit-transition: right ease 0.3s;
    -o-transition: right ease 0.3s;
    transition: right ease 0.3s;
}

.settings-box.button-show .btn-apply {
    right: 170px;
}

.settings-box .settings-message {
    display: block;
    z-index: 9999;
    position: fixed;
    top: 150px;
    right: -415px;
    background: #fff;
    width: 337px;
    height: 84px;
    line-height: 84px;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #000;
    -webkit-transition: right ease 0.3s;
    -o-transition: right ease 0.3s;
    transition: right ease 0.3s;
    white-space: normal;
}

.settings-box .settings-message span {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: left;
    line-height: 20px;
    max-width: 284px;
}

.settings-box .settings-message:before {
    content: "";
    display: block;
    width: 196px;
    height: 67px;
    background: url(https://05d080.claudeassets.com/20260314192226im_/https://gisbuyer.com/img/arr.png) 0 0 no-repeat;
    position: absolute;
    top: 100%;
    left: 100%;
    margin-left: -87px;
    margin-top: -30px;
    background-size: 100% 100%;
}

.settings-box .overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(15, 15, 17, 0.87);
    -webkit-animation: fadein ease 0.3s;
    animation: fadein ease 0.3s;
    z-index: 9990;
}

.settings-box .disabled {
    position: relative;
    opacity: 0.5;
}

.settings-box .disabled:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
}

.settings-box .settings-inner-block {
    position: relative;
    max-height: 100%;
    overflow: auto;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 30px;
}

.settings-box .settings-slider {
    position: relative;
    width: 300px;
    padding: 0 45px 20px 45px;
    margin: 0 auto;
    -webkit-transition: height ease 0.6s;
    -o-transition: height ease 0.6s;
    transition: height ease 0.6s;
    overflow: hidden;
}

.settings-box .settings-slider .popup-block {
    display: block;
    position: absolute;
    top: 0;
    left: 200%;
    width: 210px;
}

.settings-box .settings-slider .popup-block.active {
    -webkit-transition: left ease 0.3s;
    -o-transition: left ease 0.3s;
    transition: left ease 0.3s;
    left: 45px;
}

.settings-box .settings-slider .popup-block.animation {
    left: -200%;
    -webkit-transition: left ease 0.9s;
    -o-transition: left ease 0.9s;
    transition: left ease 0.9s;
}

.settings-box.active .settings-message {
    right: 415px;
}

.settings-box.active .overlay {
    display: block;
}

.settings-box.active .btn-settings {
    right: 276px;
}

.settings-box.active .btn-settings:before {
    -webkit-transform: -webkit-rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.settings-box.active .settings-block {
    opacity: 1;
    margin-left: -320px;
}

.settings-box .btn-settings {
    display: block;
    width: 44px;
    height: 44px;
    background: #0076ff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.19);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.19);
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transition: right ease 0.3s;
    -o-transition: right ease 0.3s;
    transition: right ease 0.3s;
    z-index: 9998;
    margin-top: -22px;
}

.settings-box .btn-settings:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-image: url(https://1224df.claudeassets.com/20260314192226im_/https://gisbuyer.com/img/spr.png);
    background-position: -135px -116px;
    width: 15px;
    height: 19px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -8px;
}

.settings-box .settings-block {
    width: 320px;
    max-width: 340px;
    background: #fff;
    position: fixed;
    top: 0px;
    bottom: 0;
    z-index: 9997;
    padding: 90px 0px 0 0px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    display: block;
    opacity: 0;
    left: 100%;
    margin-left: 0;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.settings-box .section {
    width: 210px;
    margin-left: auto;
    margin-right: auto;
}

.settings-box .title,
.settings-box .btn-section,
.settings-box .section-title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 900;
    text-decoration: none;
    color: #343030;
    text-transform: uppercase;
    position: relative;
    font-family: 'Gotham Pro', sans-serif;
    letter-spacing: 0.05em;
}

.settings-box .section-title {
    padding-left: 12px;
    margin-bottom: 15px;
}

.settings-box .title {
    font-size: 16px;
    line-height: 30px;
    height: 25px;
    overflow: hidden;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 53px;
    width: 210px;
}

.settings-box .title .ico {
    height: 25px;
    width: 35px;
    text-align: center;
    line-height: 25px;
    position: absolute;
    top: 0;
    left: 0;
}

.settings-box .title img,
.settings-box .title svg {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    fill: #d9d9d9;
}

.settings-box .btn-section {
    display: inline-block;
    padding-left: 37px;
    margin-left: -23px;
    position: relative;
}

.settings-box .btn-section:before {
    content: attr(data-block) '.';
    display: block;
    width: 27px;
    position: absolute;
    top: 0;
    left: 10px;
    text-align: left;
}

.settings-box .btn-section.active {
    color: #0074ff;
}

.settings-box .section-wrap .section {
    width: 100%;
}

.settings-box .section-wrap .popup-block {
    margin: 0 auto;
}

.settings-box .section-wrap .s-row {
    width: 210px;
    margin-left: auto;
    margin-right: auto;
}

.settings-box .section {
    position: relative;
    margin-bottom: 20px;
}

.settings-box .section.border {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.settings-box .section.bg .popup-block {
    background: #0071ea;
    padding-top: 25px;
    padding-bottom: 40px;
    color: rgba(255, 255, 255, 0.5);
    margin-left: -45px;
    margin-right: -65px;
    padding-left: 45px;
    padding-right: 65px;
}

.settings-box .section.bg .popup-block .s-row > label {
    text-transform: uppercase;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Gotham Pro', sans-serif;
    letter-spacing: 0.05em;
}

.settings-box .section.bg .popup-block select,
.settings-box .section.bg .popup-block textarea,
.settings-box .section.bg .popup-block input[type="text"],
.settings-box .section.bg .popup-block input[type="tel"],
.settings-box .section.bg .popup-block input[type="email"],
.settings-box .section.bg .popup-block input[type="password"] {
    border-color: #e1e1e1;
    color: #fff;
    background-color: transparent;
}

.settings-box .section.bg .popup-block [placeholder]::-webkit-input-placeholder {
    color: #fff;
}

.settings-box .section.bg .popup-block [placeholder]:-moz-placeholder {
    color: #fff;
}

.settings-box .section.bg .popup-block [placeholder]::-moz-placeholder {
    color: #fff;
}

.settings-box .section.bg .popup-block [placeholder]:-ms-input-placeholder {
    color: #fff;
}

.settings-box .section.bg .popup-block .select-block {
    color: #fff;
}

.settings-box .section.bg .popup-block .select-block a {
    color: rgba(255, 255, 255, 0.5);
}

.settings-box .s-row {
    margin-bottom: 3px;
    position: relative;
}

.settings-box .s-row > label {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    color: rgba(38, 38, 38, 0.5);
    padding-left: 12px;
    letter-spacing: 0.01em;
}

.settings-box .select-block {
    position: relative;
    padding-right: 75px;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    padding-left: 12px;
}

.settings-box .btn-add {
    position: absolute;
    top: 0;
    right: 5px;
    color: #3c6ba4;
}

.settings-box .button-block {
    text-align: center;
    margin-top: 35px;
}

.settings-box .button-block .btn,
.settings-box .button-block button,
.settings-box .button-block input[type="submit"] {
    height: 47px;
    line-height: 47px;
    padding: 0 15px;
    min-width: 156px;
    font-size: 14px;
    font-weight: 900;
}

.settings-box select,
.settings-box textarea,
.settings-box input[type="text"],
.settings-box input[type="tel"],
.settings-box input[type="email"],
.settings-box input[type="password"] {
    padding-left: 11px;
    letter-spacing: 0.01em;
}

.settings-box .frm-tag {
    float: left;
    margin: 0 7px 7px 0;
    padding: 0 12px;
}

.settings-box .tags-block {
    padding-top: 2px;
    margin: 0 -7px -7px 0;
    overflow: hidden;
}

.settings-box .btn-tag-add {
    float: left;
    margin-right: 7px;
}

.settings-box .popup-block {
    display: none;
    padding-top: 10px;
    position: relative;
}

.map-block {
    height: 300px;
}

.main-box {
    background: #2071cf url(https://8c9f29.claudeassets.com/20260314192226im_/https://gisbuyer.com/img/main/main1600.png?v=1) center no-repeat;
    background-size: cover;
    margin-top: -60px;
    padding: 85px 0 30px 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 700px) {
    .main-box {
        background: #2071cf url(https://9e0750.claudeassets.com/20260314192226im_/https://gisbuyer.com/img/main/main_mob.png?v=1) center no-repeat;
    }
}

.btn.btn-danger {
    background: red;
}

div.has-error > .help-block {
    color: red;
}

div.has-error > input {
    border: 1px solid red;
}

.map-btn-container {
    position: relative;
}

.btn.map-reset-flight-path {
    position: absolute;
    top: 0px;
    right: 30px;
    z-index: 1;
    padding: 0 15px;
    min-width: 120px;
}

.main-box .main-title,
.main-box .second-title {
    font-size: 16px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 25px;
    text-align: center;
    letter-spacing: 0.05em;
    font-family: 'Gotham Pro', sans-serif;
}

.main-box .second-title {
    height: 60px;
    line-height: 60px;
    position: relative;
    margin-bottom: 24px;
    padding-left: 85px;
    text-align: left;
    white-space: nowrap;
}

.main-box .second-title:before {
    content: "";
    display: block;
    width: 57px;
    height: 4px;
    position: absolute;
    top: 100%;
    left: 85px;
    background: #fec202;
}

.main-box .second-title .ico {
    display: block;
    width: 85px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 60px;
    text-align: left;
}

.main-box .second-title .ico img,
.main-box .second-title .ico svg {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.main-box .video-wrap {
    margin: 0 auto 25px auto;
    max-width: 400px;
}

.main-box .text-wrap {
    margin: 0 auto 25px auto;
}

.main-box .wrap-block:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.main-box ol {
    counter-reset: li;
    list-style: none;
    margin: 0;
}

.main-box ol li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 82px;
}

.main-box ol li:last-child {
    margin-bottom: 0;
}

.main-box ol li:before {
    content: counter(li) '.';
    counter-increment: li;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 48px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    font-family: 'Gotham Pro', sans-serif;
}

.main-box .actions-block {
    text-align: center;
}

.main-box .actions-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.05em;
    font-family: 'Gotham Pro', sans-serif;
    margin-bottom: 10px;
}

.pluses-box {
    padding: 30px 0 0 0;
}

.pluses-box .num {
    display: block;
    font-size: 140px;
    font-weight: 900;
    color: #f0f1f1;
    position: absolute;
    float: left;
    line-height: 1;
    font-family: 'Gotham Pro', sans-serif;
    top: -20px;
    left: -20px;
}

.pluses-box .inner-wrap {
    max-width: 1040px;
}

.pluses-box .button-block {
    text-align: center;
    padding: 30px 0;
    border-bottom: 1px dotted #cccccc;
}

.pluses-box .item-wrap {
    position: relative;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    margin-bottom: 28px;
}

.pluses-box .items-wrap {
    font-size: 0;
    margin: 0 -15px -28px -15px;
}

.tarifs-box {
    padding: 30px 0 100px 0;
}

.tarifs-box .items-wrap {
    max-width: 980px;
    margin: 0 auto;
}

.top-panel-box {
    position: relative;
    background: #fff;
   /* margin-top: -20px;*/
    padding-top: 5px;
    padding-bottom: 1px;
    z-index: 2;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 30px;
}

.top-panel-box .disabled {
    opacity: 0.5;
    position: relative;
}

.top-panel-box .disabled:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

.top-panel-box .columns-wrap + .frm-panel-submit {
    margin-top: 10px;
}

.top-panel-box .columns-wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.top-panel-box .columns-wrap .frm-panel-row {
    padding: 0;
    margin-bottom: 10px;
}

.top-panel-box .columns-wrap .frm-panel-row:last-child {
    margin-bottom: 10px;
}

.top-panel-box .columns-wrap .frm-panel-row > label {
    display: block;
    float: none;
    margin: 0 0 0px 0;
    width: 100%;
}

.top-panel-box .col-inner {
    margin: 0 -15px 20px -15px;
}

.top-panel-box .col-inner:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.top-panel-box .col {
    width: 50%;
    float: left;
    padding: 0 15px;
}

.top-panel-box .col-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 0 15px;
}

.top-panel-box .frm-panel-submit {
    margin-top: 25px;
    clear: both;
}

.top-panel-box .frm-panel-row {
    margin-bottom: 10px;
    position: relative;
}

.top-panel-box .frm-panel-row.added {
    padding-right: 30px;
}

.top-panel-box .frm-panel-row:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.top-panel-box .frm-panel-row.row-main {
    margin-bottom: 30px;
}

.top-panel-box .frm-panel-row:last-child {
    margin-bottom: 0;
}

.top-panel-box .frm-panel-row > label {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #404040;
    line-height: 1.2;
    margin: 0 0 5px 0;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0em;
}

.top-panel-box .frm-panel-rows-wrap {
    margin-bottom: 10px;
}

.top-panel-box .frm-panel-rows-wrap:last-child {
    margin-bottom: 0;
}

.top-panel-box .frm-actions {
    line-height: 28px;
}

.top-panel-box .frm-field-period {
    float: left;
}

.top-panel-box .frm-field-period + .frm-field-views {
    margin-left: 20px;
}

.top-panel-box .frm-field-views {
    line-height: 28px;
    float: left;
    font-size: 12px;
}

.top-panel-box .frm-field-views .views-title {
    float: left;
    margin-right: 10px;
}

.top-panel-box .frm-field-views .views-items {
    float: left;
}

.top-panel-box .frm-field-views .views-items a {
    margin-right: 5px;
    color: #404040;
    text-decoration: none;
}

.top-panel-box .frm-field-views .views-items a:hover,
.top-panel-box .frm-field-views .views-items a.active {
    text-decoration: underline;
}

.top-panel-box .frm-field-views .views-items a:last-child {
    margin-right: 0;
}

.top-panel-box .frm-field {
    position: relative;
    overflow: visible;
}

.top-panel-box .frm-field.w200 {
    max-width: 200px;
    float: left;
    padding-right: 20px;
}

.top-panel-box .frm-field:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.top-panel-box .frm-desc {
    line-height: 28px;
    float: left;
    color: #aaa;
}

.top-panel-box .btn-row-del {
    display: block;
    width: 28px;
    height: 28px;
    float: left;
    position: absolute;
    top: 0;
    right: 0;
}

.top-panel-box .btn-row-del:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-image: url(https://1224df.claudeassets.com/20260314192226im_/https://gisbuyer.com/img/spr.png);
    background-position: -116px -81px;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -5px;
}

@media (max-width: 479px) {
    .item-pay .btn {
        font-size: 12px;
        padding: 0 15px;
    }

    .settings-box .btn-apply {
        right: -160px;
    }

    .settings-box.button-show .btn-apply {
        right: 160px;
    }

    .settings-box .settings-slider {
        width: 280px;
        padding: 0 35px;
    }

    .settings-box .settings-slider .popup-block.active {
        left: 35px;
    }
}

@media (max-width: 999px) {
    .settings-box .settings-message {
        top: 115px;
    }
}

@media (max-width: 767px) {
    .settings-box.active .settings-message {
        right: 320px;
    }

    .settings-box .settings-message {
        right: -340px;
        border: 1px solid #000;
        margin-top: -30px;
    }

    .settings-box .settings-message:before {
        margin-left: -190px;
        margin-top: 0px;
        -webkit-transform: -webkit-rotate(20deg);
        -webkit-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        transform: rotate(20deg);
    }
}

@media (max-width: 639px) {
    .settings-box.first .settings-slider {
        padding-bottom: 108px;
    }

    .settings-box.first .btn-apply {
        top: 80px;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        z-index: 9;
    }

    .settings-box.first.button-show .settings-block {
        padding-top: 150px;
    }

    .settings-box.active .settings-message {
        right: 0;
    }

    .settings-box .settings-message {
        top: 0;
        right: -340px;
        margin-top: 0;
        width: 340px;
        height: 80px;
        line-height: 80px;
        border: none;
    }

    .settings-box .settings-message:before {
        -webkit-transform: -webkit-rotate(90deg);
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        width: 98px;
        height: 34px;
        margin-left: -30px;
        left: 0px;
    }
}

@media (max-width: 479px) {
    .settings-box .settings-message {
        width: 320px;
    }
}

@media (min-width: 480px) {
    .objects-fixed .title-wrap-main {
        padding: 0 15px;
    }

    .item-object .info-main-wrap {
        padding-left: 114px;
    }

    .item-object .info-main-wrap:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
        font-size: 0;
    }

    .item-object .total-block {
        float: left;
        margin-left: -114px;
    }

    .item-object .hidden-wrap {
        padding-left: 114px;
    }

    .objects-box {
        margin-left: 0;
        margin-right: 0;
    }

    .settings-box.active .btn-settings {
        right: 340px;
        width: 34px;
        margin-left: 0;
        margin-right: 0;
        -webkit-box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
        box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
        background: #fff;
    }

    .settings-box.active .btn-settings:before {
        left: 22px;
        background-image: url(https://1224df.claudeassets.com/20260314192226im_/https://gisbuyer.com/img/spr.png);
        background-position: -100px -116px;
        width: 15px;
        height: 19px;
    }

    .settings-box.active .settings-block {
        margin-left: -340px;
    }

    .settings-box .section.bg .popup-block {
        margin-left: -55px;
        margin-right: -75px;
        padding-left: 55px;
        padding-right: 75px;
    }

    .settings-box .settings-block {
        width: 340px;
    }

    .map-block {
        height: 400px;
    }
}

@media (min-width: 640px) {
    .item-price {
        padding-left: 150px;
    }

    .item-price .price-title {
        width: 140px;
        float: left;
        margin: 0 0 0 -150px;
    }

    .top-panel-box .frm-panel-row {
        padding-left: 185px;
    }

    .top-panel-box .frm-panel-row > label {
        line-height: 28px;
        width: 185px;
        height: 28px;
        overflow: hidden;
        float: left;
        margin: 0 0 0 -185px;
    }

    .top-panel-box .frm-field-views {
        font-size: 14px;
    }

    .top-panel-box .frm-panel-row.added {
        padding-right: 30px;
    }

    .top-panel-box .btn-row-del {
        right: 20px;
    }

    .top-panel-box .frm-field {
        width: 100%;
        float: left;
        max-width: 700px;
        padding-right: 20px;
    }

    .top-panel-box .frm-field.with-icon {
        width: calc(100% - 45px);
        float: left;
        max-width: 700px;
        padding-right: 20px;
    }

    .top-panel-box .frm-actions {
        float: left;
    }

    .item-tarif .inner-block {
        min-height: 240px;
        margin-bottom: 20px;
    }

    .lk-box .item-tarif {
        width: 54%;
        float: left;
    }

    .lk-box .item-tarif:first-child {
        width: 46%;
        padding-left: 0;
    }

    .map-block {
        height: 460px;
    }

    .pluses-box .item-wrap {
        width: 49.99%;
    }
}

@media (min-width: 768px) {
    .objects-fixed .title-wrap-main {
        padding: 0 30px;
    }

    .item-object table {
        font-size: 14px;
    }

    .item-pay {
        margin-bottom: 0;
        min-height: 77px;
        padding-bottom: 15px;
    }

    .item-pay:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
        font-size: 0;
    }

    .item-pay .pay-text {
        display: block;
        float: left;
        width: 258px;
        padding-right: 20px;
    }

    .item-tarif {
        padding: 35px;
    }

    .item-tarif-main.item01 {
        height: 400px;
        line-height: 400px;
        padding-left: 50%;
        position: relative;
    }

    .item-tarif-main.item01 .pic-block {
        width: 50%;
        position: absolute;
        top: 0;
        right: 50%;
        bottom: 0;
        text-align: right;
        overflow: hidden;
    }

    .item-tarif-main.item01 .pic-block img {
        float: right;
        width: auto;
        height: 100%;
    }

    .item-tarif-main.item01 .actions-block {
        margin-top: 30px;
    }

    .item-tarif-main.item02 {
        padding-right: 40%;
    }

    .item-tarif-main.item02 .video-wrap {
        width: 240px;
        position: absolute;
        line-height: 1;
        top: 50%;
        left: 60%;
        margin-top: -78px;
    }

    .item-tarif-main.item02 .video-block {
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
    }

    .item-tarif-main.item02 .text-block {
        padding: 0 20px;
        max-width: 100%;
    }

    .item-tarif-main .text-block {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        line-height: 20px;
        padding-left: 30px;
        max-width: 485px;
    }

    .item-tarif-main .page-small-title {
        text-align: left;
    }

    .lk-box .frm-wrap {
        position: relative;
    }

    .lk-box .frm-wrap:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 65px;
        left: 46%;
        width: 1px;
        background: #d7d7d7;
    }

    .lk-box .frm-section {
        width: 46%;
        float: left;
        padding-right: 40px;
        margin-bottom: 25px;
    }

    .lk-box .frm-section + .frm-section {
        width: 54%;
        padding-left: 35px;
    }

    .lk-box .frm-section + .frm-section .frm-row {
        max-width: 390px;
    }

    .lk-box .frm-row {
        max-width: 360px;
    }

    .lk-box .item-tarif:last-child .inner-block,
    .lk-box .item-tarif:last-child .action-block {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .main-box {
        padding-top: 130px;
    }

    .main-box .main-title {
        font-size: 36px;
        margin-bottom: 45px;
    }

    .main-box .second-title {
        font-size: 20px;
    }

    .main-box .video-wrap {
        width: 42%;
        float: left;
        max-width: 100%;
    }

    .main-box .text-wrap {
        width: 58%;
        float: right;
        padding-left: 30px;
        max-width: 100%;
    }

    .main-box .wrap-block {
        margin-bottom: 35px;
    }

    .main-box .actions-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

   /* .main-box .btn,
    .main-box button,
    .main-box input[type="submit"] {
        font-weight: 900;
        font-size: 16px;
        padding: 0 54px;
        height: 52px;
        line-height: 56px;
    }*/

    .pluses-box .btn,
    .pluses-box button,
    .pluses-box input[type="submit"] {
        font-weight: 900;
        font-size: 16px;
        padding: 0 54px;
        height: 52px;
        line-height: 56px;
    }

    .pluses-box {
        padding-top: 68px;
    }

    .pluses-box .button-block {
        padding: 85px 0 65px 0;
    }

    .tarifs-box {
        padding: 75px 0 100px 0;
    }
}

@media (min-width: 768px) and (max-width: 1099px) {
    .lk-box .frm-row {
        padding-left: 0;
    }

    .lk-box .frm-row > label {
        margin: 0 0 5px 0;
        width: auto;
        height: auto;
        float: none;
        line-height: 20px;
    }
}

/*@media (min-width: 800px) {
  .item-object {
    padding: 25px 20px 40px 100px;
  }*/
.item-object.type02 {
    padding-left: 20px;
}

.item-object table {
    font-size: 12px;
}

.item-object.opened .hidden-wrap {
    margin-top: 32px;
}

.item-object .main-wrap {
    padding-left: 322px;
    /* padding-top: 25px;*/
    position: relative;
    padding-bottom: 20px;
}

.item-object .main-wrap:before {
    margin-bottom: 19px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 302px;
    width: 1px;
    background: #ebebeb;
}

.item-object .main-wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.item-object .info-main-wrap {
    width: 302px;
    float: left;
    margin-left: -322px;
    margin-bottom: 0;
    padding: 0;
}

.item-object .data-wrap {
    float: right;
    width: 100%;
    margin: 0;
    padding: 0;
}

.item-object .total-block {
    position: absolute;
    top: 20px;
    left: -85px;
    margin: 0;
}

.item-object .toggle-block {
    position: absolute;
    margin: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.item-object .location-block {
    margin-left: -5px;
}

.item-object .data-wrap {
    margin-top: -10px;
}

.item-object .hidden-wrap {
    padding-left: 332px;
}

.item-object .hidden-wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.item-object .photos-wrap {
    width: 300px;
    float: left;
    margin-left: -322px;
    margin-bottom: 0;
}

.item-object .text-wrap {
    width: 100%;
    float: right;
    margin-bottom: 0;
}

.objects-box.type02 .title-wrap {
    padding-left: 342px;
}

.objects-box.type02 .title-wrap .main-block {
    width: 342px;
    margin-left: -342px;
}

.objects-box .title-wrap {
    padding-right: 20px;
    padding-left: 420px;
}

.objects-box .title-wrap .main-block {
    display: block;
    overflow: hidden;
    width: 420px;
    float: left;
    margin-left: -420px;
    padding-left: 15px;
}

.objects-box .title-wrap .title {
    width: 85px;
    float: left;
}

.objects-box .title-wrap .title + .title {
    width: 200px;
}

@media (min-width: 950px) {
    .top-panel-box .frm-panel-row.added {
        padding-right: 0px;
    }

    .top-panel-box .btn-row-del {
        position: relative;
        float: left;
        margin-left: -20px;
        margin-right: -10px;
        right: auto;
    }
}

@media (min-width: 1000px) {
    .top-panel-box {
        margin-top: 0px;
    }

    .top-panel-box .col-inner {
        width: 50%;
        margin: 0;
        padding: 0 15px 0 0;
        float: left;
    }

    .top-panel-box .col-inner + .col-inner {
        padding: 0 0 0 15px;
    }

    .top-panel-box .col {
        width: 50%;
        padding: 0 15px 0 0;
    }

    .top-panel-box .col + .col {
        padding: 0 0 0 15px;
    }

    .top-panel-box .col-title {
        padding: 0;
    }

    .item-tarif-main.item01 {
        padding-left: 50%;
    }

    .item-tarif-main.item01 .pic-block {
        right: 50%;
        padding-right: 20px;
    }

    .item-tarif-main.item01 .text-block {
        padding-left: 15px;
    }

    .item-tarif-main.item01 .btn-block {
        margin-left: 35px;
    }

    .item-tarif-main.item02 {
        padding-right: 50%;
    }

    .item-tarif-main.item02 .video-wrap {
        width: 400px;
        left: 50%;
        margin-top: -90px;
    }

    .item-tarif-main.item02 .video-wrap:before {
        top: -90px;
        left: 50px;
    }

    .item-tarif-main.item02 .actions-block {
        margin-top: 20px;
    }

    .item-tarif-main .price-block {
        font-size: 40px;
    }

    .item-object {
        padding-right: 50px;
        padding-left: 155px;
    }

    .item-object table {
        font-size: 14px;
    }

    .item-object .total-block {
        left: -115px;
    }

    .item-tarif .price {
        display: inline-block;
        margin-left: 30px;
    }

    .item-tarif .btn-block {
        display: inline-block;
        margin-left: 38px;
    }

    .item-tarif .main-title {
        margin-bottom: 45px;
    }

    .item-tarif .value {
        margin-top: 13px;
    }

    .lk-box .item-tarif .main-title {
        margin-bottom: 42px;
    }

    .lk-box .main-title {
        margin-bottom: 65px;
    }

    .lk-box .frm-section + .frm-section {
        padding-left: 60px;
    }

    .filter-box {
        padding-left: 35px;
        margin-right: 0;
        padding-right: 0;
        margin-top: -10px;
    }

    .filter-box .filter-block {
        display: inline-block;
        vertical-align: top;
        margin-right: 28px;
    }

    .filter-box .item-wrap {
        display: inline-block;
        vertical-align: top;
        margin: 0;
        padding: 0 10px;
        position: relative;
        border-right: 1px dotted #dddedf;
    }

    .filter-box .item-wrap:last-child {
        padding-right: 0;
        border-right: none;
    }

    .objects-box .title-wrap {
        padding-right: 50px;
        padding-left: 475px;
    }

    .objects-box .title-wrap .main-block {
        margin-left: -475px;
        padding-left: 45px;
    }

    .objects-box .title-wrap .title {
        width: 115px;
    }

    .objects-box .title-wrap .title + .title {
        width: 200px;
    }

    .main-box {
        margin-top: -80px;
        padding-top: 160px;
        padding-bottom: 35px;
    }

    .main-box .main-title {
        margin-bottom: 62px;
    }

    .main-box .second-title {
        font-size: 24px;
    }

    .main-box .text-wrap {
        padding-left: 60px;
    }

    .main-box ol {
        max-width: 510px;
    }
}

@media (min-width: 1200px) {
    .item-tarif-main.item01 {
        line-height: 420px;
        margin-bottom: 125px;
    }

    .item-tarif-main.item01 .pic-block {
        margin: 0;
        height: 400px;
        padding-right: 80px;
    }

    .item-tarif-main.item01 .actions-block {
        margin: 45px -40px 0 0;
        padding-left: 65px;
        text-align: left;
    }

    .item-tarif-main.item01 .btn-block {
        margin-left: 35px;
    }

    .item-tarif-main.item02 {
        line-height: 1;
    }

    .item-tarif-main.item02 .video-wrap {
        width: 555px;
        margin-top: -190px;
    }

    .item-tarif-main.item02 .text-block {
        padding: 20px 50px 0 80px;
    }

    .item-tarif-main.item02 .actions-block {
        padding-top: 15px;
        padding-left: 0px;
        text-align: left;
        margin: 0 -30px 0 0;
    }

    .item-tarif-main.item02 .btn-block {
        margin-left: 20px;
    }

    .tarifs-box .page-title {
        margin-bottom: 85px;
    }

    .filter-box .filter-block {
        margin-right: 37px;
    }

    .filter-box .title {
        float: left;
        margin-right: 24px;
    }

    .filter-box .item-wrap {
        padding: 0 20px;
    }

    .pluses-box .item-wrap .num {
        top: -55px;
        left: -45px;
    }

    .pluses-box .item-wrap + .item-wrap .num {
        left: 0;
    }

    .pluses-box .item-wrap + .item-wrap + .item-wrap .num {
        left: -45px;
        top: -26px;
    }

    .pluses-box .item-wrap + .item-wrap + .item-wrap + .item-wrap .num {
        left: 0;
    }
}

label.disable {
    color: #aaa !important;
}

select[disabled] {
    color: #aaa !important;
}

.icon-container {
    /*width: 30px;*/
    /*height: 30px;*/
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    /*line-height: 29px;*/
    /*border-radius: 50%;*/
    /*border: 1px solid #aaa;*/
}

.icon-container > i {
    color: #aaa;
    /*font-size: 16px;*/
    font-size: 25px;
}

.wrap-icon-data {
    display: grid;
    grid-template-columns: 200px 310px 180px;
    grid-gap: 0px;
}

/*.wrap-icon-data > .icons-wrapper{*/
/*display: grid;*/
/*grid-template-columns: auto;*/
/*grid-gap: 10px;*/
/*}*/

/*.wrap-icon-data > .icons-wrapper > .ico{*/
/*cursor: pointer;*/
/*width: 100%;*/
/*!*background: #9b9b9b4d;*!*/
/*height: 50px;*/
/*display: flex;*/
/*justify-content: left;*/
/*align-items: flex-start;*/
/*}*/
/*.wrap-icon-data > .icons-wrapper > .ico > span{*/
/*margin-left: 5px;*/
/*}*/

/*.wrap-icon-data > .data-for-icons-wrapper {*/
/*display: grid;*/
/*grid-template-columns: auto;*/
/*grid-gap: 10px;*/
/*}*/

/*.wrap-icon-data > .data-for-icons-wrapper > .data-row{*/
/*cursor: pointer;*/
/*width: 100%;*/
/*!*background: #9b9b9b4d;*!*/
/*height: 50px;*/
/*display: inline-flex;*/
/*justify-content: left;*/
/*align-items: center;*/
/*}*/

/*.wrap-icon-data > .data-for-icons-wrapper > .data-row > .item{*/
/*width: 50px;*/
/*}*/

/*.objects-box .title-wrap .icons-wrap{*/
/*!*display: none!important;*!*/
/*}*/

.information-container > .ico {
    display: inline-block;
}

.wrap-icon-data > .information-container {
    margin-left: -15px !important;
    padding-top: 3px !important;
    padding-bottom: 7px !important;
    padding-left: 5px !important;
    border-right: 1px solid #d5d5d5;
    border-bottom: 1px solid #000;
    /*border: 1px solid #d5d5d5;*/
    border-left: none;
    /*display: flex;*/
    /*align-items: flex-start;*/
}

.wrap-icon-data > .information-container > span {
    margin-left: 5px;
}

/*.wrap-icon-data > .information-container > span.people {*/
/*margin-left: 5px;*/
/*color: #b1b1b1;*/
/*}*/
.wrap-icon-data > .object-container {
    /*border-top: 1px solid #d5d5d5;*/
    border-right: 1px solid #d5d5d5;
    border-bottom: 1px solid #000;
}

.wrap-icon-data > .distance-container {
    /*border-top: 1px solid #d5d5d5;*/
    /*border-right: 1px solid #d5d5d5;*/
    border-bottom: 1px solid #000;
}

.wrap-icon-data > .object-container > .item,
.wrap-icon-data > .distance-container > .item {
    border-bottom: 1px solid #d5d5d5;
    padding: 5px;
}

.wrap-icon-data > .object-container > .item:last-child,
.wrap-icon-data > .distance-container > .item:last-child {
    border-bottom: none;
}

.titles-block {
    display: grid;
    grid-template-columns: 200px 310px 170px;
    margin-left: 5px;
}

.objects-fixed .title-wrap-main, .item-object {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

.page > .top-panel-box .youtube-video {
    width: 50%;
}

.page > .top-panel-box #search {
    margin-bottom: 15px;
}

.information-container .ico:hover svg {
    transform: none;
}

.main-wrap.results-table:before {
    background: #000;
}

.wrap-icon-data .ico, .icon-container {
    /* position: relative;*/
}

.wrap-icon-data .ico:after,
.icon-container:after {
    content: "";
    display: none;
    -webkit-animation: fadein ease 0.5s;
    animation: fadein ease 0.5s;
    position: absolute;
    bottom: -13px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -6px;
    border: 6px solid rgba(0, 0, 0, 0);
    /*  border-bottom-color: #404955;*/
}

.information-container .ico:hover:after,
.icon-container:hover:after {
    display: block;
}

.img-graph-month {
    /* left: 97px;*/
    position: absolute;
    z-index: 1;
}

.check-block {
    display: block;
    margin-top: 15px;
}

.check-block-input {
    max-width: 400px;
    margin-top: 5px;
}

.check-block-input-w200 {
    width: 200px;
}

#section_pdf {
    text-align: right;
    font-size: 12px;
    line-height: 1.5;
}

.button-payment {
    color: white;
    display: block;
    font-size: 16px !important;
    line-height: 21px !important;
    text-align: left !important;
    width: 100% !important;
}

.button-payment .btn-popup-tariff {
    text-decoration-style: dashed;
    color: white !important;
}

.button-payment span.red {
    color: red !important;
}

.button-payment span.green {
    color: #4eff4e !important;
}

.dialog-popup-pay .pay-title {
    font-size: 17px !important;
}

#popup-pay-one .block-pay,
#popup-pay-all .block-pay {
    margin-top: 30px;
    margin-bottom: -25px;
}

#popup-pay-one .popup-pay-box,
#popup-pay-all .popup-pay-box {
    padding: 0px !important;
}

.popup-pay-box .my-title {
    color: #343030;
    font-family: "Gotham Pro", sans-serif;
    font-weight: bold;
    letter-spacing: 0;
    font-size: 15px !important;
    margin-bottom: 5px !important;
}

.my-title i {
    font-size: 20px;
}

#popup-pay-all input {
    width: 400px;
}

.popup-pay {
    margin-left: -263px !important;
    width: 500px !important;
}

.popup-demo-pay {
    margin-left: -350px !important;
    width: 750px !important;
}

.popup-demo-pay ul {
    list-style-type: none !important;
}

.popup-demo-pay li {
    margin-left: 30px;
}

.popup-demo-pay .ui-dialog-titlebar {
    height: 1px;
}

.popup-demo-pay .ui-dialog-content {
    padding-top: 30px !important;
}

.popup-demo-pay .green {
    color: green;
}

.tagline {
    float: left;
    text-transform: uppercase;
    color: #fec802;
    font-size: 13px !important;
    margin-left: 15px;
}

.tagline-mobile{
    display: none;
}
.w-200{
    width: 200px !important;
}
#pay_one_identity input,
#pay_one_identity10 button,
.pay-btn-analysis-check{
    font-size: 11px;
    min-width: auto;
    padding: 0 10px;
}

#pay_one_identity10 button{
    line-height: 20px !important;
}


#pay_one_identity {
    display: inline;
    margin-left: 5px;
}

#section0 ul {
    list-style-type: inherit;
    padding-left: 30px;
}

@media (max-width: 635px) {
    .tagline {
        display: none;
        margin-left: 15px;
    }

    .button-payment {
        font-size: 13px !important;
        width: 100px !important;
    }

    .header .action-button {
        width: 40px;
    }

    .tagline-mobile{
        display: block;
        text-transform: uppercase;
        color:#fec802;
        text-align: center;
        padding-bottom: 15px;
        font-weight: bold;
    }
}

@media (min-width: 1000px) {
    .tagline {
        font-size: 16px !important;
        line-height: 80px;
        margin-left: 15px;
    }
}

@media (min-width: 1150px) {
    .tagline {
        font-size: 22px !important;
        line-height: 80px;
        margin-left: 28px;
    }
}

@media screen and (max-width: 800px) {
    .frm-field-select.checkbox-right > label {
        line-height: 0.9;
        font-size: 10px;
        padding-right: 2px;
        padding-top: 5px;
    }

    #frm-reg #vf-btn {
        width: 80px !important;
        font-size: 11px;
        word-wrap: break-word;
        line-height: 1.5;
    }

    .popup-demo-pay, .popup-demo-pay img {
        width: 96% !important;
        margin-left: 2% !important;
        margin-right: 2% !important;
    }

    .popup-demo-pay img {
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }
}

.ya_representation {
    text-align: center;
    height: 40px;
    background-color: #fec802;
}

.ya_representation .block_text {
    padding-top: 10px;
    font-family: 'Roboto', sans-serif;
}

.ya_representation .block_text a {
    color: #404040;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

.flex-container {
    display: flex;
}

.review-one-container{
    align-items: center;
    justify-content: center;
    padding-top: 15px;
}

.review-one-container .author-img{
    max-width: 300px;
}

.review-one-container .author-name{
    text-align: right;
    font-size: 15px;
    padding-bottom: 20px;
}

.review-one-container .review-text{
    padding-left: 25px;
    font-size: 18px;
    text-align: justify;
}

.footer .inner-wrap{
    padding-top: 20px;
}

.yellow-footer a{
    color: #fec802;
}

.cursor-pointer{
    cursor: pointer;
}

.articles-page hr{
    border: none;
    border-top: 2px solid #0076ff;
}
.articles-page ul{
    list-style-type: square;
    padding-left: 2em;
}
.articles-page li::marker{
    color:#0076ff;
}
.articles-page ol li{
    padding: 5px 30px;
}
.articles-page, .articles-page li, .articles-page p, p.new-font-family{
    font-family: 'Roboto',Tahoma !important;
}
.articles-page{
    font-size: 16px;
}
.articles-page .quotes{
    margin: 15px 40px 15px 40px;
    text-align: justify;
}

.articles-page .leftimg{
    float:left;
    margin-right: 30px !important;
    margin-top: 15px;
    margin-bottom: 15px;
}
.articles-page .rightimg{
    float: right;
    margin: 15px;
}

.articles-page .rightimg, .articles-page .leftimg {
    width: 40%;
    max-width: 360px;
}
.articles-page .leftimg-410 {
    width: 40%;
    max-width: 410px !important;
}
.articles-page .leftimg-345{
    width: 40%;
    max-width: 345px !important;
}

.articles-page h1,.articles-page h2{
    text-transform: uppercase;
    font-weight: 900;
    color: #343030;
    letter-spacing: 0.05em;
    font-family: 'Gotham Pro', sans-serif;
    margin-bottom: 10px;
}
.articles-page h1{
    font-size: 20px;
}
.articles-page h2{
    font-size: 14px;
    margin-top: 14px;
}
@media screen and (max-width: 1200px) {
    .articles-page{
        margin: 15px;
    }
}
@media screen and (max-width: 800px) {
    .articles-page .quotes{
        margin: 15px 15px 15px 15px;
        text-align: justify;
    }
}
@media screen and (max-width: 450px) {
    .articles-page .rightimg, .articles-page .leftimg {
        width: 100%;
        max-width: 400px;
    }
    .articles-page .rightimg{
        margin-right: 0px;
    }
    .articles-page ol li{
        padding: 5px 5px;
    }
}
.pt-15px{
    padding: 15px;
}
.max-width-100{
    max-width: 100%;
}

.articles-btn-anchor a {
    background: #62bf40;
}

.articles-btn-anchor a:hover{
    background: #58ab39;
}
.articles-btn-anchor .btn {
    height: 60px;
    line-height: 60px;
}

.block-articles-plus-minus{
    display: flex;
    align-items: flex-start;
    padding: 10px;
}

.block-articles-plus{
    background-color: #d1e7dd;
}
.block-articles-minus{
    background-color: #f6dfd8;
}

.block-articles-plus-minus img{
    max-width: 30px;
    align-self: center;
}
.block-articles-plus-minus .block-articles-plus-minus-text {
    padding-left: 2px;
}

.articles-index{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    border-color: #f2f2f2;
    border-radius: 2px;
    box-shadow: 0 20px 30px rgba(0,0,0,.05);

}

.articles-index-content{
    background: #fff;
    border: 1px solid #e3e8e4;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;

    border-radius: 2px;
    padding: 25px;
    margin: 5px;
    display: flex !important;
    overflow: hidden;
}

.articles-index-title{
    font-weight: bold;
    font-size: 15px;
    padding-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    max-height: 38px;
    overflow: hidden;
}
.articles-index-bottom-block{
    padding-top: 20px;
}
.articles-index-bottom-block-date{
    display: inline-flex!important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.articles-index-text{
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-height: 200px;
    overflow: hidden;
    padding-top: 10px;
}
.articles-index-title a,.articles-index-title a:hover,
.articles-index-text a,.articles-index-text a:hover{
    color: #404040 !important;
    text-decoration: none !important;
}
.articles-index-bottom-block-href a{
    text-decoration: none !important;
}
.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
}
.justify-content-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
}

.justify-content-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
}

.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.justify-content-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
}

.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
}

.align-items-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
}

.align-items-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
}

.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}

.align-items-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
}

.align-items-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
}

.align-content-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
}

.align-content-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
}

.align-content-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
}

.align-content-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
}

.align-content-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
}

.align-self-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important
}

.align-self-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
}

.align-self-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
}

.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
}

.align-self-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
}

.align-self-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
}

.glider::-webkit-scrollbar {
    display: none;
}
.glider {
    -ms-overflow-style: none;  /* IE и Edge */
    scrollbar-width: none;  /* Firefox */
}
.block-logo-partners{
    display: none !important;
}
.logo-partners-mobile{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.logo-partners-mobile div{
    background: white;
    border-radius: 10px;
    padding: 8px;
    margin: 5px;
    display: flex !important;
    overflow: hidden;
}
.glider-dot{
    background: #ffffff;
}

.glider-dot.active {
    background: gray !important;
}
button.glider-next:hover, button.glider-prev:hover{
    background: none !important;
    color: #666 !important;
}
.main-box .glider-next,
.main-box .glider-prev{
    color: white
}

.h2-index{
    text-align: center;
    padding-top: 30px;
    margin-bottom: 0px;
}
.p-15{
    padding: 15px;
}
.pt-15{
    padding-top: 15px;
}
.pb-15{
    padding-bottom: 15px;
}
.pt-60{
    padding-top: 60px;
}

.glider-contain-logo-index .glider{
    max-height: 253px;
}

/*
     FILE ARCHIVED ON 10:59:50 Oct 20, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:08:10 Jul 07, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.828
  exclusion.robots: 1.496
  exclusion.robots.policy: 0.034
  esindex: 0.006
  cdx.remote: 6.123
  LoadShardBlock: 74.151 (3)
  PetaboxLoader3.datanode: 224.521 (5)
  load_resource: 716.561
  PetaboxLoader3.resolve: 469.801
  loaddict: 148.681
*/