html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

html {
    line-height: 1
}

ol,ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,th,td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}

q,blockquote {
    quotes: none
}

q:before,q:after,blockquote:before,blockquote:after {
    content: "";
    content: none
}

a img {
    border: none
}

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

html,body {
    height: 100%
}

strong,b,.b {
    font-weight: bold
}

em,.em {
    font-style: italic
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.text-center {
    text-align: center !important
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

a:link,label[for],button,input[type="button"],input[type="submit"],input[type="image"],.pointer {
    cursor: pointer
}

table.grid {
    width: 100%
}

.fill {
    width: 100%
}

.tbl {
    display: table
}

.tbl>.row {
    display: table-row
}

.tbl .cell {
    display: table-cell
}

.tbl .cell-1-2 {
    width: 50%
}

.tbl .cell-1-3 {
    width: 33.33333%
}

.tbl .cell-2-3 {
    width: 66.66667%
}

.tbl .cell-1-4 {
    width: 25%
}

.tbl .cell-3-4 {
    width: 75%
}

.min-cell {
    width: 1px
}

.min-cell img {
    max-width: initial
}

.max-cell {
    width: 100%
}

.top {
    vertical-align: top !important
}

.middle {
    vertical-align: middle !important
}

.bottom {
    vertical-align: bottom !important
}

.nowrap {
    white-space: nowrap !important
}

.uppercase {
    text-transform: uppercase !important
}

.lowercase {
    text-transform: lowercase !important
}

.no-tt {
    text-transform: none !important
}

.fff {
    color: #fff !important
}

.inner {
    margin: 0 auto
}

a {
    color: inherit
}

input,textarea {
    font-family: inherit
}

.html-text {
    line-height: 1.5
}

.html-text strong {
    font-weight: bold
}

.html-text em {
    font-style: italic
}

.html-text img {
    max-width: 100%
}

.html-text p,.html-text figure,.html-text ul,.html-text ol {
    margin-bottom: 1em
}

.html-text ul,.html-text ol {
    padding-left: 2em
}

.html-text ol>li {
    list-style-type: decimal
}

.html-text ul>li {
    list-style-type: disc
}

.html-text td img {
    max-width: none;
    margin: 0
}

.underline {
    text-decoration: underline !important
}

.dashed {
    border-bottom: 1px dashed !important
}

.dotted {
    border-bottom: 1px dotted !important
}

.tdn {
    text-decoration: none !important
}

.hu {
    text-decoration: none;
    cursor: pointer
}

.hu:hover {
    text-decoration: underline
}

.hu-span {
    text-decoration: none;
    cursor: pointer
}

.hu-span:hover>span {
    text-decoration: underline
}

.b0 {
    border: 0 !important
}

.p0 {
    padding: 0 !important
}

.m0 {
    margin: 0 !important
}

.f0 {
    font-size: 0 !important
}

.fixed {
    position: fixed
}

.hidden,[hidden] {
    display: none !important
}

.rel {
    position: relative !important
}

.static {
    position: static !important
}

.normal {
    font-weight: normal
}

.semi {
    font-weight: 600
}

.bold {
    font-weight: bold
}

.light {
    font-weight: 300
}

.oh {
    overflow: hidden
}

.alert {
    margin: 20px 0;
    border: 1px solid transparent;
    position: relative;
    padding: 15px 30px 15px 15px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.alert .alert-title {
    color: inherit
}

.alert a {
    color: #1e79a7
}

.alert .close-alert {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    font-size: 0
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

main {
    display: table;
    width: 100%;
    height: 100%
}

#page-wrapper {
    display: table-row;
    height: 100%
}

footer {
    clear: both;
    position: relative
}

.tab-content {
    display: none
}

.tab-content.active {
    display: block
}

.cover {
    background: no-repeat center;
    background-size: cover
}

table.gray-table td,table.gray-table th {
    padding: 10px;
    border-right: 1px solid #ccc;
    font-family: 'Lora', serif
}

table.gray-table td:last-child,table.gray-table th:last-child {
    border-right: 0
}

table.gray-table thead td,table.gray-table thead th {
    font-weight: bold
}

table.gray-table tbody tr:nth-child(odd) td {
    background: #f5f5f5
}

.btn-block,.block-input {
    display: block;
    width: 100%
}

.space-between {
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important
}

.space-around {
    -webkit-justify-content: space-around;
    justify-content: space-around
}

.clear {
    clear: both
}

.cf:after {
    content: '';
    display: table;
    clear: both
}

.right {
    float: right
}

.left {
    float: left
}

.in-block {
    display: inline-block
}

.marg-lt,.marg-horz,.marg {
    margin-left: 14px !important
}

.marg-rt,.marg-horz,.marg {
    margin-right: 14px !important
}

.marg-top,.marg-vert,.marg {
    margin-top: 14px !important
}

.marg-bot,.marg-vert,.marg {
    margin-bottom: 14px !important
}

.marg-lt-sm,.marg-horz-sm,.marg-sm {
    margin-left: 7px !important
}

.marg-rt-sm,.marg-horz-sm,.marg-sm {
    margin-right: 7px !important
}

.marg-top-sm,.marg-vert-sm,.marg-sm {
    margin-top: 7px !important
}

.marg-bot-sm,.marg-vert-sm,.marg-sm {
    margin-bottom: 7px !important
}

.marg-lt-lg,.marg-horz-lg,.marg-lg {
    margin-left: 21px !important
}

.marg-rt-lg,.marg-horz-lg,.marg-lg {
    margin-right: 21px !important
}

.marg-top-lg,.marg-vert-lg,.marg-lg {
    margin-top: 21px !important
}

.marg-bot-lg,.marg-vert-lg,.marg-lg {
    margin-bottom: 21px !important
}

.no-marg-lt,.no-marg-horz,.no-marg {
    margin-left: 0 !important
}

.no-marg-rt,.no-marg-horz,.no-marg {
    margin-right: 0 !important
}

.no-marg-top,.no-marg-vert,.no-marg {
    margin-top: 0 !important
}

.no-marg-bot,.no-marg-vert,.no-marg {
    margin-bottom: 0 !important
}

.pad-rt,.pad-horz,.pad {
    padding-right: 14px !important
}

.pad-lt,.pad-horz,.pad {
    padding-left: 14px !important
}

.pad-top,.pad-vert,.pad {
    padding-top: 14px !important
}

.pad-bot,.pad-vert,.pad {
    padding-bottom: 14px !important
}

.pad-lt-sm,.pad-horz-sm,.pad-sm {
    padding-left: 7px !important
}

.pad-rt-sm,.pad-horz-sm,.pad-sm {
    padding-right: 7px !important
}

.pad-top-sm,.pad-vert-sm,.pad-sm {
    padding-top: 7px !important
}

.pad-bot-sm,.pad-vert-sm,.pad-sm {
    padding-bottom: 7px !important
}

.pad-lt-lg,.pad-horz-lg,.pad-lg {
    padding-left: 21px !important
}

.pad-rt-lg,.pad-horz-lg,.pad-lg {
    padding-right: 21px !important
}

.pad-top-lg,.pad-vert-lg,.pad-lg {
    padding-top: 21px !important
}

.pad-bot-lg,.pad-vert-lg,.pad-lg {
    padding-bottom: 21px !important
}

.no-pad-lt,.no-pad-horz,.no-pad {
    padding-left: 0 !important
}

.no-pad-rt,.no-pad-horz,.no-pad {
    padding-right: 0 !important
}

.no-pad-top,.no-pad-vert,.no-pad {
    padding-top: 0 !important
}

.no-pad-bot,.no-pad-vert,.no-pad {
    padding-bottom: 0 !important
}

.icon {
    display: inline-block;
    vertical-align: middle
}

.icon.icon {
    background: url('/images/icon-s740ac581e4.png') 0 -156px;
    width: 7px;
    height: 4px
}

.icon.up {
    background: url('/images/icon-s740ac581e4.png') 0 -342px;
    width: 7px;
    height: 4px
}

.icon.pdf {
    background: url('/images/icon-s740ac581e4.png') 0 -297px;
    width: 33px;
    height: 45px
}

.icon.jpg {
    background: url('/images/icon-s740ac581e4.png') 0 -160px;
    width: 33px;
    height: 45px
}

.icon.blank-production {
    background: url('/images/icon-s740ac581e4.png') 0 -94px;
    width: 46px;
    height: 46px
}

.icon.metal-cutting-production {
    background: url('/images/icon-s740ac581e4.png') 0 -205px;
    width: 46px;
    height: 46px
}

.icon.painting-production {
    background: url('/images/icon-s740ac581e4.png') 0 -251px;
    width: 46px;
    height: 46px
}

.icon.assembly-production {
    background: url('/images/icon-s740ac581e4.png') 0 -48px;
    width: 46px;
    height: 46px
}

.icon.close-modal {
    background: url('/images/icon-s740ac581e4.png') 0 -140px;
    width: 16px;
    height: 16px
}

.icon.arrow-left {
    background: url('/images/icon-s740ac581e4.png') 0 0;
    width: 24px;
    height: 24px
}

.icon.arrow-right {
    background: url('/images/icon-s740ac581e4.png') 0 -24px;
    width: 24px;
    height: 24px
}

.slider {
    position: relative
}

.slider .aspect-ratio {
    position: relative
}

.slider .aspect-ratio.-viewport:before {
    content: '';
    display: block;
    padding-top: 44.81%
}

.slider .aspect-ratio.-thumbs:before {
    content: '';
    display: block;
    padding-top: 10%
}

.slider .aspect-ratio .aspect-ratio-i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.slider .slider-thumbs {
    margin-top: 10px
}

.slider .swiper-container {
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.slider .swiper-slide {
    background-size: cover;
    background-position: center
}

.slider .gallery-thumbs .swiper-slide {
    width: 20%;
    height: 100%;
    opacity: 0.4;
    cursor: pointer
}

.slider .gallery-thumbs .swiper-slide-active {
    opacity: 1
}

@media (max-width: 720px) {
    .slider .swiper-button-next,.slider .swiper-button-prev {
        width:19px;
        height: 30px;
        margin-top: -15px;
        -moz-background-size: 19px 30px;
        -o-background-size: 19px 30px;
        -webkit-background-size: 19px 30px;
        background-size: 19px 30px
    }
}

.modal {
    position: relative;
    background: #fff;
    padding: 0;
    margin: 0 auto
}

.modal .modal-header {
    background: #fff;
    color: #fff;
    padding: 15px;
    position: relative
}

.modal .modal-title {
    font-family: "Open Sans",sans-serif;
    font-weight: bold;
    font-size: 14px
}

.modal .modal-body {
    padding: 20px 20px 30px
}

.modal-close {
    position: absolute;
    right: 10px;
    top: 14px;
    font-size: 18px;
    color: #fff;
    background: 0;
    border: 0
}

.modal-close.-image {
    right: -30px;
    top: 0
}

#about-object-modal {
    padding: 30px
}

#about-object-modal .modal-content {
    width: 640px;
    margin: 0 auto
}

#modal-bid-viewing,#bid-modal {
    display: inline-block
}

#modal-bid-viewing .inputs,#bid-modal .inputs {
    width: 320px;
    margin: 0 auto
}

