body{
    font-family: "Lato", -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    background: #ededed;
}
.mobile{
    display: none;
}
a{
    color: inherit;
}
a.btn.more {
    border-radius: 7px;
    background-color: #ffe92a;
    display: inline-block;
    font-family: Sansation;
    font-size: 21.4px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    /*position: relative;
    z-index: 9;*/
}
ul{
    list-style-type: none;
    padding: 0;
}
ul.star li{
    position: relative;
    text-indent: 20px;
}
ul.star li:before{
    content: '';
    background: url("img/star.png");
    width: 13px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 5px;
}
ul#menu-main a{
    transition: all 0.5s;
}
ul#menu-main a:hover{
    text-decoration: none;
    color: #ffe92b;
}
p{
    font-family: "Lato", -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}
h1,h2,h3,h4{
    font-family: Sansation;
    text-transform: uppercase;
    margin: 0;
    font-weight: bold;
}
section > header{
    text-align: center;
}
section > header > h2{
    font-size: 44.5px;
    color: #515151;
}
section > header > h2 span{
    display: block;
    font-size: 31.8px;
    color: #3059aa;
}
#header{
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding-bottom: 20px;
    position: fixed;
    width: 100%;
    z-index: 5;
}
#header .info{
    text-align: center;
    padding: 20px 0;
    font-weight: bold;
    background: #007bff;
    color: #fff;
    margin-bottom: 20px;
}
#header ul.menu{
    display: flex;
    justify-content: space-between;
    margin: 0;
    height: 100%;
    align-items: center;
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 10px;
}
#header a.phone{
    font-family: Sansation;
    font-size: 23px;
    font-weight: bold;
    text-align: right;
    color: #ffe92b;
}
#header a.phone span{
    font-size: 16px;
}


#header #menu__toggle {
  opacity: 0;
}

#header #menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}
#header #menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
}
#header #menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#header #menu__toggle:checked ~ ul.box {
  visibility: visible;
  right: 0;
}

#header .hamburger-menu{
    position: relative;
}

#header .menu__btn {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  width: 36px;
  height: 36px;

  cursor: pointer;
  z-index: 1;
}

#header .menu__btn > span,
#header .menu__btn > span::before,
#header .menu__btn > span::after {
  display: block;
  position: absolute;

  width: 100%;
  height: 2px;

  background-color: #fff;

  transition-duration: .25s;
}
#header .menu__btn > span::before {
  content: '';
  top: -12px;
}
#header .menu__btn > span::after {
  content: '';
  top: 12px;
}
#header .hamburger-menu ul.box {
  display: block;
  position: fixed;
  visibility: hidden;
  top: 0;
  right: -100%;
  overflow: scroll;

  width: 300px;
  height: 100%;

  margin: 0;
  padding: 60px 0;

  list-style: none;

  background-color: rgba(0, 0, 0, .9);
  box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);

  transition-duration: .25s;
}

#header .hamburger-menu li {
  display: block;
  padding: 12px 24px;

  color: #fff;

  font-size: 20px;
  font-weight: 600;

  text-decoration: none;

  transition-duration: .25s;
}
#header .hamburger-menu li:hover {
  background-color: #CFD8DC;
}

