@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'Roboto Light';
  src: url('Roboto-Light.ttf');
  src: local('Roboto Light'), url('Roboto-Light.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Light';
  src: url('Roboto-LightItalic.ttf');
  font-style: italic;
  src: local('Roboto LightItalic'), url('Roboto-LightItalic.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('Roboto-Regular.ttf');
  src: local('Roboto Regular'), url('Roboto-Regular.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('Roboto-Italic.ttf');
  font-style: italic;
  src: local('RRoboto Italic'), url('Roboto-BoldItalic.ttf') format('truetype');
  font-display: swap;
}

.video-preview {
  display: block;
  height: auto;
  margin: 1em auto;
  max-width: 90%;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: 'Roboto Light';
  color: #666;
  font-size: 1em;
  line-height: normal;
}

.main {
  height: 100%;
  width: 100%;
}

.news {
  padding: 0 15%;
}

.news p {
  padding: 15px 0 0 0;
  margin: 0;
}

a {
  font-size: 1em;
  font-family: 'Roboto Light';
  color: #0055cc;
  text-decoration: none;
  outline: none !important;
}

a:hover, a:focus {
  color: #0055cc;
  text-decoration: underline
}

h1 {
  text-align: center;
  font-size: 1.8em;
  font-family: 'Roboto';
  text-decoration: none;
  color: #92002c;
  margin-bottom: 15px;
  margin-top: 30px;
  font-weight: normal;
  clear: both;
}

h2 {
  text-align: center;
  font-size: 1.5em;
  font-family: 'Roboto';
  text-decoration: none;
  color: #92002c;
  margin: 20px 0 20px 0;
  font-weight: normal;
  clear: both;
}

h3 {
  font-size: 1.2em;
  font-weight: bolder;
  margin-bottom: 10px;
  color: #92002c;
}

p {
  font-family: 'Roboto Light';
  line-height: 140%;
  font-size: 1.2em;
  margin-bottom: 0.4em;
  padding: 0 15%;
}

table {
  text-align: left;
  font-size: 1.2em;
  font-family: 'Roboto Light';
  padding: 15px 15% 25px 15%;
}

table ul {
  list-style: inside none disc;
}

th {
  border-top: 1px solid #92002c;
}

th, td {
  border-bottom: 1px solid #92002c;
  padding: 5px;
}

p.hotspot {
  padding: 0;
}

p.tweet {
  padding: 0;
}

#column ul {
  list-style: disc outside none;
  margin-left: 26px;
}

ul.kamu {
  //padding-left: 15px;
  padding-bottom: 10px;
  list-style: disc outside none;
  font-size: 1.2em;
  //margin-left: 0.3em;
  
  margin: 0 1em 1em 1.3em;
}

.kamu>li {
  line-height: 140%;
  margin-bottom: 0.3em;
}

ul.listed {
  padding: 0 15%;
  list-style: disc outside none;
  margin: 0 1em 1em 1.3em;
}

.listed>li {
  font-size: 1.2em;
  line-height: 140%;
  margin-bottom: 0.3em;
}

@media(max-width:980px) {
  p {
    font-size: 1.1em;
    margin-bottom: 0.2em;
    padding: 0 5%;
    line-height: 140%;
  }
  a {
    font-size: 1.1em;
  }
  h1 {
    font-size: 1.5em;
  }
  h2 {
    font-size: 1.2em;
  }
  .listed>li {
    font-size: 1.1em;
    line-height: 140%;
  }
  table {
    font-size: 1.1em;
    padding: 10px 5% 20px 5%!important;
  }
  .news, .size, ul.listed {
    padding: 0 5% !important;
  }
  #special {
    padding: 0 5%;
  }
}

/***********navbar***************************/

.wide {
  max-width: 2560px;
  position: relative;
  overflow: hidden;
  min-width: 100%;
}

.wide img {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  display: block;
  height: auto;
}

img {
  border: medium none;
}

.kids-pict img {
  margin-bottom: 15px;
  padding: 1px;
  background-color: #ededed;
}

