.main_tabs_h2 {
	
}

.main_tabs_h2 {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 19px;
  line-height: 1.066;
  padding-top: 25px;
}

div>.main_tabs_h2:after {
  content: "";
  background: #e60680;
  border-radius: 4px;
  width: 75px;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
}

img.salon-list__picture {
  width: 90%;
}

.text-padding {
  padding-left: 4px;
}


.color-text {
  background: #e60680;
  color: #fff;
  padding: 2px;
  border-radius: 3px;
  text-decoration: none;
}
/* warning-body"*/

.warning--iklg {
  padding: 10px 15px 10px;
  border-radius: 8px;
  color: #fff;
  background-color: #e60680;
}
.warning {
  position: relative;
  display: flex;
  border: none;
}


/* ////////////////////////////////// */













.macaw-tabs.macaw-power-tabs {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1600px;
  padding-bottom: 50px;
}
.macaw-tabs.macaw-power-tabs > [role=tablist] {
  position: relative;
  z-index: 3;
  display: flex;
  gap: 1.25rem;
}
.macaw-tabs.macaw-power-tabs > [role=tablist] > * {
  border: none;
}
.macaw-tabs.macaw-power-tabs > [role=tablist] > [role=tab] {
  position: relative;
  margin: 0;
  overflow: visible;
  word-wrap: break-word;
  font-weight: normal;
  line-height: 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: transparent;
  border: none;
  border-bottom: 3px solid #b7b5b3;
  padding: 0.625rem;
  transition: background-color 0.2s;
  cursor: pointer;
}

