/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;-moz-box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;-webkit-appearance:textfield}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}p{margin:0 0 10px}ul,ol{margin:10px 0}
/* Template styles
==============================================================================*/
html, body {
    height:100%;
    width:100%;
    color:rgb(36, 45, 53);
      font-family: Tahoma, Geneva, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/* H Group
-----------------------------------------------------------*/
h1,.h1 {
    font-weight: 500;
    font-size:24px;margin: 0px 0 15px;

}
h2,.h2 {
    font-weight: 500;
    font-size:22px;margin: 25px 0 15px;
}
h3,.h3 {
    font-weight: 500;
    font-size:20px;margin: 25px 0 15px;
}
h4, h5, h6, .h4, .h5, .h6 {
    font-weight: 500;
    font-size:18px;margin: 25px 0 15px;
}
/* Links
-----------------------------------------------------------*/
a{
    color:#4c8cc4;
    text-decoration:underline;
}
a:visited{}
a:hover{
    text-decoration:none;
}
a:active{}
a:focus{outline: none;}
html:not(.desktop) a[href^=tel]{
    text-decoration: underline;
    color: inherit;
}
/* Form tags styles
-----------------------------------------------------------*/
input[type=text],input[type=search],input[type=tel],input[type=email],input[type=password],
textarea,
select {
    position: relative;
    font: 13px 'Ubuntu', Arial, sans-serif;
    outline: none;
    padding: 4px;
    border: 1px solid #ccc;
    color: black;
    vertical-align: middle;
    overflow: hidden;
    background: #fff;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
textarea{
    overflow: auto;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: #c9ced3; }
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
    color: #c9ced3;  }
input:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
    color: #c9ced3;opacity: 1;  }
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    color: #c9ced3;opacity: 1;  }
input.placeholder,
textarea.placeholder,
select.placeholder {
    color: #c9ced3; }
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
select:focus:-moz-placeholder {
    color: transparent !important; }
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
select:focus::-moz-placeholder {
    color: transparent !important; }
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
    color: transparent !important; }
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
    color: transparent !important; }
input.placeholder:focus,
textarea.placeholder:focus,
select.placeholder:focus {
    color: transparent !important; }
input[type=text]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=email]:focus,input[type=password]:focus,
textarea:focus,
select:focus {
    color: black;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
select {
    padding: 0; }
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    position: relative;
    text-decoration: none;
    outline: none;
    padding: 4px 8px;
    border: 1px solid #ccc;
    font: 13px 'Ubuntu', Arial, sans-serif;
    display: inline-block; }
.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {}
/* Meta classes
-----------------------------------------------------------*/
.hidden {
    display: none; }
.show {
    display: block !important; }
.visible {
    visibility: visible !important; }
.no-margin {
    margin: 0 !important; }
.no-padding {
    padding: 0 !important; }
.no-bg {
    background: none !important; }
.no-border {
    border: none !important; }
.bold {
    font-weight: 700; }
.italic {
    font-style: italic; }
.underline {
    text-decoration: underline; }
.uppercase {
    text-transform: uppercase; }
.lowercase {
    text-transform: lowercase; }
.disabled {
    cursor: default !important;
    opacity: .3;
    filter: alpha(opacity=30); }
.error {
    color: red !important; }
input.error {
    outline: 1px solid red !important;
    outline-offset: -1px; }
.va-top {
    vertical-align: top !important; }
.red {
    color: red; }
.blue {
    color: blue; }
.yellow {
    color: yellow; }
.green {
    color: green; }
.gray {
    color: gray; }
.orange {
    color: orange; }
.f-left, .float-left, .left {
    position: relative;
    float: left; }
.f-right, .float-right, .right {
    position: relative;
    float: right; }
.f-center, .float-center {
    position: relative;
    float: none;
    margin: 0 auto;
    padding: 0 10px;
    width: 980px; }
.t-center, .text-center {
    text-align: center; }
.t-left, .text-left {
    text-align: left; }
.t-right, .text-right {
    text-align: right; }
.t-justify, .text-justify {
    text-align: justify; }
.col {
    position: relative;
    margin: 0 0 15px;
    padding: 0;zoom: 1; }
.pic-default{
    background-repeat:no-repeat;
    background-position:center center;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAjAgMAAACbV6A9AAAADFBMVEUAAAAAAAAAAAAAAAA16TeWAAAABHRSTlMNAAUJRVLypgAAAMxJREFUGNNdz7HNwjAQBeD3x/oLCkTFCB4hDRWCBdK8JIgULpFowgYWO9wcMIKX8AgUdAxAQThfGl7jrzi9O4NkD/jp+TIAC2MEqsIWU0TZAzqMIywPjDOXiDMrpJkOP3meyqv9UaFbg7Fm+zKuOcCSOW7OhcIkHAu7pR0F6f/tVOTBXwYmbWhyCj5qbxDAb3VbkC2yVrggTWVtLwnOCEnwI5ISd79H1LpdI9fy4/rQ8g9HO75bgFPaihxqJeODMRcG93Ys7KZxI28r4Qc6l0eAD7DptgAAAABJRU5ErkJggg==');
    min-height: 35px;
    min-width: 40px;
}
.col:after, .f-row:after, .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    zoom: 1;
}
ul{
    margin: 0;
    padding: 0;
}
body{
  background: url(../img/bg.png) left top repeat-x #1d2d44;
  position: relative;
  font-size: 14px;
}

