@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5,
h6, p, blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav,
output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  color: #333;
  font: 14px Arial, Helvetica, sans-serif;
  
  -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
}
body{
  cursor: default;
}
*{
  box-sizing: border-box;
}
p{
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  padding: 10px 0;
}
b, strong {
    font-weight: bold;
    font: inherit;
}
h1, h2, h3, h4{
  color: #333;
  font-family: Arial;
}

a, a:visited{
  text-decoration: none;
  color: #006cbe; 
  cursor: pointer;
}

a:hover, a:active{
  text-decoration: underline;
}
img {
    max-width: 100%;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  width: 98%;
}
.main_menu {
  background-color: #2b2b2b;
}
.logo, .phone_top {
  display: inline-block;
  vertical-align: middle;
}
.header_top .container:after {
  content: '';
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.header_top .container {
  text-align: justify;
}
.header_top {
  height: 70px;
  overflow: hidden;
}
.logo {
  height: 40px;
  padding-left: 200px;
  background: url(../img/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 15px 0;
}
.logo:before, .logo span {
  content: '';
  display: inline-block;
  vertical-align: middle;
}
.logo span {
  width: 129px;
  text-align: left;
  color: #5a5a5a;
  font-size: 12px;
  font-weight: bold;
}
.logo:before {
  height: 100%;
}
.phone_top {
  border-right: 1px solid #c4c4c4;
  padding-right: 10px;
}
.phone_top a {
  font: 26px Arial, Helvetica, sans-serif;
}
.phone_top a:hover{
  text-decoration: none;
}
.main_menu ul {
    text-align: justify;
    line-height: 0;
}
.main_menu ul:after {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    content: '';
}
.main_menu li {
    display: inline-block;
    vertical-align: middle;
}
.main_menu a {
    text-transform: uppercase;
    color: white;
    padding: 10px;
    display: block;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
}
.main_menu a:hover, .main_menu .active a  {
    text-decoration: none;
    color: #fdc707;
}
.slide_cont img, .slide_cont .info {
    display: inline-block;
    vertical-align: middle;
}
.slide_cont img{
  width: 25%;
}
.slide_cont .elem {
    height: 300px;
    background-size: cover;
    background-position: center;
    position: absolute;
    top:0;height: 100%;width: 100%;
    display: none;
}
.slide_nav ul {
    position: absolute;
    bottom: 0;
    height: 300px;
    right: 0;
    list-style: none;
    padding-top: 25px;
}
.slide_cont {
    position: relative;
    height: 300px;
}
.slide_cont .container{
  height: 100%;
}
.slide_cont .container:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.slide_cont .title {
    color: white;
    font-size: 26px;
    text-transform: uppercase;
    text-align: left;
    margin: 0;
}
.slide_cont .price {
    font-size: 24px;
    color: #000000;
    margin: 10px 0 20px;
}
.in_servis {
    list-style: none;
    display: block;
    font-size: 0;
    position: relative;
    padding-top: 30px;
    border-top: 2px solid;
}
.in_servis:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.14);
    position: absolute;
    top: 0;
    left: 0;
}

