html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
img {
  box-sizing: content-box;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[disabled] {
  background-color: #ffffff;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  /* -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; 
  box-sizing: content-box;
  */
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
input:focus,
textarea:focus {
  outline: none;
}
button,
.but {
  display: inline-block;
  border: none;
  background: none;
  cursor: pointer;
  text-decoration: none!important;
  position: relative;
  line-height: 34px;
  text-align: center;
  height: 34px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none!important;
}
button.disabled,
.but.disabled {
  cursor: default;
  opacity: 0.3;
}
button.icon,
.but.icon {
  color: transparent;
  font-size: 0px;
  background-repeat: no-repeat;
  beckground-position: center center;
}
.but.border {
  border: 1px solid #40aadc;
  border-radius: 3px;
  color: #40aadc;
  background-color: #ffffff;
  padding: 0 10px;
}
.but.border.disabled {
  color: #40aadc!important;
  background-color: #ffffff!important;
}
.but.border:hover {
  color: #ffffff;
  background-color: #40aadc;
}
.but.border:active {
  background-color: #3698c7;
  color: #ffffff;
}
.but.link {
  text-decoration: underline!important;
  text-decoration-style: dashed!important;
  color: #999999;
}
.but.link:hover {
  text-decoration: none!important;
}
.but.addto::after {
  content: ' ';
  background: url('../images/add_sprite.svg') no-repeat 0px -18px transparent;
  display: inline-block;
  width: 15px;
  height: 20px;
  vertical-align: middle;
  overflow: hidden;
  margin-left: 6px;
  margin-top: -5px;
  background-size: 15px auto;
}
/*
.but.addto:active{
  color: #40aadc;
  background-color: #ffffff;
}
*/
.but.addto:hover::after {
  background-position: 0 3px;
}
.but.addto:active::after {
  /* background-position: 0px -18px;*/
  background-position: 0 3px;
}
section.bot .but {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  padding: 0 18px;
}
section.bot .but.addto::after {
  background-size: 18px auto;
  background-position: 0 -19px;
  height: 35px;
  width: 18px;
}
section.bot .but.addto:hover::after {
  background-position: 0 7px;
}
.mm section.bot .but.addto {
  height: 34px;
  line-height: 34px;
  font-size: 1px;
  color: transparent!important;
  padding: 0 11px;
}
.mm section.bot .but.addto::before {
  content: '+ ';
  color: #40aadc;
  font-size: 23px;
}
.mm section.bot .but.addto:hover::before {
  color: #ffffff;
}
.mm section.bot .but.addto:hover::after {
  background-position: 2px 4px;
}
.mm section.bot .but.addto::after {
  background-position: 5px -16px;
  background-size: 14px auto;
  height: 35px;
  margin-left: -10px;
  width: 19px;
}
.mm .bot-review-form .but {
  font-size: 14px;
  height: 34px;
  line-height: 34px;
  padding: 0 14px;
}
.but.menu {
  width: 70px;
  height: 60px;
  background-image: url('../images/menu_sprite.svg');
  background-position: 18px 11px!important;
}
.but.menu:hover {
  background-position: 18px -38px !important;
}
.but.menu:active,
.but.menu:focus {
  background-position: 18px -88px !important;
}
body.sidebar-open .but.menu {
  background-position: 18px -138px !important;
}
body.sidebar-open .but.menu:hover {
  background-position: 18px -188px !important;
}
body.sidebar-open .but.menu:active,
body.sidebar-open .but.menu:focus {
  background-position: 18px -238px !important;
}
.stars {
  position: relative;
  display: inline-block;
  width: 74px;
  height: 10px;
  background: url('../images/star_sprite.svg') repeat-x 0 0;
  vertical-align: middle;
  font-size: 0;
  color: transparent;
  margin-top: -2px;
  margin-right: 3px;
}
.stars span {
  display: block;
  width: 50%;
  max-width: 100%;
  height: 10px;
  background: url('../images/star_sprite.svg') repeat-x 0 -10px;
}
.tooltip {
  display: inline-block;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  color: #ffffff;
  line-height: 18px;
  text-align: center;
  font-size: 11px;
  background-color: #c6cbcd;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tooltip:hover,
.tooltip:focus {
  text-decoration: none;
  color: #ffffff;
}
.mm.is-native .select-box .tooltip {
  display: none;
}
.tooltip span {
  display: block;
  line-height: 20px;
  position: absolute;
  bottom: 38px;
  width: 290px;
  left: -13700px;
  border-radius: 3px;
  background-color: #f3f3f3;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #999999;
  padding: 15px;
  z-index: 1000000;
  font-weight: normal;
  text-align: left;
  opacity: 0;
  font-size: 12px;
  -webkit-transition: opacity 0.3s ease 0.3s;
  -moz-transition: opacity 0.3s ease 0.3s;
  -ms-transition: opacity 0.3s ease 0.3s;
  -o-transition: opacity 0.3s ease 0.3s;
  transition: opacity 0.3s ease 0.3s;
}
.mm .tooltip span {
  width: 220px;
}
.tooltip:hover span,
.tooltip:focus span {
  opacity: 1;
  left: -137px;
}
.mm .tooltip:hover span,
.mm .tooltip:focus span {
  left: -102px;
}
.tooltip span::after {
  background-color: #f3f3f3;
  bottom: -8px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  content: " ";
  height: 15px;
  left: 50%;
  margin-left: -6px;
  position: absolute;
  width: 15px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.chkbox {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
  vertical-align: top;
  cursor: pointer;
}
.chkbox input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
}
.chkbox span {
  z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/sidebar_sprite.svg") no-repeat;
  background-position: center -76px;
  background-size: 58px auto;
}
.chkbox input:checked + span {
  background-position: center -113px;
}
.select-ul {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 14px;
}
.select-ul select {
  display: none;
}
.select-ul .label {
  display: block;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.select-ul.popup ul {
  display: none;
  position: absolute;
  top: 100%;
  background-color: #ffffff;
  padding: 15px 10px 15px;
  z-index: 50;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  margin: 0;
  line-height: 30px;
  white-space: normal;
  max-height: 278px;
  overflow-y: auto;
  overflow-x: hidden;
}
.select-ul.popup .label::after {
  background: rgba(0, 0, 0, 0) url("../images/dropdown.svg") no-repeat scroll -12px -15px;
  content: " ";
  display: inline-block;
  height: 10px;
  width: 20px;
}
.select-ul.popup .label:hover::after {
  background-position: -12px -30px;
}
.select-ul.popup li {
  display: inline-block;
  position: relative;
  width: 165px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  cursor: pointer;
  margin-bottom: 3px;
  white-space: nowrap;
}
.select-ul.popup li:last-child {
  margin-bottom: 0px;
}
.select-ul.popup li:hover,
.select-ul.popup li:focus {
  background-color: #f4f4f4;
}
.select-ul.popup li span {
  color: #b2b2b2;
}
.select-ul.multiple li {
  padding-left: 30px;
}
.select-ul.multiple li.act:before {
  content: '✓';
  color: #41aadc;
  display: block;
  position: absolute;
  top: 0px;
  left: 6px;
  font-weight: bold;
}
.select-ul.inline .label {
  display: none;
}
.select-ul.inline ul {
  margin: 0;
  padding: 0;
  display: inline-block !important;
}
.select-ul.inline li {
  display: inline-block !important;
  cursor: pointer;
}
.select-ul.inline li.act {
  cursor: default;
}
.select-ul.popup.border {
  border: 1px solid #e6e6e6;
  height: 34px;
  line-height: 34px;
  padding: 0 10px 0 10px;
}
.select-ul.popup.border .label {
  margin-right: 20px;
}
.select-ul.popup.border .label::after {
  background: rgba(0, 0, 0, 0) url("../images/dropdown_gray.svg") no-repeat scroll -12px -15px;
  position: absolute;
  right: 10px;
  top: 12px;
}
.select-ul.popup.border ul {
  margin-left: -10px;
  margin-top: 1px;
  min-width: 100%;
}
.select-ul.popup.border ul li {
  display: block;
  min-width: 100%;
}
.select-ul.popup.adv li.mark {
  position: relative;
}
.select-ul.popup.adv li.mark::after {
  content: '✓';
  font-weight: bold;
  color: #6da8d9;
  position: absolute;
  right: 5px;
  top: 0px;
}
.select-ul.disabled {
  opacity: 0.4;
}
.select-ul.disabled .label {
  cursor: default;
}
.is-native .select-ul.popup select {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
}
body.sidebar-open {
  overflow: hidden;
}
body.sidebar-open > div:first-child {
  pointer-events: none;
}
body.sidebar-open > div select {
  display: none;
}
body.sidebar-open .sidebar {
  right: 0;
}
.sidebar {
  display: block !important;
  font-size: 14px;
  height: 100%;
  padding-top: 70px;
  position: fixed;
  right: -120%;
  top: 0;
  transition: right 0.3s ease-in 0s;
  width: 100%;
  z-index: 15;
  background-color: #ffffff;
  pointer-events: auto;
}
.sidebar > div {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.sidebar .header {
  height: 130px;
  background-color: #3c99c5;
  color: #ffffff;
  font-size: 16px;
  padding: 8px;
}
.sidebar .header > div {
  height: 65px;
  padding: 8px 15px 0;
}
.sidebar .header > div > * {
  display: inline-block;
  line-height: 40px;
}
.sidebar .header a {
  float: right;
  color: #51c2f8;
  text-decoration: none;
}
.sidebar .header a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.sidebar .header a:active {
  color: #ffffff;
  text-decoration: none;
}
.sidebar .header form {
  width: 100%;
  height: 50px;
  padding: 0 50px 0 10px;
  background-color: #f5f5f5;
  position: relative;
}
.sidebar .header form input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: none;
  font-size: 16px;
  color: #b2b2b2;
  background-color: transparent;
}
.sidebar .header form button {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/search_sprite.svg") no-repeat center center;
}
.sidebar .line {
  font-size: 16px;
  color: #333333;
  background-color: #f4f4f4;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sidebar .line .title {
  position: relative;
  background-color: #ffffff;
  height: 66px;
  line-height: 66px;
  padding-left: 73px;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}
.sidebar .line .title::before {
  position: absolute;
  content: ' ';
  left: 20px;
  top: 15px;
  width: 36px;
  height: 36px;
  background: url("../images/sidebar_sprite.svg") no-repeat center -1px;
  background-size: 58px auto;
}
.sidebar .line.acc .title::after {
  position: absolute;
  content: ' ';
  right: 25px;
  top: 27px;
  width: 24px;
  height: 14px;
  background: url("../images/sidebar_sprite.svg") no-repeat center -59px;
  background-size: 58px auto;
}
.sidebar .line.acc.open .title::after {
  background-position: center -38px;
}
.sidebar .line.acc ul {
  display: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
}
.sidebar .line.acc li {
  display: block;
  position: relative;
  height: 58px;
  line-height: 58px;
  padding-left: 73px;
}
.sidebar .line.acc li span:last-child {
  content: " ";
  height: 38px;
  position: absolute;
  right: 7px;
  top: 11px;
  width: 60px;
  background: url("../images/sidebar_sprite.svg") no-repeat center -75px;
  background-size: 58px auto;
  cursor: pointer;
}
.sidebar .line.acc .radio-list li.act span:last-child {
  background-position: center -148px;
}
.sidebar .line.acc .check-list li.act span:last-child {
  background-position: center -110px;
}
.sidebar .bot-languages .title::before {
  background-position: center -292px;
  height: 29px;
  top: 18px;
}
.sidebar .notifications .title::before {
  background-position: center -259px;
}
.sidebar .timezone .title span span {
  color: #40aadc;
  text-decoration: underline;
}
.sidebar .timezone .title:hover span span {
  text-decoration: none;
}
.sidebar .timezone .title::before {
  background-position: center -325px;
}
.sidebar .adult .title::before {
  background-position: center -222px;
}
.sidebar .mybots .title a {
  text-decoration: underline;
}
.sidebar .mybots .title:hover a {
  text-decoration: none;
}
.sidebar .mybots .title::before {
  display: none;
}
.info-popup {
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  text-align: center;
  z-index: 100000;
  cursor: pointer;
}
.dm .info-popup {
  width: 350px;
  padding: 15px 20px;
  top: 11px;
  right: 11px;
  border-radius: 4px;
  position: fixed;
}
.mm .info-popup {
  width: 100%;
  bottom: -100px;
  height: 100px;
  line-height: 100px;
  position: fixed;
}
.popup-modal {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9000;
  min-width: 320px;
  pointer-events: auto;
}
.popup-modal .window {
  position: absolute;
  border-radius: 4px;
  background-color: #ffffff;
}
.popup-modal .window p,
.popup-modal .window blockquote {
  color: #8f989c;
  font-size: 17px;
  margin: 0;
}
.popup-modal .window p {
  padding-bottom: 40px;
}
.popup-modal .window p:nth-child(2) span {
  color: #40aadc;
}
.popup-modal .close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  color: transparent;
  font-size: 1px;
  -moz-user-select: none;
  background: url("../images/close_sprite.svg") no-repeat 0px -1px transparent;
}
.popup-modal .close:hover {
  background-position: 0px -29px;
}
.mm .popup-modal .close {
  top: 22px;
  right: 22px;
  height: 16px;
  width: 16px;
  background-size: 16px auto;
}
.mm .popup-modal .close:hover {
  background-position: 0px -23px;
}
.dm .popup-modal .window {
  top: 50%;
  left: 50%;
  width: 580px;
  height: 290px;
  margin-left: -290px;
  margin-top: -145px;
  padding: 80px;
}
.mm .popup-modal .window {
  top: 120px;
  left: 10px;
  right: 10px;
  width: auto;
  min-height: 200px;
  padding: 60px 10px 40px 40px;
}
.mm .popup-modal .window p {
  font-size: 14px;
  line-height: 27px;
  padding-bottom: 25px;
}
.popup-modal.popup-login .window blockquote {
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  border-left: 2px solid #f0f4f6;
  margin: -25px 0 0;
  background: url('../images/loader-mini.gif') no-repeat center center transparent;
}
.mm .popup-modal.popup-login .window blockquote {
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  margin: -10px 0 0;
}
.popup-modal.popup-login .login-with-t {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  width: 137px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #40aadc;
  border-radius: 4px;
  color: #40aadc;
  background: url("../images/add_sprite.svg") no-repeat 103px -19px #ffffff;
  padding-left: 15px;
  font-weight: 16px;
  margin: -10px 5px -10px 0;
}
.popup-modal.popup-login .login-with-t:hover {
  background-position: 103px 7px;
  background-color: #40aadc;
  color: #ffffff;
}
.popup-modal.popup-login .login-with-t:active {
  background-color: #3396c5;
}
.mm .popup-modal.popup-login .login-with-t {
  width: 115px;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  margin: -3px 5px -3px 0;
  background-position: 83px -21px;
}
.mm .popup-modal.popup-login .login-with-t:hover {
  background-position: 83px 4px;
}
span.emoji {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 1.2em;
  height: 1.2em;
  background-size: 1em;
  background-repeat: no-repeat;
  text-indent: -9999px;
  background-position: 50%, 50%;
  background-size: contain;
}
span.emoji-sizer {
  line-height: 0.81em;
  font-size: 1em;
  margin: -4px 4px 0 2px;
}
span.emoji-outer {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  height: 1em;
  width: 1em;
}
span.emoji-inner {
  display: -moz-inline-box;
  display: inline-block;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  vertical-align: baseline;
  *vertical-align: auto;
  *zoom: 1;
}
img.emoji {
  width: 1em;
  height: 1em;
}
html {
  height: 100%;
}
body {
  position: relative;
  display: block!important;
  min-width: 320px;
  min-height: 100%;
  padding-bottom: 133px;
  background-color: #f5f5f5;
  color: #333333;
  font-family: Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: #40aadc;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2987b0;
  text-decoration: underline;
}
body > div:first-child {
  width: 100%;
}
.box {
  max-width: 1162px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
  min-width: 300px;
  position: relative;
}
h1 {
  font-size: 20px;
  color: #808080;
  font-weight: normal;
  margin: 0;
  padding: 35px 0;
}
.addthis-smartlayers-mobile {
  display: none;
}
header {
  height: 130px;
  background-color: #ffffff;
  width: 100%;
  min-width: 320px;
  white-space: nowrap;
  pointer-events: auto;
}
header .logo {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #808080;
  text-decoration: none;
  padding: 30px 30px 10px 120px;
  margin-bottom: 20px;
}
header .logo::before {
  content: ' ';
  position: absolute;
  left: 25px;
  top: 0px;
  width: 90px;
  height: 130px;
  z-index: 10;
  background: url('../images/logo.png') no-repeat center center #40aadc;
  background-size: 64px auto;
}
header form {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  width: 29%;
  height: 33px;
  border: 1px solid #e6e6e6;
}
header form input {
  position: absolute;
  left: 0px;
  top: 0px;
  border: none;
  width: 100%;
  height: 33px;
  line-height: 33px;
  padding-left: 10px;
  font-size: 14px;
  padding-right: 30px;
  color: #333333;
}
header form input:focus {
  outline: none;
}
header form button {
  width: 33px;
  height: 33px;
  position: absolute;
  top: 0px;
  right: 0px;
  background: url('../images/search_sprite.svg') no-repeat -8px -11px;
}
header > div > :last-child {
  color: #808080;
  font-size: 17px;
  position: absolute;
  right: 80px;
  top: 33px;
}
header .login {
  text-decoration: none!important;
}
header .login:hover {
  color: #40aadc;
}
header .login::before {
  content: ' ';
  display: inline-block;
  background: url('../images/login_sprite.svg') no-repeat -16px -31px;
  width: 18px;
  height: 17px;
  vertical-align: middle;
  margin-right: 5px;
}
header .login:hover::before {
  background-position: -16px -7px;
}
header .lang-link {
  display: block;
  border-bottom: 1px dashed #808080;
  color: #808080;
  font-size: 17px;
  position: absolute;
  right: 25px;
  top: 33px;
  cursor: pointer;
}
header .lang-link:hover {
  border-bottom: 1px dashed transparent;
  color: #40aadc;
}
header .menu.but {
  display: none;
  position: absolute;
  top: 5px;
  right: 0;
}
header .user ul {
  white-space: normal;
  right: 0;
}
.no-nav header {
  height: 70px;
}
.no-nav header .box {
  padding: 0;
}
.no-nav header .logo {
  padding-left: 96px;
  padding-top: 25px;
  font-size: 18px;
}
.no-nav header .logo::before {
  left: 0;
  width: 70px;
  height: 70px;
  background-size: 48px auto;
}
.no-nav header form {
  margin-top: -7px;
}
.no-nav header > div > *:last-child,
.no-nav header .lang-link {
  top: 25px;
}
@media screen and (max-width: 720px) {
  header {
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  }
  body > div:first-child {
    padding-top: 70px;
  }
  header .box {
    padding: 0;
  }
  header .box > :last-child,
  header form {
    display: none;
  }
  header .logo {
    padding-left: 96px;
    padding-top: 25px;
    font-size: 18px;
  }
  header .logo::before {
    left: 0;
    width: 70px;
    height: 70px;
    background-size: 48px auto;
  }
  header .menu.but {
    display: block;
  }
  header .lang-link {
    display: none;
  }
}
section.breadcrumbs {
  height: 90px;
  line-height: 90px;
}
.mm section.breadcrumbs {
  height: 70px;
  line-height: 70px;
}
section.breadcrumbs .box {
  padding-left: 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
section.breadcrumbs li {
  display: inline-block;
}
section.breadcrumbs .box > li a,
section.breadcrumbs .box .label,
section.breadcrumbs .box > li > span {
  font-size: 20px;
  text-decoration: none;
  line-height: 30px;
}
.mm section.breadcrumbs .box > li a,
.mm section.breadcrumbs .box .label,
.mm section.breadcrumbs .box span {
  font-size: 16px;
}
section.breadcrumbs a:hover {
  text-decoration: underline;
}
section.breadcrumbs .box .label {
  color: #808080;
}
section.breadcrumbs .box .label:hover {
  color: #333333;
}
section.breadcrumbs .select-ul.popup {
  vertical-align: middle;
  margin-top: -6px;
}
section.breadcrumbs .select-ul.popup ul {
  width: 370px;
}
.mm section.breadcrumbs .select-ul.popup {
  margin-top: -2px;
}
section.breadcrumbs .select-ul.popup .label::after {
  background-image: url('../images/dropdown_dark.svg');
}
section.breadcrumbs .box > li::after {
  content: ' ';
  color: #cccccc;
  font-size: 25px;
  vertical-align: middle;
  display: inline-block;
  height: 20px;
  width: 11px;
  background: url('../images/breadcrumbs.svg') no-repeat center center;
  margin: -3px 15px 0;
}
.mm section.breadcrumbs .box > li::after {
  margin: -3px 8px 0;
}
section.breadcrumbs .box > li:last-child::after {
  display: none;
}
.no-nav nav {
  display: none!important;
}
nav {
  margin-top: -55px;
  height: 55px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
nav > .box {
  padding-left: 145px;
}
nav .label,
nav .select-ul.inline ul {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  line-height: 30px;
}
nav .label,
nav .select-ul.inline li {
  color: #40aadc;
  font-size: 16px;
}
nav .label:hover,
nav .label:focus,
nav .select-ul.inline li:hover,
nav .select-ul.inline li:focus {
  color: #3698C7;
}
nav .select-ul.popup ul {
  margin-top: 10px;
}
nav .select-ul.popup:first-child ul {
  min-width: 350px;
}
nav .label {
  width: 130px;
}
nav .select-ul:first-child .label {
  border-right: 1px solid #e6e6e6;
}
nav .select-ul.inline li {
  margin-left: 20px;
}
nav .select-ul.inline li.act {
  border-bottom: 2px solid #40aadc;
}
@media screen and (max-width: 720px) {
  nav {
    height: 75px;
    margin-top: 0px;
    padding-top: 20px;
  }
  nav > .box {
    padding-left: 20px;
  }
  nav .select-ul:first-child {
    padding-left: 5px;
  }
  nav .select-ul:first-child .label {
    border-right: none;
  }
  nav .select-ul:last-child {
    float: right;
  }
  nav .select-ul:last-child .label {
    text-align: right;
  }
  nav .select-ul:last-child ul {
    right: 0;
  }
}
body {
  padding-bottom: 134px;
}
body.autoload {
  padding-bottom: 0px;
}
body.autoload footer {
  display: none;
}
footer {
  position: absolute;
  bottom: 0px;
  height: 134px;
  width: 100%;
  background-color: #e6e6e6;
}
footer,
footer a {
  font-size: 14px;
  color: #333333;
  text-decoration: none;
}
footer .box {
  position: relative;
}
footer a {
  color: #333333;
}
footer a:hover {
  color: #333333;
  text-decoration: underline;
}
footer .box > div {
  position: absolute;
}
footer .box > div:nth-child(1) {
  right: 25px;
  top: 29px;
  width: 230px;
  white-space: nowrap;
}
footer .box > div:nth-child(2) {
  border-right: 1px solid #d9d9d9;
  height: 75px;
  padding-right: 50px;
  padding-top: 30px;
  right: 298px;
  text-align: right;
  top: 29px;
  width: 300px;
}
footer .box > div:nth-child(2) .select-ul.popup {
  width: 250px;
}
.mm footer .box > div:nth-child(2) .select-ul.popup {
  width: auto;
}
footer .box > div:nth-child(2) .select-ul.popup .label {
  text-align: right;
  text-decoration: underline;
}
footer .box > div:nth-child(2) .select-ul.popup ul {
  bottom: 100%;
  margin-bottom: 10px;
  margin-left: -169px;
  min-width: 680px;
  padding-bottom: 15px;
  top: auto;
  text-align: left;
}
footer .box > div:nth-child(2) .select-ul.popup .label::after {
  background-image: url('../images/dropdown_dark.svg');
}
footer .box > div:nth-child(2) .select-ul.popup .label:hover {
  text-decoration: none;
}
footer .box > div:nth-child(3) {
  left: 25px;
  top: 42px;
  width: 280px;
}
footer .box > div:nth-child(1) > div {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
footer .box > div:nth-child(1) a {
  display: block;
  padding-bottom: 14px;
}
footer .box > div:nth-child(3) > * {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 27px;
  padding-right: 15px;
  padding-bottom: 18px;
}
footer .box > div:nth-child(3) > *:before {
  content: ' ';
  position: absolute;
  width: 22px;
  height: 17px;
  left: 0px;
  top: 0px;
  background: url('../images/footer_sprite.svg') no-repeat 0 1px transparent;
}
footer .box > div:nth-child(3) > *:nth-child(2):before {
  background-position: 0 -19px;
}
footer .box > div:nth-child(3) > *:nth-child(3):before {
  background-position: 0 -59px;
}
footer .box > div:nth-child(3) > *:nth-child(4):before {
  background-position: 0 -40px;
}
@media screen and (max-width: 820px) {
  footer .box > div:nth-child(2) {
    padding-right: 10px;
    right: 268px;
  }
  footer .box > div:nth-child(2) .select-ul.popup ul {
    margin-left: -194px;
  }
}
@media screen and (max-width: 720px) {
  body {
    padding-bottom: 235px;
  }
  footer {
    height: 240px;
  }
  footer .box {
    padding: 0;
  }
  footer .box > div {
    position: inherit!important;
    left: auto!important;
    top: auto!important;
    right: auto!important;
  }
  footer .box > div:nth-child(1) {
    height: 137px;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    overflow: hidden;
    position: relative;
  }
  footer .box > div:nth-child(2) {
    display: none;
    height: 45px;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    text-align: center;
    padding-right: 0;
    padding-top: 14px;
  }
  footer .box > div:nth-child(2) .select-ul.popup ul {
    bottom: 100%;
    margin-bottom: 10px;
    margin-left: -136px;
    min-width: 520px;
    padding-bottom: 15px;
    text-align: left;
    top: auto;
  }
  footer .box > div:nth-child(3) {
    height: 100px;
    padding-top: 24px;
    margin-left: 40px;
  }
  footer .box > div:nth-child(1) > div {
    position: absolute;
    top: 31px;
    width: auto;
  }
  footer .box > div:nth-child(1) > div:nth-child(1) {
    left: 40px;
  }
  footer .box > div:nth-child(1) > div:nth-child(2) {
    right: 40px;
  }
}
@media screen and (max-width: 655px) {
  footer .box > div:nth-child(2) .select-ul.popup ul {
    bottom: 100%;
    margin-bottom: 10px;
    margin-left: -51px;
    min-width: 350px;
    padding-bottom: 15px;
    text-align: left;
    top: auto;
  }
}
@media screen and (max-width: 390px) {
  footer .box > div:nth-child(3) {
    margin-left: 25px;
  }
  footer .box > div:nth-child(3) > * {
    padding-right: 5px;
  }
  footer .box > div:nth-child(2) .select-ul.popup {
    width: auto;
  }
}
.lang-selector-box {
  display: block;
  height: 1px;
  left: 50%;
  max-width: 1162px;
  position: absolute;
  top: 0;
  transform: translate(-50%);
  -o-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -moz-transform: translate(-50%);
  width: 100%;
  z-index: 1000;
}
.lang-selector {
  position: absolute;
  display: none;
  z-index: 100;
  top: 60px;
  right: 20px;
  width: 550px;
  height: 430px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}
.lang-selector > div {
  display: inline-block;
  vertical-align: top;
  height: 430px;
  padding: 25px 0 13px 20px;
}
.lang-selector .bot-languages {
  position: relative;
  width: 335px;
  border-right: 1px solid #e6e6e6;
}
.lang-selector .bot-languages .but {
  position: absolute;
  bottom: 13px;
  right: 13px;
  padding: 0 20px;
}
.lang-selector .website-language {
  width: 210px;
  padding-left: 32px;
}
.lang-selector .title {
  margin-bottom: 45px;
  padding-left: 10px;
  font-size: 16px;
  color: #808080;
}
.lang-selector .wrapper {
  height: 270px;
}
.lang-selector ul {
  padding: 0;
  margin: 0;
}
.lang-selector li {
  display: inline-block;
  position: relative;
  width: 145px;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lang-selector li.act,
.lang-selector li:hover {
  background-color: #f4f4f4;
}
.lang-selector li.act::after {
  content: '✓';
  color: #40aadc;
  display: block;
  position: absolute;
  top: 0px;
  right: 10px;
  font-weight: bold;
  line-height: 30px;
}
.wrapper {
  position: relative;
  overflow: hidden;
}
.scroller {
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  border: 0;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.scroller::-webkit-scrollbar {
  width: 0;
}
.scroller__bar-wrapper {
  position: absolute;
  z-index: 3;
  top: 0px;
  bottom: 0px;
  right: 10px;
  width: 8px;
  pointer-events: none;
}
.scroller__bar {
  position: absolute;
  right: 0;
  z-index: 1;
  width: 8px;
  background: #c4c4c4;
  border-radius: 4px;
  pointer-events: auto;
}
section.bots {
  padding-bottom: 15px;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
section.bots h2 {
  margin: 0;
  padding: 31px 0;
}
section.bots h2 a {
  font-size: 20px;
  color: #808080;
  font-weight: normal;
  text-decoration: none;
}
section.bots h2 a:hover {
  text-decoration: underline;
}
section.bots .box > a {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}
section.bots .botslist {
  margin-right: -14px;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.mm section.bots .botslist {
  margin-right: -6px;
}
.autoload section.bots .botslist.dynamic {
  display: none;
}
section.bots .botitem {
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  display: inline-block;
  position: relative;
  vertical-align: top;
  height: 174px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  background-color: #ffffff;
  max-width: 268px;
  margin-right: 12px;
  margin-bottom: 12px;
  width: 23.8%;
  font-size: 12px;
  cursor: pointer;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0);
  -webkit-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  -ms-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  z-index: 1;
}
section.bots .botitem:hover,
section.bots .botitem:focus {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.is-native section.bots .botitem {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.is-native section.bots .botitem:hover,
.is-native section.bots .botitem:focus {
  box-shadow: none;
  z-index: 1;
}
section.bots .botitem .stars,
section.bots .botitem .stars span {
  background-size: auto 20px;
}
section.bots .botitem .ava {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: url('../images/ava_bot_2.png') no-repeat center center;
  background-size: 84px 84px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
section.bots .botitem .info {
  width: 100%;
  height: 123px;
  padding: 0  0 0 105px;
}
section.bots .botitem h3 {
  margin: 0;
  padding: 0;
}
section.bots .botitem h3 a {
  padding: 12px 5px 3px 0;
  display: block;
  font-size: 17px;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: normal;
  text-decoration: none;
}
section.bots .botitem .cat {
  color: #b2b2b2;
  padding: 0;
  margin: 0;
}
section.bots .botitem .description {
  display: block;
  display: -webkit-box;
  line-height: 18px;
  height: 55px;
  position: relative;
  padding-right: 5px;
  margin-right: 10px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
opera:-o-prefocus,
section.bots .botitem .description {
  display: block;
}
section.bots .botitem .description::before {
  content: ' ';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #ffffff 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #ffffff 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
section.bots .botitem .bot-footer {
  position: relative;
  width: 100%;
  height: 50px;
  border-top: 1px solid #e6e6e6;
}
section.bots .botitem .rate {
  height: 48px;
  line-height: 48px;
  color: #b2b2b2;
  padding-left: 12px;
}
section.bots .botitem .but {
  position: absolute;
  right: 7px;
  top: 7px;
}
section.bots .no-bots {
  font-size: 16px;
  font-weight: bold;
}
section.bots .next {
  color: #aaaaaa;
  font-weight: bold;
  height: 70px;
  line-height: 70px;
  text-align: center;
  text-transform: uppercase;
  opacity: 0;
}
.loader-ind {
  display: none;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  height: 40px;
  left: 50%;
  margin-left: -2px;
  margin-top: -6px;
  padding-top: 10px;
  position: fixed;
  text-align: center;
  top: 50%;
  transform: translate(-50%, 0px);
  -webkit-transform: translate(-50%, 0px);
  width: 59px;
  z-index: 10000;
}
@media screen and (max-width: 720px) {
  h1 {
    display: none;
  }
  section.bots h2:first-child {
    padding-top: 0;
  }
}
@media screen and (max-width: 1125px) {
  section.bots .botitem {
    width: 32%;
    max-width: none;
  }
}
@media screen and (max-width: 950px) {
  section.bots .botitem {
    width: 47.9%;
    max-width: none;
  }
}
@media screen and (max-width: 935px) {
  section.bots .botitem {
    width: 48.5%;
    max-width: none;
  }
}
@media screen and (max-width: 850px) {
  section.bots .botitem {
    width: 48%;
    max-width: none;
  }
}
@media screen and (max-width: 655px) {
  section.bots .box {
    padding: 0 15px;
  }
  section.bots .botitem {
    width: auto;
    max-width: none;
    display: block;
  }
}
section.bot > .box {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
section.bot .col1 {
  position: absolute;
  width: 250px;
  right: 74%;
  top: 30px;
}
section.bot .col2 {
  padding-left: 28.5%;
}
section.bot .bot-logo {
  width: 118px;
  text-align: center;
  height: 118px;
  margin-left: 2px;
  margin-bottom: 17px;
}
section.bot .bot-logo img {
  width: 122px;
  height: 122px;
  margin: -2px 0 0 -2px;
}
section.bot .bot-logo span {
  width: 118px;
  height: 118px;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
  /*border: 1px solid #f0f4f6;*/
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
_:-o-prefocus,
section.bot-logo .logo img {
  width: 118px;
  height: 118px;
  margin: 0;
}
section.bot .bot-rate {
  color: #8f989c;
  font-size: 14px;
  padding-top: 0px;
  margin-top: -5px;
  width: 180px;
}
.bot-rate > p {
  margin-bottom: 20px;
}
section.bot .bot-rate p:nth-child(1) {
  margin-bottom: 45px;
}
section.bot .bot-rate .stars {
  display: inline-block;
  width: 110px;
  height: 15px;
  background: url(../images/star_sprite.svg) repeat-x left top;
  font-size: 1px;
  color: rgba(255, 255, 255, 0);
  vertical-align: middle;
}
section.bot .bot-rate p > span {
  color: #333333;
}
section.bot .bot-rate .stars span {
  display: block;
  width: 50%;
  height: 15px;
  background: url(../images/star_sprite.svg) repeat-x left bottom;
}
section.bot .abot-add-to {
  padding-top: 5px;
}
section.bot .bot-title {
  color: #333333;
  font-size: 30px;
  margin-top: 40px;
}
section.bot .bot-description {
  padding-top: 25px;
  line-height: 25px;
}
section.bot .bot-description p {
  color: #333333;
  font-size: 14px;
  line-height: 27px;
  margin: 0;
  padding-bottom: 24px;
  text-align: justify;
}
section.bot .bot-set-rate {
  position: relative;
  height: 25px;
  margin-top: 34px;
}
section.bot .bot-set-rate > * {
  position: absolute;
  top: 0px;
  height: 25px;
  line-height: 25px;
}
section.bot .bot-set-rate .label {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  left: 0px;
  width: 160px;
  line-height: 28px;
}
section.bot .bot-set-rate .stars {
  width: 186px;
  height: 25px;
  background: url(../images/big_star_sprite.svg) repeat-x left top;
  font-size: 1px;
  color: rgba(255, 255, 255, 0);
  vertical-align: middle;
  left: 160px;
  cursor: pointer;
  overflow: hidden;
}
section.bot .bot-set-rate .stars span {
  display: block;
  width: 0%;
  height: 25px;
  background: url(../images/big_star_sprite.svg) repeat-x left bottom;
}
section.bot .bot-set-rate .report {
  right: 0px;
}
section.bot .bot-set-rate .report a {
  color: #8f989c;
  font-size: 14px;
  text-decoration: underline;
}
section.bot .bot-set-rate .report a:hover {
  text-decoration: none;
}
section.bot .bot-review-form {
  padding-top: 30px;
  text-align: right;
}
section.bot .bot-review-form textarea {
  width: 100%;
  min-height: 95px;
  resize: vertical;
  border: 1px solid #d9e0e3;
  border-radius: 4px;
  padding: 15px 15px;
  font-size: 16px;
  color: #8f989c;
  text-align: justify;
  margin-bottom: 15px;
}
section.bot .bot-reviews {
  padding-top: 40px;
}
section.bot .bot-reviews > .title {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  border-bottom: 1px solid #d9e0e3;
  padding-bottom: 25px;
}
section.bot .bot-reviews .list > div {
  padding: 30px 0 25px;
  border-bottom: 1px solid #d9e0e3;
  overflow: hidden;
}
section.bot .bot-reviews .list .title {
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  padding-right: 10px;
}
section.bot .bot-reviews .list .header {
  padding-bottom: 5px;
}
section.bot .bot-reviews .list .header > * {
  display: inline-block;
}
section.bot .bot-reviews .list .title span {
  color: #8f989c;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
}
section.bot .bot-reviews .list .stars {
  display: inline-block;
  width: 110px;
  height: 15px;
  background: url(../images/star_sprite.svg) repeat-x left top;
  font-size: 1px;
  color: rgba(255, 255, 255, 0);
  vertical-align: middle;
}
section.bot .bot-reviews .list .stars span {
  display: block;
  width: 0%;
  height: 15px;
  background: url(../images/star_sprite.svg) repeat-x left bottom;
}
section.bot .bot-reviews .list .text {
  color: #333333;
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
}
section.bot .addthis {
  right: 74%;
  position: absolute;
  top: 385px;
  width: 250px;
  margin-left: -3px;
}
section.bot .more {
  text-align: right;
  padding: 40px 0 40px;
}
section.bot .more span {
  color: #999999;
  cursor: pointer;
  display: inline-block;
  border-bottom: 1px dashed #bbbbbb;
  text-align: left;
}
section.bot .more span:hover {
  border-bottom: 1px dashed transparent;
}
@media (max-width: 1085px) {
  section.bot .addthis,
  section.bot .col1 {
    left: 30px;
    right: auto;
  }
}
@media (max-width: 715px) {
  section.bot > .box {
    width: auto;
    margin: 0 8px 13px;
    padding: 0 12px;
    min-width: 200px;
  }
  section.bot .bot-logo {
    width: 80px;
    height: 80px;
  }
  section.bot .bot-logo img {
    width: 84px;
    height: 84px;
  }
  section.bot .bot-logo span {
    width: 80px;
    height: 80px;
  }
  _:-o-prefocus,
  section.bot-logo .logo img {
    width: 80px;
    height: 80px;
    margin: 0;
  }
  section.bot .col1 {
    right: auto;
    left: 12px;
    top: 12px;
  }
  section.bot .col2 {
    padding-left: 0px;
  }
  section.bot .bot-title {
    font-size: 16px;
    padding-left: 95px;
    margin-top: 17px;
    height: 40px;
    font-weight: bold;
  }
  section.bot .bot-description {
    padding-top: 50px;
    font-size: 14px;
    line-height: 25px;
  }
  section.bot .bot-rate {
    margin-left: 95px;
    margin-top: -69px;
    position: relative;
  }
  section.bot .bot-rate p {
    position: absolute;
    font-size: 14px;
  }
  section.bot .bot-rate p:nth-child(3) {
    display: none;
  }
  section.bot .bot-rate p:nth-child(2) {
    top: 0px;
  }
  section.bot .bot-rate p:nth-child(1) {
    top: 22px;
  }
  section.bot .bot-rate p:nth-child(1) span {
    display: none;
  }
  section.bot .bot-rate p:nth-child(3) .stars {
    height: 11px;
    width: 80px;
    margin-left: -2px;
  }
  section.bot .bot-rate p:nth-child(3) .stars,
  section.bot .bot-rate p:nth-child(3) .stars span {
    background-size: auto 22px;
  }
  section.bot .bot-rate p:nth-child(3) .stars {
    background-position: left top;
  }
  section.bot .bot-rate p:nth-child(3) .stars span {
    background-position: left -11px;
    height: 11px;
  }
  section.bot .abot-add-to {
    margin: 0;
    position: absolute;
    right: -80px;
    top: 40px;
  }
  section.bot .abot-add-to .btn:hover:before {
    color: #ffffff;
  }
  section.bot .bot-set-rate .label {
    font-size: 14px;
  }
  section.bot .bot-review-form textarea {
    font-size: 14px;
    padding: 10px;
    min-height: 70px;
  }
  section.bot .bot-reviews > .title {
    font-size: 14px;
    padding-bottom: 15px;
  }
  section.bot .bot-review-form {
    padding-bottom: 20px;
    padding-top: 25px;
  }
  section.bot .bot-reviews .list > div {
    padding: 15px 0 5px;
  }
  section.bot .bot-reviews .list .stars {
    margin-top: 7px;
    display: block;
    transform: scale(0.7) translate(-24px, -3px);
    -webkit-transform: scale(0.7) translate(-24px, -3px);
  }
  section.bot .addthis {
    position: inherit;
    left: auto;
    top: auto;
    right: auto;
    padding-top: 20px;
  }
  section.bot .bot-set-rate {
    margin-top: 20px;
  }
  section.bot .bot-reviews {
    padding-top: 0;
  }
}
@media (max-width: 400px) {
  section.bot .bot-rate {
    margin-top: -61px;
  }
  section.bot .bot-rate .stars {
    transform: scale(0.7) translate(-23px, 0px);
    -webkit-transform: scale(0.7) translate(-23px, 0px);
    margin-right: -32px;
  }
  section.bot .abot-add-to {
    right: -32px;
  }
  section.bot .bot-rate p {
    font-size: 12px;
  }
  section.bot .bot-set-rate .stars {
    right: -12px;
    left: auto;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
  section.bot .bot-set-rate .label {
    font-size: 13px;
  }
  section.bot .bot-rate p:nth-child(1) {
    top: 18px;
    overflow: hidden;
    width: 120px;
    text-overflow: ellipsis;
  }
}
section.settings .box {
  background-color: #ffffff;
  padding: 52px 60px;
  margin-bottom: 90px;
}
section.settings .box > div {
  height: 34px;
  margin-bottom: 34px;
  position: relative;
  line-height: 34px;
  font-size: 16px;
  color: #808080;
}
section.settings .box > div::before {
  content: ' ';
  position: absolute;
  left: 0;
  width: 29px;
  top: 3px;
  background: url('../images/settings_sprite.svg') no-repeat 0px 0px;
  height: 27px;
}
section.settings .box > div:last-child {
  margin-bottom: 0;
}
section.settings .box > div > div {
  position: absolute;
  top: 0;
}
section.settings .box > div > div:nth-child(1) {
  left: 44px;
  width: 152px;
  line-height: 20px;
  top: 50%;
  transform: translate(0, -50%);
}
section.settings .box > div > div:nth-child(2) {
  left: 196px;
}
section.settings .box > div > div:nth-child(2) .label {
  color: #b2b2b2;
  width: 240px;
}
section.settings #geoload {
  display: none;
}
section.settings div.notifications::before {
  background-position: 0px 0px;
}
section.settings div.adult::before {
  background-position: 0px -33px;
}
section.settings div.location::before {
  background-position: 0px -65px;
}
section.settings div.my-bots::before {
  background-position: 0px -95px;
}
section.mybots-bot-list .box {
  padding: 0;
}
section.mybots-bot-list .addbotlinkbox {
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  padding-left: 38px;
}
section.mybots-bot-list .addbotlinkbox a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
}
section.mybots-bot-list .addbotlinkbox a:hover {
  text-decoration: none;
}
section.mybots-bot-list .addbotlinkbox a::before {
  content: '+';
  padding-right: 18px;
  font-size: 32px;
  vertical-align: top;
}
section.mybots-bot-list .mybots-list {
  padding-top: 8px;
  padding-bottom: 90px;
}
section.mybots-bot-list .mybots-list > div {
  height: 113px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  margin-bottom: 6px;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0);
  -webkit-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  -ms-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  z-index: 1;
}
section.mybots-bot-list .mybots-list > div > div {
  vertical-align: top;
  display: inline-block;
}
section.mybots-bot-list .mybots-list > div .ava {
  width: 12.6%;
  min-width: 110px;
  max-width: 140px;
  text-align: center;
  padding-top: 16px;
}
section.mybots-bot-list .mybots-list > div .ava > div {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: url('../images/ava_bot_2.png') no-repeat center center;
  background-size: 84px 84px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
section.mybots-bot-list .mybots-list > div .name {
  height: 113px;
  padding-top: 35px;
  width: 30.1%;
}
section.mybots-bot-list .mybots-list > div .name span {
  color: #363636;
  font-size: 17px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 5px;
  margin-right: 20px;
}
section.mybots-bot-list .mybots-list > div .name a {
  display: block;
  color: #b0b0b0;
  font-size: 14px;
}
section.mybots-bot-list .mybots-list > div .name a:hover {
  text-decoration: none;
}
section.mybots-bot-list .mybots-list > div .rating {
  height: 113px;
  line-height: 113px;
  color: #808080;
  font-size: 14px;
  width: 20.7%;
}
section.mybots-bot-list .mybots-list > div .rating span {
  background: rgba(0, 0, 0, 0) url("../images/star_sprite.svg") repeat-x scroll left bottom;
  display: inline-block;
  height: 15px;
  width: 19px;
  font-size: 1px;
  color: transparent;
  line-height: 15px;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}
section.mybots-bot-list .mybots-list > div .update-status-box {
  height: 113px;
  line-height: 113px;
}
section.mybots-bot-list .mybots-list > div .update-status-box .update {
  display: inline-block;
  color: #b0b0b0;
  font-size: 14px;
  vertical-align: top;
}
section.mybots-bot-list .mybots-list > div .update-status-box .status {
  position: absolute;
  right: 0;
  top: 0;
  width: 150px;
  font-size: 14px;
}
section.mybots-bot-list .mybots-list > div .update-status-box .status::before {
  padding-right: 4px;
  vertical-align: -1px;
  font-weight: bold;
}
section.mybots-bot-list .mybots-list > div .update-status-box .published {
  color: #10ac00;
}
section.mybots-bot-list .mybots-list > div .update-status-box .published::before {
  content: '✓';
  font-size: 15px;
}
section.mybots-bot-list .mybots-list > div .update-status-box .unpublished {
  color: #ff0000;
}
section.mybots-bot-list .mybots-list > div .update-status-box .unpublished::before {
  content: '×';
  font-size: 17px;
}
section.mybots-bot-list .mybots-list > div:last-child {
  margin-bottom: 0;
}
section.mybots-bot-list .mybots-list > div:hover,
section.mybots-bot-list .mybots-list > div:focus {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
@media (max-width: 900px) {
  section.mybots-bot-list .mybots-list > div .update-status-box {
    position: absolute;
    width: 140px;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    overflow: hidden;
    height: auto;
    line-height: 25px;
  }
  section.mybots-bot-list .mybots-list > div .update-status-box .status {
    position: static;
    top: auto;
    right: auto;
    width: auto;
    display: block;
  }
  section.mybots-bot-list .mybots-list > div .update-status-box .update {
    display: block;
  }
}
@media (max-width: 720px) {
  section.mybots-bot-list .mybots-list {
    padding: 8px 8px 13px 8px;
  }
  section.mybots-bot-list .mybots-list > div {
    height: 153px;
  }
  section.mybots-bot-list .mybots-list > div .ava {
    width: 105px;
    min-width: 105px;
    text-align: center;
    padding-top: 10px;
  }
  section.mybots-bot-list .mybots-list > div .name {
    position: absolute;
    top: 15px;
    left: 0;
    height: auto;
    padding-left: 105px;
    width: 100%;
    padding-top: 0;
    padding-right: 0px;
  }
  section.mybots-bot-list .mybots-list > div .rating {
    position: absolute;
    top: 70px;
    left: 0;
    height: auto;
    line-height: normal;
    padding-left: 105px;
    width: 100%;
    padding-top: 0;
    padding-right: 20px;
  }
  section.mybots-bot-list .mybots-list > div .update-status-box {
    top: auto;
    bottom: 0px;
    height: 50px;
    transform: inherit;
    border-top: 1px solid #f5f5f5;
    width: 100%;
    left: 0px;
  }
  section.mybots-bot-list .mybots-list > div .update-status-box > div {
    display: block;
    height: 50px;
    line-height: 50px;
    position: absolute!important;
    top: 0;
  }
  section.mybots-bot-list .mybots-list > div .update-status-box .update {
    left: 24px;
  }
  section.mybots-bot-list .mybots-list > div .update-status-box .status {
    right: 0px;
    width: 124px;
  }
}
section.mybots-bot-edit .box {
  padding: 0 40px 40px;
  background-color: #ffffff;
  /*   .avatar-box:hover{
      > div:nth-child(1)::before{
        background-color: rgba(64,170,220,0.7);
        color: #ffffff;
      }
    }
*/
}
section.mybots-bot-edit .box h2 {
  color: #333333;
  font-size: 18px;
  margin: 0;
  padding: 34px 0;
  font-weight: normal;
}
section.mybots-bot-edit .box > div {
  line-height: 34px;
  margin-bottom: 34px;
}
section.mybots-bot-edit .box > div > span:first-child {
  display: inline-block;
  width: 193px;
  font-size: 16px;
  color: #808080;
}
section.mybots-bot-edit .box > div .tooltip {
  margin-left: 5px;
}
section.mybots-bot-edit .box > div input[type='text'] {
  border: 1px solid #e6e6e6;
  height: 34px;
  line-height: 34px;
  width: 240px;
  padding: 0 10px;
}
section.mybots-bot-edit .box > div .select-ul {
  width: 240px;
}
section.mybots-bot-edit .box > div textarea {
  height: 140px;
  min-height: 140px;
  max-height: 240px;
  width: 440px;
  border: 1px solid #e6e6e6;
  padding: 10px 15px;
  line-height: 20px;
  resize: vertical;
}
section.mybots-bot-edit .box > div textarea,
section.mybots-bot-edit .box > div input[type='text'],
section.mybots-bot-edit .box > div .select-ul .label {
  color: #a2a2a2;
  font-size: 14px;
  -webkit-appearance: none;
  border-radius: 0;
}
section.mybots-bot-edit .box .info {
  color: #808080;
  font-size: 14px;
  line-height: 22px;
}
section.mybots-bot-edit .box .name-box {
  margin-bottom: 14px;
}
section.mybots-bot-edit .box .name-box > div:last-child {
  text-align: right;
  width: 437px;
  padding-top: 10px;
}
section.mybots-bot-edit .box .token-box {
  margin-bottom: 34px;
}
section.mybots-bot-edit .box .token-box > div:last-child {
  text-align: right;
  width: 437px;
  padding-top: 10px;
}
section.mybots-bot-edit .box .status-box span:nth-child(2) {
  font-size: 14px;
  margin-right: 20px;
}
section.mybots-bot-edit .box .status-box .resubmit {
  font-size: 14px;
  margin-top: -1px;
  vertical-align: middle;
}
section.mybots-bot-edit .box .status-box .bot-status-approved {
  color: #10ac00;
}
section.mybots-bot-edit .box .status-box .bot-status-approved::before {
  content: '✓ ';
  font-weight: bold;
}
section.mybots-bot-edit .box .status-box .bot-status-created {
  color: #ff9600;
}
section.mybots-bot-edit .box .status-box .bot-status-declined {
  color: #d60000;
}
section.mybots-bot-edit .box .avatar-box {
  line-height: 100px;
  position: relative;
}
section.mybots-bot-edit .box .avatar-box > div {
  display: inline-block;
  vertical-align: middle;
}
section.mybots-bot-edit .box .avatar-box > div:nth-child(1) {
  margin-right: 30px;
  width: 100px;
  height: 100px;
  background-color: #f5f5f5;
  border-radius: 50%;
  color: transparent;
  font-size: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  background-position: center center;
  background-size: cover;
}
section.mybots-bot-edit .box .avatar-box > div:nth-child(1)::before {
  content: '+';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #c6cbcd;
  font-size: 30px;
  text-align: center;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}
section.mybots-bot-edit .box .avatar-box > div:nth-child(2) {
  line-height: 30px;
  font-size: 16px;
  color: #8f989c;
}
section.mybots-bot-edit .box .avatar-box > div:nth-child(2) span {
  display: block;
  color: #40aadc;
}
section.mybots-bot-edit .box .avatar-box form {
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}
section.mybots-bot-edit .box .avatar-box form input {
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}
section.mybots-bot-edit .box .description-box > span:first-child {
  display: block;
  margin-bottom: 15px;
}
section.mybots-bot-edit .box .description-box > div:last-child {
  position: relative;
  width: 440px;
  height: 34px;
}
section.mybots-bot-edit .box .description-box > div:last-child > * {
  position: absolute;
  top: 0;
}
section.mybots-bot-edit .box .description-box > div:last-child .remove {
  left: 0;
}
section.mybots-bot-edit .box .description-box > div:last-child .save {
  right: 0;
}
@media (max-width: 720px) {
  section.mybots-bot-edit .box {
    overflow: hidden;
    padding: 0 18px;
  }
  section.mybots-bot-edit .box > div > span:first-child {
    width: 150px;
  }
  section.mybots-bot-edit .box .name-box > span:first-child {
    margin-bottom: 6px;
  }
  section.mybots-bot-edit .box .name-box input[type="text"] {
    width: 100%;
    height: 49px;
    line-height: 49px;
  }
  section.mybots-bot-edit .box .name-box div:last-child {
    width: 100%;
  }
  section.mybots-bot-edit .box .token-box > span:first-child {
    margin-bottom: 6px;
  }
  section.mybots-bot-edit .box .token-box input[type="text"] {
    width: 100%;
    height: 49px;
    line-height: 49px;
  }
  section.mybots-bot-edit .box .token-box div:last-child {
    width: 100%;
  }
  section.mybots-bot-edit .box .avatar-box {
    line-height: 80px;
  }
  section.mybots-bot-edit .box .avatar-box > div:nth-child(1) {
    width: 80px;
    height: 80px;
    margin-right: 10px;
  }
  section.mybots-bot-edit .box .avatar-box > div:nth-child(2) {
    font-size: 15px;
  }
  section.mybots-bot-edit .box .category-box .select-ul,
  section.mybots-bot-edit .box .languages-box .select-ul {
    width: 100%;
  }
  section.mybots-bot-edit .box .category-box > span:first-child,
  section.mybots-bot-edit .box .languages-box > span:first-child {
    display: none;
  }
  section.mybots-bot-edit .box .category-box div.select-ul,
  section.mybots-bot-edit .box .languages-box div.select-ul {
    border-right: none;
    border-left: none;
    margin: 0 -18px 0;
    display: block;
    width: auto!important;
    height: 58px;
    line-height: 58px;
    padding: 0 18px;
  }
  section.mybots-bot-edit .box .category-box div.select-ul .label,
  section.mybots-bot-edit .box .languages-box div.select-ul .label {
    font-size: 16px;
    color: #808080;
  }
  section.mybots-bot-edit .box .category-box div.select-ul .label::after,
  section.mybots-bot-edit .box .languages-box div.select-ul .label::after {
    background: rgba(0, 0, 0, 0) url("../images/select_big_arr.svg") no-repeat 0px 0px;
    height: 22px;
    width: 13px;
    right: 29px;
    top: 17px;
  }
  section.mybots-bot-edit .box .category-box div.select-ul ul,
  section.mybots-bot-edit .box .languages-box div.select-ul ul {
    width: 100%;
    margin-left: -18px;
  }
  section.mybots-bot-edit .box .category-box {
    margin-bottom: 0;
  }
  section.mybots-bot-edit .box .category-box div.select-ul {
    border-bottom: none;
  }
  section.mybots-bot-edit .box .languages-box {
    margin-bottom: 27px;
  }
  section.mybots-bot-edit .box .description-box textarea {
    width: 100%;
  }
  section.mybots-bot-edit .box .description-box div:last-child {
    width: 100%;
  }
}
section.add-bot .box {
  padding: 0 62px;
  background-color: #ffffff;
}
section.add-bot .box h2 {
  color: #333333;
  font-size: 20px;
  margin: 0;
  padding: 50px 0px;
  font-weight: normal;
}
section.add-bot .box form > div {
  line-height: 34px;
  margin-bottom: 34px;
}
section.add-bot .box form > div > span:first-child {
  color: #808080;
  font-size: 16px;
  display: inline-block;
  width: 196px;
  height: 34px;
  line-height: 34px;
}
section.add-bot .box form > div .tooltip {
  margin-left: 5px;
}
section.add-bot .box form > div input[type='text'] {
  border: 1px solid #e6e6e6;
  height: 34px;
  line-height: 34px;
  width: 240px;
  padding: 0 10px;
}
section.add-bot .box form > div .select-ul {
  width: 240px;
}
section.add-bot .box form > div textarea {
  height: 140px;
  min-height: 140px;
  max-height: 240px;
  width: 440px;
  border: 1px solid #e6e6e6;
  padding: 10px 15px;
  line-height: 20px;
  resize: vertical;
}
section.add-bot .box form > div textarea,
section.add-bot .box form > div input[type='text'],
section.add-bot .box form > div .select-ul .label {
  color: #a2a2a2;
  font-size: 14px;
  -webkit-appearance: none;
  border-radius: 0;
}
section.add-bot .box form .bot-link-box {
  position: relative;
}
section.add-bot .box form .bot-link-box .mes > *,
section.add-bot .box form .bot-link-box .inline-mes {
  display: none;
}
section.add-bot .box form .bot-link-box .inline-mes {
  color: #808080;
  line-height: 25px;
  margin-top: 34px;
}
section.add-bot .box form .bot-link-box .mes {
  position: absolute;
  font-size: 12px;
  left: 210px;
  top: 28px;
}
section.add-bot .box form .bot-link-box .mes::after {
  display: block;
  position: absolute;
  left: 205px;
  top: -27px;
  width: 15px;
  height: 15px;
  font-weight: bold;
}
section.add-bot .box form .bot-link-box.ok input {
  border-color: #10ab00;
}
section.add-bot .box form .bot-link-box.ok .mes::after {
  content: '✓';
  font-size: 15px;
  color: #10ab00;
}
section.add-bot .box form .bot-link-box.ok .mes > .ok {
  display: block;
  color: #10ab00;
}
section.add-bot .box form .bot-link-box.error input {
  border-color: #ff0000;
}
section.add-bot .box form .bot-link-box.error .mes::after {
  content: '×';
  font-size: 17px;
  color: #ff0000;
}
section.add-bot .box form .bot-link-box.error .mes > .error {
  display: block;
  color: #ff0000;
}
section.add-bot .box form .avatar-box {
  line-height: 100px;
}
section.add-bot .box form .avatar-box > div {
  display: inline-block;
  vertical-align: middle;
}
section.add-bot .box form .avatar-box > div:nth-child(1) {
  margin-right: 30px;
  width: 100px;
  height: 100px;
  background-color: #f5f5f5;
  border-radius: 50%;
  color: transparent;
  font-size: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  background-position: center center;
  background-size: cover;
}
section.add-bot .box form .avatar-box > div:nth-child(1).error {
  border: 1px solid #ff0000;
}
section.add-bot .box form .avatar-box > div:nth-child(1)::before {
  content: '+';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #c6cbcd;
  font-size: 30px;
  text-align: center;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}
section.add-bot .box form .avatar-box > div:nth-child(2) {
  line-height: 30px;
  font-size: 16px;
  color: #8f989c;
}
section.add-bot .box form .avatar-box > div:nth-child(2) span {
  display: block;
  color: #40aadc;
}
section.add-bot .box form .description-box > span:first-child {
  display: block;
  margin-bottom: 18px;
}
section.add-bot .box form .token-box {
  margin-bottom: 20px;
}
section.add-bot .box form .token-box > span:first-child {
  display: block;
  margin-bottom: 18px;
}
section.add-bot .box form .token-box input[type='text'] {
  width: 440px;
}
section.add-bot .box form button {
  margin-left: 360px;
  margin-bottom: 100px;
  padding: 0 15px;
}
section.add-bot .box form .border-red {
  border: 1px solid #ff0000!important;
}
section.add-bot .box .upload-box {
  width: 400px;
  height: 100px;
  top: 260px;
  position: absolute;
  overflow: hidden;
  opacity: 0;
}
section.add-bot .box .upload-box form {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
section.add-bot .box .upload-box form input {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}
@media (max-width: 720px) {
  section.add-bot .box {
    overflow: hidden;
    padding: 0 18px;
  }
  section.add-bot .box h2 {
    font-size: 16px;
    padding: 25px 0px;
  }
  section.add-bot .box form {
    padding-bottom: 100px;
  }
  section.add-bot .box form > div > span:first-child {
    margin-bottom: 5px!important;
  }
  section.add-bot .box form > div textarea,
  section.add-bot .box form > div input[type='text'],
  section.add-bot .box form > div .select-ul,
  section.add-bot .box form > div .select-ul .label {
    width: 100%!important;
  }
  section.add-bot .box form > div input[type='text'] {
    height: 49px;
    line-height: 49px;
  }
  section.add-bot .box form .bot-link-box .mes {
    position: absolute;
    font-size: 12px;
    left: 10px;
    top: 85px;
    width: 100%;
  }
  section.add-bot .box form .bot-link-box .mes::after {
    display: block;
    position: absolute;
    left: auto;
    right: 20px;
    top: -37px;
    width: 15px;
    height: 15px;
    font-weight: bold;
  }
  section.add-bot .box form .avatar-box {
    line-height: 80px;
  }
  section.add-bot .box form .avatar-box > div:nth-child(1) {
    width: 80px;
    height: 80px;
    margin-right: 10px;
  }
  section.add-bot .box form .avatar-box > div:nth-child(2) {
    font-size: 15px;
  }
  section.add-bot .box form .select-box span:first-child {
    display: none;
  }
  section.add-bot .box form .select-box div.select-ul {
    border-right: none;
    border-left: none;
    margin: 0 -18px 0;
    display: block;
    width: auto!important;
    height: 58px;
    line-height: 58px;
    padding: 0 18px;
  }
  section.add-bot .box form .select-box div.select-ul .label {
    font-size: 16px;
    color: #808080;
  }
  section.add-bot .box form .select-box div.select-ul .label::after {
    background: rgba(0, 0, 0, 0) url("../images/select_big_arr.svg") no-repeat 0px 0px;
    height: 22px;
    width: 13px;
    right: 29px;
    top: 17px;
  }
  section.add-bot .box form .select-box div.select-ul ul {
    width: 100%;
    margin-left: -18px;
  }
  section.add-bot .box form .select-box.cats {
    margin-bottom: 0;
  }
  section.add-bot .box form .select-box.cats div.select-ul {
    border-bottom: none;
  }
  section.add-bot .box form .select-box.lang {
    margin-bottom: 27px;
  }
  section.add-bot .box form button {
    position: absolute;
    right: 18px;
  }
  section.add-bot .box .upload-box {
    height: 90px;
    top: 305px;
  }
}
section.p404 .box {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  margin-bottom: 20px;
}
section.p404 .box > div {
  color: #666;
  font-size: 14px;
  line-height: 1.846;
  margin: 100px auto 50px;
  padding-top: 270px;
  text-align: center;
  width: 250px;
  background: url("../images/404.png") no-repeat center top transparent;
  background-size: 100% auto;
}
.mm section.p404 .box > div {
  margin: 35px auto 35px;
  background-size: 70% auto;
  padding-top: 200px;
}
section.login .box {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  padding-bottom: 100px;
}
section.login .inline-login {
  margin: 0 auto;
  padding-top: 100px;
  width: 400px;
  display: none;
}
.mm section.login .inline-login {
  padding-top: 30px;
  width: 280px;
  padding-left: 15px;
}
section.login .inline-login p {
  padding-bottom: 40px;
}
section.login .inline-login p:nth-child(2) span {
  color: #40aadc;
}
section.login .inline-login blockquote {
  color: #8f989c;
  font-size: 17px;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  border-left: 2px solid #f0f4f6;
  margin: -25px 0 0;
  background: url('../images/loader-mini.gif') no-repeat 80% center transparent;
}
section.login .login-with-t {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  width: 137px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #40aadc;
  border-radius: 4px;
  color: #40aadc;
  background: url("../images/add_sprite.svg") no-repeat 103px -19px #ffffff;
  padding-left: 15px;
  font-weight: 16px;
  margin: -10px 5px -10px 0;
}
section.login .login-with-t:hover {
  background-position: 103px 7px;
  background-color: #40aadc;
  color: #ffffff;
}
section.login .login-with-t:active {
  background-color: #3396c5;
}
.mm section.login .login-with-t {
  width: 115px;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  margin: -3px 5px -3px 0;
  background-position: 83px -21px;
}
.mm section.login .login-with-t:hover {
  background-position: 83px 4px;
}
