@charset "UTF-8";
/* Брейкпоинты сетки */
.main {
  position: relative;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  padding-bottom: 0;
}

.wrap {
  /*display: table-cell;*/
  /*display: flex;*/
}

.main .wrap {
  /*padding: 20px 0;*/
  /*padding: 70px 0 20px;*/
}

.main .wrap .container {
  position: relative;
}

.works {
  position: absolute;
  top: -30px;
  bottom: -30px;
  left: 0;
  right: 0;
  z-index: 500;
  background-color: rgba(0, 0, 0, 0.86);
  padding: 30px;
}

.works .msg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
  width: 62%;
}

.works .msg a {
  color: #fff;
  text-decoration: underline;
}

.works .msg a:hover {
  color: #ccc;
}

#home {
  /*padding-bottom: 92px;*/
  text-align: center;
}

#home .wrap {
  /*vertical-align: middle;*/
}

#home .title {
  font-weight: 700;
  text-align: center;
  color: #171717;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.24);
  margin-bottom: 26px;
  line-height: 3em;
}
@media (max-width: 767px) {
  #home .title {
    margin-bottom: 6px;
  }
}

.btn {
  border-radius: 3px;
  width: 240px;
  display: inline-block;
  background-color: #e43e37;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  /*margin: 0 6px;*/
  padding: 13px 3px;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.3);
}
@media (min-width: 992px) {
  .btn {
    font-size: 16px;
  }
}

.btn:hover {
  background-color: #ba3329;
}

#home .btns {
  font-size: 0;
  text-align: center;
}

#home .btns .btm {
  padding: 10px 3px;
}

#home .info {
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #555;
}

#home .info strong {
  color: #424242;
}

#home .ext-msg {
  margin: 0px auto;
  /* margin-top: 25px; */
  padding: 18px;
  font-size: 18.4px;
  line-height: 1.2;
  color: #222;
}
@media (max-width: 767px) {
  #home .ext-msg {
    font-size: 14px;
  }
}

#home .ext-msg strong {
  font-weight: 500;
}

#home .ext-msg a {
  color: #222;
}

#home .ext-msg a:hover {
  color: #e43e37;
}

#demo .screen {
  margin: 0 auto;
  width: 896px;
  height: 560px;
  background: url(/web/demo-data/demo.jpg) no-repeat;
}

.mc-wrap-ext-panel {
  margin: 12px auto 4px;
  width: 896px;
  position: relative;
  display: block;
  margin-top: 12px;
  margin-bottom: 4px;
  text-align: center;
  /*min-height: 96px;*/
  min-height: 66px;
  padding: 5px 2px 3px;
  border-radius: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.mc-load-view {
  cursor: pointer;
  z-index: -999999;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(100, 100, 100, 0.23);
}

.mc-wrap-btn {
  display: inline-block;
  vertical-align: top;
  margin: 2px;
}

.mc-fix-size .mc-wrap-ext-panel .mc-download-btn {
  width: 138px;
  font-size: 13px;
}

.mc-download-btn {
  position: relative;
  display: block;
  color: white;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  width: 122px;
  font-size: 12px;
  padding: 8px 5px;
  background: #327fe0;
  border-radius: 20px;
  transition: all 0.27s ease;
}

.mc-info {
  color: #999999;
  display: none;
  padding-top: 4px;
  font-size: 14px;
  font-weight: 400;
}

.mc-info {
  color: #999999;
  display: inline-block;
  padding-top: 4px;
  font-size: 13px;
  font-weight: 400;
}

.mc-animation-load {
  animation: load 0.5s ease;
  z-index: 999999 !important;
}

@keyframes load {
  50% {
    opacity: 1;
  }
}
#subscription .wrap {
  text-align: center;
}

#subscription .wrap .pad {
  margin: 14px 0 34px;
  font-size: 28px;
}

#subscription .wrap table {
  margin: 40px auto 40px;
  text-align: left;
  border: none;
  /*box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);*/
  border-spacing: 1px 1px;
}

/*#subscription .wrap table tr{

	margin: 0 4px;

}*/
#subscription .wrap table tr:first-child {
  /*box-shadow: 0px -6px 18px -5px rgba(0,0,0,0.25)*/
}

#subscription .wrap table tr:nth-child(2n+3) {
  background-color: rgba(0, 0, 0, 0.1);
}

#subscription .wrap table tr:last-child {
  /*box-shadow: 0px 6px 18px -5px rgba(0,0,0,0.25);*/
  /*background-color: white !important;*/
}

