.blog-categories {
    list-style: none;
    padding: 0 30px;
    margin: 0 0 30px;
    text-align: center
}

.blog-categories__item {
    margin: 0 10px 0 7px;
    display: inline-block;
    vertical-align: top
}

.blog-categories__link {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 12px;
    text-decoration: underline;
    border: 2px solid transparent;
    -webkit-transition: border-color .6s ease, color .6s ease;
    transition: border-color .6s ease, color .6s ease
}

.blog-categories__link:hover,
.blog-categories__link:focus,
.blog-categories__link.active {
    color: #b37a5a;
    border-color: #b37a5a;
    text-decoration: none
}

.blog-catalog__row {
    margin: 0 -6px
}

.blog-catalog__row:before,
.blog-catalog__row:after {
    content: '';
    clear: both;
    display: block
}

.blog-catalog__col {
    padding: 0 6px 12px;
    width: 20%;
    float: left
}

.blog-catalog__item {
    color: #333;
    display: block;
    position: relative;
    overflow: hidden
}

.blog-catalog__item:hover {
    color: #333;
    text-decoration: none
}

.blog-catalog__item:hover .blog-catalog__info {
    opacity: 1
}

.blog-catalog__info {
    opacity: 0;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #131313;
    -webkit-transition: opacity .3s 0s ease;
    transition: opacity .3s 0s ease;
    padding: 15px;
}

.blog-catalog__name {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    color: #fff;
}

.blog-catalog__country {
    color: #999;
    line-height: 1.4;
    position: absolute;
    left: 15px;
    bottom: 15px;
    color: #fff;
}

.blog-catalog__country .fa {
    color: #fff
}

.blog-articles {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0 0 14px;
    background: #000;
    text-align: center
}

.blog-articles__row {
    margin: 0 -7px
}

.blog-articles__col {
    padding: 0 7px
}

.blog-articles::before {
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: scale(0);
    transform: scale(0);
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    content: '';
    z-index: 8
}

.blog-articles:hover::before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.blog-articles:hover .blog-articles__image {
    opacity: .67
}

.blog-articles:hover .blog-articles__description {
    height: auto;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.blog-articles__link {
    display: inline-block;
    vertical-align: top
}

.blog-articles__image {
    opacity: 1;
    -webkit-transition: opacity .35s;
    transition: opacity .35s
}

.blog-articles__caption {
    text-align: center;
    z-index: 9;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.blog-articles__caption hr {
    width: 25%;
    margin: 10px auto 10px
}

.blog-articles__title {
    color: #fff;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 400;
    text-transform: uppercase;
    width: 70%;
    margin: 0 auto
}

.blog-articles__category {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    padding-top: 5px
}

.blog-articles__category span {
    padding: 4px 8px;
    background: #b37a5a;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4)
}

.blog-articles__description {
    color: #fff;
    font-size: 13px;
    line-height: 1.5;
    width: 80%;
    margin: 0 auto;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.blog-articles__description p {
    padding-top: 10px
}

.blog-article__row {
    margin: 0 -7px
}

.blog-article__col {
    padding: 0 7px
}

.blog-article__meta {
    font-size: 12px;
    line-height: 18px;
    color: #999
}

.blog-article__widget li {
    display: inline-block;
    vertical-align: top
}

.blog-article__widget li+li {
    margin-left: 7px
}

.blog-article__description {
    margin: 0 0 60px
}

.blog-article__description p {
    font-size: 14px
}

.blog-article__description img {
    display: block;
    max-width: 100%;
    height: auto
}

.blog-article__heading {
    color: #333;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 30px
}

.blog-article__link {
    color: #333;
    font-size: 32px
}

.blog-article__link:hover {
    color: #333;
    text-decoration: underline
}

.blog-article__related.m_bottom {
    margin: 60px 0 0
}

#content>.blog-article__related {
    margin: 0 0 30px
}

#content>.blog-article__related .blog-article__row {
    margin: 0 -15px
}

#content>.blog-article__related .blog-article__col {
    padding: 0 15px
}

.footer-more {
    margin: 0 0 0 40px;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    list-style: none
}

.footer-more__item {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0 0 0 20px
}

.footer-more__item:first-child {
    margin-left: 0
}

