*,
*: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 {
  position: relative;
  /*padding-top: 50px;*/
  /*background: url(../images/bg-top.svg) no-repeat center top;*/
  /*background-size: 100% auto;*/
  padding: 20px 0 0px;
  background: #F6F6F6;
}
.wrap_results {
  position: relative;
  /*padding: 50px 0;*/
  background-color: #f4f4f4;
}
.wrap_center:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 500px;
  z-index: 0;
  background-image: linear-gradient(101deg, #f3f8ff 0%, #fef3f9 102%);
}
.z_blocks {
  position: relative;
  z-index: 1;
}
.text-greeting {
  color: #898987;
  font-weight: normal;
}
.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 {
  position: relative;
  margin-top: 40px;
  margin-bottom: 60px;
  display: flex;
  background: #fff;
  border-radius: 8px;
}
.wrap_form:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 2%;
  display: block;
  width: 96%;
  height: 100px;
  z-index: -1;
  -webkit-box-shadow: 0px 8px 30px 0px rgb(202, 181, 192);
  -moz-box-shadow: 0px 8px 30px 0px rgb(202, 181, 192);
  box-shadow: 0px 8px 30px 0px rgb(202, 181, 192);
}
.wrap_form form {
  flex-basis: 100%;
  flex-shrink: 0;
  background: #fff;
  border-radius: 8px 0 0 8px;
}
.wrap_table.active {
  padding-bottom: 60px;
}
.progress_boxed {
  position: relative;
}
.progress_boxed .text {
  text-align: right;
  font-size: 18px;
  line-height: 20px;
  margin: 10px 0 0;
}
.progress_boxed .text #count {
  color: RGB(1, 145, 251);
  font-weight: 500;
}
textarea {
  resize: none;
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #222;
  outline: none;
}
.textarea--url {
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: left;
  color: #222222;
  opacity: 1;
}
.textarea--url::placeholder {
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: left;
  color: #222222;
  opacity: 1;
}
.form_footer {
  padding: 24px 33px 14px;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-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 {
  font-family: Roboto;
  line-height: 2.6;
  width: 180px;
  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.btn_check {
  width: 220px;
}
.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 {
  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;
  background: #fff;
  border-radius: 0 8px 8px 0;
}
.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: 0px;
  position: relative;
}
.search-input {
  height: 61px;
  width: 100%;
  padding: 0 65px 0 47px;
  font-family: Roboto;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #222222;
  opacity: 1;
  background: #f4f4f4 url(../icon-search-2.html) no-repeat left 18px center;
  /*border: 1px solid #ECF4F8;*/
  border: none;
  border-radius: 4px;
}
.search-input::placeholder {
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #727272;
  opacity: 1;
}

.cancel_search {
  display: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../search_close-2.html);
  background-size: contain;
  width: 12px;
  height: 12px;
  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;
  padding-top: 50px;
  justify-content: space-between;
  margin-bottom: 20px;
}
.wrap_btns_code--left {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  justify-content: space-between;
  display: flex;
  align-items: center;
  padding-right: 40px;
}
.wrap_btns_code--right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 220px;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
  max-width: 220px;
}
.wrap_btns_code_text {
  margin-bottom: 10px;
  font-size: 18px;
  color: rgb(34, 34, 34);
}
.wrap_btns_code_text.mobile_show {
  display: none;
}
.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-2.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 {
  display: flex;
}
.buttons_code button {
  margin-right: 10px;
  margin-bottom: 10px;
  min-width: 100px;
  height: 46px;
  font-size: 16px;
  line-height: 46px;
  cursor: pointer;
  position: relative;
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  color: #fff;
  border: 1px solid transparent;
  background-color: #797979;
  font-family: "Roboto", sans-serif;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.buttons_code button:hover {
  color: #fff;
  border-color: transparent;
  background-color: #797979;
}
.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;*/
/*border-color: #797979;*/
/*background-color: #797979;*/
/*}*/
/* // Filter status active */

/* Filter status off*/
.buttons_code button.off {
  background-color: rgb(255, 255, 255);
  color: #222;
  border-color: transparent;
}
.buttons_code button.off:hover {
  color: #fff;
  border-color: transparent;
  background-color: #797979;
}
.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;
}
.fn_readmore + [data-readmore-toggle],
.fn_readmore[data-readmore] {
  display: inline-block;
  width: auto;
  position: relative;
}
.fn_readmore[aria-expanded="false"]::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 50px;
  background: -moz-linear-gradient(top, #fff0 0, #fff 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgba(255, 255, 255, 0)),
    color-stop(100%, #fff)
  );
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
}
.fn_readmore[data-readmore] {
  transition: height 500ms;
  overflow: hidden;
  max-height: 70px;
  display: block;
  width: 100%;
}
.fn_readmore + [data-readmore-toggle] {
  text-decoration: none;
  transition: all 0.3s;
}

