/*
Theme Name: Infolada
Author: InfoLine
Description: Our current working theme.
Text Domain: infolada
*/

/* global */
/* global */
/*
@font-face {
    font-family: 'trebuc';
    src: url('font/trebuc1/trebuc.eot');
    src: local('trebuc'), url('font/trebuc1/trebuc.woff') format('woff'), url('font/trebuc1/trebuc.ttf') format('truetype');
}
*/


h1{
    font-size: 24px;
}

h2{
    font-size: 22px;
}

h3{
    font-size: 20px;
}

h4{
    font-size: 18px;
}

@font-face {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 100;
    src: url("font/robotoslab/robotoslabthin.woff") format("woff"), url("font/robotoslab/robotoslabthin.woff2") format("woff2"), url("font/robotoslab/robotoslabthin.ttf") format("truetype"); }
@font-face {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 300;
    src: url("font/robotoslab/robotoslablight.woff") format("woff"), url("font/robotoslab/robotoslablight.woff2") format("woff2"), url("font/robotoslab/robotoslablight.ttf") format("truetype"); }
@font-face {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 400;
    src: url("font/robotoslab/robotoslabregular.woff") format("woff"), url("font/robotoslab/robotoslabregular.woff2") format("woff2"), url("font/robotoslab/robotoslabregular.ttf") format("truetype"); }
@font-face {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 700;
    src: url("font/robotoslab/robotoslabbold.woff") format("woff"), url("font/robotoslab/robotoslabbold.woff2") format("woff2"), url("font/robotoslab/robotoslabbold.ttf") format("truetype"); }


@font-face {
    font-family: 'trebuc';
    font-weight: normal;
    src: url(font/trebuc2/trebuc.ttf);
}

@font-face {
    font-family: 'trebuc';
    font-weight: bold;
    src: url(font/trebuc2/trebucbd.ttf);
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a, a:link, a:visited{
    color: #0066a6;
}

.post-content ol, .post-content  ul{
    padding-left: 25px;
}


header, section, nav, footer { display: block;float: left;width: 100%; }

header{
    margin-top: 25px;
    /*margin-bottom: 5px;*/
}

section,footer{
    float: left;
}


footer{
    width: 100%;
}

#main{
    margin-bottom: 35px;
}

html,
body {
    height: 100%;
    font-size: 13px;
    font-family: "Trebuchet MS", trebuc, "Roboto Slab", sans-serif;
}

body{
    min-height: 100%;
    position: relative;
}


textarea,
input,
iframe,
img { max-width: 100%; }
img{height: auto;}
a img { border: 0; }

div.page{
    margin: 0 auto -175px;
    width: 100%;
    position: relative;
    min-height: 100%;
    min-width: 960px;
}

.page-empty {
    /*float: left;*/
    height: 165px;
    clear: both;
}

.wrapper-big{
    position: relative;
    margin: 0 auto;
    width: 1200px;
    margin-left: -120px;
    overflow: visible !important;
}

.wrapper{
    position: relative;
    margin: 0 auto;
    max-width: 960px;
    overflow: visible !important;
}


/* header */
header{
    margin-top: 25px;
}

header > .nav-trigger {
    display: none;
    position: absolute;
    top: 25px;
    right: 5px;
    z-index: 500;
    width: 40px;
    height: 40px;
    background: url(images/nav_icon.gif) center no-repeat;
    border-radius: 3px;
    cursor: pointer;
}
header > .nav-trigger:hover{
    background: url(images/nav_icon.png) center no-repeat;
}

header > .wrapper > .logo_t {
    position: relative;
    display: inline-block;
    background: url(images/logo_t.png) 35px top no-repeat;
    width: 240px;
    height: 75px;
}

header > .wrapper > .logo_s {
    position: relative;
    display: inline-block;
    background: url(images/logo_s.png) 35px top no-repeat;
    width: 240px;
    height: 75px;
}

header ul{
    margin-bottom: 0;
    list-style: none;
}

header > .wrapper > .nav-top, header > .wrapper > .nav-header, header > .wrapper > .search-layout, header > .wrapper > .contact-layout{
    position: relative;
    display: inline-block;
    vertical-align: top;
}

header > .wrapper > .nav-top a, header > .nav-header a{
    text-decoration: none;
}

/* header nav-top */

header > .wrapper > .nav-top{
    padding-top: 23px;
    margin-left: 70px;
}

header .menu-nav-top li{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
}

header .menu-nav-top li a{
    color: #0066a6;
    text-decoration: none;
    cursor: pointer;
    font-size: 13px;
}

header .menu-nav-top li a:active, header .menu-nav-top li.current-menu-item a{
    color: #666666;
}

header .menu-nav-top li a:hover{
    text-decoration: underline;
}

header #for-type-home li:first-child a{
    color: #666666;
}

header #for-type-corporate li:last-child a{
    color: #666666;
}


/* header search-layout */

header > .wrapper > .search-layout{
    width: 157px;
    height: 75px;
    padding-top: 19px;
    margin-left: 15px;
}

header > .wrapper > .search-layout input[type=text]{
    /*
    background: url(images/find-region.png) center center no-repeat;
    width: 157px;
    height: 21px;
    border: none;
    padding: 0 25px 0 10px;
    */
    background-color: #fff;
    border: 1px solid #dbdcdd;
    border-radius: 5px;
    width: 157px;
    height: 26px;
    padding: 3px 25px 3px 10px;
}

header > .wrapper > .search-layout .find_button{
    /*
    border: none;
    width: 15px;
    height: 21px;
    background: url(images/find-button.png) center center no-repeat;
    position: absolute;
    top: 18px;
    right: 10px;
    cursor: pointer;
    */
    border: none;
    width: 15px;
    height: 21px;
    background: url(images/find-button.png) center center no-repeat;
    position: absolute;
    top: 21px;
    right: 10px;
    cursor: pointer;
}

/* header contact-layout */

header > .wrapper > .contact-layout{
    margin-left: 27px;
    width: 160px;
}

header > .wrapper > .contact-layout .city{
    background-color: transparent;
    z-index: 1;
    padding-left: 20px;
}


header > .wrapper > .contact-layout .city, header > .wrapper > .contact-layout .info{
    position: absolute;
    top: 0;
    right: 0;
}

header > .wrapper > .contact-layout .info{
    top: 20px;
}

header > .wrapper > .contact-layout .city ul li{
    display: none;
    color: #808184;
    line-height: 20px;
}

header > .wrapper > .contact-layout .city{
    cursor: pointer;
    padding-right: 16px;
    font-size: 12px;
}

