﻿div#jivo-iframe-container.jivo-expanded #jivo_close_button {
  opacity: 1;
  background: aquamarine;}



/* Reset */

#messager br {
  display: none;
}
@media (max-width: 994px) {
  #messager br {
    display: initial;
  }
  .hide_in_mobile
  {
    display: none;
  }
}


.img_left{
  float: left;
  height: 7em;
  margin: 0 0.4em 0 0;
  border-radius: 5px;
}


#h1_1 {
  position: relative;
  color: #FFFFFF;
  font-weight: 700;
}

#row_div1 {
  color: #FFFFFF;
  font-size: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}


p{font-size: 130%;}


li{
line-height: 1.5em;
}


ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  -webkit-text-size-adjust: none;
  color: #444;

}

/* Box Model */

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Contdonwn */



.bg-gradient {
  position: fixed;
  width: 1000px;
  height: 1000px;
  top: 50%;
  left: 50%;
  z-index: -1;
  margin: -500px 0 0 -500px;
  background: url('/images/bg-gradient.png') no-repeat center;
}



.CDT {
  font-size: 50px;
  color: #eee;
  /*margin: 70px 0 100px;*/
  font-weight: bold;

}

.CDT .number-wrapper {
  margin: 10px;
  -moz-box-shadow: 0 5px 8px #000000;
  -webkit-box-shadow: 0 5px 8px #000000;
  box-shadow: 0 5px 8px #000000;
  position: relative;
}

.CDT .number {
  /*display: inline-block;*/

  background: #000;
  background-image: linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
  background-image: -o-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
  background-image: -moz-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
  background-image: -webkit-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
  background-image: -ms-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
  -webkit-border-top-right-radius: 7px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 7px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 12px;
  height: 80px;
  /*line-height: 80px;*/
  text-align: center;
  border: 1px solid #555;
  -moz-box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
  -moz-text-shadow: 0 3px 3px #000000;
  -webkit-text-shadow: 0 3px 3px #000000;
  text-shadow: 0 3px 3px #000000;
  color: #FFF;
}

.CDT .line {
  position: absolute;
  width: 90%;
  height: 1px;
  top: 52%;
  left: 0;
  background: #000;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

.caption {
  font-size: 12px;
  position: absolute;
  bottom: -30px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #777;
}



/* Basic */

@-ms-viewport {
  width: device-width;
}

body {
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)), url("/images/bg01.png");
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)), url("/images/bg01.png");
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)), url("/images/bg01.png");
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)), url("/images/bg01.png");
  background-color: #f7f7f7;
  background-position: top left, top left;
  background-repeat: repeat-x, repeat;
  background-size: 100% 30em, auto;

}

body.is-loading * {
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
  -moz-animation: none !important;
  -webkit-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}


a {
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: none;
  outline: 0;
}

h2 {
  font-size: 1.7em;
  margin: 0 0 0.6em 0;
  line-height: 1em;
  text-align: center;
  /*color: #de2524;*/
}

h3 {
  font-size: 1.35em;
  margin: 0 0 1em 0;
}

b, strong {
  font-weight: 600;
  color: #444;
}

i, em {
  font-style: italic;
}

br.clear {
  clear: both;
}

sub {
  position: relative;
  top: 0.5em;
  font-size: 0.8em;
}

sup {
  position: relative;
  top: -0.5em;
  font-size: 0.8em;
}

hr {
  border: 0;
  border-top: solid 1px #eee;
}

blockquote {
  border-left: solid 0.5em #eee;
  padding: 1em 0 1em 2em;
  font-style: italic;
}

p, ul, ol, dl, table {
  margin-bottom: 0.5em;
  line-height: 1.2em;
}

/* Section/Article */



header {
  margin: 0 0 2em 0;
}

header h2, header h3 {
  margin: 0 0 0.25em 0;
}

header p {
  margin: 0;
}

footer {
  margin: 2.5em 0 0 0;
}

/* Forms */



/* Tables */

table {
  width: 100%;
}

table.default {
  width: 100%;
}

table.default tr {
  border-top: solid 1px #eee;
}

table.default tr:first-child {
  border-top: 0;
}

table.default td {
  padding: 0.5em 1em 0.5em 1em;
}

table.default th {
  text-align: left;
  padding: 0.5em 1em 0.5em 1em;
  font-weight: 800;
  margin: 0 0 1em 0;
}

table.default thead {
  background: #404248;
  color: #fff;
}

/* Image */

.image {
  display: inline-block;
  outline: 0;
}

.image img {
  display: block;
  width: 100%;
}

.image.fit {
  display: block;
  width: 100%;
}

.image.featured {
  display: block;
  width: 100%;
}

.image.left {
  float: left;
  margin: 0 2em 2em 0;
}

.image.centered {
  display: block;
  margin: 0 0 2.5em 0;
}

.image.centered img {
  margin: 0 auto;
  width: auto;
}

/* Button */


.navbar-brand,
.navbar-nav>li>a {
  color:#696969;
}
/* List */

ul.default {
  list-style: disc;
  padding-left: 1em;
}

ul.default li {
  padding-left: 0.5em;
}

ul.actions li {
  display: inline-block;
  padding: 0 0 0 0.25em;
  margin: 0 0 0 0.25em;
}

ul.actions li:first-child {
  margin-left: 0;
  padding-left: 0;
}

ul.menu li {
  border-left: solid 1px #e0e0e0;
  display: inline-block;
  padding: 0 0 0 0.75em;
  margin: 0 0 0 0.75em;
}

ul.menu li:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}

ol.default {
  list-style: decimal;
  padding-left: 1.25em;
}

ol.default li {
  padding-left: 0.25em;
}

/* Box */

.box {
  border-radius: 6px;
  padding: 2em;
}

#banner-wrapper {
  margin-bottom: 2px;
}

.feature {
  margin-bottom: 30px;
  border-radius: 8px;
}

.feature .inner {
  padding: 1em 1em 1em 1em;
  background: none;
}

.feature h2 {
  font-size: 1.35em;
}

.feature p {
  margin: 0;
}

.feature .image {
  position: relative;
}

.feature .image img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* Icons */

.icon {
  position: relative;
  text-decoration: none;
}

.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}

.icon > .label {
  display: none;
}

/* Widgets */

.widget.thumbnails .grid {
  margin: 0 0 3em 0;
}

.widget.thumbnails .image {
  margin: 0;
}

.widget.contact ul {
  overflow: hidden;
  position: relative;
  left: -4px;
  top: 4px;
  margin-bottom: 1.5em;
}

.widget.contact ul li {
  display: inline-block;
  margin-right: 0.25em;
}

.widget.contact ul li a {
  -moz-transition: background-color .25s ease-in-out;
  -webkit-transition: background-color .25s ease-in-out;
  -ms-transition: background-color .25s ease-in-out;
  transition: background-color .25s ease-in-out;
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  text-align: center;
  line-height: 2.5em;
  border-radius: 0.35em;
  outline: 0;
  opacity: 0.75;
  text-decoration: none;
  background: #222222;
}

.widget.contact ul li a:before {
  color: #f3f3f3;
  font-size: 1.75em;
  line-height: 1.5em;
}

.widget.contact ul li a:hover {
  background: #444444;
}

.widget.contact ul li a:active {
  background: #666666;
}

#main-wrapper-know-eng {
  background: #16141B;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
  padding: 1em 0 1em 0;

}

#main-wrapper-about-us {
  /*background: #ff5f00;*/
  background: radial-gradient(circle at 50% 30%, #ff5f00, #ff5f00);
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
  padding: 1em 0 1em 0;

}

#footer-wrapper {
  padding: 6em 0 0;
}

/* Header */

#header {
  position: relative;
}

/* Logo */

#logo {
  display: inline-block;
}

#logo h1 {
  margin: 10px 0 0;
}

#logo span {
  font-weight: 800;
  line-height: 4.5em;
  letter-spacing: 0.025em;
  font-size: 0.9em;
  vertical-align: middle;
  margin: 0 0 0 1.25em;
}

/* Nav */

#nav {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
  padding-right: 15px;
  padding-left: 15px;
	
}

#nav ul li {
  float: left;
  line-height: 4.5em;
  padding-left: 1.5em;
}

#nav ul li a, #nav ul li span {
  -moz-transition: background-color .25s ease-in-out;
  -webkit-transition: background-color .25s ease-in-out;
  -ms-transition: background-color .25s ease-in-out;
  transition: background-color .25s ease-in-out;
  font-weight: 800;
  letter-spacing: 0.025em;
  color: #696969;
  text-decoration: none;
  border-radius: 6px;
  padding: 0.5em 1em 0.5em 1em;
}

#nav ul li > ul {
  display: none;
}

#nav ul li:hover a, #nav ul li:hover span {
  background: #fff;
}

#nav ul li.active a, #nav ul li.active span {
  background: #fff;
}

#nav ul li.current a {
  background: none;
  /*color: #fff;*/
  text-decoration: underline;
}

.dropotron {
  background: #fff;
  letter-spacing: 0.025em;
  color: #696969;
  text-decoration: none;
  border-radius: 6px;
  padding: 0.75em 0;
  min-width: 15em;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0.25em 0.25em 0.1em rgba(0, 0, 0, 0.025);
  margin-top: calc(-0.75em + 1px);
  margin-left: -1px;
}

.dropotron li {
  border-top: solid 1px #eee;
  line-height: 3em;
}

.dropotron li:first-child {
  border-top: 0;
}

.dropotron li > a, .dropotron li > span {
  -moz-transition: color .25s ease-in-out, background-color .25s ease-in-out;
  -webkit-transition: color .25s ease-in-out, background-color .25s ease-in-out;
  -ms-transition: color .25s ease-in-out, background-color .25s ease-in-out;
  transition: color .25s ease-in-out, background-color .25s ease-in-out;
  text-decoration: none;
  color: inherit;
  display: block;
  padding: 0 1.5em;
}

.dropotron li > a:hover, .dropotron li > span:hover {
  background: #eee;
}

.dropotron li.active > a, .dropotron li.active > span {
  background: #eee;
}



/* Banner */

