html, body {margin:0;padding:0;width:100%;height:100%;}

body {
        padding: 0;
        margin: 0;
        min-height: 100%
        background-color: #f0f0f0;
        font-family: 'Roboto';
        font-weight: 400;        
        }

HTML {
/*
        min-width: 1000px;
*/
        height: 100%
        }

.all {
        position: relative;
        z-index: 10;
        min-width: 640px;
        background: url('/img/top-fon.png') repeat-x left 120px;
/*
        height: 100%;
        min-height: 1050px;
*/
        }
        
.top {
        position: relative;
        height: 175px;
        min-width: 640px;
        max-width: 1400px;
        width: 99%;
/*

        min-height: 640px;
        max-height: 1050px;

        background: url('/img/main-fon.jpg') repeat-x;
        background-size: cover;
*/
        margin:0px auto 0px;

        }

.top .logo{
        position: relative;
        top: 3px;
        left: 20px;
        width: 210px;
        height: 112px;
        }

.top .komplex{
        position: absolute;
        font-size: 18px;
        text-align: center;
        border: 2px solid #006699;
        top: 15px;
        left: 50%;
        padding-top: 50px;
        margin-left: -350px;
        width: 260px;
        height: 40px;
        background: url('/img/top-komplex.png') no-repeat center 5px;
        color: #707070;
        }

.top .tels{
        line-height: 31px;
        position: absolute;
        font-size: 24px;
        text-align: left;
        top: 15px;
        left: 50%;
        margin-left: 20px;
        width: 290px;
        color: #707070;
        }

.top .tels a{
        text-decoration:none;
        color: #000000;
        }

.top .tels span{
        color: #999999;
        }

.top .zaktel {
        left: 100%;
        margin-left: -300px;
        padding-left: 45px;
        top: 15px;
        position: absolute;
        background: url('/img/top-tel.png') no-repeat left center;
        width: 160px;
        height: 40px;
        font-family: 'Roboto Condensed';
        font-style: normal;
        font-weight: 400;
        }

.top .zaktel span{
        font-size: 18px;
        text-decoration:none;
        color: #333333;
        display: block;
        height: 30px;
        margin-top: 5px;
        padding-top: 0px;
        width: 140px;
        cursor: pointer;

/*
        border: 1px solid #000000;
*/
        background: url('/img/top-tel-tr.png') repeat-x left 20px;
        }

.top .zaktel span:hover{
        background: url('/img/top-tel-tr-s.png') repeat-x left 20px;
        }


.top .pismo {
        left: 100%;
        margin-left: -300px;
        padding-left: 45px;
        top: 65px;
        position: absolute;
        background: url('/img/top-email.png') no-repeat left center;
/*
        border: 1px solid #000000;
*/
        width: 160px;
        height: 40px;

        font-family: 'Roboto Condensed';
        font-style: normal;
        font-weight: 400;
        }

.top .pismo span{
        font-size: 18px;
        text-decoration:none;
        color: #333333;
        display: block;
        height: 30px;
        cursor: pointer;
        margin-top: 5px;
        width: 137px;
        background: url('/img/top-tel-tr.png') repeat-x left 20px;
        }

.top .pismo span:hover{
        background: url('/img/top-tel-tr-s.png') repeat-x left 20px;
        }

/* главное меню */

.top .mmenu {
        text-align: center;
        top: 130px;
        font-size: 20px;
        min-height: 30px;
        width: 100%;
        position: absolute;
        text-align: center;
        font-family: 'Roboto Condensed';
        font-style: normal;
        font-weight: 400;
        }
        

.top .menu-btn {
        width: 60px;
        height: 60px;
        padding: 0px;
        background: #ffffff;
        color: #010066;
        text-align: center;
        cursor: pointer;
        position: absolute;
        left: 4px;
        top: 122px;
        font-size: 40px;
        border: 0px;
        font-weight: bold;
/*
        margin-left: -130px;
        margin-bottom: 20px;
*/
        display: none;
        border-radius: 4px;
        -moz-border-top-right-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-bottom-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-top-left-radius: 4px;
        -webkit-border-top-left-radius: 4px;
        -moz-border-bottom-left-radius: 4px;
        -webkit-border-bottom-left-radius: 4px
        }

