/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

.b-aggrement-text a {
    color: inherit;
}
.b-aggrement-text {
    max-width: 320px;
    display: inline-block;
    color: #646464;
    vertical-align: top;
    line-height: 1.2;
    margin-left: 10px;
}
prog  s, sub, sup {
    vertical-align: baseline;
}

button, hr, input {
    overflow: visible;
}

[type=checkbox], [type=radio], legend {
    box-sizing: border-box;
    padding: 0;
}

* {
    box-sizing: border-box;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: HelveticaNeueCyr, sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a,
a > h1, a > h2, a > h3, a > h4, a > h5, a > h6 {
    text-decoration: none;
    border-bottom: 1px dotted;
}

h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover, h5 > a:hover, h6 > a:hover,
a > h1:hover, a > h2:hover, a > h3:hover, a > h4:hover, a > h5:hover, a > h6:hover {
    text-decoration: none;
    border-bottom: 0;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
    outline-width: 0;
}

abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    border-bottom: none;
}

.bread_crumbs_link, .jj, .nav_menu_link, .return_button, .social_link {
    text-decoration: none;
}

b, strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

blockquote {
    position: relative;
    margin: 0 40px;
    padding: 10px 0;
}

blockquote h3 {
    font-size: 1.3em;
}

blockquote:before {
    position: absolute;
    top: 0;
    left: -39px;
    width: 1px;
    height: 100%;
    content: '';
    background: rgba(255, 0, 0, 1);
}

img.img_right {
    float: right;
    margin: 1em 0 1em 1em;
}

img.img_left {
    float: left;
    margin: 1em 1em 1em 0;
}

h1 {
    font-size: 2.4em;
    font-weight: 300;
    margin: .67em 0;
}

h2 {
    font-size: 2.1em;
    font-weight: 300;
    margin: .67em 0;
    opacity: .7;
}

h3 {
    font-size: 1.8em;
    font-weight: 400;
    margin: .67em 0;
    line-height: 2em;
}

h4 {
    font-size: 1.6em;
    font-weight: 400;
    margin: .67em 0;
    opacity: .5;
}

h5 {
    font-size: 1.2em;
    font-weight: 400;
    margin: .67em 0;
    color: rgba(255, 0, 0, 1);
}

h6 {
    font-size: 1em;
    margin: .67em 0;
}

