.content .item-page a.link-anchor {
	position: relative; /* важно - для того, чтобы псевдоэлемент позиционировался относительно этого элемента */
	border-top: 255px solid transparent;
	margin-top: -55px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.content .item-page a.link-anchor::before {
	content: "";
	position: absolute;
	top: -2px; /* равен по модулю толщине border */
	left: 0;
	right: 0;
}

.pad-20 {
padding: 20px;
}
@media (min-width: 1200px) {
.btn-zapros {
margin: 0 30px;
}
div.moduletablegolos {
border-radius:10px;
border:1px solid #43455c;
padding:0 15px 10px;
width:324px;
margin: 30px;
float:right;
}
div.moduletablehits {
width:324px;
margin:0 30px;
float:right;
}
div.moduletablenews {
width:70%;
margin:0 5%;
}
.skachat {
margin:0 25%;
float:right;
}
.addtoany_container {
margin: 30px 18%;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.btn-zapros {
margin: 15px 30px;
}
div.moduletablegolos {
border-radius:10px;
border:1px solid #43455c;
padding:0 15px 10px;
width:80%;
margin: 14% 7% 0 13%;
}
div.moduletablehits {
width:324px;
margin:0 10px;
float:right;
}
div.moduletablenews {
width:90%;
margin:0 5%;
}
.skachat {
margin:0 33%;
float:right;
}
.addtoany_container {
margin: 30px 18%;
}
}
@media (min-width: 769px) and (max-width: 991px) {
.btn-zapros {
margin: 15px 30px;
}
.btn-5 {
margin-right:18%;
}
div.moduletablegolos {
border-radius:10px;
border:1px solid #43455c;
padding:0 15px 10px;
width:66%;
margin: 14% 17% 0;
}
div.moduletablehits {
width:324px;
margin:0 15%;
}
div.moduletablenews {
width:90%;
margin:0 5%;
}
.skachat {
margin:0 33%;
float:right;
}
.addtoany_container {
margin: 30px 10%;
}
}
@media (max-width: 767px) {
.btn-zapros {
margin: 15px 30px;
}
.cent-btn-5 {
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
}
.btn-5 {
float: none !important;
}
div.moduletablegolos {
border-radius:10px;
border:1px solid #43455c;
padding:0 15px 10px;
width:70%;
margin: 5% 15% 0;
}
div.moduletablehits {
width:324px;
margin:0 auto;
}
div.moduletablenews {
width:90%;
margin:0 5%;
}
.skachat {
width:33.3%;
margin:0 33.3%;
}
.addtoany_container {
margin: 30px 2%;
}
}
form#poll_vote_1 div#poll_buttons_1 {
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
}
#submit_vote_1.btn.btn-primary {
    position: relative;
	display: inline-block;
    font-size: 18px;
    font-weight: 700;
	font-family: 'BebasNeueRegular';
    color: #ffffff;
    text-decoration: none;
    text-shadow: 0 -1px 2px rgba(0,0,0,.2);
    padding: 5px 10px;
    outline: none;
    border-radius: 2px;
    background: #40e0d0;
    transition: .2s ease-in-out;
	border-color: #40e0d0 !important;
}
#submit_vote_1.btn.btn-primary:hover:not(:active) {
  background: #148f78;
  border-color: #148f78 !important;
}
#submit_vote_1.btn.btn-primary:active {
  top: 1px;
  background: #148f78;
  border-color: #148f78 !important;
  box-shadow:
   0 0 1px rgba(0,0,0,.5) inset,
   0 2px 3px rgba(0,0,0,.5) inset,
   0 1px 1px rgba(255,255,255,.1);
}

@keyframes click-wave {
  0% {
    height: 20px;
    width: 20px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 100px;
    width: 100px;
    margin-left: -40px;
    margin-top: -40px;
    opacity: 0;
  }
}
#mod_voteid1, #mod_voteid2, #mod_voteid3, #mod_voteid4, #mod_voteid5, #mod_voteid6 {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 4px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}
#mod_voteid1:hover, #mod_voteid2:hover, #mod_voteid3:hover, #mod_voteid4:hover, #mod_voteid5:hover, #mod_voteid6:hover {
  background: #9faab7;
}
#mod_voteid1:checked, #mod_voteid2:checked, #mod_voteid3:checked, #mod_voteid4:checked, #mod_voteid5:checked, #mod_voteid6:checked {
  background: #40e0d0;
}
#mod_voteid1:checked::before, #mod_voteid2:checked::before, #mod_voteid3:checked::before, #mod_voteid4:checked::before, #mod_voteid5:checked::before, #mod_voteid6:checked::before {
  height: 20px;
  width: 20px;
  position: absolute;
  content: '✔';
  display: inline-block;
  font-size: 25px;
  text-align: center;
  line-height: 20px;
}
#mod_voteid1:checked::after, #mod_voteid2:checked::after, #mod_voteid3:checked::after, #mod_voteid4:checked::after, #mod_voteid5:checked::after, #mod_voteid6:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  -ms-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #40e0d0;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
#mod_voteid1, #mod_voteid2, #mod_voteid3, #mod_voteid4, #mod_voteid5, #mod_voteid6 {
  border-radius: 50%;
}
#mod_voteid1::after, #mod_voteid2::after, #mod_voteid3::after, #mod_voteid4::after, #mod_voteid5::after, #mod_voteid6::after {
  border-radius: 50%;
}
label.sectiontableentry2golos, label.sectiontableentry1golos {
  display: block;
  line-height: 20px;
}
div#polldiv_1 form#poll_vote_1 label {
color:#000;
font-family: Helvetica;
}
div.nspArt h4.nspHeader a {
color:#000;
}
div.nspArt h4.nspHeader a:hover {
color: #f86900;
}
div.nspArt p.nspInfo {
color: #f86900;
font-weight:bold;
}
div.moduletablehits div.nspArt {
border: 2px solid #cccccc;
border-radius: 10px;
margin: 5px 0;	
}
@media (max-width: 768px) {
div.moduletablehits  div#nsp-nsp_189 {
float: none !important;
text-align: center !important;
}
div.moduletablehits h3 {
text-align: center;	
}
div.moduletablehits div.nspArt p.nspText {
margin-top: 25px;
color: #000;
font-weight: bold;
font-size: 16px;
text-align: center;
}
div.moduletablehits div.nspArt a.readon.fleft {
float: none !important;
margin: 10px auto !important;
text-align: center;
}
div.moduletablehits div.nspArt a.nspImageWrapper.tleft.fleft img.nspImage.tleft.fleft, div.moduletablehits div.nspArt a.nspImageWrapper.tleft.fleft {
float: none !important;
margin: 0 auto !important;
text-align: center !important;
}
}
div.moduletablehits div.nspArt p.nspText {
margin-top:25px;
color: #000;
font-weight:bold;
font-size:16px;
}
div.moduletablehits div.nspArt a.readon {
    color: #f86900;
    background-color: #ffffff;
    border-radius: 40px;
    border: 3px solid #f86900;
	padding:0 10px;
	font-family: 'BebasNeueRegular';
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}
div.moduletablehits div.nspArt a.readon:hover {
  background: #f86900;
  color: #ffffff;
  text-decoration:none;
}
div.moduletablenews div.nspArt a.readon {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    text-shadow: 0 -1px 2px rgba(0,0,0,.2);
    padding: .5em 1em;
    outline: none;
    border-radius: 2px;
    background: #0074cc;
    box-shadow: 0 1px rgba(255,255,255,.2) inset, 0 3px 5px rgba(0,1,6,.5), 0 0 1px 1px rgba(0,1,6,.2);
    transition: .2s ease-in-out;
}
div.moduletablenews div.nspArt a.readon:hover:not(:active) {
  background: #0055cc;
}
div.moduletablenews div.nspArt a.readon:active {
  top: 1px;
  background: #0055cc;
  box-shadow:
   0 0 1px rgba(0,0,0,.5) inset,
   0 2px 3px rgba(0,0,0,.5) inset,
   0 1px 1px rgba(255,255,255,.1);
}
.container-fluid {
overflow:hidden;	
}
.green-t:hover {
color:#fc7904;
text-decoration:none;
}
.green-t {
color:#15a11c;
font-weight:700;
text-decoration:none;	
}
.flex-container14 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin:10px auto;
  width:270px;
  }