.macaw-tabs.macaw-power-tabs > [role=tablist] > [role=tab] > * {
  padding: 0;
  padding-right: 0.375rem;
}
.macaw-tabs.macaw-power-tabs > [role=tablist] > [role=tab] > *:last-child {
  padding-right: 0;
}
.macaw-tabs.macaw-power-tabs > [role=tablist] > [role=tab]:hover, .macaw-tabs.macaw-power-tabs > [role=tablist] > [role=tab]:focus {
  outline: 0;
  border-color: #e60680;
}
.macaw-tabs.macaw-power-tabs > [role=tablist] > [role=tab][aria-selected=true] {
  background-color: #e60680;
  color: #fff;
  border: none;
  border-bottom: 3px solid var(#e60680);
  border-radius: 14px;
}
.macaw-tabs.macaw-power-tabs > [role=tablist] > [role=tab][aria-selected=true] .icon {
  color: #000;
}

.macaw-tabs.macaw-power-tabs > [role=tablist] > [role=tab][aria-selected=true]:hover, .macaw-tabs.macaw-power-tabs > [role=tablist] > [role=tab][aria-selected=true]:focus {
  outline: 0;
}
.macaw-tabs.macaw-power-tabs > [role=tablist] > [role=tab]:hover, .macaw-tabs.macaw-power-tabs > [role=tablist] > [role=tab]:focus, .macaw-tabs.macaw-power-tabs > [role=tablist] > [role=tab]:active {
  outline: 0;
}
.macaw-tabs.macaw-power-tabs > [role=tabpanel] {

  position: relative;
  z-index: 2;
  font-weight: normal;
  padding: 0.625rem 0;

  border-bottom: 3px solid transparent;
  line-height: 1.6em;
}
.macaw-tabs.macaw-power-tabs > [role=tabpanel] a, .macaw-tabs.macaw-power-tabs > [role=tabpanel] a:visited {
  cursor: pointer;
  color: inherit;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
  text-underline-offset: 0.1875rem;
}
.macaw-tabs.macaw-power-tabs > [role=tabpanel] a:hover {
  text-decoration: none;
}
.macaw-tabs.macaw-power-tabs > [role=tabpanel] > * {
  margin-top: 24px;

  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.2s, transform 0.2s;
}
.macaw-tabs.macaw-power-tabs > [role=tabpanel] > *:first-child {
  margin-top: 0;
}
.macaw-tabs.macaw-power-tabs > [role=tabpanel] > *:last-child {
  margin-bottom: 0;
}
.macaw-tabs.macaw-power-tabs > [role=tabpanel] > *:nth-child(1) {
  transition-delay: 0.2s;
}
.macaw-tabs.macaw-power-tabs > [role=tabpanel] > *:nth-child(2) {
  transition-delay: 0.3s;
}
.macaw-tabs.macaw-power-tabs > [role=tabpanel] > *:nth-child(3) {
  transition-delay: 0.4s;
}
.macaw-tabs.macaw-power-tabs > [role=tabpanel] > *:nth-child(4) {
  transition-delay: 0.5s;
}
.macaw-tabs.macaw-power-tabs > [role=tabpanel] > *:nth-child(5) {
  transition-delay: 0.6s;
}
.macaw-tabs.macaw-power-tabs > [role=tabpanel] > *:nth-child(6) {
  transition-delay: 0.7s;
}
.macaw-tabs.macaw-power-tabs > [role=tabpanel] > *:nth-child(7) {
  transition-delay: 0.8s;
}
.macaw-tabs.macaw-power-tabs > [role=tabpanel] > *:nth-child(8) {
  transition-delay: 0.9s;
}
.macaw-tabs.macaw-power-tabs > [role=tabpanel] > *:nth-child(9) {
  transition-delay: 1s;
}
.macaw-tabs.macaw-power-tabs > [role=tabpanel] > *:nth-child(10) {
  transition-delay: 1.1s;
}
.macaw-tabs.macaw-power-tabs > [role=tabpanel] > *:nth-child(11) {
  transition-delay: 1.2s;
}
.macaw-tabs.macaw-power-tabs > [role=tabpanel] > *:nth-child(12) {
  transition-delay: 1.3s;
}
.macaw-tabs.macaw-power-tabs > [role=tabpanel] > *:nth-child(13) {
  transition-delay: 1.4s;
}
.macaw-tabs.macaw-power-tabs > [role=tabpanel] > *:nth-child(14) {
  transition-delay: 1.5s;
}
.macaw-tabs.macaw-power-tabs > [role=tabpanel] > *:nth-child(15) {
  transition-delay: 1.6s;
}
.macaw-tabs.macaw-power-tabs > [role=tabpanel] > *:nth-child(16) {
  transition-delay: 1.7s;
}
.macaw-tabs.macaw-power-tabs > [role=tabpanel] > *:nth-child(17) {
  transition-delay: 1.8s;
}
.macaw-tabs.macaw-power-tabs > [role=tabpanel] > *:nth-child(18) {
  transition-delay: 1.9s;
}
.macaw-tabs.macaw-power-tabs > [role=tabpanel] > *:nth-child(19) {
  transition-delay: 2s;
}
.macaw-tabs.macaw-power-tabs > [role=tabpanel] > *:nth-child(20) {
  transition-delay: 2.1s;
}
.macaw-tabs.macaw-power-tabs > [role=tabpanel].active > * {
  opacity: 1;
  transform: translateY(0);
}






/* МЕТРО */
/* //////////////////////////////////////////////////////////// */
img.salon-list__picture {
  border-radius: 14px;
}
.img-salon {
  text-align: center;
  width: 100%;
}
.b1, .b2, .b3, .b4 {
  width: 50%;
  height: auto;
  text-align: center;
}
.b5 {
  margin: 15px auto 0px auto;
}
.b1-flex {
  display: flex;
  padding: 0 15px 15px 15px;
  flex-wrap: wrap;
}
.salons-grafic-zal {
  font-weight: bold;
  text-align: right;
}
.col-md-manual {
    flex: 0 0 100%;
  max-width: 100%;
}
#tabs {
display: flex;
  margin: 10px 0;
  width: 100%;
    box-shadow: 0 0 15px #ccc;
  border-radius: 14px;
  margin-top: 26px;
}
.tabs-nav {
  overflow: hidden;
  margin: 0;
  width: 20%;
  padding: 40px 0 0 0;
}

.tabs-nav li {
display: block;
  padding: 6px 0 0 22px;
  list-style: none;
} 
.tabs-nav li:hover {
box-shadow: 0 0 15px #e60680;
  transition: .5s;
}    
.tabs-nav a {
  display: -webkit-inline-box;
  padding: 1px 5px;
  font-size: 14px;
  text-decoration: none;

  color: #4b4b4b;
}		
.tabs-nav li:first-child a {
border-radius: 5px 0 0 0; 
}
.tabs-nav li:last-child a {
border-right: 1px solid #e60680;
border-radius: 0 5px 0 0; 
}
.tabs-nav a.active {
  border-bottom: 1px solid #e60680;
  font-weight: 500;
}   
.tabs-items {
  background: #e60680;
  margin: -1px 0 0 0;
  width: 60%;
  box-shadow: 0 0 32px #ccc;
  border-radius: 14px;
}
.tabs-items:hover {
  box-shadow: 0 0 32px #b6b5b5;
transition: .5s;
}
.tabs-item {
padding: 15px;
color: #fff;
}
.tabs-item h2 {
  text-align: center;
}
.tabs-nav li:last-child a {
  border: none;
}