mark {
    color: #000;
    background-color: #ff0;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

button, input, select, textarea {
    font: inherit;
    margin: 0;
}

.author_name, optgroup {
    font-weight: 700;
}

button, select {
    text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: ButtonText dotted 1px;
}

fieldset {
    margin: 0 2px;
    padding: .35em .625em .75em;
    border: 1px solid silver;
}

legend {
    display: table;
    max-width: 100%;
    white-space: normal;
    color: inherit;
}

textarea {
    overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    opacity: .54;
    color: inherit;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

.article_header {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 230px;
}

.article_header__picture {
    width: 100%;
}

.article_header__head_text {
    font-size: 40px;
    font-weight: 300;
    position: absolute;
    right: 0;
    bottom: 35px;
    left: 0;
    width: 900px;
    margin: 0 auto;
    padding-left: 40px;
    color: #fff;
}

@media screen and (max-width:1100px) {
    .article_header__picture {
        height: 100%;
    }
    .article_header__head_text {
        width: 100%;
    }
}

.article_meta_container {
    position: relative;
    display: block;
    margin: 105px 0 45px;
}

.article_head {
    font-size: 25px;
    font-weight: 600;
    line-height: 40px;
    margin: 40px 0;
}

.article_head.black {
    color: #000;
}

.article_head.red {
    color: red;
}

.article_head.small {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 40px;
}

.article_meta__author {
    position: absolute;
    top: 0;
    right: 0;
}

.wrapper {
    position: relative;
    display: block;
}

.author_avatar {
    position: absolute;
    top: 0;
    left: 0;
}

.author_meta {
    position: relative;
    padding-left: 60px;
}

.author_name {
    font-size: 18px;
    line-height: 25px;
    margin: 0;
    color: rgba(0, 0, 0, 1);
}

.author_position, .content_benefit_block > ul > li {
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    color: rgba(0, 0, 0, .7);
}

.button, th {
    line-height: 30px;
}

.author_position {
    margin: 0;
}

.content_benefit_block {
    position: relative;
    width: 100%;
    padding: 20px 240px 0 60px;
}

.content_benefit_block__overlay {
    position: absolute;
    z-index: 2;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .05);
}

.content_benefit_block > ul {
    overflow: auto;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.content_benefit_block > ul > li {
    position: relative;
    float: left;
    margin: 0 0 30px;
    padding-right: 35px;
    padding-left: 25px;
}

.content_benefit_block > ul > li > .red {
    color: red;
}

.content_benefit_block > ul > li:nth-child(odd) {
    width: 53%;
}

.content_benefit_block > ul > li:nth-child(even) {
    width: 47%;
}

.content_benefit_block__picture {
    position: absolute;
    top: 0;
    right: 40px;
}

.bread_crumbs_container {
    position: relative;
    margin: 40px auto 0;
}

.article_content_container .bread_crumbs_list {
    overflow: auto;
    margin: 0;
    padding: 0;
    list-style: none;
}

.article_content_container .bread_crumbs_item {
    position: relative;
    display: block;
    float: left;
    /*font-weight: 600;*/
    margin: 0;
    padding: 0;
}

.bread_crumbs_item:not(:last-child) {
    margin-right: 25px;
}

.bread_crumbs_item:after {
    position: absolute;
    right: -15px;
    display: inline-block;
    content: '/';
    color: rgba(255, 0, 0, 1);
}

.article_unordered_list_item:before, .bread_crumbs_item:last-child:after, .close:after, .close:before, .floated_unordered_list_item:before {
    content: '';
}

.article_content_container .bread_crumbs_link {
    font-size: .9em;
    cursor: pointer;
    transition: color ease .3s;
    color: rgba(0, 0, 0, .7);
}

.bread_crumbs_link:hover {
    color: rgba(0, 0, 0, 1);
}

.content_button_wrapper {
    width: 660px;
    margin: 60px 0;
}

.button {
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    height: 50px;
    cursor: pointer;
    transition: all ease .3s;
    color: red;
    border: 1px solid red;
    border-radius: 25px;
    outline: 0;
    background: #fff;
}

.button:focus, .button:hover {
    color: #fff;
    background: red;
}

.return_button {
    position: relative;
    display: block;
    color: rgba(0, 0, 0, 1);
}

.return_button_image {
    position: absolute;
    top: -8px;
    left: 0;
    height: 32px;
}

.return_button_text {
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    display: block;
    margin: 0;
    padding-left: 40px;
}

.nav_menu__button {
    font-weight: 700;
    width: 190px;
    height: 40px;
    transition: all ease .3s;
    color: red;
    border: 1px solid red;
    border-radius: 20px;
    background: 0 0;
}

.nav_menu__button:hover {
    color: #fff;
    background: red;
}

@media screen and (max-width:1100px) {
    .content_button_wrapper {
        width: 100%;
    }
}

.content_cients_block {
    margin-bottom: 100px;
}

.margin_fix {
    margin: 45px 0 0;
}

.article_unordered_list {
    position: relative;
    padding-left: 0;
    list-style: none;
}

.article_unordered_list_item {
    position: relative;
    margin-top: 25px;
    padding-left: 25px;
}

.article_unordered_list_item:before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: red;
}

.floated_ordered_list {
    overflow: auto;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.floated_ordered_list_item {
    position: relative;
    float: left;
    width: 50%;
    margin: 10px 0 30px;
    padding-top: 6px;
    padding-right: 35px;
    padding-left: 60px;
}

.floated_ordered_list_item_number {
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 25px;
    height: 25px;
    padding: 3px 0;
    text-align: center;
    color: rgba(255, 0, 0, 1);
    border: 1px solid rgba(255, 0, 0, 1);
    border-radius: 50%;
}

td, th {
    text-align: left;
    vertical-align: super;
}

.outcontainer {
    overflow: hidden;
}

.article_content_container ul {
    position: relative;
    margin-bottom: 2em;
    padding-left: 0;
    list-style: none;
}

.article_content_container ol {
    position: relative;
    margin-bottom: 2em;
    padding-left: 0;
    list-style: none;
    counter-reset: li;
}

.article_content_container .outcontainer ul {
    margin: 0;
}

.article_content_container ul > li {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    position: relative;
    margin-top: 1.3em;
    padding-left: 25px;
    color: #000;
}

.article_content_container ol > li {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    position: relative;
    margin-top: 1.3em;
    padding-left: 25px;
    color: #000;
}

.article_content_container .outcontainer ul li {
    margin: 0 0 10px;
}

.floated_unordered_list {
    overflow: auto;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.floated_unordered_list_item {
    position: relative;
    float: left;
    width: 50%;
    margin: 0 0 30px;
    padding-right: 35px;
    padding-left: 25px;
}

.floated_unordered_list_item:before, .article_content_container ul > li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '\2014';
    color: rgba(255, 0, 0, 1);
}

.article_content_container ol > li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: counter(li);
    counter-increment: li;
    color: rgba(255, 0, 0, 1);
}

table {
    width: 100%;
    margin-bottom: 40px;
}

th {
    font-size: 16px;
    font-weight: 600;
    /*border-bottom: 60px solid #fff;*/
}

.plane_text, td {
    font-weight: 700;
}

td {
    font-size: 14px;
    line-height: 20px;
    vertical-align: top;
    /*border-bottom: 20px solid #fff;*/
}

td:nth-child(1), th:nth-child(1) {
    /*width: 230px;*/
    padding-right: 30px;
}

th:nth-child(1) {
    opacity: 1;
    color: #000;
}

td:nth-child(1) {
    /*opacity: .7;*/
    color: #000;
}

td:nth-child(2), th:nth-child(2) {
    /*width: 250px;*/
    opacity: 1;
    color: #000;
}

td:nth-child(2) {
    padding-right: 30px;
}

td:nth-child(3), th:nth-child(3) {
    /*width: 300px;*/
    opacity: 1;
    /*color: red;*/
}

td > .data {
    font-size: 20px;
    display: inline-block;
    margin: 0 10px;
}

.plane_text {
    font-size: 14px;
    line-height: 30px;
    width: 100%;
    margin: 0;
}

.plane_text.black {
    opacity: 1;
    color: #000;
}

.plane_text.gray {
    opacity: .7;
    color: #000;
}

.plane_text.red {
    opacity: 1;
    color: red;
}

.plane_text.low_line {
    line-height: 20px;
}

.plane_text > .red {
    color: red;
}

.plane_text > .black {
    color: #000;
}

.video_wrapper {
    position: relative;
    width: 660px;
    height: 370px;
    margin: 55px 0 45px;
}

.yt_player {
    width: 100%;
    height: 100%;
}

.global_container {
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    background: 0 0;
}

.article_side_container {
    /*position: absolute;*/
    z-index: 1;
    top: 0;
    left: 0;
    width: 300px;
    /*height: 100%;*/
    background: rgba(0, 0, 0, .05);
}

.article_container {
    position: relative;
    width: 84%;
    /*padding: 0 0 0 300px;*/
}

.article_content_container {
    position: relative;
    width: 900px;
    margin: auto;
    padding: 0 40px;
}

.innercontainer, .subinnercontainer {
    display: none;
}

.suboutcontainer {
    margin: 0 0 10px;
}

.subinnercontainer {
    margin-top: 10px;
}

.article_content__row {
    overflow: auto;
    width: 100%;
}

.article_content__half_block {
    float: left;
    width: 50%;
}

.gradient {
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: all .3s ease-in;
    -webkit-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    opacity: 0;
    background: linear-gradient(to right, red, #000);
}

.main_menu_wrapper, .order_menu_wrapper {
    position: absolute;
    top: 0;
    height: 100vh;
    transition: all ease .3s;
    background: #fff;
}

.gradient.active {
    z-index: 2;
    visibility: visible;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: .5;
}

.gradient.order_active {
    z-index: 3;
    visibility: visible;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: .5;
}

@media screen and (max-width:1100px) {
    .article_content_container {
        width: 100%;
    }
}

.main_menu_wrapper {
    z-index: 4;
    right: -100%;
    width: 50%;
    max-width: 600px;
}

.main_menu_wrapper.menu {
    right: 0;
    width: 390px;
}

.main_menu_wrapper.feed {
    right: 0;
    width: 50%;
}

.order_menu_wrapper {
    z-index: 3;
    left: -100%;
    width: 50%;
    max-width: 600px;
}

.order_menu_wrapper.active {
    left: 0;
}

.close_wrapper {
    position: absolute;
    width: 100%;
    height: 96px;
}

.close, .close:after, .close:before {
    position: absolute;
    width: 30px;
    cursor: pointer;
}

.close_wrapper.active {
    height: 60px;
}

.close {
    z-index: 3;
    top: 0;
    right: 40px;
    bottom: 0;
    height: 20px;
    margin: auto;
}

.close:after, .close:before {
    top: 8px;
    display: block;
    height: 3px;
    transition: all .3s ease-in-out;
    border-radius: 1px;
    background: red;
}

.main_menu__form_wrapper, .order_menu__form_wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 550px;
    margin: auto;
    padding: 0 80px;
}

.close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

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

.main_menu__form_wrapper {
    visibility: hidden;
}

.main_menu__form_wrapper.active {
    visibility: visible;
}

.feedback_header {
    font-size: 40px;
    font-weight: 300;
    margin: 27px 0 72px;
    color: #737373;
}

.input {
    font-size: 19px;
    font-weight: 400;
    line-height: 32px;
    display: block;
    width: 80%;
    margin: 25px 0;
    color: rgba(0, 0, 0, .9);
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    outline: 0;
}

.input.task {
    width: 100%;
}

.input_submit {
    font-size: 15px;
    font-weight: 400;
    /*position: absolute;
    right: 40px;
    right: 110px;
    bottom: 0;
    float: right;*/
    display: block;
    margin-top: 20px;
    width: 180px;
    height: 40px;
    padding: 0;
    color: #fff;
    border: 0;
    border-radius: 20px;
    background: red;
}

.file_add, .file_upload_label {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, .9);
}

