body {
  font-family: "Open Sans", Helvetica, Arial;
}

button:active, button:focus {
  outline: none;
}

input {
  outline: none;
}

.header {
  padding-top: 50px;
  padding-bottom: 30px;
}

.header:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 944px;
  background: #373737 url(../img/home/hero-bg.jpg) center no-repeat;
  background-size: cover;
  z-index: -1;
}

.header .logo-block img {
  width: 80px;
  height: 60px;
}

.header .header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .logo-nav {
  width: 50%;
}

.header .logo-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .logo-nav ul li {
  list-style-type: none;
  border-bottom: 1px solid rgba(193, 193, 193, 0.63);
  font-weight: 100;
  font-family: "Open Sans", Helvetica, Arial;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .logo-nav ul li:hover {
  border-bottom: 1px solid #3b8acc;
}

.header .logo-nav ul li:nth-child(3) {
  font-weight: 700;
}

.header .logo-nav ul li a {
  text-decoration: none;
  color: #fff;
}

.sub-header {
  padding-bottom: 192px;
}

.sub-header-block h2 {
  padding-top: 50px;
  padding-bottom: 50px;
  letter-spacing: 1px;
  font-size: 46px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
}

.sub-header-block__text {
  font-size: 18px;
  font-weight: 100;
  color: #fff;
  padding-bottom: 50px;
}

.sub-header-block a {
  text-decoration: none;
  padding: 15px 40px;
  background: #009ee3;
  color: #fff;
  border-radius: 5px;
}

.sub-header-block a:hover {
  background: #3b8acc;
}

.network-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.network-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.network-block__img {
  padding-right: 20px;
}

.network-block__img img {
  width: 50px;
  height: 50px;
}

.network-block__text {
  color: #fff;
  font-size: 20px;
  font-weight: 100;
}

.features {
  padding-top: 230px;
}

.features h2 {
  color: #009ee3;
  font-size: 46px;
  letter-spacing: 1px;
  font-weight: 300;
  text-transform: uppercase;
  padding-bottom: 30px;
}

.features p {
  font-size: 18px;
  font-weight: 100;
  padding-bottom: 70px;
}

.features .features-block-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 80px;
}

.features .features-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 330px;
}