#banner {
  position: relative;
  padding: 1.5em;
  background:#000;
  background-image: url("/images/bg1.jpg");
  background-repeat: no-repeat;
  border-radius: 8px;
}

#banner #theme_name{
  text-align: left;
}

#row_banner {
  position: absolute;
  bottom: -10px;
  right: -50px;
  height: 148px;

}

#banner_1 {
  position: absolute;
  background: url("/images/bg02.gif") no-repeat center ;
  top: -20px;
  right: -105px;
  height: 70px;
  width: 170px;
  transform: rotate(-30deg);
  overflow:hidden;
  border-radius: 6px;

}

.round {
  border-radius: 100px; /* ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ */
  border: 3px solid green; /* ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ ï¿½ï¿½ï¿½ï¿½ï¿½ */
  box-shadow: 0 0 7px #666; /* ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ ï¿½ï¿½ï¿½ï¿½ */
}

#row_banner img {
  max-width: 100%;
  max-height: 100%;
}

#old_banner {
  position: relative;
  padding: 4.5em;
}

#banner h2 {
  font-size: 2.0em;
  margin: 0.1em 0 0.35em 0;
}

#banner p {
  font-size: 2.75em;
  line-height: 1.35em;
  margin: 0;
}

#banner .button {
  width: 90%;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 980px) {
  #banner .button { width: 100%;}
}

#banner .button.icon:before {
  /*position: absolute;*/
  right: 0.15em;
  top: 50%;
  margin-top: -0.5em;
}

#banner .button.alt {
  margin-bottom: 0;
}

#banner ul {
  margin: 0 0 0 2em;
}

/* Footer */

#footer {
  margin-top: 0;
}

#footer a {
  color: inherit;
}

#copyright {
  color: #aaa;
  padding: 4em 0 0 0;
  text-align: center;
}

#copyright a {
  color: inherit;
}



/* Medium */

#navPanel, #navToggle {
  display: none;
}

@media screen and (max-width: 980px) {

  /* Basic */




  /* Section/Article */


  section.last, article.last {
    margin-bottom: 0 ;
  }

  /* Image */

  .image.left {
    width: 25%;
    margin-bottom: 2em ;
  }

  /* List */

  ul.menu li {
    display: block;
    border: 0 ;
    padding: 0 ;
    margin: 0 ;
  }

  ul.actions li {
    display: block;
    padding: 0;
    margin: 1em 0 0 0;
  }

  ul.actions li:first-child {
    margin-top: 0;
  }

  /* Button */


  /* Wrappers */

  #header-wrapper {
    padding: 0.5em 0 1em 0;
    text-align: center;
  }

  #footer-wrapper {
    padding: 6em 0 4em 0;
  }

  /* Header */

  #header {
    margin: 0 auto;
  }

  #banner_1 {
    display: none;
  }

  #row_div1 {
    display: none;
  }

  #banner{
    background: #000;
  }

  /* Logo */

  #logo span {
    display: block;
    margin: 0;
  }

  /* Nav */

  #nav {
    display: none;
  }

  /* Banner */

  #banner {
    padding: 1em 1em;
    text-align: center;
  }

  #banner ul {
    margin: 2em 0 0 0;
  }

  #banner .button.icon:before {
    position: relative;
    right: auto;
    top: auto;
  }

  /* Content */

  #content {
    border-bottom: solid 1px #e8e8e8;
    padding-bottom: 4em;
    margin-bottom: 0 ;
  }

  #content > :last-child {
    margin-bottom: 0 ;
  }

  #sidebar > :last-child {
    margin-bottom: 0 ;
  }

  /* Footer */

  #copyright {
    padding: 0;
  }

  /* Off-Canvas Navigation */

  #page-wrapper {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    padding-bottom: 1px;
  }

  #navToggle {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    display: block;
    height: 44px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10001;
  }

  #navToggle .toggle {
    width: 70px;
    height: 50px;
    opacity: 0.35;
  }

  #navToggle .toggle:before {
    display: inline-block;
    font-family: FontAwesome;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 6px;
    top: 6px;
    background: rgba(0, 0, 0, 0.5);
    width: 58px;
    height: 38px;
    border-radius: 6px;
    content: '\f0c9';
    color: #fff;
    text-align: center;
    line-height: 38px;
    font-size: 20px;
  }

  #navToggle .toggle:active {
    opacity: 0.75;
  }

  #navPanel {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: translateX(-275px);
    -webkit-transform: translateX(-275px);
    -ms-transform: translateX(-275px);
    transform: translateX(-275px);
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    display: block;
    height: 100%;
    left: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 275px;
    z-index: 10002;
    background: #fff;
    box-shadow: inset -3px 0px 0px 0px #dfdfdf;
    padding: 0 23px 0 20px;
  }

  #navPanel .link {
    display: block;
    text-decoration: none;
    height: 54px;
    line-height: 54px;
    border-top: solid 1px #e8e8e8;
    color: #696969;
  }

  #navPanel .link:first-child {
    border-top: 0;
  }

  #navPanel .indent-1 {
    display: inline-block;
    width: 1em;
  }

  #navPanel .indent-2 {
    display: inline-block;
    width: 2em;
  }

  #navPanel .indent-3 {
    display: inline-block;
    width: 3em;
  }

  #navPanel .indent-4 {
    display: inline-block;
    width: 4em;
  }

  #navPanel .indent-5 {
    display: inline-block;
    width: 5em;
  }

  #navPanel .depth-0 {
    color: #444;
    font-weight: 800;
  }

  body.navPanel-visible #page-wrapper {
    -moz-transform: translateX(275px);
    -webkit-transform: translateX(275px);
    -ms-transform: translateX(275px);
    transform: translateX(275px);
  }

  body.navPanel-visible #navToggle {
    -moz-transform: translateX(275px);
    -webkit-transform: translateX(275px);
    -ms-transform: translateX(275px);
    transform: translateX(275px);
  }

  body.navPanel-visible #navPanel {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

}

/* Small */

@media screen and (max-width: 736px) {

  /* Basic */

  h2, h3, h4, h5, h6 {
    font-size: 13pt;
    margin: 0 0 1em 0;
  }

  /* Section/Article */



  section.last, article.last {
    margin-bottom: 0 ;
  }

  /* Image */

  .image.left {
    width: 25%;
    margin-bottom: 2em ;
  }

  /* List */

  ul.menu li {
    display: block;
    border: 0 ;
    padding: 0 ;
    margin: 0 ;
  }

  ul.actions li {
    display: block;
    padding: 0;
    margin: 1em 0 0 0;
  }

  ul.actions li:first-child {
    margin-top: 0;
  }

  /* Button */


  /* Box */

  .box {
    padding: 15px 15px 15px 15px;
    margin: 0;
  }


  .box.feature .inner {
    padding: 30px 15px 30px 15px;
  }

  .box.feature p {
    margin: 0;
  }

  .box.feature .image {
    position: relative;
    margin: 0;
  }

  .box.feature .image img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  /* Widgets */

  .widget.thumbnails .image {
    margin: 0;
  }

  .widget.thumbnails .x {
    padding: 1em 0.5em 0 0;
  }

  .widget.thumbnails .y {
    padding: 1em 0 0 0.5em;
  }

  .widget.thumbnails .row:first-child .x, .widget.thumbnails .row:first-child .y {
    padding-top: 0;
  }

  /* Wrappers */

  #header-wrapper {
    padding: 1em 0 1.5em 0;
  }



  #main-wrapper, #footer-wrapper {
    /*padding: 40px 30px 40px 30px;*/
  }

  /* Logo */



  #logo span {
    line-height: 3em;     
  }

  /* Banner */

  #banner {
    text-align: center;
    padding: 15px 15px 15px 15px;
    margin: 0 auto ;
  }

  #banner h2 {
    font-size: 2em;
    margin: 0.75em 0 0.5em 0;
	text-align: center;
  }

  #banner p {
    font-size: 1.5em;
    line-height: 1.5em;
    margin: 0;
  }

  #banner ul {
    margin: 0;
  }

  #banner .button {
    margin: 0 0 1em 0;
    width: 100%;
  }

  /* Content */

  #content {
    padding-bottom: 3em;
  }

  /* Footer */

  #footer section {
    border-bottom: solid 1px #ccc;
    padding-bottom: 3em;
    margin-bottom: 1em ;
  }

  #copyright {
    text-align: left;
  }

}


/* ����� ��� ������������ ���� */

#wrap{
  display: none;
  opacity: 0.8;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 16px;
  /*background-color: rgba(1, 1, 1, 0.725);*/
  background-color: rgba(1, 1, 1, 1);
  z-index: 100;
  overflow: auto;
}

.window_aut{
  width: 540px;
  height: 420px;
  margin: 50px auto;
  display: none;
  /*background: #fff;*/
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAB9JREFUeNpi/P//PwM6YGLAAuCCmpqacC2MRGsHCDAA+fIHfeQbO8kAAAAASUVORK5CYII=);
  z-index: 200;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 30px 0px;
  border-radius: 8px;
}




/* 7 ������� ������ */
.window_gold_art{
  width: 80%;
  max-width: 1000px;
  height: 90%;
  margin: 50px auto;
  display: none;
  background: #ffffff;
  z-index: 200;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 30px 0px;
  /*border-radius: 8px;*/
  /*overflow-y: scroll;*/
  padding: 2em;
}

#wrap_gold_art{
  display: none;
  /*opacity: 0.8;*/
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 16px;
  /*background-color: rgba(1, 1, 1, 0.725);*/
  background: linear-gradient(to top, #000000, #565656);
  z-index: 100;
  overflow: auto;

}

.art_words {
  box-sizing: border-box;
  padding: 0 5%;
  /* overflow: hidden; */
  width: 99%;
  height: 95%;
  overflow-y: scroll;
}


/* ����� - 7 ������� ������ */


#window_personal_property{
  width: 540px;
  height: 420px;
  margin: 50px auto;
  display: none;
  /*background: #fff;*/
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAB9JREFUeNpi/P//PwM6YGLAAuCCmpqacC2MRGsHCDAA+fIHfeQbO8kAAAAASUVORK5CYII=);
  z-index: 200;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 30px 0px;
  border-radius: 8px;
}