#bid-modal .inputs {
    width: 500px
}

.fancybox-nav .arrow-left,.fancybox-nav .arrow-right {
    position: absolute;
    top: 50%;
    margin-top: -12px
}

.fancybox-nav .arrow-left {
    left: 0;
    margin-left: -30px
}

.fancybox-nav .arrow-right {
    right: 0;
    margin-right: -30px
}

#modal-message {
    width: 366px;
    padding: 55px 45px
}

#modal-message .big-check {
    margin: 20px auto;
    display: block
}

body {
    color: #333;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.inner {
    width: 1000px
}

h1 {
    font-size: 28px;
    line-height: 1.214;
    color: #333;
    font-weight: bold;
    margin-bottom: 1em
}

h2 {
    color: #333;
    font-size: 22px;
    margin-bottom: 1em
}

p+h2 {
    margin-top: 1em
}

header#header {
    position: relative;
    box-shadow: 0 2px 5px rgba(7,8,8,0.25)
}

header#header .logo {
    display: block;
    float: left
}

header#header .logo>img {
    display: block;
    max-width: 400px;
    margin-top: 10px
}

header#header .header-top {
    line-height: 1.5;
    border-bottom: 1px solid #ccc
}

header#header .header-top .tbl {
    height: 70px;
    width: 100%
}

