@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin,cyrillic);

* {
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

figure {
    margin: 0;
}

body {
    font-family: 'Open Sans', Arial, sans-serif;
    background: #fff;
    color: #2b2b2b;
    font-size: 17px;
    font-weight: 300;
}

a {
    color: #2b2b2b;
    text-decoration: underline;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    outline: none;
}

a:hover {
    text-decoration: none;
    transition: 0.5s;
}

a:focus {
    outline: none;
}

a:hover, a:active {
    outline: none;
}

/*
 wrapper
 */
.wrapper {
    width: 100%;
    position: relative;
    z-index: 1;
}

.maxwidth {
    margin: auto;
    overflow: hidden;
}



/*
 header
 */
.header {
    position: fixed;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 555;
    background: rgba(255, 255, 255, 0.8);
    display: block;
    height: 120px;
}

.not-main-header {
    background: #f2f1ed;
    position: relative;
}

.logo {
    float: left;
    width: 120px;
    height: 120px;
    background: #fff;
    transition: background 0.3s;
    position: relative;
    z-index: 3;
}

.logo:hover {
    background: #e5e5e5;
}

.logo a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/logo-is.png) center no-repeat;
}

.navigat {
    position: absolute;
    z-index: 2;
    display: flex;
    width: 100%;
    background: rgba(255, 255, 255, 0);
}

.nav {
    padding: 0;
    list-style: none;
    font-weight: 400;
    float: left;
    text-transform: uppercase;
    font-size: 17px;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

.navigat .nav {
    display: flex;
    margin: 48px auto 49px;
}

.nav li {
    float: left;
    margin: 0 0 0 20px;
    position: relative;
}

.nav a {
    color: #4e4e4e;
    text-decoration: none;
    border-bottom: 0px solid #fff;
}

.nav a:hover, .nav a.active {
    color: #000;
}

.nav a:hover {
    border-bottom: 5px solid #e5e5e5;
}

.nav a.active {
    border-bottom: 5px solid #ffdd1d;
}

.nav li:hover a {
    border-bottom: 5px solid #e5e5e5;
}

.nav li ul {
    position: absolute;
    display: none;
    width: 300px;
    background: #fff;
    padding: 5px 0;
    top: 28px;
}

.nav li:hover ul {
    display: block;
}

.nav li ul li {
    float: left;
    margin: 10px 5%;
    width: 90%;
}

.nav li:hover ul li a {
    border-bottom: 5px solid #fff;
}

.nav li:hover ul li:hover a {
    border-bottom: 5px solid #e5e5e5;
}

.nav li ul li a {
    text-transform: none;
}

.hcont {
    float: right;
    width: 300px;
    position: relative;
    z-index: 999;
}

.cont {
    float: left;
}

.cont li {
    list-style-type: none;
    float: left;
    margin: 5px 0;
    font-size: 15px;
    font-weight: 300;
}

.cont li.tel {
    font-size: 24px;
}

.cont li.tel span {
    font-size: 17px;
}

.cont li .call {
    float: right;
    width: 36px;
    height: 36px;
    border: 1px solid #2b2b2b;
    margin-left: 10px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    background: url(../img/call.png) center no-repeat #ffdd1d;
}

.cont li .map {
    float: right;
    width: 32px;
    height: 32px;
    border: 1px solid #2b2b2b;
    margin: -7px 0 0 10px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    background: url(../img/map.png) center no-repeat #ffdd1d;
}



/*
default
*/


.default {
    width: 100%;
    z-index: 9999;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    -moz-box-shadow: 5px 5px 20px #333;
    -webkit-box-shadow: 5px 5px 20px #333;
    box-shadow: 5px 5px 20px #333;
    z-index: 9999;
    transition: background .3s;
    height: auto;
}

.transbg {
    background-color: rgba(255, 221, 29, 0.8) !important;
    z-index: 9999;
    transition: background .3s;
}

.fixed .navigat {
    background: rgba(255, 255, 255, .8);
}

.fixed:hover .navigat {
    background: rgba(255, 255, 255, 1);
    transition: background .3s;
}

.fixed:hover {
    background-color: rgba(255, 221, 29, 0.3) !important;
}

.fixed .navigat .nav {
    display: flex;
    margin: 12px auto 11px;
}

.fixed .logo {
    float: left;
    width: 46px;
    height: 46px;
}

.logo a {
    background-size: 100%;
}

.fixed .cont li.mail, .fixed .cont li.adr {
    display: none;
}



/*
top
*/
#top {
    bottom: 25px;
    cursor: pointer;
    display: none;
    font-size: 150%;
    position: fixed;
    right: 10px;
    z-index: 999;
    font-size: 12px;
    padding: 3px 10px;
    background: #e5e5e5;
    color: #2b2b2b;
    font-weight: 400;
    text-transform: uppercase;
    border: 3px solid #ffdd1d;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
}



