body {
  font-family: 'Roboto', sans-serif;
  background: #fff;
}

/*insert-maintenance*/
* {
 overflow: hidden;
}
.insert-maintenance {
    background-color: #000000;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
}
.maintenance-modal {
    position: fixed;
    width: 500px;
    height: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    background: #fff;
    z-index: 200;
    display: flex;
    justify-content: center;
    align-items: center;
}
.maintenance-modal h2 {
    width: 90%;
    text-align: center;
    font-size: 30px;
    color: #0072CE;
}
.maintenance-modal h2 span {
    line-height: 2;
    font-size: 25px;
    color: #000;
}
/*insert-maintenance end*/

/* Шапка сайта */
header {
  width: 100%;
  background-color: #fff;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1280px;
  margin: 0 auto;
}
.header-phone {
  display: flex;
  flex-direction: column;
  text-align: right;
}
.header-phone p {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 16px;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  float: left;
  display: block;
  margin: 0 5px;
}
li a {
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-weight: 500px;
}
.phone {
  margin-right: 4px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3em;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
}
#main {
  background: url(../img/header.jpg) no-repeat center top / cover;
  width: 100%;
  height: 625px;
}
h1 {
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  padding-top: 290px;
}
.main-text p {
  margin: 0;
  padding: 0;
  margin-top: 13px;
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 500;
  color: #fff;
}
.superiority {
  text-align: center;
}
.superiority p {
  margin-top: 70px;
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 500;
  color: #0072CE;
  text-shadow: 2px 2px 2px #000;
}
.superiority img {
  width: 30px;
  height: 30px;
  margin-top: 10px;
}
#servise {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.servise-item {
  text-align: center;
  font-size: 20px;
  margin-top: 45px;
  width: 270px;
}
.servise-item img {
  width: 200px;
  height: 100px;
}
.servise-item h3 {
  margin: 0;
  margin-top: 10px;
  color: #0072CE;
  font-weight: 700;
}
.servise-item p {
  margin: 0;
  margin-top: 9px;
  font-weight: 500;
}
.tariffs-fon {
  margin-top: 70px;
}
.tariffs-fon h2 {
  margin: 0;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}
