* {	margin:0; padding:0; }

.container {
    background-color: #fff;
    /*width: fit-content;*/
}

.mips {
    text-decoration: initial;
    font-size: 14px;
    line-height: 17px;
    margin: 0 auto;
    display: inline-block;
}
.mips .img {
    background: url("../img/mips_01.jpg") no-repeat;
    height: 90px;
    width: 260px;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}
.mips .title {
    font-size: 20px;
    margin: 5px 0;
    display: inline-block;
    vertical-align: top;
}
.mips .txt {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 24px 0 0 15px;
    line-height: 23px;
}
.mips_code {
    padding: 5px 0 20px;
    font-size: 15px;
}
.mips:hover {
    color: #BF152F;
}

html {
    font-family: Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
}
body {
    margin: 0;
    padding: 0;
    background: url("../img/body_bg.png") #cacaca;
    width: 100%;
}
img {
    border: 0;
}
input, textarea {
    border: 1px solid #78BAED;
    padding: 2px;
}
a { color: #3379A5; }
a:hover { color: #FF0000; }

h1 {
    font-size: 38px;
    padding: 20px 0 20px 30px;
    text-align: left;
    font-weight: normal;
    color: #707070;
}
h2 {
    font-size: 1.3em;
    margin: 15px 0 15px 20px;
}
p {
    font-size: 15px;
    line-height: 18px;
    padding: 0 20px 10px 20px;
    color: #707070;
}
.wrap {
    /*min-width: 360px;*/
    max-width: 1280px;
    margin: 0 auto;
    background-color: #fff;
}

.page_line {
    height: 1px;
    border-top: 1px solid #e1e1e1;
    margin: 0 20px;
}
.page {
    margin: 0;
    padding: 15px 0;
}
.page .page__in {
    float: left;
    padding: 0 10px 30px;
}
.page .page__in h1 {
    padding: 30px 0 20px 20px;
}
.page ul {
    font-size: 15px;
    line-height: 18px;
    padding: 5px 20px 20px 20px;
    color: #707070;
}
.page li {
    list-style-position: inside;
}
img.right_100 {
    float: right;
    margin: 15px 40px 20px;
}

.page .description {
    text-align: center;
    padding: 0;
}
.attention {
    margin: 40px 20px 55px;
    padding: 20px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: table;
}
.attention .icon {
    height: 30px;
    background: url("../img/ui_55.png") no-repeat -330px 0;
    width: 55px;
    margin: -35px auto;
}
.attention .txt {
    padding: 40px 0 0;
    text-align: center;
    color: #707070;
    font-size: 25px;
    line-height: 30px;
}
.prefer {
    margin: 20px 0 20px 15px;
}

.prefer .icon {
    width: 55px;
    height: 55px;
    background: url("../img/ui_55.png") no-repeat -385px 0;
    float: left;
}
.prefer[name=money] .icon { background-position: -440px 0 }
.prefer[name=android] .icon { background-position: -495px 0 }
.prefer[name=time] {
    margin-top: 35px;
}
.prefer[name=android] {
    margin-bottom: 50px;
}

.prefer h2 {
    padding: 18px 0 0 45px;
}
.prefer p {
    margin: 0 0 0 35px;
}


#fixed {
    width: 100%;
    height: 60px;
    position: fixed;
    float: right;
    z-index: 100;
    background: url("../img/fixed_logo.jpg") no-repeat left top #405782;
}
#fixed a.logo {
    height: 60px;
    width: 65px;
    float: left;
}
.fixed_menu {
    min-width: 65px;
    height: 60px;
    vertical-align: top;
}
.fixed_menu .click {
    vertical-align: top;
    height: 60px;
    min-width: 65px;
    background: url("../img/fixed_menu.gif") no-repeat right top;
}
.fixed_menu a:first-child {
    margin-top: 60px;
}
.fixed_menu a {
    display: none;
    padding: 20px 15px;
    color: #fff;
    background-color: #405782;
    white-space: nowrap;
    text-decoration: none;
    text-align: right;
    font-size: 20px;
    border-top: 1px solid #fff;
}
.fixed_menu:hover a {
    display: block;
}


