
 :root {
    --kmnd-color-primary: #1E1E1E;
    --kmnd-color-accent: #F56101;
  }
  
/**********/
.how-much {
  min-height: 546px;
  padding: 60px 0;
}

.how-much__title {
  position: absolute;
  background: -o-linear-gradient(357.9deg, rgba(15, 14, 16, 0.5) 0%, rgba(48, 48, 48, 0.5) 179.21%);
  background: linear-gradient(92.1deg, rgba(15, 14, 16, 0.5) 0%, rgba(48, 48, 48, 0.5) 179.21%);
  /*-webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);*/
  border-bottom: 1px solid var(--kmnd-color-accent);
  border-top: 1px solid var(--kmnd-color-accent);
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  color: #fff;
  max-width: 920px;
  padding: 55px 40px;
  top: -120px;
}

.how-much__title span{
	color: var(--kmnd-color-accent);
}

.how-much__info .h4-title {
    font-weight: 400;
}

.how-much__container {
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.how-much__container:before, .how-much__container:after {
  content: '';
  width: 335px;
  padding-bottom: 160px;
  margin-left: 90px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: block;
}

.how-much__info {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  width: 100%;
  /*max-width: 767px;*/
  max-width: 1220px;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.how-much__info .h4-title {
  letter-spacing: 0;
}

.how-much__item {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  width: 335px;
  padding: 0 25px 21px 35px;
  min-height: 60px;
  position: relative;
  margin-bottom: 100px;
  float: right;
  font-size: 18px;
  line-height: 24px;
  margin-left: 90px;
}

.how-much__icon {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--kmnd-color-accent);
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%) rotate(45deg);
      -ms-transform: translate(-50%, 50%) rotate(45deg);
          transform: translate(-50%, 50%) rotate(45deg);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}

.how-much__icon img {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.how-much__icon:after {
  content: '';
  width: 115px;
  height: 1px;
  background-color: var(--kmnd-color-accent);
  position: absolute;
  top: 0px;
  left: -7px;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(135deg) translateX(-50%);
      -ms-transform: rotate(135deg) translateX(-50%);
          transform: rotate(135deg) translateX(-50%);
}

.how-much__icon:before {
  content: '';
  height: 65px;
  width: 1px;
  background-color: var(--kmnd-color-accent);
  position: absolute;
  top: -32px;
  left: 0px;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(135deg) translateX(0%);
      -ms-transform: rotate(135deg) translateX(0%);
          transform: rotate(135deg) translateX(0%);
}

@media only screen and (max-width: 1435px) {
  .how-much {
    min-height: auto;
  }
  .how-much__container {
    padding-right: 0;
    padding-left: 25px;
  }
  .how-much__container:before, .how-much__container:after {
    width: calc(33% - 23px);
    margin: 0;
  }
  .how-much__item {
    margin-left: 0;
    width: calc(33% - 23px);
    margin-bottom: 120px;
  }
  .how-much__title {
    max-width: 60%;
  }
  .how-much__info .h4-title {
    font-size: 36px;
    line-height: 50px;
  }
  .how-much__title {
    top: -150px;
    padding: 44px 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .how-much .container {
    padding-right: 0;
  }
  .how-much__info {
    width: 66%;
  }
  .how-much__info .h4-title {
    font-size: 24px;
    line-height: 30px;
  }
  .how-much__container {
    padding-top: 30px;
  }
  .how-much__title {
    font-size: 32px;
    max-width: 468px;
    line-height: 39px;
    top: -110px;
  }
  .how-much__item {
    font-size: 14px;
  }
}

@media only screen and (max-width: 900px) {
  .how-much {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .how-much .container {
    padding-right: 20px;
  }
  .how-much__title {
    max-width: calc(100% - 60px);
    font-size: 24px;
    line-height: 29px;
    padding: 24px 35px;
    top: -140px;
  }
  .how-much__info {
    width: 100%;
    padding-top: 0;
    max-width: 506px;
  }
  .how-much__info .h4-title {
    max-width: 100%;
    font-size: 18px;
    line-height: 30px;
  }
  .how-much__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 0;
  }
  .how-much__container:before, .how-much__container:after {
    display: none;
  }
  .how-much__item {
    width: calc(50% - 24px);
    padding-right: 0;
    font-size: 14px;
    margin-bottom: 85px;
  }
  .how-much__item:last-child {
    margin-left: auto;
    margin-bottom: 30px;
  }
  .how-much__item:nth-last-child(2) {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .how-much__container {
	  padding-top: 0px!important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .how-much__item {
    max-width: 300px;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }
  .how-much__item:nth-child(1) {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .how-much__item:nth-child(3) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .how-much__item:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .how-much__item:nth-last-child(2) {
    max-width: 300px;
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .how-much__info {
    max-width: 359px;
  }
  .how-much__title {
    top: -170px;
    max-width: calc(100% - 40px);
  }
}

@media only screen and (max-width: 430px) {
  .how-much__title {
    max-width: calc(100% - 20px);
  }
  .how-much__container {
    padding-top: 0px!important;
    padding-left: 15px;
  }
  .how-much__item {
    margin-left: 20px;
    margin-bottom: 64px;
  }
  .how-much__item:last-child {
    margin-left: 20px;
  }
}




@media only screen and (width: 640px) {
	.how-much__info .h4-title {
		margin-left: -35px;
	}
}

@media only screen and (max-width: 640px) {
	/*.mob .how-much__title {
		color: var(--kmnd-color-accent);          
	}*/

	.how-much__info .h4-title {
		font-weight: 600;
	}
	.team {
		padding: 85px 0 55px;
	}
	.team__title-container {
		margin-top: 25px;
	}

	section.licenses {
		padding-bottom: 90px;
	}
	.how-much.mob {
		padding-top: 129px;
	}
	.how-much__title {
		top: -200px;
		background: linear-gradient(92.1deg, #0F0E10 0%, #303030 179.21%);
		backdrop-filter: blur(2px);
	}
}

