/*reset*/
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, menu, nav, output, ruby, section,
summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, menu, nav, section, main {display: block;}

ol, ul {list-style: none;}
blockquote, q {quotes: none;}
img{max-width: 100%; height: auto;}
a{text-decoration: underline;}
a:hover{cursor: pointer;}
*::-webkit-input-placeholder {color: #a9a9a9; opacity: 1;}
*:-moz-placeholder {color: #a9a9a9; opacity: 1;}
*::-moz-placeholder {color: #a9a9a9; opacity: 1;}
*:-ms-input-placeholder {color: #a9a9a9; opacity: 1;}
*{margin: 0; padding: 0;}
*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
button,input,a{outline: none;}
button, input, select{-webkit-appearance: none; -moz-appearance: none; appearance: none;}
html{
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased !important;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*end reset*/

/*settings*/

.hidden{display: none;}
.left{float: left;}
.right{float: right;}
.center{text-align: center;}
.just {text-align: justify;-moz-text-align-last: center;text-align-last: center;}
.clearfix:after, .container:after {content: '';display: block;clear: both;}
.container{position: relative;}
.clear{clear: both;height: 0px;}
.ulfix {font-size: 0;}


h1,h2,h3,h4,h5,h6{font-family: 'Montserrat'; font-weight: 700; text-transform: uppercase;line-height: 1.2em;}
b,strong{font-weight: 700;}
a{color: #2196F3;}
body{
    width: 100%;
    min-width: 320px;
    padding: 0px;
    margin: 0px auto;
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: #222222;
    background: #fff;
    overflow-x: hidden;
}
section{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 40px 0;
}
.wrap {
    width: 960px;
    padding: 0px 10px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
.wrap-nopad {
    width: 960px;
    padding: 0px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
.wrap:after {
    clear: both;
    content: "";
    display: table;
}

select[name="comment"] {
    display: block;
    width: 100%;
    height: 71px;
    background-color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    border:none;
    margin-bottom: 15px;
    text-align: center;
    text-align-last: center;
    font-size: 22px;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #222;
    padding: 0 30px;
}
select {
  background-image: url(../img/select.png);
  background-repeat: no-repeat;
  background-position: right center;
  overflow: hidden;
  /* for FF */
  text-indent: 0.01px; 
  text-overflow: '';
  /* for IE */
  -ms-appearance: none;
  appearance: none!important;
}
select::-ms-expand {
    display: none;
}
.button-m {
    position: relative;
    display: block;
    width: 300px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    border: none;
    border-radius: 2px;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    color: #222;
    background: #ffc101; 
    background: linear-gradient(to bottom, #fddc40 0%,#ffc101 100%); 
    -webkit-box-shadow: 0 5px 0 0 #c4621d;
    box-shadow: 0 2px 0 0 #d7a200;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-shadow: 1px 2px 1px rgba(255, 255, 255, 0.4);
}
.button-m:hover{
    background: #ffc101;
}
.button-m:active{
    top:1px;
}

h2.title {
    margin: 0 0 50px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
    position: relative;
    font-weight: 900;
}
h2.title:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 5px;
    background: #e3e3e3;
    border-radius: 3px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: -20px auto;
}
h2.title>span{
    color: #89c900;
}

@media screen and (max-width: 976px) {
    .wrap,
    .wrap-nopad {
        width: 640px;
    }
}
@media screen and (max-width: 659px) {
    .wrap,
    .wrap-nopad  {
        width: 320px;
    }
    
}
/*end settings*/

/*styles*/
.block1 {
    background: url(../img/b1.jpg) no-repeat center top;
    height: 712px;
    padding: 0px;
    position: relative;
    overflow: hidden;
}
.block1 .topLine {
    background: rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    text-align: center;
    height: 65px;
    position: relative;
}
.block1 .topLine:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    background: url(../img/plant.png) no-repeat;
    width: 620px;
    height: 349px;
}
.block1 .wrap {
    padding: 30px 0;
    text-align: center;
}
.block1 .wrap:before {
    content: '';
    position: absolute;
    bottom: 65px;
    left: -170px;
    background: url(../img/top-before.png) no-repeat;
    width: 387px;
    height: 495px;
    z-index: 1;
}
.block1 h1 {
    width: 370px;
    background: #222222;
    margin: 0 auto;
    color: #fff;
    font-size: 20px;
    padding: 10px 0;
    letter-spacing: 4px;
}
.block1 h2 {
    width: 560px;
    max-height: 62px;
    margin: 0 auto;
    background: #89c900;
    color: #fff;
    padding: 10px 0;
    font-size: 36px;
    text-shadow: 2px 2px 2px rgba(0,0,0,.2);
}

.head-title-cont {
    width: 620px;
    height: 200px;
    border-radius: 5px;
    background: #e4e4e4;
    font-family: 'Montserrat';
    text-align: left;
    margin: 35px auto;
    -moz-transform: rotate(-1.5deg);
    -webkit-transform: rotate(-1.5deg);
    -o-transform: rotate(-1.5deg);
    -ms-transform: rotate(-1.5deg);
    transform: rotate(-1.5deg);
}
.head-title {
    width: 620px;
    height: 200px;
    border-radius: 5px;
    background: #fff;
    font-size: 18px;
    letter-spacing: 1.2px;
    -moz-transform: rotate(1.5deg);
    -webkit-transform: rotate(1.5deg);
    -o-transform: rotate(1.5deg);
    -ms-transform: rotate(1.5deg);
    transform: rotate(1.5deg);
    margin-left: 5px;
    box-shadow: -1px 2px 12px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}
.head-title:after {
    content: '';
    position: absolute;
    background: url(../img/top-pen.png) no-repeat;
    width: 27px;
    height: 319px;
    right: -6px;
    top: 30px;
}
.head-title li {
    border-bottom: 1px dashed #ccc;
    padding: 20px 0 20px 65px;
    letter-spacing: 0;
    font-size: 16px;
}
.head-title li span {
    font-weight: 700;
    background: #fed52f;
    border-radius: 3px;
    padding: 0 4px;
}
.head-title li:last-child {
    border: none;
}
.head-title li:before {
    content: '';
    background: url(../img/top-icon.png) no-repeat;
    width: 27px;
    height: 24px;
    position: absolute;
    left: 22px;
}
.head-title li:nth-child(1):before {
    background-position: 0px -49px;
}
.head-title li:nth-child(2):before {
    background-position: 0px -119px;
}
.head-title li:nth-child(3):before {
    background-position: 0px -186px;
}
.stock {
    text-align: center;
    color: #888888;
    font-weight: 400;
    font-size: 12px;
    padding: 20px 20px 0;
}
.stock img {
    margin-right: 5px;
}
.block1 .button-m{
    width: 340px;
}

/*block2*//* endzeit_____ */
.block2 {
    background: #f6f6f6;
}
.block2 .wrap-nopad {
    background: #ffffff;
    border-radius: 5px;
    padding: 35px 0;
    margin: 0px auto 21px;
    box-shadow: 1px 1px 15px 2px rgba(34, 34, 34, 0.1);
    z-index: 1;
    position: relative;
}
.block2 .wrap-nopad:after {
    content: '';
    position: absolute;
    background: url(../img/b2-after.png) no-repeat;
    width: 218px;
    height: 373px;
    right: -70px;
    bottom: -245px;
}
.block3{
    background: url(../img/b3-bg.jpg) -70px 100% no-repeat;
}
.block3 .wrap-nopad {
    margin-top: -135px;
    background: #FFF;
    border-radius: 10px;
}
.block3 h2.title {
    padding: 30px 0 0;
}
.block3 h2.title span {
    display: block;
}
.list-four-col {
    text-align: center;
    font-size: 0;
}
.list-four-col li {
    width: 220px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
}
.list-four-col li div {
    width: 102px;
    height: 102px;
    margin: 0px auto 18px;
    background: #fff url(../img/b2-item.png) no-repeat;
    position: relative;
}
.list-four-col li:nth-child(2) div {
    background-position: -210px 0;
}
.list-four-col li:nth-child(3) div {
    background-position: -420px 0;
}
.list-four-col li:nth-child(4) div {
    background-position: -630px 0;
}
.list-four-col p {
    line-height: 22px;
    padding: 5px 10px 0;
    font-size: 15px;
}
/*block3*//* michael-k90 */
h2.leftAlign {
    text-align: left;
}
h2.leftAlign span {
    display: block;
}
h2.leftAlign:after {
    margin: -20px 0;
}
.cat-item {
    width: 300px;
    margin: 0 10px 30px;
    float: left;
    text-align: center;
    position: relative;
    padding-top: 20px;
}
.cat-item img {
    display: block;
    margin: 0 auto 20px;
}
.cat-item h3 {
    font-size: 18px;
    text-transform: inherit;
}
section.block3 {
    padding-bottom: 0;
}
.block3 .cat-item p {
    font-size: 15px;
    padding: 10px 10px 0;
}
.block3 .cat-item {
    min-height: 520px;
}
.block3  .cat-item .button-m{
    display: block;
    width: 240px;
    height: 240px;
    padding: 48px 0 0;
    text-align: center;
    line-height: normal;
}
.block3  .cat-item .button-m>img{
    display: block;
    margin: 0 auto 20px; 
}



/*block4*//* bizlife_inc */
.block4 {
    background: #f6f6f6;
    text-align: center;
}
.block4 .container {
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}
.block4 .container:after {
    content: '';
    position: absolute;
    background: url(../img/b4-bg.png) no-repeat;
    width: 206px;
    height: 208px;
    bottom: 60px;
    right: 0;
}
.block4 h2 span {
    display: block;
}

.block4 .txtBlock p {
    margin-bottom: 15px;
}

table.timetable {
  border-spacing: 1;
  border-collapse: collapse;
  background: white;
  border-radius: 6px;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  margin: 40px auto;
  position: relative;
}
table.timetable * {
  position: relative;
}
table.timetable td:first-child, table.timetable th {
  padding-left: 8px;
}
table.timetable thead tr {
    height: 55px;
    background: #89c900 !important;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}
table.timetable tr:nth-child(2n+1) {
    background: #f6f6f6;
}
table.timetable thead tr th {
    padding-left: 40px;
}
table.timetable thead tr th,
table.timetable tr td {
    border-right: 2px solid #f6f6f6;
}
table.timetable tr th:last-child,
table.timetable tr td:last-child, {
    border: none;
}
table.timetable thead tr th:before {
    position: absolute;
    width: 20px;
    height: 20px;
    content: '';
    left: 14px;
    top: 17px;
}

table.timetable thead tr th:nth-child(1):before {
    background: url(../img/table-icon2.png) no-repeat center top;
    top: 19px;
}
table.timetable thead tr th:nth-child(2):before {
    background: url(../img/table-icon3.png) no-repeat center top;
    top: 19px;
}
table.timetable thead tr th:nth-child(3):before {
    background: url(../img/table-icon6.png) no-repeat center top;
    top: 18px;
}
table.timetable thead tr th:nth-child(4):before {
    background: url(../img/table-icon4.png) no-repeat center top;
    top: 18px;
}
table.timetable thead tr th:nth-child(5):before {
    background: url(../img/table-icon5.png) no-repeat center top;
}


table.timetable tbody tr {
    height: 70px;
}
table.timetable tbody tr:last-child {
  border: 0;
}
table.timetable td, table.timetable th {
  text-align: left;
}
table.timetable td {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
table.timetable td:first-child {
    text-align: center;
    background: #cfffbf;
    border-bottom: 2px solid #fff;
}
table.timetable tbody tr:hover {
    background: #cfffbf;
}
table.timetable td.l, table.timetable th.l {
  text-align: right;
}
table.timetable td.c, table.timetable th.c {
  text-align: center;
}
table.timetable td.r, table.timetable th.r {
  text-align: center;
}

.grafTime {
    float: right;
    box-shadow: 1px 1px 15px 2px rgba(34, 34, 34, 0.1);
    padding: 0 10px;
    margin-right: 15px;
    border-radius: 5px;
    font-size: 10px;
    vertical-align: top;
    background: #fff;
}

.grafTime span {
    width: 6px;
    height: 6px;
    display: inline-block;
    background: #dfdfdf;
    margin: 0 2px;
    border-top: 1px solid #cecece;
}

.grafTime span.active {
    background: #ff532d;
    border: none;
}


@media (max-width: 976px) {

    table.timetable thead tr {
        font-size: 12px;
    }
    .grafTime {
        float: none;
        width: 80px;
        margin: 5px 0px;
    }
    table.timetable td {
        font-size: 12px;
    }
    table.timetable thead tr th {
        line-height: 1;
        padding-left: 30px;
    }
    table.timetable thead tr th:before {
        left: 8px;
    }


}    

@media (max-width: 659px) {


    table.timetable td:first-child {
        text-align: unset;
        padding: 8px 0 10px 45%;
        background: #89c900;
        color: #fff;
        /*background: #fdd93a;*/
    }
    .grafTime {
        margin: 0 auto;
        color: #222;
    }
    table.timetable td {
        font-size: 15px;
    }
    table.timetable tr {
        background: #f6f6f6;
    }
    table.timetable thead tr th, table.timetable tr td {
        border: none;
    }
    table.timetable tr td:nth-child(2n) {
        background: #fff;
    }

    table.timetable {
    display: block;
    }
    table.timetable > *, table.timetable tr, table.timetable td, table.timetable th {
    display: block;
    }
    table.timetable thead {
    display: none;
    }
    table.timetable tbody tr {
    height: auto;
    padding: 20px 0 10px;
    }
    table.timetable tbody tr td {
        padding: 12px 0 12px 45%;
        margin-bottom: 0px;
    }
    table.timetable tbody tr td:last-child {
    margin-bottom: 0;
    }
    table.timetable tbody tr td:before {
    position: absolute;
    font-weight: 700;
    width: 40%;
    left: 10px;
    top: 0;
    }

    table.timetable tbody tr td:nth-child(1):before {
    content: "График 2/2";
    top: 11px;
    }
    table.timetable tbody tr td:nth-child(2):before {
    content: "ЗП в месяц";
    top: 12px;
    }
    table.timetable tbody tr td:nth-child(3):before {
    content: "ЗП в час";
    top: 12px;
    }
    table.timetable tbody tr td:nth-child(4):before {
    content: "Бонус";
    top: 12px;
    }
    table.timetable tbody tr td:nth-child(5):before {
    content: "Итоговая ЗП";
    top: 12px;
    }
}




.block4 .cat-item {
    width: 162px;
    margin: 0 13px 30px;
}
.block4 .cat-item:nth-child(4):before {
    display: none;
}
.block4 .cat-item:nth-child(4) {
    padding-top: 20px;
}
.block4 .cat-item h3 {
    font-size: 24px;
}
.block4 sup {
    font-size: 10px;
}
.block4 .cat-item:last-child h3 {
    font-size: 17px;
    line-height: 30px;
}
.block4 .cat-item:last-child h3 sup {
    font-size: 8px;
}
.block4 span.time {
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    font-weight: 700;
    color: #fff;
    line-height: 1em;
    font-size: 20px;
}

.selectTime {
    margin: 40px 0 20px;
}
select#selTime {
    background-color: #f6f6f6;
    padding: 10px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    outline: none;
    border-color: #06aef1;
    width: 290px;
}

.shedule {
    text-align: left;   
    padding: 23px 0 15px 20px;
}
.shedule.border {
    border-top:1px solid #e3e3e3;
    border-bottom:1px solid #e3e3e3;
}
.shedule > b {
    font-size: 18px;
    margin-top: 12px;
    display: block;
}
.shedule > p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 12px;
}
.shedule-type {
    width: 270px;
    float: left;
    padding-top: 10px;
}
.shedule-type > img  {
    display: block;
    border-radius: 50%;
    float: left;
    margin: 0 20px 0 0;
}
.shedule-type div {
    overflow: hidden;
}
.shedule-type div p {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.2em;
}
.shedule-type div span {
    font-size: 16px;
    display: block;
    margin-bottom: 3px;
}
.shedule-type div ul {
    font-size: 0;
}
.shedule-type div ul li {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #e3e3e3;
    margin-right: 7px;
}
.shedule-type div ul li.act {
    background: #ff532d;
}
.shedule-time {
    overflow: hidden;
    padding-top: 10px;
    font-size: 0;
}

.shedule-time span {
    font-size: 30px;
    font-weight: 700;
    width: 190px;
    height: 54px;
    display: inline-block;
    margin: 0 0 20px 20px;
    background: #fff;
    text-align: center;
    line-height: 43px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,.08);
    box-shadow: 0 0 25px 0 rgba(0,0,0,.08);
}
.shedule-time span sup {
    font-size: 16px;
}
.shedule-time span.dubGraf {
    height: auto;
    width: 401px;
}
.shedule-time span.dubGraf br {
    display: none;
}

.block-cc_video{
    background: url(../img/b1.jpg) 50% 0 no-repeat;
    background-size: cover; 
}
.block-cc_video h2.title{
    padding: 10px 0;
    background: #89c900;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0,0,0,.2);
}
.block-cc_video h2.title:after{
    content: '';
    display: none;
}
.block-cc_video .video-container{
    width: 800px;
    height: 450px;
    overflow: hidden;
    margin: 0 auto 40px;
    border-radius: 15px;
    box-shadow: 1px 1px 50px 2px rgba(255, 255, 255, 0.2);
}
.block-cc_video .subtitle{
    text-align: center;
    margin: 0 0 40px;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0,0,0,.5);
}
.block-cc_video .subtitle>a{
    text-decoration: none;
    color: #fff;
    border-bottom: 1px dashed #ccc;
}
.block-cc_video .subtitle>a:hover,.block-cc_video .subtitle>a:active{
    text-decoration: none;
    color: #fff;
}

/*block5*/
.block5 {
    background: url(../img/b5.jpg) no-repeat center top;
    padding: 20px 0;
}
.block5 .wrap-nopad {
    padding-left: 510px;
}

/*block6*//* after_qbici */
.block6 {
    background: #f6f6f6;
    min-height: 780px;
}
.block6 ul.list-four-col {
    position: relative;
}
.block6 .list-four-col li {
    background: #fff;
    border-radius: 50%;
    padding: 40px 20px 0;
    box-shadow: 1px 1px 15px 2px rgba(34, 34, 34, 0.1);
    position: absolute;
    width: 260px;
    height: 260px;
}
.block6 .list-four-col li:before {
    content: '';
    position: absolute;
    background: url(../img/arrow.png) no-repeat;
    width: 48px;
    height: 39px;
    top: -60px;
    left: 210px;
}
.block6 .list-four-col li:nth-child(2):before {
    left: 270px;
    top: 20px;
    transform: rotate(58deg);
}
.block6 .list-four-col li:nth-child(3):before {
    top: 380px;
    left: 40px;
    transform: rotate(-189deg);
}
.block6 .list-four-col li:nth-child(4):before {
    display: none;
}
.block6 .list-four-col li:nth-child(1) {
    left: 0;
    top: 160px;
}
.block6 .list-four-col li:nth-child(2) {
    left: 300px;
    top: 0px;
}
.block6 .list-four-col li:nth-child(3) {
    width: 340px;
    height: 340px;
    right: 0;
}
.block6 .list-four-col li:nth-child(4) {
    width: 280px;
    height: 280px;
    left: 330px;
    top: 310px;
}
.block6 .list-four-col li div {
    width: 85px;
    height: 46px;
    background: url(../img/b6-item.png) no-repeat;
    position: relative;
}
.block6 .list-four-col.ship li:nth-child(2) div {
    background-position: -102px 0px;
    width: 101px;
}
.block6 .list-four-col.ship li:nth-child(3) div {
    background-position: -221px 0px;
    width: 99px;
}
.block6 .list-four-col.ship li:nth-child(4) div {
    background-position: -336px 0px;
    width: 94px;
}
.block6 .list-four-col p {
    font-size: 15px;
    border-top: 2px solid #e9e9e9;
    padding: 12px 14px 0;
}
/*block7*//* endzeit_____ */
.block7 {
    background: url(../img/b7.jpg) no-repeat top center;
    padding: 25px 0 20px;
}
.block7 .wrap {
    padding-right: 481px;
    position: relative;
}
.block7 li {
    position: relative;
    padding: 0 30px 20px 75px;
}
.block7 li:before {
    content: '';
    position: absolute;
    background: url(../img/b7-item.jpg) no-repeat;   
    width: 62px;
    height: 62px; 
    left: 0;
}
.block7 li:nth-child(2):before {
    background-position: 0px -117px;
}
.block7 li:nth-child(3):before {
    background-position: 0px -256px;
}
.block7 li:nth-child(4):before {
    background-position: 0px -351px;
}
.block7 p {
    background: #f2f2f2;
    padding: 20px;
    margin-top: 20px;
    border-left: 3px solid #ff532d;
}
.block7 .btnRight {
    background: rgba(33, 32, 32, 0.1);
    padding: 16px;
    position: absolute;
    bottom: 0px;
    left: 479px;
}

/*block8*//* michael-k90 */
.block8 {
    padding: 0;
} 
/*block9*//* bizlife_inc */
.block9 {
    background: #fff;
} 
.reviewVk {
    clear: both;
    overflow: hidden;
    text-align: center;
}
.itemVk {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #e0e1e3;
    border-radius: 2px;
    background: #fff;
    width: 440px;
    margin: 15px 10px;
    text-align: left;

}
.itemVk h3 {
    font-size: 13px;
    text-transform: none;
    font-weight: 600;
    color: #000;
    display: inline-block;
    border-bottom: 2px solid #5180b8;
    margin-left: 15px;
    padding: 18px;
    margin-bottom: -1px;
}
.itemVk .top {
    border-bottom: 1px solid #e0e1e3;
    position: relative;
}

.spriteComm:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../img/vk-icon.jpg) no-repeat;
    background-position: 0 0;
}
.itemVk .top:after {
    right: 20px;
    top: 15px;
}
.itemVk .ava {
    padding: 15px 20px;
    position: relative;
    clear: both;
    overflow: hidden;
}
.itemVk .ava:after {
    background-position: -30px 0px;
    right: 25px;
    top: 30px;
}
.itemVk .ava img {
    float: left;
    margin-right: 10px;
    position: relative;
}
.itemVk .ava p {
    float: left;
    color: #2a5885;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    padding-top: 5px;
}
.itemVk .ava p span {
    display: block;
    color: #939393;
    font-weight: 400;
}
.itemVk .txt {
    margin: 0 20px;
    border-bottom: 1px solid #e0e1e3;
    font-size: 14px;
}
.itemVk .txt p {
    margin-bottom: 15px;
}
.itemVk .video-container {
    width: 400px;
    height: 225px;
}
.itemVk p.videoInfo {
    margin: 5px 0 15px;
    color: #2a5885;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
}
.itemVk p.videoInfo span {
    display: block;
    color: #939393;
    font-weight: 400;
}
.footVk {
    padding: 15px 20px;
    clear: both;
    overflow: hidden;
}
.footVk .left {
    float: left;
    width: 230px;
    color: #67707a;
    font-size: 14px;
    font-weight: 600;
}
.footVk .right {
    float: right;
    color: #909399;
    font-size: 13px;
}
.footVk span {
    position: relative;
}
.footVk span:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../img/vk-icon.jpg) no-repeat;
    
}
span.like, span.share {
    padding: 0 15px 0 32px;
}
.footVk span.view:before {
    background-position: -65px -26px;
    left: -24px;
}
.footVk span.like:before {
    background-position: 0px -27px;
    left: 0px;
    width: 25px;
    height: 25px;
}
.footVk span.share:before {
    background-position: -32px -28px;
    left: 0px;
    width: 27px;
}

span.emoji {
    position: relative;
    padding: 0px 11px;
}
span.emoji:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../img/vk-icon.jpg) no-repeat;
    left: 0;
}
span.emo1:before { background-position: 0px -54px; }
span.emo2:before { background-position: -21px -54px; }
span.emo3:before { background-position: -42px -54px; }
span.emo4:before { background-position: -64px -54px; }
span.emo5:before { background-position: -88px -54px; }
span.emo6:before { background-position: -109px -54px; }
span.emo7:before { background-position: -130px -54px; }
span.emo8:before { background-position: -148px -54px; }
span.emo9:before { background-position: -170px -54px; }
span.emo10:before { background-position: -191px -54px; }
span.emo11:before { background-position: -215px -54px; }
span.emo12:before { background-position: -239px -54px; }
span.emo13:before { background-position: -264px -54px; }
span.emo14:before { background-position: -285px -54px; }
span.emo15:before { background-position: -307px -54px; }
span.emo16:before { background-position: -329px -54px; }
span.emo17:before { background-position: -349px -54px; }
span.emo18:before { background-position: -370px -54px; }



