html {
  font-family: Verdana, Geneva, sans-serif;
  /*background: #16777E;*/
}

body {
  background: url("../images/bg-14x14hd.jpg") no-repeat scroll center top transparent;
  height: 100%;
  width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #52929b;
}


/*body{
    background: url("../images/bg-14x14hd-new-year.png") no-repeat scroll center top transparent;
    background: url("../images/bg-14x14hd-new-year.jpg") no-repeat scroll center top transparent;
    height: 100%;
    width: 100%;
	overflow-x: hidden; 
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#52929b;
}*/



body p {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 15px;
  color: #282828;
}


/*.wrapper1 {
	 background-image: url('../images/footer-bg.png');
	background-position:bottom center;
	background-repeat:no-repeat;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}*/

.wrapper {
  margin-top: 320px;
  position: relative;
}

.wrapperContent {}

.content {}

.wrapperBlockHome {}

.block1 {
  width: 247px;
  height: 222px;
  background: url(../images/block_1.png) no-repeat;
  position: relative;
  float: left;
}

.block2 {
  width: 247px;
  height: 222px;
  background: url(../images/block_2.png) no-repeat;
  position: relative;
  float: left;
}

.block3 {
  width: 502px;
  height: 222px;
  background: url(../images/block_3.png) no-repeat;
  position: relative;
  float: left;
}

.block4 {
  width: 247px;
  height: 222px;
  background: url(../images/block_4.png) no-repeat;
  position: relative;
  float: left;
}

.block4_2 {
  width: 247px;
  height: 222px;
  background: url(../images/block_4_2.png) no-repeat;
  position: relative;
  float: left;
}

.block5 {
  width: 247px;
  height: 222px;
  background: url(../images/block_5.png) no-repeat;
  position: relative;
  float: left;
}

.block6 {
  width: 247px;
  height: 222px;
  background: url(../images/block_6.png) no-repeat;
  position: relative;
  float: left;
}

.block7 {
  width: 502px;
  height: 222px;
  background: url(../images/block_7.png) no-repeat;
  position: relative;
  float: left;
}

.block8 {
  width: 502px;
  height: 222px;
  background: url(../images/block_8.png) no-repeat;
  position: relative;
  float: left;
}

.block9 {
  width: 502px;
  height: 222px;
  background: url(../images/block_9.png) no-repeat;
  position: relative;
  float: left;
}

.block10 {
  width: 502px;
  height: 222px;
  background: url(../images/block_10.png) no-repeat;
  position: relative;
  float: left;
}

.block11 {
  width: 502px;
  height: 222px;
  background: url(../images/block_11.png) no-repeat;
  position: relative;
  float: left;
}

.mailBlock {
  margin-bottom: 6px;
  margin-right: 6px;
}

.mailBlock a {
  display: block;
  width: inherit;
  height: inherit;
}

.leftBlock {
  height: 690px;
  position: relative;
  width: 365px;
}

.leftBlock ul {
  margin: 0;
  padding: 0;
}

.leftBlock li {
  list-style: none;
}

.rightBlock {
  background: none repeat scroll 0 0 #E5E5E5;
  border: 4px solid #FFFFFF;
  padding: 5px;
  position: relative;
  width: 1130px;
  min-height: 582px;
  margin: 0px 0px 20px 0px;
}

.rightBlock h2 {
  color: #006099;
  font-size: 20px;
  /*text-decoration: underline;*/
  font-weight: normal;
}

.wrapperfooter {
  background: url(../images/footer_repeat.png) repeat-x;
  height: 64px;
  margin-top: 0px;
}

.copy {
  font-size: 16px;
  color: #fff;
  padding-top: 10px;
}

.www {
  text-align: right;
}

.www a {
  position: relative;
  top: 20px;
}

.back {
  bottom: -2px;
  left: -1px;
  position: absolute;
}

.span-4.album {
  margin-right: 38px;
}

.span-18.last.wrapperSlider {
  margin-top: 50px;
}

.price {
  height: 582px;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
}

.price-nav {
  margin-top: auto;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
}

.accordion .card-header {
  border-bottom: none;
  border-radius: 0;
  cursor: pointer;
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.btn {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.collapse {
  display: none;
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.accordion {
  border-top: 1px solid #6dbe9a;
  border-bottom: 1px solid #6dbe9a;
}

.accordion .card-header {
  border-bottom: none;
  border-radius: 0;
  cursor: pointer;
  z-index: 2;
  position: relative;
  background-color: white;
}

.accordion .card {
  border: 1px solid #6dbe9a;
  border-left: none;
  border-right: none;
  border-radius: 0;
}

.accordion .btn-link {
  font-weight: 700;
  font-size: 20px;
  color: #000;
  position: relative;
  padding-left: 20px;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
}

.accordion .btn-link::after {
  content: "";
  width: 10px;
  height: 2px;
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #65b22f;
  top: 45%;
  left: 0;
  display: block;
  position: absolute;
}

.accordion .btn-link::before {
  content: "";
  width: 10px;
  height: 2px;
  background: #65b22f;
  top: 45%;
  left: 0;
  display: block;
  position: absolute;
}

.accordion .collapsed .btn-link::after {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.accordion .btn-link:hover {
  color: #424242;
  text-decoration: none;
}

.accordion-more {
  font-size: 12px;
  color: #6dbe9a;
  float: right;
}

.accordion-price th {
  font-size: 1.1rem;
}

.accordion-price th:nth-child(3),
.accordion-price td:nth-child(3),
.accordion-price--hygiene th:nth-child(2),
.accordion-price--hygiene td:nth-child(2) {
  text-align: center;
  font-weight: 700;
}

.accordion-price th,
.accordion-price td {
  padding: 6px 2px;
}

.accordion-price td[colspan="3"] {
  text-align: left !important;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.05);
}

.accordion-more {
  display: none;
}

.collapsed .accordion-more {
  display: block;
}

.collapse.show {
  display: block;
}

.price::-webkit-scrollbar-button {
  background-repeat: no-repeat;
  width: 5px;
  height: 0px
}

.price::-webkit-scrollbar-track {
  background-color: #ecedee
}

.price::-webkit-scrollbar-thumb {
  background-color: transparent;
  background-image: url('../images/scroll-icon.png');
  background-repeat: no-repeat;
  background-size: contain;
  height: 5px;
  border-radius: 5px;
}

.price::-webkit-scrollbar-thumb:hover {
  background-color: transparent;
}

.price::-webkit-resizer {
  background-repeat: no-repeat;
  width: 4px;
  height: 0px
}

.price::-webkit-scrollbar {
  width: 15px;
}


.price-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  list-style: none;
  padding: 0;
}

.price-nav a {
  font-size: 20px;
  padding: 10px 15px;
  color: #000;
  font-weight: 700;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #6dbe9a;
  margin-right: 10px;
}

.price-nav a.disabled {
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
  pointer-events: none;
}