.flex-item14 {
  width: 125px;
  float:none !important;
  margin: 0;
  padding: 0;
  position:relative;
  }
.flex-item15 {
max-width: 145px;
float:none !important;
margin: 0;
padding: 0 10px;
position:relative;
  }
h3.zagolovok5 {
margin-top:10px;
margin-bottom:10px !important;
font-size:21px;
color:#15a11c;
text-align:left;
padding:0 30px;
}
.metka3 {
width:125px;
height:125px;
margin:0 10px 0 0;
}
.metka2 {
width:32px;
height:32px;
margin:0 10px 0 0;
}
.metka {
width:48px;
height:48px;	
}
ul.toch3 li {
margin-left:10px;
list-style: none;
text-align: left;
font-size:16px;
}
ul.toch2 li {
margin-left:10px;
list-style: square outside;
text-align: left;
font-size:16px;
}
ul.toch4 li {
margin-left:70px;
list-style: square outside;
text-align: left;
font-size:16px;
}
.skidka2 {
margin-bottom:20px;
color:#15a11c;
padding:0 30px;	
}
.skidka {
margin-top:0 !important;	
margin-bottom:20px;
color:#15a11c;
padding:0 30px;	
}
.flex-container12 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin:10px auto;
  width:240px;
  }
.flex-item12 {
  width: 240px;
  height:160px;
  float:none !important;
  margin: 0;
  padding: 0;
  position:relative;
  }
.flex-item13 {
max-width: 240px;
float:none !important;
margin: 0;
padding: 0 10px;
position:relative;
  }
.parag5 {
width:100%;
padding:10px;
text-align:center;
font-size:16px;
}  
.parag4 {
width:100%;
padding:10px;
text-align:left;
font-size:16px;
}
@media (min-width: 768px) and (max-width: 10000px) {
.centr {
   margin-left: auto !important;
   margin-right: auto !important;
   float: none !important;
   text-align: center !important;
}
/*МЕНЮ*/
.glyphicon2 {
	position: absolute;
	top:3px;
	right:15px;
	font-size:20px;
	display: inline-block;
	line-height: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.dropdown-submenu>.dropdown-menu li a {
font-family: 'BebasNeueRegular';
	font-size: 17px;
	font-weight: bold;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
/*МЕНЮ*/
.top-40 {
margin-top:40px;	
}
.top-90 {
margin-top:100px;	
}
.gradient {
margin-top:-1px;
width:100%;
background: url('/templates/protostar/images/bg100.jpg') no-repeat;
background-position:top center;
/*background: linear-gradient(#e5e5e5, #cdcdcd) no-repeat 100% 0;*/
}
.flex-container6 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  margin:auto;
  width:400px;
  /*border:2px solid red;*/
  }
.flex-item6 {
max-width:100%;
margin: 0;
padding: 0;
position:relative;
background:#ffffff;
border: 20px solid #15a11c;		
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
}
.flex-container10 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin:0 auto;
  width:100%;
  border-top-left-radius:20px;
  border-top-right-radius:20px;
background:#43455c;
  }
.flex-item10 {
  max-width: 80%;
  float:none !important;
  margin: 5px;
  padding: 5px;
  position:relative;
  }
.flex-item11 {
max-width: 20%;
margin: 0;
padding: 0;
position:relative;
  }
.mar {
  width:100%;
  border-top-left-radius:20px;
  border-top-right-radius:20px;
  background:#43455c;
  margin:0 auto;
 }
.scac {
  margin:0 0 0 70px;
}
.excel {
width:64px;
height:64px;
}
}

_:-ms-fullscreen, :root .selector {
.flex-item6 {
max-width:100%;
margin: 0 !important;
padding: 0 !important;
position:relative;
left:-10px;
background:#ffffff;
border: 20px solid #15a11c;		
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
}
}




@media (min-width: 0px) and (max-width: 767px) {
.glyphicon2 {
    position: relative;
    top: 2px;
    left: 10px;
    font-size: 20px;
    display: inline-block;
    line-height: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.top-90 {
margin-top:50px;	
}
.gradient {
margin-top:-1px;
max-height:780px;
background-size:cover;
width:100%;
background: url('/templates/protostar/images/bg101.jpg') no-repeat;
background-position:top center;
/*background: linear-gradient(#e5e5e5, #cdcdcd) no-repeat 100% 0;*/
}
.flex-container6 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  margin:auto;
  width:300px;
  /*border:2px solid red;*/
  }
.flex-item6 {
max-width:100%;
margin: 0 !important;
padding: 0 !important;
position:relative;
background:#ffffff;
border: 20px solid #15a11c;		
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
}
.mar {
  width:100%;
  border-top-left-radius:20px;
  border-top-right-radius:20px;
  background:#43455c;
 }
.scac {
  margin:0 0 0 20px;
}
.excel {
width:64px;
height:64px;
}
.scac {
   font-size:21px;
}
.flex-container10 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  margin:0 auto;
  width:100%;
  border-top-left-radius:20px;
  border-top-right-radius:20px;
background:#43455c;
  }
.flex-item10 {
  max-width: 50%;
  float:none !important;
  margin: 5px;
  padding: 5px;
  position:relative;
  }
.flex-item11 {
max-width: 50%;
margin: 0;
padding: 0;
position:relative;
  }
}

.flex-container5 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  margin:0 auto;
  width:100%;
  }
