



.visually-hidden {
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  clip-path: inset(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
/*
p.maintext::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 10px;
  height: 10px;
  background: url("../img/list-marker.jpg") no-repeat;
}
*/

textarea {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
}

.ya-share2 {
  padding: 0px;
  text-align: center;
  margin-bottom: 5px;
}

.ya-share2__badge {
  margin: 5px auto;
}


/*--Common--*/

.main-wrapper {
  position: relative;
  padding: 32px 0 32px;
  background-color: #ffffff;
}

.main-wrapper::before,
.main-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 32px;
  width: 100%;
  background: #ffffff url('/img/border.jpg') top repeat-x;
}

.main-wrapper::before {
  top: 0;
}

.main-wrapper::after {
  bottom: 0;
}

.container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  min-width: 320px;
  padding: 25px 10px 0;
  margin: 0 auto;
}

.left-column,
.right-column {
  max-width: 240px;
  background: url('/img/lotos.jpg') #ffffff 50% 90% no-repeat;
  text-align: center;
}

.center-column {
  /* width: calc(100% - 520px);
  width: -webkit-calc(100% - 520px);
  width: -o-calc(100% - 520px); */
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  /* justify-content: space-between; */
  flex-basis: calc(100% - 520px);
  flex-basis: -webkit-calc(100% - 520px);
  flex-basis: -o-calc(100% - 520px);
  flex: auto;
  /* flex: 1 1 -webkit-calc(100% - 520px); */
  /* justify-content: center; */
  /* flex-shrink: 0; */
  /* align-self: center;
  //align-self: stretch;
  //justify-content: left;
  //float: left;
  //min-width: 684px;  */
  /* background-color: grey; */
}

.left-column__item:not(:first-of-type),
.right-column__item:not(:first-of-type) {
  margin-top: 15px;
}

.left-column__title,
.right-column__title {
  padding: 7px 10px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #dcb6b6;
  background-color: #fcf2d4;
  
    font-size: 90%;
    font-weight: bold;
    color: black;
    text-decoration: none;
    letter-spacing: +1px;
    min-height: 15px;
    text-align: center;
    text-shadow: 4px 4px 8px #DCB6B6;
}

.left-column__wrapper,
.right-column__wrapper {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #cccccc;
  border-top: none;
}

.left-column__image,
.right-column__image {
  display: block;
  margin: 0 auto;
}

.left-column__subitem,
.right-column__subitem {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  color: #000000;
}

.left-column__subitem::before,
.right-column__subitem::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 10px;
  height: 10px;
  background: url('/img/list-marker.jpg') no-repeat;
} 

.right-column__subitem--no-marker {
  padding-left: 0;
}

.right-column__subitem--no-marker::before {
  display: none;  
}

.left-column__link,
.right-column__link {
  color: #a11931;
}

.center-column__link-wrapper {
  width: 100%;
  padding: 10px;  
  border-radius: 5px;
  border: 1px solid #dcb6b6;
  background-color: #fcf2d4;
}

.center-column__link {
  display: block;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
  color: #a11931;
}

.center-column__block {
  margin-top: 0px;
  /* add */
  width: 100%;
  /* display: block;
  float: left;
  justify-content: left; */
}


.block__title {
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: #D02830;
  text-decoration: underline;
}


.block__list {
  margin-top: 20px;
}

.block__item:not(:first-of-type) {
  margin-top: 15px;
}

.elephant__image {
  display: block;
  margin: 0 auto;
}

#main-slider-wrapper {
  max-width: 100% !important;
}


/*--Main-nav--*/
.main-nav {
  position: relative;
  display: none;
  flex-direction: column;
  margin-top: -2px;
  padding: 10px 0;
  background-color: #fcf2d4;
}

.main-nav--opened .main-nav__list {
  display: block;
  animation-name: slide-down;
  animation-duration: .5s;
}

