a {
  color: #6f060b;
  outline: none;
}
a:hover {text-decoration: none;}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
object,
embed {
  max-width: 100%;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.left {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.right {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
.upper {text-transform: uppercase;}
.notextlink {
  color: transparent;
  display: inline-block;
  font: 0px/0 serif;
  text-shadow: none;
}
html {height: 100%;}
body {
  color: #464648;
  /*height: 100%;*/
  min-height:100%;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 140%;
  position: relative;
  min-width: 320px;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
h1, h2, h3, h4, h5 {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #6f060b;
}
h1 {
  font-size: 30px;
  margin-top: 0;
  }
  h2 {font-size: 30px; line-height: 34px;}
  h3 {font-size: 24px; line-height: 28px;}
  h4 {font-size: 20px; line-height: 24px;}
  h5 {font-size: 18px; line-height: 22px;}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
/*@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}*/
.container {width: 96%;}
/*@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}*/
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

/*шапка*/
/*header>section {overflow: hidden;}*/
header {margin-bottom: 60px;}
#topline {
  height: 85px;
  padding-top: 15px;
  background-color: #87b5c5;
  color: #fff;
}

#topline>.container {
  display: table;
  /*width: 100%;*/
}
#topline>.container>div {
  display: table-cell;
  vertical-align: middle;
}

#contacts {
  /*font-weight: 600;*/
  text-align: left;
  /*width: 200px;*/
  width: 250px;
}
#contacts>p {margin: 0;}
.mail {margin-top: 5px !important;}
#contacts>p>i {
  display: inline-block;
  width: 20px;
}
#contacts>p>i:before, #contacts>p>i:after {font-size: 14px !important;}
#contacts a {color: #fff; text-decoration: none;}
/*.mail>a {color: #fff; text-decoration: none;}*/

#searchblock {
  text-align: center;
  line-height: 40px;
}

#loginzone {
  text-align: right;
  /*width: 100px;*/
  padding-right: 50px;
  position: relative;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  align-items: flex-end;
}
.logout_link {
  font-size: 11px;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
}
a.authlink {
  display: inline-block;
  border: 3px solid #fff;
  height: 30px;
  line-height: 30px;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
  padding: 0 10px;
  position: relative;
  top: -5px;  
  font-weight: 600;
}
a.authlink:hover {top: -4px;}
a.cabinetlink {
  display: inline-block;
  padding: 0 5px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  text-decoration: underline;
}
a.cabinetlink:hover {text-decoration: none;}

#mainline {
  height: 90px;
  background-color: #f3ca56;
  color: #6f060b;
  border-bottom: 3px solid #f0eada;
}

#logo {
  display: inline-block;
  width: 377px;
  height: 62px;
  background: url('images/mainlogo.png') 0 0 no-repeat;
  background-size: 377px 62px;
  position: relative;
  top: -8px;
}
#logo1 {
  display: inline-block;
  width: 391px;
  height: 56px;
  background: url('images/logo1.jpg') 0 0 no-repeat;
  background-size: 391px 56px;
  position: relative;
  top: 10px;
}
#logo2 {
  display: inline-block;
  width: 369px;
  height: 90px;
  background: url('images/logo2.jpg') 0 0 no-repeat;
  background-size: 369px 90px;
  position: absolute;
  /*top: -24px;*/
}
#logo3 {
  display: inline-block;
  width: 347px;
  height: 64px;
  background: url('images/logo3.jpg') 0 0 no-repeat;
  background-size: 347px 64px;
  position: relative;
  top: -9px;
}
.logoheader {
  margin: 0;
  float: left;
  margin-right: 40px;
}

#mainline>nav {float: right;}


@media (max-width: 820px) {
  #topline, #mainline {height: auto; padding: 20px;}
  #topline>.container {display: block; width: 100%; padding: 0;}
  #topline>.container>div {display: block; text-align: center; margin-bottom: 20px; width: 100%; padding-right: 0;}
  #contacts>p {display: inline-block; margin-right: 20px;}
  #loginzone {margin-bottom: 0 !important;}
  #loginzone>a {top: 0;}
  .logout_link {position: relative;}

  .logoheader {
    float: none;
    margin: 0;
    text-align: center;
  }
  #mainline .slicknav_menu {
    width: 100%;
    text-align: center;
    float: none;
    padding-top: 0;
    top: -5px;
  }
  #mainline .slicknav_btn {
    display: inline-block;
    float: none;
  }
  #slider {display: none;}

}
@media (max-width: 470px) {
  #logo {
    width: 250px;
    height: 41px;
    background-size: 250px 41px;
  }
}

