﻿/*@font-face {
    font-family: BlissPro-Regular;
    src: url(/fonts/BlissPro-Regular.otf);
}

@font-face {
    font-family: BlissPro-Medium;
    src: url(/fonts/BlissPro-Medium.otf);
}

@font-face {
    font-family: BlissPro-Bold;
    src: url(/fonts/BlissPro-Bold.otf);
}

@font-face {
    font-family: BlissPro-ExtraLight;
    src: url(/fonts/BlissPro-ExtraLight.otf);
}*/

* {
  font-family: 'Roboto', sans-serif;
}

body,
html {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #323232;
  font-size: 13px;
}

p {
  margin-top: 0.2em;
  margin-bottom: 0.8em;
}

img {
  border: none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

a {
  color: #e03630;
  text-decoration: underline;
}

a:hover {
  color: #e03630;
  text-decoration: none;
}

b {
  font-weight: 700;
}

.radial {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  behavior: url(pie.htc);
}

input {
  outline: none;
}

.clear {
  clear: both;
}

.red {
  color: red;
}

input[type=text],
input[type=email] {
  padding: 10px;
  border: 3px solid #227fbb;
  font-size: 16px;
  color: #909090;
  position: relative;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  behavior: url(pie.htc);
}

input[type=password] {
  padding: 10px;
  border: 3px solid #227fbb;
  font-size: 16px;
  color: #909090;
  position: relative;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  behavior: url(pie.htc);
}

textarea {
  padding: 10px;
  border: 3px solid #227fbb;
  font-size: 16px;
  color: #909090;
  position: relative;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  behavior: url(pie.htc);
}

input[type=submit] {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  behavior: url(pie.htc);
  position: relative;
  background-color: #e24238;
  color: #fff;
  border: none;
  font-size: 18px;
  font-family: verdana;
  padding: 10px 20px;
  cursor: pointer;
}

.blue input[type=submit] {
  background: #227fbb;
}


/* ������ ����������� � ����������� */

.wrap-panel {
  max-width: 100%;
  min-width: 1100px;
  background: #fff;
}

.panel-auth,
.panel-pass_recovery,
.panel-reg-thanks,
.panel-reg {
  width: 946px;
  margin: 0 auto;
  padding: 36px 27px;
}

.wrap-panel input[type=text],
.wrap-panel input[type=email],
.wrap-panel input[type=password],
.panel-pass_recover input[type=text],
.panel-pass_recover input[type=email] {
  width: 358px;
  padding: 10px;
  border: 3px solid #227fbb;
  font-size: 16px;
  color: #909090;
  position: relative;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  behavior: url(pie.htc);
}

.wrap-panel input[type=submit],
.panel-pass_recover input[type=submit] {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  behavior: url(pie.htc);
  position: relative;
  background: #e24238;
  color: #fff;
  border: none;
  font-size: 18px;
  font-family: verdana;
  padding: 10px 20px;
  cursor: pointer;
}

.panel-auth input[type=text] {
  margin: 15px 20px 20px 0;
}

.panel-auth input[type=submit] {
  margin: 15px 0 20px 26px;
}

.panel-auth a {
  font-size: 16px;
  color: #e24238;
  text-decoration: underline;
  cursor: pointer;
}

.panel-auth a:hover {
  font-size: 16px;
  color: #e24238;
  text-decoration: none;
}

.panel-pass_recovery label,
.panel-reg label {
  margin: 16px 0 5px;
  display: block;
  font-size: 16px;
  color: #323232;
}

.wrap-block-panel {
  width: 417px;
  display: inline-block;
  vertical-align: top;
}

.wrap-block-panel label.label-confirm {
  margin: 0px;
  font-size: inherit;
  cursor: pointer;
}

.panel-pass_recovery input[type=text] {
  margin: 0 24px 0 0;
}

.wrap-panel input[name=captcha] {
  width: 186px;
}

.panel-pass_recovery input[type=submit],
.panel-reg input[type=submit] {
  margin: 0;
  vertical-align: bottom;
}

.wrap-panel .captcha {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.wrap-panel .refresh {
  width: 22px;
  height: 21px;
  background: url(../image/refresh.png) 0 0 no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}

.panel-reg-thanks {
  overflow: hidden;
}

.panel-reg-thanks p {
  font-size: 16px;
  color: #323232;
  width: 68%;
  display: inline-block;
  vertical-align: middle;
}

.panel-reg-thanks input[type=submit] {
  margin-left: 116px;
}


/* Checkbox */

#checkboxDiv {
  height: 21px;
  margin-right: 40px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}

.checkboxOn {
  background: url(../image/checkbox.png) no-repeat;
  display: inline-block;
  vertical-align: top;
}

.checkboxOff {
  background: url(../image/checkbox.png) 0 -21px no-repeat;
  display: inline-block;
  vertical-align: top;
}

.checkboxOn input {
  opacity: 0;
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
  cursor: pointer;
  width: 21px;
  height: 21px;
  display: inline-block;
}

.checkboxOff input {
  opacity: 0;
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
  cursor: pointer;
  width: 21px;
  height: 21px;
  display: inline-block;
}

.label_checkbox {
  font-size: 16px;
  color: #323232;
  display: inline-block;
  margin: 0;
  cursor: pointer;
}

.wrap-checkbox {
  padding-top: 41px;
}


/* //checkbox */


/* //������ ����������� � ����������� */

.page {
  min-width: 1100px;
  background: #fff url(../image/bg.jpg) center top repeat-x;
  height: auto !important;
}

.wrapper {
  padding-bottom: 0px;
}

.top-line {
  background: #e13631;
  width: 100%;
  height: 6px;
}

.wrap-header {
  width: 100%;
  height: 300px;
  position: relative;
  background: url(../image/bg2.png) center top repeat-x;
  background-position-y: -50px;
}

.wrap-header-inner {
  width: 100%;
  height: 290px;
  position: relative;
  background: url(../image/bg2.png) 50% -50px repeat-x;
}

.wrap-header-inner .logo {
  padding: 25px 0 0 32px;
}

.page-inner .wrap-header-inner {
  width: 100%;
  height: 310px;
  position: relative;
  background: url(../image/bg2.png) 50% -40px repeat-x;
}

.page-inner .wrap-header-inner .logo {
  padding: 76px 0 0 0;
}

.wrap-header-inner .logo {
  padding: 25px 0 0 32px;
}

.header {
  width: 1100px;
  height: 280px;
  margin: 0 auto;
  position: relative;
}

.header-inner {
  width: 1100px;
  height: 195px;
  margin: 0 auto;
  position: relative;
}

.header-inner .logo {
  padding: 36px 0 0 32px;
}

.logo {
  padding: 76px 0 0 0;
}

.logo a {
  width: 307px;
  height: 109px;
  display: block;
  background: url(../image/logo.png) 0 0 no-repeat;
  position: relative;
}

.projects_stats {
  position: relative;
  margin: -16px 0 0 118px;
  font-style: italic;
  font-size: 18px;
}

.button-top {
  position: absolute;
  top: 0;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -khtml-border-radius: 0 0 5px 5px;
  behavior: url(pie.htc);
  cursor: pointer;
}

.button-reg {
  right: 200px;
  background: #1a80af;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.3);
  -webkitbox-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.3);
  behavior: url(pie.htc);
}