/*
slider
*/

.slider {
    height: 650px;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    margin: 0;
    overflow: hidden;
}

.slitem {
    float: left;
}

.slitem a {
    float: left;
    position: relative;
}

.slfon {
    position: relative;
    z-index: 1;
    width: 100%;
}

.slbg {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.slwidth {
    position: absolute;
    top: 0;
    width: 1200px;
    margin: 0 auto;
    z-index: 5;
    display: block;
    left: 50%;
    margin-left: -600px;
    height: 100%;
}

.slimg {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
}

.slte {
    position: relative;
    left: 50%;
    top: 18%;
    width: 25%;
    z-index: 55;
}

.slte .text {
    font-size: 15px;
}

.slte .text span {
    font-size: 30px;
}



/*
form
*/
.form {
    float: right;
    width: 300px;
    background: #fff;
    position: absolute;
    right: 0;
    z-index: 999;
    top: 150px;
    box-sizing: border-box;
    padding: 20px 20px 10px 20px;
    font-weight: 300;
    font-family: 'Open Sans', Arial, sans-serif;
}

.form legend {
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #2b2b2b;
    display: block;
    margin: 5px 0;
}

.form p {
    margin: 10px 0;
}

.form input, .form textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 5px;
    border: 1px solid #e5e5e5;
    font-size: 17px;
    font-weight: 300;
    color: #2b2b2b;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    font-family: 'Open Sans', Arial, sans-serif;
}

.form input.btn {
    background: #2b2b2b;
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    border: 1px solid #2b2b2b;
}



/*
svg-cont
*/
.svg-cont {
    height: 100px;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 5;
    margin: 0;
    overflow: hidden;
    margin-top: -100px;
}

.more-ysl {
    margin-top: 0;
    background: none;
}

.zag-port {
    margin-top: -50px;
    z-index: 1;
}

.svg-container {
    position: relative;
    height: 100px;
    left: 0;
    width: 100%;
    z-index: 5;
    float: left;
}

.btn-sl {
    position: absolute;
    z-index: 5;
    left: 50%;
    top: 0;
    width: 190px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: #ffdd1d;
    padding: 15px;
    border-radius: 50px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    width: 320px;
    padding: 25px 20px;
    font-size: 18px;
    color: #2b2b2b;
}

.zag-sl {
    position: absolute;
    z-index: 5;
    left: 50%;
    top: 0;
    text-align: center;
    text-transform: uppercase;
    width: 320px;
    padding: 0 20px;
    font-size: 18px;
    color: #2b2b2b;
}

.svg-container svg {
    position: absolute;
    z-index: 4;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
}

.bottom-angle {
    position: absolute;
    top: 0;
    z-index: 2;
}



/*
page
*/
.page {
    margin: 0 auto;
    width: auto;
}

#page-products {
}

#page-products .product-list {
    padding: 0% 0 0 3%;
    position: relative;
    z-index: 10;
}

#page-products .product-list {
    margin: 0 auto;
    max-width: 1400px;
    font-size: 0;
    text-align: center;
}

.clearfix:after, .clearfix:before {
    content: " ";
    display: table;
}

#page-products .product-list .product-item {
    background: #f3f1ed;
    box-shadow: 0 6px 54px rgba(0, 0, 0, .05);
    margin: 15px 3% 15px 0;
    opacity: .3;
    padding-bottom: 70%;
    position: relative;
    transition: box-shadow .2s cubic-bezier(.666,0,.333,1),z-index .2s step-end;
    width: 47%;
    display: inline-block;
    vertical-align: top;
}

#page-products .product-list .product-item {
    padding-bottom: 33%;
    width: 22%;
}

#page-products .product-list .allow-hover {
    opacity: 1;
}

#page-products .product-list .allow-hover:hover {
    box-shadow: 0 80px 100px rgba(0,0,0,.1);
    transition: box-shadow .2s cubic-bezier(.666,0,.333,1),z-index .2s step-start;
    z-index: 5000;
}

