   /*inn це мітка що ми закоментували*/ 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, main {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none
}

table {
    border-collapse: separate;
    /*border-spacing: 0*/
}

table th {
    background-color: #fcf1e0;
}

table td {
    background-color: #f4f4f4;
}

strong, b {
    font-weight: bold
}

:focus {
    /*outline: 0*/
}

input:-moz-focus-inner, button {
    border: 0
}

textarea {
    resize: none;
    overflow: auto
}

input[type="submit"]::-moz-focus-inner {
    border: 0
}

em {
    /*font-style: italic*/
}

html, body, input, select, textarea {
    font: 14px "Open Sans", sans-serif;
    color: #555
}

html {
    /*min-width: 970px;
    max-width: 1440px;
    margin: 0 auto*/
    /*inn*/
}

body {
    /*background: url("../img/bg.jpg") no-repeat 50% 0 #fff*/
}

a {
    color: #323D48;
    text-decoration: underline

}

a:hover {
    color: #00a071;
    text-decoration: underline
}

.wrapper {
/*    width: 970px;
    margin: 0 auto;
    padding: 0 15px*/
    /*inn*/
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.text-left {
    text-align: left !important
}

.text-center {
    text-align: center !important
}

.text-right {
    text-align: right !important
}

.text-orange {
    color: #ff9600 !important
}

.text-italic {
    font-style: italic !important
}

.header {
    height: 220px;
    padding-top: 63px;
    background: url("../img/header_new.jpg") no-repeat 50% 0;
    background-color: #323D48;
}

.header .logo {
    float: left;
    width: 123px;
    height: 75px;
    overflow: hidden;
    position: absolute;
}

.header .search {
    float: right;
    width: 260px;
    height: 32px;
    margin-top: 7px;
    overflow: hidden;
    /*-webkit-border-radius: 32px;*/
    /*-moz-border-radius: 32px;*/
    /*border-radius: 32px;*/
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff
}

/*.header .search span {
    float: left;
    width: 65px;
    padding-left: 15px;
    overflow: hidden;
    white-space: nowrap;
    line-height: 32px
}

.header .search span:after {
    content: "\007c"
}

.header .search input {
    float: left;
    width: 120px;
    height: 32px;
    padding: 0 0 0 5px;
    border: 0;
    background-color: transparent
}

.header .search button {
    position: relative;
    float: left;
    width: 35px;
    border: 0;
    cursor: pointer;
    background-color: transparent
}

.header .search button:before {
    content: "";
    position: absolute;
    left: 8px;
    top: 9px;
    display: block;
    width: 14px;
    height: 14px;
    overflow: hidden;
    background: url("../img/sprites.png") no-repeat 0 0
}*/

.header .slogan {
    margin: 11px 220px 0 258px;
    text-align: center;
    font-weight: 700;
    font-style: italic;
    font-size: 22px;
    line-height: 22px;
    color: #fff
}

.nav {
    position: relative;
    height: 50px;
    margin-top: 68px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2)
}

.nav > ul {
    float: left
}

.nav > ul > li {
    float: left;
    margin-left: 1px
}

.nav > ul > li:first-child {
    margin-left: 0
}

.nav > ul > li > a {
    display: block;
    height: 50px;
    padding: 0 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    text-decoration: none !important
}

.nav > ul > li > a:hover {
    color: #323D48;
    background-color: #fff
}

.nav > ul > li.active > a {
    color: #555 !important;
    text-decoration: none !important;
    cursor: default;
    background-color: #fff
}

.nav > ul > li.nav-drops ul {
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    z-index: 9;
    display: none;
    width: 100%;
    padding: 28px 0 18px 30px;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2)
}

.nav > ul > li.nav-drops ul li {
    float: left;
    width: 300px;
    margin: 0 0 17px 0
}

.nav > ul > li.nav-drops:hover > a {
    position: relative;
    z-index: 10;
    color: #555 !important;
    text-decoration: none !important;
    background-color: #fff
}

.nav > ul > li.nav-drops:hover ul {
    display: block
}

.new-nav{
    float: right;
    margin: 15px 15px 0 0
}

.new-nav a {
    margin-left: 20px;
}

.nav .nav-icons {
    float: right;
    margin: 15px 15px 0 0
}

.nav .nav-icons a {
    float: left;
    width: 20px;
    height: 20px;
    margin-left: 30px;
    overflow: hidden;
    text-decoration: none !important;
    background-image: url("../img/sprites.png");
    background-repeat: no-repeat
}

.nav .nav-icons a:first-child {
    margin-left: 0
}

.nav .nav-icons a.nav-icons-facebook {
    background-position: -50px 0
}

.nav .nav-icons a.nav-icons-twitter {
    background-position: -100px 0
}

.nav .nav-icons a.nav-icons-email {
    background-position: -150px 0
}

.nav .nav-icons a.nav-icons-rss {
    background-position: -200px 0
}
/*change*/
.content-wrapper {
/*    width: 970px;
    margin: 0 auto;
    padding: 0 15px;
    padding-top: 30px;
    padding-bottom: 30px*/
    /*inn*/
}

.content {
/*    position: relative;
    float: right;
    width: 620px*/
       /*inn*/
}

.content .social {
    /*position: absolute;*/
    right: 0;
    top: 0;
    text-align: right
}

.content.content-inner p {
    margin-bottom: 20px;
    line-height: 20px
}

.content.content-inner p:last-child, .content.content-inner p:last-of-type {
    margin-bottom: 0
}

.content.content-inner h1, .content.content-inner .h1 {
    margin: -3px 0 25px;
    padding-bottom: 25px;
    font-weight: 700;
    font-size: 27px;
    line-height: 27px;
    color: #333;
    border-bottom: 1px solid #eee
}

.content.content-inner h1.h1-tiny, .content.content-inner .h1.h1-tiny {
    margin-top: 40px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    font-size: 18px;
    line-height: 21px
}

.content.content-inner h2, .content.content-inner .h2 {
    margin-top: 27px;
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 21px;
    line-height: 21px;
    color: #333
}

.content.content-inner h3, .content.content-inner .h3 {
    margin-top: 27px;
    margin-bottom: 17px;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #333
}

.content.content-inner h4, .content.content-inner h5, .content.content-inner h6, .content.content-inner .h4, .content.content-inner .h5, .content.content-inner .h6 {
    margin-top: 27px;
    margin-bottom: 17px;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #333
}

.content.content-inner .text-italic {
    font-style: italic;
    font-size: 16px;
    line-height: 16px
}

.content.content-inner ol.text-italic {
    margin-bottom: 24px;
    counter-reset: point
}

.content.content-inner ol.text-italic li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 40px
}

.content.content-inner ol.text-italic li:before {
    content: counter(point) ".";
    counter-increment: point 1;
    position: absolute;
    left: 20px;
    top: 0
}

.content.content-inner ul.text-italic {
    margin-bottom: 24px
}

.content.content-inner ul.text-italic li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 40px
}

.content.content-inner ul.text-italic li:before {
    content: "\00b7";
    position: absolute;
    left: 18px;
    top: 0;
    font-style: normal;
    font-size: 48px;
    color: #00a071
}

.content blockquote {
    margin-top: 28px;
    margin-bottom: 38px;
    position: relative;
    padding: 20px 22px 29px;
    background-color: #f6f6f6
}

.content blockquote:before {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: block;
    width: 49px;
    height: 39px;
    overflow: hidden;
    background: url("../img/sprites.png") no-repeat -350px -50px
}

.content blockquote p {
    position: relative;
    font-size: 17px;
    line-height: 25px !important
}

.content blockquote footer {
    position: relative;
    display: block;
    margin-top: 16px;
    font-style: italic;
    font-size: 15px;
    line-height: 15px;
    color: #999
}

.sidebar {
    float: left;
    width: 300px
}

.sidebar > img {
    display: block;
    margin: 0 auto
}

.sidebar .sidebar-bloc {
    margin-bottom: 20px;
    padding-bottom: 20px
}

.sidebar .sidebar-bloc.sidebar-bloc-orange {
    /*background-color: #ff9600*/
    background-color: #F6A031
}

.sidebar .sidebar-bloc.sidebar-bloc-green {
    /*background-color: #00a071*/
    background-color: #96C749
}

.sidebar .sidebar-bloc.sidebar-bloc-gray {
    background-color: #777
}

.sidebar .sidebar-bloc .sidebar-bloc-title {
/*    position: relative;
    height: 50px;
    margin-bottom: 15px;
    padding: 0 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1)*/
       /*inn*/
}

.sidebar .sidebar-bloc .sidebar-bloc-title:after {
/*    content: "";
    position: absolute;
    right: 20px;
    top: 14px;
    display: block;
    width: 24px;
    height: 21px;
    overflow: hidden;
    background-image: url("../img/sprites.png");
    background-repeat: no-repeat*/
       /*inn*/
}

.sidebar .sidebar-bloc .sidebar-bloc-title.item-0:after {
    background-position: -2500px 0
}

.sidebar .sidebar-bloc .sidebar-bloc-title.item-1:after {
    background-position: -250px 0
}

.sidebar .sidebar-bloc .sidebar-bloc-title.item-2:after {
    background-position: -300px 0
}

.sidebar .sidebar-bloc .sidebar-bloc-title.item-3:after {
    background-position: -350px 0
}

.sidebar .sidebar-bloc .sidebar-bloc-title.item-4:after {
    background-position: -350px 0
}

.sidebar .sidebar-bloc .sidebar-bloc-title.item-5:after {
    background-position: -350px 0
}


.sidebar .sidebar-bloc li {
    position: relative
}

.sidebar .sidebar-bloc li a {
    display: block;
    padding: 5px 22px;
    font-size: 14px;
    line-height: 20px;
    color: #fff
}

.sidebar .sidebar-bloc li a:hover {
    text-decoration: none
}

.sidebar .sidebar-bloc li.active {
    margin: 5px 0
}

.sidebar .sidebar-bloc li.active:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 10;
    display: block;
    width: 0;
    height: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-left: 5px solid #fff;
    border-bottom: 5px solid transparent
}

.sidebar .sidebar-bloc li.active a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
    text-decoration: none !important;
    cursor: default;
    background-color: rgba(255, 255, 255, 0.2)
}

.mosaic {
    margin-top: -20px;
    overflow: hidden
}

.mosaic .mosaic-left, .mosaic .mosaic-right {
    float: left;
    width: 300px
}

.mosaic .mosaic-right {
    margin-left: 20px
}

.mosaic .mosaic-left {
    margin-top: 20px
}

.mosaic .mosaic-img {
    margin-bottom: 20px;
}

.mosaic .mosaic-img a {
    position: relative;
    display: block;
    color: #fff !important;
    text-decoration: none !important
}

.mosaic .mosaic-img a img {
    display: block;
    margin: 0;
    width: 300px
}

.mosaic .mosaic-img a span {
    /*color: #fff !important;*/
    text-decoration: none !important
}

.mosaic .mosaic-img a .mosaic-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.7) 100%);
    background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.7) 100%);
    background: -ms-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.7) 100%)
}

.mosaic .mosaic-img a .mosaic-text span {
    display: table;
    width: 100%;
    height: 100%;
    margin-left: 10px;
}

.mosaic .mosaic-img a .mosaic-text em, .mosaic .mosaic-img a .mosaic-text em span {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    /*padding: 0 30px 35px;*/
    /*font-weight: 700;*/
    /*font-style: normal;*/
    /*font-size: 28px;*/
    line-height: 30px
}

.mosaic .mosaic-img a .mosaic-text em small {
    display: block;
    margin-top: 6px;
    font-size: 18px;
    line-height: 30px
}

.mosaic .mosaic-img a .mosaic-text em small.orange {
    font-weight: 600;
    color: #ff9600
}

.mosaic .mosaic-img.mosaic-img-info a .mosaic-text em {
    padding-bottom: 27px;
    font-size: 24px
}

.mosaic .mosaic-img.mosaic-img-call a .mosaic-text em {
    padding-bottom: 0px;
    /*font-size: 21px*/
}

.mosaic .mosaic-img.mosaic-img-call a .mosaic-text em strong {
    display: block;
    margin-top: 9px;
    font-size: 36px;
    color: #ff9600
}

.mosaic .mosaic-img.mosaic-img-call a .mosaic-text em small {
    font-weight: 400;
    font-size: 18px
}

.mosaic .mosaic-blog {
    margin-top: 20px;
    padding: 15px 20px 20px;
    font-size: 14px;
    color: #fff;
    background-color: #777
}

