html {
   line-height: 1.15;
   -webkit-text-size-adjust: 100%;
}
body {
   margin: 0;
}
main {
   display: block;
}
h1 {
   font-size: 2em;
   margin: 0.67em 0;
}
hr {
   box-sizing: content-box;
   height: 0;
   overflow: visible;
}
pre {
   font-family: monospace, monospace;
   font-size: 1em;
}
a {
   color: #000000;
   text-decoration: none;
   background-color: transparent;
}
abbr [title] {
   border-bottom: none;
   text-decoration: underline;
   text-decoration: underline dotted;
}
b, strong {
   font-weight: bolder;
}
code, kbd, samp {
   font-family: monospace, monospace;
   font-size: 1em;
}
small {
   font-size: 80%;
}
sub, sup {
   font-size: 75%;
   line-height: 0;
   position: relative;
   vertical-align: baseline;
}
sub {
   bottom: -0.25em;
}
sup {
   top: -0.5em;
}
a {
   text-decoration: none;
}
img {
   border-style: none;
 }
   button, input, optgroup, select, textarea {
   font-family: inherit;
   font-size: 100%;
   line-height: 1.15;
   margin: 0;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
   border-style: none;
   padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
   outline: 1px dotted ButtonText;
}
fieldset {
   padding: 0.35em 0.75em 0.625em;
}
legend {
   box-sizing: border-box;
   color: inherit;
   display: table;
   max-width: 100%;
   padding: 0;
   white-space: normal;
 }
 progress {
   vertical-align: baseline;
}
textarea {
   overflow: auto;
}
[type="checkbox"], [type="radio"] {
   box-sizing: border-box;
   padding: 0;
}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
   height: auto;
}
[type="search"] {
   -webkit-appearance: textfield;
   outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
   -webkit-appearance: none;
}
::-webkit-file-upload-button {
   -webkit-appearance: button;
   font: inherit;
}
details {
   display: block;
}
summary {
   display: list-item;
}
template {
   display: none;
}
[hidden] {
   display: none;
}
.over_bcg {
   background-image: url(img/backgroundThree.jpg);
   background-size: 1580px;
}
.conteiner {
   width: 60%;
   height: 100%;
   margin: auto;
   min-width: 600px;
   border: 5px solid white;
}
.header {
   height: 50px;
}
.main_text {
   padding: 10px;
   color: orange;
}
.central_text {
   padding: 10px;
   font-size: 50px;
   display: flex;
   justify-content: center;
   align-items: center;
   width: 93%;
   height: 50px;
   margin: auto;
   color: white;
   clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
   background: linear-gradient(to right, orange, purple);
}
.table {
   display: grid;
   grid-template-rows: 1fr;
   grid-template-areas: 
   "nav nav"
   "left right";
   margin: auto;
   width: 95%;
   border: 3px solid orange;
}
.table_content {
   margin: 5px;
   font-size: 22px;
}
.left {
   margin: 5px;
   grid-area: left;
}
.right {
   margin: 5px;
   grid-area: right;
}
.left, .right {
   display: flex;
   flex-direction: column;
   justify-content: flex-start;
}
.nav {
   font-size: 25px;
   grid-area: nav;
   display: flex;
   justify-content: center;
   color: orange;
}
.central_block {
   padding: 10px;
   margin-top: -30px;
   display: flex;
   justify-content: space-between;
}
.column_text {
   text-align: justify;
   width: 50%;
   font-size: 20px;
   margin: 18px;
}
.info {
   padding: 10px;
}
.bee {
   margin: 30px;
   width: 200px;
   height: 200px;
}
.photo {
   width: 200px;
   height: 200px;
}
.info_bee {
   display: flex;
   justify-content: space-between;
   padding: 20px;
   width: 100%;
   margin-top: -45px;
}
.main_up {
   display: flex;
   justify-content: center;
   align-items: center;
   border: 0.5px solid black;
   height: 40px;
   background: orange;
   color: white;
   font-size: 20px;
}
.main_bottom {
   font-size: 20px;
   border: 1px solid black;
   height: 100%;
}
.tab {
   height: 100px;
   display: flex;
   justify-content: center;
}
.table_two {
   width: 94%;
   height: 100%;
   display: grid;
   grid-template-rows: 1fr 1fr 1fr;
   grid-template-columns: 1fr 1fr 1fr;
}
.price_text {
   border-bottom: #5CB85C;
   display: flex;
   justify-content: center;
   font-size: 30px;
   margin-top: -30px;
}
.buttons {
   display: flex;
   justify-content: space-around;
   align-items: center;
   width: 50%;
   text-decoration: none;
}
.menu {
   display: flex;
   justify-content: space-around;
   width: 100%;
}
.button_flex {
   width: 25%;
}
.button {
   font-size: 25px;
   display: flex;
   justify-content: center;
   align-items: center;
   padding: 10px;
   margin-top: 10px;
   color: black;
   background-color: #5CB85C;
   border: 1px solid black;
   border-radius: 10px;
   width: 160%;
   height: 40px;
   text-decoration: none;
   transition: all 0.3s ease;
}
.button:hover {
   background-color: #5CB85C;
   box-shadow: inset 0 0 0 5px orange;
}
@media (max-width: 1620px) {
   .price {
      margin-top: 50px;
   }
}
@media (max-width: 1450px) {
   .buttons {
      justify-content: space-between;
      display: flex;
      flex-direction: column;
      margin-top: 50px;
      width: 30%;
      height: 100%;
   }
   .bee {
      display: none;
   }
}
.price {
   width: 35%;
}
.price_content {
   font-size: 20px;
   display: flex;
   justify-content: center;
   align-items: center;
   width: 100%;
   height: 50px;
   background-color: orange;
   color: white;
   border: 1px solid black;
   border-bottom: white;
   border-top-left-radius: 20px;
   border-top-right-radius: 20px;
   border-left: 10px;
   border-right: 10px;
}
@media (max-width: 1735px) {
   .price_content{
      font-size: 15px;
   }
}
.hh {
   border-bottom-color: white;
   transition: all 0.5s ease;
}
.hh:hover {
   border-bottom-color: #5CB85C;
   border-bottom-width: 5px;
   transition-duration: all 0.5s ease;
   border-bottom: 1px solid #5CB85C;
}
.nn {
   display: flex;
   justify-content: center;
   font-size: 28px;
}
.n {
   color: orange;
}
.bg {
   width: 200px;
   height: 200px;
   border: solid;
}
.bottom_href {
   width: 100%;
   height: 100%;
   display: flex;
   justify-content: flex-end;
   align-items: center;
}
.bottom_href-content {
   border-top-left-radius: 20px;
   border-top-right-radius: 20px;
   background-color: orange;
   border: 1px solid black;
   width: 20%;
   height: 40px;
   font-size: 25px;
   display: flex;
   justify-content: center;
   align-items: center;
   transition: 1s ease;
}
.bottom_href-content:hover {
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   background-color: #5CB85C;
   transition-duration: 1s ease;
}
@media (max-width: 1120px) {
   .bottom_href-content {
      font-size: 20px;
   }
}
.prostir {
   width: 100%;
   height: 20px;
}
.ic_bottom {
   width: 50%;
   display: flex;
   flex-direction: row;
   justify-content: flex-end;
   margin-right: 3%;
}
@media (max-width: 1320px) {
   .size_text {
      font-size: 35px;
   }
}