aside,
nav,
footer,
header,
section {
    display: block
}

body {
    margin: 0;
    /*    font-family: 'PT_Sans-Caption';*/
    font-family: 'Gotham Pro Regular';
    font-size: 14px;
    line-height: 17px;
}

a {
    color: inherit;
}

.wrap a {
    color: #0b4da1;
}

input,
textarea,
button,
select,
a,
.cat-item {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

input,
textarea,
button,
select {}

input::-webkit-input-placeholder {
    color: inherit;
}

input::-moz-placeholder {
    color: inherit;
}

input:-moz-placeholder {
    color: inherit;
}

input:-ms-input-placeholder {
    color: inherit;
}

textarea::-webkit-input-placeholder {
    color: inherit;
}

textarea::-moz-placeholder {
    color: inherit;
}

textarea:-moz-placeholder {
    color: inherit;
}

textarea:-ms-input-placeholder {
    color: inherit;
}

*:focus {
    outline: none;
}

.inner {
    width: 1150px;
    margin: 0 auto;
    position: relative;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.tac {
    text-align: center;
}

.cell {
    display: table-cell;
    vertical-align: middle;
}

img {
    border: none;
    max-width: 100%;
}

.input-style1,
.textarea-style1 {
    background: #f3f3f3;
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #5c5c5c;
    font-size: 18px;
    margin-bottom: 20px;
    font-family: 'Gotham Pro Regular';
}

.input-style1 {
    line-height: 40px;
    height: 40px;
    padding: 0 15px;
}

.textarea-style1 {
    padding: 15px;
}

.button-style2 {
    display: block;
    /*background: #0b4da1;*/
    background-color: #0b4da1;
    background: linear-gradient(0deg, rgba(1,0,36,0.9724089464887518) 0%, rgba(11,120,161,1) 35%, rgba(11,77,161,1) 100%);
    /* height: 60px; */
    padding: 15px 10px;
    /*border: none;*/
    border: 1px solid #0F0959;
    border-radius: 5px;
    margin: 15px 0;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    /*color: #fff;*/
    color: #F5F5F5;
    font-family: 'Gotham Pro Regular';
    min-width: 220px;
    text-decoration: none;
    /*box-shadow: 1px 1px 0 #fff, 2px 2px 0 #fff, 3px 3px 0 #fff, 4px 4px 0 #000, 5px 5px 0 #000, 6px 6px 0 #000, 7px 7px 0 #000, 8px 8px 0 #000, 9px 9px 0 #000, 10px 10px 0 #000;*/
    box-shadow: 0 8px 9px -6px rgba(163, 163, 163, .3);
    cursor: pointer;
}
.button-style2:hover {
    background: linear-gradient(0deg, rgba(1,0,36,0.9724089464887518) 0%, rgba(11,120,161,1) 65%, rgba(11,77,161,1) 100%);
}

#all {
    overflow: hidden;
    position: relative;
}

.header {
    background: #0b4da1;
    color: #fff;
    overflow: hidden;
    height: 83px;
}

.inner {}

.logo {
    float: left;
    margin: 15px 0 0;
}

.logo img {
    vertical-align: bottom;
    max-width: 100%;
}

.head-buttons {
    float: left;
    margin-top: 20px;
}

.head-buttons a {
    display: inline-block;
    vertical-align: middle;
}

.button-style1 {
    /*background: #fff;*/
    color: #000;
    display: inline-block;
    text-align: center;
    line-height: 31px;
    font-size: 12px;
    font-family: 'Gotham Pro Bold';
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    vertical-align: middle;
    border: 1px solid #0F0959;
    border-radius: 5px;
    text-shadow: 0 1px 0 #FFF;
    box-shadow: 0 8px 9px -6px rgba(163, 163, 163, .3);
    /*background: rgb(141,142,142);*/
    background: linear-gradient(0deg, rgba(141,142,142,0.9471988624551383) 0%, rgba(185,186,190,1) 35%, rgba(227,227,245,1) 100%);
}

.button-style1:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 100%;
    height: 100%;
    background: transparent;
    /*box-shadow: 1px 1px 0 #000, 2px 2px 0 #000, 3px 3px 0 #000;*/
}