header#header menu {
    line-height: 40px
}

header#header menu a {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    padding: 0 1.2em;
    position: relative
}

header#header menu a:hover {
    color: #f5112b
}

header#header menu a:first-child {
    padding-left: 0
}

header#header menu a:after {
    content: '';
    display: inline-block;
    background: url("/images/menu-separator.png") no-repeat;
    width: 1px;
    height: 7px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -4px
}

header#header menu a:last-child {
    padding-right: 0
}

header#header menu a:last-child:after {
    content: none
}

.header-tel {
    font-weight: bold;
    color: #666;
    margin-top: 11px;
    border-right: 1px solid #ccc;
    padding-right: 15px;
    margin-right: 15px;
    position: relative
}

.header-tel .fa-phone {
    position: absolute;
    left: -22px;
    top: 5px
}

.header-langs {
    float: right;
    white-space: nowrap;
    font-weight: bold;
    text-transform: uppercase;
    right: 0;
    font-size: 12px;
    color: #85969c;
    margin-top: 15px
}

.header-langs>li {
    display: inline
}

.header-langs>li+li {
    margin-left: 15px
}

.header-langs>li>a {
    text-decoration: none
}

.header-langs>li>a.active {
    color: #000
}

footer#footer {
    box-sizing: content-box;
    border-top: 1px #d3dadd solid;
    height: 100px;
    color: #85969c;
    font-size: 13px;
    line-height: 1.384
}

footer#footer .tbl {
    height: inherit
}

footer#footer a {
    text-decoration: none;
    color: #008eaf
}

footer#footer a:hover {
    color: #0081a2
}

.grid-section {
    padding-top: 68px
}

.grid-section>h1 {
    font-size: 60px;
    color: #b3c2c7;
    font-weight: bold;
    line-height: 1;
    text-shadow: -1px -1px 0 #8d9ea4
}

.grid-section .grid {
    margin-top: 35px
}

.grid-section .row {
    margin: 0
}

.grid-section .item {
    text-decoration: none;
    height: 250px;
    padding: 0;
    position: relative;
    overflow: hidden
}

.grid-section .item.red {
    background-color: #f5112b
}

.grid-section .item.red:hover {
    background-color: #ff3448
}

.grid-section .item.white {
    background-color: #fff
}

.grid-section .item.orange {
    background-color: #f4a53d
}

.grid-section .item.orange:hover {
    background-color: #ffae3f
}

.grid-section .item.blue {
    background-color: #1a78b9
}

.grid-section .item.blue:hover {
    background-color: #1c92d8
}

.grid-section .item.gray {
    background-color: #6a90a1
}

.grid-section .item.gray:hover {
    background-color: #85b1c3
}

.grid-section .item.light-gray {
    background-color: #99b7c1
}

