@font-face {
		font-family: "ArialRegular";
		src: url("../fonts/ArialRegular/ArialRegular.eot");
		src: url("../fonts/ArialRegular/ArialRegular.eot?#iefix")format("embedded-opentype"),
		url("../fonts/ArialRegular/ArialRegular.woff") format("woff"),
		url("../fonts/ArialRegular/ArialRegular.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
}

@font-face {
		font-family: "ArialBold";
		src: url("../fonts/ArialBold/ArialBold.eot");
		src: url("../fonts/ArialBold/ArialBold.eot?#iefix")format("embedded-opentype"),
		url("../fonts/ArialBold/ArialBold.woff") format("woff"),
		url("../fonts/ArialBold/ArialBold.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
}

@font-face {
		font-family: "ArialItalic";
		src: url("../fonts/ArialItalic/ArialItalic.eot");
		src: url("../fonts/ArialItalic/ArialItalic.eot?#iefix")format("embedded-opentype"),
		url("../fonts/ArialItalic/ArialItalic.woff") format("woff"),
		url("../fonts/ArialItalic/ArialItalic.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
}

@font-face {
		font-family: "ArialBlack";
		src: url("../fonts/ArialBlack/ArialBlack.eot");
		src: url("../fonts/ArialBlack/ArialBlack.eot?#iefix")format("embedded-opentype"),
		url("../fonts/ArialBlack/ArialBlack.woff") format("woff"),
		url("../fonts/ArialBlack/ArialBlack.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
}

@font-face {
		font-family: "ArialBoldItalic";
		src: url("../fonts/ArialBoldItalic/ArialBoldItalic.eot");
		src: url("../fonts/ArialBoldItalic/ArialBoldItalic.eot?#iefix")format("embedded-opentype"),
		url("../fonts/ArialBoldItalic/ArialBoldItalic.woff") format("woff"),
		url("../fonts/ArialBoldItalic/ArialBoldItalic.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
}

@font-face {
		font-family: "Candara";
		src: url("../fonts/Candara.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
}

@font-face {
		font-family: "Candara Bold";
		src: url("../fonts/Candarab.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
}

html, body {
    width: 100%;
    height: 100%;
    font-family: "ArialRegular";
    color: #3f3f3f;
    background: #fff;
}

.main_container {
    min-height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 84px;
}

header {
    height: 80px;
    border-bottom: 4px solid #4a95da;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    transition: 0.2s;
}

.head_menu {float: right;height: 80px;}

header .head_search {
    display: block;
    float: right;
    height: 40px;
    padding: 20px 0 20px 10px;
    width: 40px;
    position: relative;
    z-index: 2;
}

a.logo {
    float: left;
    height: 80px;
    padding: 8px 0px;
    box-sizing: border-box;
}

a.logo img {
    display: block;
}

.head_menu ul {
    height: 100%;
    position: relative;
}

.head_menu ul li {
    float: left;
    margin: 0;
}

.head_menu ul li a {
    line-height: 80px;
    text-decoration: none;
    color: #3f3f3f;
    padding: 0 10px;
    text-transform: uppercase;
    transition: 0.3s;
    display: block;
}

.head_menu ul li a:hover {
    color: #4a95da;
}

header .head_search input[type="text"] {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 470px;
    box-sizing: border-box;
    padding: 0 50px 0 10px;
    background: #fff;
    border: none;
    border-bottom: 1px solid #57aeff;
    transition: 0.3s;
    opacity: 0;
    transform: scale(0.8);
    transform-origin: right bottom;
    outline: none;
    font-family: "ArialRegular";
    font-size: 15px;
    color: #3f3f3f;
    box-shadow: 0 0 0 20px white;
    visibility: hidden;
}

header .head_search input[type="submit"] {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #57aeff;
    background-image: url(/images/icons/src.png);
    border: none;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    outline: none;
}

header .head_search form {
    position: relative;
    width: 40px;
    height: 40px;
}

header .head_search form:hover input[type="text"] {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

header .head_search form input[type="text"]:focus {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

section.main_slider {
    background: rgb(111,186,255);
    background: -moz-linear-gradient(top, rgba(111,186,255,1) 0%, rgba(68,136,199,1) 100%);
    background: -webkit-linear-gradient(top, rgba(111,186,255,1) 0%,rgba(68,136,199,1) 100%);
    background: linear-gradient(to bottom, rgba(111,186,255,1) 0%,rgba(68,136,199,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fbaff', endColorstr='#4488c7',GradientType=0 );
    height: 325px;
    position: relative;
    z-index: 3;
    transition: 0.2s;
    overflow: hidden;
}

.slideBlock {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.lSSlideOuter {
    height: 100%;
}

.lSSlideWrapper {
    height: 100%;
    padding: 0 100px;
}

div#homeslider {
    height: 100%;
    overflow: visible;
}

.sld_table {
    display: table;
    height: 325px;
    position: relative;
    z-index: 2;
}

.slideBlock.slid1 .sld_image {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    max-height: 100%;
    z-index: 0;
    transition-delay: 0s;
    transform: scale(0.8);
    transition-duration: 0.8s;
    transform-origin: center bottom;
    opacity: 0;
}

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

.sld_table_cell h1 {
    font-family: "Candara Bold";
    color: #fff;
    font-size: 59px;
    text-shadow: 2px 2px 2px #2870b3;
    text-transform: uppercase;
    padding: 0 0 10px;
    transition-delay: 0s;
    opacity: 0;
    transition-duration: 0.6s;
    /* transform: scale(0.8); */
    transform-origin: left center;
    position: relative;
    top: -60px;
}

.slideBlock.slid1 .slide_text {
    font-family: "ArialBold";
    color: #fff;
    font-size: 25px;
    padding: 0 0 40px;
    text-shadow: 1px 1px 2px #2870b3;
    transition-duration: 0.8s;
    opacity: 0;
    transform: scale(0.8);
    transform-origin: left center;
}

.slideBlock.slid1 .slide_a {
    background: #ff5f48;
    color: #fff;
    text-decoration: none;
    line-height: 40px;
    display: inline-block;
    padding: 0 20px;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-size: 17px;
    transition: 0.3s;
    opacity: 0;
}

.slide_a:hover {
    background: #af3e2d;
}

section.main_slider .lSAction a {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

section.main_slider .lSAction a.lSPrev {
    left: 30px;
    background-image: url(/images/icons/arrl.png);
}

section.main_slider .lSAction a.lSNext {
    right: 30px;
    background-image: url(/images/icons/arrr.png);
}

li.lslide.active .sld_table_cell h1 {
    opacity: 1;
    transition-delay: 0.5s;
    transform: scale(1);
    top: 0;
}

li.lslide.active  .slideBlock.slid1 .slide_text {
    transition-delay: 1s;
    opacity: 1;
    transform: scale(1);
}

li.lslide.active .slideBlock.slid1 img.sld_image {
    opacity: 1;
    transform: scale(1);
    transition-delay: 1.5s;
}

.row {
    display: table;
}

.row .col {
    display: table-cell;
}

section .section_title {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    color: #1b191a;
    padding-top: 30px;
    padding-bottom: 45px;
}

.mini_player * {
    display: none;
}

.mini_player .audioplayer-playpause {
    display: block;
    float: left;
    position: relative;
    z-index: 2;
}

.mini_player .audioplayer {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.mini_player .audioplayer-playpause a {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    margin: 4px 8px;
    box-sizing: border-box;
    border: 1px solid #4a95da;
    text-decoration: none;
    font-size: 0;
    background: #fff;
    background-repeat: no-repeat;
    transition: 0.2s;
}

.col_image {
    height: auto;
    box-sizing: border-box;
    text-align: center;
    padding: 175px 15px 21px;
    text-transform: uppercase;
    color: #1b191a;
    font-size: 20px;
    position: relative;
    bottom: 15px;
    left: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    transition: 0.3s;
    line-height: 24px;
    min-width: 255px;
}

section.voices, section.videos {
    padding: 0 0 40px;
    position: relative;
}

.col_block {position: relative;box-sizing: border-box;padding: 0;transition: 0.3s;margin: 0 5px;}

.track_list {
    max-height: 150px;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

.col_block:hover, .col_block.act {
    background: #f7f9fb;
    box-shadow: 0px 0px 8px 3px #e7edf2;
    z-index: 20;
}

.col_block:hover .track_list, .col_block.act .track_list {
    opacity: 1;
    visibility: visible;
}

.col.voice_man .col_image {
    background-image: url(/images/voiceman.png);
}

.col.voice_man .col_block:hover .col_image, .col.voice_man .col_block.act .col_image{
    background-image: url(/images/voicemana.png);
}

.col.voice_woman .col_image {
    background-image: url(/images/voicewoman.png);
}

.col.voice_woman .col_block:hover .col_image, .col.voice_woman .col_block.act .col_image {
    background-image: url(/images/voicewomana.png);
}

.col.voice_kid .col_image {
    background-image: url(/images/voicekid.png);
}

.col.voice_kid .col_block:hover .col_image, .col.voice_kid .col_block.act .col_image {
    background-image: url(/images/voicekida.png);
}

.col.voice_info .col_image {
    background-image: url(/images/voiceinfo.png);
}

.col.voice_info .col_block:hover .col_image, .col.voice_info .col_block.act .col_image {
    background-image: url(/images/voiceinfoa.png);
}

.col.voice_DR .col_image {
    background-image: url(/images/dr.png);
}

.col.voice_DR .col_block:hover .col_image, .col.voice_games .col_block.act .col_image {
    background-image: url(/images/dra.png);
}
.col.voice_sprib .col_image {
    background-image: url(/images/prib.png);
}

.col.voice_sprib .col_block:hover .col_image, .col.voice_games .col_block.act .col_image {
    background-image: url(/images/priba.png);
}
.col.voice_dach .col_image {
    background-image: url(/images/dach.png);
}

.col.voice_dach .col_block:hover .col_image, .col.voice_games .col_block.act .col_image {
    background-image: url(/images/dacha.png);
}

.col.voice_games .col_image {
    background-image: url(/images/voicegame.png);
}

.col.voice_games .col_block:hover .col_image, .col.voice_games .col_block.act .col_image {
    background-image: url(/images/voicegamea.png);
}


.col.voice_music .col_image {
    background-image: url(/images/voicemusic.png);
}

.col.voice_music .col_block:hover .col_image, .col.voice_music .col_block.act .col_image {
    background-image: url(/images/voicemusica.png);
}

.col.voice_message .col_image {
    background-image: url(/images/voicemessage.png);
}

.col.voice_message .col_block:hover .col_image, .col.voice_message .col_block.act .col_image {
    background-image: url(/images/voicemessagea.png);
}

.col.voice_baiki .col_image {
    background-image: url(/images/voicebaiki.png);
}

.col.voice_baiki .col_block:hover .col_image, .col.voice_baiki .col_block.act .col_image {
    background-image: url(/images/voicebaikia.png);
}

.col.voice_chast .col_image {
    background-image: url(/images/voicechast.png);
}

.col.voice_chast .col_block:hover .col_image, .col.voice_chast .col_block.act .col_image {
    background-image: url(/images/voicechasta.png)!important;
}
.col.voice_zk .col_image {
    background-image: url(/images/zk.png);
}
.col.voice_zk .col_block:hover .col_image, .col.voice_chast .col_block.act .col_image {
    background-image: url(/images/zka.png);
}
.col.voice_ke .col_image {
    background-image: url(/images/shcaest.png);
}
.col.voice_ke .col_block:hover .col_image, .col.voice_chast .col_block.act .col_image {
    background-image: url(/images/shcaesta.png);
}
.col.voice_astrol .col_image {
    background-image: url(/images/voiceastrol.png);
}

.col.voice_astrol .col_block:hover .col_image, .col.voice_astrol .col_block.act .col_image {
    background-image: url(/images/voiceastrola.png);
}

.col.voice_zigmund .col_image {
    background-image: url(/images/voicezigmund.png);
}

.col.voice_zigmund .col_block:hover .col_image, .col.voice_zigmund .col_block.act .col_image {
    background-image: url(/images/voicezigmunda.png);
}

.col.voice_drive .col_image {
    background-image: url(/images/voicedrive.png);
}

.col.voice_drive .col_block:hover .col_image, .col.voice_drive .col_block.act .col_image {
    background-image: url(/images/voicedrivea.png);
}

.col.voice_travel .col_image {
    background-image: url(/images/voicetravel.png);
}

.col.voice_travel .col_block:hover .col_image, .col.voice_travel .col_block.act .col_image {
    background-image: url(/images/voicetravela.png);
}

.col_block:hover .col_image, .col_block.act .col_image {
}

.audioBlock {
    border: 1px solid #4a95da;
    margin-right: 20px;
    margin-bottom: 9px;
    height: 42px;
    transition: 0.2s;
    position: relative;
}

.mini_name {
    float: right;
    font-size: 11px;
    line-height: 42px;
    padding: 0px 10px 0 45px;
    color: #4a95da;
    text-transform: uppercase;
    transition: 0.2s;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    text-align: right;
}

.mini_player {
    float: left;
    width: 100%;
    height: 42px;
    position: relative;
    z-index: 5;
}

.audioBlock.act {
    background: #5fb3ff;
}

.audioBlock.act .mini_name {
    color: #ffffff;
    text-shadow: 0 0 5px #4a95da;
}

.audioBlock.act .mini_player .audioplayer-playpause a {
    border: 1px solid #ffffff;
}

.audioplayer-stopped .audioplayer-playpause a {
    background-image: url(/images/icons/play-button.png);
    background-position: 8px center;
    background-size: 18px;
}

.audioplayer-playing .audioplayer-playpause a {
    background-image: url(/images/icons/pause-button.png);
    background-position: center center;
    background-size: 18px;
    box-shadow: 0 0 2px 0px #4a95da;
}

.audioplayer-bar {
    height: 100%;
}

.audioplayer-bar-loaded {
    height: 100%;
}

.audioplayer-bar-played {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #4a95da;
    z-index: 0;
}

.col_block:hover .col_image:after, .col_block.act .col_image:after {
    opacity: 1;
}

.col_image:after {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(/images/icons/rdown.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    border-top: 1px solid #ff5f45;
    opacity: 0;
    transition: 0.3s;
}

section.voices .row .col {
    width: 33.333%;
}

section.videos {
    background: #f1f7fc;
    z-index: 3; 
}

.hover_block {
    position: absolute;
    top: 100%;
    background: #f7f9fb;
    width: 100%;
    padding: 0 15px 15px;
    box-sizing: border-box;
    box-shadow: 0px -13px 0px 0px #f7f9fb, 0px 0px 8px 3px #e7edf2;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
}

.col_block:hover .hover_block, .col_block.act .hover_block {opacity: 1;visibility: visible;}

.hover_block p {
    margin: 0 0 15px;
    font-size: 14px;
    color: #878889;
    line-height: 18px;
    text-align: center;
}

section.voices {
    z-index: 4;
}

section.videos .row .col {
    width: 25%;
}

.section_left_title.adaptive {
    font-size: 25px;
    color: #4a95da;
    padding-bottom: 50px;
    text-transform: uppercase;
}

.section_left_title.adaptive:before {
    content: "";
    display: block;
    width: 100%;
    border-left: 20px solid #fff;
    border-right: 20px solid #fff;
    background: #4a95da;
    height: 1px;
    position: absolute;
    top: 12px;
    left: 0;
    box-sizing: border-box;
}

.section_left_title.adaptive
 span {
    position: relative;
    padding-right: 15px;
    background: #fff;
}

section.programms {
    padding: 0 0 40px;
    position: relative;
    z-index: 2;
    overflow: visible;
}

section.programms .adaptive .row {
    margin: 0 auto;
}

::-webkit-scrollbar{
    width:10px;
}

::-webkit-scrollbar-thumb{
    border-width:1px 1px 1px 2px;
    background-color: #bbbcbd;
}

::-webkit-scrollbar-thumb:hover{
    border-width: 1px 1px 1px 2px;
    background-color: #4a95da;
}

::-webkit-scrollbar-track{
    border-width:1px;
    background: #d4d5d6
}

.footer {
    height: 200px;
}

footer {
    height: 225px;
    margin-top: -200px;
    background: #ececec;
    transition: 0.2s;
}

section.programms.last {
    z-index: 1;
}

.adaptive.table_foot {
    display: table;
}

.foot_col {
    display: table-cell;
    vertical-align: top;
    padding: 30px 0;
}

.foot_col.foot_contacts {
    width: 485px;
}

.foot_col.foot_contacts ul {
    float: left;
    padding: 0 30px;
    border-left: 1px solid #d4d4d4;
}

.foot_col.foot_contacts ul li a {
    text-decoration: none;
    color: #0096dd;
    line-height: 32px;
}

.foot_col.foot_contacts ul li a img {
    float: left;
    margin-right: 10px;
}

.foot_col.foot_contacts ul li a:after {
    content: "";
    display: block;
    clear: both;
}

.foot_col.foot_contacts ul li {
    margin: 0 0 15px;
}

.foot_col.copyright {
    font-size: 16px;
    line-height: 20px;
    padding-right: 20px;
}

.head_menu ul li.decel {height: 5px;position: absolute;top: 0;background: #ff6d58;transition: 0.3s;box-sizing: border-box;border-left: 10px solid white;border-right: 10px solid white;}

.pagetitle {
    font-size: 30px;
    color: #1b191a;
    text-transform: uppercase;
    padding: 35px 0 25px;
}

article p {
    font-size: 14px;
    color: #474646;
    margin: 0 0 15px;
    line-height: 18px;
}

article em {
    font-style: italic;
}

article strong {
    font-family: "ArialBold";
}

hr.rasp {
    border: none;
    height: 0px;
    clear: both;
    display: block;
    margin: 0;
}

.page_contacts ul {
    float: left;
    margin-right: 30px;
}

.page_contacts li {
    font-size: 20px;
    margin: 0 0 15px;
}

.page_contacts li strong {
    color: #ff5f48;
}

a {
    color: #4a95da;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.page_contacts ul:first-child {
    border-right: 1px solid #e4dce0;
    padding-right: 30px;
}

.page_contacts {
    padding: 0 0 40px;
    transition: 0.2s;
}

section.contacts {
    background: white;
    position: relative;
    z-index: 2;
    transition: 0.2s;
}

section.contacts_map {
    height: 340px;
    position: relative;
    z-index: 1;
}

.fixed_map {
    width: 100%;
    height: 100%;
    position: fixed;
    bottom: 0;
}

body.contacts_page footer {
    position: relative;
    z-index: 3;
    box-shadow: 0 -2px 0 0 #fff;
}

ymaps.ymaps-2-1-47-copyrights-pane {
    display: none;
}

ymaps.ymaps-2-1-47-controls-pane {
    display: none;
}

.audio_Block {
    display: table;
    height: auto;
    width: 100%;
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    padding-top: 24px;
}

.cont_player {
    width: 860px;
    margin: 0 auto;
}

section.home_player .adaptive.pagetitle {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

.big_player .audioplayer-playpause {
    display: none;
}

.big_player .audioplayer-time.audioplayer-time-duration {
    display: none;
}

.big_player .audioplayer-volume {
    display: none;
}

.big_player .audioplayer-bar {
    height: 8px;
    position: relative;
    background: #e6e5e5;
    cursor: pointer;
}

.audio_Block.act {
    opacity: 1;
    visibility: visible;
}

.sound_players {
    height: 32px;
    position: relative;
    padding: 20px 0 0;
}

.big_player .audioplayer-time.audioplayer-time-current {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 18px;
    color: #969595;
    font-size: 17px;
}

.big_name {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 18px;
    color: #969595;
    font-size: 17px;
    padding-left: 20px;
    background-image: url(/images/icons/play-button.png);
    background-repeat: no-repeat;
    background-size: auto 80%;
    background-position: left center;
}

section.home_player {
    padding: 0 0 30px;
}

.sound_buttons {
    padding: 30px 0 0;
    text-align: center;
}

.sound_buttons div {
    margin: 0 10px;
    text-decoration: none;
    border: 1px solid #4a95da;
    height: 46px;
    display: inline-block;
    line-height: 44px;
    padding: 0 15px 0 50px;
    text-transform: uppercase;
    box-sizing: border-box;
    position: relative;
    opacity: 0.5;
    color: #4a95da;
    transition: 0.3s;
    cursor: no-drop;
}

.sound_buttons div.big_pause {
    border: 1px solid #ff5f48;
    color: #ff5f48;
}

.sound_buttons div:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background-image: url(/images/icons/play-button.png);
    margin: 7px 10px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 8px center;
    border: 1px solid #4a95da;
    box-sizing: border-box;
}

.sound_buttons div.big_pause:before {
    background-image: url(/images/icons/pause-buttono.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 6px center;
    border: 1px solid #ff5f48;
}

.sound_buttons div.act {
    opacity: 1;
    cursor: pointer;
}

.sound_buttons div.big_pause.act:hover {
    background: rgba(255, 95, 72, 0.2);
}

.sound_buttons div.big_play.act:hover {
    background: rgba(74, 149, 218, 0.2);
}

span.cursor_line {
    height: 100%;
    background: rgba(74, 149, 218, 0.3);
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.sound_col {
    display: table-cell;
    width: 50%;
    padding-right: 10px;
}

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

.sound_col:last-child {
    padding: 0 0 0 10px;
}

.sound_col select {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    padding: 0 15px;
    border: 1px solid #b9b9b9;
    text-transform: uppercase;
    margin: 0;
    outline: none;
    background-image: url(/images/icons/select.png);
    background-repeat: no-repeat;
    background-position: 96% center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
}

.audioBlock:last-child {
    margin-bottom: 0;
}

section.services {
    padding: 0 0 40px;
    background: #f1f7fc;
}

section.services .col_image:before {
    content: "";
    display: block;
    width: 130px;
    height: 130px;
    background: #fff;
    position: absolute;
    top: 30px;
    border-radius: 100%;
    box-sizing: border-box;
    border: 2px solid #4a95da;
    left: 25%;
    background-repeat: no-repeat;
    transition: 0.3s;
    background-position: center center;
}

section.services .col:nth-of-type(1) .col_image:before {
    background-image: url(/images/icons/srv1.png);
}

section.services .col:nth-of-type(2) .col_image:before {
    background-image: url(/images/icons/srv2.png);
}

section.services .col:nth-of-type(3) .col_image:before {
    background-image: url(/images/icons/srv3.png);
}

section.services .col:nth-of-type(4) .col_image:before {
    background-image: url(/images/icons/srv4.png);
}

section.services .col_block:hover .col_image:before {
    border: 2px solid #ff5f45;
}

section.services .section_title.adaptive {
    padding-bottom: 30px;
}

section.faq {
    background: #ff5f48;
    text-align: center;
    margin: 0 0 40px;
}

section.faq .section_title.adaptive {
    font-size: 24px;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 0;
}

section.faq .section_title.adaptive span {
    padding-left: 40px;
    background-image: url(/images/icons/faq.png);
    background-repeat: no-repeat;
    background-position: left center;
}

a.faq_link {height: 40px;display: inline-block;line-height: 40px;text-decoration: none;color: #fff;background: #4a95da;border: 1px solid #fff;padding: 0 15px;position: relative;top: 20px;font-size: 18px;text-transform: uppercase;transition: 0.3s;}

section.services .col_block:hover {
    background: #fff;
}

section.services .hover_block {
    background: #fff;
    box-shadow: 0px -13px 0px 0px #ffffff, 0px 0px 8px 3px #e7edf2;
}

.clientBlock {
    height: 55px;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
    padding: 0 5px;
    display: table;
    margin: 0 auto;
    width: 100%;
}

.clientBlock a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

section.clients {
    height: 220px;
}

section.clients .lSSlideWrapper {
    padding: 0;
    margin: 0 100px;
}

.clientBlock a img {
    max-width: 100%;
    max-height: 100%;
    opacity: 0;
    display: none;
}

section.clients .lSAction {
    width: 100%;
    height: 0px;
}

section.clients .lSSlideOuter {
    position: relative;
}

section.clients .adaptive {
    height: 55px;
}

section.clients .lSAction a {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
}

section.clients .lSAction a.lSPrev {
    left: 30px;
    background-image: url(/images/icons/arrlb.png);
}

section.clients .lSAction a.lSNext {
    background-image: url(/images/icons/arrrb.png);
    right: 30px;
}

section.clients .section_title.adaptive {
    height: auto;
}

section.home_create {
    height: 370px;
    background-image: url(/images/backcreate.png);
    background-size: 1920px 370px;
    background-position: center center;
    background-color: #f1f7fc;
    text-align: center;
}

section.home_create .adaptive.pagetitle, section.home_form .adaptive.pagetitle {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

.load_bar {
    height: 30px;
    background: #dfdfdf;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 0 30px;
}

.loaded {
    height: 100%;
    background: #4a95da;
    width: 40%;
}

.load_bar span {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

section.home_create {}

section.home_create h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 15px;
}

section.home_create a {
    background: #fff;
    color: #ff5f48;
    padding: 0 20px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    border: 1px solid #ff5f48;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    transition: 0.3s;
}

.radio_block {
    display: table;
    margin: 0 auto 20px;
    text-align: left;
    font-size: 17px;
    color: #5c5b5b;
}

.radio_block .radio {
    margin: 0 0 10px;
    line-height: 20px;
}

.radio_block .radio input {
    display: none;
}

.radio_block label span {
    float: left;
    width: 20px;
    height: 20px;
    background: #4a95da;
    margin-right: 10px;
    border-radius: 100%;
    border: 1px solid #939393;
    box-shadow: inset 0 0 0px 10px #fff;
    transition: 0.3s;
    cursor: pointer;
    box-sizing: border-box;
}

.radio_block input:checked + label span {
    box-shadow: inset 0 0 0px 5px #fff;
}

a.faq_link:hover {
    background: #57aeff;
}

section.home_create a:hover {
    background: #ffdfdb;
}

section.home_form p {
    text-align: center;
    font-size: 17px;
    color: #4d4c4c;
    margin: 0 0 25px;
}

section.home_form {
    padding: 0 0 50px;
}

section.home_form .table {
    display: table;
    width: 100%;
}

section.home_form .table .col {
    display: table-cell;
    width: 50%;
    padding-right: 10px;
    vertical-align: top;
}

section.home_form .table .col:last-child {
    padding-right: 0;
    padding-left: 10px;
}

.input_text input {
    width: 100%;
    height: 42px;
    margin: 0;
    padding: 0 15px;
    border: 1px solid #b9b9b9;
    box-sizing: border-box;
    outline: none;
    font-family: "ArialRegular";
    transition: 0.3s;
}

section.home_form .table .col .input_text {
    padding: 0 0 20px;
}

.input_text.textarea textarea {
    width: 100%;
    height: 166px;
    margin: 0;
    padding: 13px 15px;
    border: 1px solid #b9b9b9;
    box-sizing: border-box;
    outline: none;
    font-family: "ArialRegular";
    position: relative;
    resize: none;
    transition: 0.3s;
}

.info_file {
    float: left;
    text-align: left;
}

section.home_form .info_file p {
    text-align: left;
    font-size: 11px;
    line-height: 14px;
    color: #9c9a9a;
}

.info_file h4 {
    color: #6b6b6b;
    font-size: 17px;
    text-transform: uppercase;
    padding: 0 0 5px;
}

.input_submit {
    text-align: right;
}

.input_file input {
    display: none;
}

.input_file label {
    font-size: 18px;
    color: #4a95da;
    text-transform: uppercase;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    padding: 0 15px;
    border: 1px solid #57aeff;
    font-family: "ArialRegular";
    cursor: pointer;
    transition: 0.3s;
}

.input_file label:hover {
    background: rgba(74, 149, 218, 0.2);
}

.input_submit button {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    padding: 0 15px;
    border: 1px solid #ff6d58;
    font-family: "ArialRegular";
    cursor: pointer;
    transition: 0.3s;
    background: none;
    background: #ff6d58;
}

.input_submit button:hover {
    background: #ffe5e2;
    color: #ff6d58;
}

.pagetitle.center {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

.faq_titles {
    height: 50px;
    background: #ff5f48;
    font-family: "ArialBold";
    position: relative;
}

.faq_titles .col {
    width: 50%;
    text-align: center;
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
}

.faq_titles:before {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #4a95da;
}

.faq_content:before {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #f3f8fc;
}

.faq_content {
    position: relative;
}

.faq_content .col {
    padding: 30px 25px;
    width: 50%;
}

.faq_category {
    text-transform: uppercase;
    font-size: 24px;
    color: #468bcb;
    font-family: "ArialBold";
    margin: 0 0 15px;
    text-decoration: underline;
}

.faq_answer {
    font-size: 15px;
    color: #575a5e;
    line-height: 18px;
    display: block;
    overflow: hidden;
    height: 0;
}

.faq_question {
    color: #1b191a;
    font-size: 18px;
    margin: 0 0 5px;
    cursor: pointer;
    text-decoration: underline;
    line-height: 22px;
    transition: 0.3s;
}

.faqblock {
    margin: 0 0 10px;
    width: 100%;
}

.answ {
    transform: scale(0.5);
    transform-origin: left top;
    transition: 0.4s;
}

.faqblock.act .faq_answer .answ {
    transform: scale(1);
}

.faqblock.act .faq_question {
    color: #4a95da;
}

.search_pole.head_search {
    width: 100%;
    float: none;
    margin: 0 0 20px;
}

.search_pole.head_search form {
    width: 100%;
    height: 40px;
    position: relative;
}

.search_pole.head_search form input[type="submit"] {
    width: 40px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-color: #57aeff;
    background-image: url(/images/icons/src.png);
    border: none;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    outline: none;
    outline: none;
}

.search_pole.head_search form input[type="text"] {
    padding: 0 50px 0 10px;
    height: 100%;
    width: 100%;
    border: 1px solid #57aeff;
    outline: none;
}

.sisea-results-list {
    padding: 0px 0 30px;
}

.sisea-result a .extract {
    padding-left: 30px;
}

.sisea-result a:hover h3 {
    color: #ff5f48;
}

.sisea-result a:hover .extract p {
    color: #000000;
    transition: 0.2s;
}

.sisea-result a .extract p {
    transition: 1s;
    display: inline-block;
    width: 100%;
}

.sisea-result a {
    text-decoration: none;
}

.sisea-result a h3 {
    color: #5c92d3;
}

span.sisea-page a {
    color: #5c92d3;
    width: 28px;
    height: 28px;
    display: block;
    text-decoration: none;
}

span.sisea-page {
    display: inline-block;
    color: #5c92d3;
    text-decoration: none;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    box-sizing: border-box;
    border: 1px solid #5c92d3;
    font-size: 17px;
    transition: 0.2s;
    margin: 0 2px;
    text-align: center;
    font-family: "ArialRegular";
}

.sisea-paging {
    font-size: 0;
    padding: 0 0 20px;
}

span.sisea-current-page {
    color: #fff;
    background: #5c92d3;
}

span.sisea-page:hover {
    background: #d0e5ff;
}

span.sisea-current-page:hover {
    color: #fff;
    background: #5c92d3;
}

.input_text input:focus {
    border: 1px solid #4a95da;
}

.input_text.textarea textarea:focus {
    border: 1px solid #4a95da;
}

.slideBlock.slid2 .slide_text {
    background: #ff6d58;
    font-size: 25px;
    color: #fff;
    line-height: 50px;
    display: inline-block;
    padding: 0 15px;
    text-transform: uppercase;
    font-family: "ArialBold";
    margin-top: 20px;
    transition-duration: 0.8s;
    transform-origin: left center;
    opacity: 0;
    top: 50px;
    position: relative;
}

li.lslide.active .slideBlock.slid2 .slide_text {
    opacity: 1;
    transition-delay: 1s;
    top: 0;
}

.slideBlock.slid2 .sld_image {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    max-height: 100%;
    z-index: 0;
    transition-delay: 0s;
    transform: scale(0.8);
    transition-duration: 0.8s;
    transform-origin: center bottom;
    opacity: 0;
    right: -100px;
}

li.lslide.active .slideBlock.slid2 .sld_image {
    opacity: 1;
    transform: scale(1);
    transition-delay: 1.5s;
    right: 0;
}

.slideBlock.slid3 .slide_text {
    color: #fff;
    font-family: "ArialBold";
    font-size: 25px;
    text-transform: uppercase;
    line-height: 30px;
    padding-left: 70px;
    background-image: url(/images/icons/rub.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin-top: 10px;
    opacity: 0;
    transition-duration: 0.8s;
    transform: scale(1.4);
    transform-origin: left center;
}

li.lslide.active .slideBlock.slid3 .slide_text {
    opacity: 1;
    transform: scale(1);
    transition-delay: 1s;
}

.slideBlock.slid3 img.sld_image {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    max-height: 100%;
    z-index: 0;
    transition-delay: 0s;
    transform: scale(0.8);
    transition-duration: 0.8s;
    transform-origin: center bottom;
    opacity: 0;
    right: 0;
    top: 20px;
    transform: scale(0.3);
    transform-origin: center center;
}

li.lslide.active .slideBlock.slid3 img.sld_image {
    opacity: 1;
    transform: scale(1);
    transition-delay: 1.5s;
}

li.lslide.active .slideBlock.slid1 .slide_a {
    opacity: 1;
    transition-delay: 1.5s;
}

section.main_slider .lSSlideOuter {
    overflow: visible;
}

section.main_slider .lSSlideOuter .lSSlideWrapper {
    overflow: visible;
}

.adaptive.inside .pagetitle.center {
    text-align: center;
    padding-bottom: 20px;
}

.create_rolik_table {
    display: block;
}

.create_rolik_table .row {
    display: table;
    width: 100%;
    padding: 0 0 20px;
}

.create_rolik_table .row .col {
    vertical-align: bottom;
    padding: 0 10px;
    position: relative;
}

.row.rw1 .col {
    width: 50%;
}

.col_title {
    color: #468bca;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0px 0 10px;
}

.input_radio input {
    display: none;
}

.row.rw1 .col:last-child {
}

label.radio_check {
    font-size: 16px;
    height: 46px;
    border: 1px solid #b9b9b9;
    display: block;
    line-height: 44px;
    box-sizing: border-box;
    padding: 0 15px;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
    min-width: 100px;
}

label.radio_check span {
    float: right;
    width: 24px;
    height: 24px;
    margin: 10px 0 10px 10px;
    border: 1px solid #b9b9b9;
    box-sizing: border-box;
    transition: 0.3s;
    background: #fff;
}

.input_radio input:checked + label.radio_check span {
    background: #ff6d58;
    box-shadow: inset 0 0 0 3px #fff;
}

label.radio_check:hover {
    background: rgba(255, 252, 0, 0.2);
}

hr.oline {
    height: 2px;
    border: none;
    background: #ff5f48;
    margin: 0 10px 20px;
}

.create_rolik_form .input_text input {
    height: 46px;
    font-size: 16px;
    color: #737373;
}

.row.rw2 .col:nth-of-type(1) {
    width: 140px;
}

.create_rolik_form .input_text.textarea textarea {
    font-size: 16px;
    color: #737373;
    height: 120px;
}

.audiocheckBlock {
    display: block;
    float: left;
}

input.check_dictor {
    display: none;
}

input.check_dictor:checked + .label_dictor {
    color: #57aeff;
    background: rgb(221, 239, 255);
}

.dictor_player {position: relative;float: left;display: none;margin-right: 10px;}

.label_dictor {
    cursor: pointer;
    padding: 0 10px 0 10px;
    line-height: 34px;
    display: block;
    transition: 0.3s;
    background: transparent;
    float: left;
}

.dictor_player * {
    display: none;
}

.dictor_player .audioplayer-playpause a {
    display: block;
    font-size: 0;
    width: 30px;
    height: 34px;
    background-repeat: no-repeat;
    border-right: 1px solid #b9b9b9;
    box-shadow: none !important;
}

.dictor_player .audioplayer-playpause {
    display: block;
}

.dictor_player .audioplayer {
    display: block;
}

.dictors.act .audiocheckBlock {clear: both;width: 100%;}

.audiocheckBlock:after {
    content: "";
    display: block;
    clear: both;
}

.convoic {
    display: table-cell;
    width: 33.333%;
    padding: 10px 10px 0;
    transform-origin: center top;
    transform: scale(0.8);
    transition: 0.6s;
}

.dictors {
    width: 100%;
    display: table;
    height: 0;
    position: relative;
    z-index: 100;
    left: 0;
    box-sizing: border-box;
    padding: 0 40px 0px 0px;
    transition: 0.6s;
    top: 0;
    background: #fff;
    border: 1px solid #b9b9b9;
    min-height: 46px;
}

.convoic_tit {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #57aeff;
    color: #fff;
}

.dictors.act {
    opacity: 1;
    visibility: visible;
}

.dictors.act .convoic {
    transform: scale(1);
}

input.check_dictor:checked + .audiocheck_cont {
    display: block;
}

.audiocheck_cont {
    display: none;
    border: 1px solid #b9b9b9;
    background: #fff;
    margin: 4px 0 4px 4px;
    position: relative;
}

.dictors.act .audiocheck_cont {
    display: block;
}

.dictors .dictors_but {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 100%;
    background: #fff;
    right: 0;
    top: 0;
    cursor: pointer;
    background-image: url(/images/icons/select.png);
    background-position: center 15px;
    background-repeat: no-repeat;
    background-color: #d7f2ff;
    border-left: 1px solid #b9b9b9;
}

.check_dictor:disabled + .audiocheck_cont {
    opacity: 0.4;
}

.audiocheck_cont:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 5;
    content: "";
    cursor: no-drop;
    display: none;
}

.check_dictor:disabled + .audiocheck_cont:before {
    display: block;
}

.dictors.act .dic_cont {
    display: table-cell;
    padding: 0 10px 0 5px;
    border-left: 1px solid #b9b9b9;
}

.dic_title {
    display: none;
    text-align: center;
    padding: 0 0;
    line-height: 40px;
    font-size: 16px;
}

.dictors.act .dic_title {
    display: block;
}

.dic_cont.diccont2 .audiocheck_cont {
    background: #ffdbd6;
}

.dic_cont.diccont3 .audiocheck_cont {
    background: #d8ffcd;
}

.dic_cont.diccont1 .audiocheck_cont {
    background: #daedff;
}

.dic_cont.diccont3 input.check_dictor:checked + .audiocheck_cont {
    border: 1px solid #308817;
    background: #308817;
    color: #fff;
}

.dic_cont.diccont2 input.check_dictor:checked + .audiocheck_cont {
    border: 1px solid #b53624;
    background: #b53624;
    color: #fff;
}

.dic_cont.diccont1 input.check_dictor:checked + .audiocheck_cont {
    border: 1px solid #296298;
    background: #2766a2;
    color: #fff;
}

.dictors.act .dic_cont:first-child {
    border: none;
}

.input_select select {
    height: 46px;
    border: 1px solid #b9b9b9;
    padding: 0 10px;
    font-family: "ArialRegular";
    width: 100%;
    font-size: 16px;
    color: #757575;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    background-image: url(/images/icons/select.png);
    background-repeat: no-repeat;
    background-position: 99% center;
}

.create_rolik_table .row .col .input_table_row .col {
    padding: 0 20px 0 0;
}

.row.rw9 .input_submit {
    text-align: left;
}

.row.rw1.rw12 .col {
    vertical-align: middle;
}

.priceform {
    font-size: 30px;
    color: #ff5f48;
    font-family: "ArialBold";
    margin: 0 0 10px;
}

.row.rw1.rw12 .col p {
    font-size: 11px;
    color: #939292;
    line-height: 16px;
}

.create_rolik_form {
    padding: 0 0 40px;
}

.audiocheck_cont:after {
    content: "";
    display: block;
    clear: both;
}

.dictors.act .dictor_player {
    display: block;
}

.dictors.act label.label_dictor {
    float: none;
}

span.placeholder {
    height: 100%;
    line-height: 46px;
    padding: 0 15px;
    color: #817575;
    font-size: 16px;
}

.dictors.act span.placeholder, .dictors.noepmty span.placeholder {
    display: none;
}

section.clients #clients li {
    text-align: center;
}

.sound_playerss.none {
    display: none;
    visibility: hidden;
}

select::-ms-expand {
    display: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

div#homeslider li a {
    text-decoration: none;
}

.adaptive.allvoic {
    text-align: center;
    padding: 30px 0 0;
}

.adaptive.allvoic a {
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    background: #ff5f45;
    display: inline-block;
    padding: 10px 15px;
}

.input_file label.act {
    background: #4a95da;
    color: #fff;
    border: 1px solid #4a95da;
}

.input_file label.act:hover {
    background: #276ba9;
    border: 1px solid #276ba9;
}

.info_file h4.act {
    color: #4a95da;
    font-weight: bold;
}

section#videos .mini_name {
    line-height: 16px;
    font-size: 12px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    float: none;
    padding: 2px 10px 2px 45px;
}

section.videos .audioBlock {
    display: table;
    width: 95%;
}

section#videos .mini_player {
    position: absolute;
    z-index: 22;
}

.info.error {
    display: none !important;
}

div#hr_results {}

div#hr_results div#wordsresult {
    display: none !important;
}

#hr_results #resultsbar div#scaleend {
    display: none !important;
}

.dictors.act input.check_dictor:checked + .audiocheck_cont label.label_dictor:after {
    float: right;
}

.dictors input.check_dictor:checked + .audiocheck_cont label.label_dictor:after {
    content: "\2716";
    margin-left: 10px;
    font-size: 18px;
    color: #fff;
}

.dictors.act .dictors_but {
    background: #d63e29;
}

.dictors.act .dictors_but:before {
    content: "\2716";
    width: 100%;
    display: block;
    text-align: center;
    height: 40px;
    color: #fff;
    line-height: 40px;
    font-size: 25px;
}

.dictors.act .audiocheck_cont label.label_dictor:after {
    content: "+";
    float: right;
    font-size: 27px;
    color: rgba(101, 101, 101, 0.75);
}

h4.input_file_name {
    line-height: 40px;
}

.dictors.act .dic_cont.diccont2 input.check_dictor:checked + .audiocheck_cont {
    box-shadow: 0 0 10px 0 #b53624;
}

.dictors.act .dic_cont.diccont3 input.check_dictor:checked + .audiocheck_cont {
    box-shadow: 0 0 10px 0 #308817;
}

.dictors.act .dic_cont.diccont1 input.check_dictor:checked + .audiocheck_cont {
    box-shadow: 0 0 10px 0 #2766a2;
}

.dicop {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.modal_submit_checkbox {
    text-align: right;
    padding: 20px 0 0;
}

.modal_submit_checkbox input {
    display: none;
}

.modal_submit_checkbox label {
    display: inline-block;
    color: #525252;
    padding: 0;
    font-size: 14px;
    margin: 0;
    cursor: pointer;
    text-align: left;
    padding-left: 35px;
    padding-bottom: 20px;
    position: relative;
    line-height: 24px;
}

.modal_submit_checkbox label:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: transparent;
    transition: 0.2s;
    float: left;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
    margin-right: 10px;
    box-shadow: inset 0 0 0 4px #fff;
    position: absolute;
    left: 0;
}

.modal_submit_checkbox input:checked + label:before {
    background: #ff6d58 !important;
}

.input_submit button.disb {
    opacity: 0.5;
    cursor: default;
}

.input_submit button.disb:hover {
    background: #ff6d58;
    color: #fff;
}

.rc-anchor-light{
    border: 0!important;
    background: #fff!important;
}

section.home_form .modal_submit_checkbox {
    float: left;
    padding: 0;
}

body.article_page section.contacts {
    padding: 0 0 40px;
}