.cln-h1 {
	margin-bottom: 75px;
	font-size: 47px;
    line-height: 1.23;
	font-weight: 600;
	text-align: center;	
}

.cln-h2 {
	margin-bottom: 75px;
	font-size: 42px;
    line-height: 1.23;
	font-weight: 600;
	text-align: center;	
}

.cln-block {
	max-width: 960px;
	margin: 0 auto 90px;
}

.cln-form {
	max-width: 960px;
    margin: 0 auto 90px;
}
	
.cln-form .form-label {
	display: none;}	
	
.cln-form form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cln-form .form-info {
	width: 100%;
	padding-top: 10px;
}

.cln-form .form-item {
	width: calc((100% - 40px - 175px)/2);
	margin-right: 20px;
}

.cln-form .form-item input {
	max-width: 100%;
	border: 1px solid #1a344e;    
    height: 60px;
    padding: 20px;
    font-size: 16px;
    line-height: 1.33;	
}

.cln-form .form-button {
	width: 175px;
	padding: 0;
	text-align: left;
}

.cln-form .form-button input[type="submit"] {
    max-width: 175px;
    width: 100%;
    border: 1px solid #e53935;
    padding: 20px;
    background-color: #e53935;
    color: white;
    text-transform: none;
	font-size: 16px;
    border-radius: 0;
    cursor: pointer;
    font-weight: 700;
	
}

.strong {
	font-weight: bold;
}

.underline {
  border-bottom: 2px solid #039be5; 
}

/**/
.cln-headlines {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 90px auto;
  max-width: 1040px; }
  .cln-headlines__item {
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: center;
    overflow: hidden;
    margin-left: 40px;
    margin-bottom: 30px;
    width: calc((100% - 80px)/3);
    z-index: 1; }
    .cln-headlines__item:nth-of-type(3n - 2) {
      justify-content: flex-start;
      margin-left: 0; }
    .cln-headlines__item:nth-of-type(3n) {
      justify-content: flex-end; }
    .cln-headlines__item:nth-of-type(3n + 1):last-of-type, .cln-headlines__item:nth-of-type(3n + 2):last-of-type {
      justify-content: center;
      margin-bottom: 0;
margin-right: 70px;	  }
	.cln-headlines__item:nth-of-type(3n + 1):last-of-type {
      justify-content: center;
      margin-bottom: 0;
	  margin-right: 0;}
    .cln-headlines__item:nth-of-type(3n - 2):nth-last-of-type(2) {
      justify-content: center;
      margin-bottom: 0;
margin-left: 100px;	  }
    .cln-headlines__item:last-of-type {
      margin-bottom: 0; }
    .cln-headlines__item--wrapper {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
  .cln-headlines__item-img {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
    /*background-color: #ebebeb;
    border-radius: 100%;
	padding: 20px;*/
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box; }
    .cln-headlines__item-img img {
      width: auto;
      height: auto;
      max-width: 100%; }
  .cln-headlines__item-title {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    min-height: 60px;
max-width: 310px;
margin: 0;
line-height: 1.5;	}

.cln-reviews {
  max-width: 960px;
  margin: 90px auto; }
  .cln-reviews__item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px; }
  .cln-reviews__author {
    flex-shrink: 0;
    width: 140px;
    margin-right: 40px;
    text-align: center; }
  .cln-reviews__img {
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
    max-width: 140px;
}
    .cln-reviews__img img {
      width: 100%;
      height: auto;
      max-width: 100%;
      border-radius: 100%; }
  .cln-reviews__name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px; }
  .cln-reviews__title {
    font-size: 12px; }
  .cln-reviews__desc p {
    margin-top: 0; }


.cln-advantages	{
		margin: 90px auto;
  max-width: 1080px;
	}	
.cln-advantages__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
margin: 0;  }
.cln-advantages__list-item {
  display: flex;
  justify-content: flex-start;
  width: calc((100% - 40px)/2);
  margin-right: 40px;
  counter-increment: my-counter;
  position: relative;
  padding-left: 60px;
  box-sizing: border-box; }
  .cln-advantages__list-item:nth-of-type(2n) {
    margin-right: 0; }
  .cln-advantages__list-item::before {
    content: counter(my-counter);
    font-size: 22px;
    font-weight: 600;
    position: absolute;
    --size: 40px;
    left: 0;
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 7px;
    /*background: #ebebeb;*/
	border: 2px solid #039be5;
    border-radius: 50%;
    text-align: center; }