#slider {border-bottom: 8px solid #f3ca56;}
/*----------------------------------------------------*/

/*---подвал---*/
footer {
  height: 144px;
  /*margin-top: 60px;*/
  background: url('images/f_back.jpg') 0 0 no-repeat;
  width: 100%;
  /*position: absolute;*/
  /*left: 0;
  bottom: 0;*/
  /*margin-top: -144px;*/
  position: relative;
}
.c_plank {
  height: 100%;
  background-color: rgba(91, 118, 45, 0.8);
}
.left_footer {
  float: left;
  width: 33%;
  margin-top: 30px;
}
.center_footer {
  width: 33%;
  float: left;
  margin-top: 30px;
  font-size: 11px;
  line-height: 14px;
  color: #dcdcdc;
}
.right_footer {
  float: right;
  width: 33%;
  text-align: right;
  font-size: 12px;
  /*padding-top: 50px;*/
  margin-top: 30px;
}
.left_footer>p {
  margin: 0 0 5px 0;
  color: #fff;
}
.left_footer>p>a {color: #fff;}
.f_logo {margin-bottom: 10px !important;}
.f_logo>.notextlink {
  display: inline-block;
  width: 230px;
  height: 21px;
  background: url('images/f_logo.png') 0 0 no-repeat;
  background-size: 230px 21px;
}

.redline {color: #fff; margin: 0;}
.redline>a {color: #fdcdc3;}
.icon_copy, .icon_copy>a {
  color: #dcdcdc;
  font-style: italic;
}
@media (max-width: 767px) {
  .center_footer {display: none;}
  .left_footer, .right_footer {
    float: none;
    text-align: center;
    width: 100%;
    margin-top: 5px;
  }
  .right_footer {padding-top: 0;}
}
/*----------------------------------------------------*/

#catalog_sections {
  width: 240px;
  padding: 0 13px 23px 13px;
  background-color: #f4f4f4;
  border-top: 8px solid #648a24;
  border-bottom: 8px solid #60b0cb;
  border-radius: 3px;
  
}
#catalog_aside {
  float: left;
  margin-right: 65px;
  margin-bottom: 50px;
}
#maincontent {
  overflow: hidden;
  position: relative;
  line-height: 140%;
  margin-bottom: 50px;
  padding-bottom: 10px;
  z-index: 1;
}
#maincontent h1 {
  line-height: 120%;
  font-weight: normal;
}
@media (max-width: 1024px) {
  #maincontent h1 {font-size: 24px;}
  #catalog_aside {margin-right: 30px;}
}

.img_pict {text-align: center; margin: 20px 0;}
#maincontent img {
  max-width: 100%;
}

.bigyellowbutton {
  margin-top: 20px;
  display: block;
  width: 100%;
  text-align: center;
  background-color: #f3ca56;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
text-transform:uppercase;
  color: #464648;
  text-decoration: none;
  border-radius: 3px;
  height: 40px;
  line-height: 40px;
  -moz-box-shadow: 0px 5px #60b0cb;
  -webkit-box-shadow: 0px 5px #60b0cb;
  box-shadow: 0px 5px #60b0cb;
  filter: progid:DXImageTransform.Microsoft.Shadow(strength = 5, direction = 180, color = '#60b0cb');
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 5, Direction = 180, Color = '#60b0cb')";
  position: relative;
}
.bigyellowbutton:hover {
  top: 1px;
  -moz-box-shadow: 0px 4px #60b0cb;
  -webkit-box-shadow: 0px 4px #60b0cb;
  box-shadow: 0px 4px #60b0cb;
  filter: progid:DXImageTransform.Microsoft.Shadow(strength = 4, direction = 180, color = '#60b0cb');
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 4, Direction = 180, Color = '#60b0cb')";
}

.simplebutton, #maincontent input[type="submit"] {
  border: none;
  display: block;
  padding: 0 20px;
  text-align: center;
  background-color: #f3ca56;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #464648;
  text-decoration: none;
  border-radius: 3px;
  height: 30px;
  line-height: 30px;
  -moz-box-shadow: 0px 4px #60b0cb;
  -webkit-box-shadow: 0px 4px #60b0cb;
  box-shadow: 0px 4px #60b0cb;
  filter: progid:DXImageTransform.Microsoft.Shadow(strength = 4, direction = 180, color = '#60b0cb');
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 4, Direction = 180, Color = '#60b0cb')";
  position: relative;
}
.simplebutton:hover, #maincontent input[type="submit"]:hover {
  top: 1px;
  -moz-box-shadow: 0px 3px #60b0cb;
  -webkit-box-shadow: 0px 3px #60b0cb;
  box-shadow: 0px 3px #60b0cb;
  filter: progid:DXImageTransform.Microsoft.Shadow(strength = 3, direction = 180, color = '#60b0cb');
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 3, Direction = 180, Color = '#60b0cb')";
}