.button-vhod {
  right: 90px;
  background: #e13631;
}

.button-reg a,
.button-vhod a {
  font-family: verdana;
  font-size: 13px;
  color: #fff;
  padding: 8px 24px 11px;
  display: block;
}

.container {
  min-width: 1100px;
  margin: 0 auto;
  padding-bottom: 70px;
  background: #fff;
}

.container_inner {
  padding: 28px 0 70px;
}

.container_inner2 {
  padding-bottom: 70px;
  font-size: 16px;
  color: #323232;
  line-height: 24px;
}

.wrap-block {
  width: 1100px;
  margin: auto;
  text-align: center;
  position: relative;
}

.wrap-block h2 {
  text-align: center;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.wrap-block-inner {
    width: 1054px;
    margin: 0px auto 0px auto;
    padding: 28px;
}

.wrap-site-analysis {
  text-align: left;
  display: inline-block;
}

.site-analysis-text {
  font-style: italic;
  font-size: 16px;
  color: #e24238;
}

.site-analysis-text span {
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  color: #e13631;
  padding-right: 5px;
}

.site-analysis {
  display: inline-block;
}

.site-analysis input[type=text] {
  width: 377px;
  padding: 8px;
  font-size: 16px;
  color: #909090;
  border: 3px solid #e24238;
  vertical-align: top;
  position: relative;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  behavior: url(pie.htc);
}

.wrap-start {
  padding-left: 5px;
  vertical-align: top;
  display: inline-block;
}

.site-analysis input[type=submit] {
  background: #e24238;
  border: 0;
  padding: 9px 20px 10px;
  font-family: verdana;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  position: relative;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  behavior: url(pie.htc);
}

.section-wide {
	width: 100%;
	padding: 100px 0px 100px 0px;
	border-top: 3px dotted #ececec;
	border-bottom: 3px dotted #ececec;
}
.section-wide.blue {
	background-color: #f6fbff;
	border: none;
}
.section-wide.first {
	padding-top: 50px;
	border-top: none;
}
.section-wide.last {
	border-bottom: none;
	padding-bottom: 0px;
}

.section-wide .wrap-block.response {
	margin-top: 0;
	padding: 0px;
}

.main-about-reports {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.main-about-reports-features {
    height: 375px;
    width: 294px;
    margin: 0px 25px 25px 0px;
    padding: 10px 20px;
    border: 3px dotted #f0f0f0;
	cursor: default;
}

.main-about-reports-features:hover {
    border: 3px dotted #e13631;
}

.main-about-reports-features:hover .fas {
    color: #e13631;
}

.main-about-reports-features:hover .main-about-reports-features_button {
    color: white;
	background-color: #e13631;
}

.main-about-reports-features h4 {
    margin-bottom: 15px;
	text-align: center;
}

.main-about-reports-features ul {
    height: 220px;
}

.main-about-reports-features li {
    margin-bottom: 12px;
    line-height: 130%;
}

.main-about-reports-features li:before {
    content: '— ';
}

.main-about-reports-features .fas {
    display: block;
    font-size: 32px;
    margin-bottom: 7px;
    color: #dedede;
}

.main-about-reports-features_button {
	text-decoration: none;
    display: block;
    margin: 10px auto;
    width: fit-content;
    color: #ebeff2;
    padding: 8px 20px;
}

.main-about-reports-features_button:hover {
    color: white;
}

.wrap-block .info {
    width: 29%;
    display: inline-block;
    padding: 30px 20px 40px;
    height: 561px;
}

.wrap-block .info span {
  font-size: 16px;
  color: #323232;
  display: block;
  padding-top: 10px;
}

.wrap-block .info h3 {
    font-weight: 400;
    font-size: 27px;
    margin: 0px 0px 15px 0px;
}

.wrap-block .info ul {
    text-align: left;
    font-size: 16px;
    position: absolute;
    width: 310px;
	margin-top: 30px;
}

.wrap-block .info li {
    list-style-type: circle;
    margin-bottom: 19px;
	line-height: 140%;
}

.wrap-block .info.card {
    border-radius: 5px;
    margin-right: 5px;
}

.wrap-block .info.card li {
    margin-left: 15px;
}

.wrap-block .info.card ul {
    margin-top: 0;
}

.wrap-block .info.blue {
	background-color: #f6fbff; 
}

p.after-h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 40px;
}

p.after-h3 {
    font-size: 16px;
    font-weight: 600;
	margin-top: 20px;
}

.strelka {
    width: 57px;
    height: 26px;
    background: url(../image/strelka.png) no-repeat 0 0;
    position: absolute;
    top: 207px;
    left: 340px;
}

.strelka.num-2 {
  left: 700px;
}

.wrap-seo {
  background: #0080bf;
}

.index_analyse_form {
  height: 135px;
  margin: 30px auto 60px auto;
  text-align: center;
  position: relative;
  background-color: #FFFFFF;
  display: table;
}

.index_analyse_form .arrow_block {
  display: table-cell;
  position: relative;
}

.index_analyse_form .arrow_block img {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.index_analyse_form .form_block {
  display: table-cell;
  position: relative;
  vertical-align: bottom;
}

.index_analyse_form .text_block {
  text-align: left;
  margin: 0px 0px 30px 0;
}

.index_analyse_form .text_counter {
  display: inline-block;
  font-size: 60px;
  color: #de3838;
  font-weight: 400;
}

.index_analyse_form .text_descr {
  display: inline-block;
  font-size: 30px;
  color: rgb(31, 28, 28);
  margin-left: 15px;
  line-height: 28px;
  font-weight: 300;
}

.index_analyse_form .submit {
  display: inline-block;
  position: relative;
  margin: 0 0 0 8px;
  vertical-align: top;
  width: 182px;
}

.index_analyse_form .index_analyse_input {
  font-family: 'Roboto';
  border: 1px solid #c1c1c1;
  width: 624px;
  height: 52px;
  box-sizing: border-box;
  font-size: 22px;
  color: #000000;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  padding: 0 0 0 17px;
  -webkit-appearance: none;
}

.index_analyse_form .index_analyse_input:hover,
.index_analyse_form .index_analyse_input:focus {
  box-shadow: 0 0 6px rgba(0, 164, 254, 0.89), 0 0 0 1px rgba(20, 129, 189, 0.3) inset;
  border: 1px solid #1481bd;
}

.index_analyse_form .index_analyse_submit {
  font-family: 'Roboto';
  background-color: #de3838;
  color: #FFF;
  font-size: 22px;
  height: 52px;
  width: 182px;
  box-shadow: 0 5px 21px rgba(255, 47, 47, 0.36);
  position: absolute;
  left: 0;
  top: 0;
  transition: background-color 0.1s;
  -webkit-appearance: none;
}

.index_analyse_form .index_analyse_submit:hover {
  background-color: #c32226;
}

.index_analyse_form .index_analyse_submit:active {
  background-color: #b51519;
  top: 2px;
}

#big_analyse_arrow {
  font-size: 15pt;
  color: #0080bf;
}


/* --slider-- */

#slider {
  /*background: url(../image/loading.gif) no-repeat scroll 50% 50% #fff;*/
  height: 350px;
  position: relative;
  width: 1100px;
  overflow: hidden;
}

