/* ABOUT */

.page--about {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.about-top-text {
  position: relative;
  max-width: 1200px;
  min-height: 377px;
  margin-left: auto;
  margin-right: auto;
  background: url(../../img/pages/about--top.png) 50% 0 no-repeat;
  background-size: auto 100%;
}
.about-top-text .text__wr {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  padding: 0 15px;
  transform: translateY(-50%);
}
.about-top-text .img {
  display: none;
}
.about-top-text .text {
  margin-left: 20px;
}
.about-top-text .text .h2 {
  font-size: 35px;
}
.about-top-text .text p {
  font-size: 20px;
}

@media (max-width: 991px) {
  /*.about-top-text {
    height: auto;
    margin-bottom: 30px;
  }*/
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-top-text {
    background-position: 40% 0;
  }
  .about-top-text .text {
    margin-left: -20px;
  }
}
@media (max-width: 767px) {
  .about-top-text {
    margin-top: 10px;
    margin-bottom: 30px;
    background: none;
  }
  .about-top-text .img {
    display: block;
    max-width: 500px;
    height: 300px;
    margin: -20px auto 0;
    background: url(../../img/pages/about--top.png) 12% 40% no-repeat;
    background-size: auto 120%;
  }
  .about-top-text .text__wr {
    position: static;
    transform: none;
  }
  .about-top-text .text {
    margin-left: 0;
  }
  .about-top-text .text .h2 {
    font-size: 28px;
  }
  .about-top-text .text p {
    margin: 10px 0;
  }
}
@media (max-width: 575px) {
  .about-top-text {
    min-height: 0;
  }
  .about-top-text .img {
    display: none;
  }
}


.about-list {
  max-width: 700px;
  margin: 0 auto 60px;
  padding: 0 15px;
  list-style: none;
}
.about-list li {
  display: flex;
  align-items: center;
}
.about-list li + li {
  margin-top: 15px;
}
.about-list .text {
  margin-left: 32px;
  font-size: 18px;
  font-style: italic;
}
.about-list .circle-arrow {
  position: relative;
  display: flex;
  width:     135px;
  height:    135px;
  min-width: 135px;
  max-width: 135px;
  border-radius: 50%;
  font-size: 55px; /* 41% */
  background-color: currentColor;
  box-shadow: 0 19px 76px 0 rgba(127, 11, 126, 0.76);
}
.about-list .circle-arrow:after {
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  width: 0;
  height: 0;
  margin: -13px 0 0 -2px;
  border-top:    13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left:   13px solid currentColor;
  content: " ";
}
.about-list .circle-arrow > span {
  position: relative;
  margin: auto;
  left: -2%;
  font-style: italic;
  font-weight: 700;
  color: white;
}
@media (max-width: 575px) {
  .about-list li {
    align-items: start;
  }
  .about-list .text {
    margin-left: 15px;
    margin-top: 17px;
  }
  .about-list .circle-arrow {
    width:     58px;
    height:    58px;
    min-width: 58px;
    max-width: 58px;
    font-size: 24px;
  }
  .about-list .circle-arrow:after {
    border-top-width:    5px;
    border-bottom-width: 5px;
    border-left-width:   5px;
    margin: -5px 0 0 -1px;
  }
}


.about-services--title {
  margin: 50px auto;
  font-weight: 700;
  text-align: center;
  font-size: 40px;
}
.about-services--bottom {
  max-width: 500px;
  margin: 40px auto;
  padding: 0 15px;
  text-align: center;
  font-size: 22px;
  font-style: italic;
  color: #0ccec6;
}

.about-services {
  max-width: 1145px;
  margin: 0 auto;
  padding: 0 15px;
  list-style: none;
  background: url(../../img/pages/about--ico--bg.jpg) 50% 0 no-repeat;
}
.about-services .item {
  width: 400px;
  max-width: 47%;
}
.about-services .text-left {
  padding-right: 180px;
}
.about-services .text-right {
  padding-left: 180px;
}
.about-services .text {
  padding-top: 40px;
  font-size: 18px;
  color: #10b7bd;
  text-align: center;
}
.about-services .text-center .text {
  padding-top: 0;
}
.about-services .text .h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  color: white;
}
.about-services .text p {
  margin: 0 0 15px;
}
.about-services .ico {
  position: relative;
  width: 140px;
  height: 140px;
}
.about-services .ico:before {
  position: absolute;
  display: block;
  content: " ";
  width: 108px;
  height: 108px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  margin: auto;
  background-color: #10b7bd;
  border-radius: 50%;
  box-shadow: 0 19px 76px 0 rgba(127, 11, 126, 0.76);
}
.about-services .ico:after {
  position: absolute;
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  background: center no-repeat;
  background-size: 100% 100%;
}
.about-services .text-left .ico {
  float: right;
  margin-right: -180px;
}
.about-services .text-right .ico {
  float: left;
  margin-left: -180px;
}
.about-services .text-center .ico {
  margin: 0 auto;
}

.about-services .item-01 {
  float: left;
}
.about-services .item-02 {
  float: right;
}
.about-services .item-03 {
  float: left;
}
.about-services .item-04 {
  float: right;
}
.about-services .item-05 {
  margin: 0 auto;
}

.about-services .ico-01:after {
  background-image: url(../../img/pages/about--ico--01.png);
}
.about-services .ico-02:after {
  background-image: url(../../img/pages/about--ico--02.png);
}
.about-services .ico-03:after {
  background-image: url(../../img/pages/about--ico--03.png);
}
.about-services .ico-04:after {
  background-image: url(../../img/pages/about--ico--04.png);
}
.about-services .ico-05:after {
  background-image: url(../../img/pages/about--ico--05.png);
}

.about-services .sep-01 {
  margin-bottom: 70px;
}
.about-services .sep-02 {
  margin-bottom: 50px;
}
.about-services .sep-03 {
  margin-bottom: -10px;
}

@media (max-width: 991px) {
  .about-services {
    background: none;
  }
  .about-services .sep {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-services .sep-03 {
    margin-bottom: -30px;
  }
}
@media (max-width: 767px) {
  .about-services {
    max-width: 470px;
  }
  .about-services .item {
    width: 100%;
    max-width: none;
  }
  .about-services .text-left {
    padding-right: 140px;
  }
  .about-services .text-right {
    padding-left: 140px;
  }
  .about-services .text-left .ico {
    margin-right: -155px;
  }
  .about-services .text-right .ico {
    margin-left: -155px;
  }
}

.about-punkts__wr {
  max-width: 1500px;
  margin: 0 auto;
}
.about-punkts--img {
  overflow: hidden;
}
.about-punkts--img img {
  max-width: 150%;
}

.about-punkts--text {
  max-width: 470px;
  margin: 0 auto;
}

.about-punkts--title {
  font-weight: 700;
}
.about-punkts--title .title1 {
  margin-bottom: 10px;
  font-size: 22px;
}
.about-punkts--title .title2 {
  font-size: 35px;
}

.about-punkts {
  margin: 45px auto 10px;
}
.about-punkts li + li {
  margin-top: 38px;
}
.about-punkts .text {
  padding-top: 3px;
  font-size: 22px;
  font-style: italic;
}

@media (max-width: 991px) {
  .about-punkts--text {
    margin-top: 25px;
  }
}
@media (max-width: 575px) {
  .about-punkts--img img {
    max-width: 100%;
  }
  .about-punkts--title .title1 {
    font-size: 15px;
  }
  .about-punkts--title .title2 {
    font-size: 24px;
  }
  .about-punkts {
    margin-top: 30px;
  }
}
