
@import "/fonts/opensans/opensans.css";
@import "/fonts/ptserif/ptserif.css";
html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    color: #191919;
    background: url('/style/pattern.jpg');
    min-width: 1140px;
}
a {
    color: #FC6540;
}
#global100 {
    width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    transition: all 1s;
    max-width: 1200px;
    background: #fff;
    margin: 0 auto;
    
}
#global100:after {
    content:'';
    display: block;
    height: 178px;
}
img {
    border: none;
}
.content {
    max-width: 1100px;
    margin: 0 auto;
    text-align: left;
}
.top_line {
    text-transform: uppercase;
    font-weight: bold;
    padding: 8px 0;
    font-size: 0.8em;
    border-bottom: 2px solid #F1F1F1;
}
.top_line a {
    text-decoration: none;
    color: #191919;
}
.top_line span.light {
    font-weight: normal;
    color: #BABABA;
}
.top_line .lk-link {
    float: right;
    text-align: right;  
}
.orange {
    color: #FC6540;
}
.header.content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;    
    height: 89px;
}
.header.content .block:nth-child(2) {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8em;
}
.header.content .block.search {
    position: relative;
}
.header.content .block.search input[type=text] {
    display: block;
    width: 300px;
    height: 35px;
    box-sizing: border-box;
    padding: 0 5px;
    border: 1px solid #F1F1F1;
}
.header.content .block.search a {
    position: absolute;
    right: 10px;
    top: -5px;
    bottom: 0;
    margin: auto;
    font-size: 20px;
    width: 1em;
    height: 1em;
    color: #2C3D4D;
}
.header.content a {
    text-decoration: none;
}
.header.content .block:nth-child(4) > * {
    font-size: 25px;
    text-decoration: none;
}
.header.content .block:nth-child(4) > b {
    opacity: 0.3;
    margin-right: 20px;
    font-size: 30px;
}
.menu_horizontal {
    height: 50px;
    background: #313D48;
    text-transform: uppercase;
    display: table;
    width: 100%;
}
.menu_horizontal a {
    display: table-cell;
    padding: 0 10px;
    font-size: 0.85em;
    color: #C2C9D0;
    text-decoration: none;
    font-weight: bold;
    vertical-align: middle;
    transition: all .3s;
    text-align: center;
}
.menu_horizontal a:first-child {
    padding-left: 25px;
}
.menu_horizontal a:last-child {
    padding-right: 25px;
}