.file_upload_wrapper {
    width: 100%;
    padding-right: 20px;
    text-align: right;
}

.file_upload_custom {
    position: relative;
    display: inline-block;
    margin: 0;
}

.file_add {
    margin-right: 10px;
}

.file_add > .fa-paperclip {
    margin-right: 10px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.file_name {
    cursor: pointer;
    border: 0;
    border-bottom: 1px dotted red;
    background: #fff;
}

.file_name:disabled {
    cursor: default;
    opacity: .5;
}

.burger, .burger > span:after, .burger > span:before, .feedback_button, .file_upload_label > label, .nav_menu_link, .reset_file {
    cursor: pointer;
}

.file_upload_label {
    position: relative;
    margin-top: 15px;
}

.file_input {
    position: absolute;
    left: -99999px;
    visibility: hidden;
}

.reset_file {
    position: absolute;
    z-index: 1;
    top: -7px;
    right: -20px;
    display: none;
    width: 12px;
    height: 12px;
}

.reset_file:after, .reset_file:before {
    position: absolute;
    left: -2px;
    width: 15px;
    height: 1px;
    content: '';
    background: rgba(0, 0, 0, .3);
}

.reset_file:before {
    top: 8px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.reset_file:after {
    top: 6px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.reset_file.active {
    display: block;
}

.main_menu__menu {
    position: absolute;
    top: 0;
    bottom: 0;
    visibility: hidden;
    width: 390px;
    height: 410px;
    margin: auto;
}

.main_menu__menu.active {
    visibility: visible;
}

.main_menu__footer {
    border-top: 1px solid #ccc;
}

.main_menu__body_item, .main_menu__footer_item {
    font-weight: 400;
    text-decoration: none;
    border: none;
}

.main_menu__body, .main_menu__footer {
    margin: 0;
    list-style: none;
}

.main_menu__body > li {
    padding: 0 10px 40px;
}

.main_menu__footer > li {
    padding: 30px 10px 0;
}

.main_menu__body_item {
    font-size: 25px;
    line-height: 25px;
    color: red;
}

.main_menu__footer_item {
    font-size: 23px;
    line-height: 23px;
    color: #737373;
}

.socials_share_block {
    margin: 40px 0 80px;
}

.socials_share_block > ul {
    overflow: auto;
    margin: 0;
    padding: 0;
    list-style: none;
}

.socials_share_block > ul > li {
    float: left;
}

.socials_share_block > ul > li:not(:last-child) {
    margin-right: 20px;
}

.jj {
    font-family: Arial, sans-serif;
    font-size: 11px;
    line-height: 21px;
    position: relative;
    display: inline-block;
    height: 20px;
    padding: 0 10px 0 22px;
    color: #fff;
    border-radius: 10px;
    background: #21a5d8;
}

@media screen and (max-width:1100px) {
    .socials_share_block > ul > li:not(: last-child) {
        margin-right: 10px;
    }
}

.nav_menu, .nav_menu__page_head {
    font-size: 35px;
    font-weight: 500;
    line-height: 40px;
    margin: 0 0 40px;
}

.nav_menu {
    padding: 0;
    list-style: none;
}

.nav_menu_item {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin: 26px 0;
}

.nav_menu__children {
    margin-top: 26px;
    margin-left: 20px;
}

.nav_menu__children > li {
    position: relative;
    margin: 13px 0;
}

.nav_menu__children > li:before {
    position: absolute;
    top: 0;
    left: -20px;
    content: '\2014';
    color: rgba(255, 0, 0, 1);
}

.nav_menu__children > li p {
    font-size: 14px;
}

.nav_menu_link > p {
    font-size: 1.6em;
    font-weight: 600;
    margin: 0;
    transition: opacity ease .3s;
    opacity: .7;
    color: #000;
}

.nav_menu_link.active > p, .nav_menu_link:hover > p {
    opacity: 1;
}

.side_bar {
    z-index: 2;
    /*height: 100%;*/
    /*background: rgba(0,0,0,.05);*/
}

.nav_container {
    position: relative;
    padding: 150px 40px;
}

.return_button_container {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 300px;
    padding-left: 40px;
}

.socials_links {
    position: absolute;
    z-index: 3;
    right: 30px;
    bottom: 30px;
    min-width: 180px;
    margin: 0;
    padding: 0 50px 0 0;
}

.burger, .burger > span, .company_logo {
    bottom: 0;
    margin: auto;
}

.socials_links.active {
    width: 440px;
}

.social_link {
    font-size: 24px;
    line-height: 0;
    float: left;
    height: 100%;
    margin-left: 30px;
    transition: color .3s ease-in;
    color: rgba(0, 0, 0, .5);
}

.social_link:hover {
    color: rgba(255, 0, 0, 1);
}

.socials_links_hidden {
    display: none;
    float: left;
}

.company_logo, .socials_links.active > .socials_links_hidden {
    display: block;
}

.socials_links__button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 10px;
    cursor: pointer;
}

.socials_links__button > span {
    position: relative;
    display: block;
    width: 6px;
    height: 6px;
    transition: all .3s ease;
    border-radius: 50%;
    background: rgba(0, 0, 0, .5);
}

.socials_links__button > span:after, .socials_links__button > span:before {
    position: absolute;
    top: 0;
    width: 6px;
    height: 6px;
    content: '';
    transition: all .3s ease;
    border-radius: 50%;
    background: rgba(0, 0, 0, .5);
}

.socials_links__button > span:before {
    right: -10px;
}

.socials_links__button > span:after {
    left: -10px;
}

.socials_links__button:hover > span, .socials_links__button:hover > span:after, .socials_links__button:hover > span:before {
    background: rgba(255, 0, 0, 1);
}

.socials_links.active > .socials_links__button {
    padding: 8px 0;
}

.socials_links.active > .socials_links__button > span {
    width: 30px;
    height: 4px;
    border-radius: 1px;
    background: red;
}

.socials_links.active > .socials_links__button > span:before {
    top: -3px;
    right: 0;
    width: 15px;
    height: 4px;
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
    border-radius: 1px;
    background: red;
}

.socials_links.active > .socials_links__button > span:after {
    top: 3px;
    left: 15px;
    width: 15px;
    height: 4px;
    -webkit-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg);
    border-radius: 1px;
    background: red;
}

.top_bar {
    position: fixed;
    z-index: 3;
    width: 100%;
    height: 96px;
    transition: all ease-in-out .3s;
    background: 0 0;
    box-shadow: none;
}

.burger, .company_logo, .logo {
    position: absolute;
    top: 0;
}

.top_bar.active {
    height: 60px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 1px 0 5px #000;
}

.company_logo {
    left: 40px;
    width: 189px;
    height: 26px;
    padding-left: 26px;
}

.logo {
    left: 0;
}

.burger {
    z-index: 3;
    right: 40px;
    width: 30px;
    height: 20px;
}

.burger > span, .burger > span:after, .burger > span:before {
    position: absolute;
    display: block;
    width: 30px;
    height: 3px;
    content: '';
    transition: all .3s ease-in-out;
    border-radius: 1px;
    background: rgba(255, 255, 255, 1);
}

.burger > span {
    top: 0;
}

.burger > span:after {
    bottom: -8px;
}

.burger > span:before {
    top: -8px;
}

.burger.active.red > span, .burger.active > span {
    background: 0 0;
}

.burger.active > span:after, .burger.active > span:before {
    top: 0;
    background: red;
}

.burger.active > span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.burger.active > span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.burger.red > span, .burger.red > span:after, .burger.red > span:before {
    background: red;
}

.feedback_button {
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 110px;
    bottom: 0;
    display: block;
    height: 40px;
    margin: auto;
    padding: 10px 40px;
    transition: color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out;
    white-space: nowrap;
    color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 20px;
    outline: 0;
    background: inherit;
}

.feedback_button:hover {
    color: rgba(255, 0, 0, 1);
    border: 1px solid rgba(255, 0, 0, 1);
    background: rgba(255, 255, 255, 1);
}

.feedback_button.active {
    color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 0, 0, 1);
    background: rgba(255, 0, 0, 1);
}

