@charset "utf-8";
@font-face {
    font-family: 'Circe';
    src: url('/fonts/Circe-Regular.eot');
    src: url('/fonts/Circe-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/Circe-Regular.woff') format('woff'), url('/fonts/Circe-Regular.ttf') format('truetype'), url('/fonts/Circe-Light.svg#Circe') format('svg');
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'Circe';
    src: url('/fonts/Circe-Bold.eot');
    src: url('/fonts/Circe-Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/Circe-Bold.woff') format('woff'), url('/fonts/Circe-Bold.ttf') format('truetype'), url('/fonts/Circe-Light.svg#Circe-Bold') format('svg');
    font-style: normal;
    font-weight: 700;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'Circe';
    src: url('/fonts/Circe-ExtraLight.eot');
    src: url('/fonts/Circe-ExtraLight.eot?#iefix') format('embedded-opentype'), url('/fonts/Circe-ExtraLight.woff') format('woff'), url('/fonts/Circe-ExtraLight.ttf') format('truetype'), url('/fonts/Circe-ExtraLight.svg#Circe-ExtraLight') format('svg');
    font-style: normal;
    font-weight: 300;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'PTSansNarrow';
    src: url('/fonts/PTN57F_W.eot');
    src: url('/fonts/PTN57F_W.eot?#iefix') format('embedded-opentype'), url('/fonts/PTN57F_W.woff') format('woff'), url('/fonts/PTN57F_W.ttf') format('truetype'), url('/fonts/PTN57F_W.svg#PTSans-Narrow') format('svg');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* Global reset
   http://meyerweb.com/eric/tools/css/reset/
*****************************************************************/
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%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input:focus::-webkit-input-placeholder {
    color: transparent !important;
}
input:focus:-moz-placeholder {
    color: transparent !important;
}
input:focus::-moz-placeholder {
    color: transparent !important;
}
input:focus:-ms-input-placeholder {
    color: transparent !important;
}
a,
button {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a {
    color: #0059b2;
    outline: none;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
ul {
    list-style: none;
}
button {
    border: none;
    cursor: pointer;
    font: 400 16px 'Circe', Tahoma, Geneva, sans-serif;
}
button:disabled {
    cursor: default;
}
em,
i {
    font-style: italic;
}
strong,
b {
    font-weight: 700;
}
img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
html,
body {
    width: 100%;
    height: 100%;
}
body {
    position: relative;
    background: #f2f2f2;
    color: #000;
    font: 16px 'Circe', Tahoma, Geneva, sans-serif;
    line-height: 1.2;
    z-index: 0;
}
@media (min-width: 768px) {
    body {
        font-size: 20px;
    }
}
.clearfix:after {
    display: table;
    clear: both;
    content: '';
}
.wrap {
    position: relative;
    max-width: 1100px;
    min-height: 100%;
    margin: 0 auto;
}
.header {
    padding-bottom: 10px;
}
.header_top {
    position: relative;
    margin: 0 auto;
    padding: 25px 0;
}

@media (min-width: 551px) {
    .header_top {
        max-width: 940px;
        display: flex;
        align-items: center;
    }
}
.header_logo,
.header_title,
.header_phone {
    flex: 1 1 auto;
}
.header_title {
    padding-left: 25px;
    font: 20px/1em 'PTSansNarrow';
}
.header_phone {
    padding-left: 32px;
    font-size: 32px;
    font-weight: 300;
    white-space: nowrap;
}
.header_phone > a {
    font-size: 32px;
    font-weight: 300;
    color: #000;
    text-decoration: none;
}
.header_social {
    margin-left: auto;
    display: flex;
    align-items: center;
    padding-left: 35px;
}
.header_social > li {
    margin-left: 10px;
}
.header_social a {
    width: 44px;
    height: 44px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aaa;
    text-decoration: none;
}
.header_social a:hover {
    color: #004b87;
}
.header_social svg {
    width: 32px;
    height: 32px;
}

.header_social > li:first-child {
    margin-left: 0;
}
.header_nav_wr {
    background: #004b87;
}
.header_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1034px;
    margin: 0 auto;
    text-align: center;
}
.header_nav > li {
    padding: 0 10px;
}
@media (max-width: 919px) {
    .header_nav > li {
        padding: 0 5px;
    }
}
.header_nav a {
    display: block;
    color: #ededed;
    font-size: 14px;
    font-weight: 700;
    line-height: 45px;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
}
@media (max-width: 919px) {
    .header_nav a {
        font-size: 13px;
    }
}
.header_nav a:hover,
.header_nav a.current {
    color: #ff280b;
}
@media (min-width: 551px) and (max-width: 767px) {
    .header_title {
        padding-left: 16px;
        padding-right: 200px;
    }
}

@media (max-width: 550px) {
    .header_title {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .header {
        padding: 10px;
    }
    .header_top {
        padding: 0 0 15px;
    }

    .header_logo {
        display: block;
        width: 78px;
    }
    .header_logo svg {
        width: 78px;
    }

    .header_title {
        font-size: 16px;
    }

    .header_phone {
        position: absolute;
        top: 36px;
        right: 0;
    }
    .header_phone > a {
        font-size: 22px;
    }

    .header_social {
        position: absolute;
        top: 0;
        right: 0;
        padding-top: 0;
    }
    .header_social > li {
        margin-left: 5px;
    }

    .header_nav {
        height: auto;
    }
}

.page_title {
    padding: 15px 10px 10px;
    background: #004b87;
    color: #fff;
    font-size: 35px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0.4%;
    margin-top: 2px;
    margin-bottom: 5px;
}
@media (max-width: 767px) {
    .page_title {
        margin-right: 10px;
        margin-left: 10px;
        padding: 10px 10px 5px;
        font-size: 22px;
    }
}

@media (min-width: 768px) {
    .our_services-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2px;
    }
}
.our_services-list > li {
    background: #004b87;
    text-align: center;
}
.our_services-list > li:first-child {
    margin-left: 0;
}
.our_services-list > li > a {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: #fff;
    text-decoration: none;
}
.our_services-name,
.our_services-descr,
.our_services-link_wr {
    padding: 10px 10px 0;
}
.our_services-name {
    color: #fff;
    font-size: 35px;
    font-weight: 300;
}
.our_services-descr {
    padding-top: 5px;
    color: #aeb8bb;
    line-height: 1em;
}
.our_services-link_wr {
    margin-top: auto;
    padding: 10px 0;
    text-align: center;
}
.our_services-link_wr a {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
}
.our_services-link_more {
    text-transform: uppercase;
    font-size: 14px;
}

@media (max-width: 767px) {
    .our_services {
        margin: 0 10px;
    }
    .our_services-list {
        background: #004b87;
    }
    .our_services-list li:after {
        content: none;
    }
    .our_services-name {
        font-size: 22px;
        padding-bottom: 5px;
    }
    .our_services-descr {
        padding-bottom: 5px;
        font-size: 14px;
    }
    .our_services-link_wr {
        display: none;
        position: static;
    }
}

.site_about {
    padding: 40px 0;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
}

.paginator {
    padding-top: 15px;
    text-align: center;
}
.paginator li {
    display: inline-block;
}
.paginator a {
    display: block;
    width: 40px;
    height: 40px;
    background: #f9f9f9;
    border: 1px solid #e6e6e6;
    color: #10191e;
    font-size: 14px;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
}
.paginator a.current {
    border-color: #e6e6e6;
    background: #10191e;
    color: #fff;
}

.post {
    margin-bottom: 15px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 48, 64, 0.15);
}
.post-img {
    text-align: center;
}
.post-title {
    padding: 20px 4% 15px;
    font-size: 24px;
    text-transform: uppercase;
}
.post-title a {
    color: inherit;
    text-decoration: none;
}
.post-text {
    padding: 0 4%;
    color: #212121;
    font-size: 18px;
    line-height: 1.45em;
}
.post-next_link {
    display: inline-block;
    border: 1px solid #004b87;
    padding: 0 10px;
    background: #004b87;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: lowercase;
    text-decoration: none;
}
.post-next_link:hover {
    border-color: #004b87;
    background: #f2f2f2;
    color: #004b87;
}
.post-qa {
    padding: 0 4%;
}
.post-qa > dt {
    padding-bottom: 15px;
    font-size: 20px;
    text-transform: none;
}
.post-qa-st {
    color: #aaa;
    text-transform: uppercase;
}

.post-int_qa {
    padding: 0 20px;
}
.post-int_qa > dt {
    position: relative;
    font-weight: 700;
    padding-bottom: 25px;
}
.post-int_qa > dt:before {
    position: absolute;
    right: 100%;
    top: 29px;
    margin-right: 10px;
    content: '';
    width: 9px;
    height: 16px;
    background: url(/img/sprite.png) -65px 0 no-repeat;
}
.post-int_qa-q_title {
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
}
.post-int_qa-a_title {
    padding-bottom: 10px;
}

.post-bot {
    padding: 20px 4% 0;
}
@media (min-width: 760px) {
    .post-bot {
        display: flex;
        align-items: center;
    }
    .post-int_qa + .post-bot {
        padding: 20px 20px 0;
    }
}
.post-tags > li {
    display: inline-block;
    padding-right: 10px;
    padding: 5px 10px 0 0;
}
.tag,
.post-tags a {
    position: relative;
    display: inline-block;
    border: 1px solid #aaa;
    border-radius: 25px;
    padding: 0 15px 0 18px;
    background: #fff;
    color: #12181d;
    font-size: 14px;
    line-height: 25px;
    text-decoration: none;
    z-index: 2;
}
.tag:before,
.post-tags a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 7px;
    width: 4px;
    height: 4px;
    margin: auto;
    border: 1px solid #ddd;
    border-radius: 100%;
    content: '';
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.tag:hover,
.tag:hover:before,
.post-tags a:hover,
.post-tags a:hover:before {
    border-color: #000;
}
.post-tags a.post-tags-all {
    border-color: transparent;
    background: transparent;
    padding: 0;
    text-transform: uppercase;
    text-decoration: underline;
}
.post-tags a.post-tags-all:before {
    content: none;
}
.post-tags a.post-tags-all:hover {
    text-decoration: none;
}
.tag-remove {
    position: relative;
}
.tag-remove:after {
    content: 'x';
    position: absolute;
    left: 100%;
    top: -4px;
    width: 50px;
    margin-left: -25px;
    border-radius: 27px;
    background: #0d1418;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    text-align: right;
    padding-right: 10px;
    z-index: 1;
}
.selected_tag {
    padding: 0 50px 10px;
}
.selected_tag-b_title {
    margin-right: 10px;
    padding-left: 4px;
    text-transform: uppercase;
    font-size: 14px;
}
.ask_q_link {
    order: 1;
    position: relative;
    display: flex;
    align-items: center;
    align-items: center;
    margin-left: auto;
    color: #000;
    font-size: 16px;
    line-height: 25px;
    white-space: nowrap;
}
.ask_q_link > .ico-q {
    position: relative;
    top: -2px;
    margin-right: 8px;
}

.load_more_wr {
    text-align: center;
}

.internal_page_content {
    padding: 20px 0 25px;
    background: #fff;
    box-shadow: 1px 0 2px rgba(0, 48, 64, 0.15);
}
.internal_page_content .post,
.internal_page_content .post {
    max-width: 960px;
    border: 2px solid #fff;
    margin: 0 auto 15px;
    background: #f2f2f2;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.29);
}

.ask_q_form {
    max-width: 810px;
    margin: 0 auto;
    padding-top: 40px;
}
.form-f_title {
    padding-bottom: 15px;
    font-size: 22px;
    font-weight: 300;
}
.form label {
    display: block;
    overflow: hidden;
    padding-bottom: 15px;
}
.form-f_name {
    float: left;
    width: 150px;
    padding-top: 5px;
    font-size: 18px;
}
.form-f_val {
    float: right;
    width: 660px;
}
.form-btn_wr {
    padding: 10px 0 0 150px;
}
.form-captcha_img {
    margin-right: 20px;
}
.form-captcha_inp {
    width: 140px !important;
}
.ask_q_form input[type='text'],
.ask_q_form input[type='password'],
.ask_q_form textarea {
    padding: 5px 10px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    background: rgb(255, 255, 255);
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #fff 100%);
    background: linear-gradient(to bottom, #f9f9f9 0%, #fff 100%);
}
.ask_q_form input[type='text'],
.ask_q_form input[type='password'] {
    height: 30px;
    width: 245px;
}
.ask_q_form textarea {
    height: 130px;
    width: 660px;
}
.footer {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    line-height: 1.65em;
}
.footer,
.footer a {
    color: #444;
    font-size: 14px;
}
.footer_dev {
    padding-top: 10px;
}
.ico {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/img/sprite.png);
    background-repeat: no-repeat;
}
.ico-fb {
    width: 44px;
    height: 45px;
    background-position: 0 -34px;
    background-size: cover;
}
.ico-vk {
    width: 44px;
    height: 45px;
    background-position: -45px -34px;
    background-size: cover;
}
.ico-inst {
    width: 44px;
    height: 45px;
    background-position: -90px -34px;
    background-size: cover;
}
.ico-q {
    width: 26px;
    height: 26px;
    background-position: -34px 0;
}
.ico-notice {
    width: 31px;
    height: 31px;
    background-position: 0 0;
}
.btn {
    display: inline-block;
    border: 1px solid #004b87;
    padding: 0 35px;
    background: #004b87;
    color: #f2f2f2;
    font-size: 14px;
    line-height: 35px;
    text-transform: uppercase;
    text-decoration: none;
}
.btn:hover {
    border-color: #004b87;
    background: #f2f2f2;
    color: #004b87;
}
.btn-big {
    border-width: 2px;
    padding: 0 75px;
    font-size: 22px;
    line-height: 45px;
}

.nav-toggle {
    display: none;
}

.bx-controls {
    background: #004b87;
}
.bx-pager {
    text-align: center;
}
.bx-pager-item {
    display: inline-block;
    padding: 4px;
}
.bx-pager-link {
    display: inline-block;
    text-indent: -9999px;
    width: 10px;
    height: 10px;
    border: 1px solid #999;
    border-radius: 100%;
}
.bx-pager-link.active {
    background: #ff290b;
    border-color: #ff290b;
}

.dwnl_link {
    display: inline-block;
    border: 2px solid #ff290b;
    padding: 5px 5px 2px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    margin: 0 0 8px 0;
}

.price_table {
    margin-bottom: 20px;
}
.price_table .table-cell {
    width: 33.33333333333%;
}

.table {
    display: table;
    width: 100%;
    box-shadow: 0 2px 1px -2px rgba(0, 0, 0, 0.25);
    border-collapse: collapse;
    border: 1px solid #e0e0e0;
}
.table-row {
    display: table-row;
}
.table-cell {
    display: table-cell;
    border: 1px solid #e0e0e0;
    padding: 10px 0 8px 25px;
    vertical-align: middle;
}
.table-cell:last-child {
    padding-right: 25px;
}
.table-head {
    font-weight: 700;
}
.table-cell {
}
.table-row:nth-child(2n + 1) > .table-cell {
    background: #f2f2f2;
    border-left-color: #fff;
    border-right-color: #fff;
}
.table-row:nth-child(2n + 1) > .table-cell:first-child {
    border-left-color: #d2d2d2;
}
.table-row:nth-child(2n + 1) > .table-cell:last-child {
    border-right-color: #d2d2d2;
}
.show_mob {
    display: none;
}

td.table-cell > p {
    padding: 0;
    margin: 0;
}
.red {
    color: #ff260b;
}
.article-header {
    padding: 10px;
    font-size: 28px;
    text-align: center;
}
.text_post,
.article-text {
    padding: 10px 20px;
}

@media (min-width: 920px) {
    .text_post,
    .article-text {
        padding: 10px 55px;
    }
}

.article-text p,
.text_post p {
    padding: 10px 0;
}
.text_post p:first-child,
.article-text p:first-child {
    padding-top: 0px;
}
.text_post table tr td,
.article-text table tr td {
    vertical-align: top;
}
.text_post ul,
.text_post ol,
.article-text ul,
.article-text ol {
    list-style: initial;
    padding-left: 20px;
}
.text_post li + li,
.article-text li + li {
    margin-top: 8px;
}

.article-text h2,
.text_post h2 {
    padding: 15px 0 10px 0;
    font-size: 22px;
    color: #ff260b;
}
.text_post-img {
    float: left;
    margin: 0 30px 10px 0;
}
.text_post-notice {
    position: relative;
    padding-left: 65px;
}
.text_post-notice .ico {
    position: absolute;
    left: 20px;
    top: -4px;
    margin-right: 10px;
}

ul.popup-tags-list {
    list-style: none;
}
ul.popup-tags-list > li {
    display: inline-block;
    width: 150px;
    float: left;
}
ul.popup-tags-list > li > a {
    font-size: 12px;
}

div.partners-list {
    width: 100%;
    height: auto;
    display: block;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}
div.partners-list img {
    border: none;
    display: inline-block;
    vertical-align: top;
    float: left;
    margin: 0 40px 110px 0;
}
div.partners-list h4 {
    padding: 10px 0;
    font-size: 22px;
    color: #ff260b;
}

/*table.about-text {border-collapse:separate; width:100%; table-layout:fixed; display:table; }
table.about-text > tbody > tr > td { display:table-cell; text-align:left; width:auto; height:auto; vertical-align: top; }
table.about-text > tbody > tr > td.about-img { display:table-cell; text-align:center; width:370px; height:auto; }*/

.about-img {
    float: left;
    width: 300px;
}
.about-text {
    float: right;
    width: 610px;
}
div.contacts-top-block {
    width: 100%;
    display: inline-block;
    clear: both;
    margin: 10px 0;
    text-align: center;
}
div.data-block {
    width: 49%;
    display: inline-block;
    text-align: center;
    float: left;
    font-weight: normal;
}
div.data-block > strong {
    display: block;
    clear: both;
    margin: 0 auto 7px auto;
    font-weight: bold;
    font-size: 16px;
}
div.data-block > a {
    display: block;
    clear: both;
    margin: 0 auto;
    font-size: 26px;
    color: #000;
    text-decoration: none;
}
div.separator {
    width: 1px;
    display: inline-block;
    height: 70px;
    background: #000;
    float: left;
}
strong.contacts-header {
    font-weight: bold;
    font-size: 20px;
    display: block;
    clear: both;
    margin: 7px 0;
}

@media (max-width: 767px) {
    .site_about {
        padding: 15px 10px 20px;
        font-size: 16px;
        font-weight: 400;
    }
    .post {
        margin-bottom: 10px;
        padding: 20px 10px 10px;
    }
    .post-bot {
        padding: 20px 0 0;
    }
    .post-title,
    .post-text,
    .post-qa,
    .post-tags {
        padding-left: 1%;
        padding-right: 1%;
    }
    .post-tags li {
        padding-top: 15px;
    }
    .post-title,
    .post-qa > dt {
        font-size: 18px;
    }
    .post-int_qa {
        padding: 0;
        font-size: 14px;
    }
    .post-int_qa > dt:before {
        content: none;
    }

    .post-text {
        font-size: 14px;
        line-height: 1.25em;
    }

    .text_post h2 {
        font-size: 16px;
    }
    .text_post p {
        font-size: 14px;
    }

    .btn-big {
        padding: 0 35px;
        font-size: 14px;
        text-transform: uppercase;
        height: 35px;
        line-height: 35px;
    }

    .footer {
        padding: 30px 10px 0;
    }
    .footer,
    .footer a {
        font-size: 12px;
    }

    .nav-collapse ul {
        display: block;
        width: 100%;
        padding: 5px 0;
    }
    .nav-collapse li {
        display: block;
        padding: 0;
        text-align: center !important;
    }
    .nav-collapse a {
        line-height: 30px;
    }

    .js .nav-collapse {
        clip: rect(0 0 0 0);
        max-height: 0;
        position: absolute;
        display: block;
        overflow: hidden;
        zoom: 1;
    }

    .nav-collapse.opened {
        max-height: 9999px;
    }

    .nav-toggle {
        position: relative;
        display: block;
        line-height: 35px;
        background: #004b87;
        text-align: center;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }
    .nav-toggle:after {
        position: absolute;
        right: 15px;
        top: 12px;
        width: 21px;
        height: 11px;
        background: url(/img/sprite.png) -79px 0;
        content: '';
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .nav-toggle.active:after {
        background-position: -79px -11px;
    }

    .internal_page_content {
    }
    .internal_page_content .post {
        background: rgb(255, 255, 255);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.65);
    }
    .paginator a {
        width: 30px;
        height: 30px;
        margin: 0 3px;
        line-height: 30px;
    }

    .selected_tag {
        padding: 0 10px 10px;
    }

    .form {
        width: 320px;
        margin: 0 auto;
        padding: 0 10px;
    }
    .form-f_name,
    .form-f_val {
        float: none;
    }
    .form-f_name {
        padding-bottom: 5px;
    }

    .form-f_val {
    }
    .form-btn_wr {
        padding-left: 0;
        text-align: center;
    }

    input[type='text'],
    input[type='password'] {
        height: 30px;
        width: 300px;
    }
    textarea {
        height: 130px;
        width: 300px;
    }

    .text_post-img {
        float: none;
        margin-right: 0;
    }

    .table.price_table {
        font-size: 14px;
    }
    .table-cell {
        padding-left: 5px;
    }

    .table-cell:last-child {
        padding-right: 5px;
    }
    .show_mob {
        display: block;
    }
    .article-header {
        font-size: 20px;
    }

    .about-img,
    .about-text {
        float: none;
        width: 100%;
    }
    .about-img {
        text-align: center;
        margin-bottom: 20px;
    }
    div.partners-list {
        width: 100%;
        height: auto;
        display: inline-block;
        text-align: left;
        vertical-align: top;
    }
    div.partners-list img {
        border: none;
        display: block;
        float: none;
        margin: 0 auto 10px;
    }
    div.partners-list h4 {
        padding: 10px 0;
        font-size: 22px;
        color: #ff260b;
    }
    .partners-img {
        text-align: center;
    }
    div.contacts-top-block {
        width: 100%;
        display: inline-block;
        clear: both;
        margin: 10px 0 15px 0;
        text-align: center;
    }
    div.data-block {
        width: 100%;
        display: inline-block;
        text-align: center;
        font-weight: normal;
    }
    div.data-block > strong {
        display: block;
        clear: both;
        margin: 0 auto 7px auto;
        font-weight: bold;
        font-size: 16px;
    }
    div.data-block > a {
        display: block;
        clear: both;
        margin: 0 auto;
        font-size: 26px;
        color: #000;
        text-decoration: none;
    }
    div.separator {
        display: block;
        clear: both;
        width: 100%;
        height: 1px;
        background: #000;
        margin: 8px 0;
    }

    /*        table.about-text {border-collapse:collapse; width:99%; display:inline-block;  }
        table.about-text > tbody > tr > td { display:inline-block; text-align:left; width:99%; height:auto; vertical-align: top; }
        table.about-text > tbody > tr > td.about-img { display:block; clear:both; padding-bottom:10px; }
        table.about-text > tbody > tr > td.about-img > img { }*/
}

#dialog {
    display: block;
    display: none;
}