.button-style1:hover {
    background: linear-gradient(0deg, rgba(141,142,142,0.9471988624551383) 0%, rgba(185,186,190,1) 65%, rgba(227,227,245,1) 100%);
}

.head-buttons .button-style1 {
    width: 150px;
    margin-left: 50px;
}

.head-contants {
    float: right;
    text-align: center;
    margin: 10px 0 0;
}

.head-contants .phone {
    font-size: 20px;
    /*    font-weight: bold;*/
    font-family: 'Gotham Pro Bold';
}

.head-contants .phone a {
    text-decoration: none;
}

.head-contants .mail {
    font-size: 12px;
    font-family: 'Gotham Pro Light';
}

.navigation {
    background: #fff;
    overflow: hidden;
    height: 40px;
    text-align: center;
}

.navigation ul {
    padding: 0;
}

.navigation li {
    display: inline-block;
    line-height: 40px;
    text-align: center;
    margin: 0 25px;
    font-size: 14px;
    color: #454545;
    font-family: 'Gotham Pro Bold';
}

.navigation li a {
    display: block;
    text-decoration: none;
}

.top-banner {
    height: 375px;
    background: url(../images/header.jpg) 50% no-repeat;
    background-size: cover;
    position: relative;
}

.pagination {
    padding-top: 8px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.pagination .links {
    float: left;
}

.pagination .links a {
    display: inline-block;
    border: 1px solid #EEEEEE;
    padding: 4px 10px;
    text-decoration: none;
    color: #A3A3A3;
}

.pagination .links b {
    display: inline-block;
    border: 1px solid #269BC6;
    padding: 4px 10px;
    font-weight: normal;
    text-decoration: none;
    color: #269BC6;
    background: #FFFFFF;
}

.pagination .results {
    float: right;
    padding-top: 3px;
}

.ppc {
    padding: 10px 0px;
    color: #fff;
    text-align: center;
}

.tb-text {
    /*background: rgba(0, 0, 0, 0.5);*/
    font-family: 'favoritextrabold';
    color: #fff;
    font-style: italic;
    text-transform: uppercase;
    text-shadow: 0px 2px 2px rgba(2, 2, 2, 0.75);
    padding: 25px;
    position: absolute;
    right: 0;
    top: 30px;
    width: 400px;
}

.tb-text .social {
    position: absolute;
    right: 10px;
    bottom: 20px;
}

.tb-text .social a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.tb-text h1 {
    font-size: 30px;
    margin: 0;
    line-height: 35px;
}

.tb-text p {
    margin: 30px 0 5px;
    font-size: 20px;
    line-height: 40px;
}

.social {}

.wrap {}

.home-wrap {
    background: url(../images/home-wrap.jpg) 50% no-repeat;
    overflow: hidden;
    background-size: cover;
    color: #fff;
}

.top-wrap,
.bottom-wrap {
    color: #fff;
    font-size: 18px;
    text-align: justify;
    line-height: 30px;
    padding: 10px 0;
}

.top-wrap p {}

.body-wrap {
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    overflow: hidden;
}

.head {
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
    color: #0b4da1;
}

.categories {
    overflow: hidden;
    padding: 10px;
    margin: -10px;
}

.cat-item {
    float: left;
    width: 260px;
    margin: 0 35px 35px 0;
    background-color: #0b4da1;
    box-shadow: 0px 0px 5px 0px rgba(2, 2, 2, 0.5);
}

.cat-itemf {
    float: left;
    width: 260px;
    margin: 0 15px 15px 0;
    background-color: #0b4da1;
    box-shadow: 0px 0px 5px 0px rgba(2, 2, 2, 0.5);
}

.cat-item:hover {
    background-color: #333;
    /*    box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 5px #487ab9, inset 0 0 0 6px #f2f5fa;*/
}

.cat-item a {
    text-decoration: none;
    display: block;
    padding: 20px 0;
    min-height: 250px;
}

.cat-itemf:nth-child(3n) {
    margin-right: 0;
}

.cat-item:nth-child(4n) {
    margin-right: 0;
}

.cat-itemf:nth-child(4n) {
    margin-right: 15px;
}

.cat-item .image {
    margin: 15px auto;
    width: 130px;
    text-align: center;
}

.cat-item .image .cell {
    width: 1200px;
}

.cat-item .image img {
    max-width: 100%;
    vertical-align: bottom;
}

.nav-left>ul>li>a .cell {
    height: 36px;
}

.cat-item .name {
    text-align: center;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Gotham Pro Bold';
    padding: 0 10px;
    height: auto;
}

.bottom-wrap {}

.arenda-steps {
    overflow: hidden;
    padding-bottom: 50px;
}

.as-item {
    float: left;
    width: 33.33333%;
    text-align: center;
}

.as-item .image {}

.as-item .image img {
    vertical-align: bottom;
    width: 280px;
}

.as-item .name {
    color: #0b4da1;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
}

.partners {
    padding-bottom: 45px;
}

.head-shadow {
    margin: 0 0 35px;
    padding: 25px 0 35px;
    position: relative;
    background: url(../images/head-shadow.png) 100% 100% repeat-x;
}

.partners-items {
    overflow: hidden;
}

.partner-item {
    float: left;
    text-align: center;
    margin: 10px 40px;
}

.partner-item img {
    max-height: 30px;
    vertical-align: bottom;
}

.map-area {
    position: relative;
}

.map-area .head {
    margin-top: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    z-index: 2;
}

#map {
    height: 425px;
    width: 100%;
}

