button {
  border: none;
  outline: none; }
  button:hover {
    cursor: pointer; }

.clear {
  font-size: 0;
  line-height: 0;
  clear: both; }

.mg-but {
  display: inline-block;
  text-decoration: none; }

.mg-but1 {
  padding: 8px 15px;
  color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  line-height: 1;
  margin: 10px 20px;
  min-width: 140px;
  background-color: #690d01;
  background-image: -o-linear-gradient(#891101, #690d01);
  background-image: -moz-linear-gradient(#891101, #690d01);
  background-image: -webkit-linear-gradient(#891101, #690d01);
  background-image: -ms-linear-gradient(#891101, #690d01);
  background-image: linear-gradient( #891101, #690d01);
  -pie-background: linear-gradient( #891101, #690d01); }
  .mg-but1:hover {
    background-color: #911201;
    background-image: -o-linear-gradient(#9e1402, #690d01);
    background-image: -moz-linear-gradient(#9e1402, #690d01);
    background-image: -webkit-linear-gradient(#9e1402, #690d01);
    background-image: -ms-linear-gradient(#9e1402, #690d01);
    background-image: linear-gradient( #9e1402, #690d01);
    -pie-background: linear-gradient( #9e1402, #690d01); }
  .mg-but1:active {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    background-color: #690d01;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #891101), color-stop(11.1111111111%, #690d01));
    background-image: -o-linear-gradient(bottom, #891101, #690d01);
    background-image: -moz-linear-gradient(bottom, #891101, #690d01);
    background-image: -webkit-linear-gradient(bottom, #891101, #690d01);
    background-image: -ms-linear-gradient(bottom, #891101, #690d01);
    background-image: linear-gradient(to top, #891101, #690d01);
    -pie-background: linear-gradient(to top, #891101, #690d01); }

.mg-but2 {
  min-width: 150px;
  padding: 8px 15px;
  color: #fff;
  border-radius: 14px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  line-height: 1;
  background-color: #690d01;
  background-image: -o-linear-gradient(#891101, #690d01);
  background-image: -moz-linear-gradient(#891101, #690d01);
  background-image: -webkit-linear-gradient(#891101, #690d01);
  background-image: -ms-linear-gradient(#891101, #690d01);
  background-image: linear-gradient( #891101, #690d01);
  -pie-background: linear-gradient( #891101, #690d01); }
  .mg-but2:hover {
    background-color: #911201;
    background-image: -o-linear-gradient(#9e1402, #690d01);
    background-image: -moz-linear-gradient(#9e1402, #690d01);
    background-image: -webkit-linear-gradient(#9e1402, #690d01);
    background-image: -ms-linear-gradient(#9e1402, #690d01);
    background-image: linear-gradient( #9e1402, #690d01);
    -pie-background: linear-gradient( #9e1402, #690d01); }
  .mg-but2:active {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    background-color: #690d01;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #891101), color-stop(11.1111111111%, #690d01));
    background-image: -o-linear-gradient(bottom, #891101, #690d01);
    background-image: -moz-linear-gradient(bottom, #891101, #690d01);
    background-image: -webkit-linear-gradient(bottom, #891101, #690d01);
    background-image: -ms-linear-gradient(bottom, #891101, #690d01);
    background-image: linear-gradient(to top, #891101, #690d01);
    -pie-background: linear-gradient(to top, #891101, #690d01); }

.mg-but3 {
  min-width: 160px;
  padding: 6px;
  color: #fff;
  border: 1px solid #500a01;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  line-height: 1;
  background-color: #690d01;
  background-image: -o-linear-gradient(#891101, #690d01);
  background-image: -moz-linear-gradient(#891101, #690d01);
  background-image: -webkit-linear-gradient(#891101, #690d01);
  background-image: -ms-linear-gradient(#891101, #690d01);
  background-image: linear-gradient( #891101, #690d01);
  -pie-background: linear-gradient( #891101, #690d01); }
  .mg-but3:hover {
    border: 1px solid #9c1301;
    background-color: #911201;
    background-image: -o-linear-gradient(#9e1402, #690d01);
    background-image: -moz-linear-gradient(#9e1402, #690d01);
    background-image: -webkit-linear-gradient(#9e1402, #690d01);
    background-image: -ms-linear-gradient(#9e1402, #690d01);
    background-image: linear-gradient( #9e1402, #690d01);
    -pie-background: linear-gradient( #9e1402, #690d01); }
  .mg-but3:active {
    border: 1px solid #680d01;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    background-color: #690d01;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #891101), color-stop(11.1111111111%, #690d01));
    background-image: -o-linear-gradient(bottom, #891101, #690d01);
    background-image: -moz-linear-gradient(bottom, #891101, #690d01);
    background-image: -webkit-linear-gradient(bottom, #891101, #690d01);
    background-image: -ms-linear-gradient(bottom, #891101, #690d01);
    background-image: linear-gradient(to top, #891101, #690d01);
    -pie-background: linear-gradient(to top, #891101, #690d01); }

.mg-but4 {
  padding: 8px 15px;
  color: #000;
  border: 1px solid #690d01;
  border-radius: 3px;
  line-height: 1;
  background-color: #fff;
  background-image: -o-linear-gradient(#fff, #fff);
  background-image: -moz-linear-gradient(#fff, #fff);
  background-image: -webkit-linear-gradient(#fff, #fff);
  background-image: -ms-linear-gradient(#fff, #fff);
  background-image: linear-gradient( #fff, #fff);
  -pie-background: linear-gradient( #fff, #fff); }
  .mg-but4:hover {
    color: #fff;
    background-color: #821001;
    background-image: -o-linear-gradient(#891101, #690d01);
    background-image: -moz-linear-gradient(#891101, #690d01);
    background-image: -webkit-linear-gradient(#891101, #690d01);
    background-image: -ms-linear-gradient(#891101, #690d01);
    background-image: linear-gradient( #891101, #690d01);
    -pie-background: linear-gradient( #891101, #690d01); }
  .mg-but4:active {
    color: #fff;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    background-color: #690d01;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #891101), color-stop(11.1111111111%, #690d01));
    background-image: -o-linear-gradient(bottom, #891101, #690d01);
    background-image: -moz-linear-gradient(bottom, #891101, #690d01);
    background-image: -webkit-linear-gradient(bottom, #891101, #690d01);
    background-image: -ms-linear-gradient(bottom, #891101, #690d01);
    background-image: linear-gradient(to top, #891101, #690d01);
    -pie-background: linear-gradient(to top, #891101, #690d01); }

.mg-but5 {
  position: relative;
  padding: 8px 15px;
  color: #fff;
  border: #f00 transparent transparent transparent;
  border-radius: 2px 0 0 2px;
  background: #690d01;
  line-height: 1; }
  .mg-but5:before {
    position: absolute;
    top: 0;
    right: -28px;
    bottom: 0;
    width: 7px;
    content: "";
    border: 14px solid transparent;
    border-left: 7px solid #690d01; }
  .mg-but5:hover {
    background: #821001; }
    .mg-but5:hover:before {
      border-left-color: #821001; }
  .mg-but5:active {
    background: #500a01; }
    .mg-but5:active:before {
      border-left-color: #500a01; }

table.mg-tabs1 {
  border-collapse: collapse; }
  table.mg-tabs1 td {
    padding: 5px;
    border: none; }

table.mg-tabs2 {
  border: 1px solid #cecece;
  border-collapse: collapse; }
  table.mg-tabs2 td {
    padding: 5px;
    border: 1px solid #cecece; }

table.mg-tabs3 {
  border: 1px solid #cecece;
  border-collapse: collapse; }
  table.mg-tabs3 th {
    padding: 5px 0;
    color: #333;
    border: 1px solid #cecece;
    background: #e5e5e5; }
  table.mg-tabs3 td {
    padding: 5px;
    border: 1px solid #cecece; }

table.mg-tabs4 {
  border-collapse: collapse; }
  table.mg-tabs4 th {
    padding: 5px 0;
    color: #333;
    background: #e5e5e5; }
  table.mg-tabs4 td {
    padding: 5px;
    border-bottom: 1px solid #cecece; }

.mg-tab {
  margin: 10px 0;
  padding: 12px;
  border-radius: 2px;
  font: normal 14px/17px arial; }
  .mg-tab p {
    margin: 0; }

.mg-tb1 {
  color: #4d4d4d;
  border: 2px solid #9c1301; }

.mg-tb2 {
  color: #fff;
  border: 2px solid #5f0c01;
  background: #7e1001; }

.mg-tb3 {
  color: #fff;
  border: 2px solid #5f0c01;
  background: #7e1001; }

.mg-tb4 {
  color: #fff;
  border: 2px solid #7e1001;
  background: #7e1001;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }

.mg-tb5 {
  color: #4d4d4d;
  border: none;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), inset 4px 0px 0px #6a0d01; }

.mg-tb6 {
  min-width: 264px;
  color: #4d4d4d;
  border: none;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); }

.mg-tb7 {
  min-width: 264px;
  color: #4d4d4d;
  border: none;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), inset 0px 0px 6px rgba(0, 0, 0, 0.2); }

.mg-tb8 {
  min-width: 306px;
  padding: 0;
  border-radius: 2px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4); }
  .mg-tb8 .title {
    padding: 11px 20px 11px;
    color: #fff;
    border-radius: 2px 2px 0 0;
    font: normal 18px/18px arial;
    background-image: -o-linear-gradient(#b01602, #690d01);
    background-image: -moz-linear-gradient(#b01602, #690d01);
    background-image: -webkit-linear-gradient(#b01602, #690d01);
    background-image: -ms-linear-gradient(#b01602, #690d01);
    background-image: linear-gradient( #b01602, #690d01);
    -pie-background: linear-gradient( #b01602, #690d01); }
  .mg-tb8 .body {
    padding: 14px 20px;
    color: #4d4d4d;
    font: 14px arial; }

.mg-tb9 {
  min-width: 200px;
  padding: 0;
  border: 2px solid #6a0d01;
  border-radius: 4px 4px 0 0;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4); }
  .mg-tb9 .title {
    padding: 5px 3px;
    color: #fff;
    border-radius: 2px 2px 0 0;
    font: normal 18px/18px arial;
    background-color: #690d01;
    background-image: -o-linear-gradient(#6a0d01, #6a0d01);
    background-image: -moz-linear-gradient(#6a0d01, #6a0d01);
    background-image: -webkit-linear-gradient(#6a0d01, #6a0d01);
    background-image: -ms-linear-gradient(#6a0d01, #6a0d01);
    background-image: linear-gradient( #6a0d01, #6a0d01);
    -pie-background: linear-gradient( #6a0d01, #6a0d01); }
  .mg-tb9 .body {
    padding: 5px;
    color: #4d4d4d;
    font: 14px arial; }

.mg-tb10 {
  min-width: 306px;
  padding: 0;
  border-radius: 2px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4); }
  .mg-tb10 .title {
    padding: 11px 20px 11px;
    color: #fff;
    border-radius: 2px 2px 0 0;
    font: normal 18px/18px arial;
    background-color: #911201;
    background-image: -o-linear-gradient(#ce1a02, #730e01);
    background-image: -moz-linear-gradient(#ce1a02, #730e01);
    background-image: -webkit-linear-gradient(#ce1a02, #730e01);
    background-image: -ms-linear-gradient(#ce1a02, #730e01);
    background-image: linear-gradient( #ce1a02, #730e01);
    -pie-background: linear-gradient( #ce1a02, #730e01); }
  .mg-tb10 .body {
    padding: 14px 20px;
    color: #4d4d4d;
    font: 14px arial; }

.mg-navig {
  display: inline-block;
  min-width: 38px;
  text-align: center;
  border: 2px solid transparent;
  border-radius: 50%;
  font: 19px/38px arial; }

.mg-navig1 {
  color: #fff;
  background: #690d01; }

.mg-navig2 {
  color: #4d4d4d;
  border-color: #ce1a02;
  background: #f61f02; }

.mg-navig3 {
  color: #4d4d4d;
  border-color: #9c1301;
  background: #fff; }

.mg-navig4 {
  color: #4d4d4d;
  background: #e71d02;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }

.tabs-wrap {
  margin: 1.57em 0; }

.tabs-nav {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: top;
  font-size: 0;
  line-height: 0; }
  .tabs-nav li {
    display: inline-block;
    vertical-align: top; }
    .tabs-nav li:first-child a {
      border-left: 1px solid #cecece; }
    .tabs-nav li a {
      position: relative;
      display: block;
      height: 37px;
      padding: 0 15px;
      text-decoration: none;
      color: #666;
      border: solid #cecece;
      border-width: 1px 1px 1px 0;
      background-color: #ebebeb;
      font-size: 12px;
      line-height: 37px; }
      .tabs-nav li a:hover, .tabs-nav li a.active {
        z-index: 10;
        height: 36px;
        margin-top: -1px;
        border-top: 3px solid #690d01;
        background-color: #fff;
        line-height: 35px; }
      .tabs-nav li a:focus {
        outline: none; }

.tabs-body {
  margin-top: -1px;
  padding: 25px;
  border: 1px solid #cecece; }
  .tabs-body > div {
    display: none; }
    .tabs-body > div.active {
      display: block; }
/*  id1806  */
img {
  max-width: 100%;
  height: auto; }

@media (max-width: 725px) {
  .adaptive-table td {
    display: inline-block; } }

@media (max-width: 480px) {
  button, input, optgroup, select, textarea {
    max-width: 100%; } }

.title-page .widget-38, .widget-38 {
  top: -826px; }
  @media (max-width: 1024px) {
  .title-page .widget-38, .widget-38 {
    left: 50px; } }
  @media (max-width: 960px) {
  .title-page .widget-38, .widget-38 {
    top: 0;
    left: 0; } }

.title-page .widget-40, .widget-40 {
  height: 100%; }

.title-page .widget-41, .widget-41 {
  height: 100%; }

.title-page .widget-40, .widget-40 {
  width: 100%; }

@media (min-width: 961px) and (max-width: 1024px) {
    .title-page .slider-62 .text-slider {
      padding: 269px 20px 102px 122px; } }

.title-page .block-36, .block-36 {
  display: none; }

@media (max-width: 960px) {
    .title-page .widget-22 {
      display: block; } }

.title-page .popover-wrap-13 .popover-body textarea, .popover-wrap-13 .popover-body textarea {
  outline: none; }

.title-page .popover-wrap-13 .popover-body .form_text input, .popover-wrap-13 .popover-body .form_text input {
  outline: none; }

.title-page .widget-17, .widget-17 {
  width: 206px; }

.title-page .form-60 .form-success, .form-60 .form-success {
  color: #fff; }

.title-page .blocklist-19 .controls, .blocklist-19 .controls {
  margin-right: 46px; }

@media (max-width: 320px) {
    .title-page .blocklist-59 .image img, .blocklist-59 .image img {
      max-width: 90%;
      min-width: 0 !important; } }

@media (min-width: 725px) and (max-width: 768px) {
    .title-page .blocklist-59 .image, .blocklist-59 .image {
      border: none; } }

@media (max-width: 480px) {
    .title-page .blocklist-19 .controls, .blocklist-19 .controls {
      bottom: -20px; } }

.title-page .blocklist-44 .item-outer, .blocklist-44 .item-outer {
  position: relative; }

.new_but {
  width: 87%;
  height: 82%;
  display: inline-block;
  position: absolute;
  z-index: 888; }

.title-page .blocklist-44 .title, .blocklist-44 .title {
  z-index: 9999; }

.title-page .site-name-16 .sn-logo, .site-name-16 .sn-logo {
  width: 32px; }

@media (max-width: 960px) {
    .title-page .widget-38, .widget-38 {
      top: -1752px; } }
  @media (max-width: 768px) {
  .title-page .widget-38, .widget-38 {
    top: -1606px; } }
  @media (max-width: 640px) {
  .title-page .widget-38, .widget-38 {
    top: -1366px; } }
  @media (max-width: 480px) {
  .title-page .widget-38, .widget-38 {
    top: -834px; } }
  @media (max-width: 320px) {
  .title-page .widget-38, .widget-38 {
    top: -840px; } }

@media (max-width: 960px) {
  .title-page .blocklist-19 .controls {
    bottom: -20px; }

  .title-page .blocklist-19 .bx-auto_controls {
    margin-bottom: 0px; }

  .title-page .widget-29 {
    margin-bottom: 40px; } }

@media (max-width: 480px) {
  .new_but {
    height: auto; } }

@media (min-width: 961px) {
    .title-page .site-name-16 .sn-wrap, .site-name-16 .sn-wrap {
      flex-flow: inherit; } }

.title-page .widget-10, .widget-10 {
  flex-direction: column; }
  @media (max-width: 960px) {
  .title-page .widget-10, .widget-10 {
    align-items: center; } }

@media (min-width: 961px) {
    .title-page .block-8, .block-8 {
      display: flex;
      flex-direction: row; } }

@media (min-width: 961px) {
    .title-page .widget-9, .widget-9 {
      margin-right: 20px; } }

.title-page .widget-10 .sn-text .align-elem, .widget-10 .sn-text .align-elem {
  color: #fff;
  font-weight: bold;
  font-size: 25px; }

@media (min-width: 961px) {
    .title-page .widget-10, .widget-10 {
      margin-top: -5px; } }

.title-page .site-name-16 .sn-logo, .site-name-16 .sn-logo {
  width: auto; }

@media (max-width: 960px) {
    .title-page .site-name-16 .sn-wrap, .site-name-16 .sn-wrap {
      align-items: center; } }

@media (max-width: 960px) and (min-width: 481px) {
  .title-page .widget-10, .widget-10 {
    display: inline-block;
    text-align: left; }

  .title-page .site-name-16 .sn-wrap, .site-name-16 .sn-wrap {
    display: inline-block;
    width: auto; }

  .title-page .widget-9, .widget-9 {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    top: 4px; } }

.s3_comment_author a {
  display: none; }

.sand .widget-8 {
  /*background-image: linear-gradient( -107deg, rgb(255,136,124) 0%, rgb(182,50,95) 100%);*/
  background-image: linear-gradient(205deg, #ff8578 0%, #f3074e 100%);
  box-shadow: inset 0px 2px 12px 0px rgba(255, 136, 124, 0.97);
  color: #fff;
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  padding: 20px;
  padding-left: 32px;
  text-shadow: 1.312px 1.509px 7px rgba(0, 0, 0, 0.45);
  position: relative;
  display: inline-block;
  margin-top: 10px; }
  .sand .widget-8.animated {
    animation: shake-bottom 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both; }
  .sand .widget-8:before {
    content: '';
    position: absolute;
    left: -12px;
    width: 32px;
    height: 32px;
    top: calc(50% - 16px);
    background: url('../images/calendar-check.png') 50% no-repeat; }
  .sand .block-6 {
    text-align: right; }
  @media (max-width: 960px) {
    .sand .block-6 {
      text-align: center; } }
  .sand .form-60 .form__header a {
    /*background-image: -moz-linear-gradient( -107deg, rgb(255,136,124) 0%, rgb(182,50,95) 100%);
     background-image: -webkit-linear-gradient( -107deg, rgb(255,136,124) 0%, rgb(182,50,95) 100%);
     background-image: -ms-linear-gradient( -107deg, rgb(255,136,124) 0%, rgb(182,50,95) 100%);*/
    background-image: -moz-linear-gradient(-107deg, #ff5846 0%, #ff2062 100%);
    background-image: -webkit-linear-gradient(-107deg, #ff5846 0%, #ff2062 100%);
    background-image: -ms-linear-gradient(-107deg, #ff5846 0%, #ff2062 100%);
    box-shadow: inset 0px 2px 12px 0px rgba(255, 136, 124, 0.97);
    color: #fff;
    font-weight: 900;
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    padding: 32px 64px;
    text-shadow: 1.312px 1.509px 7px rgba(0, 0, 0, 0.45);
    position: relative;
    display: inline-block;
    margin-top: 10px; }
  @media (max-width: 480px) {
    .sand .form-60 .form__header a {
      padding: 20px 45px;
      font-size: 22px; } }
  .sand .form-60 .form__header a.animated {
    animation: shake-bottom 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both; }
  .sand .form-60 .form__header a:hover {
    text-decoration: underline; }
  .sand .form-60 .form__header a:before {
    content: '';
    position: absolute;
    left: -12px;
    width: 48px;
    height: 48px;
    top: calc(50% - 24px);
    background: url('../images/calendar-check2.png') 50% no-repeat; }

@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0; }

  40% {
    opacity: 0.6; }

  100% {
    opacity: 1; } }

@keyframes flash {
  0%, 50%, to {
    opacity: 1; }

  25%, 75% {
    opacity: 0; } }

[id ^= sandbox_theme_panel] {
  color: #000;
  width: 100px !important;
  font-size: 10px !important;
  right: 0 !important;
  top: auto !important;
  bottom: 0 !important; }

.sand .widget-8, .sand .form-60 .form__header a {
  border-radius: 10px; }

@keyframes shake-bottom {
  0%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%; }

  10% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg); }

  20%, 40%, 60% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg); }

  30%, 50%, 70% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg); }

  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg); }

  90% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg); } }

.sand .widget-8:hover {
  background-image: linear-gradient(205deg, #fb311a 0%, #cf003e 100%); }

.sand .form-60 .form__header a:hover {
  background-image: linear-gradient(205deg, #fb311a 0%, #cf003e 100%); }

.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more {
  background-image: url(/t/images/pod.svg) !important; }

.ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
  background: rgba(203, 203, 203, 0.161) !important; }
