*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    max-width: 100%;
    min-height: 100%;
    background-color: rgb(255, 255, 255);
}

body {
    font: 20px/30px "Roboto", sans-serif;
    position: relative;
    color: #333;
    background-color: #fff;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #0191fb;
}

a:hover,
button:hover {
    transition: all 0.3s ease-out;
}

input,
button {
    outline: none;
}

img {
    max-width: 100%;
}

.container {
    margin: 0 auto;
    padding: 0 10px;
}

.text-block {
    font-size: 20px;
    line-height: 30px;
    color: #898987;
}

.header {
    background: #383838;
}

.header .menu a {
    font-size: 14px;
    line-height: 19px;
    color: #fff;
}

.header .container {
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wrap_menu {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
}

.menu {
    flex-grow: 1;
    justify-content: center;
    display: flex;
}

.menu li {
    margin: 0 30px;
}

.menu li a:hover {
    color: #2785e2;
}

.header_signup {
    padding: 8px 13px;
    color: #fff;
    background: transparent;
    border: 1px solid #2785e2;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    transition: all 0s;
}

.header_signup:hover {
    background: #2785e2;
}

.text-center {
    text-align: center;
}

.text-bold {
    font-weight: bold;
}

.text-blue {
    color: #0191fb;
}

.text-dark {
    color: #333;
}

.text-gray {
    color: #999;
}

.h2 {
    margin-bottom: 17px;
    font-size: 40px;
    line-height: 50px;
    color: #333;
    font-weight: bold;
}

.h3 {
    font-size: 30px;
    line-height: 40px;
    color: #333;
    font-weight: bold;
}

.wrap_center {
    padding-top: 50px;
    background: url(../bg-top.html) no-repeat center top;
    background-size: 100% auto;
}

.for_users {
    margin-top: 34px;
    display: inline-flex;
    align-items: center;
    padding: 13px 17px 16px 18px;
    font-size: 16px;
    line-height: 21px;
    border: 1px solid #ecf4f8;
    border-radius: 1px;
}

.for_users img {
    margin-right: 11px;
}

.for_users span:last-child {
    margin-left: 10px;
}

.wrap_form {
    margin-top: 54px;
    display: flex;
    border: 1px solid #ecf4f8;
    background: #fff;
    border-radius: 6px;
}

.wrap_form form {
    flex-basis: 720px;
    flex-shrink: 0;
    border-right: 1px solid #ecf4f8;
}

textarea {
    resize: none;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #222;
    outline: none;
}

.form_footer {
    padding: 0 28px 0 33px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 99px;
    border-top: 1px solid #ecf4f8;
}

.form_footer .text > div:first-child {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
}

.form_footer .text > div:last-child {
    font-size: 14px;
    line-height: 19px;
    color: #9a9a9a;
}

.btn {
    line-height: 2.6;
    width: 173px;
    height: 50px;
    font-size: 18px;
    cursor: pointer;
    border: 1px solid #c4ddf0;
    border-radius: 6px;
    box-shadow: 0 2px 2px rgba(47, 80, 93, 0.08);
}

.btn.active {
    width: unset;
    padding: 0 10px;
}

.btn-loader {
    display: none;
}

.btn.active .btn-loader {
    display: block;
}

.btn.active .btn-title {
    display: none;
}

.grecaptcha-badge {
    display: none;
}

.form-btn {
    margin-left: 15px;
    background: #0191fb;
    border: 1px solid #c4ddf0;
    border-radius: 6px;
    color: #fff;
}

.form-btn.disabled,
.progress.disabled {
    pointer-events: none;
}

.form-btn:hover,
.btn-search:hover,
.dropbtn:hover,
.downloadCSV:hover {
    background-color: #fff;
    color: #222;
}

.sort-list:hover,
.sort-group:hover,
.sort-term:hover {
    background: #eef8fe;
    color: #0191fb;
}

.start {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    position: relative;
}

.start .text {
    pointer-events: none;
    position: absolute;
    font-size: 22px;
    line-height: 30px;
    color: #cfdbe3;
    text-align: center;
}

.progress:hover + .text {
    color: #0191fb;
}

.start .text.active {
    margin-top: 32px;
    color: #333;
}

.start .text.active #count {
    color: #0191fb;
}

.start .text.active > span {
    font-size: 30px;
    font-weight: bold;
    color: #333;
}

.forwhat .h2 {
    margin-top: 130px;
    margin-bottom: 0;
}

.forwhat_inner {
    margin-top: 110px;
    display: flex;
    justify-content: space-between;
}

.forwhat_img {
    flex-basis: 480px;
}

.forwhat_content {
    flex-basis: 457px;
}

.forwhat_content .h3 {
    margin-bottom: 13.1px;
}

.forwhat_list {
    margin-top: 36px;
    font-size: 16px;
}

.forwhat_list li {
    display: flex;
    align-items: flex-start;
}

.forwhat_list li:not(:last-child) {
    margin-bottom: 20px;
}

.forwhat_list .status {
    flex-basis: 55px;
    flex-shrink: 0;
    text-align: center;
    color: #d7373f;
    background: #fff2ea;
    border-radius: 19px;
}

.forwhat_list .status.status-200,
.status.success {
    color: #5aae1b;
    background: #edf7e7;
}

.forwhat_list .status.status-301,
.forwhat_list .status.status-404 {
    background: #fff7e5;
}

.status {
    display: inline-block;
    height: 30px;
    padding: 0 14px;
}

#table .status {
    margin: 0 10px;
    vertical-align: middle;
}

.status.redirect_in {
    background: #fff7e5;
    color: #e06c3d;
}

