/*
	Theme Name: Iconic One
	Custom CSS Template for Iconic One.
*/
#OffersBlock {
  padding: 30px 0;
}

#OffersBlock h2 {
  font-size: 20px;
  line-height: 1.6;
  margin: 24px 0;
}

.header_row {
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.header_row .io-title-description {
  /*width: 50%; */
  width: 30%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header_row .header_text_right {
  width: 40%;
  padding: 0 15px;
}

.header_row .header_text_right p {
  margin-bottom: 5px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #188e6b;
}

.single_block_title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  position: relative;
}

.single_block_title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 90%;
  left: 5%;
  border-top: 1px solid #188e6b;
}

.single_block_title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 90%;
  left: 5%;
  border-bottom: 1px solid #188e6b;
}

.mark-ds.mark-ds_first {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #188e6b;
}

.sc_block_item {
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  /*padding: 17px 28px 17px 10px;*/
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 17px 28px;
}

.icons_sc {
  margin-right: 20px;
}

/*Acco*/
.ac-container {
  max-width: 100%;
}

.ac-container label {
  height: auto !important;
  min-height: 30px !important;
  font-size: 16px;
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  color: #444;
  padding: 5px 20px;
  position: relative;
  z-index: 20;
  display: block;
  height: 30px;
  cursor: pointer;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 1%, #eaeaea 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1%, #fff),
    color-stop(100%, #eaeaea)
  );
  background: -webkit-linear-gradient(top, #fff 1%, #eaeaea 100%);
  background: -o-linear-gradient(top, #fff 1%, #eaeaea 100%);
  background: -ms-linear-gradient(top, #fff 1%, #eaeaea 100%);
  background: linear-gradient(top, #fff 1%, #eaeaea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#eaeaea', GradientType=0);
  box-shadow: 0 0 0 1px rgba(155, 155, 155, 0.3),
    1px 0 0 rgba(255, 255, 255, 0.9) inset, 0 2px 2px rgba(0, 0, 0, 0.1);
  height: 30px;
}

.ac-container {
  width: 100%;
  margin: 10px auto 30px auto;
  text-align: left;
}

.ac-container label:hover {
  background: #fff;
}

.ac-container input:checked + label,
.ac-container input:checked + label:hover {
  background: #f1f2f3;
  box-shadow: 0 0 0 1px rgba(155, 155, 155, 0.3), 0 2px 2px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  color: #444;
}

.ac-container label:hover:after,
.ac-container input:checked + label:hover:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  right: 13px;
  top: 7px;
  background: transparent url(/wp-content/themes/iconic-one/img/down.png)
    no-repeat center center;
}

.ac-container input:checked + label:hover:after {
  background-image: url(/wp-content/themes/iconic-one/img/up.png);
}

.ac-container input {
  display: none;
}

.ac-container article {
  background: rgba(255, 255, 255, 0.5);
  margin-top: -1px;
  overflow: hidden;
  height: 0;
  position: relative;
  z-index: 10;
  -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  border: none;
  margin-bottom: 15px;
}

.ac-container article p {
  padding: 0 20px;
  font-size: 16px;
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
}

.ac-container input:checked ~ article {
  -webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  box-shadow: 0 0 0 1px rgba(155, 155, 155, 0.3);
}

.ac-container input:checked ~ article.ac-small {
  height: auto;
}

.ac-container input:checked ~ article.ac-medium {
  height: 180px;
}

.ac-container input:checked ~ article.ac-large {
  height: 230px;
}

.change_city {
  width: 30%;
}

.single__subtitle {
  font-size: 25px;
  line-height: 1.2;
  font-weight: normal;
  margin: 20px 0;
  color: #188e6b;
}

.data-news {
  font-size: 90%;
}

.full-w {
  width: 96%;
}

.full-w .single_block_title {
  display: block;
}

.news-informer .rpwe-title a {
  color: #4f5254 !important;
}

.date-news-item {
  opacity: 0.7;
  margin-right: 5px;
}

.news-item-more {
  font-size: 100% !important;
  color: #0c87d3 !important;
}

.news-informer .rpwe-block {
  margin: 0 0 24px;
  background: rgb(217 217 217 / 15%);
  border-radius: 10px;
  padding: 25px;
}

.news-informer .rpwe-block ul.rpwe-ul li {
  margin-bottom: 20px;
  border-bottom: 1px solid #70707026;
}

.news-informer .rpwe-block ul.rpwe-ul li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.news-informer ul.rpwe-ul li .rpwe-title {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #707070;
  margin-bottom: 10px;
  text-align: left;
}

.news-informer ul.rpwe-ul li .rpwe-title a {
  color: #188e6b !important;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}

.news-informer ul.rpwe-ul li .rpwe-title a:hover {
  color: #707070 !important;
}

.news-informer ul.rpwe-ul li .rpwe-text {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #707070;
  margin-bottom: 10px;
}

.news-informer .rpwe-block .rpwe-link-all a {
  color: #188e6b !important;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
}

.widget-area .widget .special-zero-mfo-title a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #188e6b;
  text-align: center;
}

.special-zero-mfo-content {
  margin: 0 0 24px;
  background: rgb(217 217 217 / 15%);
  border-radius: 10px;
  padding: 25px;
}

.special-zero-mfo-title:hover {
  background-image: url(/wp-content/themes/iconic-one/img/bg-green.png);
}

.special-zero-mfo-title:hover a {
  color: #fff !important;
}

.sc-slider .prev_link {
  /* background-color: rgb(185 204 161 / 20%);
		border-radius: 100%;
		width: 45px;
		height: 44px;
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
	justify-content: center;*/
}

.sc-slider .prev {
  position: absolute;
  bottom: -55%;
  right: 10%;
  z-index: 9;
  cursor: pointer;
}

.sc-slider .next {
  position: absolute;
  bottom: -55%;
  right: 0;
  z-index: 9;
  cursor: pointer;
}

.entry-content ul {
  padding-left: 40px;
  margin-top: 24px;
}

.entry-content ol {
  padding-left: 30px;
  margin-top: 24px;
}

.header_menu_only_desktop {
  display: block;
}

.header_menu_only_mob {
  display: none;
}

font[color="red"] {
  color: #c70000 !important;
}

.comment-content p {
  margin: 20px 20px;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .header_row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .header_row .io-title-description {
    width: 60%;
    order: 2;
    display: flex;
    flex-direction: column;
  }

  .header_row .header_text_right {
    width: 100%;
    display: none;
  }

  .entry-header .single_block_title img.wp-post-image {
    margin-bottom: 0;
    margin: 0;
  }

  .entry-header .single_block_title .entry-title {
    margin-bottom: 10px;
    margin: 0;
  }

  .change_city {
    width: 25%;
    margin: 0;
    order: -1;
  }

  span.site-description {
    max-width: 105px;
  }

  .btn_city {
    padding: 10px 20px;
    box-shadow: 0px 4px 20px rgba(24, 142, 107, 0.5);
    line-height: 1;
    margin-bottom: 20px;
  }

  .popup_city.btn_city.burger {
    margin-bottom: 0;
  }

  .sc-slider .next {
    bottom: 50%;
  }

  .sc-slider .prev {
    bottom: 50%;
    left: 0;
  }

  .sc-slider .prev img,
  .sc-slider .next img {
    background-color: #e7e7e7c2;
    border-radius: 50%;
  }

  .sc-badges {
    gap: 2px 2px;
  }

  .city-statistics2 {
    grid-template-columns: none;
  }

  .io-title-description a {
    padding-left: 0;
  }

  .sc-slider-wrapper {
    margin-bottom: 0px;
  }

  #mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-align-bottom-left.mega-toggle-on
    > a.mega-menu-link {
    border-radius: 0 !important;
  }

  .header_menu_only_desktop {
    display: none;
  }

  .header_menu_only_mob {
    display: block;
    order: 3;
  }

  .header_middle_block {
    padding: 10px 0;
  }

  .io-title-description .site-description {
    padding-left: 0;
    line-height: 1.2;
    width: 100%;
  }
  .sc_block_item {
    padding: 17px 28px 17px 10px;
  }
  /*
  .entry-content img {
    width: 100%;
    margin: 10px 0;
    float: none;
  }*/
  /*
  #OffersBlock .entry-content img {
    width: 100%;
    margin: 10px 0;
    float: none;
  }*/
  .main__img_text {
    width: 100%;
    margin: 10px 0 !important;
    float: none;
  }
  .site-wordpress {
    padding: 0;
  }
}

.sc-licence {
  font-size: 11px;
  display: flex;
  justify-content: left;
  margin-top: 15px;
  color: gray;
}

.close_menu_big2 {
  width: 35px;
  position: absolute;
  right: 5px;
  top: 5px;
  height: 35px;
  cursor: pointer;
}