#slider img {
  display: none;
  left: 0;
  position: absolute;
  top: 0;
}

#slider a {
  border: 0 none;
  display: block;
  z-index: 51;
}

.nivoSlider {
  position: relative;
}

.nivoSlider img {
  left: 0;
  position: absolute;
  top: 0;
}

.nivoSlider a.nivo-imageLink {
  border: 0 none;
  display: none;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 60;
}

.nivo-slice {
  display: block;
  height: 100%;
  position: absolute;
  z-index: 50;
}

.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
}

.nivo-caption {
  left: 140px;
  position: absolute;
  top: 30px;
  width: 686px;
  /*z-index: 89;*/
  opacity: 1 !important;
}

.nivo-caption .span1 {
  font-size: 35px;
  font-weight: 300;
  color: #fff;
  display: block;
  text-align: center;
  margin: 0px auto 20px auto;
}

.nivo-caption .span2 {
  font-size: 16px;
  color: #fff;
  line-height: 150%;
}

.digit {
  float: left;
  margin-right: 30px;
  color: #fff;
  padding: 1%;
  font-size: 100pt;
  /*font-family: 'Righteous',cursive;*/
}

.nivo-caption p {
  margin: 0;
  text-align: left;
}

.nivo-html-caption {
  display: none;
}

.nivo-directionNav a {
  cursor: pointer;
  position: absolute;
  top: 45%;
  /*z-index: 99;*/
}

.nivo-prevNav {
  left: 0;
}

.nivo-nextNav {
  right: 0;
}

.nivo-controlNav {
  bottom: 30px;
  height: 15px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  /*z-index: 9999;*/
  margin-left: -38px;
}

.nivo-controlNav a {
  background-image: url(../image/nivo-pagination.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block !important;
  padding-top: 17px;
  position: relative;
  width: 14px;
  /*z-index: 99;*/
  margin: 0 6px;
}

.nivo-controlNav a.active,
.nivo-controlNav a.active:hover {
  background-position: -14px 0;
}

.nivo-controlNav a:hover {
  background-position: -14px 0;
}

.nivo-directionNav {}

.nivo-directionNav a {
  background: url(../image/direction_nav.png) no-repeat scroll 0 0 transparent;
  border: 0 none;
  display: block;
  height: 23px;
  margin-top: -11px;
  position: absolute;
  text-indent: 9999px;
  top: 50%;
  width: 13px;
}

a.nivo-nextNav {
  background-position: -13px 0;
  right: 45px;
}

a.nivo-nextNav:hover {}

a.nivo-nextNav:active {}

a.nivo-prevNav {
  background-position: 0 0;
  left: 45px;
}

a.nivo-prevNav:hover {}

a.nivo-prevNav:active {}

#slider .nivo-controlNav img {
  display: inline;
  height: auto;
  margin-right: 10px;
  position: relative;
  width: 120px;
}


/* --/slider-- */

.wrap-info-link {
  background: #ecf0f1;
  padding: 30px 0;
  overflow: hidden;
}

.info-link {
  width: 36%;
  float: right;
  margin: 10px 7% 10px 0;
  text-align: left;
  padding: 0 0 0 42px;
  display: inline-block;
  background: url(../image/info-link.png) no-repeat;
}

.info-link-1 {
  background-position: 0 0;
}

.info-link-2 {
  background-position: 0 -50px;
}

.info-link-3 {
  background-position: 0 -100px;
}

.info-link-4 {
  background-position: 0 -150px;
}

.info-link-5 {
  background-position: 0 -200px;
}

.info-link-6 {
  background-position: 0 -250px;
}

.info-link a {
  font-size: 18px;
  color: #e13631;
}

.info-link span {
  display: block;
  font-style: italic;
  font-size: 13px;
  color: #95a5a6;
}

.wrap-report {
  text-align: left;
}

.report-img {
  display: inline-block;
  vertical-align: top;
  margin: 35px 15px 15px 40px;
}

.report-text {
  width: 410px;
  color: #323232;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  vertical-align: top;
}

.report-text span {
  font-size: 28px;
}

.report-text h2 {
  margin-top: 1.4em;
}

.wrap-block.response {
  margin-bottom: 80px;
  padding: 28px;
  font-size: 16px;
}

.wrap-block.response .all-responses {
  font-size: 20px;
}

