@font-face {
    font-family: "Noto Sans";
    src: url("../fonts/NotoSans-Regular.ttf");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Noto Sans";
    src: url("../fonts/NotoSans-Italic.ttf");
    font-style: italic;
    font-weight: normal;
}
@font-face {
    font-family: "Noto Sans";
    src: url("../fonts/NotoSans-Bold.ttf");
    font-style: normal;
    font-weight: bold;
}
@font-face {
    font-family: "Noto Sans";
    src: url("../fonts/NotoSans-BoldItalic.ttf");
    font-style: italic;
    font-weight: bold;
}
body{
    margin: 0;
    font-family: 'Noto Sans', sans-serif;
}

::selection {
  background: #7ac141;
  color: white;
}
::-moz-selection {
  background: #7ac141;
  color: white;
}
::-webkit-selection {
  background: #7ac141;
  color: white;
}

.wrapper{
    width: 960px;
    margin: 0 auto;
}
.clearfx{
    clear: both;
}
.row{
    font-size: 0;
    overflow: hidden;
}

.col-1{
    width: 225px;
}
.col-2{
    width: 469px;
}
.col-3{
    width: 713px;
}
img.full_w{
    width: 100%;
}
.row > div[class^="col"]{
    display: inline-block;
    margin-right: 17px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
}
.row > div[class^="col"]:last-of-type{
    margin-right: 0;
}
.aside > div{
    margin-bottom: 30px;
}
.header__row{
    padding-bottom: 20px;
}
.logo{
    display: inline-block;

    background-image: url("../images/logo.png");
    background-repeat: no-repeat;

    height: 70px;
    width: 225px;
}

.logo h1{
    display: none;
}
.demo_sti{
    display: inline-block;
    text-transform: uppercase;
    text-decoration: underline;
    color: #fff;
    background-color: #00B0F0;
    border-radius: 0px 0px 8px 8px;
    border: 1px solid #009ddc;
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding: 17px 30px 14px 45px;
    position: relative;
}
.demo_sti:before{
    content: "";
    position: absolute;
    width: 27px;
    height: 27px;
    top:16px;
    left:10px;
    background-image: url("../images/ico_demo.png");
    background-repeat: no-repeat;
    background-size: contain;

}

.info_sti{
    display: inline-block;
    text-transform: uppercase;
    text-decoration: underline;
    color: #00B0F0;
    border-radius: 0px 0px 8px 8px;
    border: 1px solid #009ddc;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 9px 30px 9px 60px;
    position: relative;
}

.info_sti:before{
    content: "";
    position: absolute;
    width: 47px;
    height: 39px;
    top:8px;
    left:10px;

    background-image: url("../images/discuss.jpg");
    background-repeat: no-repeat;
    background-size: contain;

}


.region{
    padding-top: 15px;
    font-size: 14px;
}
#region_select{
    text-transform: uppercase;
    width: 100%;
    box-sizing: border-box;
    padding: 1px 5px;
    border-color: #7f9db9;
    margin-top: 5px;
    font-size: 11px;
}
.header__menu{
    background-color: #009ddc;

}
.header__menu > .row{
    overflow: visible;
}
#mainmenu{
    overflow: visible;
}
#mainmenu,
#mainmenu ul,
#mainmenu li{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#mainmenu > li{
    display: inline-block;
    position: relative;
}
#mainmenu > li:after{
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background-image: url(../images/menu_div.png);
    background-repeat: repeat-y;
}
#mainmenu > li:hover > a{
    background-color: #005171;
}
#mainmenu  li > a{
    font-family: 'Noto Sans', sans-serif;
    text-shadow: 0 1px 2px #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 15px 25px;
    display: inline-block;
    min-height: 19px;

}
#mainmenu > li >ul{
    position: absolute;
    top:49px;
    left:0px;
    display: none;
}
#mainmenu > li:hover > ul {
    display:block;

}
#mainmenu > li > ul li{
    background-color: #005171;
    border-width: 0px 0px 1px 0px;
    border-color: #1a637f;
    border-style: solid;
    z-index: 999;
}
#mainmenu > li > ul li>a{
    width: 200px;
}

* html #mainmenu{ zoom: 1; } /* IE6 */
*:first-child+html #mainmenu { zoom: 1; } /* IE7 */