.c404 span,
.status.client_error,
.status.server_error {
    color: #d7373f;
    background: #fff2ea;
}

.status {
    border-radius: 19px;
}

.forwhat_list .text {
    margin-left: 13.2px;
    font-size: 16px;
    color: #333333;
}

@keyframes rotate {
    from {
        transform: translate(27px, 24px) rotate(0deg);
    }
    to {
        transform: translate(27px, 24px) rotate(360deg);
    }
}

.wrap_gear {
    display: none;
    position: absolute;
    top: 94px;
}

.wrap_gear.active {
    display: block;
}

#gear {
    animation: rotate 5s linear infinite;
    transform-box: fill-box;
    transform-origin: center;
    transform: translate(27px, 24px) rotate(0deg);
}

#gear.animation-stop {
    animation: none;
}

.progress {
    cursor: pointer;
    transform: rotate(-90deg);
}

.progress__value {
    stroke-dasharray: 885.9291283123216;
    stroke-dashoffset: 885.9291283123216;
}

.convenient_sort {
    margin-top: 146px;
    display: flex;
    justify-content: space-between;
}

.convenient_sort_content {
    margin-left: 18px;
    padding-top: 116px;
    flex-basis: 395px;
}

.convenient_sort_content .h3 {
    margin-bottom: 23px;
}

.convenient_sort_img {
    flex-basis: 595px;
}

.downl_report {
    display: flex;
}

.downl_report_img {
    flex-basis: 490px;
}

.downl_report_content {
    margin-left: 99px;
    flex-basis: 371px;
    padding-top: 168px;
}

.downl_report_content .h3 {
    margin-bottom: 24.1px;
}

.deadline_check {
    margin-top: 136.5px;
    display: flex;
    justify-content: space-between;
}

.deadline_check_content {
    flex-basis: 405px;
    padding-top: 60px;
    padding-left: 18px;
}

.deadline_check_content .h3 {
    margin-bottom: 30.1px;
}

.deadline_check_img {
    flex-basis: 540px;
}

.wrap_get_access {
    /*background: #0191fb;*/
    background: #3861FB;
    box-shadow: 0px 5px 7.5px rgba(0, 0, 0, 0.0784314);
}

.get_access {
    padding: 106px 0 134px;
    text-align: center;
    color: #fff;
}

.get_access .h3 {
    color: #fff;
}

.get_access .h3 span {
    color: #fae578;
    text-decoration: underline;
}

.for_users_bottom {
    border-color: #5db7fa;
}

.get_access .btns {
    display: flex;
    justify-content: center;
    margin-top: 51.6px;
}

.get_access .btns > *:not(:last-child) {
    margin-right: 22px;
}

.get_access .btn-enter {
    background: #eef8fe;
    color: #0191fb;
}

.get_access .btn-reg {
    color: #fff;
    background: #83caff;
    border-radius: 4px;
    border: none;
    box-shadow: none;
}

.get_access .btn-reg:hover {
    background: #fff;
    color: #0191fb;
}

.get_access .btn-enter:hover {
    background: #83caff;
    color: #fff;
    border-color: transparent;
}

footer {
    background: #1a1a1a;
    font-size: 12px;
    color: #868686;
}

footer a {
    font-size: 12px;
    color: #868686;
    text-decoration: underline;
}

footer a:hover {
    color: #fff;
    text-decoration: none;
}

.footer {
    background: #212121;
}

.footer_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 0;
}

.footer-menu {
    display: flex;
}

.footer-menu li:not(:last-child) {
    margin-right: 50px;
}

.copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 55.5px;
}

.search.active {
    margin-top: 68px;
    display: flex;
}

.wrap-search-input {
    flex-grow: 1;
    margin-right: 17px;
    position: relative;
}

.search-input {
    height: 61px;
    width: 100%;
    padding: 0 65px 0 47px;
    font-size: 18px;
    background: #fafdff url(../icon-search.html) no-repeat left 18px center;
    border: 1px solid #ecf4f8;
    border-radius: 6px;
}

.cancel_search {
    display: none;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../search_close.html);
    background-size: contain;
    width: 25px;
    height: 25px;
    border: none;
    cursor: pointer;
}

.cancel_search.active {
    display: block;
}

.search-input::placeholder {
    color: #727272;
}

.btn-search {
    flex-shrink: 0;
    width: 184px;
    height: 61px;
    color: #0191fb;
    background: #eef8fe;
}

.wrap_btns_code {
    display: none;
}

.wrap_btns_code.active {
    display: flex;
    margin-top: 75px;
}

.btns_code_title {
    white-space: nowrap;
    height: 32px;
    display: flex;
    align-items: center;
    margin-right: 78px;
    font-size: 18px;
    color: #222;
}

.btns_code_title > div:first-child {
    margin-right: 11px;
}

.show_info {
    position: relative;
}

.show_https_info {
    display: inline-block;
    position: relative;
    padding-left: 3px;
}

.show_info_icon {
    height: 16px;
    width: 16px;
    background: url(../icon-i.html);
    cursor: pointer;
}

.info {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: -34px;
    width: 240px;
    padding-top: 18px;
    transition: opacity 0.3s;
}

.show_https_info:hover .info {
    visibility: visible;
    opacity: 1;
}

.show_info:hover .info {
    visibility: visible;
    opacity: 1;
}

.info:before {
    content: "";
    position: absolute;
    left: 28px;
    bottom: 100%;
    margin-bottom: -40px;
    background: #2d3139;
    width: 26px;
    height: 26px;
    transform: rotate(45deg);
}

.info-inner {
    padding: 20px 24px 24px;
    background: #2d3139;
    border-radius: 4px;
    box-shadow: 0 3px 30px #a7b4d9;
}