@media(min-width: 761px) and (max-width: 1280px) {
  .wide img {
    width: 150%;
    margin-left: -25%;
  }
}

.navbar-fixed-top .container {
  width: 940px;
}

.container {
  margin-right: auto;
  margin-left: auto;
}

.container:before, .container:after {
  display: table;
  line-height: 0;
  content: ""
}

.container:after {
  clear: both
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  -moz-transition: height .35s ease;
  -o-transition: height .35s ease;
  transition: height .35s ease
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  line-height: 21px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.nav {
  margin-bottom: 21px;
  margin-left: 0;
  list-style: none
}

.navbar {
  overflow: visible
}

.navbar-inner {
  min-height: 30px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #902538;
  /*
  background-image: -moz-linear-gradient(top, #902538, #711a2a);
  background-image: -webkit-linear-gradient(top, #902538, #711a2a);
  background-image: -o-linear-gradient(top, #902538, #711a2a);*/
  background-image: linear-gradient(to bottom, #902538, #711a2a);
  background-repeat: repeat-x;
  border: 1px solid #5d111f;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffe1e1e1', GradientType=0);*/
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  */ box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.logo_cont {
  height:110px;
  width: 100%;
  /*padding-top: 26px;
  padding-bottom: 24px;*/
  background: url(../files/mix-01.png), url(../files/mix-00.png);
  animation: city 60s linear infinite;
  -webkit-animation: city 60s linear infinite;
  position: relative;
}

.logo_contmed {
  height:110px;
  width: 100%;
  /*padding-top: 26px;
  padding-bottom: 24px;*/
  background: url(../files/mix-01_grey.png), url(../files/mix-00_grey.png);
  animation: city 60s linear infinite;
  -webkit-animation: city 60s linear infinite;
  position: relative;
}

.logo_img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

@keyframes city {
  from {
    background-position: -1200px 100%, -2500px 100%
  }
  to {
    background-position: 0 100%, 0 100%;
  }
}

@-webkit-keyframes city {
  from {
    background-position: -1200px 100%, -2500px 100%;
  }
  to {
    background-position: 0 100%, 0 100%;
  }
}

.logo {
  background-image: url(../files/logo-ru.png);
  background-repeat: no-repeat;
  position: absolute;
  /*height: 60px;*/
  height: 110px;
  left: 50%;
  margin-left: -300px;
  width: 600px;
}

.logo-en {
  background-image: url(../files/logo-en.png)!important;
}

.logo a, .logo-en a {
  display: block;
  height: 100%;
}

.navbar-inner:before, .navbar-inner:after {
  display: table;
  line-height: 0;
  content: ""
}

.navbar-inner:after {
  clear: both
}

.navbar .container {
  width: auto
}

.nav-collapse.collapse {
  height: auto;
  overflow: visible
}

.navbar .divider-vertical {
  /*разделитель между кнопками*/
  height: 36px;
  margin: 0 0px;
  border-right: 1px solid #9a283d;
  border-left: 1px solid #5d111f
}

.f-nav {
  position: fixed;
}

.f-padding {
  margin-top: 36px;
}

.navbar-fixed-top {
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
  top: 0;
  /*для привязки к верху*/
}

.navbar-fixed-top .navbar-inner {
  border-width: 0 0 0px;
  padding-right: 0;
  padding-left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.nav>li>a {
  display: block
}

.nav>li>a:hover, .nav>li>a:focus {
  text-decoration: none;
  background-color: #eee
}

.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0;
}

.navbar .nav>li {
  float: left;
}

.navbar .nav>li>a {
  font-family: 'Roboto';
  font-size: 1em;
  padding: 7px 10px;
  color: lightgray;
}

.navbar .nav-en>li>a {
  padding: 7px 23px!important;
}

.navbar .nav>li>a:focus, .navbar .nav>li>a:hover {
  background-color: #9a283d;
  -webkit-transition: color ease-in-out .8s;
  -moz-transition: color ease-in-out .8s;
  -o-transition: color ease-in-out .8s;
  transition: color ease-in-out .8s*/
}

.navbar .nav>li.press {
  font-family: 'Roboto';
  font-size: 1em;
  float: left;
  cursor: default;
  padding: 7px 8px;
  color: black;
  text-shadow: 0 1px 1px #ce6578;
}

.navbar .nav-en>li.press {
  padding: 7px 23px!important;
}

.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 20px;
  margin: 5px 10px 5px 10px;
  border: 1px;
  background-color: #902538;
  background-color: #902538;
  /*
  background-image: -moz-linear-gradient(top, #902538, #701a2a);
  background-image: -webkit-linear-gradient(top, #902538, #701a2a);
  background-image: -o-linear-gradient(top, #902538, #701a2a);
	*/
  background-image: linear-gradient(to bottom, #902538, #701a2a);
  background-repeat: repeat-x;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.navbar .btn-navbar:hover
/*,.nabar .btn-navbar:focus */

  {
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
}

.navbar .btn-navbar: active {
  background-color: #bbb \9
}

.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #dcdcdc;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25)
}

.btn-navbar .icon-bar+.icon-bar {
  margin-top: 3px
}

/*
.clearfix {
    *zoom: 1
}*/

.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: ""
}

.clearfix:after {
  clear: both
}

@-ms-viewport {
  width: device-width
}

@media(min-width:761px) {
  .container, .navbar-fixed-top .container {
    width: 680px;
    padding: 0 auto;
  }
  .container-en, .navbar-fixed-top .container-en {
    width: 600px;
    padding: 0 auto;
  }
}

@media(max-width:760px) {
  /* смена  панели меню на кнопку*/
  body {
    padding-top: 0
  }
  p {
    padding: 0 5%;
  }
  .wide img {
    width: 200%;
    margin-left: -50%;
  }

  .logo {
    background-image: url("../files/logo-ru-sm.png");
    left: 50%;
    margin-left: -210px;
    position: absolute;
    width: 420px;
  }
  .logo-en {
    background-image: url("../files/logo-en-sm.png")!important;
  }
  .navbar-fixed-top .navbar-inner {
    padding: 0
  }
  .navbar .container {
    width: auto;
    padding: 0
  }
  .navbar .brand {
    padding: 7.5px 20px;
    margin-left: 0;
    margin-right: 0px;
  }
  .nav-collapse {
    clear: both
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px
  }
  .nav-collapse .nav>li, .nav-collapse .nav>li.press {
    float: none;
  }
  .nav-collapse .nav>.divider-vertical {
    display: none;
  }
  /*****************кнопки выпадающего списка***********************************/
  .nav-collapse, .nav-collapse.collapse {
    height: 0;
    overflow: hidden;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-inverse .nav-collapse .nav>li>a {
    padding: 9px 15px;
    margin-bottom: 2px;
    color: #dcdcdc;
    text-shadow: none;
  }
  .navbar-inverse .nav-collapse .nav li>a:hover {
    background-color: #9a283d !important;
  }
  .navbar-inverse .nav-collapse .nav>li>a:focus {
    color: black;
    text-shadow: 0 1px 1px #ce6578;
    background-color: #9a283d;
  }
  .navbar-inverse .nav-collapse .nav>li.press {
    background-color: gray !important
  }
  #patent_n p {
    font-size: 1.1em;
    padding-top: 90px !important;
    padding-left: 0 !important;
    line-height: 140%;
  }
  .kamu_pict {
    width: 100%!important;
    clear: both!important;
  }
  .kamu_text {
    width: 100%!important;
    clear: both!important;
    min-height: 150px!important;
    height: auto;
  }
  #special {
    width: 256px;
    padding: 0 50%!important;
    position: relative;
    left: -126px
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-wrapper {
  width: 896px;
  max-width: 100%;
  margin: 1em auto;
}

div.wraper {
  height: auto;
}

hr.line {
  background-color: gray;
  border: 0;
  margin: 0;
  height: 1px;
}

#copyright {
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  height: 80px;
  width: 350px;
  text-align: center;
}

#copyright p {
  font-size: 1em;
  line-height: 100%;
  padding: 0 5%;
}

.size {
  padding: 0 15%;
}

.kamu_cont {
  float: left;
  height: auto;
  padding-bottom: 25px;
  padding-top: 25px;
  width: 100%;
}

.kamu_pict {
  float: left;
  width: 50%;
  height: auto;
}

.kamu_pict img {
  margin-left: 0;
  margin-right: 0;
  width: 95%;
  display: block;
  height: auto;
}

.kamu_text {
  float: left;
  width: 50%;
  min-height: 280px;
}

.size_ins {
  width: 33%;
  min-width: 220px;
  height: auto;
  float: left;
  padding-bottom: 30px;
}

.size_mm {
  float: left;
  width: auto;
  margin-right: 10px;
}

.size_mm p {
  font-size: 2.2em;
  font-weight: bold;
  color: #92002c;
  line-height: 100%;
  margin: 0;
  padding: 0;
}

.size_link {
  float: left;
  width: auto;
  min-width: 110px;
  border-left: 2px #92002c solid;
  padding-left: 10px;
  /*margin-left: 0.3em;*/
}

.size_link a {
  font-size: 1.2em;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

#patent_n, #patent_ukr {
  clear: both;
  background-repeat: no-repeat;
  height: auto;
  min-height: 120px;
  margin: 0;
  padding: 0;
}

#patent_n {
  background-image: url(../files/patents.gif);
}