.ik-contacts-widget {
    position: fixed;
    right: 21px;
    bottom: 21px;
    z-index: 100;
    color: #000;
    font-size: 16px;
    line-height: 1;
}
.ik-contacts-widget__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #89c355;
    cursor: pointer;
    animation: pulse-green 2s infinite;
}
.ik-contacts-widget_opened .ik-contacts-widget__icon {
    animation-play-state: paused;
}
.ik-contacts-widget__icon > svg {
    width: 60%;
}
.ik-contacts-widget_opened .ik-contacts-widget__icon-phone {
    display: none;
}
.ik-contacts-widget__icon-close {
    display: none;
}
.ik-contacts-widget_opened .ik-contacts-widget__icon-close {
    display: block;
}
.ik-contacts-widget__message {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    width: 240px;
    padding: 16px;
    margin-right: 16px;
    border: 1px solid #004b87;
    border-radius: 16px;
    background-color: #fff;
}
@media (max-width: 576px) {
    .ik-contacts-widget__message {
        display: none;
    }
}
.ik-contacts-widget_opened .ik-contacts-widget__message {
    display: none;
}
.ik-contacts-widget__contacts {
    display: none;
    position: absolute;
    bottom: 100%;
    right: 0;
}
.ik-contacts-widget_opened .ik-contacts-widget__contacts {
    display: block;
}
.ik-contacts-widget__contacts-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    background-color: #fff;
    border: 1px solid #004b87;
    border-radius: 100px;
    color: inherit;
    cursor: pointer;
    text-decoration: none !important;
}
.ik-contacts-widget__contacts-item-label {
    flex: 1 1 auto;
    padding: 8px 8px 8px 16px;
}
.ik-contacts-widget__contacts-item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    border-radius: 50%;
}
.ik-contacts-widget__contacts-item-icon_telegram {
    background-color: #08c;
}
.ik-contacts-widget__contacts-item-icon_whatsapp {
    background-color: #43d854;
}
.ik-contacts-widget__contacts-item-icon_call {
    background-color: #89c355;
}
.ik-contacts-widget__contacts-item-icon_callback {
    background-color: #5444d4;
}
.ik-contacts-widget__contacts-item-icon > svg {
    width: 60%;
}
.ik-contacts-widget__modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
.ik-contacts-widget__modal_opened {
    display: flex;
}
.ik-contacts-widget__modal-over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.ik-contacts-widget__modal-window {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 280px;
    padding: 32px;
    background-color: #fff;
    box-shadow: 0 0 5px #004b87;
}
.ik-contacts-widget__modal-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: none;
    margin: 0;
    padding: 0;
    background-color: transparent;
}
.ik-contacts-widget__modal-close-icon {
    width: 24px;
    height: 24px;
}
.ik-contacts-widget__callback {
    position: relative;
    z-index: 1;
    text-align: center;
}
.ik-contacts-widget__callback-title {
    margin-bottom: 16px;
    font-size: 22px;
    font-weight: bolder;
}
.ik-contacts-widget__callback-field {
    margin-bottom: 16px;
    width: 100%;
    height: 34px;
    padding: 0 16px;
    font-size: 18px;
}
.ik-contacts-widget__callback-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding: 4px 16px;
    border: 1px solid #89c355;
    color: #fff;
    font-size: 14px;
    background-color: #89c355;
}
.ik-contacts-widget__callback-sended {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #fff;
}
.ik-contacts-widget__callback-sended_sended {
    display: flex;
}

@keyframes pulse-green {
    0% {
        box-shadow: 0 0 0 0 rgba(137, 195, 85, 0.8);
    }
    70% {
        box-shadow: 0 0 0 20px rgba(137, 195, 85, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(137, 195, 85, 0);
    }
}
