* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}icon {font-family: 'Material Icons';font-weight: normal;font-style: normal;font-size: 24px;line-height: 1;letter-spacing: normal;text-transform: none;display: inline-block;white-space: nowrap;word-wrap: normal;direction: ltr;-webkit-font-feature-settings: 'liga';-webkit-font-smoothing: antialiased;}body {font-family: 'Bitter', serif;}.container {max-width: 1400px;padding-left: 15px;padding-right: 15px;margin-left: auto;margin-right: auto;}@keyframes fadeInUp {from {transform: translate3d(0, 50px, 0);opacity: 0;}to {transform: none;opacity: 1;visibility: visible;}}@keyframes fadeInDown {from {transform: translate3d(0, -50px, 0);opacity: 0;}to {transform: none;opacity: 1;}}@keyframes fadeOutDown {from {opacity: 1;visibility: visible;}to {transform: translate3d(0, -50px, 0);opacity: 0;visibility: hidden;}}.-fadeInUp {animation-name: fadeInUp;}.-fadeInDown {animation-name: fadeInDown;}.-fadeOutDown {animation-name: fadeOutDown;}.animated {transition: 0.2s all ease;animation-duration: 1s;animation-fill-mode: both;}.sidebar {background: #006eb2;max-width: 270px;border-right: 1px solid #0066a6;box-shadow: 0 0 30px rgba(0,0,0,0.3);z-index: 10;}.form .field {display: flex;flex-direction: column;padding-top: 16px;}.form .field label {font-size: 12px;line-height: 1;font-family: 'Roboto', sans-serif;color: #bbb;}.form .field input {display: block;margin-top: 8px;font-family: 'Roboto', sans-serif;width: 100%;border: none;height: 36px;border-bottom: 1px solid #bbb;padding-bottom: 5px;outline: none;font-size: 16px;}.form .field input.error {border-bottom: 1px solid #f00;}.form .field input:focus {border-bottom-color: #008fea;}.form .actions {display: flex;flex-direction: row;justify-content: flex-end;margin-top: 24px;}.form .actions .btn {line-height: 24px;padding: 6px 16px;text-transform: uppercase;background: url("../img/pattern-1.png");border-radius: 2px;color: #ffffff;font-weight: bold;transition: all ease .2s;border: 0;cursor: pointer;}.form .actions .btn:hover {box-shadow: 0 2px 6px rgba(0,0,0,0.12),0 2px 6px rgba(0,0,0,0.24);}.modal {display: none;justify-content: center;align-items: center;background: rgba(0,110,178,0.8);position: fixed;top: 0;bottom: 0;left: 0;right: 0;z-index: 1000;}.modal .modal-wrap {min-height: 300px;max-width: 650px;width: 100%;background: #ffffff;border-radius: 2px;box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 6px 12px rgba(0,0,0,0.16);margin: 24px;padding: 24px;}.modal .modal-wrap .modal-head {display: flex;flex-direction: row;justify-content: space-between;align-items: center;}.modal .modal-wrap .modal-head .modal-caption {text-transform: uppercase;font-weight: bold;}.modal .modal-wrap .modal-head .icon {border-radius: 2px;padding: 5px;width: 37px;text-align: center;cursor: pointer;}.modal .modal-wrap .modal-head .icon:hover {background: url("../img/pattern-1.png");color: #ffffff;}@media screen and (min-width: 0) {.modal .modal-wrap .modal-head .modal-caption {font-size: 16px;}}.modal.active {display: flex;}header {display: block;background: rgba(35,35,35,0.15);height: 100px;position: absolute;left: 0;right: 0;top: 0;z-index: 100;}header .container {display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;align-items: center;height: 100%;}header .menu {display: flex;flex-direction: row;margin: 0;padding: 0;}header .menu>li {display: block;margin-left: 8px;}header .menu>li:first-child {margin-left: 0;}header .menu>li.active>a {background-color: #006eb2;background-image: url("../img/pattern-1.png");}header .menu>li>a {font-family: 'Bitter', serif;display: block;padding: 8px 16px;border-radius: 2px;font-size: 14px;line-height: 20px;font-weight: bold;text-transform: uppercase;text-decoration: none;color: #ffffff;transition: background ease .2s;}header .menu>li>a:hover {background-color: #006eb2;background-image: url("../img/pattern-1.png");}@media screen and (min-width: 0) {header .menu {display: none;}}@media screen and (min-width: 1024px) {header .menu {display: flex;}}@media screen and (min-width: 0) {header .logo img {height: 35px;}}@media screen and (min-width: 1024px) {header .logo img {height: auto;}}header .mobile-menu-btn {display: block;color: #ffffff;transition: all ease .325s;transform: translateX(0);}header .mobile-menu-btn span {font-size: 32px;}header .mobile-menu-btn .btn .text {display: none;}header .mobile-menu-btn.active {position: fixed;top: 0;bottom: 0;right: 0;width: 270px;background: #008fea;box-shadow: 0 0 45px rgba(0,0,0,0.25),0 0 2px rgba(0,0,0,0.24);transform: translateX(0);}header .mobile-menu-btn.active .btn {display: flex;flex-direction: row;border-bottom: 1px solid rgba(255,255,255,0.1);justify-content: flex-start;padding-right: 24px;}header .mobile-menu-btn.active .btn .icon {display: flex;flex-direction: row;height: 49px;width: 50px;justify-content: center;align-items: center;}header .mobile-menu-btn.active .btn .text {display: flex;flex-direction: row;height: 49px;align-items: center;text-transform: uppercase;font-weight: 300;font-size: 24px;}header .mobile-menu-btn.active .menu-wrap .menu {display: flex;flex-direction: column;}header .mobile-menu-btn.active .menu-wrap .menu>li {margin-left: 0;}header .mobile-menu-btn.active .menu-wrap .menu>li a:hover {background-color: rgba(255,255,255,0.45);}header .mobile-menu-btn.active .menu-wrap .menu>li.active a {border-radius: 0;background-image: none;background-color: rgba(255,255,255,0.35);}@media screen and (min-width: 1024px) {header .mobile-menu-btn {display: none;}}@media screen and (min-width: 0) {header {position: relative;height: 80px;background: #006eb2;}}@media screen and (min-width: 1024px) {header {position: absolute;height: 100px;background: rgba(35,35,35,0.15);}}.main-slider .swiper-slide {display: flex;}.main-slider .swiper-slide a {width: 100%;}.main-slider .swiper-slide img {display: block;height: 100%;width: 100%;}.our-pluses .container {display: flex;flex-direction: row;justify-content: center;margin-top: -125px;z-index: 90;position: relative;}@media screen and (min-width: 0) {.our-pluses .container {margin-top: 15px;flex-direction: column;}}@media screen and (min-width: 768px) {.our-pluses .container {flex-direction: row;margin-top: -125px;}}@media screen and (min-width: 1024px) {.our-pluses .container {flex-direction: row;margin-top: -125px;}}@media screen and (min-width: 1400px) {.our-pluses .container {flex-direction: row;margin-top: -125px;}}.our-pluses .item {height: 250px;width: 33.333333%;padding: 24px 34px;font-size: 24px;font-weight: bold;color: #ffffff;background: rgba(0,110,178,0.9);border-left: 1px solid #0076bf;border-right: 1px solid #0066a6;background-repeat: no-repeat;position: relative;overflow: hidden;-webkit-transition: all 0.3s linear 0s;-moz-transition: all 0.3s linear 0s;-ms-transition: all 0.3s linear 0s;-o-transition: all 0.3s linear 0s;transition: all 0.3s linear 0s;}.our-pluses .item:hover {background: #ffb108;}.our-pluses .item span {display: block;position: relative;z-index: 20;animation-name: fadeInDown;}.our-pluses .item .icon {position: absolute;width: 200px;height: 200px;background-repeat: no-repeat;background-size: 100% auto;background-position: 0 0;right: 25px;bottom: -25px;z-index: 10;animation-name: fadeInUp;-webkit-transition: all 0.3s linear 0s;-moz-transition: all 0.3s linear 0s;-ms-transition: all 0.3s linear 0s;-o-transition: all 0.3s linear 0s;transition: all 0.3s linear 0s;}.our-pluses .item:hover .icon {background-position: 0 100%;}.our-pluses .item.plus1 {background-position: 240px 95px;}.our-pluses .item.plus1 .icon {background-image: url("../img/pl_sprite_1.png");}.our-pluses .item.plus2 .icon {background-image: url("../img/pl_sprite_2.png");}.our-pluses .item.plus3 .icon {background-image: url("../img/pl_sprite_3.png");}.our-pluses .item:first-child {border-left: none;}.our-pluses .item:last-child {border-right: none;}.wr_front_catalog {padding-top: 50px;}.cl_body {padding: 30px 0 30px;}.wr_front_about {background: url(/upload/front_about.jpg) no-repeat 50% 0;color: #fff;background-attachment: fixed;padding: 50px 0;position: relative;}.wr_front_about .container {z-index: 10;position: relative;}.wr_front_about:after {content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,110,178,0.5);}@media screen and (min-width: 0) {.our-pluses .item {width: 100%;font-size: 14px;height: 100px;padding: 16px;border-left: none;border-right: none;}.our-pluses .item .icon {width: 80px;height: 80px;right: 10px;bottom: -10px;}}@media screen and (min-width: 768px) {.our-pluses .item {width: 33.333333%;font-size: 18px;height: 150px;padding: 16px;border-top: none;border-bottom: none;}.our-pluses .item .icon {width: 120px;height: 120px;right: 10px;bottom: -20px;}}@media screen and (min-width: 1024px) {.our-pluses .item {width: 33.333333%;font-size: 30px;height: 200px;padding: 24px 34px;border-left: 1px solid #0076bf;border-right: 1px solid #0066a6;border-top: none;border-bottom: none;}.our-pluses .item .icon {width: 150px;height: 150px;right: 10px;bottom: -20px;}}@media screen and (min-width: 1280px) {.our-pluses .item {width: 33.333333%;font-size: 32px;height: 250px;padding: 15px 25px;border-top: none;border-bottom: none;}.our-pluses .item .icon {width: 200px;height: 200px;right: 25px;bottom: -25px;}}.catalog-list {display: flex;margin-top: 0;padding-top: 50px;padding-bottom: 50px;background-size: cover;position: relative;z-index: 20;}.catalog-list .section-head {display: flex;flex-direction: row;justify-content: space-between;align-items: center;}.catalog-list .section-head .section-caption {display: flex;flex-direction: row;justify-content: flex-start;align-items: center;}.catalog-list .section-head .section-caption .title {margin-left: 15px;text-transform: uppercase;}.catalog-list .section-head .section-caption .title span {display: block;font-size: 18px;font-weight: normal;line-height: 1;}@media screen and (min-width: 0) {.catalog-list .section-head .section-caption .title span {font-size: 12px;}}@media screen and (min-width: 480px) {.catalog-list .section-head .section-caption .title span {font-size: 18px;}}.catalog-list .section-head .section-caption .title div {font-size: 36px;font-weight: bold;line-height: 1;}@media screen and (min-width: 0) {.catalog-list .section-head .section-caption .title div {font-size: 18px;}}@media screen and (min-width: 480px) {.catalog-list .section-head .section-caption .title div {font-size: 36px;}}@media screen and (min-width: 0) {.catalog-list .section-head .section-caption .icon img {height: 32px;}}@media screen and (min-width: 480px) {.catalog-list .section-head .section-caption .icon img {height: 50px;}}.catalog-list .section-head .section-action {display: none;flex-direction: row;}.catalog-list .section-head .section-action .btn {display: flex;justify-content: center;align-items: center;width: 60px;height: 60px;line-height: 60px;text-align: center;background: url("../img/pattern-1.png");border-radius: 50%;color: #ffffff;-webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);-moz-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);-ms-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);-o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);cursor: pointer;}.catalog-list .section-head .section-action .btn:hover {box-shadow: 0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23);}.catalog-list .section-head .section-action .btn:after {display: block;content: 'keyboard_arrow_down';font-family: 'Material Icons';font-weight: normal;font-style: normal;font-size: 48px;white-space: nowrap;word-wrap: normal;direction: ltr;-webkit-font-feature-settings: 'liga';-webkit-font-smoothing: antialiased;}.catalog-list .section-head .section-action .btn.active:after {content: 'keyboard_arrow_up';}.catalog-list .section-body>ul {display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;padding: 0;margin: 0;}.catalog-list .section-body>ul>li {display: block;width: calc(33.333333%);padding: 0 30px;}.catalog-list .section-body>ul>li>div {display: flex;flex-direction: row;justify-content: space-between;align-items: center;border-bottom: 1px solid #cccccc;padding: 15px 0;height: 81px;}.catalog-list .section-body>ul>li>div a {display: block;font-size: 24px;font-weight: bold;text-transform: uppercase;color: #000;text-decoration: none;}.catalog-list .section-body>ul>li>div .icon:before {display: block;content: 'keyboard_arrow_down';font-size: 48px;font-family: 'Material Icons';font-weight: normal;font-style: normal;line-height: 1;letter-spacing: normal;text-transform: none;white-space: nowrap;word-wrap: normal;direction: ltr;-webkit-font-feature-settings: 'liga';-webkit-font-smoothing: antialiased;}.catalog-list .section-body>ul>li>ul {flex-direction: column;padding: 25px 0;}.catalog-list .section-body>ul>li>ul>li {display: block;margin-top: 20px;}.catalog-list .section-body>ul>li>ul>li>a {display: block;font-size: 18px;color: #000;text-decoration: none;}.catalog-list .section-body>ul a:hover {text-decoration: underline;}header .contacts {width: 180px;}header .contacts .text {line-height: 27px;color: #fff;}header .contacts .icon {float: left;margin-right: 10px;color: #fff;}header .contacts a {color: #fff;}@media screen and (min-width: 0) {.catalog-list .section-body>ul>li {width: calc(100%);padding: 0;}.catalog-list .section-body>ul>li>div a {font-size: 16px;}.catalog-list .section-body>ul>li>ul {display: none;padding-right: 48px;}.catalog-list .section-body>ul>li.active>ul {display: flex;}.catalog-list .section-body>ul>li.active>div .icon:before {content: 'keyboard_arrow_up';}}@media screen and (min-width: 768px) {.catalog-list .section-body>ul>li {width: calc(50%);padding: 0 20px;}.catalog-list .section-body>ul>li>div a {font-size: 22px;}.catalog-list .section-body>ul>li>div .icon {display: none;}.catalog-list .section-body>ul>li>ul {display: flex;padding-right: 48px;}}@media screen and (min-width: 1024px) {.catalog-list .section-body>ul>li {width: calc(33.33333%);padding: 0 20px;}.catalog-list .section-body>ul>li>ul {display: flex;padding-right: 48px;height: 605px;overflow: hidden;}}.category-product .section-head {display: flex;flex-direction: row;justify-content: space-between;align-items: center;}.section-caption {display: flex;flex-direction: row;justify-content: flex-start;align-items: center;}.section-caption .title {margin-left: 15px;text-transform: uppercase;}.section-caption .title span {display: block;font-size: 18px;font-weight: normal;line-height: 1;}@media screen and (min-width: 0) {.section-caption .title span {font-size: 12px;}}@media screen and (min-width: 480px) {.section-caption .title span {font-size: 18px;}}.section-caption .title div {font-size: 36px;font-weight: bold;line-height: 1;}@media screen and (min-width: 0) {.section-caption .title div {font-size: 18px;}}@media screen and (min-width: 480px) {.section-caption .title div {font-size: 36px;}}@media screen and (min-width: 0) {.section-caption .icon img {height: 32px;}}@media screen and (min-width: 480px) {.section-caption .icon img {height: 50px;}}.category-product .section-head .section-action {display: flex;flex-direction: row;}.category-product .section-head .section-action .btn {display: flex;justify-content: center;align-items: center;width: 60px;height: 60px;line-height: 60px;text-align: center;background: url("../img/pattern-1.png");border-radius: 50%;color: #ffffff;transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);cursor: pointer;}.category-product .section-head .section-action .btn:hover {box-shadow: 0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23);}.category-product .section-head .section-action .btn:after {display: block;content: 'keyboard_arrow_down';font-family: 'Material Icons';font-weight: normal;font-style: normal;font-size: 48px;white-space: nowrap;word-wrap: normal;direction: ltr;-webkit-font-feature-settings: 'liga';-webkit-font-smoothing: antialiased;}.category-product .section-head .section-action .btn.active:after {content: 'keyboard_arrow_up';}.category-product .section-body {display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;padding: 50px 0 60px;}.category_item {display: block;width: calc(33.3333333% - 20px);height: 500px;margin: 15px 0;background: #006eb2;padding: 40px 50px;font-size: 36px;font-weight: bold;text-transform: uppercase;color: #ffffff;background-position: -30px 150px;background-repeat: no-repeat;box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);position: relative;overflow: hidden;text-decoration: none;transition: all .2s linear 0s;}.category_item:hover {margin-top: -7px;box-shadow: 0 5px 10px rgba(0,0,0,0.5);}.category_item span {display: block;position: relative;z-index: 11;}.category_item .icon {position: absolute;width: 100%;height: 350px;background-repeat: no-repeat;background-size: contain;background-position: center center;right: 25px;bottom: -50px;z-index: 10;animation-name: fadeInUp;}@media screen and (min-width: 0) {.category-product .section-body {flex-direction: column;}.category_item {width: 100%;height: 150px;padding: 16px;font-size: 20px;margin: 0;border-top: 1px solid #0076bf;border-bottom: 1px solid #0066a6;box-shadow: 0 5px 10px rgba(0,0,0,0.5);}.category_item .icon {width: 45%;height: 150px;bottom: -20px;right: -20px;}}@media screen and (min-width: 640px) {.category-product .section-body {flex-direction: row;}.category_item .item {width: calc(50% - 10px);height: 150px;padding: 16px;font-size: 16px;}.category_item .icon {width: 200px;height: 150px;bottom: -20px;right: -20px;}}@media screen and (min-width: 1024px) {.category-product .section-body {flex-direction: row;}.category_item {width: calc(33.3333333% - 20px);height: 450px;padding: 40px 24px;font-size: 30px;margin: 0;border: none;margin-bottom: 30px;}.category_item .icon {width: 100%;height: 350px;bottom: -50px;right: 25px;}}.news-slider {padding: 50px 0 60px;background-color: #f8f8f8;overflow: hidden;background: url("../img/news-slider-bg.png");background-size: cover;}.news-slider .section-head {display: flex;flex-direction: row;justify-content: space-between;align-items: center;}.news-slider .section-head .section-caption {display: flex;flex-direction: row;justify-content: flex-start;align-items: center;}.news-slider .section-head .section-caption .title {margin-left: 15px;text-transform: uppercase;}.news-slider .section-head .section-caption .title span {display: block;font-size: 18px;font-weight: normal;line-height: 1;}@media screen and (min-width: 0) {.news-slider .section-head .section-caption .title span {font-size: 12px;}}@media screen and (min-width: 480px) {.news-slider .section-head .section-caption .title span {font-size: 18px;}}.news-slider .section-head .section-caption .title div {font-size: 36px;font-weight: bold;line-height: 1;}@media screen and (min-width: 0) {.news-slider .section-head .section-caption .title div {font-size: 18px;}}@media screen and (min-width: 480px) {.news-slider .section-head .section-caption .title div {font-size: 36px;}}@media screen and (min-width: 0) {.news-slider .section-head .section-caption .icon img {height: 32px;}}@media screen and (min-width: 480px) {.news-slider .section-head .section-caption .icon img {height: 50px;}}.news-slider .section-head .section-action {display: flex;flex-direction: row;}.news-slider .section-head .section-action .btn {display: flex;justify-content: center;align-items: center;width: 40px;height: 40px;line-height: 40px;text-align: center;border: 2px solid #000000;color: #000000;transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);margin-left: 15px;cursor: pointer;}.news-slider .section-head .section-action .btn:hover {background: #000;color: #ffffff;box-shadow: 0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23);}.news-slider .section-head .section-action .btn:after {display: block;content: '';font-family: 'Material Icons';font-weight: normal;font-style: normal;font-size: 24px;white-space: nowrap;word-wrap: normal;direction: ltr;-webkit-font-feature-settings: 'liga';-webkit-font-smoothing: antialiased;}.news-slider .section-head .section-action .btn.news-btn-left:after {content: 'keyboard_arrow_left';}.news-slider .section-head .section-action .btn.news-btn-right:after {content: 'keyboard_arrow_right';}@media screen and (min-width: 0) {.news-slider .section-head .section-action .btn {width: 32px;height: 32px;line-height: 32px;}}@media screen and (min-width: 480px) {.news-slider .section-head .section-action .btn {width: 40px;height: 40px;line-height: 40px;}}.news-slider .section-body {margin-top: 50px;overflow: visible;}.news-slider .section-body .item {padding: 30px 25px;background-color: #ffffff;box-shadow: 0 1px 2px rgba(0,0,0,0.24);border-radius: 2px;transition: background 0.2s ease, box-shadow 0.2s ease;height: auto;}.news-slider .section-body .item .title {font-size: 22px;font-weight: bold;text-transform: uppercase;color: #333333;text-decoration: none;}.news-slider .section-body .item .date {margin-top: 5px;font-size: 14px;color: #999999;text-transform: uppercase;}.news-slider .section-body .item .text {font-size: 14px;line-height: 25px;margin-top: 15px;color: #4c4c4c;margin-bottom: 80px;}.news-slider .section-body .item .actions {display: flex;flex-direction: row;justify-content: flex-end;position: absolute;bottom: 28px;}.news-slider .section-body .item .actions .btn {text-transform: uppercase;font-size: 16px;font-weight: bold;padding: 8px 16px;line-height: 20px;border-radius: 2px;transition: background .2s ease;text-decoration: none;color: #000;}.news-slider .section-body .item .actions .btn:hover {background: rgba(255,255,255,0.1);}.news-slider .section-body .item:hover {background: #006eb2;}.news-slider .section-body .item:hover .title {color: #ffffff;}.news-slider .section-body .item:hover .date {color: #cff0ff;}.news-slider .section-body .item:hover .text {color: #ffffff;}.news-slider .section-body .item:hover .btn {color: #ffffff;}.news-slider .section-body .item:hover {box-shadow: 0 1px 2px rgba(0,0,0,0.12),0 6px 12px rgba(0,0,0,0.16);}@media screen and (min-width: 0) {.news-slider .section-body .item .title {font-size: 16px;}.news-slider .section-body .item .date {font-size: 12px;text-transform: none;}}body.main footer {margin-top: 0;}body.main footer:before {display: none;}footer {background: #006eb2;background-image: url("../img/footer-bg.png");background-position: center center;padding: 15px 0;margin-top: 220px;position: relative;}footer:before {display: block;content: '';position: absolute;left: 0;right: 0;top: -135px;height: 135px;background-image: url("../img/industrial-silhuette.png");background-position: bottom;background-repeat: repeat-x;opacity: 0.1;z-index: 2;}footer .container {display: flex;flex-direction: row;justify-content: space-between;align-items: center;}footer .container .site-logo {width: 100px;}footer .container .site-logo img {display: block;width: 100%;}footer .container .biart-logo {width: 100px;}footer .container .biart-logo img {display: block;}footer .container .contacts {display: flex;flex-direction: column;}footer .container .contacts .phone,footer .container .contacts .email {display: flex;flex-direction: row;justify-content: flex-start;align-items: center;font-size: 20px;line-height: 1;padding: 2px 0;font-weight: bold;color: #ffffff;}footer .container .contacts .phone .icon,footer .container .contacts .email .icon {font-size: 14px !important;margin-right: 10px;}footer .container .menu {display: flex;max-width: 300px;}footer .container .menu ul {display: flex;flex-direction: row;flex-wrap: wrap;justify-content: flex-end;align-items: center;padding: 0;margin: 0;}footer .container .menu ul>li {display: block;width: 50%;text-align: right;padding: 5px 0;}footer .container .menu ul>li>a {color: #ffffff;font-size: 14px;font-weight: bold;text-transform: uppercase;text-decoration: none;}footer .container .menu ul>li>a:hover {text-decoration: underline;}@media screen and (min-width: 0) {footer .container {flex-direction: row;}footer .container .contacts {display: none;}footer .container .menu {display: none;}}@media screen and (min-width: 480px) {footer .container {flex-direction: row;}footer .container .contacts {display: flex;}footer .container .contacts .phone,footer .container .contacts .email {font-size: 14px;}footer .container .contacts .phone .icon span,footer .container .contacts .email .icon span {font-size: 12px;}footer .container .menu {display: none;}}@media screen and (min-width: 680px) {footer .container {flex-direction: row;}footer .container .site-logo {width: 150px;}footer .container .contacts {display: flex;}footer .container .contacts .phone,footer .container .contacts .email {font-size: 14px;}footer .container .contacts .phone .icon span,footer .container .contacts .email .icon span {font-size: 12px;}footer .container .menu {display: none;}footer .container .biart-logo {width: 150px;}}@media screen and (min-width: 1024px) {footer .container {flex-direction: row;height: 120px;}footer .container .site-logo {width: 170px;}footer .container .contacts {display: flex;}footer .container .contacts .phone,footer .container .contacts .email {font-size: 14px;}footer .container .contacts .phone .icon span,footer .container .contacts .email .icon span {font-size: 24px;}footer .container .menu {display: flex;}footer .container .biart-logo {width: 200px;}}div.header {height: 350px;padding-bottom: 40px;}div.header .container {display: flex;height: 100%;flex-direction: row;justify-content: space-between;align-items: flex-end;}div.header .page-title {display: flex;flex-direction: row;justify-content: flex-start;align-items: center;}div.header .page-title .title {margin-left: 25px;text-transform: uppercase;color: #ffffff;text-shadow: 0 0 15px rgba(0,0,0,0.22);}div.header .page-title .title span {display: block;font-size: 18px;font-weight: normal;line-height: 1;}div.header .page-title .title div {font-size: 36px;font-weight: bold;line-height: 1;}div.header .breadcrumbs ul {display: flex;flex-wrap: wrap;margin: 0;padding: 0;}div.header .breadcrumbs ul li {display: block;padding: 5px;line-height: 20px;font-size: 14px;font-weight: bold;text-transform: uppercase;text-decoration: none;text-shadow: 0 0 15px #000000;}div.header .breadcrumbs ul li a {color: #008ee6;text-decoration: underline;}div.header .breadcrumbs ul li span {color: #ffffff;}@media screen and (min-width: 0) {div.header {min-height: 200px;}div.header .container>div {display: flex;flex-direction: column;width: 100%;justify-content: center;align-items: center;}div.header .page-title .title div {font-size: 24px;}}@media screen and (min-width: 1024px) {div.header .container>div {display: flex;flex-direction: row;justify-content: space-between;}div.header .page-title .title div {font-size: 36px;}}div.content {padding-top: 60px;padding-bottom: 60px;background-image: url("../img/content-bg.png");background-repeat: no-repeat;position: relative;}div.content .container {display: flex;flex-direction: row;justify-content: space-between;}div.wr_front_map {background-image: none;}div.wr_front_map .container {display: block;}div.content .container .projects-map {display: flex;flex-direction: column;align-items: center;width: 100%;}div.content .container .projects-map .map {width: 100%;position: relative;z-index: 30;}div.content .container .projects-map .map .mark {position: absolute;margin-left: -25px;margin-top: -50px;}div.content .container .projects-map .map .mark .icon {color: #ffb108;cursor: pointer;transition: all ease .2s;}div.content .container .projects-map .map .mark .icon i {font-size: 50px;}div.content .container .projects-map .map .mark .icon:hover {text-shadow: 0 15px 30px rgba(0,0,0,0.2);}div.content .container .projects-map .map .mark .panel {display: flex;flex-direction: column;background: #ffffff;position: absolute;padding: 24px;width: 300px;left: 70px;top: 50%;box-shadow: 0 4px 30px rgba(0,0,0,0.26);visibility: hidden;z-index: 50;}div.content .container .projects-map .map .mark .panel:after {display: block;width: 49px;height: 54px;content: '';background-image: url(../img/ang-icon.png);background-repeat: no-repeat;position: absolute;right: 0;top: 0;}div.content .container .projects-map .map .mark .panel .type {font-size: 10px;font-weight: normal;text-transform: uppercase;color: #cccccc;}div.content .container .projects-map .map .mark .panel .name {font-size: 16px;font-weight: bold;text-transform: uppercase;margin-top: 16px;}div.content .container .projects-map .map .mark .panel .logo {display: flex;justify-content: center;align-items: center;height: 160px;background-repeat: no-repeat;background-position: 50% 50%;background-size: contain;}div.content .container .projects-map .map .mark .panel .desc {display: flex;flex-direction: column;font-size: 10px;line-height: 16px;color: #999999;}div.content .container .projects-map .map .mark .panel .desc p:first-child {margin-top: 0;}div.content .container .projects-map .map .mark .panel .desc p:last-child {margin-bottom: 0;}div.content .container .projects-map .map .mark .panel .action {display: flex;flex-direction: row;justify-content: flex-end;align-items: center;margin-top: 10px;}div.content .container .projects-map .map .mark .panel .action .btn {font-size: 10px;font-weight: bold;text-decoration: underline;}div.content .container .projects-map .map .mark.active .icon {text-shadow: 0 15px 30px rgba(0,0,0,0.2);}div.content .container .projects-map .project-partners {display: flex;justify-content: center;width: 100%;position: relative;transition: all ease 0.2s;}div.content .container .projects-map .project-partners .project-list {background: #ffffff;width: 33.333333%;box-shadow: 0 4px 6px rgba(0,0,0,0.12);padding-bottom: 16px;z-index: 15;max-height: 466px;overflow: auto;overflow-x: hidden;}div.content .container .projects-map .project-partners .project-list .title {font-size: 16px;font-weight: bold;text-transform: uppercase;padding: 16px 24px;border-bottom: 1px solid #f0f0f0;}div.content .container .projects-map .project-partners .project-list .project {display: flex;flex-direction: row;border-bottom: 1px solid #f0f0f0;transition: all ease .2s;}div.content .container .projects-map .project-partners .project-list .project .name {font-size: 13px;font-weight: normal;color: #000;}div.content .container .projects-map .project-partners .project-list .project .type {font-size: 8px;font-weight: normal;text-transform: uppercase;margin-top: 4px;color: #cccccc;}div.content .container .projects-map .project-partners .project-list .project:last-child {border-bottom: none;}div.content .container .projects-map .project-partners .project-list .project.active {background: #006eb2;}div.content .container .projects-map .project-partners .project-list .project.active .name {color: #ffffff;}div.content .container .projects-map .project-partners .project-list .project.active .type {color: #cccccc;}div.content .container .projects-map .project-partners .project-info {display: none;flex-direction: column;width: 66.66666%;padding: 50px;box-shadow: 0 4px 6px rgba(0,0,0,0.12);background: #ffffff;z-index: 20;visibility: hidden;}div.content .container .projects-map .project-partners .project-info .project-name {font-size: 18px;font-weight: bold;text-transform: uppercase;}div.content .container .projects-map .project-partners .project-info .project-type {font-size: 12px;font-weight: normal;text-transform: uppercase;color: #cccccc;}div.content .container .projects-map .project-partners .project-info .project-desc {color: #4d4d4d;font-size: 14px;font-weight: normal;line-height: 1.5;}div.content .container .projects-map .project-partners .project-info.active {display: flex;}div.content .container>.menu-left {display: block;flex-direction: column;width: calc(25% - 15px);}div.content .container>.menu-left>.catalog-menu {display: flex;flex-direction: column;box-shadow: 0 5px 5px rgba(0,0,0,0.12),0 2px 1px rgba(0,0,0,0.2);background: #ffffff;}div.content .container>.menu-left>.catalog-menu>.title {display: block;font-size: 20px;font-weight: bold;text-transform: uppercase;color: #33689e;padding-left: 24px;padding-top: 32px;padding-bottom: 32px;border-bottom: 1px solid #e5e5e5;position: relative;}div.content .container>.menu-left>.catalog-menu>.title:before {display: block;width: 49px;height: 54px;content: '';background-image: url("../img/ang-icon.png");background-repeat: no-repeat;position: absolute;right: 0;top: 0;}div.content .container>.menu-left>.catalog-menu>ul {display: flex;flex-direction: column;padding: 0;margin: 0;}div.content .container>.menu-left>.catalog-menu>ul>li {display: flex;flex-direction: column;border-bottom: 1px solid #e6e6e6;position: relative;}div.content .container>.menu-left>.catalog-menu>ul>li>a {display: block;margin-right: 60px;margin-left: 24px;margin-top: 26px;margin-bottom: 26px;font-size: 20px;font-weight: bold;color: #000000;text-decoration: none;line-height: 25px;}div.content .container>.menu-left>.catalog-menu>ul>li>a:hover {text-decoration: underline;}div.content .container>.menu-left>.catalog-menu>ul>li>ul {display: none;flex-direction: column;padding-left: 48px;padding-right: 24px;}div.content .container>.menu-left>.catalog-menu>ul>li>ul>li {display: block;margin-top: 10px;}div.content .container>.menu-left>.catalog-menu>ul>li>ul>li:first-child {margin-top: 0;}div.content .container>.menu-left>.catalog-menu>ul>li>ul>li>a {display: block;font-size: 14px;color: #000;text-decoration: none;}div.content .container>.menu-left>.catalog-menu>ul>li>ul>li>a:hover {text-decoration: underline;}div.content .container>.menu-left>.catalog-menu>ul>li>.icon {display: flex;position: absolute;width: 60px;height: 77px;justify-content: center;align-items: center;right: 0;top: 0;cursor: pointer;}div.content .container>.menu-left>.catalog-menu>ul>li>.icon>i {font-size: 32px;transition: all ease .2s;}div.content .container>.menu-left>.catalog-menu>ul>li>.icon:hover {background: rgba(0,0,0,0.05);}div.content .container>.menu-left>.catalog-menu>ul>li.open {padding-bottom: 26px;}div.content .container>.menu-left>.catalog-menu>ul>li.open>.icon>i {transform: rotate(180deg);}div.content .container>.menu-left>.catalog-menu>ul>li.open>ul {display: flex;}div.content .container>.menu-left>.catalog-menu>ul>li.active>a {color: #33689e;text-decoration: underline;}div.content .container>.content-page {display: flex;flex-direction: column;width: calc(75% - 15px);}ul.pagination {display: flex;flex-direction: row;padding: 0;margin: 0;}ul.pagination>li {display: block;margin-left: 12px;}ul.pagination>li a,ul.pagination>li span {display: flex;height: 36px;width: 36px;justify-content: center;align-items: center;text-decoration: none;border-radius: 2px;background: #e5e5e5;color: #808080;transition: all .2s ease;}ul.pagination>li.active a,ul.pagination>li:hover a {background: #006eb2;color: #ffffff;}ul.pagination>li:first-child {margin-left: 0;}div.content .container>.content-page .content-head {display: flex;flex-direction: row;justify-content: space-between;align-items: center;margin-bottom: 30px;}div.content .container>.content-page .content-head .content-caption {font-size: 24px;font-weight: bold;color: #000;}div.content .container>.content-page .content-head .content-caption sup {font-size: 12px;font-weight: normal;color: #9a9a9a;}.content-footer {display: flex;flex-direction: row;justify-content: flex-end;margin-top: 40px;}div.content .container>.content-page .catalog-grid {display: flex;flex-wrap: wrap;flex-direction: row;justify-content: flex-start;}div.content .container>.content-page .catalog-grid>.item {display: flex;flex-direction: column;width: calc(33.333333% - 15px);box-shadow: 0 2px 1px rgba(0,0,0,0.2);border-radius: 2px;background: #ffffff;margin-top: 20px;margin-right: 15px;}div.content .container>.content-page .catalog-grid>.item .item-head {border-bottom: 1px solid #e5e5e5;}div.content .container>.content-page .catalog-grid>.item .item-head img {display: block;/*width: 100%;*/margin: 0 auto; height: 235px; width: auto;padding: 20px;}div.content .container>.content-page .catalog-grid>.item .item-body {padding-left: 24px;padding-right: 24px;padding-bottom: 24px;}div.content .container>.content-page .catalog-grid>.item .item-body .item-actions {display: flex;flex-direction: row;justify-content: space-between;align-items: center;margin-top: -18px;margin-bottom: 24px;}.btn-open-modal {display: inline-block;height: 36px;line-height: 36px;text-decoration: none;border: none;padding-left: 30px;padding-right: 30px;border-radius: 18px;font-family: 'Bitter', serif;font-size: 14px;font-weight: bold;color: #ffffff;background: #ffb108;text-transform: uppercase;outline: none;transition: all ease .2s;cursor: pointer;z-index: 10;}.btn-open-modal:hover {box-shadow: 0 5px 10px rgba(0,0,0,0.2);}div.content .container>.content-page .catalog-grid>.item .item-body .item-actions .link {display: flex;width: 36px;height: 36px;justify-content: center;align-items: center;text-decoration: none;border-radius: 50%;background: #006eb2;color: #ffffff;transition: all ease .2s;cursor: pointer;}div.content .container>.content-page .catalog-grid>.item .item-body .item-actions .link:hover {box-shadow: 0 5px 10px rgba(0,0,0,0.2);}div.content .container>.content-page .catalog-grid>.item .item-body .item-name a,div.content .container>.content-page .catalog-grid>.item .item-body .item-name {display: block;font-size: 16px;text-decoration: none;color: #33689e;}div.content .container>.content-page .catalog-grid>.item .item-body .item-name a:hover {text-decoration: underline;}div.content .container>.content-page .catalog-grid>.item .item-body .item-price {display: block;font-size: 14px;font-weight: bold;margin-top: 16px;color: #ffae00;text-shadow: 0 1px 0 rgba(0,0,0,0.15);}div.content .container>.content-page .catalog-grid>.item:hover .link {transform: rotate(360deg) scale(1.35);}div.content .container>.contacts {width: 100%;}div.content .container>.contacts #map {display: flex;flex-direction: row;height: 600px;box-shadow: 0 5px 15px rgba(0,0,0,0.12),0 2px 1px rgba(0,0,0,0.2);border-radius: 2px;}div.content .container>.contacts #map .panel {display: block;width: 320px;padding: 40px 24px;background: url("../img/content-bg.png") center center;}div.content .container>.contacts #map .panel .field {margin-top: 16px;}div.content .container>.contacts #map .panel .field .title {display: flex;flex-direction: row;justify-content: flex-start;align-items: center;font-size: 12px;font-weight: bold;color: #000;}div.content .container>.contacts #map .panel .field .title i {margin-right: 5px;font-size: 14px;}div.content .container>.contacts #map .panel .field .value {margin-top: 8px;padding-left: 16px;font-size: 12px;color: #4d4d4d;font-family: 'Roboto', sans-serif;}@media screen and (min-width: 0) {div.content .container>.contacts #map {flex-direction: column;}}@media screen and (min-width: 425px) {div.content .container>.contacts #map {flex-direction: row;}}div.content .container>.product-page {display: flex;flex-direction: row;justify-content: space-between;align-items: flex-start;width: 100%;}div.content .container>.product-page>.product-head {display: flex;flex-direction: column;width: calc(33.333333% - 15px);}div.content .container>.product-page>.product-head .gallery {display: block;width: 100%;background: #ffffff;box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 3px rgba(0,0,0,0.24);}div.content .container>.product-page>.product-head .gallery .swiper-slide img {display: block;width: 100%;margin: 0;}div.content .container>.product-page>.product-head .files {display: flex;flex-direction: column;padding: 16px 0;}div.content .container>.product-page>.product-head .files .file {display: flex;flex-direction: row;align-items: center;text-decoration: none;}div.content .container>.product-page>.product-head .files .file .icon {margin-right: 16px;}div.content .container>.product-page>.product-head .files .file .title {display: flex;flex-direction: column;}div.content .container>.product-page>.product-head .files .file .title div {font-size: 16px;font-weight: bold;text-transform: uppercase;color: #e2574c;}div.content .container>.product-page>.product-head .files .file .title span {font-size: 12px;font-weight: normal;color: #b0b0b0;}div.content .container>.product-page>.product-body {width: calc(66.66666% - 15px);background: #ffffff;box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 3px rgba(0,0,0,0.24);}div.content .container>.product-page>.product-body .tabs .tabs-head {display: flex;flex-direction: row;border-bottom: 1px solid #e7e7e7;}div.content .container>.product-page>.product-body .tabs .tabs-head .tab {cursor: pointer;padding: 16px 12px 16px 12px;border-bottom: 1px solid #e7e7e7;border-right: 1px solid #e7e7e7;margin-bottom: -1px;}div.content .container>.product-page>.product-body .tabs .tabs-head .tab.active {border-bottom-color: #ffffff;color: #008fea;}div.content .container>.product-page>.product-body .tabs .tabs-body .tab-content {display: none;padding: 20px;}div.content .container>.product-page>.product-body .tabs .tabs-body .tab-content.active {display: block;}div.content .container>.product-page>.product-body .product-table {display: flex;flex-direction: column;}div.content .container>.product-page>.product-body .product-table .table-head {font-size: 14px;font-weight: bold;text-transform: uppercase;border-bottom: 1px solid #e6e6e6;}div.content .container>.product-page>.product-body .product-table .table-head>.row {display: flex;flex-direction: row;}div.content .container>.product-page>.product-body .product-table .table-head>.row>.col {display: flex;justify-content: flex-start;align-items: center;width: 33.33333%;padding: 20px 24px;}div.content .container>.product-page>.product-body .product-table .table-body>.row {border-bottom: 1px solid #e6e6e6;}div.content .container>.product-page>.product-body .product-table .table-body .row {display: flex;flex-direction: row;width: 100%;}div.content .container>.product-page>.product-body .product-table .table-body .row .col {display: flex;flex-direction: column;padding: 20px 24px;width: 33.33333%;}div.content .container>.product-page>.product-body .product-table .table-body .row:last-child {border-bottom: none;}@media screen and (min-width: 0) {div.content .container>.product-page {flex-direction: column;}div.content .container>.product-page .product-head {width: 100%;}div.content .container>.product-page .product-body {width: 100%;}}@media screen and (min-width: 480px) {div.content .container>.product-page {flex-direction: column;}div.content .container>.product-page .product-head {width: 50%;}}@media screen and (min-width: 768px) {div.content .container>.product-page {flex-direction: row;}div.content .container>.product-page .product-head {width: calc(33.333333% - 15px);}div.content .container>.product-page .product-body {width: calc(66.66666% - 15px);}}div.content .container .news-list {display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;}div.content .container .news-list .item {padding: 30px 25px;background-color: #ffffff;box-shadow: 0 1px 2px rgba(0,0,0,0.24);border-radius: 2px;transition: background 0.2s ease, box-shadow 0.2s ease;margin-bottom: 30px;}div.content .container .news-list .item .title {font-size: 22px;font-weight: bold;text-transform: uppercase;color: #333333;}div.content .container .news-list .item .date {margin-top: 5px;font-size: 14px;color: #999999;text-transform: uppercase;}div.content .container .news-list .item .text {font-size: 14px;line-height: 25px;margin-top: 15px;color: #4c4c4c;margin-bottom: 80px;}div.content .container .news-list .item .actions {display: flex;flex-direction: row;justify-content: flex-end;}div.content .container .news-list .item .actions .btn {text-transform: uppercase;font-size: 16px;font-weight: bold;padding: 8px 16px;line-height: 20px;border-radius: 2px;transition: background .2s ease;text-decoration: none;color: #000;}div.content .container .news-list .item .actions .btn:hover {background: rgba(255,255,255,0.1);}div.content .container .news-list .item:hover {background: #006eb2;}div.content .container .news-list .item:hover .title {color: #ffffff;}div.content .container .news-list .item:hover .date {color: #cff0ff;}div.content .container .news-list .item:hover .text {color: #ffffff;}div.content .container .news-list .item:hover .btn {color: #ffffff;}div.content .container .news-list .item:hover {box-shadow: 0 1px 2px rgba(0,0,0,0.12),0 6px 12px rgba(0,0,0,0.16);}div.content .container .news-list .item .title {text-decoration: none;}div.content .container .news-list .item .title:hover {text-decoration: underline;}@media screen and (min-width: 0) {div.content .container .news-list .item {width: 100%;}div.content .container .news-list .item .title {font-size: 16px;}div.content .container .news-list .item .date {font-size: 12px;text-transform: none;}}@media screen and (min-width: 768px) {div.content .container .news-list .item {width: calc(50% - 15px);}}@media screen and (min-width: 1024px) {div.content .container .news-list .item {width: calc(33.33333% - 15px);}div.content .container .news-list .item .title {font-size: 16px;}div.content .container .news-list .item .date {font-size: 12px;text-transform: none;}}div.content .container .content-page-container {display: flex;flex-direction: row;justify-content: space-between;width: 100%;}div.content .container .content-page-container .content-page-head {width: calc(33.33333% - 15px);}div.content .container .content-page-container .content-page-head img {display: block;width: 100%;}div.content .container .content-page-container .content-page-body {width: auto;font-family: 'Roboto', sans-serif;font-size: 16px;line-height: 1.5;color: #808080;}div.content .container .content-page-container .content-page-body h2 {color: #008ee6;font-size: 22px;font-family: 'Bitter', serif;}@media screen and (min-width: 0) {div.content .container .content-page-container {flex-direction: column;}div.content .container .content-page-container .content-page-head {width: 100%;}div.content .container .content-page-container .content-page-body {width: 100%;}}@media screen and (min-width: 768px) {div.content .container .content-page-container {flex-direction: row;}div.content .container .content-page-container .content-page-head {width: calc(33.33333% - 15px);}div.content .container .content-page-container .content-page-body {width: auto;}}div.content .container .page-404 {display: flex;flex-direction: column;justify-content: center;align-items: center;width: 100%;}div.content .container .page-404 .wrap {max-width: 700px;padding-left: 150px;position: relative;}div.content .container .page-404 .wrap .icon {display: block;width: 200px;position: absolute;left: 0;}div.content .container .page-404 .wrap .title {display: flex;flex-direction: column;position: relative;z-index: 50;margin-top: 70px;}div.content .container .page-404 .wrap .title span {display: flex;font-size: 24px;font-weight: normal;text-transform: uppercase;}div.content .container .page-404 .wrap .title .big {font-size: 50px;font-weight: bold;text-transform: uppercase;}div.content .container .page-404 .wrap .title .action {display: flex;justify-content: flex-end;margin-top: 30px;}div.content .container .page-404 .wrap .title .action .btn {display: inline-block;height: 50px;line-height: 50px;padding-left: 36px;padding-right: 36px;border-radius: 2px;background: url("../img/pattern-1.png");text-transform: uppercase;font-weight: bold;color: #ffffff;text-decoration: none;}@media screen and (min-width: 0) {div.content .container .page-404 .wrap {display: flex;flex-direction: row;padding: 0;}div.content .container .page-404 .wrap .icon {display: none;}div.content .container .page-404 .wrap .icon img {width: 100%;}div.content .container .page-404 .wrap .title {margin-top: 0;}div.content .container .page-404 .wrap .title .action {justify-content: center;}}@media screen and (min-width: 768px) {div.content .container .page-404 .wrap {display: flex;flex-direction: row;padding: 0;}div.content .container .page-404 .wrap .icon {display: block;width: 200px;}div.content .container .page-404 .wrap .icon img {width: 100%;}div.content .container .page-404 .wrap .title {padding-left: 150px;margin-top: 70px;}div.content .container .page-404 .wrap .title .action {justify-content: flex-end;}}@media screen and (min-width: 0) {div.content .container .menu-left {display: none;}div.content .container .content-page {width: calc(100%);}div.content .container .content-page .content-head {flex-direction: column;}.content-head .pagination {margin-top: 15px;}.content-footer {flex-direction: column;justify-content: center;align-items: center;}div.content .container .content-page .catalog-grid .item {width: calc(100%);}}@media screen and (min-width: 680px) {div.content .container .content-page {width: calc(100%);}div.content .container .content-page .content-head {flex-direction: row;}.content-head .pagination {margin-top: 0px;}.content-footer {flex-direction: row;justify-content: flex-end;align-items: center;}div.content .container .content-page .catalog-grid .item {width: calc(50% - 15px);}}@media screen and (min-width: 1024px) {div.content .container .menu-left {display: flex;width: calc(33.333% - 15px);}div.content .container .content-page {width: calc(66.666% - 15px);}div.content .container .content-page .catalog-grid .item {width: calc(50% - 15px);}}@media screen and (min-width: 1280px) {div.content .container .menu-left {width: calc(25% - 15px);}div.content .container .content-page {width: calc(75% - 15px);}div.content .container .content-page .catalog-grid .item {width: calc(33.333% - 15px);}}div.content:after {position: absolute;content: '';height: 250px;left: 0;right: 0;z-index: 1;background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 20%, #fff 99%);}.main div.content:after {display: none;}.project .logo {background-repeat: no-repeat;background-position: 50% 50%;background-size: contain;width: 100px;height: 100px;margin: 0 10px;}.project .info {display: flex;height: 100px;flex-direction: column;justify-content: center;padding-left: 20px;border-left: 1px solid #f1f1f1;width: 195px;}@media screen and (max-width: 768px) {#catalog_list_0+a {display: none;}}#catalog_list_3 {height: 80px;padding: 10px;}.panel .close {position: absolute;right: 3px;z-index: 10;top: 3px;color: #fff;cursor: pointer;}.field textarea {border: 0;border-bottom: 1px solid #bbb;outline: 0;}.form .field [type=checkbox] {width: 14px;display: inline;}.field.checkbox label {line-height: 36px;display: inline-block;vertical-align: top;margin-top: 8px;}.req.error+label {color: #f00;}.doc_a {margin-right: 20px;margin-top: 15px;margin-bottom: 15px;font-size: 14px;}.s_m a {color: #fff;font-weight: bold;text-decoration: none;}.s_m a:hover {text-decoration: underline;}.s_m {display: flex;flex-direction: row;justify-content: flex-start;align-items: center;font-size: 14px;line-height: 1;padding: 2px 0;font-weight: bold;color: #ffffff;}.social {margin-top: 16px;}.files>button {margin-top: 10px;}
.katrassmart {
 
    display: block;
    position: absolute;
    right: 2%;
    top: 70px;
    color: #fff;
    text-decoration: none;
    background-color: rgba(0,110,178,0.9);
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}
.katrassmart2 {
display: block;
    color: #fff;
    text-decoration: none;
    background-color: rgba(0,110,178,0.9);
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin: 10px 0px;
    position: absolute;
    top: -65px;
    width: 267px;
    right: 30px;
	z-index: 999;
}

@media screen and (max-width: 1024px) {
.katrassmart{
    right: 2%;
    top: 90px;}
}

@media screen and (min-width: 1000px) and (max-width: 1024px) {
.katrassmart {
    right: 2%;
    top: 70px;
}}

@media screen and (min-width: 1440px)  {
.katrassmart {
    right: 50px;
    
}}
.tab-content td {
    border: solid 1px #ddd;  
    padding: 5px 10px;
}
.tab-content table {
    width: 100%;
	border-collapse: collapse;
}

.filters-block{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 20px;
    gap: 8px;
}

.filters-item{
    font-size: 12px;
    padding: 4px 8px;
    border: 1px solid #33689e;
    border-radius: 3px;
    color: #000;
    text-decoration: none;
}

.cookie-banner{opacity:0;position:fixed;right:20px;bottom:25px;background-color:#fff;color:#006eb2;width:250px;padding:30px;font-size:90%;z-index:500;border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;-webkit-box-shadow:0 1px 10px 0 rgba(0,0,0,0.5);-moz-box-shadow:0 1px 10px 0 rgba(0,0,0,0.5);box-shadow:0 1px 10px 0 rgba(0,0,0,0.5)}
.cookie-banner.vis{opacity:1;}
.cookie-banner a{text-decoration:underline;color:#006eb2}
.cookie-banner a:hover{text-decoration:none;}
.cookie-banner button{width:100%;}

@media (max-height:751px){
    .cookie-banner{bottom:20px}
}
@media (max-width:550px){
    .cookie-banner{width:auto;left:15px;right:15px;bottom:15px;padding:15px;}
    .cookie-banner .btn{margin-top:5px;}
}