.features .features-block__img img {
  width: 90px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

.features .features-block__text {
  padding-left: 40px;
  font-size: 16px;
  font-weight: 100;
}

.tariff-wrap {
  background: #373737 url(../img/home/tariffs-bg.jpg) center no-repeat;
  background-size: cover;
}

.tariff-wrap .tariff {
  padding-top: 180px;
  padding-bottom: 120px;
}

.tariff-wrap .tariff h2 {
  font-size: 46px;
  color: #FFFFFF;
  font-weight: 300;
  text-transform: uppercase;
  padding-bottom: 80px;
}

.tariff-wrap .tariff-block-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tariff-wrap .tariff-block__ring {
  width: 160px;
  height: 160px;
  position: relative;
  border: 2px solid #ffffff;
  border-radius: 100%;
}

.tariff-wrap .tariff-block__ring:hover {
  background-color: rgba(7, 138, 197, 0.7);
}

.tariff-wrap .tariff-block__number {
  font-size: 40px;
  font-weight: 100;
  color: #FFFFFF;
}

.tariff-wrap .tariff-block__mbit {
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.tariff-wrap .tariff-block__price {
  padding-top: 20px;
  padding-bottom: 60px;
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 100;
  text-align: center;
}

.tariff-wrap .tariff-ring-number {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.tariff-wrap .tariff__text {
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 100;
}

.request-wrap {
  padding-top: 150px;
  padding-bottom: 150px;
}

.request-wrap .request h2 {
  color: #009ee3;
  font-size: 46px;
  text-transform: uppercase;
  font-weight: 100;
  padding-bottom: 30px;
}

.request-wrap .request p {
  font-size: 18px;
  font-weight: 100;
  padding-bottom: 30px;
}

.request-wrap .request-from-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 40px;
}

.request-wrap .request-from-block__name {
  width: 49%;
}

.request-wrap .request-from-block__tel {
  width: 49%;
}

.request-wrap .request-from-block input {
  padding: 12px 15px;
  width: 100%;
  border: 2px solid #ccc;
  font-size: 16px;
  font-weight: 300;
}

.request-wrap .request-from input[type=submit] {
  padding: 15px 40px;
  background: #009ee3;
  color: #fff;
  border-radius: 5px;
  border: none;
  font-weight: 100;
}

.request-wrap .request-from input[type=submit]:hover {
  background: #3b8acc;
  cursor: pointer;
}

.footer-wrap {
  background: #3e4c52;
  padding: 50px 0 50px 0;
  color: #FFFFFF;
}

.footer-wrap .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-wrap .footer-block__title {
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 18px;
}

.footer-wrap .footer-block__categories {
  text-align: left;
}

.footer-wrap .footer-block__categories ul {
  padding-left: 0;
}

.footer-wrap .footer-block__categories ul li {
  list-style-type: none;
}

.footer-wrap .footer-block__categories ul li a {
  text-decoration: none;
  color: #AAAAAA;
  font-weight: 300;
  font-size: 14px;
}

.footer-wrap .footer-contacts {
  text-align: right;
}

.footer-wrap .footer-contacts__tel {
  padding-bottom: 30px;
  font-size: 22px;
}

.footer-wrap .footer-contacts__tel a {
  text-decoration: none;
  color: #fff;
  font-weight: 300;
}

.footer-wrap .footer-contacts__address {
  font-weight: 300;
  font-size: 14px;
}

.footer-wrap .footer-contacts__mail a {
  text-decoration: none;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}

.subfooter-wrap {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #2b373b;
}

.subfooter-wrap .subfooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 60%;
}

.subfooter-wrap .subfooter__text {
  font-size: 12px;
  font-weight: 100;
  color: #AAAAAA;
}

@media (max-width: 576px) {
  .header {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .header:after {
    height: 950px;
  }
  .header .logo-block {
    padding-bottom: 20px;
  }
  .header .logo-block img {
    width: 120px;
    height: 100px;
  }
  .header .header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .logo-nav {
    width: 100%;
  }
  .header .logo-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
  }
  .header .logo-nav ul li {
    font-size: 20px;
    padding-bottom: 20px;
    border: none;
  }
  .header .logo-nav ul li:hover {
    border: none;
  }
  .sub-header {
    padding-bottom: 70px;
  }
  .sub-header-block {
    text-align: center;
  }
  .sub-header-block h2 {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 20px;
    font-size: 26px;
    font-weight: 600;
  }
  .sub-header-block__text {
    text-align: center;
    font-size: 12px;
    padding-bottom: 30px;
  }
  .network-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .network-block {
    padding-bottom: 30px;
  }
  .network-block__img {
    padding-right: 20px;
  }
  .network-block__text {
    font-size: 18px;
  }
  .features {
    padding-top: 80px;
  }
  .features h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 30px;
  }
  .features p {
    text-align: center;
    font-size: 18px;
    padding-bottom: 40px;
  }
  .features .features-block-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0px;
  }
  .features .features-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    width: 100%;
  }
  .features .features-block__img img {
    width: 90px;
    height: 60px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .features .features-block__text {
    width: 190px;
    padding-left: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: 100;
  }
  .tariff-wrap .tariff {
    padding-top: 40px;
    padding-bottom: 100px;
  }
  .tariff-wrap .tariff h2 {
    text-align: center;
    font-size: 30px;
    padding-bottom: 20px;
  }
  .tariff-wrap .tariff-block-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tariff-wrap .tariff__text {
    text-align: center;
  }
  .request-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .request-wrap .request h2 {
    font-size: 36px;
    text-align: center;
    padding-bottom: 30px;
  }
  .request-wrap .request p {
    text-align: center;
    font-size: 16px;
    padding-bottom: 30px;
  }
  .request-wrap .request-from {
    text-align: center;
  }
  .request-wrap .request-from-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 40px;
  }
  .request-wrap .request-from-block__name {
    width: 100%;
    padding-bottom: 10px;
  }
  .request-wrap .request-from-block__tel {
    width: 100%;
  }
  .request-wrap .request-from-block input {
    text-align: center;
  }
  .footer-wrap {
    padding: 50px 0 50px 0;
  }
  .footer-wrap .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-wrap .footer-block {
    text-align: center;
  }
  .footer-wrap .footer-block__title {
    padding-bottom: 10px;
  }
  .footer-wrap .footer-block__categories {
    text-align: center;
  }
  .footer-wrap .footer-contacts {
    text-align: center;
  }
  .subfooter-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .subfooter-wrap .subfooter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .subfooter-wrap .subfooter__text {
    padding-bottom: 10px;
    font-size: 14px;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .header {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .header:after {
    height: 950px;
  }
  .header .logo-block {
    padding-bottom: 20px;
  }
  .header .logo-block img {
    width: 120px;
    height: 100px;
  }
  .header .header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .logo-nav {
    width: 100%;
  }
  .header .logo-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
  }
  .header .logo-nav ul li {
    font-size: 20px;
    padding-bottom: 20px;
    border: none;
  }
  .header .logo-nav ul li:hover {
    border: none;
  }
  .sub-header {
    padding-bottom: 70px;
  }
  .sub-header-block {
    text-align: center;
  }
  .sub-header-block h2 {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 20px;
    font-size: 36px;
    font-weight: 600;
  }
  .sub-header-block__text {
    text-align: center;
    font-size: 14px;
    padding-bottom: 40px;
  }
  .network-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .network-block {
    padding-bottom: 30px;
  }
  .network-block__img {
    padding-right: 20px;
  }
  .network-block__text {
    font-size: 18px;
  }
  .features {
    padding-top: 80px;
  }
  .features h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 30px;
  }
  .features p {
    text-align: center;
    font-size: 18px;
    padding-bottom: 40px;
  }
  .features .features-block-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0px;
  }
  .features .features-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .features .features-block__img img {
    width: 90px;
    height: 60px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .features .features-block__text {
    width: 40%;
    padding-left: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: 100;
  }
  .tariff-wrap .tariff {
    padding-top: 40px;
    padding-bottom: 100px;
  }
  .tariff-wrap .tariff h2 {
    text-align: center;
    font-size: 30px;
    padding-bottom: 20px;
  }
  .tariff-wrap .tariff-block-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tariff-wrap .tariff__text {
    text-align: center;
  }
  .request-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .request-wrap .request h2 {
    font-size: 36px;
    text-align: center;
    padding-bottom: 30px;
  }
  .request-wrap .request p {
    text-align: center;
    font-size: 16px;
    padding-bottom: 30px;
  }
  .request-wrap .request-from {
    text-align: center;
  }
  .request-wrap .request-from-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 40px;
  }
  .request-wrap .request-from-block__name {
    width: 70%;
    padding-bottom: 10px;
  }
  .request-wrap .request-from-block__tel {
    width: 70%;
  }
  .request-wrap .request-from-block input {
    text-align: center;
  }
  .footer-wrap {
    padding: 50px 0 50px 0;
  }
  .footer-wrap .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-wrap .footer-block {
    text-align: center;
  }
  .footer-wrap .footer-block__title {
    padding-bottom: 10px;
  }
  .footer-wrap .footer-block__categories {
    text-align: center;
  }
  .footer-wrap .footer-contacts {
    text-align: center;
  }
  .subfooter-wrap {
    padding-top: 25px;
    padding-bottom: 15px;
  }
  .subfooter-wrap .subfooter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .subfooter-wrap .subfooter__text {
    padding-bottom: 10px;
    font-size: 14px;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .header {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .header:after {
    height: 700px;
  }
  .header .logo-block img {
    width: 100px;
    height: 80px;
  }
  .header .logo-nav {
    width: 70%;
  }
  .network-block__img {
    padding-right: 10px;
  }
  .network-block__text {
    font-size: 14px;
  }
  .sub-header {
    padding-bottom: 100px;
  }
  .features {
    padding-top: 120px;
  }
  .features h2 {
    padding-bottom: 30px;
  }
  .features p {
    padding-bottom: 70px;
  }
  .features .features-block-wrap {
    padding-bottom: 80px;
  }
  .features .features-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .features .features-block__img img {
    width: 80px;
    height: 50px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .features .features-block__text {
    padding-left: 0px;
    font-size: 12px;
    font-weight: 100;
  }
  .tariff-wrap .tariff {
    padding-top: 120px;
    padding-bottom: 100px;
  }
  .tariff-wrap .tariff h2 {
    padding-bottom: 80px;
  }
  .tariff-wrap .tariff-block__ring {
    width: 130px;
    height: 130px;
  }
  .tariff-wrap .tariff-block__number {
    font-size: 30px;
  }
  .tariff-wrap .tariff-block__mbit {
    font-size: 14px;
  }
  .tariff-wrap .tariff-block__price {
    padding-top: 10px;
    padding-bottom: 60px;
    font-size: 14px;
  }
  .request-wrap {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .footer-wrap {
    padding-bottom: 20px;
  }
  .footer-wrap .footer-block__title {
    font-size: 16px;
  }
  .footer-wrap .footer-block__categories ul li a {
    font-size: 12px;
  }
  .footer-wrap .footer-contacts__tel {
    padding-bottom: 30px;
    font-size: 18px;
  }
  .subfooter-wrap .subfooter {
    width: 80%;
  }
}

@media (min-width: 993px) and (max-width: 1199px) {
  .features {
    padding-top: 120px;
  }
  .features h2 {
    padding-bottom: 30px;
  }
  .features p {
    padding-bottom: 70px;
  }
  .features .features-block-wrap {
    padding-bottom: 80px;
  }
  .features .features-block__text {
    padding-left: 10px;
    font-size: 14px;
  }
  .request-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (min-width: 1200px) {
  h5 {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */