

/* Start:/local/templates/radioteh/css/reset.css?14820844901970*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	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: collapse;
	border-spacing: 0;
}
/**/
.clear {clear:both;}
b,strong{font-weight:bold;}

img
{
    border: none;
}
a
{
    color:#41598d;
    outline: none;
    text-decoration: underline;
}
a:hover
{
    text-decoration: none;
}

*:focus {outline: none;}

input[type=text]{
    outline:none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

input[type="text"]:focus { outline: none; }

input[type="text"]::-webkit-input-placeholder {
    opacity: 1;
}

input[type="text"]::-moz-placeholder {
    opacity: 1;
}

/* Firefox 19+ */
input[type="text"]:-moz-placeholder {
    opacity: 1;
}

/* Firefox 18- */
input[type="text"]:-ms-input-placeholder {
    opacity: 1;
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type='number'] {
    -moz-appearance: textfield
}

/* End */


/* Start:/local/templates/radioteh/css/style.css?1559584541116472*/
html {

}

body {
    font: 16px/22px 'OpenSans-Regular', Arial, Tahoma, Verdana, sans-seri;
    width: 100%;
    min-width: 320px;
    color: #30343d;
    overflow-x: hidden;
    padding: 0 !important;
    -webkit-font-smoothing: antialiased;
    background-color: #ffffff;
}

body.fixed {
    height: 100% !important;
    height: 100vh !important;
    max-height: 100vh !important;
    overflow: hidden;
}

.content_wrap {
    overflow-x: hidden;
}

a {
    outline: none;
    text-decoration: none;
    color: #0096ff;
}

a:hover {
    text-decoration: none;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    outline: none;
    color: #0069b2;
}

a:focus,
a:active {
    outline: none !important;
}

a:not(:hover) {
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

h1, .h1 {
    font: 65px/69px 'OpenSans-ExtraBold';
    color: #30343d;
    margin: 0 0 28px;
    padding: 0;
    width: 100%;
}

@media all and (max-width: 990px) {

    h1, .h1 {
        text-align: center;
    }
}

@media all and (max-width: 720px) {
    h1, .h1 {
        font-size: 46px;
        line-height: 58px;
    }

}

@media all and (max-width: 520px) {
    h1, .h1 {
        font-size: 35px;
        line-height: 45px;
        margin: 0 0 15px;
    }

}

h2 {
    color: #30343d;
    font: 42px/45px "OpenSans-Bold";
    margin: 0 0 21px;
    padding: 0;
    width: 100%;
    text-align: center;
}

@media all and (max-width: 640px) {
    h2 {
        font-size: 30px;
        line-height: 35px;
        margin: 0 0 14px;
        padding: 0;
    }
}

h3 {
    color: #30343d;
    font: 25px/27px "OpenSans-Regular";
    padding: 0 0 30px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media all and (max-width: 960px) {
    h3 {
        text-align: center;
    }
}

@media all and (max-width: 500px) {
    h3 {
        font-size: 22px;
    }
}

h4 {
    font: 18px/25px 'OpenSans-ExtraBold';
    color: #30343d;
    padding: 0 0 2px;
    width: 100%;
    text-align: left;
}

h5 {
    font: 17px/22px 'open_sans_semibold';
    color: #30343d;
    padding: 0 0 2px;
    width: 100%;
    text-align: center;
}

p {
    margin: 0 0 18px;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    color: #30343d;
}

p a {
    text-decoration: underline;
}

.strong {
    font-family: 'open_sans_semibold' !important;
}

.regular {
    font-family: 'OpenSans-Regular' !important;
}

.clear:after {
    content: '';
    display: table;
    clear: both;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.white {
    color: #ffffff;
}

.right {
    float: right !important;
}

.blue {
    color: #64788c;
}

.green {
    color: #59ac2e;
}

.red {
    color: #ff0000 !important;
}

textarea::-webkit-input-placeholder {
    color: #30343d;
    opacity: 1;
}

textarea::-moz-placeholder {
    color: #30343d;
    opacity: 1;
}

/* Firefox 19+ */
textarea:-moz-placeholder {
    color: #30343d;
    opacity: 1;
}

/* Firefox 18- */
textarea:-ms-input-placeholder {
    color: #30343d;
    opacity: 1;
}

input::-webkit-input-placeholder {
    color: #30343d;
    opacity: 1;
}

input::-moz-placeholder {
    color: #30343d;
    opacity: 1;
}

/* Firefox 19+ */
input:-moz-placeholder {
    color: #30343d;
    opacity: 1;
}

/* Firefox 18- */
input:-ms-input-placeholder {
    color: #30343d;
    opacity: 1;
}

.modal_form_two,
.modal_form {
    display: none;
    opacity: 0;
    z-index: 99;
    width: 1244px;
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-shadow: 0 1px 36px rgba(31, 42, 49, 0.45);
    -webkit-box-shadow: 0 1px 36px rgba(31, 42, 49, 0.45);
    box-shadow: 0 1px 36px rgba(31, 42, 49, 0.45);
    background-color: #ffffff;
}

.modal_form_two {
    width: 100%;
    height: 100vh;
}

@media all and (max-width: 1284px) {
    .modal_form {
        width: 96%;
    }
}

.modal_form .modal_close {
    width: 18px;
    height: 18px;
    background: url("/local/templates/radioteh/css/../images/close.png") no-repeat scroll 0 0 transparent;
    display: block;
    position: absolute;
    right: 25px;
    top: 21px;
    cursor: pointer;
    text-indent: -9999px;
    z-index: 2;
    font-size: 14px;
}

.modal_form .modal_close:hover {
    background-image: url("/local/templates/radioteh/css/../images/close_h.png");
}

.modal_form .modal_close:active {
    background-image: url("/local/templates/radioteh/css/../images/close_a.png");
}

.modal_form_two .modal_close_two {
    width: 60px;
    height: 60px;
    background: url("/local/templates/radioteh/css/../images/close2.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0.8);
    display: block;
    position: absolute;
    right: 38px;
    top: 42px;
    cursor: pointer;
    text-indent: -9999px;
    z-index: 2;
    font-size: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.modal_form_two .modal_close_two:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.modal_form_two .modal_close_two:active {
    background-color: rgba(0, 0, 0, 1);
}

@media all and (max-width: 940px) {
    .modal_form_two .modal_close_two {
        right: 8px;
    }
}

@media all and (max-width: 320px) {
    .modal_form_two .modal_close_two {
        top: 8px;
    }
}

#overlay_two,
#overlay {
    z-index: 90;
    position: fixed;
    background: rgba(0, 0, 0, 0.95);
    opacity: 0.8;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}

.modal_content:after {
    content: '';
    display: table;
    clear: both;
}

.modal_content {
    display: none;
    background-color: #ffffff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 100vh;
}

.modal_content .text_modal:after {
    content: '';
    display: table;
    clear: both;
}

.modal_content .text_modal {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.modal_content .modal_blue {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 17px 10px 24px;
    background-color: #eef5fb;
}

.modal_content .modal_blue h2 {
    text-align: center;
    margin: 0 0 6px;
}

.modal_content .modal_blue h3 {
    text-align: center;
    padding: 0;
}

.modal_content .form_ul {
    margin: 0 auto;
    max-width: 868px;
    padding: 46px 10px 52px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.modal_content .form_ul li {
    width: auto;
    padding: 0;
    max-width: 290px;
    float: left;
}

.modal_content .form_ul li:first-child {
    padding: 0;
}

.modal_content .form_ul li:nth-child(2) {
    padding: 0;
    margin: 0 32px;
}

.modal_content .form_ul li:nth-child(3) {
    float: right;
    padding: 30px 0 0;
}

.modal_content .modal_blue.blue_success {
    padding: 40px 0 31px;
    background-color: #eef5fb;
}

.modal_content .box_success:after {
    content: '';
    display: table;
    clear: both;
}

.modal_content .box_success {
    margin: 0 auto;
    max-width: 820px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 10px 10px 290px;
}

.modal_content .img_success {
    width: 280px;
    float: left;
    margin: 0 0 0 -280px;
}

.modal_content .img_success img,
.modal_content .img_success svg {
    width: 240px;
    height: 224px;
}

.modal_content .flex_succes {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 240px;
    float: left;
}

.modal_content .flex_succes h2 {
    margin: 0 0 6px;
    text-align: left;
}

.modal_content .flex_succes p {
    font: 20px/28px 'OpenSans-Regular';
    margin: 0;
}

.modal_form_two .modal_content {
    height: 100vh !important;
}

.modal_form_two .modal_content iframe {
    height: 100vh !important;
    width: 100% !important;
}

@media all and (max-width: 940px) {
    .modal_content .form_ul {
        max-width: 638px;
    }

    .modal_content .form_ul li:nth-child(2) {
        padding: 0;
        margin: 0 0 20px;
        float: right;
    }

    .modal_content .form_ul li:nth-child(3) {
        width: 100%;
        text-align: right;
        padding: 0;
    }
}

@media all and (max-width: 640px) {
    .modal_content .form_ul {
        max-width: 100%;
    }

    .modal_content .form_ul li:first-child {
        width: 100%;
        text-align: center;
        float: none;
        max-width: 100%;
    }

    .modal_content .form_ul li:nth-child(2) {
        width: 100%;
        text-align: center;
        float: none;
        max-width: 100%;
    }

    .modal_content .form_ul li:nth-child(3) {
        width: 100%;
        text-align: center;
        float: none;
        max-width: 100%;
    }
}

@media all and (max-width: 600px) {
    .modal_content .modal_blue.blue_success {
        padding: 30px 0 31px;
    }

    .modal_content .box_success {
        padding: 10px 10px 10px;
    }

    .modal_content .img_success {
        width: 100%;
        float: none;
        margin: 0 0 20px;
        text-align: center;
    }

    .modal_content .img_success img,
    .modal_content .img_success svg {
        width: 240px;
        height: 224px;
    }

    .modal_content .flex_succes {
        display: block;
        height: auto;
        float: none;
    }

    .modal_content .flex_succes h2 {
        text-align: center;
    }

    .modal_content .flex_succes p {
        font-size: 18px;
        line-height: 26px;
        text-align: center;
    }
}

.modal_blue.modal_blue_channel {
    padding: 42px 0 8px;
}

.wrapp_channel:after {
    content: '';
    display: table;
    clear: both;
}

.wrapp_channel {
    margin: 0 auto;
    max-width: 1104px;
    padding: 0 274px 0 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.h1.h1_channel {
    font: 60px/60px 'open_sans_semibold';
    margin: 0 auto 25px;
    max-width: 1104px;
    padding: 0 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}

.wrapp_channel .wrapp_channel_left {
    float: left;
    width: 100%;
    border-right: 1px #d5ecff solid;
}

.wrapp_channel.wrapp_channel_top .wrapp_channel_left {
    border-right-width: 0;
}

.wrapp_channel .wrapp_channel_right {
    float: right;
    width: 254px;
    margin-right: -254px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 50px;
}

.channel_category_ul:after {
    content: '';
    display: table;
    clear: both;
}

.channel_category_ul {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.channel_category_ul.channel_category_ul_hide {
    display: none;
}

.channel_category_ul li {
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 38px 0 16px;
    border: 1px #DCEDFA solid;
    background-color: #ffffff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    font: 15px/28px 'open_sans_semibold';
    text-align: left;
    height: 30px;
    margin: 0 11px 11px 0;
    position: relative;
}

.channel_category_ul li:hover {
    -webkit-box-shadow: 0 0 6px 0 rgba(4, 131, 229, 0.4);
    -moz-box-shadow: 0 0 6px 0 rgba(4, 131, 229, 0.4);
    box-shadow: 0 0 6px 0 rgba(4, 131, 229, 0.4);
}

.channel_category_ul li:active,
.channel_category_ul li:focus {
    -webkit-box-shadow: 0 0 6px 0 rgba(4, 131, 229, 0.4);
    -moz-box-shadow: 0 0 6px 0 rgba(4, 131, 229, 0.4);
    box-shadow: 0 0 6px 0 rgba(4, 131, 229, 0.4);
    background-color: #eef5fb;
}

.channel_category_ul li .delite_category {
    position: absolute;
    right: 13px;
    top: 50%;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    cursor: pointer;
    background: url("/local/templates/radioteh/css/../images/delite_category.png") no-repeat scroll 0 0 transparent;
    color: transparent;
    text-indent: -9999px;
}

.channel_category_ul li.clear_filter {
    padding: 0 16px 0 16px;
    cursor: pointer;
}

.wrapp_channel .wrapp_channel_right .found_channels {
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 14px;
    border: 1px #d5ecff solid;
    background-color: #d5ecff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    font: 15px/28px 'open_sans_semibold';
    text-align: left;
    height: 30px;
    margin: 0 0 11px;
    position: relative;
}

.block_channel_table {
    width: 100%;
    padding: 0;
    margin: 0;
}

.block_channel_table tr {
    width: 100%;
    border-bottom: 1px #d5ecff solid;
    position: relative;
}

.block_channel_table tr td:first-child:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 1px;
    background-color: #d5ecff;
    left: -100px;
    bottom: -1px;
}

.block_channel_table tr td:first-child {
    width: 240px;
    line-height: 0;
    padding-right: 15px;
}

.block_channel_table td {
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
    padding: 24px 10px 30px 0;
    position: relative;
}

.block_channel_table td .channel_logo {
    max-width: 90%;
}

.block_channel_table td .name_channel {
    display: inline-block;
    font: 14px/18px 'OpenSans-Bold';
    width: 100%;
    margin: 0 0 8px;
}

.block_channel_table td .name_channel .flag {
    width: 16px;
    height: 12px;
    margin: 0 0 0 5px;
}

.right_name_category {
    font: 16px/22px 'open_sans_semibold';
    padding: 18px 0 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.right_category_ul:after {
    content: '';
    display: table;
    clear: both;
}

.channel_right_box {
    padding: 0;
    margin: 0;
}

.right_category_ul {
    padding: 0 0 7px;
    margin: 0;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.right_category_ul .box_input {
    margin: 0 0 10px;
    display: block;
}

.input_buttons {
    left: -9999px;
    position: absolute;
    display: none;
}

.check_buttons {
    display: inline-block;
    cursor: pointer;
    position: relative;
    min-height: 22px;
    min-width: 22px;
    line-height: 22px;
    font-size: 15px;
}

.input_buttons:checked + .check_buttons {
    font-family: 'OpenSans-Bold';
}

.check_buttons:before {
    content: '';
    width: 22px;
    height: 22px;
    background: url("/local/templates/radioteh/css/../images/checkbox.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    margin: 0 7px -5px 0;
}

.input_buttons:checked + .check_buttons:before {
    background-image: url("/local/templates/radioteh/css/../images/checkbox_checked.png");
}

.input_buttons:disabled + .check_buttons {
    color: #a3a3a3;
}

.input_buttons:disabled + .check_buttons:before {
    background-image: url("/local/templates/radioteh/css/../images/checkbox_disabled.png");
}

.input_buttons:disabled:checked + .check_buttons {
    font-family: 'OpenSans-Regular';
}

@media all and (max-width: 990px) {
    .wrapp_channel {
        padding: 0 244px 0 20px;
    }

    .wrapp_channel .wrapp_channel_right {
        width: 224px;
        margin-right: -224px;
        padding: 0 0 0 20px;
    }

    .block_channel_table tr td:first-child {
        width: 170px;
    }
}

@media all and (max-width: 760px) {
    .block_channel_table tr td:first-child {
        width: 160px;
    }
}

@media all and (min-width: 700px) {
    .right_category_ul {
        display: block !important;
    }
}

@media all and (max-width: 700px) {
    .modal_blue.modal_blue_channel {
        padding: 16px 0 19px;
    }

    .wrapp_channel.wrapp_channel_top .wrapp_channel_right {
        padding: 0 19px;
    }

    .wrapp_channel {
        padding: 0;
    }

    .h1.h1_channel {
        font-size: 35px;
        line-height: 45px;
        margin: 0 0 24px;
        padding: 0 16px;
    }

    .channel_category_ul {
        padding: 0 0 2px 18px;
    }

    .right_category_ul {
        padding: 0;
        border-bottom: 0 #d5ecff solid;
        display: block;
        overflow: hidden;
        height: 0;
    }

    .right_category_ul.active {
        padding: 8px 0 8px 17px;
        border-bottom: 1px #d5ecff solid;
        height: auto;
        overflow: visible;
    }

    .right_category_ul .box_input {
        float: left;
        margin-right: 12px;
    }

    .wrapp_channel .wrapp_channel_right {
        width: 100%;
        float: none;
        margin-right: 0;
        padding: 0;
    }

    .block_channel_table {
        margin: 30px 0 0;
    }

    .block_channel_table tbody,
    .block_channel_table tr,
    .block_channel_table td {
        display: block;
        text-align: left;
        width: 100%;
    }

    .block_channel_table tr {
        padding: 0 20px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-bottom: none;
    }

    .block_channel_table tr td:first-child:before {
        display: none;
    }

    .block_channel_table td {
        border-bottom: 1px #d5ecff solid;
        border-left: 1px #d5ecff solid;
        border-right: 1px #d5ecff solid;
        padding: 0 17px 42px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .block_channel_table td:after {
        clear: both;
        content: ' ';
        display: table;
    }

    .block_channel_table tr:first-child td:first-child {
        border-top: 1px #d5ecff solid;
    }

    .block_channel_table td .name_channel {
        text-align: center;
    }

    .block_channel_table tr td:first-child {
        width: 100%;
        padding: 25px 0;
        border-bottom: none;
        height: auto;
        text-align: center;
    }

    .right_name_category {
        border-bottom: 1px #d5ecff solid;
        padding: 0 50px 0 18px;
        height: 45px;
        line-height: 44px;
    }

    .right_name_category:before {
        content: '';
        position: absolute;
        width: 18px;
        height: 11px;
        top: 50%;
        margin-top: -5.5px;
        right: 20px;
        background: url("/local/templates/radioteh/css/../images/right_name_category.png") no-repeat scroll 0 0 transparent;
    }

    .right_name_category.active:before {
        background-image: url("/local/templates/radioteh/css/../images/right_name_category_a.png");
    }

    .check_buttons::before {
        margin: 0 0px -4px 0;
    }
}

.wrapper:after {
    content: '';
    display: table;
    clear: both;
}

.wrapper {
    margin: 0 auto;
    max-width: 1190px;
    padding: 0 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.button_link {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 200px;
    height: 58px;
    text-decoration: none;
    color: #30343d;
    text-align: center;
    font: 14px/58px 'OpenSans-Bold';
    display: inline-block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    background-color: transparent;
    border: 2px #293378 solid;
    cursor: pointer;
    text-transform: uppercase;
}

.button_link > span {
    position: relative;
    top: -2px;
}

.button_link:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-color: #fb2143;
    opacity: 1;
}

.button_link:active,
.button_link.white:active {
    background-color: #fb2143;
    border-color: #fb2143;
    color: #ffffff;
    opacity: 1;
}

.button_link:not(:hover) {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.red_button {
    display: inline-block;
    width: 200px;
    height: 60px;
    font: 14px/60px 'OpenSans-Bold';
    text-align: center;
    color: #ffffff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: none;
    outline: none;
    text-decoration: none;
    padding: 0;
    cursor: pointer;
    text-transform: uppercase;
}

.red_button span {
    position: relative;
    top: 2px;
}

.red_button:active,
.red_button:visited,
.red_button:hover {
    outline: none;
    text-decoration: none;
    opacity: 1 !important;
    color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.red_button:not(:hover) {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.red_button {
    background: rgb(247, 16, 69);
    background: -moz-linear-gradient(90deg, rgb(247, 16, 69) 12%, rgb(252, 37, 65) 56%);
    background: -webkit-linear-gradient(90deg, rgb(247, 16, 69) 12%, rgb(252, 37, 65) 56%);
    background: -o-linear-gradient(90deg, rgb(247, 16, 69) 12%, rgb(252, 37, 65) 56%);
    background: -ms-linear-gradient(90deg, rgb(247, 16, 69) 12%, rgb(252, 37, 65) 56%);
    background: linear-gradient(0deg, rgb(247, 16, 69) 12%, rgb(252, 37, 65) 56%);
    -webkit-box-shadow: 0 7px 14px rgba(255, 0, 12, 0.66);
    -moz-box-shadow: 0 7px 14px rgba(255, 0, 12, 0.66);
    box-shadow: 0 7px 14px rgba(255, 0, 12, 0.66);
}

.red_button:hover {
    background: rgb(255, 36, 86);
    background: -moz-linear-gradient(90deg, rgb(255, 36, 86) 12%, rgb(255, 80, 103) 56%);
    background: -webkit-linear-gradient(90deg, rgb(255, 36, 86) 12%, rgb(255, 80, 103) 56%);
    background: -o-linear-gradient(90deg, rgb(255, 36, 86) 12%, rgb(255, 80, 103) 56%);
    background: -ms-linear-gradient(90deg, rgb(255, 36, 86) 12%, rgb(255, 80, 103) 56%);
    background: linear-gradient(0deg, rgb(255, 36, 86) 12%, rgb(255, 80, 103) 56%);
    -webkit-box-shadow: 0 7px 14px rgba(255, 0, 12, 0.66);
    -moz-box-shadow: 0 7px 14px rgba(255, 0, 12, 0.66);
    box-shadow: 0 7px 14px rgba(255, 0, 12, 0.66);
}

.red_button:active {
    background: rgb(222, 3, 52);
    background: -moz-linear-gradient(90deg, rgb(222, 3, 52) 12%, rgb(222, 3, 52) 56%);
    background: -webkit-linear-gradient(90deg, rgb(222, 3, 52) 12%, rgb(222, 3, 52) 56%);
    background: -o-linear-gradient(90deg, rgb(222, 3, 52) 12%, rgb(222, 3, 52) 56%);
    background: -ms-linear-gradient(90deg, rgb(222, 3, 52) 12%, rgb(222, 3, 52) 56%);
    background: linear-gradient(0deg, rgb(222, 3, 52) 12%, rgb(222, 3, 52) 56%);
    -webkit-box-shadow: 0 7px 14px rgba(255, 255, 255, 0);
    -moz-box-shadow: 0 7px 14px rgba(255, 255, 255, 0);
    box-shadow: 0 7px 14px rgba(255, 255, 255, 0);
}

header {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 36px 0 rgba(50, 50, 50, 0.16);
    -moz-box-shadow: 0 0 36px 0 rgba(50, 50, 50, 0.16);
    box-shadow: 0 0 36px 0 rgba(50, 50, 50, 0.16);
    padding: 23px 0 12px;
    position: relative;
}

.logo {
    float: left;
    padding: 29px 0 32px;
    margin: 0 0 0 -3px;
}

.logo svg {
    width: 306px;
    height: 38px;
}

.logo a {
    text-decoration: none;
    color: #312a20;
}

.logo a:hover {
    text-decoration: none;
    color: #312a20;
    opacity: 0.7;
}

.block_top {
    float: right;
    padding: 15px 0;
    width: 60.4%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.block_top .block_top_left {
    float: left;
    width: 100%;
}

.block_top .block_top_left li:first-child {
    padding: 0 23px 0 0;
}

.block_top .block_top_left li {
    float: left;
    padding: 0;
    color: #5e606b;
    font-size: 16px;
    line-height: 31px;
    position: relative;
}

.block_top .block_top_left li.all_contact_hide {
    display: none;
}

.block_top .block_top_left li .top_phone a {
    font: 22px/29px 'OpenSans-Light';
    color: #000;
}

.block_top .block_top_left li .top_phone a:hover {
    opacity: 0.7;
}

.click_top_phone {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -51px;
    cursor: pointer;
    z-index: 2;
    width: 175px;
    height: 102px;
    background: url("/local/templates/radioteh/css/../images/Phone-hide-footer-up@2x.png") no-repeat scroll right 0 transparent;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -khtml-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #313131;
    font: 12px/16px 'OpenSans-Bold';
    text-align: right;
    padding: 33px 20px 0 0;
}

.click_top_phone span {
    display: inline-block;
    width: 88px;
    text-align: left;
}

.click_top_phone:hover span {
    color: #00a2ff;
}

.click_top_phone.hide {
    width: 0;
    padding: 33px 0 0 0;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media all and (max-width: 900px) {
    .click_top_phone {
        margin-top: -28px;
        width: 380px;
        height: 56px;
        background-image: url("/local/templates/radioteh/css/../images/Phone-hide-footer-up-768-1@2x.png");
        padding: 21px 20px 0 0;
    }

    .click_top_phone span {
        width: 277px;
    }

}

@media all and (max-width: 530px) {
    .click_top_phone {
        margin-top: -51px;
        width: 175px;
        height: 102px;
        background-image: url("/local/templates/radioteh/css/../images/Phone-hide-footer-up@2x.png");
        padding: 33px 20px 0 0;
    }

    .click_top_phone span {
        width: 88px;
    }

}

a.vodafone:before {
    content: '';
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url("/local/templates/radioteh/css/../images/vodafone.png") no-repeat scroll 0 0 transparent;
    margin: 0 1px -1px 0;
}

a.kyivstar:before {
    content: '';
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url("/local/templates/radioteh/css/../images/kyivstar.png") no-repeat scroll 0 0 transparent;
    margin: 0 1px -1px 0;
}

.block_top li.all_contact {
    float: right;
    padding: 15px 3px 0;
}

.block_top .all_contact a:before {
    content: '';
    display: inline-block;
    width: 21.245px;
    height: 27.615px;
    background: url("/local/templates/radioteh/css/../images/contact.svg") no-repeat scroll 0 0 transparent;
    margin: 0 5px -8px 0;
}

.block_top .all_contact a {
    font-size: 15px;
    color: #30343d;
}

.block_top .all_contact a:hover {
    opacity: 0.7;
}

.block_top .block_top_right {
    float: right;
}

@media all and (max-width: 1030px) {
    .block_top {
        width: 64%;
    }
}

@media all and (max-width: 900px) {
    .logo {
        float: none;
        padding: 19px 0 5px;
        margin: 0;
        text-align: center;
    }

    .block_top:after {
        content: '';
        display: table;
        clear: both;
    }

    .block_top {
        width: 100%;
        max-width: 636px;
        margin: 0 auto;
        float: none;
        padding: 15px 0 13px;
    }

    .block_top .block_top_left li:first-child {
        padding: 0;
    }

    .block_top .block_top_left li:nth-child(3) {
        width: 100%;
        text-align: center;
        padding: 8px 0 0;
    }

    .block_top .block_top_left li:nth-child(3) .hide {
        display: none;
    }

    .block_top .block_top_left li.all_contact {
        display: none;
        padding: 0;
    }

    .block_top .block_top_left li.all_contact.all_contact_hide {
        display: block;
    }

    .block_top .block_top_left li .top_phone {
        float: left;
    }

    .block_top .block_top_left li .top_phone:first-child {
        padding-right: 28px;
    }

    .block_top .block_top_left li .top_phone a {
        padding: 0 5px;
    }
}

@media all and (max-width: 660px) {
    .logo {
        padding: 14px 0 5px;
    }

    .logo svg {
        height: 36px;
        width: 279px;
    }

    .block_top {
        max-width: 488px;
        padding: 18px 0 13px;
    }

    .block_top .block_top_left li {
        text-align: center;
        width: 100%;
        line-height: 26px;
    }

    .block_top .block_top_left li.all_contact {
        display: block;
        padding: 0;
        float: none;
    }

    .block_top .block_top_left li.all_contact.all_contact_hide {
        display: none;
    }

}

@media all and (max-width: 530px) {

    .block_top {
        max-width: 260px;
        padding: 18px 0 15px;
    }

    .block_top .block_top_left li:nth-child(3) {
        padding: 11px 0 18px;
    }

    .block_top .block_top_left li:nth-child(3) .hide {
        display: inline;
    }

    .block_top .block_top_left li .top_phone:first-child {
        padding-right: 0;
    }

    .block_top .block_top_left li .top_phone {
        float: none;
        width: 100%;
    }
}

.bottom_block {
    background-color: #072c46;
    padding: 65px 0 46px;
}

.bottom_block .wrapper {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px 0 316px;
}

.bottom_block .wrapper p {
    color: #acc4d5;
    line-height: 29px;
    margin: 0 0 27px;
}

.bottom_block .bottom_block_logo {
    width: 283px;
    float: left;
    margin: 0 0 0 -316px;
    padding: 7px 0 0;
}

.bottom_block .bottom_block_logo img {
    width: 283px;
    height: auto;
}

@media all and (max-width: 800px) {
    .bottom_block .wrapper {
        padding: 0 10px;
    }

    .bottom_block .bottom_block_logo {
        width: 100%;
        text-align: center;
        float: none;
        padding: 0;
        margin: 0 0 24px;
    }

    .bottom_block .wrapper p {
        text-align: center;
    }

    .bottom_block {
        padding: 47px 0 18px;
    }
}

.box_home_tab:after {
    content: '';
    display: table;
    clear: both;
}

.box_home_tab {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.tabe_pane.active {
    display: block;
}

.tabe_pane {
    display: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.tabe_pane .table_pane {
    width: 100%;
}

.table_pane td {
    width: 50%;
    height: 496px;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font: 45px/49px 'OpenSans-Light';
    padding: 0 40px 0 0;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    color: #616161;
}

.table_pane td .tab_big_canvas iframe,
.table_pane td .tab_big_canvas canvas {
    display: inline-block;
}

.table_pane td .tab_big_canvas iframe,
.table_pane td .tab_big_canvas div,
.table_pane td .tab_big_canvas canvas,
.table_pane td .tab_big_canvas img,
.table_pane td .tab_big_canvas svg {
    width: 420px !important;
    height: 420px !important;
    max-width: 100%;
}

.table_pane td .extra_big {
    font: 90px/100px 'OpenSans-Regular';
    text-transform: uppercase;
    color: #30343d;
}

.table_pane td .extra_small {
    font: 55px/68px 'OpenSans-Regular';
    text-transform: uppercase;
    color: #30343d;
}

.table_pane td .red_button {
    margin: 40px 0 0;
}

.tabe_pane_ul:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    background-color: #eef5fb;
}

.tabe_pane_ul:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -100%;
    background-color: #eef5fb;
}

.tabe_pane_ul {
    width: 100%;
    background-color: #eef5fb;
    position: relative;
}

.tabe_pane_ul li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 25%;
    text-align: center;
    position: relative;
    cursor: pointer;
    padding: 62px 10px 64px;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    border-top: 2px transparent solid;
}

.tabe_pane_ul li.active {
    border-top: 2px #FF3B55 solid;
}

.tabe_pane_ul li.active:before {
    content: '';
    position: absolute;
    display: block;
    left: 50%;
    margin-left: -13px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 13px 0 13px;
    border-color: #FF3B55 transparent transparent transparent;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.tabe_pane_ul li:first-child:after {
    display: none;
}

.tabe_pane_ul li:after {
    content: '';
    position: absolute;
    width: 1px;
    background-color: #D8E8F5;
    top: 64px;
    left: 0;
    height: 60%;
}

.tabe_pane_ul li .tab_small_svg {
    width: 100%;
}

.tabe_pane_ul li .tab_small_svg canvas,
.tabe_pane_ul li .tab_small_svg img,
.tabe_pane_ul li .tab_small_svg svg {
    width: 184px;
    height: 184px;
}

.tabe_pane_ul li:hover .tab_small_name,
.tabe_pane_ul li.active .tab_small_name {
    color: #30343d;
}

.tabe_pane_ul li .tab_small_name {
    font: 18px/28px 'OpenSans-Bold';
    color: #0096ff;
    padding: 20px 0 7px;
}

.tabe_pane_ul li .tab_small_coast {
    font-size: 14px;
    line-height: 32px;
    height: 32px;
    color: #30343d;
    width: 98px;
    text-align: center;
    display: inline-block;
    background-color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.tabe_pane_ul li .tab_small_coast span {
    font-family: 'OpenSans-Bold';
}

.tab_click_ul {
    position: absolute;
    top: 177px;
    right: 0;
    z-index: 2;
}

.tab_click_ul li {
    background-color: #9ba9b6;
    width: 13px;
    height: 13px;
    cursor: pointer;
    border: 4px #ffffff solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: transparent;
    text-indent: -9999px;
    margin: 6px 0;
}

.tab_click_ul li.active {
    background-color: #f81245;
    -webkit-box-shadow: 0 0 1px 2px #f81245;
    -moz-box-shadow: 0 0 1px 2px #f81245;
    box-shadow: 0 0 1px 2px #f81245;
}

.table_pane td .tab_big_canvas iframe {
    margin: 0 auto;
}

@media all and (min-width: 1200px) {
    .table_pane td .tab_big_canvas iframe,
    .table_pane td .tab_big_canvas div,
    .table_pane td .tab_big_canvas canvas,
    .table_pane td .tab_big_canvas img,
    .table_pane td .tab_big_canvas svg {
        width: 420px !important;
        height: 420px !important;
        max-width: 100%;
    }
}

@media all and (max-width: 1200px) {
    .table_pane td {
        width: 50%;
        height: 496px;
        font-size: 32px;
        line-height: 49px;
        padding: 0;
    }

    .table_pane td:first-child {
        text-align: center;
    }

    .table_pane td .tab_big_canvas iframe,
    .table_pane td .tab_big_canvas div,
    .table_pane td .tab_big_canvas canvas,
    .table_pane td .tab_big_canvas img,
    .table_pane td .tab_big_canvas svg {
        width: 315px !important;
        height: 315px !important;
        max-width: 100%;
    }

    .table_pane td .extra_big {
        font-size: 83px;
        line-height: 110px;
    }

    .table_pane td .extra_small {
        font-size: 45px;
        line-height: 45px;
    }

    .table_pane td .red_button {
        margin: 40px 0 0;
    }

    .tabe_pane_ul li .tab_small_svg canvas,
    .tabe_pane_ul li .tab_small_svg img,
    .tabe_pane_ul li .tab_small_svg svg {
        width: 164px;
        height: 164px;
    }
}

@media all and (max-width: 1100px) {
    .tabe_pane_ul li .tab_small_name {
        font-size: 16px;
        line-height: 21px;
        padding: 20px 0 15px;
    }

    .tabe_pane_ul li .tab_small_svg canvas,
    .tabe_pane_ul li .tab_small_svg img,
    .tabe_pane_ul li .tab_small_svg svg {
        width: 144px;
        height: 144px;
    }
}

@media all and (max-width: 1000px) {
    .tabe_pane_ul li .tab_small_name {
        font-size: 15px;
        line-height: 18px;
        padding: 20px 0 12px;
    }

    .tabe_pane_ul li .tab_small_svg canvas,
    .tabe_pane_ul li .tab_small_svg img,
    .tabe_pane_ul li .tab_small_svg svg {
        width: 134px;
        height: 134px;
    }
}

@media all and (max-width: 920px) {
    .tabe_pane_ul li .tab_small_name {
        font-size: 13px;
        line-height: 17px;
        padding: 20px 0 17px;
    }

    .tabe_pane_ul li .tab_small_svg canvas,
    .tabe_pane_ul li .tab_small_svg img,
    .tabe_pane_ul li .tab_small_svg svg {
        width: 124px;
        height: 124px;
    }
}

@media all and (max-width: 860px) {
    .tabe_pane {
        display: none !important;
    }

    .tabe_pane_ul li.active {
        border-top-color: transparent;
    }

    .tabe_pane_ul li:hover .tab_small_name,
    .tabe_pane_ul li.active .tab_small_name {
        color: #0096ff;
    }

    .tab_click_ul {
        display: none;
    }

    .tabe_pane_ul li {
        width: 50%;
        cursor: inherit;
        border-bottom: 1px #D8E8F5 solid;
        padding: 24px 10px 56px;
    }

    .tabe_pane_ul li:nth-child(5) {
        width: 100%;
    }

    .tabe_pane_ul li.active:before {
        display: none;
    }

    .tabe_pane_ul li:after {
        display: none;
    }

    .tabe_pane_ul li .tab_small_name {
        font-size: 18px;
        line-height: 24px;
        padding: 20px 0 7px;
    }

    .tabe_pane_ul li .tab_small_svg canvas,
    .tabe_pane_ul li .tab_small_svg img,
    .tabe_pane_ul li .tab_small_svg svg {
        width: 184px;
        height: 184px;
    }
}

@media all and (max-width: 570px) {
    .tabe_pane_ul li {
        width: 100%;
    }
}

@media all and (min-width: 860px) {
    .table_pane td {
        width: 50%;
        height: 720px;
        font-size: 24px;
        line-height: 32px;
        padding: 0;
    }

    .table_pane td:first-child {
        text-align: center;
    }

    .table_pane td .tab_big_canvas iframe,
    .table_pane td .tab_big_canvas div,
    .table_pane td .tab_big_canvas canvas,
    .table_pane td .tab_big_canvas img,
    .table_pane td .tab_big_canvas svg {
        width: 270px !important;
        height: 270px !important;
        max-width: 100%;
    }

    .table_pane td .extra_big {
        font-size: 70px;
        line-height: 80px;
    }

    .table_pane td .extra_small {
        font-size: 35px;
        line-height: 42px;
    }

    .table_pane td .red_button {
        margin: 40px 0 0;
    }

    .tab_click_ul {
        display: none;
    }

    .box_home_tab {
        padding: 0 265px 0 0;
    }

    .tabe_pane {
        float: left;
    }

    .tabe_pane_ul:after,
    .tabe_pane_ul:before {
        display: none;
    }

    .tabe_pane_ul {
        float: right;
        margin-right: -280px;
        width: 265px;
    }

    .tabe_pane_ul li:first-child {
        border-top: none;
    }

    .tabe_pane_ul li {
        float: none;
        border-top: 1px #D8E8F5 solid;
        width: 100%;
        padding: 10px 5px 26px 28px;
        text-align: left;
        border-left: 2px transparent solid;
    }

    .tabe_pane_ul li.active {
        border-top: 1px #D8E8F5 solid;
        border-left: 2px #FF3B55 solid;
    }

    .tabe_pane_ul li:first-child.active {
        border-top: none;
    }

    .tabe_pane_ul li.active:before {
        content: '';
        position: absolute;
        display: block;
        left: 0;
        margin-left: 0;
        top: 50%;
        margin-top: -12px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 0 12px 9px;
        border-color: transparent transparent transparent #FF3B55;

    }

    .tabe_pane_ul li:first-child:after,
    .tabe_pane_ul li:after {
        display: table;
        clear: both;
        position: static;
        width: 100%;
        height: 0;
    }

    .tabe_pane_ul li .tab_small_svg {
        display: none;
    }

    .tabe_pane_ul li .tab_small_svg canvas,
    .tabe_pane_ul li .tab_small_svg img,
    .tabe_pane_ul li .tab_small_svg svg {
        width: 120px;
        height: 120px;
    }

    .tabe_pane_ul li .tab_small_name {
        padding: 10px 0 8px;
        font-size: 17px;
        line-height: 28px;
    }
}



@media all and (min-width: 1180px) {
    .table_pane td {
        width: 50%;
        height: 720px;
        font-size: 32px;
        line-height: 49px;
        padding: 0;
    }

    .table_pane td:first-child {
        text-align: center;
    }

    .table_pane td .tab_big_canvas iframe,
    .table_pane td .tab_big_canvas div,
    .table_pane td .tab_big_canvas canvas,
    .table_pane td .tab_big_canvas img,
    .table_pane td .tab_big_canvas svg {
        width: 315px !important;
        height: 315px !important;
        max-width: 100%;
    }

    .table_pane td .extra_big {
        font-size: 83px;
        line-height: 110px;
    }

    .table_pane td .extra_small {
        font-size: 45px;
        line-height: 45px;
    }

    .table_pane td .red_button {
        margin: 40px 0 0;
    }

    .tab_click_ul {
        display: none;
    }

    .box_home_tab {
        padding: 0 415px 0 0;
    }

    .tabe_pane {
        float: left;
    }

    .tabe_pane_ul:after,
    .tabe_pane_ul:before {
        display: none;
    }

    .tabe_pane_ul {
        float: right;
        margin-right: -430px;
        width: 415px;
    }

    .tabe_pane_ul li:first-child {
        border-top: none;
    }

    .tabe_pane_ul li {
        float: none;
        border-top: 1px #D8E8F5 solid;
        width: 100%;
        padding: 10px 5px 10px 190px;
        text-align: left;
        border-left: 2px transparent solid;
    }

    .tabe_pane_ul li.active {
        border-top: 1px #D8E8F5 solid;
        border-left: 2px #FF3B55 solid;
    }

    .tabe_pane_ul li.active:before {
        content: '';
        position: absolute;
        display: block;
        left: 0;
        margin-left: 0;
        top: 50%;
        margin-top: -12px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 0 12px 9px;
        border-color: transparent transparent transparent #FF3B55;
    }

    .tabe_pane_ul li:first-child:after,
    .tabe_pane_ul li:after {
        display: table;
        clear: both;
        position: static;
        width: 100%;
        height: 0;
    }

    .tabe_pane_ul li .tab_small_svg {
        width: 160px;
        margin-left: -160px;
        float: left;
        display: block;
    }

    .tabe_pane_ul li .tab_small_svg canvas,
    .tabe_pane_ul li .tab_small_svg img,
    .tabe_pane_ul li .tab_small_svg svg {
        width: 120px;
        height: 120px;
    }

    .tabe_pane_ul li .tab_small_name {
        padding: 10px 0 8px;
        line-height: 28px;
        font-size: 16px;
    }
}

.menu_top:after {
    content: '';
    display: table;
    clear: both;
}

.menu_top {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.menu_top li {
    float: left;
    width: 20%;
}

.menu_top li a.active {
    border-bottom-color: #fb1f44;
    color: #30343d;
}

.menu_top li a:hover {
    color: #30343d;
}

.menu_top li a {
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    height: 196px;
    padding: 114px 5px 0;
    border-bottom: 4px #ffffff solid;
    color: #00a2ff;
    font: 14px/22px 'OpenSans-ExtraBold';
    text-transform: uppercase;
}

.menu_top li a {
    background: url("/local/templates/radioteh/css/../images/menuTop5.svg") no-repeat scroll 50% 18px transparent;
}

.menu_top li a.top_link_1 {
    background: url("/local/templates/radioteh/css/../images/menuTop1.svg") no-repeat scroll 50% 16px transparent;
}

.menu_top li a.top_link_2 {
    background: url("/local/templates/radioteh/css/../images/menuTop2.svg") no-repeat scroll 50% 17px transparent;
}

.menu_top li a.top_link_3 {
    background: url("/local/templates/radioteh/css/../images/menuTop3.svg") no-repeat scroll 50% 16px transparent;
}

.menu_top li a.top_link_4 {
    background: url("/local/templates/radioteh/css/../images/menuTop4.svg") no-repeat scroll 50% 16px transparent;
}

.block_top_menu {
    width: 100%;
    position: relative;
    background-color: #ffffff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px 10px;
    display: none;
}

.click_menu {
    display: inline-block;
    width: 100%;
    height: 60px;
    font: 14px/60px 'OpenSans-Bold';
    text-align: center;
    color: #ffffff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: none;
    outline: none;
    text-decoration: none;
    padding: 0;
    cursor: pointer;
    text-transform: uppercase;
}

.click_menu:before {
    content: '';
    width: 26px;
    height: 21px;
    background: url("/local/templates/radioteh/css/../images/click_menu.png") no-repeat scroll 0 0 transparent;
    margin: 0 11px -5px 0;
    display: inline-block;
}

.click_menu {
    background: rgb(247, 16, 69);
    background: -moz-linear-gradient(90deg, rgb(247, 16, 69) 12%, rgb(252, 37, 65) 56%);
    background: -webkit-linear-gradient(90deg, rgb(247, 16, 69) 12%, rgb(252, 37, 65) 56%);
    background: -o-linear-gradient(90deg, rgb(247, 16, 69) 12%, rgb(252, 37, 65) 56%);
    background: -ms-linear-gradient(90deg, rgb(247, 16, 69) 12%, rgb(252, 37, 65) 56%);
    background: linear-gradient(0deg, rgb(247, 16, 69) 12%, rgb(252, 37, 65) 56%);
}

.close_menu {
    position: fixed;
    z-index: 80;
    width: 18px;
    height: 18px;
    cursor: pointer;
    background: url("/local/templates/radioteh/css/../images/close_menu.png") no-repeat scroll 0 0 transparent;
    right: 15px;
    top: 16px;
    color: transparent;
    text-indent: -9999px;
    display: none;
}

@media all and (max-width: 940px) {
    .menu_top li a {
        /*height: 224px;*/
    }
}

@media all and (min-width: 901px) {
    .menu_top {
        display: block !important;
    }
}

@media all and (max-width: 900px) {
    .block_top_menu {
        display: block;
    }

    .close_menu {
        display: block;
    }

    .menu_top {
        position: fixed;
        z-index: 77;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 1);
        height: 100vh;
        overflow: auto;
        display: none;
    }

    .menu_top li {
        width: 50%;
    }

    .menu_top li:nth-child(3),
    .menu_top li:nth-child(4) {
        /*margin-bottom: 122px;*/
    }

    .menu_top li:nth-child(5) {
        width: 100%;
        margin-bottom: 122px;
    }

    .menu_top li a.active {
        border-bottom-color: transparent;
        color: #00a2ff;
    }

    .menu_top li a:hover {
        color: #00a2ff;
    }

    .menu_top li a {
        border-bottom-color: transparent;
        color: #00a2ff;
        width: 260px;
        margin: 0 auto;
        height: 160px;
    }

}

@media all and (max-width: 520px) {
    .menu_top li {
        width: 100%;
    }

    .menu_top li:nth-child(3) {
        margin-bottom: 0;
    }
}

.block_top_presentation {
    width: 100%;
    padding: 62px 0 84px;
}

.block_top_presentation {
    background-position: 50% 0;
    -moz-background-size: 2000px auto;
    -o-background-size: 2000px auto;
    -webkit-background-size: 2000px auto;
    -khtml-background-size: 2000px auto;
    background-size: 2000px auto;
    background-repeat: no-repeat;
    background-color: #eef5fb;
}

.block_top_presentation.presentation_fon_video {
    background-image: url("/local/templates/radioteh/css/../images/presentation_fon_video.jpg");
}

.block_top_presentation.presentation_fon_tv {
    background-image: url("/local/templates/radioteh/css/../images/presentation_fon_tv.jpg");
    padding: 62px 0 80px;
}

.block_top_presentation.presentation_fon_t2 {
    background-image: url("/local/templates/radioteh/css/../images/presentation_fon_t2.jpg");
    padding: 62px 0 80px;
}

.block_top_presentation.presentation_fon_security {
    background-image: url("/local/templates/radioteh/css/../images/presentation_fon_security.jpg");
    padding: 62px 0 80px;
}

.block_top_presentation.presentation_fon_sputnik {
    background-image: url("/local/templates/radioteh/css/../images/presentation_fon_sputnik.jpg");
    padding: 62px 0 80px;
}

@media all and (max-width: 1800px) {
    .block_top_presentation {
        -moz-background-size: 1800px auto;
        -o-background-size: 1800px auto;
        -webkit-background-size: 1800px auto;
        -khtml-background-size: 1800px auto;
        background-size: 1800px auto;
    }
}

@media all and (max-width: 1100px) {
    .block_top_presentation {
        -moz-background-size: auto 100%;
        -o-background-size: auto 100%;
        -webkit-background-size: auto 100%;
        -khtml-background-size: auto 100%;
        background-size: auto 100%;
    }
}

.block_top_presentation .h1,
.block_top_presentation h1 {
    color: #ffffff;
}

@media all and (max-width: 520px) {
    .block_top_presentation.presentation_fon_sputnik,
    .block_top_presentation.presentation_fon_security,
    .block_top_presentation.presentation_fon_video,
    .block_top_presentation.presentation_fon_tv,
    .block_top_presentation.presentation_fon_t2 {
        background-image: none;
    }

    .block_top_presentation.presentation_fon_sputnik {
        padding: 18px 0 33px;
    }

    .block_top_presentation.presentation_fon_security {
        padding: 18px 0 33px;
    }

    .block_top_presentation.presentation_fon_t2,
    .block_top_presentation.presentation_fon_tv {
        padding: 18px 0 33px;
    }

    .block_top_presentation .h1,
    .block_top_presentation h1 {
        color: #30343d;
    }
}

.block_top_presentation .red_button {
    width: 244px;
    display: block;
    margin: 0 auto;
}

.top_presentation_ul:after {
    content: '';
    display: table;
    clear: both;
}

.top_presentation_ul {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 56px;
}

.top_presentation_ul.top_presentation_ul_two {
    padding: 0 0 44px;
}

.top_presentation_ul li {
    float: left;
    width: 25%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    min-height: 200px;
    padding: 134px 5px 0;
    color: #ffffff;
    font: 18px/30px 'OpenSans-ExtraBold';
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.top_presentation_ul.tp_ul_bold li {
    font-family: 'OpenSans-Bold';
}

.top_presentation_ul.top_presentation_ul_two li:nth-child(2) {
    width: 29.33%;
}

.top_presentation_ul.top_presentation_ul_two li {
    width: 35.33%;
}

.top_presentation_ul li .presentation_coast {
    font-size: 14px;
    line-height: 32px;
    height: 32px;
    color: #30343d;
    width: 110px;
    text-align: center;
    display: block;
    background-color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 7px auto 0;
}

.top_presentation_ul li .presentation_coast span {
    font-family: 'OpenSans-Bold';
}

.top_presentation_ul li.li_video_1 {
    background: url("/local/templates/radioteh/css/../images/li_video1.png") no-repeat scroll 50% 42px transparent;
}

.top_presentation_ul li.li_video_2 {
    background: url("/local/templates/radioteh/css/../images/li_video2.png") no-repeat scroll 50% 37px transparent;
}

.top_presentation_ul li.li_video_3 {
    background: url("/local/templates/radioteh/css/../images/li_video3.png") no-repeat scroll 50% 28px transparent;
}

.top_presentation_ul li.li_video_4 {
    background: url("/local/templates/radioteh/css/../images/li_video4.png") no-repeat scroll 50% 30px transparent;
}

.top_presentation_ul li.li_security_1 {
    background: url("/local/templates/radioteh/css/../images/li_security_1.png") no-repeat scroll 50% 26px transparent;
}

.top_presentation_ul li.li_security_2 {
    background: url("/local/templates/radioteh/css/../images/li_security_2.png") no-repeat scroll 50% 27px transparent;
}

.top_presentation_ul li.li_security_3 {
    background: url("/local/templates/radioteh/css/../images/li_security_3.png") no-repeat scroll 50% 31px transparent;
}

.top_presentation_ul li.li_security_4 {
    background: url("/local/templates/radioteh/css/../images/li_security_4.png") no-repeat scroll 50% 24px transparent;
}

.top_presentation_ul li.li_sputnik_1 {
    background: url("/local/templates/radioteh/css/../images/li_sputnik_1.png") no-repeat scroll 50% 61px transparent;
}

.top_presentation_ul li.li_sputnik_2 {
    background: url("/local/templates/radioteh/css/../images/li_sputnik_2.png") no-repeat scroll 50% 61px transparent;
}

.top_presentation_ul li.li_sputnik_3 {
    background: url("/local/templates/radioteh/css/../images/li_sputnik_3.png") no-repeat scroll 50% 60px transparent;
}

@media all and (max-width: 880px) {
    .top_presentation_ul li {
        width: 50%;
    }
}

@media all and (max-width: 680px) {
    .top_presentation_ul.top_presentation_ul_two li:nth-child(2) {
        width: 100%;
    }

    .top_presentation_ul.top_presentation_ul_two li {
        width: 100%;
    }
}

@media all and (max-width: 520px) {
    .block_top_presentation {
        padding: 16px 0 34px;
    }

    .top_presentation_ul li {
        width: 100%;
        float: none;
        color: #30343d;
    }

    .block_top_presentation.presentation_fon_video .h1,
    .block_top_presentation.presentation_fon_video h1 {
        font-size: 28px;
    }

    .top_presentation_ul li.li_video_1 {
        background: url("/local/templates/radioteh/css/../images/li_video1_1.png") no-repeat scroll 50% 42px transparent;
    }

    .top_presentation_ul li.li_video_2 {
        background: url("/local/templates/radioteh/css/../images/li_video2_2.png") no-repeat scroll 50% 37px transparent;
    }

    .top_presentation_ul li.li_video_3 {
        background: url("/local/templates/radioteh/css/../images/li_video3_3.png") no-repeat scroll 50% 28px transparent;
    }

    .top_presentation_ul li.li_video_4 {
        background: url("/local/templates/radioteh/css/../images/li_video4_4.png") no-repeat scroll 50% 30px transparent;
    }

    .top_presentation_ul li.li_security_1 {
        background: url("/local/templates/radioteh/css/../images/li_security_1_1.png") no-repeat scroll 50% 26px transparent;
    }

    .top_presentation_ul li.li_security_2 {
        background: url("/local/templates/radioteh/css/../images/li_security_2_2.png") no-repeat scroll 50% 27px transparent;
    }

    .top_presentation_ul li.li_security_3 {
        background: url("/local/templates/radioteh/css/../images/li_security_3_3.png") no-repeat scroll 50% 31px transparent;
    }

    .top_presentation_ul li.li_security_4 {
        background: url("/local/templates/radioteh/css/../images/li_security_4_4.png") no-repeat scroll 50% 24px transparent;
    }

    .top_presentation_ul li.li_sputnik_1 {
        background: url("/local/templates/radioteh/css/../images/li_sputnik_1_1.png") no-repeat scroll 50% 61px transparent;
    }

    .top_presentation_ul li.li_sputnik_2 {
        background: url("/local/templates/radioteh/css/../images/li_sputnik_2_2.png") no-repeat scroll 50% 61px transparent;
    }

    .top_presentation_ul li.li_sputnik_3 {
        background: url("/local/templates/radioteh/css/../images/li_sputnik_3_3.png") no-repeat scroll 50% 60px transparent;
    }
}

.box_white {
    background-color: #ffffff;
    padding: 70px 0 30px;
}

.box_blue {
    background-color: #eef5fb;
    padding: 78px 0 30px;
}

@media all and (max-width: 640px) {
    .box_white {
        padding: 28px 0 30px;
    }

    .box_blue {
        padding: 28px 0 30px;
    }
}

.advantages_ul:after {
    content: '';
    display: table;
    clear: both;
}

.advantages_ul {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 12px;
}

.advantages_ul.advantages_ul_margin {
    margin-bottom: 53px;
}

.advantages_ul li {
    float: left;
    width: 25%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    height: 200px;
    padding: 110px 5px 0;
    font-size: 18px;
    line-height: 28px;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.advantages_ul li.li_adv_1 {
    background: url("/local/templates/radioteh/css/../images/li_adv_1.png") no-repeat scroll 50% 35px transparent;
}

.advantages_ul li.li_adv_2 {
    background: url("/local/templates/radioteh/css/../images/li_adv_2.png") no-repeat scroll 50% 34px transparent;
}

.advantages_ul li.li_adv_3 {
    background: url("/local/templates/radioteh/css/../images/li_adv_3.png") no-repeat scroll 50% 31px transparent;
}

.advantages_ul li.li_adv_4 {
    background: url("/local/templates/radioteh/css/../images/li_adv_4.png") no-repeat scroll 50% 34px transparent;
}

.advantages_ul li.li_adv_5 {
    background: url("/local/templates/radioteh/css/../images/li_adv_5.png") no-repeat scroll 50% 34px transparent;
}

.advantages_ul li.li_adv_6 {
    background: url("/local/templates/radioteh/css/../images/li_adv_6.png") no-repeat scroll 50% 31px transparent;
}

.advantages_ul li.li_adv_7 {
    background: url("/local/templates/radioteh/css/../images/li_adv_7.png") no-repeat scroll 50% 31px transparent;
}

@media all and (max-width: 800px) {
    .advantages_ul li {
        font-size: 16px;
        line-height: 21px;
    }
}

@media all and (max-width: 740px) {
    .advantages_ul li {
        width: 50%;
        height: 153px;
    }
}

@media all and (max-width: 520px) {
    .advantages_ul {
        padding: 16px 0 34px;
    }

    .advantages_ul li {
        width: 100%;
        float: none;
    }

}

.work_text_ul:after {
    content: '';
    display: table;
    clear: both;
}

.work_text_ul {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

.work_text_ul.first {
    padding-top: 31px;
}

.work_text_ul.last {
    padding-bottom: 36px;
}

.work_text_ul li:before {
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    background-color: #fb2242;
    position: absolute;
    top: 7px;
    left: 0;
}

.work_text_ul li {
    float: left;
    position: relative;
    width: 33%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px 0 20px;
    margin: 0 0 30px;
}

.work_text_ul li:nth-child(1) {
    width: 39%;
    padding: 0 12% 0 20px;
}

.work_text_ul li:nth-child(2) {
    width: 34%;
}

.work_text_ul li:nth-child(3) {
    width: 24%;
    float: right;
}

@media all and (max-width: 1180px) {
    .work_text_ul li:nth-child(1),
    .work_text_ul li:nth-child(2),
    .work_text_ul li:nth-child(3) {
        width: 33%;
        padding: 0 10px 0 20px;
        float: left;
    }

}

@media all and (max-width: 660px) {
    .work_text_ul li:nth-child(1),
    .work_text_ul li:nth-child(2),
    .work_text_ul li:nth-child(3) {
        width: 100%;
    }
}

.outer:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.inner {
    display: inline-block;
    vertical-align: middle;
}

.big_box_step {
    padding: 114px 0 198px;
}

.box_step {
    position: relative;
    width: 100%;
    height: 36px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 -4px 9px 0 rgba(208, 227, 255, 1);
    -moz-box-shadow: 0 -4px 9px 0 rgba(208, 227, 255, 1);
    box-shadow: 0 -4px 9px 0 rgba(208, 227, 255, 1);
}

.box_step:before {
    content: '';
    width: 100%;
    height: 3px;
    left: 0;
    bottom: -3px;
    position: absolute;
    z-index: 3;
    background: url("/local/templates/radioteh/css/../images/box_step.jpg") no-repeat scroll 0 0 transparent;
    -moz-background-size: 2200px auto;
    -o-background-size: 2200px auto;
    -webkit-background-size: 2200px auto;
    -khtml-background-size: 2200px auto;
    background-size: 2200px auto;
}

.step_block li:after,
.step_block:after {
    content: '';
    display: table;
    clear: both;
}

.step_block li {
    float: left;
    width: 15%;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.step_block li .outer {
    float: left;
}

.step_block li .name_step {
    font-family: 'OpenSans-ExtraBold';
    height: 36px;
}

.step_block li .text_step:before {
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background-color: #fb2242;
    position: absolute;
    top: 7px;
    left: 0;
    z-index: 1;
}

.step_block li .text_step:after {
    content: '';
    width: 1px;
    height: 60px;
    background-color: #C7CACF;
    position: absolute;
    top: 12px;
    left: 3.9px;
}

.step_block li .text_step {
    width: 224px;
    position: absolute;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 5px;
    padding: 0 0 0 15px;
    top: -73px;
}

.step_block li:nth-child(even) .text_step {
    top: 89px;
}

.step_block li:nth-child(even) .text_step:after {
    top: -52px;
}

@media all and (max-width: 890px) {
    .big_box_step {
        padding: 12px 0 28px;
    }

    .box_step {
        width: 100%;
        height: auto;
        background-color: transparent;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .box_step:before {
        display: none;
    }

    .step_block li:first-child {
        border-top: 1px #C7CACF solid;
    }

    .step_block li {
        float: none;
        width: 100%;
        border-bottom: 1px #C7CACF solid;
        padding: 0 15px 0 80px;
    }

    .step_block li .name_step {
        height: 91px;
        width: 80px;
        text-align: center;
        margin-left: -80px;
    }

    .step_block li .text_step:before {
        display: none;
    }

    .step_block li .text_step:after {
        display: none;
    }

    .step_block li .text_step {
        width: auto;
        position: relative;
        left: auto;
        padding: 0;
        top: auto;
        height: 91px;
        -webkit-align-items: center;
        align-items: center;
        display: -webkit-flex;
        display: flex;
    }

    .step_block li:nth-child(even) .text_step {
        top: auto;
    }

    .step_block li:nth-child(even) .text_step:after {
        display: none;
    }
}

@media all and (max-width: 520px) {
    .step_block {
        width: calc(100% + 30px);
        margin: 0 -15px;
    }
}

.questions_ul:after {
    content: '';
    display: table;
    clear: both;
}

.questions_ul {
    width: 100%;
    padding: 42px 0 24px;
    margin: 0;
}

.questions_ul li:after {
    content: '';
    display: table;
    clear: both;
}

.questions_ul li {
    float: none;
    width: 100%;
    margin: 0;
}

.questions_ul li .question_box:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 11px;
    background: url("/local/templates/radioteh/css/../images/question_box.png") no-repeat scroll 0 0 transparent;
    right: 30px;
    top: 50%;
    margin-top: -5.5px;
}

.questions_ul li .question_box:hover:before,
.questions_ul li .question_box.active:before {
    background-image: url("/local/templates/radioteh/css/../images/question_box_a.png");
}

.questions_ul li .question_box {
    margin: 0 0 14px;
    width: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 9px 0 rgba(196, 224, 247, 1);
    -moz-box-shadow: 0 0 9px 0 rgba(196, 224, 247, 1);
    box-shadow: 0 0 9px 0 rgba(196, 224, 247, 1);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 54px 10px 37px;
    border-left: 6px transparent solid;
    height: 83px;
    font: 16px/24px 'open_sans_semibold';
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.questions_ul li .question_box:hover {
    -webkit-box-shadow: 0 0 10px 2px rgba(4, 131, 229, 0.4);
    -moz-box-shadow: 0 0 10px 2px rgba(4, 131, 229, 0.4);
    box-shadow: 0 0 10px 2px rgba(4, 131, 229, 0.4);
}

.questions_ul li .question_box.active {
    border-left-color: #4b9ce1;
    margin-bottom: 20px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.answer_box:after {
    content: '';
    display: table;
    clear: both;
}

.answer_box {
    margin: 0 0 20px;
    float: right;
    width: 96%;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 9px 0 rgba(196, 224, 247, 1);
    -moz-box-shadow: 0 0 9px 0 rgba(196, 224, 247, 1);
    box-shadow: 0 0 9px 0 rgba(196, 224, 247, 1);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: none;
}

.answer_box:before {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 15px;
    top: -7px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 9px 0 rgba(196, 224, 247, 1);
    -moz-box-shadow: 0 0 9px 0 rgba(196, 224, 247, 1);
    box-shadow: 0 0 9px 0 rgba(196, 224, 247, 1);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.answer_box.active {
    display: block;
}

.answer_box .answer_e {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 10px 35px 108px;
    line-height: 26px;
    position: relative;
    background-color: #ffffff;
    z-index: 2;
}

.answer_box .answer_e p {
    margin: 0;
    line-height: 26px;
}

.answer_box .answer_e:before {
    content: '“';
    display: block;
    position: absolute;
    font-size: 71px;
    left: 55px;
    top: 58px;
}

@media all and (max-width: 800px) {
    .questions_ul {
        padding: 23px 0 20px;
    }

}

@media all and (max-width: 600px) {
    .questions_ul li .question_box {
        margin: 0 0 14px;
        padding: 10px 40px 10px 11px;
        height: auto;
        min-height: 55px;
        line-height: 18px;
    }

    .questions_ul li .question_box:before {
        right: 18px;
    }

    .answer_box {
        float: none;
        width: 100%;
    }

    .answer_box .answer_e {
        padding: 20px 20px 20px 26px;
    }

    .answer_box .answer_e:before {
        display: none;
    }

}

.help_ul:after {
    content: '';
    display: table;
    clear: both;
}

.help_ul {
    width: 100%;
    padding: 20px 0 0;
    margin: 0 0 33px;
}

.help_ul li:after {
    content: '';
    display: table;
    clear: both;
}

.help_ul li {
    float: none;
    width: 100%;
    margin: 0;
    border-bottom: 1px #DEDFE5 solid;
}

.help_ul li ol,
.help_ul li ul {
    padding: 0 0 0 18px;
}

.help_ul li ul li {
    list-style: disc !important;
    list-style-position: outside !important;
    padding: 0;
    border-bottom: none;
    font-size: 15px;
    line-height: 22px;
    color: #6d768c;
}

.help_ul li ol li {
    list-style: decimal !important;
    list-style-position: outside !important;
    padding: 0;
    border-bottom: none;
    font-size: 15px;
    line-height: 22px;
    color: #6d768c;
}

.answer_e ol,
.answer_e ul {
    padding: 0 0 0 18px;
}

.answer_e ul li {
    list-style: disc !important;
    list-style-position: outside !important;
    padding: 0;
    border-bottom: none;
    font-size: 18px;
    line-height: 22px;
    color: #30343d;
}

.answer_e ol li {
    list-style: decimal !important;
    list-style-position: outside !important;
    padding: 0;
    border-bottom: none;
    font-size: 118px;
    line-height: 22px;
    color: #30343d;
}

.help_ul li .help_box:hover,
.help_ul li .help_box.active {
    background-image: url("/local/templates/radioteh/css/../images/help_box_a.png");
}

.help_ul li .help_box {
    background: url("/local/templates/radioteh/css/../images/help_box.png") no-repeat scroll right 50% transparent;
    margin: 0;
    width: 100%;
    color: #6d768c;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 30px 10px 0;
    height: 62px;
    font: 18px/22px 'open_sans_semibold';
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.help_ul li .help_answer_box.active {
    display: block;
}

.help_ul li .help_answer_box {
    display: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px 14px 25px;
}

.help_ul li .help_answer_box p {
    font-size: 15px;
    line-height: 22px;
    color: #6d768c;
    margin-bottom: 22px;
}

.box_socset {
    padding: 0 0 33px;
}

@media all and (max-width: 600px) {
    .help_ul li .help_answer_box {
        padding: 0 10px 14px;
    }
}

.top_presentation_ul_tv:after {
    content: '';
    display: table;
    clear: both;
}

.top_presentation_ul_tv {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

.top_presentation_ul_tv.ul_tv_one {
    padding: 18px 0 0;
}

.top_presentation_ul_tv li {
    float: left;
    width: 33.3%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    padding: 120px 5px 12px;
    color: #ffffff;
    font: 20px/30px 'OpenSans-Bold';
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.top_presentation_ul_tv li.li_counter.t2 {
    padding-top: 50px;
}

.top_presentation_ul_tv li.li_tv_button {
    text-align: center;
    width: 100%;
    padding: 7px 0 43px;
    display: none;
}

.top_presentation_ul_tv li.li_tv_button .button_link {
    width: 228px;
}

.top_presentation_ul_tv li:nth-child(1),
.top_presentation_ul_tv li:nth-child(2) {
    padding-right: 30px;
}

.top_presentation_ul_tv li p {
    color: #ffffff;
    font: 15px/21px 'OpenSans-Regular';
    padding: 12px 0 0;
}

.top_presentation_ul_tv li.li_tv_1 {
    background: url("/local/templates/radioteh/css/../images/li_tv1.png") no-repeat scroll 4px 23px transparent;
}

.top_presentation_ul_tv li.li_tv_2 {
    background: url("/local/templates/radioteh/css/../images/li_tv2.png") no-repeat scroll 5px 30px transparent;
}

.top_presentation_ul_tv li.li_tv_3 {
    background: url("/local/templates/radioteh/css/../images/li_tv3.png") no-repeat scroll 5px 40px transparent;
}

.top_presentation_ul_tv li.li_tv_4 {
    background: url("/local/templates/radioteh/css/../images/li_tv4.png") no-repeat scroll 5px 41px transparent;
}

.top_presentation_ul_tv li.li_tv_5 {
    background: url("/local/templates/radioteh/css/../images/li_tv5.png") no-repeat scroll 5px 37px transparent;
}

.top_presentation_ul_tv li.li_tv_6 {
    background: url("/local/templates/radioteh/css/../images/li_tv6.png") no-repeat scroll 5px 37px transparent;
}

.top_presentation_ul_tv li.li_tv_7 {
    background: url("/local/templates/radioteh/css/../images/li_tv2.png") no-repeat scroll 5px 43px transparent;
}

.box_counter {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    padding: 0 10px 42px;
    border-left: 1px #3F444E dashed;
    border-right: 1px #3F444E dashed;
    border-bottom: 1px #3F444E dashed;
    position: relative;
}

.box_counter.box_counter_margin {
    margin-bottom: 54px;
}

.top_presentation_ul_tv li .box_counter {
    border-color: #ffffff;
}

.box_counter:before {
    content: '';
    position: absolute;
    width: calc(50% - 134px);
    border-top: 1px #3F444E dashed;
    height: 20px;
    -webkit-border-radius: 6px 0 0 0;
    -moz-border-radius: 6px 0 0 0;
    -ms-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
    top: -1px;
    left: -1px;
}

.box_counter:after {
    content: '';
    position: absolute;
    width: calc(50% - 134px);
    border-top: 1px #3F444E dashed;
    height: 20px;
    -webkit-border-radius: 0 6px 0 0;
    -moz-border-radius: 0 6px 0 0;
    -ms-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
    top: -1px;
    right: -1px;
}

.top_presentation_ul_tv li .box_counter:before,
.top_presentation_ul_tv li .box_counter:after {
    border-color: #ffffff;
}

.box_counter .counter_bilder {
    width: 268px;
    position: relative;
    height: 26px;
    margin: 0 auto 12px;
    top: -13px;
    font: 14px/24px 'OpenSans-Bold';
    text-align: center;
}

.box_counter .counter_bilder span {
    color: #000000;
    background-color: #ffb400;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    display: inline-block;
    padding: 0 3px;
    margin: 0 3px;
}

.counter_ul:after {
    content: '';
    display: table;
    clear: both;
}

.counter_ul {
    margin: 0 auto;
    width: 584px;
}

.counter_ul li {
    padding: 0;
    text-align: center;
    width: 200px;
    float: right;
}

.counter_ul li:nth-child(2) {
    float: left;
    width: 364px;
}

.counter_ul li:nth-child(1),
.counter_ul li:nth-child(2) {
    padding-right: 0;
}

.counter_ul li .red_button {
    width: 200px;
}

.counter_ul li .name_counter {
    font: 16px/28px 'OpenSans-Regular';
    padding: 18px 0 1px;
    float: left;
    width: 220px;
}

#CDT4,
#CDT3,
#CDT2,
#CDT {
    font: 25px/46px 'OpenSans-Bold';
    color: #000000;
    margin: 0;
    width: 142px;
    float: right;
}

#CDT4 .number-wrapper,
#CDT3 .number-wrapper,
#CDT2 .number-wrapper,
#CDT .number-wrapper {
    margin: 5px 2px;
    -moz-box-shadow: 0 0 0 #a1a5a9;
    -webkit-box-shadow: 0 0 0 #a1a5a9;
    box-shadow: 0 0 0 #a1a5a9;
    position: relative;
    display: block;
    float: left;
}

#CDT4 .number,
#CDT3 .number,
#CDT2 .number,
#CDT .number {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: rgb(200, 200, 200);
    background: -moz-linear-gradient(90deg, rgb(200, 200, 200) 0%, rgb(254, 254, 254) 100%);
    background: -webkit-linear-gradient(90deg, rgb(200, 200, 200) 0%, rgb(254, 254, 254) 100%);
    background: -o-linear-gradient(90deg, rgb(200, 200, 200) 0%, rgb(254, 254, 254) 100%);
    background: -ms-linear-gradient(90deg, rgb(200, 200, 200) 0%, rgb(254, 254, 254) 100%);
    background: linear-gradient(0deg, rgb(200, 200, 200) 0%, rgb(254, 254, 254) 100%);
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 0;
    width: 43px;
    height: 38px;
    font: 26px/40px 'OpenSans-ExtraBold';
    text-align: center;
    -moz-box-shadow: 0 4px 0 #a1a5a9;
    -webkit-box-shadow: 0 4px 0 #a1a5a9;
    box-shadow: 0 4px 0 #a1a5a9;
}

#CDT4 .line,
#CDT3 .line,
#CDT2 .line,
#CDT .line {
    position: absolute;
    width: 100%;
    height: 1px;
    top: 52%;
    left: 0;
    background: #000;
    -moz-box-shadow: 0 0 0 rgba(134, 138, 142, 0.2);
    -webkit-box-shadow: 0 0 0 rgba(134, 138, 142, 0.2);
    box-shadow: 0 0 0 rgba(134, 138, 142, 0.2);
    display: none;
}

.caption {
    font: 12px/14px 'OpenSans-Italic';
    position: absolute;
    bottom: -14px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #30343d;
}

.top_presentation_ul_tv li .caption {
    color: #ffffff;
}

@media all and (min-width: 980px) {
    .top_presentation_ul_tv li .box_counter {
        border-color: #ffffff;
        padding: 0 10px 22px;
    }

    .top_presentation_ul_tv li .counter_ul {
        margin: 0 auto;
        width: 100%;
    }

    .top_presentation_ul_tv li .counter_ul li {
        padding: 0;
        text-align: center;
        width: 100%;
        float: right;
    }

    .top_presentation_ul_tv li .box_counter .counter_bilder {
        margin: 0 auto 5px;
    }

    .top_presentation_ul_tv li .counter_ul li:nth-child(2) {
        width: 100%;
    }

    .top_presentation_ul_tv li .counter_ul li .name_counter {
        float: none;
        width: 100%;
    }

    #CDT3,
    #CDT {
        margin: 0 auto;
        float: none;
    }
}

@media all and (max-width: 980px) {
    .top_presentation_ul_tv li {
        width: 100%;
        padding: 0 0 9px 115px;
    }

    .top_presentation_ul_tv li p {
        color: #ffffff;
        font: 15px/21px 'OpenSans-Regular';
        padding: 12px 0 0;
    }

    .top_presentation_ul_tv li.li_tv_1 {
        background-position: 38px 9px;
    }

    .top_presentation_ul_tv li.li_tv_2 {
        background-position: 24px 16px;
    }

    .top_presentation_ul_tv li.li_tv_3 {
        background-position: 20px 13px;
    }

    .top_presentation_ul_tv li.li_tv_4 {
        background-position: 18px 11px;
    }

    .top_presentation_ul_tv li.li_tv_5 {
        background-position: 36px 7px;
    }

    .top_presentation_ul_tv li.li_tv_6 {
        background-position: 34px 16px;
    }

    .top_presentation_ul_tv li.li_tv_7 {
        background-position: 24px 16px;
    }

    .top_presentation_ul_tv li:nth-child(1),
    .top_presentation_ul_tv li:nth-child(2) {
        padding-right: 0;
    }

    .top_presentation_ul_tv li .box_counter {
        padding: 0 10px 24px;
    }

    .box_counter .counter_bilder {
        margin: 0 auto 4px;
    }

    .top_presentation_ul_tv li .box_counter .counter_ul li:nth-child(2) {
        width: 364px;
    }

    .top_presentation_ul_tv li .box_counter .counter_ul li {
        width: 200px;
        padding-left: 0;
    }

    .top_presentation_ul_tv li.li_counter.t2,
    .top_presentation_ul_tv li.li_counter {
        padding: 25px 0 2px;
    }

    .box_counter.box_counter_margin {
        margin-bottom: 70px;
    }
}

@media all and (max-width: 650px) {
    .top_presentation_ul_tv li,
    .box_counter .counter_ul li {
        width: 100%;
    }

    .top_presentation_ul_tv li .box_counter .counter_ul li,
    .top_presentation_ul_tv li .box_counter .counter_ul li:nth-child(2) {
        width: 100%;
    }

    .counter_ul li:nth-child(1),
    .counter_ul li:nth-child(2) {
        width: 100%;
    }

    .counter_ul {
        width: 100%;
    }

    .counter_ul li .name_counter {
        width: 100%;
        text-align: center;
    }

    #CDT4,
    #CDT3,
    #CDT2,
    #CDT {
        float: none;
        margin: 0 auto;
    }

    .box_counter .counter_bilder {
        margin: 0 auto 5px;
    }

    .top_presentation_ul_tv li .box_counter .counter_ul li .name_counter {
        padding: 8px 0 1px;
    }

    .counter_ul li .name_counter {
        padding: 17px 0 1px;
    }
}

@media all and (max-width: 520px) {
    .top_presentation_ul_tv.ul_tv_one {
        padding: 0;
    }

    .top_presentation_ul_tv li {
        color: #30343d;
        padding: 120px 0 12px;
        text-align: center;
    }

    .top_presentation_ul_tv li.li_counter.t2,
    .top_presentation_ul_tv li.li_counter {
        padding: 25px 0 2px;
    }

    .top_presentation_ul_tv li.li_tv_hide {
        display: none;
    }

    .top_presentation_ul_tv li.li_tv_button {
        display: block;
    }

    .top_presentation_ul_tv li .box_counter .counter_ul li {
        padding: 0;
    }

    .top_presentation_ul_tv li.li_tv_1 {
        background: url("/local/templates/radioteh/css/../images/li_tv1_1.png") no-repeat scroll 50% 23px transparent;
    }

    .top_presentation_ul_tv li.li_tv_2 {
        background: url("/local/templates/radioteh/css/../images/li_tv2_2.png") no-repeat scroll 50% 30px transparent;
    }

    .top_presentation_ul_tv li.li_tv_3 {
        background: url("/local/templates/radioteh/css/../images/li_tv3_3.png") no-repeat scroll 50% 40px transparent;
    }

    .top_presentation_ul_tv li.li_tv_4 {
        background: url("/local/templates/radioteh/css/../images/li_tv4_4.png") no-repeat scroll 50% 41px transparent;
    }

    .top_presentation_ul_tv li.li_tv_5 {
        background: url("/local/templates/radioteh/css/../images/li_tv5_5.png") no-repeat scroll 50% 37px transparent;
    }

    .top_presentation_ul_tv li.li_tv_6 {
        background: url("/local/templates/radioteh/css/../images/li_tv6_6.png") no-repeat scroll 50% 30px transparent;
    }

    .top_presentation_ul_tv li.li_tv_7 {
        background: url("/local/templates/radioteh/css/../images/li_tv2_2.png") no-repeat scroll 50% 30px transparent;
    }

    .top_presentation_ul_tv li p {
        color: #30343d;
    }

    .top_presentation_ul_tv li .caption {
        color: #30343d;
    }

    .top_presentation_ul_tv li .box_counter {
        border-color: #3F444E;
    }

    .top_presentation_ul_tv li .box_counter:before,
    .top_presentation_ul_tv li .box_counter:after {
        border-color: #3F444E;
    }

    .top_presentation_ul_tv li .box_counter .counter_ul li .name_counter {
        padding: 15px 0 1px;
    }

    .box_counter.box_counter_margin {
        margin-bottom: 18px;
    }

}

.button_link_channel {
    margin: 0 auto 55px;
    display: block;
}

.channel_ul:after {
    content: '';
    display: table;
    clear: both;
}

.channel_ul {
    width: 102%;
    margin: 0 -1% 30px;
    padding: 52px 0 0;
    text-align: center;
}

.channel_ul li {
    float: none;
    display: inline-block;
    width: 31%;
    margin: 0 1% 26px;
    vertical-align: top;
    height: 70px;
}

@media all and (max-width: 1100px) {
    .channel_ul {
        width: 102%;
        margin: 0 -1% 16px;
        padding: 42px 0 0;
    }

    .channel_ul li {
        width: 47%;
        margin: 0 1% 26px;
    }
}

@media all and (max-width: 640px) {
    .channel_ul {
        width: 100%;
        margin: 0 0 24px;
        padding: 21px 0 0;
    }

    .channel_ul li {
        width: 100%;
        display: block;
        margin: 0 0 16px;
    }

    .button_link_channel {
        margin: 0 auto 20px;
    }
}

.channel_ul li a:after {
    content: '';
    display: table;
    clear: both;
}

.channel_ul li a {
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px 0 118px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 10px 3px rgba(227, 241, 252, 1);
    -moz-box-shadow: 0 0 10px 3px rgba(227, 241, 252, 1);
    box-shadow: 0 0 10px 3px rgba(227, 241, 252, 1);
}

.channel_ul li a:hover {
    -webkit-box-shadow: 0 0 10px 2px rgba(4, 131, 229, 0.4);
    -moz-box-shadow: 0 0 10px 2px rgba(4, 131, 229, 0.4);
    box-shadow: 0 0 10px 2px rgba(4, 131, 229, 0.4);
}

.channel_ul li a:active,
.channel_ul li a:focus {
    -webkit-box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.4);
    -moz-box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.4);
    background-color: #eef5fb;
}

.channel_ul li a .channel_img {
    height: 70px;
    width: 86px;
    text-align: center;
    float: left;
    margin-left: -118px;
    border-right: 1px #EBF5FD solid;
    line-height: 0;
}

@media all and (max-width: 750px) {
    .channel_ul li a {
        padding: 0 5px 0 72px;
    }

    .channel_ul li a .channel_img {
        margin-left: -72px;
        width: 58px;
    }
}

.channel_ul li a .channel_img .inner {
    line-height: 0;
}

.channel_ul li a h4 {
    padding: 11px 0 3px;
    float: left;
    width: 100%;
}

.channel_ul li a h4 .sup {
    position: relative;
    color: #7d7d7d;
    font: 12px/14px 'OpenSans-Regular';
    bottom: 11px;
}

.language_ul:after {
    content: '';
    display: table;
    clear: both;
}

.language_ul li {
    float: left;
    height: 28px;
    position: relative;
    padding: 0 10px 0 0;
    color: #707070;
    font-size: 11px;
    width: auto;
    margin: 0;
}

.language_ul li span {
    position: relative;
}

.language_ul li span:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 1px;
    border-bottom: 1px #707070 dotted;
}

.language_ul li .language_drop:before {
    content: '';
    position: absolute;
    left: 6px;
    top: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 7px 5px;
    border-color: transparent transparent #333333 transparent;

}

.language_ul li .language_drop {
    position: absolute;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-color: #333333;
    min-width: 72px;
    top: 26px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 5px 1px 12px;
    z-index: 1;
    display: none;
}

.language_ul li .language_drop li {
    font-size: 12px;
    line-height: 14px;
    color: #ffffff;
    margin: 0 0 8px;
    height: auto;
    cursor: inherit;
}

.language_ul li .language_drop li a {
    font-size: 12px;
    line-height: 14px;
    color: #ffffff;
}

.language_ul li:hover > .language_drop {
    display: block;
}

.activation_fee_ul:after {
    content: '';
    display: table;
    clear: both;
}

.activation_fee_ul {
    width: 102%;
    padding: 25px 0 0;
    margin: 0 -1% 24px;
}

.activation_fee_ul.t2 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.activation_fee_ul li {
    width: 23%;
    float: left;
    margin: 0 1% 24px;
    position: relative;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 9px 0 rgba(196, 224, 247, 1);
    -moz-box-shadow: 0 0 9px 0 rgba(196, 224, 247, 1);
    box-shadow: 0 0 9px 0 rgba(196, 224, 247, 1);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 42px 5px 28px;
    text-align: center;
}

.activation_fee_ul.t2 li {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.activation_fee_ul li .quantity_tv {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 200px;
    height: 141px;
    margin: 0 auto;
    text-align: center;
    font: 35px/122px 'OpenSans-Light';
    background: url("/local/templates/radioteh/css/../images/tv1.svg") no-repeat scroll 0 0 transparent;
}

.activation_fee_ul.t2 li .quantity_tv {
    background-image: url("/local/templates/radioteh/css/../images/tv5.svg");
    line-height: 32px;
    padding-top: 30px;
}

.activation_fee_ul.t2 li .quantity_tv span {
    font-size: 18px;
    line-height: 30px;
    display: block;
}

.activation_fee_ul li:nth-child(2) .quantity_tv {
    background-image: url("/local/templates/radioteh/css/../images/tv2.svg");
}

.activation_fee_ul li:nth-child(3) .quantity_tv {
    background-image: url("/local/templates/radioteh/css/../images/tv3.svg");
}

.activation_fee_ul li:nth-child(4) .quantity_tv {
    background-image: url("/local/templates/radioteh/css/../images/tv4.svg");
}

.activation_fee_ul.t2 li:nth-child(2) .quantity_tv {
    background-image: url("/local/templates/radioteh/css/../images/tv5.svg");
}

.activation_fee_ul.t2 li:nth-child(3) .quantity_tv {
    background-image: url("/local/templates/radioteh/css/../images/tv6.svg");
}

.activation_fee_ul.t2 li:nth-child(4) .quantity_tv {
    background-image: url("/local/templates/radioteh/css/../images/tv6.svg");
}

.activation_fee_ul.t2 li .quantity_tv_textBold {
    font: 14px/22px 'OpenSans-Bold';
    padding: 34px 0 20px;
}

.activation_fee_ul.t2 li .quantity_tv_textLight {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-flex: auto;
    flex: auto;
    font-size: 14px;
}

.activation_fee_ul li .quantity_tv_text {
    text-align: center;
    font-size: 18px;
    padding: 23px 0 26px;
}

.activation_fee_ul li .package_price {
    font-size: 18px;
    color: #6d6f72;
    display: inline-block;
    border-top: 1px #d0d0d0 solid;
    padding: 33px 0 0;
}

.activation_fee_ul.t2 li .package_price {
    border-top: none;
    padding: 29px 0 0;
}

.activation_fee_ul li .package_price .big_coast {
    font-size: 35px;
}

.activation_fee_ul li .package_price .warning {
    position: relative;
    bottom: 10px;
}

.text_warning {
    font-size: 14px;
    margin-bottom: 75px;
}

@media all and (max-width: 980px) {
    .activation_fee_ul li {
        width: 48%;
    }
}

@media all and (max-width: 640px) {
    .activation_fee_ul {
        padding: 39px 0 0;
        margin: 0 -1% 6px;
    }
}

@media all and (max-width: 520px) {
    .activation_fee_ul {
        width: 100%;
        padding: 15px 0 0;
        margin: 0 0 8px;
    }

    .activation_fee_ul.t2 {
        display: block;
    }

    .activation_fee_ul li {
        width: 100%;
        margin: 0 auto 14px;
        padding: 24px 5px 21px;
    }

    .activation_fee_ul li .package_price {
        display: inline-block;
        border-top: none;
        padding: 30px 0;
        width: 174px;
        position: absolute;
        top: 45px;
        left: 50%;
        margin-left: -87px;
        background-color: #ffffff;
    }

    .activation_fee_ul.t2 li .package_price {
        width: 100%;
        margin-left: 0;
        top: auto;
        left: auto;
        position: relative;
    }

    .activation_fee_ul li .package_price .big_coast {
        font-size: 30px;
    }

    .activation_fee_ul li .quantity_tv_text {
        padding: 23px 0 0;
    }

    .text_warning {
        margin-bottom: 50px;
    }

}

.warning {
    font-family: 'OpenSans-Regular';
    font-size: 16px;
    color: #fb2242;
}

.box_shadow {
    width: 100%;
    background-color: #ffffff;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0 0 9px 0 rgba(196, 224, 247, 1);
    -moz-box-shadow: 0 0 9px 0 rgba(196, 224, 247, 1);
    box-shadow: 0 0 9px 0 rgba(196, 224, 247, 1);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 36px 35px 14px;
}

.box_shadow_form {
    z-index: 1;
    margin: -10px 0 0;
    padding: 59px 35px 58px;
    display: none;
}

@media all and (max-width: 520px) {
    .box_shadow {
        padding: 36px 20px 14px;
    }

    .box_shadow_form {
        padding: 59px 20px 58px;
    }
}

.box_shadow_form h2 {
    text-align: left;
}

.box_blue.box_blue_nmin_padding {
    padding: 32px 0 39px;
}

.contacts_phone_ul:after {
    content: '';
    display: inline-block;
    clear: both;
    width: 100%;
}

.contacts_phone_ul {
    width: calc(100% + 5px);
    margin: 0 -5px;
    padding: 0;
    text-align: justify;
}

.contacts_phone_ul li {
    float: none;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 0 5px;
}

@media all and (max-width: 1080px) {
    .contacts_phone_ul li:last-child {
        text-align: center;
        width: 100%;
        padding-top: 10px;
    }
}

@media all and (max-width: 924px) {
    .contacts_phone_ul {
        text-align: center;
    }
}

.contacts_phone_ul li a {
    font: 18px/30px 'OpenSans-Light';
    color: #30343d;
    padding: 0;
    margin: 0;
}

.fix_order_ul li.two_li a:hover {
    opacity: 0.7;
}

.contacts_phone_ul li .call:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 21px;
    background: url("/local/templates/radioteh/css/../images/call.png") no-repeat scroll 0 0 transparent;
    margin: 0 5px -4px 0;
}

.contacts_phone_ul a.vodafone:before {
    content: '';
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url("/local/templates/radioteh/css/../images/vodafone.png") no-repeat scroll 0 0 transparent;
    margin: 0 5px -4px 0;
}

.contacts_phone_ul a.kyivstar:before {
    content: '';
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url("/local/templates/radioteh/css/../images/kyivstar.png") no-repeat scroll 0 0 transparent;
    margin: 0 5px -4px 0;
}

.contacts_phone_ul a.call_top:before {
    content: '';
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url("/local/templates/radioteh/css/../images/call_top.png") no-repeat scroll 0 0 transparent;
    margin: 0 5px -4px 0;
}

.contacts_phone_ul li .open_mail {
    font: 16px/30px 'open_sans_semibold';
    color: #00a2ff;
    cursor: pointer;
}

.contacts_phone_ul li .open_mail:hover {
    opacity: 0.7;
}

.contacts_phone_ul li .open_mail .dotted {
    border-bottom: 1px #00a2ff dotted;
}

.contacts_phone_ul li .open_mail:after {
    content: '';
    display: inline-block;
    width: 11px;
    height: 7px;
    background: url("/local/templates/radioteh/css/../images/drop.png") no-repeat scroll 0 0 transparent;
    margin: 0 0 1px 7px;
}

.contacts_phone_ul li .open_mail.active:after {
    background-image: url("/local/templates/radioteh/css/../images/drop_a.png");
    margin: 0 0 1px 7px;
}

.form_e {
    width: 100%;
}

.form_e.form_e_button {
    text-align: right;
}

.form_e .label_form {
    font: 16px/24px 'OpenSans-Bold';
    width: 100%;
    display: block;
    margin: 0 0 8px;
}

.form_e .label_form .warning {
    position: relative;
    bottom: 5px;
}

.input_form {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font: 22px/1.2em 'open_sans_semibold';
    border: 1px #cae0f3 solid;
    background: #ffffff;
    color: #64788c;
    height: 58px;
    padding: 0 18px;
    width: 100%;
    max-width: 366px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.textarea_form {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font: 22px/24px 'open_sans_semibold';
    border: 1px #cae0f3 solid;
    background: #ffffff;
    color: #64788c;
    height: 110px;
    padding: 19px 18px;
    width: 100%;
    resize: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin: 0 0 22px;
}

.form_ul:after {
    content: '';
    display: table;
    clear: both;
}

.form_ul {
    width: 100%;
    margin: 0 auto;
    padding: 18px 0 0;
}

.form_ul li:first-child {
    padding: 0 28px 0 0;
}

.form_ul li:last-child {
    padding: 0 0 0 28px;
}

.form_ul li {
    width: 33.33%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 14px;
    margin: 0 0 20px;
}

@media all and (max-width: 920px) {
    .form_ul li:first-child {
        padding: 0;
    }

    .form_ul li:last-child {
        padding: 0;
    }

    .form_ul li {
        width: 100%;
        float: none;
        padding: 0;
    }
}

@media all and (max-width: 520px) {
    .form_ul li {
        text-align: center;
    }

    .form_e.form_e_button {
        text-align: center;
    }

    .box_shadow_form h2 {
        text-align: center;
    }

    .form_e .label_form {
        text-align: center;
    }
}

.contacs_map_ul:after {
    content: '';
    display: table;
    clear: both;
}

.contacs_map_ul {
    margin: 0;
    padding: 40px 0 0;
}

.contacs_map_ul li:nth-child(even) {
    padding: 0 0 0 20px;
}

.contacs_map_ul li {
    width: 50%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px 0 0;
}

@media all and (max-width: 860px) {
    .contacs_map_ul li:nth-child(even) {
        padding: 0 0 0 10px;
    }

    .contacs_map_ul li {
        padding: 0 10px 0 0;
    }
}

@media all and (max-width: 720px) {
    .contacs_map_ul li:nth-child(even) {
        padding: 0;
    }

    .contacs_map_ul li {
        padding: 0;
        width: 100%;
        margin: 0 0 40px;
    }
}

.contacs_map_ul li .box_shadow:after {
    content: '';
    display: table;
    clear: both;
}

.contacs_map_ul li .box_shadow {
    padding: 36px 35px 22px;
    margin: 0;
}

@media all and (max-width: 520px) {
    .contacs_map_ul li .box_shadow {
        padding: 20px 20px 20px;
    }
}

.contacs_map_ul li img {
    width: 100%;
    height: auto;
    margin: 0 0 10px;
}

.working_hours:after {
    content: '';
    display: inline-block;
    clear: both;
    width: 100%;
}

.working_hours {
    width: calc(100% + 10px);
    border-bottom: 1px #E3E3E3 solid;
    padding: 10px 0 0;
    margin: 0 -5px 10px;
    text-align: justify;
}

.working_hours span {
    color: #5e606b;
    font: 16px/22px 'OpenSans-Regular';
    display: inline-block;
    padding: 0 5px;
}

.box_address {
    font-size: 15px;
    color: #000000;
    float: left;
    padding: 10px 0 10px;
    cursor: pointer;
}

.box_address:hover {
    opacity: 0.7;
}

.click_map_open {
    font-size: 15px;
    color: #00a2ff;
    float: right;
    padding: 10px 0 10px;
    cursor: pointer;
}

.click_map_open:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 24px;
    background: url("/local/templates/radioteh/css/../images/marker.png") no-repeat scroll 0 0 transparent;
    margin: 0 5px -7px 0;
}

@media all and (max-width: 1160px) {
    .working_hours {
        text-align: center;
    }

}

@media all and (max-width: 1060px) {
    .click_map_open,
    .box_address {
        width: 100%;
        text-align: center;
    }

}

@media all and (max-width: 720px) {
    .working_hours {
        text-align: justify;
    }

    .click_map_open,
    .box_address {
        width: auto;
    }
}

@media all and (max-width: 580px) {
    .working_hours {
        text-align: center;
    }

    .click_map_open,
    .box_address {
        width: 100%;
    }

}

.box_padding_fix {
    position: relative;
    height: 75px;
    background-color: #eef5fb;
}

.box_fix_coast {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: -160px;
    z-index: 80;
    min-width: 320px;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.box_fix_coast.active {
    bottom: 0;
}

.fix_phone {
    width: 100%;
    background-color: #1e2122;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.fix_phone.active {
    bottom: 76px;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.fix_order {
    width: 100%;
    background-color: #1e2122;
    z-index: 2;
    border-top: 1px #444444 solid;
    border-bottom: 1px #444444 solid;
    position: relative;
}

.fix_order_ul:after {
    content: '';
    display: table;
    clear: both;
}

.fix_order_ul {
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

.fix_order_ul li {
    height: 75px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 38px 0 30px;
    background: url("/local/templates/radioteh/css/../images/order_li.png") no-repeat scroll right 0 transparent;
}

.fix_order_ul li.fix_button_li {
    padding: 15px 0 16px;
    background-image: none;
    float: right;
}

.fix_order_ul li.fix_button_li .red_button {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 180px;
    height: 44px;
    line-height: 44px;
}

.fix_order_ul li.first_li {
    padding: 0 38px 0 0;
    font: 16px/75px 'OpenSans-Italic';
    color: #ffffff;
}

.fix_order_ul li.tree_li {
    font: 16px/75px 'OpenSans-Italic';
    color: #ffffff;
}

.fix_order_ul li.two_li {
    padding: 15px 38px 0 30px;
    position: relative;
}

.fix_order_ul li.two_li .all_phone {
    font-size: 16px;
    color: #0195e9;
    border-bottom: 1px #0195e9 dotted;
    cursor: pointer;
}

.fix_order_ul li.two_li .call {
    font: 18px/44px 'OpenSans-Light';
    color: #ffffff;
    padding: 10px 0 10px;
    margin: 0 15px 0 0;
}

.fix_order_ul li.two_li .all_phone:hover,
.fix_order_ul li.two_li .call:hover {
    opacity: 0.7;
}

.fix_order_ul li.two_li .call:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 21px;
    background: url("/local/templates/radioteh/css/../images/call.png") no-repeat scroll 0 0 transparent;
    margin: 0 5px -4px 0;
}

.fix_order_ul li.two_li .call.kyivstar:before {
    content: '';
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url("/local/templates/radioteh/css/../images/kyivstar.png") no-repeat scroll 0 0 transparent;
    margin: 0 5px -4px 0;
}

.fix_phone_ul:after {
    content: '';
    display: table;
    clear: both;
}

.fix_phone_ul {
    margin: 0 auto 26px;
    padding: 23px 0 0;
    max-width: 688px;
}

.fix_phone_ul li:first-child {
    text-align: left;
}

.fix_phone_ul li:nth-child(2) {
    text-align: center;
}

.fix_phone_ul li {
    float: left;
    width: 33.33%;
    padding: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 27px;
    text-align: right;
    position: relative;
}

.click_fix_phone {
    position: absolute;
    top: 50%;
    right: 152px;
    margin-top: -32.5px;
    cursor: pointer;
    z-index: 2;
    width: 141px;
    height: 65px;
    background: url("/local/templates/radioteh/css/../images/Phone-hide-fixed@2x.png") no-repeat scroll right 0 transparent;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -khtml-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    font: 12px/16px 'OpenSans-Bold';
    text-align: right;
    padding: 15px 2px 0 0;
}

.click_fix_phone span {
    display: inline-block;
    width: 88px;
    text-align: left;
}

.click_fix_phone:hover span {
    color: #00a2ff;
}

.click_fix_phone.hide {
    width: 0;
    padding: 15px 0 0 0;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.fix_phone_ul li a {
    font: 18px/27px 'OpenSans-Light';
    color: #ffffff;
}

.fix_phone_ul li a:hover {
    opacity: 0.7;
}

.fix_phone_ul a.vodafone:before {
    content: '';
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url("/local/templates/radioteh/css/../images/vodafone.png") no-repeat scroll 0 0 transparent;
    margin: 0 5px -4px 0;
}

.fix_phone_ul a.kyivstar:before {
    content: '';
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url("/local/templates/radioteh/css/../images/kyivstar.png") no-repeat scroll 0 0 transparent;
    margin: 0 5px -4px 0;
}

.fix_phone_ul a.call_top:before {
    content: '';
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url("/local/templates/radioteh/css/../images/call_top.png") no-repeat scroll 0 0 transparent;
    margin: 0 5px -4px 0;
}

@media all and (max-width: 1190px) {
    .fix_order_ul {
        max-width: 720px;
    }

    .fix_order_ul li.first_li {
        display: none;
        padding: 15px 38px 0 0;
    }

    .fix_order_ul li.two_li {
        padding: 15px 38px 0 0;
    }

    .fix_order_ul li.tree_li .hide_text {
        display: none;
    }

}

@media all and (max-width: 680px) {
    .fix_phone {
        display: none;
    }

    .fix_order_ul li.tree_li,
    .fix_order_ul li.two_li {
        display: none;
    }

    .fix_order_ul li.fix_button_li {
        width: 100%;
        float: none;
    }

    .fix_order_ul li.fix_button_li .red_button {
        width: 100%;
    }
}

footer {
    background-color: #1e2122;
}

.footer:after {
    content: '';
    display: table;
    clear: both;
}

.footer {
    margin: 0 auto;
    padding: 31px 0 21px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.footer_left_ul {
    float: left;
    padding: 25px 0 0;
}

.footer_left_ul li:first-child {
    padding: 0 23px 0 0;
}

.footer_left_ul li {
    float: left;
    padding: 0;
    color: #5e606b;
    font-size: 16px;
    line-height: 27px;
    position: relative;
}

.footer_left_ul li .top_phone a {
    font: 16px/27px 'OpenSans-Light';
    color: #acb8c2;
}

.footer_left_ul li .top_phone a:hover {
    opacity: 0.7;
}

.footer_left_ul a.vodafone:before {
    content: '';
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url("/local/templates/radioteh/css/../images/vodafone.png") no-repeat scroll 0 0 transparent;
    margin: 0 5px -4px 0;
}

.footer_left_ul a.kyivstar:before {
    content: '';
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url("/local/templates/radioteh/css/../images/kyivstar.png") no-repeat scroll 0 0 transparent;
    margin: 0 5px -4px 0;
}

.click_footer_phone {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -47px;
    cursor: pointer;
    z-index: 2;
    width: 141px;
    height: 94px;
    background: url("/local/templates/radioteh/css/../images/Phone-hide-footer-down@2x.png") no-repeat scroll right 0 transparent;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -khtml-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    font: 12px/16px 'OpenSans-Bold';
    text-align: right;
    padding: 29px 3px 0 0;
}

.click_footer_phone span {
    display: inline-block;
    width: 88px;
    text-align: left;
}

.click_footer_phone:hover span {
    color: #00a2ff;
}

.click_footer_phone.hide {
    width: 0;
    padding: 29px 0 0 0;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media all and (max-width: 1030px) {
    .click_footer_phone {
        margin-top: -30px;
        right: 50%;
        margin-right: -255px;
        width: 380px;
        height: 60px;
        background-image: url("/local/templates/radioteh/css/../images/Phone-hide-footer-down-768-1@2x.png");
        padding: 21px 20px 0 0;
    }

    .click_footer_phone span {
        width: 277px;
    }

}

@media all and (max-width: 530px) {
    .click_footer_phone {
        margin-top: -47px;
        width: 141px;
        right: 50%;
        margin-right: -132px;
        height: 94px;
        background-image: url("/local/templates/radioteh/css/../images/Phone-hide-footer-down@2x.png");
        padding: 29px 3px 0 0;
    }

    .click_footer_phone span {
        width: 88px;
    }
}

.footer_ul {
    float: right;
    padding: 20px 0 0;
    width: 620px;
    margin: 0 -10px 0 0;
}

.footer_ul li {
    float: left;
    margin: 0;
}

.footer_ul li:nth-child(odd) {
    width: 360px;
}

.footer_ul li a {
    line-height: 31px;
    font-size: 16px;
    color: #acb8c2;
    display: inline-block;
    padding: 0 10px 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footer_ul li a:hover {
    color: #ffffff;
}

.footer_ul li a:active {
    color: #ffffff;
    background-color: #393a3b;
}

.footer_bot {
    margin: 36px 0 0;
    border-top: 1px #353A3E solid;
}

.copyright {
    color: #686f74;
    font-size: 14px;
    padding: 20px 0 0;
    float: left;
}

.design {
    color: #686f74;
    font-size: 14px;
    padding: 17px 0 4px;
    float: right;
}

.design:before {
    content: '';
    width: 33px;
    height: 23px;
    background: url("/local/templates/radioteh/css/../images/design.png") no-repeat scroll 0 0 transparent;
    margin: 0 2px -5px 0;
    display: inline-block;
}

@media all and (max-width: 1030px) {
    .footer_left_ul {
        float: none;
        padding: 11px 0 51px;
        width: 100%;
        border-bottom: 1px #353A3E solid;
        margin: 0 auto;
    }

    .footer_left_ul li:first-child {
        padding: 0;
        margin-bottom: 7px;
    }

    .footer_left_ul li {
        width: 100%;
        float: none;
        text-align: center;
    }

    .footer_left_ul li .top_phone a {
        font-size: 22px;
    }

    .footer_left_ul li .hide {
        display: none;
    }

    .footer_left_ul li .top_phone {
        display: inline-block;
        padding: 0 12px;
    }

    .footer_left_ul a.vodafone:before,
    .footer_left_ul a.kyivstar:before {
        margin: 0 5px -2px 0;
    }

    .footer_ul:after {
        content: '';
        display: table;
        clear: both;
    }

    .footer_ul {
        float: none;
        padding: 17px 0 0;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }

    .footer_ul li:nth-child(odd) {
        width: 340px;
    }

    .footer_bot {
        margin: 29px 0 0;
    }

}

@media all and (max-width: 640px) {
    .footer_ul li:nth-child(odd) {
        width: 310px;
    }
}

@media all and (max-width: 600px) {
    footer .wrapper {
        padding: 0;
    }

    .footer_left_ul {
        float: none;
        padding: 0;
        width: 100%;
        border-bottom: 0 #353A3E solid;
        margin: 0 auto;
    }

    .footer_ul li,
    .footer_ul li:nth-child(odd) {
        width: 100%;
        border-top: 1px #353A3E solid;
        padding: 11px 0;
        text-align: center;
    }

    .footer_bot {
        margin: 0;
        padding: 0 10px;
    }
}

@media all and (max-width: 530px) {
    .footer_left_ul li .top_phone {
        display: block;
        padding: 0;
    }

    .footer_left_ul li .top_phone:first-child {
        margin: 0 0 16px;
    }

    .footer_left_ul li:first-child {
        margin-bottom: 13px;
    }

    .footer_ul {
        padding: 24px 0 0;
    }
}

@media all and (max-width: 380px) {
    .copyright {
        padding: 29px 0 0;
        font-size: 16px;
        float: none;
        width: 100%;
        text-align: center;
    }

    .design {
        padding: 24px 0 11px;
        font-size: 16px;
        float: none;
        width: 100%;
        text-align: center;
    }
}

@media all and (max-width: 330px) {
    .footer_left_ul li .hide {
        display: inline;
    }
}

textarea:focus,
input:focus {
    border-color: #add6fb;
    -webkit-box-shadow: 0 0 4px 1px rgba(173, 214, 251, 1) !important;
    -moz-box-shadow: 0 0 4px 1px rgba(173, 214, 251, 1) !important;
    box-shadow: 0 0 4px 1px rgba(173, 214, 251, 1) !important;
}

textarea.error,
input.error {
    border-color: #F2B2C2;
    -webkit-box-shadow: 0 0 4px 1px rgba(242, 178, 194, 1) !important;
    -moz-box-shadow: 0 0 4px 1px rgba(242, 178, 194, 1) !important;
    box-shadow: 0 0 4px 1px rgba(242, 178, 194, 1) !important;
}

.error {
    /* border-color: #ff0000 !important;*/
}

.up {
    display: none;
    width: 48px;
    height: 48px;
    position: absolute;
    background: url("/local/templates/radioteh/css/../images/up.png") no-repeat scroll 0 0 transparent;
    right: 3px;
    bottom: 80px;
    z-index: 81;
    color: transparent;
    text-indent: -9999px;
    cursor: pointer;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.up.active {
    bottom: 155px;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.up:hover {
    background-image: url("/local/templates/radioteh/css/../images/up_h.png");
}

.up:active {
    background-image: url("/local/templates/radioteh/css/../images/up_a.png");
}

.box_success_page:after {
    content: '';
    display: table;
    clear: both;
}

.box_success_page {
    margin: 0 auto;
    max-width: 820px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 10px 31px 290px;
}

.box_success_page .img_success {
    width: 280px;
    float: left;
    margin: 0 0 0 -280px;
}

.box_success_page .img_success img,
.box_success_page .img_success svg {
    width: 240px;
    height: 224px;
}

.box_success_page .flex_succes {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 240px;
    float: left;
}

.box_success_page .flex_succes h2 {
    margin: 0 0 6px;
    text-align: left;
}

.box_success_page .flex_succes p {
    font: 20px/28px 'OpenSans-Regular';
    margin: 0;
}

@media all and (max-width: 600px) {
    .box_success_page {
        padding: 30px 10px 31px;
    }

    .box_success_page .img_success {
        width: 100%;
        float: none;
        margin: 0 0 20px;
        text-align: center;
    }

    .box_success_page .img_success img,
    .box_success_page .img_success svg {
        width: 240px;
        height: 224px;
    }

    .box_success_page .flex_succes {
        display: block;
        height: auto;
        float: none;
    }

    .box_success_page .flex_succes h2 {
        text-align: center;
    }

    .box_success_page .flex_succes p {
        font-size: 18px;
        line-height: 26px;
        text-align: center;
    }
}

body.error {
    background: url("/local/templates/radioteh/css/../images/error_body.jpg") no-repeat scroll 0 0 transparent;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -khtml-background-size: 100% 100%;
    background-size: 100% 100%;
}

.box_flex {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.b_box_error {
    width: 100%;
}

.logo_error {
    text-align: center;
    padding: 20px 0 35px;
}

.logo_error svg {
    width: 440px;
    height: 55px;
}

.center_error {
    text-align: center;
    font: 100px/100px 'OpenSans-Regular';
    color: #000000;
    margin: 0 auto 47px;
}

.center_error span {
    font: 350px/300px 'OpenSans-Bold';
}

h3.h3_error {
    text-align: center;
    font: 35px/35px 'PFDinDisplayPro-Medium';
    color: #000;
    padding: 0;
    margin: 0 0 8px;
}

.text_error {
    margin: 0 auto 36px;
    font: 25px/25px 'PFDinDisplayPro-Medium';
    text-align: center;
    color: #000000;
    padding: 0 10px;
}

.box_button_error {
    text-align: center;
    width: 100%;
    margin: 0 0 38px;
}

.box_button_error .red_button {
    width: 234px;
}

@media all and (max-width: 820px) {
    .center_error {
        font-size: 60px;
        line-height: 60px;
        margin: 0 auto 18px;
    }

    .center_error span {
        font-size: 200px;
        line-height: 203px;
    }
}

@media all and (max-width: 640px) {
    .logo_error svg {
        width: 306px;
        height: 38px;
    }
}

@media all and (max-width: 540px) {
    .logo_error {
        padding: 20px 0 13px;
    }

    .logo_error svg {
        height: 36px;
        width: 279px;
    }

    .center_error {
        font-size: 35px;
        line-height: 43px;
        margin: 0 auto 18px;
    }

    .center_error span {
        font-size: 120px;
        line-height: 123px;
    }

    h3.h3_error {
        font-size: 28px;
        line-height: 28px;
    }

    .text_error {
        margin: 0 auto 34px;
        padding: 0 10px;
        font-size: 19px;
        line-height: 23px;
    }

    .box_button_error {
        margin: 0 0 26px;
    }

}
/* End */


/* Start:/local/templates/radioteh/css/font.css?14820844893457*/
@font-face {
    font-family: 'OpenSans-Regular';
    src: url('/local/templates/radioteh/css/../fonts/OpenSans-Regular.eot?#iefix');
    src: url('/local/templates/radioteh/css/../fonts/OpenSans-Regular.eot?#iefix') format('majallab-opentype'),
    url('/local/templates/radioteh/css/../fonts/OpenSans-Regular.woff#iefix') format('woff'),
    url('/local/templates/radioteh/css/../fonts/OpenSans-Regular.ttf') format('truetype'),
    url('/local/templates/radioteh/css/../fonts/OpenSans-Regular.svg#font') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Light';
    src: url('/local/templates/radioteh/css/../fonts/OpenSans-Light.eot?#iefix');
    src: url('/local/templates/radioteh/css/../fonts/OpenSans-Light.eot?#iefix') format('majallab-opentype'),
    url('/local/templates/radioteh/css/../fonts/OpenSans-Light.woff#iefix') format('woff'),
    url('/local/templates/radioteh/css/../fonts/OpenSans-Light.ttf') format('truetype'),
    url('/local/templates/radioteh/css/../fonts/OpenSans-Light.svg#font') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'open_sans_semibold';
    src: url('/local/templates/radioteh/css/../fonts/open_sans_semibold.eot?#iefix');
    src: url('/local/templates/radioteh/css/../fonts/open_sans_semibold.eot?#iefix') format('majallab-opentype'),
    url('/local/templates/radioteh/css/../fonts/open_sans_semibold.woff#iefix') format('woff'),
    url('/local/templates/radioteh/css/../fonts/open_sans_semibold.ttf') format('truetype'),
    url('/local/templates/radioteh/css/../fonts/open_sans_semibold.svg#font') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('/local/templates/radioteh/css/../fonts/OpenSans-Bold.eot?#iefix');
    src: url('/local/templates/radioteh/css/../fonts/OpenSans-Bold.eot?#iefix') format('majallab-opentype'),
    url('/local/templates/radioteh/css/../fonts/OpenSans-Bold.woff#iefix') format('woff'),
    url('/local/templates/radioteh/css/../fonts/OpenSans-Bold.ttf') format('truetype'),
    url('/local/templates/radioteh/css/../fonts/OpenSans-Bold.svg#font') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-ExtraBold';
    src: url('/local/templates/radioteh/css/../fonts/OpenSans-ExtraBold.eot?#iefix');
    src: url('/local/templates/radioteh/css/../fonts/OpenSans-ExtraBold.eot?#iefix') format('majallab-opentype'),
    url('/local/templates/radioteh/css/../fonts/OpenSans-ExtraBold.woff#iefix') format('woff'),
    url('/local/templates/radioteh/css/../fonts/OpenSans-ExtraBold.ttf') format('truetype'),
    url('/local/templates/radioteh/css/../fonts/OpenSans-ExtraBold.svg#font') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Italic';
    src: url('/local/templates/radioteh/css/../fonts/OpenSans-Italic.eot?#iefix');
    src: url('/local/templates/radioteh/css/../fonts/OpenSans-Italic.eot?#iefix') format('majallab-opentype'),
    url('/local/templates/radioteh/css/../fonts/OpenSans-Italic.woff#iefix') format('woff'),
    url('/local/templates/radioteh/css/../fonts/OpenSans-Italic.ttf') format('truetype'),
    url('/local/templates/radioteh/css/../fonts/OpenSans-Italic.svg#font') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PFDinDisplayPro-Regular';
    src: url('/local/templates/radioteh/css/../fonts/PFDinDisplayPro-Regular.eot?#iefix');
    src: url('/local/templates/radioteh/css/../fonts/PFDinDisplayPro-Regular.eot?#iefix') format('majallab-opentype'),
    url('/local/templates/radioteh/css/../fonts/PFDinDisplayPro-Regular.woff#iefix') format('woff'),
    url('/local/templates/radioteh/css/../fonts/PFDinDisplayPro-Regular.ttf') format('truetype'),
    url('/local/templates/radioteh/css/../fonts/PFDinDisplayPro-Regular.svg#font') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PFDinDisplayPro-Medium';
    src: url('/local/templates/radioteh/css/../fonts/PFDinDisplayPro-Medium.eot?#iefix');
    src: url('/local/templates/radioteh/css/../fonts/PFDinDisplayPro-Medium.eot?#iefix') format('majallab-opentype'),
    url('/local/templates/radioteh/css/../fonts/PFDinDisplayPro-Medium.woff#iefix') format('woff'),
    url('/local/templates/radioteh/css/../fonts/PFDinDisplayPro-Medium.ttf') format('truetype'),
    url('/local/templates/radioteh/css/../fonts/PFDinDisplayPro-Medium.svg#font') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* End */


/* Start:/local/templates/radioteh/css/owl.carousel.css?14820844903011*/
/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/radioteh/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-webkit-transform .1s ease;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/local/templates/radioteh/css/owl.theme.css?14820876733179*/
/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/

.jcarousel-wrapper {
    margin: 0 auto 67px;
    position: relative;
    padding: 35px 0 0;
}

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 23px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    display: block;
	background-color: #9ba9b6;
    width: 13px;
    height: 13px;
    cursor: pointer;
    border: 4px #eef5fb solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: transparent;
    text-indent: -9999px;
    margin: 0 5px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    opacity: 1;
     background-color: #f81245;
     -webkit-box-shadow: 0 0 1px 2px #f81245;
     -moz-box-shadow: 0 0 1px 2px #f81245;
     box-shadow: 0 0 1px 2px #f81245;
}

.owl-carousel .item {
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px 11px 11px;
	position: relative;
    min-width: 280px;
}

.owl-carousel .item:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 20px;
    height: 16px;
    width: calc(100% - 40px);
    -webkit-box-shadow: 0 0 9px 0 rgba(196, 224, 247, 1);
    -moz-box-shadow: 0 0 9px 0 rgba(196, 224, 247, 1);
    box-shadow: 0 0 9px 0 rgba(196, 224, 247, 1);
    background-color: #ffffff;
}


.box_client {
    width: 100%;
    height: 450px;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 0 9px 0 rgba(196, 224, 247, 1);
    -moz-box-shadow: 0 0 9px 0 rgba(196, 224, 247, 1);
    box-shadow: 0 0 9px 0 rgba(196, 224, 247, 1);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 38px 0;
}

.box_client .client_photo {
    width: 100%;
    text-align: center;
    padding: 0 0 15px;
}

.box_client .client_photo img {
    width: 138px;
    height: 138px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
}

.box_client p {
    line-height: 26px;
    margin-bottom: 26px;
}

@media all and (max-width: 999px) {
    .box_client {
        padding: 40px 20px 0;
    }
}

@media all and (max-width: 650px) {
    .box_client {
        height: auto;
        text-align: center;
        padding: 40px 20px 20px;
    }
}
/* End */
/* /local/templates/radioteh/css/reset.css?14820844901970 */
/* /local/templates/radioteh/css/style.css?1559584541116472 */
/* /local/templates/radioteh/css/font.css?14820844893457 */
/* /local/templates/radioteh/css/owl.carousel.css?14820844903011 */
/* /local/templates/radioteh/css/owl.theme.css?14820876733179 */