.grid-section .item.light-gray:hover {
    background-color: #74c0c1
}

.grid-section .item.col-xs-6 .post-item {
    padding-left: 30px;
    padding-right: 27px
}

.grid-section .item.col-xs-6 .post-item__title {
    font-size: 18px;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-right: 150px;
    font-weight: normal;
    line-height: 1.333
}

.grid-section .item .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: no-repeat center;
    background-size: cover;
    transition: all .7s
}

.grid-section .item .circle {
    position: absolute;
    left: 50%;
    margin-left: -51px;
    bottom: 50px
}

.grid-section .item .renewal {
    position: absolute;
    left: 50%;
    bottom: 54px;
    margin-left: -47.5px
}

.grid-section .item .zinc {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 38px
}

.grid-section .item .history {
    display: block;
    margin: 0 auto
}

.grid-section .item .books {
    position: absolute;
    left: 50%;
    margin-left: -46px;
    bottom: 62px
}

.grid-section .item .top-management {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin-left: -78px;
    margin-top: -52px
}

.grid-section .item:hover .bg {
    transform: translate(-50%, -50%) scale(1.05)
}

.grid-section .item#license {
    background: url("/images/license.jpg") no-repeat bottom
}

.grid-section .item#capacities {
    background: url("/images/capacities.jpg") no-repeat bottom
}

.grid-section .item#capacities .post-item__title {
    font-size: 14px;
    margin-bottom: 0
}

.grid-section .item#capacities .post-item__subtitle {
    font-weight: bold
}

.grid-section .group__title {
    font-size: 21px;
    line-height: initial;
    color: #333;
    font-weight: bold
}

.grid-section .group__title-num {
    font-size: 24px;
    color: #b3c2c7
}

.grid-section .group__title:before {
    content: '';
    display: block;
    height: 1px;
    background: #ccc;
    margin-bottom: 17px;
    margin-right: 54px
}

.grid-section .post-item {
    position: relative;
    color: #fff;
    font-size: 13px;
    padding-left: 18px;
    padding-right: 17px;
    line-height: 1.385
}

.grid-section .post-item__title {
    font-size: 15px;
    margin-top: 2em;
    line-height: 1.4;
    margin-bottom: 1em;
    color: inherit;
    font-weight: bold;
    text-shadow: none;
    text-transform: uppercase
}

.grid-section .post-item__date {
    font-weight: bold;
    font-size: 13px;
    margin-top: 2.2em;
    margin-bottom: 1.385em;
    display: block
}

.grid-section .post-item .more {
    background: url(/images/more.png) no-repeat center;
    width: 36px;
    height: 28px;
    border: 2px solid #fff;
    margin-top: 5px;
    float: right
}

.grid-section .post-item .tel {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    margin-top: 1em
}

.grid-section .post-item.text-gray {
    color: #96a6ab
}

.grid-section .post-item.text-red {
    color: #f5112b
}

.pattern1 {
    background-image: url("https://web.archive.org/web/20230108180304im_/http://www.oralrem.kz/images/pattern1.png")
}

.light-gray-bg {
    background: #f3f3f3
}

.page-pad-bot {
    padding-bottom: 100px
}

.page-pad-top {
    padding-top: 50px
}

.small-title {
    color: #888;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 1.5em
}

.html-text {
    color: #333;
    font-size: 14px;
    line-height: 1.4
}

.html-text a {
    color: #008eaf;
    text-decoration: underline
}

.html-text time {
    color: #959595;
    font-size: 11px
}

.html-text table thead td,.html-text table thead th {
    text-align: center
}

.html-text table td,.html-text table th {
    border: 1px #ccc solid;
    vertical-align: top;
    font-size: 14px;
    padding: 15px 10px;
    line-height: 1.5
}

.html-text table .status {
    white-space: nowrap
}

.html-text table .finished td,.html-text table .finished th {
    color: #a0a0a0
}

.html-text table .file {
    margin: 0 auto;
    text-align: center
}

.map-contacts {
    margin-top: 45px;
    height: 400px
}

aside {
    padding-left: 0;
    padding-right: 0;
    width: 25%;
    float: left
}

aside+.aside-content {
    float: left;
    width: 75%;
    padding-left: 52px;
    padding-right: 0
}

aside .banner {
    display: block;
    margin-top: 20px
}

.aside-menu {
    border: #ccc solid;
    border-width: 0 1px 1px 1px;
    color: #333
}

.aside-menu li {
    border-top: 1px #ccc solid
}

.aside-menu li ul {
    display: none
}

.aside-menu li ul .aside-menu__item {
    padding-left: 48px
}

.aside-menu__item {
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    display: block;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 24px;
    padding-right: 24px;
    position: relative
}

.aside-menu__item .icon {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -4px
}

.aside-menu__item.active {
    color: #f5112b
}

.aside-menu__item.active:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background-color: #f5112b
}

.file {
    display: table;
    text-decoration: none !important;
    margin-bottom: 31px;
    margin-top: 28px
}

.file__left {
    display: table-cell;
    vertical-align: top
}

.file__right {
    padding-left: 17px;
    display: table-cell;
    vertical-align: top;
    line-height: 1.5
}