.wrap-response {
  width: 462px;
  margin: 0px 20px 40px 20px;	
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

.response-block {
  min-height: 289px;
  padding: 15px 25px;
  border: 3px solid #edf4f9;
  position: relative;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  behavior: url(pie.htc);
}

.head-response {
  padding-bottom: 12px;
  position: relative;
}

.head-response img {
  margin-right: 7px;
  display: inline-block;
  vertical-align: middle;
}

.head-response .title-response {
  display: inline-block;
  vertical-align: top;
}

.head-response .title-response .name-response {
  color: #000;
  font-size: 19px;
  font-weight: 500;
  margin-top: 0;
}

.head-response .title-response span {
  font-size: 15px;
  color: #b6b6b6;
  display: block;
  margin-top: 3px;
}

.body-response {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
  color: #000;
  position: relative;
}

.wrap-footer {
  width: 100%;
  min-width: 1100px;
  border-top: 6px solid #e13631;
  height: 230px;
}

.footer {
  width: 1100px;
  margin: 0 auto;
  padding: 30px 25px;
  height: 120px;
  line-height: 200%;
  font-size: 15px;
}

.footer span {
  display: block;
}

.footer a {
  color: #323232;
  text-decoration: underline;
}

.footer a:hover {
  text-decoration: none;
}

.footer a.important {
	color: #e03630;
}

.footer .copy {
  width: 465px;
  float: left;
}

.footer .copy-name {
	font-weight: 600;
}

.footer .contact-icon {
	width: 16px;
    margin-top: 7px;
    display: inline-block;
    position: absolute;
}

.footer .contact-link {
	margin-left: 20px;
	cursor: pointer;
}

.footer .contact {
	display: inline-block;
    margin-right: 20px;
}

.footer .nav-footer {
  width: 200px;
  float: left;
}

.footer .nav-footer a {
  display: block;
}

.footer .nav-footer a:hover {
    color: #e03630;
}

.footer .webmoney {
  float: left;
}

.footer .webmoney-block {
  margin-bottom: 5px;
}


/* inner */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: normal;
}

h1 {
  font-size: 45px;
  color: #323232;
  line-height: 40px;
  font-weight: 400;
}

h1.main-page {
  max-width: 620px;
  font-size: 60px;
  margin: auto;
  text-align: center;
  line-height: 78%;
  font-weight: 400;
}

h1.main-page .h1-addition {
  font-size: 36px;
  font-weight: 300;
}

.h2 {
  font-size: 18px;
  color: #323232;
  font-weight: 500;
}

h2 {
    margin-bottom: 25px;
    margin-top: 40px;
    font-size: 40px;
    font-weight: 400;
}

h3 {
  margin-bottom: 10px;
  margin-top: 40px;
  font-size: 25px;
  font-weight: 400;
}

h4 {
    margin-bottom: 10px;
    margin-top: 15px;
    font-size: 20px;
    font-weight: normal;
}

.no-margin-top {
	margin-top: 0;
}	

.news_block {
  border-bottom: 1px solid #e0e0e0;
  margin: 30px 0 0;
  padding-bottom: 15px;
}

.news_date {
  font-style: italic;
  font-size: 12px;
  color: #909090;
}

.news_title {
  font-weight: 700;
  font-size: 20px;
  color: #323232;
  margin: 10px 0;
}

.news_text {
  font-size: 15px;
  color: #323232;
  line-height: 24px;
}

p img {
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  behavior: url(pie.htc);
  position: relative;
}

.news_link {
  color: #e24138;
  border-bottom: 1px dotted #e24138;
  font-size: 15px;
}

.news_str {
  margin: 52px 0 0;
  overflow: hidden;
}

.news_str li {
  float: left;
  font-size: 20px;
  color: #323232;
  padding: 0 6px;
  line-height: 27px;
}

.news_str li a {
  font-size: 20px;
  color: #e24138;
}

.news_prev {
  width: 27px;
  height: 27px;
  margin-right: 25px;
  background: url(../image/prev-next.png) 0 0 no-repeat;
  display: inline-block;
}

.news_next {
  width: 27px;
  height: 27px;
  margin-left: 25px;
  background: url(../image/prev-next.png) 0 -27px no-repeat;
  display: inline-block;
}

.column {
  width: 41%;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #323232;
  line-height: 24px;
}

.column-left {
  padding-right: 8%;
}

.column-right {
  padding-right: 6%;
}

.text-bold {
  font-weight: 500;
}

.text-block {
  display: block;
}

.skype-img {
  vertical-align: middle;
  box-shadow: none;
}

.skype-link {
  color: #e24238;
  text-decoration: underline;
}

.skype-link:hover {
  color: #e24238;
  text-decoration: none;
}


/* form */

.feedback label {
  margin: 16px 0 5px;
  display: block;
}

.feedback input[type=text] {
  width: 358px;
  padding: 10px;
  border: 3px solid #227fbb;
  font-size: 16px;
  color: #909090;
  position: relative;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  behavior: url(pie.htc);
}

.feedback textarea {
  width: 368px;
  height: 168px;
  padding: 10px 0 10px 10px;
  font-size: 16px;
  color: #909090;
  font-family: Roboto;
  border: 3px solid #227fbb;
  position: relative;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  behavior: url(pie.htc);
  resize: none;
  margin-bottom: 30px;
}

.feedback input[type=submit] {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  behavior: url(pie.htc);
  position: relative;
  background: #e24238;
  color: #fff;
  border: none;
  font-size: 18px;
  font-family: verdana;
  padding: 10px 20px;
  cursor: pointer;
}


/* Select */

.slct,
.slct:hover {
  background: #227fbb url(../image/sel-bg.gif) no-repeat right;
  width: 351px;
  font-size: 16px;
  color: #fff;
  padding: 9px 23px 11px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  behavior: url(pie.htc);
  position: relative;
}

.analysis .slct,
.analysis .slct:hover {
  width: 324px;
}

.analysis .block-theme {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
}

#check-pages-count {
	display: block;
}

#check-pages-count UL {
	list-style: none;
	margin-top: 20px;
    padding: 0px;
}

#check-pages-count LI {
	width: 220px;
	margin-bottom: 10px;
}

.check-pages-count_index-value {
	display: inline-block;
	float: right;
	font-weight: 500;
}

#change-tariff {
	display: none;
}

.tariff-line:hover {
    background-color: #f2f8ff;
}

.tariff-line label {
    padding: 4px 0px;
    display: inline-block;
    width: 97%;
    cursor: pointer;
}

.tariff-line .new-audit_price {
	float: right;
}

.tariff-line_recomendation {
	display: none;
}

.tariff-line_pages-limit {
	display: inline-block;
	width: 240px;
}

.active-slct,
.active-slct:hover {
  border-bottom: none;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  behavior: url(pie.htc);
  position: relative;
}

.slct a,
.slct a:hover {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}

.drop {
  margin: 0;
  padding: 0;
  width: 378px;
  overflow: auto;
  padding: 6px 0;
  border: 3px solid #227fbb;
  border-top: none;
  display: none;
  position: absolute;
  z-index: 100;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  behavior: url(pie.htc);
  background: #fff;
}

.analysis .drop {
  width: 333px;
}