.flex-item5 {
max-width: 98%;
margin: 10px 0;
padding: 0;
position:relative;
border:2px solid #43455c;
}
.phone {
width:27px;
height:27px;
margin:3px;	
}
@media (min-width: 0px) and (max-width: 768px) {
.imageContainer {
  position: relative;
  width: 90%;
  padding-bottom: 40%;
  float: none !important;
  height: 0;
  margin: 0 auto;
}
.imageContainer2 {
  position: relative;
  width: 55%;
  padding-bottom: 45%;
  float: none !important;
  height: 0;
  margin: 0 auto;
}
.imageContainer3 {
  position: relative;
  width: 100%;
  padding-bottom: 60%;
  float: none !important;
  height: 0;
  margin: 0 auto;
}
.imageContainer4 {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  float: none !important;
  height: 0;
  margin: 0 auto;
}
.bg-fon {
  width: 90%;
  height: 90%;
  position: absolute;
  left: 0;
  right:0;
}
.bg-fon2 {
  width: 90%;
  height: 90%;
  position: absolute;
  left: 0;
  right:0;
  margin: 0 auto;
}
.parag3 {
width:100%;
padding:0 20px;
text-align:left;
font-size:16px;
}
}	
@media (min-width: 769px) and (max-width: 10000px) {
.imageContainer {
  position: relative;
  width: 100%;
  padding-bottom: 45%;
  float: left;
  height: 0;
  margin: 0;
}
.imageContainer2 {
  position: relative;
  width: 55%;
  padding-bottom: 45%;
  float: none !important;
  height: 0;
  margin: 15px auto;
}
.imageContainer3 {
  position: relative;
  width: 100%;
  padding-bottom: 60%;
  float: none !important;
  height: 0;
  margin: 15px auto;
}
.imageContainer4 {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  float: none !important;
  height: 0;
  margin: 15px auto;
}
.bg-fon {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}
.bg-fon2 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}
.parag3 {
width:100%;
padding:0 20px;
text-align:left;
font-size:16px;
}
}
@media (min-width: 0px) and (max-width: 768px) {
.flex-container4 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  margin:0 auto;
  width:100%;
  /*border:1px solid red;*/
  }
.flex-item4 {
width: 300px;
height:450px;
margin: 5px 0;
padding: 0;
position:relative;
border:3px solid #43455c;
}
.flex-item4:hover {
border:3px solid #fc7904;	
}
.page-header h1 {
width:94%;
font-size:29px;
margin:0 10px;
padding:0 0 0 10px;
border-left:15px solid #fc7904;
background:#43455c;
color:#fff;
}
}
@media (min-width: 769px) and (max-width: 10000px) {
.flex-container4 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  margin:0 auto;
  width:80%;
  /*border:1px solid red;*/
  }
.flex-item4 {
width: 350px;
height:500px;
margin: 15px;
padding: 0;
position:relative;
border:3px solid #43455c;
}
.flex-item4:hover {
border:3px solid #fc7904;	
}
.page-header h1 {
margin:0 0 0 20px;
padding:0 0 0 20px;	
border-left:15px solid #fc7904;
background:#43455c;
color:#fff;
}
}

.telefon-menu {
font-size:16px;
font-weight:700;
width:150px;
height:30px;
color:#fff;
border:3px solid #15a11c;
margin:25px auto;
border-radius:40px;
}
.img-tovars {
width: 150px;
height: 150px;
  }
@media (min-width: 1200px) and (max-width: 10000px) {
.black-block {
position: relative;
left: 0;
top: 0;
width:100%;
height: 80px;
background-color: #000000;
}
}
@media (min-width: 768px) and (max-width: 1199px) {
.black-block {
position: relative;
left: 0;
top: 0;
width:100%;
height: 215px;
background-color: #000000;
}
}
@media (min-width: 0px) and (max-width: 767px) {
.black-block {
position: relative;
left: 0;
top: 0;
width:100%;
height: 80px;
background-color: #000000;
}
}
h3.tovar-ID {
margin-top:10px;
margin-bottom:5px !important;
font-size:21px;
color:#15a11c;
width:100%;
text-align:center;	
}
@media (min-width: 0px) and (max-width: 480px) {
/* КНОПКА */
a.button11 {
  position: relative;
  top:20%;
  left:10%;
  right:10%;
  z-index: 1;
  color: black;
  font-size: 21px;
  font-weight: 700;
  text-decoration: none;
  padding: .25em .5em;
}
a.button11:after {
  content: "Узнать больше";  
  position: absolute;
  z-index: -1;
  top: -2px;
  bottom: -2px;
  left: -2px;
  width: calc(100% + 12*(1em*90/135) - 2px*2*2);
  text-align: right;
  color: #fff;
  font-size: 90%;
  font-weight: 700;
  padding: .25em .5em;
  border-radius: 5px;
  border: 2px solid #15a11c;
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  background: linear-gradient(#15a11c, #1d360b) no-repeat 100% 0;
  background-size: calc(12*(1em*90/135) + .5em) 100%;
  box-shadow: inset calc(-12*(1em*90/135) - .5em) 0 rgba(255,255,255,0);
  transition: .3s;
}
a.button11:hover:after {
  content: "Узнать больше";  
  position: absolute;
  z-index: -1;
  top: -2px;
  bottom: -2px;
  left: -2px;
  width: calc(100% + 12*(1em*90/135) - 2px*2*2);
  text-align: right;
  color: #000;
  font-size: 90%;
  font-weight: 700;
  padding: .25em .5em;
  border-radius: 5px;
  border: 2px solid #000000;
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  background: linear-gradient(#e6c428, #fc7904) no-repeat 100% 0;
  background-size: calc(12*(1em*90/135) + .5em) 100%;
  box-shadow: inset calc(-12*(1em*90/135) - .5em) 0 rgba(255,255,255,0);
  transition: .3s;
}
a.button11:active:after {
  background-image: linear-gradient(#15a11c, #1d360b);
}
/*КНОПКА*/
.flex-container9 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  margin:0 auto;
  width:100%;
  /*border:1px solid red;*/
  }
.flex-item9 {
width: 100%;
height:70px;
margin: 0;
padding: 0;
position:relative;
  }
.flex-container7 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin:0 auto;
  width:80%;
  border:1px solid grey;
  border-radius:20px;
  border-left:5px solid grey;
  border-bottom:5px solid grey;
  }
.flex-item7 {
  width: 100%;
  float:none !important;
  margin: 5px;
  padding: 5px;
  position:relative;
  }
.flex-item8 {
width: 50%;
margin: 0 auto;
padding: 0;
  position:relative;
  }
ul.toch li {
margin-left:10px;
list-style: square outside;
text-align: center;
}  
}  
@media (min-width: 481px) and (max-width: 10000px) {
/* КНОПКА */
a.button11 {
  position: relative;
  top:20%;
  left:33%;
  z-index: 1;
  color: black;
  font-size: 21px;
  font-weight: 700;
  text-decoration: none;
  padding: .25em .5em;
}
a.button11:after {
  content: "Узнать больше";  
  position: absolute;
  z-index: -1;
  top: -2px;
  bottom: -2px;
  left: -2px;
  width: calc(100% + 12*(1em*90/135) - 2px*2*2);
  text-align: right;
  color: #fff;
  font-size: 90%;
  font-weight: 700;
  padding: .25em .5em;
  border-radius: 5px;
  border: 2px solid #15a11c;
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  background: linear-gradient(#15a11c, #1d360b) no-repeat 100% 0;
  background-size: calc(12*(1em*90/135) + .5em) 100%;
  box-shadow: inset calc(-12*(1em*90/135) - .5em) 0 rgba(255,255,255,0);
  transition: .3s;
}
a.button11:hover:after {
  content: "Узнать больше";  
  position: absolute;
  z-index: -1;
  top: -2px;
  bottom: -2px;
  left: -2px;
  width: calc(100% + 12*(1em*90/135) - 2px*2*2);
  text-align: right;
  color: #000;
  font-size: 90%;
  font-weight: 700;
  padding: .25em .5em;
  border-radius: 5px;
  border: 2px solid #000000;
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  background: linear-gradient(#e6c428, #fc7904) no-repeat 100% 0;
  background-size: calc(12*(1em*90/135) + .5em) 100%;
  box-shadow: inset calc(-12*(1em*90/135) - .5em) 0 rgba(255,255,255,0);
  transition: .3s;
}
a.button11:active:after {
  background-image: linear-gradient(#15a11c, #1d360b);
}
/*КНОПКА*/
.flex-container9 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  margin:0 auto;
  width:420px;
  /*border:1px solid red;*/
  }
.flex-item9 {
width: 420px;
height:70px;
margin: 0;
padding: 0;
position:relative;
  }
.flex-container7 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  margin:0 auto;
  width:420px;
  border:1px solid grey;
  border-radius:20px;
  border-left:5px solid grey;
  border-bottom:5px solid grey;
  }
.flex-item7 {
  max-width: 250px;
  margin: 5px;
  padding: 5px;
  float:none !important;
  position:relative;
  }
.flex-item8 {
width: 150px;
position:relative;
  }
ul.toch li {
list-style: square outside;
text-align: left;
margin-left:10px;
}  
}  
@media (min-width: 769px) and (max-width: 10000px) {
.niz-h-form {
width:100%;
height:100px;	
}
}
@media (min-width: 0px) and (max-width: 768px) {
.niz-h-form {
width:100%;
height:40px;	
}
}
@media (min-width: 992px) {
.partners {
width:70%;
height:auto;
opacity: 1;
margin:15px auto;
}
.flex-container2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  float:none !important;
  margin:30px auto !important;
  width:70%;
  }
.flex-item2 {
  width: 25%;
  float:none !important;
  margin:0 auto !important;
  position:relative;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
.partners {
width:80%;
height:auto;
opacity: 1;
margin:15px auto;
}
.flex-container2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  float:none !important;
  margin:30px auto !important;
  width:80%;
  }
.flex-item2 {
  width: 25%;
  float:none !important;
  margin:0 auto !important;
  position:relative;
  }
}
@media (max-width: 767px) {
.partners {
width:200px;
height:auto;
opacity: 1;
margin:15px auto;
}
.flex-container2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  float:none !important;
  margin:0 auto !important;
  width:100%;
  }
.flex-item2 {
  width:50%;
  float:none !important;
  margin:0 auto !important;
  position:relative;
  }
}
/*.partners:hover  {
width:70%;
height:auto;
opacity: 1;
margin:15px auto;
cursor:pointer;  
}*/
.flex-container3 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  float:none !important;
  margin:30px auto !important;
  width:50%;
  }