#window_personal_pay{
  width: 540px;
  height: 420px;
  margin: 50px auto;
  display: none;
  /*background: #fff;*/
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAB9JREFUeNpi/P//PwM6YGLAAuCCmpqacC2MRGsHCDAA+fIHfeQbO8kAAAAASUVORK5CYII=);
  z-index: 200;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 30px 0px;
  border-radius: 8px;
}
.window_remember{
  width: 540px;
  height: 430px;
  margin: 50px auto;
  display: none;
  background: #fff;
  z-index: 200;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 25px 0px;
  border-radius: 8px;

}


#wrap_remember{
  display: none;
  opacity: 1;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 16px;
  z-index: 100;
  overflow: auto;
  background: #000;
  background: linear-gradient(to top, #000000, #565656);
}



/* ---------- LOGIN-FORM ---------- */

#login-form {
  margin: 0px 20px 0px 20px;
}

#login-form h6 {
  background-color: #282830;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 14px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}

.form-wrapper h6 {
  background-color: #282830;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 14px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}


/*����� �������� ������ �� �����*/

.form-wrapper {
  width: 500px;
  padding: 7px;
  margin: 10px auto 10px auto;
  background: #444;
  background: rgba(0,0,0,.2);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
  box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
}

.form-wrapper input {
  width: 72%;
}

.form-wrapper button {
  width: 25%;
  text-align: center;
  padding: 0.6em 0 !important;
}

#checkbox_aut {
  width: 5%;
}


@import url("font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Oleo+Script:400|Open+Sans:300,300italic,600,600italic,800");

/*
	Verti by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

#button_start .button {
  padding-left: 11px;
  padding-right: 11px;
}

#ref_white {
  color: #000000;
}

.float{
  z-index: 100000;

}

.ass_text{
  color: red;
}

/* ����� ��� ������������ ���� */

#wrap{
  display: none;
  opacity: 0.8;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 16px;
  background-color: rgba(1, 1, 1, 0.725);
  z-index: 100;
  overflow: auto;
}

#window_aut{
  width: 540px;
  height: 420px;
  margin: 50px auto;
  display: none;
  /*background: #fff;*/
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAB9JREFUeNpi/P//PwM6YGLAAuCCmpqacC2MRGsHCDAA+fIHfeQbO8kAAAAASUVORK5CYII=);
  z-index: 200;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 30px 0px;
  border-radius: 8px;
}

.window_remember{
  width: 540px;
  height: 430px;
  margin: 50px auto;
  display: none;
  background: #fff;
  z-index: 200;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 25px 0px;
  border-radius: 8px;

}

#window_order{
  width: 540px;
  height: 430px;
  margin: 50px auto;
  display: none;
  background: #fff;
  z-index: 200;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 25px 0px;
  border-radius: 8px;

}

#window_test_cur_theme{
  width: 70%;
  height: 90%;
  margin: 20px auto;
  display: none;
  background: #fff;
  z-index: 200;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 25px 0px;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;

}

#wrap_background_black{
  display: none;
  opacity: 1;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 16px;
  z-index: 100;
  overflow: auto;
  background: linear-gradient(to top, #191919, #6B6B6B);
}

.wrap_background_white{
  display: none;
  opacity: 1;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 16px;
  z-index: 100;
  overflow: auto;
  background: linear-gradient(to top, #BDBDBD, #FFFFFF);
}

.close{
  background: none !important;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 0px;
  width: 10px;
  height: 10px;
  padding: 0;
}
.modal {
  z-index: 99999;
}

.key_words{
  color: red; /* ���� ������� */

}

.acc_date_theme{
  color: #353535; /* ���� ������� */

}

/* ---------- LOGIN-FORM ---------- */

#login-form {
  margin: 0px 20px 0px 20px;
}

#login-form h6 {
  background-color: #282830;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 14px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}

.form-wrapper h6 {
  background-color: #282830;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 14px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}


/*����� �������� ������ �� �����*/

.form-wrapper {
  width: 500px;
  padding: 7px;
  margin: 10px auto 10px auto;
  background: #444;
  background: rgba(0,0,0,.2);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
  box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
}

.form-wrapper input {
  width: 72%;
}

.form-wrapper button {
  width: 25%;
  text-align: center;
  padding: 0.6em 0 !important;
}

#checkbox_aut {
  width: 5%;
}


/*������ ����*/

.box_list h3, .box_list h2{
  text-align:center;
  position:relative;
  top:0.2em;
  color: #fff;
  margin: 0.2em;
}
.box_list {
  width: 95%;
  min-height: 6em;
  background: #272727;
  margin: 10px auto;
  padding-bottom: 10px;
}

/*==================================================
 * Effect 6
 * ===============================================*/
/*==================================================
 * Effect 2
 * ===============================================*/
.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.effect2:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

#know_words {
  background: #000000;
  height: auto;
  width: 100%;
  box-sizing: border-box;
  z-index: 10;
  color: #ffffff;
  overflow: hidden;
  line-height: normal;
  padding: 8px 0 8px 25px;
  border-radius: 5px;
  margin-bottom: 15px;
  text-align: center;
}

#know_words span {
  font-size: 40px;
}

#know_words_chat {

background: #000000;
  height: auto;
  width: 100%;
  box-sizing: border-box;
  z-index: 10;
  color: #ffffff;
  padding: 7px;
  overflow: hidden;
  line-height: normal;
  padding: 8px 25px;
  border-radius: 5px;
  margin-bottom: 5px;
}

#know_words_chat span {
  font-size: 20px;
}

#but_test_cur_theme{
  /*position:fixed;
  buttom:0px;*/

}
#form_pay_yandex .modal-footer {
  text-align: center;
}

#pay_form .modal-body {
  padding-bottom: 0;
}
#words_list {
  text-align: center;
  overflow: auto;  
}
#words_list_s2 {
  text-align: center;
  overflow: auto;
}
.word_item {
  min-width: 100px;
  height: 3em;
  box-sizing: border-box;
  float: left;
  /*border: 0.5px solid #fff;*/
  overflow: hidden;
  text-align: center;
  padding: 0.2em 1em 0 1em;
  position: relative;
  font-size: x-large;
  line-height: 1.2em;
}

.next_wb {
  min-width: 100px;
  height: 3em;
  box-sizing: border-box;
  float: left;
  overflow: hidden;
  text-align: center;
  padding: 0.2em 1em 0 1em;
  position: relative;
  font-size: x-large;
  line-height: 1.2em;
  cursor:pointer;
  background: #c7c7c7;
  display: none;
}
.next_wb span {
  margin-top: 17px;
  font-size: 20px;
  display: block;
}

.pp {

  color: rgba(0, 0, 0, 0.28);
  position: relative;
  top: 0.1em;
  font-size: .8em;
}

/*����� �������� ������ �� �����*/

.form-wrapper {
  width: 500px;
  padding: 7px;
  margin: 10px auto 10px auto;
  background: #444;
  background: rgba(0,0,0,.2);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
  box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
  text-align: center;
}

.words_list{
  width: 800px;

}

.form-wrapper input {
  width: 72%;
}

.form-wrapper button {
  text-align: center;
  padding: 0.6em 0 !important;
}

#checkbox_aut {
  width: 5%;
}

/* ����� ��� ������������ ���� */

#wrap{
  display: none;
  opacity: 0.8;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 16px;
  background-color: rgba(1, 1, 1, 0.725);
  z-index: 100;
  overflow: auto;
}

#window_aut{
  width: 540px;
  height: 430px;
  margin: 50px auto;
  display: none;
  /*background: #fff;*/
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAB9JREFUeNpi/P//PwM6YGLAAuCCmpqacC2MRGsHCDAA+fIHfeQbO8kAAAAASUVORK5CYII=);
  z-index: 200;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 25px 0px;
  border-radius: 8px;
}




/*������*/

.button_m {
  position: absolute;
  left: 50%;
  bottom: 0.5em;
  /* margin: auto; */
  width: 80%;
  height: 23%;
  margin-left: -40%;
}


.button_m_finish {
  background: rgb(78, 195, 115);
}

.button_m_no_acc, .button_m_no_acc:hover {
  background: #9e9e9e;
  cursor:auto;
}




/* Reset */

html, div, span, applet, object, iframe, blockquote, h1, h2, h3, h4, h5, h6, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/*html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}*/


#h1_1 {
  position: relative;
  color: #FFFFFF;
  font-weight: 800;
  text-align: left;
}

#row_div1 {
  color: #FFFFFF;
  font-size: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.2;
  font-family: 'Times New Roman', Arial, Tahoma, sans-serif;  
  /*font-family: inherit;*/
  font-weight: 400;
}
input, select, textarea {
  font-family: 'Roboto Slab', serif;
  font-family: Arial, Tahoma, sans-serif;
  font-family: inherit;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  -webkit-text-size-adjust: none;
}

/* Box Model */

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


@-ms-viewport {
  width: device-width;
}


body.is-loading * {
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
  -moz-animation: none !important;
  -webkit-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}


a {
  color:#676767;
  text-decoration: underline;
}

#ass_text a {
  color:red;
  text-decoration: blink;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: none;
  outline: 0;
}

h2 {
  font-size: 1.7em;
  margin: 0 0 0.1em 0;
  line-height: 1em;
}

h3 {
  font-size: 1.35em;
  margin: 0 0 1em 0;
}

b, strong {
  font-weight: 600;
  color: #444;
}

i, em {
  font-style: italic;
}

br.clear {
  clear: both;
}

sub {
  position: relative;
  top: 0.5em;
  font-size: 0.8em;
}

sup {
  position: relative;
  top: -0.5em;
  font-size: 0.8em;
}

hr {
  border: 0;
  border-top: solid 1px #eee;
}

blockquote {
  border-left: solid 0.5em #eee;
  padding: 1em 0 1em 2em;
  font-style: italic;
}

/*p, ul, ol, dl, table {
  margin-bottom: 2em;
}*/

/* Section/Article */
#figure-right {
  display: block;
  max-width: 1270px;
  margin: 0 auto;
  background: url(http://3.bp.blogspot.com/-KRDixkPlXaQ/U2PkCGBI_JI/AAAAAAAAEYc/gsI1e8ktw_E/s00/samara-dram-teatr.jpg) 100% 50% no-repeat;
  background-size: auto 100%;
}