.drop li {
  list-style: none;
  cursor: pointer;
  display: block;
  color: #227fbb;
  font-size: 16px;
  text-decoration: none;
}

.drop li:hover {
  background-color: #eff4f9 !important;
  color: #222;
}

.drop li a {
  display: block;
  font-size: 16px;
  color: #227fbb;
  text-decoration: none;
  padding: 5px 10px;
}

.drop li a:hover {
  color: #227fbb;
}


/* //select */

.analysis .scrollBox {
  width: 333px;
}

.scrollBox {
  width: 378px;
}

.scroll-pane {
  width: 100%;
  /* !!!!������������� height �� ������ ���� � select ������������ ������!!!!! */
  /*height: 150px;*/
  overflow: auto;
}


/*
	ScrollBar Styles
*/

.jScrollPaneContainer {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.jScrollPaneTrack {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  height: 100%;
  background: none;
}

.jScrollPaneDrag {
  position: absolute;
  background: #227fbb;
  cursor: pointer;
  overflow: hidden;
  left: 1px;
  width: 2px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  behavior: url(pie.htc);
}

.jScrollPaneDragTop {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background: #175980;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  height: 0;
}

.jScrollPaneDragBottom {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background: #175980;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 0;
}

a.jScrollArrowUp {
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  text-indent: -2000px;
  overflow: hidden;
  height: 0;
  background: none;
}

a.jScrollArrowDown {
  display: none;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  text-indent: -2000px;
  overflow: hidden;
  height: 0;
  background: none;
}


/*
	//ScrollBar Styles
*/


/* inner */

.user-block {
  padding: 10px 20px 15px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  position: absolute;
  border-radius: 0px 0px 3px 3px;
  top: 56px;
  right: 0px;
}

.user-email {
  font-size: 14px;
  color: #232323;
  text-decoration: underline;
}

.user-email:hover {
  color: #232323;
}

.user-email span {
  text-decoration: none;
  background: url(../image/user-email.png) 0 0 no-repeat;
  width: 11px;
  height: 10px;
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}

.user-block .balance {
  display: block;
  font-size: 18px;
  color: #232323;
  margin: 10px 0;
}

.user-menu {
  overflow: hidden;
}

.user-menu li {
  float: left;
  margin-right: 20px;
}

.user-menu a {
  font-size: 14px;
  color: #e03630;
  text-decoration: underline;
}

.user-menu a:hover {
  text-decoration: none;
}

.wrap-nav-top {
  width: 100%;
  background: #fff;
}

.nav-top {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.nav-top li {
  float: left;
  padding: 9px 28px 8px;
}

.nav-top li a {
  font-size: 18px;
  color: #227fbb;
  text-decoration: none;
}

.nav-top li.active,
.nav-top li:hover {}

.nav-top li.active a,
.nav-top li:hover a {
  color: red;
}

.nav-top li.active:hover a {
  color: red;
}

.onpay {
  display: inline-block;
  vertical-align: middle;
  margin: 30px 30px 0 0;
}

.form-balance {
  display: inline-block;
  vertical-align: middle;
}

.form-balance input[type=text] {
  width: 323px;
  border: 3px solid #e24238;
  margin-right: 10px;
}

.form-balance label {
  margin: 16px 0 5px;
  display: block;
  font-size: 16px;
  color: #323232;
}

.block_right {
  width: 680px;
  margin-right: 40px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.block_right .h1 {
  padding-bottom: 20px;
}

.block_left {
  width: 250px;
  display: inline-block;
  vertical-align: top;
}

table.table-price {
    width: 48%;
    border-radius: 5px;
    border: 1px solid #eaeaea;
    cursor: default;
}

table.table-price td,
table.table-price th {
  border-bottom: 1px solid #eaeaea;
  padding: 7px 10px 7px 10px;
  text-align: right;
}

.table-price tr:last-child td {
    border: none;
}

.table-price tbody tr:hover {
    background-color: #eaeaea;
}

.price-block {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0px 30px 0px;
	justify-content: space-between;
}

.table-price_right-block {
    width: 39%;
    padding: 20px 50px 20px 50px;
    background-color: #f6fbff;
}

table {
  width: 100%;
  text-align: left;
  border-spacing: 0;
}

table.table-price th,
table.table-price b {
  font-weight: 500;
}

.tarif td {
  font-size: 14px;
  color: #323232;
  padding: 10px 15px 10px 10px;
  position: relative;
}

.tarif .tarif-border td {
  border-bottom: 1px solid #e0e0e0;
}

.span1 {
  font-size: 24px;
  font-weight: 500;
  color: #323232;
  padding-top: 4px;
  display: inline-block;
}

.span2-1 {
  font-size: 22px;
  font-weight: 700;
  color: #323232;
}

.span2-2 {
  font-size: 22px;
  font-weight: 700;
  color: #323232;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding-left: 10px;
}

.span2-3 {
  font-size: 13px;
  font-weight: 700;
  color: #323232;
  display: block;
  line-height: 10px;
}

.sidebar_news {
  padding-top: 60px;
}

.sidebar_title {
  font-size: 18px;
  color: #323232;
}

.sidebar_news_block {
  padding-top: 24px;
}

.sidebar_news_date {
  font-size: 12px;
  font-style: italic;
  color: #909090;
}

.sidebar_news a {
  font-size: 15px;
  color: #e03630;
  text-decoration: underline;
}

.sidebar_news a:hover {
  text-decoration: none;
}

.profile {
  margin-top: 10px;
}

.profile input[type=text] {
  width: 288px;
  margin: 0 20px 30px 0;
}

.profile input[type=password] {
  width: 261px;
  padding: 10px 37px 10px 10px;
  border: 3px solid #227fbb;
  background: url(../image/password-bg.png) right center no-repeat;
  font-size: 16px;
  color: #909090;
  position: relative;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  behavior: url(pie.htc);
}

.analysis p {
  color: #323232;
  line-height: 22px;
  margin: 0px;
}

.analysis input[type=text] {
  width: 288px;
  margin: 10px 20px 0 0;
}

.analysis input[type=submit] {
  display: block;
  float: right;
  width: 300px;
  margin-top: 30px;
}

.analysis input.kolvostr {
  width: 133px;
  margin: 10px 10px 0 0;
}

.analysis-text1 {
  font-size: 18px;
  color: #323232;
}

.analysis-text2 {
  font-style: italic;
  font-size: 15px;
  color: #909090;
}

.analysis-text3 {
  font-style: italic;
  font-size: 13px;
  color: #909090;
}

.analysis-text4 {
  color: #319726;
}

.analysis-otstup {
  margin: 40px 0;
}

.analysis_start-audit {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: stretch;
}

.analysis_start-audit input[type=submit] {
	float: none;
	width: 200px;
	margin-top: 10px;
}

.new-audit_price {
  font-weight: 500;
}

#start_analyse,
#free_analyse,
#paid_analyse {
  margin-top: 20px;
}

#paid_analyse, #free_analyse {
    display: none;
	background-color: #f9f9f9;
    padding: 15px 20px;
    border-radius: 5px;
    margin-bottom: 10px;
}

#low_limit_warning {
	display: none;
	background-color: #ffeeee;
    padding: 15px 20px;
    border-radius: 5px;
}