.footer {
    background: #0b4da1;
    overflow: hidden;
    color: #fff;
    /* height: 95px; */
}

.footer__columns {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__column {
    flex: 30%;
    padding: 20px;
}

.footer__col-head {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer__col-content-item {
 margin-bottom: 10px;
}
.footer__ya-btn {
    margin: 20px 0;
}

.footer__links > li {
    margin-bottom: 7px;
}

.footer__phone {
    font-size: 20px;
    font-family: 'Gotham Pro Bold';
    margin: 16px 0;
}
/*.footer__phone:before {
    content: '\260E';
    display: inline-block;
    margin-right: 5px;
}*/

.footer__phone a {
    text-decoration: none;
}

.footer__social {
    text-align: right;
}

.footer__social a {
    display: inline-block;
    margin-left: 20px;
}

.footer-copyright:before {
    content: "©";
    margin-right: 3px;
}

.dev {
    margin-left: 40px;
}

.up-scroll {
    background: url(../images/icons/up-scroll.png) no-repeat;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-left: 35px;
    position: absolute;
    top: 25px;
    right: -60px;
}

.modalform {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    height: 100%;
    display: none;
}

.modalform .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.7);
    box-shadow: inset 0 10px 0 #0b4da1;
    cursor: pointer;
}

.wf-wrap {
    position: absolute;
    top: 50px;
    left: 50%;
    width: 740px;
    background: #fff;
    padding: 0 30px 40px;
    margin-left: -400px;
    z-index: 1;
}

.wf-wrap:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    width: 100%;
    height: 100%;
    box-shadow: 1px 1px 0 #0b4da1, 2px 2px 0 #0b4da1, 3px 3px 0 #0b4da1, 4px 4px 0 #0b4da1, 5px 5px 0 #0b4da1, 6px 6px 0 #0b4da1, 7px 7px 0 #0b4da1;
    z-index: -1;
}

.mf-head {
    text-align: center;
    text-transform: uppercase;
    background: #0b4da1;
    margin: 0 -30px 30px;
    padding: 19px 0;
    font-size: 36px;
    color: #fff;
}

.wf-wrap .input-row {
    overflow: hidden;
}

.wf-wrap .input-col {
    width: 360px;
    float: left;
    margin-right: 20px;
}

.wf-wrap .input-col:last-of-type {
    margin-right: 0;
}