.menu_horizontal a:hover {
    color: #fff;
}
.columns.content {
    padding-top: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;    
}
.columns.content > .left {
    max-width: 261px;
    flex: 0 0 261px;
    -webkit-flex: 0 0 261px;
    -ms-flex: 0 0 261px;    
    box-sizing: border-box;
    padding: 0 20px 0 0;
}
.columns.content > .center {
    max-width: 600px;
    flex: 0 0 600px;
    -webkit-flex: 0 0 600px;
    -ms-flex: 0 0 600px;    
    box-sizing: border-box;
    padding-right: 20px;
}
.columns.content > .right {
    max-width: 240px;
    flex: 0 0 240px;
    -webkit-flex: 0 0 240px;
    -ms-flex: 0 0 240px;    
}
.columns.content > .left .block, .columns.content > .right .block {
    padding: 20px;
    box-sizing: border-box;
    font-size: 0.8em;
}
.columns.content > .left .block img, .columns.content > .right .block img {
    max-width: 100%;
    display: block;
    margin-bottom: 10px;
}
.columns.content > .left .block.interview {
    background: #F1F1F1;
    border-top: 3px solid #313D48;
}
.columns.content > .left .block .header, .columns.content > .right .block .header {
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 20px;
}
.columns.content > .left .block .name, .columns.content > .right .block .name {
    /*font-family: 'PT Serif', serif;*/
    text-decoration: none;
    color: #313D48;
    font-size: 1.1em;
    font-weight: 600;   
    line-height: 1.5em;
}
.columns.content > .left .block a.name[href]:hover, .columns.content > .right .block a.name[href]:hover {
    text-decoration: underline;
}
.columns.content > .left .block .date {
    color: #808080;
    padding-top: 10px;
}
.columns.content > .left .block.photoreportazh {
    color: #fff;
    background: #313D48;
    border-top: 3px solid #FC6540;
}
.columns.content > .left .block.photoreportazh a.name {
    color: #fff;
}
.columns.content > .left .block.photoreportazh .container:nth-of-type(3) {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.columns.content > .left .block a.more, , .columns.content > .right .block a.more {
    font-size: 1.1em;
    text-decoration: underline;
    position: relative;

}
.columns.content > .left .block.photoreportazh a.more, .columns.content > .right .block.video a.more {
    color: #fff;
}
.columns.content > .left .block a.more:after, .columns.content > .right .block a.more:after {
    content:'›';
    position: absolute;
    margin-left: 5px;
    color: #FC6540;
}
.columns.content > .left .last_blog.block {
    background: #F1F1F1;
}
.columns.content > .left .block .username, .columns.content > .right .block .username {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 0.9em;
    font-weight: bold;
}
.columns.content > .left .block .container, .columns.content > .right .container {
    margin-bottom: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #DCDCDC;
}
.columns.content > .left .last_blog.block .container:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.columns.content > .left .popular_theme.block {
    border-top: 3px solid #FC6540;
    background: #F1F1F1;
}
.index_carousel .banner {
    height: 320px;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.index_carousel .banner:before {
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    cursor: pointer;
    
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+9,000000+94&0+0,0.65+94 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.06) 9%, rgba(0,0,0,0.65) 94%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.06) 9%,rgba(0,0,0,0.65) 94%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.06) 9%,rgba(0,0,0,0.65) 94%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */   
}
.index_carousel .banner .data {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 10;
    border-top: 1px solid #fff;
    padding-top: 15px;
    color: #fff;
}
.index_carousel .banner .data a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    /*font-family: 'PT Serif', sens-serif;*/
    font-weight: bold;
}
.index_carousel .banner .data a:hover {
    text-decoration: underline;
}
.index_carousel .banner .data .date {
    padding-top: 7px;
    font-size: 0.8em
}
.title {
    margin: 0 0 10px 0;
    padding: 20px 0 5px 0;
    text-transform: uppercase;
    font-size: 1.4em;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 3px solid #F1F1F1;
}
.reportazh_container .block {
    padding: 5px 0 5px 179px;
    margin: 5px 0;
    position: relative;
    min-height: 136px;
}
.reportazh_container .block:nth-child(1),
.reportazh_container .block:nth-child(2),
.reportazh_container .block:nth-child(3),
.reportazh_container .block:nth-child(4) {
    padding: 10px 0 10px 240px;
    border-bottom: 1px solid #F1F1F1;
    min-height: 180px;
}
.reportazh_container .block .image {
    position: absolute;
    top: 10px;
    left: 0;
    overflow: hidden;
    width: 160px;
    height: 120px;      
}
.reportazh_container .block:nth-child(1) .image,
.reportazh_container .block:nth-child(2) .image,
.reportazh_container .block:nth-child(3) .image,
.reportazh_container .block:nth-child(4) .image {
    width: 220px;
    height: 180px;    
}
.reportazh_container .block .image a {
    position: absolute;
    left: -1em;
    top: -1em;
    right: -1em;
    bottom: -1em;
    font-size: 40px;
    display: block;
}
.reportazh_container .block:nth-child(1) .image a,
.reportazh_container .block:nth-child(2) .image a,
.reportazh_container .block:nth-child(3) .image a,
.reportazh_container .block:nth-child(4) .image a {
    font-size: 40px;
}
.reportazh_container .block .image a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.reportazh_container .block a.name {
    text-transform: uppercase;
    /*font-family: 'PT Serif', sans-serif;*/
    border-bottom: 1px solid rgba(49,61,72,0.5);
    color: rgba(49,61,72,1);
    text-decoration: none;
    font-weight: bold;
}
.reportazh_container .block a.name:after {
    content: '';
    display: block;
    clear: both;
}
.reportazh_container .block a.name:hover {
    border-bottom: 1px solid transparent;
    color: #FC6540;
}
.reportazh_container .block .date {
    font-size: 0.8em;
    background: #F1F1F1;
    display: inline-block;
    color: #808080;
    margin: 8px 0;
    padding: 5px 8px;
}
.reportazh_container .block .text {
    /*font-family: 'PT Serif', sans-serif;*/
    line-height: 1.3em;
    font-size: 0.8em;
}
.reportazh_container .block:nth-child(1) .text,
.reportazh_container .block:nth-child(2) .text,
.reportazh_container .block:nth-child(3) .text,
.reportazh_container .block:nth-child(4) .text {
    line-height: 1.5em;
    font-size: 1em;
}
.columns.content > .right .block.share_info {
    padding: 20px 0 20px 70px;
    background: #F1F1F1;
    border-top: 3px solid #313D48;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
}
.columns.content > .right .block.share_info:before {
    content:'';
    width: 1em;
    height: 1em;
    background: #313D48 url('/style/pismo.svg') no-repeat center center;
    display: block;
    top: 0;
    left: 20px;
    bottom: 0px;
    margin: auto;
    border-radius: 1em;
    font-size: 35px;  
    position: absolute;  
}
.columns.content > .right .block.share_info a {
    text-decoration: none;
    border-bottom: 1px dashed #FC6540;
    line-height: 1.5em;
}
.columns.content > .right .block.share_info a:hover {
    border-bottom: 1px dashed transparent;
}
.columns.content > .right .block.about_talk {
    background: #F1F1F1;
    border-top: 1px solid #D7D7D7;
}
.columns.content > .right .block.about_talk .date {
    margin-top: 4px;
    font-size: 0.85em;
    color: #808080;
}
.columns.content > .right .block.video {
    background: #313D48;
    border-top: 3px solid #FC6540;
    color: #fff;
}
.columns.content > .right .block.video .video_container {
    position: relative;
    cursor: pointer;
}
.columns.content > .right .block.video .video_container:before {
    content:'';
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 30px;
    background: url('/style/play.svg') no-repeat center center;
    background-size: cover;
    z-index: 10;
    width: 1em;
    height: 1em;
    position: absolute;
    transition: all .3s;
}
.columns.content > .right .block.video .video_container:hover:before {
    font-size: 40px;
}
.columns.content > .right .block.video a.name {
    color: #fff;
}
.columns.content > .right .block.video .container:last-of-type, .columns.content > .right .block.about_talk .container:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.columns.content > .right .block.video .date {
    padding-top: 5px;
}
.columns.content > .right .block.video a.more {
    display: block;
    padding-top: 10px;
}
.columns.content > .right .block.comment {
    background: #F1F1F1;
}
.columns.content > .right .block .theme {
    color: #313D48;
}
.columns.content > .right .block .date {
    padding: 5px 0;
}
.columns.content > .right .block .header {
    padding-bottom: 5px;
}
.columns.content > .right .block.comment .name {
    font-weight: normal;
}

