@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

ol, ul, menu {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

sub, sup {
    font-size: 65%;
    line-height: 1;
    vertical-align: baseline
}

sup {
    vertical-align: top
}

sub {
    vertical-align: bottom
}

input:focus, textarea:focus, select:focus {
    outline: none
}

input, select, button {
    vertical-align: baseline
}

textarea {
    resize: vertical;
    min-height: 100px;
    max-width: 100%;
    overflow: auto
}

textarea, select[multiple] {
    vertical-align: top
}

input[type="color"] {
    vertical-align: middle
}

input[type="radio"], input[type="checkbox"] {
    margin: 0 4px
}

button::-moz-focus-inner {
    border: 0;
    padding: 0
}

object video {
    display: none
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    object video {
        display: block !important
    }
}

h1, h2, h3, h4, h5, h6, hr, p, ul, ol {
    margin-top: 15px;
    margin-bottom: 15px
}

ul, ol {
    margin-left: 20px
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    padding: 0
}

ul.reset, ul.reset > li {
    list-style: none;
    line-height: 0;
    font-size: 0;
    padding: 0;
    margin: 0
}

.row-vspace {
    margin-top: 20px !important;
    margin-bottom: 20px !important
}

.pull-left {
    float: left !important
}

.pull-right {
    float: right !important
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden !important
}

.visible {
    visibility: visible !important
}

.fixed {
    position: fixed !important
}

.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: ""
}

.clearfix:after {
    clear: both
}

.clear-both {
    clear: both !important
}

table.table0 td, table.table1 td, table.table2 td, table.table2 th {
    padding: 5px;
    border: 1px solid #dedede;
    vertical-align: top
}

table.table0 td {
    border: none
}

table.table2 th {
    padding: 8px 5px;
    background: #eb3c3c;
    border: 1px solid #dedede;
    font-weight: normal;
    text-align: left;
    color: #fff
}

html * {
    max-height: 1000000px
}

body {
    position: relative;
    height: 100%
}

html {
    overflow-y: scroll
}

body {
    -webkit-font-smoothing: subpixel-antialiased !important;
    -webkit-text-size-adjust: none !important;
    background: #f4f2e9;
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #484848
}

h1, h2, h3, h4, h5, h6 {
    margin: 20px 0;
    font-weight: 400;
    line-height: 1.15em;
    color: #232323
}

h1 {
    font-size: 25px
}

h2 {
    font-size: 21px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 12px
}

h5, h6 {
    font-weight: bold;
    line-height: normal
}

.main-content {
    color: #333;
    font-size: 14px
}

.main-content h3 {
    margin: 30px 0 15px
}

a {
    outline: none;
    text-decoration: none;
    color: #15c
}

a:hover {
    text-decoration: underline
}

.frm {
    position: relative;
    padding: 0;
    margin: 0;
    font: normal 14px Arial
}

.frm .frm-baner {
    position: absolute;
    top: 18px;
    right: 4px
}

.frm label {
    clear: both;
    float: left;
    margin: 0 0 18px;
    font-weight: bold
}

.frm .req {
    color: #f00
}

.frm .error-note {
    margin: 6px 0 0;
    font-size: 11px;
    font-weight: normal;
    color: #f00
}

.frm .frm-input input {
    height: 37px;
    padding: 8px 10px;
    margin: 6px 0 0;
    font-size: 17px;
    background: #fff;
    border: 1px solid #d8d1b2;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.16);
    color: #484848;
    vertical-align: middle;
    box-sizing: border-box;
    width: 100%
}

.frm .frm-input input:focus {
    border-color: #4d90fe
}

.frm .frm-input input.error {
    border-color: #f00
}

.frm .frm-textarea textarea {
    padding: 8px 10px;
    margin: 6px 0 0;
    background: #fff;
    border: 1px solid #d8d1b2;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.16);
    color: #484848;
    box-sizing: border-box
}

.frm .frm-textarea textarea:focus {
    border-color: #4d90fe
}

.frm .frm-textarea textarea.error {
    border-color: #f00
}

.frm .frm-multiselect select {
    padding: 8px 0 8px 10px;
    margin: 6px 0 0;
    background: #fff;
    border: 1px solid #d8d1b2;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.16);
    color: #484848
}

.frm .frm-select select {
    position: relative;
    padding: 5px 10px;
    margin: 6px 0 0;
    background: #fff;
    border: 1px solid #d8d1b2;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.16);
    color: #484848
}

.frm .frm-input-tarif {
    margin-bottom: 28px
}

.frm .frm-input-tarif input {
    display: none
}

.frm .frm-input-tarif ins {
    position: relative;
    display: inline-block;
    min-height: 18px;
    padding: 8px 10px;
    margin: 10px 0 0;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.19);
    line-height: 18px;
    font-weight: normal;
    text-decoration: none
}

.frm .frm-input-tarif ins:before {
    content: '';
    position: absolute;
    top: -7px;
    left: 14px;
    border: none;
    border-bottom: 6px solid #dcdcdc;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    -moz-border-top-colors: transparent
}

.frm .frm-input-tarif ins:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 14px;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    -moz-border-top-colors: transparent
}

.frm .frm-input-id {
    font-weight: normal
}

.frm .frm-input-id input {
    float: left;
    margin: 0 20px 0 0
}

.frm .frm-design {
    clear: both;
    padding: 14px 14px 0;
    margin: 0 -14px 15px;
    background: url(../img/core/design-patern.gif) 0 0 repeat;
    overflow: hidden
}

.frm .frm-design img {
    display: block;
    width: 600px;
    margin: 10px auto 30px;
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.37)
}

.frm .frm-design .clear-both + img {
    margin-top: 0
}

.frm .btn {
    margin: 0 0 18px
}

.frm .frm-btn2 {
    margin: 10px 0;
    display: inline-block;
    vertical-align: middle;
    background: #14cc6a;
    border-radius: 3px;
    font-weight: 600;
    font-size: 18px;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 7px 25px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
    cursor: pointer;
    border: 0
}

.frm .frm-captcha {
    margin: 15px 0;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    color: #484848
}

.frm .frm-captcha img {
    float: left;
    margin: 0 10px 0 0
}

.frm .frm-captcha a {
    display: inline-block;
    padding: 0 0 1px;
    background: url(../img/core/blue-dot.gif) 1px 100% repeat-x;
    text-decoration: none
}

hr {
    clear: both;
    margin: 12px -14px;
    border-color: #d1ccb9
}

.wrapper {
    position: relative;
    min-width: 990px
}

.block-in {
    width: 980px;
    margin: 0 auto
}

.header {
    position: relative;
    background: #fff;
    border-bottom: 1px solid #dedddd
}

.header .menu-top {
    list-style: none;
    line-height: 0;
    font-size: 0;
    padding: 0;
    margin: 0;
    padding: 56px 5px 14px;
    margin: 0 16px 0 274px;
    border-bottom: 2px solid #dedddd
}

.header .menu-top li {
    display: inline;
    padding: 0 12px
}

.header .menu-top li:first-child {
    padding-left: 0
}

.header .menu-top li:last-child {
    padding-right: 0
}

.header .menu-top li a {
    font-size: 15px;
    line-height: normal;
    color: #333;
    text-decoration: none
}

.header .menu-top li a:hover {
    text-decoration: underline
}

.header .menu-top li a[href*="zakazsite"] {
    color: #e72c22;
    font-weight: bold
}

.block-main {
    position: relative;
    padding: 26px 0 0
}

.block-main .patern-bg {
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    height: 180px;
    background: transparent
}

.block-main .block-in {
    position: relative
}

.block-main .block-title {
    padding: 0 0 5px;
    margin: 0 0 16px;
    position: relative;
    font: 400 21px/25px 'Open Sans', sans-serif, sans-serif;
    color: #333;
    text-align: left
}

.block-main .block-title a {
    color: #333;
    text-decoration: none;
    display: inline-block;
    padding: 0;
    *display: inline;
    vertical-align: middle;
    zoom: 1
}

.block-main .block-title a:after {
    content: '';
    margin-left: 9px;
    display: inline-block;
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAYlJREFUeNpiefzwJgMOYADEsUBsDcSyQCwCxG+A+DEQHwXixUB8AZtGRiyGKgFxDxAHgOQZcIP/QLwBiEuA+B6yBBOaQg8gPgfEgQQMZIDKB0LVe+Ay1A+ItwAxPwNpgB+qzw/dUFUgXgrEzAzkAWaofjVkQycBMQ8DZQCkfyLMUGP0MEEGVx//ZQjt+8rw+tN/YgwGmWMMMjQanyptWWYGa3UWhpQZ34g1OApkqBUhVQXe7AxOOkQbbM8ETdgEQb4XO4O9FgtD8nSCBiuBDBUnNiZABj9594+hduUPfMoEQYZ+ItbQidt+MsgIMTE0h3PgU/YeZOhdYg08eO0Pw9xMLgZRPryZ7R7I0MOEDJyw9SfDvit/GOZkEDQQBA6CDF2GTwUonR69SbSBILAcVkptx5cBSAA7gNgTlk3zgfgLhQZ+hZoDz/u3oDnrL5kGgvRFQc1BKfo2AXEoGS7+AtW3CVchvR5ajawn0kCs6lmwKASl2yCkOsoeiJWBWACIP0DlD+KrowACDADgxWyY+M6JygAAAABJRU5ErkJggg==) 100% 50% no-repeat;
    width: 21px;
    height: 21px;
    vertical-align: middle
}

.right-side {
    float: left;
    width: 100%
}

.container {
    margin: 0 0 0 254px
}

.container.no-left {
    margin: 0
}

.left-nav-bar {
    float: left;
    width: 254px;
    margin-left: -100%
}

.left-menu {
    position: relative;
    margin: 0 0 28px;
    background: #fbfaf8;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.09)
}

.left-menu ul {
    list-style: none;
    margin: 0
}

.left-menu .cat-max-price {
    font: 700 14px/21px 'Open Sans', sans-serif, sans-serif;
    color: #484848;
    display: inline-block;
    float: right
}

.left-menu .left-menu-title {
    position: absolute;
    top: -11px;
    left: 17px;
    height: 21px;
    background: url(../img/core/left-menu-title.png) 0 0;
    text-indent: -9999px;
    overflow: hidden
}

.left-menu .left-menu-title.lmt1 {
    width: 115px
}

.left-menu .left-menu-title.lmt2 {
    width: 68px;
    background-position: 0 -22px
}

.left-menu .left-menu-title.lmt3 {
    width: 144px;
    background-position: 0 -44px
}

.left-menu .left-menu-title.lmt4 {
    width: 182px;
    background-position: 0 -66px
}

.left-menu .left-menu-title.lmt5 {
    width: 51px;
    background-position: 0 -88px
}

.left-menu .act_prc1 {
    position: absolute;
    background: url(/d/738331/d/act__percent.png) no-repeat 100% 100%;
    width: 25px;
    height: 21px;
    display: block;
    padding: 0;
    border: 0;
    margin-left: -26px;
    margin-top: 2px
}

.left-menu .act_prc2 {
    position: absolute;
    background: url(/d/738331/d/act__percent2.png) no-repeat 100% 100%;
    width: 25px;
    height: 21px;
    display: block;
    padding: 0;
    border: 0;
    margin-left: -26px;
    margin-top: 2px
}

.left-menu .act_prc3 {
    position: absolute;
    background: url(/d/738331/d/act__percent3.png) no-repeat 100% 100%;
    width: 25px;
    height: 21px;
    display: block;
    padding: 0;
    border: 0;
    margin-left: -26px;
    margin-top: 2px
}

.left-menu .act_prc4 {
    position: absolute;
    background: #f94a52;
    width: 31px;
    height: 18px;
    display: block;
    border: 0;
    margin-left: -38px;
    margin-top: 5px;
    color: #fff;
    text-align: center;
    font: normal 11px/18px Arial, sans-serif;
    padding: 0 0 0 8px;
    box-sizing: border-box
}

.left-menu .act_prc4:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: -4px;
    border-left: 4px solid #f94a52;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent
}

.left-menu .act_prc4:hover, .left-menu .act_prc4:active {
    color: #fff;
    text-decoration: none
}

.left-menu .act_prc4:before {
    content: '';
    width: 4px;
    height: 1px;
    background: #fff;
    left: 3px;
    top: 50%;
    position: absolute
}

.left-menu .act_prc5 {
    position: absolute;
    width: 24px;
    top: -3px;
    border-radius: 2px 1px 1px 2px;
    height: 22px;
    display: block;
    border: 0;
    margin-left: -30px;
    margin-top: 5px;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    background: #f94a52 url(../img/core/main-menu-gift.png) no-repeat 50% 50%
}

.left-menu .act_prc5:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: -4px;
    border-left: 4px solid #f94a52;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent
}

.left-menu .act_prc5:hover, .left-menu .act_prc5:active {
    color: #fff;
    text-decoration: none
}

.left-menu .left-menu-tariff {
    background-color: #fff;
    padding: 17px 13px 0;
    border-radius: 3px 3px 0 0
}

.left-menu .left-menu-tariff a {
    line-height: 19px;
    text-decoration: none;
    word-wrap: break-word
}

.left-menu .left-menu-tariff a:hover {
    text-decoration: underline
}

.left-menu .mobile-friendly-label {
    display: none
}

.left-menu .left-menu-tariff__item {
    padding: 7px 0 7px 3px;
    position: relative;
    border-bottom: 2px solid #e8e9e9
}

.left-menu .left-menu-tariff__item strong {
    float: right;
    font-weight: 700;
    color: #333;
    position: relative
}

.left-menu .left-menu-tariff__item:last-child {
    border: 0
}

.left-menu .left-menu-tariff__item:last-child .left-menu-suggestion__item::before {
    display: none
}

.left-menu .left-menu-tariff__item:last-child .left-menu-suggestion__link {
    color: #666;
    padding-right: 85px
}

.left-menu .left-menu-tariff__item:last-child .left-menu-suggestion__link strong {
    padding: 0;
    width: auto;
    margin-right: -85px
}

.left-menu .left-menu-tariff__item--mobile-friendly .mobile-friendly-label {
    width: 24px;
    height: 28px;
    font-size: 0;
    position: absolute;
    display: block;
    background: transparent url(../img/core/mobile-friendly.png) 0 0 no-repeat;
    left: -24px;
    top: 9px
}

.left-menu .left-menu-tariff__link {
    display: block;
    padding: 5px 65px 5px 0;
    font-size: 14px;
    font-weight: 600;
    color: #15c
}

.left-menu .left-menu-tariff__link strong {
    font-size: 15px;
    margin-right: -65px;
    width: 65px;
    text-align: right;
    white-space: nowrap
}

.left-menu .left-menu-suggestion {
    padding: 0 0 5px 2px
}

.left-menu .left-menu-suggestion__item {
    position: relative
}

.left-menu .left-menu-suggestion__item--discount::before {
    display: none
}

.left-menu .left-menu-suggestion__item--discount .left-menu-suggestion__link {
    line-height: 31px !important
}

.left-menu .left-menu-suggestion__item--discount .left-menu-suggestion__link span {
    text-align: right;
    line-height: 14px !important
}

.left-menu .left-menu-suggestion__item--discount span i:first-child, .left-menu .left-menu-suggestion__item--discount strong {
    color: #fb3636 !important
}

.left-menu .left-menu-suggestion__item--discount span i:first-child::after, .left-menu .left-menu-suggestion__item--discount strong::after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    -webkit-transform: rotate(-9deg);
    -ms-transform: rotate(-9deg);
    transform: rotate(-9deg);
    background-color: #fb3636;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.left-menu .left-menu-suggestion__item--discount span i:first-child {
    font-size: 12px
}

.left-menu .left-menu-suggestion__link {
    padding: 3px 68px 3px 0;
    display: block;
    font-size: 13px;
    color: #7c7c7c
}

.left-menu .left-menu-suggestion__link strong {
    margin-right: -68px;
    font-size: 13px;
}

.left-menu .left-menu-suggestion__link span {
    width: 65px;
    text-align: right;
    margin-right: -65px;
    float: right;
    padding: 0;
    position: relative;
    font-weight: 600;
}

.left-menu .left-menu-suggestion__link span i {
    display: inline-block;
    white-space: nowrap;
    font-style: normal;
    position: relative;
    color: #333;
    line-height: 14px
}

.left-menu .left-menu-suggestion__link span i:last-child::before {
    position: absolute;
    top: 1px;
    display: inline-block;
    vertical-align: top;
    content: '+';
    font-size: 15px;
    font-weight: normal;
    color: #f8a021;
    margin-left: -11px;
    padding-right: 2px
}

.left-menu .left-menu__discount-label {
    display: block;
    position: absolute;
    background: #f94a52;
    height: 18px;
    border: 0;
    left: -40px;
    top: 13px;
    margin: 0;
    color: #fff;
    text-decoration: none !important;
    text-align: center;
    font: normal 11px/18px Arial, sans-serif;
    padding: 0 5px;
    box-sizing: border-box
}

.left-menu .left-menu__faq {
    background-color: transparent;
    padding: 8px 17px
}

.left-menu .left-menu__faq a {
    color: #1aa63e;
    font-size: 13px;
    text-decoration: none
}

.left-menu .left-menu__faq a:hover {
    text-decoration: underline
}

.left-menu.type2 ul {
    padding: 20px 15px 10px;
    background-color: #fff;
    border-radius: 3px
}

.left-menu.type2 li a {
    display: block;
    padding: 4px 8px;
    border: none;
    font-size: 13px;
    color: #15c
}

.left-menu.type2 li a:hover {
    color: #15c;
    text-decoration: underline
}

.left-menu.type2 li a strong {
    font-size: 15px
}

.act_prc5 {
    position: relative;
    width: 24px;
    border-radius: 2px 1px 1px 2px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    border: 0;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    background: #f94a52 url(../img/core/main-menu-gift.png) no-repeat 50% 50%
}

.act_prc5:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: -4px;
    border-left: 4px solid #f94a52;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent
}

.act_prc5:hover, .act_prc5:active {
    color: #fff;
    text-decoration: none
}

.left-side-btns {
    margin: 0 0 38px;
    text-align: center
}

.left-side-btns .btn {
    width: 192px;
    margin: 0 0 8px
}

.left-side-links {
    list-style: none;
    line-height: 0;
    font-size: 0;
    padding: 0;
    margin: 0;
    padding: 0 16px 25px
}

.left-side-links li {
    padding: 4px 0
}

.left-side-search {
    padding: 12px 14px;
    text-align: left;
    font: 400 18px/22px 'Open Sans', sans-serif, sans-serif;
    color: #333;
    background: #eae8df;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.19)
}

.left-side-search form {
    padding: 5px 0 0;
    margin: 0;
    font-size: 0
}

.left-side-search .search-box {
    display: inline-block;
    width: 170px;
    height: 26px;
    padding: 0 11px;
    margin: 0 4px 0 0;
    background: #fff;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.27);
    border: 0;
    border-radius: 3px;
    font: 400 13px 'Open Sans', sans-serif, sans-serif;
    color: #7f7f7f;
    vertical-align: top;
    *display: inline;
    zoom: 1
}

.left-side-search span {
    display: inline-block;
    padding: 0 8px
}

.left-side-reviews {
    margin-top: 60px;
    padding: 0 16px 44px
}

.left-side-reviews .block-title {
    margin: 0 0 25px
}

.left-side-reviews ul {
    list-style: none;
    line-height: 0;
    font-size: 0;
    padding: 0;
    margin: 0
}

.left-side-reviews ul li {
    padding: 34px 4px 0;
    font-size: 12px;
    line-height: normal;
    color: #4f4f4f
}

.left-side-reviews ul li:first-child {
    padding-top: 0
}

.left-side-reviews ul li blockquote {
    position: relative;
    font: normal 400 12px/16px 'Open Sans', sans-serif, sans-serif;
    color: #5a5a5a
}

.left-side-reviews ul li blockquote:before, .left-side-reviews ul li blockquote:after {
    content: '';
    position: relative;
    top: -3px;
    left: 0;
    display: inline-block;
    width: 12px;
    height: 10px;
    margin: 0 6px 0 0;
    background: url(../img/core/blockquote-icon.png) 0 0 no-repeat
}

.left-side-reviews ul li blockquote:after {
    position: relative;
    top: 1px;
    left: auto;
    margin: 0 0 0 6px;
    background-position: 0 100%
}

.left-side-reviews ul li blockquote p, .left-side-reviews ul li blockquote div {
    margin: 0;
    padding: 0;
    display: inline
}

.left-side-reviews ul li .ls-reviews-author {
    margin: 8px 0 0;
    font: 600 12px/17px 'Open Sans', sans-serif, sans-serif;
    color: #333
}

.reviews_all {
    margin-top: 10px;
    display: block !important;
    text-align: right
}

.block-extra {
    padding: 18px 20px 20px;
    margin: 0 0 20px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.19)
}

.block-extra .block-title {
    border-color: #333
}

.block-extra ul.block-list {
    list-style: none;
    line-height: 0;
    font-size: 0;
    padding: 0;
    margin: 0
}

.block-extra ul.block-list li {
    padding: 0 10px 5px;
    font-size: 14px;
    line-height: normal;
}

.block-extra ul.block-list li a {
    color: #15c;
    text-decoration: none
}

.block-extra ul.block-list li a:hover {
    text-decoration: underline
}

.block-extra ul.block-list li.icn1, .block-extra ul.block-list li.icn2, .block-extra ul.block-list li.icn3 {
    padding: 0 0 0 5px
}

.block-extra ul.block-list li.icn1 a, .block-extra ul.block-list li.icn2 a, .block-extra ul.block-list li.icn3 a {
    display: block;
    padding: 0 0 5px 26px;
    background: url(../img/core/extra-icon.png) 0 0 no-repeat
}

.block-extra ul.block-list li.icn2 a {
    background-position: 0 -26px
}

.block-extra ul.block-list li.icn3 a {
    background-position: 0 -58px
}

.right-side-bar {
    float: right;
    width: 240px;
    margin-bottom: 60px
}

.right-side-bar .t_counter_note .t_normal {
    display: block
}

.right-side-bar .t_counter_note .t_counter {
    display: none
}

.right-side-bar .site-promo-time {
    overflow: hidden;
    padding-bottom: 10px
}

