@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700|Open+Sans:400,600,700&display=swap);
/*** COLOURS ***/
/*** SIZES ***/
/*** DOTDOTDOT ***/
/*** FONTS ***/
.servicesBlock {
  margin: 150px 0;
  position: relative;
}
.servicesBlock.aos-animate .contentWrapper .content .subTitle {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.servicesBlock.aos-animate .contentWrapper .content .cols .col {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.servicesBlock.aos-animate .icon {
  margin-top: 5px;
  opacity: 0.05;
}
.servicesBlock.aos-animate .line {
  margin-top: 170px;
  opacity: 0.05;
}
.servicesBlock .contentWrapper {
  position: relative;
}
.servicesBlock .contentWrapper .content {
  position: relative;
  z-index: 1;
}
.servicesBlock .contentWrapper .content .subTitle {
  color: #fbbc43;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
  -moz-transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
  -ms-transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
  -o-transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
  transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
}
.servicesBlock .contentWrapper .content .cols {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-top: 50px;
}
.servicesBlock .contentWrapper .content .cols .col {
  width: 25%;
  padding: 0 10px;
  display: inline-block;
  vertical-align: top;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.3s 0.6s, visibility 0.3s 0.6s, transform 0.3s 0.6s;
  -moz-transition: opacity 0.3s 0.6s, visibility 0.3s 0.6s, transform 0.3s 0.6s;
  -ms-transition: opacity 0.3s 0.6s, visibility 0.3s 0.6s, transform 0.3s 0.6s;
  -o-transition: opacity 0.3s 0.6s, visibility 0.3s 0.6s, transform 0.3s 0.6s;
  transition: opacity 0.3s 0.6s, visibility 0.3s 0.6s, transform 0.3s 0.6s;
}
.servicesBlock .contentWrapper .content .cols .col:nth-child(2) {
  -webkit-transition: opacity 0.3s 0.75s, visibility 0.3s 0.75s, transform 0.3s 0.75s;
  -moz-transition: opacity 0.3s 0.75s, visibility 0.3s 0.75s, transform 0.3s 0.75s;
  -ms-transition: opacity 0.3s 0.75s, visibility 0.3s 0.75s, transform 0.3s 0.75s;
  -o-transition: opacity 0.3s 0.75s, visibility 0.3s 0.75s, transform 0.3s 0.75s;
  transition: opacity 0.3s 0.75s, visibility 0.3s 0.75s, transform 0.3s 0.75s;
}
.servicesBlock .contentWrapper .content .cols .col:nth-child(3) {
  -webkit-transition: opacity 0.3s 0.9s, visibility 0.3s 0.9s, transform 0.3s 0.9s;
  -moz-transition: opacity 0.3s 0.9s, visibility 0.3s 0.9s, transform 0.3s 0.9s;
  -ms-transition: opacity 0.3s 0.9s, visibility 0.3s 0.9s, transform 0.3s 0.9s;
  -o-transition: opacity 0.3s 0.9s, visibility 0.3s 0.9s, transform 0.3s 0.9s;
  transition: opacity 0.3s 0.9s, visibility 0.3s 0.9s, transform 0.3s 0.9s;
}
.servicesBlock .contentWrapper .content .cols .col.big {
  width: 50%;
}
.servicesBlock .contentWrapper .content .cols .col .image {
  width: 100%;
  height: 280px;
  background-size: cover;
  background-position: center center;
}
.servicesBlock .contentWrapper .content .cols .col .infoText {
  padding-right: 10px;
}
.servicesBlock .contentWrapper .content .cols .col .infoText .normalTitle {
  margin: 40px 0;
  max-height: 30px;
  overflow: hidden;
}
.servicesBlock .contentWrapper .content .cols .col .infoText .text {
  max-height: 100px;
  overflow: hidden;
}
.servicesBlock .contentWrapper .content .cols .col .infoText .text p {
  color: #fff;
  opacity: 0.5;
  padding-left: 20px;
}
.servicesBlock .contentWrapper .content .cols .col .infoText .text p:last-child {
  margin-bottom: 0;
}
.servicesBlock .contentWrapper .content .cols .col .infoText .text p:first-child {
  position: relative;
}
.servicesBlock .contentWrapper .content .cols .col .infoText .text p:first-child:before {
  content: "*";
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
}
.servicesBlock .contentWrapper .content .cols .col .infoText .subCols .subCol {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 20px;
}
.servicesBlock .contentWrapper .content .cols .col .infoText .subCols .subCol:last-child .text p:before {
  display: none;
}
.servicesBlock .contentWrapper .content .cols .col .infoText .buttons {
  padding-left: 20px;
  margin-top: 40px;
}
.servicesBlock .icon {
  margin-top: 5px;
  height: auto;
  left: auto;
  position: absolute;
  top: auto;
  width: 376px;
  bottom: -100px;
  right: 340px;
  opacity: 0;
  margin-top: 20px;
  -webkit-transition: opacity 0.3s 0.45s, margin-top 0.3s 0.45s;
  -moz-transition: opacity 0.3s 0.45s, margin-top 0.3s 0.45s;
  -ms-transition: opacity 0.3s 0.45s, margin-top 0.3s 0.45s;
  -o-transition: opacity 0.3s 0.45s, margin-top 0.3s 0.45s;
  transition: opacity 0.3s 0.45s, margin-top 0.3s 0.45s;
}
.servicesBlock .icon svg {
  width: 100%;
}
.servicesBlock .icon svg path {
  stroke: #fff;
  stroke-width: 2px;
  fill: transparent;
}
.servicesBlock .line {
  height: auto;
  left: auto;
  position: absolute;
  top: auto;
  width: 78px;
  bottom: -150px;
  right: 730px;
  margin-top: 190px;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.6s, margin-top 0.3s 0.6s;
  -moz-transition: opacity 0.3s 0.6s, margin-top 0.3s 0.6s;
  -ms-transition: opacity 0.3s 0.6s, margin-top 0.3s 0.6s;
  -o-transition: opacity 0.3s 0.6s, margin-top 0.3s 0.6s;
  transition: opacity 0.3s 0.6s, margin-top 0.3s 0.6s;
}
.servicesBlock .line svg {
  width: 100%;
}
.servicesBlock .line svg line {
  stroke: #fff;
  stroke-width: 2px;
  fill: transparent;
}
@media all and (max-width: 1300px) {
  .servicesBlock .line {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  .servicesBlock {
    margin: 50px 0;
  }
  .servicesBlock .contentWrapper .content .cols .col {
    width: 50%;
  }
  .servicesBlock .contentWrapper .content .cols .col.big {
    width: 100%;
    margin-bottom: 50px;
  }
  .servicesBlock .contentWrapper .content .cols .col.big .image {
    max-width: 600px;
  }
  .servicesBlock .contentWrapper .content .cols .col.big .infoText {
    max-width: 600px;
  }
  .servicesBlock .contentWrapper .content .cols .col .infoText .normalTitle {
    margin: 20px 0;
  }
  .servicesBlock .contentWrapper .content .cols .col .infoText .buttons {
    margin-top: 20px;
  }
  .servicesBlock .icon {
    display: none;
  }
}
@media all and (max-width: 550px) {
  .servicesBlock .contentWrapper .content .cols .col {
    width: 100%;
    margin-bottom: 50px;
  }
  .servicesBlock .contentWrapper .content .cols .col:last-child {
    margin-bottom: 0;
  }
  .servicesBlock .contentWrapper .content .cols .col.big .subCols .subCol {
    width: 100%;
    padding-right: 0;
  }
  .servicesBlock .contentWrapper .content .cols .col.big .subCols .subCol:last-child {
    display: none;
  }
}
/*# sourceMappingURL=services_block.css.map */