#footer .navigation a:hover,
#top #navigation li:hover {
    background: none repeat scroll 0 0 #BF232D;
    box-shadow: 0 0 17px 1px #4F0005 inset;
    color: #FFFFFF;
    text-shadow: 1px 1px 2px #000000;
}

#top {
    padding: 20px 20px 20px 10px;
}
#top a.home {
    display: inline-block;
    text-decoration: none;
    float: left;
    padding: 0;
}
#top a.home img {
    float: left;
    margin: 0 20px 0 10px;
}
#top h2 {
    font-size: 1.5em;
    margin: 10px 0 0 0;
    line-height: 23px;
    color: #000;
    font-weight: normal;
    padding: 0;
    float: left;
}
#top .phone {
    background: url("../img/phone.gif") no-repeat scroll left 3px;
    vertical-align: top;
    margin: 10px 0 0;
    font-size: 18px;
    color: #485a72;
    letter-spacing: 0.8px;
    padding: 0 0 0 22px;
    font-weight: bold;
}


.navbar-default {
    background-color: #fff;
    border: none;
    padding: 0;
    margin: 0;
}
.navbar-default .navbar-nav > li > a {
    display: inline-block;
}
.navbar-default .glyphicon {
    padding-left: 0;
    font-size: 9px;
    color: #777;
    margin-left: -10px;
    margin-right: 10px;
}
.reason__item .number {
    padding: 0;
    margin: 15px 0 10px;
}

#top_menu {
    text-align: center;
    margin: 15px 0;
    font-size: 0;
    display: inline-block;
}
#top_menu a {
    display: inline-block;
    float: left;
    padding: 17px 22px 16px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
    color: #000;
}
#top_menu a.hover,
#top_menu a:hover {
    color: #000;
    background-color: #ececec;
    text-shadow: 1px 1px 3px #fff;
}
#top_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    left:-9999px;
}
#top_menu li:hover .inside {
    left:0;
}
#top_menu li {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}
#top_menu li:last-child {
    background: none;
}
#top_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    left:-9999px;
}
#top_menu li:hover .inside {
    left:0;
}
#top_menu li {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    float: left;
}
#top_menu ul {
    font-size: 0;
    position: absolute;
    left:-9999px;
}
#top_menu li:hover .inside { left:0; }
#top_menu .inside .sub { width: 100%; }
#top_menu li {
    position: relative;
    z-index: 10;
}
#top_menu .link {
    text-decoration: none;
    white-space: nowrap;
    border-left: 1px solid #e4f6f6;
    border-right: 1px solid #e4f6f6;
    border-bottom: 1px solid #e4f6f6;
}
#top_menu .inside { position: absolute; }
#top_menu li:hover .inside {
    left: 0;
    top: 50px;
}
#top_menu .inside .sub a {
    padding: 15px 0 15px 17px;
    float: left;
    width: 100%;
    text-align: left;
    background-color: #fff;
}
#top_menu .link:hover,
#top_menu .inside .sub a:hover {
    background-color: #9ccddc;
}