.right-side-bar .t_counter > span {
    display: inline-block;
    padding-left: 20px
}

.right-side-phones {
    padding: 8px 20px 30px
}

.right-side-phones .rs-phone {
    padding: 0 0 12px;
    font: normal 13px 'Open Sans', sans-serif;
    color: #15c
}

.right-side-phones .rs-phone a {
    text-decoration: none
}

.right-side-phones .rs-phone a:hover {
    text-decoration: underline
}

.right-side-phones .rs-phone .p-tit {
    color: #666
}

.right-side-phones .rs-phone .p-num {
    font-size: 18px;
    color: #000;
    text-decoration: none
}

.right-side-phones .rs-phone .p-num:hover {
    text-decoration: underline
}

.right-side-phones .region-phones {
    padding: 10px 0 0
}

.right-side-phones .region-phones a {
    display: inline-block;
    padding: 0 0 1px;
    background: url(../img/core/blue-dot.gif) 0 100% repeat-x;
    font: normal 13px 'Open Sans', sans-serif;
    color: #15c;
    text-decoration: none
}

.right-side-btn {
    padding: 0 0 20px;
    text-align: center
}

.right-side-btn .btn {
    width: 172px
}

.mega-info {
    padding-bottom: 14px;
    margin-bottom: 40px;
    margin-top: 10px;
    font-size: 12px;
    color: #333
}

.mega-info .block-title {
    margin: 0 0 10px
}

.mega-info .descn {
    padding: 0 0 12px
}

.mega-info .descn-title {
    font: 400 15px 'Open Sans', sans-serif, sans-serif;
    color: #15c
}

.mega-info .descn-title.type2 {
    color: #15c
}

.mega-info .descn-title a {
    text-decoration: none
}

.mega-info .social {
    padding: 4px 0 0;
    overflow: hidden;
    font: 300 15px/29px 'Open Sans', sans-serif, sans-serif
}

.mega-info .social .social-btns {
    float: right;
    font-size: 0;
    line-height: 0
}

.mega-info .social .social-btns a {
    display: inline-block;
    width: 29px;
    height: 29px;
    margin: 0 0 0 8px;
    background-image: url(../img/core/social.png);
    background-repeat: no-repeat
}

.mega-info .social .social-btns a.icn1 {
    background-position: 0 0
}

.mega-info .social .social-btns a.icn2 {
    background-position: -37px 0
}

.mega-info .social .social-btns a.icn3 {
    background-position: -75px 0
}

.mega-info .social .social-btns a.icn4 {
    background-position: -111px 0
}

.sites-counter-container {
    background: #eae8df;
    border-radius: 6px;
    padding: 25px 17px 30px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.19);
    text-align: center
}

.sites-counter-container .block-title {
    border: 0;
    color: #333;
    font: 600 16px/19px 'Open Sans', sans-serif, sans-serif;
    margin: 0 0 5px;
    text-align: center
}

.sites-counter {
    padding: 6px 0 23px;
    text-align: center;
    font-size: 0
}

.sites-counter ins {
    display: inline-block;
    width: 28px;
    height: 46px;
    margin: 0 0 0 -1px;
    background: url(../img/core/sites-counter.png) no-repeat;
    font: normal 30px/46px 'din';
    text-align: center;
    text-decoration: none
}

.right-side-news {
    padding: 0 20px 36px
}

.right-side-news .news-item {
    padding: 0 0 22px;
    font-size: 12px;
    line-height: 1.4em
}

.right-side-news .news-item .n-date {
    font-size: 11px;
    color: #484848
}

.right-side-news .news-item .n-title {
    padding: 2px 0 6px;
    color: #15c;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.2px
}

.right-side-news .news-item .n-title a {
    font-size: inherit;
    line-height: inherit;
    color: #15c;
    text-decoration: none
}

.right-side-news .news-item .n-title a:hover {
    text-decoration: underline
}

.right-side-news .news-item p {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    color: #333;
    letter-spacing: -0.2px
}

.seo-fitnes {
    padding: 0 20px;
    margin-bottom: 8px;
    font-size: 12px;
    box-shadow: 0 9px 0 -5px #fff, 0 9px 0 -4px #dcdcdc, 0 18px 0 -10px #fff, 0 18px 0 -9px #dcdcdc
}

.seo-fitnes .descn {
    padding: 0 0 26px;
    line-height: 1.4em;
    font: 400 13px/17px 'Open Sans', sans-serif, Helvetica, sans-serif
}

.seo-fitnes .descn-title {
    padding: 0 0 10px;
    font: 400 15px/1.2em 'Open Sans', sans-serif, sans-serif;
    color: #15c;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.2px
}

.seo-fitnes .descn-title a {
    color: #15c;
    text-decoration: none
}

.seo-fitnes .descn-title a:hover {
    text-decoration: underline
}

.seo-fitnes p {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.2px;
    color: #333
}

.subscribe {
    width: 204px;
    min-height: 82px;
    padding: 17px 11px 10px;
    margin: 0 auto 40px;
    background: #eae8df;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.19);
    font: 400 18px/18px 'Open Sans', sans-serif, sans-serif;
    color: #333
}

.subscribe div {
    padding-left: 8px
}

.subscribe span {
    font-size: 14px;
    display: block
}

.subscribe form {
    padding: 14px 0 0;
    margin: 0;
    font-size: 0
}

.subscribe .search-box {
    display: inline-block;
    width: 145px;
    height: 26px;
    padding: 0 11px;
    margin: 0 4px 0 0;
    background: #fff;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.27);
    border-radius: 2px;
    border: 0;
    font: 400 13px 'Open Sans', sans-serif, sans-serif;
    color: #7f7f7f;
    vertical-align: top;
    *display: inline;
    zoom: 1
}

.sertif {
    padding: 5px 0 48px;
    text-align: center;
    line-height: 0
}

.sertif > div {
    display: inline-block;
    position: relative
}

.sertif > div a {
    display: block;
    position: absolute;
    text-decoration: none;
    top: 0;
    left: 0
}

.sertif .google-partner a {
    width: 134px;
    height: 45px
}

.sertif .yandex-partner a {
    width: 134px;
    height: 145px
}

.payment {
    text-align: center;
    margin: 0 auto;
    width: 186px
}

.payment .block-title {
    margin: 0 0 17px;
    font-size: 18px;
    text-align: left
}

.payment a {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    width: 64px;
    height: 37px;
    margin: 0 5px;
    background: url(../img/core/payments-icon.png) 0 0 no-repeat
}

.payment .visa {
    background-position: 0 0
}

.payment .mastercard {
    background-position: -92px 0
}

.right-side-bar + .main-container {
    float: left;
    width: 480px
}

.main-slider {
    position: relative;
    width: 449px;
    height: 260px;
    margin: 0 auto -10px;
    overflow: hidden
}

.main-slider > ul {
    list-style: none;
    line-height: 0;
    font-size: 0;
    padding: 0;
    margin: 0;
    width: 99999px
}

.main-slider > ul > li {
    position: relative;
    float: left;
    width: 449px;
    height: 260px;
    overflow: hidden;
    font-size: 13px;
    line-height: normal
}

.main-slider > ul > li > div, .main-slider > ul > li > a {
    display: block;
    width: 449px;
    height: 260px;
    background-position: 0 0;
    background-repeat: no-repeat
}

.main-slider .slider-nav {
    position: absolute;
    bottom: 15px;
    right: 10px;
    font-size: 0
}

.main-slider .slider-nav span {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 0 4px 0 0;
    background: url(../img/core/slider-nav.png) 100% 0 no-repeat;
    cursor: pointer
}

.main-slider .slider-nav span.active {
    background-position: -34px 0
}

.main-slider .slider-nav span.stop {
    width: 7px;
    margin: 0 15px 0 0;
    background-position: 0 0
}

.main-slider .slider-nav span.stop.play {
    width: 7px;
    margin: 0 15px 0 0;
    background-position: -13px 0
}

.main-content {
    padding: 0 36px
}

.mega-link {
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUVJREFUeNpi/P//PwMOYADEsUBsDcSyQCwCxG+A+DEQHwXixUB8AatOkKFoWAmI1wHxv//4wT+oOiV0M9AN9ADiD/9JAx+g+rAa6gfEf/6TB/5A9aMYqgrEn/9TBkD61ZAN3f6fOmA7zFBjfKrO3fn637bk6v8X734Ra7AxEzABRDPgAYbKXAzOBvwMfk23GF6+/81ABIgCufQEMdY3Ln3y36zgCjEuPgMy9Cmx/qpb/Pi/aT5Bg98xkJKMfv/5918s4uz/4JZbeNWBwvQTA5GgeflTBnlxdoapWQr4lL0HufQ0tcMU5NLDhFzYuPQpw9bTHxg21akxiAuyElJ+EORSEyqnUxOa5SgGaJ6lNO9/Qc/7NCmlYDiQDBd/hurDWUiDsDK0RCcGrIOqRzGDkYg6yh6IlYFYAIg/APFdcLLBU0cBBBgAY/oPpsxFQdgAAAAASUVORK5CYII=) 100% 50% no-repeat;
    color: #15c;
    font: 600 14px/21px 'Open Sans', sans-serif, sans-serif;
    padding-right: 29px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    *display: inline;
    zoom: 1
}

.mega-link:hover {
    text-decoration: underline
}

.main-design-link {
    margin: 20px 0 17px;
    font: normal 21px 'Open Sans', sans-serif
}

.main-design-link a {
    color: #15c;
    font: normal 21px/21px 'Open Sans', sans-serif;
    text-decoration: none;
    vertical-align: middle
}

.main-design-link a:hover {
    text-decoration: underline
}

.main-design-link a:after {
    content: '';
    display: inline-block;
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUVJREFUeNpi/P//PwMOYADEsUBsDcSyQCwCxG+A+DEQHwXixUB8AatOkKFoWAmI1wHxv//4wT+oOiV0M9AN9ADiD/9JAx+g+rAa6gfEf/6TB/5A9aMYqgrEn/9TBkD61ZAN3f6fOmA7zFBjfKrO3fn637bk6v8X734Ra7AxEzABRDPgAYbKXAzOBvwMfk23GF6+/81ABIgCufQEMdY3Ln3y36zgCjEuPgMy9Cmx/qpb/Pi/aT5Bg98xkJKMfv/5918s4uz/4JZbeNWBwvQTA5GgeflTBnlxdoapWQr4lL0HufQ0tcMU5NLDhFzYuPQpw9bTHxg21akxiAuyElJ+EORSEyqnUxOa5SgGaJ6lNO9/Qc/7NCmlYDiQDBd/hurDWUiDsDK0RCcGrIOqRzGDkYg6yh6IlYFYAIg/APFdcLLBU0cBBBgAY/oPpsxFQdgAAAAASUVORK5CYII=) 0 0 no-repeat;
    margin-left: 9px;
    width: 21px;
    height: 21px;
    vertical-align: middle
}

.main-design-slider {
    position: relative;
    overflow: hidden;
    padding: 10px 6px 0 0;
    margin: 0 0 60px -6px
}

.main-design-slider ul {
    list-style: none;
    line-height: 0;
    font-size: 0;
    padding: 0;
    margin: 0;
    width: 99999px
}

.main-design-slider ul li {
    float: left;
    width: 144px;
    height: 180px;
    padding: 19px 6px 6px;
    margin: 0 6px;
    background: #e3e1d9;
    border-radius: 4px;
    text-align: center
}

.main-design-slider ul li a {
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden
}

.main-design-slider ul li img {
    border: none;
    position: relative;
    -webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    transform: translatex(-50%);
    left: 50%;
    min-height: 180px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.19)
}

.main-srv-list {
    list-style: none;
    line-height: 0;
    font-size: 0;
    padding: 0;
    margin: 0;
    margin: 25px 0 25px 20px
}

.main-srv-list li {
    padding: 2px 0;
    font-size: 13px;
    line-height: normal
}

.main-srv-list li a {
    font: normal 15px/1.2em 'Open Sans', sans-serif;
    color: #15c;
    text-decoration: none
}

.content {
    padding: 0 32px 50px 48px;
    line-height: 1.4
}

.content--small-paddings {
    padding: 0 0 50px 35px
}

.content--small-paddings h1 {
    margin-bottom: 0
}

.content:after {
    content: '';
    clear: both;
    display: block;
    height: 0
}

.content p {
    font-size: 15px;
    color: #333;
    font-weight: 400;
    letter-spacing: -0.1px;
    line-height: 20px
}

.content p.lrg {
    font-size: 15px
}

.patern-container {
    padding: 10px 4px 15px;
    margin: -1px -14px 15px
}

.patern-container--without-offset {
    padding: 10px 0 0;
    margin: -1px 0 0
}

.patern-container .hdr {
    color: #232323;
    font: 400 24px 'Open Sans', sans-serif, sans-serif;
    line-height: 1.15em;
    margin: 20px 0
}

.patern-container h1 {
    font-size: 19px;
    font-weight: 400;
    color: #232323;
    margin: 16px 0
}

.patern-container .page__heading {
    padding-top: 15px;
    font-size: 28px;
    line-height: 33px;
    font-weight: 600;
    color: #333
}

.mission-list {
    list-style: none;
    line-height: 0;
    font-size: 0;
    padding: 0;
    margin: 0;
    margin: 15px 0
}

.mission-list li {
    padding: 10px 0 10px 25px;
    background: url(../img/core/mission-icon.png) 0 14px no-repeat;
    font-size: 13px;
    line-height: normal
}

.tarif-title {
    margin: 30px 0 4px;
    font: normal 22px/1.1em 'Open Sans', sans-serif;
    color: #333
}

.tarif-title_l2 {
    margin: 0 0 10px;
    font: normal 18px/1.1em 'Open Sans', sans-serif;
    color: #333
}

.tarif-title_l3 {
    font: normal 18px/1.1em 'Open Sans', sans-serif;
    color: #333;
    padding-top: 20px
}

.tarif-note {
    font-size: 13px;
    padding: 0 20px;
    margin: 32px -14px 20px -14px;
    overflow: hidden;
    background: #e4e0cf;
    border-radius: 3px;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.1px;
    line-height: 20px
}

.tarif-order {
    list-style: none;
    line-height: 0;
    font-size: 0;
    padding: 0;
    margin: 0;
    margin: 0 0 31px -25px
}

.tarif-order::after {
    content: '';
    display: table;
    clear: both
}

.tarif-order > li {
    float: left;
    font-size: 13px;
    line-height: normal;
    color: #626262
}

.tarif-order > li.t_image {
    max-width: 180px;
    text-align: center;
    overflow: hidden
}

.tarif-order > li.t_image img {
    border: none;
    max-width: 100%
}

.tarif-order > li.t_price {
    max-width: 235px;
    min-width: 190px;
    padding: 10px 13px 12px;
    text-align: right;
}

.tarif-order > li.t_price > span {
    display: block;
    padding: 0 0 10px 48px;
    margin-top: -15px;
    margin-right: 0;
    font: 600 26px/1em 'Open Sans', sans-serif;
    color: #272727
}

.tarif-order > li.t_price > span ins {
    display: block;
    font-size: 15px;
    line-height: 15px;
    font-weight: normal;
    color: #0a0a0a;
    text-decoration: line-through;
    vertical-align: top
}

.tarif-order > li.t_price > span i {
    font: 600 normal 26px 'Open Sans', sans-serif, sans-serif;
    color: #eb242d
}

.tarif-order > li.t_price .t_counter_note .t_counter {
    display: none
}

.tarif-order > li.t_price .t_price__item {
    display: inline-block;
    position: relative;
    padding: 3px 0 4px 13px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    white-space: nowrap
}

.tarif-order > li.t_price .t_price__item strong {
    font-weight: 600;
    display: inline-block;
    vertical-align: bottom;
    width: 74px;
    text-align: left
}

.tarif-order > li.t_price .t_price__item span {
    font-size: 12px;
    font-weight: 400;
    color: #5f5f5f;
    padding-top: 2px;
    margin-right: 10px;
    white-space: normal;
    vertical-align: bottom;
    position: relative;
    max-width: 144px;
    display: inline-block
}

.tarif-order > li.t_price .t_price__item + .t_price__item span::before {
    position: absolute;
    top: 3px;
    display: inline-block;
    vertical-align: top;
    content: '+';
    font-size: 15px;
    font-weight: normal;
    color: #f8a021;
    left: -10px;
    padding-right: 2px
}

.tarif-order > li.t_price .t_price__total {
    margin-top: 5px;
    line-height: 37px;
    white-space: nowrap
}

.tarif-order > li.t_price .t_price__caption {
    font-size: 13px;
    vertical-align: middle;
    padding: 12px 0;
    margin-right: 5px !important;
    font-weight: 600;
    color: #2c2c2c;
    display: inline-block
}

.tarif-order > li.t_price .t_price__value {
    font-size: 17px;
    color: #272727;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle
}

.tarif-order > li.t_order {
    float: right;
    min-width: 200px;
    margin-top: -10px;
    text-align: center
}

.tarif-order > li.t_order .btn {
    display: block;
    width: 195px;
    margin: 8px 0 0
}

.tarif-order > li.t_order .t_order__devtime {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px
}

.tarif-order > li.t_order .t_order__devtime span {
    font-weight: 400;
    color: #5f5f5f
}

.tarif-order > li.t_order .t_phone {
    padding: 15px 4px 18px;
    font: 600 17px 'Open Sans', sans-serif;
    color: #282828
}

.tarif-order > li.t_order .t_phone a {
    font-weight: 400;
    border-bottom: 1px dotted #15c
}

.tarif-order > li.t_order .t_phone a:hover {
    border: none
}

.tarif-order > li.t_order .t_phone .t_metro {
    display: inline-block;
    padding: 0 0 0 42px;
    margin: 4px 0 2px;
    background: url(../img/core/tarif-metro.png) 0 0 no-repeat;
    font-size: 13px;
    color: #666
}

.tarif-order > li.t_order .t_phone .t_ord {
    display: inline-block;
    font-size: 13px;
    text-decoration: none
}

.tarif-wrap {
    margin: 30px -14px 45px
}

.tarif-tabs-nav {
    list-style: none;
    line-height: 0;
    font-size: 0;
    padding: 0;
    margin: 0;
    margin: 0 1px -4px;
    overflow: hidden
}

.tarif-tabs-nav li {
    float: left
}

.tarif-tabs-nav li.tarif-tab-title a {
    position: relative;
    display: block;
    height: 42px;
    padding: 0 25px;
    margin: 5px -3px 0;
    background: #e4e0cf;
    border-radius: 3px 3px 0 0;
    font-size: 16px;
    line-height: 38px;
    color: #333;
    text-decoration: none
}

.tarif-tabs-nav li.tarif-tab-title a.active {
    height: 39px;
    padding: 4px 24px 0;
    margin-top: 0;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 4px 4px 0 0;
    border-bottom: none;
    z-index: 1
}

.tarif-tabs-nav li:first-child a {
    margin-left: 0
}

.tarif-tabs-nav li.tarif-tab-info {
    float: right;
    padding: 12px 0 0 0
}

.tarif-tabs-nav li.tarif-tab-info a {
    display: inline-block;
    padding: 0 0 0 24px;
    margin: 0 15px 0 0;
    background: url(../img/core/tabs-icon.png) -4px 4px no-repeat;
    font-size: 13px;
    line-height: normal;
    color: #15c;
    text-decoration: none
}

.tarif-tabs-nav li.tarif-tab-info a.type2 {
    background-position: 0 -45px
}

.tarif-tabs-nav li.tarif-tab-info a span {
    padding: 0 0 3px;
    background: url(../img/core/blue-dot.gif) 1px 100% repeat-x
}

.tarif-tabs {
    list-style: none;
    line-height: 0;
    font-size: 0;
    padding: 0;
    margin: 0;
    position: relative;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.19)
}

.tarif-tabs > li {
    display: none;
    padding: 30px 40px 15px;
    font-size: 13px;
    line-height: normal;
    color: #484848
}

.tarif-tab-list {
    list-style: none;
    line-height: 0;
    font-size: 0;
    padding: 0;
    margin: 0;
    border-left: 2px solid #eae8de
}

.tarif-tab-list > li {
    position: relative;
    min-height: 40px;
    padding: 0 0 0 40px;
    margin: 0 0 18px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.41px;
    font-weight: 500
}

.tarif-tab-list > li > ins {
    position: absolute;
    top: 0;
    left: -22px;
    width: 39px;
    height: 39px;
    background: #fff;
    border: 2px solid #d8d1b2;
    border-radius: 21px;
    font: normal 23px/39px 'Open Sans', sans-serif;
    text-decoration: none;
    text-align: center
}

.tarif-tab-list > li ul {
    list-style: none;
    line-height: 0;
    font-size: 0;
    padding: 0;
    margin: 0;
    margin: 12px 0 0
}

.tarif-tab-list > li ul li {
    position: relative;
    padding: 2px 0 2px 24px;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.1px;
    line-height: 20px
}

.tarif-tab-list > li ul li ins {
    position: absolute;
    top: 2px;
    left: 0;
    line-height: normal;
    font-weight: 400;
    text-decoration: none
}

.tarif-tab-list2 {
    list-style: none;
    line-height: 0;
    font-size: 0;
    padding: 0;
    margin: 0;
    margin: 0 5px 50px
}

.tarif-tab-list2 > li {
    margin: 0 0 30px
}

.tarif-tab-list2 > li .tl2-title {
    display: inline-block;
    width: 148px;
    padding: 0 26px 0 0;
    font: normal 21px/1.1em 'Open Sans', sans-serif;
    vertical-align: middle
}

.tarif-tab-list2 > li ul {
    list-style: none;
    line-height: 0;
    font-size: 0;
    padding: 0;
    margin: 0;
    position: relative;
    display: inline-block;
    width: 380px;
    padding: 0 0 0 26px;
    background: url(../img/core/tarif-bkt-top.gif) 0 4px no-repeat;
    vertical-align: middle
}

.tarif-tab-list2 > li ul:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 17px;
    height: 7px;
    background: url(../img/core/tarif-bkt-bot.gif) no-repeat
}

.tarif-tab-list2 > li ul:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -7px;
    width: 10px;
    height: 21px;
    margin: -11px 0 0;
    background: #fff url(../img/core/tarif-bkt-mid.gif) 0 0 no-repeat
}

