input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus,input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
	-webkit-text-fill-color: #727272 !important;
	transition: background-color 600s ease-in-out 0s;
}
 
 


.main {
    min-height: 100%;
    position: relative;
}

.wrapper {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}

.user_gal .wrapper {
	max-width: 980px;
}

.wrapper_small {
    max-width: 620px;
    margin: 0 auto;
    position: relative;
}

h2 {
    font-size: 50px;
    line-height: 1;
    color: #323232;
    margin-bottom: 15px;
    font-family: 'robotomedium', sans-serif;
    font-weight: normal;
}

p {
    color: #323232;
    font-size: 13px;
    line-height: 20px;
    margin: 10px 0;
}

img {
    max-width: 100%;
    height: auto;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

header, section, footer {
    padding: 0 10px;
}

.white_bg {
    background: #fff;
}

.bg_grad {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #e4e7eb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e4e7eb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e4e7eb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e4e7eb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e4e7eb 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#e4e7eb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e7eb',GradientType=0 ); /* IE6-9 */
}

header * {
    box-sizing: border-box;
}

.borda_top_wrap .table_cell:first-child {
    width: 25%;
}

.borda_top_wrap.table {
    padding: 35px 10px;
}

.logo {
    display: inline-block;
    background: url("/skin/img/logo.svg") no-repeat 0 0;
    width: 238px;
    height: 56px;
    margin-right: 20px;
}

.menu_1 {
    font-size: 0;
    letter-spacing: 0;
    display: block;
    border-bottom: 1px solid #dce1e5;
}

.menu_1 li {
    display: inline-block;
    font-family: 'noto_sansregular',sans-serif;
    margin: 0 16px;
    box-sizing: border-box;
    position: relative;
}
.menu_1 li:first-child {
    margin-left: 0;
}
.menu_1 li:after,
.menu_1 li.active:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    background-color: #3949ab;
    height: 2px;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.menu_1 li:hover:after,
.menu_1 li.active:after {
    width: 100%;
}

.menu_1 li:hover a,
.menu_1 li.active a{
    color: #3949ab;
}

.menu_1 li a {
    padding-bottom: 18px;
    font-size: 13px;
    color: #727272;
    display: inline-block;
    box-sizing: border-box;
}

.menu_2, .menu_3 {
    display: none;
    font-size: 13px;
    color: #727272;
}

.menu_3 {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 6px #dce1e6;
    box-sizing: border-box;
    padding: 10px;
    min-width: 110px;
    line-height: 10px;
    margin-top: 25px;
}

.menu_3 .dropmenu.filters {
    left: 0;
    top: 110%;
}

.menu_2,
.menu_3 {
    position: relative;
    cursor: pointer;
}

.menu_2 span {
    line-height: 60px;
}

.menu_2:after {
    content: '';
    background: url("/skin/img/icns.svg") 0 -59px no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 4px;

}

.short_menu.active .dropmenu {
    -webkit-animation: anim_open .2s;
    animation: anim_open .2s;
    display: block;
}

/* - drop animation ---*/
.anim_open {
    animation: anim_open .2s;
    -webkit-animation: anim_open .2s;
}


@keyframes anim_open {
    0% {
        transform: scale3d(1.1, 1.1, 1);
        -moz-transform: scale3d(1.1, 1.1, 1);
        -ms-transform: scale3d(1.1, 1.1, 1);
        -o-transform: scale3d(1.1, 1.1, 1);
        -webkit-transform: scale3d(1.1, 1.1, 1);
    }
    100% {
        transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
        -webkit-transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes anim_open {
    0% {
        transform: scale3d(1.1, 1.1, 1);
        -moz-transform: scale3d(1.1, 1.1, 1);
        -ms-transform: scale3d(1.1, 1.1, 1);
        -o-transform: scale3d(1.1, 1.1, 1);
    }
    100% {
        transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
        -webkit-transform: scale3d(1, 1, 1);
    }
}

.dropmenu {
    position: absolute;
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    display: none;
    list-style: outside none none;
    overflow-y: auto;
    z-index: 10000;
}

.dropmenu li {
    white-space: nowrap;
    border: 0 none;
    display: block;
    font-size: 13px;
    margin: 0;
    padding: 5px 10px;
}

.dropmenu li a {
    color: #737373;
    line-height: 20px;
}

.dropmenu li a:hover {
    color: #4393ca;
}

.download_qip {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 5px;
    text-align: right;
}

.download {
    display: inline-block;
    padding: 8px 10px;
    background-color: #039be5;
    color: #fff;
    border-radius: 4px;
    font-size: 13px;
    font-family: "noto_sansregular",sans-serif;
}

.icn_download {
    display: inline-block;
    background: url("/skin/img/icns.svg") -5px -3px no-repeat;
    width: 10px;
    height: 10px;
}


.drop_download li {
    font-size: 12px;
    margin-top: 30px;
    opacity: 0;
    transform: scaleX(0.4) scaleY(0.4);
    -webkit-transform: scaleX(0.4) scaleY(0.4);
    -moz-transform: scaleX(0.4) scaleY(0.4);
    -ms-transform: scaleX(0.4) scaleY(0.4);
    -o-transform: scaleX(0.4) scaleY(0.4);
    transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    text-align: right;
    white-space: nowrap;
    z-index: 0;
    position: relative;
}

.drop_download.open li {
    opacity: 1;
    transform: scaleX(1) scaleY(1);
    -webkit-transform: scaleX(1) scaleY(1);
    -moz-transform: scaleX(1) scaleY(1);
    -ms-transform: scaleX(1) scaleY(1);
    -o-transform: scaleX(1) scaleY(1);
    z-index: 999;
}

.drop_download .text {
    background-color: #333;
    border-radius: 4px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    color: #fff;
    display: inline-block;
    padding: 10px;
    white-space: nowrap;
    font-size: 12px;
}

.drop_download a:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    border-radius: 50%;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    background: url("/skin/img/download_icn.svg") no-repeat;
}
.drop_download .Q2012 a:after {
    background-position: 50% 2px;
    background-color: #a2bf53;
}

li.Q2012 {
    transition: all 0.4s ease-in 0s;
    -webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -o-transition: all 0.4s ease-in 0s;
}

.drop_download .Q2012 a:hover:after {
    background-color: #8dad34;
}

.drop_download.open li.Q2012 {
    transition: all 0.1s ease-in 0s ;
    -webkit-transition: all 0.1s ease-in 0s;
    -moz-transition: all 0.1s ease-in 0s;
    -o-transition: all 0.1s ease-in 0s;
}

.drop_download .mobile a:after {
    background-position: 50% 2px;
    background-color: #ffa000;
}

li.mobile {
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
}

.drop_download .mobile a:hover:after{
 background-color: #ff9205
}

.drop_download.open li.mobile {
    transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
}

.drop_download .shot a:after {
    background-position: 50% -55px;
    background-color: #31a0d6;
}

li.shot {
    transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
}

.drop_download .shot a:hover:after {
    background-color: #4393ca;
}

.drop_download.open li.shot {
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
}

.drop_download .serf a:after {/*
    background-position: 50% -113px;
    background-color: #e64a19;*/
    background: url("/skin/img/sarf.png") no-repeat 50% 50% #e64a19 ;
}

li.serf {
    transition: all 0.1s ease-in 0s;
    -webkit-transition: all 0.1s ease-in 0s;
    -moz-transition: all 0.1s ease-in 0s;
    -o-transition: all 0.1s ease-in 0s;
}

.drop_download .serf a:hover:after {
    background-color: #d84315;
}

.drop_download.open li.serf {
    transition: all 0.4s ease-in 0s;
    -webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -o-transition: all 0.4s ease-in 0s;
}

.more_services li a::before {
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    content: " ";
    display: block;
    height: 40px;
    position: absolute;
    right: 0;
    top: -5px;
    width: 40px;
}

.button_blue {
    display: inline-block;
    background-color: #039be5;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'robotomedium', sans-serif;
    padding: 18px 30px;
    border-radius: 4px;
    margin: 32px 0;
}

.button_blue:hover {
    background-color: #1caee5;
}

.respons {
    max-width: 670px;
    /* margin-right: -50px; */
}

.examples {
    font-size: 0;
    letter-spacing: 0;
    /*text-align: justify;*/
}

.ua-ie .examples {
    font-size: inherit;
}

/*
.examples:after {
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}
*/

.element {
    display: inline-block;
    background: #fff;
    box-shadow: 0 2px 0 0 #dce1e5 ;
    border: 1px solid #dce1e5;
    letter-spacing: normal;
    width: 300px;
    height: 300px;
	margin: 10px;
    transition: all 0.2s linear 0s;
    vertical-align: top;
    box-sizing: border-box;
    border-radius: 3px;
    overflow: hidden;
}

.element:hover {
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05), 0 4px 4px 0 rgba(0, 0, 0, 0.3);
}

.element .separator {
    height: 1px;
    background: #dce1e5;
    width: 300px;
    margin: 10px -20px;
}

.avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin: -44px 8px 7px -3px;
    border: 2px solid #fff;
    -webkit-box-shadow: 3px 4px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    3px 4px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow:         3px 4px 3px 0 rgba(0, 0, 0, 0.1);
}