.footer-more__item a {
    text-decoration: none !important
}

.footer-more__item.vk a {
    display: block !important;
    padding: 0
}

.footer-more__item.vk td:nth-child(1) a {
    padding: 3px 6px 4px !important
}

.footer-more__item.vk td:nth-child(2) a {
    height: 22px !important;
    padding: 3px 6px 0 0 !important
}

.footer-social {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    padding: 0;
    margin: 0 0 0 40px
}

.footer-social__item {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0 0 0 35px
}

.footer-social__item:first-child {
    margin-left: 0
}

.footer-social__link {
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    display: block;
    position: relative
}

.footer-social__link:first-child {
    margin-left: 0
}

.footer-social__link:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    background: url("../image/theme/social.png") no-repeat;
    height: 22px
}

.footer-social__link.vk {
    width: 22px;
    height: 14px
}

.footer-social__link.vk:before {
    background-position: 0 -5px;
    width: 22px;
    height: 14px;
    margin-top: -7px
}

.footer-social__link.vk:hover:before {
    background-position: 0 -33px
}

.footer-social__link.fb {
    width: 10px;
    height: 22px
}

.footer-social__link.fb:before {
    background-position: -31px 0;
    width: 10px;
    height: 22px;
    margin-top: -11px
}

.footer-social__link.fb:hover:before {
    background-position: -31px -28px
}

.footer-social__link.insta {
    width: 10px;
    height: 22px
}

.footer-social__link.insta:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 22px;
    width: 22px;
    background: url("../image/theme/inst_gray.svg") no-repeat;
}

.footer-social__link.insta:hover:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 22px;
    width: 22px;
    background: url("../image/theme/inst_color.svg") no-repeat;
}

.footer-social__link.g-plus {
    width: 28px;
    height: 18px
}

.footer-social__link.g-plus:before {
    background-position: -51px -2px;
    width: 28px;
    height: 18px;
    margin-top: -9px
}

.footer-social__link.g-plus:hover:before {
    background-position: -51px -30px
}

.uk-panel {
    display: block;
    position: relative
}

.uk-panel:after,
.uk-panel:before {
    content: "";
    display: table
}

.uk-panel>:not(.uk-panel-title):last-child {
    margin-bottom: 0
}

.uk-panel,
.uk-panel:hover {
    text-decoration: none
}

.uk-panel-box {
    padding: 15px;
    background: #fafafa;
    color: #666;
    border: 1px solid #e5e5e5;
    border-radius: 4px
}

.uk-panel-box>.uk-panel-teaser {
    margin-top: -16px;
    margin-left: -16px;
    margin-right: -16px
}

.uk-panel-box .uk-panel-teaser {
    position: relative;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
    -webkit-transform: translateZ(0)
}

.uk-panel-box .uk-panel-teaser>.uk-badge {
    top: 10px;
    right: 10px;
    position: absolute
}

.uk-panel-box .uk-panel-teaser>.uk-badge a {
    color: #333;
    font-weight: normal;
    background: #fff;
    text-decoration: none;
    padding: 2px 5px;
    display: inline-block;
    vertical-align: top;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3)
}

.uk-panel-box .uk-panel-teaser>.uk-badge a+a {
    margin-left: 6px
}

.uk-panel-box .uk-panel-teaser>.uk-badge a:hover {
    text-decoration: underline
}

.uk-panel-box a {
    color: #b37a5a;
    font-weight: 600;
    text-decoration: underline
}

.uk-panel-box a:hover {
    text-decoration: none
}

.uk-panel-teaser {
    margin-bottom: 15px
}

.column-trigger {
    list-style: none;
    padding: 15px 0 0;
    margin: 0 0 30px
}