.sort {
  display: none;
  margin-top: 30px;
  margin-bottom: 40px;
}
.sort.active {
  display: block;
}
.sort-title {
  font-size: 18px;
  color: #222222;
  margin-bottom: 10px;
}
.sort-inner {
  display: flex;
  justify-content: space-between;
}
.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: 46px;
  padding: 0 20px;
  color: #fff;
  background: #2785e2;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  font-family: Roboto;
  width: 220px;
  text-align: center;
}
.downloadCSV svg {
  margin-right: 13px;
}
.downloadCSV:hover {
  background-color: #3392f0;
}
.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: inline-block;
  align-items: center;
  cursor: pointer;
  margin: 0 10px 10px 0;
}
.dropdown-item input[type="checkbox"] {
  display: none;
}
/*.icon-checkbox {*/
/*width: 16px;*/
/*height: 16px;*/
/*background: url(../images/checkbox.png) no-repeat left center;*/
/*}*/
/*.dropdown-item input[type=checkbox]:checked + .icon-checkbox {*/
/*background: url(../images/checkbox-active.png) no-repeat left center;*/
/*}*/
.dropdown-item span.title {
  height: 35px;
  border: solid 1px #d9d9d9;
  background-color: #ffffff;
  color: #222222;
  font-size: 16px;
  display: flex;
  align-items: center;
  min-width: 65px;
  justify-content: center;
  border-radius: 4px;
  padding: 0 15px;
}
.dropdown-item span.title:hover {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  color: #707070;
}
.dropdown-item input[type="checkbox"]:checked + span.title {
  background-color: rgb(121, 121, 121);
  border-color: rgb(121, 121, 121);
  color: #fff;
}
.dropdown-item input[type="checkbox"]:checked + span.title:hover {
  color: #fff;
  background-color: rgb(95, 95, 95);
}
.zone-content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% - 250px);
  -ms-flex: 0 0 calc(100% - 250px);
  flex: 0 0 calc(100% - 250px);
  max-width: calc(100% - 250px);
  padding-right: 70px;
}
.toggle-btn-sort {
  display: flex;
  align-items: center;
  height: 35px;
  border-radius: 4px;
  border: solid 1px rgb(217, 217, 217);
  background-color: rgb(255, 255, 255);
  font-size: 16px;
  color: rgb(34, 34, 34);
  padding: 0 20px;
  cursor: pointer;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 250px;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
  max-width: 250px;
  text-align: center;
}
.toggle-btn-sort:hover {
  background-color: rgb(217, 217, 217);
}

.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-2.html);
  background-size: contain;
  background-repeat: no-repeat;
}
.status301-icon-in {
  background: url(../301_in-2.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-2.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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20px;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  max-width: 20px;
}
.https_ok {
  background: url(../https_ok-2.html) no-repeat;
  background-size: contain;
}
.https_bad {
  background: url(../https_bad-2.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-2.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;
}
.bulk_check {
  margin: 30px auto 40px;
}

/* Block About */
.about_block {
  padding-top: 155px;
}
.about_block .container {
  /*max-width: 1216px;
  width: 1216px;*/
}
.about_block .inner {
  display: flex;
  align-items: center;
  column-gap: 100px;
}
.about_block .inner.inner_revert {
  flex-direction: row-reverse;
}
.about_block .inner .image {
  flex: 0 0 600px;
  max-width: 600px;
  width: 600px;
}
.about_block .content .h2 {
  max-width: 431px;
  margin-bottom: 33px;
  /*font-family: 'Inter';*/
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 52px;
  color: #222222;
}
.about_block .content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
}
.about_block .content p:last-child {
  margin-bottom: 0;
}

/* Base Function Block*/
.base_function_block {
  padding-top: 140px;
  margin-bottom: 60px;
}
.base_function_block h2 {
  margin-bottom: 30px;
}
.base_function_block .image {
  height: 276px;
  border: 1px solid #D8D8D8;
  box-shadow: 0px 10px 7.5px rgba(245, 255, 240, 0.360784);
  border-radius: 12px;
  background: #F6F6F6;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.base_function_block .function_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 75px;
}
.base_function_block .function_container h4 {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
  color: #333333;
  margin-bottom: 36px;
  min-height: 80px;
}
.base_function_block .function_container .description {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #898987;
}

/* Using tool */
.using_tool_block {
  padding-top: 60px;
  margin-bottom: 60px;
}
.using_tool_block .tool_container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 50px;
}
.using_tool_block h2 {
  margin-bottom: 46px;
}
.using_tool_block .icon {
  margin-bottom: 24px;
}
.using_tool_block .description {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #333333;
}