.slide__control,
.slide {
    width: 100%;
    text-align: center;
    padding: 0;
    overflow: hidden;
}
.slide .slide__item {
    margin: 0;
    display: inline-block;
    float: left;
}
.slide .slide__item[name=slide_01] {
    background: url('../img/img_slide_01.jpg') no-repeat center;
}
.slide .slide__item[name=slide_02] {
    background: url('../img/img_slide_02.jpg') no-repeat center;
}
.slide .slide__item[name=slide_03] {
    background: url('../img/img_slide_03.jpg') no-repeat center;
}
.slide .slide__item .slide__txt {
    margin: 50px auto 0;
    color: #fff;
    font-size: 20px;
    text-shadow: 1px 1px 3px #000;
    max-width: 530px;
    min-width: 320px;
    background: rgba(72,90,114,.8);
    padding: 15px 10px 40px;
    display: inline-block;
}
.slide .slide__txt h2 {
    margin: 15px 0 40px;
}
.slide .slide__txt p {
    font-size: 17px;
    line-height: 22px;
    padding: 0;
    color: #fff;
}
.slide .slide__txt a {
    display: inline-block;
    background: rgba(255,255,255,.5);
    padding: 13px 26px;
    border-radius: 5px;
    text-decoration: none;
    color: #000;
    text-shadow: none;
    font-size: 17px;
    margin-top: 35px;
}
.slide .slide__txt a:hover {
    background: rgba(255,255,255,1);
}


.slide__control {
    margin-top: -470px;
}
.slide__control .control__item {
    cursor: pointer;
    width: 100px;
    float: left;
    height: 470px;
    opacity: .5;
    z-index: 2;
}
.slide__control .control__item .icon {
    width: 18px;
    height: 24px;
    background: url("../img/ui_55.png") no-repeat -275px -55px;
    margin: 220px auto;
}
.slide__control .control__item[action=right] {
    float: right;
}
.slide__control .control__item[action=right] .icon {
    background: url("../img/ui_55.png") no-repeat -293px -55px;
}
.slide__control .control__item:hover {
    background-color: #fff;
}
.slide__control .control__item:hover .icon {
    background-position: -275px -79px;
}
.slide__control .control__item:hover[action=right] .icon {
    background-position: -293px -79px;
}

.slide .slide_view {
    overflow: hidden;
    margin: 0;
    max-width: 1280px;
    min-width: 360px;
}
.slide .slide_line {
    width: 100500px;
    display: inline-block;
    height: 470px;
}



.control_system {
    width: 100%;
    text-align: center;
    padding: 10px 0 30px;
}
.cs__item {
    width: 19%;
    height: 210px;
    display: inline-block;
    min-width: 180px;
}
.cs__item:hover {

}
.cs__item .ring {
    background-color: #eae8e9;
    height: 127px;
    width: 127px;
    border-radius: 127px;
    display: inline-block;
    margin: 10px 0 20px;
}
.cs__item .icon {
    width: 55px;
    height: 55px;
    background: url("../img/ui_55.png") no-repeat 0 0;
    display: inline-block;
    margin: 35px 0 0;
}
.cs__item[name=stranger] .icon { background-position: -55px 0 }
.cs__item[name=view] .icon { background-position: -110px 0 }
.cs__item[name=danger] .icon { background-position: -165px 0 }
.cs__item[name=alarm] .icon { background-position: -220px 0 }
.cs__item .text {
    font-size: 15px;
    line-height: 20px;
    min-height: 80px;
    display: inline-block;
    overflow: auto;
}

.presentation {
    width: 100%;
    text-align: center;
    padding: 10px 0 30px;
    background-color: #eae8e9;
}
.presentation h1 {
    padding: 20px 30px 30px;
}
.presentation .arrow {
    display: inline-block;
    width: 9%;
    height: 70px;
    background: url("../img/arrow.png") no-repeat right center;
    margin: 90px 0 0 0;
}
.presentation .arrow_twice {
    background: none;
    margin: 0;
    height: 100px;
}
.presentation .twice_item {
    height: 60px;
    background: url("../img/arrow.png") no-repeat right bottom;
}
.presentation .twice_item:last-child {
    margin-top: 35px;
    background: url("../img/arrow.png") no-repeat right top;
}