.column-trigger__item {
    margin: 40px 0 0;
    padding: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.column-trigger__item:first-child {
    margin: 0
}

.column-trigger__icon {
    width: 58px;
    height: 54px;
    position: relative
}

.column-trigger__icon::before {
    content: '';
    background: url("../image/theme/sprite.png") no-repeat;
    position: absolute;
    left: 50%;
    top: 50%
}

.column-trigger__icon.time::before {
    background-position: 0 0;
    width: 58px;
    height: 54px;
    margin: -27px 0 0 -29px
}

.column-trigger__icon.design::before {
    background-position: -66px -4px;
    width: 56px;
    height: 48px;
    margin: -24px 0 0 -28px
}

.column-trigger__icon.rock::before {
    background-position: -130px -4px;
    width: 44px;
    height: 48px;
    margin: -24px 0 0 -22px
}

.column-trigger__icon.delivery::before {
    background-position: -182px -10px;
    width: 56px;
    height: 34px;
    margin: -17px 0 0 -28px
}

.column-trigger__text {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 0 10px
}

.header-item__link.portfolio {
    color: #fff;
    padding: 0 10px;
    background: #b37a5a;
    text-decoration: none
}

.header-item__link.portfolio:hover {
    background: #a47152;
    text-decoration: none
}

.catalog-container {
    background: #e2e2e2;
    padding: 17px 0 20px;
    border-top: 1px solid #c1c1c1;
    border-bottom: 2px solid #b37a5a;
    box-shadow: inset 0 3px 4px -2px rgba(0, 0, 0, 0.1)
}

.catalog-title {
    font-size: 16px;
    font-weight: 600;
    text-shadow: 1px 1px 0 #efeeee;
    text-transform: uppercase;
    margin: 0 0 15px
}

.catalog-item {
    color: #333;
    text-decoration: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.catalog-item:hover {
    color: #333;
    text-decoration: underline
}

.catalog-item__icon {
    width: 29px;
    height: 40px;
    position: relative
}

.catalog-item__icon::before {
    content: '';
    width: 29px;
    height: 40px;
    background: url("../image/theme/sprite.png") no-repeat 0 -64px;
    position: absolute;
    left: 0;
    top: 0
}

.catalog-item__text {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
    margin: 0 0 0 10px
}

.aside-menu {
    height: 424px;
    overflow: hidden;
    transition: all .4s ease
}

.aside-menu__close {
    height: 0;
    margin: 0;
    overflow: hidden;
    transition: all .4s ease
}

.aside-menu:hover {
    overflow: visible
}

.aside-button {
    outline: none;
    box-shadow: none
}

.aside-button:hover,
.aside-button:focus,
.aside-button:active {
    outline: none !important;
    box-shadow: none !important
}

.aside-button span {
    position: relative;
    padding-left: 5px;
    transition: all .4s ease
}

.aside-button .icon {
    color: #000;
    position: absolute;
    top: 50%;
    right: 100%;
    margin: -1px 0 0;
    width: 17px;
    height: 2px;
    background-color: #b37a5a;
    transition: all .4s ease
}

.aside-button .icon::before,
.aside-button .icon::after {
    content: '';
    position: absolute;
    width: 17px;
    height: 2px;
    background-color: #b37a5a;
    transition: all .4s ease
}

.aside-button .icon::before {
    top: -5px;
    left: 0
}

.aside-button .icon::after {
    top: 5px;
    left: 0
}

.aside-button:not(.aside-button__close):hover .icon {
    background: #fff
}

.aside-button:not(.aside-button__close):hover .icon::before,
.aside-button:not(.aside-button__close):hover .icon::after {
    background: #fff
}

.aside-button__close::before {
    -webkit-transform: scaleY(1) translateZ(0);
    transform: scaleY(1) translateZ(0)
}

.aside-button__close span {
    color: #fff
}

.aside-button__close .icon {
    width: 18px;
    height: 18px;
    background: transparent;
    margin: -8px 0 0;
    transition: all .4s ease, background-color 0s ease
}

.aside-button__close .icon::after,
.aside-button__close .icon::before {
    content: '';
    position: absolute;
    top: 8px;
    width: 18px;
    height: 2px;
    background-color: #fff
}

.aside-button__close .icon::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.aside-button__close .icon::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.aside-button__close:hover .icon {
    background: transparent
}

.form-language {
    display: inline-block;
    margin: 0 0 0 15px
}

.form-language .btn-group>.btn:first-child {
    color: #000;
    line-height: 40px;
    padding: 0 10px;
    border-width: 0 1px;
    border-color: #c5c5c5;
    font-size: 16px;
    font-weight: 600;
}

.form-language .btn-group>.btn:first-child:hover,
.form-language .btn-group>.btn:first-child:focus {
    text-decoration: none
}

.form-language .btn-group>.btn .fa {
    font-size: 12px;
    margin: 0 0 0 4px
}

.form-language .btn-group.open>.btn .fa:before {
    content: "\f0d8"
}

.form-language .dropdown-menu {
    border: solid #c5c5c5;
    border-width: 0 1px 1px;
    min-width: 100%;
    width: 100%;
    padding: 0;
    margin: 1px 0 0;
    border-radius: 0;
    box-shadow: none
}

.form-language .dropdown-menu>li {
    border: solid #c5c5c5;
    border-width: 1px 0 0
}

.form-language .dropdown-menu>li:first-child {
    border-top: 0
}

.form-language .dropdown-menu>li>a {
    text-align: center;
    padding: 6px 4px;
    font-size: 16px;
}

.form-language .dropdown-menu>li>a:hover {
    color: #333;
    background: #dad9d9;
    box-shadow: inset 0 1px 1px #c5c5c5
}

.header-opt .form-language {
    float: left;
    margin: 0 60px 0 0
}

.header-opt .form-language .btn-group>.btn {
    color: #f5ad88;
    font-size: 13px;
    line-height: 18px;
    text-shadow: 0 0 0 rgba(102, 102, 102, 0.5);
    text-transform: uppercase;
    float: none;
    display: block;
    border: none;
    padding: 0;
    margin: 0 0 6px
}

.header-opt .form-language .btn-group>.btn .fa {
    display: none
}

.header-opt .form-language .btn-group>.btn:hover {
    color: #f5ad88;
    text-decoration: none
}

.header-opt .form-language .btn-group>.dropdown-menu {
    margin: 0;
    float: none;
    border: none;
    display: block
}

.header-opt .form-language .btn-group>.dropdown-menu>li {
    margin: 0 0 6px
}

.header-opt .form-language .btn-group>.dropdown-menu>li.active {
    display: none
}

.header-opt .form-language .btn-group>.dropdown-menu>li>a {
    color: #414447;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
    text-shadow: 0 0 0 rgba(102, 102, 102, 0.5);
    text-transform: uppercase;
    background: transparent;
    padding: 0
}

.header-opt .form-language .btn-group>.dropdown-menu>li>a:hover {
    color: #f5ad88;
    text-decoration: none;
    clear: inherit;
    box-shadow: none;
    background: transparent
}

.opt-information .price-holder ol li.item-2 {
    padding: 0 0 60px 80px
}

.opt-information .price-holder ol li.item-2 span {
    left: 60px
}

.download-list {
    width: 810px;
    position: absolute;
    left: 50%;
    margin: 15px 0 0 -360px
}

.download-list .col-md-6 {
    position: static
}

.download-list__link {
    color: #c96943;
    font-size: 14px;
    line-height: 24px;
    text-decoration: underline;
    display: inline-block;
    margin: 0 0 10px
}

.download-list__link:hover {
    color: #c96943;
    text-decoration: none
}

.download-list__link.download:not(.active) {
    display: none
}

.download-list__link em {
    position: relative;
    font-style: normal
}

.download-list__link em:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 50%;
    background: url("../image/theme/sprite.png") no-repeat -37px -65px;
    width: 24px;
    height: 24px;
    margin: -12px 0 0
}

.download-list__down.open .title .fa {
    top: -1px
}

.download-list__down.open .title .fa:before {
    content: "\f0d8"
}

.download-list__down.open .form {
    display: block
}

.download-list__down .title {
    display: inline-block;
    vertical-align: top
}

.download-list__down .title em {
    cursor: pointer;
    color: #c96943;
    font-size: 14px;
    font-style: normal;
    line-height: 1.4;
    border-bottom: 1px dashed #c96943;
}

.download-list__down .title .fa {
    color: #c96943;
    font-size: 12px;
    margin-left: 2px;
    position: relative
}

.download-list__down .title:hover em {
    border-bottom-color: transparent
}

.download-list__down .form {
    display: none;
    width: 290px;
    position: absolute;
    background: #f6f6f6;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 10px 0 0;
    z-index:999;
}

.download-list__down .form .form-control {
    border-radius: 10px;
    border: 1px solid #ddd;
    background-color: #fff;
    height: 42px
}

.download-list__down .form .form-control::-webkit-input-placeholder {
    font-style: italic
}

.download-list__down .form .form-control:-moz-placeholder {
    font-style: italic
}

.download-list__down .form .form-control::-moz-placeholder {
    font-style: italic
}

.download-list__down .form .form-control:-ms-input-placeholder {
    font-style: italic
}

.download-list__down .form-button {
    color: #fff;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    background: #c96943;
    height: 42px;
    width: 100%;
    display: block;
    border: none
}

.download-list__down .form-button:hover {
    background: #a95230
}

.download-list__catalog.open .title .fa {
    top: -1px
}

.download-list__catalog.open .title .fa:before {
    content: "\f0d8"
}

.download-list__catalog .title {
    display: inline-block;
    vertical-align: top
}

.download-list__catalog .title em {
    cursor: pointer;
    color: #c96943;
    font-size: 14px;
    font-style: normal;
    line-height: 1.4;
    border-bottom: 1px dashed #c96943;
    display: inline-block
}

.download-list__catalog .title .fa {
    color: #c96943;
    font-size: 12px;
    margin-left: 2px;
    position: relative
}

.download-list__catalog .title:hover em {
    border-bottom-color: transparent
}

/*.download-list__catalog .title:hover .fa {
    top: -1px
}*/

/*.download-list__catalog .title:hover .fa:before {
    content: "\f0d8"
}*/

.download-product {
    display: none;
    width: 890px;
    left: 50%;
    position: relative;
    background: #f6f6f6;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 0 0 60px -480px
}

.download-product.open {
    display: block
}

.download-product__item {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    margin: 30px 0 0
}

.download-product__item:nth-child(1),
.download-product__item:nth-child(2),
.download-product__item:nth-child(3) {
    margin-top: 0
}

.download-product__image {
    margin: 0 0 10px
}

.download-product__title {
    color: #363636;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 6px;
    height: 56px;
    overflow: hidden;
}

.download-product__attribute ul {
    list-style: none;
    padding: 0;
    margin: 0 0 6px
}

.download-product__attribute ul li {
    position: relative
}

.download-product__attribute ul li:before {
    top: 50%;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    border: dashed rgba(167, 167, 167, 0.3);
    border-width: 1px 0 0
}

.download-product__attribute ul li:before,
.download-product__attribute ul li:after {
    content: '';
    clear: left;
    display: block
}

.download-product__attribute ul li span {
    color: #a7a7a7;
    font-size: 14px;
    float: left;
    background: #fff;
    padding: 0 4px 0 0;
    z-index: 2;
    position: relative
}

.download-product__attribute ul li span+span {
    padding: 0 0 0 4px;
    float: right
}

.download-product__price {
    color: #363636;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px
}

.download-product__link {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    background: #c96943;
    height: 42px;
    width: 100%;
    display: block;
    border: none
}

.download-product__link:hover,
.download-product__link:focus {
    color: #fff;
    outline: none;
    text-decoration: none;
    background: #a95230
}

body.opt-page .modal-dialog__product {
    width: 790px
}

body.opt-page .modal-dialog__product .modal-body {
    padding: 20px
}

body.opt-page .modal-catalog__figure {
    margin: 0
}

body.opt-page .modal-catalog__figure .owl-wrapper-outer {
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    border-radius: 0
}

body.opt-page .modal-catalog__figure .owl-wrapper {
    position: relative;
    margin: 0
}

body.opt-page .modal-catalog__figure .owl-wrapper .owl-item {
    padding: 0 5px
}

body.opt-page .modal-catalog__figure .owl-wrapper .owl-item img {
    width: 100%
}

body.opt-page .modal-catalog__figure .owl-pagination {
    top: 10px
}

body.opt-page .modal-catalog__images {
    position: relative;
    margin: 0
}

body.opt-page .modal-catalog__images .owl-wrapper-outer {
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    border-radius: 0
}

body.opt-page .modal-catalog__images .owl-wrapper {
    position: relative;
    margin: 0
}

body.opt-page .modal-catalog__images .owl-wrapper .owl-item {
    padding: 0 5px
}

body.opt-page .modal-catalog__images .owl-wrapper .owl-item img {
    width: 100%
}

body.opt-page .modal-catalog__images .owl-pagination {
    top: 10px
}

body.opt-page .modal-catalog__title {
    color: #363636;
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    margin: 0 0 8px
}

body.opt-page .modal-catalog__attribute ul {
    list-style: none;
    padding: 0;
    margin: 0 0 6px
}

body.opt-page .modal-catalog__attribute ul li {
    position: relative;
    margin: 0 0 8px
}

body.opt-page .modal-catalog__attribute ul li:before {
    top: 50%;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    border: dashed rgba(167, 167, 167, 0.3);
    border-width: 1px 0 0
}

body.opt-page .modal-catalog__attribute ul li:before,
body.opt-page .modal-catalog__attribute ul li:after {
    content: '';
    clear: left;
    display: block
}

body.opt-page .modal-catalog__attribute ul li span {
    color: #a7a7a7;
    font-size: 14px;
    float: left;
    background: #fff;
    padding: 0 4px 0 0;
    z-index: 2;
    position: relative
}

body.opt-page .modal-catalog__attribute ul li span+span {
    padding: 0 0 0 4px;
    float: right
}

body.opt-page .modal-catalog__price {
    color: #363636;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 15px;
    position: relative
}

body.opt-page .modal-catalog__price:before,
body.opt-page .modal-catalog__price:after {
    content: '';
    clear: both;
    display: block
}

body.opt-page .modal-catalog__button {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    background: #c96943;
    height: 42px;
    width: 100%;
    display: block;
    border: none
}

body.opt-page .modal-catalog__button:hover,
body.opt-page .modal-catalog__button:focus {
    color: #fff;
    outline: none;
    text-decoration: none;
    background: #a95230
}

.pull-right .dropdown{
  padding: 5px 10px 0;
  line-height: 15px;
}
.pull-right .dropdown span{
  display: block;
}









.content-about{
  width: 1140px;
  margin: 200px auto 60px;
  overflow: hidden;
}
.content-about__block{
  width: 100%;
  margin-bottom: 90px;
  overflow: hidden;
}
.content-about__image{
  width: 430px;
  float: left;
  margin: 10px 30px ;
}
.content-about img{
  max-width: 100%;
}
.content-about__description{
  overflow: hidden;
}
.content-about__subtitle{
  font-size: 18px;
  font-weight: 700;
  color: #cbcbcb;
  position: relative;
  padding-left: 170px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.content-about__subtitle::before{
  content: '';
  display: block;
  width: 150px;
  height: 1px;
  background: #cbcbcb;
  position: absolute;
  top: 50%;
  left: 0;
}
.content-about__title{
  font-size: 30px;
  font-weight: 700;
  color: #363636;
  text-transform: uppercase;
  margin-bottom: 20px;
}



.content-about__block:nth-of-type(2n+2) .content-about__description{
  overflow: visible;
}
.content-about__block:nth-of-type(2n+2) .content-about__image{
  float: right;
}
footer .col-xs-3{
  width: 20%;
  padding-left: 0;
  padding-right: 20px;
    min-height: 420px;
}
footer{
  background: #292929;
}
footer .container{
  width: 1200px;
}
footer .phone .item{
  font-size: 20px;
}
footer .listing {
  font-size: 21px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 0 15px;
  margin: 0 0 25px;
  width: 100%;
}
footer .listing a{
  font-size: 21px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.2);
  padding: 0 0 15px;
  margin: 0 0 25px;
  width: 100%;
}
.download-list__catalog:last-of-type{
  position: relative;
}
.download-list__catalog:last-of-type::before{
  content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 1px;
    left: -27px;
    background-image: url('/image/plate.png');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.item_decor_1{
  position: absolute;
  z-index: 10;
  left: 200px;
  top: 0;
}

.item_decor_2{
  position: absolute;
  top: -300px;
  left: 40px;
  z-index: 10;
}
.item_decor_3{
  position: absolute;
  top: 10px;
  left: -85px;
  z-index: 10;
}
.item_decor_4{
  position: absolute;
  left: -175px;
  z-index: 10;
}
