

.navigation {
    display: block;
    margin-top: 28px;
    margin-right: 70px;
    margin-left: 70px;
}

.navigation-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #cccccc;
    cursor: pointer;
}

.navigation-item-img {
    width: 165px;
    height: 105px;
}

.navigation-item-name {
    margin-left: 30px;
    font-weight: 600;
    font-size: 24px;
    color: #181818;
}

.navigation-item-page {
    margin-left: auto;
    font-size: 32px;
    font-weight: 900;
    color: #252B4D;
}

.top-bannersphoto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.top-bannersphoto-img {
    width: 247px;
    height: 200px;
}

.video-navigation {
    min-width: 247px;
    height: 200px;
}

.text-block {
    display: block;
    margin-top: 25px;
    padding-left: 65px;
    padding-right: 30px;
    margin-right: 35px;
    max-height: 620px;
    overflow-y: auto;
    font-family: Roboto;
}

.text-block b{
    font-weight: 700;
}

.text-block .title{
    font-size: 18px;
    margin-bottom: 10px;
}

.text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #181818;
    text-align: justify;
}

.text.paragraph {
    text-indent: 20px;
}

ul.text{
    text-align: left;
}

.product-catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 55px;
    margin-right: 80px;
}

.product-catalog-item {
    width: 175px;
    height: 205px;
    margin-bottom: 25px;
    margin-left: 25px;
    cursor: pointer;
    text-decoration: none;
}

.product-catalog-item-img {
    width: 150px;
    height: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.product-catalog-item-name {
    max-width: 175px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    margin-top: 15px;
    color: #181818;
    text-decoration: none;
}

.pricelist {
    display: block;
    margin-left: 70px;
    margin-right: 70px;
    text-decoration: none;
    color: #181818;
}

.pricelist-category-item {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #252B4D;
    margin-bottom: 20px;
}

.pricelist-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 130px;
    border-top: 1px dotted #cccccc;
}

.pricelist-item.bottom-shadow {
    position: relative;
}

.pricelist-item.bottom-shadow:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 85%;
    height: 100%;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 85%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 85%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 85%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.pricelist-item-img-container {
    width: 96px;
    height: 96px;
    margin-left: 25px;
}

.pricelist-item-img {
    width: auto;
    height: 96px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pricelist-item-container {
    margin-left: 28px;
    display: block;
}

.pricelist-item-name {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    margin-left: 8px;
}

.pricelist-item-property-container {
    width: 120px;
    height: 28px;
    margin-top: 18px;
    background: url("../img/content/pricelist/property_background.svg") no-repeat;
    background-size: 100%;
}

.pricelist-item-property-container.big {
    width: 168px;
    background: url("../img/content/pricelist/property_background_big.svg") no-repeat;
}

.pricelist-item-property-container span {
    font-size: 13px;
    font-weight: 700;
    margin-right: 12px;
    text-align: right;
    line-height: 28px;
    color: white;
    display: block;
}

.pricelist-item-discount-container {
    margin-left: auto;
    margin-right: 10px;
    height: 67px;
    width: 67px;
    background: url("../img/content/pricelist/bum.svg");
}

.pricelist-item-discount-container span {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    display: block;
    line-height: 60px;
    width: 100%;
}

.link-price-detail {
    width: 300px;
    height: 60px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    color: #000000;
    background: url("../img/content/pricelist/linkbutton.svg");
}

.link-price-detail:focus,
.link-price-detail:active
{
    color: #000000;
}

.link-price-detail span {
    display: block;
    line-height: 60px;
    text-align: center;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}


.video-container {
    display: block;
    position: relative;
    z-index: 1;
}

.video-container.video-company {
    width: 100%;
    height: 420px;
}

.video-container .video-cover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background: white;
    border: 0;
}

.video-container .video-cover img {
    display: block;
    width: 100%;
    height: 100%;
}

.play-video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    background: url("../img/content/playvideo.svg");
    cursor: pointer;
}

.play-video:hover {
    -webkit-transform: translate(-50%, -50%) scale3d(1.2, 1.2, 1);
    transform: translate(-50%, -50%) scale3d(1.2, 1.2, 1);
    -webkit-transition: 0.3s -webkit-transform;
    transition: 0.3s -webkit-transform;
    -o-transition: 0.3s transform;
    transition: 0.3s transform;
    transition: 0.3s transform, 0.3s -webkit-transform;
}

.play-video:active {
    -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    -webkit-transition: 0.3s -webkit-transform;
    transition: 0.3s -webkit-transform;
    -o-transition: 0.3s transform;
    transition: 0.3s transform;
    transition: 0.3s transform, 0.3s -webkit-transform;
}


.video-frame {
    z-index: 0;
    border: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}


.company-img-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 20px;
}

.company-img {
    width: calc(50% - 10px);
    height: auto;
}

.company-img + .company-img {
    margin-left: 20px;
}

.product-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.product-container-img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

.block-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    bottom: 20px;
    height: 120px;
    margin-right: 60px;
    margin-left: 60px;
    width: calc(100% - 120px);
    overflow: hidden;
}

.video-popup {
    height: 120px;
    width: 120px;
    position: relative;
    cursor: pointer;
}

.video-popup:hover .video-popup-play{
    width: 60px;
    height: 60px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.video-popup:hover .video-popup-play:after{
    width: 50px;
    height: 50px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.video-popup-cover {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    padding: 5px;
    border: 1px solid white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
}

.video-popup-play {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    background: rgba(250, 183, 28, 0.6);
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.video-popup-play:after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url(../img/content/playvideo.svg);
    border-radius: 50%;

}

.video-popup + .video-popup{
    margin-left: 20px;
}