.info-title {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

.info-list {
    font-size: 14px;
    line-height: 22px;
    color: #bcc2cc;
    white-space: normal;
}

/* Filter status active */
.buttons_code button {
    margin-right: 10px;
    margin-bottom: 20px;
    width: 65px;
    height: 35px;
    font-size: 16px;
    line-height: 34px;
    color: #e5545b;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    background: #fff2ea;
    border: 1px solid #d7373f;
}

.buttons_code .filter_status_200 {
    color: #5aae1b;
    background: #edf7e7;
    border-color: #5aae1b;
}

.buttons_code .filter_status_301 {
    color: #fca42d;
    background: #fff7e5;
    border-color: #fca42d;
}

.buttons_code #all {
    color: #fff;
    background: #0191fb;
    border-color: #0191fb;
    min-width: min-content;
    padding: 0 10px;
}

/* // Filter status active */

/* Filter status off*/
.buttons_code button.off {
    color: #4a4a4a !important;
    background: #fff2ea;
    border-color: #e3cacc;
    box-shadow: 0 2px 3px rgba(221, 221, 221, 0.77);
}

.buttons_code .filter_status_200.off {
    border-color: #d1e5c2;
}

.buttons_code .filter_status_301.off {
    border-color: #fad19a;
}

.buttons_code #all.off {
    background: transparent;
}

/* // Filter status off*/
.buttons_code button:last-child {
    margin-right: 0;
}

.under_value {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    text-align: center;
    margin-top: 5px;
    font-size: 12px;
    color: #5aae1b;
}

.scroll-wrapper {
    height: 260px !important;
    margin: 19px 9px 19px 33.2px;
}

.scroll-element.scroll-y.scroll-scrolly_visible,
.scroll-element.scroll-y.scroll-scrolly_visible * {
    position: absolute;
    z-index: 10;
    border: none;
    margin: 0;
    padding: 0;
}

.scroll-element.scroll-y.scroll-scrolly_visible {
    height: 100%;
    right: 5px;
    top: 0;
    width: 7px;
    border-radius: 55px;
}

.scroll-element_outer {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
}

.scroll-element_size {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scroll-element_track {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    border-radius: 55px;
}

.scroll-bar {
    left: auto !important;
    right: 0;
    width: 7px;
    min-height: 10px;
    background: #e6edf2;
    border-radius: 55px;
}

.sort {
    display: none;
    margin-top: 52px;
    margin-bottom: 30px;
}

.sort.active {
    display: flex;
}

.sort-list,
.sort-group,
.sort-term {
    height: 45px;
    margin-right: 10px;
    padding: 0 20px;
    font-size: 16px;
    color: #222;
    background: #fff;
    border: 1px solid #eae9e7;
    border-radius: 4px;
    box-shadow: 0 2px 2px rgba(216, 216, 216, 0.29);
    cursor: pointer;
}

.sort-term {
    margin-right: 0;
}

.sort > div {
    flex-grow: 1;
}

.downloadCSV {
    height: 44px;
    padding: 0 18px 0 44px;
    color: #0191fb;
    background: #eef8fe url(../download.html) no-repeat left 13px center;
    background-size: 20px;
    border: 1px solid #c4ddf0;
    border-radius: 6px;
    box-shadow: 0 2px 2px rgba(47, 80, 93, 0.08);
    cursor: pointer;
    font-size: 16px;
}

.top_panel {
    padding: 0 10px;
    background-color: black;
}

.top_panel .container {
    margin: 0 auto;
    height: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.top_panel .nav li + li {
    margin-left: 10px;
}

.promo_text {
    color: #2b303b;
    font-size: 18px;
    line-height: 22px;
}

.form_group {
    margin-bottom: 15px;
}

label {
    display: inline-block;
    max-width: 100%;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.3;
    font-size: 17px;
    color: rgb(121, 121, 121);
}

.button {
    display: block;
    padding: 10px 10px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: rgb(255, 255, 255);
    background-color: rgb(72, 176, 247);
    border: none;
    border-radius: 4px;
    transition: all 0.2s ease 0s;
    width: 100%;
    letter-spacing: 1px;
}

.button:focus,
.button:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(109, 192, 249);
    border-color: rgb(109, 192, 249);
}

.qwerty {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
}

.hidden_block {
    background: #fafafa;
    /* padding: 15px 15px 1px;
      margin-bottom: 15px; */
}

/* Dropdown Button */
.dropbtn {
    font-size: 16px;
    height: 45px;
    background: #eef8fe;
    color: #0191fb;
}

.wrap_dropdown {
    text-align: center;
}

.dropdown {
    position: relative;
    display: none;
    margin-bottom: -14px;
    padding-bottom: 14px;
}

.dropdown.active {
    display: inline-block;
}

.dropdown-content {
    display: none;
    column-count: 4;
    column-gap: 30px;
    padding: 20px 20px 18px 20px;
    text-align: left;
    position: absolute;
    left: 0;
    margin-top: 14px;
    background-color: #fff;
    z-index: 3;
    border-radius: 4px;
    box-shadow: 0 0 15px #e6eef4;
}

.dropdown-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    cursor: pointer;
}

.dropdown-item input[type="checkbox"] {
    display: none;
}

.icon-checkbox {
    width: 16px;
    height: 16px;
    background: url(../checkbox.html) no-repeat left center;
}

.dropdown-item input[type="checkbox"]:checked + .icon-checkbox {
    background: url(../checkbox-active.html) no-repeat left center;
}