.footer {
    height: 178px;
    margin-top: -178px;
    background: #313D48;
    color: #fff;
}
.footer a {
    color: #91959A;
    text-decoration: none;
}
.footer .content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; 
    padding-top: 45px;   
}
.footer .content .block:nth-child(2) {
    width: 720px;
    padding: 0 45px;
    box-sizing: border-box;
    font-size: 0.85em;
}
.footer .content .block:nth-child(2) .copyright {
    text-transform: uppercase;
}
.footer .content .block:nth-child(1) {
    width: 230px;    
}
.footer .content .block:nth-child(1) .bottom {
    font-size: 0.8em;
    color: #91959A;
    padding-top: 15px;
}
.footer .content .block:nth-child(3)  {
    text-align: right;
}
.footer .content .block:nth-child(3) .social {
    margin-bottom: 10px;    
}
.footer .content .block:nth-child(3) .social a {
    text-decoration: none;
    font-size: 25px;
    color: #fff;
}
.footer .content .block:nth-child(3) span.maker {
    font-size: 0.8em;
    color: #91959A;
}


h1 {
    margin: 0 0 10px 0;
    padding: 0;
    text-transform: uppercase;
    line-height: 1.4em;
    /*font-family: 'PT Serif', serif;*/
    font-size: 1.4em;
    font-weight: bold;
}
.center > .title:first-child {
    padding-top: 0;
}
.center > .date {
    background: #F1F1F1;
    display: inline-block;
    padding: 5px 8px;
    font-size: 0.85em;
    color: #000;
    margin-bottom: 10px;
}
.center > .big_photo {
    height: 320px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    margin-bottom: 20px;
}
.center > .big_photo .author {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 15px;
    background: rgba(0,0,0,0.8);
    color: #fff;
    font-size: 0.9em;
}
.center > .first_paragraph {
    padding: 15px;
    background: #F1F1F1;
    font-weight: bold;
    line-height: 1.5em;
    /*font-family: 'PT Serif', serif;*/
}
.center > .first_paragraph > p:first-child {
    margin-top: 0;
}
.center > .first_paragraph > p:last-child {
    margin-bottom: 0;
}