.flex-item3 {
  max-width: 100%;
  float:none !important;
  margin:0 auto !important;
  position:relative;
  }
.flex-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width:100%;
  }
.flex-item {
  max-width: 50%;
  float:none !important;
  margin:0;
  padding:0;
  text-align: center;
}
a.yalink {
color:inherit !important;
text-decoration: none;
}
a.yalink:hover {
color:inherit !important;
text-decoration: none;
}
.footer-text1 {
font-size:10px;
color:#ffffff;
text-align:center;
margin:15px 0 30px 0;
background:#000000;
}
.bg-ris {
  margin:0;
  padding:0;
}
@media screen and (max-width: 10000px) {
.embed-responsive-text1 {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: black;
  color: #ffffff;
}
.crumb141 {
  max-width: 100%;
  height: auto;
}
.text-z {
  position: relative;
  font-size: 20px !important;
}
.nomargin_text_center {
	margin: 0 !important;
	text-align: center;
}
}
@media screen and (max-width: 1199px) {
.text-z {
  position:relative;
  font-size: 17px !important;
  }
}
@media screen and (max-width: 990px) {
.text-z {
  position:relative;
  font-size: 15px !important;}
}
@media screen and (max-width: 767px) {
  .text-z2 {
    display:block;
    padding:5px 15px;
    background:#000000;
    font-size: 16px !important;
    text-align: center;
  }
.embed-responsive-text2 {
  position: relative;
  height:100%;
  width:100%;
  color:#ffffff;
}
.crumb142 {
  max-width:100%;
  height:auto;
}
}
.big:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.logo {
      position: relative;
	  top: -80px;
      -webkit-animation-name: mymove;
	  animation-name: mymove;
	  -webkit-animation-duration: 3s;
	  animation-duration: 3s;
	  -webkit-animation-fill-mode: forwards;
	  animation-fill-mode: forwards;
    }
@keyframes mymove {
	  from {bottom: -80px;}
      to {top:0px;}
    }
.mobil-s {
 position:absolute;
 left:0;
 top:3;
 z-index:17;
 font-family: 'Times New Roman' !important;
 font-size:12px;
 font-weight: bold;
 background-color:#000000;
} 
.ie9 {
 position:absolute;
 left:0;
 top:3;
 z-index:17;
 font-family: 'Times New Roman' !important;
 font-size:14px;
 font-weight: bold;
 background-color:#000000;
}
.strelka {
 position:absolute;
 left:0;
 top:-100px;
 z-index:17;     
}
.text-button4 {
font-family: 'BebasNeueRegular';
 font-size: 18px;
 font-weight:bold;
 line-height: 1.42857143;
 color:#ffffff;
 text-shadow: 1px 1px 1px #000000;
}
.text-button3 {
font-family: 'BebasNeueRegular';
 font-size: 18px;
 font-weight:bold;
 line-height: 1.42857143;
 color:#ffffff;
 text-transform: uppercase;
 text-shadow: 1px 1px 1px #000000;
}
.text-button2 {
font-family: 'BebasNeueRegular';
 font-size: 16px;
 font-weight:bold;
 line-height: 1.42857143;
 color:#000000;
 text-transform: uppercase;
}
.text-str {
 text-indent: 1.5em;
 text-align: justify;
}
.contact1 {
margin:31px 0;
}
.contact2 {
margin:32px 0;
}
.contact3 {
margin:54px 0;
}
.contact4 {
margin:29px 0;
}
.wrap-text-border4 {
position: relative;
 height:240px;
}
.text-border4 {
position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
 border:1px solid white;
}
.text78 {
    font-family: Arial !important;
    font-size:15px;
    font-weight: bold;
}
#footer {
position: relative;
left: 0;
right: 0;
bottom: 0;
min-height: 220px;
background-color: #000000;
box-sizing: border-box;
border-top: 10px solid #15a11c;
}
#halftone {
    background:#ffffff;
    /*background: url("/templates/protostar/images/zalivka.jpg");
    background-repeat: no-repeat;*/
}
.icon-niz {
  width:55px;
  height:55px;
}
.r-button {
font-family: 'BebasNeueRegular';
 font-size: 16px;
 font-weight:bold;
}
.text-button {
font-family: 'BebasNeueRegular';
 font-size: 19px;
 font-weight:bold;
 line-height: 1.42857143;
 color:#000000;
}
.aka-red {
color:#ff0000;	
}
.orange {
 color:#f86900;
}
.white {
 color:#ffffff;
}
.vish {
 color:#900020;
}
.footer5 {
display:block;
position:relative;
bottom:0px;
 width:100%;
 height:100%;
 font-family: 'BebasNeueRegular';
 font-size: 15px;
 font-weight:bold;
 color:#000;
 z-index:20;
}
.niz {
   z-index:15;
   position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
   /*background: url("/templates/protostar/images/pat771.jpg");
 background-repeat: top left;*/
   background:#443432;
}
.logotip {
 margin: auto;
}
.logotip > li > a > img {
  padding-top:25px;
 padding-right:10px;
  padding-left:10px;
}
.breadcrumb10 {
  padding: 10px 15px;
  /*margin-bottom: 20px;*/
  list-style: none;
  background-color: #000000;
  /*border-radius: 4px;*/
  height: 80px;
  color: #fdfdfd;
  text-align: center;
}
.breadcrumb10 > li {
  display: inline-block;
}
.breadcrumb10 > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #fdfdfd;
}
/*МЕНЮ*/
.text55 {
    font-family: 'Times New Roman' !important;
    font-size:14px;
    font-weight: bold;
}
.text57 {
    font-family: 'Times New Roman' !important;
    font-size:16px;
    font-weight: bold;
}
.text77 {
    font-family: 'BebasNeueRegular';
}