a.tabs-target {
  display: flex;
}
.tavs-target .img {
  padding: 0px 4px 1px 0px;
}

/* /////////////////////////////////////////////////// */











/* MEDIA */

@media only screen and (max-width: 575px) {
  .macaw-tabs.macaw-power-tabs.vertical {
    display: flex;
    width: 100%;
  }
  .macaw-tabs.macaw-power-tabs.vertical > [role=tablist] {
    width: 15%;
    flex-direction: column;
  }
  .macaw-tabs.macaw-power-tabs.vertical > [role=tablist] > * {
    border: none;
    border-bottom: 1px solid #b7b5b3;
  }
  .macaw-tabs.macaw-power-tabs.vertical > [role=tablist] > *:last-child {
    border-bottom: none;
  }
  .macaw-tabs.macaw-power-tabs.vertical > [role=tablist] > [role=tab] {
    border: none;
    border-right: 3px solid #b7b5b3;
  }
  .macaw-tabs.macaw-power-tabs.vertical > [role=tablist] > [role=tab] .icon {
    font-size: 2.6rem;
    line-height: 1;
  }
  .macaw-tabs.macaw-power-tabs.vertical > [role=tablist] > [role=tab] .label {
    display: none;
  }
  .macaw-tabs.macaw-power-tabs.vertical > [role=tablist] > [role=tab] > * {
    padding: 0;
  }
  .macaw-tabs.macaw-power-tabs.vertical > [role=tablist] > [role=tab]:hover, .macaw-tabs.macaw-power-tabs.vertical > [role=tablist] > [role=tab]:focus {
    border-color: var(--tab-focus-border-color);
  }
  .macaw-tabs.macaw-power-tabs.vertical > [role=tablist] > [role=tab][aria-selected=true] {
    border: none;
    border-right: 3px solid var(--tab-active-border-color);
  }
  .macaw-tabs.macaw-power-tabs.vertical > [role=tablist] > [role=tab][aria-selected=true]:hover, .macaw-tabs.macaw-power-tabs.vertical > [role=tablist] > [role=tab][aria-selected=true]:focus {
    outline: 0;
    border-color: var(--tab-focus-border-color);
  }
  .macaw-tabs.macaw-power-tabs.vertical > [role=tabpanel] {
    width: 85%;
    padding: 0 0.9375rem;
  }
}



@media (max-width: 1600px) {
  .container {
    max-width: 1360px;
}
}
@media (max-width: 1200px) {
  .container {
    max-width: 1140px;
}
}


@media (max-width: 768px) {
  .container {
    max-width: 720px;
}
  .tabs-nav {
    overflow: hidden;
    margin: 0;
    width: 50%;
    padding: 40px 0 0 0;
}
  .text-padding {
    padding-left: 1px;
    font-size: 14px;
}
  #tabs {
    margin: 10px 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .tabs-nav a {
    display: flex;
    padding: 1px 5px;
    font-size: 12px;
    text-decoration: none;
    color: #4b4b4b;
    white-space: nowrap;
  }
  
  img.salon-list__picture {
    width: 100%;
  }
  .tabs-items {
    width: 100%;
  }
  .main_tabs_h2 {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 19px;
  line-height: 1.066;
  padding-top: 5px;
}
}

@media (max-width: 576px) {
	.container {
	max-width: 540px;
	}
  
}

@media (max-width: 430px){
  .tabs-nav {
    overflow: hidden;
    margin: 0;
    width: 50%;
    padding: 20px 0 20px 0;
  }
  .text-padding {
    padding-left: 2px;
    font-size: 12px;
  }
  .b1, .b2, .b3, .b4 {
    width: 50%;
    height: auto;
    font-size: 12px;
}
  .b5 {
    font-size: 12px;
    margin: 0 auto;
  }
}

@media (max-width: 376px){
  .tabs-nav {
    overflow: hidden;
    margin: 0;
    width: 50%;
    padding: 20px 0 20px 0;
  }
  .text-padding {
    padding-left: 1px;
    font-size: 10px;
  }
}


 


  