.fon {
  background: url(../img/fon.jpg) no-repeat center top / cover;
  position: absolute;
  margin-top: -175px;
  z-index: -1;
  width: 100%;
  height: 1500px;
}
.item-card {
  width: 865px;
  height: 300px;
  margin: 0 auto;
  border: 1px solid #0072CE;
  border-radius: 10px;
  background: #fff;
  opacity: 0.7;
  margin-top: 50px;
  position: relative;
  box-shadow: 0 0 20px #0072CE;
}
.item-card1 {
  width: 865px;
  height: 300px;
  margin: 0 auto;
  border: 1px solid #0072CE;
  border-radius: 10px;
  background: #fff;
  opacity: 0.7;
  margin-top: 50px;
  position: relative;
  box-shadow: 0 0 20px #0072CE;
}
.item-card h2 {
  margin: 0;
  margin-left: 20px;
  margin-top: 17px;
}
.item-card h3 {
  margin: 0;
  margin-left: 20px;
  margin-top: 33px;
}
.item-card1 h2 {
  margin: 0;
  margin-left: 20px;
  margin-top: 17px;
}
.item-card1 h3 {
  margin: 0;
  margin-left: 20px;
  margin-top: 33px;
}
.motivation {
  position: absolute;
  top: 54px;
  right: 60px;
  text-align: center;
}
.motivation p {
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}
.blue {
  color: #0072CE;
}
.blue-name {
  text-transform: uppercase;
}
.dark-blue {
  color: #1B1464;
}
.green {
  color: green;
  font-weight: 500;
  font-size: 17px;
}
.black {
  color: #000;
}
.button {
  width: 200px;
  height: 35px;
  background: #0072CE;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border: outset #0072CE 1px;
  border-radius: 5px;
  cursor: pointer;
}
.button:hover {
  background: #0083EC;
}
.button-2 {
  width: 200px;
  height: 35px;
  background: #0072CE;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border: outset #0072CE 1px;
  border-radius: 5px;
  cursor: pointer;
}
.button-2:hover {
  background: #0083EC;
}
.button-3 {
  width: 200px;
  height: 35px;
  background: #0072CE;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border: outset #0072CE 1px;
  border-radius: 5px;
  cursor: pointer;
}
.button-3:hover {
  background: #0083EC;
}
.connections {
  color: #0072CE;
  font-weight: 700;
  font-size: 20px;
}
#modal {
  position: fixed;
  width: 460px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  background: #fff;
  display: none;
  z-index: 200;
}
#modal-2 {
  position: fixed;
  width: 460px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  background: #fff;
  display: none;
  z-index: 200;
}
#modal-3 {
  position: fixed;
  width: 460px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  background: #fff;
  display: none;
  z-index: 200;
}
#modal-4 {
  position: fixed;
  width: 460px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  background: #fff;
  display: none;
  z-index: 200;
}
#gray {
  background-color: rgba(0, 0, 0, 0.85);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 100;
}
#gray1 {
  background-color: rgba(0, 0, 0, 0.85);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 100;
}
#gray2 {
  background-color: rgba(0, 0, 0, 0.85);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 100;
}
#gray3 {
  background-color: rgba(0, 0, 0, 0.85);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 100;
}
.close-popap {
  position: absolute;
  top: 12px;
  right: 11px;
  cursor: pointer;
}
.close-img {
  width: 20px;
  height: 20px;
  transition: all 0.1s ease-in-out;
}
.close-img:hover {
  animation: none;
  transform: scale(1.3);
}
h4 {
  margin: 0;
  width: 370px;
  height: 30px;
  margin: 0 auto;
  margin-top: 35px;
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  border-bottom: 2px solid #0072CE;
  padding: 10px;
  line-height: 130%;
}
form {
  text-align: center;
}
.cell {
  margin-top: 25px;
  width: 320px;
  height: 30px;
  border: 1px solid #0072CE;
  padding-left: 3px;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent;
}
/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent;
}
/* IE 10+ */
.connect {
  margin-top: 18px;
  width: 200px;
  height: 35px;
  background: #0072CE;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border: outset #0072CE 1px;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 35px;
}
.connect:hover {
  background: #0083EC;
  border: 1px solid #0072CE;
}
.container-checkbox {
  width: 260px;
  margin: 0 auto;
  margin-top: 18px;
}
.checkbox {
  display: flex;
  align-items: center;
}
.checkbox input {
  width: 17px;
  height: 17px;
}
.checkbox-text {
  font-size: 12px;
}
.involucre {
  width: 230px;
  margin-left: 15px;
  line-height: 100%;
  text-align: left;
}
.dropdown {
  margin-top: 25px;
  width: 325px;
  height: 35px;
  border: 1px solid #0072CE;
}
.use {
  width: 520px;
  line-height: 140%;
  margin-top: 25px;
  margin-left: 20px;
}
.use h3 {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 17px;
  color: #000;
}
.tv-btn {
  text-align: center;
}
.frame {
  width: 220px;
  height: 177px;
  display: flex;
  align-items: center;
}
.frame-text {
  width: 190px;
  height: 35px;
  margin: 0 auto;
  padding: 5px;
  border-radius: 10px;
  border: 1px solid #8FC2EB;
  text-transform: uppercase;
  color: #1B1464;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  box-shadow: #0083EC 0 0 10px;
}
.frame-text:hover {
  box-shadow: none;
  border: 1px solid #0083EC;
}
#rent {
  width: 100%;
  height: 370px;
  margin-top: 50px;
  background: url(../img/bsj.jpg) no-repeat center top / cover;
}
.rent-container {
  width: 1280px;
  margin: 0 auto;
  margin-bottom: 41px;
}
.rent-container h2 {
  margin: 0;
  padding-top: 50px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.rent-container p {
  width: 550px;
  margin: 0 auto;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  margin-top: 50px;
}
.rent-tariff {
  width: 550px;
  height: 134px;
  margin: 0 auto;
  margin-top: 39px;
}
.rent-tariff p {
  margin: 0;
  margin-top: 9px;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}
.rent-tariff__rights {
  float: right;
}
#connection {
  width: 1280px;
  margin: 0 auto;
}
#connection h2 {
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  margin-top: 50px;
}
.connection-img {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 100%;
  height: 200px;
  background: url(../img/connect.png) no-repeat center top;
}
.connection-text {
  display: flex;
  justify-content: center;
}
.connection-text span {
  width: 25px;
  height: 25px;
  border: 1px solid #0072CE;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-align: center;
  margin-top: 5px;
}
.connection-text p {
  margin: 0;
  width: 700px;
  margin-left: 30px;
  padding-top: 6px;
  font-size: 20px;
  font-weight: 500;
}
#call {
  margin-top: 50px;
  width: 100%;
  height: 310px;
  background: url(../img/call.jpg) no-repeat center top / cover;
}
#call h2 {
  margin: 0;
  padding-top: 25px;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
}
.call-fw {
  font-weight: 500;
}
.tell {
  text-align: center;
  margin-top: 25px;
  font-weight: 700;
}
#call a {
  margin: 0;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 25px;
}
#call p {
  text-align: center;
  color: #fff;
  margin: 0;
  margin-top: 25px;
  font-weight: 700;
  font-size: 20px;
}
.callback {
  margin-top: 40px;
}
.tell-input {
  width: 320px;
  height: 30px;
  margin: 0 auto;
  padding-left: 3px;
  border: 1px solid #0072CE;
}
.callback-btn {
  width: 200px;
  height: 35px;
  margin: 0 auto;
  margin-top: 25px;
  font-size: 15px;
  font-weight: 700;
  background: #0072CE;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border: outset #0072CE 1px;
  border-radius: 5px;
  cursor: pointer;
}
.callback-btn:hover {
  background: #0083EC;
  border: 1px solid #0072CE;
}
#about-us {
  width: 1280px;
  margin: 0 auto;
}
#about-us h2 {
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
}
#about-us p {
  margin: 0 auto;
  width: 760px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}
.address {
  margin-top: 50px;
  text-align: center;
  margin-bottom: 50px;
}
.address a {
  font-size: 23px;
  text-decoration: none;
  font-weight: 700;
  color: #000;
}
.address p {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}
#footer {
  background-color: #0B2940;
}
.footer-container {
  width: 1280px;
  margin: 0 auto;
  padding-top: 15px;
}
.footer-logo {
  text-align: center;
}
.link-vk {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.link-vk a {
  color: #fff;
  text-decoration: none;
  margin-right: 5px;
}
.link-vk img {
  width: 30px;
  height: 30px;
}
.link-vk img:hover {
  background: #0072CE;
}
.link-programmer {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: 15px;
}
.link-programmer a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}
.link-programmer a:hover {
  color: #E2EFF9;
}
.footer-info {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
.footer-info p {
  color: #fff;
  font-size: 10px;
  line-height: 1.3em;
}
.copyright {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  margin-top: 15px;
  padding-bottom: 5px;
}