.back-gr1 {
 width: 100%;
}
.crumb1 {
  position: absolute;
  top: 9%;
  margin: auto;    
  z-index:15;
  width:100%;
  height:25%;
}
.crumb2 {
  position: absolute;
  top: 11%;
  margin: auto;    
  z-index:15;
  width:100%;
  height:25%;
}
.crumb3 {
  position: absolute;
  top: 14%;
  margin: auto;    
  z-index:15;
  width:100%;
  height:21%;
}
.crumb4 {
  position: absolute;
  top: 2%;
  margin: auto;    
  z-index:15;
  width:100%;
  height:25%;
}
.breadcrumb6 {
  z-index:12;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  text-align: center;
  max-height:75px;
}
.breadcrumb7 {
  z-index:12;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  text-align: center;
  max-height:60px;
}
.breadcrumb8 {
  z-index:12;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  text-align: center;
  max-height:48px;
}
.breadcrumb9 {
  z-index:12;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  text-align: center;
  max-height:10px;
}
.zagolovok1 {
  font-size: 36px;
  font-weight: bold;
  color: #000000;
  font-family: 'BebasNeueRegular';
  line-height:1;
}
.zagolovok2 {
  font-size: 30px;
  font-weight: bold;
  color: #000000;
  font-family: 'BebasNeueRegular';
  line-height:1;
}
.zagolovok3 {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  font-family: 'BebasNeueRegular';
  line-height:1;
}
.zagolovok4 {
  font-size: 10px;
  font-weight: bold;
  color: #000000;
  font-family: 'BebasNeueRegular';
  line-height:1;
}
.oldprice {
  text-decoration: line-through;
  color: #e19494;
}
a.tovar {
  text-decoration: none; /* Убирает подчеркивание для ссылок */
  color:black;
} 
a.tovar:hover { 
  text-decoration: none;
  color:black;
}
.round-105 {
    width:180px;
    height:140px;
    border-radius: 20px; /* Радиус скругления */
    box-shadow: 0 0 0 7px #15a11c, 0 0 35px #333; /* Параметры теней */
   }
.h3-black {
 color:#000000;
 font-size:21px;
}
.embed-responsive.embed-responsive-16by9 {
	padding-bottom: 58%;
}
 
.embed-responsive.embed-responsive-4by3 {
	padding-bottom: 75%;
}
.embed-responsive{
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
	width:100%;
}
 
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.liniya {
width: 80%;
height: 2px;
margin-left: auto;
margin-right: auto;
background-color:#000000;
color:#fc7904;
border: 0 none;
margin-top: 20px;
margin-bottom:20px;
}
/*#stroka1.row {
    background-image: url("/templates/protostar/images/pattern.jpg");
    background-repeat: repeat-x repeat-y;
}*/
.list-unstyled2 {
  padding-left: 0;
  list-style: none;
  color: #15a11c;
  margin: auto 0;
}
.liniya2 {
width: 33%;
height: 2px;
margin-left: auto;
margin-right: auto;
background-color:#000000;
color:#000000;
border: 0 none;
margin-top: 0px;
margin-bottom:0px;
}
.liniya3 {
width: 33%;
height: 2px;
margin-left: auto;
margin-right: auto;
background-color:#000000;
color:#fc7904;
border: 0 none;
margin-top: 0px;
margin-bottom:0px;
}
.liniya4 {
width: 33%;
height: 2px;
margin-left: auto;
margin-right: auto;
background-color:#900020;
color:#900020;
border: 0 none;
margin-top: 0px;
margin-bottom:0px;
}
.liniya6 {
width: 100%;
height: 5px;
margin-left: auto;
margin-right: auto;
background-color:#15a11c;
color:#15a11c;
border: 0 none;
margin-top: 0px;
margin-bottom:0px;
}
.liniya5 {
width: 100%;
height: 1px;
margin-left: auto;
margin-right: auto;
background-color:#f4f4f4;
color:#f4f4f4;
border: 0 none;
margin-top: 0px;
margin-bottom:0px;
}
.otstup-td1 {
 height:140px;
}
.otstup-td2 {
 height:140px;
}
.text-border { 
    display: table;
    width:300px;
    height:430px;
    border-radius: 20px;
    border: 4px solid #fc7904;
    background-color: #ffffff;
    /*opacity: 0.9;*/
   }
.text2-border { 
    display: table;
    width:600px;
    height:250px;
    border-radius: 20px;
    border: 4px solid #fc7904;
    background-color: #ffffff;
    margin:30px auto;
    /*opacity: 0.9;*/
   }   
.otstup-td {
   width:20px;
   height:430px;
}
.wrap-text-border {
 display: table;
 width:200px;
 height:300px;
 border: 4px solid #fc7904;
 background-color: #ffffff;
}
.text-border2 { 
/*opacity: 0.9;*/
 display: table-cell;
 vertical-align: middle;
 text-align:center;
}
.wrap-text-border:hover {
    border: 4px solid red;
}
.wrap-text-border:hover a {
text-decoration:none;
}
.v-ramke {
    width:200px;
    height:150px;
   }
/*ВИДЕО*/
.crumb11 {
  top: 0.5%;
  left:40%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index:15;
  /*width:100%;
  height:100%;*/
}
.crumb14 {
  position: absolute;
  top: 7%;
  left:35%;
  margin: auto;    
  z-index:15;
  /*border: 4px solid red;*/
  width:40%;
  height:34%;
  background: url("/templates/protostar/images/ipad.png");
  background-size: cover;
}
.crumb15 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index:15;
  border: 3px solid #000000;
  width:76%;
  height:84%;
}
.crumb16 {
  position: absolute;
  top: 45%;
  left:55%;
  margin: auto;    
  z-index:15;
  /*border: 4px solid red;*/
  width:34%;
  height:21%;
  background: url("/templates/protostar/images/smartphones/iPhone5 - lime2.png");
  background-size: cover;
  /*border-radius:40px;
  -moz-box-shadow: 6px 7px 8px #292929;
  -webkit-box-shadow: 6px 7px 8px #292929;
  box-shadow: 6px 7px 8px #292929;*/
}
.crumb17 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index:15;
  width:73%;
  height:86%;
}
.breadcrumb11 {
  z-index:12;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width:100%;
  height:100%;
}
.crumb12 {
  position: absolute;
  top: 45%;
  left:64%;
  margin: auto;    
  z-index:15;
  /*width:100%;
  height:100%;*/
}
.breadcrumb12 {
  z-index:12;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width:100%;
  height:100%;
}
.crumb13 {
  position: absolute;
  top: 0.5%;
  left:40%;
  margin: auto;    
  z-index:15;
  /*width:100%;
  height:100%;*/
}
.breadcrumb13 {
  z-index:12;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width:100%;
  height:100%;
}
/*ВИДЕО МОБИЛЬНЫЕ*/
.mob-bg {
background: url("/images/picture-mobile.jpg");
width:100%;
} 