.wf-wrap .input-style1 {
    width: 100%;
}

.wf-wrap .textarea-style1 {
    width: 100%;
    height: 120px;
}

.mf-capcha {
    overflow: hidden;
    /*    font-family: 'PT_Sans';*/
    font-family: 'Gotham Pro Regular';
}

.mf-capcha .input-style1 {
    float: left;
    width: 140px;
    height: 50px;
    line-height: 50px;
    margin: 0 20px;
}

.mf-capcha .label {
    float: left;
    color: #5c5c5c;
    font-size: 16px;
}

.mfc-img {
    margin-bottom: 20px;
}

.mfc-img img {
    vertical-align: bottom;
}

.wf-wrap .button-style2 {
    margin: 10px auto 0;
}

.header-text {
    background: #cecece;
    font-family: 'favoritextrabold';
    color: #fff;
    text-shadow: 0px 2px 2px rgba(2, 2, 2, 0.75);
    text-transform: uppercase;
    font-style: italic;
    padding: 9px 0;
    overflow: hidden;
}

.inner {}

.ht-text1 {
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
    margin: 9px 20px 0 0;
}

.ht-text2 {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    margin: 13px 0 0;
}

.ht-text2 span {
    margin: 0 15px;
}

.header-text .social {
    display: inline-block;
    vertical-align: top;
    float: right;
}

.header-text .social img {
    width: 45px;
    vertical-align: bottom;
}

.breadcrumbs {
    background: url(../images/head-shadow.png) 0 0 repeat-x, url(../images/head-shadow.png) 0 100% repeat-x;
    height: 36px;
    padding: 2px 0 11px;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    line-height: 36px;
}

.breadcrumbs a,
.breadcrumbs span {
    background: #9a9a9a;
    display: block;
    float: left;
    text-decoration: none;
    padding: 0 20px 0 30px;
    position: relative;
    margin-left: 1px;
}

.breadcrumbs a:after,
.breadcrumbs span:after {
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-left: 10px solid #9A9A9A;
    border-bottom: 18px solid transparent;
    z-index: 2;
}

.breadcrumbs span:after {
    border-left-color: #0B4DA1;
}

.breadcrumbs a:before,
.breadcrumbs span:before {
    content: "";
    position: absolute;
    top: 0;
    right: -11px;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 18px solid transparent;
    z-index: 2;
}

.breadcrumbs a:first-of-type {
    margin-left: 0;
    padding: 0 20px;
}

.breadcrumbs span {
    background: #0b4da1;
}

.left-side {
    float: left;
    width: 260px;
}

.nav-left {}

.nav-left ul {
    margin: 0;
    padding: 0;
}

.nav-left li {
    display: block;
}

.nav-left a {
    text-decoration: none;
}

.nav-left>ul {}

.nav-left>ul>li {
    margin-bottom: 1px;
    border: 1px solid #363636;
}

.nav-left>ul>li.active {
    border-color: #0B4DA1;
}

.nav-left>ul>li>a {
    background: #363636;
    display: block;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px;
    position: relative;
}
.nav-left>ul>li:hover>a {
    background: #0B4DA1;
}
.nav-left>ul>li.active>a {
    background: #0B4DA1;
}


/*.nav-left > ul > li.parent > a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -3px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
}*/

.nav-left>ul>li.parent.active>a:after {
    border-bottom: 5px solid #fff;
    border-top: none;
}

.nav-left>ul>li>a.cell {}

.nl-submenu {
    display: none;
}

.nl-submenu li {
    padding: 0 25px;
    background: url(../images/head-shadow.png) 0 0 repeat-x;
    position: relative;
}

.nl-submenu a {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
}

.content-side {
    margin-left: 300px;
    min-height: 400px;
    margin-bottom: 100px;
}

.head2 {
    color: #0b4da1;
    font-size: 22px;
}

.product-items {}

.product-item {
    display: inline-block;
    vertical-align: top;
    width: 185px;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    margin-right: 20px;
}

.product-item a {}

