@font-face {
	font-family: 'Fashion'; 
	src: url(../fonts/Fashion_Fetish_Light.ttf); 
}  
body {
  height: 100%;
  width: 100%;
  font-family: 'Fashion', Arial, Helvetica, sans-serif;
}
@media (min-width: 1600px) {
  .container {
    max-width: 1380px;
  }
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, .63);
}
._backgrnd {
  /*background-image: url(../img/back.jpg);*/
  height: 100%;
  background-size: cover;
  background-position: center;
}
._b1 { background: url('../img/background1.jpg'); }
._b2 { background: url('../img/vnz.png'); background-position: center; background-size: contain; background-repeat: no-repeat; }
.musickey {
  position: absolute;
  top: 5px;
  left: -96px;
  opacity: 0.1;
}
#mkey:hover .musickey {
  -o-animation: mkey_ani 5s linear infinite;	
  -webkit-animation: mkey_ani 5s linear infinite;	
  -moz-animation: mkey_ani 5s linear infinite;	
  -ms-animation: mkey_ani 5s linear infinite;	
  animation: mkey_ani 5s linear infinite;	
}
@keyframes mkey_ani {
  0% {
    opacity: 0.1;
    transform: translateX(0px) rotateY(0deg);
  }
  42% {
    opacity: 0.11;
  }
	44% { 
	  opacity: 0.12;

  }
	46% { 
	  opacity: 0.13;
  }
	49% { 
	  opacity: 0.14;
  }
	49.8% { 
	  opacity: 0.16;
  }
	49.9% { 
	  opacity: 0.18;
	}
	50% { 
	  opacity: 0.2;
  }
  50.2% { 
	  opacity: 0.18;
	}
	50.2% { 
	  opacity: 0.16;
  }
	51% { 
	  opacity: 0.14;
  }
	54% { 
	  opacity: 0.13;
  }
	56% { 
	  opacity: 0.12;
  }
  58% {
    opacity: 0.11;
  }
  100% { 
    opacity: 0.1;
    transform: translateX(0px) rotateY(360deg);
  }
}
.musickey img { width: 128px; height: 128px; }
.lenta {
  position: absolute;
  top: 44vh;
  height: auto;
  width: 100%;
  text-align: center;
  padding: 10px;
  font-size: 96px;
  background: rgba(100,100,100,.8);
  color: #fff;
  line-height: 106px;
  font-weight: 500;
}
.block_cnt {
  color: #101010; 
  font-size: 14px;
  position: relative;
  font-weight: 100;
  height: 100%;
  padding: 5px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.block_cnt:hover>.tip-work .tip-name { color: #632989; }
.brd {
  border-radius: 3px;
  border: 1px dotted #898989;
}
.block_cnt h3, .block_cnt h4 {
  font-family: 'Fashion';
  font-weight: 600;
}
.block_cnt p { 
  font-size: 16px;
  color: #000;
  font-weight: 600; 
}
.in_block {
  width: 100%;
  position: relative;
  margin: 0;
  
}
.in_block:hover {
  -o-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
.img_work { 
  width: 100%;
  /*border: 1px solid #adadad;*/
  border: none; 
}
.gray_img {
  opacity: 0.8;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */ 
}
.tip-work {
  width: 100%;
  padding: 0 5px;
  margin-top: 10px;
}
.tip-m {
  margin: 15px 5px !important;
}
.tip-name {
  font-size: 22px;
  line-height: 26px;
  color: black;
  font-weight: 700;
  font-family: 'Fashion', Open Sans, sans-serif !important;
  width: 100%;
  word-break: break-word;
}
.news-name {
  font-size: 24px;
  line-height: 24px;
  color: #7d7d7d;
  font-weight: 600;
  font-family: 'Fashion', Open Sans, sans-serif !important;
  width: 100%;
  word-break: break-word;
}
.tip-desc {
  font-size: 16px;
  line-height: 17px;
  padding: 5px 0;
  color: black;
  font-weight: 500;
  font-family: 'Inter', Open Sans, sans-serif !important;
  width: 100%;
  word-break: break-word;
  color: #7d7d7d;
}
.inp-form {
	background: rgba(255,255,255,0.4);
	color: #436E1C;
	font-size: 12px !important;
	border: 1px solid rgba(205,205,205,0.8) !important;
	height: 20px;
	padding: 1px 4px;
	margin: 4px 5% 0px 5%;
	width: 90% !important;
	border-radius: 2px !important;
  font-family: Arial, sans-serif, sans-serif, "Helvetica Neue", Helvetica;
	/*box-shadow: 0 0 10px rgba(0,0,0,0.2);*/
	box-shadow: none !important;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}        
.inp-form::placeholder { color: #adadad; }
.btn-grsc {
  border-radius: 3px !important;
  border: 1px solid #3598c9 !important;
  font-size: 12px !important;
  background-color: #3598c9 !important;
  height: 24px !important;
  width: calc(100% - 30px) !important;
  outline: none !important;
  opacity: 0.65 !important;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
  color: black !important;
}
.info { 
  font-family: 'Fashion';
  display: flex;
  align-items: end;
  font-size: 20px;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
  padding: 5px 10px 10px 10px;
  background-image: linear-gradient(0deg,#000000,transparent);
}
._rtop { margin-top: 40px; }
._TU {
  border: 3px solid #1D1D1D;
  /*border-top: 3px solid #1D1D1D;
  border-bottom: 3px solid #1D1D1D;*/
}
.text1 {
    font-size: 4rem;
    color: #0D0D0D;
    line-height: 4.5rem;
    font-weight: 600;
    margin: 10px !important;
}
._head {
  height: 90px;
  border-bottom: 2px solid; 
}
._head img { float: right; }
.thead {
  position: relative;
  height: 90px;
  text-align: left;       
  width: calc(100% - 160px);
  float: left;
  text-shadow: 0 0 1px rgba(210,0,0,0.6); 
}
.fcomp {
  color: red;
  font-size: 20px;
  font-weight: 600;
}
._desc {
  font-size: 18px;
}
.phone {
  position: absolute;
  font-size: 22px;
  top: 95px;
  right: 5px; 
  text-shadow: 0 0 1px rgba(0,0,0,0.6); 
}
@media screen and (max-width: 690px) {
  .phone {
    position: absolute;
    top: 55px;
    left: 15px; 
    font-size: 14px;
  }
}
.goto {
  position: absolute;
  top: 95px;
  left: 5px; 
}
@media screen and (max-width: 690px) {
  .goto {
    position: relative;
    top: auto;
    left: auto; 
  }
  .goto #nav_button {
    font-size: 16px; 
  }
}
@media screen and (max-width: 370px) {
  .goto #send_button {
    font-size: 16px; 
  }
  .goto #nav_button {
    font-size: 14px; 
  }
}
@media screen and (max-width: 1090px) {
  .fcomp {
    font-size: 14px;
  }
  ._desc {
    font-size: 13px;
  }
}
@media screen and (max-width: 592px) {
  .fcomp {
    font-size: 12px;
  }
  ._desc {
    font-size: 11px;
  }
}
@media screen and (max-width: 544px) {
  ._desc {
    display: none;
  }
}

._htop {
  margin-bottom: 15px;
}
._top_ {
  margin: 17px 0;
}

._text-left {
  text-align: left !important;
  padding-left: 10px;
}
._text-center {
  text-align: center !important;
}
.text2 {
    font-size: 3.5rem;
    color: red;
    margin-top: 0px !important;
    margin-bottom: 5px !important;
    transition: all 0.1s linear;
}
.text2:hover {
    text-shadow: 0 0 1px rgba(210,0,0,0.4); 
}
.b-saving-y-p {
  color: black;
  font-weight: 600;
  font-size: 20px;
  background-color: rgb(255,246,0);
  line-height: 1.1em;
}
.b-saving-p {
  color: black;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.1em;
}
.b-old-price-p {
  color: rgba(31,31,31,.7);
  font-weight: 600;
  font-size: 20px;
}
.b-span-p {
  color: black;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.1em;
}
.price-o { width: 100%; line-height: 1.5em; position: absolute; bottom: 5px; }
.snd_btn {
  padding: 13px 5px 5px 5px !important; 
  position: absolute !important; 
  bottom: 16% !important; 
}
h3 {
    font-size: 3rem;
    z-index:1;
    line-height: 1.4em;
    transition: all 0.1s linear;
    font-weight: 600;
}
._h3 {
    font-size: 24px;
    z-index:1;
    line-height: 1.22em;
    transition: all 0.1s linear;
    font-weight: 600;
    margin-top: 10px !important;
}
.b-saving-y {
  color: black;
  font-weight: 600;
  font-size: 24px;
  background-color: rgb(255,246,0);
  line-height: 1.1em;
  padding: 4px;
  border-radius: 3px;
}
.b-saving {
  color: black;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.1em;
}
.b-old-price {
  color: rgba(31,31,31,.7);
  font-weight: 600;
  font-size: 24px;
}
.op-line-through {
  color: rgba(31,31,31,.4);
  text-decoration: line-through;
}
.b-span {
  color: black;
  font-weight: 600;
  font-size: 48px;
  line-height: 1.1em;
}
h3:hover, ._h3:hover {
    text-shadow: 0 0 1px rgba(0,0,0,0.3); 
}
._h4 { font-size: 16px; font-weight: 600; }
@media screen and (max-width: 1200px) {
  ._h3 {
    font-size: 25px;
  }
  ._h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .snd_btn { bottom: 14% !important; }
  .price-o { bottom: 0px; }
}
@media screen and (max-width: 991px) {
  .text2 {
    font-size: 24px;
  }
  ._h3 {
    font-size: 22px;
  }
  ._h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .text2 {
    font-size: 3.6rem;
  }
  ._h3 {
    font-size: 2.5rem;
  }
  ._h4 {
    font-size: 20px;
  }
}
._action {
  background-color: #FFFFFF; 
  box-shadow: 0 0 7px rgba(0,0,0,0.3);
  border-radius: 5px;
  position: relative;
  margin: 15px 0px;  
  border: solid 1px black;
  /*height: 150px;*/
  height: 480px;
  text-align: center;
  /*cursor: pointer;*/
}
._action:hover {
  box-shadow: 0 0 12px rgba(0,0,0,0.9);
}
._img {
  padding: 15px 0px;
  height: 55%;
  margin: 0 auto;
}
._com_txt {
  position: fixed;
  display: none;
  padding: 10px;
  /*height: 60%;*/
  font-size: 12px;
  font-weight: 600;
  text-align: left;
  background: #FDFDFD;
  z-index: 9999;
  width: 360px;
  box-shadow: 0 0 12px rgba(0,0,0,0.9);
}
._com_qtxt {
  position: fixed;
  display: none;
  padding: 10px;
  /*height: 60%;*/
  font-size: 12px;
  font-weight: 600;
  text-align: left;
  background: #FDFDFD;
  z-index: 9999;
  width: 260px;
  box-shadow: 0 0 12px rgba(0,0,0,0.9);
}
._img img {
  height: 100%;
}
.adesc {
  font-size: 16px;
  font-weight: 600;
  /*padding: 30px 20px 0px 20px;*/
  position: absolute;
  width: calc(100% - 30px);
  left: 15px;
  top: 53%;
  z-index: 0;
}
.adesc i { 
  font-size: 22px; 
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;  
}
.adesc i:hover { 
  font-size: 22px; 
  color: rgba(34,150,28,0.8);
}
._rt {
  position: absolute;
  width: 150px;
  height: 150px;
  top: -30px;
  right: -34px;
}
._qi {
  position: absolute;
  top: 0px;
  right: 5px;
  font-size: 20px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; 
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
._qi:hover {
  -webkit-filter: invert(100%);
  -moz-filter: invert(100%);
  -ms-filter: invert(100%);
  -o-filter: invert(100%);
  filter: invert(100%);
}
._rt img { height: 100%; width: 100%; }
.add_desc {
  font-size: 13px;
  position: absolute;
  width: calc(100% - 30px);
  left: 15px;
  top: 65%;
  z-index: 0;
}
.add_descF {
  font-size: 13px;
  position: absolute;
  left: 15px;
  top: -13%;
  width: calc(100% - 30px) !important;
  z-index: 0;
  text-align: right;
}
._span_L {
  padding: 3px 7px;
  border-radius: 7px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
._span_L:hover {
  background: #dddddd;
}
._active {
  background: #ededed;
}
@media screen and (max-width: 1200px) {
  .add_desc { top: 69%; }
}
._gray { 
  background-color: #FFFFFF; 
  box-shadow: 0 0 7px rgba(0,0,0,0.3); 
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  margin: 15px 0;  
}
._gray:hover { box-shadow: 0 0 12px rgba(0,0,0,0.9); }
._gray img {
  vertical-align: middle;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
._gray img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
._gray:hover>.tdesc { background-color: rgba(99,99,99,0.6); /*opacity: 0.85;*/ }
._back {
  background: url(../img/vodostop.jpg);
  padding: 30px;  
}
.tdesc {
  position: absolute;
  height: 60px;
  background-color: rgba(99,99,99,1); /*#636363;*/
  color: white;
  font-size: 18px;
  bottom: 0px;
  width: 100%;/*calc(100% - 30px);*/
  font-weight: 600;
  padding: 7px 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.tdesc span { color: #FF0000; font-size: 18px; }
@media screen and (max-width: 992px) {
  .tdesc {
    font-size: 14px;
  }
  .tdesc span {
    font-size: 14px;
  }
}
form input[type="checkbox"] {
	background: #FDFDFD;
	color: #436E1C;
	font-size: 16px;
	height: 24px;
	width: 24px;
	padding-top: 5px;
	/*font-family: Roboto-Regular;*/
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, sans-serif;
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
form input[type="text"],
form input[type="password"],
form select {
	background: #FDFDFD;
	color: #436E1C;
	font-size: 16px;
	border-width: 0px;
	height: 32px;
	padding: 1px 8px;
	width: 100%;
	border-radius: 8px;
	/*font-family: Roboto-Regular;*/
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, sans-serif;
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
form input[type="text"]:hover, 
#filter input[type="text"]:hover,
form select:hover {
   box-shadow: 0 0 30px rgba(0,0,0,0.6);
}

form textarea{
	background: #FDFDFD;
	color: #436E1C;
	font-size: 16px;
	border: none;
	height: 70px;
	padding: 7px 7px;
	width: 100%;
	border-radius: 7px;
	/*font-family: Roboto-Regular;*/
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, sans-serif;
	/*resize: none;*/
	overflow: hidden;
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

form textarea:hover{
   box-shadow: 0 0 30px rgba(0,0,0,0.6);
}
form input[type="submit"]{
  background-color: #436E1C;
	border: none;
	color: #FFFFFF;
	font-size: 16px;
	/*font-family: Roboto-Regular;*/
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, sans-serif;
	padding: 1px 5px;
	height: 26px;
	width: 120px;
	opacity: 0.9;
	transition: all 0.1s linear;
	border-radius: 7px;
}
form input[type="submit"]:hover {
  cursor: pointer;
	opacity: 1;
	font-size: 16px;
  /*font-family: Roboto-Regular;*/
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, sans-serif;
  box-shadow: 0 0 5px rgba(0,0,0,0.8);
}
.file_upload{
    position: relative;
    overflow: hidden;
    font-size: 1em;        /* example */
    height: 100%;           /* example */
}
.div_file {
  border: 1px dashed #999BA0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  box-sizing: border-box;
  padding: 10px 20px 10px 20px;
  background: #fff;
  position: relative;
  cursor: pointer;
  text-align: center;
}
.file_upload > button{
    float: right;
    /*width: 8em;         */
    height: 100% !important;
    padding: 12px;
}
.file_upload > div{
    padding-top: 14px;
    font-size: 16px;  
}
.file_upload:hover > div{
    text-decoration: underline;
}
.file_upload input[type=file]{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(20);
    letter-spacing: 10em;     /* IE 9 fix */
    -ms-transform: scale(20); /* IE 9 fix */
    opacity: 0;
    cursor: pointer;
}
#send_button {
  cursor: pointer;
	opacity: 1;
	font-size: 24px;
	width: 100%;
	height: 48px;
	/*background-color: white;
  color: #3d3d3d;*/
  background-color: rgb(0,158,0);	
	color: white;
  /*font-family: Roboto-Regular;*/
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, sans-serif;
  box-shadow: 0 0 5px rgba(0,0,0,0.8);
  transition: all 0.3s linear;
  border: 1px solid black;
  border-radius: 5px;
}
#nav_button {
  cursor: pointer;
	opacity: 1;
	font-size: 20px;
	height: 40px;
	background-color: white;
	color: #3d3d3d;
  /*font-family: Roboto-Regular;*/
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, sans-serif;
  box-shadow: 0 0 5px rgba(0,0,0,0.8);
  transition: all 0.3s linear;
  border: 1px solid black;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
.w80 { width: 80% !important; }
.w60 { width: 70% !important; }
@media screen and (max-width: 991px) {
  .adesc { font-size: 14px; }
  .w60 { width: 76% !important; font-size: 16px !important; }
}
@media screen and (max-width: 767px) {
  .adesc { font-size: 22px; }
  .w60 { font-size: 20px !important; }
}
@media screen and (max-width: 520px) {
  .adesc { font-size: 16px; }
}
#_phone_t {
  height: 62px;
  padding: 10px 5px;
  border-top: solid 1px;
  border-color: #AFAFAF;
}
._button {
  cursor: pointer;
	opacity: 1;
	font-size: 24px;
	width: 100%;
	height: 48px;
	background-color: white;
	color: #3d3d3d;
  /*font-family: Roboto-Regular;*/
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, sans-serif;
  box-shadow: 0 0 5px rgba(0,0,0,0.8);
  transition: all 0.3s linear;
  border: 1px solid black;
  border-radius: 5px;
}
#_phone_ {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#_button_ {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
._button_sms {
  cursor: pointer;
	opacity: 1;
	font-size: 18px;
	width: 100%;
	height: 28px;
	background-color: white;
	color: #3d3d3d;
  /*font-family: Roboto-Regular;*/
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, sans-serif;
  box-shadow: 0 0 5px rgba(0,0,0,0.8);
  transition: all 0.3s linear;
  border: 1px solid black;
  border-radius: 5px;
} 
#phone_sms {
	background: #FFFFFF;
	color: #436E1C;
	font-size: 16px;
	border-width: 0px;
	height: 28px;
	padding: 1px 8px;
	width: 150px;
	border-radius: 5px;
	/*font-family: Roboto-Regular;*/
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, sans-serif;
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#phone_sms:hover {
   box-shadow: 0 0 30px rgba(0,0,0,0.6);
}
._bf {
  margin-top: 1px;
  cursor: pointer;
	opacity: 1;
	font-size: 16px;
	height: 28px;
	background-color: white;
	color: #3d3d3d;
  /*font-family: Roboto-Regular;*/
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, sans-serif;
  box-shadow: 0 0 5px rgba(0,0,0,0.8);
  transition: all 0.3s linear;
  border: 1px solid black;
  border-radius: 5px;
  margin-left: 7px;
}
._button:hover, ._button_sms:hover, ._bf:hover, #send_button:hover, #nav_button:hover, #_nav_button:hover {
  /*background-color: red;*/
  background-color: #008000;
  color: #fdfdfd;
}
._fields {
  width: 100%;
  margin: 10 auto;
  padding: 13px;
  position: relative;
}
._fields label { font-size: 16px; font-weight: 500; vertical-align: middle; margin-bottom: 14px !important; }
._fields div {
  width: 100%;
}
._fields_min {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-weight: 600;
}
._phone_modal {
  padding: 3px 7px 24px 10px;
  display: none;
  position: absolute;
  width: 320px;
  height: 86px; 
  background: #FFFFFF;
  z-index: 9999;
  border-radius: 5px;
  border: 2px solid #2D2D2D;
  box-shadow: 0 0 15px rgba(0,0,0,0.8);
}
._close_min { height: 20px; text-align: right; width: 100%; margin: 0px 5px; }
._close_min i { font-weight: 600; font-size: 20px; cursor: pointer; }
._order, ._send_msg {
  padding: 10px 15px 15px 15px;
  display: none;
  position: fixed;
  top: 20%;
  left: calc(50% - 230px);
  width: 460px;
  background: #FFFFFF;
  z-index: 9999;
  border-radius: 5px;
  border: 2px solid #2D2D2D;
  box-shadow: 0 0 15px rgba(0,0,0,0.8);
}
._send_msg { top: 15%; } 
._modal {
  padding: 10px 15px 15px 15px;
  display: none;
  position: fixed;
  top: 15%;
  left: calc(50% - 230px);
  width: 460px;
  background: #FFFFFF;
  z-index: 9999;
  border-radius: 5px;
  border: 2px solid #2D2D2D;
  box-shadow: 0 0 15px rgba(0,0,0,0.8);
}
._slide_ { 
  width: 600px;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.arrPrev {
  position: absolute;
  top: 40%;
  left: -20px;
}
.arrNext {
  position: absolute;
  top: 40%;
  right: -20px;
}
._map {
  padding: 15px;
  display: none;
  position: fixed;
  top: 20%;
  left: calc(50% - 230px);
  width: 460px;
  height: 400px;
  background: #FFFFFF;
  z-index: 9999;
  border-radius: 5px;
  border: 2px solid #2D2D2D;
  box-shadow: 0 0 15px rgba(0,0,0,0.8);
}
._map_sms {
  position: absolute;
  height: 35px;
  width: calc(100% - 30px);
  bottom: 15px;
  background-color: #FDFDFD; 
}
#_msg_ {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  padding: 5px;
  z-index: 9999;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#_msg_t {
  border-top: solid 1px;
  border-color: #AFAFAF;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  height: 62px;
  padding: 15px 15px 15px 15px;
  top: 22px;
  left: 0px;
  z-index: 9999;
  font-size: 15px;
  font-weight: 600;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#_msg_order span {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
._close { height: 24px; text-align: right; width: 100%; margin: 0px 5px; }
._close i { font-weight: 600; font-size: 24px; cursor: pointer; margin-top: -3px; }
#order_txt, #message_txt {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  border-top: 1px solid rgba(220,220,220,.9);
  border-bottom: 1px solid rgba(220,220,220,.1);
}
.online {
  width: 40%;
  margin: 30px auto;
  min-width: 400px; 
}
.online h4 { font-size: 24px; }
.online div {
  display: inline !important;
  width: 50% !important;
}
@media screen and (max-width: 1199px) {
  .online h4, ._button, .online #send_button { font-size: 20px; }
}
@media screen and (max-width: 991px) {
  .online h, ._button, .online #send_button { font-size: 16px; }
}
._payed {
  width: 90%;
  min-height: 100px;
  margin: 0 5%;
}
._payed div { display: inline; }
._payed img { width: 30%; }

#_ya {
  background-image: url(../img/ya.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 24px;
	width: 94px;
	text-align: left;
}
#_visa {
  background-image: url(../img/visa.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 24px;
	width: 94px;
	text-align: left;
}
#_payed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
#_payed:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
.over_link {
  text-align: center;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  position: absolute;
  opacity: 0;
  z-index: 9999;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.over_link i {
  font-size: 48px;
  color: black;
  text-shadow: 0 0 10px rgba(255,255,255,.6)
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.load_span {
  font-size: 20px;
  font-weight: 600;
  line-height: 2.2em;
}
.load_link {
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  line-height: 2.2em;
}
.load_link:hover {
  text-decoration: none;
}
.load_link:hover .over_link {
  opacity: 1;
}
.resul_itog {
  background-image: url(../img/link_payed.png);
  background-size: cover;
  position: absolute;
  display: block;
  top: -2%;
  padding: 50px 10px 50px 10px;
  left: 15%;
  font-size: 24px;
  font-weight: 600;
  color: #FDFDFD;
  text-shadow:  2px 2px 5px black, -2px -2px 5px black, 0 0 25px white;/* 2px 2px 12px rgba(215,25,25,0.98), -2px -2px 12px rgba(215,25,25,0.98);*/
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(255,255,255,.8);
  border-radius: 35px;
  box-shadow: 1px 1px 17px rgba(5,5,5,0.3), -1px -1px 17px rgba(5,5,5,0.3);
  cursor: pointer;
}
.resul_itog:hover { 
  font-size: 25px;
  color: #FFFFFF;
  box-shadow: 3px 3px 22px rgba(5,5,5,0.5), -3px -3px 22px rgba(5,5,5,0.5);
}
.top_soc {
  font-size: 24px;
  color: #0D0D0D;
}
.top_soc:hover {
  color: #0D0D0D;
}
.top_soc:active {
  color: #0D0D0D;
}
.top_soc:visited {
  color: #0D0D0D;
}  
._load_ {
  font-size: 20px;
  color: #0D0D0D !important;
  text-decoration: none !important;
}
._load_:hover {
  color: #0D0D0D !important;
  text-decoration: none !important;
}
._load_:active {
  color: #0D0D0D !important;
  text-decoration: none !important;
}
._load_:visited {
  color: #0D0D0D !important;
  text-decoration: none !important;
}  
.address {
  position: absolute;
  display: block;
  top: 7%;
  padding: 20px 10px 20px 10px;
  left: 15%;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  color: #FDFDFD;
  /*text-shadow:  1px 1px 2px black, -1px -1px 2px black;/* 2px 2px 12px rgba(215,25,25,0.98), -2px -2px 12px rgba(215,25,25,0.98);*/
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(10,10,10,1);
  border-radius: 5px;
  box-shadow: 1px 1px 17px rgba(5,5,5,0.3), -1px -1px 17px rgba(5,5,5,0.3);
}
._cell_row {
  position: relative;
  display: table;
  width: calc(100% - 30px);
  min-height: 16px;
  margin: 0px 15px !important;
  font-size: 14px;
}
._cell_left {
  float: left;
  width: 30%;
  padding: 2px 10px 2px 10px;
  margin: 0px !important;
  background-color: rgba(220,220,220,0.8);
  font-weight: 600;
}
._cell_right {
  float: right;
  width: 70%;
  text-align: left;
  padding: 2px 10px 2px 10px;
  margin: 0px !important;
  background-color: rgba(240,240,240,0.8);
}
.img-th {
  /*width: 100%;*/
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: 1px 1px 10px rgba(5,5,5,0.3), -1px -1px 10px rgba(5,5,5,0.3);
  vertical-align: middle;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
  height: 302px;
}
.img-sro {
  /*width: 100%;*/
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: 1px 1px 10px rgba(5,5,5,0.3), -1px -1px 10px rgba(5,5,5,0.3);
  vertical-align: middle;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
  height: 462px;
}
@media screen and (max-width: 1200px) {
  .img-sro { height: 340px; }
  .img-th  { height: 280px; }
}
@media screen and (max-width: 991px) {
  .img-sro { height: 240px; }
  .img-th { height: 200px; }
}
.img-sro:hover, .img-th:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  box-shadow: 1px 1px 17px rgba(5,5,5,0.3), -1px -1px 17px rgba(5,5,5,0.6);
}
._comment_one { 
  padding: 10px 20px 10px 20px; 
  /*
  background-color: rgba(245,245,245,.8);
  box-shadow: 0 0 7px rgba(0,0,0,0.4);
  border-radius: 7px;
  */
  margin: 3px 0;
  -moz-transition: all 0.17s;
  -o-transition: all 0.17s;
  transition: all 0.17s;  
}
#_comment_open {
  background-color: rgba(245,245,245,.56);
  box-shadow: 0 0 7px rgba(0,0,0,0.4);
  border-radius: 7px;
  -moz-transition: all 0.17s;
  -o-transition: all 0.17s;
  transition: all 0.17s;  
}
#_comment_open:hover {
  box-shadow: 0 0 12px rgba(0,0,0,0.9);
  /*background-color: rgba(245,245,245,.8);*/
  background-color: rgba(0,128,0,.8);
  /*background-color: red;*/
  color: white;
}
#_comment_open h4 { 
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  cursor: pointer;
} 
._comment {
  display: none;
  padding: 10px 20px 10px 20px;
  /*
  background-color: rgba(245,245,245,.8);
  box-shadow: 0 0 7px rgba(0,0,0,0.4);
  border-radius: 7px;
  */
  margin: 3px 0;
}
._comment:hover, ._comment_one:hover {
  /*box-shadow: 0 0 10px rgba(0,0,0,0.8);*/
}
._comment_photo {
  position: relative;
  float: left;
  z-index: 999;
}
._comment_photo img {
  height: 100px;
  width: 100px;
  border-radius: 50px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
._autor ._comment_photo img {
  margin-left: 25px;
  margin-top: 20px;
}
._comment:hover>._comment_photo img, ._comment_one:hover>._comment_photo img, ._autor:hover>._comment_photo img{
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
.comm_img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
}
.comm_txt {
  float: right;
  width: calc(100% - 100px);
  padding: 10px 25px 10px 60px;
  font-size: 16px;
  font-weight: 600;
} 
.comm_txt a { 
  text-decoration: none;
  font-style: italic;
  font-weight: 600;
  font-size: 18px;
}

@media screen and (max-width: 600px) {
  .comm_txt { font-size: 14px; }
  .comm_txt a { font-size: 16px; }
}

._item {
  background-color: rgba(247,247,247,0.8);
  padding: 20px;
  font-size: 15px;
  line-height: 1.5em;
  margin: 40px 0px 20px 0px;
}
._item h1 {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}
._item h4 {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}
._item p {
  text-align: justify;
  padding: 5px 0px 5px 0px;
}
._item p span {
  
}
.p_it {
  text-indent: 30px;
  padding: 0px !important;
  margin: 5px 0px;
}
.p_it i {
  text-indent: 0px;
}
.imgR {
  float: right !important;
  margin: 7px 0px 7px 10px;
  width: 35%;
}
.imgL {
  float: left !important;
  margin: 7px 10px 7px 0px;
  width: 35%;
}       
._foot {
  position: relative;
  margin: 5px auto;
  width: 180px;
  padding-bottom: 15px;
}
._link {
  background-color: #BFB9C0;
  height: 34px;
  width: 34px;
  border-radius: 15px;
  display: inline-block;
}
._link span { 
  font-size: 20px; 
  color: #FFFFFF;
  margin: 7px; 
}
._answer {
  padding: 15px;
}
._answer button {
  background-color: #BFB9C0;
  height: 40px;
  color: white;
  font-size: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #ADADAD;
  border-radius: 5px;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
._answer button span {
  border-bottom: dotted 1px;
  border-color: #FFFFFF;
}
._answer button:hover {
  background-color: #ADADAD;
}
#back-to-top{
	position:fixed; 
	z-index: 999; 
	display:none; 
	bottom:25px; 
	right:25px; 
	cursor:pointer;
}
#back-to-top i{
	width: 50px; 
	height: 50px; 
	display:block; 
	color: #fff; 
	background: #959595; /*#26ADE4 ;*/
	text-align:center; 
	font-size:16px; 
	line-height: 50px; 
	border-radius: 5px;
	-webkit-transition:  .3s all;
	   -moz-transition:  .3s all;
	    -ms-transition:  .3s all;
	     -o-transition:  .3s all;
	        transition:  .3s all;
}
#back-to-top i:hover{background:#333;}
#adr_post {
	background: #FDFDFD;
	color: #436E1C;
	font-size: 15px;
	border: none;
	height: 77px;
	padding: 7px 7px;
	width: 360px;
	border-radius: 7px;
	/*font-family: Roboto-Regular;*/
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, sans-serif;
	/*resize: none;*/
	overflow: hidden;
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#adr_post:hover{
   box-shadow: 0 0 30px rgba(0,0,0,0.6);
}
.annotate {
  padding: 10px 15px 32px 15px;
  margin : 5px 15px 5px 15px;
  background-color: rgba(240,240,240,0.7);
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  position: relative;
  padding-left: 125px;
}
.annotate span { 
  font-style: italic;
  font-weight: 600;
  font-size: 16px;
}
.annotate p {
  font-size: 16px;
  font-style: italic;
  text-indent: 30px;
  text-align: justify;
}
._goto {
  position: absolute;
  bottom: 10px;
  right: 10px; 
}
#_nav_button {
  cursor: pointer;
	opacity: 1;
	font-size: 18px;
	height: 38px;
	background-color: white;
	color: #3d3d3d;
  /*font-family: Roboto-Regular;*/
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, sans-serif;
  box-shadow: 0 0 5px rgba(0,0,0,0.8);
  transition: all 0.3s linear;
  border: 1px solid black;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  ._goto #_nav_button {
    font-size: 16px;
    height: 36px; 
  }
}
@media screen and (max-width: 650px) {
  .annotate {
    padding: 10px 15px 37px 15px;
  }
  ._goto #_nav_button {
    font-size: 15px;
    height: 34px; 
  }
}
#_add_form, #add_hot1, #add_hot2 { display: none ;}

@media screen and (max-width: 1024px) {
  .lenta { font-size: 36px; line-height: 40px; top: 45vh; }
}

@media screen and (max-width: 768px) {
  h3 { font-size: 30px; line-height: 34px; }
}

@media screen and (max-width: 400px) {
  .lenta { font-size: 24px; line-height: 26px; top: 45vh; }
  h3 { font-size: 22px; line-height: 24px; }
  .tip-name {
    font-size: 16px;
    line-height: 18px; 
  }
}
._layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
._play {
  position: absolute;
  top: calc(50vh - 35px);
  left: calc(50vw - 20px);
  cursor: pointer;
  text-align: center;
}
._play:hover { opacity: 0.8; }
._autor {
  font-family: "Fashion"; 
  position: absolute;
  background: rgba(255,255,255,.7); 
  top: 0px; 
  color: #cdcdcd; 
  width: 200px; 
  font-size: 12px; 
  left: calc(50% - 250px);
}