.block9 .review {
    clear: both;
    overflow: hidden;
}
.block9 .itemRev {
    background: #fff;
    border-radius: 10px;
    float: left;
    width: 430px;
    box-shadow: 1px 1px 15px 2px rgba(34, 34, 34, 0.1);
    text-align: center;
    padding: 20px 0;
    margin: 20px 20px;
}
.moreBtn {
    clear: both;
    font-size: 18px;
    width: 100%;
    height: 54px;
    line-height: 54px;
    border-radius: 5px;
    box-shadow: none;
    border-bottom: 2px solid #d7a200;
}
.videoBlock {
    margin: 40px 0 0;
    clear: both;
    overflow: hidden;
}
.videoBlock .itemVid {
    background: #fff;
    padding: 10px;
    box-shadow: 1px 1px 15px 2px rgba(34, 34, 34, 0.1);
    float: left;
    width: 290px;
    margin: 5px 11px;
    border-radius: 5px;
}


/*block10*//* owmen17 */

.faq h3 {
    background: #f2f2f2;
    border-radius: 5px;
    text-transform: inherit;
    margin-top: 20px;
    cursor: pointer;
    position: relative;
}
.faq h3 span {
    display: block;
    padding: 15px 0 15px 40px;
}
.faq h3.active {
    background: #89c900;
    color: #fff;
}
.faq h3.inner-nav:after {
    content: '';
    background: url(../img/faq.png) no-repeat;
    height: 20px;
    color: #fff;
    position: absolute;
    width: 11px;
    left: 17px;
    z-index: 1;
    top: 16px;
}
.faq h3.inner-nav.active:after {
    background: url(../img/faq1.png) no-repeat;
    width: 21px;
    height: 11px;
    top: 20px;
    left: 13px;
}
.tab-content {
    padding: 20px;
    margin: -5px 0 20px;
    box-shadow: 1px 1px 15px 2px rgba(34, 34, 34, 0.1);
    border-radius: 5px;
    display: block;
}