.tarif-tab-list2 > li ul li {
    padding: 4px 0;
    font-size: 13px;
    line-height: normal;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.1px;
    line-height: 20px
}

.tarif-phones {
    list-style: none;
    line-height: 0;
    font-size: 0;
    padding: 0;
    margin: 0;
    padding: 14px 0 18px;
    margin: -4px 0 0;
    overflow: hidden;
    background: #e4e0cf;
    border-radius: 3px
}

.tarif-phones li {
    float: left;
    margin: 0 0 0 40px;
    font: normal 18px/1.2em 'Open Sans', sans-serif;
    color: #000
}

.tarif-phones li span {
    font-size: 13px;
    color: #696969
}

.tarif-phones li.t_btn {
    float: right;
    margin: 6px 22px 0 0
}

.tarif-phones li.t_btn .btn {
    width: 150px
}

.extra-title {
    margin: 20px 0;
    font: normal 22px 'Open Sans', sans-serif
}

.tarif-portfolio {
    margin: -14px -14px 30px;
    overflow: hidden;
    background: url(../img/core/design-patern.gif) repeat
}

.tarif-portfolio .tarif-slider {
    float: left;
    position: relative;
    width: 459px;
    padding: 14px 0;
    margin: 0 0 0 10px;
    overflow: hidden
}

.tarif-portfolio .tarif-slider ul {
    list-style: none;
    line-height: 0;
    font-size: 0;
    padding: 0;
    margin: 0;
    width: 99999px
}

.tarif-portfolio .tarif-slider ul li {
    float: left;
    width: 143px;
    height: 104px;
    padding: 0 5px
}

.tarif-portfolio .tarif-slider ul li img {
    border: none;
    width: 143px;
    height: 104px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.37)
}

.tarif-portfolio .btn {
    float: right;
    width: 122px;
    margin: 46px 24px 0 0
}

.tarif-reviews {
    position: relative;
    overflow: hidden
}

.tarif-reviews ul {
    list-style: none;
    line-height: 0;
    font-size: 0;
    padding: 0;
    margin: 0;
    width: 99999px
}

.tarif-reviews ul li {
    position: relative;
    float: left;
    width: 182px;
    height: 300px;
    padding: 30px 12px 16px;
    margin: 30px 7px 0;
    background: #fff;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: -0.1px
}

.tarif-reviews ul li .author-photo {
    position: absolute;
    top: -27px;
    left: 50%;
    width: 48px;
    height: 48px;
    margin: 0 0 0 -27px;
    border: 3px solid #fff;
    border-radius: 54px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.21);
}

.tarif-reviews ul li .author-name {
    padding: 0 0 12px;
    font-size: 15px;
    line-height: 1.8em;
    text-align: center
}

.tarif-reviews ul li .author-name .author-company {
    font-size: 12px;
    line-height: 1.2em;
    color: #948f7c
}

.tarif-text2 {
    margin: 20px 16px
}

.tarif-text2 .tarif-text2-title {
    margin: 25px 0;
    font-size: 18px;
    text-align: center
}

.order-title {
    margin: -15px 0 5px;
    font-size: 16px
}

.order-contacts {
    margin: 74px 0 26px
}

.order-contacts .block-contacts-title {
    width: auto;
    margin: 0 0 30px;
    font-size: 22px;
    color: #333
}

.order-contacts .block-contacts .bc-num {
    font-size: 18px
}

.block-contacts {
    display: inline-block;
    width: 250px;
    padding: 0 10px 32px 60px;
    font-size: 13px;
    line-height: normal;
    color: #666;
    vertical-align: top
}

.block-contacts .bc-num {
    font: normal 22px 'Open Sans', sans-serif;
    color: #000
}

.block-contacts .bc-num2 {
    font: normal 18px 'Open Sans', sans-serif;
    color: #000
}

.block-contacts .bc-lh {
    line-height: 24px
}

.block-contacts .bc-gray {
    color: #333
}

.block-contacts.block-contacts-phone {
    background: url(../img/core/contacts-phone.png) 2px 4px no-repeat
}

.block-contacts.block-contacts-email {
    background: url(../img/core/contacts-email.png) 0 4px no-repeat
}

.block-contacts.block-contacts-skype {
    background: url(../img/core/contacts-skype.png) 0 4px no-repeat
}

.block-contacts.block-contacts-address {
    background: url(../img/core/contacts-address.png) 2px 4px no-repeat
}

.block-contacts.block-contacts-mes {
    background: url(../img/core/contacts-mes.png) 2px 4px no-repeat
}

.block-contacts.block-contacts-clock {
    background: url(../img/core/contacts-clock.png) 2px 4px no-repeat
}

.block-contacts.block-contacts-doc {
    background: url(../img/core/contacts-doc.png) 2px 4px no-repeat
}

.block-contacts.block-contacts-sertf {
    background: url(../img/core/contacts-sertf.png) 2px 4px no-repeat
}

.block-contacts.block-contacts-metro {
    background: url(../img/core/contacts-metro.png) 2px 4px no-repeat
}

.block-contacts.block-contacts-metro-msk {
    background: url(../img/core/contacts-metro-msk.png) 2px 4px no-repeat
}

.block-contacts.block-contacts-fax {
    background: url(../img/core/contacts-fax.png) 2px 4px no-repeat
}

.block-contacts.block-contacts-info {
    display: block;
    width: auto;
    padding-bottom: 18px;
    background: url(../img/core/contacts-info.png) 2px 4px no-repeat
}

.block-contacts-title {
    display: inline-block;
    width: 320px;
    margin: 0 0 26px;
    font: normal 18px 'Open Sans', sans-serif
}

.block-contacts-link {
    display: inline-block;
    width: 320px;
    margin: 0 0 26px;
    font-size: 13px;
    text-align: right
}

.block-contacts-note {
    margin: -16px 0 26px;
    font-size: 14px
}

.contacts-page hr {
    margin: 0 -14px 18px
}

.contacts-page h3 {
    margin: 30px 0
}

.contacts-social {
    list-style: none;
    line-height: 0;
    font-size: 0;
    padding: 0;
    margin: 0
}

.contacts-social li {
    padding: 0 0 10px
}

.contacts-social li a {
    display: inline-block;
    height: 20px;
    padding: 0 0 0 30px;
    background-image: url(../img/core/contacts-social.png);
    background-repeat: no-repeat;
    font-size: 13px;
    line-height: 20px;
    color: #15c;
    text-decoration: none
}

.contacts-social li a.icn1 {
    background-position: 0 0
}

.contacts-social li a.icn2 {
    background-position: 0 -30px
}

.contacts-social li a.icn3 {
    background-position: 0 -60px
}

.contacts-social li a.icn4 {
    background-position: 0 -90px
}

.contacts-social li a:hover {
    text-decoration: underline
}

.metro {
    list-style: none;
    line-height: 0;
    font-size: 0;
    padding: 0;
    margin: 0;
    text-align: left
}

.metro.msk li {
    background: url(../img/core/msk-metro.png) no-repeat
}

.metro li {
    padding: 0 0 0 30px;
    margin: 4px 0 0;
    background: url(../img/core/spb-metro.png) no-repeat;
    font-size: 13px;
    line-height: normal;
    color: #666
}

.metro li.icn1 {
    background-position: 0 5px
}

.metro li.icn2 {
    background-position: 0 -15px
}

.portfolio-counter {
    padding: 15px 15px 11px;
    overflow: hidden;
    background: #e4e0cf;
    border-radius: 3px;
}

.portfolio-counter .sites-counter {
    float: left;
    padding: 0 24px 0 0
}

.portfolio-counter span {
    font-size: 21px;
    line-height: 23px
}

.portfolio-descn {
    margin: 20px 14px -10px
}

.portfolio-h1 {
    margin: -6px -14px 25px
}

.portfolio-h1 h1 {
    display: inline-block
}

.portfolio-wrap {
    margin: 0 -12px 35px -14px
}

.portfolio-nav {
    list-style: none;
    line-height: 0;
    font-size: 0;
    padding: 0;
    margin: 0;
    display: table;
    width: 100%;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.19)
}

.portfolio-nav li {
    display: table-cell;
    border-left: 1px solid #dcdcdc
}

.portfolio-nav li a {
    position: relative;
    display: block;
    height: 52px;
    padding: 0 10px;
    margin: -1px 0;
    font: normal 15px/52px 'Open Sans', sans-serif;
    color: #333;
    text-decoration: none;
    text-align: center
}

.portfolio-nav li a:hover {
    background: #72c045;
    color: #fff
}

.portfolio-nav li a.active {
    background: #5cad2f;
    color: #fff
}

.portfolio-nav li a.active:after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin: 0 0 0 -8px;
    border-top: 8px solid #5cad2f;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent
}

.portfolio-nav li:first-child {
    border-left: none
}

.portfolio-nav li:first-child a {
    border-radius: 3px 0 0 3px
}

.portfolio-nav li:last-child a {
    border-radius: 0 3px 3px 0
}

.portfolio-nav2 {
    list-style: none;
    line-height: 0;
    font-size: 0;
    padding: 0;
    margin: 0;
    margin: 0 0 45px;
    border-bottom: 1px solid #d1ccb9
}

.portfolio-nav2 li {
    display: inline-block;
    vertical-align: bottom
}

.portfolio-nav2 li a {
    display: inline-block;
    padding: 0 14px 8px;
    margin: 0 0 -1px;
    font-size: 13px;
    line-height: normal;
    color: #15c;
    text-decoration: none
}

.portfolio-nav2 li a:hover {
    color: #373737
}

.portfolio-nav2 li a.active {
    border-bottom: 1px solid #5cad2f;
    box-shadow: 0 1px 1px #d1e2bd;
    color: #373737
}

.portfolio-nav2 li a.lgtp-order-btn, .portfolio-nav2 li a.lgtp-order-btn:hover, .portfolio-nav2 li a.lgtp-order-btn:active {
    padding: 6px 14px 8px;
    color: #fff;
    background: #5cad2f;
    border-radius: 3px 0 0 0
}

.portfolio-nav2 li a.lgtp-style-order-btn, .portfolio-nav2 li a.lgtp-style-order-btn:hover, .portfolio-nav2 li a.lgtp-style-order-btn:active {
    padding: 6px 14px 8px;
    color: #fff;
    background: #a065b6;
    border-radius: 0 3px 0 0
}

.portfolio-list {
    list-style: none;
    line-height: 0;
    font-size: 0;
    padding: 0;
    margin: 0;
    display: table;
    margin: 0 -19px
}

.portfolio-list li {
    display: inline-block;
    width: 190px;
    padding: 0 18px 34px;
    vertical-align: top
}

.portfolio-list li .portfolio-list-item {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2)
}

.portfolio-list li .portfolio-list-item .photo {
    height: 140px;
    overflow: hidden
}

.portfolio-list li .portfolio-list-item .photo img {
    border: none !important
}

.portfolio-list li .portfolio-list-item .link {
    height: 27px;
    padding: 13px 0 0 14px
}

.portfolio-list li .portfolio-list-item .link a {
    display: inline-block;
    padding: 0 0 0 21px;
    background: url(../img/core/portfolio-arr.png) 0 50% no-repeat;
    font-size: 13px;
    line-height: 15px;
    color: #15c
}

.portfolio-list li .portfolio-list-text {
    padding: 8px 12px 0;
    font-size: 11px;
    line-height: normal;
    color: #666
}

.portfolio-list li .portfolio-list-text p {
    margin: 0
}

.portfolio-list li .portfolio-list-text strong {
    font-size: 12px;
    color: #333
}

.portfolio-list.type2 {
    margin-bottom: 30px
}

.portfolio-list.type2 li {
    padding-bottom: 14px
}

.portfolio-list.type2 .portfolio-list-item .photo {
    height: 168px;
    border-bottom: 1px solid #dcdcdc
}

.portfolio-list.type2 .portfolio-list-item .link a {
    background: url(../img/core/portfolio-zoom.png) 0 50% no-repeat;
    text-decoration: none
}

.portfolio-list.type2 .portfolio-list-item .link a span {
    padding: 0 0 1px;
    background: url(../img/core/blue-dot.gif) 1px 100% repeat-x
}

.page-list {
    display: table;
    margin: 10px 0 44px;
    font-size: 0
}

.page-list a {
    display: inline-block;
    margin: 8px 7px 0;
    font-size: 13px;
    line-height: 13px;
    color: #15c;
    text-decoration: none;
    vertical-align: top
}

.page-list a.page-list-nav {
    width: 10px;
    height: 11px;
    margin-top: 9px;
    background: url(../img/core/page-list.png) no-repeat
}

.page-list a.page-list-nav.page-prev {
    background-position: 50% 0
}

.page-list a.page-list-nav.page-next {
    background-position: 50% -20px
}

.page-list a.page-list-nav.page-first {
    background-position: 50% -40px
}

.page-list a.page-list-nav.page-last {
    background-position: 50% -60px
}

.page-list span {
    display: inline-block;
    width: 28px;
    height: 26px;
    padding: 8px 0 0;
    margin: 0 4px;
    background: url(../img/core/page-list-active.png) no-repeat;
    font-size: 13px;
    line-height: 13px;
    color: #484848;
    text-align: center;
    vertical-align: top
}

.page-list span.page-hide {
    background: none;
    margin: 0;
    width: auto
}

.price-wrap {
    margin: 40px -14px 30px;
    background: #fff;
    border-radius: 3px
}

.price-col1 {
    float: left;
    font-size: 14px;
    width: 220px
}

.price-col2 {
    float: left;
    width: 140px
}

.price-col3 {
    float: left;
    width: 130px
}

.price-col4 {
    float: left;
    width: 70px
}

.price-col5 {
    overflow: hidden
}

.price-head {
    padding: 8px 0;
    overflow: hidden;
    background: #e4e0cf;
    border-radius: 3px 3px 0 0;
    font-size: 12px;
    color: #212121
}

.price-head .price-col1 {
    width: 204px;
    padding: 0 0 0 16px
}

.price-title {
    padding: 15px 0 12px;
    margin: 0 15px;
    border-bottom: 2px solid #e8e9e9;
    font: normal 16px 'Open Sans', sans-serif;
    color: #212121
}

.price-title span {
    font-size: 13px
}

.price-body {
    padding: 8px 0;
    margin: 0 15px;
    overflow: hidden;
    border-bottom: 1px solid #e8e9e9;
    line-height: 27px
}

.price-body .price-col1 {
    width: 195px;
    padding: 0 0 0 10px
}

.price-body .price-col1 a {
    text-decoration: none
}

.price-body .price-col2 {
    font: 400 17px/27px 'Open Sans', sans-serif
}

.price-body .price-col3, .price-body .price-col4 {
    font: 600 13px/27px 'Open Sans', sans-serif
}

.price-body sup {
    font-size: 13px;
    color: #d25844;
    text-decoration: line-through
}

.price-foot {
    padding: 20px 25px 30px;
    margin: 16px 0 0;
    background: #e4e0cf;
    border-radius: 0 0 3px 3px;
    color: #212121
}

.price-foot h4 {
    margin: 0
}

.price-foot ul {
    list-style: none;
    line-height: 0;
    font-size: 0;
    padding: 0;
    margin: 0;
    margin: 20px 0 0
}

.price-foot ul li {
    padding: 0 0 0 26px;
    margin: 10px 0 0;
    background: url(../img/core/price-tick.png) 0 2px no-repeat;
    font-size: 13px;
    line-height: normal
}

.price-note {
    font-size: 12px;
    color: #666
}

.price-slider {
    list-style: none;
    line-height: 0;
    font-size: 0;
    padding: 0;
    margin: 0;
    margin: 60px -14px 0
}

.price-slider > li {
    margin: 0 0 3px
}

.price-slider > li .price-slider-title {
    position: relative;
    display: block;
    padding: 14px 16px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font: 400 17px 'Open Sans', sans-serif;
    color: #212121;
    text-decoration: none;
    cursor: pointer
}

.price-slider > li .price-slider-title span {
    position: relative;
    float: right;
    padding: 0 0 1px;
    margin: 2px 14px 0 0;
    background: url(../img/core/blue-dot.gif) 1px 100% repeat-x;
    font-size: 11px;
    color: #15c
}

.price-slider > li .price-slider-title span:after {
    content: '';
    position: absolute;
    top: 6px;
    right: -14px;
    width: 8px;
    height: 5px;
    background: url(../img/core/price-arr.png) 0 0 no-repeat
}

.price-slider > li.active .price-slider-title {
    background-color: #5ead33;
    background-image: linear-gradient(to bottom, #66b339 0, #53a429 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66b339', endColorstr='#53a429', GradientType=0);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12);
    color: #fff
}

.price-slider > li.active .price-slider-title span {
    background-image: url(../img/core/white-dot.gif);
    color: #fff
}

.price-slider > li.active .price-slider-title span:after {
    background-position: 0 100%
}

.price-slider > li > ul {
    list-style: none;
    line-height: 0;
    font-size: 0;
    padding: 0;
    margin: 0;
    display: none;
    margin: 0 10px 16px
}

.price-slider > li > ul > li {
    display: table;
    width: 100%;
    height: 38px;
    padding: 5px 0;
    background: #fff;
    border-top: 1px solid #d8d1b2;
    font-size: 13px;
    line-height: normal;
    color: #212121
}

.price-slider > li > ul > li:first-child {
    height: auto;
    border: none;
    font-size: 11px;
    color: #666
}

.price-slider > li > ul > li > div {
    display: table-cell;
    vertical-align: middle
}

.price-slider > li > ul > li > div.cell1 {
    padding: 0 8px 0 16px
}

.price-slider > li > ul > li > div.cell1 .example {
    display: inline-block;
    padding: 0 20px 0 6px;
    margin: 0 0 0 8px;
    background: #729ce6 url(../img/core/price-example.png) 100% 50% no-repeat;
    border-radius: 2px;
    font-size: 11px;
    line-height: 18px;
    color: #fff;
    text-decoration: none;
    vertical-align: top
}

.price-slider > li > ul > li > div.cell2 {
    width: 108px
}

.price-slider > li > ul > li > div.cell2 .price-popup-link {
    position: relative;
    display: inline-block;
    padding: 0 0 1px;
    margin: 0 0 0 22px;
    background: url(../img/core/blue-dot.gif) 1px 100% repeat-x;
    font-size: 11px;
    line-height: 15px;
    text-decoration: none
}

.price-slider > li > ul > li > div.cell2 .price-popup-link:after {
    content: '';
    position: absolute;
    top: 2px;
    left: -22px;
    width: 15px;
    height: 15px;
    background: url(../img/core/price-info.png) no-repeat
}

.price-slider > li > ul > li > div.cell2 .price-popup-wrap {
    position: relative
}

.price-slider > li > ul > li > div.cell2 .price-popup {
    display: none;
    position: absolute;
    top: 10px;
    left: 50%;
    width: 310px;
    padding: 15px 30px;
    margin: 0 0 0 -185px;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    z-index: 11
}

.price-slider > li > ul > li > div.cell2 .price-popup:before {
    content: '';
    position: absolute;
    top: -7px;
    left: 50%;
    margin: 0 0 0 -12px;
    border-bottom: 6px solid #dfdfdf;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    -moz-border-top-colors: transparent
}

.price-slider > li > ul > li > div.cell2 .price-popup:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    margin: 0 0 0 -12px;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    -moz-border-top-colors: transparent
}

.price-slider > li > ul > li > div.cell2 .price-popup .price-popup-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 19px;
    height: 18px;
    background: url(../img/core/price-close.png) 0 100% no-repeat;
    cursor: pointer
}

.price-slider > li > ul > li > div.cell2 .price-popup .price-popup-title {
    margin: 0 0 14px -10px;
    font: 400 17px 'Open Sans', sans-serif;
    color: #212121
}

.price-slider > li > ul > li > div.cell2 .price-popup ul {
    list-style: none;
    line-height: 0;
    font-size: 0;
    padding: 0;
    margin: 0
}

.price-slider > li > ul > li > div.cell2 .price-popup ul li {
    margin: 0 0 10px;
    font-size: 13px;
    line-height: normal;
    color: #484848
}

.price-slider > li > ul > li > div.cell3 {
    width: 68px
}

.price-slider > li > ul > li > div.cell4 {
    width: 86px;
    text-align: right;
    padding-right: 10px
}

.price-slider > li > ul > li > div.cell4 span {
    font: 400 17px 'Open Sans', sans-serif
}

.shop-block {
    padding: 12px 14px 18px;
    margin: 20px -14px 12px;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.19)
}

.shop-block h3 {
    margin: 0 0 14px;
    font-size: 18px
}

.shop-list {
    padding: 0 0 20px;
    margin-top: 45px
}

.shop-list .shop-list__note {
    display: inline-block;
    vertical-align: middle;
    padding: 0 3px;
    border: 1px solid #15c;
    line-height: 14px;
    border-radius: 50%;
    color: #15c;
    cursor: pointer;
    margin: 0 5px
}

.shop-list form {
    padding: 0;
    margin: 0
}

.shop-list .price-col1 {
    width: 334px;
    padding: 0 0 0 16px
}

.shop-list .price-col1 a:hover {
    text-decoration: underline
}

.shop-list .price-body .price-col1 {
    width: 325px;
    padding: 0 0 0 10px
}

.shop-list .price-col2 {
    width: 130px
}

.shop-list .price-col3 {
    width: 106px
}

.shop-list .price-body .price-col3 {
    width: 106px;
    font: normal 13px Arial, sans-serif
}

.shop-list .price-body .price-col3 input {
    width: 34px;
    height: 15px;
    padding: 5px 8px;
    margin: 0;
    background: #fff;
    border: 1px solid #d8d1b2;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.16);
    font-size: 13px
}

.shop-list .price-col4 {
    float: none;
    width: auto;
    overflow: hidden;
    text-align: right
}

.shop-cart {
    margin-top: 20px;
    margin-bottom: 25px;
    padding-bottom: 0;
    background: none;
    border-radius: 0
}

.shop-cart .price-head {
    background: #d8d1b2;
    border-radius: 0
}

.shop-cart .price-col1, .shop-cart .price-body .price-col1 {
    width: 298px;
    padding: 0 0 0 16px
}

.shop-cart .price-body {
    margin: 0;
    border-color: #e4e0cf
}