#table {
    max-width: 800px;
}

.tbl, .forever {
    border-spacing: inherit;
}

.tbl th, .forever th {
    line-height: normal;
    padding: 10px 20px 10px 0;
    border-top: 1px solid rgba(255, 0, 0, 1);
    border-bottom: 1px solid rgba(255, 0, 0, 1);
}

.tbl td, .forever td {
    padding: 10px 20px 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
}

.tbl td p, .forever td p {
    line-height: normal;
}
.article_content_container .tbl ul > li:first-child {
    margin-top: 0;
}

#table9 h3 {
    margin: 0;
}

.catalog-section table {
    margin-bottom: 0;
}

.catalog-section table i {
    color: rgba(255, 0, 0, 1);
}

.portfolio_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.portfolio_item {
    position: relative;
    width: 301px;
    height: 205px;
    margin: 20px;
    text-align: center;
    background: url(/images/background_portfolio.png) no-repeat;
}

.portfolio_item_img {
    width: 288px;
    height: 167px;
    margin: 28px auto 0;
    border-radius: 0 0 5px 5px;
    background-size: cover !important;
}

.portfolio_item_link {
    margin-top: 15px;
}

.pred2 {
    max-width: 800px;
    border-spacing: initial;
}

.pred2 td {
    padding: 10px 30px 0 0;
}