.carousel_theme .time_stamp {
    position: relative;
    height: 180px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.carousel_theme .time_stamp:before {
    content:'';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+9,000000+94&0+0,0.65+94 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.06) 9%, rgba(0,0,0,0.65) 94%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.06) 9%,rgba(0,0,0,0.65) 94%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.06) 9%,rgba(0,0,0,0.65) 94%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); 
    box-sizing: border-box;    
}
.carousel_theme .time_stamp .date {
    position: absolute;
    top: 5px;
    left: 5px;
    background: #FC6540;
    padding: 4px 8px;
    color: #fff;
    font-size: 0.8em;
}
.carousel_theme .time_stamp a {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    color: #fff;
    font-size: 0.9em;
    /*font-family: 'PT Serif', serif;*/
    text-decoration: none;
    box-sizing: border-box;
    padding: 7px;
}
.carousel_theme .time_stamp a:hover {
    text-decoration: underline;
}
.center .in_theme {
    position: relative;
}
.center .in_theme .arrow {
    position: absolute;
    height: 150px;
    color: #fff;
    width: 30px;
    text-align: center;
    /*display: block !important;*/
}
.center .in_theme .arrow:before {
    width: 1em;
    height: 1em;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 40px;
    z-index: 100;
    width: 30px;
    text-align: center;
    cursor: pointer;
} 
.center .in_theme .arrow.prev:before {
    content:'‹'
}
.center .in_theme .arrow.next:before { 
    content:'›'
}
.center .in_theme .arrow.prev {
    left: 0;
}
.center .in_theme .arrow.next {
    right: 0;
}
.main_text {
    line-height: 1.6em;
    padding: 0 0;
    /*border-top: 2px solid #F1F1F1;
    border-bottom: 2px solid #F1F1F1;*/
    margin: 20px 0;
    font-size: 1.05em;
}
.main_text p {
    margin: 10px 0;
}


.comments .comment {
    font-size: 14px;
    padding: 8px 0;
    margin: 8px 0;
}
.comments .comment .first_string {
    padding-bottom: 8px;
}
.comments .comment .first_string .name {
    font-weight: bold;
}
.comments .comment .first_string .date {
    color: #7D7D7D;
    font-size: 12px;
    margin-left: 10px;
}
.comments .comment .text {
    line-height: 1.5em;
}
.comments .comment .level {
    padding-left: 15px;
    border-left: 1px dotted #D8D8D8;
}
.comments .comment .reply {
    margin-top: 8px;
    font-size: 0.8em;
    color: rgba(49, 61, 72, 0.5);
    transition: all .3s;
    border-bottom: 1px dashed transparent;
    cursor: pointer;
    display: inline-block;
}
.comments .comment .reply:hover {
    color: rgba(49, 61, 72, 0.9);
    transition: all .3s;
    border-bottom: 1px dashed rgba(49, 61, 72, 0.8);
}