.pres__item {
    width: 15%;
    display: inline-block;
    margin: 35px 0 0 0;
    vertical-align: top;
    min-width: 135px;
}
.pres__item .box {
    background-color: #fff;
    height: 160px;
    width: 120px;
    border-radius: 10px;
    display: inline-block;
    margin: 10px 0 15px;
}
.pres__item .icon {
    width: 110px;
    height: 110px;
    background: url("../img/ui_55.png") no-repeat 0 0;
    display: inline-block;
    margin: 5px 0 0;
}
.pres__item .text {
    font-size: 15px;
    line-height: 18px;
    margin: 0 10px;
}
.pres__item .sub_text {
    font-size: 13px;
    line-height: 20px;
}
.pres__item[name=sensor] .icon { background-position: -330px -124px }
.pres__item[name=alarm] .icon { background-position: -440px -122px }
.pres__item[name=computer] .icon { background-position: -110px -110px }
.pres__item[name=internet] .icon { background-position: -220px -110px }
.pres__item[name=controller] .icon { background-position: 0 -110px }
.presentation .double {
    width: 15%;
    display: inline-block;
    vertical-align: top;
}
.presentation .double .pres__item {
    margin: 0 auto;
    width: 160px;
}
.presentation .double .box {
    height: 135px;
    margin: 0 0 20px;
}
.presentation .double .icon {
    height: 80px;
    margin: 5px 0 6px;
}


.presentation__mobile .arrow {
    width: 100%;
    margin: 10px 0 0;
    background: url("../img/arrow_vertical.png") no-repeat center top;
    height: 50px;
}
.presentation__mobile .arrow_twice {
    background: none;
}
.presentation__mobile .twice_item:last-child,
.presentation__mobile .twice_item {
    background: url("../img/arrow_vertical.png") no-repeat right top;
    width: 50%;
    margin: 0;
    float: left;
    display: inline-block;
}
.presentation__mobile .twice_item:last-child {
    background: url("../img/arrow_vertical.png") no-repeat left top;
}

.presentation__mobile .double {
    width: 100%;
}
.presentation__mobile .pres__item {
    margin: 0;
}


.reason{
    width: 100%;
    text-align: center;
    padding: 20px 0 20px;
    background-color: #fff;
    float: left;
}
.reason .reason__item {
    width: 30%;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    padding: 25px 0 25px 35px;
    min-width: 280px;
}
.reason__item .number {
    background-color: #e9e9e9;
    float: left;
    height: 28px;
    width: 28px;
    border-radius: 22px;
    text-align: center;
    padding: 4px 0 0 0;
    font-size: 15px;
    margin: 0 13px 13px -20px;
}
.reason__item h3 {
    font-weight: normal;
    font-size: 20px;
    margin: 2px 0 10px 20px;
}
.reason__item p {
    margin: 0;
    line-height: 18px;
    font-size: 14px;
    padding: 0 20px;
    color: #707070;
}
.reason__item a {
    margin: 15px 0 0 20px;
    display: inline-block;
    font-size: 15px;
}

.yandex_maps {
    width: 100%;
    height: 450px;
}
.contact__item {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    margin: 10px 0;
    white-space: nowrap;
    min-width: 250px;
}
.contact__item[name=bank] {
    white-space: normal;
    width: 38%;
    min-width: 360px;

}
.contact__item[name=bank] h2 {

}
.contact__item h3 {

}
.contact__item p {

}

/*   ---   ---   ---   ---   ---   ---   ---   ---   ---   ---   ---   .footer   */

#footer {
    background-color: #fff;
    min-height: 145px;
    width: 100%;
    overflow: auto;
}
#footer .inside {
    border-top: 1px solid #e1e1e1;
    margin: 0 20px;
    padding: 15px 0 0 0;
}
#footer .left {
    float: left;
    font-size: 13px;
    width: 250px;
    line-height: 17px;
    margin: 5px 10px 0;
}

#footer .bottom-menu {
    display: inline-block;
}
#footer .bottom-menu .glyphicon {
    padding-left: 5px;
    font-size: 9px;
    color: #3379A5;
}