#main{
    background: url("img/main.png") no-repeat;
    background-size: cover;
    position: relative;
    height: 100vh;
}
#main span.title{
    text-transform: uppercase;
        margin-left: 40px;
    font-weight: bold;
}
#main a{
    color: #fff;
    position: relative;
    transition: all 0.5s
}
#main a:hover{
    color: #ffe92b;
    text-decoration: none;
}
#main a:hover img{
     filter: grayscale(0%);
}
#main #wifi:before{
    content: '';
    background: url('/image/tarif/wifi.png');
    position: absolute;
    width: 187px;
    height: 228px;
        left: -100px;
    top: -30px;
}
#main #call:before{
    content: '';
    background: url('/image/tarif/telephone.png');
    position: absolute;
    width: 232px;
    height: 236px;
        left: -148px;
    top: -20px;
}
#main #tv:before{
    content: '';
    background: url('/image/tarif/tv.png');
    position: absolute;
    width: 202px;
    height: 279px;
    left: -121px;
    top: -14px;
}
#main .home{
    position: absolute;
    bottom: 20vh;
    margin: auto;
    left: 100px;
    right: 0;
}
#main a{
    display: inline-block;
    margin: auto;
    width: 250px;
    transition: all 0.5s
}
#main a img{
    filter: grayscale(100%);
    transition: all 0.5s
}
#main a#wifi{
    position: absolute;
    right: 0;
    top: 190px;
    left: 30vw;
}
#main a#call{
    position: absolute;
    right: 0;
    top: 280px;
    left: 40vw;
}
#main a#tv{
    position: absolute;
    right: 0;
    top: 370px;
    left: 50vw;
}
@media (min-width: 1200px) and (max-width: 1600px) {
    #main .home{
        bottom: 0;
    }
    #main a#wifi{
        left: 40vw;
    }
    #main a#call{
        left: 50vw;
    }
    #main a#tv{
        left: 60vw;
    }
}
#tarif{
    margin-bottom: 200px;
}
#tarif .items .wrap{
    background: #fff;
    text-align: center;
    padding: 110px 10px 50px 10px;
    position: relative;
    top: 140px;
}
#tarif .items .val{
    font-size: 38.5px;
    font-weight: 900;
    color: #426ec4;
    display: block;
}
#tarif .items img{
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    margin: auto;
}
#tarif .items.blue .wrap{
    background-color: #426ec4;
    color: #000;
}
#tarif .items.blue h3{
    color: #fff;
}
#tarif .items.blue .val{
    color: #000;
}
#tarif .items .btn{
    margin-top: 20px;
}
#tarif .items.blue .btn{
    background: #000;
    color: #fff;
}
#telephone h4,
#internet h4{
    font-size: 39.6px;
}
#telephone > .container > .row > div:first-child:before,
#internet > .container > .row > div:first-child:before{
    content: '';
    position: absolute;
    right: 0;
    height: 100%;
    width: 50vw;
    background-color: #426ec4;
    z-index: -1;
}
#telephone > .container > .row > div:last-child:before,
#internet > .container > .row > div:last-child:before{
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 50vw;
    background-color: #fff;
    z-index: -1;
}
#telephone > .container > .row > div:last-child:after,
#internet > .container > .row > div:last-child:after{
    content: '';
    background: url("img/hand.png") no-repeat;
    background-size: 100%;
    width: 415px;
    height: 629px;
    position: absolute;
    left: -280px;
    bottom: 0;
}
#telephone > .container > .row > div:last-child,
#internet > .container > .row > div:last-child{
    position: relative;
    top: 50px;
}
#telephone p > span,
#internet p > span{
    font-family: Sansation;
    font-weight: bold;
    font-size: 27.4px;
    color: #5e5e5e;
}
#telephone .wrap .col-md-8,
#telephone .wrap .col-md-4,
#internet .wrap .col-md-8,
#internet .wrap .col-md-4{
    margin: 20px 0;
}
#telephone .wrap .col-md-4,
#internet .wrap .col-md-4{
    text-align: right;
}
#telephone > div > article > div:nth-child(2) > div > div > div:nth-child(4),
#internet > div > article > div:nth-child(2) > div > div > div:nth-child(4){
    text-align: left;
}
#telephone > div > article > div:nth-child(1) > .wrap,
#internet > div > article > div:nth-child(1) > .wrap{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
    padding: 50px 0;
    color: #fff;
}
#telephone > div > article > div:nth-child(1) > div > h4:nth-child(2)
#internet > div > article > div:nth-child(1) > div > h4:nth-child(2){
    color: #ffe92b;
}
#telephone .wrap,
#internet .wrap {
    margin: 0 30px;
}
#telephone > div > article > div:nth-child(2) > div,
#internet > div > article > div:nth-child(2) > div{
    padding-left: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
}
#tarif > header > h2{
        margin-top: 40px;
}
#telephone,
#internet{
    padding: 80px 0;
    overflow: hidden;
}
#televideo  h4 > span{
    color: #3e6bc3;
    display: block;
}
#televideo h4{
    font-size: 39.6px;
    margin-bottom: 50px;
}
#televideo{
    background-color: #062b62;
    position: relative;
    overflow: hidden;
}
#televideo .wrap{
    background-color: #ffffff;
    padding: 50px 180px 50px 40px;
    margin-top: 160px;
}
#televideo:before{
    content: '';
    background: url("img/tv.png") no-repeat;
    width: 772px;
    height: 610px;
    position: absolute;
    right: 0;
    left: 440px;
    margin: auto;
    bottom: -30px;
    z-index: 2;
}
#telephone > .container > .row > div:last-child:after{
    background: url("img/telephone.png") no-repeat;
    background-size: 100%;
    width: 310px;
    left: -190px;
    bottom: -50px;
}
#telephone > div > article > div:nth-child(1) > .wrap{
    padding-right: 140px;
}
#contact{
    margin-top: 50px;
    margin-bottom: 50px;
}
#contact h4{
    font-size: 39px;
    margin: 30px 0;
    color: #062b62
}
#contact p > span{
    width: 30px;
    display: inline-block;
}
.screen-reader-response{
    display: none;
}
#contact form p > span{
    width: 100%;
}
#maps header{
    margin-bottom: 50px;
}
#contact .wrap h4{
    background-color: #062b62;
    margin: 30px 0 0 0;
    color: #fff;
    padding: 10px 30px;
}
#contact form{
    display: flex;
    flex-direction: column;
    padding: 30px 30px 10px 30px;
    background: #fff;
}
#contact form select,
#contact form textarea,
#contact form input{
    width: 100%;
    margin-bottom: 20px;
    padding: 0 5px;
}
#contact form .flex{
    display: flex;
    justify-content: space-between;
}
#contact form input[type="submit"]{
    background-color: #ffc000;
    font-family: Sansation;
    font-size: 21.4px;
    font-weight: bold;
    border-radius: 5px;
    text-transform: uppercase;
    box-shadow: none;
    border: none;
    padding: 10px 5px;
}
#contact > article > div.col-md-5 > div > form > div > input[type="text"]:nth-child(1){
    margin-right: 20px;
}
#footer{
    background-color: #062b62;
}
#footer .wrap{
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}