#robots_warning {
	background-color: #ffeeee;
    padding: 15px 20px;
    border-radius: 5px;
}

.info-projects {
    padding: 70px 0 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.info-projects a {
    width: 250px;
}

.info-projects span {
    display: block;
}

.info-projects .info {
  vertical-align: top;
  padding: 0;
}

.schet {
  width: 14px;
  height: 17px;
  background: url(../image/schet.png) 0 0 no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.refresh {
  width: 12px;
  height: 12px;
  background: url(../image/refresh2.png) 0 0 no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.project-del {
  color: #e03630;
  cursor: pointer;
  font-weight: 700;
}

.td-italic {
  font-size: 15px;
  font-style: italic;
}

.td18 {
  font-size: 18px;
}

.block-tickets {
  margin: 20px 0 40px;
}

.block-tickets .h2 {
  margin-bottom: 15px;
}

.tickets-input input[type=text] {
  width: 153px;
}

.input-x {
  padding: 0 7px;
  font-size: 18px;
}

.tickets-input input[type=submit] {
  margin-left: 30px;
}

.tickets-nav {
  overflow: hidden;
  margin: 0 0 30px -16px;
}

.tickets-nav li {
  float: left;
  padding: 5px 16px;
}

.tickets-nav li.active {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  behavior: url(pie.htc);
  position: relative;
  background: #e24238;
}

.tickets-nav li.active a {
  color: #fff;
}

.tickets-nav a {
  text-decoration: none;
}

.tickets-info {
  border: 4px solid #edf4f9;
  position: relative;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  behavior: url(pie.htc);
  padding: 15px 20px;
}

.tickets-info-panel {
  font-size: 13px;
  font-style: italic;
  color: #909090;
  position: absolute;
  top: 5px;
  right: 15px;
}

.tickets-info-panel .remove {
  width: 13px;
  height: 13px;
  background: url(../image/tickets-panel.png) 0 0 no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  cursor: pointer;
}

.tickets-info-panel .ok {
  width: 16px;
  height: 13px;
  background: url(../image/tickets-panel.png) 0 -13px no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  cursor: pointer;
}

.h1 {
  font-size: 36px;
  color: #323232;
  line-height: 40px;
  font-weight: 400;
}

.sitemap td {
  vertical-align: top;
  width: 50%;
}

.sitemap a {
  display: block;
  margin-bottom: 20px;
  color: #e13631;
  font-size: 18px;
}

.top_menu {
  position: fixed;
  z-index: 1;
  width: 1120px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 5px 7px rgba(0, 0, 0, .18);
  border-radius: 0px 0px 3px 3px;
  height: 56px;
}

.top_menu .menu li {
  float: left;
  font-size: 18px;
  line-height: 56px;
  padding: 0px 28px;
}

.top_menu .menu {
  float: left;
}

.top_menu .menu a,
.top_menu .menu span {
  padding: 7px 8px;
}

.top_menu .menu li:hover a,
.top_menu .menu li:hover span {
  background: #e13631;
  color: #fff;
}

.top_menu_button {
  float: right;
  padding-right: 24px;
  line-height: 56px;
}

.top_menu .menu_tools {
  display: none;
  width: 1100px;
  position: absolute;
  background: #fff;
  border-radius: 0px 0px 4px 4px;
  z-index: 999999;
  left: 0px;
  border: 1px solid #66CBF7;
  box-sizing: border-box;
  padding-bottom: 32px;
}

.top_menu .menu_tools li {
  width: 25%;
  float: left;
  padding: 0px 12px 0px 44px;
  box-sizing: border-box;
  margin: 8px 0 0 0;
  height: 48px;
  line-height: 18px;
  display: table;
}

.top_menu .menu_tools li.ico-1,
.top_menu .menu_tools li.ico-2,
.top_menu .menu_tools li.ico-3,
.top_menu .menu_tools li.ico-4,
.top_menu .menu_tools li.ico-5,
.top_menu .menu_tools li.ico-6 {
  background: url(../image/info-link.png) no-repeat;
}

.top_menu .menu_tools li.ico-1 {
  background-position: 10px 16px;
}

.top_menu .menu_tools li.ico-2 {
  background-position: 10px -136px;
}

.top_menu .menu_tools li.ico-3 {
  background-position: 10px -34px;
}

.top_menu .menu_tools li.ico-4 {
  background-position: 10px -187px;
}

.top_menu .menu_tools li.ico-5 {
  background-position: 10px -87px;
}

.top_menu .menu_tools li.ico-6 {
  background-position: 10px -241px;
}

.top_menu .menu li:hover li a,
.top_menu .menu li:hover li span {
  background: none;
  color: #323232;
}

.top_menu .menu_tools li a {
  color: #323232;
  /*font-family: "BlissPro-ExtraLight";*/
  padding: 0 0 0 10px;
  display: table-cell;
  vertical-align: middle;
  font-weight: 300;
}

.top_menu .menu_tools li:hover a {
  background: none;
  text-decoration: none;
  color: #323232;
}

.top_menu .menu_tools li:hover.ico-1 {
  background-position: 10px -284px;
}

.top_menu .menu_tools li:hover.ico-2 {
  background-position: 10px -436px;
}

.top_menu .menu_tools li:hover.ico-3 {
  background-position: 10px -334px;
}

.top_menu .menu_tools li:hover.ico-4 {
  background-position: 10px -487px;
}

.top_menu .menu_tools li:hover.ico-5 {
  background-position: 10px -387px;
}

.top_menu .menu_tools li:hover.ico-6 {
  background-position: 10px -541px;
}

.top_menu .menu span {
  color: #e03630;
  text-decoration: underline;
  cursor: pointer;
}

.top_menu .top_menu_button a {
  padding: 10px 25px;
  font-size: 14px;
  background: #e13631;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0 3px 17px rgba(255, 47, 47, 0.36);
  transition: all 0.5s;
}

.top_menu .top_menu_button a:active {
  box-shadow: 0 3px 17px rgba(255, 255, 255, 0.8);
}

.top_menu .top_menu_button:active {
  margin-top: 1px;
  transition: all 0.2s;
}

.menu_tools a.more_button {
  padding: 0px 25px;
  font-size: 14px;
  background: #e13631;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0 3px 17px rgba(255, 47, 47, 0.36);
  transition: all 0.5s;
  margin: 42px 0px 24px;
  display: inline-block;
  line-height: 48px;
}

.menu_tools a.more_button:active {
  margin-top: 43px;
  transition: all 0.2s;
}

.top_menu_auth {
  position: fixed;
  z-index: 999;
  width: 1100px;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
  border-radius: 0px 0px 0px 3px;
  height: 56px;
}

.top_menu_auth .menu li {
  float: left;
  font-size: 18px;
  text-align: center;
  line-height: 56px;
  padding: 0px 16px;
}

.top_menu_auth .logout {
  float: right;
  padding-right: 18px;
  line-height: 56px;
}

.top_menu_auth .menu {
  float: left;
}

.top_menu_auth .menu a,
.top_menu_auth .menu span {
  padding: 7px 8px;
}

.top_menu_auth .menu li:hover a,
.top_menu_auth .menu li:hover span {
  background: #e13631;
  color: #fff;
}

.top_menu_auth .menu_tools_auth {
  display: none;
  width: 1100px;
  position: absolute;
  background: #fff;
  border-radius: 0px 0px 4px 4px;
  z-index: 999999;
  left: 0px;
  border: 1px solid #66CBF7;
  box-sizing: border-box;
}

.logout i {
  font-style: normal;
  font-size: 14px;
}

.top_menu_auth .menu_tools_auth li {
  width: 25%;
  float: left;
  padding: 42px 12px 0px 12px;
  box-sizing: border-box;
  margin: 12px 0px 32px 0px;
  height: 48px;
  line-height: 18px;
  text-align: center;
}

.top_menu_auth .menu_tools_auth li.ico-1,
.top_menu_auth .menu_tools_auth li.ico-2,
.top_menu_auth .menu_tools_auth li.ico-3,
.top_menu_auth .menu_tools_auth li.ico-4,
.top_menu_auth .menu_tools_auth li.ico-5,
.top_menu_auth .menu_tools_auth li.ico-6 {
  background: url(../image/info-link.png) no-repeat;
}

.top_menu_auth .menu_tools_auth li.ico-1 {
  background-position: 50% 20px;
}

.top_menu_auth .menu_tools_auth li.ico-2 {
  background-position: 50% -132px;
}

.top_menu_auth .menu_tools_auth li.ico-3 {
  background-position: 50% -30px;
}

.top_menu_auth .menu_tools_auth li.ico-4 {
  background-position: 50% -183px;
}

.top_menu_auth .menu_tools_auth li.ico-5 {
  background-position: 50% -83px;
}

.top_menu_auth .menu_tools_auth li.ico-6 {
  background-position: 50% -237px;
}

.top_menu_auth .menu li:hover li a,
.top_menu_auth .menu li:hover li span {
  background: none;
  color: #323232;
}

.top_menu_auth .menu_tools_auth li a {
  color: #323232;
}

.top_menu_auth .menu_tools_auth li:hover a {
  background: none;
  text-decoration: none;
  color: #323232;
}

.top_menu_auth .menu span {
  color: #e03630;
  text-decoration: underline;
  cursor: pointer;
}

.top_menu_auth .top_menu_button a {
  padding: 10px 25px;
  font-size: 14px;
  background: #e13631;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0 3px 17px rgba(255, 47, 47, 0.36);
  transition: all 0.5s;
}

.top_menu_auth .top_menu_button a:active {
  box-shadow: 0 3px 17px rgba(255, 255, 255, 0.8);
}

.top_menu_auth .top_menu_button:active {
  margin-top: 1px;
  transition: all 0.2s;
}

.menu_tools_auth a.more_button {
  padding: 0px 25px;
  font-size: 14px;
  background: #e13631;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0 3px 17px rgba(255, 47, 47, 0.36);
  transition: all 0.5s;
  margin: 42px 0px 24px;
  display: inline-block;
  line-height: 48px;
}

.menu_tools_auth a.more_button:active {
  margin-top: 43px;
  transition: all 0.2s;
}

.arrow_sub_menu:hover .menu_tools_auth {
  display: block;
  padding-bottom: 32px;
}

.arrow_sub_menu:hover .menu_tools {
  padding-bottom: 32px;
}

#secret_content {
  margin: -10px 0px 12px 3px;
}

#secret_auth {
  margin: 12px 0px;
}

.zoomContainer {
  z-index: 9000;
}

.photo .photo__block {
  text-align: center;
  width: 100%;
  padding-bottom: 18px;
}

.photo .photo__block .desc-img {
  font-style: italic;
  font-size: 13px;
  width: 640px;
  display: block;
  margin: 0 auto;
}

.block_right ul {
  list-style: initial;
  padding-left: 18px;
}

.block-forms {
  overflow: hidden;
  width: 660px;
  margin: 8px auto 18px;
}

.block-forms-action {
  float: left;
  text-align: center;
  width: 307px;
}

.block-forms-text {
  float: left;
  width: 280px;
  padding-left: 70px;
}

.aritcle__wrap-block-panel {
  width: 307px;
  height: 72px;
}

.aritcle__wrap-block-panel input {
  width: 280px;
}

.aritcle__wrap-block-panel label {
  float: left;
}

.aritcle__wrap-block-panel .right {
  float: right;
}

.block-forms-action .generatePassword_content {
  display: block;
  font-size: 12px;
  text-transform: lowercase;
  text-align: left;
}

.block-forms-text p {
  padding-bottom: 24px;
  font-size: 18px;
  line-height: 0px;
}

.block-plus {
  /*font-family: BlissPro-Regular;*/
  margin: 42px auto 42px;
  width: 1100px;
  overflow: hidden;
}

.block-plus__text {
  text-align: center;
  font-size: 24px;
}

.block-plus__step {
  float: left;
  font-size: 21px;
  width: 33%;
  text-align: center;
  margin-top: 25px;
}

.block-plus__steps {
  width: 1100px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.block-plus__step:nth-child(1) {}

.block-plus__step:nth-child(3) {}

.block-plus__step:nth-child(2) {
  position: relative;
}

.block-plus__step:nth-child(2):before {
  content: '';
  width: 57px;
  height: 26px;
  position: absolute;
  background: url(../image/strelka.png) no-repeat 0 0;
  left: -10%;
  top: 25%;
}

.block-plus__step:nth-child(2):after {
  content: '';
  width: 57px;
  height: 26px;
  position: absolute;
  background: url(../image/strelka.png) no-repeat 0 0;
  right: 0%;
  top: 25%;
}

.photo__block {
  width: 240px;
  float: right;
  margin-left: 12px;
  margin-top: 6px;
}

.photo__block img {
  max-width: 100%;
}

.photo__block .desc-img {
  font-size: 12px;
  line-height: 14px;
  font-style: italic;
  display: inherit;
}

.photo-grid-2 {
  overflow: hidden;
}

.photo-grid-2 .photo__block {
  width: 461px;
  float: left;
}

.wrap-info-link.mainpage {
  padding: 20px 0 30px;
}

.wrap-info-link.mainpage h1 {
  color: #e03630;
  font-size: 28px;
  margin: 0px 0px 5px;
}

.wrap-text {
  text-align: left;
  color: #323232;
  font-size: 16px;
  line-height: 24px;
}

.read-more {
  text-align: right;
  margin-top: 10px;
  display: block;
}

#news_content {
  width: 74%;
  display: inline-block;
}

#left_menu {
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
  max-width: 25%;
  box-sizing: border-box;
}