section > :last-child,
article > :last-child,
section:last-child,
article:last-child {
  /*margin-bottom: 0;*/
}

header {
  margin: 0 0 0;
}

header h2, header h3 {
  margin: 0 0 0.25em 0;
}

header p {
  margin: 0;
}

footer {
  margin: 2.5em 0 0 0;
}

/* Forms */


form .formerize-placeholder {
  color: #555 !important;
}

form ::-webkit-input-placeholder {
  color: #555 !important;
}

form :-moz-placeholder {
  color: #555 !important;
}

form ::-moz-placeholder {
  color: #555 !important;
}

form :-ms-input-placeholder {
  color: #555 !important;
}

form ::-moz-focus-inner {
  border: 0;
}

/* Tables */

table {
  width: 100%;
}

table.default {
  width: 100%;
}

table.default tr {
  border-top: solid 1px #eee;
}

table.default tr:first-child {
  border-top: 0;
}

table.default td {
  padding: 0.5em 1em 0.5em 1em;
}

table.default th {
  text-align: left;
  padding: 0.5em 1em 0.5em 1em;
  font-weight: 800;
  margin: 0 0 1em 0;
}

table.default thead {
  background: #404248;
  color: #fff;
}

/* Image */

.image {
  display: inline-block;
  outline: 0;
}

.image img {
  display: block;
  width: 100%;
  border-radius: 8px;
}

.image.fit {
  display: block;
  width: 100%;
}

.image.featured {
  display: block;
  margin: 0 0 0.5em;
  overflow: hidden;
  width: 100%;
}

.image.left {
  float: left;
  margin: 0 2em 2em 0;
}

.image.centered {
  display: block;
  margin: 0 0 2.5em 0;
}

.image.centered img {
  margin: 0 auto;
  width: auto;
}

/* Button */

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
  -moz-transition: background-color .25s ease-in-out;
  -webkit-transition: background-color .25s ease-in-out;
  -ms-transition: background-color .25s ease-in-out;
  transition: background-color .25s ease-in-out;
  -webkit-appearance: none;
  position: relative;
  display: inline-block;
  background: rgb(255, 141, 0);;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 100;
  outline: 0;
  border: 0;
  cursor: pointer;
  font-size: 1.35em;
  padding: 0.6em 1.5em;
  /*text-align: left;*/
}

input[type="button"].icon:before,
input[type="submit"].icon:before,
input[type="reset"].icon:before,
button.icon:before,
.button.icon:before {
  position: relative;
  margin-right: 0.5em;
  top: 0.05em;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
.button:hover {
  background: #10a0d5;
}

input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
button:active,
.button:active {
  background: #20b0e5;
}

input[type="button"].alt,
input[type="submit"].alt,
input[type="reset"].alt,
button.alt,
.button.alt {
  background: rgba(0, 0, 0, 0.05);
  background: rgb(80, 152, 0);
  color: transparent;
}

input[type="button"].alt:hover,
input[type="submit"].alt:hover,
input[type="reset"].alt:hover,
button.alt:hover,
.button.alt:hover {
  background: #e8e8e8;
  background: #10a0d5;
}

input[type="button"].alt:active,
input[type="submit"].alt:active,
input[type="reset"].alt:active,
button.alt:active,
.button.alt:active {
  background: #e4e4e4;
  background: rgba(0, 0, 0, 0.15);
}

input[type="button"].big,
input[type="submit"].big,
input[type="reset"].big,
button.big,
.button.big {
  /*	font-size: 1.1em;
    padding: 0.8em 0.9em;*/
}

/* List */

ul.default {
  list-style: disc;
  padding-left: 1em;
}

ul.default li {
  padding-left: 0.5em;
}

ul.actions li {
  display: inline-block;
  padding: 0 0 0 0.25em;
  margin: 0 0 0 0.25em;
}

ul.actions li:first-child {
  margin-left: 0;
  padding-left: 0;
}

ul.menu li {
  border-left: solid 1px #e0e0e0;
  display: inline-block;
  padding: 0 0 0 0.75em;
  margin: 0 0 0 0.75em;
}

ul.menu li:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}

ol.default {
  list-style: decimal;
  padding-left: 1.25em;
}

ol.default li {
  padding-left: 0.25em;
}

.main-wrapper {
  transform: rotate(-3deg);
  background:radial-gradient(circle farthest-corner at 100px 50px, #FBF2EB, #352A3B);
  border-radius: 6px;
  padding: 1em;
  margin-bottom: 80px;
  text-align: center;

}

.main-wrapper h2 {
  color:black;
  text-transform: uppercase;
}
.main-wrapper h2 span {
  font-size:1.2em; color: red;
}

.main-wrapper_1 {
  padding: 1em 0 1em 0;
  margin: 1em 0;
  overflow: auto;
  background: url(/images/workflow-pattern.gif);
}
.main-wrapper_2 {
  background: none;
}
.main-wrapper_3 {
  background: url(/images/setka_bg.png);
}
.main-wrapper_1 a {
  color: #00aff0;
}
.button_center {
  text-align: center;
  margin: 0 auto;
  width: 50%;
  max-width: 300px;
  display: block;
}
input[type="button"].big, input[type="submit"].big, input[type="reset"].big, button.big, .button.big {
  font-size: 1.1em;
  padding: 0.8em 0.9em;
}
.font_black {
  color: rgba(0, 0, 0, 0.78);
}
.they_say {
  width: 35%;
  float: left;
  color: white;
  font-size: 1.6em;
  padding: 0px 15px 0px 0px;
  text-align: left;
}
.font_white {
  color: white;
}
.desc_title {
  font-size: 18px;
}
.def_title {
  font-size: 18px;
}
.def_point {
  text-align: left;

  font-size: 120%;
}
.we_done {
  width: 65%;
  float: left;
  left: 35%;
  border-radius: 5px;
  padding: 1em;
  font-size: 1.3em;
  margin: 8px 0px;
  background: url(/images/setka_bg.png);
}
/* Box */


.box.feature {
  padding: 0;
}

.box.feature .inner {
  padding: 1em 1em 1em 1em;
  text-align: center;
}

.box.feature h2 {
  font-size: 1.35em;
}

.box.feature p {
  margin: 0;
}

.box.feature .image {
  position: relative;
  margin: 0;
}

.box.feature .image img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* Icons */

.icon {
  position: relative;
  text-decoration: none;
}

.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}

.icon > .label {
  display: none;
}

/* Widgets */

.widget.thumbnails .grid {
  margin: 0 0 3em 0;
}

.widget.thumbnails .image {
  margin: 0;
}

.widget.contact ul {
  overflow: hidden;
  position: relative;
  left: -4px;
  top: 4px;
  margin-bottom: 1.5em;
}

.widget.contact ul li {
  display: inline-block;
  margin-right: 0.25em;
}

.widget.contact ul li a {
  -moz-transition: background-color .25s ease-in-out;
  -webkit-transition: background-color .25s ease-in-out;
  -ms-transition: background-color .25s ease-in-out;
  transition: background-color .25s ease-in-out;
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  text-align: center;
  line-height: 2.5em;
  border-radius: 0.35em;
  outline: 0;
  opacity: 0.75;
  text-decoration: none;
  background: #222222;
}

.widget.contact ul li a:before {
  color: #f3f3f3;
  font-size: 1.75em;
  line-height: 1.5em;
}

.widget.contact ul li a:hover {
  background: #444444;
}

.widget.contact ul li a:active {
  background: #666666;
}

/* Wrappers */

#header-wrapper {
  padding: 0.2em 0 1em 0;
  height: 70px;
}

#features-wrapper {
  padding: 0em 0 1em 0;
}


#footer-wrapper {
  padding: 6em 0 8em 0;
}

/* Header */

#header {
  position: relative;
}

/* Logo */

/* Logo */

#logo {
  display: inline-block;
  text-align: center;
  line-height: 90%;
}


@media screen and (max-width: 980px){
  #logo {
   font-size: 0.7em;
   margin-top: 1.5em;
   }
}


#logo h1 {
  background:  none;
  color: inherit;
  /*border-radius: 6px;*/
  /*font-family: 'Abel',sans-serif!important;*/
  /*font-weight: 400;*/
  padding: 0.25em 0.2em 0.25em 0.2em;
  /*font-size: 3.25em;*/
  /*letter-spacing: 0.05em;*/
  display: inline-block;
  vertical-align: middle;
}

#logo span {
  font-weight: 800;
  line-height: 2.8em;
  letter-spacing: 0.025em;
  font-size: 1.5em;
  vertical-align: middle;
  margin: 0 0 0 1.25em;
}

/* Nav */

#nav {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
}

#nav ul li {
  float: left;
  line-height: 4.5em;
  padding-left: 1.5em;
}

#nav ul li a, #nav ul li span {
  -moz-transition: background-color .25s ease-in-out;
  -webkit-transition: background-color .25s ease-in-out;
  -ms-transition: background-color .25s ease-in-out;
  transition: background-color .25s ease-in-out;
  font-weight: 800;
  letter-spacing: 0.025em;
  color: #696969;
  text-decoration: none;
  border-radius: 6px;
  padding: 0.5em 1em 0.5em 1em;
}

#nav ul li > ul {
  display: none;
}

#nav ul li:hover a, #nav ul li:hover span {
  background: #fff;
}

#nav ul li.active a, #nav ul li.active span {
  background: #fff;
}

#nav ul li.current a {
  background: none;
  /*color: #fff;*/
  text-decoration: underline;
}

.dropotron {
  background: #fff;
  letter-spacing: 0.025em;
  color: #696969;
  text-decoration: none;
  border-radius: 6px;
  padding: 0.75em 0;
  min-width: 15em;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0.25em 0.25em 0.1em rgba(0, 0, 0, 0.025);
  margin-top: calc(-0.75em + 1px);
  margin-left: -1px;
}

.dropotron li {
  border-top: solid 1px #eee;
  line-height: 3em;
}

.dropotron li:first-child {
  border-top: 0;
}