#subscription .wrap table th:nth-child(1n+2) {
  background-color: #e43e37;
  /*border-bottom: 2px #eee dashed;*/
  color: #fff;
}

#subscription .wrap table th:first-child {
  background-color: #333;
  /*border-bottom: 2px #eee dashed;*/
  color: #fff;
}

#subscription .wrap table tr:last-child td {
  background-color: none !important;
  box-shadow: none !important;
}

#subscription .wrap table tr:last-child {
  background-color: none !important;
  box-shadow: none !important;
}

#subscription .wrap table tr td:first-child {
  text-align: left;
}

#subscription .wrap table tr td:nth-child(1n+2) {
  font-weight: 700;
  font-size: 20px;
  /*text-shadow: 0 0 1px rgba(0,0,0,0.1),0 0 3px white;*/
  /*color: #e43e37 !important;*/
  color: #999 !important;
}

/*#subscription .wrap table tr td:nth-child(1n+2) .plus{
	font-weight: 700;
	font-size: 32px;
	text-shadow: 0 0 1px black, 0 0 3px green;
	color: #fff;
}
#subscription .wrap table tr td:nth-child(1n+2) .minus{
	font-weight: 700;
	font-size: 32px;
	text-shadow: 0 0 1px black, 0 0 6px #e43e37, 0 0 6px #e43e37, 0 0 6px #e43e37;
	color: #fff;
}*/
#subscription .wrap table td {
  text-align: center;
}

#subscription .wrap table tr:last-child td {
  background-color: #fff;
}

#subscription .wrap table tr:last-child td:last-child {
  padding: 0;
}

#subscription .wrap table .sub {
  margin-top: 7px;
  display: inline-block;
  color: #000;
  text-shadow: none;
  font-size: 13px;
  padding: 7px 20px;
  border-radius: 0;
  /*background-color: rgba(0,0,0,0.6);*/
  /*box-shadow: 0 0 10px 0px rgba(0,0,0,0.3);*/
  /*cursor: pointer;*/
  opacity: 0.7;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.7;
}

#subscription .wrap table .sub a {
  color: #333;
}

#subscription .wrap table .sub:hover {
  /*background-color: rgba(0,0,0,0.9);*/
  opacity: 1;
}

#subscription .wrap table th, #subscription .wrap table td {
  box-shadow: 3px 2px 8px -4px rgba(0, 0, 0, 0.3), -3px 2px 8px -4px rgba(0, 0, 0, 0.6);
  background-color: white;
  padding: 12px 22px;
}

.url {
  border: 2px solid #e43e37;
  padding: 10px;
  max-width: 480px;
  width: 100%;
}

.url:focus {
  box-shadow: none;
  outline: none;
}

/*
.btn--download {
	display: inline-block;
}*/
/*dropdown*/
.error-url {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  padding-top: 0px;
  color: #333;
}

.dropdown, .dropup {
  margin: 0 0 8px;
  height: 46px;
  justify-content: center;
  display: flex;
}

.dropdown .btn {
  width: 180px;
  margin-left: -2px;
  position: relative;
}

.dropdown .btn:hover:before {
  border-left-color: #ba3329;
}