#footer .about {

}
#footer .copy {
    margin: 18px 0;
}

#footer .right {
    float: right;
    min-height: 125px;
    margin: 0 10px 0 0;
}
#footer .phone {
    background: url("../img/phone.gif") no-repeat scroll left 3px;
    float: right;
    vertical-align: top;
    margin: 5px 0 0 10px;
    font-size: 18px;
    color: #485a72;
    letter-spacing: 0.8px;
    padding: 0 0 0 28px;
    font-weight: bold;
}

#footer .menu {
    font-size: 0;
    display: inline-block;
    margin: 0;
    float: right;
}
#footer .click {
    display: inline-block;
    float: left;
    padding: 8px 14px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    font-size: 13px;
    color: #000;
}
#footer .hover,
#footer .click:hover {
    color: #000;
    background-color: #ececec;
    text-shadow: 1px 1px 3px #fff;
}
#footer .soc_fb, #footer .soc_vk {
    display: inline-block;
    float: right;
    width: 26px;
    height: 26px;
    background: url("../img/ui_55.png") no-repeat -276px -1px;
    padding: 0;
    margin: 25px 0 0 10px;
}
#footer .soc_vk { background-position: -303px -1px }
#footer .soc_fb:hover { background-position: -276px -28px }
#footer .soc_vk:hover { background-position: -303px -28px }

#footer .soc_ig {
    display: inline-block;
    float: right;
    width: 26px;
    height: 26px;
    background: url(../img/ig.png) no-repeat -1px -2px;
    opacity: .25;
    padding: 0;
    margin: 25px 0 0 10px;
}
#footer .soc_ig:hover {
    opacity: .8;
}

#footer .metrika {
    float: right;
    margin: 21px 20px 0 0;
}



/*   ---   ---   ---   ---   ---   ---   ---   ---   ---   ---   ---   */

.clear {
    overflow: hidden;
    width: 100%;
}

.hide { display: none; }

.youtube-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.youtube-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.blog-table {
    width:94%;
    margin:0 16px;
}

.blog-table td {
padding-top:6px;
}

.blog-table td:first-child {
  width: 120px;
}

.blog-table tr:not(:last-child) td {
  border-bottom:1px solid #eee;
  padding-bottom:6px;
}

.blog-date {
  color:#aaa;
}

.ofnews {
    width: 100%;
    /*text-align: center;*/
    margin: 30px 0 16px;
}
.ofnews-block {
    display: inline-block;
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
    border-top: 1px solid rgba(150, 150, 150, 0.2);
    /*vertical-align: top;*/
    /*box-shadow: 0 2px 1px 0 rgba(0,0,0,.2);*/
}
.ofnews-block:last-child {
    border-bottom: 1px solid rgba(150, 150, 150, 0.2);
}
.ofnews-block:hover {
    box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
}
.ofnews-img {
    width: 240px;
    float: left;
    margin-right: 20px;
}
.ofnews img {
    width: 100%;
}
.ofnews-title {
    font-size: 130%;
}
.ofnews-date {
    color: #aaa;
    margin: 10px 0;
}
.ofnews-content {

}
.news_more {
    margin: 10px auto 40px;
    text-align: center;
    width: 200px;
}



.news-big-block {
}
.news-block-left {
  width:30%;
  margin-right:32px;
  float:left;
}
.page__in .news-big-block h1 {
    font-size: 26px;
    padding: 0;
}
.news-block-left img {
  width:100%;
}
.news-block-right {
}
.news-block-date {
  text-align:right;
  margin-right: 36px;
}

.block-group {
  text-align:center;
}

.block-prod {
  display:inline-block;
  margin:6px;
  text-align:center;
  max-width:300px;
  padding:12px;
  border-radius:12px;
  background:#f3f3f3;
}

.block-prod:hover {
  background:#eee;
}

.block-prod img {
  border-radius:6px;
}