.shop-cart .price-col2, .shop-cart .price-body .price-col2 {
    width: 100px
}

.shop-cart .shop-cart-delete {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../img/core/shop-cart-delete.png) no-repeat;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    vertical-align: middle
}

.shop-cart .price-body .price-col4 {
    text-align: center
}

.shop-cart-order {
    text-align: right;
    color: #212121
}

.shop-cart-order span {
    display: inline-block;
    margin: 0 0 0 10px;
    font: 400 22px 'Open Sans', sans-serif
}

.shop-order {
    margin: 25px 0 0
}

.shop-blank {
    margin: 20px -14px 36px
}

.shop-payment-variant {
    margin-bottom: 10px
}

.shop-payment {
    padding: 0;
    margin: 20px 0 50px
}

.shop-payment label {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 8px;
    font-size: 14px;
    color: #333;
    cursor: pointer
}

.shop-payment .shop-payment-note {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px
}

.shop-payment .btn {
    clear: both
}

.news-list {
    list-style: none;
    line-height: 0;
    font-size: 0;
    padding: 0;
    margin: 0;
    margin: 38px 0 68px
}

.news-list li {
    margin: 0 0 34px;
    font-size: 13px;
    line-height: normal
}

.news-list li .news-list-date {
    font-size: 12px;
    color: #666
}

.news-list li .news-list-title {
    margin: 2px 0 6px;
    font: 400 18px 'Open Sans', sans-serif
}

.news-list li .news-list-title a {
    text-decoration: none
}

.news-list li .news-list-title a:hover {
    text-decoration: underline
}

.news-list li .news-list-anonce {
    overflow: hidden
}

.news-page-date {
    margin: 18px 0;
    font-size: 12px;
    color: #666
}

.news-page-all {
    margin: 34px 0
}

.presentation-links {
    list-style: none;
    line-height: 0;
    font-size: 0;
    padding: 0;
    margin: 0;
    margin: 80px 0 0
}

.presentation-links li {
    display: inline-block;
    width: 210px;
    margin: 0 0 15px;
    font-size: 13px;
    line-height: normal;
    vertical-align: top
}

.presentation-links li a {
    display: inline-block;
    min-height: 34px;
    padding: 0 15px 0 60px
}

.presentation-links li a.icon1 {
    background: url(../img/core/prsn-pdf-icon.png) 0 0 no-repeat
}

.presentation-links li a.icon2 {
    background: url(../img/core/prsn-company-icon.png) 0 0 no-repeat
}

.presentation-links li a.icon3 {
    background: url(../img/core/prsn-team-icon.png) 0 0 no-repeat
}

.presentation-links li a.icon4 {
    background: url(../img/core/prsn-presentation-icon.png) 0 0 no-repeat
}

.about-steps {
    margin: 45px 0 0 -20px;
    background: url(../img/core/about-steps.png) 0 14px no-repeat
}

.about-steps .about-step-list {
    list-style: none;
    line-height: 0;
    font-size: 0;
    padding: 0;
    margin: 0
}

.about-steps .about-step-list li {
    padding: 4px 0 0 40px;
    margin: 0 0 4px;
    overflow: hidden;
    font: 400 15px 'Open Sans', sans-serif;
    color: #323335
}

.about-steps .about-step-list li ins {
    float: left;
    width: 30px;
    height: 30px;
    background: #fff;
    margin: -4px 0 0 -40px;
    border-radius: 30px;
    font: normal 18px/30px 'din';
    color: #8d8b8b;
    text-decoration: none;
    text-align: center
}

.about-steps .step1 {
    height: 100px;
    padding: 0 0 0 36px
}

.about-steps .step1 h3 {
    margin: 0
}

.about-steps .step1 .btn {
    float: right;
    margin: 2px 90px 0 50px
}

.about-steps .step2 {
    height: 190px;
    padding: 0 0 0 52px
}

.about-steps .step2 .about-pic {
    position: relative;
    float: right
}

.about-steps .step2 .about-pic .sites-counter {
    position: absolute;
    bottom: -6px;
    left: -30px;
    padding: 0
}

.about-steps .step2 .about-step-list {
    margin: 12px 0 0
}

.about-steps .step3 {
    height: 215px;
    padding: 0 0 0 34px
}

.about-steps .step3 .about-pic {
    float: left;
    margin: 0 26px 0 0
}

.about-steps .step3 .about-step-list {
    margin: 4px 0 0
}

.about-steps .step4 {
    position: relative;
    height: 264px;
    padding: 0 0 0 20px
}

.about-steps .step4 .about-pic {
    position: absolute;
    top: 0;
    right: 0
}

.about-steps .step5 {
    position: relative;
    height: 232px;
    padding: 0 0 0 48px
}

.about-steps .step5 .about-pic {
    position: absolute;
    top: 46px;
    right: 0
}

.about-steps .step6 {
    height: 116px;
    padding: 0 0 0 74px
}

.about-steps .step6 .btn {
    float: left;
    margin: 16px 52px 0 0
}

.about-steps .step6 .about-phone {
    float: left;
    width: 295px;
    height: 65px;
    padding: 0 0 0 38px;
    background: url(../img/core/about-phone.png) 0 0 no-repeat
}

.about-steps .step6 .about-phone h3 {
    margin: 0
}

.about-steps .step6 .about-phone a {
    display: inline-block;
    margin: 12px 0 0 50px;
    text-decoration: none
}

.about-steps .step6 .about-phone a:hover {
    text-decoration: underline
}

.about-steps .step7 {
    position: relative;
    height: 500px;
    padding: 4px 0 0 60px;
    font: 400 14px/20px 'Open Sans', sans-serif;
    color: #666
}

.about-steps .step7 .about-icon {
    position: absolute;
    top: -2px;
    left: 4px;
    width: 36px;
    height: 36px;
    background: url(../img/core/about-icon1.png) no-repeat
}

.about-steps .step7 h3 {
    margin: 0 0 20px
}

.about-steps .step7 .services-list {
    margin: 34px -14px 0
}

.about-steps .step8 {
    position: relative;
    height: 254px;
    padding: 4px 0 0 60px;
    font: 400 14px/20px 'Open Sans', sans-serif
}

.about-steps .step8 .about-icon {
    position: absolute;
    top: -2px;
    left: 4px;
    width: 36px;
    height: 36px;
    background: url(../img/core/about-icon2.png) no-repeat
}

.about-steps .step8 h3 {
    margin: 0 0 20px
}

.about-steps .step8 .about-phone {
    float: left;
    width: 204px;
    margin: 20px 0 0 0;
    font-size: 13px;
    color: #666
}

.about-steps .step8 .about-phone span {
    font-size: 22px;
    color: #000
}

.about-steps .step8 .about-callback {
    float: left;
    height: 32px;
    padding: 0 20px 0 38px;
    margin: 28px 38px 0 0;
    background: #fff url(../img/core/about-icon-phone.png) 12px 50% no-repeat;
    border-radius: 12px;
    font: normal 14px/32px Arial, sans-serif;
    color: #15c;
    text-decoration: none
}

.about-steps .step8 .btn {
    float: left;
    margin: 25px 0 0
}

.about-presentation-links {
    margin: 70px 0
}

.gallery-albums {
    list-style: none;
    line-height: 0;
    font-size: 0;
    padding: 0;
    margin: 0;
    margin: 50px 0
}

.gallery-albums li {
    display: inline-block;
    width: 230px;
    min-height: 230px;
    margin: 0 44px 30px;
    font: 400 13px/18px 'Open Sans', sans-serif;
    color: #212121;
    text-align: center;
    vertical-align: top
}

.gallery-albums li .photo {
    position: relative;
    width: 210px;
    height: 140px;
    padding: 9px;
    margin: 0 0 14px;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 3px
}

.gallery-albums li .photo:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    -webkit-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    transform: rotate(6deg);
    z-index: -1
}

.gallery-albums li .photo:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    z-index: -1
}

.gallery-albums li .photo img {
    border: none
}

.gallery-albums li .photo .photo-num {
    position: absolute;
    top: 10px;
    left: 229px;
    padding: 0 4px;
    background: #5cad2f;
    border-left: 1px solid #4a8a26;
    border-radius: 0 2px 2px 0;
    font-size: 11px;
    line-height: 18px;
    color: #fff
}

.seo-pic {
    margin: -17px -30px 10px
}

.seo-title {
    margin: 10px -14px 25px
}

.seo-title h1 {
    margin: 0;
    font-size: 23px
}

.kmb-title {
    margin-top: -70px
}

.seo-recommend {
    position: relative;
    margin: 40px 10px 60px -14px;
    padding: 1px 70px 1px 20px;
    background: #fff
}

.seo-recommend:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -40px;
    border-left: 40px solid #fff;
    border-top: 120px solid transparent;
    border-bottom: 120px solid transparent;
    -moz-border-right-colors: transparent
}

.seo-recommend .seo-flag {
    position: absolute;
    top: -160px;
    right: -240px;
    width: 481px;
    height: 408px;
    background: url(../img/core/seo-flag.png) no-repeat
}

.seo-recommend ul {
    padding-left: 10px;
    line-height: 22px
}

#mailing {
    list-style: none
}

#mailing li {
    margin: 5px 0
}

#mailing li span {
    font: 400 12px 'Open Sans', sans-serif;
    color: #666
}

#mailing li a {
    font: 400 15px 'Open Sans', sans-serif;
    margin: 5px 0;
    text-decoration: none
}

#mailing li a:hover {
    text-decoration: underline
}

.seo-mailing-title {
    position: relative;
    padding: 25px 240px 25px 30px;
    margin: 60px -14px 0;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    box-shadow: 0 9px 0 -5px #fff, 0 9px 0 -4px #dcdcdc, 0 18px 0 -10px #fff, 0 18px 0 -9px #dcdcdc
}

.seo-mailing-title:after {
    content: '';
    position: absolute;
    top: -25px;
    right: 40px;
    width: 128px;
    height: 145px;
    background: url(../img/core/seo-mailing-title.png) no-repeat
}

.seo-mailing-title h3 {
    margin: 0
}

.seo-mailing {
    padding: 40px 0 40px 82px;
    margin: 8px -4px 34px;
    background: #e4e0cf;
    font: 600 18px/28px 'Open Sans', sans-serif;
    color: #212121
}

.seo-mailing form {
    margin: 4px 0 0
}

.seo-mailing form input {
    float: left;
    width: 330px;
    height: 16px;
    padding: 9px 10px;
    margin: 0 10px 0 0;
    background: #fff;
    border: 1px solid #cecccc;
    border-radius: 3px;
    font-size: 13px;
    color: #999
}

.seo-all {
    float: right;
    margin: 2px 0
}

.seo-list {
    list-style: none;
    line-height: 0;
    font-size: 0;
    padding: 0;
    margin: 0;
    margin: 24px 0 36px
}

.seo-list li {
    padding: 14px 20px 20px;
    margin: 0 0 20px;
    overflow: hidden;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    font-size: 13px;
    line-height: 18px;
    color: #484848
}

.seo-list li .seo-list-date {
    font-size: 12px;
    color: #b6b3a6
}

.seo-list li .seo-list-photo {
    float: right;
    margin: 10px 0 20px 20px
}

.seo-list li .seo-list-reviews {
    display: inline-block;
    padding: 0 0 0 23px;
    margin: 0 0 0 20px;
    background: url(../img/core/seo-reviews-icon.png) 0 50% no-repeat
}

.seo-list li .seo-list-title {
    margin: 10px 0 14px;
    font: 400 16px 'Open Sans', sans-serif
}

.seo-list li .seo-list-title a {
    text-decoration: none
}

.seo-list li .seo-list-title a:hover {
    text-decoration: underline
}

.seo-list li .btn {
    display: block;
    width: 116px;
    height: 26px;
    margin: 18px 0 0;
    font-size: 13px;
    line-height: 26px;
    text-align: center
}

.seo-reviews {
    list-style: none;
    line-height: 0;
    font-size: 0;
    padding: 0;
    margin: 0;
    margin: 25px 0 55px
}

.seo-reviews li {
    position: relative;
    padding: 0 1px 2px 10px;
    margin: 0 0 30px -10px;
    overflow: hidden
}

.seo-reviews li:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    border-right: 10px solid rgba(0, 0, 0, 0.1);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    -moz-border-left-colors: transparent
}

.seo-reviews li:after {
    content: '';
    position: absolute;
    top: -10px;
    left: 1px;
    border-right: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    -moz-border-left-colors: transparent
}

.seo-reviews li .seo-reviews-descn {
    padding: 5px 20px;
    background: #fff;
    border-radius: 0 3px 3px 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    font-size: 13px;
    line-height: 18px;
    color: #484848
}

.social-container {
    padding: 3px 0 35px 0
}

.social-container .backlink {
    padding-left: 10px;
    line-height: 16px;
    position: relative
}

.social-container .backlink:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 6px;
    left: 0;
    background: url(../img/core/link-pic.png) 0 0 no-repeat
}

.social-container .social-list, .social-container .social-list li {
    list-style: none;
    line-height: 0;
    font-size: 0;
    padding: 0;
    margin: 0
}

.social-container .social-list {
    display: inline-block;
    float: right
}

.social-container .social-list li {
    display: inline-block;
    margin: 0 2px
}

.social-container .social-list li a {
    font-size: 0;
    line-height: 0;
    display: block
}

.social-container .print {
    display: inline-block;
    float: right;
    text-decoration: none;
    line-height: 20px;
    padding-left: 24px;
    margin-left: 20px;
    position: relative
}

.social-container .print > span {
    border-bottom: 1px dotted #15c
}

.social-container .print:before {
    content: '';
    display: inline-block;
    position: absolute;
    background: url(../img/core/print-pic.png) 0 0 no-repeat;
    width: 14px;
    height: 14px;
    top: 3px;
    left: 0
}

.content-title {
    padding: 17px 25px;
    margin-left: -15px;
    font-size: 23px;
    background-color: #4a9d5d;
    color: #fff;
}

.text-area {
    background-color: #fff;
    padding: 0 25px 20px;
    margin-left: -15px;
    overflow: hidden
}

.text-area img {
    margin: 0 5px
}

.article-review-wrap {
    overflow: hidden;
    margin-top: -20px;
    margin-bottom: 20px
}

.seo-article-review {
    margin: 30px 0 25px;
    overflow: hidden
}

.seo-article-review .user-name {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-right: 5px
}

.seo-article-review .review-num {
    font-size: 12px
}

.seo-article-review .review-text {
    background-color: #fff;
    position: relative;
    padding: 1px 20px;
    margin: 20px 0 5px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2)
}

.seo-article-review .review-text .review-opt {
    margin: 0 -20px;
    padding: 12px 20px;
    border-top: 2px solid #e8e9e9
}

.seo-article-review .review-text .review-opt > a {
    display: inline-block;
    margin: 0 22px;
    position: relative
}

.seo-article-review .review-text .review-opt > a:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 14px;
    height: 14px;
    left: -23px;
    top: 4px;
    background: url(../img/core/review-opt-pic.png) -96px 0 no-repeat
}

.seo-article-review .review-text .review-opt > a:first-child:before {
    background: url(../img/core/review-opt-pic.png) 0 0 no-repeat;
    top: 3px
}

.seo-article-review .review-text:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-bottom: 9px solid #e8e6dd;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid transparent;
    top: -18px;
    left: 17px
}

.seo-article-review .review-text:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid transparent;
    top: -16px;
    left: 18px
}

.frm.seo-article-rew {
    display: inline-block
}

.frm.seo-article-rew > .frm-input {
    float: none;
    display: inline-block;
    vertical-align: top
}

.frm.seo-article-rew > .frm-input:first-child {
    margin-right: 20px
}

.frm.seo-article-rew > .frm-textarea {
    float: none;
    display: block
}

.frm.seo-article-rew > .frm-textarea textarea {
    font: normal 12px Arial;
    box-sizing: border-box;
    width: 100%;
    resize: none
}

.footer-info {
    clear: both;
    background: #dbd9ce;
    color: #555
}

.footer-info .block-in {
    width: 960px;
    padding: 20px 10px 40px
}

.footer-info .block-title {
    padding: 0 0 15px;
    font: 400 23px 'Open Sans', sans-serif, sans-serif
}

.footer-info .block-list {
    list-style: none;
    line-height: 0;
    font-size: 0;
    padding: 0;
    margin: 0;
    padding: 20px 0 0;
    overflow: hidden
}

.footer-info .block-list li {
    float: left;
    min-width: 100px;
    padding: 0 0 0 28px;
    font-size: 11px;
    line-height: 19px;
    color: #838383
}

.footer-info .block-list li:first-child {
    padding-left: 0
}

.footer-info .block-list li.address {
    font-size: 12px;
    line-height: 19px;
    color: #555
}

.footer-info .block-list li a {
    text-decoration: none
}

.footer-info .block-list li a:hover {
    text-decoration: underline
}

.footer {
    min-height: 150px
}

.footer .block-in {
    overflow: hidden
}

.footer .copyt {
    float: left;
    width: 228px;
    padding: 46px 0 0 32px;
    margin: 36px 0 20px 10px;
    background: url(../img/core/mega-bot.png) 0 0 no-repeat;
    font-size: 11px;
    color: #555
}

.footer .copyt a {
    text-decoration: none
}

.footer .copyt a:hover {
    text-decoration: underline
}

.footer .counters {
    float: right;
    width: 280px;
    margin: 50px 10px 20px 0;
    text-align: right
}

.footer .footer-note {
    margin: 44px 0 20px;
    overflow: hidden;
    font-size: 11px
}

.footer .footer-note p {
    margin: 0 0 10px
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100001;
    text-align: center
}

.popup:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle
}

.popup .popup-in {
    position: relative;
    display: inline-block;
    width: 420px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    text-align: left;
    vertical-align: middle
}

.popup .popup-close {
    position: absolute;
    top: 26px;
    right: 26px;
    width: 12px;
    height: 12px;
    background: url(../img/core/popup-close.png) no-repeat;
    cursor: pointer
}

.popup .popup-title {
    padding: 20px;
    font: 600 16px 'Open Sans', sans-serif;
    color: #232323;
    border-bottom: 2px solid #ddd
}

.popup .popup-body {
    margin: 20px;
    font-size: 14px;
    color: #484848
}

.popup .popup-body .frm {
    padding: 0 20px
}

#main_wrp {
    margin: 0 auto;
    width: 670px
}

#main_wrp .head {
    color: #666;
    font: italic 18px/66px Arial;
    height: 66px;
    padding-right: 25px;
    text-align: left
}

#main_wrp .header {
    font-size: 23px;
    line-height: normal;
    padding: 17px 25px;
    border: none
}

#main_wrp .hrd_1 {
    background: none repeat scroll 0 0 #4a9d5d;
    color: #fff
}

#main_wrp .hrd_2 {
    background: none repeat scroll 0 0 #bdd1e6;
    color: #4b4b4b;
    font-size: 18px
}

#main_wrp .hrd_3 {
    background: none repeat scroll 0 0 #ffddae;
    color: #4b4b4b;
    font-size: 18px
}

#main_wrp h2 {
    color: #4b4b4b;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    padding: 0
}

#main_wrp .text-area {
    padding: 24px;
    margin-left: 0
}

#main_wrp .text-area p {
    color: #333;
    font-size: 13px;
    line-height: 17px
}

#main_wrp .text-area em {
    color: #333;
    font-size: 13px;
    line-height: 17px
}

#main_wrp .text-area ol li {
    color: #333;
    font-size: 13px;
    line-height: 17px
}

.teaser-mailing a.highslide img {
    cursor: pointer !important
}

#tooltip {
    position: absolute;
    display: none;
    z-index: 99;
    line-height: normal;
    margin: 10px
}

#tooltip p {
    padding: 0;
    margin: 5px 0
}

.tooltip-1 {
    box-shadow: 0 4px 18px #999;
    border-radius: 3px;
    background: #fff;
    padding: 10px 15px;
    color: #474747;
    font-size: 13px;
    min-width: 400px;
    max-width: 400px
}

.tooltip-2 {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    background: #fff;
    overflow: hidden
}

.tooltip-2, .tooltip-2 img {
    border-radius: 10px
}

.tooltip-3 {
    box-shadow: 0 4px 18px #999;
    border-radius: 3px;
    background: #fff;
    padding: 10px 15px;
    color: #474747;
    font-size: 13px;
    min-width: 160px;
    max-width: 400px
}

.tooltip-3 small {
    font-size: .9em;
    color: #696969
}

.has_hint {
    border-bottom: 1px dashed #15c;
    cursor: pointer
}

.tooltip, .site-promo-popup {
    display: none
}

.controlls-in-heading .highslide-heading.highslide-heading-order {
    height: 0;
    background: none;
    text-align: right
}

.controlls-in-heading .highslide-heading.highslide-heading-order .btn {
    margin: 4px 2px 0 0;
    cursor: pointer;
    position: absolute;
    left: 50%;
    margin-left: -115px;
    top: -50px
}

.controlls-in-heading .closebutton {
    top: -20px;
    left: 20px
}

.controlls-in-heading .highslide-controls {
    width: 165px !important
}

.controlls-in-heading .highslide-full-expand {
    display: none
}

table.compare {
    border-collapse: collapse;
}

table.compare th {
    background: #5cad2f;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    padding: 5px 3px;
    border-right: 1px solid #aee093
}

table.compare th.caption {
    font-size: 18px;
    font-weight: normal;
    padding: 10px 3px
}

table.compare th.bgcol0 {
    background: #5cad2f;
    border-top: 1px solid #aee093;
    height: 32px;
    text-align: center
}

table.compare th.bgcol1 {
    background: #519b28;
    border-top: 1px solid #aee093;
    text-align: center
}

table.compare th.bgcol2 {
    background: #468e1f;
    border-top: 1px solid #aee093;
    text-align: center
}

table.compare td {
    text-align: center;
    font-size: 13px;
    border: 1px solid #dedddd
}

table.compare td.name {
    text-align: left;
    padding: 4px 5px 4px 10px;
    font-size: 12px
}

table.compare td.name strong {
    font-size: 14px;
    line-height: 22px;
    color: #fff
}

table.compare .colr {
    background: #5cad2f
}

table.compare td.bgcol1 {
    background: #f4f2e9
}