@media (max-width: 670px) {
  #catalog_aside {
    float: none;
    width: 100%;
    padding: 0;
    border: none;
    margin-bottom: 40px;
    background-color: transparent;
    position: relative;
    z-index: 90;
  }

  #catalog_sections {
    border: none;
    background-color: transparent;
    position: relative;
    z-index: 90;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }

  #catalog_sections>ul {
    display:none;
  }
  
  #catalog_sections>.slicknav_menu {
    display:block;
    width: 100%;
    float: none;
    top: 0;
    text-align: center;
    padding: 10px 0;
    margin: 0;
  }

  #catalog_sections>.slicknav_menu>.slicknav_btn {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    margin: 0 0 5px 0;
    text-align: center;
    text-transform: uppercase;
    float: none;
  }

  #catalog_sections>.slicknav_menu>.slicknav_nav a:hover {
    background-color: transparent;
    border-radius: 0;
    color: inherit;
  }

  #catalog_sections>.slicknav_menu>.slicknav_btn>span {display: inline-block; float: none;}
  
  #catalog_sections>.slicknav_menu>.slicknav_nav {width: 100%;}
  
  .c_section_link {border-bottom: none !important;}
   .c_section_link>.icon_wrapper {display: none;}
  .c_section_link>b, .c_section_link>i {display: inline-block;}
  .c_section_link>b {
    margin-right: 20px;
  }
  .s_name {
    text-align: left;
    width: 100%;
  }
}

/*---спецпредложения---*/
#specials {
  vertical-align: top;
  line-height: 0;
  text-justify: newspaper;
  zoom:1;
  text-align: justify;
  text-align-last: justify;
}
#specials:after {
  width: 100%;
  height: 0px;
  visibility: hidden;
  overflow: hidden;
  content: '';
  display: inline-block;
}

.spec {
  display: inline-block;
  width: 160px;
  height: 160px;
  border: 4px solid #648a24;
  background-color: #f4f4f4;
  border-radius: 104px;
  vertical-align: top;
  line-height: normal;
  text-align: center;
  padding: 20px;
  /* эмуляция inline-block для IE6-7*/
  //display : inline;
  //zoom : 1;
  opacity: 0.7;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.spec2 {border-color: #e6b00f;}
.spec3 {border-color: #60b0cb;}

.spec>span:before, .spec>span:after {font-size: 32px;}
.spec2>span:before, .spec2>span:after {font-size: 28px;}
.accent {
  font-size: 36px; 
  font-weight: bold; 
  line-height: 16px;
  margin-top: 20px;
}
.a_text {font-size: 26px;}
.spec>.accent>span {font-size: 18px;}
.spec>.accent, .spec>span {color: #648a24;}
.spec2>.accent, .spec2>span {color: #e6b00f;}
.spec3>.accent, .spec3>span {color: #60b0cb;}

.spec:hover {opacity: 1;}

@media (max-width: 1080px) {
  .spec {
    width: 130px;
    height: 130px;
    padding: 10px;
    border-radius: 79px;
  }
  .spec>p {line-height: 14px; margin-top: 5px;}
  .spec>span:before, .spec>span:after {font-size: 28px;}
  .spec2>span:before, .spec2>span:after {font-size: 16px;}
  .spec>.accent>span {font-size: 16px;}
.a_text {font-size: 22px;}
}

@media (max-width: 880px) {
  #specials {text-align: center;}
  }
/*----------------------------------------*/
#maincontent input[type="text"], #maincontent input[type="password"], #maincontent input[type="email"] {
  border: 2px solid #648A24;
  height: 26px;
  line-height: 26px;
  padding: 0 10px;
  border-radius: 3px;
  /*width: 120px;*/
}
#maincontent textarea {
  resize: none;
  border: 2px solid #648A24;
  padding: 0 10px;
  border-radius: 3px;
}

#registration {
  background-color: #f4f4f4;
    border-bottom: 8px solid #60b0cb;
    border-radius: 3px;
    border-top: 8px solid #648a24;
    float: left;
    margin-right: 65px;
    padding: 0 13px 23px;
    width: 240px;
}


#pricetable {
  margin: 0 auto;
  border: 2px solid #F4F4F4;
  border-collapse: collapse;
}

#pricetable tr>td, #pricetable tr>th {
  border: 2px solid #F4F4F4;
  padding: 10px 20px;
  text-align: center;
}
#pricetable tr>th {
  background-color: #87B5C5;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}
.reg_counts td, .reg_counts th {border-top: 3px solid #F3CA56 !important;}
#pricetable tr>th:first-child {border-left: 3px solid #F3CA56 !important;}

#pricetable tr>td>span {font-size: 20px;}
#pricetable tr>th>span {font-size: 26px;}
#pricetable tr>td:hover {background-color: #F3CA56;}
#pricetable tr.reg_counts>th {background-color: #648a24; text-align: center;}

#tarifs_info {
  overflow: hidden;
  position: relative;
  top: -15px;
  /*margin-top: -14px;*/
}

@media (max-width: 910px) {
  #pricetable tr>td, #pricetable tr>th {padding: 10px;}
  #pricetable tr>th {font-size: 14px;}
  #pricetable tr>td>span {font-size: 16px;}
  #pricetable tr>th>span {font-size: 20px;}
} 

@media (max-width: 720px) {
  #registration {
    float: none;
    width: 95%;
    margin-bottom: 40px;
  }
}