.arr_down{
    background-image: url("../images/arr_down.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 5px;
    height: 7px;
    margin-left: 5px;
    display: inline-block;
}
.buy_button{
    display: block;
    padding: 12px 10px 13px;
    color: #FFF;
    font-family: 'Noto Sans', sans-serif;
    text-shadow: 0 1px 2px #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;

    background-color: #7bc142;
    background: -moz-linear-gradient(top,  #00B0F0 0%, #009ddc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00B0F0), color-stop(100%,#009ddc));
    background: -webkit-linear-gradient(top,  #00B0F0 0%,#009ddc 100%);
    background: -o-linear-gradient(top,  #00B0F0 0%,#009ddc 100%);
    background: -ms-linear-gradient(top,  #00B0F0 0%,#009ddc 100%);
    background: linear-gradient(to bottom,  #00B0F0 0%,#009ddc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00B0F0', endColorstr='#009ddc',GradientType=0 );

}
.cart{
    background-image: url("../images/cart.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 23px;
    height: 19px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
.header__banner{
    min-height: 280px;
    background-image: url("../images/bg_head_e.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;

}
.banner_text{
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 30px;
    line-height: 30px;
}
.font_big{
    font-size: 40px;
    line-height: 24px;
}
.main a,
.full_line a{
    color: #009ddc;
    text-decoration: underline;
}

.main a:visited,
.full_line a:visited{
    color: #00648A;
    text-decoration: underline;
}


.main{
    color: #6b6b6b;
    padding-top: 20px;
    margin-bottom: 25px;
}
.main div[class^="col"],
.full_line div[class^="col"],
.footer div[class^="col"]{
    font-size: 14px;
}
.content_box__head{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 20px;
    background-color: #009ddc;
    color: #fff;
}
.gray .content_box__head{
    background-color: #979797;
}
.content_date{
    margin-top: 14px;
}
.line{
    height: 2px;
    width: 100%;
    background-image: url(../images/line.png);
    background-repeat: repeat-x;
    margin-bottom: 5px;

}
.text{

}
.category{
    display: block;
    height: 250px;
    padding: 13px;
    background-color: #009ddc;
}
.cat_name{
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    min-height: 70px;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
}
a.cat_text{
    color: #fff;
    font-size: 14px;
    text-decoration: underline;
}
.full_line{
    margin-top: 25px;
    margin-bottom: 25px;
}
.full_line_head{
    text-transform: uppercase;
    color: #464646;
    font-size: 14px;
    font-weight: bold;
}
.img_box{
    width: 100%;
    height: 225px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    border: 1px solid #c1c1c1;
    display: inline-block;

}
.content_box_blue,
.content_box_green{

    border-width: 1px;
    border-style: solid;
}

.content_box_blue{
    background-color: #009ddc;
    border-color: #007aab;
    color: #fff;
}
.content_box_green{
    background-color: #00B0F0;
    border-color: #009ddc;
    color: #212121;
    font-size: 12px;
}
.content_box_demo{
    margin-right: 15px;
    margin-left: 15px;
    font-size: 11px;
}
.content_head_big{
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-shadow: 0 1px 2px #000000;

}
.content_box_green .content_head_big{
    font-size: 36px;
    line-height: 36px;
    /*word-break: break-all;*/
}
.content_box_blue a{
    color: #fff;
}
.content_box_view{
    padding: 15px 10px 25px 25px;
    min-height: 250px;
}
.content_box_view p{
    margin-top: 0;

}
a.download_button{
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #315e0c;
    padding-top: 12px;
    padding-bottom: 12px;
    text-shadow: 0 1px 2px #fff;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #cdcdcd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cdcdcd));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#cdcdcd 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#cdcdcd 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#cdcdcd 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#cdcdcd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cdcdcd',GradientType=0 );
    border-radius: 8px;
    margin-right: 15px;
}
.bg_demo{
    background-image: url("../images/bg_demo.png");
    background-repeat: no-repeat;
    background-position: 50px 120px;
}
.bg_chat{
    background-image: url("../images/bg_chat.png");
    background-repeat: no-repeat;
    background-position: 20px bottom;
}
.bg_norm{
    background-image: url("../images/bg_norm.png");
    background-repeat: no-repeat;
    background-position: -40px 120px;
}
.bg_article{
    background-image: url("../images/bg_article.png");
    background-repeat: no-repeat;
    background-position: 50px 150px;
}
.bg_question{
    background-image: url("../images/bg_question.png");
    background-repeat: no-repeat;
    background-position: 50px 120px;
}
.content_box__menu{
    padding-left: 13px;
    list-style-image: url("../images/ico_marker.png");
    margin-bottom: 30px;
}
.search_form input[type="text"]{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    font-style: italic;
    color: #a5a5a5;
    border: 1px solid #979797;
    font-size: 12px;
    margin-bottom: 3px;
}
.search_form *[type="button"]{
    text-transform: uppercase;
    text-shadow: 0 1px 2px #fff;
    color: #353535;
    font-weight: bold;
    font-size: 11px;
    border-radius: 6px;
    padding: 5px 20px;
    background: #fefefe;
    background: -moz-linear-gradient(top,  #fefefe 0%, #cfcfcf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#cfcfcf));
    background: -webkit-linear-gradient(top,  #fefefe 0%,#cfcfcf 100%);
    background: -o-linear-gradient(top,  #fefefe 0%,#cfcfcf 100%);
    background: -ms-linear-gradient(top,  #fefefe 0%,#cfcfcf 100%);
    background: linear-gradient(to bottom,  #fefefe 0%,#cfcfcf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#cfcfcf',GradientType=0 );

}
.search_form label{
    display: none;
}
.search_note{
    font-size: 11px;
    margin-top: 10px;
}
.marked{
    margin: 10px 0;
    padding: 0;
    list-style-type: none;

}
.ico_marker2{
    background-image: url("../images/ico_marker2.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 30px;
    height: 7px;
    margin-left: 5px;
    display: inline-block;
}
.ico_marker3{
    background-image: url("../images/ico_marker3.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 10px;
    height: 7px;
    margin-left: 5px;
    display: inline-block;
}
.page_head{
    color: #009ddc;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.page_subhead{
    color: #464748;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 30px;
}

.doc_ico{
    display: inline-block;
    float:left;
    width: 16px;
    height: 24px;
    margin-right: 10px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: 14px 16px;
    background-position: center center;
}

.doc_ico16{
    display: inline-block;
    float:left;
    width: 16px;
    height: 24px;
    margin-right: 10px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: 16px 16px;
    background-position: center center;
}



.doc_name_box{
    padding-top: 20px;
}
.doc_name{
    display: inline-block;
    width: 660px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #464748;
    margin-bottom: 25px;

}
.doc_img{
    display: inline-block;

    max-width: 102px;
    max-height: 147px;
    margin-right: 20px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    vertical-align: top;
    overflow: hidden;
}
.doc_img .img_view{
    display: inline-block;
    background-image: url("../images/bg_doc.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}
.doc_img img{
    width: 99%;
	border: 1px solid #cccccc;
}
.doc_param{
    display: inline-block;
    width: 580px;
    margin-top: 5px;
    margin-bottom: 20px;
}
.doc_param p{
    margin: 0;
}
.doc_param .param_name{
    font-weight: bold;
}
.doc_social{
    margin-left: 122px;
   /* margin-bottom: 30px;*/
}
.doc_link{
    margin-bottom: 15px;
	padding-left: 26px;
}
.social_link{
    width: 16px;
    height: 16px;
    margin-right: 5px;
    display: inline-block;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center bottom;
    vertical-align: middle;

}
.vk{
    background-image: url("../images/ico_vk.png");
}
.fb{
    background-image: url("../images/ico_fb.png");
}
.tw{
    background-image: url("../images/ico_tw.png");
}
.ok{
    background-image: url("../images/ico_ok.png");

}
.mr{
    background-image: url("../images/ico_mr.png");
}
.lj{
    background-image: url("../images/ico_lj.png");
}
.doc_comments p{
    margin: 0;

}
.bold{
    font-weight: bold;
}
a.order_button{
    display: block;
    padding: 12px 10px 13px;
    color: #FFF;
    font-family: 'Noto Sans', sans-serif;
    text-shadow: 0 1px 2px #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    background-color: #7bc142;
    background: -moz-linear-gradient(top,  #7bc142 0%, #4b7628 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7bc142), color-stop(100%,#4b7628));
    background: -webkit-linear-gradient(top,  #7bc142 0%,#4b7628 100%);
    background: -o-linear-gradient(top,  #7bc142 0%,#4b7628 100%);
    background: -ms-linear-gradient(top,  #7bc142 0%,#4b7628 100%);
    background: linear-gradient(to bottom,  #7bc142 0%,#4b7628 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7bc142', endColorstr='#4b7628',GradientType=0 );
    border-radius: 7px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.to_cart{
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url("../images/ico_tocart.png");
    background-repeat: no-repeat;

}
table.section{
    border-collapse: collapse;
}
.section td{
    padding: 10px;
    padding-bottom: 20px;
}
tr.border_bottom td{
    border-bottom:1pt solid #cccccc;
}
.footer{
    background: #f5f5f5;
    min-height: 127px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #464646;
}
.logo_nanocad{
    display: block;
    width: 100%;
    height: 60px;
    background-image: url('../images/logo_nanocad.png');
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