.dropdown-item span.title {
    margin-left: 11.2px;
    color: #222;
    font-size: 14px;
    line-height: 16px;
}

.status301 {
    cursor: pointer;
    position: relative;
    height: 30px;
    margin-right: -14px;
    display: inline-flex;
    align-items: center;
    padding: 0 10px 0 14px;
    border-radius: 19px;
}

.status301-icon {
    margin-left: 5px;
    width: 15.42px;
    height: 14.84px;
}

.status301-icon-out {
    background: url(../301_out.html);
    background-size: contain;
    background-repeat: no-repeat;
}

.status301-icon-in {
    background: url(../301_in.html);
    background-size: contain;
    background-repeat: no-repeat;
}

.bad_expires {
    color: #d7373f;
}

.bad_expires_info {
    margin-bottom: -6.6px;
    padding-bottom: 6.6px;
    margin-right: 4.2px;
    display: inline-block;
    position: relative;
    top: 2.5px;
    cursor: pointer;
}

.bad_expires_icon {
    background: url(../icon-bad-expires.html) no-repeat;
    background-size: contain;
    width: 17px;
    height: 17px;
}

.bad_expires_inner,
.status301-inner {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: -16.5px;
    width: 240px;
    padding-top: 15.6px;
    background: transparent;
    transition: opacity 0.3s;
}

.status301-inner {
    left: 17px;
    width: 200px;
}

.status301-inner span {
    position: relative;
}

.bad_expires_inner:before,
.status301-inner:before {
    content: "";
    position: absolute;
    left: 12.4px;
    bottom: 100%;
    margin-bottom: -37px;
    background: #2d3139;
    width: 26px;
    height: 26px;
    transform: rotate(45deg);
}

.bad_expires_content,
.status301-content {
    padding: 19px 40px 20px 25px;
    font-size: 14px;
    line-height: 22px;
    background: #2d3139;
    color: #bcc2cc;
    box-shadow: 0 3px 30px #a7b4d9;
    white-space: normal;
    text-align: left;
    border-radius: 4px;
}

.status301-content {
    width: fit-content;
    padding: 19px 25px 20px;
}

.bad_expires_content span {
    position: relative;
}

.bad_expires_info:hover .bad_expires_inner,
.status301:hover .status301-inner {
    visibility: visible;
    opacity: 1;
}

.https_ok,
.https_bad {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.https_ok {
    background: url(../https_ok.html) no-repeat;
    background-size: contain;
}

.https_bad {
    background: url(../https_bad.html) no-repeat;
    background-size: contain;
}

.left_block {
    position: fixed;
    z-index: 3;
    left: 9px;
    top: 187px;
    width: 183px;
    background: #0191fb;
    box-shadow: 0 10px 15px rgba(245, 255, 240, 0.36);
    border-radius: 6px;
    color: #fff;
}

.left_block-orange {
    background: #e89e5f;
}

.left_block-green {
    background: #6bbe53;
}

.left_block-green .top_text i {
    position: relative;
    top: 3px;
    margin-left: 3px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../i.html);
    background-size: contain;
    cursor: pointer;
}

.left_block-green .bottom_text ul {
    margin-top: 8px;
}

.left_block-green .bottom_text ul li:not(:last-child) {
    margin-bottom: 2px;
}

.left_block a,
.info_block a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.left_block a:hover {
    text-decoration: none;
    border-color: transparent;
}