.form-label {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
}
.form-input input[type=text], .form-input input[type=password] {
    height: 33px;
    border: 1px solid rgba(0,0,0,0.15);
    padding: 0 10px 0 10px;    
    width: 100%;
    -webkit-appearance: none;
    box-sizing: border-box;
}
.about-form .form-label {
    display: inline-block;
    width: 200px;
}
.about-form .form-input {
    display: inline;
}
.about-form .form-input:after {
    content: '';
    display: block;
    height: 1px;
}
.about-form .form-input:after {
    margin-bottom: 20px;
}
.about-form .form-input b {
    font-weight: normal;
}
#zaktab-title {
    display: table;
    width: 100%;
    max-width: 700px;
}
#zaktab-title > div {
    display: table-cell;
}
.basket-table {
    display: table;
    width: 100%;
    border-collapse: collapse;    
    background: rgba(255,255,255,0.30);
}
.lk-tab-string-acc {
    display: table-row;
}
.lk-tab-string-acc > div {
    display: table-cell;
    border: 1px solid rgba(0,0,0,0.8);
    vertical-align: middle; 
    padding: 20px;    
    border-left: none;
    border-right: none;
    color: rgba(0,0,0,0.8);
}
.lk-tab-string-acc > div:nth-child(1) {
    width: 100px;
}
.lk-tab-string-acc > div:nth-child(1) img {
    max-width: 130px;
}
.lk-tab-string-acc > div:nth-child(2) a {
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    color: #B21313;
}
.lk-tab-string-acc > div:nth-child(2) a:hover {
    text-decoration: underline;
}
.lk-tab-string-acc > div:last-child {
    width: 20%;
    font-weight: 600;
    position: relative;
}
.lk-tab-string-acc:first-child > div {
    text-transform: uppercase;
    font-size: 0.9em;
    color: #999;
}
.lk-tab-string-acc:first-child > div:last-child {
    font-weight: normal;
    min-width: 180px;
}
.lk-tab-string-acc .delete-icon {
    position: absolute;
    right: 30px;
    margin: auto;
    top: 0;
    bottom: 0;
}
.bottom_string_basket > div:first-child {
    font-size: 0.9em;
}
.bottom_string_basket {
    text-transform: uppercase;
    position: relative;
    width: 100%;
    display: table;
}
.bottom_string_basket > div {
    display: table-cell;
}
.bottom_string_basket > div:last-child {
    text-align: right;
    font-weight: 600;
}
.bottom_string_basket > div:first-child a {
    font-weight: 600;
    color: #fff;
}
.zakaz_post_form .form-input input[type=text] {
    max-width: 100%;
    box-sizing: border-box;
    -webkit-appearance: none;
}
.zakaz_post_form .form-input textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #D4D4D4;
    margin: 0;
    display: block;
    box-sizing: border-box;
}
.zakaz_post_form {
    margin: 0 0;
}
.iac-count {
    width: 91px;
    height: 25px;
    display: inline-block;
    margin-top: 10px;
    border: 1px solid rgba(0,0,0,0.8);
    color: #B21313;
}
.iac-count-minus {
    width: 25px;
    height: 25px;
    background: url("/style/lk/count-minus.jpg");
    float: left;
    cursor: pointer;
    position: relative;    
}
.iac-count-text {
    width: 41px;
    height: 25px;
    line-height: 25px;
    background: url("/style/lk/count-text.jpg");
    float: left;
}
.iac-count-plus {
    width: 25px;
    height: 25px;
    float: left;
    cursor: pointer;
    content: '+';
    position: relative;
}
.iac-count-plus:before {
    content: '+';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    box-sizing: border-box;    
}
.iac-count-minus:before {
    content: '-';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    box-sizing: border-box;     
}
.basket-table.unreg {
    width: 65%; 
    float: left;
    box-sizing: border-box;
    padding: 0 0 0 20px;    
}
.zakaz_post_form.unreg {
    width: 31%;
    float: left;
    box-sizing: border-box;
    padding: 20px;
    /*background: url(/style/pattern.png);*/
    background: rgba(0,0,0,0.8);
    color: #fff;
    margin-left: 1%;
}
.bottom_string_basket > div:first-child a {
    color: #fff;
}
.zakaz_post_form.unreg a {
    color: #fff;
}
.bottom_string_basket {
    margin-top: 20px;
}
#lk-pay-button {
    margin: auto;
    color: #4F2E29;
    text-transform: uppercase;
    background: #B21313;
    cursor: pointer;
    font-weight: 600;
    border: none;
    font-size: 1em;
    display: block;
    line-height: 33px;
    font-family: 'Open Sans', sans-serif;
    margin-top: 1em;
    color: #fff;
    padding: 8px 15px;
    margin: 20px auto 0 auto;
    -webkit-appearance: none;
}
.main_page.login_reg {
    max-width: 400px;
    padding: 0 40px 40px 40px;
    border: 1px solid #76443D;
}
.main_page.login_reg h1 {
    width: auto;
    padding: 20px 0;
}
.main_page.login_reg .redstar {
    font-size: 0.8em;
    margin-top: 10px;
}
.main_page.login_reg .form {
    margin: 0;
    padding: 0;
}
.lk-menu {
    z-index: 100;
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 980px;
    margin: 0 auto;    
}
.form-string {
    margin-bottom: 14px;
}
.form-string.last {
    padding-bottom: 20px;
    border-bottom: 1px solid #bebebe;
}
.form-input .button, .form-about .button {
    text-transform: uppercase;
    -webkit-appearance: none;
    cursor: pointer;
    font-weight: 600;    
    display: inline-block;
    padding: 10px 15px;
    border: none;
    background: transparent;
    margin-top: 20px;
    background: #313D48;
    color: #fff;    
}
.form-input .button:hover, .form-about .button:hover {
    text-decoration: underline;
}
.form-input .button:active, .form-about .button:active {
    background: #fff;
    color: #3E3E40;
}
.form-about {
    width: 50%;
    float: left;
    line-height: 35px;
}
.form-about a {
    color: #3E3E40;
    font-size: 1.5em;
    color: #B42A2A;
}
.form-about:last-of-type {
    text-align: right;
}
.form-label label {
    font-weight: normal;
}
.form-label label:hover {
    border-bottom: 1px dashed #fff;
    cursor: pointer;
}
.form-label input[type="radio"]:checked + label {
    border-bottom: 1px dashed #fff;
}
.regforma #main-container-body .form-label {
    padding-top: 8px;
}
.comment_form textarea {
    height: 120px;
    box-sizing: border-box;
    padding: 8px;
    display: block;
    width: 100%;
    border: 1px solid #ebebeb;
}
.comment_form .button.submit {
    background: #313D48;
    color: #fff;
    display: inline-block;
    margin: 10px 0;
    font-weight: bold;
    padding: 8px 10px;
}
#share_info div {
    margin-bottom: 5px;
    font-weight: 600;
}
#share_info input[type=text] {
    display: block;
    width: 100%;
    border: 1px solid #ebebeb;
    padding: 0 5px;
    box-sizing: border-box;
    height: 35px;
    margin-bottom: 20px;
}
#share_info textarea {
    display: block;
    width: 100%;
    border: 1px solid #ebebeb;
    padding: 0 5px;
    box-sizing: border-box;
    height: 35px;
    height: 150px;
}
#share_info .checkbox_container {
    margin-top: 10px;
}
#share_info .checkbox_container label {
    font-size: 0.85em;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
}
#share_info .submit {
    text-transform: uppercase;
    -webkit-appearance: none;
    cursor: pointer;
    font-weight: 600;
    display: inline-block;
    padding: 10px 15px;
    border: none;
    background: transparent;
    margin-top: 20px;
    background: #313D48;
    color: #fff;    
}
.alert p {
    padding-top: 10px;
}
.video_container_main {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;    
}
.video_container_main > * {
    max-width: 48%;
    flex: 0 0 48%;
    -webkit-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    margin: 0 2% 4% 0;
}
.video_container_main > *:nth-child(2n+2) {
    margin-right: 0;
    margin-left: 2%;
}
.video_container_main .container .video_container {
    position: relative;
    cursor: pointer;
    transition: all .3s;
}
.video_container_main .container .video_container img {
    width: 100%;
    height: auto;
}
.video_container_main .container .name {
    /*font-family: 'PT Serif', serif;*/
    font-weight: bold;
    margin-top: 5px;
}
.video_container_main .container .date {
    background: #ebebeb;
    display: inline-block;
    font-size: 0.8em;
    padding: 4px 5px;
    color: #666;
    margin-top: 5px;
}
.video_container_main .container .video_container:before {
    content: '';
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 30px;
    background: url(/style/play.svg) no-repeat center center;
    background-size: cover;
    z-index: 10;
    width: 1em;
    height: 1em;
    position: absolute;
    transition: all .3s;
}
.video_container_main .container .video_container:hover:before {
    font-size: 40px;
}