.pred2 h4 {
    font-size: 1em;
    margin: 0;
}

.pred2 a {
    padding-bottom: 5px;
    text-decoration: none;
    border-bottom: 1px dotted;
}

.pred2 a:hover {
    border-bottom: 0;
}
.row_portfolio {
    margin-bottom: 30px;
}
.work_name h2 {

}
.work_description {
    display: flex;
}
.work_img {
    width: 200px;
}
.work_text {
    margin-left: 30px;
    width: 1000px;
}
.work_text > p {
    margin: 0;
    padding: 0;
}

.blog_group {
    display: flex;
    justify-content: space-between;
    /*width: 840px;*/
    flex-wrap: wrap;
}
.blog {
    width: 200px;
}

.flexbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex_container {
   width: 100%;
}

.flex_row {
    display: flex;
    flex-wrap: wrap;
}

.flex_col-1 {
    flex: 1;
    padding-right: 40px;
    padding-bottom: 40px;
}


.phone {
    position: absolute;
    top: 0px;
    bottom: 0;
    margin: auto;
    height: 26px;
    z-index: 1;
    right: 330px;
}
.phone .phone_red {
    display: none;
}
.phone.active .phone_red {
    display: block;
}
.phone.active .phone_white {
    display: none;
}
.phone img {
    width: 26px;
}