.left_block .top_text {
    font-size: 16px;
    line-height: 27px;
    padding: 14px 21px 18.5px 17px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.left_block .bottom_text {
    font-size: 14px;
    line-height: 20px;
    padding: 14.5px 15px 22.6px 17px;
}

.left_block-green .bottom_text {
    padding-top: 20.5px;
}

.downloadCSV-m,
.show-sort,
.wrap_info_block {
    display: none;
}

.redirect_out {
    color: #926aaa;
    background: #fff7e5;
}

.redirect_in {
    background: #fff7e5;
    color: #e06c3d;
}

.top_panel .nav {
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
}

.top_panel a {
    width: auto;
}

.top-panel__user-info {
    color: #fff;
    display: flex;
    align-items: center;
}

.wrap_blocks.pb {
    padding-bottom: 50px;
}

.else_error {
    background-color: #1111;
}

.top-panel__user-info a {
    color: #fff;
}

.top-panel__user-info a:hover {
    text-decoration: none;
}

.top-panel__user-avatar {
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.top_panel .btn {
    height: 30px;
    text-decoration: none;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 6px 11px;
    font-size: 14px;
    line-height: 16px;
    border-radius: 4px;
    outline: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    cursor: pointer;
}

.top_panel .btn:hover {
    text-decoration: none;
    outline: none;
}

.top_panel .btn-primary {
    background-color: #2785e2;
    color: #fff;
}

.top_panel .btn-primary:hover {
    background-color: #126eca;
}

.top_panel .btn-outline {
    border-color: #4e4e4e;
    color: #fff;
}

.top_panel .btn-outline-blue:hover {
    background-color: #2785e2;
    color: #fff !important;
}

.top_panel .btn-outline:hover {
    border-color: #fff;
    color: #fff;
}

.https_info {
    text-transform: none;
    padding-top: 5px;
}

.url_field {
    position: relative;
}

.wrap_url_text {
    overflow: hidden;
    display: block;
    max-width: 100%;
    text-overflow: ellipsis;
}

.url_text_full {
    opacity: 0;
    visibility: hidden;
    width: 1052px;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 100%;
    white-space: normal;
    word-break: break-all;
    padding: 20px;
    background: #2d3139;
    border-radius: 4px;
    color: #fff;
    box-shadow: 0 3px 30px #a7b4d9;
    margin-top: 5px;
    font-size: 14px;
    transition: all 0.3s;
}

.wrap_url_text.show_full:hover + .url_text_full {
    visibility: visible;
    opacity: 1;
}

.url_text_full:before {
    content: "";
    position: absolute;
    left: 28px;
    bottom: 100%;
    margin-bottom: -9px;
    background: #2d3139;
    width: 16px;
    height: 16px;
    transform: rotate(45deg);
}

#footer {
    line-height: 1.2;
    background-color: #1a1a1a;
}

.footer__copyright {
    color: #bebebe;
    font-size: 13px;
}

.footer__menu-holder {
    background-color: #212121;
    padding-top: 60px;
    padding-bottom: 60px;
}

.footer__menu-holder .container {
    display: flex;
}

.footer__menu-title {
    color: #555555;
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 13px;
}

.footer__menu-links .label {
    margin-left: 5px;
    position: relative;
    top: -1px;
    border-radius: 10px;
    font-size: 10px;
    display: inline;
    line-height: normal;
    font-weight: bold;
    padding: 4px 7px;
    background-color: #92bf81;
    color: #fff;
}

.footer__menu-links {
    display: flex;
    flex-direction: column;
}

.footer__menu-links li {
    line-height: 15px;
}

.footer__menu-links a {
    color: #d9d9d9;
    border-bottom: 1px solid transparent;
    font-size: 13px;
    padding-bottom: 3px;
    -webkit-box-orient: vertical;
    word-break: break-word;
    line-height: 20px;
}

.footer__menu-links a br {
    display: none;
}

.footer__menu-links a:hover {
    border-bottom-color: #636363;
    text-decoration: none;
    color: #e5e5e5;
}

.footer__menu-links li + li {
    margin-top: 17px;
}

.footer__menu {
    flex: 1;
    width: 20%;
}

.footer__copyright {
    color: #bebebe;
    font-size: 13px;
}

.footer__holder {
    padding: 40px 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.payments {
    display: flex;
    align-items: center;
}

.footer__holder .payments .image + .image {
    margin-left: 10px;
}

@media (max-width: 1500px) {
    .left_block {
        display: none;
    }

    .wrap_center {
        padding-top: 15px;
    }

    .wrap_info_block {
        display: block;
        text-align: center;
    }

    .info_block {
        max-width: 100%;
        display: inline-flex;
        align-items: center;
        margin-bottom: 16px;
        padding: 21px 32px;
        background: #0191fb;
        font-size: 16px;
        color: #fff;
        border-radius: 6px;
        line-height: 1.3;
    }

    .info_block-orange {
        background: #e89e5f;
    }

    .info_block-green {
        background: #6bbe53;
    }

    .info_block a:hover {
        border-color: transparent;
    }

    .info_block-green .info_block-content {
        margin-left: 50px;
        display: flex;
        align-items: center;
        font-size: 14px;
        line-height: 22px;
    }

    .info_block-green .info_block-list {
        margin-left: 21px;
        display: flex;
        align-items: center;
    }

    .info_block-green .info_block-list li:not(:last-child) {
        margin-right: 35px;
    }
}

@media (min-width: 992px) {
    .downloadCSV-m,
    .show-sort {
        display: none !important;
    }

    .container {
        width: 970px;
    }

    .top_panel .container {
        width: 970px;
    }

    #m_menu {
        display: none;
    }

    .dropdown:hover .dropdown-content {
        display: block;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1150px;
    }

    .top_panel .container {
        width: 1150px;
    }
}

@media (max-width: 1199px) {
    .menu li {
        margin: 0 15px;
    }

    .wrap_form form {
        flex-basis: 575px;
    }

    .forwhat_img {
        flex-basis: 450px;
    }

    .convenient_sort_content {
        padding-top: 85px;
    }

    .convenient_sort_img {
        flex-basis: 529px;
    }

    .deadline_check,
    .convenient_sort {
        margin-top: 100px;
    }

    .h3 {
        font-size: 28px;
        line-height: 38px;
    }

    .footer-menu li:not(:last-child) {
        margin-right: 35px;
    }

    .dropdown-content {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 991px) {
    .footer__holder {
        flex-wrap: wrap;
    }

    .downloadCSV-desk {
        display: none !important;
    }

    .container {
        width: auto;
        padding: 0 15px;
    }

    .header .container {
        height: 60px;
        position: relative;
        padding: 0 30px;
    }

    .top_panel .container {
        width: auto;
        padding: 0 15px;
    }

    .menu li {
        margin: 0;
    }

    .forwhat .h2 {
        margin-top: 100px;
    }

    .h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .forwhat_inner {
        margin-top: 80px;
    }

    .forwhat_content {
        flex-basis: 100%;
    }

    .convenient_sort_content {
        padding-top: 20px;
    }

    .downl_report_content {
        padding-top: 50px;
    }

    .forwhat_inner > *,
    .convenient_sort > *,
    .downl_report > *,
    .deadline_check > * {
        flex-basis: calc(50% - 15px) !important;
    }

    .deadline_check,
    .convenient_sort {
        margin-top: 70px;
    }

    .h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .deadline_check {
        margin-bottom: 70px;
    }

    .get_access {
        padding: 75px 0;
    }

    .text-block {
        font-size: 18px;
        line-height: 28px;
    }

    .downl_report_content .h3,
    .deadline_check_content .h3 {
        margin-bottom: 20px;
    }

    .forwhat_img {
        padding-top: 60px;
    }

    .deadline_check_content {
        padding-top: 30px;
    }

    footer .container,
    .wrap_copyright .container {
        padding: 0 20px;
    }

    .footer-menu li:not(:last-child) {
        margin-right: 12px;
    }

    body {
        font-size: 18px;
        line-height: 28px;
    }

    .footer-logo {
        max-width: 135px;
    }

    .wrap_menu {
        display: none;
        width: 220px;
        position: absolute;
        right: 0;
        top: 100%;
        background: #383838;
        flex-direction: column;
    }

    .menu {
        padding: 3px 0;
        flex-direction: column;
    }

    .menu a {
        display: block;
        padding: 10px 15px;
    }

    .header_signup {
        display: block;
        width: 100%;
        padding: 9px 14px;
        text-align: center;
        border-width: 1px 0 0 0;
        border-radius: 0;
    }

    #m_menu {
        background: transparent;
        border: none;
        width: 35px;
    }

    .wrap_form form {
        flex-basis: 100%;
        border-right: none;
    }

    .start {
        display: none;
    }

    .tabulator-headers > *:first-child,
    .tabulator-row > *:first-child {
        margin-left: 20px;
    }

    .tabulator-headers > *:nth-child(2),
    .tabulator-row > *:nth-child(2) {
        margin-left: 0;
    }

    .tabulator-headers > *:nth-child(3),
    .tabulator-row > *:nth-child(3) {
        margin-left: 40px;
    }

    .tabulator-headers > *:nth-child(4),
    .tabulator-row > *:nth-child(4) {
        margin-left: 20px;
        margin-right: 25px;
    }

    .tabulator
    .tabulator-header
    .tabulator-col
    .tabulator-col-content
    .tabulator-col-title {
        overflow: visible !important;
    }

    .tabulator .tabulator-header {
        overflow: visible !important;
    }

    .sort.active {
        margin: 10px 0 -10px 0;
        display: none !important;
        flex-wrap: wrap;
    }

    .sort.active.open {
        display: flex !important;
    }

    .sort.active > * {
        flex-basis: 100%;
        margin-right: 0;
    }

    .sort.active > * {
        margin-bottom: 10px;
    }

    .sort > div {
        flex-grow: 0;
    }

    .dropdown-content {
        position: static;
        transform: none;
        left: 0;
    }

    .show-sort {
        margin-top: 30px;
        color: #0191fb;
        background: #eef8fe;
        width: 100% !important;
    }

    .dropdown {
        margin: 0;
        padding: 0;
    }

    .dropbtn,
    .dropdown {
        width: 100% !important;
    }

    .downloadCSV-m {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .footer__menu-holder {
        padding-bottom: 20px;
    }

    .footer__menu-holder .container {
        flex-wrap: wrap;
    }

    .footer__menu {
        flex-basis: 50%;
        width: 50%;
        margin-bottom: 40px;
    }

    .footer__logo-holder,
    .footer__left,
    .footer__right,
    .footer__holder .payments {
        flex-basis: 100%;
        justify-content: center;
        text-align: center;
    }

    .footer__logo-holder {
        margin: 25px 17px;
    }

    .info_block {
        padding: 15px 25px;
        flex-direction: column;
    }

    .info_block > *:last-child {
        margin-top: 6px;
    }

    .info_block-green .info_block-content {
        margin-left: 0;
    }

    .info_block-green > *:last-child {
        margin-top: 12px;
    }

    .footer_inner {
        flex-wrap: wrap;
        padding: 30px 0;
        height: auto;
    }

    .footer-logo {
        max-width: none;
    }

    .footer_inner > * {
        flex-basis: 100%;
    }

    .footer-menu {
        margin: 15px 0;
        flex-direction: column;
        text-align: center;
    }

    .footer-menu li {
        margin: 0 !important;
    }

    .copyright {
        line-height: 1.3;
    }

    .copyright span {
        margin-right: 20px;
    }

    .copyright a {
        text-align: right;
    }

    .for_users {
        width: 100%;
        justify-content: flex-start;
    }

    .for_users img {
        margin-right: 15px;
    }

    .for_users > div {
        display: flex;
        flex-direction: column;
        text-align: left;
    }

    .for_users span:last-child {
        margin-left: 0;
    }

    body {
        font-size: 16px;
        line-height: 24px;
    }

    .h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .wrap_form {
        margin-top: 30px;
    }

    .scroll-wrapper {
        margin: 19px 9px 19px 20px !important;
    }

    .deadline_check,
    .convenient_sort {
        margin-top: 50px;
        flex-direction: column-reverse;
        justify-content: flex-start;
    }

    .convenient_sort {

    }

    .forwhat_inner {
        margin-top: 10px;
    }

    .forwhat_inner > *,
    .convenient_sort > *,
    .downl_report > *,
    .deadline_check > * {
        flex-basis: 100% !important;
    }

    .forwhat_list {
        margin-top: 20px;
    }

    .convenient_sort_content,
    .deadline_check_content,
    .downl_report_content {
        margin-left: 0;
        padding-top: 0 !important;
        padding-left: 0 !important;
    }

    .downl_report {
        margin-top: 50px;
        flex-direction: column;
    }

    .forwhat_img,
    .convenient_sort_img,
    .downl_report_img,
    .deadline_check_img {
        /*display: none;*/
    }

    .h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .forwhat .h2 {
        margin-top: 60px;
        text-align: left;
    !important;
    }

    .btns_code_title {
        margin-right: 47px;
    }

    .sort {
        margin-top: 30px;
    }

    .wrap_table {
        overflow-x: auto;
    }

    .tabulator {
        width: 666px;
    }

    #table_buttons {
        display: none !important;
    }

    .search.active {
        margin-top: 30px;
    }

    .search-input {
        margin-right: 0;
        margin-bottom: 10px;
        font-size: 16px;
        height: 50px;
        flex-basis: calc(100% - 301px);
        width: auto;
        padding: 0 10px 0 48px;
    }

    .btn-search {
        width: 120px;
        height: 50px;
    }

    .btn {
        width: 130px;
        font-size: 16px;
    }

    .form_footer {
        padding: 0 20px;
    }

    .search.active {
        flex-wrap: wrap;
    }

    .search.active > * {
        flex-basis: 100%;
        width: 100%;
    }

    .wrap_btns_code.active {
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .btns_code_title {
        flex-basis: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

@media (max-width: 568px) {
    .info_block-green .info_block-content {
        align-items: flex-start;
    }

    .info_block-green .info_block-list li:not(:last-child) {
        margin-right: 20px;
    }
}

@media (max-width: 480px) {
    .wrap_btns_code.active {
        margin-top: 25px;
    }

    .form_footer {
        flex-wrap: wrap;
        height: auto;
        padding: 15px;
    }

    .form-btn {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }

    textarea {
        line-height: 26px;
    }

    .info {
        left: 50%;
        transform: translateX(-50%);
    }

    .info:before {
        left: 50%;
        margin-left: -13px;
    }

    .drop-block {
        max-width: 100%;
    }

    .dropdown-content {
        column-count: 2;
    }

    .info_block-green .info_block-list {
        margin-left: 15px;
    }

    .info_block-green .info_block-list li:not(:last-child) {
        margin-right: 15px;
    }
}

@media (max-width: 380px) {
    .info_block-green .info_block-content > b {
        display: none;
    }

    .info_block-green .info_block-list {
        margin-left: 0;
    }
}

.top_panel .dropdown.language-dropdown {
    display: inline-block;
}

.top_panel .dropdown {
    position: relative;
    z-index: 2;
}

.top_panel .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 4px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 19%);
    border: 0 none;
}

.top_panel .dropdown-menu.show {
    display: block;
}

.top_panel .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.top_panel .language-dropdown .dropdown-toggle {
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    background-color: #333;
    color: #858585;
}

.top_panel .language-dropdown .dropdown-toggle:hover {
    background-color: #404040;
}

.top_panel .language-dropdown .dropdown-toggle svg {
    fill: currentColor;
    margin: auto;
}

.top_panel .language-dropdown .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    margin-top: 10px;
    min-width: 130px;
    font-size: 16px;
}

.top_panel .language-dropdown .dropdown-menu {
    position: absolute;
    transform: translate3d(0px, 40px, 0px);
    top: 0px;
    left: 0px;
    will-change: transform;
}

.top_panel .language-dropdown .dropdown-item {
    font-size: 16px;
    padding: 7px 16px;
    margin-bottom: 0;
}

.top_panel .language-dropdown .dropdown-item.active {
    background-color: #e8e8e8;
    color: inherit;
}

.top_panel .language-dropdown .dropdown-item.active:hover {
    background-color: #e8e8e8;
    color: inherit;
}

.top_panel .language-dropdown .dropdown-item:hover {
    background-color: #f4f5f7;
    color: #3861fb;
}

.top_panel .btn {
    height: 40px;
    padding: 12px 11px;
}

.wrap_center .z_blocks {
    overflow: hidden;
}

@keyframes up {
    100% {
        opacity: 1;
        visibility: visible;
        transform: translateY(0%);
    }
}

.wrap_form {
    opacity: 0;
    visibility: hidden;
    animation: up 0.8s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transform: translateY(125%);
}

@media (max-width: 375px) {
    .top_panel .nav li + li {
        margin-left: 5px;
    }
}

@media (max-width: 320px) {
    .top_panel {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .top_panel .btn {
        padding: 12px 8px;
    }
}

/* ==================================================
	#Promo banner
================================================== */
.pb-telegram.promo-banner {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 60px;
    color: #fff;
    /*background: #2d2626;*/
    background: #db4e47 url("../collaborator_gd-2.html") no-repeat center;
    background-size: cover;
}

.pb-telegram.promo-banner .container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.pb-telegram.promo-banner .container > div {
    display: flex;
    align-items: center;
    height: 50px;
}

.pb-telegram .promo-banner-icon {
    display: block;
    margin-right: 10px;
    width: 28px;
    height: 28px;
    z-index: 1;
}

.pb-telegram .promo-banner-text {
    margin: 0 20px 0 5px;
    font-size: 18px;
    z-index: 1;
}

.pb-telegram .text-mark {
    font-size: 18px;
    font-weight: bold;
}

.pb-telegram .text-mark-color {
    color: #ff9140;
}

.pb-telegram .promo-banner-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 8px 10px;
    overflow: hidden;
    white-space: nowrap;
    font-family: "Roboto";
    font-size: 15px;
    width: 180px;
    height: 40px;
    color: #3a2f74;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    z-index: 1;
    text-align: center;
    transition: 0.3s;
    font-weight: 400;
}

.pb-telegram .promo-banner-button:hover {
    background: #fafafa;
    border-color: #fafafa;
    text-decoration: none;
}

.promo-banner-online-free {
    display: flex;
    align-items: stretch;
    height: 33px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 3px;
    margin-right: 30px;
    overflow: hidden;
}

.promo-banner-online-free--item {
    padding: 0 15px;
    height: 33px;
    display: flex;
    align-items: center;
}

.promo-banner-online-free--item svg {
    margin-right: 5px;
}

.promo-banner-online-free--item:last-child {
    padding: 0 15px;
    border-left: 1px solid #ffffff;
}

.forwhat .h2 {
    max-width: 749px;
    margin-left: auto;
    margin-right: auto;
}

/* Block About */
.about_block {
    padding-top: 155px;
}

.about_block .inner {
    display: flex;
    align-items: center;
    column-gap: 84px;
}

.about_block .inner .image {
    flex: 0 0 505px;
    max-width: 505px;
    width: 505px;
}

.about_block .content .h2 {
    max-width: 401px;
    margin-bottom: 29px;
}

.about_block .content p {
    margin-bottom: 24px;
}

.about_block .content p:last-child {
    margin-bottom: 0;
}

/* More Tools Block */
.more_tools {
    padding-top: 40px;
    margin-bottom: 50px;
}

.more_tools .h2 {
    margin-bottom: 36px;
}

.more_tools .cards_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
}