.avatar img {
    max-width: 100%;
    height: 100%;
}

.prev_image {
    display: block;
    height: 200px;
    overflow: hidden;
}

.info {
    padding: 15px 20px;
    font-size: 10px;
    text-align: left;
}

.info .title {
    color: #3c4cad;
    text-transform: uppercase;
    font-family:'noto_sansregular',sans-serif;
	line-height:14px;
	display: inline-block;
	max-width: 195px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.info .title:hover {
    text-decoration: underline;
}

.info .view {
    color: #737373;
    float: right;
}

.info .view:before {
    content: '';
    display: inline-block;
    background: url("/skin/img/icns.svg") -5px -23px no-repeat;
    width: 12px;
    height: 7px;
    margin-right: 5px;
}

.info .title_exem {
    color: #333;
    font-family: 'robotobold', sans-serif;
    font-size: 13px;
    line-height: 20px;
    margin-top: 17px;
    display: inline-block;
    vertical-align: middle;
	
	max-width:265px;
	max-height:40px;
	overflow:hidden;
	text-overflow: ellipsis;
	    white-space: nowrap;
	/**/
}

.profile_cards .info .title_exem {
	max-width:170px;
	
}

.profile_cards .info .title {
	max-width:196px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	
}

.info .title_exem:hover {
    text-decoration: underline;
}

.use_for, .view_card {
    text-transform: uppercase;
    font-size: 12px;
	font-size: 10px;
    color: #3c4cad;
	/* line-height:22px; */
    font-family: 'noto_sansregular',sans-serif;
}

.raiting {
    float: right;
    margin-top: 3px;
}

.star {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("/skin/img/stars.svg") no-repeat 0 0;
    vertical-align: middle;
    cursor: pointer;
    font-size: 0;
    margin: 0 1px;
}

.act .star:hover,
.voice {
    background-position: 0 -18px;
}

.steps {
    color: #333;
    font-size: 0;
}

.steps li {
    display: inline-block;
    font-size: 30px;
}

.steps li:before {
    content: '';
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid #039be5;
    margin-right: 20px;
    text-align: center;
    line-height: 60px;
    font-family: 'robotobold', sans-serif;
    box-sizing: border-box;
}

.steps li:nth-child(1):before {
    content: '1';
}
.steps li:nth-child(2):before {
    content: '2';
}
.steps li:nth-child(3):before {
    content: '3';
}
.steps li:nth-child(4):before {
    content: '4';
}

.steps li:after {
    content: '';
    background: url("/skin/img/icns.svg") -2px -34px no-repeat;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin: 0 30px;
}

.steps li:nth-child(4):after {
    content: '';
    display: none;
}

/*------create forum ----*/

    .create_forum {
        width: 300px;
        margin:  48px auto;
        text-align: left;
    }

    .create_forum .button_blue,
    .support_form .button_blue{
        height: 50px;
        width: 100%;
        padding: 0;
        cursor: pointer;
        margin: 0;
    }
	/**/
	.support_form .button_blue{
		max-width:300px;
	}
	
    .wrap_elements {
		display:block;
        margin: 20px 0;
        width: 100%;
        position: relative;
    }
	
	.wrap_eltbl {
        display: table;
        margin: 20px 0;
        width: 100%;
        position: relative;
    }


	
    .style_form_el {
        width: 100%;
        padding: 0 15px;
    }
	
	.wrap_eltbl .style_form_el {
		display:table-cell;
	}
	
	
    .style_form_el,
    .type_forum,
    .select,
    .support_form textarea {
        height: 50px;
        border: 1px solid #dce1e6;
        border-radius: 4px;
        box-sizing: border-box;
        background: #fff;
        font-size: 13px;
        color: #333;
    }

    .type_forum {
        float: left;
        line-height: 48px;
        width: 50%;
        text-align: center;
        color: #bfbfbf;
        transition: all 0.1s linear;
    }

    .type_forum:hover,
    .type_select {
        border-color: #3949ab;
        background: #3949ab;
        color: #fff;
    }

    .type_forum:nth-child(1) {
        border-right: 0;
    }

    .radius_no_right,
    .type_forum:nth-child(1){
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .type_forum:nth-child(2),
    .create_forum .select {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-left: 0;
    }

    form input:focus {
        border-color: #3949ab;
    }

    .error {
        border-color: #ff5252;
    }

    .error + span, span.error {
        color: red;
        /*line-height: 50px;*/
        margin-left: 10px;
        /*position: absolute;*/
        white-space: nowrap;
		display:block;
    }
	
	.clearfix span.error{
		display:inherit;
	}
	
	div.error {
		color: red;
        line-height: 25px;
        margin-left: 10px;
        white-space: nowrap;
	}
	
	.g-recaptcha {
		width: 304px; height: 78px;
	}

    .rule {
        text-align: center;
        display: block;
        font-size: 11px;
        line-height: 13px;
        color: #bfbfbf;
    }

    .blue_link {
        color: #039be5;
        text-decoration: underline;
    }

    .blue_link:hover {
        text-decoration: none;
    }

/*------/create forum ----*/

/*-------support ---------*/
    .support_form .select {
        width: 100%;
    }

    .support_form .select_options {
        width: 100%;
    }

    .support_form textarea {
        width: 100%;
        height: 130px;
        padding: 15px;
    }

    select.custom_select,
    .select {
        color: #727272;
    }

    .support_form select option[disabled]:first-child,
    .support_form .select_options li[rel="Тема сообщения"] {
        display: none;
    }

    .support_form .select_options li:first-child {
        /*color: grey;*/
    }
/*-------support ---------*/

/*---style_instruction---*/

.style_instruction {
    padding: 15px 20px;
    line-height: 20px;
}

.style_instruction a {
    color: #737373
}
/*---/style_instruction---*/

/*------catalog --------*/

.forum-link {
	background-image:url('/images/forums/forum_300_200_01.png');
}

    .filter_panel {
        display: table;
        height: 50px;
        box-sizing: border-box;
        background-color: #fff;
        margin: 0 0px 20px 0px;
        border-radius: 4px;
        box-shadow:  0 0 6px #dce1e6;
        color: #727272;
        font-size: 13px;
    }

    .popular,
    .new,
    .alphabet_filter {
        position: relative;
        display: inline-block;
        line-height: 50px ;
        padding: 0 20px;
        border-right: 1px solid #edeef0;
        vertical-align: middle;
        color: #727272;
    }

    .filter_arrows {
        display: inline-block;
        position: relative;
        vertical-align: super;
        margin-left: 10px;
    }

    .ua-ie .filter_arrows {
        vertical-align: middle;
    }

    .filter_new {
        background: rgba(0, 0, 0, 0) url("/skin/img/icns.svg") no-repeat scroll 0 -59px;
        height: 4px;
        position: absolute;
        right: 5px;
        top: 50%;
        width: 16px;
    }

    .filter .select {
		display:table-cell;
        width: auto;
        border-right: 1px solid #edeef0;
        /* border-radius: 0;*/
        border-left: 0;
		height:35px;
        border-top: 0;
        border-bottom: 0;
        padding: 0 20px;
        font-family: 'roboto_condensedregular';
    }

    .filter .select:after {
        right: 15px;
    }

    .filter .select_styled {
        padding: 0 20px;
    }

    .filter .filter_mob {
        display: none;
    }

    .filter .accordion_style {
        border-radius: 4px;
    }

    .filter .wrap_accordion {
        border: 1px solid #edeef0 !important;
        border-radius: 0;
        margin-bottom: 0 !important;
        font-family: 'roboto_condensedregular';
    }
	
	.filter .accordion-content li {
		cursor:pointer;
	}
	
	.filter .accordion-content li.selected {
		font-weight:bold;
	}
	
    .filter .accordion-content li a {
        font-family: 'roboto_condensedregular';
        color: #212121;
        line-height: 36px;
        font-size: 13px;
    }

    .colorpicker {
        display: table-cell;
		width:auto;
        position: relative;
    }

    .colorpicker a {
        display: inline-block;
        height: 50px;
        line-height: 50px;
        padding: 0 20px;
        transition: all 0.2s ease-in 0s;
        -o-transition: all 0.2s ease-in 0s;
        -moz-transition: all 0.2s ease-in 0s;
        -webkit-transition: all 0.2s ease-in 0s;
        color: #727272;
        border-right: 1px solid #edeef0;
        font-family: "roboto_condensedregular";
		white-space:nowrap;
    }

    .colorpicker a:after {
        content: '';
        display: inline-block;
        width: 6px;
        height: 5px;
        background: url("/skin/img/icns.svg") no-repeat 50% -87px;
        margin-left: 15px;
    }

    .color_panel {
        padding: 17px 10px;
        background: #fff;
        box-shadow: 0 1px 6px #dce1e6;
        z-index: 100;
        position: absolute;
        width: 130px;
        display: none;
    }
    
    .color_panel input[type="radio"],
    .accordion-content input[type="radio"] {
        display:none;
    }

    .color_panel input[type="radio"] + label,
    .accordion-content input[type="radio"] + label {
        display: inline-block;
        width: 11px;
        height: 13px;
        padding-left: 20px;
        background: url(/skin/img/radio.svg) 0 0 no-repeat;
        cursor: pointer;
        white-space: nowrap;
        margin-left: 4px;
    }
    
    .color_panel input[type="radio"]:checked + label,
    .accordion-content input[type="radio"]:checked + label {
        background-position: 0 -12px;
    }

    .colors {
        font-size: 0;
        margin-top: 15px;
    }

    .selected_color {
        display: inline-block;
        width: 18px;
        height: 18px;
        border: 1px solid #e6e6e6;
        box-sizing: border-box;
        vertical-align: middle;
        margin-right: 3px;
		margin-top:-1px;
    }
    
    .colors label {
        display: inline-block;
        width: 18px;
        height: 18px;
        font-size: 14px;
        margin: 4px;
        vertical-align: middle;
    }

    .colors input[type="checkbox"] {
        display: none;
    }

    .colors input[type="checkbox"] + label,
    .accordion-content input[type="checkbox"] + label {
        display: inline-block;
        width: 18px;
        height: 18px;
        cursor: pointer;
        
        border: 1px solid #e6e6e6;
        box-sizing: border-box;
    }

    .color_panel input[type="checkbox"]:checked + label:before,
    .accordion-content input[type="checkbox"]:checked + label {
        content: '';
        background: url("/skin/img/checkbox.svg") no-repeat 50% 50%;
        display: inline-block;
        width: 16px;
        height: 16px;
    }
	
	  .accordion-content input[type="checkbox"]:checked + label {
		  width:18px;height:18px;
	  }
	
	.color_panel input[type="checkbox"]:checked + label.invrt:before,
	.accordion-content input[type="checkbox"]:checked + label.invrt
	{
		background: url("/skin/img/checkbox_black.svg") no-repeat 50% 50% ;
	}

    .filter .select:after {
        content: '';
        height: 6px;
        background: url("/skin/img/icns.svg") no-repeat 50% -87px;
    }
    .filter .select:hover:after {
        background-position: 50% -100px;
    }

    .filter .wrap_search input {
        float: left;
    }

    .filter .wrap_search {
        display:table-cell;
		width:100%;
		height:50px;
		vertical-align:middle;
		position:relative;
		overflow:hidden;
    }

    .wrap_search_mob {
        width: 100%;
        display: block;
        height: 50px;
        box-sizing: border-box;
        background-color: #fff;
        
		border: 1px solid #edeef0 !important;
        border-radius: 0;
        margin-bottom: 0 !important;
        font-family: 'roboto_condensedregular';
        color: #727272;
        font-size: 13px;
    }

    .wrap_search_mob input {
        width: 100%;
        line-height: 50px !important;
        box-sizing: border-box;
        background-position: 99% -79px !important;
        padding: 0 35px 0 20px !important;
        font-size: 13px;
    }

    .wrap_search input[type="text"],
    .wrap_search_mob input[type="text"] {
        background: url("/skin/img/tl_icons.svg") no-repeat 100% -96px;
        padding: 0 20px 0 10px;
        min-width: 230px;
        line-height: 18px;
		height:50px;
        font-family: 'roboto_condensedregular';
		outline:none;
    }
	
	.wrap_search input[type="text"] {
		background:none !important;
		width:100%;
	}
	
	#gosearch {
		width: 27px;
		height: 27px;
		display: block;
		position: absolute;
		right: 12px;
		top:12px;
		z-index:1000;
		background: url("/skin/img/tl_icons.svg") no-repeat 100% -92px;
	}
    
    .filter .up,
    .filter .down {
        width: 6px;
        height: 4px;
        display: inline-block;
        position: absolute;
        right: 0;
        background-image: url(/skin/img/icns.svg);
        background-repeat: no-repeat;
        top: 50%;
        margin: 3px 0;
    }

    .filter .up {
        background-position: 50% -72px;
        margin-top: -4px;
    }

    .sort_up {
        margin-top: 0 !important;
    }

    .filter .down {
        background-position: 50% -59px;
        margin-bottom: -4px;
    }

    .sort_down {
        margin-bottom: 0 !important;
    }

/*------catalog --------*/

/*--------profile ------*/

    .profile_user {
        text-align: center;
        vertical-align: top !important;
        width: 25%;
        width: 330px;
        color: #212121;
    }

    .profile_info .avatar {
        width: 125px;
        height: 125px;
        margin: 10px 0;
    }
    
    .profile_info .raiting {
        float: none;
    }
    
    .user_name {
        display: block;
        font-size: 18px;
        font-family: 'noto_sansregular',sans-serif;
        line-height: 24px;
    }

    .all_works {
        font-family: 'robotomedium', sans-serif;
        font-size: 13px;
        line-height: 24px;
        margin: 10px 0;
    }
/*--------/profile ------*/

/*-----footer------*/

    .footer_spc {
        clear: both;
        height: 50px;
    }

    footer {
        height: 50px;
        margin: -50px 0 auto;
        background: #202125;
        color: #c4c9cc;
        font-size: 13px;
    }
    footer ul {
        float: right;
    }
    footer li {
        display: inline-block;
        margin: 0 10px;
    }

    footer li a {
        color: #737373;
        text-decoration: underline;
        line-height: 50px;
    }

    footer .copy_right {
        float: left;
        line-height: 50px;
    }
/*----/footer-----*/

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

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

.relative {
    position: relative;
}

.width_50per {
    width: 50%;
}

.width_200 {
    width: 200px;
}

.padding_25_0 {
    padding: 25px 0;
}

.padding_30_0 {
    padding: 30px 0;
}

.padding_40_0 {
    padding: 40px 0;
}

.padding_50_0 {
    padding: 50px 0;
}

.padding_60_0 {
    padding: 60px 0;
}

.padding_70 {
    padding: 70px 0;
}

.padding_r75 {
    padding-right: 75px;
}
.padding_l20 {
    padding-left: 20px;
}

.m_b_30 {
    margin-bottom: 30px;
}

.m_t_30 {
    margin-top: 30px;
}

.margin_spacer {
    margin-left: -10px;
    margin-right: -10px;
}

.nomargin_top {
    margin-top: 0 !important;
}

.text_center {
    text-align: center;
}

.left {
    float: left;
}

.right {
    float: right;
}

/*----custom select -----*/

.select_hidden {
    visibility: hidden;
}

.select {
    width: 100px;
    line-height: 20px;
    cursor: pointer;
    padding: 0 10px;
 
    box-sizing: border-box;
    position: relative;
}

.create_forum .select {
	float: left;
	width:110px;
}

.select:after {
    background: url("/skin/img/icns.svg") no-repeat 0 -59px;
    content: " ";
    height: 4px;
    position: absolute;
    right: 7px;
    top: 50%;
    width: 16px; 
}

.filter_panel .select:after {
	top:25px;
}

.select_styled {
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.2s ease-in 0s;
    width: 100%;
    height: 50px;
    min-height: 50px;
    padding-left: 11px;
    box-sizing: border-box;
    line-height: 50px;
}



.active + .select_options {
    animation: 0.2s ease 0s normal none 1 running anim_open;
    -webkit-animation: 0.2s ease 0s normal none 1 running anim_open;
    -moz-animation: 0.2s ease 0s normal none 1 running anim_open;
    -o-animation: 0.2s ease 0s normal none 1 running anim_open;
}

.select_options {
    background: #fff none repeat scroll 0 0;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    display: none;
    list-style: outside none none;
    margin: 0;
    max-height: 230px;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 9999;
    font-size: inherit; 
	width: 100%;
}

.filter_panel .select_options {
	top:50px;
}

.select_options li {
    border: 0 none;
    color: #737373;
    display: block;
    margin: 0;
    padding: 5px 10px;
    font-size: 13px;
    white-space: nowrap;
	text-overflow:'...';
	overflow:hidden;
}
.select_options li:hover {
    color: #4393ca; 
}
.select_options li.selected {
	color: #fff;
	background: #737373 none repeat scroll 0 0;
}

.select_options li span{
	float:right;
}


/*------/custom select -----*/

/*------topline -----*/

.tl_auth_content,
.tl_authorized_content,
.tl_wrapper .tl_content {
    max-width: 1260px;
}

.tl_actions_overlay {
    margin-right: -12px;
}

.topline_overlay * {
    box-sizing: border-box;
}

.tl_drop_block {
    top: 50px;
}

.tl_wrapper .tl_links_list {
    top: 50px;
}

/*------ /topline -----*/

/*----accordion ----*/

.accordion-toggle {cursor: pointer;}
.accordion-content {
    display: none;
    background: #fff;
    padding: 10px 15px;
    border-top: 1px solid #dce1e5;
}

.wrap_accordion {
    border-radius: 4px;
    background: #fff;
    border: 1px solid #dce1e5;
    border-bottom-width: 2px;
    margin-bottom: 20px;
}



.accordion_style h4 {
    padding: 18px 30px 18px 17px;
    line-height: 14px;
    font-weight: normal;
    font-size: 13px;
    position: relative;
}

.accordion_style h4 b{font-weight:normal;}

.arrow {
    display: inline-block;
    width: 8px;
    height: 6px;
	background: url("/skin/img/icns.svg") no-repeat 50% -87px;
    position: absolute;
    right: 15px;
    top: 50%;
}
.accordion_style h4:hover .arrow,
.menu_3:hover .arrow {
    background-position: 50% -100px;
}

.accordion_style h4:hover,
.active_accord {
    color: #3949ab !important;
}

.trans {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.m_0_0_25_0 {
	margin: 0 0 25px;
}

/*----/ui-accordion ----*/

/*---- pagination------*/
    .pagination {
        display: block;
        text-align: center;
        font-size: 0;
        margin: 50px 0;
        position: relative;
    }

    .ie .pagination {
        font-size: inherit;
    }

    .pagination a {
        width: 40px;
        height: 40px;
        display: inline-block;
        font-size: 13px;
        color: #727272;
        background: #fff;
        vertical-align: middle;
        line-height: 40px;
        margin: 10px 5px;
        border-radius: 4px;
        box-shadow: 0 0 6px #dce1e6;
    }
	
	.pagination a.current {
		background: #3949ab none repeat scroll 0 0;
		color: #fff;
		cursor: pointer;
	}
	
    .pagination a:hover {
        color: #3949ab;
		font-weight:bold;
    }
	
	.pagination a.current:hover {
		color: #fff;
	}

    .prev span,
    .next span {
        display: inline-block;
        height: 9px;
        width: 16px;
        background-image: url("/skin/img/icns.svg");
        background-repeat: no-repeat;
    }
    
    .prev span {
         background-position: 50% -169px;

    }

    .prev:hover span
	/*,span:hover  WTF?*/ {
        background-position: 50% -183px ;
    }

    .next span {
        background-position: 50% -140px;
    }

    .next:hover span
	/*,span:hover  WTF?*/
	{
        background-position: 50% -154px;
    }

    .page {
        border-radius: 4px;
        background: #fff;
        overflow: hidden;
        -webkit-box-shadow: inset 0 1px 7px 0 rgba(202,211,219,1);
        -moz-box-shadow: inset 0 1px 7px 0 rgba(202,211,219,1);
        box-shadow: inset 0 1px 7px 0 rgba(202,211,219,1);
        margin-top: 10px;
        position: absolute;
        right: 0;
        top: -45px;
    }

    .page input {
        width: 40px;
        height: 40px;
        float: left;
        box-sizing: border-box;
        text-align: center;
        background: none;
    }

    .page input[type="submit"] {
        background: #3949ab none repeat scroll 0 0;
        cursor: pointer;
        color: #fff;
    }

/*---- pagination------*/

::-ms-clear {
    display: none;
	width : 0;
    height: 0;
}

::-ms-reveal {
	display: none;
    width : 0;
    height: 0;
}

.placeholder {
	color:#a9a9a9;
}

.wrapper2 {
	padding:0px;
	font-size:0;
	position: relative;
}

/*---=== error overlay ===---*/

.error_overlay h1 {
    color: #008CD1;
    font-size: 72px;
    line-height: normal;
    margin: 80px 0 0 0;
}

.error_overlay p {
    font-size: 18px;
    line-height: normal;
    color: #727272;
}

.error_overlay a {
    text-transform: uppercase;
    text-align: center;
    margin: 75px 0 0 0;
    min-width: 120px;
    height: 35px;
    line-height: 33px;
}

/*---=== /error overlay ===---*/