.mosaic .mosaic-blog .mosaic-blog-title {
    margin-bottom: 13px;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px
}

.mosaic .mosaic-blog a {
    font-size: 18px;
    line-height: 27px;
    color: #fff
}

.mosaic .mosaic-blog a:hover {
    text-decoration: none
}

.mosaic .mosaic-blog .mosaic-blog-author {
    margin-top: 23px;
    overflow: hidden;
    line-height: 21px
}

.mosaic .mosaic-blog .mosaic-blog-author img {
    float: left;
    width: 60px;
    height: 60px
}

.mosaic .mosaic-blog .mosaic-blog-author span {
    display: block;
    margin-left: 80px;
}

.mosaic .mosaic-blog .mosaic-blog-author span strong {
    display: block;
    margin: 8px 0 2px;
    font-size: 18px
}

.mosaic .mosaic-reklama {
    margin-top: 16px;

}

.mosaic-reklama-href {
    text-align: left;
    overflow: hidden;
    font-weight: 800;
    font-size: 13.5px;
    line-height: 21px;
    margin-bottom: 10px;
}

.mosaic-reklama-href a {
    text-decoration: none;
}

.mosaic .mosaic-reklama-title {
    text-align: right;
    overflow: hidden;
    font-weight: 800;
    font-size: 13.5px;
    line-height: 21px;
    margin-bottom: 10px;
    margin-right: 8px;
}

.mosaic .mosaic-news {
    margin-top: 16px
}

.mosaic .mosaic-news .mosaic-news-title {
    margin-bottom: 9px;
    overflow: hidden;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px
}

.mosaic .mosaic-news .mosaic-news-title a {
    float: right;
    font-weight: 400;
    font-size: 13px;
    color: #ff9600
}

.mosaic .mosaic-news .mosaic-news-title a:hover {
    color: #00a071
}

.mosaic .mosaic-news li {
    margin-bottom: 11px
}

.mosaic .mosaic-news li:last-child {
    margin-bottom: 0
}

.mosaic .mosaic-news li a {
    font-size: 14px;
    line-height: 20px
}

.mosaic .mosaic-news li time {
    display: block;
    margin-top: 4px;
    font-size: 13px;
    line-height: 20px;
    color: #aaa
}

.mosaic .mosaic-news .mosaic-news-img {
    margin-bottom: 17px
}

.mosaic .mosaic-news .mosaic-news-img a {
    position: relative;
    display: block;
    color: #fff !important;
    text-decoration: none !important
}

.mosaic .mosaic-news .mosaic-news-img a img {
    display: block;
    margin: 0
}

.mosaic .mosaic-news .mosaic-news-img a span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 14px 20px 18px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #fff !important;
    text-decoration: none !important;
    /*background-color: #00a071;*/
    background-color: #96C749;
    opacity: 0.9;
}

.mosaic .mosaic-voting {
    margin-top: 22px;
    padding: 0 18px 20px;
    border: 2px solid #e5e5e5;
    line-height: 20px
}

.mosaic .mosaic-voting .mosaic-voting-title {
    height: 48px;
    margin: 0 -18px 16px;
    padding: 0 18px;
    font-weight: 700;
    font-size: 18px;
    line-height: 46px;
    background-color: #e5e5e5
}

.mosaic .mosaic-voting .radio {
    position: relative;
    height: 16px;
    margin-top: 13px;
    padding-left: 29px;
    overflow: hidden;
    line-height: 16px;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

.mosaic .mosaic-voting .radio:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 16px;
    height: 16px;
    overflow: hidden;
    background: url("../img/sprites.png") no-repeat -300px -100px
}

.mosaic .mosaic-voting .radio.active:before {
    background-position: -350px -100px
}

.mosaic .mosaic-voting .radio input {
    display: none
}

.mosaic .mosaic-voting button {
    height: 30px;
    margin-top: 21px;
    padding: 0 15px;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    border: 0;
    cursor: pointer;
    /*background-color: #00a071*/
    background-color: #96C749
}

.mosaic .mosaic-voting button:hover {
    background-color: #444
}

.categories {
    padding: 24px 0 24px;
    background-color: #323D48
}

.categories ul {
    overflow: hidden
}

.categories li {
    float: left;
    width: 134px;
    text-align: center
}

.categories a {
    display: block;
    padding: 0 10px;
    font-size: 13px;
    line-height: 17px;
    color: #fff
}

.categories a:hover {
    text-decoration: none
}

.categories a:before {
    content: "";
    display: block;
    width: 50px;
    /*height: 50px;*/
    margin: 0 auto 10px;
    overflow: hidden;
    /*background-image: url("../img/sprites.png");*/
    /*background-repeat: no-repeat*/
}

.categories a.item-1:before {
    background-position: 0 -50px
}

.categories a.item-2:before {
    background-position: -50px -50px
}

.categories a.item-3:before {
    background-position: -100px -50px
}

.categories a.item-4:before {
    background-position: -150px -50px
}

.categories a.item-5:before {
    background-position: -200px -50px
}

.categories a.item-6:before {
    background-position: -250px -50px
}

.categories a.item-7:before {
    background-position: -300px -50px
}

.footer {
    padding: 25px 0 26px;
    text-align: center;
    background-color: #dcdcdc
}

.footer .logos {
    width: 918px;
    height: 48px;
    margin: 0 auto;
    background: url("../img/logos.png") no-repeat 50% 0
}

.footer ul {
    overflow: hidden
}

.footer li {
    float: left;
    width: 87px;
    text-align: center
}

.footer a {
    display: block;
    padding: 0 10px;
    font-size: 13px;
    line-height: 17px;
    color: #fff
}

.footer a:hover {
    text-decoration: none
}

.table-list {
    width: 100%;
    margin: 10px 0 16px
}

.table-list.table-list-caption {
    margin-top: 25px;
    margin-bottom: 10px
}

.table-list th, .table-list td {
    padding: 16px 20px 17px;
    text-align: left;
    vertical-align: top;
    font-size: 14px;
    line-height: 18px;
    border: 0;
    border-bottom: 1px solid #eee
}

.table-list th {
    font-weight: 400;
    color: #999;
    border-bottom: 0;
    background-color: #fcf1e0
}

.table-list .table-list-title {
    padding-bottom: 18px;
    font-weight: 700;
    border-bottom: 0;
    background-color: #f4f4f4
}