.subscribe-form {
    display: none;
}

.slike {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.slike__vk,
.slike__fb,
.slike_tw,
.slike_gp,
.slike_lj {
    margin: 10px;
}
.slike__vk {
    width: 140px;
}
.slike_gp {
    width: 65px;
}

.phone__number {
    position: absolute;
    top: 0px;
    bottom: 0;
    margin: auto;
    height: 26px;
    z-index: 1;
    right: 330px;
    color: #fff;
    text-decoration: none;
    font-size: 26px;
    font-weight: 300;
    opacity: 0;
    width: 0;
}
.none {
    opacity: 0;
    transition: opacity 0.5s;
}
.phone__number.active {
    opacity: 1;
    width: auto;
    transition: all 1s;
}
.red {
    color: red;
    opacity: all 0.3s;
}

.post-text .bx-smile {
    max-width: 16px;
}

.content_block_img {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}
.content_block_img img {
    margin: 10px;
}
.content_flex {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}
.content_flex_block {
    margin-right: 20px;
    margin-bottom: 20px;
}

.no-border {
    text-decoration: none !important;
    border: none !important;
}

/*flex*/

.container_flex {

}
.row_flex {
    display: flex;
    flex-wrap: wrap;
}
.row_flex-client {
    align-items: center;
    max-width: 870px;
    justify-content: space-around;
}
.row_flex-client:nth-child(1n) {
    border-top: 1px solid rgba(0,0,0,0.7);
}
.flex_start {
    justify-content: flex-start;
}
.block_flex {
    margin-bottom: 20px;
    margin-top: 20px;
    flex: 1;
}
.block_flex-client {
    flex: initial;
    text-align: center;
}
.block_flex_header {
    display: flex;
    flex-wrap: wrap;
}
.block_flex_header h3 {
    margin-right: 20px;
}
.flex_top {
    align-items: flex-start;
}
.unisender-newsletter__input-item {
    font-size: 15px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    display: block;
    width: 100%;
    margin: 15px 0;
    color: rgba(0, 0, 0, .9);
    border: 0;
    padding: 5px 10px 5px 40px;
    outline: 0;
    border-radius: 20px;
    box-sizing: border-box;
}
.unisender-newsletter__btn {
    font-size: 15px;
    font-weight: 400;
    display: block;
    width: 180px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    color: #fff;
    border: 0;
    border-radius: 0 20px 20px 0;
    background: red;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}
.unisender-newsletter__btn:focus {
    outline: none;
}
.unisender-newsletter {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    position: fixed;
    bottom: -100%;
    right: 0;
    width: 100%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 99;
}
.unisender-newsletter_active {
    bottom: 0;
}
.unisender-newsletter__box {
    max-width: 640px;
    margin: auto;
    padding: 20px;
}
.unisender-newsletter__ttl {
    font-size: 20px;
    text-align: center;
    font-weight: 300;
}
.unisender-newsletter__agreement {
    margin-bottom: 15px;
    font-size: 12px;
}
.unisender-newsletter .agreement__link {
    color: red;
}
.unisender-newsletter .agreement__link:hover {
    text-decoration: none;
}
.unisender-newsletter__input {
    position:  relative;
}
.unisender-newsletter__close {
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 20px;
    background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMxLjExMiAzMS4xMTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMxLjExMiAzMS4xMTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4Ij4KPHBvbHlnb24gcG9pbnRzPSIzMS4xMTIsMS40MTQgMjkuNjk4LDAgMTUuNTU2LDE0LjE0MiAxLjQxNCwwIDAsMS40MTQgMTQuMTQyLDE1LjU1NiAwLDI5LjY5OCAxLjQxNCwzMS4xMTIgMTUuNTU2LDE2Ljk3ICAgMjkuNjk4LDMxLjExMiAzMS4xMTIsMjkuNjk4IDE2Ljk3LDE1LjU1NiAiIGZpbGw9IiNGRkZGRkYiLz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==) no-repeat center;
    -webkit-background-size: 100%;
    background-size: 100%;
}
@media screen and (max-width: 800px)  {
    .unisender-newsletter__close {
        width: 20px;
        height: 20px;
        right: 10px;
    }
    .unisender-newsletter__box {
        padding: 20px 40px;
    }
}
@media screen and (max-width: 530px) {
    .unisender-newsletter__btn {
        width: 120px;
    }
    .unisender-newsletter__ttl {
        font-size: 18px;
    }
}
@media screen and (max-width: 420px) {
    .unisender-newsletter__btn {
        position: relative;
        border-radius: 20px;
        margin: 0 auto 10px auto;
    }
    .unisender-newsletter__input-item {
        padding: 5px 20px;
    }
}
.b-next-articles__item {
    width: 50%;
}
.b-next-articles__ite_left {
    padding-right: 15px;
}
.b-next-articles__item_right {
    padding-left: 15px;
}
@media screen and (max-width: 800px)  {
    .b-next-articles__item {
        width: 100%;
        padding: 0;
    }
}

.inner-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0 50px;
  right: -390px;
  width: 390px;
  height: 100vh;
  background: rgba(66,62,59,.9);
  transition: all .3s ease;
  z-index: 3;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.inner-menu:hover {
  right: 390px;
}
.inner-menu__title {
  display: block;
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  margin: 15px 0 10px;
}
.inner-menu__link {
  text-decoration: none;
  color: #ccc;
  font-size: 15px;
  transition: border .3s ease;
  margin-left: 16px;
  line-height: 25px;
  display: block;
}
.inner-menu__link_big {
  font-size: 21px;
  margin-bottom: 50px;
  color: #fff;
  line-height: normal;
  font-weight: 400;
}
.inner-menu__link:hover {
  text-decoration: underline;
}
.inner-menu__input {
  display: none;
}
.inner-menu__label {
  margin-left: -50px;
  padding-left: 50px;
  padding-top: 10px
}
#service-input:hover ~ #service {
  right: 390px;
  transition: all .3s ease;
}
#portfolio-input:hover ~ #portfolio {
  right: 390px;
  transition: all .3s ease;
}
ul.nav_menu.nav_menu__children .nav_menu_item a[href="/internet-promo/smm/zen/"] p {
    color: #f00;
}