.dropotron li > a, .dropotron li > span {
  -moz-transition: color .25s ease-in-out, background-color .25s ease-in-out;
  -webkit-transition: color .25s ease-in-out, background-color .25s ease-in-out;
  -ms-transition: color .25s ease-in-out, background-color .25s ease-in-out;
  transition: color .25s ease-in-out, background-color .25s ease-in-out;
  text-decoration: none;
  color: inherit;
  display: block;
  padding: 0 1.5em;
}

.dropotron li > a:hover, .dropotron li > span:hover {
  background: #eee;
}

.dropotron li.active > a, .dropotron li.active > span {
  background: #eee;
}

.dropotron.level-0 {
  font-size: 0.8em;
  margin-right: 10px;
  margin-top: 0;
}

.dropotron.level-0:before {
  content: '';
  position: absolute;
  top: -0.5em;
  right: 1em;
  border-bottom: solid 0.75em #ffffff;
  border-left: solid 0.75em transparent;
  border-right: solid 0.75em transparent;
  z-index: 1;
}

/* Banner */

.fex {
  position: fixed;
  left: 0;
  top:0;
  width: 100%;
  margin-top: 0 !important;
  text-align: center;
}

.round {
  border-radius: 100px;
  border: 3px solid green;
  box-shadow: 0 0 7px #666;
}

#row_banner img {
  max-width: 100%;
  max-height: 100%;
}

#old_banner {
  position: relative;
  padding: 4.5em;
}

#banner h2 {
  font-size: 2.0em;
  margin: 0.1em 0 0.35em 0;
}

#banner p {
  font-size: 2.75em;
  line-height: 1.35em;
  margin: 0;
}

#banner .button {
  width: 90%;
  font-size: 1.25em;
  /*margin-bottom: 0.5em;
  margin-top: 1.2em;*/
}

#banner .button.icon:before {
  /*position: absolute;*/
  right: 0.15em;
  top: 50%;
  margin-top: -0.5em;
}

#banner .button.alt {
  margin-bottom: 0;
}

#banner ul {
  /*margin: 0 0 0 2em;*/
}


/* Box */

.span_step{
  font-size: 1.3em;
  font-style: italic;
  color: #00aff0;
}

.span_step_text{
  background: #444444;
  color: white;
}

.box.feature {
  padding: 0;
  /*background: black;*/
  /*background: url(images/pic10.gif);*/
  background-position:  left top;
  background-repeat: no-repeat;
  background-size:120%;
}

.box.feature.left {
  padding: 0;
  /*background: #16141B;*/


}
.box.feature .inner {
  padding: 1em 1em 1em 1em;

  font-size: 125%;
  text-align: left;

}

.box.feature .inner_left {
  padding: 1em 1em 1em 1em;


}
.style2 {

  font-size: 120%;
}
.box.feature h2 {
  font-size: 1.35em;
}

.box.feature p {
  margin: 0;
}

.box.feature .image {
  position: relative;
  margin: 0;

}

.box.feature .image img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* Footer */

#footer {
  margin-top: 0;
}

#footer a {
  color: inherit;
}

#copyright {
  color: #aaa;
  padding: 4em 0 0 0;
  text-align: center;
}

#copyright a {
  color: inherit;
}

#profile_modal_form,
#profile_modal_form input,
#profile_modal_form button {
  font-size: 20px;
}

/* Medium */

#navPanel, #navToggle {
  display: none;
}

@media screen and (max-width: 980px) {

  /* Image */

  .image.left {
    width: 25%;
    margin-bottom: 2em !important;
  }

  /* List */

  ul.menu li {
    display: block;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  ul.actions li {
    display: block;
    padding: 0;
    margin: 1em 0 0 0;
  }

  ul.actions li:first-child {
    margin-top: 0;
  }

  /* Button */

  input[type="button"],
  input[type="submit"],
  input[type="reset"],
  button,
  .button {
    width: 100%;
    text-align: center;
    font-size: 1.35em;
    padding: 0.85em 0 !important;
  }

  input[type="button"].icon,
  input[type="submit"].icon,
  input[type="reset"].icon,
  button.icon,
  .button.icon {
    padding-right: 0.75em !important;
  }

  input[type="button"].icon:before,
  input[type="submit"].icon:before,
  input[type="reset"].icon:before,
  button.icon:before,
  .button.icon:before {
    margin-right: 0.5em;
    top: 0.05em;
  }

  /* Wrappers */

  #header-wrapper {
    padding: 0.5em 0 1em 0;
    text-align: center;
  }

  #footer-wrapper {
    padding: 6em 0 4em 0;
  }

  /* Header */

  #header {
    margin: 0 auto;
  }

  #banner_1 {
    display: none;
  }

  #row_div1 {
    display: none;
  }

  #banner{
    background: #000;
  }

  /* Logo */

  #logo span {
    display: block;
    margin: 0;
  }

  /* Nav */

  #nav {
    display: none;
  }

  /* Banner */

  #banner {
    padding: 1em 1em;
    text-align: center;
  }

  #banner ul {
    margin: 2em 0 0 0;
  }

  #banner .button.icon:before {
    position: relative;
    right: auto;
    top: auto;
  }

  /* Content */

  #content {
    border-bottom: solid 1px #e8e8e8;
    padding-bottom: 4em;
    margin-bottom: 0 !important;
  }

  #content > :last-child {
    margin-bottom: 0 !important;
  }

  #sidebar > :last-child {
    margin-bottom: 0 !important;
  }

  /* Footer */

  #copyright {
    padding: 0;
  }

  /* Off-Canvas Navigation */

  #page-wrapper {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    padding-bottom: 1px;
  }

  #navToggle {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    display: block;
    height: 44px;
    left: 0;
    position: fixed;
    top: 0;
    width: auto;
    z-index: 10001;
  }

  #navToggle .toggle {
    width: 70px;
    height: 50px;
    opacity: 0.35;
  }

  #navToggle .toggle:before {
    display: inline-block;
    font-family: FontAwesome;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 6px;
    top: 6px;
    background: rgba(0, 0, 0, 0.5);
    width: 58px;
    height: 38px;
    border-radius: 6px;
    content: '\f0c9';
    color: #fff;
    text-align: center;
    line-height: 38px;
    font-size: 20px;
  }

  #navToggle .toggle:active {
    opacity: 0.75;
  }

  #navPanel {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: translateX(-275px);
    -webkit-transform: translateX(-275px);
    -ms-transform: translateX(-275px);
    transform: translateX(-275px);
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    display: block;
    height: 100%;
    left: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 275px;
    z-index: 10002;
    background: #fff;
    box-shadow: inset -3px 0px 0px 0px #dfdfdf;
    padding: 0 23px 0 20px;
  }

  #navPanel .link {
    display: block;
    text-decoration: none;
    height: 54px;
    line-height: 54px;
    border-top: solid 1px #e8e8e8;
    color: #696969;
  }

  #navPanel .link:first-child {
    border-top: 0;
  }

  #navPanel .indent-1 {
    display: inline-block;
    width: 1em;
  }

  #navPanel .indent-2 {
    display: inline-block;
    width: 2em;
  }

  #navPanel .indent-3 {
    display: inline-block;
    width: 3em;
  }

  #navPanel .indent-4 {
    display: inline-block;
    width: 4em;
  }

  #navPanel .indent-5 {
    display: inline-block;
    width: 5em;
  }

  #navPanel .depth-0 {
    color: #444;
    font-weight: 800;
  }

  body.navPanel-visible #page-wrapper {
    -moz-transform: translateX(275px);
    -webkit-transform: translateX(275px);
    -ms-transform: translateX(275px);
    transform: translateX(275px);
  }

  body.navPanel-visible #navToggle {
    -moz-transform: translateX(275px);
    -webkit-transform: translateX(275px);
    -ms-transform: translateX(275px);
    transform: translateX(275px);
  }

  body.navPanel-visible #navPanel {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

}

/* Small */
/*Ks*/

@media screen and (max-width: 1199px) {

/* Button */

  input[type="button"],
  input[type="submit"],
  input[type="reset"],
  button,
  .button {
    width: 100%;
    text-align: center;
    font-size: 0.8em !important;
    padding: 0.65em 0 !important;
  }

  input[type="button"].icon,
  input[type="submit"].icon,
  input[type="reset"].icon,
  button.icon,
  .button.icon {
    padding-right: 0.75em !important;
  }

  input[type="button"].icon:before,
  input[type="submit"].icon:before,
  input[type="reset"].icon:before,
  button.icon:before,
  .button.icon:before {
    margin-right: 0.5em;
    top: 0.05em;
  }


}

@media screen and (max-width: 990px) {

/* Button */

  input[type="button"],
  input[type="submit"],
  input[type="reset"],
  button,
  .button {
    width: 100%;
    text-align: center;
    font-size: 1.2em !important;
    padding: 0.65em 0 !important;
  }

  input[type="button"].icon,
  input[type="submit"].icon,
  input[type="reset"].icon,
  button.icon,
  .button.icon {
    padding-right: 0.75em !important;
  }

  input[type="button"].icon:before,
  input[type="submit"].icon:before,
  input[type="reset"].icon:before,
  button.icon:before,
  .button.icon:before {
    margin-right: 0.5em;
    top: 0.05em;
  }


}