table.compare td.bgcol2 {
    background: #ebe7d8
}

.region-phones-block {
    box-shadow: 0 4px 18px #999;
    border-radius: 3px;
    background: #fff;
    padding: 10px 15px;
    min-width: 215px;
    position: absolute;
    display: none;
    margin: 0 10px 0 0;
    z-index: 99
}

.region-phones-block .tels, .region-phones-block .tels li {
    list-style: none;
    line-height: 0;
    font-size: 0;
    padding: 0;
    margin: 0
}

.region-phones-block .tels a {
    color: #474747;
    text-decoration: none
}

.region-phones-block .tels a:hover {
    text-decoration: underline
}

.region-phones-block .tels li {
    color: #474747;
    padding: 0 0 7px 30px;
    font: 13px 'Open Sans', sans-serif;
    line-height: normal
}

.region-phones-block .tels li.region {
    color: #646464;
    background: url(../img/core/flags.png) 0 0 no-repeat;
    padding-top: 3px;
    font-weight: 600
}

.region-phones-block .tels li.region.ua {
    background-position: 0 -74px
}

.region-phones-block .tels li.region.by {
    background-position: 0 -47px
}

.region-phones-block .tels li.region.kz {
    background-position: 0 -101px
}

.region-phones-block .tels li.region.uz {
    background-position: 0 -129px
}

.region-phones-block .tels li.region.ch {
    background-position: 0 7px
}

.highslide img, .highslide:hover img {
    border: none !important
}

.info {
    box-shadow: 0 1px 3px #999;
    border-radius: 3px;
    background: #fff;
    padding: 10px 15px;
    color: #474747;
    font-size: 13px;
    margin: 5px 0 25px
}

.frm select {
    vertical-align: middle;
    border-radius: 2px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.16);
    border: 1px solid #ccc;
    padding: 8px 10px
}

.frm label.frm-input, .frm label.frm-textarea {
    display: block
}

.s3-form label {
    float: none
}

.s3-form .note {
    font-weight: normal;
    font-size: 11px;
    margin: 2px
}

.landing .tarif-reviews {
    width: 880px;
    margin: 0 auto
}

.site-promo {
    position: relative;
    width: 661px;
    height: 100%
}

.site-promo img {
    display: block;
    border: none
}

.site-promo .site-promo-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 316px;
    background: url(/g/spacer.gif) repeat
}

.site-promo .site-promo-popup {
    position: absolute;
    display: none;
    background: #fff;
    z-index: 99
}

.site-promo .site-promo-popup img {
    border: none;
    box-shadow: 0 0 10px #636362;
    border-radius: 5px
}

.site-promo-time {
    position: static;
    text-align: center;
    padding: 8px 0 0 43px;
    opacity: 0
}

.site-promo-time ins {
    position: relative;
    float: left;
    width: 32px;
    height: 35px;
    margin: 0 6px 0 0;
    background: #ffe75f;
    font: 600 18px/25px 'Open Sans', sans-serif, sans-serif;
    color: #000;
    border: 1px solid #ebd140;
    text-decoration: none;
    border-radius: 3px;
    box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.11)
}

.site-promo-time ins span {
    position: absolute;
    top: 22px;
    left: 0;
    right: 0;
    font: 400 9px 'Open Sans', sans-serif, sans-serif;
    color: #626262
}

.site-promo-time ins.red-warn {
    color: #f00
}

.site-promo-time .site-promo-time_delmtr {
    float: left;
    width: 3px;
    height: 14px;
    margin: 8px 2px 0 -4px;
    background: url(../img/core/colon.png) 0 0 no-repeat
}

.zag {
    color: #344769;
    font: normal 20px Arial, sans-serif
}

.cpb_1 {
    height: 212px;
    margin-right: -35px;
    position: relative
}

.cpb_1 .cpb_1_inner {
    position: absolute;
    top: 0;
    right: 40px;
    padding: 56px 0 0 271px
}

.cpb_2 {
    height: 586px;
    position: relative
}

.cpb_amount {
    font-size: 55px;
    text-align: center;
    position: absolute;
    top: 135px;
    left: 473px;
    color: #2d353e
}

.cpb_2 p {
    line-height: 22px;
    margin: 0 0 3px;
    padding: 0
}

.cpb_3 {
    height: 88px;
    position: relative
}

.cpb_4 {
    height: 519px;
    position: relative
}

.cpb_5 {
    height: 186px;
    position: relative
}

.cpb_6 {
    height: 339px;
    position: relative
}

#ord_form {
    padding: 20px 20px 25px;
    margin: 0;
    text-align: left;
    font-size: 14px;
    background: url(/d/78523/t/img/moneyback.png) bottom right no-repeat
}

#ord_form input.big {
    padding: 2px 0;
    margin: 0
}

#ord_form input.small {
    padding: 2px 0;
    margin: 0
}

#ord_form select.small {
    width: 294px;
    padding: 2px 0;
    margin: 0
}

#ord_form label {
    cursor: pointer
}

#ord_form label input {
    padding: 0 2px;
    min-height: 13px
}

#change-tariff-win {
    display: none;
    position: absolute;
    left: 145px;
    margin: 22px 0 0;
    width: 340px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 18px #999;
    padding: 22px 0
}

#change-tariff-win > span.closebutton {
    top: -15px;
    right: -15px;
    left: auto;
    position: absolute;
    display: block
}

#change-tariff-win div {
    font: 400 16px 'Open Sans', sans-serif, sans-serif;
    padding: 13px 0 0 25px;
    margin: 10px 15px 10px;
    border-top: 1px solid #dcd8c7;
    color: #000
}

#change-tariff-win div:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: none
}

#change-tariff-win ul, #change-tariff-win li {
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
    list-style: none
}

#change-tariff-win a {
    padding: 0 25px 0 50px;
    font: 400 13px/25px 'Open Sans', sans-serif, sans-serif;
    color: #15c;
    text-decoration: none;
    display: block;
    background-repeat: no-repeat;
    background-position: 30px 6px;
    background-image: url(../img/core/tarif-radio-normal.png)
}

#change-tariff-win a:hover {
    color: #363636;
    background-color: #f4f2e9;
    background-image: url(../img/core/tarif-radio-hover.png)
}

#change-tariff-win a.change-tariff-selected {
    background-image: url(../img/core/tarif-radio-selected.png)
}

#change-tariff-btn {
    border-bottom: 1px dotted #15c;
    color: #15c;
    position: relative;
    text-decoration: none;
    margin: 0 0 0 10px
}

#change-tariff-btn span {
    position: absolute;
    background: url(../img/core/tarif-arrow.png) 0 0 no-repeat;
    width: 11px;
    height: 7px;
    display: block;
    top: 50%;
    right: -21px;
    margin: -2px 0 0 0
}

.highslide-frm, .highslide-frm .highslide-html-content, .highslide-frm .highslide-html {
    overflow: visible !important
}

.highslide-frm iframe {
    overflow: hidden
}

.highslide-frm .highslide-move {
    display: none
}

.highslide-frm .highslide-close a {
    background: url(/shared/highslide-4.1.13/graphics/close.png) 0 0 no-repeat;
    height: 30px;
    width: 30px;
    font-size: 0;
    line-height: 0;
    right: -20px;
    top: -20px;
    position: absolute
}

.highslide-frm .highslide-resize {
    display: none !important
}

.crimea-sites {
    margin-bottom: 20px !important
}

.crimea-sites, .crimea-sites > li {
    list-style: none;
    line-height: 0;
    font-size: 0;
    padding: 0;
    margin: 0
}

.crimea-sites li {
    display: inline-block;
    margin: 20px 25px 25px;
    width: 221px
}

.crimea-site-name {
    line-height: normal;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    padding: 0 13px 10px
}

.crimea-site-image {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    background: #fff;
    padding-bottom: 14px
}

.crimea-site-image img {
    margin-bottom: 17px
}

.crimea-site-image .btn {
    font-size: 12px
}

.crimea-site-view {
    font-size: 12px;
    margin: 0 26px 0 21px;
    text-decoration: underline
}

body .closebutton {
    top: -21px;
    left: 21px
}

.full-width-content .left-nav-bar {
    display: none
}

.full-width-content .container {
    margin: 0
}

.full-width-content .block-main .block-in {
    width: auto
}

.full-width-content .patern-container {
    margin: -1px 0 15px;
    padding: 0 0 80px
}

.full-width-content .content {
    min-width: 1190px;
    position: relative;
    padding: 0 30px 50px
}

.panel-top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    min-height: 30px;
    padding-bottom: 6px;
    text-align: left;
}

.panel-top .container-inner {
    width: 980px;
    margin: 0 auto
}

.panel-top .container-expand {
    background-color: #109c3a;
    color: #fff;
    display: none
}

.panel-top .container-expand a {
    color: #fff
}

.panel-top .container-simple {
    background-color: #505050;
    min-height: 30px;
    color: #fff;
}

.panel-top .container-simple a {
    color: #fff
}

.panel-top .container-simple .side-l {
    float: left;
    width: 440px;
    height: 30px;
    position: relative
}

.panel-top .container-simple .side-r {
    margin-left: 320px;
    text-align: center
}

.panel-top .drop-button {
    background: url(../img/core/mega-top.png) 0 0 no-repeat;
    position: absolute;
    top: 0;
    left: -38px;
    width: 270px;
    height: 50px;
    padding: 0 30px;
    line-height: 0;
    font-size: 0
}

.panel-top .drop-button a {
    display: block;
    cursor: pointer;
    width: 215px;
    height: 45px;
    text-decoration: none;
    position: relative;
    background: transparent
}

.panel-top .drop-button a span {
    background: url(../img/core/mega-top-arr.png) 12px 18px no-repeat;
    position: absolute;
    right: -41px;
    width: 34px;
    height: 100%;
    display: block
}

.panel-top .login-button {
    position: absolute;
    top: 0;
    left: 302px;
    font-size: 12px
}

.panel-top .login-button a {
    background: url(../img/core/icon-login.png) 0 9px no-repeat;
    display: inline-block;
    cursor: pointer;
    padding-left: 24px;
    height: 30px;
    text-decoration: none;
    color: #fff
}

.panel-top .login-button a strong {
    display: inline-block;
    line-height: 1;
    border-bottom: 1px dotted #fff;
    margin-top: 10px
}

.panel-top.opened .container-expand {
    display: block
}

.panel-top.opened .drop-button span {
    background-position: 12px -30px
}

.menu-service-top {
    padding: 14px 45px 13px;
    text-align: left;
    font-size: 13px
}

.menu-service-top ul, .menu-service-top ul li {
    list-style: none;
    line-height: 0;
    font-size: 0;
    padding: 0;
    margin: 0
}

.menu-service-top table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

.menu-service-top table th, .menu-service-top table td {
    vertical-align: top;
    text-align: left;
    padding: 0;
    margin: 0
}

.menu-service-top table td.col-left {
    width: 21%;
    border-right: 1px dotted #fff
}

.menu-service-top table td.col-right {
    padding-left: 50px
}

.menu-service-top ul.service-list {
    width: 100%;
    padding-bottom: 6px
}

.menu-service-top ul.service-list li {
    margin: 6px 0
}

.menu-service-top ul.service-list li a {
    cursor: pointer;
    display: inline-block;
    background: url(../img/core/menu-top-marker.png) 0 4px no-repeat;
    padding-left: 16px;
    padding-right: 4px;
    line-height: 14px;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: #fff
}

.menu-service-top ul.service-list li a:hover {
    text-decoration: underline
}

.menu-service-top ul.service-list li a sub {
    vertical-align: baseline
}

.menu-service-top .top-mega-services {
    float: left
}

.menu-service-top .top-mega-services table {
    width: auto;
    border: 0;
    border-spacing: 0;
    padding: 0;
    margin: 0
}

.menu-service-top .top-mega-services table td {
    font: normal 13px/16px Arial, Helvetica, sans-serif;
    color: #fff;
    cursor: default;
    vertical-align: middle
}

.menu-service-top .top-mega-services table a {
    text-decoration: none;
    font: bold 13px/16px Arial, Helvetica, sans-serif;
    color: #fff
}

.menu-service-top .top-mega-services table a:hover {
    text-decoration: underline
}

.menu-service-top .top-mega-services.left {
    width: 410px
}

.menu-service-top .top-mega-services.left td {
    padding: 4px 24px 3px 28px
}

.menu-service-top .top-mega-services.right td {
    padding: 4px 10px 3px 24px
}

.menu-service-top .top-mega-services td.last {
    padding-right: 0
}

.menu-service-top .top-mega-services-head {
    padding-left: 10px;
    font: normal 12px/18px Arial, Helvetica, sans-serif;
    color: #a6f0bc
}

.mega-apps {
    background: url(../img/core/mega-apps-icons.png) 0 0 no-repeat;
    width: 16px;
    height: 16px;
    text-decoration: none;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    zoom: 1
}

.mega-apps.android {
    background-position: 0 0;
    margin-left: 7px
}

.mega-apps.android:hover {
    background-position: 0 -19px
}

.mega-apps.ios {
    background-position: -19px 0
}

.mega-apps.ios:hover {
    background-position: -18px -19px
}

.mega-apps.vk {
    background-position: -39px 0
}

.mega-apps.vk:hover {
    background-position: -39px -19px
}

.nav-top, .nav-top li, .nav-top ul {
    list-style: none;
    line-height: 0;
    font-size: 0;
    padding: 0;
    margin: 0
}

.nav-top {
    display: inline-block;
    vertical-align: top;
    text-align: left
}

.nav-top > li {
    display: inline-block;
    vertical-align: top
}

.nav-top > li a {
    cursor: pointer;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #fff
}

.nav-top > li a:hover {
    text-decoration: underline
}

.nav-top > li a.active {
    text-decoration: none
}

.nav-top > li.current a, .nav-top > li.current a:hover {
    text-decoration: none;
    color: #fff
}

.nav-top ul {
    box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
    position: absolute;
    text-align: left;
    width: 200px;
    z-index: 1000;
    display: none
}

.nav-top ul ul {
    margin: 0 0 0 1px
}

.nav-top li li {
    box-shadow: rgba(0, 0, 0, 0.1) 0 -1px 0;
    margin-top: 1px
}

.nav-top li li a {
    display: block;
    cursor: pointer;
    background-color: #00c380;
    padding: 5px 15px;
    line-height: normal;
    font-size: 12px;
    text-decoration: none;
    color: #fff
}

.nav-top li li a:hover, .nav-top li li a.active {
    background-color: #00db90
}

.i-like-it-wrap {
    padding: 20px 0;
    white-space: nowrap
}

.i-like-it {
    display: inline-block;
    vertical-align: top
}

.video-tour {
    position: relative;
    margin-top: 40px;
    height: 213px;
    display: block;
    background: url(../img/core/video-tour.png)
}

.lp-double {
    float: left !important;
    width: 46%;
    padding-right: 50px;
    margin: 0
}

.lp-double:last-child {
    padding-right: 0
}

.lp-double .seo-mailing {
    padding: 22px 0 40px 35px
}

.lp-double .seo-mailing-title {
    margin: 0 -14px 0
}

.lp-double .seo-mailing form input {
    margin: 0 10px 10px 0;
    float: none
}

.baron-wrapper {
    position: relative;
    overflow: hidden
}

.baron-scroller {
    overflow-y: scroll;
    max-height: 260px
}

.baron-scroller::-webkit-scrollbar {
    width: 0
}

.baron-scroller-bar {
    position: absolute;
    z-index: 1;
    right: 0;
    background: #333;
    width: 8px;
    border-radius: 4px;
    opacity: .4;
    transition: opacity .2s ease
}

.baron-scroller-bar:hover {
    opacity: .8
}

.baron-container {
    overflow: hidden
}

.t_promo .t_counter {
    text-align: center;
    display: block !important;
    padding-top: 10px
}

.t_promo .site_timer {
    display: inline-block;
    padding: 8px 0 0
}

.t_promo .site_timer ins {
    margin: 0 10px 0 0
}

.t_promo .site_timer .site-promo-time_delmtr {
    margin: 8px 0 0 -6px
}

.counter-in-slider {
    position: absolute;
    top: 145px;
    left: -10px
}

.counter-in-slider .site-promo-time {
    padding-left: 41px
}

.counter-in-slider ins {
    background: none;
    border: none;
    width: 38px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 1px 0 0;
    text-align: center;
    font-size: 18px;
    box-shadow: none
}

.counter-in-slider span {
    display: none
}

.mega-pluses {
    list-style: none;
    line-height: 0;
    font-size: 0;
    padding: 0;
    margin: 0;
    margin: 35px 5px 52px;
    counter-reset: li
}

.mega-pluses li {
    font-size: 14px;
    line-height: 19px;
    color: #333;
    padding: 0 0 12px 35px;
    position: relative
}

.mega-pluses li:after {
    content: counter(li) '.';
    counter-increment: li;
    position: absolute;
    top: -1px;
    left: -3px;
    font-size: 25px;
    line-height: 25px;
    color: #9f9f9f;
    font-weight: 300
}

.zakazsite__note--green {
    font-size: 18px;
    color: #1aa63e
}

.block-contacts-wrap {
    display: inline-block;
    vertical-align: top;
    width: 320px
}

.block-contacts-wrap1 .block-contacts-phone, .block-contacts-wrap2 .block-contacts-phone {
    height: 175px
}

#selection {
    font: normal 16px 'Open Sans';
    counter-reset: item;
    width: 408px;
    margin: 20px auto 50px
}

#selection-main {
    display: block
}

.selection-main__title {
    font-size: 18px;
    color: #212121;
    font-weight: 600;
    text-align: center;
    margin: 30px 0 20px
}

.selection-caption {
    font-size: 15px;
    font-weight: 600;
    margin: 20px 0 15px
}

.selection-search * {
    box-sizing: border-box
}

.selection-search__field {
    position: relative
}

.selection-search__input {
    width: 100%;
    padding: 8px 90px 8px 12px;
    font-size: 14px;
    border: 2px solid #f8a021;
    border-radius: 5px;
    background-color: #fff;
    outline: none;
    color: #2a2a2a
}

.selection-search__input::-webkit-input-placeholder {
    color: #9c9c9c
}

.selection-search__input:-ms-input-placeholder {
    color: #9c9c9c
}

.selection-search__input::placeholder {
    color: #9c9c9c
}

.selection-search__input:focus {
    background-color: #fff5e6;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3)
}

.selection-search__reset {
    display: none;
    top: 6px;
    right: 6px;
    padding: 7px 9px 6px 28px;
    border-radius: 3px;
    background-clip: padding-box;
    font-size: 12px;
    color: #010101;
    cursor: pointer;
    position: absolute;
    background: #f8a62e url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQRJREFUeNp80s9KQkEYh+HRM+bGCt20UAh3LgpsWVDuvINuwCtw0xXUDbQr2iVBIu4k8BIKigJzFyFI60yULO30Tn6Dw2HyB8/hMH+/YSamlFrHQC1SwiG2McEt6ug4Y9QZVpHEMb5kkUc8Y4Y+Ku6kKRq4RIgL7GEDOZRxI31VxMykd2mwjb6kUMOnLPhXjp3UlB182cQrrgM+ebxI/SsYyn805pxFHOjoAUkgdYeeiT2saU/HTP2fLMZxZ/W0Wh5z1n3c24YdPHlKtUngVK6n7G7bxg9OsCUXnsEuruSMpk9Htz+Xzjfc4QEfGOFIXs38dp1oWdmUUMC3PKcWunbQrwADAJE3OtgwOTc4AAAAAElFTkSuQmCC) 9px 50% no-repeat
}

.selection-search__reset:hover {
    background-color: #f9b147
}

.selection-search__sample {
    padding: 7px 10px 15px;
    color: #5d5d5d;
    font-size: 12px;
    text-align: left
}

.selection-search__sample a {
    text-decoration: none;
    margin: 0 5px;
    background-color: transparent;
    color: #15c;
    border-bottom: 1px dotted #15c
}

.selection-search__sample a:hover {
    border: 0
}

.selection-search__result {
    margin: 15px 0 0
}

.selection-search__result:empty {
    margin: 0
}

.selection-search__result small {
    font-size: 13px
}

.selection-search__list {
    margin: 5px 0;
    padding: 0;
    list-style: none;
    text-align: left
}

.selection-search__list li {
    margin-bottom: 3px;
    margin-left: 25px;
    position: relative
}

.selection-search__list li::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    position: absolute;
    top: 9px;
    left: -13px;
    background-color: #f8a021
}

.selection-search__list a {
    background-color: transparent;
    font-size: 14px;
    color: #15c;
    text-decoration: none;
    cursor: pointer
}

.selection-search__list a:hover {
    text-decoration: underline
}

.selection-step {
    position: relative;
    display: none;
    margin-top: 15px;
    padding: 25px 13px 20px;
    text-align: center;
    color: #333;
    border: 0;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    border-radius: 2px
}

.selection-step + .selection-step {
    margin-top: 35px
}

.selection-step + .selection-step:before {
    position: absolute;
    top: -35px;
    left: 50%;
    width: 1px;
    height: 35px;
    content: '';
    border-left: 1px solid #d8d1b2
}

.selection-step-last {
    border-radius: 2px 2px 0 0
}

.selection-step-number {
    display: none;
    font-size: 15px;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 30px;
    margin: -16px 0 0 -16px;
    border: 1px solid #d8d1b2;
    background: #f4f2e9;
    border-radius: 15px
}

.selection-step-number:before {
    content: counter(item);
    counter-increment: item
}

.selection-step-question {
    margin-bottom: 15px
}

.selection-step-answers {
    font-size: 14px;
    color: #787878
}

.selection-step-answers a {
    font-size: 14px;
    line-height: 36px;
    height: 36px;
    display: inline-block;
    margin: 0;
    padding: 0 13px;
    text-align: center;
    text-decoration: none;
    color: #313131;
    font-weight: 600;
    border-radius: 3px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAIAAADHFsdbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpiuP55BxMDw38gZkDD/5n+I7EZ/kPY/1HUwtT8x+CD6f//MdT8R1b7H8l8sBwDQIABAKmtHK8kZqvMAAAAAElFTkSuQmCC) 0 0 repeat-x;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12);
    position: relative
}

.selection-step-answers a:hover {
    text-decoration: none
}

