@import url("https://fonts.googleapis.com/css?family=Raleway:500,600,700,800,900&subset=latin-ext");
/*
[Raleway]
medium 500
semi-bold 600
bold 700
extra-bold 800
black 900

use: font-family: 'Raleway', sans-serif;
*/
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:400,700&subset=latin-ext");
/*
[Roboto]
regular 400
bold 700

use: font-family: 'Roboto Slab', serif;
*/
body, html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  position: relative;
}

.inner {
  max-width: 1340px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 500px) {
  h1, h1 * {
    font-size: 9vw;
  }
}

@media screen and (min-width: 575px) and (max-width: 1220px) {
  .col-md-4 h1, .col-md-4 h1 * {
    font-size: 2rem;
  }
}

@media screen and (min-width: 575px) and (max-width: 960px) {
  .col-md-4 h1, .col-md-4 h1 * {
    font-size: 1.5rem;
  }
}

.home {
  background-image: url("../img/bg.jpg");
  background-position: center;
  background-size: cover;
  min-height: 100vh;
  width: 100%;
  background-attachment: fixed;
}

.home nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.home__itin {
  width: 81px;
  margin: 20px;
}

.home__menu-ul {
  list-style-type: none;
  padding: 0;
  display: inline-block;
  width: calc(100% - 250px);
  text-align: center;
}

.home li {
  display: inline-block;
}

.home li > a {
  text-transform: uppercase;
  padding: 15px 40px;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  transition: all 0.2s;
  font-size: 13px;
}

.home li > a:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 920px) {
  .home__menu-ul {
    width: calc(100% - 150px);
  }
}

@media screen and (max-width: 1109px) {
  .home li > a {
    padding: 15px 20px;
  }
}

@media screen and (max-width: 740px) {
  .home__menu-ul {
    width: 100%;
  }
  .home nav {
    padding: 15px;
    padding-bottom: 0;
  }
  .home__itin {
    display: none;
  }
  .home li {
    line-height: 37px;
  }
  .home li > a {
    padding: 15px 8px;
    line-height: 20px;
  }
}

@media screen and (max-width: 399px) {
  .home li > a {
    font-size: 10px;
    font-weight: 600;
  }
}

.home__middle {
  color: #fff;
  text-align: center;
  margin-top: 15vh;
  margin-left: 15px;
  margin-right: 15px;
  transition: all 0.2s;
}

.home__middle h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 80px;
  transition: all 0.2s;
}

.home__middle h2 {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  font-size: 28px;
  margin-top: 0px;
  margin-bottom: 70px;
  transition: all 0.2s;
}

@media screen and (max-width: 699px), screen and (max-height: 680px) {
  .home__middle h1 {
    font-size: 50px;
  }
  .home__middle h2 {
    font-size: 20px;
  }
}

@media screen and (max-height: 649px) {
  .home__middle {
    margin-top: 10vh;
  }
  .home__middle h2 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 399px) {
  .home__middle h1 {
    font-size: 30px;
  }
  .home__middle h2 {
    font-size: 16px;
  }
}

@media screen and (max-height: 599px) {
  .home__middle {
    margin-top: 20vh;
  }
}

@media screen and (orientation: portrait) {
  .home__middle {
    margin-top: 10vh;
  }
  .home__middle h2 {
    margin-bottom: 40px;
  }
}

.home__icons {
  font-family: 'Roboto Slab', serif;
  color: #fff;
  margin-top: 15vh;
  padding-bottom: 5vh;
  transition: all 0.2s;
}

.home__icons img {
  width: 100%;
  max-width: 90px;
}

.home__icons div {
  text-align: center;
}

.home__icons h3 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 18px;
  transition: all 0.2s;
}

.home__icons p {
  font-size: 18px;
  transition: all 0.2s;
}

@media screen and (max-width: 599px) {
  .home__icons h3 {
    font-size: 16px;
  }
  .home__icons p {
    font-size: 15px;
  }
}

@media screen and (max-width: 399px) {
  .home__icons h3 {
    font-size: 14px;
  }
  .home__icons p {
    font-size: 12px;
  }
}

@media screen and (max-height: 599px) {
  .home__icons {
    display: none;
  }
}

@media screen and (orientation: portrait) {
  .home__icons {
    display: block;
  }
}

.services {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #fff;
  color: #525151;
}

.services__info {
  margin-bottom: 40px;
}

.services__info .row {
  margin-top: 70px;
}

.services__info h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
  color: #2d2d2d;
}

.services__info h1 span {
  font-weight: 800;
}

.services__info hr {
  border-top: 7px solid #da1a30;
  width: 70px;
  margin-left: 0;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .services__heading {
    height: 250px;
  }
}

.services__text {
  font-family: 'Roboto Slab', serif;
  color: #525151;
  font-size: 17px;
}

.services__picture > img {
  max-width: 100%;
}

.certifications {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #1c1c1c;
  color: #fff;
}

.certifications__info {
  margin-bottom: 40px;
}

.certifications__info h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
}

.certifications__info h1 span {
  font-weight: 800;
}

.certifications__info hr {
  border-top: 7px solid #da1a30;
  width: 70px;
  margin-left: 0;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .certifications__heading {
    height: 250px;
  }
}

.certifications__text {
  font-family: 'Roboto Slab', serif;
  color: #8e8e8e;
  font-size: 17px;
}

.certifications__text-highlight {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  font-size: 30px;
  color: #fff;
}

.certifications__icons .row {
  max-width: 1100px;
}