.table-list .table-list-empty {
    height: 21px;
    padding: 0;
    border-bottom: 0
}

.list-icon {
    margin-top: 26px
}

.list-icon li {
    position: relative;
    min-height: 48px;
    margin-bottom: 26px
}

.list-icon li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 36px;
    height: 48px;
    margin-top: -21px;
    overflow: hidden;
    background-image: url("../img/sprites.png");
    background-repeat: no-repeat
}

.list-icon li.list-icon-pdf:before {
    background-position: 0 -100px
}

.list-icon li.list-icon-doc:before {
    background-position: -50px -100px
}

.list-icon li.list-icon-jpg:before {
    background-position: -100px -100px
}

.list-icon li.list-icon-xls:before {
    background-position: -150px -100px
}

.list-icon li.list-icon-txt:before {
    background-position: -200px -100px
}

.list-icon li .list-icon-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 48px;
    padding-left: 60px;
    line-height: 21px
}

.form-contacts {
    margin-top: 25px
}

.form-group {
    margin-bottom: 20px;
    overflow: hidden
}

.form-group .form-control {
    float: left;
    width: 300px;
    margin-left: 20px
}

.form-group .form-control:first-child {
    margin-left: 0
}

.form-control {
    padding: 0 10px;
    font-style: italic;
    font-size: 16px;
    border: 1px solid #ddd;
    background-color: #f6f6f6
}

input.form-control {
    height: 40px
}

textarea.form-control {
    display: block;
    width: 100%;
    padding-top: 9px
}

.btn {
    margin-top: 20px;
    height: 40px;
    padding: 0 15px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    border: 0;
    cursor: pointer;
    background-color: #ff9600
}

.btn:hover {
    background-color: #96c749
}

.btn_turn {
    /*margin-top: 20px;*/
    height: auto;
    min-width: 85px;
    padding: 10px 15px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #fff;
    border: 0;
    border-radius: 10px;
    cursor: pointer;
    background-color: #ff9600
}

.btn_turn:hover {
    background-color: #96c749
}

.btn_korpkart {
    /*margin-top: 20px;*/
    width: 100%;
    height: 40px;
    padding: 0 15px;
    margin: auto;
    font-weight: 700;
    text-align: center;
    display: table;
    font-size: 16px;
    color: #fff;
    border: 0;
    border-radius: 10px;
    cursor: pointer;
    background-color: #ff9600;

}

.btn_korpkart:hover {
    background-color: #96c749
}

.btn_korpkart_in {
    /*margin-top: 20px;*/
    width:400px;
    height: 40px;
    padding: 0 15px;
    margin: auto;
    font-weight: 700;
    text-align: center;
    display: table;
    font-size: 16px;
    color: #fff;
    border: 0;
    border-radius: 10px;
    cursor: pointer;
    background-color:#777777;

}

.btn_korpkart_in:hover {
    background-color: #96c749
}


.btn_year_vacans {
    /*margin-top: 20px;*/
    height: auto;
    min-width: 85px;
    padding: 10px 15px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #fff;
    border: 0;
    border-radius: 10px;
    cursor: pointer;
    background-color: #777777;
}

.btn_year_vacans:hover {
    background-color: #96c749
}

.btn_turn_out {
    /*margin-top: 20px;*/
    width: 85px;
    height: auto;
    padding: 10px 15px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #fff;
    border: 0;
    border-radius: 10px;

    background-color: #777777;
}

.btn_turn_head td{
    /*margin-top: 20px;*/
    width: 85px;
    height: auto;
    padding: 10px 15px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #fff;
    border: 0;
    border-radius: 10px;

    background-color: #777777;
}


/*add new style for the buttons*/
.btn_1 {
    /*width: 10%;*/
    height: 2.5em;
    border-radius: 10px;
    color: #fff;
}

.btn_1:hover {
    background: #d7ffd9;
    color: rgb(83, 173, 147);
}

.btn_2 {
    height: 2.5em;
    border-radius: 10px;
  /* color: rgba(49, 95, 82, 0.85);*/
}

.btn_2:hover{
    background: #d7ffd9;
    color: rgb(83, 173, 147);
}
.btn_3 {
    background: #19F59A;
    height: 3em;
    border-radius: 10px;
    color: #2D8C70;
}

.btn_3:hover{
    background: #afffb0;
    color: #437f70;
}

@media (min-width: 700px), handheld and (orientation: landscape) {
    .content-wrapper {
        min-width: 600px;
        margin: 0 auto;
        padding: 0 15px;
        padding-top: 30px;
        padding-bottom: 30px
    }

    .ui-tabs .ui-tabs-nav {
        min-width: 1.5em;
    }

   /* #tabs ul li a {
        float: left;
    min-width: 50%;
    }*/
    .ui-tabs .ui-tabs-nav li {
        display: inline-block;
    }
    .ui-tabs .ui-tabs-panel {
        display: block;
        padding: 1em 1.4em;
        background: none;
        float: left;
        position: relative;
        border-color: #00a071;
        border-width: 2px;
    }
}

    /* History */
.table_history {
    border-collapse: separate;
    border: none;
    display: none;
}

.table_history td {
    padding: 0;
    margin: 0;
}

.table_history div.photo {
    width: 220px;
    background-color: #ffffe9;
    overflow: hidden;

}

.table_history div.photo a {
    margin: 0 0 0 15px;
}

.table_history div.photo .img {
    margin: 5px auto;
}

.table_history div.photo .img a {
    display: block;
    width: 100%;
    height: 100%;
}

.table_history div.photo .desc {
    margin: 0 15px;
    color: #777777;
    font-size: 13px;
    width: 200px;
    text-align: center;
}

.table_history td.photo {
    background: #ffffe9;
    height: 100%;
    vertical-align: top;

}

.table_history .gradient_top {
    height: 29px;
    background: url("../img/history_left_bg.png") repeat-x;
}

.table_history .text {
    vertical-align: top;
    min-height: 300px;
    height: 100%;
}

.table_history .text .header_h {
    height: 60px;
    font-family: "Times new roman", serif;
    font-size: 40px;
    color: #a59e73;
    text-align: center;
    width: 290px;
    margin: 0 auto;

}

.table_history .text .header_h .l {
    height: 100%;
    background: url("../img/history_l.png") left top no-repeat;
}

.table_history .text .header_h .r {
    height: 100%;
    background: url("../img/history_r.png") right top no-repeat;
}

.table_history .text .contents {
    height: 300px;
    margin: 10px 0 0 10px;
    overflow: auto;
}

.content-inner .line_wrap {
    background: url("../img/history_line_bg.png") 0 59px repeat-x;
    overflow-x: scroll;
}

.content-inner .line {
    position: relative;
    width: 722px;
    height: 98px;
    margin: 40px 0 0 0;
    background: url("../img/history_line.jpg") center center no-repeat;
    margin-bottom: 20px;
}

.content-inner .p1, .content-inner .p2, .content-inner .p3,
.content-inner .p4, .content-inner .p5, .content-inner .p6,
.content-inner .p7, .content-inner .p8, .content-inner .p9, .content-inner .p10, .content-inner .p11, .content-inner .p12 {
    position: absolute;
    height: 17px;
    top: 60px;
    cursor: pointer;
}

.content-inner .p1:hover, .content-inner .p2:hover, .content-inner .p3:hover,
.content-inner .p4:hover, .content-inner .p5:hover, .content-inner .p6:hover,
.content-inner .p7:hover, .content-inner .p8:hover, .content-inner .p9:hover,
.content-inner .p10:hover, .content-inner .p11:hover, .content-inner .p12:hover {

    background: url("../img/history_line_bg.png") left bottom repeat-x;
}

.content-inner .selected, .content-inner .selected:hover {
    background: url("../img/history_hover_arrow.png") center center no-repeat;

}

.content-inner .line .p1 {
    width: 39px;
    left: 51px;
}

.content-inner .line .p2 {
    width: 43px;
    left: 92px;
}

.content-inner .line .p3 {
    width: 43px;
    left: 137px;
}

.content-inner .line .p4 {
    width: 56px;
    left: 181px;
}

.content-inner .line .p5 {
    width: 66px;
    left: 238px;
}

.content-inner .line .p6 {
    width: 50px;
    left: 305px;
}

.content-inner .line .p7 {
    width: 57px;
    left: 356px;
}

.content-inner .line .p8 {
    width: 46px;
    left: 415px;
}

.content-inner .line .p9 {
    width: 43px;
    left: 464px;
}

.content-inner .line .p10 {
    width: 41px;
    left: 510px;
}

.content-inner .line .p11 {
    width: 41px;
    left: 553px;
}

.content-inner .line .p12 {
    width: 84px;
    left: 595px;
}

#phts1, #phts2, #phts3, #phts4, #phts5, #phts6, #phts7, #phts8, #phts9, #phts10, #phts11, #phts12 {
    width: 220px;
    height: 300px;
}

/*  End of history */


.block {
    background: #ffffe9 none repeat scroll 0 0;
    float: right;
    margin: 50px 0 15px 20px;
    padding: 10px 15px 0;
    width: 200px;
}

/* user auth*/
.phone_form {
    width: 300px;
    margin: 50px auto;
    position: relative;
}

#email {
    width: 245px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 8px 8px 8px 36px;
    height: 35px;
    border: 1px solid #ccc;
    font-size: 16px;
    color: #363636;
    width: 210px;
}

#email1 {
    width: 245px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 8px 8px 8px 36px;
    height: 35px;
    border: 1px solid #ccc;
    font-size: 16px;
    color: #363636;
    width: 210px;
}


#email, #password, #email1 {
    margin: 5px 0;
}

#email2, #email3 {
    width: 245px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 8px 8px 8px 36px;
    height: 35px;
    border: 1px solid #ccc;
    font-size: 16px;
    color: #363636;
    width: 210px;
}

#email:focus {
    outline: none;
    border-color: #363636;
}

#email1:focus {
    outline: none;
    border-color: #363636;
}

#email2:focus {
    outline: none;
    border-color: #363636;
}

#email3:focus {
    outline: none;
    border-color: #363636;
}

input#email:-moz-placeholder {
    color: #363636;
}

input#email1:-moz-placeholder {
    color: #363636;
}

input#email2:-moz-placeholder {
    color: #363636;
}

input#email3:-moz-placeholder {
    color: #363636;
}

input#email::-webkit-input-placeholder {
    color: #363636;
}

input#email1::-webkit-input-placeholder {
    color: #363636;
}

input#email2::-webkit-input-placeholder {
    color: #363636;
}

input#email3::-webkit-input-placeholder {
    color: #363636;
}

.user_phone {
    position: relative;
}

.user_phone:before {
    content: "+38";
    display: block;
    color: #363636;
    position: absolute;
    top: 13px;
    left: 7px;
    font-size: 16px;
}

.btn_submit {
    height: 30px;
    position: absolute;
    top: 5px;
    right: 5px;
    background: #363636;
    color: #fff;
    border: none;
    width: 120px;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.btn_submit.disabled {
    color: #363636;
    background: #ccc;
}

#email2, #email3 {
    border: 1px solid #ccc;
    box-sizing: border-box;
    color: #363636;
    font-size: 16px;
    height: 35px;
    padding: 8px 8px 8px 36px;
    width: 210px;
    margin: 5px 0;
}

#persuid {
    border: 1px solid #adac9f;
    font-size: 100%;
    margin: 5px 0;
    padding: 2px;
}

/*  VOTING  */
.mosaic .mosaic-voting .mosaic-voting-title {
    height: 48px;
    margin: 0 -18px 16px;
    padding: 0 18px;
    font-weight: 700;
    font-size: 18px;
    line-height: 46px;
    background-color: #e5e5e5
}

.mosaic .mosaic-voting {
    margin-top: 22px;
    padding: 0 18px 20px;
    border: 2px solid #e5e5e5;
    line-height: 20px
}

.mosaic .mosaic-voting .radio {
    position: relative;
    height: 16px;
    margin-top: 13px;
    padding-left: 29px;
    overflow: hidden;
    line-height: 16px;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

.mosaic .mosaic-voting .radio:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 16px;
    height: 16px;
    overflow: hidden;
    background: url("../img/sprites.png") no-repeat -300px -100px
}

.mosaic .mosaic-voting .radio.active:before {
    background-position: -350px -100px
}

.mosaic .mosaic-voting .radio input {
    display: none
}

.mosaic .mosaic-voting button {
    height: 30px;
    margin-top: 21px;
    padding: 0 15px;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    border: 0;
    cursor: pointer;
    /*background-color: #00a071*/
    background-color: #96C749
}