.third-class {
    position: relative;
    width:300px;
    height:199px;
    background: url("/templates/protostar/images/ipad.png");
    background-size: cover;
    margin:30px auto;
}
.fourth-class {
 border: 3px solid black;
 width:221px;
 height:166px;
 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 right: 0;
 margin: auto;
 max-width: 100%;
 max-height: 100%;
}
.third2-class {
    position: relative;
    width:273px;
    height:134px;
    background: url("/templates/protostar/images/smartphones/iPhone5 - lime2.png");
    background-size: 273px 134px;
    background-repeat: no-repeat;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    margin:30px auto;
}
.fourth2-class {
    width:183px;
    height:107px;
    position: relative;
    top: 10px;
    left: 50px;
}
/*Carousel*/
.item{
 background: #ffffff;
}
.item-lgmdsm {  
 height: 400px !important;
}
@media (min-width: 769px) and (max-width: 10000px) {
.item-mob {  
 height: 530px !important;
}
}
@media (min-width: 401px) and (max-width: 768px) {
.item-mob {  
 height: 430px !important;
}
.niz-h {
width:100%;
  height:60px;
 }   
}
@media (min-width: 0px) and (max-width: 400px) {
.item-mob {  
 height: 530px !important;
}
.niz-h {
width:100%;
  height:100px;
 }   
}  
.wrap-carou {
 max-width: 750px;
 height: 400px;
 margin:auto;
 text-align:center;
}
.wrap-carou2 {
 max-width: 750px;
 height: 400px;
 margin:auto;
 text-align:center;
}
.glyph-color {
  color: #900020;
}
.glyph-color:hover, 
.glyph-color:focus {
  color: #FFB02E;
}
.carousel-caption {
 font-family: 'Times New Roman';
 color:#000000  !important;
 font-size: 16px   !important;
 font-weight:bold  !important;
}
.carousel-caption img {
  padding: 5px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 2px solid #900020;
  border-radius: 50%;
  display: inline-block;
  max-width: 125px;
  max-height: 125px;
}

@media (min-width: 0px) and (max-width: 768px) {
/*МОДАЛЬНОЕ ОКНО №2*/
#modal-2 {
    /*border:3px solid red;*/
}
#modal-2 .modal {
    /*border:3px solid black;*/
}
#modal-2.modal.in {
    /*border:3px solid yellow;*/
}
#modal-2 .modal-content {
    border:5px solid #232229;
    width:320px;
    height:750px;
    background: #fff;
    opacity:1;
    position:absolute;
	top:2%;
    left:0;
	right:0;
	border-radius:10px;
}
#modal-2 .modal-dialog {
    /*border:3px solid blue;*/
    width:310px;
    height:750px;
	margin:0 !important;
}
#modal-2 .modal-header {
    /*border:3px solid orange;*/
	position:absolute;
	top:0px;
	left:0px;
	width:310px;
	height:55px;
	background:#232229;
}
#modal-2 .modal-body {
/*border:3px solid #410101;*/
width:310px;
height:540px;
margin:0 !important;
}
.black {
    color:#181A1C;
}
.flex-container18 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  margin:0 auto;
  width:100%;
  }
.flex-item18 {
  max-width: 100%;
  float:none !important;
  text-align: center;
  position:relative;
  }
.zagolovok {
font-size: 17px;
color: #10856b;
text-align: center;
margin:60px 0 10px 0;
}
.zagolovok2 {
font-size: 15px;
color: #000000;
text-align: center;
}
.pho {
font-weight:700;
color:#fc7904;	
}
.parag2 {
margin:10px auto 20px;
width:100%;
padding:0 20px;
text-align:center;
font-size:14px;
}
}
@media (min-width: 769px) and (max-width: 10000px) {
/*МОДАЛЬНОЕ ОКНО №2*/
#modal-2 {
    /*border:3px solid red;*/
}
#modal-2 .modal {
    /*border:3px solid black;*/
}
#modal-2.modal.in {
    /*border:3px solid yellow;*/
}
#modal-2 .modal-content {
    border:5px solid #232229;
    width:470px;
    height:700px;
    background: #fff;
    opacity:1;
    position:absolute;
	top:10%;
    left:33%;
	right:33%;
	border-radius:10px;
}
#modal-2 .modal-dialog {
    /*border:3px solid blue;*/
    width:470px;
    height:550px;
}
#modal-2 .modal-header {
    /*border:3px solid orange;*/
	position:absolute;
	top:-30px;
	width:460px;
	height:55px;
	background:#232229;
}
#modal-2 .modal-body {
/*border:3px solid #410101;*/
width:470px;
height:540px;
}
.black {
    color:#181A1C;
}
.flex-container18 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  margin:0 auto;
  width:100%;
  }
.flex-item18 {
  max-width: 100%;
  float:none !important;
  text-align: center;
  position:relative;
  }
.zagolovok {
font-size: 21px;
color: #10856b;
text-align: center;
margin:40px 0 10px 0;
}
.zagolovok2 {
font-size: 19px;
color: #000000;
text-align: center;
}
.pho {
font-weight:700;
color:#fc7904;	
}
.parag2 {
margin:10px auto 20px;
width:100%;
padding:0 20px;
text-align:center;
font-size:16px;
}
}