@media screen and (max-width: 736px) {

  /* Basic */


  h2, h3, h4, h5, h6 {
    font-size: 2.2em;
    margin: 0 0 1em 0;
  }

  /* Section/Article */

  section, article {
    clear: both;
    margin-bottom: 3em !important;
  }

  section.last, article.last {
    margin-bottom: 0 !important;
  }

  /* Image */

  .image.left {
    width: 25%;
    margin-bottom: 2em !important;
  }

  /* List */

  ul.menu li {
    display: block;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  ul.actions li {
    display: block;
    padding: 0;
    margin: 1em 0 0 0;
  }

  ul.actions li:first-child {
    margin-top: 0;
  }

  /* Button */

  input[type="button"],
  input[type="submit"],
  input[type="reset"],
  button,
  .button {
    width: 100%;
    text-align: center;
    font-size: 1.25em !important;
    padding: 0.65em 0 !important;
  }

  input[type="button"].icon,
  input[type="submit"].icon,
  input[type="reset"].icon,
  button.icon,
  .button.icon {
    padding-right: 0.75em !important;
  }

  input[type="button"].icon:before,
  input[type="submit"].icon:before,
  input[type="reset"].icon:before,
  button.icon:before,
  .button.icon:before {
    margin-right: 0.5em;
    top: 0.05em;
  }

  /* Box */

  .box {
    padding: 15px 15px 15px 15px;
    margin: 0;
  }

  .box.feature {
    margin: 20px 0 0 0 !important;
    padding: 0;
  }

  .box.feature .inner {
    padding: 30px 15px 30px 15px;
  }

  .box.feature p {
    margin: 0;
  }

  .box.feature .image {
    position: relative;
    margin: 0;
  }

  .box.feature .image img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  /* Widgets */

  .widget.thumbnails .image {
    margin: 0;
  }

  .widget.thumbnails .x {
    padding: 1em 0.5em 0 0;
  }

  .widget.thumbnails .y {
    padding: 1em 0 0 0.5em;
  }

  .widget.thumbnails .row:first-child .x, .widget.thumbnails .row:first-child .y {
    padding-top: 0;
  }

  /* Wrappers */

  #header-wrapper {
    padding: 0em 0 5em 0;
  }

  #banner-wrapper {
    /*padding: 0 15px 0 15px;*/
    /*height: 200px;*/
  }

  #features-wrapper {
    padding: 0 15px 40px 15px;
  }



  #main-wrapper, #footer-wrapper {
    /*padding: 60px 30px 40px 30px;*/
  }

  /* Logo */



  #logo span {
    line-height: 3em;
  }

  /* Banner */

  #banner {
    text-align: center;
    padding: 15px 15px 15px 15px;
    margin: 0 auto !important;
  }

 /*#banner h2 {
    font-size: 2em;
    margin: 0.75em 0 0.5em 0;
  }*/

  #banner p {
    font-size: 1.5em;
    line-height: 1.5em;
    margin: 0;
  }

  #banner ul {
    margin: 0;
  }

  #banner .button {
    margin: 0 0 1em 0;
    width: 100%;
  }

  /* Content */

  #content {
    padding-bottom: 3em;
  }

  /* Footer */

  #footer section {
    border-bottom: solid 1px #ccc;
    padding-bottom: 3em;
    margin-bottom: 1em !important;
  }

  #copyright {
    text-align: left;
  }

}
.theme_users
{
  display: inline;
  width: 204px;
  height: 210px;
  border-top-width: 10px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;

}

.theme_users .rw_alt
{
  text-align: center;
  height: 80%;
  background: pink;

  line-height: 9em;

}


.theme_users img
{
  max-width: 204px;
  max-height: 145px;
}

.theme_users span
{

}
.line_wrap {
  position: absolute;
  background: #000;
  bottom: 0;
  padding: 10px 10px 10px 20px;
  left: 0;
  right: 0;
  font-size: 12px;
  font-family: inherit;
  line-height: 16px;
}
.line_1 {
color: white;

}
.line_2 {
color: white;
}
.line_3 {
}
.theme_users {
  position:relative;
  display:inline-block;
}
.theme_users img {
  width:100%;
}


.chat-box {
  border: 2px solid #ccc;
  background: #fff;
  padding: 30px;
}
.chat-box__teacher-info {
  background: #f7f7f7;
  margin: -30px -30px 30px;
  padding: 20px 30px;
  color: #fff;
}
.chat-box__form-send {
  background: #E7F0FA;
  margin: 0 -30px -30px;
  padding: 20px 30px;
}

.accordion a,
.accordion h3
{
  outline:none;
  margin-bottom:2px;
}

.accordion h3 {
  padding-bottom:5px;
  color: #0a0a0a;
}

.accordion h3.ui-state-default {
  border-bottom:1px solid #99ccff;
}

.accordion h3.ui-state-default.ui-state-active {
  border-bottom:none;
}

.accordion a:hover {
  text-decoration:underline;
  color:#0066CC;
}

.conversation-title img {
  width:30px;
  margin-right:5px;
  clear:both;
  float:left;
}

.conversation-title .online-status {
  color:#4A4A4A;font-size:80%;
  height:20px;
  display:inline;
  position:absolute;
  left:34px;
  top:3px;
}

.conversation-title .new-messages {
  color:black;font-size:80%;font-weight:bold;
  position:absolute;
  left:124px;
  top:4px;
  padding-left:25px;
  padding-top:1px;
  background: url('/images/mail.png') no-repeat 0px -3px;
  height:20px;
}

.conversation-controls li {
  display: inline; list-style-type: none; padding-left: 10px;
}

.conversation-controls .hide {
  padding-left:20px;
  background: url('/images/hide.png') no-repeat 0px 2px;
}

.conversation-controls .private-lock {
  padding-left:20px;
  background: url('/images/lock_open.png') no-repeat 0px 2px;
}

#people-search td {
  padding: 0 0 8px 0px;
  color: black;
  vertical-align: top;
}

#people-search .name {
  width:120px;
}

#helpContentHolder {
  overflow: hidden;
}
#helpLeft {
  width: 250px;
  float: left;
}
#helpLeft .user {
  position:relative;
  background-color:#C5EAFC;
  -moz-border-radius: 6px 6px 6px 6px;

  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  margin-top:10px;
  clear:both;
  width:245px;
  height:175px;
}

#helpLeft .user img,
.contact img
{
  float:left;margin-top:10px;margin-left:5px;margin-bottom:5px;
}


#helpLeft .user .name,
.contact .name
{
  margin-left:5px;margin-top:0px;padding-top:5px;height:17px;overflow:hidden;
}


#content {
  width: 630px;
  float: left;
  padding-left: 0px;
}
#helpsearchform {
  /*background: #48A4EE;*/
  background-color:#8AD5F9;
  padding: 10px 8px;
  margin-right: 5px;
  margin-left: 0px;
  margin-top: 0px;

  -moz-border-radius: 6px 6px 6px 6px;

  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;

  width:230px;
  height:75px;
}
#contents_inner_inner {
  padding-left: 22px;
}
.newMessage {
  background: #E7F0FA;
  padding:7px 0;
  margin-bottom:5px;
  margin-top:5px;

  overflow: hidden;
  top:240px
}
.newMessage form {
  margin:0;
  padding:0;
}
.newMessage .text {
  vertical-align:top;
  background:none repeat scroll 0 0 #FFFFFF;
  font-size:24px;
  height:29px;
  border:none;
  /*width:450px;*/
  width:85%;
}

.messages {
  overflow: hidden;
}

.messages li {
  border-bottom:2px dotted #DEDEDE;
  padding-top:5px;
  padding-bottom:3px;
  line-height:1.2;
}

.messages .text
{
  color: #0a0a0a;
}

.messages .text .message-text
{
  overflow:hidden;
  font-size: 20px;
}

.messages .pretty_date
{
  float:right;
  color:gray;
  position:relative;
  clear:right;
  top:2px;
  text-align:right;
  font-size:9pt;
}

.messages .who
{
  font-weight:bold;

  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;

  -moz-border-radius: 5px 5px 5px 5px;
  padding:0px 4px 0px 4px;
  color:white;
}



.complain {
  font-size:10px;
  color:gray;
  margin-top:5px;
  /*bottom:50px;*/
  /*right:80px;*/
  position:absolute;
}
.remove-conversation
{
  color:red;
}

.conversation {
  cursor:pointer;
  width:105px;
  height:35px;
  padding:0;
  margin:5px 0 0 2px;
  border:none;
  position:absolute;
  top:-2px;
  background:url('/images/conversation.png') no-repeat scroll 0 0 transparent;
  outline:none;
  top:127px;
  right:12px;
}
.conversation:hover
{
  background:url('/images/conversation.png') no-repeat scroll 0 -37px transparent;
}

.conversation-big {
  float:right;
  margin-bottom:20px;
  width:185px;
  height:35px;
  display:block;
  background:url('/images/conversation-big.png') no-repeat scroll 0 0 transparent;
  outline:none;
}
.conversation-big:hover
{
  background:url('/images/conversation-big.png') no-repeat scroll 0 -37px transparent;
}

#conversation-hint {
  margin-top:30px;
  width:100%;
  height:250px;
  width:610px;
}

#conversation-hint #quick-start {
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;

  -moz-border-radius: 5px 5px 5px 5px;
  padding:5px;

  background-color:#ffff99;
}

#conversation-hint .info {
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;

  -moz-border-radius: 5px 5px 5px 5px;

  margin-top:30px; font-size:0.8em; color:#0099FF; padding:5px; background-color:#fff;
}

.chat-box__live-box {
  max-height: 400px;
  overflow: auto;
  margin-bottom: 20px;
}


.chat-box__no-answer {
  font-size: 12px;
  text-align: left;
  margin: 0 -30px;
  padding: 5px 0;
  border-bottom: 2px solid #ccc;
}
.chat-box__no-answer a {}
.chat-box__no-answer .chat-box__no-answer-count {
  background: #66ccff;
  color: #fff;
  font-weight: bold;
  margin: 0 5px;
  width: 18px;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
}















.otherbox {
  background: radial-gradient(circle at 50% 30%, rgb(249, 231, 217), rgb(53, 42, 59));
}
.curbox {
  background: radial-gradient(circle at 50% 30%, rgb(0, 0, 0), rgb(53, 42, 59));
}
.otherbox .inner {
  background: none;
}
.dop_info {
  background: #28202D;
  color: #fff;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
  padding: 2em 0 ;
}

.navbar-toggle {
  background-color: #f7f7f7;
  border:1px solid #ccc;
  width: auto;
}
.navbar-toggle .icon-bar {
  background-color: #ccc;
}

.list-big-btn li {
  margin-bottom: 10px;
}
.text-white {
  color:#ffffff;
}

.bg-black {
  background-color: #000;
}
.bg-white {
  background: #fff!important;
}
.m-1 {
  height: 90px;
  margin: 16px;
}
.p-1 {
  padding: 16px;
}