.mosaic .mosaic-voting button:hover {
    background-color: #444
}

.mosaic .mosaic-voting .mosaic-voting-results {
    margin: 11px 0 8px
}

.mosaic .mosaic-voting .mosaic-voting-results li {
    margin-top: 7px
}

.mosaic .mosaic-voting .mosaic-voting-results li:first-child {
    margin-top: 0
}

.mosaic .mosaic-voting .mosaic-voting-results span {
    display: block;
    height: 10px;
    margin-top: 5px;
    overflow: hidden
}

.mosaic .mosaic-voting .mosaic-voting-results span.item-green {
    background-color: #96C749
	/*background-color: #179f71*/
}

.mosaic .mosaic-voting .mosaic-voting-results span.item-orange {
    background-color: #fd9327
}

.mosaic .mosaic-voting .mosaic-voting-results span.item-gray {
    background-color: #777
}

.div-anketa {
    width: 100%;
    margin-top: 30px;
}

.div-anketa>label:first-child{
    font-weight: bold;
}

.anketa-header {
    text-align: center;
    vertical-align: middle;
    height: 30px;
    font-weight: bold;
}

.div-anketa>input[type="text"], .div-anketa>div>input[type="text"]{
    width: 100%;
}

.div-anketa>textarea {
    width: 100%;
    height: 70px;
}

.div-anketa>select {
    max-width: 600px;
}

.anketa-hint {
    font-size: 9px;
    text-align: center;
    width: 100%;
    display: block;
}

.anketa {
    border: 1px solid #0E3460;
    padding: 7px 7px;
}

#anketa-doc-div, #anketa-pay-div, #anketa-termin-div {
    display: none;
}

.footer-slide {
    width: 130px;
    text-align: center;
    display: inline-block;
}

.paging_active {
    font-weight:bold;
    /*border:solid 1px #004778;*/
    padding: 2px 2px 2px 2px;
    font-size: 16px;
}


#tabs {
    border: none;
}
#tabs ul {
    /*background: none ;
    border: none;
    margin-left: 10px*/
}
/*change*/
#tabs ul li a {
    margin-top: 0;
    /*font-size: 0.74em;*/
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    margin-right: 7px;
    height: 3em;
    text-align: center;
    font-size: 80%;
    font-family: "Open Sans", sans-serif;
}
#tabs ul li a:after {
    content: '»';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

#tabs #current_tabs a {
    background: #00a071;
}

/*change*/
#tabs_content {
    /*border-width: 2px;
    border-color: #00a071;*/
    border-style: solid ;
    border-radius:10px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    box-sizing: border-box;

}

#tabs_content:after {
    clear: both;
    display: table;
    content: "";
}

.personal-out {
    text-align: justify;
    position: relative;
}

.personal-in-url {
    position: absolute;
    background-image: url("../img/personal.png");
    top: 0;
    right: 0;
    width: 400px;
    height: 240px;
}

.btn_vup1 {
    margin-top: 50px;
    width:500px;
    height: 100px;
    padding: 0 15px;
    margin: auto;
    font-weight: 700;
    text-align: center;
    display: table;
    font-size: 20px;
    color: #fff;
    border: 0;
    border-radius: 40px;
    cursor: pointer;
    background-color: #ff9600
}

.btn_vup2 {
    margin-top: 50px;
    width:500px;
    height: 100px;
    padding: 0 15px;
    margin: auto;
    font-weight: 700;
    text-align: center;
    display: table;
    font-size: 20px;
    color: #fff;
    border: 0;
    border-radius: 40px;
    cursor: pointer;
    background-color: #96c749
}

.btn_vup3 {
    margin-top: 50px;
    width:500px;
    height: 100px;
    padding: 0 15px;
    margin: auto;
    font-weight: 700;
    text-align: center;
    display: table;
    font-size: 20px;
    color: #fff;
    border: 0;
    border-radius: 40px;
    cursor: pointer;
    background-color: #777777
}

.btn_vup_in {
    display: table-cell;
    vertical-align: middle;
}

.invisible_form {
    display: none;
}

.advert_vacans {
    padding: 15px;
    width: 100%;
    text-align: justify;
}
.advert_vacans ul {
    list-style: disc;
    margin-left: 10%;
}

/*Веб-чат новий*/

#web_chat_header {
    position: absolute;
    margin: -15px 50px 0 170px;
    min-height: 100px;
    width: 475px;
    color:  #96c749;
    background-color: #fff;
    border-style: solid;
    border-color: #0000cc;
    border-width: 4px;
    border-radius: 20px;
    z-index: 10;
}


#web_chat_body {
    position: absolute;
    margin: -15px 50px 0 170px;
    min-height: 500px;
    width: 475px;
    text-align: center;
    background-color: #fff;
    border-style: solid;
    border-color: #0000cc;
    border-width: 4px;
    z-index: 10;
}

#web_chat_start{
    float: right;
    margin-right: 10%;
    cursor: pointer;
}

#web_chat_body_top{
    /*position: absolute;*/ /*inneti koment*/
    /*top: 7px;*//*inneti koment*/
    /*left: 0;*//*inneti koment*/
    width: 100%;
    /*min-height: 20%;*//*inneti koment*/
}

#web_chat_body_top table{
    width: 98%;
    border-radius: 20px;
    margin-left: 1%;
}

#web_chat_body_top td{
    background-color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
}

#web_chat_close {
    position: absolute;
    right: 0;
    top: -0.25em;
    height: auto;
    width: 1.5em;
    padding: 2px;
    font-size: 30px;
    text-align: center;
    cursor: pointer;
}

#web_chat_close:hover{
    background-color: #ff9600;
    color: #fff;
}

#web_chat_body_form{
    /*position: absolute;*/
    /*top: 23%;*/
    /*height: 100%;*/
    /*left: 10%;*/
    /*inneti koment*/
    width: 100%;
}

#web_chat_body_form_ecount{
    position: absolute;
    top: 23%;
    left: 10%;
    width: 80%;
    height: 77%;
    font-size: 15px;
    font-weight: bold;
}


#web_chat_form_persid{
 /*   position: absolute;
    top: 0;
    height: 10%;
    left: 0;*/
    /*inneti koment*/
    width: 100%;
    font-size: 15px;
    font-weight: bold;
}