.gallery_container_main {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;       
}
.gallery_container_main > * {
    max-width: 48%;
    flex: 0 0 48%;
    -webkit-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    margin: 0 2% 4% 0;    
}
.gallery_container_main > *:nth-child(2n+2) {
    margin-right: 0;
    margin-left: 2%;
}
.gallery_container_main > .block > .image {
    position: relative;
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 7px;
    
}
.gallery_container_main > .block > .image:after {
    content:'';
    display: block;
    position: relative;
    width: 100%;
    padding-top: 100%;
    height: 0;    
}
.gallery_container_main > .block .name {
    /*font-family: 'PT Serif', serif;*/
    font-weight: bold;
    color: #000;
    font-size: 1.2em;
}
.modal_video_text {
    max-width: 640px;
    margin: 10px auto 0 auto;
}
.search > .string {
    margin-bottom: 30px;
}
.search > .string > a {
    text-transform: uppercase;
    font-weight: bold;
    /*font-family: 'PT Serif', serif;*/
}
.search > .string > .heading {
    padding: 4px 0;
    font-size: 0.7em;
    color: #313D48;
    text-transform: uppercase;
    font-weight: bold;
}
.search > .string > .text {
    font-size: 0.8em;
    color: #999;
}
.menu_trigger {
    display: none;
}
.comment_unreg {
    margin-bottom: 30px;
}
blockquote {
    padding: 5px 10px 5px 20px;
    margin-left: 20px;
    border-left: 2px solid #FC6540;
    font-style: italic;
}
.social_header {
    margin-bottom: 10px;
}
.social_link {
    margin-right: 5px;
}
.scroll_top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    opacity: 0;
    cursor: pointer;
    transition: opacity .3s;
}
.scroll_top.active {
    opacity: 0.5;    
}
.scroll_top.active:hover {
    opacity: 1;
}
.columns.content > .center.map {
    width: 100%;
    max-width: 100%;
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;    
}