/*табличка цен*/

/*#priceblocks {text-align: center; margin-bottom: 40px;}
.priceblock {
  width: 270px;
  display: inline-block;
  vertical-align: top;
}
.priceblock>h3 {
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding: 10px 0;
  line-height: 1.2;
  margin-bottom: 0;
  background-color: #8fa56b;
  min-height: 50px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}*/

#priceblock_header {
  background: #D9EFF7;
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
  font-weight: 400;
}

#priceblocks {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 15px;
}
.priceblock {
  /*width: 270px;*/
  /*display: inline-block;*/
  /*vertical-align: top;*/
  width: 33%;
  display: flex;
  flex-direction: column;
}

.wideprice .priceblock {
  width: 19%;
}


.priceblock>h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding: 10px;
  line-height: 1.2;
  margin: 0;
  background-color: #8fa56b;
  min-height: 50px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}


.priceblock:hover>h3 {background-color: #648A24;}
.priceblock>h3>span {font-size: 26px; text-transform: uppercase; text-shadow:2px 2px 0px #607b33;}
.pb1>h3 {background-color: #8fa56b;}
.pb1>h3>span {text-shadow:2px 2px 0px #607b33;}

.pb2>h3 {background-color: #607b33 ;}
.pb2>h3>span {text-shadow:2px 2px 0px #3d5614;}

.pb3>h3 {background-color: #3d5614;}
.pb3>h3>span {text-shadow:2px 2px 0px #141e02;}

/*.pb1>h3 {background-color: #F3CA56;}
.pb1>h3>span {text-shadow:2px 2px 0px #C39F3C;}

.pb2>h3 {background-color: #648A24;}
.pb2>h3>span {text-shadow:2px 2px 0px #4A6817;}

.pb3>h3 {background-color: #771C1F;}
.pb3>h3>span {text-shadow:2px 2px 0px #470A0C;}*/

.firstmonth {background-color: #D9EFF7;}
.secondmonth {background-color: #B3D7E2;}
.thirdmonth {background-color: #87B5C5;}

.month {padding: 10px 0; text-align: center; margin: 0;
-webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  }
.month {font-size: 16px; line-height: 26px;}
.month>span {font-size: 26px;}

.priceblock:hover>.month {background-color: #87B5C5; color: #fff;}

@media (max-width: 1023px) {
  .priceblock {width: 49%}
  .wideprice .priceblock {width: 24%;}
  #priceblock_header {font-size: 26px;}
}
@media (max-width: 767px) {
  .wideprice .priceblock {width: 33%;}
}
@media (max-width: 599px) {
  .wideprice .priceblock {width: 49%;}
}
@media (max-width: 479px) {
  #priceblock_header {font-size: 20px; line-height: 1.2;}
  #priceblocks {row-gap: 5px;}
  .priceblock {
    width: 100%;
    flex-direction: row;
  }
  .priceblock>h3 {
    width: 65%;
    display: block;
    text-align: left;
    min-height: 0;
    font-size: 14px;
  }
  .priceblock>p {
    flex: 1;
    font-size: 14px;
    line-height: 1;
  }
}

/*@media (max-width: 1000px) {
  .month {font-size: 14px; line-height: 24px;}
  .priceblock>h3 {font-size: 14px;}
  .priceblock>h3>span {font-size: 24px;}
}

@media (max-width: 860px) {
  .month {font-size: 12px;}
  .month>span {font-size: 22px;}
  .priceblock>h3 {font-size: 10px; line-height: 18px;}
  .priceblock>h3>span {font-size: 18px;}
}

@media (max-width: 720px) {
  .month {font-size: 14px;}
  .month>span {font-size: 24px;}
  .priceblock>h3 {font-size: 14px; line-height: 24px;}
  .priceblock>h3>span {font-size: 24px;}
}

@media (max-width: 500px) {
  .month {font-size: 12px;}
  .month>span {font-size: 20px;}
  .priceblock>h3 {font-size: 10px; line-height: 18px;}
  .priceblock>h3>span {font-size: 16px;}
}*/
/*----*/

/*реклама*/
.r_block {
  margin-bottom: 30px; 
  overflow: hidden;
  border-bottom : 1px dashed #6f060b;
  padding: 10px 0;
}
.r_img>a>img {
  width: 150px;
  height: auto;
}
.r_img {
  float: left;
  margin-right: 20px;
}
.r_desc {overflow: hidden;}
.r_desc>h5 {margin-top: 0;}

@media (max-width: 600px) {
  .r_img>a>img {width: 75px;}
  .r_desc>h5 {margin-bottom: 10px;}
}
@media (max-width: 400px) {
  .r_img {float: none;}
}
/*----*/

/*печатная версия*/
.p_block {
  margin-bottom: 30px; 
  overflow: hidden;
  padding: 10px 0;
  padding-bottom: 30px;
  border-bottom: 1px solid lightgray;
}
#chocolat_text img {
  height: 150px;
  width: auto;
  border: 1px solid #eee;
}
.p_img {
  float: left;
  margin-right: 20px;
}
.p_desc {overflow: hidden;}
.p_desc>h5 {margin-top: 0; margin-bottom: 5px;}

@media (max-width: 680px) {
  .p_img {float: none;}
}
/*---*/

/*------------------------------------------*/
#contacts_aside {
  width: 40%;
  margin-right: 5%;
  float: left;
}
#callback {
  margin-top: 20px;
  background-color: #F0EADA;
  padding: 20px;
}
#callback input[type="text"], #callback textarea {width: 100%;}
#mapblock {
  overflow: hidden;
  text-align: right;
}
.bx-yandex-map {width: 100% !important;}
@media (max-width: 910px) {
  #contacts_aside {
    width: 100%;
    margin: 0 0 40px 0;
    float: none;
  }
}

#p404 {
  font-size: 80px;
  font-weight: bold;
  text-align: center;
  text-shadow: 3px 3px 0px #F3CA56;
  line-height: 40px;
  margin-bottom: 0;
}
#p404>span {
  font-size: 40px;
}

@media (max-width: 330px) {
  #catalog_sections ul {margin-top: 6px;}
  #topline, #mainline {padding: 10px 0 !important;}
  .container {padding: 0;}
  .slicknav_menu {padding: 0;}
  .bigyellowbutton {font-size: 14px;}
  .c_section_link > b {font-size: 12px; margin-right: 5px; padding-left: 0;}
  .c_section_link > i > span {width: 37px; height: 20px; line-height: 20px;}
  .slicknav_nav .slicknav_row {padding: 5px;}
  .slicknav_nav .slicknav_arrow {display: none;}
  header {margin-bottom: 20px;}
  .modal {
    min-width: 300px;
    width: 300px;
    left: 10px;
  }
  .auth_field {margin-bottom: 10px;}
  .filtersubmit {width: 120px;}
  #contacts, #searchblock {margin-bottom: 10px !important;}
}

#b_banners {
  margin-top: 60px;
  overflow: hidden;
}
.b_banner {
  width: 48%;
  margin-right: 0 !important;
  margin-left: 0 !important;
  text-align: center;
}
/*#smallbanner, #bigbanner {text-align: center; margin-bottom: 40px;}*/
#smallbanner {margin-bottom: 17px;}
#smallbanner>a {display: block; margin-bottom: 10px;}

.bigbanner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.lastbigbanner {margin-bottom: 40px;}

@media (max-width: 1120px) {
  .bigbanner {justify-content: center;}
  .bigbanner>a {margin-bottom: 10px;}
}

@media (max-width: 900px) {
  #smallbanner, .bigbanner {display: none;}
}

div.beono-flashmessage {
  background: #648a24;
  border-color: #f3ca56;
  color: #fff;
}
a.beono-flashmessage-close, a.beono-flashmessage-close:link, a.beono-flashmessage-close:visited, a.beono-flashmessage-close:active {color: #fff;}
@media (max-width: 500px) {
  div.beono-flashmessage {width: 300px; margin-left: -180px;}
}
/*.b_banner.left {text-align: left;}*/
/*.b_banner.right {text-align: right;}*/

.leftpadding {padding-left: 20px;}
.bordered_link {
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px dashed;
}