.top .menu-btn:hover {
          opacity: 0.6;
        }








.top .mmenu a{
        text-decoration:none;
        color: #ffffff;
        padding-left: 10px;
        padding-right: 10px;
/*
        float:left;
        display: block;
*/
        }

.top .mmenu a:hover{
        text-decoration: underline;
        }


.top .mmenu .sep{
        background: url('/img/separ.png') no-repeat right center;
        }

        
/* слайдер */

.slider {
        position: relative;
        min-height: 400px;
        height: 30vh;
        font-family: 'Roboto Condensed Light';
        font-weight: 400;
        color: #ffffff;
        font-size: 30px;
        MARGIN-BOTTOM: 50px;
        
        min-width: 640px;
        max-width: 1400px;
        margin:0px auto 0px;
        }

.slider .ttl{
        top: 100%;
        left: 0;
        width: 55%;
        position: absolute;
        height: 70px;
        padding-left: 10px;
        text-align: left;
        padding-right: 20px;
        font-size: 33px;
        padding-top: 5px;
        background-color: rgba(0, 102, 255, 0.87);
        text-shadow: black 0 0 2px;
        text-transform: uppercase;
        font-family: 'Roboto';
        font-weight: 700;
        font-style: normal;
        margin-top: -70px;
/*
        line-height: 60px;
*/
        }
        
.slider .info {
        top: 0;
        left: 100%;
        margin-left: -550px;
        width: 410px;
        position: absolute;
        height: 100%;
        text-align: left;
        padding-right: 20px;
        font-size: 26px;
        padding-top: 5px;
        background-color: rgba(255, 255, 255, 0.87);
        color: #000000;
        padding: 20px;
        }

.slider .info b{
        font-family: 'Roboto';
        font-weight: 700;
        font-style: normal;
        }
        
.slider .info p{
        padding: 0;
        margin: 0;
        margin-bottom: 10px;
        }

.slider .info small {
        font-family: 'Roboto';
        font-weight: 300;
        font-style: italic;
        display: block;
        color: #5b5b5b;
        font-size: 16px;
        line-height: 18px;
        }

/*
.slider h2 {
        color: #ffffff;
        font-size: calc(1em + 4vw);
        text-align: center;
        font-weight: 300;
        MARGIN-TOP: 40px;
        line-height: 100px;
        MARGIN-BOTTOM: 10px;
        }
*/

.slider b {
        font-weight: 700;
        }

.slider-x {
        height: 100%;
        width: 100%;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        }

/* подвал */
.podval {
        position: relative;
        height: 450px;
        z-index: 10;
        min-width: 640px;
        background: url('/img/podval-fon.gif') repeat-x left bottom, #e9e9e9;
        }
        
.podval .blck{
        position: relative;
        height: 100%;
        min-width: 640px;
        max-width: 1400px;
        width: 99%;
        margin:0px auto 0px;
        }

.podval .blck .logo{
        position: relative;
        top: 50px;
        left: 20px;
        width: 181px;
        height: 90px;
        }

.podval .blck .menu{
        position: absolute;
        top: 50px;
        left: 250px;
        line-height: 40px;
        width: 300px;

        font-family: 'Roboto';
        font-weight: 300;
        font-style: normal;
        }

.podval .blck .menu a{
        display: block;
        text-decoration:none;
        font-size: 20px;
        color: #000000;
        }

.podval .blck .conts{
        font-family: 'Roboto Condensed Light';
        font-style: normal;
        font-weight: 400;

        position: absolute;
        top: 50px;
        left: 50%;
        margin-left: -50px;
        line-height: 30px;
        width: 300px;
        }

.podval .blck .conts b{
        display: block;
        font-weight: bold;
        font-size: 30px;
        padding-bottom: 10px;
        padding-left: 40px;
        background: url('/img/podval-local.png') no-repeat top left;
        }