.selection-step-answers a .sales-label {
    font: bold 11px/18px Arial, Helvetica, sans-serif;
    background: #f94a52;
    color: #fff;
    padding: 0 5px;
    position: absolute;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    left: -9px;
    top: 9px
}

.selection-step-answers a .sales-label::after {
    content: '';
    position: absolute;
    right: -4px;
    top: 0;
    border-width: 9px 0 9px 4px;
    border-color: transparent transparent transparent #f94a52;
    line-height: 0;
    font-size: 0;
    width: 0;
    height: 0;
    border-style: solid
}

.selection-step-answers a.selection-step-answers-active {
    line-height: 32px;
    height: 32px;
    padding: 0 11px;
    border: 2px solid #8ecc6c;
    background: #fff;
    box-shadow: none;
    color: #519c27
}

.selection-step-answers a.selection-step-answers-two {
    width: 140px;
    margin-left: 0
}

.selection-step-answers a.selection-step-answers-two + a {
    margin-left: 9px
}

.selection-step-answers a.selection-step-answers-type2 {
    display: block;
    padding: 0 0 0 43px;
    text-align: left;
    width: 335px;
    margin: 0 auto
}

.selection-step-answers a.selection-step-answers-type2 + a {
    margin-top: 14px
}

.selection-step-answers a.selection-step-answers-type2.selection-step-answers-active .sales-label {
    top: 7px
}

.selection-tooltip {
    display: none
}

.selection-result {
    position: relative;
    display: none;
    padding: 20px 20px 0;
    margin-top: 35px;
    border: 0;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    letter-spacing: -0.3em
}

.selection-result form {
    font-size: 0;
    line-height: 0;
    display: inline-block;
    margin: 0
}

.selection-result input {
    font: normal 16px 'Open Sans';
    width: 200px;
    height: 32px;
    padding: 0 5px;
    vertical-align: middle;
    border: 1px solid #d8d1b2;
    border-radius: 3px 0 0 3px
}

.selection-result input::-webkit-input-placeholder {
    color: #838383
}

.selection-result input:-ms-input-placeholder {
    color: #838383
}

.selection-result input::placeholder {
    color: #838383
}

.selection-result > div {
    letter-spacing: normal
}

.selection-result:before {
    position: absolute;
    top: -35px;
    left: 50%;
    width: 1px;
    height: 35px;
    content: '';
    border-left: 1px solid #d8d1b2
}

.selection-btns {
    text-align: right
}

.selection-order {
    font: 600 14px/34px 'Open Sans';
    display: inline-block;
    height: 34px;
    margin-left: 35px;
    padding: 0 20px 0 15px;
    text-decoration: none;
    color: #fff;
    text-shadow: 0 -1px 0 #3e6e23;
    background-color: #61ad38;
    background-image: linear-gradient(to bottom, #6ab440 0, #53a32b 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6ab440', endColorstr='#53a32b', GradientType=0);
    border-radius: 3px
}

.selection-order:hover {
    background-color: #6dbe42;
    background-image: linear-gradient(to bottom, #75c349 0, #62b738 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#75c349', endColorstr='#62b738', GradientType=0);
    text-decoration: none
}

.selection-order:active {
    background-color: #5aaa2f;
    background-image: linear-gradient(to bottom, #53a429 0, #65b339 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#53a429', endColorstr='#65b339', GradientType=0);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4)
}

.selection-order i {
    display: inline-block;
    width: 11px;
    height: 14px;
    margin-right: 8px;
    vertical-align: middle;
    background: url(../img/core/btn-arr.png) 0 0 no-repeat
}

.selection-callback {
    font: 600 13px 'Open Sans';
    text-decoration: none;
    color: #15c;
    border-bottom: 1px dotted #15c
}

.selection-callback:hover {
    text-decoration: none
}

.selection-result-arrow {
    position: absolute;
    top: -1px
}

.selection-result-arrow:before, .selection-result-arrow:after {
    position: absolute;
    top: 0;
    left: 0;
    content: ''
}

.selection-result-arrow:after {
    margin-left: 1px
}

.selection-result-caption {
    font: 400 14px/18px 'Open Sans', sans-serif;
    color: #5c5c5c;
    text-align: center;
    margin-bottom: 15px
}

.selection-result-name {
    margin-bottom: 4px;
    display: inline-block;
    width: 200px;
    color: #232323;
    font-size: 22px;
    line-height: 22px;
    font-weight: 400;
    vertical-align: top
}

.selection-result-name span {
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 19px;
    margin: 7px 0 0
}

.selection-result-price {
    margin-bottom: 20px;
    display: inline-block;
    width: 160px;
    color: #333;
    text-align: right;
    vertical-align: top
}

.selection-inner-price-wrap {
    display: inline-block
}

.selection-price-old {
    font-size: 30px;
    line-height: 30px;
    font-weight: 400
}

.selection-price-new {
    display: none
}

.selection-promo .selection-price-old {
    font-weight: 600;
    text-decoration: line-through;
    font-size: 16px
}

.selection-promo .selection-price-new {
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    color: #f94a52;
    margin-bottom: 10px;
    display: block
}

.selection-info {
    font: normal 14px 'Open Sans';
    padding: 18px 28px;
    background: url(../img/block/selection/selection-icon.png) 0 50% no-repeat
}

.selection-info a {
    text-decoration: underline;
    color: #15c
}

.selection-info a:hover {
    text-decoration: none
}

.selection-success-note {
    font: normal 12px 'Open Sans';
    line-height: normal;
    text-align: center !important
}

.selection-price-note {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    text-align: left
}

.selection-send {
    position: relative;
    display: none;
    padding: 20px 20px 10px;
    margin-top: 35px;
    border: 0;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    letter-spacing: normal;
    min-height: 70px
}

.selection-send__row {
    font-size: 15px;
    padding: 5px 0 10px;
    overflow: hidden
}

.selection-send__row .btn {
    float: right
}

.selection-send__input {
    width: 100% !important;
    border-radius: 3px !important;
    box-sizing: border-box;
    margin-top: 4px
}

.selection-send__input::-webkit-input-placeholder {
    font-size: .8em
}

.selection-send__input:-ms-input-placeholder {
    font-size: .8em
}

.selection-send__input::placeholder {
    font-size: .8em
}

.selection-send__input--error {
    border-color: #f00 !important
}

.selection-send__progress {
    width: 100%;
    height: 20px;
    border-radius: 5px;
    border: 1px solid #40b639;
    overflow: hidden
}

.selection-send__progress span {
    height: 20px;
    background: #3ec43e;
    width: 0;
    display: block
}

.selection-send .selection-step-question {
    text-align: center
}

.wrap-akkardion-menu {
    width: 416px
}

.akkardion-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.steps-wrap {
    border: 1px solid #d1ccbc;
    border-radius: 3px;
    padding: 9px 13px 6px;
    box-shadow: inset 0 1px 0 0 #ece9dc;
    background: #e4e0cf;
    *zoom: 1;
    cursor: pointer
}

.steps-wrap:before, .steps-wrap:after {
    content: "";
    display: table;
    width: 385px
}

.steps-wrap:after {
    clear: both
}

.akkardion-list > li {
    margin-top: -1px;
    *margin-top: -5px;
    position: relative
}

.akkardion-list > li:first-child .steps-wrap {
    margin-top: 0
}

.left-ak-block {
    float: left;
    width: 30px;
    text-align: center
}

.left-ak-block > span {
    display: inline-block;
    color: #565555;
    font-size: 12px;
    font-weight: 400;
    margin-top: 5px;
}

.right-ak-block {
    margin-left: 47px;
    color: #232323;
    font-size: 17px;
    line-height: 17px;
    padding-top: 4px;
}

.right-ak-block a, .right-ak-block a:hover {
    display: block;
    color: #15c;
    font-size: 13px;
    line-height: 13px;
    margin: 5px 0;
    text-decoration: none
}

.number-block {
    height: 30px;
    width: 31px;
    background-image: url('../img/block/accordeon/steps-icon.png');
    background-repeat: no-repeat
}

.first-step {
    background-position: -1px 0
}

.opened .first-step {
    background-position: -41px 0
}

.second-step {
    background-position: -1px -40px
}

.opened .second-step {
    background-position: -41px -40px
}

.third-step {
    background-position: -1px -80px
}

.opened .third-step {
    background-position: -41px -80px
}

.fours-step {
    background-position: -1px -120px
}

.opened .fours-step {
    background-position: -41px -120px
}

.five-step {
    background-position: -1px -160px
}

.opened .five-step {
    background-position: -41px -160px
}

.dropdown-step {
    margin: 0 6px;
    background-color: #fff;
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    *margin: -5px 6px 0;
    color: #484848;
    font-size: 13px;
    line-height: 15px;
    display: none
}

.dropdown-step > div {
    padding: 15px 25px;
    border-top: 4px solid #d1ccbc
}

p.p-header {
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    margin: 0 0 15px 0;
    padding: 0
}

.services-list {
    list-style: none;
    line-height: 0;
    font-size: 0;
    padding: 0;
    margin: 0;
    margin: 30px 0 40px
}

.services-list li {
    margin: 0 0 12px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12)
}

.services-list li a {
    position: relative;
    display: block;
    padding: 10px 175px 10px 16px;
    font: normal 17px/1.15em 'Open Sans', sans-serif;
    color: #212121;
    text-decoration: none
}

.services-list li a span {
    display: block;
    padding: 0 0 0 7px;
    font-size: 13px;
    line-height: normal;
    color: #888
}

.services-list li a i {
    font-style: normal;
    font-size: 12px;
    color: #15c;
    padding-left: 5px
}

.services-list li a ins {
    position: absolute;
    top: 50%;
    right: 13px;
    margin: -24px 0 0 0;
    background-repeat: no-repeat;
    background-image: url(../img/block/services/_sprite.png);
    width: 156px;
    height: 46px
}

.services-list li a ins.i_rekmala {
    background-position: 0px -203px
}

.services-list li a ins.i_onicon {
    background-position: 0px -152px
}

.services-list li a ins.i_maliver {
    background-position: 0px -50px
}

.services-list li a ins.i_moffer {
    background-position: 0px -101px
}

.services-list li a ins.i_fitnes {
    background-position: 0px -254px;
    width: 142px;
    height: 46px
}

.tarif-included {
    list-style: none;
    line-height: 0;
    font-size: 0;
    padding: 0;
    margin: 0;
    margin: 20px 0 30px
}

.tarif-included li {
    display: inline-block;
    margin: 0 20px 25px 0;
    cursor: pointer;
    vertical-align: top
}

.tarif-included li .t_image {
    display: inline-block;
    width: 32px;
    text-align: right;
    vertical-align: top
}

.tarif-included li .t_desc {
    display: inline-block;
    width: 152px;
    margin: 0 0 0 10px;
    font-size: 13px;
    line-height: 1.3em
}

.tarif-included li .t_desc span {
    background: url(../img/block/tarifIncluded/gray-dot.gif) 1px 100% repeat-x
}

.tarif-included img {
    background-image: url(../img/block/tarifIncluded/_sprite.png);
    background-repeat: no-repeat;
    height: 32px;
    width: 32px
}

.tarif-included img.icon-visa {
    background-position: 0px -746px
}

.tarif-included img.icon-support {
    background-position: 0px -709px
}

.tarif-included img.icon-shop {
    background-position: 0px -672px
}

.tarif-included img.icon-seo {
    background-position: 0px -635px
}

.tarif-included img.icon-sale {
    background-position: 0px -598px
}

.tarif-included img.icon-rekmala {
    background-position: 0px -561px
}

.tarif-included img.icon-registration {
    background-position: 0px -524px
}

.tarif-included img.icon-pages450 {
    background-position: 0px -487px
}

.tarif-included img.icon-pages10 {
    background-position: 0px -450px
}

.tarif-included img.icon-pages1 {
    background-position: 0px -413px
}

.tarif-included img.icon-onicon {
    background-position: 0px -6px
}

.tarif-included img.icon-hosting {
    background-position: 0px -339px
}

.tarif-included img.icon-export {
    background-position: 0px -265px
}

.tarif-included img.icon-domane {
    background-position: 0px -228px
}

.tarif-included img.icon-design {
    background-position: 0px -191px
}

.tarif-included img.icon-delivery {
    background-position: 0px -154px
}

.tarif-included img.icon-colors {
    background-position: 0px -117px
}

.tarif-included img.icon-cms {
    background-position: 0px -80px
}

.tarif-included img.icon-cataloge {
    background-position: 0px -43px
}

.tarif-included img.icon-catalog {
    background-position: 0px -376px
}

.tarif-included img.icon-addons {
    background-position: 0px -302px
}

.tarif-included img.icon-adaptive {
    background-position: 0 -779px
}

.tooltip-left-menu {
    padding: 15px;
    min-width: 455px;
}

.tooltip-left-menu__title {
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-left: 5px
}

.tooltip-left-menu__price {
    font-size: 14px;
    font-weight: 400;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 20px
}

.tooltip-left-menu__price span {
    color: #f8a021
}

.tooltip-left-menu__list {
    margin-top: 0;
    margin-bottom: 0
}

.tooltip-left-menu__list li {
    font-size: 13px;
    line-height: 16px;
    padding-bottom: 7px;
    color: #7c7c7c
}

.tooltip-left-menu__list li span {
    color: #333
}

.tooltip-left-menu__list li.tooltip-left-menu--uniq {
    position: relative;
    color: #e48802
}

.tooltip-left-menu__list li.tooltip-left-menu--uniq span {
    color: #e48802
}

.s3-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10000
}

.s3-popup-overlay:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%
}

.s3-popup {
    max-width: 90%;
    max-height: 90%;
    min-width: 200px;
    min-height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    position: relative;
    margin-top: -80px;
    text-align: left;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    transition: margin-top .3s ease-out, opacity .5s ease-out;
    opacity: 0
}

.s3-popup.s3-popup--showed {
    margin-top: 0;
    opacity: 1
}

.s3-popup__container {
    overflow-y: auto;
    height: 100%
}

.s3-popup__content {
    position: relative;
    padding: 40px 40px 20px 20px
}

.s3-popup--no-padding {
    padding: 0 !important
}

.s3-popup--framed .s3-popup__content {
    font-size: 0
}

.s3-popup--framed iframe {
    border: 0
}

.s3-popup__close {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjE0cHgiIGhlaWdodD0iMTRweCIgdmlld0JveD0iMCAwIDE0IDE0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnNrZXRjaD0iaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoL25zIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggMy4zLjIgKDEyMDQzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5SZWN0YW5nbGUgNTwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHNrZXRjaDp0eXBlPSJNU1BhZ2UiPgogICAgICAgIDxnIGlkPSJzcHJpdGVzIiBza2V0Y2g6dHlwZT0iTVNBcnRib2FyZEdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjA2LjAwMDAwMCwgLTY2NC4wMDAwMDApIiBmaWxsPSIjRkZGRkZGIj4KICAgICAgICAgICAgPGcgaWQ9ImNsb3NlLWIiIHNrZXRjaDp0eXBlPSJNU0xheWVyR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5My4wMDAwMDAsIDYwMS4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMSw3MCBMMjcsNjQgTDI2LDYzIEwyMCw2OSBMMTQsNjMgTDEzLDY0IEwxOSw3MCBMMTMsNzYgTDE0LDc3IEwyMCw3MSBMMjYsNzcgTDI3LDc2IEwyMSw3MCBMMjEsNzAgWiIgaWQ9IlJlY3RhbmdsZS01IiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 10;
    transition: all .4s ease-in-out
}

.s3-popup__close:hover {
    background-color: #53a429
}

.s3-popup__gallery-wrap {
    position: relative;
    overflow: hidden
}

.s3-popup__gallery {
    position: relative;
    overflow: hidden;
    font-size: 0
}

.s3-popup__gallery img {
    max-width: 100%;
    margin: auto
}

.s3-popup--inslide {
    z-index: 2
}

.s3-popup__arrows {
    width: 30px;
    height: 40px;
    background: #f00;
    position: absolute;
    top: 300px;
    cursor: pointer;
    margin-top: -20px;
    z-index: 10;
    display: none
}

.s3-popup__arrows.s3-popup--left {
    left: 20px
}

.s3-popup__arrows.s3-popup--right {
    right: 20px
}

.s3-popup-overlay--closed {
    display: none !important
}

.s3-popup-overlay--opened {
    display: block !important
}

.s3-popup__spinner {
    width: 30px;
    height: 30px;
    background-color: #6fbf44;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    outline: 1px solid transparent;
    z-index: 10;
    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out
}

@-webkit-keyframes rotateplane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

@keyframes rotateplane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

.s3-form-style1 .s3-popup__content {
    padding: 0 !important
}

.s3-form-style2 .s3-popup__content {
    padding: 0 !important
}

.s3-form-style2 .s3-popup {
    overflow: visible;
    border-radius: 3px;
    background-color: transparent !important;
    box-shadow: none !important
}

.s3-form-style2 .s3-popup__close {
    border-radius: 18px;
    width: 36px;
    height: 36px;
    right: -35px;
    top: -35px
}

.s3-form-style2 .s3-popup__close:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.s3-popup__content .frm-title {
    margin: 0 0 20px 0;
    font-size: 24px;
    color: #53a429;
    line-height: 28px;
    font-weight: 600;
    white-space: normal;
}

.s3-popup__content .sended-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #484848
}

.s3-popup__content .sended-content {
    font-size: 16px;
    color: #383838
}

.s3-popup__content .frm-note {
    font-size: 15px;
    color: #484848;
    line-height: 20px
}

.s3-popup__content .frm-wrapper {
    box-sizing: border-box;
    background: #fff;
    padding: 30px;
    position: relative
}

.s3-popup__content .frm-wrapper .req {
    color: #f57474
}

.s3-popup__content .frm-wrapper label {
    display: block;
    font-size: 14px;
    color: #484848;
    font-weight: 600;
    margin-bottom: 10px
}

.s3-popup__content .frm-wrapper label.error input[type=text] {
    border-color: #f57474
}

.s3-popup__content .frm-wrapper input[type=text], .s3-popup__content .frm-wrapper button {
    width: 100%;
    box-sizing: border-box;
    height: auto;
}

.s3-popup__content .frm-wrapper input[type=text] {
    font-size: 14px;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.14);
    color: #484848;
    padding: 8px 10px;
    margin: 6px 0 0;
    outline: none
}

.s3-popup__content .frm-wrapper input[type=text]:focus {
    border-color: #6d9cee
}

.s3-popup__content .frm-wrapper button {
    text-align: center
}