header > .wrapper > .contact-layout .city .arrow-down{
    background: url(images/arrow-down.png) center 6px no-repeat;
    width: 12px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

header > .wrapper > .contact-layout .city ul li:hover{
    text-decoration: underline;
    color: #808184;
}

header > .wrapper > .contact-layout .city ul li.city-show {
    display: inline-block;
}


header > .wrapper > .contact-layout .info{
    font-size: 22px;
    color: #0066a6;
}

header > .wrapper > .contact-layout .info a{
    font-size: 22px;
    color: #0066a6;
    text-decoration: none;
}

header > .wrapper > .contact-layout .info a:hover{
    text-decoration: underline;
}

/* header nav-header */
/*
header .nav-header nav{
    display: block;
    width: 100%;
    background: #edeff1;
    border-top: 3px solid #f4f5f7;
    border-bottom: 3px solid #dbdcdd;
}
*/

header .nav-header nav{
    display: block;
    width: 100%;
    background: #edeff1;
    background: -moz-linear-gradient(top, #f4f5f7 0%, #edeff1 6%, #edeff1 94%, #dbdcdd 100%);
    background: -webkit-gradient(linear, top, bottom, color-stop(0%,#f4f5f7), color-stop(6%,#edeff1), color-stop(94%,#edeff1), color-stop(100%,#dbdcdd));
    background: -webkit-linear-gradient(top, #f4f5f7 0%, #edeff1 6%, #edeff1 94%, #dbdcdd 100%);
    background: -o-linear-gradient(top, #f4f5f7 0%, #edeff1 6%, #edeff1 94%, #dbdcdd 100%);
    background: -ms-linear-gradient(top, #f4f5f7 0%, #edeff1 6%, #edeff1 94%, #dbdcdd 100%);
    background: linear-gradient(to bottom, #f4f5f7 0%, #edeff1 6%, #edeff1 94%, #dbdcdd 100%);
}

header .nav-header a{
    color: #010101;
    font-size: 16px;
}

.menu-nav-header > li:last-child{
    font-weight: bold;
}

header .nav-header ul li{
    display: table-cell;
    position: relative;
}

header .nav-header ul li a{
    padding: 0 40px;
    line-height: 40px;
}

header .nav-header ul{
    white-space: nowrap;
    background: transparent;
    height: 40px;
    vertical-align: middle;
}

header .nav-header ul li:hover, header .nav-header ul li.current-menu-item,
header .nav-header ul li.current-page-ancestor{
    height: 40px;
    //*background: #ffffff;*/
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    background: #edeff1;
    background: -moz-linear-gradient(left, #f4f5f7 0%, #edeff1 1%, #ffffff 99%, #f4f5f7 100%);
    background: -webkit-gradient(linear, left, right, color-stop(0%,#f4f5f7), color-stop(1%,#ffffff), color-stop(99%,#ffffff), color-stop(100%,#f4f5f7));
    background: -webkit-linear-gradient(left, #f4f5f7 0%, #ffffff 1%, #ffffff 99%, #f4f5f7 100%);
    background: -o-linear-gradient(left, #f4f5f7 0%, #ffffff 1%, #ffffff 99%, #f4f5f7 100%);
    background: -ms-linear-gradient(left, #f4f5f7 0%, #ffffff 1%, #ffffff 99%, #f4f5f7 100%);
    background: linear-gradient(to right, #f4f5f7 0%, #ffffff 1%, #ffffff 99%, #f4f5f7 100%);

}


.entry-header{
    margin-top: 0;
}

.search-article{
    margin-bottom: 15px;
}

.entry-title a{
    text-decoration: none;
}

.search-post-type{
    margin-bottom: 2px;
    text-decoration: none;
    color: #f27c24;
    float: left;
    width: 100%;
}

/* home page */

/* slider */

.slider-red{
    background: #F37A40;
    background: -moz-linear-gradient(top,  #f49221 0%, #f27c24 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f49221), color-stop(100%,#f27c24));
    background: -webkit-linear-gradient(top,  #f49221 0%,#f27c24 100%);
    background: -o-linear-gradient(top,  #f49221 0%,#f27c24 100%);
    background: -ms-linear-gradient(top,  #f49221 0%,#f27c24 100%);
    background: linear-gradient(to bottom,  #f49221 0%,#f27c24 100%);
    border-top: 2px solid #f6a84d;
    border-bottom: 2px solid #d96e21;
}

.slider-blue{
    background: #1568b1;
    background: -moz-linear-gradient(top,  #1568b1 0%, #1863a9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1568b1), color-stop(100%,#1863a9));
    background: -webkit-linear-gradient(top,  #1568b1 0%,#1863a9 100%);
    background: -o-linear-gradient(top,  #1568b1 0%,#1863a9 100%);
    background: -ms-linear-gradient(top,  #1568b1 0%,#1863a9 100%);
    background: linear-gradient(to bottom,  #1568b1 0%,#1863a9 100%);
    border-top: 2px solid #4486c1;
    border-bottom: 2px solid #165899;
}

.slider-green{
    background: #8ac340;
    background: -moz-linear-gradient(top,  #8cc641 0%, #82ba3d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8cc641), color-stop(100%,#82ba3d));
    background: -webkit-linear-gradient(top,  #8cc641 0%,#82ba3d 100%);
    background: -o-linear-gradient(top,  #8cc641 0%,#82ba3d 100%);
    background: -ms-linear-gradient(top,  #8cc641 0%,#82ba3d 100%);
    background: linear-gradient(to bottom,  #8cc641 0%,#82ba3d 100%);
    border-top: 2px solid #a3d167;
    border-bottom: 2px solid #74a738;
}

.button-red{
    background: #F37A40; 
    background: -moz-linear-gradient(top,  #f49221 0%, #f27c24 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f49221), color-stop(100%,#f27c24)); 
    background: -webkit-linear-gradient(top,  #f49221 0%,#f27c24 100%); 
    background: -o-linear-gradient(top,  #f49221 0%,#f27c24 100%); 
    background: -ms-linear-gradient(top,  #f49221 0%,#f27c24 100%); 
    background: linear-gradient(to bottom,  #f49221 0%,#f27c24 100%); 
    border-top: 2px solid #f6a84d;
    border-bottom: 2px solid #d96e21;
    border-left: none;
    border-right: none;
}

.button-red:hover{
    background: #f27d26; 
    background: -moz-linear-gradient(top,  #f27d26 0%, #f49222 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f27d26), color-stop(100%,#f49222)); 
    background: -webkit-linear-gradient(top,  #f27d26 0%,#f49222 100%); 
    background: -o-linear-gradient(top,  #f27d26 0%,#f49222 100%); 
    background: -ms-linear-gradient(top,  #f27d26 0%,#f49222 100%); 
    background: linear-gradient(to bottom,  #f27d26 0%,#f49222 100%); 
    border-top: 2px solid #f59653;
    border-bottom: 2px solid #db8621;
}

.button-red:active{
    background: #f17c56; 
    background: -moz-linear-gradient(top,  #ef5d28 0%, #f17326 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef5d28), color-stop(100%,#f17326)); 
    background: -webkit-linear-gradient(top,  #ef5d28 0%,#f17326 100%); 
    background: -o-linear-gradient(top,  #ef5d28 0%,#f17326 100%); 
    background: -ms-linear-gradient(top,  #ef5d28 0%,#f17326 100%); 
    background: linear-gradient(to bottom,  #ef5d28 0%,#f17326 100%); 
    border-top: 2px solid #f27c55;
    border-bottom: 2px solid #d86c25;
    user-select: none;
}



.button-blue{
    background: #1568b1; 
    background: -moz-linear-gradient(top,  #1568b1 0%, #1863a9 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1568b1), color-stop(100%,#1863a9)); 
    background: -webkit-linear-gradient(top,  #1568b1 0%,#1863a9 100%); 
    background: -o-linear-gradient(top,  #1568b1 0%,#1863a9 100%); 
    background: -ms-linear-gradient(top,  #1568b1 0%,#1863a9 100%); 
    background: linear-gradient(to bottom,  #1568b1 0%,#1863a9 100%); 
    border-top: 2px solid #4486c1;
    border-bottom: 2px solid #165899;
    border-left: none;
    border-right: none;

}


.button-blue:hover{
    background: #1568b1;
    background: -moz-linear-gradient(top,  #12538e 0%, #1568b1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#12538e), color-stop(100%,#1568b1));
    background: -webkit-linear-gradient(top,  #12538e 0%,#1568b1 100%);
    background: -o-linear-gradient(top,  #12538e 0%,#1568b1 100%);
    background: -ms-linear-gradient(top,  #12538e 0%,#1568b1 100%);
    background: linear-gradient(to bottom,  #12538e 0%,#1568b1 100%);
    border-top: 2px solid #4174a2;
    border-bottom: 2px solid #144577;
}

.button-blue:active{
    background: #144073;
    background: -moz-linear-gradient(top,  #144073 0%, #1862a8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#144073), color-stop(100%,#1862a8));
    background: -webkit-linear-gradient(top,  #144073 0%,#1862a8 100%);
    background: -o-linear-gradient(top,  #144073 0%,#1862a8 100%);
    background: -ms-linear-gradient(top,  #144073 0%,#1862a8 100%);
    background: linear-gradient(to bottom,  #144073 0%,#1862a8 100%);
    border-top: 2px solid #44668e;
    border-bottom: 2px solid #13365e;
}


.button-big{
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    line-height: 35px;
    color: #ffffff;
    cursor: pointer;
    white-space: nowrap;
}

.button-big:hover{
    -webkit-transition: background 0.5s ease;
    transition: background 0.5s ease;
}

.button-big a{
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #ffffff;
    display: block;
    padding: 0 25px;
}


.button-normal{
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    line-height: 31px;
    padding: 0 15px;
    color: #ffffff;
    cursor: pointer;
}

.button-normal:hover{
    -webkit-transition: background 0.5s ease;
    transition: background 0.5s ease;
}

.button-normal a{
    text-decoration: none;
    color: #ffffff;
}




.unselect{
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.home-big-button{
    color: #ffffff;
    font-size: 27px;
    text-align: center;
    float: left;
    position: relative;
    display: inline-block;
}

.abonent-layer{
    /*margin-top: -60px;*/
    margin-top: -25px;
    position: relative;
    font-size: 15px;
    float: left;
}

.abonent-layer >div{
    float: left;
    position: relative;
    display: inline-block;
    width: 468px;
}

.abonent-layer >div:first-child{
    margin-right: 24px;
}

.abonent-layer a{
    text-decoration: none;
    color: #000000;
}

.abonent-layer ul{
    list-style: none;
}


.abonent-menu li{
    text-align: left;
    float: left;
    display: inline-block;
    position: relative;
    width: 232px;
    margin-top: 2px;
    margin-right: 2px;
    line-height: 65px;
    height: 65px;
    vertical-align: middle;
    cursor: pointer;
}
.abonent-menu li a{
    display: block;
    width: 232px;
    height: 65px;
}

.abonent-menu li a span{
    padding-left: 50px;
}


.abonent-menu li.top{
    background: linear-gradient(to top,  #edeff1 0%,#edeff1 98%,#dbdcde 100%);
}

.abonent-menu li.bottom{
    background: linear-gradient(to bottom,  #edeff1 0%,#edeff1 98%,#dbdcde 100%);
}

.abonent-menu li:hover{
    background: #dbdcde;
    -webkit-transition: background 0.5s ease;
    transition: background 0.5s ease;
}

.abonent-layer .abonent-corporate-layer{
    margin-right: 0;
    width: 100%;
}

.abonent-layer .abonent-corporate-layer .abonent-menu li{
    width: 236px;
    margin-right: 5px;
}

.abonent-layer .abonent-corporate-layer .abonent-menu li a{
    width: 236px;
}

.line1{
    float: left;
    clear: both;
    background: url(images/line1.png?2) center center repeat-x;
    width: 100%;
    height: 6px;
    position: relative;
}

.line-grey{
    background: url(images/line-grey.png) center center repeat-x;
    width: 100%;
    height: 26px;
    position: relative;
}

.home-layout{
    margin-top: 25px;
    float: left;
    clear: both;
    width: 100%;
}

.home-layout > .title{
    text-align: left;
    font-size: 26px;
    font-weight: bold;
    color: #0066a6;
}
.home-layout > .title span{
    padding-left: 20px;
}

.home-layout > .title span a.noA{
    text-decoration: none;
    color: inherit;
}


.home-new-client > .wrapper > *{
    display: inline-block;
}

.home-new-client .info-blue{
    padding-left: 20px;
    color: #0066a6;
    font-size: 26px;
    line-height: 75px;
    vertical-align: middle;
}

.home-new-client .info-gray{
    color: #6e6f72;
    font-size: 22px;
    line-height: 75px;
    vertical-align: middle;
}


.home-new-client .button-big{
    float: right;
    margin: 15px 0 0;
    vertical-align: middle;
}


.after-img-blue{
    height: 130px;
    background: #1963aa;
    background: -moz-linear-gradient(top,  #1963aa 0%, #12528c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1963aa), color-stop(100%,#12528c));
    background: -webkit-linear-gradient(top,  #1963aa 0%,#12528c 100%);
    background: -o-linear-gradient(top,  #1963aa 0%,#12528c 100%);
    background: -ms-linear-gradient(top,  #1963aa 0%,#12528c 100%);
    background: linear-gradient(to bottom,  #1963aa 0%,#12528c 100%);
    border-top: 2px solid #4783bc;
    border-bottom: 2px solid #13365e;
    margin-top: -15px;
    z-index: 1;
    padding: 10px;
    position: relative;
    text-align: left;
}

.after-img-blue:hover, .home-news-items:hover .after-img-blue{
    background: #13538e;
    background: -moz-linear-gradient(top,  #13538e 0%, #1964ac 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#12528c), color-stop(100%,#1963aa));
    background: -webkit-linear-gradient(top,  #13538e 0%, #1964ac 100%);
    background: -o-linear-gradient(top,  #13538e 0%, #1964ac 100%);
    background: -ms-linear-gradient(top,  #13538e 0%, #1964ac 100%);
    background: linear-gradient(to bottom,  #13538e 0%, #1964ac 100%);
    border-top: 2px solid #4175a4;
    border-bottom: 2px solid #13365e;
}

.after-img-blue a{
    color: #ffffff;
    font-size: 17px;
    text-decoration: none;
}

.after-img-blue a:hover{
    /*text-decoration: underline;*/
}

.after-img-blue .excerpt{
    margin-top: 5px;
    color: #BAC6D0;
    font-size: 13px;
    min-height: 50px;
}
.after-img-blue .excerpt a{
    font-size: 13px;
    line-height: 18px;
}

.home-posts-inline{
    float: left;
    margin-top: 15px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-column-gap: 5px;
}

.home-posts-inline > div{
    overflow: hidden;
    display: inline-block;
    float: left;
    height: auto;
}

.home-news-big{
    width: 492px;
    vertical-align: bottom;
}

.home-news-small{
    vertical-align: bottom;
    width: 234px;
}

.home-news-items{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
}

.home-news-items >div:first-child{
    flex: 1 1 auto;
}

.home-news-items >div:first-child a{
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 220px;
}



/* icons */

.v-red-big{
    background: url(images/v-red-big.png) no-repeat;
    width: 90px;
    height: 70px
}

.v-blue-big{
    background: url(images/v-blue-big.png) no-repeat;
    width: 90px;
    height: 70px;
}

.v-green-big{
    background: url(images/v-green-big.png) no-repeat;
    width: 90px;
    height: 70px
}








/* icons */

.icon-tarif{
    background: url(images/icon-internet.png) 12px center no-repeat;
}

.icon-provider{
    background: url(images/icon-provider.png) 12px center no-repeat;
}

.icon-home{
    background: url(images/icon-home.png) 12px center no-repeat;
}

.icon-company{
    background: url(images/icon-company.png) 12px center no-repeat;
}


.icon-star{
    background: url(images/icon-star.png) 12px center no-repeat;
}

.icon-pay{
    background: url(images/icon-pay.png) 12px center no-repeat;
}

.icon-bonus{
    background: url(images/icon-bonus.png) 12px center no-repeat;
}

.icon-lk{
    background: url(images/icon-lk.png) 12px center no-repeat;
}

.icon-corp-1{
    background: url(images/corp_1.png) 12px center no-repeat;
}
.icon-corp-2{
    background: url(images/corp_2.png) 12px center no-repeat;
}
.icon-corp-3{
    background: url(images/corp_3.png) 12px center no-repeat;
}
.icon-corp-4{
    background: url(images/corp_4.png) 12px center no-repeat;
}
.icon-corp-5{
    background: url(images/corp_5.png) 12px center no-repeat;
}
.icon-corp-6{
    background: url(images/corp_6.png) 12px center no-repeat;
}
.icon-corp-7{
    background: url(images/corp_7.png) 12px center no-repeat;
}
.icon-corp-8{
    background: url(images/corp_9.png) 12px center no-repeat;
}


.home-help .tr{
    float: left;
}

.home-help div.item{
    text-align: center;
    position: relative;
    float: left;
    width: 240px;
    text-align: center;
    font-size: 17px;
    vertical-align: bottom;
}

.home-help a{
    padding-top: 60px;
    display: block;
    text-decoration: none;
    color: #676767;
}

.home-help a:hover{
    color: #ee6f23;
}

.home-help a:active{
    color: #f05427;
}

.icon-question-circle{
    background: url(images/icon-question-circle.png?1) center 5px no-repeat;
}

.icon-question-circle:hover{
    background: url(images/icon-question-circle-hover.png?1) center 5px no-repeat;
}

.icon-question-circle:active{
    background: url(images/icon-question-circle-active.png?1) center 5px no-repeat;
}

.icon-question-square{
    background: url(images/icon-question-square.png?1) center top no-repeat;
}

.icon-question-square:hover{
    background: url(images/icon-question-square-hover.png?1) center top no-repeat;
}

.icon-question-square:active{
    background: url(images/icon-question-square-active.png?1) center top no-repeat;
}

.icon-question-square2{
    background: url(images/icon-question-square2.png?1) center 5px no-repeat;
}

.icon-question-square2:hover{
    background: url(images/icon-question-square2-hover.png?1) center 5px no-repeat;
}

.icon-question-square2:active{
    background: url(images/icon-question-square2-active.png?1) center 5px no-repeat;
}


.icon-phone{
    background: url(images/icon-phone.png?1) center top no-repeat;
}

.icon-phone:hover{
    background: url(images/icon-phone-hover.png?1) center top no-repeat;
}

.icon-phone:active{
    background: url(images/icon-phone-active.png?1) center top no-repeat;
}


/* footer */

footer {
    margin-top: 10px;
    font-size: 11px;
    position: relative;
    float: left;
    clear: both;
    width: 100%;
}

footer .footer-top{
    background: url(images/footer-line.png?1) top center repeat-x;
    width: 100%;
    height: 23px;
}

footer .footer-center{
    color: #676767;
    line-height: 14px;
    padding: 0 10px 20px;
    min-height: 110px;
    background: #edeff1;
}

.footer-center > .wrapper > div{
    display: inline-block;
}

.menu-nav-footer1{
    margin-left: 20px;
}

.menu-nav-footer{
    text-align: left;
    list-style: none;
    width: 100px;
    margin-right: 90px;
}

.menu-nav-footer li{
    line-height: 16px;
}

.menu-nav-footer a{
    text-decoration: none;
    color: #676767;
    line-height: 14px;
}

.menu-nav-footer a:hover{
    text-decoration: underline;
}

.menu-nav-footer a:active{
    text-decoration: underline;
}

.social-grey .icon-vk{
    display: inline-block;
    background: url(images/social/vk-ch.png) left top no-repeat;
    width: 16px;
    height: 16px;
}

/* social grey */
.social-grey .icon-facebook{
    display: inline-block;
    background: url(images/social/facebook-ch.png) left top no-repeat;
    width: 16px;
    height: 16px;
}
.social-grey .icon-twitter{
    display: inline-block;
    background: url(images/social/twitter-ch.png) left top no-repeat;
    width: 16px;
    height: 16px;
}
.social-grey .icon-ok{
    display: inline-block;
    background: url(images/social/ok-ch.png) left top no-repeat;
    width: 16px;
    height: 16px;
}

.social-grey .icon-google{
    display: inline-block;
    background: url(images/social/google-plus.png) left top no-repeat;
    width: 16px;
    height: 16px;
}

.social-grey .icon-copiny{
    display: inline-block;
    background: url(images/social/ss-copiny.png) left top no-repeat;
    width: 16px;
    height: 16px;
}

footer .tm{
    text-align: left;
}

.tminfo, .tminfo a{
    color: #676767;
    text-decoration: none;
}

/* social color */

.social-color{
    margin-top: 7px;
}

.social-color.size20 .icon-vk{
    display: inline-block;
    background: url(images/social/social-20.png) left top no-repeat;
    background-position: -84px 0;
    width: 20px;
    height: 20px;
}

.social-color.size20 .icon-facebook{
    display: inline-block;
    background: url(images/social/social-20.png) left top no-repeat;
    background-position: -0px 0;
    width: 20px;
    height: 20px;
}
.social-color.size20 .icon-twitter{
    display: inline-block;
    background: url(images/social/social-20.png) left top no-repeat;
    background-position: -21px 0;
    width: 20px;
    height: 20px;
}
.social-color.size20 .icon-ok{
    display: inline-block;
    background: url(images/social/social-20.png) left top no-repeat;
    background-position: -63px 0;
    width: 20px;
    height: 20px;
}

.social-color.size20 .icon-google{
    display: inline-block;
    background: url(images/social/social-20.png) left top no-repeat;
    background-position: -126px 0;
    width: 20px;
    height: 20px;
}
.social-color.size20 .icon-telegram{
    display: inline-block;
    background: url(images/social/tg.svg) left top no-repeat;
    width: 20px;
    height: 20px;
}
.social-color.size20 .icon-viber{
    display: inline-block;
    background: url(images/social/viber.png) left top no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
}
.social-color.size20 .icon-copiny{
    display: inline-block;
    background: url(images/social/copiny20.png) left top no-repeat;
    width: 20px;
    height: 20px;
}

.tminfo{
    margin-top: 10px;
}


/* pages */

section > .title, section > .wrapper > .title{
    width: 100%;
    line-height: 35px;
    color: #0066a6;
    font-size: 25px;
    font-weight: bold;
    vertical-align: middle;
}

section > .title > span, section > .wrapper > .title > span{
    line-height: 35px;
    float: left;
    padding-left: 17px;
}

section.archive > .title{
    line-height: 45px;
}

section.archive > .title > span{
    line-height: 45px;
}


.float-right{
    float: right;
}

section.margin{
    margin-top: 25px;
}

section.fill{
    width: 100%;
}

section.padding{
    padding: 10px 0 10px 0;
}

section.left720{
    width: 720px;
    padding-right: 115px;
    max-width: 100%;
}

section.left720-padding20{
    padding-right: 40px;
}

section.right240{
    width: 240px;
    max-width: 100%;
}


section.left660{
    width: 600px;
    margin-right: 50px;
    max-width: 100%;
}

section.right330{
    width: 330px;
    max-width: 100%;
}

/* tarif */

#tarif{
    position: relative;
    padding-top: 30px;
    padding-bottom: 50px;
    background: #F7F8FA;
    background: -moz-linear-gradient(top, #DEDEE0 0%, #F7F8FA 1.25%, #F7F8FA 97.8%, #DEDEE0 100%);
    background: -webkit-gradient(linear, top, bottom, color-stop(0%,#DEDEE0), color-stop(1.25%,#F7F8FA), color-stop(97.8%,#F7F8FA), color-stop(100%,#DEDEE0));
    background: -webkit-linear-gradient(top, #DEDEE0 0%, #F7F8FA 1.25%, #F7F8FA 97.8%, #DEDEE0 100%);
    background: -o-linear-gradient(top, #DEDEE0 0%, #F7F8FA 1.25%, #F7F8FA 97.8%, #DEDEE0 100%);
    background: -ms-linear-gradient(top, #DEDEE0 0%, #F7F8FA 1.25%, #F7F8FA 97.8%, #DEDEE0 100%);
    background: linear-gradient(to bottom, #DEDEE0 0%, #F7F8FA 1.25%, #F7F8FA 97.8%, #DEDEE0 100%);
}

#tarif > .item > * {
    max-width: 255px;
}

#tarif > .item > .title{
    line-height: 35px;
    color: #0066a6;
    font-size: 25px;
    font-weight: bold;
    vertical-align: middle;
}

#tarif > .item{
    text-align: left;
    display: inline-block;
    width: 315px;
    padding: 10px 0px 0 35px;
    vertical-align: top;
}

#tarif > .item > .question{
    font-size: 15px;
    color: #333333;
    height: 40px;
}



/* chooser */


.slider {
    padding-top: 15px;
    cursor: default;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.slider > .line{
    cursor: pointer;
    float: left;
    clear: both;
    width: 100%;
    height: 4px;
    background: #435275; 
    background: -moz-linear-gradient(left, #1c6cb3 0%, #144478 100%);
    background: -webkit-gradient(linear, left, right, color-stop(0%,#1c6cb3), color-stop(100%,#144478));
    background: -webkit-linear-gradient(left, #1c6cb3 0%, #144478 100%);
    background: -o-linear-gradient(left, #1c6cb3 0%, #144478 100%);
    background: -ms-linear-gradient(left, #1c6cb3 0%, #144478 100%);
    background: linear-gradient(to right, #1c6cb3 0%, #144478 100%);
}


.slider > .handle{
    position: absolute;
    background: url(images/slider-handler.png) no-repeat;
    width: 30px;
    height: 24px;
    cursor: pointer;
    margin-top: 5px;
    z-index: 1;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;

}

.slider > .values{
    margin-top: 8px;
    float: left;
    clear: both;
    width: 100%;
    position: relative;
}

.slider > .values > .value{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    color: #6e6f72;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.close{
    background: url(images/close.png) no-repeat;
    width: 18px;
    height: 17px;
}

.close-button-page{
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
}

.close-button-page:hover{
    /*
    -webkit-box-shadow: 3px 3px 4px 0px #8F8D8F;
    -moz-box-shadow:    3px 3px 4px 0px #8F8D8F;
    box-shadow:         3px 3px 4px 0px #8F8D8F;
    */
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.tarif2 .item{
    text-align: left;
    display: table-cell;
    vertical-align: top;
    padding: 10px 10px 0 30px;
    min-height: 255px;
    width: 316px;
    position: relative;
    cursor: pointer;
}

.tarif2{
    display: table;
    width: 100%;
}


.tarif2 .item1{
    background: #bdbec0;
    background: -moz-linear-gradient(top, #bdbec0 0%, #c9cacc 1.25%,#d1d2d4 97.8%, #c4c5c6 100%);
    background: -webkit-gradient(linear, top, bottom, color-stop(0%,#bdbec0), color-stop(1.25%,#c9cacc), color-stop(97.8%,#d1d2d4), color-stop(100%,#c4c5c6));
    background: -webkit-linear-gradient(top, #bdbec0 0%, #c9cacc 1.25%,#d1d2d4 97.8%, #c4c5c6 100%);
    background: -o-linear-gradient(top, #bdbec0 0%, #c9cacc 1.25%,#d1d2d4 97.8%, #c4c5c6 100%);
    background: -ms-linear-gradient(top, #bdbec0 0%, #c9cacc 1.25%,#d1d2d4 97.8%, #c4c5c6 100%);
    background: linear-gradient(to bottom, #bdbec0 0%, #c9cacc 1.25%,#d1d2d4 97.8%, #c4c5c6 100%);
}

.tarif2 .item2{
    border-left: 6px solid #ffffff;
    background: #E2E2E2; 
    background: -moz-linear-gradient(top, #B8B9BD 0%, #E2E2E2 1.25%, #E2E2E2 97.8%, #B8B9BD 100%); 
    background: -webkit-gradient(linear, top, bottom, color-stop(0%,#B8B9BD), color-stop(1.25%,#E2E2E2), color-stop(97.8%,#E2E2E2), color-stop(100%,#B8B9BD)); 
    background: -webkit-linear-gradient(top, #B8B9BD 0%, #E2E2E2 1.25%, #E2E2E2 97.8%, #B8B9BD 100%); 
    background: -o-linear-gradient(top, #B8B9BD 0%, #E2E2E2 1.25%, #E2E2E2 97.8%, #B8B9BD 100%); 
    background: -ms-linear-gradient(top, #B8B9BD 0%, #E2E2E2 1.25%, #E2E2E2 97.8%, #B8B9BD 100%); 
    background: linear-gradient(to bottom, #B8B9BD 0%, #E2E2E2 1.25%, #E2E2E2 97.8%, #B8B9BD 100%); 
}

.tarif2 .item3{
    border-left: 6px solid #ffffff;
    background: #F7F8FA; 
    background: -moz-linear-gradient(top, #DEDEE0 0%, #F7F8FA 1.25%, #F7F8FA 97.8%, #DEDEE0 100%); 
    background: -webkit-gradient(linear, top, bottom, color-stop(0%,#DEDEE0), color-stop(1.25%,#F7F8FA), color-stop(97.8%,#F7F8FA), color-stop(100%,#DEDEE0)); 
    background: -webkit-linear-gradient(top, #DEDEE0 0%, #F7F8FA 1.25%, #F7F8FA 97.8%, #DEDEE0 100%); 
    background: -o-linear-gradient(top, #DEDEE0 0%, #F7F8FA 1.25%, #F7F8FA 97.8%, #DEDEE0 100%); 
    background: -ms-linear-gradient(top, #DEDEE0 0%, #F7F8FA 1.25%, #F7F8FA 97.8%, #DEDEE0 100%); 
    background: linear-gradient(to bottom, #DEDEE0 0%, #F7F8FA 1.25%, #F7F8FA 97.8%, #DEDEE0 100%); 
}

.tarif2 .item:hover, .tarif2 .tarif-selected{
    background: #164171;
    background: -moz-linear-gradient(top, #164171 0%, #1d60a2 1.25%, #1680c1 34.5%,#1c5fa1 97.8%, #15497c 100%);
    background: -webkit-gradient(linear, top, bottom, color-stop(0%,#435274), color-stop(1.25%,#5672B3), color-stop(34.5%,#5C83BE), color-stop(97.8%,#5672B3), color-stop(100%,#435274));
    background: -webkit-linear-gradient(top, #164171 0%, #1d60a2 1.25%, #1680c1 34.5%,#1c5fa1 97.8%, #15497c 100%);
    background: -o-linear-gradient(top, #164171 0%, #1d60a2 1.25%, #1680c1 34.5%,#1c5fa1 97.8%, #15497c 100%);
    background: -ms-linear-gradient(top, #164171 0%, #1d60a2 1.25%, #1680c1 34.5%,#1c5fa1 97.8%, #15497c 100%);
    background: linear-gradient(to bottom, #164171 0%, #1d60a2 1.25%, #1680c1 34.5%,#1c5fa1 97.8%, #15497c 100%);
}

.tarif2 .item .name{
    margin-top: 20px;
    font-size: 22px;
    color: #790821;
    text-overflow: ellipsis;
}


.tarif2 .item:hover, .tarif2 .item:hover .name, .tarif2 .tarif-selected, .tarif2 .tarif-selected .name{
    color: #ffffff;
}


.tarif2 .item .name2{
    position: absolute;
    z-index: -1;
    color: #96C05B;
}

.tarif2 .item .recom{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 11px;
    display: block;
    font-weight: bold;
    padding: 3px 10px;
    color: #7d7f81;
}

.tarif2 .item .prim{
    font-size: 15px;
}

.tarif2 .item .speed{
    font-size: 20px;
}

.tarif2 .item .descr{
    font-size: 15px;
    margin-top:10px;
}

.tarif2 .item .descr ul{
    margin-left: 20px;
}

.tarif2 .item .descr li{
    list-style: url(images/li-grey.png);
}

.tarif2 .item:hover .descr li, .tarif2 .tarif-selected .descr li{
    list-style: url(images/li-white.png);
}

.tarif2 .item .prim{
    margin-top: 10px;
}

.tarif2 .item .speed{
    margin-top: 25px;
}

.tarif2 .item .descr li{
    line-height: 20px;
}

.tarif2 .item .sum{
    margin-top: 30px;
    font-size: 24px;
    font-weight: bold;
    color: #f59221;
    padding-bottom: 30px;
}

.tarif2 .item .sum .period{
    font-size: 20px;
    font-weight: normal;
}

.tarif2 .item:hover .recom{
    color: #ffffff;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.tarif2 .tarif-selected .recom{
    display: block;
    color: #ffffff;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    padding: 3px 10px;
}

/** show line-info */
.lines .line-info{
    display: none;
}

.lines .tarif-selected{
    display: block;
}

.line-info{
    vertical-align: middle;
    min-height: 51px;
}

.line-info .wrapper{
    display: table;
    width: 100%;
    min-height: 80px;
}

.line-info .left{
    padding-left: 17px;
    display: table-cell;
    vertical-align: middle;
}

.line-info .right{
    vertical-align: middle;
    display: table-cell;
    text-align: right;
    padding-left: 10px;
}

.line-info .info-blue{
    float: left;
    color: #0066a6;
    font-size: 25px;
    line-height: 25px;
    padding-right: 10px;
}
.line-info .info-blue a{
    color: #0066a6;
}

.line-info .info-gray{
    line-height: 25px;
    float: left;
    color: #6e6f72;
    font-size: 21px;
}


.line-info .info-no{
    line-height: 25px;
    float: left;
    color: #000;
    font-size: 18px;
}


.line-info .button-big{
    float: right;
}

.line-info  .info-gray2{
    padding-left: 10px;
    color: #818285;
    font-size: 25px;
    display: inline-block;
    vertical-align: top;
}

.line-info  .info-sum{
    margin-top: -10px;
    padding-left: 10px;
    font-size: 25px;
    font-weight: bold;
    color: #f59221;
    display: inline-block;
    vertical-align: top;
}

.line-info  .info-sum .period{
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
    float: left;
}

.set{
    display: flex;
}


.set .item{
    padding: 10px 0;
    width: 237px;
    vertical-align: top;
    text-align: center;
    min-height: 140px;
    display: table-cell;
    position: relative;
}

.set .item:hover{
    background-color: #edeff1;
    border-radius: 10px;
}

.set .item .name, .set .item .name a{
    text-decoration: none;
    color: #0066a6;
    font-size: 17px;
    line-height: 21px;
    font-weight: bold;
}

.set .item .name a:hover{
    text-decoration: none;
}

.set .item .descr, .set .item .descr a{
    line-height: 18px;
    color: #231f20;
    font-size: 13px;
    text-decoration: none;
}


.set .item-options{
    margin-top: 10px;
    width: 237px;
    vertical-align: top;
    display: inline-block;
    position: relative;
    color: #ffffff;
    display: flex;
    flex-direction: column;
}

.set .item-options .img{
    height: 128px;
    overflow: hidden;
}

.set .item-options .name{
    color: #526EA7;
    font-size: 17px;
    line-height: 21px;
    font-weight: bold;
}

.set .item-options .name a{
    font-size: 17px;
    line-height: 21px;
    text-decoration: none;
    color: #FFFFFF;
}

.set .item-options .descr a{
    text-decoration: none;
    color: #FFFFFF;
}

.set .item-options .body{
    width: 235px;
    min-height: 70px;
    padding: 5px 10px 5px;
    background: #1963aa;
    background: -moz-linear-gradient(top,  #1963aa 0%, #12528c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1963aa), color-stop(100%,#12528c));
    background: -webkit-linear-gradient(top,  #1963aa 0%,#12528c 100%);
    background: -o-linear-gradient(top,  #1963aa 0%,#12528c 100%);
    background: -ms-linear-gradient(top,  #1963aa 0%,#12528c 100%);
    background: linear-gradient(to bottom,  #1963aa 0%,#12528c 100%);
    border-top: 2px solid #4783bc;
    border-bottom: 2px solid #13365e;
    flex: 1;
}

.set .item-options .body:hover, .set .item-options:hover .body{
    background: #13538e;
    background: -moz-linear-gradient(top,  #13538e 0%, #1964ac 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#12528c), color-stop(100%,#1963aa));
    background: -webkit-linear-gradient(top,  #13538e 0%, #1964ac 100%);
    background: -o-linear-gradient(top,  #13538e 0%, #1964ac 100%);
    background: -ms-linear-gradient(top,  #13538e 0%, #1964ac 100%);
    background: linear-gradient(to bottom,  #13538e 0%, #1964ac 100%);
    border-top: 2px solid #4175a4;
    border-bottom: 2px solid #13365e;
}

.main-slider .small960{
    display: none;
}

.main-slider{
    background-size: cover;
    width: 100%;
    max-height: 338px;
    max-width: 1200px;
}

/* menu-right */

.widget_nav_menu .menu{
    list-style: none;
    border: 1px solid #c9cacc;
}

.widget_nav_menu .menu li{
    padding: 10px 10px 10px 25px;
    line-height: 20px;
    min-height: 40px;
}

.widget_nav_menu .menu >li:last-child{
    border-top: 1px solid #c9cacc;
}

.widget_nav_menu .menu li a{
    font-size: 15px;
    color: #231f20;
    text-decoration: none;
}

.widget_nav_menu .menu li a:hover{
    text-decoration: underline;
    color: #0065a5;
}

.widget_nav_menu .menu li> a:active, .widget_nav_menu .menu li.current-menu-item>a {
    color: #0065a5;
}

.widget_nav_menu .menu .sub-menu{
    list-style: disc;
}

.widget_nav_menu .menu .sub-menu li{
    padding: 10px 0 0 0;
    margin-left: 25px;
    line-height: 20px;
}

#menu-iptv >li{
    border-top: 1px solid #c9cacc;
}

#menu-iptv >li:first-child{
    border-top: none;
}

.post-content{
    clear: left;
    text-align: justify;
}

.post-content{
    font-size: 15px;
}

.post-content p, .post-content div, .post-content li, .post-content h4{
    margin-top: 0px;
    margin-bottom: 7px;
    line-height: 20px;
}

.post-content h1, .post-content h2, .post-content h3, .post-content h4{
    margin-bottom: 7px;
}

.post-content{
    width: 100%;
    float: left;
}

.post-content .title{
    width: 100%;
    float: left;
    padding-bottom: 10px;
}

.post-content .title a{
    font-size: 18px;
    color: #0066a6;
    text-decoration: none;
}

.post-content .title a:hover{
    text-decoration: underline;
}

.single .post-content .title{
    float: none;
    font-size: 18px;
}

.post-content .thumbnail-news{
    text-align: center;
    float: left;
    position: relative;
    margin-right: 15px;
    width: 230px;
}

.post-content .thumbnail-news img {
    border-radius: 3px;
}

.post-content .thumbnail-news .time-img {
    position: absolute;
    top: 0;
    left: 0;
}

.post-content .thumbnail-news .time-img .time-bgr{
    opacity: 0.8;
    padding: 2px;
    border-radius: 3px;
    background-color: #0066a6;
}
.post-content .thumbnail-news .time-img .time-text{
    padding: 2px;
    color: #ffffff;
    z-index: 1;
    font-size: 12px;
    line-height: 15px;
    text-transform: lowercase;
    margin-bottom: 0;
}



.archive.post-content {
    margin-bottom: 30px;
}

.post-content-question{
    margin-bottom: 0px !important;
}

.post-content .archive .content{
    float: left;
}

.post-content .bonus .content{
    width: 360px;
}


.post-content .news .content, .post-content .article .content{
    float: left;
    width: 360px;
}


.post-content .news{
    width: 100%;
    float: left;
}

.post-content .more{
    float: left;
    clear: both;
    margin-top: 7px;
}

.post-content .more a{
    font-size: 14px;
    font-style: italic;
    text-decoration: underline;
    color: #231f20;
}

.post-content .more a:after{
    content: "\0020\00BB";
}

.post-content .single-img{
    margin: 0 15px 5px 0;
    border-radius: 3px;
}

.post-content .single-img-set-internet{
    margin: 0 15px 0 0;
    padding: 10px 30px 10px;
    background-color: #edeff1 ;
    box-sizing: content-box;
}

.post-content pre{
    white-space: pre-line;
}

.left720 .post-content{
    margin-top: 10px;
}

.left720 .post-content:first-child{
    margin-top: 0;
}

.left720 .post-content-question{
    margin-top: 10px;
}

.left720 .post-content-pays{
    float: left;
}

.post-content-article, .post-content-news,  .post-content-pays{
    margin-bottom: 15px;
}

.main_paytype>a{
    display: table-cell;
    vertical-align: middle;
}

.main_paytype img{
    width: 90px;
    height: auto;
}

.pays-group .title-group{
    line-height: 35px;
    float: left;
    font-size: 18px;
    text-decoration: underline;
}
.pays-group .title-group:hover{
    text-decoration: none;
    cursor: pointer;
}

.pays-content{
    display: none;
}

.pays-content .post-content-pays{
    margin-right: 30px;
}

.pays-content .title{
    padding: 5px;
}

.pays-content .title a{
    font-weight: bold;
}

.pays-content a{
    text-decoration: none;
    color: #000000;
}

.pays-content a:hover{
    text-decoration: underline;
}

div.pays-group{
    float: left;
    clear: both;
}

.pays-groups{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}

div.pays-content{
    float: left;
    clear: both;
}

.pay-description{
    margin: 10px 0;
}
.pay-description p{
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 10px;
}

.post-content-pays{
    /*border: 1px solid transparent;*/
}

.post-content-pays:hover a{
    text-decoration: underline;
/*    border: 1px solid #dbdcde;*/
    -webkit-transition: background 0.5s ease;
    transition: background 0.5s ease;
}

.single .post-content .title{
    padding-bottom: 10px;
}

.single .post-content .time, .archive .post-content .time{
    padding-bottom: 5px;
    float: none;
    text-transform: lowercase;
    font-style: italic;
}

.single .post-content .thumbnail-news{
    clear: left;
}

.single .title{
    font-weight: bold;
}

table.contacts{
    border-collapse: collapse;
}

table.contacts td{
    padding: 3px 0;
}

table.contacts td:first-child{
    padding: 7px 0;
    background-color: #edeff1;
    border: 2px solid #ffffff;
}

table.contacts tr:first-child td{
    padding: 7px 0;
    background-color: #edeff1;
    border: 2px solid #ffffff;
}

/* article */
.article-author{
    font-style: italic;
    margin-top: 10px;
}

.single .article-author{
    margin-bottom: 10px;
}



/* pagginator */

.pagination.middle {
    text-align: center;
}
.pagination {
    margin: 30px 0 20px;
}


.pagination a, .pagination span {
    position: relative;
    display: inline-block;
    padding: 3px 10px 4px;
    font-size: 15px;
    line-height: 15px;
    text-decoration: none;
    color: #000000;
    border-bottom: 4px solid #c9cacc;
}

.pagination a,.pagination span{
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
}

.pagination .current {
    border-bottom-color: #000000;
}

.pagination .current:after {
    content: '';
    position: absolute;
    left: 9px;
    bottom: -10px;
    display: block;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #000000;
}

/* question page */
.content-question .content{
    display: none;
    padding: 0 20px 0;
    float: left;
    clear: both;
}
.post-content-question .title{
    font-size: 16px;
    /*color: #0065a5;*/
    padding-bottom: 0;
    cursor: pointer;
}
.post-content-question .title:hover{
    text-decoration: underline;
}


/* Form */
/*
*::-webkit-input-placeholder {color:#cbccce;}
*::-moz-placeholder          {color:#cbccce;}
*:-moz-placeholder           {color:#cbccce;}
*:-ms-input-placeholder      {color:#cbccce;}
*/
.post-content form textarea{
    padding: 5px 0 0 15px;
    font-size: 12px;
    border: 1px ridge #cbccce;
}

.post-content form textarea:focus{
    border: 1px ridge #f49221;
}

.post-content form input[type=text]{
    font-size: 12px;
    height: 34px;
    line-height: 34px;
    border: 1px ridge #cbccce;
    padding-left: 15px;
}

.post-content form input[type=text]:focus{
    border: 1px ridge #f49221;
}

.ninja-forms-field-error{
    color: red;
}


input.submit {
    padding: 5px 25px;
}

.title-select{
    color: #0065a5;
}

.new-client-block {
    padding: 25px 10px;
    margin-bottom: 20px;
    background: #F7F8FA;
    background: -moz-linear-gradient(top, #DEDEE0 0%, #F7F8FA 1.25%, #F7F8FA 97.8%, #DEDEE0 100%);
    background: -webkit-gradient(linear, top, bottom, color-stop(0%, #DEDEE0), color-stop(1.25%, #F7F8FA), color-stop(97.8%, #F7F8FA), color-stop(100%, #DEDEE0));
    background: -webkit-linear-gradient(top, #DEDEE0 0%, #F7F8FA 1.25%, #F7F8FA 97.8%, #DEDEE0 100%);
    background: -o-linear-gradient(top, #DEDEE0 0%, #F7F8FA 1.25%, #F7F8FA 97.8%, #DEDEE0 100%);
    background: -ms-linear-gradient(top, #DEDEE0 0%, #F7F8FA 1.25%, #F7F8FA 97.8%, #DEDEE0 100%);
    background: linear-gradient(to bottom, #DEDEE0 0%, #F7F8FA 1.25%, rgb(247, 248, 250) 97.8%, #DEDEE0 100%);
}

.new-client-block .block-title {
    text-decoration: none;
    color: #0066a6;
    font-size: 17px;
    line-height: 21px;
    font-weight: bold;
}

.new-client-block .speed {
    font-weight: bold;
    margin: 5px 0 10px;
    font-size: 14px;
}

.new-client-block .block-line{
    display: block;
    margin-top: 10px;
}

.new-client-block .sum-no{
    display: table-cell;
    text-decoration: line-through;
    font-size: 25px;
    color: #818285;
}

.new-client-block .sum-t1{
    display: table-cell;
    font-size: 15px;
    color: #818285;
    padding-left: 10px;
}

.new-client-block .sum {
    display: table-cell;
    font-size: 25px;
    color: #f59221;
}

.new-client-block .sum-t2{
    display: table-cell;
    font-size: 15px;
    color: #f59221;
    padding-left: 10px;
}

.new-client-block ul{
    margin-top: 5px;
    margin-left: 20px;
}

.new-client-block li{
    margin: 5px 0;
    list-style-image: url(images/v-noactive.png);
}

.new-client-block li:hover{
    list-style-image: url(images/v-hover.png);
}


.new-client-block input[type="checkbox"] {
    display:none;
}
.new-client-block input[type="checkbox"] + label{
    cursor:pointer;
}

.new-client-block input[type="checkbox"]:checked + label{
    color: #f59221;
}

.new-client-block input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(images/v-noactive.png) center center no-repeat;
    cursor:pointer;
}
.new-client-block input[type="checkbox"]:checked + label span {
    background:url(images/v-active.png) center center no-repeat;
}


.internet-tarif-description{
    font-size: 15px;
}

.internet-tarif .content{
    margin-bottom: 0;
}

.internet-tarif .title{
    font-size: 18px;
    padding-bottom: 0;
}

.internet-tarif .title:hover{
    text-decoration: underline;
    cursor: pointer;
}

.internet-tarif .description{
    padding: 0 0 0 20px;
    display: none;
}

.internet-tarif-common{
    float: left;
    font-size: 15px;
    padding-top: 15px;
    text-align: justify;
}


.page-template-builder-fullwidth{
    margin: 0;
}

.enter-button-layout{
    display: none;
}

.enter-button-layout a {
    text-decoration: none;
    color: #fff;
    padding: 0 10px;
}

.indent{
    text-indent: 25px;
}

.post-content .news-flex{
    width: 100%;
    display: flex;
    justify-content: stretch;
}

.post-content .news-flex .content-flex{
    flex: 1;
}

.post-content .news-flex .thumbnail-news{
    margin-right: 25px;
    width: 150px;
}

.post-content .title-repair {
    width: 100%;
    float: left;
}

.post-content .title-repair a {
    font-size: 18px;
    color: #0066a6;
    text-decoration: none;
}

.news-date{
    font-weight: bold;
}

/** Техподдержка */


.section-support{
    font-size: 15px;
}

.section-support *{
    -webkit-transition: background 0.5s ease;
    transition: background 0.5s ease;
}

.section-find{
    width: 100%;
    position: relative;
    float: left;
    background: #edeff1; /*linear-gradient(to top, #edeff1 0%,#edeff1 98%,#dbdcde 100%);*/
    padding: 15px;
}

.section-find input[type=text]{
    width: 100%;
    font-size: 14px;
    padding: 10px 50px 10px 10px;
    border: 1px solid #dbdcdd;
}

.section-find button[type=submit]{
    position: absolute;
    top: 25px;
    right: 25px;
    border: none;
    background: transparent;
    font-size: 18px;
    cursor: pointer;
}

.support-important{
    float: left;
    width: 100%;
    margin: 20px 0 0;
    font-size: 15px;
    padding-bottom: 10px;
}

.support-title{
    font-size: 18px;
    font-weight: bold;
    padding: 5px 5px;
    color: #fff;
}

.support-title a, .support-category-title a{
    text-decoration: none;
    color: #000;
}

.support-important-row{
    padding: 5px 5px 5px 10px;
}

.support-important-row a{
    text-decoration: none;
    color: #231f20;
}

.support-important-row a:hover{
    color: #0066a6;
}

.support-category{
    float: left;
    width: 100%;
    margin: 0;
    font-size: 15px;
    display: flex;
    flex-direction: column;
}

.support-category a{
    color: #000;
}

.support-category-row{
    display: flex;
    flex-direction: row;
    padding: 15px 0;
}

.support-category-item{
    flex: 50%;
    flex-grow: 0;
    padding: 0 15px 0 0;
}

.support-category-content{
    display: flex;
    flex-direction: column;
}

.support-category-content >div{

}

.support-item{
    padding: 5px 10px;
}

.support-category-content{
}

.support-category-content a{
    text-decoration: none;
    color: #231f20;
}

.support-category-content a:hover{
    color: #0066a6;
}

.support-category-title{
    font-weight: bold;
    font-size: 17px;
    padding: 5px 10px;
    border-bottom: 1px solid #dbdcdd;
}

.support-category-title a:hover{
    color: #0066a6;
}

.support-post{
    margin-bottom: 15px;
    display: flex;
    float: left;
}

.support-post ol, .support-post  ul{
    padding-left: 25px;
}

.support-post .news-flex{
    width: 100%;
    display: flex;
    justify-content: stretch;
}

.support-post .news-flex .content-flex{
    flex: 1;
}

.support-post .news-flex .thumbnail-news{
    margin-right: 25px;
    width: 150px;
}

.support-post .title {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

.support-post .title a {
    font-size: 18px;
    color: #0066a6;
    text-decoration: none;
}

.support-post p{
    margin-top: 0px;
    margin-bottom: 7px;
    line-height: 20px;
}

.support-post .more {
    float: left;
    clear: both;
    margin-top: 7px;
}

.support-post .more a {
    font-size: 14px;
    font-style: italic;
    text-decoration: underline;
    color: #231f20;
}

.support-category-list-item{
    /*flex: 1;*/
}

#menu-tehpodderzhka > li{
    border-top: 1px solid #c9cacc;
}
#menu-tehpodderzhka > li:first-child{
    border-top: none;
}

.widget_nav_menu #menu-tehpodderzhka li {
    /*padding: 7px 10px;*/
}

.widget_nav_menu #menu-tehpodderzhka li{
    min-height: auto;
}

.widget_nav_menu #menu-tehpodderzhka .sub-menu li{
    margin-left: 20px;
}

.support-content{
    text-align: justify;
}

.support-category-list{
    display: flex;
    flex-direction: row;
    float: left;
    flex-wrap: wrap;
    margin-bottom: 15px;
    margin-top: 1px;
    justify-content: space-around;
    width: 100%;
}

.support-category-list *{
    -webkit-transition: background 0.5s ease;
    transition: background 0.5s ease;
}

.support-category-list-item{
    flex-grow: 1;
    justify-self: stretch;
    text-align: center;
    cursor: pointer;
    background: linear-gradient(to top, #edeff1 0%,#edeff1 98%,#dbdcde 100%);
    margin: 1px;
    padding: 3px 0;
}

.support-category-list-item:hover{
    background: #dbdcde;
}

.support-category-list-item a{
    padding: 5px 10px 5px 10px;
    display: block;
    text-decoration: none;
}

.support-post-list{
    display: flex;
    flex-direction: column;
}

.support-post-list-item{
    justify-self: stretch;
    cursor: pointer;
    padding: 3px 0;
    margin-bottom: 5px;
}

.support-post-list-item a{
    text-decoration: none;
    color: #0066a6;
}

.support-post-list-item a:hover{
    color: #0066a6;
}

.support-category-icon{
    margin-right: 10px;
}

.support-important-menu{
    list-style: none;
}

.support-important-menu li{
    text-align: left;
    float: left;
    display: inline-block;
    position: relative;
    width:100%;
    margin-top: 2px;
    margin-right: 2px;
    line-height: 18px;
    vertical-align: middle;
    cursor: pointer;
    background: linear-gradient(to top, #edeff1 0%,#edeff1 98%,#dbdcde 100%);
}
.support-important-menu li a{
    display: block;
}

.support-important-menu li:hover {
    background: #dbdcde;
    -webkit-transition: background 0.5s ease;
    transition: background 0.5s ease;
}

.date-maintance{
    margin-top: 10px;
    float: right;
    font-size: 13px;
    color: #444444;
}

.hand{
    background-image: url(images/hand.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    display: inline-block;
}

.form-line-1 >input:not(:last-child){
    margin-right: 5px;
}