.podval .blck .tels{
        font-family: 'Roboto Condensed Light';
        font-style: normal;
        font-weight: 400;

        position: absolute;
        top: 50px;
        left: 100%;
        margin-left: -350px;
        line-height: 30px;
        width: 300px;
        }

.podval .blck .tels a{
        text-decoration:none;
        color: #000000;
        }

.podval .blck .tels b{
        display: block;
        font-weight: bold;
        font-size: 30px;
        padding-bottom: 10px;
        padding-left: 40px;
        background: url('/img/podval-tel.png') no-repeat top left;
        }

.podval .blck .copy{
        font-size: 20px;
        color: #ffffff;
        top: 100%;
        margin-top: -45px;
        position: absolute;
        
        font-family: 'Roboto';
        font-weight: 300;
        font-style: normal;
        opacity: .5;
        }


/* о компании */
.about {
        position: relative;
        font-family: 'Roboto Condensed Light';
        font-weight: 400;
        color: #666666;
        font-size: 25px;
/*
        min-width: 640px;
*/
        max-width: 1280px;
        margin: 0px auto 0px;
        padding-left: 60px;
        padding-right: 60px;
        min-height: 350px;
        text-align: justify;
        }
        
.about h1{
        text-align: center;
        font-size: 45px;
        color: #333333;
        margin-bottom: 0px;
        padding-bottom: 10px;
        }

.about2 {
        position: relative;
        font-family: 'Roboto Condensed Light';
        font-weight: 400;
        color: #666666;
        font-size: 25px;
/*
        min-width: 640px;
*/
        margin: 0px auto 0px;
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 60px;
        padding-right: 60px;
        min-height: 350px;
        text-align: justify;
        background-color: #e9ecf2;
        max-width: 1280px;
        }

.about2-null {
/*
        border: 1px solid #000000;
*/
        background-color: #e9ecf2;
        }

.about2 .tovars{
        height: auto;
        margin-top: 50px;
        margin-bottom: 50px;
        }

.about2 .tovars .tovar{
        position: relative;
        width: calc(50% - 40px);
        height: 100px;
        border: 5px solid #336699;
        display: block;
        background-color: #e9ecf2;
        color: #101010;
        text-align: center;
        font-size: 20px;
        background-repeat: no-repeat;
/*
        background-size: contain;
*/
        padding-top: 250px;

        border-radius: 2px;
        -moz-border-top-right-radius: 2px;
        -webkit-border-top-right-radius: 2px;
        -moz-border-bottom-right-radius: 2px;
        -webkit-border-bottom-right-radius: 2px;
        -moz-border-top-left-radius: 2px;
        -webkit-border-top-left-radius: 2px;
        -moz-border-bottom-left-radius: 2px;
        -webkit-border-bottom-left-radius: 2px
        }
        
.about2 .tovar b{
        display: block;
        font-weight: bold;
        font-size: 40px;
        color: #000000;
        font-family: 'Roboto';
        font-weight: 700;
        font-style: normal;
        }

.about2 .tovar1{
        float: left;
        background-position: center 20px;
        margin-left: 0px;
        }
        
.about2 .tovar2{
        float: right;
        background-position: center 60px;
        margin-right: 0px;
        }

.about2 .tovars2{
        margin-top: 50px;
        margin-bottom: 50px;
        text-align:center;
        }

.about2 .tovars2 .itm{
        position: relative;
        width: calc(20% - 22px);
        height: 320px;
        margin-right:20px;
/*
        border: 1px solid #000000;
        margin-right:46px;
        margin: auto
        display: block;
        float: left;
*/

        display:inline-block;
        vertical-align: middle;
        }

/*
.about2 .tovars2{
        height: 300px;
        margin-top: 50px;
        margin-bottom: 50px;
        }

.about2 .tovars2 .itm{
        position: relative;
        width: calc(20% - 40px);
        height: 300px;
        margin-right:47px;
        }


*/