#page-products .product-list .product-item .item-details, #page-products .product-list .product-item .item-image {
    height: 72%;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all .2s cubic-bezier(.666,0,.333,1);
    width: 100%;
}

#page-products .product-list .product-item .item-details {
    background: #fff;
    bottom: 0;
    height: auto;
    left: 0;
    overflow: hidden;
    text-align: left;
    top: auto;
    padding: 9%;
    box-sizing: border-box;
}

#page-products .product-list .product-item .item-details {
    height: 28%;
}

#page-products .product-list .allow-hover:hover .item-details {
    bottom: -15%;
    height: 58%;
    left: -5%;
    padding: 31.5% 14% 14%;
    width: 110%;
    z-index: 50;
}

#page-products .product-list .allow-hover:hover .item-image {
    height: 82%;
    left: -5%;
    top: -5%;
    width: 110%;
}

#page-products .product-list .product-item .item-details img, #page-products .product-list .product-item .item-image img {
    height: 100%;
    width: auto;
    max-width: none;
    transition: all .2s cubic-bezier(.666,0,.333,1);
}

#page-products .product-list .product-item .item-details, #page-products .product-list .product-item .item-image {
    height: 72%;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all .2s cubic-bezier(.666,0,.333,1);
    width: 100%;
}

#page-products .product-list .product-item .item-details {
    background: #fff;
    bottom: 0;
    height: auto;
    left: 0;
    overflow: hidden;
    text-align: left;
    top: auto;
    padding: 9%;
}

#page-products .product-list .product-item .item-details {
    height: 28%;
}

#page-products .product-list .allow-hover:hover .item-details {
    bottom: -15%;
    height: 58%;
    left: -5%;
    padding: 31.5% 14% 14%;
    width: 110%;
    z-index: 50;
}

#page-products .product-list .product-item .item-details .details-name {
    color: #3f3f39;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
}

#page-products .product-list .product-item .item-details .details-name {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 6%;
}

#page-products .product-list .product-item .item-details .details-name {
    font-size: 17px;
    line-height: 19px;
    font-weight: 400;
    text-decoration: none;
    display: block;
    z-index: 5;
    position: relative;
    transition: color .3s;
}

#page-products .product-list .product-item .item-details .details-name:hover {
    color: #ffdd1d;
}

#page-products .product-list .product-item .item-details .details-description {
    color: #afafad;
    display: none;
    font-size: 13px;
    line-height: 15px;
    overflow: hidden;
}

#page-products .product-list .product-item .item-details .details-description {
    display: block;
    font-size: 14px;
    line-height: 18px;
}

#page-products .product-list .product-item .item-details .details-description {
    font-size: 15px;
    line-height: 19px;
}

#page-products .product-list .product-item .item-details .details-fade {
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 70%);
    bottom: 0;
    display: none;
    height: 70%;
    left: 0;
    position: absolute;
    transition: all .2s cubic-bezier(.666,0,.333,1);
    width: 100%;
}

#page-products .product-list .product-item .item-details .details-fade {
    display: block;
}

#page-products .product-list .allow-hover:hover .item-details .details-fade {
    opacity: 0;
}

#page-products .product-list .product-item .item-colors {
    margin: 0 9%;
    padding: 3% 0;
    position: absolute;
    top: 70%;
    width: 82%;
    z-index: 60;
}

#page-products .product-list .product-item .item-colors {
    top: 62%;
}

#page-products .product-list .product-item .item-colors .color-br {
    background: #f3f1ed;
    bottom: -25%;
    display: none;
    height: 2px;
    left: 50%;
    position: absolute;
    transition: all .3s cubic-bezier(.666,0,.333,1);
    width: 1%;
}

#page-products .product-list .product-item .item-colors .color-br {
    display: block;
}

#page-products .product-list .product-item .item-colors .color-br {
    bottom: -20%;
}

#page-products .product-list .allow-hover:hover .item-colors .color-br {
    left: 0;
    width: 100%;
}

#page-products .product-list .product-item .item-colors .color-count {
    color: #afafad;
    display: none;
    float: left;
    font-size: 13px;
    background: rgba(0, 0, 0, 0.8);
    padding: 2px 10px;
    transition: -webkit-transform .2s .2s cubic-bezier(.666,0,.333,1);
    transition: transform .2s .2s cubic-bezier(.666,0,.333,1);
}