/*МОДАЛЬНОЕ ОКНО*/
#modal-1 {
    /*border:3px solid red;*/
}
#modal-1 .modal {
    /*border:3px solid black;*/
}
#modal-1.modal.in {
    /*border:3px solid yellow;*/
}
#modal-1 .modal-content {
    /*border:3px solid green;*/
    width:300px;
    height:100%;
    background: url("/templates/protostar/images/modal2.jpg");
    opacity:0.85;
    position:absolute;
    right:0;
}
#modal-1 .modal-dialog {
    /*border:3px solid blue;*/
    width:300px;
    height:700px;
}
#modal-1 .modal-header {
    /*border:3px solid orange;*/
}
#modal-1 .modal-body {
/*border:3px solid #410101;*/
width:300px;
height:600px;
}
#vidget {
position: relative;
width:240px;
height:110px;
/*border: 2px solid red;*/
font-family: 'BebasNeueRegular';
/*background:#f58314;*/
text-align:center;
}
#rsform_4_page_4 {
  width:240px;
  height:110px;
  position:relative;
  /*border: 2px solid black;*/
  text-align:center;
}
.wrap-text-border5 {
 display: table;
 width:240px;
 height:560px;
/* border: 4px solid #fc7904;*/
 text-align:center;
 color:black;

}
.text-border5 { 
 display: table-cell;
 vertical-align: middle;
 text-align:center;
}
input#telefon[type=tel] {
  height:30px;
  color: #000000;
  text-shadow: 1px 1px 1px #000000;
  background: rgba(0, 0, 0, 0.16);
  border: 0;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
  font-family: 'BebasNeueRegular';
  font-size: 19px;
  font-weight:bold;
}
input#telefon[type=tel].rsform-error {
  height:30px;
  color: #e6c428;
  text-shadow: 1px 1px 1px #000000;
  background: rgba(0, 0, 0, 0.16);
  border: 2px solid #e6c428;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
  font-family: 'BebasNeueRegular';
  font-size: 19px;
  font-weight:bold;
}
input#telefon[type=tel]:focus {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.1);
  outline: 0;
  font-family: 'BebasNeueRegular';
  font-size: 19px;
  font-weight:bold;
}
#otpravit.otpravka {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0 -1px 2px rgba(0,0,0,.2);
  padding: .5em 1em;
  outline: none;
  border-radius: 3px;
  background: #0074cc;
  box-shadow:
   0 1px rgba(255,255,255,.2) inset,
   0 3px 5px rgba(0,1,6,.5),
   0 0 1px 1px rgba(0,1,6,.2);
  transition: .2s ease-in-out;
}
#otpravit.otpravka:hover:not(:active) {
  background: #0055cc;
}
#otpravit.otpravka:active {
  top: 1px;
  background: #0055cc;
  box-shadow:
   0 0 1px rgba(0,0,0,.5) inset,
   0 2px 3px rgba(0,0,0,.5) inset,
   0 1px 1px rgba(255,255,255,.1);
}
#rsform_error_4 .formRed {
  font-family: 'BebasNeueRegular';
  font-size: 20px;
  font-weight:bold;
  background:#ffffff;
}
.sys-messages2 {
    padding: 50px 10px;
    text-align: center;
    max-width:300px;
    max-height:300px;
}
.success-title2 {
    color: white;
    font-size: 21px;
    margin: 0 0 15px;
    font-family: 'BebasNeueRegular';
    font-weight:bold;
}
.success-text2 {
    font-size: 19px;
    font-weight:bold;
    color: white;
    font-family: 'BebasNeueRegular';
}

/* RS FORM */

.wrap-text-border3 .text-border3 h3 {
color:#ffffff;
text-shadow: 1px 1px 1px rgba(0,0,0,0.9);  
}
.sys-messages1 {
    padding: 50px 10px;
    text-align: center;
    max-width:300px;
}
.success-title1 {
    color: white;
    font-size: 23px;
    margin: 0 0 15px;
    font-family: 'BebasNeueRegular';
    font-weight:bold;
}
.success-text1 {
    font-size: 21px;
    font-weight:bold;
    color: white;
    font-family: 'BebasNeueRegular';
}
.hide-form-success  {
  position: relative;
}


/*Контейнер для формы*/
.wrap-text-border3 {
 display: table;
 width:300px;
 height:700px;
 border: 4px solid #fc7904;
 text-align:center;
 border-radius: 20px;
 box-shadow: 0 0 10px rgba(0,0,0,0.5);
 background: url("/templates/protostar/images/micro-carbon7.png");
 color:black;
}
.text-border3 { 
 display: table-cell;
 vertical-align: top;
 text-align:center;
}
/*.wrap-text-border3:hover {
 border: 4px solid red;
}*/
#myform {
position: relative;
width:300px;
height:460px;
/*border: 2px solid red;*/
font-family: 'BebasNeueRegular';
/*background:#f58314;*/
background: url("/templates/protostar/images/micro-carbon7.png");
text-align:center;
}
#rsform_3_page_3 {
  width:300px;
  height:400px;
  position:relative;
  /*border: 2px solid black;*/
  text-align:center;
  background: url("/templates/protostar/images/micro-carbon7.png");
  border-radius: 20px;
}
#rsform_error_3 {
}
.formBody {
 /*background:#f58314;*/
 /*background: url("/templates/protostar/images/micro-carbon7.png");*/
}
.formRed {
  font-family: 'BebasNeueRegular';
  font-size: 20px;
  font-weight:bold;
  /*background-color: #4a8c55;*/
}
textarea#calculation {
  color: #000000;
  text-shadow: 1px 1px 1px #000000;
  background: rgba(0, 0, 0, 0.16);
  border: 0;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
  font-family: 'BebasNeueRegular';
  font-size: 19px;
  font-weight:bold;
  resize: none;
}
input#yourname[type=text], input#email[type=email], input#phone[type=tel] {
  height:30px;
  color: #000000;
  text-shadow: 1px 1px 1px #000000;
  background: rgba(0, 0, 0, 0.16);
  border: 0;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
  font-family: 'BebasNeueRegular';
  font-size: 19px;
  font-weight:bold;
}
input#yourname[type=text].rsform-error, input#email[type=email].rsform-error, input#phone[type=tel].rsform-error {
  height:30px;
  color: #e6c428;
  text-shadow: 1px 1px 1px #000000;
  background: rgba(0, 0, 0, 0.16);
  border: 2px solid #e6c428;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
  font-family: 'BebasNeueRegular';
  font-size: 19px;
  font-weight:bold;
}
input#yourname[type=text]:focus, input#email[type=email]:focus,  input#phone[type=tel]:focus, textarea#calculation:focus {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.1);
  outline: 0;
  font-family: 'BebasNeueRegular';
  font-size: 19px;
  font-weight:bold;
}

/*.rsform-block3 {
    border: 2px solid orange;
    height:100px;
    color:black;
}*/

/*КНОПКА В ФОРМЕ
.knopka {
}*/
#send.knopka {
  position: relative;
  display: inline-block;
  font-size: 25px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0 -1px 2px rgba(0,0,0,.2);
  padding: .5em 1em;
  outline: none;
  border-radius: 3px;
  background: #0074cc;
  box-shadow:
   0 1px rgba(255,255,255,.2) inset,
   0 3px 5px rgba(0,1,6,.5),
   0 0 1px 1px rgba(0,1,6,.2);
  transition: .2s ease-in-out;
}
#send.knopka:hover:not(:active) {
  background: #0055cc;
}
#send.knopka:active {
  top: 1px;
  background: #0055cc;
  box-shadow:
   0 0 1px rgba(0,0,0,.5) inset,
   0 2px 3px rgba(0,0,0,.5) inset,
   0 1px 1px rgba(255,255,255,.1);
}
.separator {
	height: 1.4em;
}
.vertical {
    width: 1em;
	line-height: 1em;  
}
.vertical2 {
    width: 100px;
	line-height: 5.5em;
	text-align: center;
}
.ssdcam1 {
  font-family: 'BebasNeueRegular';
  font-size: 150px;
  font-weight:bold;
  text-transform: lowercase;
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: none;
  color: rgba(164, 164, 164, 1);
  text-align: center;
  text-transform: normal;
  -o-text-overflow: clip;
  text-overflow: clip;
 /* white-space: pre;*/
  text-shadow: rgba(0,0,0,0.5) -2px 0, rgba(0,0,0,0.3) 0 -2px, rgba(255,255,255,0.5) 0 2px, rgba(0,0,0,0.3) -2px -3px;
}
.v-ramke2 {
    width:300px;
    height:300px;
   }