#left_menu li {
  margin: 10px 0;
  font-size: 16px;
}

.img-wrap {
  margin: 10px;
  width: 250px;
  text-align: center;
}

.img-wrap img {
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
}

.img-description {
  font-style: italic;
  font-size: 13px;
}

.top_menu .menu li {
  padding: 0px 26px;
}

.top_menu .menu_tools li {
  padding: 0px 12px 0px 44px;
}

p.link-analyze {
  font-size: 18px;
}

.arrow_sub_menu ul.narrow_menu {
  width: 184px;
  left: 605px;
  padding-bottom: 10px !important;
}

ul.narrow_menu li {
  padding: 0 0 0 30px !important;
  line-height: 25px;
  text-align: center;
  width: 100%;
}


/* WORK Notification */

#Wrapp {
  top: 0;
  left: 0;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.74);
  width: 100%;
  height: 100%;
  z-index: 10000;
}

#tt {
  position: relative;
  background-color: #fff;
  width: 400px;
  padding: 20px;
  height: auto;
  color: #323232;
  font-size: 15px;
  margin: 20% auto auto auto;
  border: red solid 1px;
}

div.close {
  cursor: pointer;
  position: absolute;
  font-weight: 700;
  text-shadow: #000 1px 1px 0;
  color: red;
  right: 7px;
  top: 2px;
}