.file__size {
    color: #333;
    font-size: 11px;
    display: block;
    margin-top: 3px
}

.file__title {
    display: block;
    color: #008eaf;
    text-decoration: underline
}

.news {
    margin-right: 0;
    margin-left: 0;
    border-bottom: 1px #ccc solid
}

.news-item {
    height: 252px;
    text-decoration: none;
    padding: 0;
    overflow: hidden;
    border-top: 1px #ccc solid
}

.news-item .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    transition: all .7s
}

.news-item .bg+.news-item__content {
    color: #fff
}

.news-item .bg+.news-item__content .news-item__date {
    color: #fff
}

.news-item__content {
    position: relative;
    padding: 33px;
    display: table;
    height: 100%;
    color: #333
}

.news-item__date {
    color: #bfbfbf;
    font-weight: 600;
    font-size: 16px
}

.news-item__date-day {
    font-size: 32px;
    vertical-align: top;
    line-height: 25px
}

.news-item__title {
    font-size: 16px;
    line-height: 1.375
}

.news-item__top {
    border: 1px solid red;
    display: table-row;
    height: 100%
}

.news-item:hover .bg {
    transform: scale(1.05)
}

.load-more {
    text-transform: uppercase;
    background: #ededed;
    color: inherit;
    border: 1px #ccc solid;
    display: table;
    margin: 33px auto 0;
    height: 30px;
    vertical-align: middle;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 11px
}

.manager {
    display: block;
    margin-bottom: 40px;
    text-align: center
}

.manager:after {
    content: '';
    display: table;
    clear: both
}

.manager__avatar {
    display: block;
    background: #dbdbdb;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-top: 67%;
    background: no-repeat center;
    background-size: cover
}

.manager__right {
    margin-top: 15px
}

.manager__title {
    font-size: 14px;
    line-height: 1.286;
    font-weight: 600
}

.manager__title a:hover {
    text-decoration: underline;
    color: #008eaf
}

.manager__subtitle {
    color: #888;
    font-size: 13px;
    line-height: 1.2;
    margin-top: 1em
}

.html-text .board {
    padding-left: 0;
    line-height: 1.5
}

.html-text .board__item {
    list-style-type: none;
    margin-bottom: 2em
}

.html-text .board__item span {
    color: #888
}

.purchase-tbl thead td,.purchase-tbl thead th {
    background: #f8f8f8
}

.purchase-tbl a {
    color: inherit;
    text-decoration: none
}

.purchase-tbl a:hover {
    color: #008eaf;
    text-decoration: underline
}

.certificate {
    margin-bottom: 45px
}

.certificate__pane {
    background: #f5f6f6;
    border: 1px solid #ccc;
    padding-top: 100%;
    position: relative
}

.certificate__img {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    box-shadow: 10px 10px 20px rgba(0,0,0,0.5)
}

.certificate__title {
    text-align: center;
    font-size: 13px;
    line-height: 1.385;
    margin-top: 1em
}

.job {
    border-top: 1px #bababa dotted;
    border-bottom: 1px #bababa dotted;
    padding: 30px 0
}

.job__title {
    color: #008eaf;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5
}

.job-list {
    margin-top: 1.5em;
    padding-left: 0 !important
}

.job-list>li {
    list-style-type: none !important
}

.job-list>li+li {
    margin-top: 1em
}

.news-arrows {
    margin-top: 80px
}

.news-arrows a {
    color: #888;
    text-decoration: none
}

.news-arrows a+a {
    margin-left: 27px
}

.news-arrows a:hover {
    color: #008eaf
}

.back {
    color: #008eaf;
    margin-bottom: 1em;
    display: inline-block
}

.back:hover {
    text-decoration: underline
}

.manager-post__img {
    display: block;
    margin-bottom: 35px;
    object-fit: cover;
    background-size: cover
}

.manager-post__title {
    font-weight: bold;
    margin-bottom: 16px;
    text-transform: uppercase
}

.manager-post__subtitle {
    color: #888;
    line-height: 1
}

.pagination {
    margin-top: 50px
}

.pagination .total {
    display: none
}

.pagination .pages>a,.pagination .pages>span {
    display: inline-block;
    height: 20px;
    line-height: 18px;
    min-width: 20px;
    border: 1px #ccc solid;
    text-align: center
}

.pagination .pages>a:link:hover,.pagination .pages>a:link:focus,.pagination .pages>a:link:active,.pagination .pages>span:link:hover,.pagination .pages>span:link:focus,.pagination .pages>span:link:active {
    color: #f5112b
}

.pagination .pages>a.active,.pagination .pages>span.active {
    background: #ccc;
    color: #fff !important
}

.page-cover {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(7,8,8,0.75);
    height: 420px;
    position: relative
}

.page-cover.-empty {
    background: #ccc
}

