html,
body {
  height: 100%;
  width: 100%
}
img {
  max-width: 100%;
  height: auto;
}
.wrapper {
/*
  background: url(images/bg.png) top center no-repeat,
              url(images/footer.png) bottom center no-repeat,
              linear-gradient(to bottom, #ead0b5 0%, #fff 500px, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ead0b5', endColorstr='#fff', GradientType=0);
  font-family: 'PT Sans Narrow', Tahoma, sans-serif;
  font-size: 16px;
*/
  color: #636363;
}
@media (max-width: 979px){
  .wrapper {
    background: linear-gradient(to bottom, #ead0b5 0%, #fff 500px, #fff 100%);
  }
}

a:focus  { outline: none }
/*start header*/
.main-header {
  width: 980px;
  margin: 0 auto;
  height: 100px;
  position: relative;
}
@media (max-width: 767px) {
  .main-header {
    text-align: left !important;
    position: fixed;
    z-index: 999;
  }
}
.main-header__logo {
  position: absolute;
  top: 20px;
  left: 32px;
}
@media (max-width: 979px){
  .main-header__logo {
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px){
  .main-header__logo {
    float: left !important;
    position: relative !important;
    z-index: 999 !important;
    top: 0;
    left: 0;

    padding-top: 25px !important;
  }
  .main-header__logo img {
    width: 150px;
  }
}
.main-header__question {
  position: absolute;
  top: 13px;
  left: 425px;
}
@media (max-width: 979px){
  .main-header__question {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px){
  .main-header__question {
    display: none !important;
  }
}
.main-header__personal {
  position: absolute;
  top: 20px;
  left: 630px;
}
@media (max-width: 979px){
  .main-header__personal {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px){
  .main-header__personal {
    float: left !important;
    position: relative !important;
    z-index: 999 !important;
    top: 0;
    left: 0;
  }
}
.main-header__personal p {
  text-align: right;
  margin-bottom: 0;
}
.main-header__personal a {
  text-decoration: underline;
  margin-left: 7px;
  outline: none;
}
.main-header__personal a:hover {
  text-decoration: none;
  outline: none;
}
.main-header__personal a:active,
.main-header__personal a:focus {
  outline: none;
}
.main-header__personal .glyphicon {
  color: #337ab7;
  font-size: 14px;
}
.main-header .question-button {
  display: inline-block;
  height: 30px;
  width: 130px;
  background: #8bd8f6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #8bd8f6 0%, #66bdec 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8bd8f6), color-stop(100%, #66bdec));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #8bd8f6 0%, #66bdec 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #8bd8f6 0%, #66bdec 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #8bd8f6 0%, #66bdec 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #8bd8f6 0%, #66bdec 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8bd8f6', endColorstr='#66bdec', GradientType=0);
  /* IE6-9 */
  color: #337ab7;
  text-decoration: none;
  border-radius: 25px;
  border: 1px solid #4ab4ec;
}
.main-header .question-button span {
  font-size: 13px;
  color: #494949;
  border-bottom: 1px dotted #494949;
  display: block;
  width: 80px;
  margin-top: -3px;
  margin-left: 12px;
}
.main-header .question-button:hover span {
  border-bottom: 0;
}
.main-header__info {
  position: absolute;
  top: 21px;
  right: 42px;
}
@media (max-width: 979px){
  .main-header__info {
    margin-bottom: 20px;
  }
}
@media (max-width: 820px) {
  .main-header__info {
    display: none !important;
  }
}

@media (max-width: 979px){
  .main-header {
    width: 100%;
    height: initial;
    margin-bottom: 20px;
    text-align: center;

    background: linear-gradient(to bottom, #f2f5f5, #b2e3f4);
    /*-webkit-border-radius: 0 0 20% 20%;*/
    /*-moz-border-radius: 0 0 20% 20%;*/
    /*border-radius: 0 0 20% 20%;*/
    border-bottom: 1px solid #81ccf9;
    -webkit-box-shadow: 0 2px 10px 0 #a6a9ab;
    -moz-box-shadow: 0 2px 10px 0 #a6a9ab;
    box-shadow: 0 2px 10px 0 #a6a9ab;
  }
  .main-header__el {
    position: initial;
    text-align: center;

    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    padding: 20px 10px;
  }
  .main-header__el p {
    text-align: center;
  }
}



.info .info__phone {
  display: block;
  font-size: 24px;
  color: #70c7ef;
  font-weight: bold;
}
.info .info__mail {
  display: block;
  position: relative;
  font-size: 12px;
  color: #575757;
  text-decoration: underline;
  float: right;
  padding-left: 20px;
}
@media (max-width: 979px){
  .info .info__mail {
    display: none;
  }
}

.info .info__mail:before {
  content: url(images/konvert.jpg);
  position: absolute;
  top: 0;
  left: 0;
}
.info .info__mail:hover {
  text-decoration: none;
}
/*end header*/

/*start menu*/
.top-menu {
	/*
  width: 980px;
  */
  margin: 0 auto;
  height: 200px;
  position: relative;
}
.top-menu__stones {
  height: 160px;
}
.top-menu__stones li {
  list-style-type: none;
  display: inline-block;
  position: absolute;
}
.top-menu__stones li a {
  display: block;
}
.top-menu__stones li:nth-of-type(1) {
  width: 100px;
  height: 100px;
  top: 23px;
  left: 49px;
}
.top-menu__stones li:nth-of-type(1) a {
  width: 100px;
  height: 100px;
}
.top-menu__stones li:nth-of-type(2) {
  width: 170px;
  height: 70px;
  top: 42px;
  left: 205px;
}
.top-menu__stones li:nth-of-type(2) a {
  width: 170px;
  height: 70px;
}
.top-menu__stones li:nth-of-type(3) {
  width: 156px;
  height: 120px;
  top: 0px;
  left: 414px;
}
.top-menu__stones li:nth-of-type(3) a {
  width: 156px;
  height: 120px;
}
.top-menu__stones li:nth-of-type(4) {
  width: 150px;
  height: 90px;
  top: 31px;
  left: 601px;
}
.top-menu__stones li:nth-of-type(4) a {
  width: 150px;
  height: 90px;
}
.top-menu__stones li:nth-of-type(5) {
  width: 80px;
  height: 160px;
  top: 0px;
  right: 50px;
}
.top-menu__stones li:nth-of-type(5) a {
  width: 80px;
  height: 160px;
}
@media (max-width: 979px) {
  .hidden-980 {
    display: none;
  }
  .top-menu {
    display: none;
  }
}

@media (min-width: 980px) {
  .top-menu--bs {
    display: none;
  }
}
/*end menu*/

.wrapper .content {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 16px;
  color: #636363;
}
.slogan-block {
  font-size: 0;
  margin-top: 20px;
  margin-bottom: 40px;
}
.slogan1 {
  font-style: italic;
  font-size: 18px;
}
.slogan1 span {
  font-size: 16px;
}
.slogan_two{
  font-size: 14px;
  color: rgba(0, 67, 193, 0.5);
  padding-left: 30%;
}
@media (max-width: 767px) {
  .slogan-block{
    margin-top: 170px;
  }
}
.slogan2 {
  display: inline-block;
  margin-top: 20px;
  vertical-align: top;
  float: left;
  font-style: italic;
  font-size: 18px;
  color: #00a650;
}
.slogan2 span {
  display: block;
  text-align: right;
}
.fish-and-ocean img {
  float: left;
  margin-right: 20px;
}
.wrapper .content h1 {
  font-size: 28px;
}
.wrapper .content h2 {
  font-size: 24px;
}
.wrapper .content h3 {
  font-size: 20px;
}
.wrapper .content h4 {
  font-size: 16px;
}
.wrapper .content h5 {
  font-size: 13px;
}
.wrapper .content h6 {
  font-size: 11px;
}
.wrapper .content .table tr td {
  text-align: center;
  color: #636363;
}
.wrapper .content .table tr td:nth-child(2n+1) {
  background: #fafaed;
}
.wrapper .content .table tr:nth-child(1) td {
  background: #1ea2e5;
  border-top: 0;
  color: #fff;
}
.wrapper .content .table tr:last-child td {
  background: #1ea2e5;
  height: 10px;
  padding: 0;
}
.wrapper .content .table tr:first-child td:first-child {
  border-top-left-radius: 5px;
}
.wrapper .content .table tr:first-child td:last-child {
  border-top-right-radius: 5px;
}
.wrapper .content .table tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
}
.wrapper .content .table tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}
.wrapper .content .table tr:hover td {
  background: #1ea2e5;
  color: #fff;
}
.wrapper .content .work {
  margin-top: 10px;
  position: relative;
}
.wrapper .content .work .title_h1{
  /*//float: left;*/
}
.wrapper .content .work.w100 {
  width: 100%;
}
.wrapper .content .work h1 {
  margin-top: 0;
  color: #525252;
  font-size: 28px;
  font-weight: bold;
}
.wrapper .content .leftcol {
  margin-top: 10px;
}
.wrapper .content .leftcol .left-menu ul {
  background: #1ea2e5;
  padding-left: 5px;
  box-shadow: 3px 3px 7px -2px #e7e7e6;
  border-radius: 5px;
  margin-bottom: 20px;
}
.wrapper .content .leftcol .left-menu ul li {
  background: white;
  list-style-type: none;
  border-bottom: 1px solid #e8e8e8;
}
.wrapper .content .leftcol .left-menu ul li a {
  color: #555;
  font-size: 18px;
  /*height: 29px;*/
  display: block;
  padding-left: 25px;
  vertical-align: middle;
  padding-top: 1px;
  padding-bottom: 3px;
}
.wrapper .content .leftcol .left-menu ul li:nth-of-type(1) {
  border-radius: 0 4px 0 0;
}
.wrapper .content .leftcol .left-menu ul li:nth-last-of-type(1) {
  border-radius: 0 0 4px 0;
  border-bottom: 0;
}
.wrapper .content .leftcol .left-menu ul li:hover,
.wrapper .content .leftcol .left-menu ul li.selected {
  background: #1ea2e5;
}
.wrapper .content .leftcol .left-menu ul li:hover a,
.wrapper .content .leftcol .left-menu ul li.selected a {
  color: white;
  text-decoration: none;
}
.wrapper .content .leftcol .sub {
  border: 3px solid #0593df;
  border-radius: 3px;
  margin-bottom: 50px;
  box-shadow: 3px 3px 7px -2px #e7e7e6;
}
.wrapper .content .leftcol .sub p {
  font-size: 16px;
  color: #959595;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
.wrapper .content .leftcol .sub .email {
  height: 30px;
  width: 170px;
  border-radius: 2px;
  outline: none;
  padding-left: 5px;
  border: 1px solid #e8e8e8;
  margin-left: 17px;
  color: #acacac;
  font-size: 12px;
  margin-top: 7px;
}
.wrapper .content .leftcol .sub .subBtn {
  background: #5cc9f4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5cc9f4 0%, #4bbff0 24%, #179ee3 76%, #0593df 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5cc9f4), color-stop(24%, #4bbff0), color-stop(76%, #179ee3), color-stop(100%, #0593df));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5cc9f4 0%, #4bbff0 24%, #179ee3 76%, #0593df 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5cc9f4 0%, #4bbff0 24%, #179ee3 76%, #0593df 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5cc9f4 0%, #4bbff0 24%, #179ee3 76%, #0593df 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #5cc9f4 0%, #4bbff0 24%, #179ee3 76%, #0593df 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cc9f4', endColorstr='#0593df', GradientType=0);
  /* IE6-9 */

  width: 170px;
  height: 32px;
  /*background: linear-gradient(to top, #2c7b01, #7abe15);*/
  border-radius: 5px;
  border: 1px solid #14aaf5;
  color: white;
  outline: none;
  font-weight: bold;
  margin: 20px 0 20px 17px;
}

.wrapper footer {
  color: #a8987d;
  font-size: 14px;
  padding-bottom: 50px;
}
.wrapper footer .company {
  padding-top: 50px;
}


/*стили модалок*/
.modal-dialog {
  margin: 10px auto;
}
.fed .modal-dialog {
  padding: 20px;
  margin: 10px auto;
  color: #57bff3;
  font-size: 24px;
  font-weight: bold;
  font-family: 'PT Sans Narrow', sans-serif;
}
.fed .modal-dialog .modal-content {
  position: relative;
}
.fed .modal-dialog .modal-content .close {
  position: absolute;
  top: -22px;
  right: -21px;
  cursor: pointer;
}
.fed .modal-dialog .modal-content .modal-header {
  border-bottom: 1px dashed #d2d2d2;
}
.fed .modal-dialog .modal-content .modal-header img {
  float: right;
  margin-top: 4px;
}
.fed .modal-dialog .modal-content .modal-body {
  color: #5f5f5f;
  font-size: 16px;
  font-weight: normal;
}
.fed .modal-dialog .modal-content .modal-body span {
  margin-top: 10px;
  display: block;
  margin-bottom: 2px;
}
.fed .modal-dialog .modal-content .modal-body input {
  height: 30px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  outline: none;
  color: #b1b1b1;
  width: 100%;
  padding-left: 10px;
}
.fed .modal-dialog .modal-content .modal-body textarea {
  border-radius: 3px;
  border: 1px solid #cccccc;
  outline: none;
  height: 100px;
  color: #b1b1b1;
  width: 100%;
  padding-left: 10px;
}
.fed .modal-dialog .modal-content .modal-body form .captcha {
  width: 130px;
  height: 40px;
  float: left;
}
.fed .modal-dialog .modal-content .modal-body form .update {
  float: left;
  margin-top: 1px;
  margin-left: 30px;
  cursor: pointer;
}
.fed .modal-dialog .modal-content .modal-body form .codcpatcha {
  float: right;
  height: 40px;
  width: 110px;
  border-radius: 3px;
  border: 1px solid #cccccc;
}
.fed .modal-dialog .modal-content .modal-body form button {
  color: white;
  font-weight: bold;
  margin-top: 20px;
  border: 1px solid #1fb5fe;
  font-size: 24px;
  height: 50px;
  background: linear-gradient(to top, #1099e1, #5cc9f4);
  box-shadow: 0 -12px 6px -10px rgba(255, 255, 255, 0.84) inset;
}
.fed .modal-dialog .modal-content .close{
  opacity: 1;
}
.modal-auth .modal-dialog,
.modal-reg-success .modal-dialog {
  padding: 20px;
  color: #57bff3;
  font-size: 24px;
  font-weight: bold;
}
.modal-reg .modal-dialog {
  padding: 20px;
  color: #57bff3;
  font-size: 24px;
  font-weight: bold;
}
.modal-reg label {
  font-size: 14px;
}
.modal-reg sup {
  color: #ff4141;
  padding-left: 5px;
}
.modal-reg .modal-body .modal-reg__form .modal-reg__input--red {
  border: 1px solid #ff4141;
}
.modal-reg__required-fields {
  font-size: 12px;
  color: #ff4141;
}
.modal-reg__required-fields sup {
  font-size: 100%;
  top: -.2em;
}
  /*общие стили для всех модалок*/
    .modal-auth .modal-dialog .modal-content,
    .modal-reg .modal-dialog .modal-content,
    .modal-reg-success .modal-dialog .modal-content {
      position: relative;
    }
    .modal-auth .modal-dialog .modal-content .close,
    .modal-reg .modal-dialog .modal-content .close,
    .modal-reg-success .modal-dialog .modal-content .close {
      position: absolute;
      top: -22px;
      right: -21px;
      cursor: pointer;
      opacity: .7;
    }
    .modal-auth .modal-dialog .modal-content .close:hover,
    .modal-reg .modal-dialog .modal-content .close:hover,
    .modal-reg-success .modal-dialog .modal-content .close:hover {
      opacity: 1;
    }
    .modal-auth .modal-dialog .modal-content .close:active,
    .modal-auth .modal-dialog .modal-content .close:focus,
    .modal-reg .modal-dialog .modal-content .close:active,
    .modal-reg .modal-dialog .modal-content .close:focus,
    .modal-reg-success .modal-dialog .modal-content .close:active,
    .modal-reg-success .modal-dialog .modal-content .close:focus {
      opacity: 1;
      outline: none;
    }
    .modal-auth .modal-dialog .modal-content .modal-header,
    .modal-reg .modal-dialog .modal-content .modal-header,
    .modal-reg-success .modal-dialog .modal-content .modal-header {
      border-bottom: 1px dashed #d2d2d2;
    }
    .modal-auth .modal-dialog .modal-content .modal-header img,
    .modal-reg .modal-dialog .modal-content .modal-header img,
    .modal-reg-success .modal-dialog .modal-content .modal-header img {
      float: right;
      margin-top: 4px;
    }
    .modal-auth .modal-dialog .modal-content .modal-body,
    .modal-reg .modal-dialog .modal-content .modal-body,
    .modal-reg-success .modal-dialog .modal-content .modal-body {
      color: #5f5f5f;
      font-size: 16px;
      font-weight: normal;
    }
  /*общие стили для всех модалок*/
.modal-reg__org-blocks {
  display: none;
}
.modal-reg__common-block,
.modal-reg__org-block {
  border-bottom: 1px dashed #d2d2d2;
  font-size: 0;
  padding-bottom: 15px;
  padding-top: 10px;
}
.modal-reg__common-block .modal-reg__block-item:not(:last-child) {
  /*margin-right: 24px;*/
}
.modal-reg__confirm-blocks {
  text-align: right;
  font-size: 0;
  padding-bottom: 15px;
  padding-top: 10px;
}
.modal-reg__capcha {
  margin-top: 31px;
}
@media (max-width: 767px){
  .modal-reg__capcha {
    margin-top: 0;
  }
}
.modal-reg__capcha #reloadCaptcha {
  cursor: pointer;
  margin-left: 25px;
}
.modal-reg__confirm-block {
  margin-top: 35px;
}
@media (max-width: 767px){
  .modal-reg__confirm-block {
    margin-top: 15px;
  }
}
.modal-reg__confirm-block input[type="submit"] {
  display: inline-block;
  padding: 3px 10px;
  outline: none;
  color: white;
  font-weight: bold;
  border: 1px solid #1fb5fe;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
  background: linear-gradient(to top, #1099e1, #5cc9f4);
  box-shadow: 0 -12px 6px -10px rgba(255, 255, 255, 0.84) inset;
}
.modal-reg__errors {
  display: none;
  color: #ff4141;
}
.modal-reg__common-block:after,
.modal-reg__org-block:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.modal-reg__block-item {
  vertical-align: bottom;
  font-size: 16px;
}
.modal-reg__block-about {
  width: 100%;
  font-size: 16px;
  display: block;
}
.modal-reg__block-about textarea {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #cccccc;
  outline: none;
  color: #5f5f5f;
  padding: 10px;
  resize: none;
}
.modal-reg__block-item label,
.modal-reg__block-about label {
  display: block;
  font-weight: 400;
  padding-left: 10px;
}
.modal-reg__block-item input {
  height: 30px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  outline: none;
  color: #5f5f5f;
  width: 100%;
  padding-left: 10px;
}
.modal-reg__org-checkbox {
  position: relative;
  margin-top: 20px;
}
.modal-reg__org-checkbox input[type="checkbox"] {
  display: none;
}
.modal-reg__org-checkbox label {
  display: inline-block;
  vertical-align: middle;
  padding-left: 30px;
}
.modal-reg__org-checkbox label:before {
  border: 1px solid #ccc;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  position: absolute;
  left: 3px;
}
.modal-reg__org-checkbox input[type="checkbox"]:checked + label:before {
  content: url(images/checkbox.png);
  font-size: 15px;
  text-align: center;
  line-height: 14px;
}
.modal-reg-success__text-green {
  color: #218025;
  margin-bottom: 10px;
}
.modal-reg label {
  margin-top: 10px;
}
.modal-auth .modal-auth__login,
.modal-auth .modal-auth__password {
  margin-bottom: 10px;
}
.modal-auth__login label,
.modal-auth__password label {
  display: block;
  font-weight: 400;
  padding-left: 10px;
}
.modal-auth__login input,
.modal-auth__password input {
  height: 30px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  outline: none;
  color: #5f5f5f;
  width: 100%;
  padding-left: 10px;
}
.modal-auth__submit input {
  width: 100%;
  outline: none;
  color: white;
  font-weight: bold;
  border: 1px solid #1fb5fe;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 20px;
  background: linear-gradient(to top, #1099e1, #5cc9f4);
  box-shadow: 0 -12px 6px -10px rgba(255, 255, 255, 0.84) inset;
}
.modal-auth__remind-pass {
  font-size: 14px;
  padding-left: 10px;
}
.modal-auth__error {
  display: none;
  color: #ff4141;
}


.news .item {
  border-bottom: 1px solid #e3e2e1;
  padding-bottom: 32px;
  margin-bottom: 32px;
}
.news .item .img-news{
  padding: 5px;
  float: left;
  width: 165px;
  height: 137px;
  margin-right: 15px;
  border-radius: 3px;
  background: white;
  box-shadow: 3px 3px 7px -2px #CCCCCB;
}
.news .item .img-news img {
  margin-right: 30px;
  margin-bottom: 25px;
}
.news .item a {
  color: #428bca;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}
.news .item a:hover{
  text-decoration: underline;
}
.news .item span {
  color: #486DAA;
  font-size: 14px;
  margin: 5px 0 10px 0;
  display: block;
}
.news .item p {
  font-size: 18px;
  color: #5e5e5e;
}
.detail .item{
  border-bottom: 0;
}
.detail .item .img-news{
  box-shadow: none;
  height: auto;
  width: auto;
}


.photo {
  margin-top: 20px;
}
.photo .one-photo {
  width: 197px;
  float: left;
}
.photo .one-photo .img-photo {
  width: 197px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 3px;
  background: white;
  box-shadow: 3px 3px 7px -2px #CCCCCB;
  position: relative;
}
.photo .one-photo .img-photo img{
  width: 181px;
  height: auto;
  border-radius: 3px;
}
.photo .one-photo .img-photo .play{
  position: absolute;
  top: 50px;
  left: 50px;
  width: 100px;
  height: 100px;
  display: none;
}
.photo .one-photo .img-photo a{
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 197px;
}
.photo .one-photo .img-photo:hover a{
  background: white;
  opacity: 0.5;
}
.photo .one-photo .img-photo:hover .play{
  display: block;
}
.photo .one-photo p {
  font-size: 16px;
}
.photo .one-photo:nth-of-type(1n+2) {
  margin-left: 40px;
}


.feedback .item span{
  color: #428bca;
  font-size: 16px;
  margin: 5px 0 10px 0;
  display: block;
  font-weight: 700;
}
#feedback input:not([type='submit']),
#feedback textarea {
  color: #5f5f5f;
}
#feedback .alert{
  margin-top: 20px;
  margin-bottom: 0;
}
#asd_subscribe_res{
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
.alert-danger{
  display: none;
}
#order_form_content label {
  display:block;
}

/*стили стандартных компонентов авторизации, забытых паролей и т.д*/
.login_page .input_text_style {
  margin: 10px 0 15px 0;
}
.login_page .login_page__links {
  margin-bottom: 15px;
}
.login_page .login_page__links label {
  font-weight: 400;
  margin: 0;
}
.bx_forgotpassword_page .input_text_style {
  margin: 10px 0 15px 0;
}

/*баннеры*/
.banner-main,
.banner-sect,
.banner{
  margin-bottom: 20px;
}
.banner img,
.banner-main img,
.banner-sect img,
.banner-info img {
  max-width: 100%;
}
.banner-info {
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 6px 1px rgba(143,143,143,1);
  -moz-box-shadow: 1px 1px 6px 1px rgba(143,143,143,1);
  box-shadow: 1px 1px 6px 1px rgba(143,143,143,1);
}
.banner-info:not(:last-child){
  margin-bottom: 30px;
}
.banner-info:last-child {
  margin-bottom: 100px;
}
.sidebar-articles {
  margin-bottom: 20px;
}

.advertising-text {
  font-size: 18px;
}
.detail__ul{
  list-style-type: none;
}
.drago__img{
  width: 100%;
  text-align: center;
  margin: 50px 0 50px 0;
}
.olegvareha{
  text-align: right;
  font-style: italic;
}
iframe {
  border: none !important;
}
input:required {
  -webkit-box-shadow: none !important   ;
  -moz-box-shadow: none !important   ;
  box-shadow: none !important   ;
}
@media (min-width: 550px){
  .seminars-list__month_author>.info_text {
    width: 50%;
  }
}

@media (min-width: 995px){
  .seminars-list__month_author>.info_text {
    width: 60%;
  }
}
@media (min-width: 1200px){
  .seminars-list__month_author>.info_text {
    width: 70%;
  }
}

@media (max-width:700px){
  .seminar-detail__date-place{
    width: 100%;
  }
  .seminar-detail__price{
    width: 100%;
    text-align: left;
  }
}
.grecaptcha-badge {
  display: none;
}


@media (max-width: 767px){
  .header {
    padding-top: 0px;
    height: auto;
    background: url(images/rocks/bg-dao.jpg) no-repeat top center;
  }
  .open.wrapper {
    background: #fdf6e6!important
  }
  .open .header {
    height: auto;
    padding-bottom: 50px;
    border-bottom-left-radius: 45%;
    border-bottom-right-radius: 45%;
  }
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #7bc3cb;
  }
  .navbar-default .navbar-toggle {
    border: none;
    background-color: #7bc3cb;
    border-radius: 50%;
    padding: 8px 8px;
  }
  .open .header .navbar-toggle {
    background: #fff;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    width: 14px;
    transition: all 0.3s;
  }
  .open .header .navbar-toggle .icon-bar {
    background: #7bc3cb;
  }
  .open .header .icon-bar:first-child {
    transform: rotate(45deg) translate(4px, 5px);
  }
  .open .header .icon-bar:last-child {
    transform: rotate(-45deg) translate(4px, -5px);
  }
  .open .header .icon-bar:nth-of-type(2) {
    background: transparent;
  }
  .navbar-toggle {
    display: inline-block;
    margin-top: 0px;
    float: none;
    vertical-align: middle;
  }
  .auth-btn {
    display: inline-block;
    width: 20px;
    height: 21px;
    padding-top: 6px;
    background: url("images/auth_icon.png") no-repeat;
    border: none;
    margin-top: 6px;
    outline: none !important;
  }
  .navbar-header {
    padding-top: 15px;
  }
  .mobile-logo {
    display: inline-block;
    padding-top: 6px;
    position: relative;
  }
  .open .header .mobile-logo:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0px 21px 52px 38px rgb(167, 214, 220);
  }
  .open .header .mobile-logo img {
    position: relative;
  }
  .navbar-default .navbar-nav>li>a {
    color: #fff;
  }
  .open .header {
    background: #7bc3cb;
  }
  .navbar-default .navbar-collapse {
    border: none;
    box-shadow: none;
    margin-top: 27px;
  }
  .open .header .auth-btn {
    background: url("images/auth_icon_hover.png") no-repeat;
    outline: none !important;
  }
  .open .header .auth-btn:focus,.open .header .auth-btn:active {
    outline: none;
  }
  .navbar-default .navbar-nav>li>a {
    font-size: 24px;
    font-weight: normal;
    font-family: "Times New Roman";
    text-transform: none;
  }
  .dao-phone-mobile {
    display: block;
    color: #38787f;
    margin-top: 15px;
    font-size: 18px;
    font-family: "Times New Roman";
    text-decoration: none;
    border: none;
  }
  .question-button-mobile {
    margin-top: 20px;
    background: #9cd2d8;
    border: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 21px;
    border-radius: 20px;
  }
  .ab-sidebar .ab-sidebar__link {
    display: inline-block;
    margin-left: 10px;
  }
  .ab-sidebar__ico {
    border: 1px solid #fff;
    margin-top: 0 !important;
  }
  .ab-sidebar.ab-position-right {
    position: relative !important;
    right: 0;
    margin: 23px 0 0 0 !important;
    bottom: 0 !important;
    top: inherit !important;
    width: 100%;
    text-align: center;
  }
  .open .container {
    display: none;
  }
  .open footer {
    display: none;
  }
  .ab-sidebar.active {
    display: block;
  }
  .ab-sidebar.active:before {
    content: "Присоединяйтесь к нам :)";
    margin-bottom: 21px;
    display: block;
    color: #96897a;
    font-size: 14px;
    font-family: "Times New Roman";
  }
  .auth-title {
    font-size: 24px;
    color: #fff;
    font-family: "Times New Roman";
  }
  .login_page {
    margin-top: 30px;
    padding: 0 20px;
  }
  .login_page .input_text_style {
    background: #88c9d0;
    color: #336267;
    border: 2px solid #b0dbe0;
    width: 100%;
    min-width: auto;
    display: inline-block;
    padding: 10px 37px;
    border-radius: 24px;
    text-align: center;
  }
  .login_page .input_text_style:focus {
    outline: none;
  }
  .login_page .rememberme {
    color: #336267;
    font-size: 12px;
    font-family: "Times New Roman";
  }
  .login_page input[type=checkbox] {
    display: none;
  }
  input[type=checkbox] + label:before {
    border-radius: 3px;
  }
  input[type=checkbox]:checked + label:before {
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 13px;
    background: #fff;
    color: #559299;
    text-align: center;
    display: inline-block;
    line-height: 18px;
    width: 16px;
    height: 16px;
    margin-right: 7px;
  }
  .forgotpassword a {
    color: #ca3535;
    font-size: 12px;
    text-decoration: underline;
  }
  .login_page .bt_blue {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    background: linear-gradient(to bottom, #fefefe, #dadada);
    border: none;
    border-radius: 23px;
    width: 100%;
    padding: 12px;
    margin-top: 15px;
    box-shadow: 0 0px 18px 0 rgba(0,0,0, 0.3);
  }
  .login_page .bt_blue:active {
    box-shadow: inset 0 3px 6px 0 rgba(215, 215, 215, 0.7);
  }
  .login_page .register_btn {
    margin-top: 13px;
    display: inline-block;
  }
  .login_page .register_btn a {
    color: #336267;
    text-decoration: underline;
  }
  .ab-sidebar .ab-sidebar__link, .ab-sidebar .ab-sidebar__link:active, .ab-sidebar .ab-sidebar__link:focus, .ab-sidebar .ab-sidebar__link:hover, .ab-sidebar .ab-sidebar__link:visited {
    display: inline-block !important;
    margin-left: 10px !important;
  }
}

.header {margin: 0!important;}

/*
.add-seminar {right:70px!important;}
*/
.seminars-list__month_author {border: 1px solid #cec1b5!important; border-radius: 20px!important;}
.seminars-list__item, .block_seminar_sect .seminar {border: none!important;}
.seminars-list__month {border-radius: 20px!important; border: none!important;}
.seminars-list__item_separator {display:block; width:100%; height:50px;
	background: url("images/seminars_separator.jpg") no-repeat center center;
	background-size: cover;
	margin-bottom: 5px;
}

.banner-video {margin-top:30px;}

.indx_img {
  margin-top: 20px;
  text-align: center;
}

.indx_img img {
  width: 100%;
}