    .peelingsProcessBlock {
        width: 100%;
        font-size: 0;
    }

    .peelingsProcessText {
        display: flex;
        font-size: 15px;
    }

    .peelingsProcessTableTextBlock {
        min-width: 246px;
        height: 75px;
        border: 3px solid #00A1E4;
        border-radius: 10px;
        z-index: 1;
        position: relative;
        margin-bottom: 27px;
    }

    .peelingsProcessTableTextBlock:before {
    content: "";
    background: transparent url(/images/strelk.png) no-repeat;
    width: 24px;
    height: 33px;
    position: absolute;
    bottom: -30px;
    left: calc(50% - 12px);

}


    .peelingsProcessTableTextBlockInner {
        margin: 17px 0;
    }

    .peelingsProcessTableTextBlock p {
        text-align: center;
        color: #00A1E4;
        margin:0;
        padding:0;
    }

    .peelingsProcessTableTextBlock .peelingsProcessTableHeader {
        font-weight: 700;
    }

    .peelingsProcessTextBlock {
        margin-left: 40px;
        display: flex;
    }

    .peelingsProcessTextBlock p {
        margin: auto;
    }

    .peelingsProcessArrow {
        cursor: pointer;
        position: relative;
        width: 20px;
        margin:1px 0 15px 113px;
    }

    .peelingsProcessArrow div {
        position: relative;
        width: 20px;
        height: 3px;
        top: 5px;
        background-color: #00A1E4;
        box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
        left: 0;
        display: block;
        transform: rotate(90deg);
        border-radius: 10px;

    }

    .peelingsProcessArrow div::after {
        content: '';
        position: absolute;
        width: 12px;
        height: 3px;
        top: -3px;
        right: -5px;
        background-color: #00A1E4;
        transform: rotate(45deg);
        border-radius: 10px;
    }

    .peelingsProcessArrow div::before {
        content: '';
        position: absolute;
        width: 12px;
        height: 3px;
        top: 3px;
        right: -5px;
        background-color: #00A1E4;
        box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
        transform: rotate(-45deg);
        border-radius: 10px;
    }
	
	
.blue2 {
    line-height: 1.45;
}

.blue2  li {
    position: relative;
    padding-bottom: 5px;
    font-size: 15px;
    padding-left: 15px;
    margin-left: 2px;
}

.blue2  li:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #fff;
	border: 1px solid #00a1e4;
}	
	
	


.b-contact-page .main .container{
  display: flex;
}


.b-contact-page .main .clearfix{
  max-width: 80%;
  order: 2;
}
.b-contact-page .main .content{
  float: left;
  width: calc(100% - 40px);
}
.b-contact-page .main .aside{
  padding-top: 90px;
  margin: 0px 40px 0px 0;
  order: 1;
}
.header-phone {
  font-weight: bold;
  font-size: 20px;
  position: relative;
  left: -20px;
  top: 10px; 
}
.header-timework {
  justify-content: flex-end;
}
.header-contacts-mobile{
  display: none;
  float: left;
  width: 100%;
  justify-content: space-between;
  padding: 10px 10px;  
}
.header-contacts-mobile .logo{
  padding-top: 0px;  
}
.header-contacts-mobile .logo img{
  height: 42px;
  width: auto;
}
.header-contacts-mobile .contacts{
  border: none;
  padding: 6px 0px 0px 0px;
  text-align: center;
}
.header-contacts-mobile .header-phone{
  position: unset;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  font-size: 16px;
}
.header-contacts-mobile .header-timework{
  position: unset;
  font-size: 12px;
}
.header-contacts-mobile .burger{
  width: 50px;
}
.header-phone {
  left: 0px;
}



@media (max-width: 768px) 
{ 
  .header-timework {
    justify-content: center;
  }  
  .b-contact-page .main .clearfix{
    max-width: 100%;
  }
  .b-contact-page .main .content{
    width: 100%;
  } 
  .b-contact-page .main .aside{
    padding-top: 50px;
    width: 170px;
  }
  .col-sm-4.w768 {
    width: 100%;
  }  
  .b-contact-page .main .content .text-big {
    font-size: 16px;
  } 
  .b-contact-page .contact-page-form .col-sm-2 {
    width: 170px;
  }  
}

@media (max-width: 767px) 
{ 
 
 .peelingsProcessText { 
  display: block; 
 } 
  
 .peelingsProcessTableTextBlock { 
  min-width: 100%; 
  margin-bottom:25px; 
 } 
  
 .peelingsProcessTextBlock { 
  margin-left: 0px; 
  display: block; 
 } 
}

@media (max-width: 425px) 
{   
  .header-contacts-mobile{
    display: flex;
  }
  .mobile-top-menu-link {
    top: 23px;
  }
  .header-contacts.text-center,
  .header-contacts__phone{
    display: none;  
  }
  .b-contact-page .contact-page-form .col-sm-2 {
    width: auto;
  }  
  .b-contact-page .main .container{
    flex-direction: column;
  }
  .b-contact-page .main .clearfix{
    order: 1;
  }
  .b-contact-page .main .aside{
    order: 2;
    width: 100%;
    margin: 0px 0px 40px 0px;    
  }  
}

@media (max-width: 320px) 
{ 
  .header-contacts-mobile .header-timework {
    position: unset;
    font-size: 11px;
  }
}