.page-cover__parallax {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.page-cover .inner {
    height: 100%;
    display: table;
    position: relative
}

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

.page-cover__title {
    text-align: center;
    font-size: 52px;
    font-weight: bold;
    text-transform: uppercase;
    color: inherit;
    margin: 0
}

.page-cover__text {
    text-align: center;
    max-width: 480px;
    margin: 30px auto;
    font-size: 16px;
    line-height: 1.375
}

.btn-red {
    background: #f5112b;
    color: #fff;
    font-size: 16px;
    border: 0;
    border-radius: 3px;
    height: 33px;
    padding: 0 26px
}

.gray-consult {
    background: #f1f1f1;
    text-align: center;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px
}

.gray-consult .btn-red {
    margin: 0 37px
}

.specialism .row {
    margin-left: -7px;
    margin-right: -7px
}

.specialism .col {
    padding-left: 7px;
    padding-right: 7px
}

.specialism-item {
    display: block;
    position: relative;
    height: 300px;
    margin-bottom: 14px;
    color: #fff;
    overflow: hidden
}

.specialism-item .bg {
    transition: all .7s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.specialism-item__content {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: table
}

.specialism-item__content-cell {
    padding: 30px;
    display: table-cell;
    vertical-align: bottom
}

.specialism-item__num {
    font-size: 52px;
    font-weight: bold;
    margin-bottom: 4px
}

.specialism-item__title {
    font-size: 18px;
    line-height: 1.333;
    font-weight: 300;
    text-transform: uppercase
}

.specialism-item:hover .bg {
    transform: scale(1.05)
}

#specialism-section .text-1 {
    margin-top: 87px;
    margin-bottom: 40px
}

#specialism-section .text-2 {
    max-width: 700px;
    margin: 44px auto 30px
}

hr {
    border: 0;
    border-top: 1px #e6e6e6 solid;
    margin-top: 45px;
    margin-bottom: 45px
}

.production-item {
    position: relative;
    padding-left: 69px;
    margin-bottom: 63px
}

.production-item .icon {
    position: absolute;
    top: -12px;
    left: 0
}

.production-item__text>p:last-child {
    margin-bottom: 0
}

.production-landing__text {
    max-width: 700px;
    margin: 60px auto 0
}

.categories {
    margin-top: 100px
}

.category-item {
    margin-bottom: 40px;
    height: 210px;
    position: relative;
    display: block;
    background: no-repeat center;
    background-size: cover
}