#page-products .product-list .product-item .item-colors .color-count {
    display: block;
}

#page-products .product-list .product-item .item-colors .color-count span {
    font-size: 19px;
}

#page-products .product-list .product-item .item-colors .color-swatches {
    height: 13px;
    text-align: center;
    transition: -webkit-transform .2s .2s cubic-bezier(.666,0,.333,1);
    transition: transform .2s .2s cubic-bezier(.666,0,.333,1);
    width: 100%;
}

#page-products .product-list .product-item .item-colors .color-swatches {
    float: right;
    width: auto;
}

#page-products .product-list .product-item .item-colors .color-swatches .dot {
    border-radius: 100%;
    display: inline-block;
    height: 13px;
    margin-right: 4px;
    width: 13px;
}

.product-item .item-colors .color-swatches .dot:last-child {
    margin: 0;
}

.dot-green-1 {
    background: #50872d;
}



/*
more-work
*/
.more-work {
    float: left;
    width: 100%;
    background: #f2f1ed;
    margin-bottom: 20px;
}

.sub-title, .sub-title-about {
    width: 300px;
    text-align: center;
    margin: 0 auto;
    font-size: 36px;
    padding-bottom: 14px;
    text-transform: uppercase;
}

.sub-title-black {
    border-bottom: 1px solid #dfdfdf;
}

.work-list0 {
    float: left;
    width: 100%;
}

