.strengths_retangle_block_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -60px;
  align-items: center;
}
.strengths_retangle_block_wrap .cat_list {
  margin-bottom: 30px;
}
.strengths_retangle_block_wrap .cat_list:last-child {
  margin-bottom: 0px;
}
.strengths_retangle_block_wrap .content_block_ {
  margin-bottom: 20px;
}
.strengths_retangle_block_wrap .content_block_ .summary_ {
  font-size: 26px;
}
.strengths_retangle_block_wrap .content_block_ .description_ {
  margin-top: 20px;
}
@media all and (max-width: 1100px) {
  .strengths_retangle_block_wrap {
    margin: 0px -30px;
  }
}
@media all and (max-width: 830px) {
  .strengths_retangle_block_wrap {
    margin: 0px;
  }
}
.strengths_retangle_block_wrap .left_item_ {
  width: calc(52% - 120px);
  margin: 0px 60px;
  height: 450px;
  text-align: center;
}
@media all and (max-width: 1100px) {
  .strengths_retangle_block_wrap .left_item_ {
    width: calc(52% - 60px);
    margin: 0px 30px;
  }
}
@media all and (max-width: 830px) {
  .strengths_retangle_block_wrap .left_item_ {
    display: none;
  }
}
.strengths_retangle_block_wrap .left_item_ img {
  height: 100%;
}
.strengths_retangle_block_wrap .strengths_retangle_block {
  width: calc(48% - 120px);
  margin: 0px 60px;
}
@media all and (max-width: 1100px) {
  .strengths_retangle_block_wrap .strengths_retangle_block {
    width: calc(48% - 60px);
    margin: 0px 30px;
  }
}
@media all and (max-width: 830px) {
  .strengths_retangle_block_wrap .strengths_retangle_block {
    width: 100%;
    margin: 0px;
  }
}

.strengths_retangle_block .content_block_retangle {
  margin-bottom: 50px;
}
.strengths_retangle_block .content_block_retangle .title_retangle {
  font-size: 15px;
  color: var(--main-color);
}
.strengths_retangle_block .content_block_retangle .summary_retangle {
  font-size: 36px;
  margin-top: 15px;
  line-height: 1.5;
  font-weight: 700;
}
.strengths_retangle_block .content_block_retangle .description_retangle {
  color: #818090;
  margin-top: 35px;
  line-height: 1.7rem;
  font-size: 15px;
}
.strengths_retangle_block .grid_block_retangle {
  display: flex;
  flex-flow: row wrap;
}
@media screen and (max-width: 1200px) {
  .strengths_retangle_block .grid_block_retangle {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.strengths_retangle_block .item {
  width: calc(33.333% - 30px);
  transition: 0.5s;
  box-sizing: border-box;
  display: flex;
  flex: 1;
  transition: 0.5s;
}
.strengths_retangle_block .item .item-inner {
  transition: 0.5s;
  min-height: 120px;
  box-sizing: border-box;
  border: 1px solid transparent;
  width: 100%;
  padding: 0 10px;
}
.strengths_retangle_block .item .item-l {
  vertical-align: middle;
  display: block;
  width: 100%;
  color: var(--main-color);
  text-align: center;
  width: 130px;
  height: 130px;
  margin: 0px auto;
  border-radius: 50%;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 1000px) {
  .strengths_retangle_block .item .item-l {
    width: 120px;
    height: 120px;
  }
}
@media all and (max-width: 430px) {
  .strengths_retangle_block .item .item-l {
    width: 100px;
    height: 100px;
  }
}
@media all and (max-width: 360px) {
  .strengths_retangle_block .item .item-l {
    width: 90px;
    height: 90px;
  }
}
.strengths_retangle_block .item .item-l svg {
  width: 50px;
  height: 50px;
}
@media all and (max-width: 1000px) {
  .strengths_retangle_block .item .item-l svg {
    width: 42px;
    height: 42px;
  }
}
.strengths_retangle_block .item .item-l .descrip {
  font-size: 25px;
  margin-top: 10px;
  color: #000;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media all and (max-width: 1000px) {
  .strengths_retangle_block .item .item-l .descrip {
    font-size: 20px;
  }
}
.strengths_retangle_block .item .item-r {
  text-align: center;
  /* color: black; */
  /* padding: 0 5px 17px; */
  box-sizing: border-box;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.strengths_retangle_block .item .item-r .name {
  display: block;
  /* margin-bottom: 10px; */
  /* text-transform: uppercase; */
  /* font-weight: bold; */
  color: var(--body-color);
  font-size: 15px;
  margin-top: 22px;
}
@media all and (max-width: 830px) {
  .strengths_retangle_block .item .item-r .name {
    margin-top: 15px;
  }
}
.strengths_retangle_block .item:first-child .item-l {
  border: 1px solid var(--main-color);
}
.strengths_retangle_block .item:first-child .item-l svg {
  fill: var(--main-color);
  width: 41px;
}
.strengths_retangle_block .item:nth-child(2) .item-l {
  border: 1px solid #ff884e;
}
.strengths_retangle_block .item:nth-child(2) .item-l svg {
  fill: #ff884e;
}
.strengths_retangle_block .item:nth-child(3) .item-l {
  border: 1px solid #38c1eb;
}
@media screen and (max-width: 700px) {
  .strengths_retangle_block .item_break:nth-child(4n) {
    display: block;
    height: 0;
    clear: both;
    width: 100%;
  }
}

.strengths_retangle_block .item:first-child .item-l i {
  animation: 4s ease-in-out 0s normal none infinite running chang-rotage-anim;
}

.strengths_retangle_block .item:nth-child(3) .item-l i {
  animation: 4s ease-in-out 0s normal none infinite running chang-rotage-anim-1;
}

.strengths_retangle_block .item:nth-child(5) .item-l i {
  animation: 4s ease-in-out 0s normal none infinite running chang-rotage-anim-2;
}

.strengths_retangle_block .item:nth-child(7) .item-l i {
  animation: 4s ease-in-out 0s normal none infinite running chang-rotage-anim-3;
}

@media all and (max-width: 800px) {
  .strengths_retangle_block .item .item-l {
    padding: 0;
  }
  .strengths_retangle_block .item .item-r {
    padding: 0 10px 10px;
  }
  .strengths_retangle_block .item .item-inner svg {
    width: 30px;
    height: 30px;
  }
}
.strengths_retangle_block .item:hover {
  transition: 0.5s;
}

.strengths_retangle_block .item:hover .item-r .summary {
  transition: 0.5s;
}

@media all and (max-width: 600px) {
  .strengths_retangle_block .item .item-inner {
    padding: 0px;
  }
  .strengths_retangle_block .item .item-r .name {
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 0px;
  }
}/*# sourceMappingURL=retangle.css.map */