/* End of WORK Notification */


/* Форма безнал оплаты */

form.beznal_pay table tr td {
  vertical-align: top;
}

form.beznal_pay table tr td input:invalid,
form.beznal_pay table tr td textarea:invalid {
  background: #dfdfdf70;
}

form.beznal_pay table tr td input,
form.beznal_pay table tr td textarea {
  padding-right: 20px!important;
}

form.beznal_pay table tr td input[type="text"]:valid {
  background: url(/images/success-icon.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right 10px;
}

form.beznal_pay table tr td input+small,
form.beznal_pay table tr td textarea+small {
  display: none;
  top: 20px;
}

form.beznal_pay table tr td {
  position: relative;
}

form.beznal_pay table tr td input:invalid:not(:placeholder-shown)+small,
form.beznal_pay table tr td textarea:invalid:not(:placeholder-shown)+small {
  color: red;
  display: block;
  font-style: italic;
  width: 300px;
  line-height: 16px;
  height: auto;
  padding: 10px;
}

form.beznal_pay table tr.summ_pay>* {
  padding-top: 30px;
}

form.beznal_pay select.company_type_select {
  padding: 10px 20px 10px 10px;
  border: 3px solid #227fbb;
  font-size: 16px;
  color: #000000;
  position: relative;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  behavior: url(pie.htc);
  width: 300px;
  box-sizing: content-box;
  outline: none;
}

.documents-row {
  margin-bottom: 15px;
}


/* Форма безнал оплаты */


/* Наши партнёры */

.partner {
  min-height: 150px;
  margin-bottom: 50px;
  clear: both;
}

.logoPartner {
  float: left;
  width: 320px;
  height: 145px;
  margin: 0px 30px 85px 0px;
}

.logoPartner img {
  width: 100%;
}


/* Наши партнёры */


/*** Стили всплывающего окна ***/

.modal-wrapper {
  position: fixed;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, .7);
  z-index: 100;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.modal {
  max-width: 450px;
  min-width: 350px;
  z-index: 2;
  background: white;
  padding: 20px;
  border-radius: 3px;
}

.modal-title {
  border-bottom: 1px solid #ebeff2;
}

.modal-title h3 {
  font-weight: normal;
  font-size: 17px;
  text-align: center;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  padding: 1rem;
  font-size: 15px;
}

.modal p {
  margin-top: 40px;
}

.input-group {
  margin-bottom: 10px;
  font-size: 14px;
}

.input-group label {
  margin-top: 0px;
  position: relative;
  top: -1px;
}

.modal-footer {
  padding: 20px 0px;
  border-top: 1px solid #ebeff2;
  margin-top: 15px;
}

.modal input.btn {
  font-size: 15px;
  float: right;
  margin-left: 20px;
}

.btn.btn--primary {
  background-color: #227fbb;
  padding: 10px 30px;
}

.btn.btn--secondary {
  background-color: #717171;
}


/*** Стили настроек индексации ***/

.analysis h4 {
  margin: 20px 0px 5px 0px;
  font-weight: 500;
}

.check-indexing_input-group, .audit-settings_input-group {
  margin-top: 5px;
}

.check-indexing_input, .audit-settings_input {
  margin-bottom: 5px;
}

.audit-settings_input label {
    width: 71px;
    display: inline-block;
}

.audit-settings_region {
    margin-left: 0px;
    padding: 4px 4px 4px 0px;
    border: 1px solid #ffffff;
    font-size: 16px;
    width: 230px;
}

.audit-settings_region:focus-visible {
    outline: #ebeff2 auto 1px;
}


.bg-success {
  background-color: #28a745;
}

.badge {
  display: inline-block;
  padding: .25em .5em;
  font-size: .75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
}


/*** Страница с аудитами ***/

.audits-table_link__dotted {
  text-decoration: none;
  border-bottom: 1px dashed #000;
  color: #000;
}