.in_servis li {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    font-size: 12px;
    margin: 10px 0;
}
.in_servis li span {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    color: black;
}
.ico:before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.ico1:before{
  background-image: url(../img/modadd.png);
}
.ico2:before{
  background-image: url(../img/virus.png);
}
.ico3:before{
  background-image: url(../img/fix.png);
}
.ico4:before{
  background-image: url(../img/cons.png);
}
.ico5:before{
  background-image: url(../img/diz.png);
}
.ico6:before{
  background-image: url(../img/dostup.png);
}
.ico7:before{
  background-image: url(../img/fb.png);
}
.ico8:before{
  background-image: url(../img/tov.png);
}
.slide_cont .info {
    width: 34%;
    margin-left: 40px;
}
.slide_nav .tabs {
    display: block;
    width: 200px;
    height: 73px;
    padding: 10px 20px;
    color: white;
    font-size: 16px;
    line-height: 1.5;
    cursor: pointer;
    margin-top: 7px;

    border-radius: 10px;
}
.slide_nav .tabs.active {

    background: #fdc80a;
    color: #292929;
    box-shadow: 0px 0px 20px #849881;
}
.slide_nav .tabs.active.tab2 {
    background: #49b8fb;
}
.slide_nav .tabs:hover {
    opacity: 0.7;
}
.slide_nav .tabs.active:hover {
    opacity: 1;
}
.block_gray .container {
    font-size: 0;
}
.left_block {
    display: inline-block;
    vertical-align: middle;
    width: 27%;
}
.tariffs {
    display: inline-block;
    vertical-align: top;
    width: 73%;
    font-size: 0;
}
.tariff {
    display: inline-block;
    vertical-align: top;
    width: 31.333%;
    text-align: center;
    border: 1px solid #cddae2;
    margin: 0 1%;
    background: url(../img/tariff-block-bg.png) 0 0 repeat transparent;
    padding: 20px 0 0;cursor: default;
}
.tariff:hover {
    border: 1px solid #CCCCCC;
    background-color: #d3e1e8;
}
.block_gray {
    background: url(../img/gray-bg.png) left bottom repeat-x;
}
.block_gray {
    background: url(../img/gray-bg.png) left bottom repeat-x;
    border-top: 1px solid #fdc80a;
    padding: 20px 0;
}
.tariffs img {
    display: block;
    margin: 0 auto;
    transition: transform 1s;
    transform: rotate(0deg);  
    width: 104px;
    height: 104px;
    object-fit: contain;
}
.tariff:hover img{
    transform: rotate(360deg);    
}
.tariffs a {
    display: block;
    color: #2b2b2b;
    margin-bottom: 5px;
    text-transform: uppercase;
    margin-top: 10px;
}
.tariffs a:hover, .tariffs a:hover span {
    text-decoration: none;
    color: #006cbe;
}
.tariffs a span {
    font-size: 19px;
    font-weight: bold;
    display: block;

}
.tariff .price{
    line-height: 1;
    color: #ff4e00;
    font-size: 26px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}