.block11 {
    background: url(../img/b11.jpg) no-repeat top center;
    padding: 25px 0 20px;
}
.block11 .wrap {
    padding-left: 510px;
    color: #fff;
}
.block11 h2 {
    color: #222222;
}
.block11 h2 span {
    color: #fff ;
}
.block11 h2.leftAlign:after {
    background: #fff;
}
.block11 h3 {
    text-transform: inherit;
}
.block11 li {
    padding: 20px 0 20px 120px;
    position: relative;
    margin-bottom: 40px;
}
.block11 li:last-child {
    margin-bottom: 0;
}
.block11 li:before {
    content: '';
    position: absolute;
    background: url(../img/b11-item.jpg) no-repeat;
    width: 100px;
    height: 100px;
    left: 0;
    border-radius: 50%;
    top: 0px;
}
.block11 li:last-child:before {
    background-position: 0px -130px;
}
.block11 li p {
    font-weight: 600;
}

.block12 {
    background: #f6f6f6 url(../img/b12.jpg) no-repeat top center;
}

.block12 form {
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 15px 2px rgba(34, 34, 34, 0.1);
    padding: 20px;
    margin: 0 auto;
    width: 710px;
    position: relative;
}
.block12 form:before {
    content: '';
    position: absolute;
    background: url(../img/usb.png) no-repeat;
    width: 103px;
    height: 130px;
    bottom: 0px;
    left: -60px;
}
.block12 form p {
    font-weight: 600;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}