.s3-popup__content .frm-wrapper .btn {
    padding: 3px 14px;
    margin-top: 13px;
    margin-bottom: 24px;
    border-radius: 4px;
    font: 700 17px/36px 'Open Sans', sans-serif;
    color: #fff;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    background-color: #53a429;
    background-image: linear-gradient(-180deg, #66b83b 0, #53a429 100%);
    box-shadow: 0 1px 2px 0 rgba(82, 163, 40, 0.4)
}

.s3-popup__content .frm-wrapper .btn:hover {
    background-image: linear-gradient(-180deg, #80d056 0, #5fb134 100%)
}

.s3-popup__content .frm-wrapper .btn:active {
    background-image: linear-gradient(-180deg, #53a429 0, #53a429 100%);
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.14)
}

.s3-popup__content .frm-wrapper .btn::-moz-focus-inner {
    border: 0
}

.s3-popup__content .frm-note {
    font-size: 15px;
    color: #484848;
}

.steps {
    counter-reset: item;
    font: normal 16px 'Open Sans';
    color: #484848;
    border-left: 1px solid #dddacd
}

.steps .step {
    position: relative;
    margin: 0 0 50px -31px;
    padding-left: 60px
}

.steps .step:before {
    position: absolute;
    border: 2px solid #d8d5c9;
    width: 36px;
    height: 36px;
    display: block;
    border-radius: 20px;
    counter-increment: item;
    content: counter(item);
    text-align: center;
    line-height: 36px;
    margin: -8px 0 0 -50px;
    font-size: 20px;
    color: #4e4e4e;
    background: #f4f2e9
}

.steps .step:last-child {
    background: #f4f2e9
}

.steps .title {
    font-size: 18px;
    color: #333;
    margin: 50px 0 20px 0;
    font-weight: bold
}

.steps .note {
    font-size: 13px
}

.steps dl, .steps dt, .steps dd {
    padding: 0;
    margin: 0;
    font: normal 13px Arial, Helvetica, sans-serif
}

.steps dl {
    margin: 15px 0
}

.steps dt {
    color: #484848;
    font-weight: bold
}

.steps dd {
    padding: 8px 0 8px 12px
}

.steps dd a {
    color: #15c;
    position: relative;
    text-decoration: none
}

.steps dd a:before {
    content: '–';
    position: absolute;
    color: #484848;
    left: -12px;
    top: -1px
}

.steps dd a:hover {
    border-bottom-color: transparent;
    text-decoration: underline
}

.steps .link {
    text-align: right;
    font: normal 16px Arial, Helvetica, sans-serif
}

.steps .link a {
    color: #15c;
    text-decoration: none
}

.steps .link a:hover {
    text-decoration: underline
}

.section-heading {
    font: normal 23px 'Open Sans';
    color: #232323;
    text-align: center;
    padding-bottom: 50px
}

.sales-tools {
    width: 996px;
    margin: 0 auto
}

.sales-tools-video {
    background: #fff
}

.sales-tools-video-wrap {
    width: 996px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0 50px
}

.sales-tools-video-wrap .section-heading {
    padding-bottom: 35px
}

.sales-tools-functions {
    background: #f4f2e9
}

.sales-tools-functions-wrap {
    width: 992px;
    margin: 0 auto
}

.sales-tools-functions-wrap .section-heading {
    padding: 40px 0 30px
}

.sales-tools-functions-wrap .service-items {
    text-align: center
}

.sales-tools-functions-wrap .service-item {
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 13px;
    line-height: 16px;
    width: 203px;
    padding: 20px 13px 65px;
    vertical-align: top
}

.sales-tools-functions-wrap .service-item .service-title {
    text-align: center;
    font: normal 13px 'Open Sans', sans-serif;
    color: #484848;
    padding-bottom: 14px
}

.sales-tools-functions-wrap .service-item img {
    height: 50px;
    text-align: center;
    max-width: 60px;
    margin-bottom: 10px
}

.sales-tools-functions-wrap .tarif-wrap {
    margin: 0
}

.sales-tools-functions-wrap .tarif-wrap .tarif-phones li {
    font-size: 23px
}

.sales-tools-functions-wrap .tarif-wrap .tarif-phones span {
    display: block;
    line-height: 14px
}

.sales-tools-functions-wrap .tarif-wrap .t_btn a {
    width: auto;
    margin-left: 20px;
    padding: 0 30px
}

.sales-tools-functions-wrap .tarif-wrap + .section-heading {
    padding: 55px 0 25px
}

.sales-tools-functions-wrap .tarif-reviews {
    width: 944px;
    margin: 0 auto 70px
}

.sales-tools-functions-wrap .tarif-reviews li {
    margin-left: 15px;
    margin-right: 15px
}

.animate {
    width: 996px
}

.animate .trans-img {
    position: absolute;
    z-index: 100
}

.animate .anim-pulse {
    display: block;
    opacity: 0;
    text-decoration: none;
    width: 211px;
    height: 212px;
    position: absolute;
    top: 70px;
    left: 69px;
    z-index: 11;
    font-size: 0;
    line-height: 0
}

.animate .anim-pulse img {
    max-width: 100%
}

.animate .anim-pulse.active {
    -webkit-animation: pulse 2s infinite ease-in-out;
    animation: pulse 2s infinite ease-in-out
}

.animate .animate .section-heading {
    margin-bottom: 60px;
    width: 730px;
    margin-left: auto;
    margin-right: auto
}

.animate .animate .btn {
    margin: 0 auto
}

.animate .anim-wrap {
    height: 537px;
    position: relative;
    background: url(../img/page/tools/anim-bg.png) 0 0 no-repeat
}

.animate .anim-wrap .section-heading {
    position: absolute;
    margin: 0;
    width: 100%;
    text-align: center;
    bottom: 60px
}

.animate .anim-wrap .btn {
    position: absolute;
    bottom: 47px;
    width: 290px;
    height: 50px;
    left: 50%;
    margin-left: -145px;
    text-align: center;
    line-height: 50px;
    font-weight: 600;
    font-size: 18px
}

.animate .anim-pulse {
    display: block;
    position: absolute;
    width: 233px;
    height: 227px;
    left: 57px;
    top: 64px;
    text-decoration: none;
    font-size: 0;
    line-height: 0
}

.animate .anim-play {
    cursor: pointer;
    z-index: 102;
    margin: 7px auto 0;
    width: 77px;
    height: 77px;
    background: url(../img/page/tools/play.png) 0 0 no-repeat;
    display: none
}

.animate .anim-hover {
    position: absolute;
    width: 133px;
    top: 109px;
    left: 108px;
    cursor: pointer;
    z-index: 105;
    padding: 20px 0
}

.animate .anim-hover:hover .anim-play {
    display: block
}

.animate .anim-hover:hover .anim-text {
    display: none
}

.animate .anim-text {
    width: 69px;
    margin: 0 auto;
    text-transform: uppercase;
    font: 600 30px/30px 'Open Sans', sans-serif;
    z-index: 101
}

.animate .anim-text ins {
    text-decoration: none;
    font-size: 26px
}

.animate .anim-text span {
    display: block;
    text-align: center;
    color: #ee5e5e;
    font-weight: 700;
    font-size: 28px
}

.animate .anim-text:after {
    content: '';
    display: block;
    width: 37px;
    height: 41px;
    background: url(../img/page/tools/hand.png) 0 0 no-repeat;
    position: absolute;
    right: -18px;
    bottom: 17px
}

.animate .anim-wheel {
    position: absolute;
    width: 330px;
    height: 330px;
    left: 10px;
    top: 10px
}

.animate .anim-scale {
    position: absolute;
    width: 60px;
    left: 400px;
    bottom: 187px
}

.animate .whell-part {
    position: absolute;
    width: 330px;
    height: 330px;
    opacity: .1
}

.animate .anim-scale-part {
    width: 60px;
    cursor: pointer
}

.animate .plum-part {
    background: url(../img/page/tools/plum-part.png) 50% 0 no-repeat
}

.animate .green-part {
    background: url(../img/page/tools/green-part.png) 50% 0 no-repeat
}

.animate .blue-part {
    background: url(../img/page/tools/blue-part.png) 50% 0 no-repeat
}

.animate .orange-part {
    background: url(../img/page/tools/orange-part.png) 50% 0 no-repeat
}

.animate .grey-part {
    background: url(../img/page/tools/grey-part.png) 50% 0 no-repeat
}

.animate .grey-scale {
    background: #b5b5b5;
    height: 50px;
    z-index: 5
}

.animate .orange-scale {
    background: #fda361;
    height: 60px;
    z-index: 4
}

.animate .blue-scale {
    background: #4495df url(../img/page/tools/corner.png) 100% 0 no-repeat;
    height: 60px;
    z-index: 3
}

.animate .green-scale {
    background: #0cc680;
    height: 80px;
    z-index: 2
}

.animate .plum-scale {
    background: #d277d9;
    height: 100px;
    z-index: 1
}

.animate .anim-list {
    position: absolute;
    bottom: 175px;
    left: 494px;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.animate .anim-list li {
    padding: 0 0 28px 20px;
    left: 50px;
    position: relative;
    opacity: 0;
    font: normal 17px/19px 'Open Sans', sans-serif
}

.animate .anim-list li:before {
    content: '';
    display: block;
    width: 8px;
    height: 1px;
    position: absolute;
    background: #484848;
    left: 0;
    top: 10px
}

.animate .anim-list li:first-child {
    padding-bottom: 55px
}

.animate .anim-list li p {
    margin: 0
}

.animate .anim-percent {
    position: absolute;
    width: 60px;
    top: 0;
    opacity: 0;
    left: 400px;
    z-index: 10;
    height: 30px;
    background: #ee5e5e;
    text-align: center;
    font: 700 17px/30px 'Open Sans', sans-serif;
    color: #fff;
    border-radius: 2px
}

.animate .anim-percent:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-top: 6px solid #ee5e5e;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: none;
    bottom: -6px;
    left: 50%;
    margin-left: -6px
}

.presentations-container {
    width: 960px;
    padding: 0 10px;
    margin: 0 auto;
    font: 400 14px/18px "Open Sans", sans-serif;
    color: #484848
}

.presentations-container p {
    padding-left: 20px
}

.presentations-title {
    font: 400 23px "Open Sans", sans-serif;
    margin: 1.2em 0;
    color: #212121
}

.presentations-title.smaller {
    font-size: 18px
}

.presentations-pakets {
    counter-reset: list;
    margin-bottom: 200px
}

.presentations-paket {
    margin-bottom: 20px
}

.presentations-paket .title {
    margin-bottom: 10px;
    position: relative;
    padding: 11px 0 11px 50px;
    font: 600 18px/20px "Open Sans", sans-serif;
    color: #212121
}

.presentations-paket .title:before {
    content: counter(list);
    counter-increment: list;
    position: absolute;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    text-align: center;
    line-height: 37px;
    border: 2px solid #d8d5c9;
    top: 50%;
    margin-top: -20px;
    left: 0
}

.presentations-paket ul {
    list-style: none;
    line-height: 0;
    font-size: 0;
    padding: 0;
    margin: 0
}

.presentations-paket ul li {
    display: inline-block;
    width: 225px;
    vertical-align: top;
    margin: 20px 20px 0 0;
}

.presentations-paket ul li:nth-child(4n) {
    margin-right: 0
}

.presentations-paket ul .presentations-capture {
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2)
}

.presentations-paket ul .presentations-capture a {
    display: block;
    text-decoration: none;
    font-size: 0;
    line-height: 0
}

.presentations-paket ul .presentations-capture:hover .presentations-zoom span {
    border: none
}

.presentations-paket ul .presentations-photo {
    display: block;
    height: 140px;
    overflow: hidden
}

.presentations-paket ul .presentations-photo img {
    max-width: 100%
}

.presentations-paket ul .presentations-zoom {
    padding: 10px 35px;
    background: url(../img/page/presentations/presentation-zoom.png) 12px 11px no-repeat
}

.presentations-paket ul .presentations-zoom span {
    border-bottom: 1px dotted #15c;
    font: 400 13px/17px "Open Sans", sans-serif;
    color: #15c
}

.presentations-paket ul .presentations-note {
    line-height: 17px;
    font-size: 13px;
    color: #484848;
    padding: 9px 12px
}

.presentations-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.7)
}

.presentations-popup {
    display: inline-block;
    position: relative;
    margin-top: 110px;
    width: 870px;
    padding: 10px;
    border-radius: 5px;
    background: #fff
}

.presentations-btns {
    padding-bottom: 10px;
    text-align: left
}

.presentations-btns .pull-right {
    margin-right: 45px
}

.presentations-offset img {
    max-width: 100%
}

.presentations-close {
    position: absolute;
    background: url(../img/page/presentations/presentation-close.png) 0 0 no-repeat;
    width: 30px;
    height: 29px;
    top: -8px;
    right: -8px;
    cursor: pointer
}

.clearfix:before, .clearfix:after {
    content: '';
    display: table
}

.clearfix:after {
    clear: both
}

.no-pr {
    padding-right: 0 !important
}

.no-mb {
    margin-bottom: 0 !important
}

.pt-30 {
    padding-top: 30px !important
}

.pt-40 {
    padding-top: 40px !important
}

.pt-60 {
    padding-top: 60px !important
}

.pt-80 {
    padding-top: 80px !important
}

img.crshop-pull-right {
    margin-right: 150px;
    margin-top: -5px;
    float: right
}

img.crshop-pull-left {
    margin-left: 20px;
    margin-right: 35px;
    margin-top: -5px;
    float: left
}

.crshop-wrapper {
    min-width: 920px
}

.crshop-inner {
    width: 910px;
    margin: 0 auto;
    padding: 0 5px;
    position: relative
}

.crshop-title {
    font: 600 25px/18px 'Open Sans', sans-serif;
    color: #232323;
    padding: 23px 0 35px
}

.crshop-title h1 {
    margin: 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit
}

.crshop-section {
    padding: 40px 0 0;
    font: 400 14px/18px 'Open Sans', sans-serif;
    color: #484848
}

.crshop-section.crshop-white {
    background: #fff;
    padding: 40px 0 35px
}

.crshop-heading {
    font: 600 20px/25px 'Open Sans', sans-serif;
    color: #414141;
    margin-bottom: 30px;
    overflow: hidden
}

.crshop-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0
}

ul.crshop-list {
    padding-left: 20px
}

ul.crshop-list li {
    position: relative;
    padding-left: 28px;
    padding-bottom: 10px;
    font: 400 14px/18px 'Open Sans', sans-serif;
    color: #484848;
    background: url(../img/page/baseshop/shop-list-bullet.png) 0 2px no-repeat
}

.crshop-list-col {
    float: left;
    width: 45%
}

.crshop-list-col.last {
    margin-left: 70px
}

ul.crshop-icons {
    padding: 20px 0 20px 20px
}

ul.crshop-icons li {
    float: left;
    margin-right: 60px;
    font-size: 0;
    line-height: 0
}

ul.crshop-tariffs {
    padding-left: 5px
}

ul.crshop-tariffs li {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    width: 208px;
    min-height: 161px;
    padding: 14px 20px 83px;
    position: relative;
    margin-right: 3px;
    box-sizing: border-box
}

ul.crshop-tariffs li a {
    font: 400 14px/18px 'Open Sans', sans-serif;
    color: #15c;
    display: block;
    padding-bottom: 10px;
    text-decoration: none
}

ul.crshop-tariffs li a:hover {
    text-decoration: underline
}

ul.crshop-tariffs li .crshop-price {
    position: absolute;
    bottom: 60px;
    left: 20px;
    font: 600 22px 'Open Sans', sans-serif;
    color: #212121
}

ul.crshop-tariffs li.last {
    width: 253px;
    margin: 0;
    font: 600 15px/18px 'Open Sans', sans-serif;
    color: #212121;
    background: #fff url(../img/page/baseshop/shop-tizer-bg.png) 100% 100% no-repeat;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1)
}

ul.crshop-tariffs li.last a {
    display: inline-block;
    width: 144px;
    margin-left: 20px;
    vertical-align: top
}

ul.crshop-tariffs li.last .crshop-video-btn {
    padding: 0;
    margin: 0;
    width: 160px;
    height: 30px;
    background: #2e69d9 url(../img/page/baseshop/shop-video-anchor-btn.png) 0 0 no-repeat;
    border-radius: 2px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3)
}

ul.crshop-tariffs li .btn {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    text-decoration: none !important;
    font-weight: 600;
    background: #2ea811;
}

ul.crshop-tariffs li .crshop-order-btn {
    display: inline-block;
    color: #48941d;
    padding: 7px 15px;
    font: 600 14px/14px 'Open Sans', sans-serif;
    border: 1px solid #5cad2f;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-clip: padding-box
}

ul.crshop-tariffs li .crshop-order-btn:hover {
    text-decoration: none;
    background-image: url(../img/page/baseshop/order-btn.png);
    background-repeat: repeat-x;
    border: none;
    padding: 8px 16px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.18)
}

ul.crshop-tariffs li .crshop-order-btn:active {
    cursor: pointer;
    background-image: none;
    background-color: #5cad2f;
    color: #fff;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3)
}

.crshop-step {
    margin-bottom: 60px
}

.crshop-step p {
    padding-left: 25px;
    overflow: hidden
}

ul.crshop-proplist {
    list-style: disc;
    padding-left: 25px;
    padding-right: 65px;
    overflow: hidden
}

ul.crshop-proplist li {
    color: #878787;
    margin-bottom: 5px
}

ul.crshop-proplist li span {
    color: #484848
}

.crshop-video-container {
    padding: 60px 0 0
}

.crshop-btn {
    margin: 40px 0;
    text-align: center
}

.crshop-btn a {
    height: 43px;
    font-size: 18px;
    line-height: 45px;
    padding: 0 30px;
    text-decoration: none;
}

.crshop-btn a:active {
    padding: 1px 31px
}

.pay-note {
    font: normal 13px Arial, sans-serif;
    color: #484848;
    padding-bottom: 14px;
    margin-top: -99px
}

.pay-heading {
    min-width: 1190px;
    margin: 35px 0 0 0;
    z-index: 10001;
    background: #fff
}

.pay-heading.toper {
    position: absolute;
    top: 0;
    left: 30px;
    right: 30px;
    margin: 0;
    box-shadow: 0 2px 2px #e2ddc7
}

.pay-heading.pay-fixed {
    position: fixed;
    top: 0;
    left: 30px;
    right: 30px;
    margin: 0;
    box-shadow: 0 2px 2px #e2ddc7
}

.pay-heading table {
    width: 100%;
    border-spacing: 1px;
    border-collapse: separate;
    table-layout: fixed
}

.pay-heading table th {
    text-align: center;
    vertical-align: middle;
    font: normal 14px Arial, sans-serif;
    color: #484848;
    padding: 10px 19px;
    background: #e4e0cf
}

.pay-heading table .sub-heading th {
    background: #d8d1b2;
    white-space: nowrap
}

.pay-fix-heading {
    display: none;
    height: 75px;
    margin-top: 35px
}

.pay-systems {
    background: #fff;
    margin: 0 0 30px 0;
    width: 100%;
    min-width: 1190px;
    table-layout: fixed
}

.pay-systems td, .pay-systems th {
    text-align: center;
    vertical-align: middle;
    font: normal 14px Arial, sans-serif;
    color: #484848;
    padding: 10px 19px
}

.pay-systems td img, .pay-systems th img {
    max-width: 100%;
    margin: auto
}

.pay-systems td {
    background-color: #fff
}

.pay-systems .pay-promo-sys td {
    background-color: #f2f3a3
}

.pay-systems th {
    background: #e4e0cf
}

.pay-systems .sub-heading th {
    background: #d8d1b2;
    white-space: nowrap
}

.pay-systems tbody tr:first-child td {
    padding: 0;
    line-height: 0;
    height: 4px;
    border: none;
    background-color: #eeebdd;
    background-image: linear-gradient(to bottom, #e2ddc7 0, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2ddc7', endColorstr='#ffffff', GradientType=0)
}

.pay-systems tbody td {
    border-bottom: 1px solid #e4e0cf;
    overflow: hidden;
    height: 60px
}

.pay-systems a {
    text-decoration: none;
    color: #15c
}

.pay-systems a span {
    border-bottom: 1px dotted #15c
}

.pay-systems small {
    display: block;
    font-size: 10px;
    color: #787878
}

.pay-enabled {
    background: url(../img/page/payments/pay-checkbox-yes.png) 50% 50% no-repeat
}

.pay-disabled {
    background: url(../img/page/payments/pay-checkbox-no.png) 50% 50% no-repeat
}

.pay-smaller {
    font-size: 12px !important
}

.pay-offset {
    padding: 10px 130px !important
}

.pay-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10002;
    display: none;
    text-align: center;
    background: rgba(0, 0, 0, 0.75)
}

.pay-overlay:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%
}

.pay-popup {
    background: #fff;
    padding: 20px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 6px;
    text-align: center;
    width: 450px;
    position: relative;
    box-shadow: 0 0 5px #000
}

.pay-popup .pay-popup-img {
    display: inline-block;
    padding: 10px 0;
    max-width: 150px
}

.pay-popup .pay-popup-img img {
    max-width: 100%
}

.pay-popup .pay-popup-content {
    font: normal 14px Arial, sans-serif;
    color: #484848;
    text-align: left;
    padding-right: 14px
}

.pay-popup .pay-popup-close {
    position: absolute;
    width: 29px;
    height: 28px;
    cursor: pointer;
    background: url(../img/page/payments/pay-popup-close.png) 0 0 no-repeat;
    top: -14px;
    right: -14px
}

.pay-popup .pay-popup-contacts {
    margin: 7px 0 20px 0
}

.pay-popup .pay-popup-phones {
    padding-top: 7px
}

.pay-popup .pay-popup-phones p {
    margin: 0;
    color: #212121
}

@media screen and (max-width: 1710px) {
    .pay-systems td {
        padding: 10px 2px
    }

    .pay-info {
        font-size: 13px !important
    }

    .pay-heading table th {
        padding: 10px 2px;
        font-size: 13px
    }

    .pay-smaller {
        font-size: 11px !important
    }
}

.frame-wrapper {
    padding: 1px 0 200px;
    background: #ebebeb;
    box-sizing: border-box
}

.frame-toolbar {
    height: 80px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 100;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3)
}

.frame-type {
    display: inline-block;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none
}

.frame-type.active {
    background: #00c27e;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4)
}

.frame-type.active span {
    border-color: #fff
}

.frame-type span {
    display: inline-block;
    vertical-align: middle;
    background: transparent;
    border-color: #666;
    border-style: solid;
    border-top-width: 6px;
    border-bottom-width: 6px;
    border-radius: 2px;
    box-sizing: border-box
}

.frame-mobile {
    width: 24px;
    height: 42px;
    border-left-width: 2px;
    border-right-width: 2px
}

.frame-tablet {
    width: 34px;
    height: 50px;
    border-left-width: 3px;
    border-right-width: 3px
}

.frame-offset {
    display: none;
    margin: 200px auto 0;
    position: relative;
    line-height: 0;
    font-size: 0
}

.frame-offset:after, .frame-offset:before {
    content: '';
    display: block;
    position: absolute
}

.frame-area {
    line-height: 0;
    font-size: 0;
    position: relative;
    overflow: hidden;
    box-sizing: border-box
}

.frame-area iframe {
    position: absolute;
    left: 0
}

.frame-offset-mobile {
    width: 440px;
    text-align: center;
    background: url(../img/page/m-inject/nexus-side.png) 0 0 repeat-y
}

.frame-offset-mobile:before {
    width: 440px;
    height: 87px;
    top: -87px;
    left: 0;
    background: url(../img/page/m-inject/nexus-top.png) 0 0 no-repeat
}

.frame-offset-mobile:after {
    width: 440px;
    height: 112px;
    bottom: -112px;
    left: 0;
    background: url(../img/page/m-inject/nexus-bottom.png) 0 0 no-repeat
}

.frame-offset-mobile .frame-area {
    display: inline-block;
    width: 320px;
    height: 567px
}

.frame-offset-tablet {
    margin: 250px auto 0;
    width: 665px;
    text-align: center;
    background: url(../img/page/m-inject/tablet-side.png) 0 0 repeat-y
}

.frame-offset-tablet:before {
    width: 665px;
    height: 135px;
    top: -135px;
    left: 0;
    background: url(../img/page/m-inject/tablet-top.png) 0 0 no-repeat
}

.frame-offset-tablet:after {
    width: 665px;
    height: 139px;
    bottom: -139px;
    left: 0;
    background: url(../img/page/m-inject/tablet-bottom.png) 0 0 no-repeat
}

.frame-offset-tablet .frame-area {
    display: inline-block;
    width: 480px;
    height: 768px
}

.redesign-page-buttons {
    background: #fff;
    padding: 42px 40px;
    margin: -4px 0 15px
}

.redesing-samples-list {
    margin-top: 50px
}

.redesing-samples-list .item {
    background: url(../img/page/redesign/redesign_samples_arrow.png) 306px 133px no-repeat;
    margin-bottom: 60px
}

.redesing-samples-list img {
    width: 290px;
    height: 200px
}

.redesing-samples-list .left-item, .redesing-samples-list .right-item {
    display: inline-block;
    width: 290px;
    position: relative;
    background: #fff url(../img/page/redesign/redesing_samples_plus.png) 18px 217px no-repeat;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2)
}

.redesing-samples-list .right-item {
    margin-left: 57px
}

.redesing-samples-list .label {
    position: absolute;
    font-size: 12px;
    line-height: 21px;
    height: 21px;
    color: #fff;
    padding: 0 8px;
    background: #5cad2f;
    left: 0;
    top: -21px
}

.redesing-samples-list .link {
    display: inline-block;
    margin: 10px 0 17px 40px;
    color: #15c;
    text-decoration: none;
    border-bottom: 1px dotted #15c
}

.redesing-samples-list .link:hover {
    text-decoration: none;
    border-bottom-color: transparent
}

