html {
    box-sizing: border-box;
}

body {
    background-color: rgba(255, 255, 255, 1);
    font-family: serif;
    color: rgb(0, 0, 0);
    line-height: 1.5;
    margin: 0;
}
.macos body{
	font-family: Helvetica, serif;
}
.wf-active body{
    font-family: 'ALSArtemiusSans', Helvetica, sans-serif;
}

img {
    border: none;
}

img.pic-with-border {
    border: 1px solid #cdcdcd !important;
}

a img, .pseudo img {
    display: block;
}

a.no_visited:visited,
.no_visited a:visited,
a.no_visited.underline:visited,
.no_visited a.underline:visited,
body a.underline:link,
body a:link {
    color: #008ace;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 137, 255, 0.3);
}

body a.underline:hover,
body a:hover {
    color: #f41224 !important;
    text-decoration: none;
    border-bottom-color: rgba(244, 18, 36, 0.3) !important;
}



/* смайлик */
a.yr {
    display: block;
    position: absolute;
    text-decoration: none;
    color: #999;
    font-size: .8em;
    top: 4px;
    right: 6px;
    z-index: 9999;
}
a.yr:hover {
    color: #CC0000;
}
div#yr {
    font-size: .75em;
    display: none;
    z-index: 1000;
    position: absolute;
    top: 98px;
    right: 0;
    border: 1px solid #ccc;
    border-top: none;
    border-right: none;
    background-color: white;
    width: 330px;
    padding: 0 0.5em;
}
div#yr p {
    margin: 0 0 0.5em 25px;
    line-height: 140%}
div#yr img {
    position: absolute;
}
p.yr {
    margin: .5em;
    text-align: right;
}
/* смайлик конец */



/* клоны—2017 */

	.als_clones .announce__picture-note{
		padding-bottom: 22px;
		padding-left: 0;
	}
	.als_clones .announce__picture-note.clone{
		padding-bottom: 22px;
		padding-left: 0;
	}
	.als_clones .clones_sheep img{
		padding-right: 12px;
		margin-left: -35px;
	}
	.als_clones .clones_sheep, .clones_sheep_descr{
		display: table-cell;
		vertical-align: top;
	}	

/* клоны—2017 конец */



/* разводящая анонсов */
.portfolio_visual_2016{
    max-width: 960px;
    margin: 60px auto 0;
    padding: 0;
    position: relative;
}
.portfolio_visual_2016 .thumbnail{
	padding: 0 22px;
	margin: 0;
	display: inline-block;
	float: none;
	text-align: left;
	vertical-align: bottom;
	height: auto;
	padding-bottom: 2em;
	text-align: center;
}
.portfolio_visual_2016 .thumbnail img{
	margin: 0 auto;
	}
.portfolio_visual_2016:after{
	content: '';
    display: block;
    clear: both;
}



a:visited {
    color: #b40eb4;
    text-decoration: none;
    border-bottom-color: rgba(180, 14, 180, 0.3);
}