.tariff .price span{
    font-size: 20px;
    color: #ff4e00;
    font-weight: bold;
}
.tariff .per{
    display: block;
    font-size: 12px;
    text-transform: uppercase;
}
.tariffs .btn, .btn, a.btn {
    display: inline-block;
    background: #3e87bf;
    font-size: 10px;
    padding: 7px 10px 6px;
    margin: 20px 2px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
    border-bottom: 2px solid #004972;
    color: white;
}
.td a.btn {
    margin: 0;
}
 .btn {
    margin: 5px 2px;
}
.tariffs .btn:hover, .btn:hover, a.btn:hover {
    color: #b3d2ea;
    text-decoration: none;
}
.lable {
    display: block;
    width: 70%;
    background: #fdc80a;
    padding: 0 20px;
    text-transform: uppercase;
    line-height: 1.3;
    position: relative;
    height: 76px;
    font-size: 0;
}
.lable:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.cont_l {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 1;
}
.lable:after{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0%;
    top: 0;
    left: 100%;
    border-top: 38px solid transparent;
    border-left: 15px solid #fdc80a;
    border-bottom: 38px solid transparent;
}
.label_title{
  font-size: 14px;
    text-align: left;
    margin-top: 20px;
    width: 70%;
}
.animate img {
    display: block;
    margin: 0 auto;
    transition: transform 1s;
    transform: rotate(0deg);  
}
.animate li:hover img{
    transform: rotate(360deg);    
}
.title {
    text-transform: uppercase;
    text-align: center;
    margin-top: 30px;
    color: black;
    font-size: 22px;
    margin-bottom: 10px;
}
.dop_servis ul{
  font-size: 0;
  text-align: center;
}
.dop_servis li {
    width: 23%;
    display: inline-block;
    vertical-align: top;
    margin: 20px 1%;
    background-image: none;
    padding: 0;
    text-align: center;
}
.dop_servis span {
    display: block;
    margin: 10px 0;
}
.dop_servis a:hover span, .dop_servis a:hover {
    text-decoration: none;
    color: #006cbe;
}
.price_min {
    text-align: center;
    color: red;
    font-size: 18px;
}
.blue_block .container{
  font-size: 0;
}
.block_info {
    display: inline-block;
    vertical-align: middle;
    width: 73%;
    padding-left: 20px;
}
.title1 {
    text-transform: uppercase;
    text-align: left;
    color: black;
    font-size: 20px;
    margin-bottom: 10px;
}
.blue_block {
    background-color: #d0dee6;
    padding: 20px 0;
}
.th, .td {
    display: inline-block;
    width: 16%;
    vertical-align: top;
    height: 40px;
    background-color: #f1f6f8;
    text-align: right;
    border-left: 1px solid white;
    padding: 0 10px;
}
.th:after, .td:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.tr:nth-child(even) .td {
    background-color: #d0dee6;
}
.th{
    background-color: #2f87cc;
    text-align: center;
}
.td.c {
    text-align: center;
}
.tr {
    font-size: 0;
}
.td span, .th span {
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}
.th span{
  color: white;
}
.th:nth-child(1), .td:nth-child(1) {
    width: 52%;
    border-left: 0px solid white;
}
.table {
    margin-bottom: 30px;
}
.td.N, .td.Y {
    background-image: url(../img/y.png);
    background-position: center;
    background-repeat: no-repeat;
}
.td.N {
    background-image: url(../img/n.png);
}
.itog .td{
  text-align: center;
}
.itog .td span {
    color: #ea4800;
    font-size: 22px;
}
.itog .td span.min {
    font-size: 15px;
}
.dop_servis {
    box-shadow: 0 10px 10px rgba(72, 106, 125, 0.41);
    position: relative;
}
.contacts {
    text-align: justify;
    margin: 20px 0;
}
.contacts:after {
    content: '';
    width: 100%;
    display: inline-block;
}
.el_cont{
  display: inline-block;
  vertical-align: top;
}
.el_cont span, .el_cont a{
  display: block;
}
.el_cont {
    display: inline-block;
    vertical-align: top;
    padding-left: 50px;
    background-image: url(../img/cont_fb.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.elem_tel{
  background-image: url(../img/cont_tel.png);
  padding-left: 40px;
}
.elem_email{
  background-image: url(../img/cont_email.png);
  padding-left: 60px;
}
.el_cont a{
    font-size: 19px;
    color: #006cbe;
    margin-top: 3px;
}
.fb_block {
    background-color: #dde6ea;
    padding: 30px 0;
}
.fb_block .container{
  font-size: 0;
}
.fb_block img {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    margin: 0 5%;
}
.fb_form{
  display: inline-block;
  vertical-align: top;
  width: 70%;
  font-size: 0;text-align: right;position: relative;
}
.form_cont{
  font-size: 0;
}

input {
    width: 49%;
    padding: 7px 10px 8px 10px;
    outline: none;
    border-radius: 5px;
    border: 1px solid #a4c3ca;
    background: white;
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
    margin: 5px 0;
}
input:nth-child(even){
    margin-left: 2%;
}
textarea{
    width: 100%;
    padding: 7px 10px 8px 10px;
    outline: none;
    border-radius: 5px;
    border: 1px solid #a4c3ca;
    background: white;
    font-size: 15px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
    margin: 5px 0;
    height: 100px;
    max-width: 100%;
}
.cop, .cont {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}
.cont {
    text-align: right;
}
.footer_top .container{
  font-size: 0;
}
.footer_top {
    padding: 30px 0;
    border-top: 1px solid #b4c2c9;
}
.phone a {
    font-size: 18px;
    margin-bottom: 10px;
    display: inline-table;
}
.email a {
    font-size: 18px;
    margin-bottom: 10px;
    display: inline-table;
}
.email a {
    font-size: 14px;
    display: inline-table;
    color: #292929;
}
.modal {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(221, 230, 234, 0.81);
    box-shadow: 0 3px 20px #afafaf;
    border-radius: 10px;
    cursor: pointer;
    font-size: 0;
    padding: 0 10px;
}
.modal:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.modal span{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}
.error span {
    color: red;
}
.modal:after{
    content: '';
    display: block;
    position: absolute;
    top:0;
    right: 0;
    width: 40px;
    height: 40px;
    background: url(https://yastatic.net/images-islands/_/mYCkClafd8AmjsrhH4qyhCtkBI4.svg) center center no-repeat;
    opacity: .5;
    transition: opacity .3s;
}
.modal:hover:after{
    opacity: 1;
}
.success span {
    color: #004972;
    font-size: 24px;
    max-width: 70%;
}
.error span {
    color: red;
    font-size: 18px;
    max-width: 70%;
}
.fb_ico {
    transition: transform .5s;
    transform: rotate(0deg);
}
.animate {    
    transform: rotate(360deg);
}
.is-error {
    border-color: #b0381f;
}
.success:before {
    width: 60px;
    background: url(/res/img/like.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 20px;
}
.error:before {
    width: 60px;
    background: url(/res/img/err.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 20px;
}
.sav_checkbox {
    display: inline-block;
    width: 64px;
    height: 32px;
    border-radius: 16px;
    position: relative;
    border: 2px solid #dadada;
    transition: all .3s;
    cursor: pointer;
}
.sav_checkbox:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    border-radius: 16px;
    top: 2px;
    left: 2px;
    box-sizing: border-box;
    background: #dadada;
    transition: all .3s;
}
.sav_checkbox.on:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    border-radius: 16px;
    top: 2px;
    left: 33px;
    box-sizing: border-box;
    background: #00b785;
}
.sav_checkbox.on {
    display: inline-block;
    width: 64px;
    height: 32px;
    border-radius: 16px;
    position: relative;
    border: 2px solid #00b785;
}
.title_prop, .val_prop {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    text-align: right;
}
.val_prop {
    text-align: left;
    padding-left: 20px;
}
.sav_plus:after {
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    height: 16px;
    background: white;
    top: 5px;
    left: 11px;
    border-radius: 3px;
}
.sav_plus:before, .sav_minus:before {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 4px;
    background: white;
    top: 11px;
    left: 5px;
    border-radius: 3px;
}
.sav_plus, .sav_minus {
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    background: #00b785;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}
input.sav_input_min {
    margin: 0;
    vertical-align: middle;
    border: none;
    width: 30px;
    display: inline-block;
    padding: 0;
    text-align: center;
    font-size: 16px;
    color: #d0523f;
    font-weight: bold;
    cursor: default;
}
.prop_elem {
    text-align: center;
    padding: 10px;
    font-size: 0;
    display: inline-block;
    min-width: 500px;
    vertical-align: middle;
}
.props_list {
    text-align: center;
    margin: 80px auto;
    max-width: 1000px;
    font-size: 0;
    padding-bottom: 70px;
    position: relative;
    width: 100%;
}
.total_price{
    font-size: 0;
}
.total_price {
    font-size: 0;
    width: 100%;
    padding: 10px;
    z-index: 2;
    background-color: #d0dee6;
    max-width: 1000px;
    position: absolute;
        bottom: 0;
}
.total_price .title_prop {
    font-size: 19px;
    font-weight: bold;
}
.total_price.fix {
    position: fixed;
    bottom: 0;
}
.total_price .tp_value {
    line-height: 1;
    color: #ff4e00;
    font-size: 26px;
    font-weight: bold;
}
.total_price .val_prop {
    text-align: left;
    padding-left: 20px;
    font-size: 20px;
    color: #ff4e00;
    font-weight: bold;    width: auto;
}
.total_price .title_prop {
    font-size: 19px;
    font-weight: bold;    width: auto;
}
.portf {
    text-align: center;
}
.portf .elem {
    width: 250px;
    height: 250px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    margin: 20px;
}
.portf .elem img {
    object-fit: contain;
    height: 100%;
}
.portf .elem:hover img {

    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    
}
.portf .pel {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 74, 130);
    opacity: .2;
}
.portf .elem:hover .pel {
    opacity: .9;
}
.portf .elem img, .portf .pel, .portf .title, .portf .discr {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.portf .title {
    position: absolute;
    top: 0;
    z-index: 3;
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    font-size: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    opacity: 0;
}
.portf .elem:hover .title {
    height: 20%;
    border-bottom-color: white;
    opacity: 1;
}
.portf .title:before, .portf .discr:before{
    display: inline-block;
    content: '';
    vertical-align: middle;
    height: 100%;
}
.portf .title span{
    font-size: 16px;
    color: white;
    display: inline-block;
    vertical-align: middle;
}
.portf .discr {
    position: absolute;
    z-index: 3;
    top: 20%;
    left: 0;
    width: 100%;
    height: 80%;
    opacity: 0;
    padding: 20px;
}
.portf .elem:hover .discr {
    opacity: 1;
}
.portf .discr span{
    font-size: 14px;
    color: white;
    display: inline-block;
    vertical-align: middle;
}
.price_block li {
    padding-left: 30px;
    margin-bottom: 10px;
    background: url(/res/img/li.png) 0 0 no-repeat;
}
.price_block ul {
    margin: 0;
    padding: 0;
    list-style: none;
    outline: 0;
}
@media (max-width:940px){
    .left_block {
        display: none;
    } 
    .tariffs {
        width: 100%;
            text-align: center;
    }
    .block_info {
        width: 100%;
        padding-left: 0;
    }
    .slide_cont img {
        width: 25%;
        display: none;
    }
    .slide_cont .info {
        width: 330px;
        margin-left: 40px;
    }
    .main_menu a {
        font-size: 10px;
        padding: 10px 5px;
    }
    .th:nth-child(1), .td:nth-child(1) {
        width: 40%;
    }
    .th, .td {
        width: 20%;
    }
    .itog .td span {
        font-size: 18px;
    }
    .itog .td span.min {
        font-size: 14px;
    }
    .el_cont span, .el_cont a {
        font-size: 12px;
        text-align: left;
    }
    .el_cont a {
        font-size: 14px;
    }
    .el_cont {
        display: inline-block;
        vertical-align: top;
        height: 50px;
    }
    .animate img {
        width: 50%;
    }
    .fb_block img {
        width: 15%;
    }
    .tariffs a span {
        font-size: 16px;
    }
    .tariffs img {
        width: 50%;
    }
    .tariff .price {
        font-size: 22px;
    }
    .tariff .per {
        font-size: 10px;
    }
    .td span, .th span {
        font-size: 12px;
    }
}
@media (max-width:639px){
    .slider {
        display: none;
    }
    .tariff {
        width: 100%;
        margin: 20px auto;
        max-width: 200px;
    }
    .block_gray {
        background: none;
    }
    .td span, .th span {
        font-size: 10px;
    }
    .itog .td span {
        font-size: 13px;
        line-height: 40px;
    }
    .itog .td span.min {
        font-size: 14px;
        display: none;
    }
    .dop_servis li {
        width: 100%;
        margin: 20px 0;
    }
    .el_cont {
        display: block;
        width: 210px;
        margin: 30px auto;
    }
    .fb_block img {
        width: 100px;
        display: block;
        margin: 0 auto;
    }
    input {
        width: 100%;        
    }
    input:nth-child(even) {
        margin-left: 0;
    }
    .fb_form {
        width: 100%;
    }
    .cop, .cont {
        width: 100%;
        margin-bottom: 30px;
        font-size: 12px;
    }
    .container {
        width: 95%;
    }
    .prop_elem {
        min-width: 100%;
    }
    .td a.btn {
        margin: 0;
        font-size: 9px;
        padding: 5px;
    }
    .itog .td {
        text-align: center;
        padding: 0;
    }
}