/* More Tools Block */
.more_tools {
  padding-top: 60px;
  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;
}
.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: 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: 30px;
    padding: 15px 30px;
    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;
  }
  .wrap_table--scroll {
    overflow-x: hidden;
  }
}
@media (max-width: 1199px) {
  .menu li {
    margin: 0 15px;
  }
  .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%);
  }
  .about_block .inner {
    column-gap: 50px;
  }
  .about_block .inner .image {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }
  .base_function_block .function_container, .using_tool_block .tool_container {
    column-gap: 32px;
  }
}
@media (max-width: 991px) {
  .using_tool_block {
    padding-top: 40px;
    margin-bottom: 40px;
  }
  .base_function_block {
    padding-top: 90px;
    margin-bottom: 40px;
  }
  .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.inner_revert{
    column-gap: 0;
    row-gap: 30px;
    flex-direction: column-reverse;
  }
  .about_block {
    padding-top: 70px;
  }
  .about_block .inner .image {
    max-width: 600px;
    width: 600px;
  }
  .base_function_block .function_container {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 40px;
  }
  .base_function_block .image {
    max-width: 330px;
  }
  .base_function_block .function_container h4 {
    min-height: 10px;
    margin-bottom: 24px;
  }
  .using_tool_block .description {
    font-size: 16px;
  }
  .using_tool_block .tool_container {
    column-gap: 16px;
  }
  .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;
  }
  .zone-content {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-right: 0;
  }
  .wrap_btns_code.active {
    display: block;
    padding-top: 20px;
    margin-bottom: 10px;
  }
  .wrap_btns_code_text.mobile_show {
    display: block;
    margin-bottom: 15px;
  }
  .wrap_btns_code_text.mobile_hide {
    display: none;
  }
  .wrap_btns_code--left {
    max-width: 100%;
    padding-right: 0;
  }
  .buttons_code button {
    min-width: 60px;
    height: 35px;
    font-size: 14px;
    line-height: 32px;
    box-shadow: none;
    border: 1px solid rgb(217, 217, 217);
    padding: 0 15px;
  }
  .buttons_code button.off {
    border-color: rgb(217, 217, 217);
  }
  .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;
    z-index: 99;
  }
  .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;
    cursor: pointer;
  }
  .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 {
    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: 0;
    margin-bottom: 0;
    height: 35px;
    font-size: 14px;
    font-weight: normal;
    width: auto;
    margin-bottom: 10px;
  }
  .downloadCSV svg {
    margin-right: 5px;
    width: 12px;
    height: 12px;
    margin-top: 1px;
    position: relative;
    top: 1px;
  }
}
@media screen and (max-width: 767px) {
  .faq-section h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .base_function_block .image {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .using_tool_block .tool_container {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 40px;
  }
  .using_tool_block .picture {
    width: 133px;
    max-width: 133px;
    flex: 0 0 133px;
    margin-right: 32px;
  }
  .using_tool_block .icon {
    margin-bottom: 0;
  }
  .using_tool_block .tool_container__item {
    display: flex;
    align-items: center;
  }
  .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: 30px;
    padding-top: 30px ;
  }
  .about_block {
    padding-top: 55px;
  }
  .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: 10px;
    margin-bottom: 40px;
  }
  .scroll-wrapper {
    margin: 15px !important;
    height: 160px !important;
  }
  .deadline_check,
  .convenient_sort {
    margin-top: 50px;
  }
  .forwhat_inner {
    margin-top: 60px;
  }
  .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;
  }
  .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;
  }
  .btns_code_title {
    margin-right: 47px;
  }
  .sort {
    margin-top: 20px;
  }
  .wrap_table {
    overflow-x: auto;
  }
  .tabulator {
    width: 666px;
  }
  .wrap_table {
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  }
  #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: 100%;
    padding: 0 10px 0 48px;
  }
  .btn-search {
    width: 120px;
    height: 50px;
  }
  .btn {
    font-size: 16px;
  }
  .form_footer {
    padding: 15px 20px;
    display: block;
    text-align: left;
    height: auto;
  }
  .form-btn {
    margin-left: 0;
    width: 100%;
    height: 46px;
  }
  .progress_boxed {
    margin-top: 15px;
  }
  .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;
  }
  .sort-inner {
    display: block;
  }
  .fn_readmore + [data-readmore-toggle],
  .fn_readmore[data-readmore] {
    display: block;
    width: 100%;
    position: relative;
    margin-top: 10px;
    height: 34px;
    line-height: 32px;
    font-size: 14px;
  }
  .fn_readmore + [data-readmore-toggle] {
    margin-top: 20px;
  }
  .sort {
    margin-bottom: 20px;
  }
  .progress_boxed .text {
    text-align: left;
  }
  .textarea--url {
    line-height: 1.6;
  }
  .cancel_search {
    top: 44%;
  }
}
@media (max-width: 568px) {
  .using_tool_block {
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .about_block .content .h2 {
    font-size: 24px;
    line-height: 30px;
    text-align: left;
  }
  .base_function_block {
    padding-top: 60px;
    margin-bottom: 30px;
  }
  .info_block-green .info_block-content {
    align-items: flex-start;
  }
  .info_block-green .info_block-list li:not(:last-child) {
    margin-right: 20px;
  }
  .wrap_btns_code--left {
    display: block;
  }
  .downloadCSV-m {
    width: 100%;
    margin-bottom: 0;
  }
  .bulk_check {
    margin: 5px auto;
  }
  .info_block {
    padding: 15px 10px;
    flex-direction: column;
    line-height: 1.3;
    font-size: 14px;
    width: 100%;
    margin-bottom: 15px;
  }
  .h2 {
    font-size: 24px;
    line-height: 30px;
    text-align: left;
  }
  .for_users {
    margin-top: 20px;
    padding: 10px 10px 20px 0;
    font-size: 15px;
    line-height: 21px;
    border: none;
  }
  .bulk_check .text-greeting {
    font-size: 15px;
  }
  .bulk_check .text-center {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .wrap_btns_code.active {
    margin-top: 25px;
  }
  .form_footer {
    flex-wrap: wrap;
    height: auto;
    padding: 15px;
  }
  .progress_boxed {
    margin-top: 0px;
  }
  .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;
  }
}
.good_expires {
  color: #2caf70;
}

.tabulator-headers > :first-child,
.tabulator-row > :first-child {
  margin-left: 20px;
  flex-grow: 1;
  max-width: 600px;
}
.tabulator-headers > :nth-child(4),
.tabulator-row > :nth-child(4),
.tabulator-headers > :nth-child(3),
.tabulator-row > :nth-child(3),
.tabulator-headers > :nth-child(2),
.tabulator-row > :nth-child(2) {
  flex-basis: 150px;
  margin-left: 20px;
  margin-right: 0px;
}
.tabulator-headers > :nth-child(5),
.tabulator-row > :nth-child(5) {
  flex-basis: 150px;
  margin-left: 40px;
  margin-right: 0px;
  text-align: left !important;
}
#table {
  min-width: 1100px;
}
.wrap_table--scroll {
  width: 100%;
  overflow-x: auto;
  _overflow: auto;
  height: auto;
  overflow-y: hidden;
}
.tabulator-headers .tabulator-cell:nth-child(5),
.tabulator-row > .tabulator-cell:nth-child(5) {
  display: flex;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
/* ==================================================
	#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-3.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;
}

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

@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) {
  .about_block .inner .image {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .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;
  }
}
@media (max-width: 400px) {
  .pb-telegram .promo-banner-icon {
    display: none;
  }
  .pb-telegram .promo-banner-text {
    text-align: center;
  }
}
.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;
  }
}