.product-item:nth-child(4n) {
    margin-right: 0;
}

.product-item .image {
    border: 1px solid #a5a5a5;
    margin-bottom: 15px;
}

.product-item:hover .image {
    border-color: #0B4DA1;
}

.product-item .image .cell {
    height: 220px;
    width: 1805px;
}

.product-item .image img {
    vertical-align: bottom;
    max-width: 90%;
    max-height: 90%;
}

.product-item .name {
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    max-width: 94%;
}

.product-item .price {
    margin-top: 10px;
    font-size: 12px;
    font-weight: bold;
}

.infoblock .name:hover {
    text-decoration: underline!important;
}

.stickers {
    position: absolute;
    font-size: 13px;
    color: #fff;
    text-align: center;
    right: -6px;
    top: 20px;
    z-index: 2;
}

.stickers>div {
    min-width: 30px;
    text-align: center;
    padding: 0 5px;
    line-height: 19px;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
}

.stickers>div:after {
    content: "";
    position: absolute;
    bottom: -6px;
    right: 0;
    width: 0;
    height: 0;
    border-top: 6px solid #4A4A4A;
    border-right: 6px solid transparent;
}

.stickers>div .cell {
    width: 30px;
    height: 19px;
}

.stickers>div img {
    vertical-align: middle;
    max-height: 15px;
    display: block;
    margin: 0 auto;
}

.stick-title {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    border-radius: 2px;
    margin-left: 5px;
    border: 1px solid #dfdfdf;
    color: #535353;
    font-size: 10px;
    width: auto;
    line-height: 13px;
    padding: 2px 5px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,dfdfdf+100 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #dfdfdf 100%);
    /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf));
    /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #dfdfdf 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, #ffffff 0%, #dfdfdf 100%);
    /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top, #ffffff 0%, #dfdfdf 100%);
    /* IE10 preview */
    background: linear-gradient(to bottom, #ffffff 0%, #dfdfdf 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf', GradientType=0);
    /* IE6-9 */
}

.stickers>div:hover .stick-title {
    display: block;
}

.stick-title>pre {
    font-family: inherit;
    margin: 0;
}

.stick-blue {
    background: #0b4da1;
}

.stick-bluem {
    background: #0b4da1;
    color: #fff!important;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50px;
    text-align: center;
}

.stick-green {
    background: #25b100;
}

.stick-red {
    background: #e82c00;
}

.stick-orange {
    background: #e86600;
}

.stickers>.stick-blue:after {
    border-top-color: #00285c;
}

.stickers>.stick-green:after {
    border-top-color: #197500;
}

.stickers>.stick-red:after {
    border-top-color: #991d00;
}

.stickers>.stick-orange:after {
    border-top-color: #a24700;
}

.w-content {
    color: #434343;
    font-size: 13px;
}

.pf-sku {
    font-size: 12px;
    color: #8f8f8f;
    font-weight: bold;
    margin: -20px 0 20px;
}

.product-details {
    overflow: hidden;
}

.pd-left-side {
    float: left;
    width: 325px;
}

.pd-big-image {
    margin-bottom: 10px;
}

.pd-big-image img {
    max-width: 100%;
    vertical-align: bottom;
}

.pd-thumb-image a {
    border: 1px solid #d5d5d5;
    display: inline-block;
    width: 65px;
    height: 65px;
    overflow: hidden;
    margin-right: 5px;
    margin-bottom: 8px;
}

.pd-thumb-image img {
    min-height: 100%;
    height: 100%;
    vertical-align: middle;
}

.pd-video iframe {
    width: 100%;
}

.pd-right-side {
    float: right;
    width: 490px;
    margin-top: -15px;
    font-size: 12px;
}

.pd-right-side p {
    color: #434343;
    text-align: justify;
}

.head3 {
    font-size: 14px;
    color: #0b4da1;
    margin: 15px 0;
}

.pdh-row {
    overflow: hidden;
    font-size: 12px;
    background: #e4e4e4;
    padding: 4px 10px;
}