.tab-content {
  background: #fff;
  min-height: 500px;
  border: 1px solid #ddd;
  border-top: none;
}
.modal-header {
  position: relative;
}
.modal-header .close {
  position: absolute;
  margin: 0%;
  font-size: 40px;
  top:50%;
  right:20px;
  transform: translate(0,-50%);
  line-height: 0;
}

#features-wrapper .image.featured .bg-black {
  background: #000;
  margin: -72px 0 15px;
  position: relative;
}
#features-wrapper .image.featured {
  height: 214px;
  margin-bottom: 0;
  display: inline;
}
#features-wrapper .box.feature .inner {
  padding: 1em 1em 1em 1em;
  text-align: center;
  /*height: 210px;*/
  color: #fff;
}
#features-wrapper .box.feature .inner p {
  /*color: #fff;*/
}
.btn-warning {
  color: #fff;
  background-color: rgb(255, 141, 0);
  border-color: rgb(255, 141, 0);
}
#features-wrapper .feature .bbt {}
#features-wrapper .feature .bbt .desc_modul {
  border: none;
  width: 100%;
  background: #524747;
  border-radius: 0 0 6px 6px;
  text-align: center;
  color: white;
  cursor: pointer;
}
#features-wrapper .feature .bbt .desc_modul_cur {
  background: red;
  border-radius: 0 0 6px 6px;
  text-align: center;
  color: white;
  cursor: pointer;
}



.features-wrapper .image.featured .bg-black {
  background: #000;
  margin: -72px 0 15px;
  position: relative;
}
.features-wrapper .image.featured {
  margin-bottom: 0;
}
.features-wrapper .box.feature .inner {
  padding: 1em 1em 1em 1em;
  text-align: center;
  color: #fff;
}
.features-wrapper .feature .bbt {}
.features-wrapper .feature .bbt .desc_modul {
  border: none;
  width: 100%;
  background: #524747;
  border-radius: 0 0 6px 6px;
  text-align: center;
  color: white;
  cursor: pointer;
}
.features-wrapper .feature .bbt .desc_modul_cur {
  background: red;
  border-radius: 0 0 6px 6px;
  text-align: center;
  color: white;
  cursor: pointer;
}



#main-wrapper_10 {
  background: #28202D;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
  padding: 0.7em 0;
  color: #fff;
  text-align: left;
  margin: 0px 0px 20px 0px; 
}
#main-wrapper_10 h1,
#main-wrapper_10 h2,
#main-wrapper_10 h3,
#main-wrapper_10 h4 {
  color: #fff;
  text-align: left;
  margin-bottom: 1em;
}
#main-wrapper_10 p {
  color: #fff;
  text-align: left;
}
.box.feature p {
  margin: 0;
  color: #fff;
}
#features-wrapper .feature .bbt .desc_modul,
#features-wrapper .feature .bbt .desc_modul_cur {
  width: 100%;
  display: block;
  font-size: 12px;
  padding: 3px 0;
  text-decoration: none;
}

#window_1 input, #window_2 input, #window_3 input
{
  font-size: 1.5em;
}
.close
{
  z-index: 9999;
}


.modal-dialog {
  position: absolute;
  left: 50%;
  transform: translate(-50%,0%) !important;
  margin: 0 !important;

  top: 1%;
}
.show_img_ass
{
  font-size: 1.3em !important;
  color: #1a10bf !important;
  text-decoration: blink !important;
}
.show_img_ass span
{
  color: red;
}

.bottom_form_neiron_s
{
  margin-top: 15px;
}

@media screen and (max-width: 770px) {
  #window_1 .modal-dialog, #window_2 .modal-dialog, #window_3 .modal-dialog, #window_4 .modal-dialog, #window_image .modal-dialog, #metodica_wnd .modal-dialog, #window_s2 .modal-dialog
  {
    width: 95%;
  }
}

.box_list .head_aa, .box_list .head_aa{
  text-align:center;
  position:relative;
  top:0.2em;
  color: #fff;
  margin: 0.2em;
}

.neiron_f .res_bt
{
  color: white;
  background-color: #272727;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
}
@media screen and (max-width: 980px) {
  #banner .button { width: 100%;}
}
.name_cnt
{
  background: #28202D;height: auto;width: 100%;box-sizing: border-box; z-index: 10;
  color: #ffffff;overflow: hidden;line-height: normal;padding: 8px 0 8px 25px;
  border-radius: 5px; margin-bottom: 10px;text-align: left;
}

.btn_home_room
{
  background: #ffdb4d;
  border-color: #ffdb4d;
  color: black;
  width: 90%;
  font-size:1em;
}
.btn_home_room:hover
{
  background: #ffdb55;
}

#sign-in,
#sign-in input,
#sign-in button,
#sign-in .close {
  font-size: 20px;
}
#sign-in .close {
  font-size: 30px;
}
#request-password,
#request-password input,
#request-password button,
#request-password .close {
  font-size: 20px;
}
#request-password .close {
  font-size: 30px;
}
#request-test,
#request-test input,
#request-test button,
#request-test .close {
  font-size: 20px;
}
#request-test .close {
  font-size: 30px;
}
#text_alert,
#text_alert input,
#text_alert button,
#text_alert .close {
  font-size: 20px;
}
#text_alert .close {
  font-size: 30px;
}

.chat_class_btn
{
  width: 100%;
}

.locked_im {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}

.get_pay_wnd
{
  cursor: pointer;
}

img { pointer-events: none !important; }

.sound_text
{
  pointer-events: auto !important;
}

.chat_cntainer {
  width: 780px;
}
.chat-box {
  border: 2px solid #ccc;
  background: #fff;
  padding: 120px 30px 30px;
}
.chat-box__teacher-info {
  background: #f7f7f7;
  margin: -30px -30px 30px;
  padding: 20px 30px;
  color: #fff;
  z-index: 1;
  width: 744px;
  position: fixed;
  top:33px;
}
.chat-box__form-send {
  background: #E7F0FA;
  margin: 0 -30px -30px;
  padding: 20px 30px;
}

.accordion a,
.accordion h3
{
  outline:none;
  margin-bottom:2px;
}

.accordion h3 {
  padding-bottom:5px;
  color: #0a0a0a;
}

.accordion h3.ui-state-default {
  border-bottom:1px solid #99ccff;
}

.accordion h3.ui-state-default.ui-state-active {
  border-bottom:none;
}

.accordion a:hover {
  text-decoration:underline;
  color:#0066CC;
}

.conversation-title img {
  width:30px;
  margin-right:5px;
  clear:both;
  float:left;
}

.conversation-title .online-status {
  color:#4A4A4A;font-size:80%;
  height:20px;
  display:inline;
  position:absolute;
  left:34px;
  top:3px;
}

.conversation-title .new-messages {
  color:black;font-size:80%;font-weight:bold;
  position:absolute;
  left:124px;
  top:4px;
  padding-left:25px;
  padding-top:1px;
  background: url('http://tutla.ru/images/mail.png') no-repeat 0px -3px;
  height:20px;
}

.conversation-controls li {
  display: inline; list-style-type: none; padding-left: 10px;
}

.conversation-controls .hide {
  padding-left:20px;
  background: url('http://tutla.ru/images/hide.png') no-repeat 0px 2px;
}

.conversation-controls .private-lock {
  padding-left:20px;
  background: url('http://tutla.ru/images/lock_open.png') no-repeat 0px 2px;
}

#people-search td {
  padding: 0 0 8px 0px;
  color: black;
  vertical-align: top;
}

#people-search .name {
  width:120px;
}

#helpContentHolder {
  overflow: hidden;
}
#helpLeft {
  width: 250px;
  float: left;
}
#helpLeft .user {
  position:relative;
  background-color:#C5EAFC;
  -moz-border-radius: 6px 6px 6px 6px;

  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  margin-top:10px;
  clear:both;
  width:245px;
  height:175px;
}

#helpLeft .user img,
.contact img
{
  float:left;margin-top:10px;margin-left:5px;margin-bottom:5px;
}


#helpLeft .user .name,
.contact .name
{
  margin-left:5px;margin-top:0px;padding-top:5px;height:17px;overflow:hidden;
}

.contact {
  background-color:#C5EAFC;
  -moz-border-radius: 6px 6px 6px 6px;

  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  position:relative;
}

#content {
  width: 630px;
  float: left;
  padding-left: 0px;
}
#helpsearchform {
  /*background: #48A4EE;*/
  background-color:#8AD5F9;
  padding: 10px 8px;
  margin-right: 5px;
  margin-left: 0px;
  margin-top: 0px;

  -moz-border-radius: 6px 6px 6px 6px;

  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;

  width:230px;
  height:75px;
}
#contents_inner_inner {
  padding-left: 22px;
}
.newMessage form {
  margin:0;
  padding:0;
}
.newMessage .text {
  vertical-align:top;
  background:none repeat scroll 0 0 #FFFFFF;
  font-size:24px;
  height:29px;
  border:none;
  /*width:450px;*/
  width:80%;
}

.newMessage .submit {
  display:inline;
  cursor:pointer;
  width:5%;
  height:30px;
  min-width: 40px;
  padding:0 !important;
  margin:0 0 0 5px;
  border:none;
  position:relative;
  top:0;
  vertical-align:top;
}


.messages {
  overflow: hidden;
}

.messages li {
  border-bottom:2px dotted #DEDEDE;
  padding-top:5px;
  padding-bottom:3px;
  line-height:1.2;
}

.messages .text
{
  color: #0a0a0a;
}

.messages .text .message-text
{
  overflow:hidden;
  font-size: 20px;
}

.messages .pretty_date
{
  float:right;
  color:gray;
  position:relative;
  clear:right;
  top:2px;
  text-align:right;
  font-size:9pt;
}

.messages .who
{
  font-weight:bold;

  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;

  -moz-border-radius: 5px 5px 5px 5px;
  border: 1px solid rgb(52, 138, 188);
  background-color:rgb(52, 138, 188);
  padding:0px 4px 0px 4px;
  color:white;
}

.complain {
  font-size:10px;
  color:gray;
  margin-top:5px;
  /*bottom:50px;*/
  /*right:80px;*/
  position:absolute;
}
.remove-conversation
{
  color:red;
}