.block-prod span{
  display:inline-block;
  margin-top:4px;
}

.block-prod.active {
  background:#3379A5;
}


.block-prod.active span {
  color:#fff;
}

.block-prod img {
  width:100%;
  display:block;
}

.block-group-sub {
  text-align:center;
  width:100%;
}

.block-group-sub .block-prod {
  width:15%;
  vertical-align:top;
}



@media screen and ( max-width : 960px) {
.block-prod {
  display:inline-block;
  max-width:900px;

}

.block-group-sub .block-prod {
  width:45%;
}

.mobile_post {

    font-size: 0.7vw;

}

}



.news-block-panel {
  display:block;
}




@font-face {
    font-family: Helios;
    src: url(../fonts/heliosc.otf);
}

@font-face {
    font-family: HeliosBlack;
    src: url(../fonts/heliosblackc.otf);
}

@font-face {
    font-family: HeliosLight;
    src: url(../fonts/helioslightc.otf);
}


.sur-banner {
    background: url(../img/b-bg.png);
}
.sur-banner-title {
    text-align: center;
    font-size: 1.2vw;
    padding: .6em 0;
    text-transform: uppercase;
    background: #304b71;
    color: white;
    font-family: HeliosBlack;
}
.sur-banner-block {
    padding: 1em 0;
    display:table;
    width:100%;
}
.sur-banner-item {
    text-decoration: none;
    display:table-cell;
    text-align: center;
    width:32%;
}
.sur-banner-item:hover {
    text-decoration: none;
}
.sur-banner-item img {
    width:80%;
}
.sur-banner-item span {
    margin-top:1em;
    display:block;
    color: #304b71;
    text-transform: uppercase;
    font-family: Helios;
    font-size: 1.4vw;
}

.mips-banner {
    text-align: center;
    margin:0 auto;
    margin-bottom:16px;
    padding:16px;
    border: 4px solid #0091ff;
}

.mips-banner input {
    margin-top:16px;
    padding:12px;
    text-align: center;
}



.popup {
  display: none;
  position: fixed;
  padding: 10px;
  width: 280px;
  left: 50%;
  margin-left: -150px;
  top: 50%;
  margin-top: -100px;
  background: #FFF;
  z-index: 20;
  text-align:center;
}

.popup:after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  z-index: -2;
}

.popup:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #FFF;
  z-index: -1;
}

.popup span {
    text-align: center;
    display: block;
    font-size: 1.4em;
    margin-bottom: 8px;
    padding-bottom: 4px;
    border-bottom: 2px solid #0af;
}

.popup input {
    padding: 6px;
    margin: 6px 0;
}

.popup input.error {
    background-color: #fee;
    border-color: 2px solid #f99;
}

.popup a {
    text-decoration: none;
    background: #0af;
    color: #fff;
    display: inline-block;
    margin-top: 4px;
    padding: 8px 24px;
    box-sizing: border-box;
}

.popup a:hover {
    text-decoration: none;
    background: #08d;
    color: #fff;
    cursor: pointer;
}

a#callback-show,
.callback-show,
.a-button {
    display: block;
    color: #3379A5;
    background-color: #fff;
    text-align: center;
    text-decoration:none;
    padding: 6px 10px;
    margin-top: 6px;
    border: 1px solid #9abfd6;
    cursor: pointer;
}
a#callback-show:hover,
.callback-show:hover,
.a-button:hover {
    text-decoration:none;
    color: #fff;
    background: #3379A5;
    border-color: #3379A5;
}

.button-row {
    text-align: center;
}
.inlblock {
    display: inline-block;
    width: 200px;
    margin: 20px auto 50px;
}


 table.tableizer-table {
	font-size: 12px;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
     background: #fff;
 }
 .tableizer-table td {
	padding: 4px 8px;
	margin: 3px;
	border: 1px solid #CCC;
 }
 .tableizer-table th {
	background-color: #104E8B;
	color: #FFF;
	font-weight: bold;
	padding:4px;
 }

 .tableizer-table td:nth-child(4) {
  text-align:center;
 }

 .tableizer-table td:nth-child(5), th:nth-child(5) {
  white-space: nowrap;
  text-align:center;
 }