.block12 .splitv2, .block12 .splitv3 {
    padding: 0 15px;
}
.block12 .splitv2 p {
    font-size: 16px;
    text-align: left;
}
.block12 .splitv2 i {
    font-weight: 400;
    display: block;
}
.block12 .splitv2 input, .splitv1 input {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}
.block12 .splitv3 .chk-question{
    margin: 0 0 30px;
}
.block12 .splitv3 input{
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}
.block12 label.headline {
    display: block;
    padding: 0 0 2px;
}
.block12 label.active {
    color: #f00;
    font-weight: bold;
}
.block12 .splitv2 label, .block12 .splitv3 label{
    display: inline-block;
}
.block12 .splitv3 label{
    margin: 5px 20px 0 0;
}
.block12 .splitv2 .chk {
    margin-bottom: 15px;
    width: 45%;
    display: inline-block;
}
.block12 .row-form{
    margin: 10px 0 25px 0;
}
.block12 .row-form:after{
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    clear: both;
}
.block12 .row-form .col-100{
    width: 100%;
    padding: 0 8px;
}
.block12 .row-form .col-50{
    float: left;
    width: 50%;
    padding: 0 8px;
}
.block12 .messengers-list {
    margin: 5px 0;
}
.block12 .messengers-list li {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 10px 0;
    padding: 0 14px;
    height: 30px;
    border: 1px solid #e3e3e3;
    background: #f7f7f7;
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    transition: .5s;
    border-radius: 3px;
}
.block12 .messengers-list li:last-child {
    margin: 0;
}
.block12 .messengers-list li:hover {
    background: #f4f4f4;
}
.block12 .messengers-list li.active {
    color: #fff;
}
.block12 .messengers-list li.skype.active {
    background: #1686D9;
    border-color: #1686D9;
}
.block12 .messengers-list li.viber.active {
    background: #665cac;
    border-color: #665cac;
}
.block12 .messengers-list li.whatsapp.active {
    background: #00897b;
    border-color: #00897b;
}
.block12 .messengers-list li.fbmesgr.active {
    background: #00c2ff;
    border-color: #00c2ff;
}
.block12 .row-form input[type='text'],
.block12 .row-form input[type='number'],
.block12 .row-form input[type='tel']{
    width: 100%;
    padding: 15px;
    border-radius: 3px;
    background: #fafafa;
    border: 1px solid #e3e3e3;
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-size: 15px;    
}
.block12 .row-form input[type='radio']{
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}
.block12 .row-form input[type='checkbox']{
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}
.block12 input[name="viber"], 
.block12 input[name="whatsapp"],
.block12 input[name="fbmesgr"] {
    display: none;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.block12 .row-form input.error,
.block12 .row-form select.error{
    transition: .5s;
    border-color: #f13939;
}
.block12 .error-type:after{
    content: '- введите данные';
    display: inline-block;
    margin-left: 5px;
    color: #f13939;
    font-size: 10px;
}

.splitv1 p {
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
}

.splitv1 label {
    padding-left: 10px;
}

.splitv1 .vote {
    margin-bottom: 10px;
}
.block12 .row-form select{
    display: block;
    width: 100%;
    padding: 15px;
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-size: 15px;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    background-color: #f6f6f6;
    background-position: right -12px center;
    cursor: pointer;
    outline: none;
}
.block12 .row-form .selectDate select{
    display: inline-block;
    width: 80px;
    margin: 0 2% 0 0;
    vertical-align: top;
}
.block12 .row-form .selectDate select:nth-child(2) {
    width: 100px;
}
.block12 .row-form textarea {
    height: 80px;
    outline: none;
    resize: none;
}
.block12 .chk-question{
    padding: 4px 0 0;
}
.block12 .row-form .chk-question>label{
    display: inline-block;
    margin: 0 40px 0 0;
    cursor: pointer;
}
.block12 .row-form .chk-question>label:last-child{
    margin-right: 0;
}
.alert {
    text-align: center;
}
.alert h2 {
    font-size: 18px;
    text-transform: inherit;
}
.alert img {
} 
.alert p {
    margin-top: 20px;
}   
.alert p:last-child {
    font-size: 14px;
}
.alert .jconfirm-buttons {
    float: none !important;
    margin: 0 auto !important;
    text-align: center !important;
}
.jconfirm-content sup {
    font-size: 8px;
}
.footer {
    text-align: center;
    padding: 40px 0 30px;
}
.footer a {
    font-size: 14px;
    color:#333;
}

.wall_post_more {
    color: #42648b;
    opacity: 0.8;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
}
/*-------------------------------------- Media Queries ----959---------------------------------*//* after_qbici */    
@media screen and (max-width: 976px) {
    .block1 {
        background:#020611 url(../img/b1m.jpg) no-repeat center top;
        height: 710px;
    }
    .block1 .topLine:after {
        display: none;
    }
    .head-title:after {
        top: -60px;
    }
    .block1 .wrap:before {
        bottom: 65px;
        left: -211px;
        background: url(../img/top-before640.png) no-repeat;
        width: 269px;
        height: 342px;
    }
    .block2, .block6 {
        padding-bottom: 20px;
    }
    h2.title {
        font-size: 28px;
    }
    .list-four-col li {
        width: 290px;
        margin-bottom: 20px;
    }
    .block2 .wrap-nopad {
        padding: 25px 0;
    }
    .block2 .wrap-nopad:after {
        display: none;
    }
    .block3{
        background: #fff;
    }
    .block3 .wrap-nopad {
        z-index: 1;
    }

    .block3 .cat-item:nth-child(4):before {
        z-index: -1;
    }
    .block3 .cat-item:nth-child(5),
    .block3 .cat-item:nth-child(6) {
        min-height: auto;
    }
    .block4 .cat-item {
        width: 180px;
    }
    .block4 .container:after {display: none;}
    /* Arrows */
    .container p {
        padding: 0 0 20px 0;
    }
    .block-cc_video{
        background: url(../img/b1m.jpg) 50% 0 no-repeat;
    }
    .block-cc_video h2.title{
        font-size: 34px;
    }
    .block-cc_video .video-container{
        width: 640px;
        height: 392px;
    }
    .block5 .wrap-nopad {
        padding-left: 340px;
    }
    .block6 .list-four-col li {
        position: initial;
        margin: 20px;
    }  
    .block6 .list-four-col li:before {
        display: none;
    }
    .shedule {
        padding: 23px 0 15px 0px;
    }
    .shedule-time span {
        width: 163px;
        margin: 0 0 11px 10px;
    }
    .shedule-time span.dubGraf {
        width: 336px;
    }

    .block7 {
        background: none;
    }
    .block7 .wrap {
        padding-right: 0;
    }
    .block7 .btnRight {
        position: initial;
        background: #fff;
    }
    .itemVk {
        float: none;
        margin: 15px auto;
        width: 610px;
    }
    .itemVk .video-container {
        width: 565px;
        height: 275px;
    }
    .block9 .itemRev {
        float: none;
        margin: 0 auto 40px;
    }    
    .videoBlock .itemVid {
        width: 430px;
        margin: 0 auto 20px;
        float: none;
    }
    .block11 {
        padding: 15px 0;
    }
    .block11 .wrap {
        padding-left: 340px;
    }   
    .block11 li {
        padding: 4px 0 20px 120px;
        margin: 7px 0 0;
    }
    .block12 {
        background: #f6f6f6;
    }
    .block12 form {
        width: auto;
    }
    .block12 .row-form .selectDate select{
        width: 75px;
        margin: 0 2% 0 0;
    }
    .block12 .row-form .selectDate select:nth-child(2) {
        width: 90px;
    }

}
/*-------------------------------------- Media Queries ----639---------------------------------*//* michael-k90 */ 
@media screen and (max-width: 659px) {
    .wrap-nopad .moreBtn{
        width: auto;
        margin-left: 10px;
        margin-right: 10px;
    }
    .block1 {
        background: url(../img/b1s.jpg) no-repeat center top;
    }
    .block1 .wrap {
        padding: 35px 0;
    }
    .block1 .wrap:before {display: none;}
    .head-title, .head-title-cont {
        width: 320px;
        height: 190px;
    }

    
    .head-title:after {
        background: url(../img/top-pen320.png) no-repeat;
        width: 20px;
        height: 219px;
        right: -10px;
        top: -11px;
    }
    .block1 h1 {
        width: 280px;
        font-size: 18px;
        letter-spacing: 1px;
    }
    .block1 h2 {
        width: 320px;
        font-size: 20px;
    }
    .head-title li {
        font-size: 14px;
        padding: 14px 0 14px 40px;
    }
    .head-title li:before {
        left: 8px;
    }
    .head-title li span {
        padding: 0 1px;
    }
    .block1 .button-m {
        width: 300px;
        font-size: 20px;
    }
    .block2 .wrap-nopad {
        margin-bottom: 10px;
    }
    h2.leftAlign {
        margin-left: 20px;
        font-size: 26px;
    }
    .block3 .cat-item {
        min-height: auto;
    }
    .block3 {
        padding: 20px 0;
    }
    .block3 .wrap-nopad {
        margin-top: -140px;
    }
    .block4 h2.title {
        font-size: 24px;
    }
    .block4 .cat-item {
        width: 100%;
        margin: 0 0 10px;
    }
    .block-cc_video{
        background: url(../img/b1s.jpg) 50% 0 no-repeat;
    }
    .block-cc_video h2.title{
        font-size: 24px;
    }
    .block-cc_video .video-container{
        width: 320px;
        height: 196px;
        border-radius: 0;
        box-shadow: 1px 1px 20px 2px rgba(255, 255, 255, 0.2);
    }
    .block5 {
        background: none;
        text-align: center;
    }
    .block5 .wrap-nopad {
        padding-left: 0;
    }
    .block5 img {
        max-width: 90%;
    }
    .block6 .list-four-col li {
        width: 300px;
        height: auto;
        border-radius: 10px;
        margin: 0 0 30px;
        padding: 20px 15px;
    }
    .block6 .list-four-col li:nth-child(3),
    .block6 .list-four-col li:nth-child(4) {
        width: 300px;
        height: auto;
    }
    .shedule-type {
        float: none;
    }
    .shedule-time span {
        display: block;
        width: 220px;
        margin: 0 auto 15px;
    }
    .shedule-time span.dubGraf {
        height: auto;
        width: 220px;
        padding: 0;
    }
    .shedule-time span.dubGraf br {
        display: block;
    }
    .shedule-time {
        padding-top: 25px;
    }
    .shedule {
        padding: 15px 0 15px 0px;
    }
    .block7 .wrap {
        padding: 0 5px;
    }
    .block7 li {
        padding: 0 10px 20px 75px;
    }
    .block7 .btnRight {
        padding: 15px 0;
    }
    .block7 li:before {
        left: 5px;
    } 
    .itemVk {
        margin: 20px auto;
        width: 300px;
    }
    .itemVk .video-container {
        width: 257px;
        height: 140px;
    }
    .block9 .itemRev {
        width: 100%;
        box-shadow: none;
    }   
    .videoBlock .itemVid {
        width: 100%;
    }
    .faq h3 span {
        padding-right: 10px;
    }
    .block11 {
        background: #8ac801;
    }
    .block11 .wrap {
        padding-left: 0;
    }
    .block11 li:before {
        left: 10px;
    }
    .block12 form {
        width: 300px;
        padding: 12px 4px;
    }
    .block12 .row-form .col-50{
        float: none;
        width: auto;
        margin-bottom: 25px;
    }
  
    .block12 .row-form .selectDate select:nth-child(2) {
        width: 98px;
    }
    .block12 .button-m {
        width: 270px;
    }
    .block12 .splitv2 .chk {
        width: 100%;
    }

}

.video-container {
    position: relative;
    width: 270px;
    height: 150px;
    overflow: hidden;
    margin: 0 auto;
}
.video-container iframe, .video-container object, .video-container embed{
    position:absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.tab-content .video-container {
    width: 700px;
    height: 370px;
    margin: 20px auto 0;
}

.wizard>.steps>ul{
    padding: 15px 8px 0 0;
}
.wizard>.steps>ul:after{
    content: '';
    display: block;
    height: 0;
    clear: both;
}
.wizard>.steps>ul>li{
    float: left;
    width: 33.33%;
}
.wizard>.steps a{
    display: block;
    margin: 0 0 0 8px;
    padding: 15px;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
    border-radius: 3px; 
    cursor: pointer;
}
.wizard>.steps .current a, 
.wizard>.steps .current a:hover, 
.wizard>.steps .current a:active{
    color: #fff;
    background: #89c900;
}
.wizard>.steps .done a, 
.wizard>.steps .done a:hover,
.wizard>.steps .done a:active{
    color: #fff;
    background: #bbe078;
}
.wizard>.steps .disabled a, 
.wizard>.steps .disabled a:hover, 
.wizard>.steps .disabled a:active{
    background: #f2f2f2;
    cursor: default;
}
.wizard>.steps .current-info,
.wizard>.steps .number{
    display: none;
}
.wizard .titleStep{
    position: absolute;
    visibility: hidden;
}
.wizard>.content {
    position: relative;
    display: block;
    width: auto;
    /*min-height: 35em;*/
    margin: 0;
    overflow: hidden;
    background: transparent;
}
.wizard>.content>.contStep{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 20px 0 0;
}
.wizard>.actions>ul{
    padding: 12px 0;
    text-align: center;
}
.wizard>.actions>ul>li{
    display: inline-block;
    margin: 0 6px;
}
.wizard>.actions a, 
.wizard>.actions a:hover, 
.wizard>.actions a:active{
    display: inline-block;
    padding: 8px 30px;
    font-size: 16px;
    color: #fff;
    background: #89c900;
    text-decoration: none;
    border-radius: 3px; 
    font-weight: 700;
}
.wizard>.actions li:nth-child(1) a, 
.wizard>.actions li:nth-child(1) a:hover, 
.wizard>.actions li:nth-child(1) a:active{
    background: #bbe078;
}
.wizard>.actions li.disabled a, 
.wizard>.actions li.disabled a:hover, 
.wizard>.actions li.disabled a:active{
    color: #333;
    background: #f2f2f2;
    cursor: default;
    font-weight: 400;
}
.wizard>.actions ul>li:last-child a{
    color: #222;
    background: #ffc101; 
    background: linear-gradient(to bottom, #fddc40 0%,#ffc101 100%); 
    border-bottom: 2px solid #d7a200;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 960px) {
.video-container {
    position: relative;
    width: 410px;
    height: 220px;
}
.tab-content .video-container {
    width: 100%;
    height: 300px;
}
}
@media screen and (max-width: 640px) {
.video-container {
    position: relative;
    width: 280px;
    height: 150px;
}
.tab-content .video-container {
    height: 140px;
}
.wizard>.actions a, 
.wizard>.actions a:hover, 
.wizard>.actions a:active{
    width: 240px;
    margin-bottom: 12px;
}
.wizard>.actions ul>li:last-child a{
    padding: 15px 30px;
}
}