.conversation {
  cursor:pointer;
  width:105px;
  height:35px;
  padding:0;
  margin:5px 0 0 2px;
  border:none;
  position:absolute;
  top:-2px;
  background:url('http://tutla.ru/images/conversation.png') no-repeat scroll 0 0 transparent;
  outline:none;
  top:127px;
  right:12px;
}
.conversation:hover
{
  background:url('http://tutla.ru/images/conversation.png') no-repeat scroll 0 -37px transparent;
}

.conversation-big {
  float:right;
  margin-bottom:20px;
  width:185px;
  height:35px;
  display:block;
  background:url('http://tutla.ru/images/conversation-big.png') no-repeat scroll 0 0 transparent;
  outline:none;
}
.conversation-big:hover
{
  background:url('http://tutla.ru/images/conversation-big.png') no-repeat scroll 0 -37px transparent;
}

#conversation-hint {
  margin-top:30px;
  width:100%;
  height:250px;
  width:610px;
}

#conversation-hint #quick-start {
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;

  -moz-border-radius: 5px 5px 5px 5px;
  padding:5px;

  background-color:#ffff99;
}

#conversation-hint .info {
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;

  -moz-border-radius: 5px 5px 5px 5px;

  margin-top:30px; font-size:0.8em; color:#0099FF; padding:5px; background-color:#fff;
}

.chat-box__live-box {
  max-height: 400px;
  overflow: auto;
  margin-bottom: 20px;
}

.teacher-class__poeple {
  float: left;
  width: 25%;
}
.teacher-class__live {
  float: left;
  width: 75%;
}


.chat-box__no-answer {
  font-size: 12px;
  text-align: left;
  margin: 0 -30px;
  padding: 5px 0;
  border-bottom: 2px solid #ccc;
}
.chat-box__no-answer a {}
.chat-box__no-answer .chat-box__no-answer-count {
  background: #66ccff;
  color: #fff;
  font-weight: bold;
  margin: 0 5px;
  width: 18px;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
}

.cl_18 {
  float: left; margin: 0 0 0 50px;font-size: 18px;
}

.teacher-class__poeple .chat-box__teacher-info {
  position: relative;
  width: auto;
  top:auto;
}
#teacher_block {
  max-width: 750px;
}



@media only screen and (max-width : 767px) {
  .chat_cntainer {
    width: 100%;
  }
  .chat-box {
    padding: 155px 10px 10px;

    padding: 40px 10px 10px;
  }
  .chat-box__form-send {
    margin: 0 -10px -10px;
    padding: 5px 10px 1px;
  }
  .chat-box .mCSB_inside>.mCSB_container {
    margin-right: 5px;
  }

  .chat-box .mCSB_scrollTools {
    right: -5px;
  }

  .chat-box__teacher-info {
    width: calc(100% - 58px);
    margin: -30px -10px -10px;
    padding: 5px 10px;


    width: 100%;
    margin: -30px 0px 0px;
    padding: 0;
    position: relative;
    top: 0;
  }
  .newMessage {
    text-align: center;
  }
  .newMessage .text {
    width: 100%;
    margin: 0 0 15px;

    width: 100%;
    margin: 0 0 15px;
    padding: 0 10px;
    line-height: 35px;
    height: 35px;
    font-size: 20px;
  }
  .newMessage .submit {
    display: inline-block;
    margin: 0 auto;
    padding: 0 !important;
  }
  .cl_18 {
    float: none;
    margin: 0 0 0 30px;
    font-size: 16px;
    clear: both;
    padding: 10px 0 0;
  }
  .cl_18 img {
    max-width: 28% !important;
  }
  .chat-box__teacher-info .conversation-title {
    padding-left: 40px;
  }
  .teacher-class__poeple-n {
    float: none;
    width: 320px;
    margin: 0 auto;
  }
  #teacher_block .chat-box__teacher-info {
    width: auto;
    position: relative;
    top: auto;
    margin-bottom: 10px;
  }
  #teacher_block .chat-box {
    padding-top: 30px;
  }
  .teacher-class__poeple .conversation-title .online-status {
    color: #4A4A4A;
    font-size: 100%;
    height: 20px;
    display: block;
    position: relative;
    left: 0;
    top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .chat_cntainer {
    width: 620px;
  }
  #teacher_block .chat-box {
    padding-top: 150px ;
  }

  .chat-box__teacher-info {
    width: 584px;
  }
  #teacher_block .chat-box__teacher-info {width: 498px;}
  .newMessage .text {
    width: 70%;
  }
  .cl_18 {
    float: none;
    margin: -3px 0 0 30px;
    font-size: 16px;
    clear: both;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #teacher_block {
    max-width: 658px;
  }
  .chat-box__teacher-info {
    width: 744px;
  }
  #teacher_block .chat-box__teacher-info {
    width: 652px;
  }
  .newMessage .text {
    width: 75%;
  }

}
@media only screen and (min-width: 1200px) { }

#status_online_on, #status_online_off
{
  position: relative;height: 20px;float: right;margin-left: 7px;display: none;
}

#status_online_on img, #status_online_off img
{
  height: auto;
}

.count_user_t
{
  font-size: 1em;
  margin: -30px 23px;
  display: block;
  cursor: pointer;
}

.name_user_t
{
  font-size: 14px;
  color: #66ccff;
  margin: 0px 0 0;
  display: block;
  overflow-x: hidden;
}

.who-z
{
  font-weight: bold;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border: 1px solid rgb(24, 188, 59);
  background-color:
      rgb(24, 188, 59);
  padding: 0px 4px 0px 4px;
  color: white;
}
.text_descr_header
{
  padding-top: 15px;
  float: right;
}

.image.featured img {
  max-height: 100%;
}
.days_left_top
{
  width: 30px;
  height: 30px;
  border: 2px solid #18c139;
  border-radius: 50%;
  line-height: 25px;
  text-align: center;
  background: #18c139;
  position: absolute;
  color: #ffffff;
  z-index: 1;
  margin-left: -15px;
  margin-top: -15px;
}
.days_left_top_free
{
  height: 40px;
  width: 40px;
  line-height: 35px;
  border: 2px solid #18c139;
  border-radius: 50%;
  text-align: center;
  background: mistyrose;
  position: absolute;
  color: red;
  z-index: 1;
}
.os-infoBox {
  background: #fcdd3c;
  margin: 30px 0;
  position: relative;
  font-family: sans-serif;
}
.os-infoBox:before {
  background: linear-gradient(-45deg, #fcdd3c 16px, red 16px, blue 16px,  transparent 0), linear-gradient(45deg, #fcdd3c 16px, transparent 0);
  background-position: left top;
  bottom: 22px;
}
.os-infoBox:after {
  background: linear-gradient(-45deg, transparent 16px, #fcdd3c 0), linear-gradient(45deg, transparent 16px, #fcdd3c  0);
  background-repeat: repeat-x;
  background-position: left bottom;
  top: 22px;
}
.os-infoBox:before,
.os-infoBox:after {
  background-repeat: repeat-x;
  background-size: 22px;
  content: "";
  display: block;
  height: 22px;
  left:0;
  width: 100%;
  position: relative;
}
.os-infoBox__row {
  display:flex;
 /* padding:0 10%;*/
}
.os-infoBox__col1 {
  width: 40%;
}
.os-infoBox__col2 {
  width: 40%;
  padding-left: 5%;
}
.os-infoBox__frameBox {
  background: #fff;
  border-radius: 5px;
  padding: 4px;
  line-height:1;
  margin-bottom: 10px;
}
.os-infoBox__frameBox iframe {
  width: 100%;
  display: block;
}
.os-infoBox__btn {
  background: #4f9800;
  color: #fff;
  display: block;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  font-size: 19px;
  text-decoration: none;
}
.os-infoBox__btn:hover {
  opacity:.9;
}
.os-infoBox__btn-line1 {
  text-transform: uppercase;
}
.os-infoBox__btn-line1 span {
  font-weight: bold;
  font-size: 26px;
}
.os-infoBox__btn-line1 span sup {
  vertical-align: baseline;
  font-weight: normal;
  font-size: 14px;
}
.os-infoBox__btn-line2 {
  display: block;
}
.os-infoBox__col2 h3 {}
.os-infoBox__col2 .os-infoBox__list {
  list-style: none;
  margin:0;
  padding:0;
}
.os-infoBox__col2 .os-infoBox__list li {
  list-style: none;
  padding:0 0 5px;
  margin:0;
}


.box .dd {
  background-size: cover;
  display: block;
  height: 200px;
  position: relative;
}
.dd i.fa-youtube-play {
  position: absolute;
  transform: translate(-50%,-50%);
  left: 50%;
  top: 50%;
  font-size: 4rem;
}
.dd:hover i.fa-youtube-play {
  color: #cd201f;
}
.os-infoBox__frameBox .dd i.fa-youtube-play {
  position: absolute;
  transform: translate(-50%,-50%);
  left: 50%;
  top: 50%;
  font-size: 4rem;
}
.os-infoBox__frameBox .dd:hover i.fa-youtube-play {
  color: #cd201f;
}
.desc_module_base h2
{
  font: inherit;
  font-size: 22px;
}
.desc_module_base p
{
  font: inherit;
}

#request-test .modal-dialog {
  width: 300px;
}


#form_pay_yandex {}

.d-none {
  display: none !important;
}

.modal-dialog {
  z-index: 101;
}

#window_1 .modal-dialog,
#window_2 .modal-dialog {
  max-width: 750px;
}


.wrd-pay_info_box {display: flex;}
.wrd-pay_info_box div {
  width: 30%;
  line-height: 1;
}
.wrd-pay_info_box div:last-child {
  width: 70%;
  padding: 5px 10px 0;
  font-size: 85%;
}
.wrd-pay_info_box div img {
  width: 100%;
  display: block;
}
.theme_users_noactive::after
{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(80 78 78 / 72%);
  left: 0;
  top: 0;
  transition: opacity 0.6s;
}
.table_ru_en tbody tr td:first-child
{
  color: #ffffff00;
}
.btn_big_green
{
  background: rgb(78, 195, 115);
}
.btn_big_green:focus, .btn_big_green:hover {
  color: #333;
  text-decoration: none;
}
.search-input::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button !important;
}