#patent_ukr {
  background-image: url(../files/patent_ukr.gif);
}

#patent_n p {
  position: relative;
  font-size: 1em;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 225px;
  margin: 0;
  top: -1em;
}

#patent_ukr p {
  position: relative;
  font-size: 1em;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 70px;
  margin: 0;
  top: -1em;
}

/* SPECIAL ***********************************************************************************************/

#special {
  margin-top: 20px;
  margin-bottom: 20px;
  height: auto;
  padding: 0 15%;
}

#special #sp_item0, #special #sp_item1, #special #sp_item2, #special #sp_item3, #special #sp_item4, #special #sp_item5 {
  float: left;
  width: 256px;
  height: 192px;
  margin-left: 0px;
  margin-bottom: 20px;
  margin-right: 20px;
}

/* BUT EXCLUSIVE*******************************************************************************/

#special #sp_item0 a span, #special #sp_item1 a span, #special #sp_item2 a span, #special #sp_item3 a span, #special #sp_item4 a span, #special #sp_item5 a span {
  height: 192px;
  width: 256px;
  display: block;
}

#special #sp_item0 a:hover span {
  background: url(../img/ex_m68_all.jpg) no-repeat;
}

#special #sp_item1 a:hover span {
  background: url(../img/ex_oxygen_h.jpg) no-repeat;
}