.tableizer-table .title {

}
.tableizer-table .image {

}
.tableizer-table .image img {
    width: auto;
    max-height: 150px;
}
.tableizer-table .body {

}
.tableizer-table .price {

}
.tableizer-table p {
    font-size: 12px;
    margin: 0;
    padding: 0;
}
.tableizer-table .is-parent {
    background: #eee;
}

.page__in.wide {
    float: none;
    display: inline-block;
    width: 100%;

}


.page .product {

}

.page .product .secondary {
    /*float: right;
    width: 25%;*/
}

.page .product .menu {
    background: #eee;
    padding: 10px 20px;
}
.page .product .content {
    /*float: left;
    width: 75%;*/
}

@media(min-width:430px){
.page .product .secondary {
    float: right;
    width: 25%;
}
.page .product .content {
    float: left;
    width: 75%;
}

}

.page .product .image {
    margin: 0 0 30px 0;
    padding: 0 20px;
}
.page .product .body {

}
.page .product .price {
    text-align: center;
    font-size: 32px;
    color: #00a700;
}
.page .product .price .label {
    color: #707070;
    padding: 0;
    font-weight: 400;
    text-transform: none;
}
.page .product .a-button {
    margin: 15px auto 25px;
    width: 100%;
}
.page .product .menu h4 {
    text-align: center;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 10px;
}
.page .product .menu ul {
    font-size: 14px;
    list-style: none;
    padding: 0;
}
.page .product .menu ul li {
    list-style-position: inside;
    border-bottom: 1px solid #cfcfcf;
    padding: 5px 0 8px;
}
.page .product .menu li.active a {
    color: #707070;
}
.page .product .allprice {
    text-transform: uppercase;
    text-align: center;
}



.software .content {

}
.software h3 {
    margin: 0 0 15px 0;
}
.software .item {
    border-bottom: 1px solid #d7d7d7;
    padding: 20px 20px;
}
.software .item:first-child {
    border-top: 1px solid #d7d7d7;
}
.software .item:hover {
    background-color: rgba(0,0,0,0.02);
}
.software .item .body {
    color: #707070;
}
.software .item .body p {
    padding: 0;
}
.software .item .a-button,
.files .inline.paddings {
    display: inline-block;
    padding-left: 50px;
    padding-right: 50px;
}
.software .item .files {
    /*display: inline-block;*/
}
.software .item .date {
    /*display: inline-block;*/
}
.util .item .image {
    margin-bottom: 7px;
}
.util .item .image img {
    width: 100%;
    max-width: 100%;
}


.documents {

}
.documents .content {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-around;
}
.documents .item {
    padding: 20px;
    box-sizing: border-box;
}
.documents a.image {

}

.subscribe-news {
    display: inline-block;
}
.subscribe-news ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.subscribe-news ul li {
    position: relative;
}
.subscribe-news label {
    width: 80px;
}
.subscribe-news ul li input {
    width: 225px;
}
.subscribe-news ul li #id_captcha_1 {
    width: 110px;
    float: right;
}
/*.subscribe-news input {*/
    /*position: relative;*/
    /*background: transparent;*/
/*}*/
/*.subscribe-news input:focus {*/
    /*background: #fff;*/
/*}*/
.subscribe-news button[type="submit"] {
    float: right;
}
.subscribe-news .errorlist {
    font-size: 80%;
    color: red;
    width: 145px;
    margin: 4px 0 0;
    position: absolute;
    right: -155px;
    line-height: 0.9em;

}

.youtube-block {
    display: inline-block;
    width: 100%;
    float: none;
}

span.nodi {
    display: none;
}