/*КНОПКА ВИДЖЕТ ОБРАТНОГО ЗВОНКА*/
.feedback {
top:100px;
right:10px;
position:fixed;
z-index:21;}
#popup__toggle{bottom:240px;right:10px;position:fixed;z-index:900;}
.img-circle2{background-color:#37c61a;box-sizing:content-box;-webkit-box-sizing:content-box;}
.circlephone2{box-sizing:content-box;-webkit-box-sizing:content-box;border: 2px solid #37c61a;width:150px;height:150px;bottom:-25px;right:10px;position:absolute;-webkit-border-radius:100%;-moz-border-radius: 100%;border-radius: 100%;opacity: .5;-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;-moz-animation: circle-anim 2.4s infinite ease-in-out !important;-ms-animation: circle-anim 2.4s infinite ease-in-out !important;-o-animation: circle-anim 2.4s infinite ease-in-out !important;animation: circle-anim 2.4s infinite ease-in-out !important;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.circle-fill2{box-sizing:content-box;-webkit-box-sizing:content-box;background-color:#37c61a;width:100px;height:100px;bottom:0px;right:35px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;-o-animation: circle-fill-anim 2.3s infinite ease-in-out;animation: circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.img-circle2{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;bottom: 14px;right: 49px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;opacity: .7;}
.img-circleblock2{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;background-image:url("/templates/protostar/images/call-phone3.png");background-position: center center;background-repeat:no-repeat;animation-name: tossing;-webkit-animation-name: tossing;animation-duration: 1.5s;-webkit-animation-duration: 1.5s;animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;}
.img-circle2:hover{opacity: 1;}
@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }   
  100% {transform: scale(0.9);opacity: 1;}}
 @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}   
  100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}

/*Модальное окно-3*/
@media (min-width: 769px) and (max-width: 10000px) {
#modal-4 .modal-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    margin: auto;
    width: 400px;
    border-radius: 40px;
    top: 25%;
    height: 460px;
}
#modal-4 .modal-dialog {
    /*border:3px solid blue;*/
    width:100%;
    height:auto;
}
#modal-4 .modal-header {
    /*border: 3px solid orange;*/
    position: absolute;
    top: 4px;
    width: 90%;
	height: 55px;
	margin: 0 15%;
	z-index: 55;
}
#modal-4 .modal-body {
/*border:3px solid #410101;*/
width:100%;
padding: 0;
}
#modal-3 {
    /*border:3px solid red;*/
}
#modal-3 .modal {
    /*border:3px solid black;*/
}
#modal-3.modal.in {
    /*border:3px solid yellow;*/
}
#modal-3 .modal-content {
    border:5px solid #232229;
    width:728px;
    height:1050px;
    background: #fff;
    opacity:1;
    position:absolute;
	top:7%;
	left:25px;
	right:25px;
	border-radius:10px;
	margin:0 auto;
}
#modal-3 .modal-dialog {
    /*border:3px solid blue;*/
    width:100%;
    height:auto;
}
#modal-3 .modal-header {
    /*border:3px solid orange;*/
	position:absolute;
	top:-30px;
	width:100%;
	height:55px;
	background:#232229;
}
#modal-3 .modal-body {
/*border:3px solid #410101;*/
width:100%;
}
.black {
    color:#181A1C;
}
.white {
	color:#ffffff;
}
.bord2 {
 border-bottom: 1px dotted red;
 text-decoration:none;
 color:red;
}
.bord2:hover, .bord2:focus, .bord2:active {
 border-bottom: 1px dotted #f86900;
 text-decoration:none;
 color:#f86900;
}
.conf {
font-size: 16px;
text-align: center;
margin:0 auto;
}
.zagolovok4 {
font-size: 21px;
text-align: center;
margin:0 auto;
font-weight:700;
}
p.parag {
	font-family: 'Arial', sans-serif;
	font-size:14px;
	font-weight: 400;
	line-height: 1.42857143;
	color: #000000;
}
.parag-big {
	font-family: 'Arial', sans-serif;
	font-size:16px;
	font-weight: 700;
	line-height: 2.5;
	color: #000000;
}
}


@media (max-width: 768px) {
/* Internet Explorer 11+ */
_:-ms-fullscreen, :root .flex-container6 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  margin:auto;
  width:300px;
  position:relative;
  left:-12px;
  }
_:-ms-fullscreen, :root .modal-header {
    position: absolute;
    top: 4px;
	left:12px;
    width: 100%;
	height: 55px;
	margin: 0 15%;
	z-index: 55;
}
#modal-4 .modal-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    margin: auto;
    width: 300px;
    border-radius: 40px;
    top: 30%;
    height: 520px;
}
#modal-4 .modal-dialog {
    /*border:3px solid blue;*/
    width:100%;
    height:auto;
}
#modal-4 .modal-header {
    /*border: 3px solid orange;*/
    position: absolute;
    top: 4px;
    width: 90%;
	height: 55px;
	margin: 0 15%;
	z-index: 55;
}
#modal-4 .modal-body {
/*border:3px solid #410101;*/
width:100%;
padding: 0 !important;
}
#modal-3 {
    /*border:3px solid red;*/
}
#modal-3 .modal {
    /*border:3px solid black;*/
}
#modal-3.modal.in {
    /*border:3px solid yellow;*/
}
#modal-3 .modal-content {
    border:5px solid #232229;
    width:90%;
    height:2300px;
    background: #fff;
    opacity:1;
    position:relative;
	top:8%;
	left:10px;
	border-radius:10px;
	margin:0 auto;
	z-index:99999;
}
#modal-3 .modal-dialog {
    /*border:3px solid blue;*/
    width:100%;
    height:auto;
}
#modal-3 .modal-header {
    /*border:3px solid orange;*/
	position:absolute;
	top:-10px;
	left:-10px;
	width:100%;
	height:75px;
	background:#232229;
}
#modal-3 .modal-body {
/*border:3px solid #410101;*/
width:100%;
}
.black {
    color:#181A1C;
}
.white {
	color:#ffffff;
}
.bord2 {
 border-bottom: 1px dotted red;
 text-decoration:none;
 color:red;
}
.bord2:hover, .bord2:focus, .bord2:active {
 border-bottom: 1px dotted #f86900;
 text-decoration:none;
 color:#f86900;
}
.conf {
font-size: 16px;
text-align: center;
margin:0 auto;
}
.zagolovok4 {
font-size: 19px;
text-align: center;
margin:0 auto;
font-weight:700;
}
p.parag {
	font-family: 'Arial', sans-serif;
	font-size:14px;
	font-weight: 400;
	line-height: 1.42857143;
	color: #000000;
}
.parag-big {
	font-family: 'Arial', sans-serif;
	font-size:16px;
	font-weight: 700;
	line-height: 2.5;
	color: #000000;
}
p.parag7 {
	font-family: 'Arial', sans-serif;
	font-size:14px;
	font-weight: 400;
	line-height: 1.42857143;
	color: #000000;
	padding:0 0 0 15px;
}
.parag-big7 {
	font-family: 'Arial', sans-serif;
	font-size:16px;
	font-weight: 700;
	line-height: 2.5;
	color: #000000;
	padding:0 0 0 15px;
}
}