@media only screen and (max-width: 2560px) {
  section.features .feature-icon-list {
    padding-left: 59vw !important;
    text-align: left;
  }
  .services-section {
    padding-top: 1%;
  }
  .text-services {
    padding-top: 5%;
  }
  .text-right {
    text-align: right;
  }
  .imgtext-renek {
    padding-top: 5%;
  }
}
@media only screen and (max-width: 1920px) {
  section.features .feature-icon-list {
    padding-left: 59vw !important;
    text-align: left;
  }
  .services-section {
    padding-top: 1%;
  }
  .text-services {
    padding-top: 5%;
  }
  .text-right {
    text-align: right;
  }
  .imgtext-renek {
    padding-top: 5%;
  }
}
@media only screen and (max-width: 1200px) {
  .text-services {
    padding-top: 20%;
  }
  .text-right {
    text-align: center;
  }
  .imgtext-renek {
    padding-top: 10%;
  }
}
@media only screen and (max-width: 800px) {
  section.features .feature-icon-list {
    padding-left: 0 !important;
    text-align: center;
  }
  section.features .content {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .services-section {
    padding-top: 15%;
  }
  .text-services {
    padding-top: 35% !important;
  }
  .selector {
    width: 100px !important;
    height: 100px !important;
  }
  .text-right {
    text-align: center;
  }
  .imgtext-renek {
    padding-top: 40%;
  }
}
section.features {
  background-image: url(../img/feature2.jpg);
  background-size: cover;
  min-height: 60vh;
}
.selector {
  position: relative;
  width: 200px;
  height: 200px;
  margin-top: 20%;
}
.selector > img {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.selector ul {
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
}
.selector li {
  position: absolute;
  height: 100%;
  margin: 0 50%;
  -webkit-transform: rotate(-360deg);
  transition: all 0.8s ease-in-out;
}
.selector li .img-button {
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 0;
  height: 0;
  line-height: 1px;
  margin-left: 0;
  border-radius: 50%;
  text-align: center;
  font-size: 1px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: none;
  transition: all 0.8s ease-in-out, color 0.1s, background 0.1s;
}
.selector.open li .img-button {
  width: 115px;
  height: 115px;
  margin-left: -57px;
}
.background-services {
  background: url(../img/top-services2.png);
  padding-bottom: 1%;
  background-attachment: fixed;
}
.top-services {
  text-shadow: 0 2px 4px #000;
}
.text-services {
  color: #fff;
}
.buttons-services {
  border-right: 5px solid #0c2d48;
}
.showSectionService {
  display: block;
}
.hiddenSectionService {
  display: none;
}
.choose-us {
  background: url(../img/whyus-bg2.png) top center;
  background-size: cover;
  color: #fff;
  text-shadow: 0 2px 4px #000;
}
.title-choose,
.title-contactus {
  text-shadow: 0 2px 4px #000;
  font-family: Geometria-Heavy, sans-serif;
  color: #fff;
  font-weight: 700;
}
.showSectionChooseUs {
  display: block;
}
.hiddenSectionChooseUs {
  display: none;
}
.contact-us {
  background: url(../img/contactus-bg.jpg) no-repeat top;
  color: #fff;
  text-shadow: 0 2px 4px #000;
  width: 100%;
  background-position: 50% 10%;
  background-size: cover;
}
.button-boost {
  border: 2px solid #3aa3ea;
  background-color: #10203b;
  color: #fff;
  filter: drop-shadow(0 2px 4px #000);
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  transition: 1s;
  margin: auto;
  height: 50px;
  font-weight: 700;
}
.separatedSections {
  padding-top: 5%;
  padding-bottom: 5%;
}
hr {
  display: block;
  border: 0;
  border-top: 2px solid #0c2d48;
  margin: 0;
  padding: 0;
  opacity: 100 !important;
}
.activePhoto {
  background-color: #2692ff !important;
}