/*FONTS*/
@font-face {
  font-family: Scada;
  src: url(../fonts/Scada-Regular.ttf);
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: Scada;
  src: url(../fonts/Scada-Bold.ttf);
  font-weight: bold;
}
@font-face {
  font-family: Scada;
  src: url(../fonts/Scada-Regular.ttf);
  font-style: italic,oblique;
}
@font-face {
  font-family: Scada;
  src: url(../fonts/Scada-Bold.ttf);
  font-weight: bold;
  font-style: italic,oblique;
}
@font-face {
  font-family: OpenSansCond;
  src: url(../fonts/OpenSans-CondLight.ttf);
}
@font-face {
  font-family: OpenSansCond;
  src: url(../fonts/OpenSans-CondBold.ttf);
  font-weight: bold;
}
@font-face {
  font-family: OpenSansCond;
  src: url(../fonts/OpenSans-CondLight.ttf);
  font-style: italic,oblique;
}
@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("/fonts/bootstrap-icons.woff2?24e3eb84d0bcaf83d77f904c78ac1f47") format("woff2"), url("/fonts/bootstrap-icons.woff?24e3eb84d0bcaf83d77f904c78ac1f47") format("woff");
}
.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bi-info-circle-fill::before {
  content: "\f430";
}
.bi-info-circle::before {
  content: "\f431";
}
.bi-exclamation-triangle::before {
  content: "\F33B";
}
.bi-exclamation-diamon::before {
  content: "\F335";
}
.bi-arrow-right-square::before {
  content: "\F137";
}
.bi-arrow-left-square::before {
  content: "\F12E";
}
.bi-caret-left-square-fill::before {
  content: "\F22E";
}
.bi-caret-right-square-fill::before {
  content: "\F232";
}
.bi-list::before {
  content: "\F479";
}
.bi-x-circle-fill::before {
  content: "\F622";
}
.bi-clipboard-pulse::before {
  content: "\F722";
}
.bi-person-circle::before {
  content: "\F4D7";
}
.bi-person-fill::before {
  content: "\F4DA";
}
.bi-caret-down-fill::before {
  content: "\F229";
}
/*COMMON*/
body {
  margin: 0px;
  padding: 0px;
  text-align: center;
  background-color: #fff;
  color: #2d2d2d;
  font-family: Scada, OpenSansCond, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
}
hr {
  width: 95%;
  margin: 20px 0 10px 20px;
}
div.hr {
  float: left;
  height: 10px;
  background-color: none;
  width: 94%;
  border-bottom: 1px solid #ccc;
  margin: 15px 3% 15px 3%;
  clear: both;
}
* html a {
  zoom: 1;
}
/*hack for IE6*/
/* HEADER & TOP MENU */
#divheader {
  position: relative;
  width: auto;
  min-width: 1008px;
  background-color: #fff;
  margin: 0 auto;
  padding: 0;
  z-index: 10;
  clear: both;
}
#divmenu {
  position: relative;
  min-width: 1100px;
  max-width: 1100px;
  margin: 0px auto;
  z-index: 10;
  display: block;
  height: 80px;
  clear: both;
  padding-left: 20px;
  padding-right: 20px;
}
#leftcorner {
  margin: 12px 0 9px 0;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  float: left;
  text-align: left;
  height: 45px;
}
#leftcorner img {
  width: 70px;
  border: 0;
  padding: 0;
  margin: 0;
}
#leftcorner2 {
  clear: both;
  position: relative;
  float: left;
  font-size: 15px;
  padding: 0;
  padding-bottom: 3px;
  margin: 0;
  text-decoration: none;
  color: #9c0f11;
  text-align: left;
  font-weight: normal;
}
#rightcorner {
  margin: 8px 0 0 0;
  margin-bottom: 0;
  padding: 0;
  margin-top: 8px;
  position: relative;
  float: right;
  text-align: right;
}
#rightcorner img {
  width: 64px;
  margin: 0;
  padding: 0;
  border: none;
}
#rightcorner a {
  display: block;
}
#rightcorner span {
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #a31e20;
  margin: 0 0 8px 0;
}
#divmenupos {
  position: relative;
  float: left;
  margin: 0 0 0 0;
  padding: 0 0 0 15px;
}
a.menu {
  margin: 29px 11px 5px 11px;
  font-size: 13px;
  text-decoration: none;
  color: #485c6f;
  float: left;
}
a.menuon,
a.menu:hover {
  text-decoration: underline;
}
/* CONTENT */
#divmainblock {
  min-width: 1008px;
  margin: 0px auto;
  padding: 0px;
  background: #f0f0f0;
  z-index: 10;
  display: block;
  height: auto;
  vertical-align: top;
  position: relative;
  clear: both;
}
#contentholder {
  width: 1008px;
  margin: 0px auto;
  padding: 0px;
  background: #fff;
  clear: both;
}
/* LEFT BLOCK */
#divmainleftblock {
  width: 275px;
  background: #fff;
  margin: 0;
  padding: 60px 0 0 0;
  text-align: left;
  vertical-align: top;
  position: relative;
  float: left;
  background-color: #FDFDFD;
}
a.leftblock,
a.leftblockon {
  margin: 0;
  padding: 0 0 30px 28px;
  display: block;
  font-size: 30px;
  text-align: left;
  text-decoration: none;
  color: #a31e20;
}
a.leftblock01,
a.leftblock01on,
a.leftblock02,
a.leftblock02on {
  display: block;
  margin: 0;
  padding: 7px 10px 7px 30px;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 150%;
  color: #939598;
}
a.leftblock01,
a.leftblock01on {
  font-size: 15px;
  color: #000000;
}
a.leftblock01 span,
a.leftblock01on span,
a.leftblock02 span,
a.leftblock02on span {
  display: block;
  width: 11px;
  float: left;
  padding: 0 0 0 7px;
  background: url("../meta/downg.png") no-repeat center transparent;
}
a.leftblock01 span,
a.leftblock01on span {
  background: url("../meta/downb.png") no-repeat center transparent;
}
a.leftblock01on span {
  background: url("../meta/downr.png") no-repeat center transparent;
}
a.leftblock02 span {
  background: url("../meta/rightg.png") no-repeat center transparent;
}
a.leftblock02on span {
  background: url("../meta/rightr.png") no-repeat center transparent;
}
a.leftblock01:hover,
a.leftblock02:hover {
  background-color: #eee;
}
a.leftblock01,
a.leftblock01on {
  padding-left: 10px;
}
a.leftblock01on,
a.leftblock02on {
  color: #a31e20;
}
a.none:hover {
  background-color: #fff;
}
/* RIGHT BLOCK */
#divmainrightblock {
  width: 710px;
  background: #fff;
  position: relative;
  float: left;
  margin: 0;
  padding: 60px 20px 60px 0;
  text-align: left;
  vertical-align: top;
  min-height: 400px;
}
* html #divmainrightblock {
  /*hack for IE6*/
  padding: 0 10px 10px 10px;
}
/* FOOTBANNER */
#footbannercont {
  background-color: #A31E20;
  height: 160px;
  margin: 0 auto 0 auto;
  padding: 50px 0 0 0;
  position: relative;
  clear: both;
  min-width: 1140;
}
#footbanner {
  position: relative;
  margin: auto;
  padding: 0;
  text-align: center;
  width: 1008px;
  clear: both;
}
#footbimg {
  position: relative;
  float: left;
  padding: 15px 0 0 40px;
}
#footbtext {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  padding: 20px 0 0 50px;
  line-height: 150%;
  float: left;
}
#footbbutton {
  position: relative;
  float: left;
  margin-top: 46px;
}
#footbbutton a {
  color: #485C6F;
  background-color: #fff;
  margin: 30px 0px 0 55px;
  padding: 13px 30px;
  text-decoration: none;
  font-size: 22px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#footbbutton a:hover {
  -moz-box-shadow: 0px 0px 3px #485C6F;
  -webkit-box-shadow: 0px 0px 3px #485C6F;
  box-shadow: 0px 0px 3px #485C6F;
  text-decoration: none;
}
/* FOOTER */
#divfooter {
  background-color: #a31e20;
  border-top: 2px dotted #fff;
  clear: both;
  margin: 0;
  min-width: 1140px;
  padding: 0;
  position: relative;
  width: 100%;
}
#divmainnav {
  background-color: #00ff40;
  margin: 0 auto;
  max-width: none;
  padding: 0;
  position: relative;
  width: 1040px;
}
.navfn {
  width: 200px;
  margin: 30px 14px 0 14px;
  padding: 0 0 40px 0;
  font-size: 17px;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  position: relative;
  float: left;
  color: #fff;
}
.navfnmin {
  width: 150px;
}
a.navh {
  display: block;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 25px 0 15px 0;
}
a.nav {
  display: block;
  padding: 5px 0;
  font-size: 13px;
  text-align: left;
  text-decoration: none;
  color: #fff;
}
a.navh:hover {
  text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.7);
}
a.nav:hover {
  text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.4);
}
#self {
  text-align: center;
  padding: auto;
  margin: auto;
  padding: 50px 0 20px 0;
  position: relative;
  color: #fff;
  font-size: 14px;
  clear: both;
}
#self a {
  color: #fff;
}
/* TEXT */
a {
  color: #A31E20;
}
a.redhref {
  color: #A31E20;
  font-weight: bold;
  font-size: 14px;
  /*text-decoration:none;*/
  display: block;
  padding: 30px 0 0 30px;
}
a.redhref:hover {
  color: #A31E20;
  text-decoration: underline;
}
a.redhref img {
  width: 15px;
  display: inline;
  vertical-align: middle;
}
li > a.redhref {
  display: block;
  padding: 5px 0 15px 0;
}
p {
  font-size: 17px;
  color: #505050;
  font-weight: normal;
  margin: 12px 0 0 20px;
  padding: 0;
  line-height: 150%;
}
h1.txt,
h2.txt,
h3.txt,
h4.txt,
h4.txt a,
h4.txt a:hover,
h5.txt,
h1.txtm,
h2.txtv,
h2.txtv a {
  font-size: 18px;
  font-weight: normal;
  text-align: left;
  color: #A31E20;
  margin: 0 20px 0 20px;
  padding: 20px 0 5px 0;
  text-decoration: none;
}
h1.txt {
  color: #485C6F;
  margin: 0 0 10px 40px;
  padding: 40px 0 0 0;
  font-size: 30px;
  font-weight: normal;
}
h2.txtv,
h2.txtv a {
  color: #A31E20;
  margin: 0 0 10px 20px;
  padding: 0;
  font-size: 30px;
  font-weight: normal;
}
h2.txtv a {
  margin: 0;
}
h1.txtm {
  display: block;
  width: 100%;
  min-width: 1140px;
  margin: 0;
  padding: 40px 0 40px 0;
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  color: #fff;
  background-color: #9c352c;
  background: url("../meta/title_3.jpg") no-repeat center transparent;
  overflow: hidden;
  border-top: 1px solid #ccc;
}
h2.txt {
  font-size: 25px;
}
h3.txt {
  font-size: 22px;
}
h4.txt,
h4.txt a,
h4.txt a:hover {
  font-size: 20px;
  color: #485C6F;
}
h4.txt a,
h4.txt a:hover {
  margin: 0;
}
h5.txt {
  font-size: 17px;
  font-weight: normal;
  text-transform: uppercase;
}
ul,
ol {
  font-size: 17px;
  font-weight: normal;
  color: #505050;
  text-decoration: none;
  line-height: 150%;
}
ul {
  list-style: disc outside none;
  padding: 0px 0px 0px 22px;
  margin: 0px 0px 0px 22px;
}
ul.lvl2 {
  list-style: circle outside none;
}
ol {
  padding: 0px 0px 0px 25px;
  margin: 0px 0px 0px 25px;
}
ol.letter {
  list-style-type: lower-alpha;
}
li {
  padding: 10px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
p.li {
  padding-left: 0px;
  margin-left: 0px;
}
/* IMAGES */
img.pic {
  display: inline-block;
  margin: 20px 10px 10px 20px;
  padding: 0;
}
p.pic {
  width: 120px;
  display: inline-block;
  margin: 20px 20px 20px 0;
  padding: 0;
  font-size: 11px;
  font-weight: normal;
  text-align: left;
  color: #485C6F;
  vertical-align: top;
}
p.img {
  line-height: 10%;
  font-size: 12px;
}
.imgb img {
  border: 1px solid #ccc;
}
img.zoom {
  margin: 10px 4px 0 0;
  padding: 0;
  vertical-align: middle;
  position: relative;
  top: -3px;
}
/* TABLES */
table.txt {
  border: none;
  border-top: 3px solid #B7B5B0;
  border-bottom: 3px solid #B7B5B0;
  border-collapse: collapse;
  margin: 16px 0 0 16px;
  width: 690px;
}
td.txtcol1,
td.txtcol2 {
  padding: 10px;
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  color: #141414;
  text-decoration: none;
  background-color: #FFFFFF;
  border-top: 1px solid #B7B5B0;
}
td.txtcol2 {
  background-color: #F7F7F7;
}
.counter {
  position: absolute;
  TOP: -40PX;
}
#divshare {
  width: 960px;
  background-color: #ffffff;
  margin: 0px auto;
  z-index: 10;
  display: block;
  text-align: center;
  height: 40px;
  clear: both;
}
a.button {
  font-size: 12px;
  font-weight: bold;
  margin: 15px 5px;
  padding: 5px 5px;
  background-color: #F2F2F2;
  display: block;
  border: solid 1px #006BA8;
  color: #006BA8;
  text-align: center;
  text-decoration: none;
  line-height: 150%;
  border-radius: 15px;
  width: 200px;
}
a.button:hover {
  background-color: #ECECEC;
}
.bigsize {
  font-size: 16px;
  padding: 20px 0;
  color: #A31E20;
  font-weight: bold;
}
.bigsize2 {
  color: #A31E20;
  font-size: 13px;
}
li.bigsize {
  font-size: 14px;
  padding: 0 0 6px 0;
  letter-spacing: 0px;
  font-weight: bold;
}
ul.bigsize {
  padding: 0 30px 25px;
  margin-top: -10px;
}
.adheader {
  font-size: 25px;
  color: #A31E20;
  font-weight: bold;
  margin: 10px 0 0 20px;
  padding: 0;
  text-transform: uppercase;
}
.extrasize {
  font-size: 17px;
  color: #2d2d2d;
  font-weight: normal;
  margin: 10px 0 0 20px;
  padding: 0;
}
.middlesize {
  font-size: 17px;
  color: #505050;
  font-weight: normal;
  margin: 12px 0 0 20px;
  padding: 0;
  line-height: 150%;
}
ol.middlesize {
  margin: 12px 0 20px 20px;
}
.middlesize li {
  margin: 0 0 0 40px;
}
.smaller {
  font-size: 15px;
  color: #505050;
  font-weight: normal;
  margin: 10px 0 0 20px;
  padding: 0;
}
.alonehref {
  font-size: 16px;
  font-weight: normal;
  width: 200px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 15px 15px;
  margin: auto;
  text-decoration: none;
  border-radius: 6px;
  background: #eee;
  color: #485C6F;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.alonebutton:hover {
  text-shadow: 0px 0px 3px #ffffff;
  /*background:#e5e5e5;*/
}
a.bighref {
  margin: 0 5px 0 5px;
  text-decoration: none;
  color: #485C6F;
}
a.bighref:hover,
a.blockhref:hover {
  text-shadow: 0px 0px 3px #ffffff;
  color: #5C768E;
}
a.blockhref {
  display: block;
  margin: 0;
  text-decoration: none;
  color: #505050;
}
a.presentation {
  font-size: 12px;
  font-weight: normal;
  color: #FFFFFF;
  margin: 25px 0 0 20px;
  padding: 6px 0 0 0;
  display: block;
  width: 286px;
  height: 25px;
  background-image: url(/index/presentation.gif);
  background-repeat: no-repeat;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  float: left;
}
a.presentation:hover {
  color: #AAAAAA;
}
p.round {
  background-color: #E5E5E5;
  padding: 10px 30px 10px 20px;
  margin: 12px 10px 20px 15px;
  border-radius: 10px;
  position: relative;
}
ol.round {
  background-color: #E5E5E5;
  padding: 10px 30px 10px 40px;
  margin: 12px 10px 20px 15px;
  border-radius: 10px;
  position: relative;
}
div.round {
  background-color: #E5E5E5;
  padding: 10px 15px 20px 0px;
  margin: 12px 10px 20px 15px;
  border-radius: 10px;
  position: relative;
}
.clear {
  clear: both;
}
a.header3,
a.header4 {
  text-decoration: none;
  display: block;
  position: absolute;
  border: none;
  padding: 0;
  width: 90px;
  height: 60px;
  left: 20px;
  top: 5px;
}
* html a.header3 {
  /*hack for IE6*/
  left: -460px;
}
/* MAIN PAGE */
.headblock {
  position: relative;
  float: left;
  width: 900px;
  margin: 20px 10px 10px 10px;
  padding: 15px 0 15px 40px;
  background-color: #a31e20;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  text-align: left;
  color: #fff;
  font-size: 18px;
}
#tablebox {
  position: relative;
  float: left;
  margin: 10px 0 20px 40px;
}
.box {
  width: 200px;
  height: 160px;
  margin: 10px;
  padding: 0;
  background: #f0f0f0;
  position: relative;
  float: left;
}
.emptybox {
  background: #fff;
}
.hbox {
  height: 220px;
}
.h2box {
  background: #a31e20;
}
.box p {
  text-align: center;
  padding: 0;
  font-size: 16px;
}
.hbox p {
  margin: 160px 0 0 0;
}
.h2box p {
  font-size: 18px;
  margin: 0;
  padding: 70px 0 60px 0;
  color: #fff;
  font-weight: bold;
}
.box a {
  text-decoration: none;
  color: #485c6f;
  display: block;
  margin: 0;
}
.box a:hover {
  text-decoration: underline;
}
.h2box a {
  color: #fff;
}
.h2box a:hover {
  text-decoration: none;
}
.box p.single {
  height: 160px;
  background: #e5e5e5;
  margin: 0;
}
.box p.single a {
  padding-top: 60px;
}
.box p.double {
  height: 75px;
  background: #e5e5e5;
  margin: 0 0 10px 0;
}
.box p.double a {
  padding-top: 25px;
}
.box p.triple {
  height: 48px;
  background: #e5e5e5;
  margin: 0 0 8px 0;
}
.box p.triple a {
  padding-top: 10px;
}
/* ������ */
div.addition {
  box-sizing: border-box;
  padding: 10px;
  padding-right: 0;
  float: right;
  margin: 10px;
}
#divmainrightblock div.addition img {
  width: 300px;
}
/* ������ ��������� ���� */
a.price-button {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  display: block;
  padding: 0 10px;
  margin: 0;
  margin-top: 25px;
  margin-bottom: 20px;
  text-decoration: none;
  border-radius: 6px;
  background: #eee;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  color: #A31E20;
}
#divmainrightblock img.price-button {
  margin: 0;
  padding: 0;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-right: 10px;
  width: 35px;
  vertical-align: middle;
}
p.price-button {
  width: 100%;
}
.center {
  text-align: center;
}
.cookie-notification {
  position: fixed;
  background-color: #7fcf6b;
  bottom: 0;
  width: 100%;
  color: white;
  padding: 15px;
  z-index: 9999;
}
@media (min-height: 600px) {
  .cookie-notification {
    position: relative;
    margin-top: 10px;
    min-width: 1140px;
    box-sizing: border-box;
  }
}
.cookie-notification_hidden_yes {
  display: none;
}
.cookie-notification__header {
  margin-bottom: 10px;
  font-size: 23px;
}
.cookie-notification__body {
  margin-bottom: 10px;
}
