.fancybox-skin {
  background: #fff;
  border-radius:0px;
  -moz-border-radius:0px;
  -webkit-border-radius: 0px;
}

.fancybox-close {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 9px;
  width: 9px;
  background: url('../img/close.svg') 0% 0% no-repeat;
}

.ill-left {
  float: left;
  margin: 0 10px 5px 0;
}
.ill-left-max {
  float: left;
  margin: 0 30px 5px 0;
}
.ill-right {
  float: right;
  margin: 0 0 5px 10px;
}
.clear {
  clear: both;
}
.setka p {
  float: left;
  padding-right: 15px;
}
.setka-2 {
  float: left;
  padding-right: 15px;
}

.offers__country {
    height:28px;
}

.catalogSection__tree ul {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
}
.catalogSection__tree ul li {
  position: relative;
}
.catalogSection__tree ul li::before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: black;
}
.catalogSection__tree ul li a {
  /*transition: all .2s ease-in-out;*/
  font-size: 17px;
  color: black;
}
.catalogSection__tree ul li a:hover {
  color: #c23405;
}

.catalogSection__tree ul li li::before {
  content: '';
  height: 2px;
  width: 7px;
  border-radius: unset;
  top: 15px;
}

.catalogSection__leftText {
  margin-top: 20px;
}
.catalogSection__bottomText {
  margin-top: 20px;
}
.catalogSection__bottomText .text:not(:last-child) {
  margin-bottom: 15px;
}
.catalogSection__bottomText .title {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 10px;
}
.catalogSection__bottomText .list {
  margin-top: 0;
  margin-bottom: 0;
}
.catalogSection__bottomText .list li {
  position: relative;
}
.catalogSection__bottomText .list li::before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: black;
}


.cookie-message-widget {
  position: fixed;
  z-index: 1000;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: start;
  width: 750px;
  background: #FFF;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #E94B01;
  box-shadow: 0 0 20px #ccc;
}

@media (max-width: 768px) {
  .cookie-message-widget {
    flex-flow: column;
  }
}

.cookie-message-widget__text {
  width: calc(100% - 160px);
  font-size: 14px;
  line-height: 1.3;
  color: #000;
  margin-right: 20px;
}

@media (max-width: 768px) {
  .cookie-message-widget__text {
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
  }
}

.cookie-message-widget__button {
  position: relative;
  display: inline-block;
  border: 1px solid #E94B01;
  border-radius: 5px;
  padding: 20px 30px;
  font-size: 1.6rem;
  color: #333;
  background-color: #FFF;
  text-decoration: none;
  white-space: nowrap;
}

.cookie-message-widget__button:hover {
  border-color: #E94B01;
  transition: 0.3s;
}