.about2 .tovars2 .itm-last{
        margin-right: 0;
        }

.about2 .tovars2 .itm .img{
        display: block;
        font-size: 15px;
        color: #666666;
        width: 150px;
        height: 150px;

        margin:0px auto 0px;
/*
        background-color: #ffffff;
*/
        background-position: center center;
        background-repeat: no-repeat;
        margin-bottom: 20px;

        border-radius: 80px;
        -moz-border-top-right-radius: 80px;
        -webkit-border-top-right-radius: 80px;
        -moz-border-bottom-right-radius: 80px;
        -webkit-border-bottom-right-radius: 80px;
        -moz-border-top-left-radius: 80px;
        -webkit-border-top-left-radius: 80px;
        -moz-border-bottom-left-radius: 80px;
        -webkit-border-bottom-left-radius: 80px
        }

.about2 .tovars2 .itm .img1{
        border: 5px solid #ffcc00;
        }
        
.about2 .tovars2 .itm .img2{
        border: 5px solid #ff6600;
        }

.about2 .tovars2 .itm .img3{
        border: 5px solid #00cc33;
        }

.about2 .tovars2 .itm .img4{
        border: 5px solid #ff0000;
        }
        
.about2 .tovars2 .itm .img5{
        border: 5px solid #0066cc;
        }

.about2 .tovars2 .itm .info{
        text-align: left;
        display: block;
        font-size: 15px;
        color: #666666;
/*
        border: 1px solid #ff0000;
*/
        }
        
.about2 .tovars2 .itm .info .info2{
        padding-left: 10px;
/*
        border: 1px solid #ff0000;
*/
        display: block;
        }

.about2 .tovars2 .itm .info b{
        display: block;
        font-weight: bold;
        text-align: center;
        font-size: 15px;
        color: #000000;
        font-family: 'Roboto';
        font-weight: 700;
        font-style: normal;
        margin-bottom: 10px;
        }

/* описание */
.opis {
        background: url('/img/opis-fon.jpg') repeat-x center left;
        background-size: cover;
        height: 1300px;
        font-family: 'Roboto';
        font-weight: 300;
        font-style: italic;
        color: #ffffff;
        padding-left: 60px;
        padding-right: 60px;
        font-size: 20px;
        max-width: 1200px;
        margin: 0px auto 0px;
        line-height: 34px;
        padding-top: 50px;

        text-align: justify;
        }

.opis-null {
        background-color: #3366cc;
        }

.opis .ttl-b{
        position: relative;
        text-align: center;
        display: block;
        height: 60px;
        margin-bottom: 20px;
        }

.opis .ttl-b span{
        text-align: center;
        font-size: 45px;
        font-family: 'Roboto';
        line-height: 50px;
        font-weight: 700;
        padding-bottom: 0px;
        padding-left: 10px;
        padding-right: 10px;
/*
        display: block;
*/
        font-style: normal;
        border-bottom: 5px solid #ffffff;
        }
        
.opis .col {
        font-size: 25px;
        position: relative;
        height: 300px;
        font-style: normal;
        margin-top: 30px;
        }
        
.opis .col .l,.opis .col .r{
        position: relative;
        display: block;
        line-height: 70px;
        }

.opis .col .l {
        float: left;
        width: 45%;
        }

.opis .col .r {
        width: 53%;
        font-size: 27px;
        float: right;
        }

/* преимущества */
.preim {
        background: url('/img/preim-fon.jpg') repeat-x center top;
        background-size: cover;
/*
        border: 0px solid rgb(192,192,192);
        font-family: 'Roboto';
        font-weight: 300;
        font-style: italic;
        color: #ffffff;
        min-width: 640px;
        font-size: 20px;
        line-height: 34px;
        border: 1px solid #000000;
*/
        padding-top: 20px;

        height: 750px;
        padding-left: 60px;
        padding-right: 60px;
        max-width: 1200px;
        margin: 0px auto 0px;
        }

.preim-null {
        background-color: #e9ecf2;
        }

