
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    -moz-box-sizing: border-box;
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    -moz-box-sizing: border-box;
    font-family: 'DinPro';
}
.container {
    margin: 0 auto;
    width: 980px;
}
.overlay {
    background-color: rgba(16, 78, 118, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity 0.5s ease 0s;
    visibility: hidden;
    z-index: 2;
}
.overlay:focus {
    outline: medium none;
}
.overlay:target {
    opacity: 1;
    visibility: visible;
}
.popup {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    left: 50%;
    opacity: 0;
    padding: 10px;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.5s ease 0s, top 0.5s ease 0s;
    visibility: hidden;
    z-index: 10;
}
.order-form {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
    border-radius: 10px 10px 0 0;
    padding: 25px 0;
    width: 310px;
}
.order-form input[type="text"] {
    width: 240px;
}
.overlay:target + .popup {
    opacity: 1;
    visibility: visible;
}
.feedbackf {
    border-radius: 9px;
    position: relative;
    text-align: center;
    width: 930px;
}
.feedbackf img {
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    margin-right: 15px;
}
.feedbackf img:last-child {
    margin-right: 0;
}
.header-bg {
    background: url("../img/background/header.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
    height: 750px;
    margin: 0 auto;
    max-width: 1920px;
}
.logoNdescript {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    border-radius: 0 0 10px 10px;
    display: inline-block;
    margin-bottom: 0;
    padding: 0 8px 10px;
    width: 400px;
}
.description {
    color: #00C700;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
}
.order-box {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    border-radius: 0 0 10px 10px;
    display: inline-block;
    float: right;
    padding: 15px 0 20px;
    text-align: center;
    width: 310px;
}
.telephone {
    font-size: 25px;
    font-weight: 300;
}
.width40-bold {
    font-size: 36px;
    font-weight: 700;
}
.order-call {
    background: linear-gradient(to bottom, #FFFFFF 0%, #82E34A 3%, #00AC2F 96%, #4FBD65 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #00A727;
    border-radius: 4px;
    color: #FFFFFF;
    display: block;
    font-size: 25px;
    height: 35px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    width: 270px;
}
.order-call:hover {
    background: linear-gradient(to bottom, #FFFFFF 0%, #9EE972 3%, #00C735 96%, #6FC881 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.order-call:active {
    background: linear-gradient(to bottom, #FFFFFF 0%, #82E34A 3%, #00AC2F 96%, #4FBD65 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.top-form-contain {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    float: right;
    margin-top: -8px;
    padding-bottom: 25px;
    padding-top: 25px;
    width: 310px;
}
.form-descript {
    color: #000000;
    font-size: 22px;
    line-height: 1;
    text-align: center;
}
.form-descript span {
    font-weight: 600;
}
.form-big-text {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
}
.contens-form {
    width: 310px;
}
.contens-form input[type="text"] {
    border: medium none;
    border-radius: 2px;
    height: 45px;
    margin-left: 15px;
    margin-top: 2px;
    padding: 1px 2px 0 40px;
    width: 240px;
}
.contens-form input[type="text"]:nth-child(1) {
    background: url("../img/background/form-name.png") no-repeat scroll left 5% center, none repeat scroll 0 0 #FFFFFF;
}
.contens-form input[type="text"]:nth-child(2) {
    background: url("../img/background/form-phone.png") no-repeat scroll left 5% center, none repeat scroll 0 0 #FFFFFF;
}
.contens-form input[type="text"]:nth-child(3) {
    background: url("../img/background/form-mail.png") no-repeat scroll left 5% center, none repeat scroll 0 0 #FFFFFF;
}
input:focus {
    outline: medium none;
}
.contens-form input[type="button"] {
    background: linear-gradient(to bottom, #FFFFFF 0%, #82E34A 3%, #00AC2F 96%, #4FBD65 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #00A727;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 25px;
    height: 40px;
    margin-left: 15px;
    margin-top: 15px;
    text-align: center;
    width: 281px;
}
.contens-form input[type="button"]:hover {
    background: linear-gradient(to bottom, #FFFFFF 0%, #9EE972 3%, #00C735 96%, #6FC881 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.contens-form input[type="button"]:active {
    background: linear-gradient(to bottom, #FFFFFF 0%, #82E34A 3%, #00AC2F 96%, #4FBD65 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.guarantie {
    background: url("../img/background/key-box.png") no-repeat scroll left bottom rgba(0, 0, 0, 0);
    color: #000000;
    float: left;
    font-size: 12px;
    font-weight: 700;
    margin: 5px 0 -9px 13px;
    padding-left: 40px;
    text-decoration: none;
    width: 260px;
}
.guarantie, x:-moz-any-link {
    width: 290px;
}
.guarantie a {
    color: #000000;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}
.guarantie a:hover {
    text-decoration: underline;
}
.guarantie2 {
    background: url("../img/background/key-box.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #000000;
    float: left;
    font-size: 12px;
    font-weight: 700;
    height: 30px;
    margin: 10px 0 0;
    padding-left: 40px;
    padding-top: 13px;
    text-decoration: none;
    width: 479px;
}
.guarantie2 a {
    color: #000000;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}
.guarantie2 a:hover {
    text-decoration: underline;
}
.in-numbers {
    height: 210px;
    margin-top: -145px;
}
.numb {
    background: url("../img/background/numb.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 220px;
}
.Fixed {
    background: url("../img/background/fixed.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    border-radius: 5px 0 0 5px;
    bottom: 2%;
    height: 98px;
    opacity: 0.6;
    padding-top: 70px;
    position: fixed;
    right: -120px;
    width: 378px;
}
.Fixed:hover {
    background-color: rgba(255, 255, 255, 0.1);
    opacity: 1;
}
.Fixed a {
    color: #666666;
    font-size: 18px;
    margin-left: 20px;
    text-decoration: none;
}
.Fixed a:hover {
    text-decoration: underline;
}
.video-in-phone {
    background: url("../img/background/video-in-phone.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
    height: 375px;
    padding-top: 50px;
}
.phone-text1 {
    color: #000000;
    font-size: 25px;
    text-align: right;
    width: 650px;
}
.phone-text2 {
    color: #000000;
    font-size: 25px;
    font-weight: 700;
    padding-top: 10px;
    text-align: end;
    width: 650px;
}
.header1 {
    background: url("../img/background/yes-header.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
    height: 143px;
    padding-top: 37px;
    width: 100%;
}
.header2 {
    background: url("../img/background/header2.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
    height: 148px;
    padding-top: 37px;
    width: 100%;
}
.my-header {
    font-size: 30px;
    line-height: 1;
    text-align: center;
}
.big-title {
    font-size: 50px;
    font-weight: 700;
}
.priimuschestva {
    background: url("../img/background/priimuschestva.jpg") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 680px;
    padding-top: 73px;
}
.inline3 {
    display: inline-block;
    height: 290px;
    vertical-align: top;
    width: 320px;
}
.benefit1 {
    background: url("../img/background/benefit1.png") no-repeat scroll center 0 rgba(0, 0, 0, 0);
    height: 237px;
    margin: 10px auto;
    padding: 75px 7px;
    text-align: center;
    width: 217px;
}
.benefit2 {
    background: url("../img/background/benefit2.png") no-repeat scroll center 0 rgba(0, 0, 0, 0);
    height: 237px;
    margin: 5px auto;
    padding: 75px 7px;
    width: 217px;
}
.benefit3 {
    background: url("../img/background/benefit3.png") no-repeat scroll center 0 rgba(0, 0, 0, 0);
    height: 237px;
    margin: 5px auto;
    padding: 85px 7px;
    width: 217px;
}
.benefit4 {
    background: url("../img/background/benefit4.png") no-repeat scroll center 0 rgba(0, 0, 0, 0);
    height: 237px;
    margin: 5px auto;
    padding: 75px 7px;
    width: 217px;
}
.benefit5 {
    background: url("../img/background/benefit5.png") no-repeat scroll center 0 rgba(0, 0, 0, 0);
    height: 237px;
    margin: 5px auto;
    padding: 75px 7px;
    width: 217px;
}
.benefit6 {
    background: url("../img/background/benefit6.png") no-repeat scroll center 0 rgba(0, 0, 0, 0);
    height: 237px;
    margin: 5px auto;
    padding: 75px 7px;
    width: 217px;
}
.benefit1:hover, .benefit2:hover, .benefit3:hover, .benefit4:hover, .benefit5:hover, .benefit6:hover {
    background: url("../img/background/benefit-hover.png") no-repeat scroll center 0 rgba(0, 0, 0, 0);
}
.benefit-text {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
}
.middle-form {
    background: url("../img/background/middle-form.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
    height: 397px;
    padding-top: 30px;
}
.how-wie {
    background: none repeat scroll 0 0 #F0F7FA;
    border-bottom: 1px solid #EDF3F6;
    height: 616px;
    margin-top: -32px;
    padding: 15px 0;
}
.how-wie, x:-moz-any-link {
    margin-top: 0;
}
.how-bg {
    background: url("../img/background/how-wie.jpg") no-repeat scroll left 20% center rgba(0, 0, 0, 0);
    height: 616px;
}
.numbers {
    float: left;
    padding-left: 400px;
}
.one-li {
}
.my-number {
    color: #23C62B;
    display: inline-block;
    font-size: 50px;
    margin-top: 6px;
    vertical-align: top;
}
.one-punkt {
    display: inline-block;
    font-size: 25px;
    font-weight: 700;
    padding-top: 27px;
    width: 475px;
}
.header2 {
    margin: 20px 0;
}
.oure-systems1 {
    display: inline-block;
    margin-bottom: 30px;
    text-align: center;
    vertical-align: top;
    width: 241px;
}
.oder-link {
    color: #000000;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}
.oder-link:hover {
    color: #23C62B;
    text-decoration: underline;
}
.image-sys1 {
    height: 200px;
    max-width: 240px;
    overflow: hidden;
}
.inline2 {
    background: url("../img/background/camera.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    display: inline-block;
    height: 200px;
    padding: 10px 0 0 95px;
    vertical-align: top;
    width: 485px;
}
.system2-text1 {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    line-height: 3;
}
.system2-text2 {
    color: #000000;
    font-size: 16px;
}
.slider-bg {
    background: url("../img/background/slider-bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 387px;
}
.slider-bg {
    padding-top: 21px;
}
.certificates {
    text-align: center;
}
.mymy {
    margin: 20px 7px;
}
.closef {
    background: url("../img/close.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 15px;
    font-family: arial;
    font-weight: bold;
    height: 32px;
    line-height: 24px;
    margin-top: -1px;
    position: absolute;
    right: 48%;
    text-align: center;
    text-decoration: none;
    top: -16px;
    width: 32px;
}
.closef:before {
    color: #747474;
    content: "";
    font-size: 18px;
    line-height: 0.5;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
}
.inline33 {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 320px;
}
.footer {
    background: url("../img/background/footer.jpg") repeat scroll center top rgba(0, 0, 0, 0);
    height: 335px;
    padding-top: 30px;
}
.reshaj {
    color: #FFFFFF;
    float: left;
    font-size: 30px;
    line-height: 1;
    margin-top: 20px;
    padding: 15px;
    width: 300px;
}
.reshaj span {
    font-size: 50px;
    font-weight: 700;
}
.foot-left {
    float: none;
}
.bot-phone {
    color: #FFFFFF;
    font-size: 36px;
    font-weight: 700;
}
.bot-phone span {
    font-size: 68px;
}
.gold-telec {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 15px;
}
.footer-n {
    color: #FFFFFF;
}
.bold {
    font-weight: 700;
}
.copy {
    clear: both;
    color: #FFFFFF;
    margin: 15px 160px;
}
.foot-right {
    float: right;
}
.bottom-order-button {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    margin: 50px 330px 0 50px;
    padding: 10px;
}
.privacy-text {
    padding: 15px;
}
.privacy-polisyy {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    width: 450px;
}
.system-info {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 8px;
    height: 540px;
    padding: 25px;
    width: 900px;
}
.system-title {
    color: #000000;
    font-size: 30px;
    padding-left: 345px;
}
.photos-block {
    display: inline-block;
    float: left;
    height: 286px;
    text-align: center;
    vertical-align: top;
    width: 330px;
}
.photos-block img {
    padding: 3px;
    vertical-align: middle;
}
.system-description {
    color: #000000;
    display: inline-block;
    float: none;
    font-size: 16px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: justify;
    vertical-align: top;
    width: 480px;
}
.icon-block {
    display: inline-block;
    float: left;
    margin-top: -35px;
    width: 345px;
}
.system-text {
    clear: both;
    color: #000000;
    font-size: 16px;
    padding: 15px 0;
}
.system-list {
    list-style-image: url("../img/background/list-point.png");
    margin-left: 10px;
}
.system-info input[type="text"] {
    border: 1px solid #666666;
    border-radius: 3px;
    height: 45px;
    margin-right: 20px;
    margin-top: 0;
    padding: 2px 32px 0 40px;
    width: 180px;
}
.system-info input[type="text"]:nth-child(1) {
    background: url("../img/background/form-name.png") no-repeat scroll left 5% center, none repeat scroll 0 0 #FFFFFF;
}
.system-info input[type="text"]:nth-child(2) {
    background: url("../img/background/form-phone.png") no-repeat scroll left 5% center, none repeat scroll 0 0 #FFFFFF;
}
input:focus {
    outline: medium none;
}
.system-info input[type="button"] {
    background: linear-gradient(to bottom, #FFFFFF 0%, #82E34A 3%, #00AC2F 96%, #4FBD65 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #00A727;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 22px;
    height: 50px;
    margin-left: 0;
    text-align: center;
    width: 255px;
}
.system-info input[type="button"]:hover {
    background: linear-gradient(to bottom, #FFFFFF 0%, #9EE972 3%, #00C735 96%, #6FC881 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.system-info input[type="button"]:active {
    background: linear-gradient(to bottom, #FFFFFF 0%, #82E34A 3%, #00AC2F 96%, #4FBD65 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.system-info ul {
    display: block;
    padding: 10px 0 20px;
}
.price, .srok {
    color: #000000;
    font-size: 16px;
    text-align: left;
}
.price {
    background: url("../img/background/price.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    padding: 10px 0 20px;
}
.srok {
    background: url("../img/background/srok.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    margin-bottom: 15px;
}
.header3 {
    border-bottom: 1px solid #7CD671;
    height: 100px;
    margin: 0 auto;
    padding-top: 15px;
    width: 580px;
}
.clients {
    margin-top: 15px;
}
.splCont {
    display: none;
    padding: 3px 5px 30px 0;
}
.splLink {
    border-bottom: 3px solid #00C700;
    color: #000000;
    display: block;
    font-size: 25px;
    font-weight: 900;
    margin: 36px 0 15px;
    padding-bottom: 15px;
    text-decoration: none;
}
.splLink img {
    margin: 0 15px -5px;
    width: 25px;
}
.image-sys1 > img {
    max-height: 200px;
}
.mainfoto {
    float: left;
    max-height: 300px;
    max-width: 340px;
    padding-right: 5px;
}
.notmainfoto {
    max-height: 100px;
    max-width: 65px;
}
.nameotzyva {
    color: #00C700;
    font-size: 28px;
}
.todz {
    border: 3px dashed #00C700;
    border-radius: 30px;
    margin-top: -50px;
    padding-bottom: 20px;
    padding-top: 50px;
}
.s_form {
    float: left;
    padding-top: 20px;
}
.social-item {
    float: right;
    margin-top: 20px;
}
.someclass {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 5000;
}
.someclass .loading {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    border: 2px solid #000000;
    border-radius: 10px;
    box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
    font: 16px/20px Verdana,Geneva,Arial,Helvetica,sans-serif;
    height: 20px;
    left: 50%;
    margin: -40px 0 0 -150px;
    padding: 20px;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px #000000;
    top: 50%;
    width: 260px;
    z-index: 5001;
}
.resh {
    color: #FFFFFF;
    display: block;
    font-size: 21px;
    height: 30px;
}