.category-item__bot {
    background: #0d1014;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 44px;
    padding: 0 19px;
    line-height: 44px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.category-item__title {
    border-bottom: 1px #fff dotted
}

.products {
    margin-top: 65px
}

.products-group__title {
    font-weight: bold;
    border-bottom: 1px #ccc solid;
    margin-bottom: 25px;
    padding-bottom: 4px
}

.product-item {
    display: block;
    margin-bottom: 48px;
    text-decoration: none
}

.product-item__img {
    display: block;
    width: 150px;
    height: 100px;
    margin: 0 auto
}

.product-item__title {
    text-align: center;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 1em
}

.product-item:hover,.product-item:focus,.product-item:active {
    color: #f5112b
}

.product-page {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto
}

.product-page__characteristics table {
    width: 100%
}

.product-page__characteristics table td,.product-page__characteristics table th {
    border: 0
}

.product-page__characteristics table tr:nth-child(odd) td,.product-page__characteristics table tr:nth-child(odd) th {
    background: #f1f1f1
}

.product-page .btn-check {
    display: table;
    margin: 45px auto 0
}

.product-slider {
    margin-bottom: 40px
}

.product-slider .aspect-ratio.-viewport:before {
    padding-top: 56.285%
}

.post-slider {
    margin-top: 20px;
    margin-bottom: 20px
}

.post-slider .aspect-ratio.-viewport:before {
    padding-top: 56.285%
}

.main-menu {
    font-size: 12px;
    position: absolute;
    width: 100%;
    z-index: 1000
}

.main-menu__top {
    background: #2a2a2a;
    height: 24px
}

.main-menu__handler {
    background: #e5e5e5;
    width: 50%;
    margin-left: 50%;
    text-align: center;
    height: 24px;
    line-height: 24px;
    text-transform: uppercase;
    cursor: pointer;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

.main-menu__handler:hover {
    color: #f5112b
}

.main-menu__bot {
    display: none;
    position: absolute;
    width: 100%;
    background: #e5e5e5;
    padding-top: 20px;
    padding-bottom: 40px
}

.main-menu .row {
    margin-left: -10px;
    margin-right: -10px
}

.main-menu__col {
    width: 20%;
    padding-left: 10px;
    padding-right: 10px
}

.main-menu .content__img {
    display: block;
    width: 100%
}

.main-menu .content__title {
    line-height: 1.5;
    text-transform: uppercase;
    margin: 1em 0
}

.main-menu .content>ul {
    padding-left: 1em;
    line-height: 1.3
}

.main-menu .content>ul>li {
    list-style-image: url("https://web.archive.org/web/20230108180304im_/http://www.oralrem.kz/images/main-menu/marker.png");
    font-weight: bold
}

.main-menu .content>ul>li+li {
    margin-top: 0.7em
}

.main-menu .content>ul a:hover {
    color: #f5112b
}

.main-slider {
    color: #fff;
    position: relative;
    height: 655px;
    background: #000;
    overflow: hidden
}

.main-slider__images,.main-slider__texts {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.main-slider__slide-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    transition-delay: 0;
    background: no-repeat center;
    background-size: cover
}

.main-slider__slide-image.active {
    z-index: 1;
    opacity: 1;
    transition-delay: 0.2s
}

.main-slider__slide-text {
    display: table;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0
}

.main-slider__slide-text.active {
    opacity: 1;
    z-index: 1
}

.main-slider__slide-text.hide.left {
    -moz-animation: hide-left-text .5s ease-in-out;
    -webkit-animation: hide-left-text .5s ease-in-out;
    animation: hide-left-text .5s ease-in-out;
    -moz-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-moz-keyframes hide-left-text {
    0% {
        opacity: 1;
        transform: translateX(0px)
    }

    100% {
        opacity: 0;
        transform: translateX(-100px)
    }
}

@-webkit-keyframes hide-left-text {
    0% {
        opacity: 1;
        transform: translateX(0px)
    }

    100% {
        opacity: 0;
        transform: translateX(-100px)
    }
}

@keyframes hide-left-text {
    0% {
        opacity: 1;
        transform: translateX(0px)
    }

    100% {
        opacity: 0;
        transform: translateX(-100px)
    }
}

.main-slider__slide-text.hide.right {
    -moz-animation: hide-right-text .5s ease-in-out;
    -webkit-animation: hide-right-text .5s ease-in-out;
    animation: hide-right-text .5s ease-in-out;
    -moz-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-moz-keyframes hide-right-text {
    0% {
        opacity: 1;
        transform: translateX(0px)
    }

    100% {
        opacity: 0;
        transform: translateX(100px)
    }
}

@-webkit-keyframes hide-right-text {
    0% {
        opacity: 1;
        transform: translateX(0px)
    }

    100% {
        opacity: 0;
        transform: translateX(100px)
    }
}

@keyframes hide-right-text {
    0% {
        opacity: 1;
        transform: translateX(0px)
    }

    100% {
        opacity: 0;
        transform: translateX(100px)
    }
}

.main-slider__slide-text.show.left {
    -moz-animation: show-left-text .5s ease-in-out;
    -webkit-animation: show-left-text .5s ease-in-out;
    animation: show-left-text .5s ease-in-out;
    -moz-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -moz-animation-delay: .5s;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

@-moz-keyframes show-left-text {
    0% {
        opacity: 0;
        transform: translateX(-100px)
    }

    100% {
        opacity: 1;
        transform: translateX(0px)
    }
}

@-webkit-keyframes show-left-text {
    0% {
        opacity: 0;
        transform: translateX(-100px)
    }

    100% {
        opacity: 1;
        transform: translateX(0px)
    }
}

@keyframes show-left-text {
    0% {
        opacity: 0;
        transform: translateX(-100px)
    }

    100% {
        opacity: 1;
        transform: translateX(0px)
    }
}

.main-slider__slide-text.show.right {
    -moz-animation: show-right-text .5s ease-in-out;
    -webkit-animation: show-right-text .5s ease-in-out;
    animation: show-right-text .5s ease-in-out;
    -moz-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -moz-animation-delay: .5s;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

@-moz-keyframes show-right-text {
    0% {
        opacity: 0;
        transform: translateX(100px)
    }

    100% {
        opacity: 1;
        transform: translateX(0px)
    }
}

@-webkit-keyframes show-right-text {
    0% {
        opacity: 0;
        transform: translateX(100px)
    }

    100% {
        opacity: 1;
        transform: translateX(0px)
    }
}

@keyframes show-right-text {
    0% {
        opacity: 0;
        transform: translateX(100px)
    }

    100% {
        opacity: 1;
        transform: translateX(0px)
    }
}

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

.main-slider__subtitle {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px rgba(7,8,8,0.75)
}

.main-slider__title {
    font-size: 52px;
    line-height: 73px;
    text-transform: uppercase;
    max-width: 645px;
    color: inherit;
    text-shadow: 2px 2px 8px rgba(7,8,8,0.75)
}

.main-slider__link {
    background: #f5112b;
    display: inline-block;
    padding: .7em 1em;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 1.2rem;
    font-weight: bold;
    border: 1px solid #b9091d;
    box-shadow: inset 0 1px 0 #fd7f8d;
    transition: all .1s ease-in-out;
    border-radius: 3px
}

.main-slider__link:hover {
    background: #ff5356
}

.main-slider__controls {
    z-index: 1;
    position: relative;
    top: 0;
    height: 100%
}

.main-slider__dots {
    position: absolute;
    bottom: 42px;
    z-index: 1
}

.main-slider__dots>li {
    cursor: pointer;
    float: left;
    margin-right: 6px;
    width: 7px;
    height: 7px;
    background: #fff
}

.main-slider__dots>li.active {
    background: #f5112b
}

.main-slider__arrow {
    z-index: 1;
    cursor: pointer;
    position: absolute;
    width: 80px;
    height: 80px;
    right: 0;
    top: 50%;
    margin-top: -40px;
    background: url(/images/main-slider/2.jpg) no-repeat center;
    background-size: cover;
    border-radius: 50%
}

.main-slider__arrow:hover .circle .fa {
    font-size: 24px
}

.main-slider__arrow .circle {
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -13px;
    color: #eb0000
}

.main-slider__arrow .circle .fa {
    font-size: 20px;
    line-height: 25px;
    width: 28px
}

.main-slider__arrow .loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.main-slider__arrow .loader>i {
    position: absolute;
    height: 100%;
    width: 4px;
    left: 50%;
    top: 0;
    margin-left: -2px;
    opacity: 0;
    transition: all 0.15s ease-in-out
}

.main-slider__arrow .loader>i:after {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #fff;
    top: 8px;
    position: absolute
}

.main-slider__arrow .loader>i:nth-child(1) {
    transform: rotate(0deg)
}

.main-slider__arrow .loader>i:nth-child(2) {
    transform: rotate(12deg)
}

.main-slider__arrow .loader>i:nth-child(3) {
    transform: rotate(24deg)
}

.main-slider__arrow .loader>i:nth-child(4) {
    transform: rotate(36deg)
}

.main-slider__arrow .loader>i:nth-child(5) {
    transform: rotate(48deg)
}

.main-slider__arrow .loader>i:nth-child(6) {
    transform: rotate(60deg)
}

.main-slider__arrow .loader>i:nth-child(7) {
    transform: rotate(72deg)
}

.main-slider__arrow .loader>i:nth-child(8) {
    transform: rotate(84deg)
}

.main-slider__arrow .loader>i:nth-child(9) {
    transform: rotate(96deg)
}

.main-slider__arrow .loader>i:nth-child(10) {
    transform: rotate(108deg)
}

.main-slider__arrow .loader>i:nth-child(11) {
    transform: rotate(120deg)
}

.main-slider__arrow .loader>i:nth-child(12) {
    transform: rotate(132deg)
}

.main-slider__arrow .loader>i:nth-child(13) {
    transform: rotate(144deg)
}

.main-slider__arrow .loader>i:nth-child(14) {
    transform: rotate(156deg)
}

.main-slider__arrow .loader>i:nth-child(15) {
    transform: rotate(168deg)
}

.main-slider__arrow .loader>i:nth-child(16) {
    transform: rotate(180deg)
}

.main-slider__arrow .loader>i:nth-child(17) {
    transform: rotate(192deg)
}

.main-slider__arrow .loader>i:nth-child(18) {
    transform: rotate(204deg)
}

.main-slider__arrow .loader>i:nth-child(19) {
    transform: rotate(216deg)
}

.main-slider__arrow .loader>i:nth-child(20) {
    transform: rotate(228deg)
}

.main-slider__arrow .loader>i:nth-child(21) {
    transform: rotate(240deg)
}

.main-slider__arrow .loader>i:nth-child(22) {
    transform: rotate(252deg)
}

.main-slider__arrow .loader>i:nth-child(23) {
    transform: rotate(264deg)
}

.main-slider__arrow .loader>i:nth-child(24) {
    transform: rotate(276deg)
}

.main-slider__arrow .loader>i:nth-child(25) {
    transform: rotate(288deg)
}

.main-slider__arrow .loader>i:nth-child(26) {
    transform: rotate(300deg)
}

.main-slider__arrow .loader>i:nth-child(27) {
    transform: rotate(312deg)
}

.main-slider__arrow .loader>i:nth-child(28) {
    transform: rotate(324deg)
}

.main-slider__arrow .loader>i:nth-child(29) {
    transform: rotate(336deg)
}

.main-slider__arrow .loader>i:nth-child(30) {
    transform: rotate(348deg)
}

.tbl-history {
    margin-top: 65px
}

.tbl-history__wrapper {
    position: relative
}

.tbl-history__wrapper:before {
    content: '';
    position: absolute;
    left: 3px;
    width: 1px;
    background: #e6e6e6;
    bottom: 0;
    top: 14px
}

.tbl-history th,.tbl-history td {
    padding: 0 !important;
    vertical-align: top;
    border: 0 !important;
    padding-bottom: 34px !important
}

.tbl-history .-year {
    font-size: 24px;
    color: #f5112b;
    white-space: nowrap;
    width: 235px;
    padding-left: 24px;
    position: relative
}

.tbl-history .-year:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background: #f5112b;
    left: 0;
    top: 50%;
    position: absolute;
    margin-top: -4px;
    border-radius: 50%;
    z-index: 1
}

.tbl-history .-images .row {
    margin-left: -7px;
    margin-right: -7px
}

.tbl-history .-images .col {
    padding-left: 7px;
    padding-right: 7px
}

.tbl-history .-images img {
    display: block;
    width: 100%;
    height: 100px;
    object-fit: cover;
    margin-bottom: 14px
}

.beta {
    color: red;
    font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace;
    font-size: 12px;
    margin-top: -5px;
    margin-left: 56px
}

.form-control {
    border: 1px #d2d2d2 solid;
    font-family: "Open Sans",sans-serif;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px
}

input[type="text"].form-control,input[type="email"].form-control,input[type="tel"].form-control,select.form-control {
    height: 33px
}

textarea.form-control {
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 1.5
}

.error {
    color: red;
    font-size: 90%;
    margin-top: 10px
}

button.btn-red[data-product] {
    display: none !important;
}