.preim h2 {
        text-align: center;
        font-size: 45px;
        color: #000000;
        margin-bottom: 50px;
        }
        
.preim .list {
        height: 550px;
        }

.preim .list .itm {
        width: calc(50% - 120px);
        display: block;
        font-size: 24px;
        height: 75px;
        border: 2px solid #2a64aa;
        padding: 20px 20px 20px 80px;
        background-color: #ffffff;
/*
        background: url('/img/preim-1.png') no-repeat left top, #ffffff;
*/
        background-position: left center;
        background-repeat: no-repeat;
        font-family: 'Roboto Condensed Light';
        font-style: normal;
        font-weight: 400;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        }
        
.preim .list .l {
        float: left;
        }
        
.preim .list .r {
        float: right;
        }
        
        
/* программа */
.prog {
/*
        background: url('/img/preim-fon.jpg') repeat-x center top;
        background-size: cover;
*/
        position: relative;
        height: auto;
        max-width: 1280px;
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 600px;
        margin: 0px auto 0px;
        color: #333333;
        font-size: 20px;
        text-align: justify;
        }

.prog .comp {
        top: 50px;
        left: calc(50% - 450px);
        width: 900px;
        height: 500px;
        position: absolute;
        background-size: cover;
        margin:0px auto 0px;
        }
        
.prog .comp-rus {
        background: url('/img/prog-fon-rus.png') no-repeat center center;
        }

.prog .comp span{
        color: #ffffff;
        position: absolute;
        top: 220px;
        left: 200px;
        font-family: 'Fira Sans';
        font-style: normal;
        font-weight: 200;
        font-display: swap;
        font-size: 60px;
        }
        
.prog .comp span b{
        display: block;
        text-transform: uppercase;
        font-size: 60px;
        font-family: 'Fira Sans';
        font-style: normal;
        font-weight: 500;
        font-display: swap;
        }

.prog .panel {
        position: relative;
        height: 780px;
        margin-top: 40px;
        }

.prog .panel .itm{
        position: relative;
        border: 3px solid #2a64aa;
        display: block;
        float: left;
        width: calc(50% - 130px);
        padding: 20px 55px 70px 55px;
        height: 680px;
        background: url('/img/prog-panel-fon.png') repeat-x top left;


        border-radius: 3px;
        -moz-border-top-right-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        -moz-border-bottom-right-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
        -moz-border-top-left-radius: 3px;
        -webkit-border-top-left-radius: 3px;
        -moz-border-bottom-left-radius: 3px;
        -webkit-border-bottom-left-radius: 3px
        }

.prog .panel .r{
        float: right;
        }

.prog .panel .itm span{
        color: #ffffff;
        height: 190px;
        display: block;
        text-align: left;
        margin-bottom: 60px;
        }

.prog .panel .itm span b{
        display: block;
        margin-bottom: 10px;
        font-size: 35px;
        }

.prog .panel .itm p {
        padding: 0;
        padding-left: 40px;
        color: #333333;
        font-family: 'Roboto Condensed Light';
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        font-size: 18px;
        background: url('/img/prog-panel-bolt.png') no-repeat left 5px;
        }

/* маркероискатель */
.markeris {
        position: relative;
/*
        height: 850px;
*/
        max-width: 1280px;
        padding-left: 60px;
        padding-right: 60px;
        margin: 0px auto 0px;
        color: #333333;
        font-size: 20px;
        padding-top: 30px;
        background-color: #ecebeb;
        height: auto;
        }

.markeris .panel2 {
        position: relative;
        margin-top: 40px;
        line-height: 22px;
        font-family: 'Roboto Condensed';
        font-style: normal;
        font-weight: 400;
/*
        border: 1px solid #000000;

style="height: 860px"
*/
        height: 950px;
        }

.markeris .panel2 .itm{
        position: relative;
        display: block;
        float: left;
        width: calc(50% + 50px);
        padding: 0px 10px 10px 10px;
/*
        height: 440px;
*/
        font-size: 18px;
        }