#bisnes{
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#bisnes:before{
    content: '';
    background: url("img/bisnes.png") no-repeat;
    background-size: 100%;
    width: 100%;
    height: 130%;
    position: absolute;
    z-index: -1;
}
#bisnes .wrap{
    width: 30%;
    color: #fff;
}
#bisnes .wrap .btn{
    border-radius: 8.8px;
    background-color: #ffe92a;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}
#bisnes .wrap p{
    margin: 40px 0;
}
#why{
    text-align: center;
    background: #426ec4;
    padding: 100px 0;
}
#why header h2 span{
    font-size: 34px;
    display: block;
    color: #ffe92a;
}
#why header h2{
    font-size: 44px;
}
#why header {
    margin-bottom: 30px;
}
#why article h3{
    color: #1b1b1b;
    margin: 20px 0;
    font-size: 28px;
}
#why article p{
    color: #fff;
}
#uslugi{
    /*background: #062b62;
    padding-top: 200px;*/
        background: #ededed;
}
#uslugi .wrap{
    background: #fff;
    width: 75%;
    padding: 40px 120px 20px 40px;
    position: relative;
}
#uslugi .wrap:before{
    content: '';
    background: url(img/aboutv.png);
    background-size: 100%;
    width: 570px;
    height: 352px;
    position: absolute;
    bottom: 0;
    right: -350px;
}
#clients{
    text-align: center;
    padding: 100px 0;
    background: #f2f2f2;
}
#clients .slick-slide img{
    display: inline-block;
    width: 66%;
    filter: grayscale(100%);
    transition: all 0.3s;
}
#clients .slick-slide img:hover{
    filter: grayscale(0%);
}
#clients header h2{
    color: #3e6bc3;
    margin-bottom: 50px;
}
#clients header h2 span{
    color: #062b62;
    font-size: 44px;
    display: block;
}
.slick-prev:before, .slick-next:before{
    content: '';
    background: url("img/arrow.png");
    width: 36px;
    height: 36px;
    position: absolute;
}
#clients .slick-next:before{
    transform: rotate(180deg);
}
#menu-main li{
    position: relative;
}
#menu-main ul.sub-menu{
    position: absolute;
    background: #0000006b;
    padding: 20px;
    left: -10px;
    display: none;
    white-space: nowrap;
}
#menu-sidebar ul.sub-menu{
    list-style-type: circle;
    padding-left: 30px;
}
#menu-main li ul.sub-menu:hover,
#menu-main li:hover ul.sub-menu{
    display: block;
}
section.content{
    background: #fff;
    padding: 200px 0 30px 0;
}
section.content a.more{
    color: #fff;
    background: rgba(0, 0, 0, 0.65);
    padding: 20px;
    text-transform: uppercase;
    text-align: right;
    border-radius: 6px;
    position: absolute;
    right: 0;
    bottom: 5px;
}
section.content .posts{
    padding: 20px 30px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
        position: relative;
}
section.content .posts p{
        margin: 20px 0;
        display: inline-block;
        width: 75%;
}
section.content .posts img{
     width: 20%;
    height: auto;
    margin-right: 3%;
}
section.content main img{
        max-width: 100%;
    height: auto;
}
section.content main a{
    color: #007bff;
    text-transform: capitalize;
}
#vk{
        background: url(img/vk.png);
    background-size: 100%;
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 20px;
    right: 20px;
}
#inst{
        background: url(img/instagram.png);
    background-size: 100%;
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 100px;
    right: 20px;
}
section.content main table.wp-block-table td{
    border: 1px solid #000;
        padding: 5px 15px;
}
section.content main ul{
    list-style-type: inherit;
    padding-left: 40px;
}
#mouse{
    border: none;
    position: absolute;
    width: 55px;
    height: 55px;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 30vh;
}
#mouse:before,
#mouse:after {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    opacity: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
#mouse:before {
    animation: sonar 2.5s infinite 2.5s;
    border: 1px solid rgba(255,255,255, 0.7);
}
#mouse:after {
    animation: sonar 2.5s infinite 1s;
    border: 1px solid rgba(255,255,255, 0.3);
}
@keyframes sonar {
    0% { transform: scale(1); opacity: 0; }
    50% { transform: scale(2); opacity: 1; }
    100% { transform: scale(3); opacity: 0; }
}