a.sm:link {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

a.sm:hover {
    color: #fff;
    text-decoration: none;
}

a.sm:visited {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

.rur{
    font-family: 'ArialRub';
}
.rur span{
    margin-left: -4px;
    font-size: 107%;
}

.announce .title .top-tabs{
	max-width: 720px;
    margin-left: auto;
    margin-right: auto;
/*     margin-top: 3em */
}
.announce .title .top-tabs:first-child{
    margin-top: 3em	
}
.top-tabs {
    text-align: center;
    font-size: 13px;
    margin-bottom: 17px;
}

.top-tabs a,
.top-tabs strong {
    margin-right: 0.6em;
}

.no_visited .top-tabs a:link,
.no_visited .top-tabs a:visited,
.no_visited .top-tabs a.underline:link,
.no_visited .top-tabs a.underline:visited {
    color: #000;
    border-bottom-color: rgba(0,0,0,0.3);
}

.dark-scheme .top-tabs a:link,
.dark-scheme .top-tabs a:visited,
.dark-scheme .top-tabs a.underline:link,
.dark-scheme .top-tabs a.underline:visited {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.3);
}

.top-tabs .active {
    font-weight: bold;
}

.dark-scheme .top-tabs a,
.dark-scheme .top-tabs strong {
    background: none;
    color: #fff;
/*     font-weight: bold; */
}

.tabs {
    text-align: center;
    font-size: 15px;
    margin-top: 35px;
    margin-bottom: 25px;
}

.tabs a:link,
.tabs a:visited,
.tabs a.underline:link,
.tabs a.underline:visited {
    color: #000 !important;
}

.dark-scheme .tabs a:link,
.dark-scheme .tabs a:visited,
.dark-scheme .tabs a.underline:link,
.dark-scheme .tabs a.underline:visited {
    color: #fff !important;
}


.tabs-black {
    text-align: center;
    font-size: 15px;
    margin-top: 35px;
    margin-bottom: 25px;
}

.tab {
    background-color: rgba(0, 0, 0, 0.1);
    border: none !important;
    display: inline-block;
    white-space: nowrap;
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.dark-scheme .tab{
    background-color: rgba(255, 255, 255, 0.1);
}
.dark-scheme .tab:hover{
    background-color: rgba(255, 255, 255, 0.2);
}

.tab:last-child {
    border-radius: 0 5px 5px 0;
}

.tab:first-child {
    border-radius: 5px 0 0 5px;
}

.tab:hover,
.tab:active {
    background-color: rgba(0, 0, 0, 0.2);
}

.tab-active {
    background-color: #8ec0f4 !important;
    color: #fff !important;
    padding-left: 12px;
}

.centered-content {
    margin-bottom: 50px;
    text-align: center;
}

#payment{
	padding-top: 2em;
	padding-bottom: 0 !important;
}
#payment .button .column_store.price {
    vertical-align: middle !important;
    padding-top: 28px;
/*     font-size: 240% !important; */
}
#payment .button .column_store.buy {
    padding-right: 22px !important;
    padding-left: 22px !important;
    padding-bottom: 22px;
}
/*
.buy {
    background-color: #f7740a;
    padding: 4px 16px 4px 16px;
    color: white;
    border-radius: 5px;
    font-size: 14px;
    position: absolute;
    right: 0;
    margin-left: 20px;
    margin-top: 60px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    width: auto;
    background: rgba(255, 204, 0, 1);
    background: -moz-linear-gradient(top, rgba(255, 204, 0, 1) 0%, rgba(231, 56, 39, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 204, 0, 1)), color-stop(100%, rgba(231, 56, 39, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 204, 0, 1) 0%, rgba(231, 56, 39, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 204, 0, 1) 0%, rgba(231, 56, 39, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 204, 0, 1) 0%, rgba(231, 56, 39, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 204, 0, 1) 0%, rgba(231, 56, 39, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc00', endColorstr='#e73827', GradientType=0);
}
*/

.task {
    background-color: #f5f5e9;
    display: table;
    font-size: 15px;
    margin: 0 0 50px;
    width: 100%;
}

.task__details,
.task__date {
    display: table-cell;
    padding: 15px 20px;
    vertical-align: middle;
}

.task__details {
    display: table-cell;
    width: 83%;
}

.task__label,
.task__text {
    float: left;
    padding: 0 22px 0 0;
}

.task__label {
    font-style: italic;
    text-align: right;
    width: 16%;
}

.task__text {
    padding-left: 22px;
    width: 67%;
}