#web_chat_form_select{
    position: absolute;
    top: 12%;
    left: 0;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
}

#web_chat_modal_window {
    width: 200px;
    height: 120px;
    border-radius: 5px;
    border: 2px #000 solid;
    background: #eee;
    position: fixed; /* чтoбы oкнo былo в видимoй зoне в любoм месте */
    top: 45%; /* oтступaем сверху 45%, oстaльные 5% пoдвинет скрипт */
    left: 50%; /* пoлoвинa экрaнa слевa */
    margin-top: -60px;
    margin-left: -100px; /* тут вся мaгия центрoвки css, oтступaем влевo и вверх минус пoлoвину ширины и высoты сooтветственнo =) */
    display: none; /* в oбычнoм сoстoянии oкнa не дoлжнo быть */
    z-index: 12; /* oкнo дoлжнo быть нaибoлее бoльшем слoе */
    padding: 20px 10px;
}


#web_chat_overlay {
    z-index:11; /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
    position:fixed; /* всегдa перекрывaет весь сaйт */
    background-color:#000; /* чернaя */
    opacity:0.3; /* нo немнoгo прoзрaчнa */
    -moz-opacity:0.3; /* фикс прозрачности для старых браузеров */
    filter:alpha(opacity=30);
    width:100%;
    height:100%; /* рaзмерoм вo весь экрaн */
    top:0; /* сверху и слевa 0, oбязaтельные свoйствa! */
    left:0;
    cursor:pointer;
    display:none; /* в oбычнoм сoстoянии её нет) */
}

#web_chat_body_info{
   /* position: absolute;
    top: 30%;
    height: 45%;
    left: 0;*/
    /*inneti koment*/
    width: 100%;
    font-size: 15px;
    /*font-weight: bold;*/
    text-align: center;
}

#web_chat_body_info td {
    background-color: #fff;
}

.web_chat_table_ecount{
    border: none;
    width: 100%;
    text-align: center;
    background-color: #fff;
}

.web_chat_table_ecount td{
    color:  #96c749;
    background-color: #fff;
}

.web_chat_table_ecount input{
    text-align: center;
    color:  #96c749;
    border-style: solid;
    border-color: #0000cc;
    border-width: 2px;
}


#web_chat_button {
/*    position: absolute;
    vertical-align: center;
    right: 30%;
    bottom: 2%;*/
    /*inneti koment*/
    height: auto;
    width: 40%;
    padding: 5px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    font-size: 15px;
    background-color:  #ff9600;
}

#web_chat_button:hover {
    background-color:  #96c749;
}

#web_chat_button_next {
/*    position: absolute;
    right: 30%;
    bottom: 2%;
    height: auto;
    vertical-align: center;*/
    /*inneti koment*/
    width: 40%;
    padding: 5px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    font-size: 15px;
    background-color:  #ff9600;
}

#web_chat_button_next:hover {
    background-color:  #96c749;
}

#web_chat_button_out {
    position: absolute;
    right: 10%;
    bottom: 2%;
    height: auto;
    width: 80%;
    padding: 5px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    vertical-align: center;
    font-size: 15px;
    background-color:  #ff9600;
}

#web_chat_button_out:hover {
    background-color:  #96c749;
}

#web_chat_button_sendout {
    position: absolute;
    right: 10%;
    bottom: 2%;
    height: auto;
    width: 80%;
    padding: 5px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    vertical-align: center;
    font-size: 15px;
    background-color:  #ff9600;
}

#web_chat_button_sendout:hover {
    background-color:  #96c749;
}


#web_chat_captcha{
/*    position: absolute;
    left: 9%;*/
    /*inneti koment*/
    margin-top: 30px;
}

#web_chat_captcha_ecount{
    position: absolute;
    bottom: 50px;
    left: 9%;
}


/*Веб-чат*/
#web_chat_button_old {
    position: fixed;
    right: 2%;
    bottom: 2%;
    height: auto;
    width: 9%;
    padding: 5px;
    margin: auto;
    cursor: pointer;
    color: #fff;
    text-align: center;
    vertical-align: center;
    font-size: 20px;
    background-color:  #999;
}

#web_chat_button_old:hover {
    background-color:  #555;
}

/*Виринаюче вікно*/

#modal_window1 {
/*    position: fixed;
    display: none;
    top: 8%;
    left: 22%;
    height: 610px;
    padding-top: 2%;
    width: 56%;
    color: #fff;
    background-color: #777;
    text-align: center;
    font-size: 1.5em;
    z-index: 20;*/
}

#modal_window1 h3{
    /*color: #fff;*/
}

#modal_window1 p {
    /*margin-left: 7%;
    text-align: left;*/

}

#modal_window1 ul {
    padding-left: 7%;
    padding-right: 7%;
    font-size: 0.95em;
    letter-spacing: 0.15em;
    font-weight: 500;
}

#modal_window1 ul li {
    list-style: disc;
}

#modal_window1_clouse{
/*    position: absolute;
    top: 0;
    right: 0;
    width: 6%;
    height: 12%;
    cursor: pointer;
    color: #fff;
    font-size: 1.5em;*/
}

#modal_window1_left {
/*    position: absolute;
    left: 7%;
    width: 24%;
    bottom: 7%;
    height: 100px;
    background-color: #ff9600;*/

}

#modal_window1_centr {
/*    position: absolute;
    left: 38%;
    width: 24%;
    bottom: 7%;
    height: 100px;
    background-color: #96C749*/
}

#modal_window1_right {
/*    position: absolute;
    left: 69%;
    width: 24%;
    bottom: 7%;
    height: 100px;
    color: #777;
    background-color: #fff;*/
}

#modal_window1_left div {
/*    position: absolute;
    top: 17px;
    width: 100%;
    margin: auto;
    padding-left: 2%;
    padding-right: 2%;
    text-align: center;
    cursor: pointer;*/
}

#modal_window1_right div {
/*    position: absolute;
    top: 7px;
    width: 100%;
    margin: auto;
    text-align: center;
    cursor: pointer;*/
}