@-webkit-keyframes sonar {
    0% { transform: scale(1); opacity: 0; }
    50% { transform: scale(2); opacity: 1; }
    100% { transform: scale(3); opacity: 0; }
}

#cookie{
    position: fixed;
    bottom: 2%;
    left: 1%;
    background: #9e9e9e61;
    padding: 20px;
    border-radius: 25px;
    font-size: 11px;
}
#cookie button{
    margin-left: 10px;
    border: none;
    padding: 5px 20px;
    border-radius: 10px;
    font-weight: bold;
    background: #9e9e9e63;
    cursor: pointer;
}

@media(max-width: 991px){
    #uslugi .wrap:before,
    #televideo:before,
    #telephone > .container > .row > div:last-child:after, #internet > .container > .row > div:last-child:after,
    .off_mob{
        display: none;
    }
    .mobile{
        display: block;
    }
    #tarif .items .wrap{
        margin-bottom: 140px;
    }
    #telephone > .container > .row > div:last-child:before, #internet > .container > .row > div:last-child:before,
    #telephone > .container > .row > div:first-child:before, #internet > .container > .row > div:first-child:before{
        width: 100%;
    }
    #internet{
        margin-top: -200px;
    }
    #telephone > div > article > div:nth-child(2) > div, #internet > div > article > div:nth-child(2) > div{
        padding-left: 0;
    }
    #televideo .wrap{
        padding: 50px;
        margin: 40px 0;
    }
    #telephone > div > article > div:nth-child(1) > .wrap{
        padding-right: 0;
    }
    #header a.phone{
        font-size: 19px;
    }
    #header a.phone span{
        font-size: 14px;
    }
    #bisnes .wrap{
        width: 100%;
    }
    #bisnes:before{
        top: 0;
        width: 1000px;
    }
    #bisnes{
        height: 70vh;
        position: relative;
        overflow: hidden;
    }
    #uslugi .wrap{
        margin-top: 20px;
        padding: 40px;
        width: 100%;
    }
}

#wpcf7-f144-o1 > form > p:nth-child(4) > span.wpcf7-form-control-wrap.acceptance-205 > span > span > label{
    display: flex;
}
#wpcf7-f144-o1 > form > p:nth-child(4) > span.wpcf7-form-control-wrap.acceptance-205 > span > span > label > input[type=checkbox]{
    width: 13%;
}
#wpcf7-f153-p155-o1 > form > p:nth-child(6) > span.wpcf7-form-control-wrap.type > span > span.wpcf7-list-item span,
#wpcf7-f153-p155-o1 > form > p:nth-child(6) > span.wpcf7-form-control-wrap.acceptance-205 > span > span > label > span{
    margin-left: 20px;
}
#wpcf7-f153-p155-o1 > form > p:nth-child(6) > span.wpcf7-form-control-wrap.type > span > span.wpcf7-list-item {
    display: block;
}
td {
    border: 1px black solid;
    padding: 10px;
}
#wpcf7-f134377-p134375-o1  form  input[type=radio]{
    margin: 0 5px;
}