#special #sp_item2 a:hover span {
  background: url(../img/ex_cels_h.jpg) no-repeat;
}

#special #sp_item3 a:hover span {
  background: url(../img/ex_guild_h.jpg) no-repeat;
}

#special #sp_item4 a:hover span {
  background: url(../img/ex_etalon_h.jpg) no-repeat;
}

#special #sp_item5 a:hover span {
  background: url(../img/ex_goral_h.jpg) no-repeat;
}


/* Contacts */

#div-table-label{
display: table-caption;
text-align: center;
font-size: 1.2em;
margin: 0 auto;
width: 50%;
padding-top: 10px;
padding-bottom: 5px;
}

div.contacts {
  margin: 0 auto;
  width: 40%;
  text-align: right;
  border-collapse: collapse;
  margin-bottom: 10px;
}
.divTable.contacts .divTableCell, .divTable.contacts .divTableHead {
  border: 0px solid #AAAAAA;
  padding: 3px 7px;
}
.divTable.contacts .divTableBody .divTableCell {
  font-size: 1.2em;
}
.contacts .tableFootStyle {
  font-size: 1.3em;
}
.contacts .tableFootStyle .links {
	 text-align: right;
}
.contacts .tableFootStyle .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}
.contacts.outerTableFooter {
  border-top: none;
}
.contacts.outerTableFooter .tableFootStyle {
  padding: 3px 5px; 
}
.divTable{ display: table; }
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}