.work-list {
    width: 1400px;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.work-list2 {
    font-size: 0;
    text-align: center;
    overflow: hidden;
}

.wrapper2 {
    width: 22%;
    margin: 15px 1.5%;
    display: inline-block;
    vertical-align: top;
}

.box2 {
    margin-left: auto;
    margin-right: auto;
}

.work-list-img {
    width: 100%;
    position: relative;
    display: block;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.work-list-img:hover {
    opacity: 1;
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
    z-index: 444;
}

.work-list-img {
    width: 100%;
    position: relative;
    display: block;
    float: left;
    text-decoration: none;
}

.work-list-img:after {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    display: block;
    padding-top: 100%;
    content: " ";
}

.work-list-img:after:hover {
}

.work-list-img img {
    width: 100%;
    height: 100%;
    background-size: 100% 100% cover;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    -moz-transition: transform .6s ease-in-out, -moz-transform .6s ease-in-out;
    -o-transition: transform .6s ease-in-out, -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out, -moz-transform .6s ease-in-out, -o-transform .6s ease-in-out;
}

.work-list-img:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.work-list-img .work-list-bg {
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    display: block;
    padding-top: 100%;
    content: " ";
    background:  #2b2b2b;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.work-list-img:hover .work-list-bg {
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    display: block;
    padding-top: 100%;
    content: " ";
    background: #2b2b2b;
    z-index: 555;
    opacity: .8;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.work-list-img .work-list-opis {
    position: relative;
    opacity: 0;
    vertical-align: middle;
    text-align: center;
    left: 10%;
    top: 0;
    width: 80%;
    height: 100%;
    color: #fff;
    opacity: 0;
    z-index: 999;
    position: relative;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.work-list-img:hover .work-list-opis {
    opacity: 1;
    z-index: 999;
    position: relative;
}

.work-list-img .work-list-opis,
.work-list-img:hover .work-list-opis {
    position: absolute;
}

.work-list-img  .work-list-opis > a.zag {
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 17px;
    text-transform: uppercase;
    padding-bottom: 0;
    margin: 35px 0 15px;
    z-index: 555;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    transition: color .3s, border .3s;
}

.work-list-img  .work-list-opis > a.zag:hover {
    color: #ffdd1d;
    border-bottom: 1px solid #ffdd1d;
}

.work-list-img .work-list-opis > p {
    font-size: 14px;
    font-weight: 300;
    z-index: 555;
}

.work-list-img  .work-list-opis > a.more {
    font-weight: 300;
    display: block;
    font-size: 13px;
    width: 160px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin: 30px auto 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: 555;
    transition: background .3s, color 0.3s;
    box-sizing: border-box;
    text-decoration: none;
}

.work-list-img .work-list-opis > a.more:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
    transition: background .3s, color 0.3s;
}

.allwork0 {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.allwork {
    border: 1px solid #e5e5e5;
    font-size: 17px;
    font-weight: 300;
    padding: 10px 23px 10px;
    position: relative;
    width: 250px;
    color: #2b2b2b;
    display: block;
    margin: 10px auto;
    text-align: center;
    text-decoration: none;
    background: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
}



/*
 h1
*/
.h1 {
    height: auto;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #9b9b9b;
    padding: 128px 0 0;
    height: 72px;
    background-position: center 0;
    background-color: black;
    background-repeat: no-repeat;
    text-align: center;
}

.demo {
    transition: all .5s;
}

.demo--before:before {
    content: '';
    display: block;
    position: absolute;
    opacity: 0;
    transition: all .5s;
}

.h1-news {
    background: url(../img/sl1.jpg) 50% 0 no-repeat fixed;
}

.demo:after {
    content: attr(data-name);
    position: absolute;
    top: -1.5em;
    left: .5em;
}

.demo--luminosity {
    background-color: #000;
    background-blend-mode: luminosity;
}

.demo--trans:hover {
    background-blend-mode: normal;
}

.demo--before:hover:before {
    opacity: 1;
}

.demo:before, .demo:after {
    box-sizing: content-box !important;
}

.demo--luminosity:hover {
    background-color: transparent;
}


/*
 news
 */
.news {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0;
    text-align: center;
}

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

.news .widgets iframe {
    max-width: none;
}

.news li:first-child {
    border-top: 0;
}

.news li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 22%;
    margin: 15px 1.5%;
    box-shadow: 0 6px 54px rgba(0, 0, 0, .05);
    transition: box-shadow .3s;
}


.news li:hover {
    box-shadow: 0 30px 80px rgba(0,0,0,.1);
    transition: box-shadow .2s cubic-bezier(.666,0,.333,1),z-index .2s step-start;
    z-index: 5000;
}

.news figcaption {
    padding: 15px 9%;
    box-sizing: border-box;
    background: #fff;
}

.news .title {
    font-size: 17px;
    line-height: 19px;
    font-weight: 400;
    text-decoration: none;
    display: block;
    z-index: 5;
    position: relative;
    transition: color .3s;
    text-transform: uppercase;
    text-align: left;
}

.news .title:hover {
    color: #ffdd1d;
}

.news .descr {
    font-size: 15px;
    line-height: 19px;
    color: #afafad;
    display: block;
    text-align: left;
    overflow: hidden;
    padding: 0 9% 25px;
    box-sizing: border-box;
    background: #fff;
}

.news .img {
    overflow: hidden;
    max-height: 220px;
    display: block;
}

.news p {
    margin: 24px 0;
}

.news li .news-date {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 13px;
    text-transform: uppercase;
    background: rgba(242, 241, 237, .7);
    color: #2b2b2b;
    padding: 5px 10px;
    transition: background .3s;
}

.news li:hover .news-date {
    background: rgba(242, 241, 237, 1);
}



/*
 where
 */
.where {
    overflow: hidden;
    padding-left: 50px;
}

.city {
    font-size: 36px;
    line-height: 40px;
    margin: 0 0 5px;
}

.place {
    margin: 0 0 5px;
}

.country {
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 5px;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity = 50);
}

/*
 kontakts
 */
.kontacts {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 16px;
    line-height: 24px;
}

.kontacts li:first-child {
    border-top: 0;
}

.kontacts li {
    padding: 45px 200px 45px;
    border-top: 1px solid #e5e5e5;
    position: relative;
}

.kontacts li p {
    font-size: 36px;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
}

.kontacts li p.min {
    padding: 10px 0;
    margin: 0;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    text-align: center;
}

/*
 videos
 */
.videos {
    padding: 0;
    margin: 23px 0 40px;
    list-style: none;
    font-size: 0;
    line-height: 0;
    display: inline-block;
}

.videos li {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 17px;
    color: #8c8c8c;
    margin: 17px 60px;
    *display:inline;
    *zoom: 1;
}

.videos .img_holder img {
    vertical-align: bottom;
}

.videos .img_holder {
    position: relative;
    z-index: 1;
    display: block;
    width: 280px;
    height: 160px;
    background: black;
    margin: 0 0 12px;
    overflow: hidden;
}

.videos .colored {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0.7;
    -moz-opacity: 0;
    filter: alpha(opacity = 70);
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

.videos .img_holder:hover .colored {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity = 100);
}

.videos .title {
    text-decoration: none;
    color: #1a1a1a;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    display: block;
    margin: 0 0 4px;
}

.videos .btn_play {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -27px;
    z-index: 2;
}

.big_video {
    margin: 0 0 46px;
}

.big_cover {
    background-color: black;
    background-position: center 0;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    text-align: center;
    height: 590px;
}

.big_video_controls {
    color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 400px;
    margin: -31px -200px;
}

.big_video .title {
    font-size: 30px;
    line-height: 34px;
    font-weight: 100;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    margin: 15px 0;
}

.big_video .title b {
    font-weight: 300
}

.big_video .year {
    font-style: italic;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
}

.btn_play {
    background: url('../img/play_small.png') no-repeat 0 0;
    width: 54px;
    height: 54px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.btn_play.big:hover, .big_video_controls:hover .btn_play.big, .img_holder:hover .btn_play, .btn_play:hover {
    background-position: 0 bottom
}

.btn_play.big {
    display: block;
    background: url('../img/play_big.png') no-repeat 0 0;
    width: 62px;
    height: 62px;
    margin: auto;
}

/*
 paginator
 */
.paginator {
    padding: 30px 0 30px;
    margin: 0;
    text-align: center;
}

.paginator li {
    color: #999;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 15px;
    margin: 0 5px;
    padding: 10px;
    *display:inline;
    * zoom: 1;
}

.paginator a {
    color: #2b2b2b;
    text-decoration: none;
    padding: 10px;
    display: block;
    margin: -10px;
}

.paginator a:hover {
    color: #1a1a1a
}

.paginator .page_arrow {
    background: url('../img/page_arrows.png') no-repeat 0 0;
    width: 6px;
    height: 11px;
    display: block;
    cursor: pointer;
    margin: 2px 0 0;
}

.paginator .page_arrow.left {
}

.paginator .page_arrow.right {
    background-position: right 0
}

.white {
    color: #fff;
}

/*
 
 */
.btn {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    color: #222;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

.btn.corner {
    border: 3px solid #222222;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 8px 23px 10px;
    position: absolute;
    right: 0;
}

.btn.corner:hover {
    background: #222222;
    color: white;
}

/*band*/
.seotext {
}

.seotext {
    height: auto;
}

.seotext span {
    margin-bottom: 40px
}

.seotext p {
    margin: 10px auto;
    max-width: 600px;
    padding: 0 10px;
}

.seotext a {
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.seotext a:hover {
    border-bottom-color: white
}

/*
 footer
 */

#podfooter {
    overflow: hidden;
    clear: both;
    position: relative;
    bottom: 0px;
    width: 100%;
    height: 100px;
}


.footer {
    overflow: visible;
    margin-top: -100px;
    width: 100%;
    background: #2b2b2b;
    height: 100px;
    position: relative;
    z-index: 5;
}

.ftext {
    float: left;
    margin: 25px 0 0 0;
}

.ftext li {
    font-size: 13px;
    margin: 5px 10px;
    color: #e5e5e5;
}

.social {
    float: right;
    margin: 25px 10px 0 0;
}

.social span {
    float: left;
    color: #666;
    font-size: 17px;
    text-transform: uppercase;
    margin: 15px 10px 0 0;
}

.social li {
    float: left;
    margin: 2px 5px;
}

.social li a {
    speak: none;
    font-style: normal;
    font-weight: 300;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: 0.5s;
    float: left;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    background: #333;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .3s;
}

.social li a:hover {
    background: #666;
    transition: background .3s;
}

.social li a i {
    color: #fff;
    font-size: 16px;
    display: block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
}

.social li a:hover i {
    color: #666;
    transition: 0.5s;
}


.cont-bl {
    width: 1200px;;
    margin: 0 auto;
    display: block;
}

.content {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.bl .content {
    width: 90%;
    margin: 0 5%;
    display: block;
}



h1 {
    color: #2b2b2b;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
}

/*
.content h1 {
    font-size: 28px;
    font-weight: 400;
    color: #2b2b2b;
    margin: 10px 0;
    letter-spacing: normal;
}
*/

.content h2 {
    font-size: 24px;
    font-weight: 400;
    color: #2b2b2b;
    margin: 10px 0;
}

.content p {
    font-size: 17px;
    font-weight: 300;
    color: #2b2b2b;
    margin: 10px 0;
}

.content p.callus {
    text-align: center;
    color: #2b2b2b;
    font-size: 24px;
    font-weight: 300;
    margin: 10px 0;
}

.content ul, .content ol {
    padding-left: 25px;
}

.content ul li, .content ol li {
    margin: 5px 0;
    list-style-type: disc;
    font-size: 17px;
    color: #2b2b2b;
}

.minopis p {
    font-size: 14px;
    font-weight: 300;
    color: #2b2b2b;
    margin: 10px 0;
}

.minopis p.zag {
    font-size: 17px;
    font-weight: 400;
}

.minopis ul, .minopis ol {
    padding-left: 25px;
}

.minopis ul li, .minopis ol li {
    margin: 5px 0;
    list-style-type: disc;
    font-size: 14px;
    color: #2b2b2b;
}

.bl25 .minopis {
    padding-right: 30px;
}

.not-main-otstup {
    height: 100px;
}

.not-main-zag {
    margin-top: 0;
    top: 0;
}

.not-main-otstup2 {
    height: 190px;
}

.not-main-work {
    background: none;
}

.bl50 {
    width: 50%;
    float: left;
    height: auto;
    position: relative;
}

.bl75 {
    width: 75%;
    float: left;
    height: auto;
    position: relative;
}

.bl25 {
    width: 25%;
    float: left;
    height: auto;
    position: relative;
}



.bl #page-products .product-list .product-item {
    width: 29.33%;
    padding-bottom: 43%;
    margin: 15px 4% 15px 0;
}

.bl .form {
    top: 0;
    position: relative;
    float: none;
    padding: 10px 20px 10px 20px;
}

.yslinf {
    display: block;
    width: 300px;
    top: 0;
    position: relative;
    float: none;
    padding: 10px 20px 10px 20px;
    margin-top: 5px;
}

.count {
    color: #2b2b2b;
    display: block;
    font-weight: 300;
    width: 100%;
    box-sizing: border-box;
    font-size: 17px;
    background: #ffdd1d;
    padding: 10px 10px;
    transition: -webkit-transform .2s .2s cubic-bezier(.666,0,.333,1);
    transition: transform .2s .2s cubic-bezier(.666,0,.333,1);
}

.count span {
    font-size: 24px;
}

.srok {
    color: #2b2b2b;
    display: block;
    font-weight: 300;
    width: 100%;
    box-sizing: border-box;
    font-size: 17px;
    background: #f2f1ed;
    padding: 10px 10px;
    transition: -webkit-transform .2s .2s cubic-bezier(.666,0,.333,1);
    transition: transform .2s .2s cubic-bezier(.666,0,.333,1);
}

.srok span {
    font-size: 24px;
}

.table {
    float: left;
    width: 97%;
    margin: 10px 1.5%;
}

.table table {
    border-collapse: separate;
    background: #f2f1ed;
    border-spacing: 1px;
    width: 100% !important;
    position: relative;
    z-index: 9;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    overflow: hidden;
    box-sizing: border-box;
}

.table table tbody td {
    vertical-align: middle;
}

.table table tbody td p {
    margin: 5px 5px;
    color: #000;
    font-size: 17px;
    font-weight: 300;
    float: none;
    width: auto;
}

.table table tbody td a {
    color: #32648f;
}

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

.table table td table td:first-child {
    width: 60px;
}

.table table p {
    padding: 0;
    margin: 0;
}

.table table td {
    padding-left: 8px;
    text-align: center;
    color: #000;
    font-size: 15px;
    font-weight: 300;
}

.table table td a {
    color: #205081;
}

.table table td, .table th {
    padding: 10px 3%;
    text-align: left;
    box-sizing: border-box;
}

.table table th:first-child {
}

.table table tr {
    background-color: #fff;
}

.table table tr:nth-child(2n) {
    background-color: #f7f7f7;
}
.table table th {
    background-color: #ffdd1d;

    color: #2b2b2b;
    font-weight: normal;
    font-size: 15px;
	
	text-transform: uppercase;
}




.blog-int {
	width: 600px;
}


.width-int {
    margin: 0 auto;
    max-width: 1440px;
}



.breadcrumbs0 {
    display: flex;
    justify-content: center;
}

.breadcrumbs {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: 14px;
    background: #fff;
    position: relative;
    z-index: 2;
}

.breadcrumbs a {
    color: #2b2b2b;
}

.breadcrumbs a:hover {
    text-decoration: none;
    color: #808080
}

.breadcrumbs a, .breadcrumbs span {
    float: left;
}