.cln-advantages__title {
  font-size: 22px;
  font-weight: 600; }
  .cln-advantages__title p {
    margin-top: 0;
    margin-bottom: 8px;
    line-height: 1.5; }
	
.cln-stages {
  max-width: 1120px;
  margin: 0px auto 90px; }
  .cln-stages__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    counter-reset: my-stage-counter;
    list-style: none;
    padding: 0;
margin:0;	}
  .cln-stages__list-item {
    display: flex;
    justify-content: flex-start;
    width: calc((100% - 30px*4)/5);
    margin-right: 30px;
    margin-bottom: 30px;
    counter-increment: my-stage-counter;
    position: relative;
    box-sizing: border-box;
    padding-top: 60px; }
    .cln-stages__list-item:nth-of-type(5n) {
      margin-right: 0; }
    .cln-stages__list-item:last-of-type::after {
      display: none; }
    .cln-stages__list-item::after {
      content: '';
      display: block;
      position: absolute;
      top: 5px;
      right: 12px;
      width: 120px;
      height: 15px;
      background-image: url("../../../uslugi/chistka-kovrov_new/images_cln/ico_arrow-green.png");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
    .cln-stages__list-item::before {
      content: counter(my-stage-counter);
      font-size: 16px;
      font-weight: 600;
      position: absolute;
      --size: 32px;
      left: 0;
      line-height: var(--size);
      width: var(--size);
      height: var(--size);
      top: 7px;
      background: transparent;
      border-radius: 50%;
      border: 1px solid #333333;
      text-align: center; }
  .cln-stages__info {
    text-align: center; }
  .cln-stages__title {
    font-size: 20px; 
	line-height: 30px;}
    .cln-stages__title p {
      margin-top: 0;
      margin-bottom: 8px;
      line-height: 1.5; }
	  
.cln-rates {
  max-width: 1120px;
  margin: 0 auto 90px; }
  .cln-rates__btn-hide {
    position: relative;
    margin: 0 auto 30px;
    display: block;
    outline: none;
    border: none;
    background: transparent;
    font-size: 20px;
    font-weight: 600;
    color: #38ce7f;
    border-bottom: 1px dashed #38ce7f;
    cursor: pointer; }
    .cln-rates__btn-hide::after {
      bottom: 45%;
      left: 110%;
      top: auto;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #ffffff;
      border-top-color: transparent;
      border-width: 5px;
      margin-left: -5px; }
    .cln-rates__btn-hide::before {
      bottom: 45%;
      left: 110%;
      top: auto;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(194, 225, 245, 0);
      border-bottom-color: #38ce7f;
      border-width: 9px;
      margin-left: -9px;
      border-top-color: transparent; }
    .cln-rates__btn-hide.active::before {
      top: 45%;
      bottom: auto;
      border-bottom-color: transparent;
      border-top-color: #38ce7f; }
    .cln-rates__btn-hide.active::after {
      top: 45%;
      bottom: auto;
      border-bottom-color: transparent;
      border-top-color: #ffffff; }
  .cln-rates__tabs-container {
    height: auto;
    opacity: 1;
    overflow: hidden;
    transition: 0.2s ease-in-out; }
    .cln-rates__tabs-container.hide {
      height: 0;
      opacity: 0;
      overflow: hidden; }
  .cln-rates__tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between; }
  .cln-rates__tabs-link {
    background: none;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    margin-right: 15px;
    color: #333333;
    transition: 0.2s ease-in-out;
margin-bottom: 10px;	}
    .cln-rates__tabs-link span {
      border-bottom: 1px dashed #333333; }
    .cln-rates__tabs-link.current, .cln-rates__tabs-link:hover {
      background: #039be5;
      color: #fff; }
      .cln-rates__tabs-link.current span, .cln-rates__tabs-link:hover span {
        border-color: transparent; }
  .cln-rates__tabs-content {
    display: none;
    padding: 25px 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .cln-rates__tabs-content.current {
      display: inherit; }
  .cln-rates__tabs-table {
    width: 100%;
    border-spacing: 0; }
    .cln-rates__tabs-table thead {
      font-weight: 600; }
      .cln-rates__tabs-table thead td {
        padding: 10px; }
        .cln-rates__tabs-table thead td:last-of-type {
          width: 20%; }
    .cln-rates__tabs-table tbody tr:nth-of-type(odd) {
      background-color: #fff; }
    .cln-rates__tabs-table tbody tr:nth-of-type(even) {
      background-color: #ebebeb; }
    .cln-rates__tabs-table tbody td {
      padding: 10px; }	

.cln-form .form-item.has-error input{
	border: 1px solid #e53935;
}	  
/*# sourceMappingURL=style.css.map */
/******/
@media (max-width: 1024px) {
	.cln-headlines__item {
		width: calc((100% - 40px)/2);
		margin-bottom: 15px; }		
	.cln-headlines__item:nth-of-type(2n+1) {
	  margin-left: 0; }  
	.cln-headlines__item:nth-of-type(3n - 2) {
	  justify-content: center; } 
	.cln-headlines__item:nth-of-type(3n) {
	  justify-content: center; } 
	.cln-headlines__item:nth-of-type(3n + 1):last-of-type, .cln-headlines__item:nth-of-type(3n + 2):last-of-type {
	  justify-content: center;
margin-right: auto;	  } 
	.cln-headlines__item:nth-of-type(3n - 2):nth-last-of-type(2) {
	  justify-content: center;
margin-left: auto;	  } 	  
	
	.cln-stages {
	max-width: 100%;
	margin: 0px auto 45px; }  

	.cln-stages__list-item {
	width: calc((100% - 30px*3)/4);
	margin-right: 30px; }
	.cln-stages__list-item:nth-of-type(4n) {
	margin-right: 0; }  

	.cln-stages__list-item:nth-of-type(5n) {
	  margin-right: 30px; } 	  
	  

	.cln-rates,
	.cln-block,
	.cln-form	{
	max-width: 100%;
	margin: 0 auto 45px; }	

 	  
}
 
@media (max-width: 768px) {
    .cln-headlines {
      margin: 45px auto;
      max-width: 100%; } 
	
	.cln-headlines__item-title {
	font-size: 18px; } 

	.cln-reviews {
	margin: 45px auto;
	max-width: 100%; } 
	.cln-reviews__item {
	flex-direction: column; } 
	.cln-reviews__author {
	align-self: center;
	margin-bottom: 20px;
	margin-left: 0;
	width: 100%; } 
	.cln-advantages {
	margin: 45px auto;
	max-width: 100%; } 
	.cln-advantages__list {
	display: block; } 
	.cln-advantages__list-item {
	width: 100%;
	margin-right: 0; } 
	.cln-advantages__list-item::before {
	  top: 0; } 
	.cln-advantages__title {
	font-size: 18px; } 
	.cln-stages__list-item {
	width: calc((100% - 30px*2)/3);
	margin-right: 20px; }
	.cln-stages__list-item:nth-of-type(4n) {
	  margin-right: 20px; }
	.cln-stages__list-item:nth-of-type(3n) {
	  margin-right: 0; } 
	.cln-stages__list-item:nth-of-type(5n) {
	  margin-right: 15px; } 
	.cln-stages__title {
	font-size: 18px; } 
	
	.cln-h1 {
	margin-bottom: 45px;
	font-size: 40px;
	}

	.cln-h2 {
		margin-bottom: 45px;
		font-size: 36px;
	}
	
	.cln-form .form-item {
	width: 100%;
	margin-right: 0;
	margin-bottom: 15px;
}

.cln-form .form-button,
.cln-form .form-button input[type="submit"]{
	width: 100%;
	max-width: 100%;
}

.cln-rates__tabs {    
    justify-content: flex-start;
flex-wrap: wrap;	}
}

   
@media (max-width: 576px) {
    .cln-headlines {
      display: block; } 
	.cln-headlines__item {
	width: 100%;
	margin-left: 0; } 
	.cln-stages__list {
	margin: 0;
    flex-direction: column;
    align-items: center;} 
	.cln-stages__list-item {
	width: auto;
	margin-right: 0;}
	.cln-stages__list-item::before {
		left: calc(50% - 16px);
	}
	.cln-stages__list-item::after {
	  display: none; }
}
   
   
 