:root {
  --r-color: #798C70;
  --g-color: #783D41;
  --b-color: #7b8a92;
  --main-color: #19181A;
  /* --yellow-color: #CEBC81; */
  --yellow-color: #E9E7E1;
  --gray-color: #E9E7E1;
  --purple-color: #E9E7E1;
  --green-color: #E9E7E1;
}

:root {
  --r-color: #798C70;
  --g-color: #E9E7E1;
  --b-color: #7b8a92;
}



.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.conts {
  padding: 4% 2%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 700px) {
  .conts {
    padding: 5% 0;
  }
}

table.blueTable {
  height: auto;
  max-width: 1400px;
  text-align: center;
  border-collapse: collapse;
  margin: auto;
}

.divTable.blueTable .divTableHeading {
  border-bottom: 3px solid var(--gray-color);
}

.sorting,
.sorting_asc,
.sorting_desc {
  cursor: pointer;
}

.sorting {
  /* background-image: url(data:image/gif;base64,R0lGODlhCwALAJEAAAAAAP///xUVFf///yH5BAEAAAMALAAAAAALAAsAAAIUnC2nKLnT4or00PvyrQwrPzUZshQAOw==); */
  background-position: right 0 center;
  background-repeat: no-repeat;
  z-index: 1;
}

.sorting_asc {
  background-image: url(data:image/gif;base64,R0lGODlhCwALAJEAAAAAAP///xUVFf///yH5BAEAAAMALAAAAAALAAsAAAIRnC2nKLnT4or00Puy3rx7VQAAOw==);
}

.sorting_desc {
  background-image: url(data:image/gif;base64,R0lGODlhCwALAJEAAAAAAP///xUVFf///yH5BAEAAAMALAAAAAALAAsAAAIPnI+py+0/hJzz0IruwjsVADs=);
}

.divTable {
  display: table;
  padding: 2rem 0;
  width: 96%;
}

.divTableRow {
  display: table-row;
  /* border-bottom: 1px solid var(--gray-color); */
  z-index: 0;
}

td {
  height: 50px !important;
}

.divTableHeading {
  display: table-header-group;
  font-weight: 700;
  color: var(--yellow-color);
}

.divTableRow:first-child {

  /* color: var(--gray-color); */
}

.divTableRow>th,
.divTableRow>td {
  display: table-cell;
  padding: 10px 0 10px 3px;
  cursor: pointer;
  font-size: 18px;
}

@media (max-width: 1000px) {
  .divTableRow>th {
    font-size: 14px;
  }

  .mazak {
    font-size: 14px !important;
  }
}

@media (max-width: 600px) {
  .mazak {
    font-size: 10px !important;
  }

  .sort1,
  .sort4 {
    text-align: left;
  }
}

.divTableBody>.divTableRow>th,
.divTableBody>.divTableRow>td {
  padding: 20px 0;
  font-size: 16px;
  color: var(--yellow-color);
  height: 20px !important;
  /* Set desired height */
  line-height: 20px !important;
  /* Match line-height to height */
}

.divTableRow>div {
  display: table-cell;
}

.divTableBody {
  display: table-row-group;
}

.symb:before {
  font-family: "CoFo";
  content: "\e080";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: var(--yellow-color);
  padding-right: 10px;
  /* background-image: url("../img/arrow.svg");
  background-size: cover; */
}

/* .t_1 {
  background-color: #60a585;
}
.t_2 {
  background-color: #bf7c55;
}
.t_3 {
  background-color: #788780;
} */
.t-sym {
  /* -webkit-clip-path: circle(25% at 50% 50%);
  clip-path: circle(25% at 50% 50%);
  color: #fff; */
  text-align: center;
  font-weight: bold;
  font-size: 40px !important;
  min-width: 50px;
  max-width: 100px;
  font-family: 'CoFo';
}

@media (max-width: 560px) {
  .t-sym {
    font-size: 25px !important
  }
}

@media (max-width: 750px) {
  .mob {
    display: none !important;
  }
}

.mob-2 {
  display: none !important;
}

@media (min-width: 1300px) {
  .t-sym {
    width: 140px;
  }

  .mob-2 {
    display: table-cell !important;
  }
}

.t-sym::before {
  display: inline-block;
  height: 100%;
  background: blue;
  vertical-align: middle;
  content: "";
}

.modal {
  position: fixed;
  z-index: 25;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  display: none;
  background: rgb(0, 0, 0, 0.7);
  filter: Alpha(Opacity=50);
}

.modal-content {
  position: relative;
  background-color: var(--r-color);
  margin: auto;
  padding: 0;
  /* width: 100%;
  height: 100%; */
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.6s;
  animation-name: animatetop;
  animation-duration: 0.6s;
  display: table;
}

.modal-header {
  padding: 5px 35px;
  background-color: var(--purple-color);
  color: var(--g-color);
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-closer {
  position: absolute;
  top: 15px;
  right: 40px;
  -webkit-clip-path: circle(25% at 50% 50%);
  clip-path: circle(25% at 50% 50%);
  color: #fff;

}

.modal-header>p {
  margin-bottom: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  font-size: xx-large;
}

.modal-body {
  height: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  padding: 25px;
}

.contact-call {
  display: flex;
}

.nav-lang {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
}

@media (min-width: 1000px) {
  .nav-lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.nav-lang a li {
  display: inline-block;
  margin: 0 15px;
}

.nav-lang a {
  cursor: pointer;
}

.nav-lang a li {
  /* color: var(--yellow-color); */
  font-weight: 800;
}

@media (max-width: 1100px) {
  .nav-lang a li {
    margin: 0 11px;
  }
}



.modal-body>div:first-child {
  background-color: #ffffff;
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-right: 1px solid var(--r-color);
}

.modal-frame {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-frame>iframe {
  width: 100%;
  max-width: 1100px;
  height: 100%;
  min-height: 500px;
}

#m-info {
  /* padding: 30px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* max-width: 500px; */
}

.mi {

  border-bottom: 1px solid;
}

.mi-off {
  border-bottom: none;
}

#m-img {
  width: 100%;
  height: 100%;
  max-height: 80vh;
}

.m-img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 75vh;
}

.mi {
  /* color: var(--r-color); */
  font-size: large;
  -webkit-box-flex: 0;
  -ms-flex: 0 50%;
  flex: 0 50%;
  width: 25%;
}

@media (max-width: 1500px) {
  .modal-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }




}

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0.5;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0.5;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

.close {
  /* color: white; */
  float: right;
  font-size: 35px;
  font-weight: bold;
  /* background-color: var(--r-color); */
  padding: 15px 15px 15px 15px;
  border-radius: 15px;
}

.close:hover,
.close:focus {
  color: var(--r-color);
  text-decoration: none;
  cursor: pointer;
}

#header-hero-container {
  height: calc(20vh);
}