#modal_window1_centr div {
/*    position: absolute;
    top: 17px;
    width: 100%;
    margin: auto;
    padding-left: 2%;
    padding-right: 2%;
    text-align: center*/;
    cursor: pointer;
}
@media (max-width: 1200px){
    #modal_window1 {
        position: fixed;
        display: none;
        top: 8%;
        left: 15%;
        height: 610px;
        padding-top: 2.5%;
        padding-left: 1%;
        padding-right: 1%;
        width: 70%;
        color: #fff;
        background-color: #777;
        text-align: center;
        font-size: 1.5em;
        z-index: 20;
    }
}
@media (max-height: 601px){
    #modal_window1 {
        position: fixed;
        display: none;
        top: 8%;
        left: 15%;
        height: 440px;
        padding-top: 2.5%;
        padding-left: 1%;
        padding-right: 1%;
        width: 70%;
        color: #fff;
        background-color: #777;
        text-align: center;
        font-size: 1em;
        z-index: 20;
    }
}

@media (max-height: 801px){
    #modal_window1 {
        position: fixed;
        display: none;
        top: 8%;
        left: 15%;
        height: 560px;
        padding-top: 2.5%;
        padding-left: 1%;
        padding-right: 1%;
        width: 70%;
        color: #fff;
        background-color: #777;
        text-align: center;
        font-size: 1.4em;
        z-index: 20;
    }
}

.popup {
    position: fixed;
    height:100%;
    width:100%;
    top:0;
    left:0;
    display:none;
    text-align:center;
    z-index:20;

}
.popup_bg {
    background:rgba(0,0,0,0.7);
    position:absolute;
    height:100%;
    width:100%;

}
.popup_img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index:21;
    height:94%;
    max-width:94%;

}
.popup_close{
    position: absolute;
    top: -10px;
    right: 30px;
    width: 20px;
    height: 20px;
    font-size: 4em;
    color:  #eee;
    cursor: pointer;
}

   /*Тренінговий центр*/
   .training_table {
       width: 100%;
   }

   .training_td_left {
       width: 22%;
       text-align: center;
       vertical-align: middle;
       background-color:  #fff;
       border-bottom-color: black;
       border-bottom-width: 4px;
       border-bottom-style: groove;
       border-right-color: black;
       border-right-width: 4px;
       border-right-style: groove;
       padding: 5px;
   }

   .training_td_right {
       width: 22%;
       text-align: center;
       vertical-align: middle;
       background-color:  #fff;
       border-bottom-color: black;
       border-bottom-width: 4px;
       border-bottom-style: groove;
       border-left-color: black;
       border-left-width: 4px;
       border-left-style: groove;
       padding: 5px;
   }
   .training_td_center {
       width: 56%;
       text-align: center;
       vertical-align: middle;
       background-color:  #fff;
       border-bottom-color: black;
       border-bottom-width: 4px;
       border-bottom-style: groove;
       padding: 5px;
   }
   .training_td_center2 {
       width: 100%;
       text-align: center;
       vertical-align: middle;
       background-color:  #fff;
       border-bottom-color: black;
       border-bottom-width: 3px;
       border-bottom-style: dotted;
       padding: 5px;
   }
   .training_td_center1 {
       width: 100%;
       text-align: center;
       vertical-align: middle;
       background-color:  #fff;
       padding: 5px;
   }
   .training_div_left {
       display: flex;
       width: 100%;
       min-height: 80px;
       padding: 5px 12px;
       color: #fff;
   }

   .training_div_right {
       display: flex;
       width: 100%;
       min-height: 80px;
       padding: 5px 12px;
       color: #fff;
   }

   .training_div_center {
       display: flex;
       width: 68%;
       min-height: 80px;
       padding: 5px 12px;
       vertical-align: middle;
       font-size: 1.3em;
       color: #fff;
   }

   .btn_training_centet1{
       margin-left: 0%;
       background-color: #ffb200;
   }

   .btn_training_centet2{
       margin-left: 8%;
       background-color: #ffa800;
   }

   .btn_training_centet3{
       margin-left: 16%;
       background-color: #ffa400;
   }

   .btn_training_centet4{
       margin-left: 24%;
       background-color: #ffa000;
   }

   .btn_training_centet5{
       margin-left: 32%;
       background-color: #ff9600;
   }
   .btn_training1 {
       background-color: #96e349;
   }

   .btn_training2 {
       background-color: #96d949;
   }

   .btn_training3 {
       background-color: #96d549;
   }

   .btn_training4 {
       background-color: #96d149;
   }

   .btn_training5 {
       background-color: #96c749;;
   }

   /***********Тести(опитування)************/
   .testing_title {
       text-align: center;
   }
   .testing_title img {
       cursor: pointer;
   }
   #testing_question {
       width: 100%;
       text-align: center;
       min-height:50px;
   }
   #testing_img {
       width: 100%;
       text-align: left;
   }
   #testing_answer {
       width: 100%;
       text-align: center;
   }
   #testing {
       display: none;
   }
   .v_answer {
       cursor: pointer;
   }

   .testing_fin {
       display: none;
   }
   .testing_fin p {
       font-size:1.5rem;
   }
   .btn_testing {
       display:inline-block;
       font-weight:400;
       min-width: 150px;
       color:#fff;
       text-align:center;
       vertical-align:middle;
       -webkit-user-select:none;
       -moz-user-select:none;
       -ms-user-select:none;
       user-select:none;
       border:1px solid transparent;
       padding:.375rem .75rem;
       font-size:1.5rem;
       line-height:1.5;
       border-radius:.25rem;
       transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
       cursor: pointer;
       background-color: #ff9600
   }

   .btn_testing:hover {
       background-color: #96c749
   }

   .ikc_question {
       font-weight: bold;
       cursor: pointer;
   }

   .ikc_question:hover {
       opacity: 0.7;
   }

   .ikc_answer {
       display: none;
       border: 1px solid black;
       padding: 8px 8px 0 8px;
       margin-bottom: 10px;
   }

   /****************************************/

   @media (max-width: 900px), handheld and (orientation: portrait){
       .training_table {
           font-size: 0.85em;
       }
       .training_div_center {
           font-size: 0.8em;
       }
       .training_div_left {
           font-size: 0.8em;
       }
       .training_div_right {
           font-size: 0.8em;
       }
   }

   @media (max-width: 600px), handheld and (orientation: portrait){
       .training_table {
           font-size: 0.7em;
       }
       .training_div_center {
           font-size: 0.55em;
       }
       .training_div_left {
           font-size: 0.55em;
       }
       .training_div_right {
           font-size: 0.55em;
       }
   }


   /********/
