a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:after, blockquote:before {
  content: '';
  content: none; }

q:after, q:before {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@font-face {
  font-family: Proxima;
  src: url(../fonts/ProximaNovaRegular.otf);
}

body {
  font-family: Proxima, Arial, sans-serif;
  color: #7f8c8d;
  font-size: 14px;
  letter-spacing: 0.3px;
}

.container {
  margin: 0 auto;
  position: relative; }
  .container::after {
    content: '';
    display: block;
    clear: both; }

.be1-label {
	display: inline-block;
	background-color: #EEEEEE;
    color: gray;
    padding: 4px;
    border-radius: 4px;
	border: 1px solid #dadada;
}
.be1-label:hover,
.be1-label:focus {
	color: white;
	background-color: #00aab1;
	border-color: #1db3ba;
	outline: 0;
	text-decoration: none;
}
.be1-label-badge {
	display: inline-block;
	background-color: white;
	color: #00aab1;
	padding: 2px 3px;
    border-radius: 4px;
	font-size: 12px;
	border: 1px solid #dadada;
}
.be1-label:hover > .be1-label-badge {
	border-color: #1db3ba;
}
	
.btn2 {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
  background: #FF7C52;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  border: 0;
  outline: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: all .3s;
  -webkit-appearance: none;
  white-space: normal;
}


.btn2:hover {
    background: #e97e00;
    text-decoration: none;
    color: white;
}
	
.btn2[disabled] {
	cursor: not-allowed;
    opacity: .65;
}
.btn2[disabled]:hover {
	background-color: #FF7C52;
}

.btn2.btn2-green {
	background-color: #00AAB1;
}
.btn2.btn2-green:hover {
	background-color: #029195;
}

@-webkit-keyframes blinker {
  50% { opacity: 0.6; }
}

.animation-blinked {
  animation: blinker 1s linear infinite;
}
button.animation-blinked:hover,
button.animation-blinked:active,
button.animation-blinked:focus {
	animation: none;
}

.btn3 {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
  background: #00AAB1;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  border: 0;
  outline: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: all .3s;
  -webkit-appearance: none;
}

.btn3:hover {
  background: #01cad3;
  text-decoration: none;
  color: #fff;
}

.btn3[disabled] {
	cursor: not-allowed;
    opacity: .65;
}
.btn3[disabled]:hover {
	background-color: #00AAB1;
}

.btn4 {
  display: inline-block;
  background: #FF7C52;
  font-size: 15px;
  text-align: center;
  border: 0;
  outline: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: all .3s;
  -webkit-appearance: none;
}


.btn4:hover {
  background: #e97e00;
  text-decoration: none;
  color: white;
}

.btn4[disabled] {
  cursor: not-allowed;
  opacity: .65;
}
.btn4[disabled]:hover {
  background-color: #FF7C52;
}

.btn4.btn2-green {
  background-color: #00AAB1;
}
.btn4.btn2-green:hover {
  background-color: #029195;
}

.btn-sapphire {
	padding: 1px 10px;
	border-radius: 4px;
	border: 1.2px solid #4fc2c7;
	text-decoration: none;
}
.btn-sapphire:hover {
	border-color: #23527c;
}
.btn-sapphire:active,
.btn-sapphire:focus {
	text-decoration: none;
}

.text-blue {
    color: #029195;
}

h1, .h1 {
  font-size: 26px;
  color: #7f8c8d;
  margin: 10px 0;
}
h2, .h2 {
  font-size: 24px;
  color: #7f8c8d;
  margin: 10px 0;
}
h3, .h3 {
  font-size: 23px;
  color: #7f8c8d;
  margin: 10px 0;
}
h4, .h4 {
  font-size: 18px;
  color: #7f8c8d;
  margin: 5px 0;
}

p {
  font-weight: 200;
  color: #7f8c8d;
  font-size: 14px;
  line-height: 18px; }

a {
  color: #00aab1;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

b, strong {
  font-weight: bold; }

i, em {
  font-style: italic; }

.breadcrumbs {
	margin: 20px 0;
	border-radius: 5px;
	background-color: #f5f7f7;
	padding: 5px 15px;
	line-height: 25px;
}
.breadcrumbs a {
	display: inline-block;
}
.breadcrumbs .delimiter {
	display: inline-block;
	margin-left: 7px;
	margin-right: 7px;
}
.breadcrumbs .delimiter:before {
	content: '>';
}

.section_top_line {
  height: 41px; }
  .section_top_line .login-block {
    width: 250px;
    text-align: right;
    padding-right: 25px;
    float: right; }
    .section_top_line .login-block a {
      display: inline-block;
      width: 100px;
      padding-left: 22px;
      height: 41px;
      line-height: 41px;
      color: #7f8c8d;
      text-decoration: none;
      background: url(../images/icons.png) 0 0 no-repeat;
      text-align: left;
      font-size: 14px; }
      .section_top_line .login-block a.login {
        background-position: 0 14px; }
      .section_top_line .login-block a.register {
        background-position: 0 -78px; }
      .section_top_line .login-block a:hover {
        color: #2b2b2b; }
        .section_top_line .login-block a:hover.login {
          background-position: 0 -32px; }
        .section_top_line .login-block a:hover.register {
          background-position: 0 -124px; }

.section_header {
  border-top: 8px solid #029195; }

  .section_header .container {
    padding-right: 0px;
  }

  .section_header .logo {
    width: 155px;
    height: 55px;
    text-align: center;
    margin-top: -8px;
    background: #00aab1;
    position: relative;
    float: left; }
    .section_header .logo a {
      display: block;
      width: 155px;
      height: 55px;
      padding-top: 10px; }
    .section_header .logo::before {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 13px 145px 0 0;
      border-color: #029195 transparent transparent transparent;
      content: '';
      position: absolute;
      right: 0;
      bottom: -13px; }
    .section_header .logo::after {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 47px 10px 0 0;
      border-color: #029195 transparent transparent transparent;
      content: '';
      right: -10px;
      bottom: 0;
      position: absolute; }
  .section_header .menu {
    float: right;
    padding-top: 5px;
  }
.section_header .menu_more{
  float: right;
  padding-top: 5px;
}

.section_header .menu li {
  float: left;
  margin: 0 5px;
  position: relative; }

.section_header .menu li a.logout{
  border: 1px solid white;
  height: 30px;
  line-height: 30px;
  margin-top: 9px;
}

.section_header .menu li a.login{
  border: 1px solid white;
  height: 30px;
  line-height: 30px;
  margin-top: 9px;
}

.section_header .menu li a {
  font-size: 13px;
  font-weight: bold;
  height: 47px;
  line-height: 47px;
  color: #fff;
  padding: 0 13px;
  display: block;
  text-decoration: none;
  text-shadow: 0 0 2px #029195;
  vertical-align: middle; }

.section_header .menu li a:hover {
  transition: color .4s;
  color: #e5e7e9; }
.section_header .menu li a .arrow {
  width: 25px;
  background: url(../images/icons.png) 0 -228px no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 14px; }
.section_header .menu li ul {
  display: none;
  background: #00AAB1; /*029195*/
  position: absolute;
  right: -14px;
  top: 50px;
  z-index: 10; }
.section_header .menu li ul li {
  display: block;
  float: none;
  width: 205px;
  margin: 0; }
.section_header .menu li ul li a {
  background: transparent !important;
  padding: 0 20px;
  transition: background .4s; }
.section_header .menu li ul li a:hover {
  background: #029195 !important; }
.section_header .open_mobile_menu {
  display: none; }

.section_analiz {
  margin-top: 50px; }
.section_analiz .title {
  font-size: 16px;
  font-weight: bold;
  color: #029195;
  margin-bottom: 20px; }
.section_analiz .form {
  padding: 27px 15px 24px;
  background: #e5e7e9;
  width: 720px;
  float: left;
  margin-right: 5px; }
.section_analiz .form .textfield {
  float: left;
  width: 500px;
  height: 45px;
  border-radius: 3px;
  border: 1px solid #bdc3c7;
  padding: 12px 30px;
  line-height: 21px;
  font-size: 16px;
  color: #2b2b2b;
  overflow: hidden;
  outline: 0; }
.section_analiz .form .textfield::-webkit-input-placeholder {
  color: #7f8c8d;
  position: relative;
  transition: all .3s;
  opacity: 1; }
.section_analiz .form .textfield::-moz-placeholder {
  color: #7f8c8d;
  position: relative;
  transition: all .3s;
  opacity: 1; }
.section_analiz .form .textfield:-moz-placeholder {
  color: #7f8c8d;
  position: relative;
  transition: all .3s;
  opacity: 1; }
.section_analiz .form .textfield:-ms-input-placeholder {
  color: #7f8c8d;
  position: relative;
  transition: all .3s;
  opacity: 1; }
.section_analiz .form .textfield:focus::-webkit-input-placeholder {
  opacity: .1; }
.section_analiz .form .textfield:focus::-moz-placeholder {
  opacity: .1; }
.section_analiz .form .textfield:focus:-moz-placeholder {
  opacity: .1; }
.section_analiz .form .textfield:focus:-ms-input-placeholder {
  opacity: .1; }
.section_analiz .form .btn {
  float: right; }
.section_analiz .updates .title {
  font-size: 14px;
  margin-bottom: 0; }
.section_analiz .updates table {
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
  width: 260px;
  color: #2b2b2b; }
.section_analiz .updates table .ya {
  color: #ff3946; }
.section_analiz .updates table .last {
  font-size: 12px;
  color: #7f8c8d; }
.section_analiz .updates .chk-results {
  padding-left: 25px;
  background: url(../images/icons.png) 0 -184px no-repeat;
  color: #029195;
  text-decoration: none;
  line-height: 18px;
  display: inline-block;
  margin-top: 10px; }

.section_tools {
  padding-top: 30px;
}
.section_tools .favorite-tab {
    float: right;
}
.section_tools .favorite-tab a {
    margin-right: 0;
}
.tools-list .tool-favorite-btn {
    position: absolute;
    top: 50px;
    right: 30px;
    cursor: pointer;
    display: none;
}
.tools-list .tool:hover .tool-favorite-btn {
    display: block;
}
.tools-list .tool .tool-favorite-btn i {
    font-size: 18px;
    color: #ff9800;
}
.tools-list .tool.tool-favorite .tool-favorite-btn {
    display: block;
}
.tools-list .tool .tool-favorite-btn i:before {
    content: "\f006";
}
.tools-list .tool .tool-favorite-btn:hover i:before {
    content: "\f005";
}
.tools-list .tool.tool-favorite .tool-favorite-btn i:before {
    content: "\f005";
}
.section_tools .title {
  font-size: 16px;
  font-weight: bold;
  color: #029195;
  margin-bottom: 20px; }
.section_tools .tools::after {
  content: '';
  display: block;
  clear: both; }
.section_tools .tools .tool {
float: left;
text-align: center;
text-decoration: none;
color: #7f8c8d;
padding: 0 10px 20px;
height: 200px; }
.section_tools .tools .tool .ico {
  width: 65px;
  height: 70px;
  margin: 5px auto 0;
  background: url(../images/tools-icons.png);
  background-repeat: no-repeat; }

.analiz_ico_small {
  float: left;
  width: 55px;
  height: 55px;
  background: url(../images/tools-icons.png);
  background-repeat: no-repeat;
  margin-right: 5px;}

.section_tools .tools .tool .name {
  font-size: 14px;
  line-height: 18px;
  color: #2b2b2b;
  transition: color .3s; }
.section_tools .tools .tool .text {
  font-size: 12px;
  line-height: 18px; }
.section_tools .tools .tool:hover .name {
  color: #7f8c8d; }
.section_tools .tools .tool.t1 .ico {
  background: url(../images/analiz_kontenta.svg);
  background-repeat: no-repeat;
  background-size: 65px auto;
}
.section_tools .tools .tool.t1 .ico:hover {
  background: url(../images/analiz_kontenta_green.svg);
  background-repeat: no-repeat;
  background-size: 65px auto;
}
.section_tools .tools .tool.t2 .ico {
  background: url(../images/proverka_zagolovkov.svg);
  background-repeat: no-repeat;
  background-size: 65px auto;
}
.section_tools .tools .tool.t2 .ico:hover {
  background: url(../images/proverka_zagolovkov_green.svg);
  background-repeat: no-repeat;
  background-size: 65px auto;
}
.section_tools .tools .tool.t3 .ico {
  background: url(../images/skorost_zagruzki.svg);
  background-repeat: no-repeat;
  background-size: 65px auto;
}
.section_tools .tools .tool.t3 .ico:hover {
  background: url(../images/skorost_zagruzki_green.svg);
  background-repeat: no-repeat;
  background-size: 65px auto;
}
.section_tools .tools .tool.t4 .ico {
  background: url(../images/whois.svg);
  background-repeat: no-repeat;
  background-size: 65px auto;
}
.section_tools .tools .tool.t4 .ico:hover {
  background: url(../images/whois_green.svg);
  background-repeat: no-repeat;
  background-size: 65px auto;
}
.section_tools .tools .tool.t5 .ico {
  background: url(../images/antispam.svg);
  background-repeat: no-repeat;
  background-size: 65px auto;
}
.section_tools .tools .tool.t5 .ico:hover {
  background: url(../images/antispam_green.svg);
  background-repeat: no-repeat;
  background-size: 65px auto;
}
.section_tools .tools .tool.t6 .ico {
  background: url(../images/sozdanie_knopok.svg);
  background-repeat: no-repeat;
  background-size: 65px auto;
}
.section_tools .tools .tool.t6 .ico:hover {
  background: url(../images/sozdanie_knopok_green.svg);
  background-repeat: no-repeat;
  background-size: 65px auto;
}
.section_tools .tools .tool.t7 .ico {
  background: url(../images/shifrovanie_md5.svg);
  background-repeat: no-repeat;
  background-size: 65px auto;
}
.section_tools .tools .tool.t7 .ico:hover {
  background: url(../images/shifrovanie_md5_green.svg);
  background-repeat: no-repeat;
  background-size: 65px auto;
}
.section_tools .tools .tool.t8 .ico {
  background: url(../images/skorost_interneta.svg);
  background-repeat: no-repeat;
  background-size: 85px auto;
  width: 85px;
  background-position-y: -10px;
}
.section_tools .tools .tool.t8 .ico:hover {
  background: url(../images/skorost_interneta_green.svg);
  background-repeat: no-repeat;
  background-size: 85px auto;
  width: 85px;
  background-position-y: -10px;
}
.section_tools .tools .tool.t9 .ico {
  background: url(../images/favicon_generator.svg);
  background-repeat: no-repeat;
  background-size: 65px auto;
}
.section_tools .tools .tool.t9 .ico:hover {
  background: url(../images/favicon_generator_green.svg);
  background-repeat: no-repeat;
  background-size: 65px auto;
}
.section_tools .tools .tool.t10 .ico {
  background: url(../images/ocenka_toshnoti.svg);
  background-repeat: no-repeat;
  background-size: 65px auto;
}
.section_tools .tools .tool.t10 .ico:hover {
  background: url(../images/ocenka_toshnoti_green.svg);
  background-repeat: no-repeat;
  background-size: 65px auto;
}
.section_tools .tools .tool.t11 .ico {
  background: url(../images/analys_sajta.svg);
  background-repeat: no-repeat;
  background-size: 65px auto;
}
.section_tools .tools .tool.t11 .ico:hover {
  background: url(../images/analys_sajta_green.svg);
  background-repeat: no-repeat;
  background-size: 65px auto;
}
.section_tools .tools .tool.t12 .ico {
  background: url(../images/sravnenie_stranic.svg);
  background-repeat: no-repeat;
  background-size: 65px auto;
}
.section_tools .tools .tool.t12 .ico:hover {
  background: url(../images/sravnenie_stranic_green.svg);
  background-repeat: no-repeat;
  background-size: 65px auto;
}

.t13 .analiz_ico_small {
  background-position: -244px 2px;
  height: 35px;
  width: 43px;}
.t14 .analiz_ico_small {
  background-position: -246px -116px;
  height: 25px;
  width: 30px;  }
.t15 .analiz_ico_small {
  background-position: 5px -285px;
  width: 43px;}
.t16 .analiz_ico_small {
  background-position: -37px -285px;
  width: 40px;}
.t17 .analiz_ico_small {
  background-position: -79px -285px;
  width: 40px;}
.t18 .analiz_ico_small {
  background-position: -117px -285px;
  width: 40px;}
.t19 .analiz_ico_small {
  background-position: -239px -138px;
  height: 39px;
  width: 48px;}
.t19:hover .analiz_ico_small {
  background-position: -357px -246px;
  height: 39px;
  width: 48px;}
.t20 .analiz_ico_small {
  background-position: -246px -60px;
  height: 45px;
  width: 35px;}
.t21 .analiz_ico_small {
  background-position: -242px -210px;
  height: 35px;
  width: 43px;}
.t21:hover .analiz_ico_small {
  background-position: -359px -283px;
  height: 35px;
  width: 43px;}
.t22 .analiz_ico_small {
  background-position: -290px -5px;
  width: 85px;
  height: 35px;}
.t22_gray .analiz_ico_small {
  background-position: -290px -5px;
  width: 85px;
  height: 35px;
  opacity: 0.4;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);      }
.t23 .analiz_ico_small {
  background-position: -301px -76px;
  width: 105px;}
.t23_gray .analiz_ico_small {
  background-position: -301px -76px;
  width: 105px;
  opacity: 0.4;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);      }
.t24 .analiz_ico_small {
  background-position: -153px -281px;
  width: 25px;
  height: 30px;}
.t25 .analiz_ico_small {
  background-position: -177px -283px;
  width: 34px;
  height: 26px;}
.t26 .analiz_ico_small {
  background-position: -209px -308px;
  width: 41px;
  height: 30px;}
.t27 .analiz_ico_small {
  background-position: -163px -308px;
  width: 41px;
  height: 30px;}
.t28 .analiz_ico_small {
  background-position: -207px -283px;
  width: 34px;
  height: 26px;}
.t29 .analiz_ico_small {
  background-position: -282px -143px;
  height: 16px;
  width: 21px;}
.t30 .analiz_ico_small {
  background-position: -287px -158px;
  height: 13px;
  width: 21px;}
.t31 .analiz_ico_small {
  background-position: -284px -173px;
  height: 16px;
  width: 21px;}
.t32 .analiz_ico_small {
  background-position: -285px -190px;
  height: 19px;
  width: 21px;}
.t33 .analiz_ico_small {
  background-position: -310px -142px;
  height: 16px;
  width: 21px;}
.t34 .analiz_ico_small {
  background-position: -310px -159px;
  height: 16px;
  width: 21px;}
.t35 .analiz_ico_small {
  background-position: -310px -173px;
  height: 16px;
  width: 21px;}
.t36 .analiz_ico_small {
  background-position: -333px -143px;
  height: 16px;
  width: 21px;}
.t37 .analiz_ico_small {
  background-position: -333px -160px;
  height: 18px;
  width: 21px;}
.t38 .analiz_ico_small {
  background-position: -279px -214px;
  height: 32px;
  width: 44px;}
.t40 .analiz_ico_small {
  background-position: -284px -263px;
  height: 22px;
  width: 22px;}
.t41 .analiz_ico_small {
  background-position: -279px -287px;
  height: 32px;
  width: 43px;}
.t42 .analiz_ico_small {
  background-position: -315px -248px;
  height: 35px;}
.t43 .analiz_ico_small {
  background-position: -315px -286px;
  height: 35px;
  width: 48px;}
.t43:hover .analiz_ico_small {
  background-position: -315px -247px;
  height: 35px;
  width: 48px;}
.t44 .analiz_ico_small {
  background-position: -240px -285px;
  height: 32px;
  width: 43px;}
.t44:hover .analiz_ico_small {
  background-position: -281px -285px;
  height: 32px;
  width: 43px;}
.t45 .analiz_ico_small {
  background-position: -241px -246px;
  height: 32px;
  width: 44px;}
.t45:hover .analiz_ico_small {
  background-position: -284px -213px;
  height: 32px;
  width: 41px;}
.t46 .analiz_ico_small {
  background-position: -323px -212px;
  height: 35px;
  width: 35px;}
.t46:hover .analiz_ico_small {
  background-position: -245px -69px;
  height: 35px;
  width: 35px;}
.t47 .analiz_ico_small {
  background-position: -362px -213px;
  height: 35px;
  width: 43px;}
.t47:hover .analiz_ico_small {
  background-position: -245px 2px;
  height: 35px;
  width: 43px;}
.t48 .analiz_ico_small {
  background-position: -358px -140px;
  width: 45px;
  height: 30px;}
.t48_gray .analiz_ico_small {
  background-position: -358px -140px;
  width: 45px;
  height: 30px;
  opacity: 0.4;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);}
.t49 .analiz_ico_small {
  background-position: -358px -163px;
  width: 45px;
  height: 30px;}
.t49_gray .analiz_ico_small {
  background-position: -358px -163px;
  width: 45px;
  height: 30px;
  opacity: 0.4;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);  }
.section_tools .tools .tool.t50 .ico {
  background: url(../images/ip.svg);
  background-repeat: no-repeat;
  background-size: 65px auto;
}
.section_tools .tools .tool.t50 .ico:hover {
  background: url(../images/ip_green.svg);
  background-repeat: no-repeat;
  background-size: 65px auto;
}
.section_tools .tools .tool.t51 .ico {
  background: url(../images/sitecost.png);
  background-repeat: no-repeat;
  background-size: 65px auto;
}
.section_tools .tools .tool.t51 .ico:hover {
  background: url(../images/sitecost_green.png);
  background-repeat: no-repeat;
  background-size: 65px auto;
}
.t51 .analiz_ico_small {
  background: url(../images/sitecost_green.png);
  background-repeat: no-repeat;
  background-size: 40px auto;
  width: 40px;
}
.section_tools .tools .tool.t52 .ico {
  background: url(../images/virus.png);
  background-repeat: no-repeat;
  background-size: 65px auto;
}
.section_tools .tools .tool.t52 .ico:hover {
  background: url(../images/virus_green.png);
  background-repeat: no-repeat;
  background-size: 65px auto;
}
.t52 .analiz_ico_small {
  background: url(../images/virus_green.png);
  background-repeat: no-repeat;
  background-size: 40px auto;
  width: 40px;
}
.section_tools .tools .tool.t53 .ico {
  background: url(../images/antiplagiat_gray.png);
  background-repeat: no-repeat;
  background-size: 65px auto;
  background-position-y: 10px;
}
.section_tools .tools .tool.t53 .ico:hover {
  background: url(../images/antiplagiat_green.png);
  background-repeat: no-repeat;
  background-size: 65px auto;
  background-position-y: 10px;
}
.t53 .analiz_ico_small {
  background: url(../images/antiplagiat_green.png);
  background-repeat: no-repeat;
  background-size: 40px auto;
  width: 40px;
}

.background_icolist2{
  background: url(../images/ico_vir_list.jpg) 0 0 no-repeat;
  float: left;
}
.icolist01 .background_icolist2{
  background-position: -37px -36px;
  width: 50px;
  height: 50px;
}
.icolist02 .background_icolist2{
  background-position: -290px -210px;
  width: 50px;
  height: 50px;
}
.icolist03 .background_icolist2{
  background-position: -120px -290px;
  width: 50px;
  height: 50px;
}
.icolist04 .background_icolist2{
  background-position: -120px -120px;
  width: 50px;
  height: 50px;
}
.icolist05 .background_icolist2{
  background-position: -205px -207px;
  width: 50px;
  height: 50px;
}

.icolist06 .background_icolist2{
  background-position: -120px -207px;
  width: 50px;
  height: 50px;
}

.tools-list .tool {
	height: 180px;
}

.tools-list .tool a {
	width: 70px;
	height: 80px;
	margin: 0 auto;
	text-decoration: none;
	text-align: center;
	color: #2b2b2b;
}

.tools-list .tool i {
	font-size: 70px;
	color: #757777;
}

.tools-list .tool a:hover i {
	color: #00aab1;
}

.tools-list .tool .name {
	font-size: 14px;
	line-height: 18px;
	word-wrap: break-word;
}

.tools-list .tool a:hover .name {
	color: #7f8c8d;
}

.tools-list .tool .text {
	color: #7f8c8d;
	font-size: 12px;
	line-height: 12px;
}

.tools_icons2{
  background: url(../images/tools_icons2.png) 0 0 no-repeat;
  width: 70px;
  height: 80px;
  margin: 0 auto;
}
a.tools_icons2{
  text-decoration: none;
  text-align: center;
}
.tools_icons2 .name{
  color: #2b2b2b;
  font-size: 14px;
  line-height: 18px;
  word-wrap: break-word;
}
.tools_icons2:hover .name{
  color: #7f8c8d;
}
.tools_icons2 .text{
  color: #7f8c8d;
  font-size: 12px;
  line-height: 12px;
}
.tools_tab_content{
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.tools_new{
  background-image: url('../images/tools_new.png');
  background-repeat: no-repeat;
  background-position-x: 135px;
  background-size: 40px;
}
.bookmarklet_new{
  background-image: url('../images/tools_new.png');
  background-repeat: no-repeat;
  background-size: 40px;
  height: 50px;
  width: 50px;
  position: absolute;
  left: 340px;
  margin-top: 2px;
}

.tools_icons2 .ico01{ background-position: -117px  -15px;}
.tools_icons2:hover .ico01{background-position: -25px -15px;}

.tools_icons2 .ico02{ background-position: -750px  -15px;}
.tools_icons2:hover .ico02{background-position: -660px -15px;}

.tools_icons2 .ico03{ background-position: -335px  -15px;}
.tools_icons2:hover .ico03{background-position: -250px -15px;}

.tools_icons2 .ico04{ background-position: -527px  -303px;}
.tools_icons2:hover .ico04{background-position: -450px -303px;}

.tools_icons2 .ico05{ background-position: -530px  -210px;}
.tools_icons2:hover .ico05{background-position: -455px -210px;}

.tools_icons2 .ico06{ background-position: -335px  -210px;}
.tools_icons2:hover .ico06{background-position: -254px -210px;}

.tools_icons2 .ico07{ background-position: -525px -105px;}
.tools_icons2:hover .ico07{background-position: -448px -105px;}

.tools_icons2 .ico08{ background-position: -750px  -210px;}
.tools_icons2:hover .ico08{background-position: -662px -210px;}

.tools_icons2 .ico09{ background-position: -120px  -210px;}
.tools_icons2:hover .ico09{background-position: -32px -210px;}

.tools_icons2 .ico10{ background-position: -117px  -110px;}
.tools_icons2:hover .ico10{background-position: -29px -110px;}

.tools_icons2 .ico11{ background-position: -125px  -310px;}
.tools_icons2:hover .ico11{background-position: -26px -310px;}

.tools_icons2 .ico12{ background-position: -340px  -305px;}
.tools_icons2:hover .ico12{background-position: -256px -305px;}

.tools_icons2 .ico13{ background-position: -753px -115px;}
.tools_icons2:hover .ico13{background-position: -660px -115px;}

.tools_icons2 .ico14{ background-position: -330px  -108px;}
.tools_icons2:hover .ico14{background-position: -242px -108px;}

.tools_icons2 .ico15{ background-position: -535px  -15px;}
.tools_icons2:hover .ico15{background-position: -448px -15px;}

.tools_icons2 .ico16{ background-position: -745px  -304px;}
.tools_icons2:hover .ico16{background-position: -661px -304px;}

.tools_icons2 .ico17{ background-position: -115px  -395px;}
.tools_icons2:hover .ico17{background-position: -26px -395px;}

.cost01_background {  background-image: url(../images/cost_list_01.jpg);}
.cost02_background {  background-image: url(../images/cost_list_02.jpg);}
.cost_td{
  background-repeat: no-repeat;
  background-position: center;
  height: 100px;
  vertical-align: middle;
  color: black;
  font-weight: bold;
}

.setcion_news_artiles .content {
  position: relative;
  border-bottom: 3px solid #e5e7e9; }
  .setcion_news_artiles .content::after {
    content: '';
    display: block;
    clear: both; }
  .setcion_news_artiles .content::before {
    content: '';
    height: 100%;
    width: 0;
    position: absolute;
    left: 700px;
    top: 0; }
.setcion_news_artiles .title {
  font-size: 14px;
  color: #029195;
  font-weight: bold;
  margin-bottom: 15px; }
.setcion_news_artiles .news {
  float: left; }
.setcion_news_artiles .news .new {
  padding: 0 0 20px;
}
.setcion_news_artiles .news .new:last-child {
  border-bottom: 0; }
.setcion_news_artiles .news .new .title {
  font-size: 15px;
  color: #2b2b2b;
  text-decoration: none;
  font-weight: normal;
  margin: 0; }
.setcion_news_artiles .news .new .text {
  margin-top: 8px;
  font-size: 14px;
  line-height: 18px; }
.setcion_news_artiles .news .new .text .detail {
  background: url(../images/icons.png) 0 -270px no-repeat;
  display: inline-block;
  width: 20px;
  height: 14px; }
.setcion_news_artiles .news .new .meta {
  margin-top: 8px;
  font-size: 13px; }
.setcion_news_artiles .news .new .meta .url {
  display: inline-block;
  width: 130px; }
.setcion_news_artiles .news .new .meta .url a {
  color: #029195;
  text-decoration: none; }
.setcion_news_artiles .news .new .meta .time {
  display: inline-block;
  padding-left: 18px;
  background: url(../images/icons.png) 0 -733px no-repeat; }
.setcion_news_artiles .articles {
  float: left;
  margin-left: 10px;
}
.setcion_news_artiles .articles .article {
  margin-bottom: 20px; }
.setcion_news_artiles .articles .article .text {
  display: block;
  text-decoration: none;
  color: #2b2b2b;
  transition: color .3s;
  font-size: 15px;
  line-height: 18px; }
.setcion_news_artiles .articles .article .text:hover {
  color: #7f8c8d; }
.setcion_news_artiles .articles .article .site {
  margin-top: 10px;
  color: #7f8c8d;
  text-decoration: none;
  display: inline-block;
  font-size: 14px; }
.setcion_news_artiles .pagination_block {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  position: absolute;
  bottom: -32px; }
.setcion_news_artiles .pagination_block .news_pagination {
  float: left; }
.setcion_news_artiles .pagination_block .articles_pagination {
  float: left;
  width: 275px; }
.setcion_news_artiles .pagination_block a, .setcion_news_artiles .pagination_block span {
  display: inline-block;
  color: #7f8c8d;
  text-decoration: none;
  padding: 0 5px;
  vertical-align: middle; }
.setcion_news_artiles .pagination_block a:hover, .setcion_news_artiles .pagination_block span:hover {
  color: #00aab1; }
.setcion_news_artiles .pagination_block a.prev, .setcion_news_artiles .pagination_block a.next, .setcion_news_artiles .pagination_block span.prev, .setcion_news_artiles .pagination_block span.next {
  background: url(../images/icons.png) 0 -316px;
  width: 10px;
  height: 18px;
  vertical-align: middle;
  padding-right: 10px; }
.setcion_news_artiles .pagination_block a.next, .setcion_news_artiles .pagination_block span.next {
  background-position: 10px -367px;
  padding-left: 10px; }
.setcion_news_artiles .pagination_block span {
  color: #00aab1; }
.section_banner .container {
  padding: 20px 0;
  background: #e5e7e9;
  margin-top: 60px; }
.section_banner .container .text {
  font-weight: bold;
  width: 700px;
  float: left;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #029195;
  text-align: center; }

.section_text_blocks {
  margin-top: 60px; }
.section_text_blocks .block {
  width: 300px;
  float: left;
  margin-right: 50px; }
.section_text_blocks .block:last-child {
  margin-right: 0; }
.section_text_blocks .block .title {
  text-align: center;
  font-size: 14px;
  color: #2b2b2b; }
.section_text_blocks .block .text {
  margin-top: 12px;
  font-size: 14px;
  line-height: 18px; }

.section_footer {}

.section_footer .container {
      padding-right: 0px;
     }

.section_footer .container .top_line {
  margin-top: 26px;
  height: 38px;
  background: #029195;
  position: relative;
  z-index: 1; }
.section_footer .container .top_line::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 182px 23px 0 0;
  border-color: #029195 transparent transparent transparent;
  content: '';
  position: absolute;
  left: 0;
  top: 0; }
.section_footer .container .blocks {
  margin-left: 110px;
  margin-top: -38px;
  position: relative;
  z-index: 2;
  color: #fff; }
.section_footer .container .blocks .block-1 {
  float: left;
  width: 230px; }
.section_footer .container .blocks .block-1 .socials {
  margin-top: 48px; }
.section_footer .container .blocks .block-1 .socials a {
  width: 20px;
  height: 20px;
  background: url(../images/icons.png) 0 0 no-repeat;
  display: inline-block;
  margin-right: 30px; }
.section_footer .container .blocks .block-1 .socials a.inst {
  background-position: 0 -417px; }
.section_footer .container .blocks .block-1 .socials a.fb {
  background-position: 0 -470px; }
.section_footer .container .blocks .block-1 .socials a.vk {
  background-position: 0 -523px; }
.section_footer .container .blocks .block-1 .socials a:hover.inst {
  background-position: 0 -576px; }
.section_footer .container .blocks .block-1 .socials a:hover.fb {
  background-position: 0 -629px; }
.section_footer .container .blocks .block-1 .socials a:hover.vk {
  background-position: 0 -683px; }
.section_footer .container .blocks .block-1 .socials a:last-child {
  margin-right: 0; }
.section_footer .container .blocks .block-2 {
  float: left;
  width: 230px; }
.section_footer .container .blocks .block-3 {
  float: left;
  width: 230px; }
.section_footer .container .blocks .block-4 {
  float: left;
  width: 150px; }
.section_footer .container .blocks .copy {
  line-height: 38px;
  font-size: 14px; }
.section_footer .container .blocks .title {
  line-height: 38px;
  font-weight: bold; }
.section_footer .container .blocks ul.links {
  margin-top: 10px; }
.section_footer .container .blocks ul.links a {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-decoration: none; }
.section_footer .container .blocks ul.links a:hover {
  text-decoration: underline; }

.container2 {
  padding-left: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.about{
  display: inline-block;
  margin-left: 10px;
  text-decoration: none;
  -webkit-appearance: none;
  border: 0px;
  outline: none;
}
.about .ico{
  background-image: url('../images/about.png');
  height: 16px;
  width: 16px;
}

/* Tooltip container */
.my_tooltip {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.my_tooltip .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: #FFFAEB;
  color: #777575;
  text-align: left;
  padding: 5px 0;
  border-radius: 6px;
  border: 1px solid #D8D8D8;
  padding: 15px;
  font-size: 10pt;
  line-height: normal;
  top: -5px;
  left: 150%;
  position: absolute;
  z-index: 1;
}

.my_tooltip.top .tooltiptext {
	top: auto;
	bottom: -5px;
}
.my_tooltip.top .tooltiptext:after {
	top: auto;
	bottom: 3px;
}

.my_tooltip .tooltiptext100p {
  left: 100%;
  padding: 1px;
}

.my_tooltip .tooltiptextL {
  visibility: hidden;
  width: 300px;
  background-color: #FFFAEB;
  color: #777575;
  text-align: left;
  padding: 5px 0;
  border-radius: 6px;
  border: 1px solid #D8D8D8;
  padding: 15px;
  font-size: 10pt;
  top: -5px;
  right: 150%;
  position: absolute;
  z-index: 1;
}

.my_tooltip:hover .tooltiptext {
  visibility: visible;
}
.my_tooltip:hover .tooltiptextL {
  visibility: visible;
}
.my_tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 13px;
  right: 100%;
  margin-top: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent #D8D8D8 transparent transparent;
}
.my_tooltip .tooltiptextL::after {
  content: " ";
  position: absolute;
  top: 13px;
  right: -20px;
  margin-top: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent transparent #D8D8D8;
}
.block_tooltip {
  position: relative;
  display: inline-block;
}
.block_tooltip .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: #FFFAEB;
  color: #777575;
  text-align: left;
  padding: 5px 0;
  border-radius: 6px;
  border: 1px solid #D8D8D8;
  padding: 15px;
  font-size: 10pt;
  line-height: normal;
  top: -5px;
  left: 115%;
  position: absolute;
  z-index: 1;
}
.block_tooltip .tooltiptext100p {
  left: 100%;
  padding: 1px;
}
.block_tooltip .tooltiptextL {
  visibility: hidden;
  width: 300px;
  background-color: #FFFAEB;
  color: #777575;
  text-align: left;
  padding: 5px 0;
  border-radius: 6px;
  border: 1px solid #D8D8D8;
  padding: 15px;
  font-size: 10pt;
  top: -5px;
  right: 115%;
  position: absolute;
  z-index: 1;
}
.block_tooltip:hover .tooltiptext {
  visibility: visible;
}

.block_tooltip:hover .tooltiptextL {
  visibility: visible;
}
.block_tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 13px;
  right: 100%;
  margin-top: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent #D8D8D8 transparent transparent;
}
.block_tooltip .tooltiptextL::after {
  content: " ";
  position: absolute;
  top: 13px;
  right: -20px;
  margin-top: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent transparent #D8D8D8;
}
.avtor_tooltip {
  position: relative;
}
.avtor_tooltip:hover {
  background-color: #ecc683;
}

.avtor_tooltip .avtor_tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: #C6E8E9;
  color: #777575;
  text-align: left;
  padding: 5px 0;
  border-radius: 6px;
  border: 1px solid #D8D8D8;
  padding: 5px;
  font-size: 10pt;
  line-height: normal;
  top: -30px;
  position: absolute;
  z-index: 1;
}

.avtor_tooltip:hover .avtor_tooltiptext {
  visibility: visible;
}

.avtor_tooltip .avtor_tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 1px;
  border-width: 10px;
  border-style: solid;
  border-color: #D8D8D8 transparent transparent transparent;
}
.notHeight40{
  height: 40vh;
}
.notHeight75{
  height: 75vh;
}

@media (max-width: 1200px) {
  .section_header .menu {
    display: none;
    float: none;
    position: absolute;
    top: 38px;
    background: #00aab1;
    width: 100%;
    z-index: 1000; }
  .section_header .menu li {
    float: none;
    margin: 0;
    position: relative;
    width: 100%; }
  .section_header .menu li a {
    border-bottom: 1px solid #029195; }
  .section_header .menu li ul {
    width: 100%;
    top: 45px; }

  .section_header .open_mobile_menu {
    display: block;
    float: right;
    display: inline-block;
    cursor: pointer;
    margin: 5px;
	margin-top: 10px;
    cursor: pointer; }
  .section_header .open_mobile_menu .bar1, .section_header .open_mobile_menu .bar2, .section_header .open_mobile_menu .bar3 {
    width: 35px;
    height: 4px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s; }
  .section_header .open_mobile_menu.active .bar1 {
    -webkit-transform: rotate(-45deg) translate(-8px, 7px);
    transform: rotate(-45deg) translate(-8px, 7px); }
  .section_header .open_mobile_menu.active .bar2 {
    opacity: 0; }
  .section_header .open_mobile_menu.active .bar3 {
    -webkit-transform: rotate(45deg) translate(-7px, -7px);
    transform: rotate(45deg) translate(-7px, -7px); }
}

@media (max-width: 1024px) {
  .container {
    width: 750px; }
  .left_shadow_block{
    padding-right: 0px;
  }
  .center_shadow_block{
    padding-right: 0px;
    padding-left: 0px;
  }
  .right_shadow_block{
    padding-left: 0px;
  }
  a.about{
    display: none;
  }
  .input-group {
  }
  .notHeight40{
    height: 100%;
  }
  .notHeight75{
    height: 100%;
  }

  .section_header .menu li {
    margin: 0; }
    .section_header .menu li a {
      padding: 0 13px; }
    .section_header .menu li ul {
      right: 0; }

  .section_analiz .form {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 20px; }
    .section_analiz .form::after {
      content: '';
      display: block;
      clear: both; }
    .section_analiz .form .textfield {
      width: 540px; }
  .section_analiz .chk-results {
    margin-bottom: 20px; }

  .section_tools .tools .tool {
    height: 150px; }

  .setcion_news_artiles .content::before {
    left: 475px; }
  .setcion_news_artiles .news {
    /*width: 475px;*/
  }

  .section_banner {
    text-align: center; }
  .section_banner .container .text {
    width: 100%;
    float: none;
    margin: 0;
    line-height: 24px;
    padding: 10px 0;
    height: auto; }

  .section_text_blocks .block {
    width: 233px;
    margin-right: 25px; }

  .section_footer .container .blocks {
    margin-left: 60px; }
    .section_footer .container .blocks .block-1 {
      width: 180px; }
    .section_footer .container .blocks .block-2 {
      width: 180px; }
    .section_footer .container .blocks .block-3 {
      width: 180px; }
    .section_footer .container .blocks .block-4 {
      width: 150px; }
  .big_screen_only{
    display: none; }
}
@media (max-width: 880px) {
  .container {
    width: 620px; }

  .section_header .menu {
    display: none;
    float: none;
    position: absolute;
    top: 60px;
    background: #00aab1;
    width: 100%;
    z-index: 1000; }
  .section_header .menu li {
    float: none;
    margin: 0;
    position: relative;
    width: 100%; }
  .section_header .menu li a {
    border-bottom: 1px solid #029195; }
  .section_header .menu li ul {
    width: 100%;
    top: 45px; }
  .section_header .open_mobile_menu {
    display: block;
    float: right;
    display: inline-block;
    cursor: pointer;
    margin: 5px;
	margin-top: 10px;
    cursor: pointer; }
    .section_header .open_mobile_menu .bar1, .section_header .open_mobile_menu .bar2, .section_header .open_mobile_menu .bar3 {
      width: 35px;
      height: 4px;
      background-color: #fff;
      margin: 6px 0;
      transition: 0.4s; }
    .section_header .open_mobile_menu.active .bar1 {
      -webkit-transform: rotate(-45deg) translate(-8px, 7px);
      transform: rotate(-45deg) translate(-8px, 7px); }
    .section_header .open_mobile_menu.active .bar2 {
      opacity: 0; }
    .section_header .open_mobile_menu.active .bar3 {
      -webkit-transform: rotate(45deg) translate(-7px, -7px);
      transform: rotate(45deg) translate(-7px, -7px); }

  .section_analiz .form {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 20px; }
  .section_analiz .form::after {
    content: '';
    display: block;
    clear: both; }
  .section_analiz .form .textfield {
    width: 410px; }
  .section_analiz .chk-results {
    margin-bottom: 20px; }

  .section_tools .tools .tool {
    height: 170px; }

  .setcion_news_artiles .content {
    padding-bottom: 10px; }
    .setcion_news_artiles .content::before {
      display: none; }
  .setcion_news_artiles .news {
    width: 100%;
    margin: 0; }
  .setcion_news_artiles .articles {
    width: 100%;
    margin: 30px 0 0; }
  .setcion_news_artiles .pagination_block {
    position: static; }

  .section_text_blocks .block {
    width: 100%;
    margin: 0 0 30px; }
    .section_text_blocks .block:last-child {
      margin-bottom: 0; }

  .section_footer .container .blocks {
    margin-left: 40px; }
    .section_footer .container .blocks .block-1 {
      width: 130px; }
      .section_footer .container .blocks .block-1 .socials a {
        margin-right: 20px; }
    .section_footer .container .blocks .block-2 {
      width: 160px; }
    .section_footer .container .blocks .block-3 {
      width: 160px; }
    .section_footer .container .blocks .block-4 {
      width: 120px; }
}
@media (max-width: 640px) {
  .container {
    width: 98%; }
  .container2 {
    padding-left: 5px; }
  .faq{
    height: 75vh;
  }

  .section_analiz .form {
    text-align: center; }
  .section_analiz .form .textfield {
    text-align-last: auto;
    width: 100%;
    margin: 0 0 15px; }
  .section_analiz .form .btn {
    float: none; }

  .section_footer .container {  }
    .section_footer .container .blocks .block-1,
    .section_footer .container .blocks .block-2,
    .section_footer .container .blocks .block-3,
    .section_footer .container .blocks .block-4 {
      width: 50%; }
    .section_footer .container .blocks .block-3,
    .section_footer .container .blocks .block-4 {
      margin-top: 10px; }
}
@media (max-width: 480px) {
  .container {
    width: 98%; }
  .container2 {
    padding-left: 5px; }
  .faq{
    height: 100%;
  }

  .section_top_line .login-block {
    width: 100%;
    padding: 0; }
  .section_top_line .login-block a.login {
    float: left; }
  .section_top_line .login-block a.register {
    float: right;
    width: 110px;
    text-align: right; }

  .section_footer .container {  }
  .section_footer .container .blocks .block-1,
  .section_footer .container .blocks .block-2,
  .section_footer .container .blocks .block-3,
  .section_footer .container .blocks .block-4 {
    width: 100%;
    margin: 0 0 10px; }
  .section_footer .container .blocks .block-1 .socials {
    margin-top: 21px; }
}
.ya{
  color:red;
}

.q_red{color:#d42a4d;}
.g_blue{color:#5e72b7;}
.g_red{color:#ec4f4a;}
.g_yel{color:#f7b31e;}
.g_green{color:#508963;}
.col_green2{color: #489D1E;}
.col_orang{color:#F47264}
.col_orang > span{color:#7f8c8d}
.col_orang2{color: #FF7C52;}
.col_red2{color: #CC5B44;}
.col_w_green{color: #00AAB1}
/*.col_w_green > span{color:#7f8c8d}*/
.white{color: white;}
.gray{color: #7f8c8d;}
.gray2{color: #787576;}
.gray2:hover{color: #787576;}
.gray3{color: #EEEEEE;}
.gray4{color: #323737;}
.black{color: black;}
.black2{color: #152539;}
.beruza{color: #7FD4D8;}
.background_gray { background-color: #F7F7F7;}
.background_gray3 { background-color: #EEEEEE;}
.background_gray4 { background-color: #787576;}
.background_gray5 { background-color: #F5F5F5;}
.background_gray6 { background-color: #f5f7f7;}
.background_white { background-color: #FFFFFF;}
.background_gray_light{background-color: #7FD4D8;}
.background_gray_light2{background-color: #D0EFF0;}
.background_orang{background-color: #FF7C52;}
.background_w_green{background-color: #00AAB1}
.background_orang2{background-color: #f0dfc1}
.background_vk{background-color: #597DA3; color: white;}
.background_fb{background-color: #3B5998; color: white;}
.background_tw{background-color: #55ACEE; color: white;}
.background_yt{background-color: #D8362A; color: white;}
.background_ins{background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%); color: white;}
.background_yellow1{background-color: #FEFACB;}
.color_vk{color: #597DA3;}
.color_fb{color: #3B5998;}
.color_tw{color: #55ACEE;}
.color_yt{color: #D8362A;}
.color_ins{color: black;}

:root {
  --color-white1: #f5f7f7; /* подложка робочого фону, подложка для кількості коментарів*/
  --color-white2: #d2e0e2; /* колір рамки в 1 піксель для плашки сервісу*/
  --color-white3: #e7eeef; /* колір підсвітки для плашки сервісу, колір фону для значка коментарів*/
  --color-blue1:  #b3cbce; /* розділювальні полоси між сайдбаром і шапкою*/
  --color-blue2:  #00aab1; /* колір голубих кнопок, активного тексту, посилань і т.д., обводка для пагінації*/
  --color-blue3:  #aac5c9; /* неактивний текст скрізь (по сайту)*/
  --color-blue4:  #0E8B90;
  --color-orang1: #ff7c52; /* оранжеві кнопки, зірочки*/
  --color-gray2:  #7f8c8d; /* звичайний текст*/
  --color-gray3:  #323737; /* заголовки*/
  --color-gray4:  #152539; /* заголовки2*/
}

.comment_color1{
  color: #84CC60;
}
.comment_color2{
  color: #FFBB59;
}
.comment_color3{
  color: #EE5858;
}

.border_color_white{  border-color: #ffffff;}

div.top_meta
{
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.google {
  font: Georgia, 'Times New Roman', Times, serif;
  text-indent: 0px;
}
.google span:nth-child(1) {color: #133BC1;}
.google span:nth-child(2) {color: #E33B21;}
.google span:nth-child(3) {color: #E6B500;}
.google span:nth-child(4) {color: #4BCE54;}
.google span:nth-child(5) {color: #0048E3;}
.google span:nth-child(6) {color: #E33B21;}

.yandex {
  text-indent: 0px;
  display: inline-block;
}
.yandex:first-letter { color: #ff0000; }

table.qwickw{
  background:#fff;
  font-size:11px;
  color:#485160;
}
table.qwickw tbody{
  overflow:scroll;
}
table.qwickw tr{
  background:#fff;
}
table.qwickw tr.grey{
  background:#f0f0f0;
}
table.qwickw th{
  background:#d9d9d9;
  border:1px solid #fff;
  padding:0 10px;
  text-align:left;

  line-height:34px;
}
table.qwickw td{
  padding:0 10px;
  border:1px solid #fff;
  height:34px;
  line-height:34px;
  vertical-align:middle;
}

table.result {
  font-size: 14px;
  color: #485160;
}
table.result th {
  background: #4CC3C8;
  border: 1px solid #CCCACE;
  padding: 0 10px;
  text-align: left;
  line-height: 34px;
  color: white;
}
table.result td {
  padding: 0 10px;
  border: 1px solid #fff;
  height: 35px;
  line-height: 20px;
  vertical-align: middle;
}
table.result  tr:nth-child(2n+1){
}
table.result  tr:nth-child(2n){
  background: #E5F6F7;
}

table.result2 {
  font-size: 14px;
  color: #485160;
  border-collapse: inherit;
  border-spacing: 0px;
}
table.result2 th {
  background: #EFF3F3;
  padding: 15px 10px;
  text-align: left;
  line-height: 22px;
  color: #4CC3C8;
}
table.result2 td {
  padding: 0 10px;
  border-bottom: 1px solid #d9d9d9;
  height: 40px;
  line-height: 20px;
  vertical-align: middle;
}

table.result2  tr:nth-child(2n+1){
}
table.result2  tr:nth-child(2n){
}
table.result2  tr:last-child td{
  border-bottom: none;
}

table.def {
  margin-top: 15px;
}
table.def tr {
    height: 30px;
  }


.topmi{
  background:#fcf0bb;
  border:1px solid #ecd988;
  padding:5px 15px;
  margin-bottom:27px;
}

.tablic {
  border: 1px solid #d9d9d9;
  height: 100%;
}
.tablic::-webkit-scrollbar {
  width: 12px;
  background-color: #0A4995;
}

.tablic::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
}

.tablic::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.left_monitor_top span {
  color: #a01630;
}

.left_monitor {
  width: 400px;
  float: left;
  margin-right: 60px;
}
.right_monitor {
  float: left;
  width: 330px;
}

.ravno {
  float: left;
  font-size: 14px;
  font-weight: bold;
  padding: 0 20px;
  margin-top: 20px;
}

.polee {
  float: left;
  vertical-align: middle;
  display: table-cell;
  width: 50px;
}

.ico_1 {
  background: url(../images/icon_mi.png) no-repeat scroll left 0;
}
.ico_2 {
  background: url(../images/icon_mi.png) no-repeat scroll left -50px;
}
.ico_3 {
  background: url(../images/icon_mi.png) no-repeat scroll left -100px;
}
.ico_4 {
  background: url(../images/icon_mi.png) no-repeat scroll left -150px;
}
.ico_5 {
  background: url(../images/icon_mi.png) no-repeat scroll left -200px;
}
.ico_6 {
  background: url(../images/icon_mi.png) no-repeat scroll left -250px;
}
.ico_7 {
  background: url(../images/icon_mi.png) no-repeat scroll left -300px;
}

ul.aleksa_menu {
  float: left;
  margin-right: 30px;
}

ul.hi li{
  margin-top: 10px;
}

.imac {
  background: url(../images/imac.png);
  width: 277px;
  height: 310px;
  padding: 10px 0 0 0;
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 378px;
  overflow-x: hidden;
  margin-top: 15px;
  margin-left: 265px;
  transition: all 1000ms;
}
.imacmove {
  margin-left: 0px;
}


.qulit {
  padding-left: 150px;
  min-width: 1000px;
}
.section_seo_text{
  margin-top: 8px;
}

.analiz_title{
  font-size: 1.3em;
}
.abzac{
  text-indent: 20px;
}
.result_analiz
{
  padding-left: 302px;
  padding-bottom: 100px;
  padding-top: 30px;
  min-width: 1000px;
}

.fixed {
  position: fixed;
  top: 30px;
}
.sideLeft {
  float: left;
  margin-top: 140px;
  position: absolute;
  left: -150px;
}

.modal-dialog-login{
  width: 400px;
}

@media screen  and (min-width: 1437px){
  .sideLeft {
    display: inline;
  }
  .schort_block{
    min-height: 75vh;
  }
}

@media screen  and (max-width: 1025px){
  .sideLeft {
    display: none;
  }
}

@media screen  and (min-width: 993px) {
  .height80adaptiv {
    height: 80px;
  }
  .height226adaptiv {
    height: 226px;
  }

  .height460adaptiv{
    height: 410px;
  }
  .padding_bottom190{padding-bottom: 190px;}
  .padding_bottom115{padding-bottom: 115px;}
  .font_visrepadaptiv{font-size: 16px; color: #323737;}
  .width20padaptiv{width: 20%;}
  .width350adaptiv {width: 350px;}
  .height130adaptiv{height: 130px;}
  .height150adaptiv{height: 150px;}
  .height159adaptiv{height: 159px;}

  .plagiat_block_02{
      top: -120px;
      position: absolute;
  }
}

@media screen  and (max-width: 992px) {
  .height80adaptiv {
    height: 100%;
  }
  .height226adaptiv {
    height: 100%;
  }
  .height460adaptiv{
    height: 100%;
  }
  .height159adaptiv{
    height: 159px;
  }
  .padding_bottom190{padding-bottom: 10px;}
  .padding_bottom115{padding-bottom: 10px;}
  .font_visrepadaptiv{font-size: 1.3em;}
  .my_tooltip{display: none;}
  .formanaliz_fon_bookmarklet{height: 310px;}
  .width350adaptiv {width: 50%;}
  .modal-dialog-login {width: 90%;}
  .tools_new{background-image: inherit;}
}

.right {
  float: right;
}

#content table {border-collapse:collapse}
#content td {padding:4px 10px}
#content th {background:#e9e9e9; padding:5px 10px}
.tdata {
  text-align: left;
}
.percent {
  font-size: 11px;
  color: #169102;
  margin-left: 8px;
}
.percent2 {
  font-size: 11px;
  color: silver;
  margin-left: 8px;
}

ul.nav_menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
li.nav_menu a.nav_menu {
  display: block;
  color: #7f8c8d;
  padding: 8px 0 8px 16px;
  text-decoration: none;
}
/* Change the link color on hover */
li.nav_menu a.nav_menu:hover {
}
li.nav_menu:last-child {
  border-bottom: none;
}

.sticky {
   position: fixed;
   z-index: 101;
}
.stop {
  position: relative;
  z-index: 101;
}

ol {
  padding-left: 1em;
}

ol li {

}

ul.defis li:before {
  content: "- ";
}
ul.defis li {
  margin-top: 5px;
}

ul.point{
  list-style-type: disc;
  padding-left: 1em;
}
ul.point li {
  margin-top: 5px;
  margin-left: 0.5em;
}

.why_blocks .why_block {
  width: 33.333%;
  float: left;
  text-align: center;
}
.why_blocks .why_block .ttl {
  font-size: 14px;
  color: black;
}

.why_blocks .why_block .ico {
  width: 100px;
  height: 63px;
  margin: 0 auto;
  background: url("../images/why-icons2.png") 0 0 no-repeat;
  margin-top: 25px;
}

.why_blocks .why_block.w1 .ico {
  background-position: 10px 0;
}
.why_blocks .why_block.w2 .ico {
  background-position: -200px 0;
}
.why_blocks .why_block.w3 .ico {
  background-position: -400px 0;
}

.why_blocks .why_block .text {
  font-size: 12px;
  width: 300px;
  margin: 0 auto;
  line-height: 1.3;
  font-weight: 200;
  margin-top: 15px;
}

abbr span {
  display: none
}
abbr:hover span {
  border: #c0c0c0 1px dotted;
  padding: 5px 20px 5px 5px;
  display: block;
  z-index: 100;
  background: #f0f0f0 no-repeat 100% 5%;
  left: 0px;
  margin: 10px;
  color: black;
  position: absolute;
  text-decoration: none
}
ol.numeric li {
  margin-top: 5px;
}
ul.disc {
  list-style-type:disc;
  padding-left: 1em;
}
ul.disc li {
  margin-top: 5px;
}

div.header2{
  border-top: 0px;
  background-color: #00AAB1;
  height: 60px;
}
div.footer2{
  border-top: 0px;
  background-color: #00AAB1;
  height: 120px;
  padding-top: 30px;
}
div.footer3{
  border-top: 0px;
  background-color: #494949;
  color: white;
}
div.menu2{
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  padding-left: 10px;
}
.leftMenu{
  float: none;
  margin: auto;
}
div.formanaliz_fon{
  background-size: cover;
  background-image: url("../images/fon.jpg");
  background-repeat: no-repeat;
  width: 100%;
  padding: 1px;
  text-align: center;
}
div.formanaliz_fon_favicon {
  background-image: url("../images/header_favicon.png");
  background-repeat: no-repeat;
  width: 100%;
  padding: 1px;
  text-align: center;
  background-position-x: center;
}
div.formanaliz_fon_main{
    background-image: url("../images/main_fon.jpg");
    background-repeat: no-repeat;
    padding: 1px;
    text-align: center;
    background-position-x: center;
}
div.formanaliz_fon_main2{
  background-image: url("../images/main_fon2.jpg");
  background-repeat: no-repeat;
  padding: 1px;
  text-align: center;
  background-position-x: center;
}

div.formanaliz_fon_virus{
  background-image: url("../images/proverka-saitov-na-virus.jpg");
  background-repeat: no-repeat;
  width: 100%;
  padding: 1px;
  text-align: center;
  background-position-x: center;
  height: 320px;
}

div.formanaliz_fon_bookmarklet{
  background-image: url("../images/main_fon_bookmarklet.jpg");
  background-repeat: no-repeat;
  padding: 1px;
  text-align: center;
  background-position-x: center;
  padding-top: 10px;
}

div.formanaliz_fon_antispam{
  background-image: url("../images/main_fon_antispam.png");
  background-repeat: no-repeat;
  padding: 1px;
  text-align: center;
  background-position-x: center;
}

div.formanaliz_fon_vfacen{
  background-image: url("../images/main_fon_vfacen.jpg");
  background-repeat: no-repeat;
  padding: 1px;
  text-align: center;
  background-position-x: center;
}

div.fon_kirpichi{
  background-image: url("../images/proverka-saitov-na-virus_block.jpg");
  background-repeat: repeat-x;
}
div.fon_kirpichi_favicon{
  background-image: url("../images/header_favicon_kirpichi.png");
  background-repeat: repeat-x;
}
div.fon_main_kirpichi{
  background-image: url("../images/main_block.jpg");
  background-repeat: repeat-x;
}
div.fon_bookmarklet_kirpichi{
  background-image: url("../images/bookmarklet_block.jpg");
  background-repeat: repeat-x;
}
div.fon_antispam_kirpichi{
  background-image: url("../images/antispam_block.jpg");
  background-repeat: repeat-x;
}
div.fon_vfacen_kirpichi{
  background-image: url("../images/vfacen_block.jpg");
  background-repeat: repeat-x;
}
div.fon_main_kirpichi2{
  background-color: #080E1C;
  background-repeat: repeat-x;
}

div.formanaliz_fon_header{
  background-image: url("../images/otvet-servera.jpg");
  background-repeat: no-repeat;
  width: 100%;
  padding: 1px;
  text-align: center;
  background-position-x: center;
}

div.fon_kirpichi_otvet_servera{
  background-image: url("../images/otvet-servera_block.jpg");
  background-repeat: repeat-x;
}

div.fon_redirect{
  background-image: url("../images/fon_redirect.png");
  background-repeat: no-repeat;
  text-align: center;
  background-position-x: center;
}
div.fon_redirect_kirpichi{
  background-image: url("../images/fon_redirect_kirpichi.png");
  background-repeat: repeat-x;
}

@media screen  and (min-width: 1070px) {
  div.formanaliz_fon{
  }
  .formanaliz_fon_main{
    height: 379px;
  }
  .formanaliz_fon_main2{
    height: 600px;
  }
  .formanaliz_fon_bookmarklet{
    height: 310px;
  }
}

img.awglogo{
  margin: auto;
  display: block;
  float: right;
}
img.logo2{
  padding-top: 10px;
}

img.logo_footer{
  padding-top: 10px;
  margin-right: 10px;
}

div.logo2_old {
  float: left;
}
div.logo2{
  float: left;
  margin-top: 6px;
  background-image: url("/template/be1/images/be1_1.svg");
  background-repeat: no-repeat;
  background-position: center;
  height: 46px;
  width: 90px;
}
div.logo3{
  float: left;
  width: 260px;
}
div.logo4{
  float: left;
  width: 660px;
  text-align: center;
}
input.fieldseach {
  float: left;
  width: 500px;
  height: 45px;
  border-radius: 3px;
  border: 1px solid #bdc3c7;
  padding: 12px 30px;
  line-height: 21px;
  font-size: 16px;
  color: #2b2b2b;
  overflow: hidden;
  outline: 0;
}

form.search{
  margin: auto;
}

@media screen  and (min-width: 1070px) {
  form.search{
    width: 700px;
  }
}

div.copy{
  padding-top: 7px;
}

div.droducer{
  padding-top: 3px;
  float: right;
}

div.block_title{
  text-align: center;
  border-bottom: 1px solid rgb(224, 224, 224);
  margin-bottom: 25px;
}

div.why_value{
  font-size: 2em;
}
div.domen_value{
  font-size: 13px;
  margin-top: 5px;
}

.white_block_shadow{
  border-color: #ddd;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-sizing: border-box;
  padding: 40px 40px 40px 40px;
  max-width: 1165px;
  margin: 0 auto;
}

.white_block_gray{
  border: 3px solid #E7EEEF;
  background-color: #FFFFFF;
}

div.description:first-letter{
  text-transform: uppercase;
}
div.description{
  margin-bottom: 30px;
  line-height: 1.5em;
  padding-left: 20px;
}
div.keywords{
  display: inline-block;
  margin-right: 8px;
  border: 1px solid;
  margin-bottom: 6px;
  padding: 4px 10px 4px 10px;
  font-size: 8pt;
}
td.li{
  vertical-align: top;
}

div.analiz_title_grey{
  margin-bottom: 20px;
  border-bottom: 1px solid #E0E0E0;
  padding-top: 10px;
}
div.analiz_title_grey .text{
  font-size: 1.3em;
}
div.cursor_button
{
  cursor: pointer;
}
.cursor_hand
{
  cursor: pointer;
}
.cursor_down
{
  cursor: s-resize;
}

div.label1 {
  float: left;
  width: 165px;
}
div.label1_value {
  margin-bottom: 10px;
  text-align: right;
  overflow: hidden;
}
div.label2{
  float: left;
  width: 150px;
  margin-bottom: 10px;
}
div.label3{
  float: left;
  width: 130px;
  margin-bottom: 10px;
}
.text_analiz_ico{
  font-size: 9pt;
}
div.unic_text_result{
  height: 250px;
  overflow-x: hidden;
}
div.nausea_text_result{
  height: 240px;
  overflow-y: hidden;
  overflow-x: hidden;
}

.ico_analiz_saita {
  background-image: url("../images/analys_sajta_green.svg");
  background-repeat: no-repeat;
  background-size: auto;
  height: 60px;
  width: 60px;
}
.ico_informaciya_o_saite {
  background-image: url("../images/informatciya_o_sajte.svg");
  background-repeat: no-repeat;
  background-size: auto;
  height: 40px;
  padding-right: 0px;
  width: 40px;
}
.ico_perejti_na_sajt {
  background-image: url("../images/perejti_na_sajt.svg");
  background-repeat: no-repeat;
  background-size: auto;
  height: 20px;
}

.ico_keywords {
  background-image: url("/template/be1/images/keywords.svg");
  background-repeat: no-repeat;
  background-size: auto;
  height: 30px;
  width: 16px;
}

.ico_pozitciya {
  background-image: url("../images/pozitciya.svg");
  background-repeat: no-repeat;
  background-size: auto;
  height: 30px;
}

.ico_logo_ya {
  background-image: url("../images/yandex_logo.svg");
  background-repeat: no-repeat;
  background-size: auto;
}

.ico_logo_ya_gray {
  background-image: url("../images/yandex_logo.svg");
  background-repeat: no-repeat;
  background-size: auto;
  opacity: 0.4;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.ico_logo_google {
  background-image: url("../images/Logo_Google.svg");
  background-repeat: no-repeat;
  background-size: auto;
}

.ico_logo_google_gray {
  background-image: url("../images/Logo_Google.svg");
  background-repeat: no-repeat;
  background-size: auto;
  opacity: 0.4;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.ico_logo_mi {
  background-image: url("../images/Logo_MegaIndex.svg");
  background-repeat: no-repeat;
  background-size: auto;
}

.ico_vidimost {
  background-image: url("../images/vidimost_sajta.svg");
  background-repeat: no-repeat;
  background-size: auto;
  height: 30px;
}

.ico_links {
  background-image: url("../images/ssylki.svg");
  background-repeat: no-repeat;
  background-size: auto;
  height: 30px;
}

.ico_logo_alexa {
  background-image: url("../images/alexa.svg");
  background-repeat: no-repeat;
  background-size: auto;
  height: 50px;
}

.ico_whois {
  background-image: url("../images/whois_green.svg");
  background-repeat: no-repeat;
  background-size: auto;
  height: 40px;
}

.ico_competitors {
  background-image: url("../images/konkurent.svg");
  background-repeat: no-repeat;
  background-size: auto;
  height: 38px;
}

.ico_sitecost {
  background-image: url("../images/sitecons.svg");
  background-repeat: no-repeat;
  background-size: auto;
  height: 38px;
}

.ico_perejti_na_sajt {
  background-image: url("../images/perejti_na_sajt.svg");
  background-repeat: no-repeat;
  background-size: auto;
  height: 20px;
  float: left;
  display: inline-block;
  width: 20px;
  margin-left: 10px;
}

.ico_cost {
  background-image: url("../images/sitecost_green.png");
  background-repeat: no-repeat;
  background-size: 30px;
  height: 30px;
  width: 30px;
}

.line {
  border-bottom: 1px solid rgb(224, 224, 224);
  width: 100%;
  height: 2px;
}
.text_center{
  text-align: center;
}

span.h2 {
  font-size: 24px;
  color: #787576;
  margin: 10px 0;
}
span.h3 {
  font-size: 23px;
  color: #787576;
  margin: 10px 0;
}

span.h4 {
  font-size: 18px;
  color: #787576;
  margin: 5px 0;
}

img.companaliz_logo {
  margin-top: 20px;
  margin-bottom: 5px;
  height:100px
}

div.companaliz_logo {
  margin-top: 20px;
  margin-bottom: 5px;
  height:100px;
  background-image: url("/template/be1/images/logo.svg");
  background-repeat: no-repeat;
  background-position: center;
}

img.companaliz_logo2 {
  margin-top: 60px;
  margin-bottom: 5px;
  height:100px
}


img.why_li{
  padding-right: 10px;
  margin-bottom: 15px;
}

img.shot{
  padding-left: 15px;
  padding-top: 5px;
  height: 195px;
}
img.shotload{
  width:300px;
  height: 200px;
  padding-left: 13px;
}

a.nonedecoration{
  text-decoration: none;
}

div.icokeywords{
  padding-right: 0px;
  padding-left: 0px;
  width: 35px;
  padding-top: 4px;
}
div.setkeywords{
  padding-left: 20px;
  padding-right: 30px;
}
div.analizspeedpage{
  height: 60px;
}

div.grayicosection{
  width: 50px;
  padding-right: 0px;
}
div.graytextsection{
  padding-left: 5px;
}
div.graytextsection > text{
  display: inline-block;
}
div.miseologo{
  width: 34%;
  height: 44px;
  padding-top: 10px;
}
div.total{
  border-top: 1px solid #E0E0E0;
  margin-top: 20px;
  padding-top: 5px;
}
div.dataempty{
  font-size: 2em;
  color: #FF7C52;
  text-align: center;
  top: 30%;
  z-index: 1;
}
div.barchart_competitors{
  z-index: 2;
}

ul.stat{
  list-style-image: url("../images/stat_li.png");
  margin-left: 30px;
}
ul.stat li{
  padding: 3px;
}

.ajax_loader_content{
  padding-left: 15px;
  padding-top: 5px;
}

.myvideo {
  position:relative;
  padding-bottom:56.25%;
  padding-top:30px;
  height:0;
  overflow:hidden;
  border:1px solid #ccc;
}
.myvideo iframe,.myvideo object,.myvideo embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

ul.disc {
  list-style-type:disc;
}

.main_img_01{
  height: 80px;
  top: -10px;
  position: relative;
}
.main_img_02{
  background-image: url(/template/be1/images/main_08.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 160px;
  width: 100%;
  text-align: center;
}
.main_img_05{
  background-image: url(/template/be1/images/main_05.jpg);
  background-repeat: no-repeat;
  background-color: #F7F7F7;
  background-size: cover;
  height: 44px;
  width: 100%;
  text-align: center;
}
.main_img_06{
  background-image: url(/template/be1/images/main_06.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 55px;
  width: 100%;
  text-align: center;
}
.main_ico01{
  background-image: url(/template/be1/images/main_01.png);
  background-repeat: no-repeat;
  background-size: 80%;
  height: 105px;
}
.main_ico02{
  background-image: url(/template/be1/images/main_02.png);
  background-repeat: no-repeat;
  background-size: 80%;
  height: 105px;
}
.main_ico03{
  background-image: url(/template/be1/images/main_03.png);
  background-repeat: no-repeat;
  background-size: 80%;
  height: 105px;
}
.main_ico04{
  background-image: url(/template/be1/images/main_04.png);
  background-repeat: no-repeat;
  background-size: 80%;
  height: 105px;
}
.main_ico09{
  background-image: url(/template/be1/images/main_09.png);
  background-repeat: no-repeat;
  background-size: 100px;
  height: 100px;
  background-position-x: center
}
.main_ico10{
  background-image: url(/template/be1/images/main_10.png);
  background-repeat: no-repeat;
  /*background-size: 80%;*/
  height: 50px;
  width: 50px;
}
.main_ico11{
  background-image: url(/template/be1/images/main_11.png);
  background-repeat: no-repeat;
  /*background-size: 80%;*/
  height: 50px;
  width: 50px;
}
.main_ico12{
  background-image: url(/template/be1/images/main_12.png);
  background-repeat: no-repeat;
  /*background-size: 80%;*/
  height: 50px;
  width: 50px;
}

.header_cod1{
  margin: 0 auto;
  width: 190px;
}
.header_cod1 .round_bg{
  background-image: url(/template/be1/images/header_bg_01.png);
  background-repeat: no-repeat;
  height: 135px;
  width: 135px;
  margin: 0 auto;
}
.header_cod1 .header_cod_title{
  font-size: 18px;
  margin-top: 10px;
}
.header_cod1 .header_cod_text{
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.plagiat_block_01{
    padding-top: 10px;
    height: 145px;
    border-bottom: 5px solid #FFC180;
    background-color: white;
}
.plagiat_block_02 {
}

.plagiat_block_progressbar {
    width: 60%;
    height: 20px;
    margin: 0 auto;
    background-color: #ffffff;
    border-color: #F7F7F7;
}
.plagiat_block_progressbar_posiion {
    height: 20px;
    background-color: #C6E8E9;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.plagiat_block_progressbar_posiion100 {
  height: 20px;
  background-color: #C6E8E9;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.plagiat_block_progressbar2 {
  height: 20px;
  margin: 0 auto;
  background-color: #C6E8E9;
  border-color: #C6E8E9;
}
.plagiat_block_progressbar_posiion2 {
  height: 20px;
  background-color: #00AAB1;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.plagiat_img_01{
    background-image: url(/template/be1/images/plagiat_01.png);
    background-repeat: no-repeat;
    background-color: #F7F7F7;
    background-size: 100%;
    height: 80px;
    width: 100%;
    text-align: center;
}
.plagiat_img_02{
    background-image: url(/template/be1/images/plagiat_02.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 50px;
    width: 50px;
}
.plagiat_img_03{
    background-image: url(/template/be1/images/plagiat_03.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 50px;
    width: 50px;
}
.plagiat_img_04{
    background-image: url(/template/be1/images/plagiat_04.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 50px;
    width: 50px;
}
.plagiat_img_05{
    background-image: url(/template/be1/images/plagiat_05.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 50px;
    width: 50px;
}
.plagiat_img_06{
    background-image: url(/template/be1/images/plagiat_06.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 50px;
    width: 50px;
    float: left;
}
.plagiat_img_07{
    background-image: url(/template/be1/images/plagiat_07.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 50px;
    width: 100%;
}
.plagiat_img_08{
    background-image: url(/template/be1/images/plagiat_08.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 50px;
    width: 50px;
}
.plagiat_img_09{
    background-image: url(/template/be1/images/plagiat_09.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 50px;
    width: 50px;
}
.plagiat_img_10{
    background-image: url(/template/be1/images/plagiat_10.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 60px;
    width: 50px;
}
.plagiat_img_11{
    background-image: url(/template/be1/images/plagiat_11.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 50px;
    width: 50px;
}
.plagiat_img_12{
    background-image: url(/template/be1/images/plagiat_12.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 50px;
    width: 50px;
}
.plagiat_img_13{
    background-image: url(/template/be1/images/plagiat_13.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 50px;
    width: 50px;
}

.table1{
  text-align: left;
}
.table1 thead{
  background-color: #D0DBDB;
  color: black;
}
.table1 th{
  padding: 10px;
}

.table1 tr{
  height: 40px;
}
.table1 td{
  padding-left: 5px;
  padding: 10px;
}
.table1 tbody tr:nth-child(2n+1){
   background:#EFF3F3;
}
.table1 tbody  tr:nth-child(2n){
}

.table2{
  text-align: left;
}
.table2 thead{
  background-color: #F7F7F7;
  color: black;
}
.table2 th{
  padding: 10px;
}
.table2 tr{
  height: 40px;
}
.table2 td{
  padding-left: 5px;
  padding: 10px;
}

.table3 thead{
  background-color: #D0DBDB;
}
.table3 thead h2 {
  color: #242D3C;
}
.table3 tbody tr:nth-child(2n+1) {
  background-color: #EFF3F3;
}
.table3 tbody td {
  padding: 5px;
}
.table3 tbody td.info {
  padding-left: 20px;
}

div.bookmarklet_block{
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #A6BEBF;

}
div.bookmarklet_block .title{
  background-color: #D0DBDB;
  text-align: center;
  /*height: 45px;*/
  vertical-align: middle;
  padding-top: 1px;
  padding-bottom: 5px;
}
div.bookmarklet_block .title h2{
  color: #242D3C;
}
div.bookmarklet_block .rown1{
  background-color: #EFF3F3;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 5px;
}
div.bookmarklet_block .rown2{
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 5px;
}
div.bookmarklet_block .button{
  margin-bottom: 7px;
  padding-left: 0px;
}
div.bookmarklet_block .info{
  margin-top: 7px;
  padding-right: 0px;
}

div.dark_tags h1{
  color: #242D3C;
}

.bookmarklet_button{
  cursor: move;
  text-decoration: none;
  width: 100%;
  background-color: var(--color-blue2);
  border-color: var(--color-blue2);
  color: white;
  margin-top: 7px;
}
.bookmarklet_button:hover{
  background-color: var(--color-blue4);
  border-color: var(--color-blue4);
}
.bookmarklet_button:focus{
  background-color: var(--color-blue4);
  border-color: var(--color-blue4);
}

.cursor_hand{
  cursor: pointer;
}

div.all_tools{
  float: right;
  background-color: #DADADA;
  padding: 5px;
  width: 200px;
  text-align: center;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
a.all_tools{
  color: #7b7a7a;
}

.xmas_head{
  background-image: url(/template/be1/images/santa_head.png);
  position: absolute;
  left: 92px;
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
}

.xmas_wreath{
  background-image: url(/template/be1/images/santa_wreath.png);
  position: absolute;
  left: -23px;
  height: 70px;
  width: 95px;
  background-repeat: no-repeat;
  background-size: 98%;
  top: 0px;
}

.halloween_head{
  background-image: url(/template/be1/images/halloween.png);
  position: absolute;
  left: 0px;
  top: 0px;
  height: 55px;
  width: 80px;
  background-repeat: no-repeat;
}

.upload_area{
  height: 150px;
  width: 150px;
  border: 1px dashed #00AAB1;
  border-radius: 5px;
  background-color: #FAFAFA;
  cursor: pointer;
  overflow: hidden;

}
.upload_area .button{
  margin: 30% auto;
  width: 80%;
  height: 25px;
  text-align: center;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  padding-top: 5px;
  background-color: #EDEDED;
}

.profile_services_list{
  height: 300px;
  border: 1px solid #DDDDDD;
  overflow-y: scroll;
  overflow-x: hidden;
  border-radius: 5px;
}
.profile_services_row{
  background-color: #FAFAFA;
  border-bottom: 1px solid #DDDDDD;;
}

.marker{
  background-image: url(/template/be1/images/marker.png);
  height: 28px;
  width: 37px;
  margin-top: 7px;
  padding-top: 6px;
  padding-left: 8px;
  font-weight: bold;
  color: white;
}

.nav-tabs > li > a {
  border: 1px solid #ddd;
}

.problem_sticker{
  background-color: var(--color-orang1);
  padding: 5px;
  width: 200px;
  text-align: center;
  float: right;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  color: white;
  cursor: pointer;
}


.color-light-green {color: #38ca3a;}
.color-light-red   {color: #ff7572;}
.color-light-gray  {color: #d7d7d7;}


.margin7{ margin: 7px;}
.margin10{ margin: 10px;}
.margin_top0{ margin-top: 0px;}
.margin_top2{ margin-top: 2px;}
.margin_top3{ margin-top: 3px;}
.margin_top5{ margin-top: 5px;}
.margin_top7{ margin-top: 7px;}
.margin_top10{ margin-top: 10px;}
.margin_top15{ margin-top: 15px;}
.margin_top20{ margin-top: 20px;}
.margin_top30{ margin-top: 30px;}
.margin_top40{ margin-top: 40px;}
.margin_top50{ margin-top: 50px;}
.margin_top56{ margin-top: 56px;}
.margin_top60{ margin-top: 60px;}
.margin_top90{ margin-top: 90px;}
.margin_bottom0{ margin-bottom: 0px;}
.margin_bottom5{ margin-bottom: 5px;}
.margin_bottom{ margin-bottom: 10px;}
.margin_bottom10{ margin-bottom: 10px;}
.margin_bottom15{ margin-bottom: 15px;}
.margin_bottom20{ margin-bottom: 20px;}
.margin_bottom25{ margin-bottom: 25px;}
.margin_bottom30{ margin-bottom: 30px;}
.margin_bottom40{ margin-bottom: 40px;}
.margin_bottom50{ margin-bottom: 50px;}
.margin_bottom60{ margin-bottom: 60px;}
.margin_left0{ margin-left: 0px;}
.margin_left5{ margin-left: 5px;}
.margin_left10{ margin-left: 10px;}
.margin_left15{ margin-left: 15px;}
.margin_left20{ margin-left: 20px;}
.margin_left25{ margin-left: 25px;}
.margin_left30{ margin-left: 30px;}
.margin_left45{ margin-left: 45px;}
.margin_right0{ margin-right: 0px;}
.margin_right5{ margin-right: 5px;}
.margin_right10{ margin-right: 10px;}
.margin_right15{ margin-right: 15px;}
.margin_right20{ margin-right: 20px;}

.padding_all0 {padding: 0px;}
.padding_all5 {padding: 5px;}
.padding_all20 {padding: 20px;}
.padding_top0 {padding-top: 0px;}
.padding_top3 {padding-top: 3px;}
.padding_top5 {padding-top: 5px;}
.padding_top8 {padding-top: 8px;}
.padding_top10 {padding-top: 10px;}
.padding_top15 {padding-top: 15px !important;}
.padding_top20 {padding-top: 20px;}
.padding_top30 {padding-top: 30px;}
.padding_top70 {padding-top: 70px;}
.padding_left0 {padding-left: 0px;}
.padding_left5 {padding-left: 5px;}
.padding_left7 {padding-left: 7px;}
.padding_left10 {padding-left: 10px;}
.padding_left15 {padding-left: 15px;}
.padding_left20 {padding-left: 20px;}
.padding_left30 {padding-left: 30px;}
.padding_left40 {padding-left: 40px;}
.padding_left10p {padding-left: 10%;}
.padding_right0 {padding-right:0px;}
.padding_right5 {padding-right:5px;}
.padding_right10 {padding-right:10px;}
.padding_right15 {padding-right:15px;}
.padding_right30 {padding-right:30px;}
.padding_right40 {padding-right:40px;}
.padding_right10p {padding-right:10%;}
.padding_bottom0 {padding-bottom: 0px !important;}
.padding_bottom5 {padding-bottom: 5px;}
.padding_bottom10 {padding-bottom: 10px;}
.padding_bottom15 {padding-bottom: 15px !important;}
.padding_bottom20 {padding-bottom: 20px;}
.padding_bottom40 {padding-bottom: 40px;}
.padding_bottom50 {padding-bottom: 50px;}
.padding_bottom150 {padding-bottom: 150px;}

.padding1 {padding: 1px;}
.padding30 {padding: 30px;}

.height0{height: 0px;}
.height5{height: 5px;}
.height20{height: 20px;}
.height25{height: 25px;}
.height30{height: 30px;}
.height42{height: 42px;}
.height45{height: 45px;}
.height50_adaptiv{height: 50px;}
.height55{height: 55px;}
.height60{height: 60px;}
.height70{height: 70px;}
.height80{height: 80px;}
.height90{height: 90px;}
.height100{height: 100px;}
.height130{height: 130px;}
.height150{height: 150px;}
.height180{height: 180px;}
.height200{height: 200px;}
.height210{height: 210px;}
.height311{height: 311px;}
.height100p{height: 100%;}
.height_inherit{height: inherit;}

.width1{width: 1px;}
.width5{width: 5px;}
.width10p{width: 10%;}
.width20p{width: 20%;}
.width30p{width: 30%;}
.width50p{width: 50%;}
.width80p{width: 80%;}
.width100p{width: 100%;}
.width15{width: 15px;}
.width20{width: 20px;}
.width30{width: 30px;}
.width50{width: 50px;}
.width55{width: 55px;}
.width80{width: 80px;}
.width100{width: 100px;}
.width125{width: 125px;}
.width140{width: 140px;}
.width160{width: 160px;}
.width180{width: 180px;}
.width200{width: 200px;}
.width350{ width: 350px;}
.width400{ width: 400px;}
.width500{ width: 500px;}

.max_width100{max-width: 100px;}
.max_width480{max-width: 480px;}
.max_width700{max-width: 700px;}
.max_width1108{max-width: 1108px;}

.font1_3{font-size: 1.3em;}
.font2em{font-size: 2em;}
.font8{font-size: 8px;}
.font9{font-size: 9px;}
.font12{font-size: 12px;}
.font13{font-size: 13px;}
.font16{font-size: 16px;}
.font20{font-size: 20px;}
.font24{font-size: 24px;}
.font24_adaptiv{font-size: 24px;}
.font26{font-size: 26px;}
.font30{font-size: 30px;}

.float_left{float: left;}
.float_right{float: right;}
.float_none{float: none;}
.float_inherit{float: inherit;}
.font_bold{font-weight: bold;}

.inline_block{display: inline-block;}
.display_inline_table{display: inline-table;}
.display_none{display: none;}
.visibility_hiden{visibility: hidden; }
.valign_middle{vertical-align: middle;}
.valign_top{vertical-align: top;}
.div_center{margin: 0 auto;}
.resizenone{resize: none;}

.dotted_bottom{border-bottom: 1px dotted;}
.dotted_bottom_green{border-bottom: 1px dotted #00AAB1;}
.border_bottom_dotted{border-bottom: 1px dotted #d0d0d0;}
.border_bottom_solid1{border-bottom: 2px solid #CADEDF;}
.border_bottom_solid2{border-bottom: 1px solid #E7EEEF;}
.border_bottom_dashed1{border-bottom: 1px dashed #A6BEBF;}
.border_bottom_dashed2{border-bottom: 1px dashed #00AAB1;}
.border_top_dashed1{border-top: 1px dashed #A6BEBF;}
.border_top_dotted1{border-top: 1px dotted #A6BEBF;}
.border_top_solid1 {border-top: 2px solid #CADEDF;}
.border_top_solid_gray {border-top: 1px solid #ddd;}
.dorder_right_dotted{border-right: 1px dotted;}
.dorder_right_dotted_adaptiv{border-right: 1px dotted;}
.border_solid1{border: 1px solid;}
.border_solid2{border: 1px solid #DDDDDD;}
.border_solid_white{border: 1px solid #FFFFFF;}
.border_top_green{border-top: 1px solid #00AAB1;}

.border_radius2{ border-radius: 2px;}
.border_radius5{ border-radius: 5px;}

.opacity05{opacity: 0.5;}
.opacity08{opacity: 0.8;}
.opacity1{opacity: 1;}

.line_height_normal{line-height: normal;}
.line_height_15em{line-height: 1.5em;}
.line-height10px{line-height: 10px;}
.line-height13px{line-height: 13px;}
.line-height15px{line-height: 15px;}
.line-height18px{line-height: 18px;}
.line-height20px{line-height: 20px;}
.line-height30px{line-height: 30px;}

.text_center{text-align: center;}
.text_left{text-align: left;}
.text_right{text-align: right;}
.overflow_x_hidden{overflow-x: hidden;}

.hover_white1:hover{color: #DDDDDD;}

.obrezat{
  overflow: hidden;
  text-overflow: ellipsis;
}

.obrezat2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.perenos {
  word-break: break-all;
}

.tab-content-border {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 10px;
}

.mobil_tabl_tl_value{
  display: none;
  font-size: 7px;
  float: left;
  border: 1px solid #b3cbce;
  margin: 3px;
  padding: 1px;
  left: -11px;
  top: -12px;
  position: relative;
}
.mobil_tabl_tr_value{
  display: none;
  font-size: 7px;
  float: right;
  border: 1px solid #b3cbce;
  margin: 3px;
  padding: 1px;
  right: -12px;
  top: -12px;
  position: relative;
}

.highlight
{
  background-color:yellow;
}

@media screen  and (max-width: 992px) {
  .padding_bottom150{padding-bottom: inherit;}
  .plagiat_block_01{border-bottom: inherit; height: 102px;}
  .font24_adaptiv{font-size: 8px;}
  .height50_adaptiv{height: inherit;}
  .overflow_x_scroll_adaptiv{overflow-x: scroll;}
  .dorder_right_dotted_adaptiv{border-right: inherit;}
  div.bookmarklet_block .button{padding-left: 10px;}
  div.logo4 {width: inherit;}
  .mobil_tabl_tl_value{display: block;}
  .mobil_tabl_tr_value{display: block;}


}

/* PLATES */
.plate-container {
	background-color: #f5f7f7;
	border: 1px solid #b2cbce;
	border-radius: 4px;
	padding: 12px 20px;
	padding-bottom: 0;
	margin-top: 20px;
}
.plate-container .col-plate {
	padding-left: 7px;
	padding-right: 7px;
}
.plate-container .plate {
	border: 1px solid #d2e0e2;
	border-radius: 1px;
	box-shadow: 0px 0px 0px 4px rgba(231,238,238,1);
	background-color: white;
	min-height: 245px;
	margin-bottom: 12px;
}
.plate-container .plate > .content {
	padding: 20px;
}
.plate-container .plate > .content-sm {
	padding: 10px 20px;
}
.plate-container .plate > .divider {
	height: 1px;
	border-top: 1px dashed #d1d1d0;
}
.plate-container .plate .plate-title {
	font-size: 20px;
}
.plate-container .plate table.table {
	margin: 0;
}
.plate-container .plate table.table tr:first-child td {
	padding-top: 0;
}
.plate-container .plate table.table tr:last-child td {
	padding-botton: 0;
}
.plate-container .plate table.table td {
	padding: 2px 0;
	border-top: 0;
}
.plate-container .plate table.table td:last-child {
	text-align: right;
}
.plate-container .plate table.table td:last-child a {
	text-decoration: none;
}

table.links-count {
	width: 100%;
	margin-bottom: 13px;
}
table.links-count td {
	padding: 6px;
	text-align: center;
	background-color: #eee;
}
table.links-count td:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	background-color: #00aab1;
	color: white;
}
table.links-count td:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	background-color: #F47264;
	color: white;
}

.explanation {
	margin-left: 15px;
	margin-bottom: 7px;
}
.explanation .cube {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	margin-bottom: 2px;
}
.explanation .cube.dark {
	background-color: #00aab1;
}
.explanation .cube.light {
	background-color: #F47264;
}

/* SITE COST PLATES */
.site-cost-result .plate {
	border: 1px solid #d2e0e2;
	border-radius: 1px;
	box-shadow: 0px 0px 0px 4px rgba(231,238,238,1);
	background-color: white;
	margin-bottom: 30px;
	text-align: center;
	padding: 10px;
}
.site-cost-result .plate .title {
	color: #00aab1;
}
.site-cost-result .plate .title i {
	color: #ff8158;
}
.site-cost-result .plate .price {
	margin: 10px auto 0 auto;
	width: 70%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #242d3c;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.site-cost-result .plate.big {
	margin-top: 20px;
	padding: 20px;
}
.site-cost-result .plate.big .title {
	font-size: 28px;
	color: #242d3c;
}
.site-cost-result .plate.big .price {
	width: 50%;
	min-width: 220px;
	padding: 8px;
	font-size: 24px;
	line-height: auto;
}

.site-cost-result .symbol {
	color: #242d3c;
	font-weight: bold;
	font-size: 24px;
	display: inline-block;
	margin-top: -10px;
}

.site-cost-result div[class^=col-]:after {
	display: block;
	position: absolute;
	right: -7px;
	top: calc(50% - 26px);
	content: '+';
	color: #242d3c;
	font-weight: bold;
	font-size: 24px;
}
.site-cost-result div[class^=col-]:last-child:after {
	content: '';
}

@media (max-width: 992px) {
	.site-cost-result div[class^=col-]:after {
		display: block;
		position: absolute;
		top: calc(100% + 4px);
		left: calc(50% - 7px);
		content: '+';
		color: #242d3c;
		font-weight: bold;
		font-size: 24px;
	}
}

/* DROPZONE */
.dropzone {
	width: 420px;
	max-width: 90%;
	padding: 20px;
	margin: 20px auto;
	background-color: #fafafa;
	border: 1px dashed #a6bebf;
}
.dropzone.active {
	border-color: black;
}
.dropzone button {
	background-color: #ededed;
}
.dropzone p {
	font-size: 16px;
	margin-top: 5px;
	line-height: 20px;
}
.dropzone .filename {
	word-wrap: break-word;
}

/* STYLED SELECT */
.styled-select {
	margin: 0 auto;
	width: 113px;
}
.styled-select .dropdown-menu {
	min-width: 113px;
}
.styled-select .dropdown-menu a {
	cursor: pointer;
	text-decoration: none;
}
.styled-select input {
	border-top-left-radius: 4px !important;
	border-bottom-left-radius: 4px !important;
}
.styled-select input[readonly] {
	cursor: pointer;
	background-color: #fafafa;
}
.styled-select input:focus {
	border-color: #ccc;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	outline: 0;
}
.styled-select input:hover + div > button {
	background-color: #e6e6e6;
	border-color: #adadad;
}

/* HEADER IMAGES */
.header_bg_container {
	background-image: url("/template/be1/images/header_bg_affiliation_fon.png");
    background-repeat: repeat-x;
}
.header_bg_container > .header_bg {
  background-image: url("/template/be1/images/header_bg_affiliation.png");
  background-repeat: no-repeat;
  width: 100%;
  text-align: center;
  background-position-x: center;
}
.header_bg_container h1 {
    font-size: 30px;
    color: white;
}

/* Bootstrap Select */
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	display: block;
	width: auto !important;
}
.bootstrap-select button {
	float: none !important;
}

/* REVIEWS */
.reviews-container .title {
	font-size: 30px;
	color: #323737;
	margin-bottom: 20px;
}
.reviews-container .total-rating {
	text-align: center;
	font-size: 18px;
	color: #00aab1;
	padding-bottom: 35px;
}
.reviews-container .total-rating .stars {
	display: inline-block;
	min-width: 130px;
}
.reviews-container .total-rating .stars i {
	color: #f78b1c;
}
#reviews-block {
	margin-bottom: 40px;
}
.reviews .col-md-6 {
	padding-top: 20px;
}
.reviews .col-md-6:first-child {
	border-right: 2px dashed #e7eeef;
	padding-right: 30px;
}
.reviews .col-md-6:last-child {
	padding-left: 30px;
}

.reviews .review {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 2px dashed #e7eeef;
}

.reviews .review-unmoderated {
	background-color: #f5f7f7;
	padding: 30px 20px 30px 30px;
}

.reviews .review-info-label {
	float: right;
	padding: 5px 8px;
	background-color: #fafbfb;
	color: #7f8c8d;
	border-radius: 4px;
	margin-top: -5px;
}

.reviews .review-date {
	font-size: 12px;
	margin-bottom: 4px;
}

.reviews .review-heading {
	margin-bottom: 15px;
}

.reviews .review-author {
	font-size: 20px;
	color: #323737;
	text-decoration: none;
}

.reviews .review-author:hover {
	color: #5f6d84;
}

.reviews .review-moderator {
  font-size: 14px;
  text-decoration: none;
}
.reviews .review-moderator:after{
  color: #00aab1;
  content: ' (Администратор)';
  opacity: 0.5;
}

.reviews .review-rating {
	color: #f78b1c;
	margin-top: 5px;
}

.reviews .review-likes {
	float: right;
}

.reviews .review-like {
	display: inline-block;
	margin-left: 6px;
	color: #5973a7;
}

.reviews .review-dislike {
	color: #de6054;
}

.reviews .review-like.disabled {
	color: #b6cccf;
}

.reviews .review-like.disabled button {
	color: #b1cacd;
}

.reviews .review-like button {
	background-color: #e7eeef;
	width: 30px;
	height: 24px;
	border: none;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	float: right;
}

.reviews .review-like button:disabled {
	background-color: #dae1e2;
}

.reviews .review-like button:hover {
	background-color: #dae1e2;
	color: #5973a7;
}

.reviews .review-like button:focus {
	outline: 0;
}

.reviews .review-dislike button:hover {
	background-color: #dae1e2;
	color: #de6054;
}

.reviews .review-like span {
	background-color: #f5f7f7;
	text-align: center;
	line-height: 24px;
	display: inline-block;
	padding: 0 10px;
	height: 24px;
	min-width: 38px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	float: right;
}

.reviews .review-reply-form {
    margin-top: 10px;
}

.reviews .review-replies {
    padding-left: 30px;
}

.reviews .review-reply {
    border-bottom: 1px dotted #ccc;
}
.reviews .review-reply:first-child {
    border-top: 1px dotted #ccc;
    padding-top: 20px;
    margin-top: 20px;
}
.reviews .review-reply:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}





.review-form {
	padding: 10px 20px;
}
.review-form > .title {
	text-align: center;
	font-size: 18px;
	color: #00aab1;
	margin-bottom: 20px;
}
.review-form > .rating {
	max-width: 440px;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.review-form > .rating > .grade:hover {
	opacity: 0.8;
}
.review-form > .rating > .grade {
	width: 80px;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
}
.review-form > .rating > .grade > input {
	display: none;
}
.review-form > .rating > .grade > i {
	font-size: 35px;
	color: #e7eeef;
}
.review-form > .rating > .grade.active > i {
	color: #f78b1c;
}
.review-form > .author {
	font-weight: bold;
	margin: 20px 0 10px 0;
	padding-left: 30px;
}
.review-form > textarea {
	margin-bottom: 20px;
	background-color: #fafafa;
}

.line-pagination {
	background-image: url('/template/be1/images/line-bg.png');
	background-repeat: repeat-x;
	background-position: center;
	margin-top: 40px;
	text-align: right;
}
.line-pagination ul {
	margin-right: 15%;
}
.line-pagination ul li {
	display: inline-block;
	margin-left: 5px;
}
.line-pagination ul li a,
.line-pagination ul li span {
	display: inline-block;
	height: 26px;
	width: 26px;
	line-height: 26px;
	text-align: center;
	text-decoration: none;
	background-color: #f5f7f7;
	color: #b6cdd1;
	border-radius: 4px;
}
.line-pagination ul li a:hover,
.line-pagination ul li span {
	background-color: #e7eeef;
	color: #787e87;
}
.line-pagination ul li.active a:hover {
	cursor: default;
}

/* TOOLS */
.tool-container {
	padding-top: 20px;
}

.tool-description {
	padding-top: 20px;
	padding-bottom: 40px;
}
.tool-description ul {
	list-style-type: disc;
	padding-left: 1em;
	line-height: 18px;
}
.tool-description ol {
	padding-left: 1em;
	margin-left: 15px;
	margin-top: 7px;
}
.tool-description ul li,
.tool-description ol li {
	margin-bottom: 7px;
}

#tool-result .table-responsive table {
    margin-bottom: 0;
}

.tool-bookmarklet {
	border: 1px solid #c6d7d9;
	border-radius: 3px;
	box-shadow: 0px 0px 1px 0px rgba(225,234,236,1);
	background-color: #e7eeef;
	margin-bottom: 40px;
}
.tool-bookmarklet .bookmarklet {
	display: block;
	float: left;
	width: 35%;
	padding: 20px;
	border-right: 1px solid #c6d7d9;
	background-color: #fff;
}
.tool-bookmarklet .bookmarklet a {
	margin-top: 0;
	font-weight: bold;
	padding: 10px;
}
.tool-bookmarklet .bookmarklet a:hover,
.tool-bookmarklet .bookmarklet a:focus {
	color: white;
}
.tool-bookmarklet .info {
	display: block;
	float: left;
	width: 65%;
	padding: 10px 20px;
	text-align: center;
}
.tool-bookmarklet .info p {
	margin: 6px 0 10px 0;
	color: #495666;
	font-weight: bold;
}
.tool-bookmarklet .info a.white {
	display: inline-block;
	background-color: white;
	padding: 5px 10px 5px 30px;
	color: #3ebec3;
	border-radius: 3px;
	text-decoration: none;
	margin-right: 15px;
	position: relative;
}
.tool-bookmarklet .info a.white:hover {
	background-color: #f8f8f8;
}
.tool-bookmarklet .info a.white:before {
	font-family: 'FontAwesome';
	content: '\f01d';
	display: inline-block;
	position: absolute;
	left: 10px;
	color: #ff7f56;
}

/*FAVTOOLS*/
.nav-tabs > li > a[data-section='favtools'] > span[data-type='icon']{
  display: none;
  font-size: 27px;
  font-size: 27px;
}

@media (max-width: 1200px) {
	.tool-bookmarklet .bookmarklet {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
@media (max-width: 1050px) {
	.tool-bookmarklet .bookmarklet {
		padding-top: 20px;
		padding-bottom: 20px;
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #c6d7d9;
	}
	.tool-bookmarklet .info {
		width: 100%;
	}
    .nav-tabs > li > a[data-section='favtools'] > span[data-type='icon']{
      display: inherit;
      padding-right: 5px;
      padding-left: 5px;
    }
    .nav-tabs > li > a[data-section='favtools'] > span[data-type='string']{
      display: none;
    }
    .nav>li>a[data-section='favtools'] {
      padding: 1px;
    }
    .extension_btn{
      display: none;
    }
}

/* Common */
.table.table-headed thead {
	font-weight: bold;
	background-color: #f3f3f3;
}
.table.table-valign-middle td {
	vertical-align: middle;
}

/* EXPANDABLE */
.expandable {
	position: relative;
}
.expandable .content-wrapper {
	overflow: hidden;
	height: 120px;
	transition: height 0.5s ease-in-out;
}
.expandable .expandable-shadow {
	position: absolute;
	width: 100%;
	height: 26px;
	margin-top: -26px;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
.expandable .toggler {
	display: inline-block;
	margin-top: 8px;
}
.expandable .toggler i {
	margin-right: 6px;
}

.expandable.off .content-wrapper {
	height: auto;
	overflow: none;
}
.expandable.off .shadow {
	display: none;
}
.expandable.off .toggler {
	display: none;
}

/* Clickable Text */
.clickable {
	transition: opacity 0.5s ease;
}
.clickable:hover {
	opacity: 0.7;
	cursor: pointer;
}

/* Font Awesome Toogles */
.fa-toggle-on,
.fa-toggle-off {
	cursor: pointer;
	font-size: 20px;
}

#admin-bar {
	position: fixed;
	right: 20px;
	bottom: 20px;
}
#admin-bar a {
	text-decoration: none;
}

.modal .modal-title {
	font-size: 18px;
}

/* Captcha */
#captchaModal .update-btn {
	display: inline-block;
	float: right;
	margin-top: 8px;
}
#captchaModal .update-btn i {
	margin-right: 6px;
}

/* SOCIAL BUTTONS */
[class^="btn btn-social-"] {
	transition: background-color 0.2s ease;
}
.btn-social-vk {
	color: #fff;
    background-color: #597da3;
    border-color: #2e6da4;
}
.btn-social-vk:hover,
.btn-social-vk:focus,
.btn-social-vk:active {
    color: #fff;
    background-color: #517294;
    border-color: #204d74;
}

.btn-social-facebook {
	color: #fff;
    background-color: #3b5998;
    border-color: #2e6da4;
}
.btn-social-facebook:hover,
.btn-social-facebook:focus,
.btn-social-facebook:active {
    color: #fff;
    background-color: #344e85;
    border-color: #204d74;
}

.btn-social-twitter {
	color: #fff;
    background-color: #55acee;
    border-color: #4b97d1;
}
.btn-social-twitter:hover,
.btn-social-twitter:focus,
.btn-social-twitter:active {
    color: #fff;
    background-color: #4b97d1;
    border-color: #468ec5;
}

.btn-social-google-plus {
	color: #fff;
    background-color: #dc4e41;
    border-color: #cb483c;
}
.btn-social-google-plus:hover,
.btn-social-google-plus:focus,
.btn-social-google-plus:active {
    color: #fff;
    background-color: #cb483c;
    border-color: #b74136;
}

.btn-social-youtube {
	color: #fff;
    background-color: #d32323;
    border-color: #c91c1c;
}
.btn-social-youtube:hover,
.btn-social-youtube:focus,
.btn-social-youtube:active {
    color: #fff;
    background-color: #c91c1c;
    border-color: #bf1919;
}

.btn-social-instagram {
	color: #fff;
    background-color: #99856d;
    border-color: #877460;
}
.btn-social-instagram:hover,
.btn-social-instagram:focus,
.btn-social-instagram:active {
    color: #fff;
    background-color: #877460;
    border-color: #796855;
}

.btn-social-telegram {
	color: #fff;
    background-color: #2ca5e0;
    border-color: #299bd3;
}
.btn-social-telegram:hover,
.btn-social-telegram:focus,
.btn-social-telegram:active {
    color: #fff;
    background-color: #299bd3;
    border-color: #2792c7;
}

/* SORT BUTTONS */
.sort {
	display: inline-block;
}
.sort a {
	display: inline-block;
	margin-right: 18px;
}
.sort a:last-child {
	margin-right: 0;
}
.sort a:focus {
	text-decoration: none;
}
.sort a:hover i {
	color: #bccbce;
}
.sort a.active i:last-child {
	color: #FF7C52;
}
.sort .fa-stack {
	width: 1em;
	height: 1em;
    line-height: 1em;
}
.sort .fa-sort,
.sort .fa-sort-asc,
.sort .fa-sort-desc {
	color: #d3dddf;
}

.fake-link {
	color: #00aab1;
    text-decoration: underline;
}
.fake-link:hover {
	color: #23527c;
	text-decoration: none;
	cursor: pointer;
}

.text-ellipsis {
	display: block;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.text-ellipsis-200 {
	display: block;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 200px;
}

.text-ellipsis-250 {
	display: block;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 250px;
}

.table-fixed {
	table-layout: fixed;
}


/* SORTABLE TABLE */
.table.sortable th[data-sortable=true] {
	position: relative;
}
.table.sortable th[data-sortable=true]:not([data-sortable-nopadding=true]) {
	padding-right: 30px;
}
.table.sortable th[data-sortable=true]:after {
	font-family: FontAwesome;
	display: inline-block;
	position: absolute;
	right: 15px;
	opacity: 0;
}
.table.sortable th[data-sortable-order=asc]:after {
	content: "\f0d7";
}
.table.sortable th[data-sortable-order=desc]:after {
	content: "\f0d8";
}
.table.sortable th[data-sortable-current=true]:after {
	opacity: 0.5;
}
.table.sortable th[data-sortable=true]:hover {
	background-color: #efefef;
	cursor: pointer;
}
.table.sortable th[data-sortable=true]:hover:after {
	opacity: 1;
}


/* Chrome Extension Button */
.extension_btn{
	display: block;
	text-decoration: none;
}
.extension_btn:hover {
	opacity: 0.9;
}
.extension_btn > .browser{
	background-image: url("/template/be1/images/extension_btn_install_chrome.png");
    background-repeat: no-repeat;
    height: 40px;
    width: 240px;
}
.extension_btn > .browser.firefox {
    background-image: url("/template/be1/images/extension_btn_install_firefox.png");
    display: none;
}
.extension_btn > .browser.opera {
    background-image: url("/template/be1/images/extension_btn_install_opera.png");
}
.extension_btn > .browser.yandex {
    background-image: url("/template/be1/images/extension_btn_install_yandex.png");
}
.extension_btn > .browser > .caption{
    color: #152539;
    padding-top: 15px;
    padding-left: 55px;
    font-size: 13px;
    text-transform: uppercase;
}
footer .extensions .extension_btn {
	margin-top: 0;
}

/* BANNER */
.banner_container{
  position: relative;
}
.banner_link{
  position: absolute;
  /*background-image: url("/template/be1/images/services_link_round.png");
  background-repeat: no-repeat;
  background-size: 20px;
  width: 50px;
  height: 50px;

  bottom: -28px;
  right: -29px;
  */


  bottom: 0px;
  right: 0px;

}

.banner_container .img-thumbnail {
  padding: 0px;
}

/* FOOTER */
footer {
	background-color: #2d4052;
	padding-top: 50px;
	/* box-shadow: inset 0px 20px 14px -15px rgba(0,0,0,0.75); */
}
footer .logo {
	margin-bottom: 11px;
    margin-top: 0;
    height: 36px;
}
footer .heading {
	font-size: 14px;
	color: #00aab0;
	margin-top: 11px;
	margin-bottom: 30px;
	text-transform: uppercase;
}
footer a {
	color: white;
	display: inline-block;
	margin-bottom: 8px;
	font-size: 12px;
	text-decoration: underline;
}
footer a:hover {
	color: white;
}

footer .extensions,
footer .social {
	margin-top: 30px;
}
footer .extensions {
	text-align: right;
}
footer .extensions button {
	border: 1px solid white;
	border-radius: 5px;
	color: white;
	width: 270px;
	height: 50px;
	padding-left: 60px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: auto 42px;
    background-position: 3px 3px;
	font-size: 18px;
	margin-right: 25px;
}
footer .extensions button:hover {
	background-color: #3c4f61;
}
footer .extensions button.chrome {
	background-image: url(/template/be1/images/icons/chrome-extension.png);
}
footer .social a {
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 2px solid white;
	border-radius: 50%;
	margin-left: 15px;
	margin-bottom: 0;
	line-height: 50px;
	text-align: center;
	font-size: 26px;
	text-decoration: none;
}
footer .social a:first-child {
	margin-left: 25px;
}
footer .social a:focus {
	color: white;
}

footer .social a:before {
	font-family: FontAwesome;
}

footer .social a.vk:hover       {background-color: #507299;}
footer .social a.facebook:hover {background-color: #29487d;}
footer .social a.twitter:hover  {background-color: #006dbf;}

footer .social a.vk:before       {content: '\f189';}
footer .social a.facebook:before {content: '\f09a';}
footer .social a.twitter:before  {content: '\f099';}

footer img.pay {
	height: 24px;
	margin-right: 5px;
}

footer .footer-label {
	color: #00aab0;
	margin-top: 15px;
    margin-bottom: 5px;
}

footer .copyright {
	color: white;
	background-color: #00aab0;
	padding: 15px 0;
	margin-top: 50px;
	line-height: 28px;
	/* box-shadow: inset 0px 20px 14px -15px rgba(0,0,0,0.75); */
}
footer .copyright a {
	margin-bottom: 0;
	color: #2d4052;
}
footer .copyright a[href^=mailto] {
	color: white;
	font-size: 14px;
}
footer .copyright a.ad {
	font-weight: bold;
	text-transform: uppercase;
}
footer .copyright a.ad i {
	margin-right: 8px;
}
footer .copyright .row > div:nth-child(2) {
	text-align: center;
}
footer .copyright .row > div:nth-child(3) {
	text-align: right;
}

@media (max-width: 992px) {
	footer .extensions,
	footer .social {
		text-align: center !important;
	}
	footer .extensions button {
		margin-right: 0;
	}
	footer .social a:first-child {
		margin-left: 0;
	}
	
	footer .copyright .row > div {
		text-align: center !important;
		margin-bottom: 15px;
	}
	footer .copyright .row > div:last-child {
		margin-bottom: 0;
	}
}
@media (max-width: 768px) {
	footer {
		text-align: center;
	}
}


/* DIALOG FORM */
.modal[id$=DialogModal] form {
	text-align: center;
}
.modal[id$=DialogModal] form .message {
	font-size: 16px;
	margin-bottom: 15px;
}
.modal[id$=DialogModal] form .fields .form-control {
	margin-bottom: 15px;
}
.modal[id$=DialogModal] form .fields .invalid {
	border-color: #a94442;
}
.modal[id$=DialogModal] form .result {
	margin-top: 15px;
}


/* NOTIFICATIONS */
.notification-container {
	display: inline-block;
	width: 300px;
	position: fixed;
	opacity: 0;
	z-index: 1031;
	transition: all 0.3s ease-out;
}
.notification-container.visible {
	opacity: 0.99;
}
.notification-container.top-right {
	right: 20px;
	top: 0px;
}
.notification-container.top-right.visible {
	top: 20px;
}
.notification-container.top-left {
	left: 20px;
	top: 0px;
}
.notification-container.top-left.visible {
	top: 20px;
}
.notification-container.bottom-right {
	right: 20px;
	bottom: 0px;
}
.notification-container.bottom-right.visible {
	bottom: 20px;
}
.notification-container.bottom-left {
	left: 20px;
	bottom: 0px;
}
.notification-container.bottom-left.visible {
	bottom: 20px;
}

.notification {
	padding: 10px 20px 10px 10px;
	border-bottom: 3px solid transparent;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    transition: all .4s ease-out;
}

.notification-title {
	color: inherit;
	margin-bottom: 10px;
	font-family: Roboto, Oxygen, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
}
.notification-message p {
	color: inherit;
	font-size: 13px;
	font-family: Roboto, Oxygen, sans-serif;
	margin-bottom: 4px;
}

.notification > .close {
	position: relative;
	top: -2px;
	right: -8px;
	color: inherit;
}
.notification > .close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5;
}

.notification.notification-success {
	color: #34a263;
	background-color: #e0f5e9;
	border-color: #34a062;
}
.notification.notification-info {
	color: #43a3e5;
	background-color: #edf6fd;
	border-color: #81cfdf;
}
.notification.notification-warning {
	color: #efa231;
	background-color: #fdf3e5;
	border-color: #faebcc;
}
.notification.notification-danger {
	color: #c54736;
	background-color: #f9eae8;
	border-color: #ebccd1;
}

/*
.extension_btn{

    position: absolute;

    top: 560px;
    left: 265px;

}

.extension_btn > .chrome {
    background-image: url("/template/be1/images/extension_btn_install_g.png");
}
.extension_btn > .firefox {
    background-image: url("/template/be1/images/extension_btn_install_f.png");
}
.extension_btn > .browser{

    background-repeat: no-repeat;
    height: 40px;
    width: 240px;
}
.extension_btn > .browser > .caption{
    color: #152539;
    padding-top: 15px;
    padding-left: 55px;
    font-size: 13px;
    text-transform: uppercase;
}
*/


/* HOME PAGE */
.fon_main_kirpichi2 h1 {
    font-size: 30px;
    color: white;
}
.black_friday{
    background-image: url('/template/be1/images/banners/black_fr1.png');
    background-repeat: no-repeat;
    height: 202px;
    width: 219px;
    padding-top: 125px;
    color: white;
    float: right;
}
.black_friday > .line1{
    font-size: 16px;
}
.black_friday > .line2{
    font-size: 20px;
}
@media screen  and (max-width: 1024px){
    .fon_main_kirpichi2 form.search{
        margin-bottom: 10px;
    }
    .fon_main_kirpichi2 form.search > div.input-group{
        display: block;
    }

}
@media screen  and (max-width: 640px){
    .fon_main_kirpichi2 h1 {
        font-size: 30px;
    }
    .fon_main_kirpichi2 form.search{
        margin-bottom: 10px;
    }
}
@media screen  and (max-width: 540px){
    .fon_main_kirpichi2 h1 {
        font-size: 24px;
    }
}
@media screen  and (max-width: 440px){
    .fon_main_kirpichi2 h1 {
        font-size: 16px;
    }

  table.adaptiv{
    border: 0;
  }
  table.adaptiv thead {
    display: none;
  }
  table.adaptiv tr {
    margin-bottom: 10px;
    display: block;
    border-bottom: 2px solid #ddd;
  }
  table.adaptiv td {
    display: block;
    text-align: right;
    font-size: 13px;
    border-bottom: 1px dotted #ccc;
    border-right: 1px solid transparent;
    white-space: normal !important;
  }
  table.adaptiv td:first-child {
    background-color: #ddd;
  }
  table.adaptiv td:last-child {
    border-bottom: 0;
  }
  table.adaptiv td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
  }
}


/* NEWS SLIDER */
#left_panel {
    background: #F5F6F6;
    width: 400px;
    display: none;
    position: fixed;
    /*bottom: 154px;*/
    left: 0;
    z-index: 1050;
    height: 100%;
    border-right: 1px solid #d2e0e2;
    padding: 18px 10px 10px 10px;
    top: 0px;
}
.news-flex {
    height: 100%;
}
.news-flex-content {
    height: calc(100% - 160px);
}
.news-flex-other {
    height: 160px;
}
.slide {
    transform-origin: right, top;
    -ms-transform: rotate(-90deg);
    -ms-transform-origin:right, top;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin:right, top;
    position: fixed;
    top: 50%;
    width: 125px;
    left: -40px;
    z-index: 1050;
    height: 45px;
    border-left: 1px solid #d2e0e2;
    border-right: 1px solid #d2e0e2;
    border-bottom: 1px solid #d2e0e2;
    border-radius: 2px;
    background: #F5F5F5;
    color: #00AAB1;
    cursor: pointer;

}
.btn-slide {
    /*background: url(images/white-arrow.gif) no-repeat right -50px;*/

    text-align: center;
    height: 31px;
    padding: 5px 10px 0 0;
    margin: 0 auto;
    display: block;
    font: bold 120%/100% Arial, Helvetica, sans-serif;
    text-decoration: none;

    position: fixed;
    /*bottom: 154px;*/
    /*width: 204px;
    left: 0;*/
    z-index: 1051;
}
.active_slider {
    margin-left: 400px;
    /*margin-top: 200px;*/
}

.news_list{
    overflow-y: scroll;
    overflow-x: hidden;
    height: calc(100vh - 280px);
}

.news_tab-content{
    background-color: #FFFFFF;
    padding: 10px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.news_tab-content::-webkit-scrollbar-thumb{
    border-width:1px 1px 1px 2px;
    border-color: #777;
    background-color: red;
}

.news_block{
    margin: 5px;
    padding-top: 10px;
    border-bottom: 1px dotted #d0d0d0;
}

.news_block:last-child{
    border-bottom: none;
}


.news_data{
    font-size: 10px;
    color: #00aab1;
    margin-bottom: 10px;
}

.news_title{
    color: #152539;
    font-size: 16px;
    margin-bottom: 10px;
}

.news_description, div.news_description>p{
    color: #7f8c8d;
    font-size: 14px;
    margin-bottom: 10px;
    /*white-space: nowrap;*/ /* Отменяем перенос текста */
    overflow: hidden; /* Обрезаем содержимое */
    text-overflow: ellipsis; /* Многоточие */
}

.news_divider{
    display: block;
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 0px;
    border-bottom: 1px dashed #A6BEBF;
}

.news_scr_link{
    margin-bottom: 10px;
}

.padding_right2 {padding-right:2px;}
.padding_left2 {padding-left:2px;}
.padding_right17 {padding-right: 17px;}

.width280{width: 280px;}

.shadow {
    opacity: 0.5; -moz-opacity:0.3;
    background-image: url("../images/shadow_black.png");
    z-index:1;
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    /*
    display:block;


    padding:0px;
    background:black;
    filter: alpha(opacity=50);
    opacity: .5;

    margin:0;
    */
}

.news_item {
    margin-top: 20px;
    border-bottom: 1px dashed #00aab1;
}
.news_item_time {
    color: #00AAB1;
    margin-bottom: 20px;
}
.news_item_title {
    font-size: 14px;
    color: #F78B1C;
    margin-bottom: 20px;
}
.news_item_description {
    font-size: 14px;
    margin-bottom: 20px;
}
.news_item_time_icon {
    color: #00aab1;
    float: left;
    width: 20px;
    height: 50px;
}
div.close_btn{
    position: absolute;
    left: 373px;
    z-index: 3;
    cursor: pointer;
}
div.close_btn > a{
    text-decoration: none;
    color: #ff7c52;
    cursor: hand;
}

.pagination > .active > span, .pagination > .active > span:hover {
    background-color: #00AAB1;
    border-color: #00AAB1;
}
.pagination > li > a, .pagination > li > a:hover {
    color: #00AAB1;
}

.badge_new{
    -webkit-transform: rotate(90deg);
    position: absolute;
    top: 35px;
    left: 108px;
}
.badge_new .badge {
    background-color: red;
    font-size: 12px;
}
@media screen  and (max-width: 992px) {
    .slide {
        width: 90px;
    }
    .btn-slide{
        font-size: 12px;
        padding-top: 20px;
        width: 94px;
    }
    .active_slider{
        margin-left: 406px;
    }
    .badge_new{
        left: 76px;
    }

}



/* FORUM -------------------------------- */
/* -------------------------------------- */
.forum {
   padding-top: 30px; 
   padding-bottom: 30px; 
}
.forum-main-category {
    display: block;
    padding: 15px;
    border: 1px dashed #e3e3e3;
    background-color: #fafafa;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #9b9b9b;
    text-decoration: none;
}
.forum-main-category:hover {
    background-color: #f6f6f6;
    border: 1px dashed #cccccc;
}
.forum-main-category-info {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 100;
    color: #acacac;
    text-align: center;
}
.forum-category-topic,
.forum-message {
    border: 1px solid #efefef;
    margin-bottom: 20px;
    padding: 15px;
}
.forum-info-block {
    display: inline-block;
    margin-right: 20px;
    color: #acacac;
    font-size: 12px;
}
.forum-add {
    margin-bottom: 30px;
    border: 1px dashed #efefef;
    text-align: center;
    padding: 100px 0;
    color: #efefef;
    font-size: 20px;
}
.forum .breadcrumbs {
    margin-bottom: 30px;
}
.forum-message p,
.forum-message blockquote,
.forum-message ul,
.forum-message ol {
    margin-bottom: 10px;
    line-height: 18px;
}
.forum-message ul,
.forum-message ol {
    padding-left: 16px;
}
.forum-message ul {
    list-style: disc;
}
.forum-message blockquote {
    border-left: 2px solid #e5e5e5;
    padding: 10px 0 0 15px;
    background-color: #fafafa;
}
.forum-message blockquote p {
    margin-bottom: 0;
    padding-bottom: 10px;
}
.forum-message table,
.forum-message th,
.forum-message td {
    border: 1px solid #efefef;
}
.forum-message th {
    background-color: #fafafa;
}
.forum-message th,
.forum-message td {
    padding: 5px;
}
.forum-message caption {
    font-style: italic;
    padding-bottom: 5px;
}
.forum-message pre {
    padding: 5px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    background-color: #F8F8F8;
}
.forum .alert a {
    text-decoration: none;
}

[v-cloak] { display:none; }

.custom-modal-container {
    position: fixed;
    z-index: 2000;
    padding: 15px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0);
    transition: all .4s ease-out;
}
.custom-modal-container-shown {
    background-color: rgba(0, 0, 0, 0.5);
}
.custom-modal {
    margin: 0 auto;
    transition: all .4s ease-out;
    opacity: 0;
    max-width: 500px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.custom-modal-container-shown .custom-modal {
    opacity: 1;
    margin-top: 50px;
}
.custom-modal-title {
    padding: 15px;
    text-align: center;
    font-size: 20px;
    background-color: #00AAB1;
    color: white;
}
.custom-modal-content {
    padding: 20px;
    background-color: white;
    line-height: 20px;
}
.custom-modal-btn {
    background-color: #ff7c52;
    border: 1px solid #e7653c;
    color: white;
    border-radius: 16px;
    padding: 5px 14px;
}
.custom-modal-btn:hover {
    background-color: #ef754e;
    border: 1px solid #cc6646;
}
.custom-modal-btn:focus {
    outline: 0;
    box-shadow: none;
}

.hide-on-mobile {
    display: none;
}
@media (min-width: 992px) {
    .hide-on-mobile {
        display: block;
    }
}


.mobile-app .mobile-app-hidden,
.mobile-app .section_header,
.mobile-app .section_tools,
.mobile-app .grecaptcha-badge,
.mobile-app .main_img_05,
.mobile-app footer {
    display: none;
}

.mobile-app-only {
    display: none;
}
.mobile-app .mobile-app-only {
    display: block;
}