@keyframes slide-down {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

.main-nav__button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%; 
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.main-nav__button-wrapper {
  position: relative;
  margin-right: auto;
  margin-left: 10px;
  /* padding-left: 35px; для б-ра */
  font-size: 18px;
  font-family: "ElMessiri", Arial, Helvetica, sans-serif;
  color: #D02830;
/*  align-items: center; */
  vertical-align: middle;
}

.main-nav__button-wrapper::before {
  content: "";
  display: block;
  position: absolute;
/*  align-items: center; */
  vertical-align: middle;
  top: 2px;
  left: 0;
  width: 3px;  /* 23px */
  height: 4px;
/*  background-color: #D02830;
  box-shadow: 0 8px 0 0 #D02830, 0 16px 0 0 #D02830; */
}

.main-nav__button_img {
height: 35px;
border: 0px;
margin-left: 10px;
margin-bottom: 6px;
}

.main-nav__list {
  display: none;
  width: 100%;
  margin-top: 20px;
  margin-right: auto;
}

.main-nav__item {
  width: 100%;
  padding: 10px;
}


.main-nav__item:nth-child(odd) {
  background-color: #FEE2AB;
}

.main-nav__link {
  display: block;
  width: 100%;
  color: #D02830;
}

.polediv {
  display: inline;
  margin: 7px 0px 7px 0px;
}

.mvrem {margin-right: 15px;}


  #maintab {
    font-size: 80%;
  }
  #maintab td.tdh {
    font-size: 100%;
    font-weight: bold;
  }
  #maintab td.col0 {
    text-align: left;
  }
  #maintab td.col1 {
    text-align: center;
  }
  #maintab td.col2 {
    text-align: right;
  }










/* --- Масштабирование на разных экранах --- */


@media (max-width: 1240px) {
  .left-column {
    display: none;
  }

  .center-column {
    width: calc(100% - 260px);
    margin-left: 0;
    margin-right: 20px;
  }

  .main-nav {
    display: flex;
  }

  .elephant__image {
    width: 700px; /* 450px */
    height: 700px;
  }
}

@media (max-width: 992px) {

  .elephant__image {
    width: 700px;  /* 600px */
    height: 700px;
  }

}

@media (max-width: 870px) {
  .container {
    flex-direction: column;
  }
  
  .dhbox,
  .dbox,
  .center-column,
  .right-column {
    max-width: 100%;
    width: 100%;
  }

  .elephant__image {
    width: 700px;  /* 400px */
    height: 700px;
  }
}




@media (max-width: 760px) {   /* 768 */
 /* .hide-wrap {
    display: none;
  }  */
  .elephant__image {
    width: 400px;
    height: 400px;
  }
}





@media (max-width: 600px) {
body { font-size: 75%; }
  .elephant__image {
    width: 400px;
    height: 400px;
  }

  .polediv {
    display: flex;
    /* flex-direction: column; */
    justify-content: space-between;
  }
  .nastbtn {
    width: 100%;
  }

  #rasibala, #maintab {
    border: 0;
  }
  #rasibala thead, #maintab thead {
    display: hidden;
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #maintab td.tdh {
    font-size: 120%;
    text-align: left;
    font-weight: bold;
  }
  #rasibala tr, #maintab tr {
    border-bottom: 1px dashed #ccc;
    display: block;
    margin-bottom: 30px;
  }
  #rasibala td, #maintab td {
    display: block;
    text-align: right;
  }
  #rasibala td::before, #maintab td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
  #rasibala td:last-child, #maintab td:last-child {
    margin-bottom: 0px;
  }

}


@media (max-width: 411px) {
body { font-size: 75%; }
.tab-wrap { height: 340px; margin: 0 auto; }
.gorol { transform: scale(0.59) translate(-32%, -32%); margin: 0 auto; }

  .elephant__image, .vargaimg {
    width: 300px;
    height: 300px;
  }
  .gorsel, .mvrem {
    width: 70px;
  }
  h1, p.maintexth1 {
  font-size: 100%; 
  font-weight: bold; 
  color: #D02830;
  text-decoration: underline;
  letter-spacing: +1px;
  }

}