.markeris .panel2 .r{
        float: right;
        height: 435px;
        width: calc(50% - 130px);
        background-position: center bottom;
        border: 3px solid #2a64aa;
        background-repeat: no-repeat;

        border-radius: 5px;
        -moz-border-top-right-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-bottom-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-top-left-radius: 5px;
        -webkit-border-top-left-radius: 5px;
        -moz-border-bottom-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px
        }

.markeris .panel2 .r p{
        text-align: center;
        line-height: 50px;
        font-size: 35px;
        margin-top: 15px;
        padding:0;
        }


.markeris-null {
        background-color: #ecebeb;
        }

.markeris h2 {
        text-align: center;
        font-size: 45px;
        color: #000000;
        margin-bottom: 50px;
        }

.markeris .panel {
        position: relative;
        height: 650px;
        margin-top: 40px;
        }

.markeris .itm {
        position: relative;
        display: block;
        width: calc(60% - 200px);
        padding: 10px;
        float: right;
        height: 660px;
        }

.markeris .rght {
        padding-top: 0;
        margin-top: 0;
        }

.markeris .lft {
        width: 620px;
        float: left;
        height: 620px;
        border: 3px solid #2a64aa;
        background: url('/img/markeris-fon1.png') no-repeat center center, #ecebeb;
        background-size: 80%;

        border-radius: 5px;
        -moz-border-top-right-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-bottom-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-top-left-radius: 5px;
        -webkit-border-top-left-radius: 5px;
        -moz-border-bottom-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px
        }

.markeris .itm p {
        padding: 0;
        padding-left: 100px;
        color: #333333;
        font-family: 'Roboto Condensed Light';
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        min-height: 100px;
        font-size: 18px;
/*
        background: url('/img/prog-panel-bolt.png') no-repeat left 5px;
*/
        background-position: left top;
        background-repeat: no-repeat;
        margin-top:0;
        margin-bottom: 35px;
        }

/* каталог */
.katalog {
        position: relative;
/*
        height: 1500px;
*/
        max-width: 1280px;
        padding-left: 60px;
        padding-right: 60px;
        margin: 0px auto 0px;
        color: #666666;
        font-size: 20px;
        line-height: 30px;
        background-color: #ffffff;
        
        font-family: 'Roboto Condensed Light';
        font-style: normal;
        font-weight: 400;
        text-align: justify;
        }

.katalog h2 {
        text-align: center;
        font-size: 45px;
        color: #000000;
        margin-bottom: 50px;
        }


.katalog .panel {
        position: relative;
        height: auto;
        margin-top: 40px;
        line-height: 22px;

        font-family: 'Roboto Condensed';
        font-style: normal;
        font-weight: 400;

/*
style="height: 860px"
*/
        }

.katalog .panel .itm{
        position: relative;
        display: block;
        float: left;
        width: calc(50% + 50px);
        padding: 0px 10px 10px 10px;
/*
        height: 440px;
*/
        font-size: 18px;
        }

.katalog .panel .r{
        float: right;
        height: 435px;
        width: calc(50% - 130px);
        background-position: center bottom;
        border: 3px solid #2a64aa;
        background-repeat: no-repeat;

        border-radius: 5px;
        -moz-border-top-right-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-bottom-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-top-left-radius: 5px;
        -webkit-border-top-left-radius: 5px;
        -moz-border-bottom-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px
        }

.katalog .panel .r p{
        text-align: center;
        line-height: 50px;
        font-size: 35px;
        margin-top: 15px;
        }


/* ошибка */
.error {
        position: relative;
        font-family: 'Roboto Condensed Light';
        font-weight: 400;
        color: #666666;
        font-size: 25px;
/*
        min-width: 640px;
*/
        max-width: 1280px;
        margin: 0px auto 0px;
        padding-left: 60px;
        padding-right: 60px;
        min-height: 350px;
        text-align: justify;
        }

.error h1{
        text-align: center;
        font-size: 45px;
        color: #333333;
        margin-bottom: 0px;
        padding-bottom: 10px;
        }

.error a{
        color: #666666;
        }