.task__date {
    background: linear-gradient(to top, #f5f5e9, #ddded0);
    color: #555;
    font-size: 100%;
    width: 17%;
}

.announce {
    margin: 70px 0 0 0;
}

.announce.with-cover {
    margin-top: 0;
}

.announce__text {
    font-family: serif;
    font-size: 110%;
    max-width: 920px;
    margin: 24px auto 12px;
    padding: 10px 20px;
    width: 72%;
}

.announce__text .body_link{
	margin-left: -20px;
}

.shopping {
    width: 72%;
    max-width: 920px;
    height: auto;
    margin: 60px auto 60px;
    text-align: center

}

.colorplate {
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    box-sizing: border-box;
    overflow: hidden;
    color: white !important;
}

.title {
    display: block;
    width: 60%;
    max-width: 720px;
    height: auto;
    margin: 0 auto 30px;
	position: relative;
/*     overflow: hidden; */
}

.title_with_span{
	padding: 14px 0;
	margin-bottom: -10px;
}
.title_with_span span{
	line-height: 1.4;
	background-color: rgb(255,255,255);
	color: black;
	display: inline;
	padding: 4px 16px;
	-moz-box-decoration-break: clone;
	-ms-box-decoration-break: clone;
	-o-box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}


p {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

h1 {
    font-family: serif;
    font-size: 36px;
    font-weight: normal;
    line-height: 47px;
    text-align: center;
/*     margin: 5px 0 30px; */
}


.wf-active .announce__text,
.wf-active h1{
	font-family: 'ALSArtemiusSerif';
}

.dark-scheme h1 {
    color: #fff;
}

.announce__picture {
    margin: 10px 22px 20px;
    text-align: center;
}

.announce__picture a{
	display: inline-block;
}

.announce__picture a{
	border-bottom: none !important;
}

.announce__picture img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.announce__picture iframe {
    max-width: 100%;
}

.announce__picture.w1200{
    margin-left: 0;
    margin-right: 0;
}


.prom{
  margin-left: 0;
  margin-right: 0;
}
.prom img{
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.announce__screencast {
  position: relative;
  width: 1264px;
  max-width: calc(100% - 44px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -15px;
}

.announce__screencast video {
  position: absolute;
  top: 75px;
  left: 2.54%;
  width: 1200px;
  max-width: 94.94% !important;
  height: auto;
}

.site {
    display: block;
    width: 90%;
    max-width: 920px;
    height: auto;
    overflow: hidden;
    margin: 20px auto 10px;
    border-radius: 7px;
    box-shadow: 0 8px 26px -1px rgba(0, 0, 0, 0.3), 0 2px 4px 1px rgba(0, 0, 0, 0.2), 0 6px 5px 1px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    cursor: pointer;
}

.sitek {
    display: block;
    width: 90%;
    max-width: 1000px;
    height: auto;
    padding-bottom: 75px;
    overflow: hidden;
    margin: 20px auto 0;
}

.link {
    color: #008ace;
    border-bottom: 1px solid rgba(0, 137, 255, 0.3);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.sitek:hover .site {
    box-shadow: 0 19px 29px 3px rgba(0, 0, 0, 0.3), 0 10px 12px -1px rgba(0, 0, 0, 0.1), 0 13px 18px -1px rgba(0, 0, 0, 0.1);
}

.sitek:hover .link {
    color: #f41224;
    border-bottom: 1px solid rgba(244, 18, 36, 0.3);
}

.main-cover {
    background-position: 50% 0;
    /*margin-top: -4em;*/
    margin-top: 0 !important;
    position: relative;
    z-index: 1;
    visibility: hidden;
    height: 100vh;
}
.main-cover-visible {
    visibility: visible;
    height: auto;
}

.main-cover__image {
    max-width: 5000px;
    /*min-width: 950px;*/
    margin: 0 auto;
    vertical-align: top;
    width: 100%;
    display: block;
}

.main-cover__content {
    position: absolute;
/*  min-width: 950px;   */
    top: 2em;
    width: 100%
}

.caption {
    display: block;
    font-family: sans-serif;
    font-style: italic;
    width: 37%;
    font-size: 15px;
    max-width: 920px;
    height: auto;
    margin: 20px 100px 60px 50%;
    padding-left: 100px;
    overflow: hidden;
    color: #606060;
}

.announce__picture-note {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    font-family: sans-serif;
    font-style: italic;
    font-size: 15px;
    max-width: 920px;
    margin: 20px 100px 30px 50%;
    padding-left: 100px;
    color: #000;
    text-align: left;
    width: 37%;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.announce__picture-note2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    font-style: italic;
    font-size: 15px;
    color: #000;
    text-align: left;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.link-caption {
    display: block;
    position: absolute;
    text-align: center;
    font-size: 21px;
    height: auto;
    left: 50%;
    margin-left: -40px;
    padding-top: 10px;
    cursor: pointer;
    box-sizing: border-box;
}



/*
.link::before {
    content: url('../images/favicon.ico');
    font-style: italic;
    position: absolute;
    margin-left: -24px;
    top: 13px;
}
*/

.credits {
    background-color: #f5f5e9;
    box-sizing: border-box;
    line-height: 1.4;
    padding: 40px 0 40px 35px;
}


.credits:after {
    content: '';
    display: block;
    clear: both;
}

.credits p:last-child {
    margin-bottom: 0;
}

.credits h4 {
    margin: 0;
}

.credits ul {
    padding: 0;
    margin: 0 0 1em;
}

.credits li {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

.credits .column-wrapper {
    float: left;
    width: 33.33%;
}

.credits .column-wrapper:after {
    content: '';
    clear: both;
    display: block;
}

.credits .column {
    width: 50%;
}

.column {
    width: 16%;
    padding: 0 35px 0 0;
    font-size: 15px;
    float: left;
    box-sizing: border-box;
    margin: 0 auto;
}

.column2 {
    width: 16%;
    padding: 0 35px 0 0;
    font-size: 15px;
    float: left;
    box-sizing: border-box;
    margin: 0 auto;
}

.column-letter {
    width: 93%;
    padding: 0 35px 0 0;
    font-size: 15px;
    float: left;
    box-sizing: border-box;
    margin: 0 auto;
}

.column3 {
    width: 36%;
    padding: 0 35px 0 0;
    font-size: 15px;
    float: left;
    box-sizing: border-box;
    margin: 0 auto;
}

.column4 {
    width: 32%;
    padding: 0 35px 0 0;
    float: left;
    box-sizing: border-box;
    margin: 0 auto;
    line-height: 21px;
}

.column5 {
    width: 32%;
    padding: 0 35px 0 0;
    float: left;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
}

#recomend {
    font-size: 13px;
    line-height: 16px;
    color: #606060;
    padding: 0;
    font-style: italic;
}

.macos .menu,
.macos .secondlevel,
.macos #recomend,
.macos .caption,
.macos .credits,
.macos .announce__picture-note,
.macos .announce__picture-note2,
.macos .link-caption{
	font-family: 'Helvetica', sans-serif;
}
.wf-active .menu,
.wf-active .secondlevel,
.wf-active #recomend,
.wf-active .caption,
.wf-active .credits,
.wf-active .announce__picture-note,
.wf-active .announce__picture-note2,
.wf-active .link-caption{
    font-family: 'ALSArtemiusSans', Helvetica, sans-serif;
}

.likes {
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
    border-top: 1px solid rgba(0, 0, 0, 0.13);
    box-sizing: border-box;
    font-size: 13px;
    padding-top: 20px;
    padding-bottom: 15px;
    text-align: center;
}

.likes a:link {
    border: none !important;
}


div.thumbnail {
    padding-right: 36px;
    width: 202px;
    height: 325px;
    margin: 0 22px 22px 0;
    float: left;
    font-size: 90%;
}
.date {
    font-size: 70%;
    color: #555555;
    line-height: 120%;
    margin-top: 6px;
}

/*
.footer {
    background-color: #fff;
    font-size: 14px;
    box-sizing: border-box;
    padding: 20px 25px;
}

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

.footer .column {
    float: left;
    width: 50%;
}

.footer .column:last-child {
    text-align: right;
}
*/
.footer {
    background-color: #fff;
    font-size: 14px;
    box-sizing: border-box;
    margin: 0 22px;
    padding: 20px 0;
}

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

.footer .column {
    float: left;
    width: 33%;
}

.footer .column:last-child {
    text-align: center;
    width: 33%
}

@media all and (min-width: 1200px) {
    body {
        font-size: 120%;
    }
	.w1200 img{
		border-radius: 12px;
	}
	.w1200.last{
		padding-bottom: 2em
	}
	.portfolio_visual_2016{
		max-width: 1080px;
	}
}

@media (max-width: 1340px) {

    .announce__picture-note {
        margin-bottom: 30px;
        padding-left: 100px;
    }

    .caption {
        margin: 0 100px 40px 50%;
        padding-left: 100px;
    }

    .column,
    .column2,
    .column3 {
        font-size: 14px;
    }
}

@media(max-width: 1308px) {
  .announce__screencast video {
    top: calc((100vw - 44px) *  0.059);
  }
}

@media (max-width: 980px) {

    .main-cover {
        -webkit-background-size: cover;
        background-size: cover;
        min-height: 600px;
        width: auto;
    }

    .main-cover__image {
        display: none !important;
    }

    .announce {
        margin: 70px 0 0 0;
    }

    h1 {
        font-size: 28px;
        line-height: 39px;
    }

    .announce__text {
        display: block;
        font-size: 16px;
        height: auto;
        margin: 20px auto 15px;
        overflow: hidden;
        width: 72%;
    }

    .announce__picture.prom {
	    margin: 0;
	}
    .announce__picture {
        margin: 10px 22px 10px;
    }

    .site {
        display: block;
        width: 90%;
        max-width: 1000px;
        height: auto;
        overflow: hidden;
        margin: 20px auto 10px;
    }

    .column,
    .column2 {
        width: 33%;
    }

    .credits .column {
        width: auto;
    }

    .column3 {
        width: 90%;
        padding: 40px 35px 0 0;
    }

    #recomend {
        font-size: 13px;
        line-height: 16px;
        color: #606060;
        padding: 10px;
        font-family: 'ALSArtemiusSans';
        font-style: italic;
    }
}

@media (max-width: 880px) {

    .centered-content {
        margin-bottom: 25px;
    }

    .announce__text {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: auto;
        margin: 10px auto;
    }

	.announce__text .body_link{
		margin-left: 0;
	}

    .title {
        width: 80%;
    }
	h1.title_with_span{
		margin-bottom: -20px;
	}
	.title_with_span span{
	line-height: 1.6;
	}

    h1 {
        font-size: 21px;
        line-height: 28px;
    }

    .task {
        font-size: 14px;
    }

    .task__text {
        padding-right: 20px;
    }

    .announce__picture-note {
        margin: 10px 0 0 30%;
        padding-left: 40px;
        width: 60%;
    }

    .caption {
        margin: 0 100px 30px 50%;
        padding-left: 40px;
    }

    .footer .column {
        float: none;
        margin-bottom: 1.5em;
        width: auto;
        text-align: center
    }

    .footer .column:last-child {
        margin-bottom: 0;
        text-align: left;
        width: auto;
        text-align: center;
    }

    .credits {
        padding: 22px;
    }

    .unnecessary {
        display: none !important;
    }
}

@media (max-width: 717px) {

	div#yr {
	    top: 117px;
	}
    .main-cover {
        margin: 0 auto;
    }

	.main-cover__content {
	    position: absolute;
	    /*min-width: 950px;*/
	    top: 2em;
	    width: 100%
	}
    .task,
    .task__date {
        display: block;
        width: auto;
    }

    .task__label,
    .task__text {
        display: inline;
        float: none;
        padding: 0;
        width: auto;
    }

    .task {
        margin-bottom: 0;
    }

    .task__label {
        padding-bottom: 0;
        text-align: left;
    }

    .task__text {
        box-sizing: border-box;
    }

    .column4 {
        width: 50%;
        padding: 0;
        float: left;
        box-sizing: border-box;
        margin: 0 auto;
        line-height: 21px;

    }

    .column5 {
        width: 50%;
        padding: 0 0 0 20px;
        float: left;
        box-sizing: border-box;
        margin: 0 auto;
        text-align: left;

    }

    .likes {
        text-align: left;
        padding-left: 20px;
    }
}

@media (max-width: 500px) {

    .title {
        margin-left: 22px;
        margin-right: 22px;
        width: auto;
    }

    .announce__text {
        margin: 20px auto 10px;
        width: auto;
    }

	div.tabs .tab {
    border-radius: 4px;
    margin: 2px 2px;
	}

    .main-cover {
        margin: 0 auto;
    }

    .main-cover__content {
        top: 2em;
    }

    .announce__picture-note {
        margin: 20px 100px 10px 0;
        padding-left: 20px;
        width: auto;
    }

    .caption {
        margin: 0 100px 20px 50%;
        padding-left: 40px;
    }

	table.addthis_table td:first-child {
		display: none;
	}

    .credits .column-wrapper,
    .column,
    .column2,
    .column3,
    .column4,
    .column5 {
        float: none;
        width: auto;
    }

    .column {
        margin-bottom: 0;
        padding: 0 20px 0 0;
    }

    .column2 {
        padding: 0 20px 0 0;
    }

    .column3 {
        padding: 20px 20px 0 0;
    }

    .column5 {
        padding: 1em 0 0;
    }

    .credits h4,
    .credits ul {
        display: inline-block;
        padding-top: 5px;
        vertical-align: top;
        /*width: 49%;*/
    }

    .credits h4 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 20px;
        width: 48%;
    }

    .credits ul {
        width: 50%;
    }


    .likes {
		overflow-x: hidden;
    }

    .announce {
        padding-bottom: 0;
    }
    
    
/* клоны-2017 500пикс */

		.als_clones .announce__picture-note.clone{
			margin: 20px 22px 10px 0;
			padding-left: 22px;
		}
		.als_clones .announce__picture-note{
			padding-left: 22px;
		}
		.als_clones .clones_sheep img{
			margin-left: 0;
		}
		
/* клоны-2017 500пикс конец */

}



@media (max-width: 350px) {
    .credits h4,
    .credits ul {
        display: block;
        width: auto;
    }

    .main-cover__content {
        top: 2em;
    }
    .column_store.currency{
	    display: none;
    }
    #payment .button .column_store.price {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    padding-left: 18px;
    font-size: 200%;
    }

}



span.oo {
    padding-left: 1.5pt;
    padding-right: 1.5pt;
}

.portfolio_work_title_v5_white {
	color: white;
}


/* полоска в ролях */

div.block {
    color: #BD000D;
    height: 5px;
    width: 3em;
    border-style: none;
    background-color: #BD000D;
    margin-top: 0;
    margin-bottom: 10px;
}

/* молния в экспресс-дизайнах */

a.ed-announce{
	display: block;
	position: absolute;
	border: none !important;
	text-decoration: none;
	-webkit-transition: opacity .3s cubic-bezier(.55, .08, .06, .97);
	transition: opacity .3s cubic-bezier(.55, .08, .06, .97);
	width: 23px;
	height: 24px;
	background: url(/svalka/header-2016/v2/images/express-design.png) no-repeat;
	background-size: 300% 100%;
	left: 50%;
	top: -40px;
	margin-left: -12px;
	opacity: .5
}
a.ed-announce:hover{
	opacity: 1
}


/* отзывы в экспресс-дизайнах */

.announce__text.express_feedback{
	position: relative; 
	overflow: visible;
	padding-bottom: 2em;
}
.express_feedback .left_quote{
	position:absolute; 
	left: -18px; 
	top:30px; 
	width: 32px;
	height: 31px; 
}
@media(max-width: 1200px){
	.express_feedback .left_quote{
		top: 25px;
	}	
}


/* теги в подвале анонса */

.anons-portfolio-tags {
    background: #e5f1ff;
    padding: 15px 20px 9px 34px;
    border-top: 1px solid #c1c6bf;
	text-align: center;
}
.portfolio-tags.anons-portfolio-tags a {
    border:1px solid #a4cdff !important;
    text-transform: lowercase;
}
.portfolio-tags.anons-portfolio-tags a i, .portfolio-tags.anons-portfolio-tags a:before {
    opacity: 1;
}

.portfolio-tags.anons-portfolio-tags a:hover, .portfolio-tags.anons-portfolio-tags a.underline:hover {
    border:1px solid #f41224 !important;
}


/* новая эррата */

.errata_td40.err_mobile{
	display: none;
	font-weight: bold;
	padding-bottom: 0;
}
.errata_2017{
	display: table;
	width: 100%;
}
.errata_2017 span.err{
	background-color: #E0E1E2
}
.errata_first_row, .errata_new_line{
	display: table-row;
	width: 100%;
}
.errata_first_row{	
	font-weight: bold;  
}
.errata_first_row .errata_td20, .errata_first_row .errata_td40{	
	padding-bottom: 0;
}	
.errata_td20, .errata_td40{
	display: table-cell;
	padding: .5em 1.5em 1em 0;
}
.errata_td20{width: 20%; font-style: italic; font-size: 80%}
.errata_td40{width: 40%}

@media(max-width: 660px){
	.errata_td20, .errata_td40{
		display: block;
		width: 100%;
	}
	.errata_td40.err_mobile{
		display: block;
	}
	.errata_first_row{
		display: none;
	}
	.errata_new_line .errata_td20{
		padding-bottom: 0;
		padding-top: 2em;
		font-size: 100%;
	}
}

/* стикеры */

.als_stickers{
	width: 100%;
	max-width: 1200px;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 2em;	
}
.als_stickers a{
	border: none !important;
}
.als_stickers img{
	width: 100%;
	max-width: 250px;
	height: auto;
	padding: 12px;
	vertical-align: middle;
	display: inline;
}
@media(max-width: 550px){
	.als_stickers img{
		max-width: 120px;
		padding: 6px;	
	}
}


/* izdal */

.column.author{
	position: relative;
	z-index: 99;	
}
.column.author  ul{
    width: 100%;
}
img.pdf_icon{margin-left: -20px}

@media(max-width: 980px){
	.credits .column.author{
		width: 100%;
	}		
}
@media(max-width: 880px){
	img.pdf_icon{margin-left: 0px}
}
@media(min-width: 980px){
	.credits .column.author{
		width: 150%;
	}
}

.image-process img {
    display: block;
    max-width: 100%;
    height: auto;
}