.pdh-row:nth-child(even) {
    background: #fff;
    padding: 13px 10px;
}

.pdh-row .label {
    float: left;
    color: #585858;
}

.pdh-row .value {
    float: right;
}

.nav-button {
    width: 31px;
    height: 27px;
    position: relative;
    margin: 17px 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    vertical-align: middle;
}

.nav-button div {
    height: 5px;
    background: #fff;
    margin: 11px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.nav-button.active div {
    transform: scaleX(0);
}

.nav-button:after,
.nav-button:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    background: #fff;
    height: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.nav-button.active:before {
    transform: rotate(45deg);
    transform-origin: 50%;
    top: 11px;
}

.nav-button.active:after {
    transform: rotate(-45deg);
    bottom: 11px;
}

.nav-button:after {
    top: auto;
    bottom: 0;
}

.header-mobile-area {
    display: none;
    padding-bottom: 10px;
    padding-top: 60px;
    /*    background: #0b4da1;*/
}

.header-mobile-area .top {
    background: #0b4da1;
    color: #fff;
    text-align: justify;
    height: 60px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    padding: 0 15px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.header-mobile-area .top .container:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.header-mobile-area .link-item {
    display: inline-block;
    vertical-align: middle;
}

.header-mobile-area .link-item img {
    display: block;
}

.mob-minicart {
    position: relative;
}

.mob-minicart span {
    position: absolute;
    top: -4px;
    right: -10px;
    width: 18px;
    height: 18px;
    text-align: center;
    background: #343434;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 500;
}

.header-mobile-area .logo {
    max-width: 295px;
    padding: 15px 0 10px;
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    width: 200px;
}

.footer-mob,
.footer-phone-mob {
    display: none;
}

.owl-prev {
    position: absolute;
    background: url(../images/prev.png) no-repeat;
    height: 69px;
    width: 41px;
    top: 50%;
    margin-top: -35px;
    left: 0px;
}

.owl-next {
    position: absolute;
    background: url(../images/next.png) no-repeat;
    height: 69px;
    width: 41px;
    top: 50%;
    margin-top: -35px;
    right: 0px;
}

span.m-tel {
    color: #0b4da1;
    font-size: 21px;
    font-family: 'Gotham Pro Bold';
    padding-top: 5px;
    display: block;
}

p.m-t-t {
    color: #0b4da1;
    font-size: 13px;
    text-transform: uppercase;
    -webkit-margin-before: 0.2em;
    -webkit-margin-after: 0.2em;
}

span.open-text {
    display: none;
    margin-left: 50px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 15px;
    text-transform: uppercase;
    border: 1px solid #fff;
    background-color: rgba(11, 77, 161, 0.85);
    width: 133px;
    height: 30px;
    cursor: pointer;
}

.posvonit {
    display: none;
    background-color: #d6950f;
    box-shadow: 0px 5px 5px 0px rgba(3, 5, 7, 0.28);
    width: 100%;
    text-align: center;
    padding: 7px 0px;
    position: fixed;
    z-index: 9;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.posvonit a {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Gotham Pro Bold';
    text-decoration: none;
    color: #fff;
    font-size: 18px;
}

.posvonit a:first-child {
    text-shadow: 0px 5px 4px rgba(3, 5, 7, 0.2);
    margin-right: 15px;
}

.w-bg {
    position: fixed;
    top: auto;
    width: 100%;
    z-index: 100;
    height: 50px;
    background-color: #fff;
}

.owl-class {
    margin-top: 20px;
}

.owl-class .box-heading {
    font-weight: bold;
    margin-bottom: 10px;
}

.owl-class .item {
    margin: 5px;
}

.owl-class .item .image {
    border: 1px solid #000;
    margin-bottom: 5px;
    padding: 5px;
    height: 150px !important;
}

.owl-class .item .price-wrap {
    margin-top: 10px;
}

.owl-class .item .price {
    font-weight: bold;
    margin-top: 5px;
}

.owl-class #owl-0 .owl-buttons [class*="owl-"] i {
    display: none;
}