.wrapper{
    width:994px;
    position: relative;
    margin: 0px auto;
    padding-top: 60px;
}
.content{
    position: relative;
    background: #E0E5E9;
    padding-top:30px;
    border:1px solid white;
    overflow: hidden;
}
.menu{
    background:  #171B26;
    padding: 0 40px;
    position: relative;
}
.menu ul li{
    display: inline-block;
    padding-top: 24px; 
    padding-bottom: 24px;  
}
.menu ul li a{
  display: block;
  position: relative;
  text-decoration: underline;
  color: #E1E5F0;
  font-size: 14px;
  font-weight: bold;
  font-family: Tahoma, Geneva, sans-serif;
  text-align: center;
  line-height: 30px;
  border-right: 1px dotted #ccc;
  padding-right: 40px;
  margin-right: 40px;
}
.menu ul li a:hover{
    text-decoration: none;
}
.logo {
    margin-left: 13px;
}
.header-image {
    margin: 16px 0px;
    background: black url("../img/header.png") no-repeat scroll right center;
    position: relative;
}
.header-slogan {
    color: rgb(20, 184, 193);
    font-weight: bold;
    font-size: 28px;
    position: absolute;
    top: 20px;
    width: 250px;
    padding-left: 30px;
    text-shadow: 0px 0px 20px rgba(20, 184, 193, 1);
}
.header-phone {
    font-size: 24px;
    font-weight: bold;
    color: #c9d0d6;
    position: absolute;
    bottom: 27px;
    left: 37%;
}
.slogan{
    background: #1D2D44;
    line-height: 30px;
    font-size: 14px;
    color:white;
    padding-left: 20px;
}
.cols{
    margin-top: 20px;
    background: url(../img/bg-cols.jpg) no-repeat 0px 30px;
}
.column-left{
 width: 240px; 
}
.column-right{
   width: 710px; 
   padding-right: 40px;
   padding-bottom: 24px;
}
.bname{
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-weight: bold;
    padding: 0px 0px 7px 16px;
    text-align: left;
    background: url(../img/bg-cat.png) left top no-repeat;
    line-height: 36px;
}
.m2-s {
  background-image: url(../img/m2-1.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding: 3px 10px 5px 32px;
  color: #1d2d44!important;
  text-decoration: underline;
  width: 198px;
  display: block;
  font-size: 14px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 40px;
}
.menu.footer{
    color: white;
    font-size: 10px;
    line-height: 40px;
}
.footer-line{
    height: 60px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#47515d+0,1d2d44+100 */
    background: #47515d; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ3NTE1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZDJkNDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #47515d 0%, #1d2d44 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#47515d), color-stop(100%,#1d2d44)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #47515d 0%,#1d2d44 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #47515d 0%,#1d2d44 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #47515d 0%,#1d2d44 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #47515d 0%,#1d2d44 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47515d', endColorstr='#1d2d44',GradientType=0 ); /* IE6-8 */
}
.flag{
    position: absolute;
    top:17px;
}
.flag.usa{
    right: 80px;
}

.flag.rus{
    right: 40px;
}

table.ramka{

    border-collapse: collapse;
}
table.ramka td{
    padding: 5px;
    font-size: 12px;
    border: #c9c9c9 solid 1px;
}

.inp{
    margin-bottom: 10px;
}