.more_tools .card {

}

.more_tools .card .ec-solution-card:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.3);
}

.more_tools .card a {
    color: #fff;
    padding: 30px 35px;
    height: 100%;
    transition: all .5s ease;
    display: block;
    text-decoration: none;
    background: #3861FB;
    border-radius: 8px;
}

.more_tools .ec-solution-card__title {
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 10px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}

.more_tools .ec-solution-card__text {
    font-size: 16px;
    line-height: 1.375;
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.more_tools .ec-solution-card__pic {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 82px;
    height: 82px;
    background: #f5f5f7;
    border-radius: 50%;
    padding: 5px;
    margin-bottom: 22px;
}

.faq-section {
    padding-top: 100px;
    padding-bottom: 150px;
}

.faq-section ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    margin-bottom: 1rem;
    line-height: 1.44;
    font-size: 18px;
    color: #262A2B;
}

.faq-section h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 50px;
    color: #333;
    font-weight: bold;
}

.faq-section .faq-card--shadow {
    box-shadow: 0 3px 15px 0 rgb(0 0 0 / 5%);
}

.faq-section .faq-card {
    margin-bottom: 20px;
    border: 1px solid #f6f6f6;
    border-radius: 8px;
    transition: all .5s ease;
    background: #f6f6f6;
}