.certifications__company {
  margin: 30px 0;
}

.certifications__company img {
  max-width: 70px;
}

.certifications__company span {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 24px;
  margin-left: 30px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .certifications__company span {
    font-size: 18px;
  }
}

.certifications__company:first-child {
  margin-top: 0;
}

.support {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #fff;
  color: #525151;
}

.support__info {
  margin-bottom: 40px;
}

.support__info h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
  color: #2d2d2d;
}

.support__info h1 span {
  font-weight: 800;
}

.support__info hr {
  border-top: 7px solid #038ff4;
  width: 70px;
  margin-left: 0;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .support__heading {
    height: 250px;
  }
}

.support__text {
  font-family: 'Roboto Slab', serif;
  color: #525151;
  font-size: 17px;
}

.support__tv-link-block {
  height: 550px;
}

.support__tv-link {
  margin: auto;
  width: 350px;
  max-width: 100%;
  display: block;
  position: static;
}

.support__tv-link:hover {
  text-decoration: none !important;
}

.support__tv-link .block:hover {
  text-decoration: none;
}

.support__tv-link .block:hover ~ .tv-circle {
  width: 300px;
  height: 300px;
  margin-left: 25px;
  margin-top: -475px;
}

.support__tv-link .tv-circle {
  width: 500px;
  height: 500px;
  background-color: #f2f2f2;
  border-radius: 400px;
  transition: all 0.2s;
  position: relative;
  margin-left: -70px;
  margin-top: -500px;
}

.support__tv-link .block {
  width: 350px;
  max-width: 100%;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.64);
  transition: all 0.2s;
  position: relative;
  z-index: 10;
}

.support__tv-link .block:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.64);
}

@media screen and (max-width: 500px) {
  .support__tv-link .tv-circle {
    display: none !important;
  }
}

.support__tv-link .picture {
  width: 100%;
  height: 350px;
  background-color: #038ff4;
  background-image: url("../img/tv.png");
  background-size: cover;
  background-position: center;
}

.support__tv-link .text {
  background-color: #038ff4;
  padding: 20px 10px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.support__tv-link .text h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 7px;
  margin-top: 20px;
}

.support__tv-link .text .sw-name {
  font-size: 10px;
  text-transform: uppercase;
}

.support__tv-link .text hr {
  border-top: 5px solid #fff;
  width: 60px;
}

.support__tv-link .text .info {
  font-family: 'Roboto Slab', serif;
  font-size: 13px;
}

.contact {
  padding-top: 90px;
  padding-bottom: 100px;
  background: #f2f2f2;
  color: #525151;
}

.contact__info {
  margin-bottom: 40px;
}

.contact__info .row {
  margin-top: 30px;
}

.contact__info h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
  color: #2d2d2d;
}

.contact__info h1 span {
  font-weight: 800;
}

.contact__info hr {
  border-top: 7px solid #da1a30;
  width: 70px;
  margin-left: 0;
}

.contact__heading {
  text-align: center;
}

.contact__text {
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  margin-top: 50px;
}

.contact__text h3 {
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  color: #da1a30;
  font-size: 16px;
}

.contact__text a {
  text-decoration: none;
  color: #da1a30;
  border-bottom: 1px dotted #da1a30;
}

.contact__text i {
  font-size: 18px;
  margin-right: 10px;
  color: #fff;
  padding: 8px;
  margin-bottom: 5px;
  border-radius: 50px;
  background-color: #da1a30;
}

.contact__text span {
  line-height: 25px;
  vertical-align: super;
}

.contact__picture > img {
  max-width: 100%;
}

.footer {
  background-color: #1c1c1c;
  background-image: url("../img/logo_bg.png");
  background-size: contain;
  background-position: 10%;
  background-repeat: no-repeat;
  padding: 60px 10px 0 10px;
}

.footer__info {
  margin-bottom: 50px;
}

.footer__text h2 {
  color: #fff;
  font-weight: 900;
  font-size: 22px;
}

.footer__text a {
  font-family: 'Roboto Slab', serif;
  color: #8e8e8e;
  text-decoration: none;
  border-bottom: 1px dotted #8e8e8e;
  margin-top: 7px;
  display: inline-block;
}

.footer__logo {
  text-align: right;
}

.footer__logo img {
  max-width: 100%;
  width: 200px;
}

@media screen and (max-width: 576px) {
  .footer__logo {
    margin-top: 50px;
    text-align: center;
  }
}

.footer__copyright {
  border-top: 2px dotted #8e8e8e;
  color: #8e8e8e;
  text-align: center;
  padding: 20px;
  font-family: 'Roboto Slab', serif;
}

.red-button {
  font-family: 'Raleway', sans-serif !important;
  font-weight: 800 !important;
  font-size: 13px !important;
  background: rgba(218, 26, 48, 0.9);
  padding: 20px 30px !important;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.2s;
}

.red-button:hover {
  text-decoration: none;
  color: #fff;
  filter: grayscale(100%);
}

.grey-button {
  font-family: 'Raleway', sans-serif !important;
  font-weight: 800 !important;
  font-size: 13px !important;
  background: #2e2e2e;
  padding-top: 25px !important;
  text-transform: uppercase;
  color: #8e8e8e;
  transition: all 0.2s;
  margin-top: 30px;
  height: 70px;
  display: block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  width: 240px;
}

.grey-button:hover {
  text-decoration: none;
  color: #fff;
  background: #8e8e8e;
}
/*# sourceMappingURL=main.css.map */