.columns.content > .right .block.video .angry_nizhegorodec_container {
    position: relative;
    cursor: pointer;
}
.columns.content > .right .block.video .angry_nizhegorodec_container:before {
    content:'';
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 30px;
    z-index: 10;
    width: 1em;
    height: 1em;
    position: absolute;
    transition: all .3s;
}
.columns.content > .right .block.video .angry_nizhegorodec_container:hover:before {
    font-size: 40px;
}
.banner_specproekt {
    background: #313D48;
    padding: 20px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em;
}
.banner_specproekt a {
    text-decoratioN: none;
    color: #FC6540;
}
.banner_specproekt a:hover {
    text-decoration: underline;
}
.make_zoom {
    cursor: pointer;
}

.header.content .slavina img {
    max-width: 60px;
    position: relative;
    z-index:100;
}
.slavina {
    position: relative;
}
.slavina:before {
    content: '';
    z-index: 50;
    background: #000;
    top: -12px;
    bottom: -13px;
    width: 29px;
    display: block;
    position: absolute;
    margin: auto;
    left: -2px;
    right: 0;
    transform: skew(-20deg);
}
#donate {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;    
    margin: 20px auto 0 auto;
    background: #F1F1F1;
    padding: 30px;
    border-top: 3px solid #313D48;
    border-bottom: 3px solid #313D48;
}
#donate input[type=text] {
    height: 42px;
    border: 1px solid #ddd;
    padding: 0 10px;
    font-size: 1.1em;
}
#donate .submit {
    text-transform: uppercase;
    -webkit-appearance: none;
    cursor: pointer;
    font-weight: 600;
    display: inline-block;
    padding: 10px 15px;
    border: none;
    background: transparent;
    background: #313D48;
    color: #fff;    
}
.donate_button {
    display: block;
    padding: 20px;
    background: #ca515c;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 24px;    
}