.faq-section .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px 20px 20px 25px;
    white-space: normal;
    text-align: left;
    line-height: 1.2;
    transition: all .5s ease;
    cursor: pointer;

    border: none;
}

.faq-section .faq-card.act {
    background: #fff;
}

.faq-section .card-header h5 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 34px;
    color: #161515;
    transition: 0.3s all;
}

.faq-section .card-header:hover h5 {
    color: #3861fb;
    text-decoration: none;
    transition: 0.3s all;
}

.faq-section .collapse {
    display: none;
}

.faq-section .accordion_content {
    padding: 0 25px 15px;

    font-family: 'Inter', sans-serif;
}

.faq-section .accordion_content p {
    line-height: 1.44;
    font-size: 18px;
    color: #262A2B;
    margin-bottom: 1rem;
}

.faq-section .faq-card__pic {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    min-width: 40px;
    margin-left: 10px;
    border-radius: 50%;
    transition: all .5s ease;
    background: #fff;
}

.faq-section .act .faq-card__pic {
    background: #f6f6f6;
}

@media (max-width: 1024px) {
    .promo-banner-online-free {
        display: none;
    }
}

@media (max-width: 991px) {
    .about_block .content .h2 {
        max-width: 100%;
    }

    .more_tools .cards_container {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 30px;
    }

    .more_tools, .faq-section, .about_block {
        max-width: 970px;
        padding-left: 18px;
        padding-right: 18px;
        margin-left: auto;
        margin-right: auto;
    }

    .about_block .inner {
        column-gap: 0;
        row-gap: 30px;
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 767px) {
    .faq-section h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .forwhat_inner {
        flex-direction: column;
        justify-content: flex-start;
    }

    .forwhat_img {
        padding-top: 0;
    }

    .more_tools, .faq-section, .about_block {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .faq-section .card-header h5 {
        font-size: 18px;
        line-height: 1.2;
    }

    .faq-section h2, .more_tools .h2 {
        text-align: left;
        margin-bottom: 24px;
    }

    .faq-section {
        padding-top: 50px;
        padding-bottom: 80px;
    }

    .more_tools {
        margin-bottom: 20px;
        padding-top: 20px;
    }

    .about_block {
        padding-top: 55px;
    }
}

@media (max-width: 700px) {
    .pb-telegram.promo-banner {
        height: 120px;
    }

    .pb-telegram.promo-banner .container {
        flex-direction: column;
        justify-content: center;
    }

    .pb-telegram .promo-banner-text {
        font-size: 14px;
    }
}

@media (max-width: 620px) {
    .pb-telegram.promo-banner {
        height: auto;
        padding: 15px 0;
    }

    .pb-telegram .promo-banner-icon {
        display: block;
        margin-right: 5px;
        width: 18px;
        height: 18px;
        z-index: 1;
    }

    .pb-telegram.promo-banner .container > div {
        height: auto;
    }

    .pb-telegram .promo-banner-icon svg {
        width: 18px;
        height: 18px;
    }

    .pb-telegram .promo-banner-text {
        font-size: 14px;
        margin: 0 0 0 5px;
    }

    .pb-telegram .text-mark {
        font-size: 14px;
        font-weight: bold;
        line-height: 1.2;
    }

    .pb-telegram .promo-banner-button {
        padding: 8px 10px;
        font-size: 14px;
        width: 165px;
        height: 36px;
        font-weight: 400;
        margin-top: 15px;
    }

    .about_block .inner .image {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media (max-width: 400px) {
    .pb-telegram .promo-banner-icon {
        display: none;
    }

    .pb-telegram .promo-banner-text {
        text-align: center;
    }
}