.block_1-23 h1 {
    margin-bottom: 27px
}

.block_1-23 h1 a {
    font-weight: bold
}

.delimiter-23 {
    height: 54px;
    margin: 0 -11px
}

.image-23 {
    float: right;
    position: relative
}

.header-23 {
    padding: 18px 0 14px;
    font-size: 16px;
    color: #484848;
    font-weight: bold;
    margin: -42px 0 0
}

.block_1-23 .image-23 {
    margin: 0 0 0 90px
}

.block_2-23 .image-23 {
    margin: 0 0 0 40px
}

.block_2-23 {
    margin: 0 0 30px
}

.slider-23 {
    position: relative;
    height: 234px;
    left: -43px;
    margin: 0 0 30px;
    width: 980px
}

.slider-wrap-23 {
    overflow: hidden;
    width: 820px;
    margin: 0 auto
}

.slider-wrap-23 ul, .slider-wrap-23 li {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0;
    line-height: 0
}

.slider-wrap-23 ul {
    width: 999999px;
    margin: 20px 0 0
}

.slider-wrap-23 li {
    float: left;
    display: block;
    width: 180px;
    padding: 0 33px 0 0
}

.slider-wrap-23 li img {
    box-shadow: 0 0 2px #666
}

.slider-wrap-23 li span {
    margin: 9px 0 0;
    display: block;
    color: #333;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px
}

.arrow-23 {
    position: absolute;
    display: block;
    width: 14px;
    height: 24px;
    top: 86px;
    outline-style: none
}

.arrow_left-23 {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAYCAYAAADKx8xXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAVlJREFUeNpiCQsNZSAS+AFxABCnAPE/FiI1OQDxciDmAuIfQJxFjEZjIN4A1QQCmUD8gYmAJg0g3g7E/Gji//FplAXi3UAsiiY+HYircWkEKd4HxDJo4kuBOAfEwKYR5Kw9QKyCJr4JiJNAIYpNIygAtgKxHpr4ASCOBOJfMAFkjWxAvAaIrdE0nYXG3zdkQZhGZiBeCMSeaJpuQMU+ovsHpJERiKcCcQSa3GMgdgXi19hCD6SxHYjT0cRBip2A+AmuuILZSDIAaawA4llY4nEvlnhE0fgflGiBeCWanByOlIMSqn+BOA6Id2BJq9uwpFWUeARFbjAQH0NTY4KWOxiwpRxQJHsB8SUc+ZENl0YGaGS7APEdLCXAPJgeXLkDFI/OWOIxGoingBj4SoBH0JRzCC1kQSXAe0IlwA2on9HTKiMTEYnkDFruAJUAVcSWcrD8GAArAQACDABU9T4jYJ3ykgAAAABJRU5ErkJggg==);
    left: 40px
}

.arrow_right-23 {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAYCAYAAADKx8xXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAU1JREFUeNqc1M0rRFEYx/F7rmnSbGZlh5WFnY2djbwsUCKNSClWxD+ANX8BSUlZSMpCitTkZcOKjRVlhZ2N2VgoL99Tj7o9c557b576NM0z88xtzvmd48YrlYiKsY0jHEc5KpbXdcxgH915B9cwL+9L8tTOPIM/qlfGKdqzBlewqfpNqKIl6z8uYk991owL+RFz8BuzgRVtkyeXrUFfn5jElfpOB05k4YKDvj4wgjvV78IhitagrxoG8Kj6vreLBmvQ1xv68KL6ExIWV0jZqlf04Eat7Bze4+h/5dIG/T6eB/ZxC0vW4F9yWlX/AAs+pqFBK6tnmMZXaFWt03GNMQlJ3T4WjfN4jyEJR11yHHYwrIaeZD9rVlY3MBXYx14JQ/B0rCZugGRy+vGcdh5dIKuDeMi6AZYTN4BfgFHcZkWnkLgBGmUrLvNk7leAAQAzIz1Ovak9/QAAAABJRU5ErkJggg==);
    right: 40px
}

.gallery-big-image {
    position: relative;
    width: 672px;
    padding: 0 14px;
    margin: 0 -28px
}

.gallery-big-image .big-image img {
    display: block;
    width: 100%
}

.gallery-big-image .btn {
    position: absolute;
    top: 50%;
    width: 39px;
    height: 36px;
    padding: 0;
    margin: -18px 0 0;
    text-align: center
}

.gallery-big-image .btn img {
    margin: 0;
    vertical-align: middle
}

.gallery-big-image .btn.left {
    left: 0;
    background-position: 0 0
}

.gallery-big-image .btn.right {
    right: 0;
    background-position: 100% 0
}

.gallery-small-images {
    margin: 8px -22px 36px;
    font-size: 0
}

.gallery-small-images a {
    display: inline-block;
    width: 150px;
    max-height: 100px;
    margin: 8px;
    overflow: hidden;
    border: 3px solid #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    vertical-align: top
}

.gallery-small-images a img {
    width: 100%;
    border: none
}

.gallery-small-images a.active {
    border-color: #5cad2f
}

.clearfix {
    *zoom: 1
}

.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: ""
}

.clearfix:after {
    clear: both
}

.exc-calc {
    background: #e6e6cf;
    border-radius: 4px;
    display: block;
    background-clip: padding-box;
    overflow: hidden;
    width: 672px;
    color: #333;
    margin-top: 50px;
    margin-left: -23px
}

.exc-calc-left {
    width: 300px;
    float: left;
    background: #fff;
    padding: 23px 33px
}

.exc-calc-right {
    overflow: hidden;
    padding: 39px 15px 20px
}

.exc-calc-right .btn {
    display: block;
    width: 100%;
    text-align: center
}

.exc-set-title {
    font-size: 16px;
    color: #333;
    vertical-align: middle
}

.exc-hintable {
    background: url(../img/page/calculator/exc-note.png) 0 0 no-repeat;
    display: inline-block;
    width: 17px;
    height: 17px;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 5px
}

.exc-hintable:hover {
    background-position: -17px 0
}

.exc-tooltip {
    background: #f3f2cc;
    color: #292929;
    box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.23);
    max-width: 332px;
    display: inline-block;
    padding: 13px;
    font: 400 13px/16px Arial, sans-serif
}

#s3-tooltip {
    position: absolute;
    z-index: 999;
    margin: 10px
}

.exc-param-wrap {
    padding: 24px 0 0 24px
}

.exc-param-row {
    margin-bottom: 18px
}

.exc-param-txt {
    font-size: 14px;
    line-height: 15px;
    font-weight: bold;
    margin-right: 83px
}

.exc-tumbler {
    float: right;
    height: 15px;
    width: 33px;
    position: relative;
    border-radius: 7px;
    background: #00af53;
    cursor: pointer;
    margin-right: 43px
}

.exc-tumbler.disabled {
    background: #d75a4d
}

.exc-tumbler.disabled .exc-runner {
    left: 3px
}

.exc-tumbler.disabled .exc-value {
    color: #d75a4d
}

.exc-runner {
    cursor: pointer;
    position: absolute;
    width: 11px;
    height: 11px;
    background: #fff;
    border-radius: 50%;
    top: 2px;
    left: 19px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.39)
}

.exc-value {
    position: absolute;
    color: #3ead43;
    font-size: 15px;
    line-height: 15px;
    left: 40px;
    top: -2px
}

.exc-frm-label {
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: bold;
    box-sizing: border-box
}

.exc-frm-label span {
    display: inline-block;
    padding-left: 6px
}

.exc-frm-label input[type=text], .exc-frm-label textarea {
    width: 100%;
    border-radius: 4px;
    margin: 5px 0;
    border: 0;
    padding: 5px 10px 6px;
    color: #424242;
    font: normal 13px/15px Arial, sans-serif;
    box-sizing: border-box;
    resize: none;
    box-shadow: 0 1px 1px rgba(188, 188, 188, 0.56)
}

.exc-mt-56 {
    margin-top: 56px
}

.exc-short {
    width: 185px !important
}

.exc-modules-toggle {
    display: inline-block;
    position: relative;
    padding-left: 34px;
    background: url(../img/page/calculator/exc-modules-icon.png) 0 50% no-repeat
}

.exc-modules-toggle ins {
    text-decoration: none;
    border-bottom: 1px dotted #15c;
    color: #15c;
    cursor: pointer;
    font: normal 14px/20px Arial, sans-serif
}

.exc-num {
    position: absolute;
    width: 9px;
    height: 9px;
    line-height: 9px;
    padding: 3px;
    color: #fff;
    font-size: 7.5px;
    border-radius: 50%;
    background: #424343;
    bottom: -8px;
    left: 8px
}

.exc-modules-list ol {
    display: none;
    padding: 20px
}

.exc-modules-list ol li {
    font-size: 13px;
    color: #333
}

.exc-phoneHint, .exc-nameHint {
    font-size: 12px;
    color: #e66;
    display: none
}

.exc-error {
    border: 1px solid #f00 !important
}

.exc-hidden {
    display: none
}

.lgtp-container {
    width: 580px;
    margin-left: 30px;
}

.lgtp-container h2, .lgtp-container ~ h2 {
    font-weight: 600
}

.lgtp-container ~ p {
}

.lgtp-text {
    margin-left: -14px;
}

.lgtp-heading {
    font-weight: 700;
    font-size: 21px;
    color: #232323;
    margin: 30px 0 10px
}

.lgtp-heading-sm {
    font-size: 16px;
    font-weight: 600;
    margin: 16px 0 16px 12px;
    color: #232323
}

.lgtp-tariff {
    border-radius: 6px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    display: inline-block;
    vertical-align: top;
    width: 280px;
    margin-right: 6px;
    margin-top: 15px;
    margin-bottom: 30px;
    overflow: hidden
}

.lgtp-tariff .btn {
    width: 155px;
    text-align: center;
    margin: 17px auto 12px;
    display: block
}

.lgtp-t-body {
    background: #fff;
    padding: 30px 10px 20px;
    text-align: center
}

.lgtp-t-footer {
    display: none;
    background: #f9f8f3;
    padding: 17px 15px 10px 20px
}

.lgtp-t-footer .lgtp-t-note:last-child {
    margin: 0
}

.lgtp-t-footer p {
    margin-top: 0;
    font-size: 12px;
    color: #646464;
    margin-bottom: 10px;
    text-align: left
}

.lgtp-t-footer p strong {
    font-weight: 600;
    color: #333
}

.lgtp-t-heading {
    font-size: 19px;
    line-height: 25px;
    color: #232323;
    position: relative
}

.lgtp-t-subhead, .lgtp-t-subhead-alert {
    position: absolute;
    left: 28px;
    right: 28px;
    text-align: center
}

.lgtp-t-subhead {
    font-size: 12px;
    color: #6e6e6e
}

.lgtp-t-subhead-alert {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: #d75a4d
}

.lgtp-t-price {
    margin: 49px 0 15px;
    font-weight: 600;
    font-size: 26px
}

.lgtp-t-price small {
    font-size: 12px;
    margin: 0 5px 0 0
}

.lgtp-t-price span {
    font-size: 22px;
    width: 9px;
    line-height: 7px;
    font-weight: 400;
    display: inline-block;
    border-bottom: 2px solid #232323
}

.lgtp-t-note {
    font-size: 12px;
    color: #646464;
    margin-bottom: 10px;
    text-align: left;
    padding: 0 40px
}

.lgtp-t-note strong {
    font-weight: 600;
    color: #333
}

.lgtp-t-details {
    font-size: 12px;
    color: #15c;
    border-bottom: 1px dotted #15c;
    cursor: pointer;
    line-height: 12px
}

.lgtp-list-link {
    display: inline-block;
    margin: 27px 0 0 12px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: #15c;
    border-bottom: 1px dotted #15c;
    cursor: pointer
}

.lgtp-list {
    display: none;
    padding: 0 20px 20px
}

.lgtp-mt-80 {
    margin-top: 80px !important
}

.lgtp-mt-50 {
    margin-top: 50px !important
}

.lgtp-outer-link {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    color: #15c;
    height: 24px;
    line-height: 24px;
    padding: 0 27px 0 14px;
    background: #fff url(../img/page/logotype/lgtp-arr.png) 90% 50% no-repeat;
    border-radius: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    margin-top: 10px
}

.lgtp-picture-wrap {
    text-align: center;
    margin-bottom: 40px
}

.lgtp-picture-wrap h2 {
    text-align: left
}

.lgtp-picture {
    margin: 0 0 25px 0;
    position: relative
}

.lgtp-picture > div {
    width: 190px;
    height: 140px;
    position: relative;
    font-size: 0;
    line-height: 0;
    margin: 0 1px 1px 0;
    background: #fff;
    float: left
}

.lgtp-picture > div.lgtp-gal-link {
    height: 100px;
    text-align: center;
    margin: 0;
    background: #eae8df;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #232323;
    padding-top: 40px
}

.lgtp-picture > div div {
    width: 190px;
    height: 140px;
    position: absolute;
    top: 0;
    left: 0
}

.lgtp-pic-1, .lgtp-pic-2, .lgtp-pic-3, .lgtp-pic-4, .lgtp-pic-5 {
    background-repeat: no-repeat;
    background-position: 0 0
}

.lgtp-picture div {
    background-position: 50% 50%;
    background-repeat: no-repeat
}

@-webkit-keyframes ding {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    1% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg)
    }
    2% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    3% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg)
    }
    4% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg)
    }
    5% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    6% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg)
    }
    7% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg)
    }
    8% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg)
    }
    9% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    20% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    21% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg)
    }
    22% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    23% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg)
    }
    24% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg)
    }
    25% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    26% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg)
    }
    27% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg)
    }
    28% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes ding {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    1% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg)
    }
    2% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    3% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg)
    }
    4% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg)
    }
    5% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    6% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg)
    }
    7% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg)
    }
    8% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg)
    }
    9% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    20% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    21% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg)
    }
    22% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    23% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg)
    }
    24% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg)
    }
    25% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    26% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg)
    }
    27% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg)
    }
    28% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.ding-ring_btn {
    -webkit-animation: ding 5s cubic-bezier(.8, 0, .2, 1) 5s infinite;
    animation: ding 5s cubic-bezier(.8, 0, .2, 1) 5s infinite
}

.brand-identity-row {
    margin-bottom: 35px
}

.brand-identity-blockFlow {
    width: 210px;
    display: inline-block;
    text-align: center;
    vertical-align: bottom
}

.brand-identity-blockImg {
    min-height: 80px;
    position: relative
}

.brand-identity-blockImg img {
    display: block;
    max-width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute
}

.brand-identity-blockDwnl {
    background: #fff;
    border-radius: 10px;
    margin: 20px 40px 10px 40px
}

.brand-identity-blockDwnl a {
    padding: 0 5px;
    text-decoration: none
}

.brand-identity-blockDwnl a:hover {
    text-decoration: underline
}

.s3-form-styleVk .s3-popup__content {
    padding-bottom: 0
}

.popupVkClose {
    text-align: center;
    margin-bottom: 26px;
    font: normal 14px Arial, Helvetica, sans-serif
}

.popupVkClose span {
    cursor: pointer;
    border-bottom: 1px dashed #777;
    color: #777
}

.s3-form-styleVk iframe {
    height: 300px !important
}

.s3-form-contructor-popup .s3-popup__content {
    padding: 0
}

.s3-form-contructor-popup iframe {
    height: 500px !important
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.content-rekmala {
    width: 675px;
    margin: 0 auto 0 0;
    padding: 13px 0 103px 0;
    overflow: hidden
}

.content-rekmala > p {
    margin-top: 0
}

.content-rekmala__cols-wr {
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.content-rekmala__head {
    color: #1a1a1a;
    font-size: 19px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 40px;
    margin-top: 45px
}

.content-rekmala__column {
    background-color: #fff;
    width: 330px;
    text-align: center;
    padding-bottom: 134px;
    position: relative
}

.content-rekmala__form-wr {
    height: 398px;
    margin-top: 41px;
    background: #fff url(../img/page/rekmala/form-bg.jpg) 30px 0 no-repeat;
    position: relative
}

.content-rekmala__form-content {
    width: 270px;
    background-color: rgba(252, 252, 252, 0.6);
    position: absolute;
    top: 60px;
    left: 30px;
    padding: 30px;
    text-align: center
}

.content-rekmala__form-content--answer-getted .client-info {
    display: none
}

.content-rekmala__form-content--answer-getted .form-content__head {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px
}

.content-rekmala__form-content--answer-getted .form-content__text {
    font-size: 16px
}

.content-rekmala__column--self .column__top {
    background-color: #fcf8dc
}

.content-rekmala__column--self .column__top:hover {
    background-color: #faf3c5
}

.content-rekmala__column--self .column__head, .content-rekmala__column--self .column__text--highlight {
    background-color: #ff6040
}

.content-rekmala__column--company .column__top {
    background-color: #dcf0fc
}

.content-rekmala__column--company .column__top:hover {
    background-color: #c5e6fa
}

.content-rekmala__column--company .column__head, .content-rekmala__column--company .column__text--highlight {
    background-color: #577fff
}

.column__top {
    padding: 20px 20px 36px 20px;
    position: relative;
    text-align: center;
    background-color: #06c6ce;
    border-radius: 2px 2px 0 0;
    cursor: pointer;
    display: block;
    transition: .3s ease-out
}

.column__top:hover {
    text-decoration: none
}

.column__head {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    padding: 18px;
    background-color: #ccc
}

.column__pic {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 155px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.column__text {
    margin-top: 236px;
    font-size: 14px;
    line-height: 22px;
    color: #222;
    font-weight: 400;
    padding: 0 10px
}

.column__text--highlight {
    color: #fff;
    font-weight: 700;
    background-color: #000
}

.column__list {
    list-style: none;
    margin: 0
}

.column__list-wr {
    padding: 31px 30px 0
}

.column__list-head {
    color: #222;
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    margin-bottom: 15px;
    text-align: center
}

.column__list-item {
    padding-left: 29px;
    padding-top: 10px;
    text-align: left;
    color: #444;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
    background: url(../img/page/rekmala/ico-list-bull.svg) 0 10px no-repeat
}

.column__list-item:last-child {
    margin-bottom: 0
}

.column__btn {
    height: 50px;
    width: 290px;
    background: linear-gradient(180deg, #48bb36 0, #35a90a 100%);
    border: 1px solid #34a80b;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    display: inline-block;
    box-sizing: border-box;
    text-decoration: none;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.column__btn:hover {
    background: linear-gradient(180deg, #4ac736 0, #38b10b 100%);
    text-decoration: none
}

.column__btn:active {
    background: #35a70d
}

.form-content__head {
    color: #1a1a1a;
    font-size: 17px;
    font-weight: 600;
    line-height: 12px;
    padding-bottom: 5px
}

.form-content__text {
    color: #444;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px
}

.client-info {
    width: 100%;
    margin-top: 10px
}

.client-info__item {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    background-color: #fff;
    display: block;
    position: relative;
    transition: .3s ease-out
}

.client-info__item svg {
    position: absolute;
    top: 12px;
    left: 12px
}

.client-info__item svg path {
    fill: #d8d8d8;
    transition: .3s ease-out
}

.client-info__item .client-info__input {
    width: 100%;
    height: inherit;
    padding-left: 39px;
    outline: none;
    background: transparent;
    color: #929292;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    border: 1px solid transparent;
    box-sizing: border-box
}

.client-info__item .client-info__input::-webkit-input-placeholder {
    color: #a6a6a6;
    font-size: 14px;
    font-weight: 400;
    transition: .3s ease-out
}

.client-info__item .client-info__input::-moz-placeholder {
    color: #a6a6a6;
    font-size: 14px;
    font-weight: 400;
    transition: .3s ease-out
}

.client-info__item .client-info__input:focus::-moz-placeholder {
    opacity: 0
}

.client-info__item .client-info__input:focus::-webkit-input-placeholder {
    opacity: 0
}

.client-info__item:hover svg path {
    fill: #b4b4b4
}

.client-info__item:hover .client-info__input {
    border: 1px solid #b4b4b4
}

.client-info__item:hover .client-info__input::-webkit-input-placeholder {
    color: #929292
}

.client-info__item:hover .client-info__input::-moz-placeholder {
    color: #929292
}

.client-info__item--error svg path {
    fill: #ff8a8a
}

.client-info__item--error .client-info__input {
    border: 1px solid #ff8a8a
}

.client-info__item--error .client-info__input::-webkit-input-placeholder {
    color: #ff8a8a
}

.client-info__item--error .client-info__input::-moz-placeholder {
    color: #ff8a8a
}

.client-info__btn {
    height: 40px;
    width: 100%;
    background: linear-gradient(180deg, #7f7f7f 0, #616161 100%);
    border: 1px solid #666;
    border-radius: 2px;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    padding: 0 46px;
    cursor: pointer;
    outline: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.client-info__btn:hover {
    background: linear-gradient(180deg, #8a8a8a 0, #747474 100%)
}

.client-info__btn:active {
    background: #5f5f5f
}

.mega-split-text {
    margin: 10px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mega-split-text__body {
    max-height: 0;
    overflow: hidden
}

.mega-split-text__controller {
    position: absolute;
    top: -9999px;
    left: -9999px;
    opacity: 0;
    visibility: hidden
}

.mega-split-text__label {
    display: inline-block;
    color: #15c;
    position: relative;
    cursor: pointer
}

.mega-split-text__label::after {
    content: 'Подробнее \2193';
    display: inline-block;
    color: #15c;
    cursor: pointer;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 2px -4px rgba(0, 0, 0, 0.19);
    padding: 5px 10px
}

.mega-split-text__controller:checked ~ .mega-split-text__label::after {
    content: 'Скрыть \2191'
}

.mega-split-text__controller:checked ~ .mega-split-text__body {
    max-height: 1000px
}

.mega-split-text__controller:not(:checked) ~ .mega-split-text__body, .mega-split-text__controller:not(:checked) ~ .mega-split-text__body * {
    margin: 0
}
.btn__dec {
	text-align: center;
}
.btn__dec a {
	text-decoration: none;
}
.btn__line {
	display: -webkit-flex; 
	display: flex;
	justify-content: space-around;
}
@media (max-width:767px) {
	.btn__line {
		flex-direction: column;
	}
	.btn__dec {
		margin: 10px 0;
	}
}