body {
  font-family: 'Roboto', sans-serif;
}
main {
  min-height: 650px;
}
.logo img {
    padding: 20px 0;
}
.header-phone {
    padding: 20px 0 20px 50px;
}
.header-phone i {
    font-size: 30px;
    padding: 0 2px;
}
.phone {
    margin: 5px 0;
}
.phone img {
    width: 50px;
    margin-bottom: 10px;
}
.phone span {
    font-size: 22px;
    font-weight: bold;
}
.fa-telegram {
    color: #1c9cd9;
}
.fa-viber {
    color: #59267c;
}
.fa-whatsapp {
    color: #81cd50;
}
.phone > .tel {
    color: #1c9cd9;
    font-size: 28px;
    margin-left: 20px;
}
.phone a:hover {
  opacity: 0.5;
}
.call-back {
    padding: 35px 0;
    text-align: center;
}
header .call-back {
    padding: 0;
    margin-top: 60px;
}
.slider {
    background: url(../../../images/slider.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    height: 550px;
    width: 100%;
}
.slider h1 {
    padding-top: 100px;
}
.slider-form {
    padding-top: 150px;
}
.call-back .btn, .service .btn, .controls .btn {
    background-color: #1c9cd9;
    border-radius: 15px;
    border: none;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    padding: 10px 30px;
    transition: 0.5s;
}
.tab-content {
    margin-top: 20px;
}
.nav-item.nav-link {
  color: #1c9cd9;
}
.btn-primary {
  color: #fff !important;
  background-color: #1c9cd9;
  border-color: #1c9cd9;
}
.btn:hover {
    border-radius: 50px 0 50px 0;
    transition: 0.5s;
}
.advantages, .services, .form-capture, .scheme-work, .reviews, .faq, .clients, .content {
    padding: 25px 0;
}
.advantages .h2, .services .h2, .form-capture .h2, .scheme-work .h2, .reviews .h2, .faq .h2, .clients .h2, .content .h2, .specialists .h2 {
    padding: 20px 0 40px 0;
    text-align: center;
}
.advantage, .service, .review {
    margin: 20px 0;
}
.advantage img {
    display: table;
    margin: 20px auto;
}
.advantage .h3 {
    text-align: center;
}
.advantage p {
    text-align: justify;
}
.sw {
    margin: 30px 0;
}
.sw img {
    display: table;
    margin: 20px auto;
    width: 70px;
}
.sw p {
    font-weight: bold;
    text-align: center;
}
.sw i {
    position: absolute;
    right: -10px;
    top: 50px;
    font-size: 25px;
    color: #ff8562;
}
.sw i.fa-chevron-down {
    display: none;
}
.client {
    display: flex;
    height: 150px;
    margin: 20px 0;
}
.client img {
    max-width: 150px;
    margin: auto;
}
.form-capture img {
    width: 190px;
    display: table;
    margin: 0 auto;
    padding: 15px 0;
}
.remote {
  display: flex;
  width: 50%;
}
.remote a {
  display: block;
  margin: 0 auto;
}
.teamviewer {
    background: url(../../../images/button_team_viewer.png);
    background-position: 0px 0px;
    width: 262px;
    height: 62px;
    margin: 10px 0;
}
.teamviewer:hover {
    background-position: 0px -62px;
}
.ammy {
    background: url(../../../images/button_team_ammyy.png);
    background-position: 0px 0px;
    width: 262px;
    height: 62px;
    margin: 10px 0;
}
.ammy:hover {
    background-position: 0px -62px;
}
.anydesk {
    background: url(../../../images/button_team_anydesk.png);
    background-position: 0px 0px;
    width: 262px;
    height: 62px;
    margin: 10px 0;
}
.anydesk:hover {
    background-position: 0px -62px;
}
.social-networks ul {
  padding: 0;
}
.social-networks li {
  list-style: none;
  display: inline-block;
  padding: 0px 20px;
  font-size: 20px;
}
.specialist i {
    font-size: 20px;
}
.specialist a.tel {
    margin-left: 20px;
    font-size: 20px;
    font-weight: bold;
}
.fa-vk {
  color: #4c75a3;
}
.fa-facebook-square {
  color: #3b5999;
}
.fa-youtube {
  color: #cd201f;
}
.fa-twitter {
  color: #55acee;
}
.fa-instagram {
  color: #e4405f;
}
footer {
    background-color: rgba(0,0,0,.09);
    padding: 20px 0;
}
.f-l {
  color: #1c9cd9;
}
.footer-phone, .footer-mail {
    margin-bottom: 10px;
}
.footer-phone i, .footer-mail i {
    font-size: 20px;
    padding: 0 3px;
}
.footer-phone a.tel, .footer-mail a {
    color: #1c9cd9;
    font-size: 22px;
    margin-left: 5px;
}
.footer-links {
    margin-top: 10px;
}
.footer-links .h4 {
    color: #1c9cd9;
}
.footer-links ul {
    padding: 0;
}
.footer-links li {
    font-size: 14px;
    list-style: none;
}
.footer-links a {
    color: #000;
}
.blog-name {
    color: #1c9cd9;
    font-size: 1.5rem;
}
.blog-intro {
    font-size: 0.9rem;
    line-height: 20px;
    margin: 10px 0;
}
.blog-name {
    color: #1c9cd9;
}
.blog-name:hover {
    text-decoration: none;
}
.blog-btn {
    color: #1c9cd9;
    border-bottom: 1px solid #1c9cd9;
    transition: 0.5s;
}
.blog-btn:hover {
    border-bottom: 1px solid #fff;
    text-decoration: none;
}
.btn-any {
    background-color: #1c9cd9;
    border-radius: 15px;
    border: none;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    padding: 10px 30px;
    transition: 0.5s;
    margin: 0 auto;
    display: table;
}
.btn-faq {
    background-color: #f48103;
    border-radius: 15px;
    border: none;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    padding: 10px 30px;
    transition: 0.5s;
    margin: 0 auto;
    display: table;
}
@media(max-width: 1200px){
  .remote {
    width: 100%;
  }
}
@media(max-width: 992px){
  .header-phone {
    padding: 20px 0 20px 0;
  }
  .header-phone a {
    margin: 0;
  }
  .phone {
    text-align: center;
  }
}
@media(max-width: 768px){
  .logo img {
    display: block;
    margin: 0 auto;
  }
  header .call-back {
      padding: 0 0px 30px 0;
      margin-top: 0;
  }
  .slider {
    height: 100%;
  }
  .sw i.fa-chevron-right {
    display: none;
  }
  .sw i.fa-chevron-down {
    display: block;
  }
  .sw i {
      top: 180px;
      left: 49%;
      right: 0;
  }
  .specialist img {
      display: table;
      margin: 20px auto;
  }
}
.cart {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 100;
    top: calc(50% - 35px);
    right: 0;
    width: 80px;
    height: 80px;
    background: #1c9cd9;
    font-family: "roboto-medium";
    font-size: 15px;
    color: #FFF;
}
.cart a {
    display: block;
    color: #FFF;
    text-align: center;
}
.cart a:hover {
    text-decoration: none;
}
.fa-shopping-cart {
    display: block;
    margin: 0 0 10px 0;
    font-size: 30px;
    color: #FFF;
}
.ms2_total_count {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -15px;
    left: -15px;
    width: 30px;
    height: 30px;
    padding: 5px 0 0 0;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #1c9cd9;
    color: #1c9cd9;
    z-index: 1;
}
.ms2_total_cost {
    color: #FFF;
}
.telegram-channel {
  padding: 5px 0 20px;
}
.telegram-channel i {
  margin-right: 10px;
}
.telegram-channel a {
  color: #1c9cd9;
  font-size: 1.5em;
}
#tab-description {
  word-break: break-word;
}