#sorter {
  margin: 1rem 15px;
  display: none;
}

@media (max-width: 500px) {
  #sorter {
    margin: 1rem 5px;
  }
}

#sorter>div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#sorter>div>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.s-center {
  font-size: 1.5rem;
  font-weight: 500;
  color: #434451;
  font-weight: 600;
  padding-left: 10px;
}

.s-center-p {
  padding-right: 25px;
}

.section {
  /* height: 1px; */
  width: 100%;
  max-width: 1300px;
  background-color: black;
  margin: 0.7rem 0;
}

.myBut {
  background-color: #434451;
  border: 2px solid #ffaa22;
  display: inline-block;
  cursor: pointer;
  color: #f69414;
  font-size: 1em;
  padding: 0.3rem 0.8rem;
  text-decoration: none;
  margin: 0 1rem;
  font-weight: 600;
}

.myBut:active {
  position: relative;
  top: 1px;
}

.apli {
  color: #434451;
  background-color: #ffab23;
}

@media (max-width: 610px) {
  .myBut {
    font-size: 0.8em;
    margin: 0.2rem 0.5rem;
  }

  .s-center {
    font-size: 1rem;
    font-weight: 600;
  }
}

@media (max-width: 490px) {
  .myBut {
    font-size: 0.6em;
    margin: 0.2rem 0.25rem;
  }
}

@media (max-width: 375px) {
  .myBut {
    margin: 0.2rem 0.2rem;
    padding: 0.3rem 0.6rem;
  }
}

section.range-slider {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rangeValues {
  min-width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  color: #f69314;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rangeSlider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

section.range-slider input[type="range"] {
  pointer-events: none;
  position: absolute;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  border: none;
  border-radius: 14px;
  background: #434451;
  box-shadow: inset 0 1px 0 0 #ffaa22, inset 0 -1px 0 0 #ffaa22;
  -webkit-box-shadow: inset 0 1px 0 0 #ffaa22, inset 0 -1px 0 0 #ffaa22;
  overflow: hidden;
  top: 25%;
  max-width: 600px;
  width: 300px;
  outline: none;
  height: 20px;
  margin: 0;
  padding: 0;
}

section.range-slider input[type="range"]::-webkit-slider-thumb {
  pointer-events: all;
  position: relative;
  z-index: 1;
  outline: 0;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 14px;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0, #fa2),
      to(#413f41));
  background-image: linear-gradient(to bottom, #fa2 0, #413f41 100%);
}

section.range-slider input[type="range"]::-moz-range-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 14px;
  background-image: linear-gradient(to bottom, #fa2 0, #413f41 100%);
}

section.range-slider input[type="range"]::-ms-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -ms-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 14px;
  border: 0;
  background-image: linear-gradient(to bottom, #fa2 0, #413f41 100%);
}

section.range-slider input[type="range"]::-moz-range-track {
  position: relative;
  z-index: -1;
  background-color: #000;
  border: 0;
}

section.range-slider input[type="range"]:last-of-type::-moz-range-track {
  -moz-appearance: none;
  background: none transparent;
  border: 0;
}

section.range-slider input[type="range"]::-moz-focus-outer {
  border: 0;
}

@media (max-width: 600px) {
  .s-center {
    padding-left: 0px;
  }

  .slid {
    height: 75px;
  }

  .rangeValues {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  section.range-slider input[type="range"] {
    left: -210px;
    top: 60%;
    width: 280px;
  }
}