.dropdown .btn:before {
  top: 0;
  right: -33px;
  border: 23px solid transparent;
  border-left: 11px solid #e43e37;
  position: absolute;
  width: 0;
  height: 0;
  content: "";
}
@media (max-width: 767px) {
  .dropdown .btn:before {
    display: none;
  }
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-item {
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover {
  background-color: rgba(0, 0, 0, 0.06);
}

.converter {
  margin: auto;
}

.char {
  position: absolute;
  /*left: -100px;*/
  bottom: 45px;
  height: 61px;
  left: -270px;
}

.char img {
  width: auto;
  height: 100%;
  user-select: none;
}

.grecaptcha-badge {
  display: none;
}

@media (max-height: 635px), (max-width: 992px) {
  .notifications {
    display: none !important;
  }
}
.notifications {
  z-index: 305;
  position: fixed;
  left: 10px;
  bottom: 71px;
  width: 320px;
  /*    max-height: 80vh;
      overflow-y: auto;*/
}

.notifications .tooltip__inner {
  opacity: 0;
  transform: translate3d(0px, -100px, 0px);
  position: relative;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  margin-top: 10px;
  transition: all 0.25s ease-in-out;
  border-radius: 6px;
  padding: 17px 40px 16px 18px;
}

.notifications h4 {
  margin: 0px;
}

.notifications .tooltip-info {
  font-size: 13px;
  line-height: 1.5;
  color: white;
  text-align: left;
}

.tooltip-close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.notifications hr {
  height: 1px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  background: rgba(255, 255, 255, 0.32);
  margin: 8px 0px;
}

/*.tooltip-close::before {
  content: "\u00d7";
  display: block;
  font-size: 30px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  cursor: pointer;
}*/
.notifications a {
  color: white;
  text-decoration: underline;
}

.notifications .tooltip__inner.showed {
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.loading {
  position: absolute;
  display: inline-block;
}

.web-counter {
  position: absolute;
  top: 0;
  padding: 8px 10px;
  background-color: #fff;
}

.web-counter .data {
  background: url(/web/images/download.png) no-repeat;
  background-size: contain;
  width: 30px;
  height: 20px;
  display: inline-block;
}

.patron {
  /*box-shadow: 0 0px 3px 1px rgb(162, 162, 162);*/
  /*border-bottom: 2px solid #121212eb;*/
  /*background-color: rgba(212, 212, 212, 0.5);*/
  /*background-color: #333333;*/
  /*margin-top: 2px;*/
  /*padding: 3px 0 1px;*/
  padding: 3px 0;
  margin-left: auto;
  margin-right: auto;
  /*background-color: rgba(0,0,0,0.5);*/
  display: flex;
  position: relative;
  width: 100%;
  box-shadow: 0 0 40px 0px #e33e367d;
}

.patron__info {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 16px;
  color: white;
  flex-direction: column;
  position: relative;
  min-width: 144px;
}

.patron__go-to {
  display: none !important;
  position: absolute;
  bottom: -55px;
  padding: 8px;
  left: 0;
  width: 100%;
}

.patron__go-to a {
  color: #bababa;
  text-decoration: underline;
  font-weight: 600;
}

.patron__item {
  height: 130px;
  min-width: 230px;
  /*height: 110px;*/
  /*width: 197px;*/
  margin-right: 10px;
  /*background-color: rgba(0,0,0,0.5)*/
  background-color: rgba(0, 0, 0, 0.35);
}

.patron__container {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  left: 0;
  top: 0;
  position: relative;
}

/*.patron__container_show {
    z-index: 999;
    transform: translate(-50%,0%);
    left: 50%;
    top: 0;
    width: 640px;
    height: 400px;
}*/
/*
.patron__item_show {
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    z-index: 999;

    width: 50%;
    height: 50%;
}
*/
.patron__item_cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.patron__item_coub {
  /*box-shadow: 0 19px 30px -22px #035dffcf, 0 50px 60px -55px #035dff91;*/
}

.patron__item_youtube {
  /*box-shadow: 0 19px 30px -22px #ff0000cf, 0 50px 60px -55px #ff000091;*/
}

.patron__item iframe {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  transition: all 0.5s ease-out;
}

.patron__item iframe:hover,
.patron__item iframe:active,
.patron__item iframe:focus {
  transition: all 0.4s ease;
  z-index: 999;
  transform: scale(1.03);
  opacity: 1;
}

.viewer.viewer--v2 .viewer__hand:before,
.viewer.viewer--v2 .viewer__hand:after {
  opacity: 0.3;
}

.patron__logo {
  text-transform: uppercase;
  font-weight: 600;
}

.patron-skin-pointers {
  position: absolute;
  /*  bottom: -270px;
      left: 20px;*/
  bottom: -215px;
  left: 15px;
}

.patron-skin-pointers__item {
  transition: all 0.3s ease;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.7);
  margin-bottom: 40px;
  cursor: pointer;
}

.patron-skin-pointers__item:hover {
  opacity: 0.8;
}

.patron-skin-pointers__item_gradient {
  background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
}

.patron-skin-pointers__item_dark {
  background: #333333;
}

.patron-skin-pointers__item_white {
  background: #fff;
}

.patron.skin_dark {
  background-color: #333333;
}

.patron.skin_white {
  /*box-shadow: 0 0px 3px 1px rgb(162, 162, 162);*/
}

.skin_white .patron__info {
  color: #171717;
}

.patron.skin_gradient {
  background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
  background-size: 400% 400%;
  -webkit-animation: Gradient 15s ease infinite;
  -moz-animation: Gradient 15s ease infinite;
  animation: Gradient 15s ease infinite;
}

@-webkit-keyframes Gradienttext {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@-moz-keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.h1 {
  margin: 0;
  margin-top: -40px;
}
@media (max-width: 767px) {
  .h1 {
    font-size: 20px !important;
  }
}

.text-underline {
  text-decoration: underline !important;
}

/*# sourceMappingURL=main.css.map */
