@font-face {
    font-family: 'ProximaNova';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/ProximaNova-Bold.woff2') format("woff2")
}

@font-face {
    font-family: 'ProximaNova';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/ProximaNova-Regular.woff2') format("woff2")
}

@font-face {
    font-family: 'Gilroy';
    src: url('/fonts/Gilroy-Regular.eot');
    src: local('Gilroy Regular'), local('Gilroy-Regular'), url('/fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/Gilroy-Regular.woff') format('woff'), url('/fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/fonts/Gilroy-Medium.eot');
    src: local('Gilroy Medium'), local('Gilroy-Medium'), url('/fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'), url('/fonts/Gilroy-Medium.woff') format('woff'), url('/fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/fonts/Gilroy-SemiBold.eot');
    src: local('Gilroy SemiBold'), local('Gilroy-SemiBold'), url('/fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'), url('/fonts/Gilroy-SemiBold.woff') format('woff'), url('/fonts/Gilroy-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/fonts/Gilroy-Bold.eot');
    src: local('Gilroy Bold'), local('Gilroy-Bold'), url('/fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/Gilroy-Bold.woff') format('woff'), url('/fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url("/fonts/fa-regular-400.eot");
    src: url("/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),
    url("/fonts/fa-regular-400.woff2") format("woff2"),
    url("/fonts/fa-regular-400.woff") format("woff"),
    url("/fonts/fa-regular-400.ttf") format("truetype"),
    url("/fonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
    font-family: 'Font Awesome 5 Pro' !important;
    font-weight: 400;
}

body {
    font-family: 'Gilroy', sans-serif;
    font-weight: 500;
    min-height: 100vh;
    color: #3a3838;
}

.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'ProximaNova', sans-serif;
    font-weight: 700;
}

h2 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

a, .uk-link {
    color: #3a3838;
    text-decoration: none;
    cursor: pointer;
}

a:hover, .uk-link:hover {
    color: #3a3838;
    text-decoration: none;
}

.table.table-striped.table-bordered {
    width: 100% !important;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-bottom-width: 2px;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}


.nav {
    position: absolute;
    top: 0px;
    z-index: 99;
    left: 0;
    right: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);  
    background: rgba(255, 255, 255, 0.99);
    /*background: rgba(76, 76, 77, 0.7);
    
    backdrop-filter: blur(10px); */
}

.uk-navbar-nav li a {
    color: #3a3a34; !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px !important;
    text-transform: none !important;
    font-weight: 600;
}

.uk-navbar-nav li {
    color: #626262 !important;
    list-style: none;
    display: inline;
}

.uk-navbar-dropdown {
    width: 430px;
    top: 79px !important;
    padding: 20px 25px 10px 20px;
    background: #fff;
    border-top: 2px solid #358faf;
    -webkit-box-shadow: 0px 4px 8px 3px rgba(68, 19, 68, 0.1);
    -moz-box-shadow: 0px 4px 8px 3px rgba(68, 19, 68, 0.1);
    box-shadow: 0px 4px 8px 3px rgba(68, 19, 68, 0.1);
    overflow: visible;
}

@media (min-width: 1400px) {
    .uk-navbar-dropdown {
        border-bottom-left-radius: 9px;
        border-bottom-right-radius: 9px;
    }
}

@media (max-width: 960px) {
    .uk-navbar-dropdown {
        width: 250px;
        padding-top: 5px;
        background: none !important;
    }
    .uk-navbar-nav li a {
        margin-bottom: 25px;
    }
}

.uk-nav > li > a {
    padding: 1px 0;
    font-size: 15px;
    color: #2b2a2a !important;
}

@media (max-width: 960px) {
    .uk-nav > li > a {
        font-size: 17px;
        color: #fff !important;
    }
}

.uk-navbar-dropdown-nav li a {
    padding: 1px 0;
    font-size: 14px !important;
    color: #2b2a2a !important;
}

@media (max-width: 960px) {
    .uk-navbar-dropdown-nav li a{
        color: #fff !important;
        margin-bottom: 15px;
    }
}

.uk-navbar-nav li a:hover {
    color: #0072bc !important;
    text-decoration: underline;
}

@media (min-width: 960px) {
    .uk-navbar-left, .uk-navbar-right, [class*="uk-navbar-center"] {
         gap: 15px !important; 
    }
}

@media (min-width: 1400px) {
    .uk-navbar-left, .uk-navbar-right, [class*="uk-navbar-center"] {
         gap: 30px !important; 
    }
}

.top-wrap .filial {
    margin-right: 30px;
}

.top-wrap .filial p {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
}

.top-wrap .filial .address {
    font-size: 15px;
    font-weight: 700;
    color: #333;
}

.top-wrap .filial .phone a {
    font-size: 15px;
    font-weight: 700;
    color: #e76d2c !important;
}

.top-wrap .filial .phone a:hover {
    text-decoration: underline;
}

.top-wrap .filial .email a {
    font-size: 17px;
    font-weight: 700;
    color: #e76d2c !important;
}

.top-wrap .filial .email a:hover {
    text-decoration: underline;
}

.top-wrap .filial .workhours {
    font-size: 13px;
    font-weight: 300;
    color: #333;
}

.headmail {
    color:#efede0 !important;
    font-size: 18px;
    flex: none;
    display: block;
}

footer .footercontacts {
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}

footer .footercontacts .address {
    margin-bottom: 12px;
}

footer .footercontacts .phone {
    margin-top: 5px;
}

a.callback {
    transition: 0.3s;
    display: inline-block !important;
}

a.callback img {
    width: 160px;
}

a.callback:hover img {
    opacity: 0.80;
}

.uk-navbar-nav li {
    color: #626262 !important;
    list-style: none;
    display: inline;
}

.uk-sticky-placeholder {
    height: 0 !important;
}

.top-wrap::before,
.overlay-wrap::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: '';
    z-index: 1;
    /*background-color: rgba(0,0,0,0.5);*/
}

.top-wrap-height {
    height: 600px;
    transition: height 0.25s;
}

.top-wrap-height-inner {
    height: 200px;
    transition: height 0.25s;
}

#mainslide h1 {
    text-shadow: 2px 2px 5px rgba(43, 18, 12, 0.87);
}

.top-wrap img.scrollmouse {
    -webkit-animation: shakeY 5s linear infinite;
    animation: shakeY 5s linear infinite;
    cursor: pointer;
    width: 40px;
    height: 40px;
}

.uk-subnav-pill > * > :first-child {
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.04);
}

.top-container {
    z-index: 2;
}

.uk-logo img {
    width: 180px;
}

.uk-modal-dialog {
    border-radius: 9px;
}

.uk-button-primary {
    font-size: 0.875rem;
    color: #fff !important;
    background-image: linear-gradient(to right, #FFA500 0%, #f07c3d 51%, #e76d2c 100%);
    background-size: 200% auto;
    transition: 0.3s;
    border-radius: 14px;
    padding: 3px 14px 1px 14px !important;
    flex: none;
    display: inline-block !important;
}

.uk-button-primary:hover{
    background-position: right center; 
    color: #fff;
}

.uk-input {
    border-radius: 500px;
}
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
    outline: none;
    background-color: #fff;
    color: #666;
    border-color: #8dc63f;
}

.mainslogan {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mainslogan h1 {
    font-size: 44px;
    line-height: 48px;
    color: #d7e9ff !important;
    text-align: left;
}

.mainslogan h1 strong {
    color: #f3b761;
}

.mainslogan h2 {
    font-size: 22px;
    color: #d7e9ff !important;
    text-align: left;
}

.mainslogan .subtitle-text {
    font-size: 15px;
    letter-spacing: 1px;
    color: #d7e9ff !important;
    text-transform: uppercase;
    text-align: center;
}

.mainlogo {
    max-height: 340px;
    display: inline !important;
    margin-top: -25px;
}

.mainlogo.inner {
    margin-top: 40px;
}

.product-item {
    padding-top: 90px;
    padding-bottom: 80px;
}

.uk-navbar-toggle-icon {
    color: #252525 !important;
}

#offcanvas-nav .address {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    margin-bottom: 4px;
}

#offcanvas-nav .phone {
    font-size: 18px;
    font-weight: bold;
    color: #fff !important;
    margin-top: 5px;
}

#offcanvas-nav .email {
    font-size: 18px;
    font-weight: bold;
    color: #fff !important;
    margin-top: 5px;
    margin-bottom: 5px;
}

#offcanvas-nav .workhours {
    font-size: 15px;
    margin-top: 0px;
}

#offcanvas-nav ul {
    padding: 0;
    margin: 0;
}

#offcanvas-nav ul li {
    margin: 6px 0;
    list-style: none;
}

#offcanvas-nav ul li ul {
    font-size: 14px;
    margin: 6px 0 6px 25px;
}

#content {
    padding-top: 180px;
}

@media (max-width: 960px) {
    #content {
        padding-top: 110px;
    }
}

#triggers {
    text-align: center;
    background: #f3f2f2;
    padding-bottom: 20px;
}

#triggers img {
    height: 80px;
}

#triggers .uk-card .inner .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    color: #2b2a2a;

}

#lead .leadbg {
    border-radius: 14px;
}

#lead .leadbginner {
    padding: 15px 15px;
    color: #fff;
}

#lead .desc {
    font-size: 20px;
}

@media (max-width: 970px) {
    #lead .desc {
        text-align: center;
    }
}


#lead .leadbg a {
    color: #fff;
    text-decoration: underline;
}

#lead .leadbg a:hover {
    text-decoration: none;
}

#lead .sendbtn {
    text-decoration: none !important;
}

#maincontent .item {
    transition: 0.3s;
    margin-bottom: 40px;
}

#maincontent .item:hover {
    opacity: 0.90;
}

#maincontent h4, #maincontent h4  {
    margin-top: 8px;
    line-height: 22px;
}

#maincontent h4 a, #maincontent h4 a {
    color: #2e92b6 !important;
}

#maincontent h4 a:hover {
    text-decoration: underline;
}


#maincontent .shadow {
    background: rgba(0, 0, 0, 0.70);
    width: 100%;
    padding: 20px;
    text-align: center;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

#maincontent .shadowup {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

#maincontent .shadow .catalogtitle {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 5px;
    margin-bottom: 15px;
}

#maincontent .shadow img {
    max-width: 180px;
    border-radius: 9px;
    margin-bottom: 16px;
}

#maincontent .roundedimg15 {
    border-radius: 15px !important;
}

#markets .leadbg {
    min-height: 300px;
    border-radius: 14px;
}

#markets .leadbginner {
    padding: 25px 25px;
    color: #fff;
}

#markets .desc {
    font-size: 30px;
    margin-top: 25px;
}

#markets .mlink img {
    width: 200px;
    margin-right: 25px;
    margin-bottom: 20px;
    border-radius: 9px;
    transition: 0.3s;
}

#markets .mlink:hover img {
    opacity: 0.85;
}

#markets .blink {
    font-size: 20px;
    font-weight: 700;
    text-decoration: dashed !important;
    color: #e76d2c !important;
}

@media (max-width: 970px) {
    #markets .desc {
        margin-top: 10px;
        text-align: center;
    }
}

#content a {
    color:#e76d2c;
}

#content h1 {
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 30px;
}

#content ul.pdflist {
    padding-left: 0px;
}

#content ul.pdflist li {
    list-style: none;
    background: url('/images/iconpdf.png') no-repeat;
    padding: 0 40px;
    margin-bottom: 15px;
}

#content ul.pdflist li a {
    font-weight: bold;
    text-decoration: underline;
}

#partners .item {
    text-align: center;
}

#partners .item img {
    width: 160px !important;
    max-width: 160px !important;
}

#map {
    width: 100%;
    min-height: 530px;
    position: relative;
    background: #f2f3f7;
}

#peoples img {
    border-radius: 9px;
}

#peoples img:hover {
    opacity: 0.8;
}

#peoples h4 {
    color: #472f22 !important;
    margin-top: 7px;
    margin-bottom: 5px;
}

#peoples .position {
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 10px;
}

#peoples .position {
    font-size: 15px;
    line-height: 16px;
}

.uk-offcanvas-bar {
    background: #2e2f33;
}

.uk-card-primary.uk-card-body .uk-dotnav > * > *,
.uk-card-primary > :not([class*=uk-card-media]) .uk-dotnav > * > *,
.uk-card-secondary.uk-card-body .uk-dotnav > * > *,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-dotnav > * > *,
.uk-light .uk-dotnav > * > *,
.uk-offcanvas-bar .uk-dotnav > * > *,
.uk-overlay-primary .uk-dotnav > * > *,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > * {
    background-color: transparent;
    border-color: #c52024 !important;
}

.uk-card-primary.uk-card-body .uk-slidenav,
.uk-card-primary > :not([class*=uk-card-media]) .uk-slidenav,
.uk-card-secondary.uk-card-body .uk-slidenav,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-slidenav,
.uk-light .uk-slidenav,
.uk-offcanvas-bar .uk-slidenav,
.uk-overlay-primary .uk-slidenav,
.uk-section-primary:not(.uk-preserve-color) .uk-slidenav,
.uk-section-secondary:not(.uk-preserve-color) .uk-slidenav,
.uk-tile-primary:not(.uk-preserve-color) .uk-slidenav,
.uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav {
    color: #c52024 !important;
}

.rounded {
    border-radius: 9px;
}

.features-lists {
    font-size: 12px;
    text-align: center;
}

.block-features {
    padding: 30px 25px;
}

.roundedimg {
    border-radius: 9px;
    transition: 0.3s;
}

.roundedimg:hover {
    opacity: 0.8;
}

.mintext {
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
}

.uk-subnav > * {
    margin-bottom: 10px;
}

@media (max-width: 575px) {
    h2 {
        font-size: 24px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .uk-subnav .uk-border-pill {
        font-size: 10px !important;
    }
    .top-wrap-height {
        min-height: 100vh;
    }
}

@media (min-width: 960px) {
    .uk-section {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.uk-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.uk-grid-large > .uk-grid-margin {
    margin-top: 25px;
}

.zi {
    z-index: 30 !important;
}

#newsblock h2 {
    text-align: center;
    margin-bottom: 30px;
}

#newsblock .item {
    margin-bottom: 30px;
}

#newsblock .item img {
    border-radius: 9px;
    margin-bottom: 25px;
    transition: 0.3s;
    box-shadow: 0 0px 15px rgba(25, 82, 139, .2);
}

#newsblock .item img:hover {
    opacity: 0.8;
}

#newsblock .item .date {
    background-image: -moz-linear-gradient(-90deg, rgb(74, 125, 177) 0%, rgb(25, 82, 139) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(74, 125, 177) 0%, rgb(25, 82, 139) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(74, 125, 177) 0%, rgb(25, 82, 139) 100%);
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    padding: 5px 14px 4px 14px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 15px;
}

#newsblock .item .title strong {
    font-size: 16px !important;
    line-height: 14px !important;
}

#newsblock .item .descr {
    font-size: 14px;
    font-weight: normal;
    line-height: 17px;
    color: #545653;
    margin: 10px 0 15px 0;
}

#serviceslist .item {
    margin-bottom: 40px;
}

#serviceslist h4, #objectslist h4  {
    margin-top: 8px;
    line-height: 22px;
}

#serviceslist h4 a, #objectslist h4 a {
    color: #2e92b6 !important;
}

#serviceslist h4 a:hover, #objectslist h4 a:hover {
    text-decoration: underline;
}


#serviceslist .shadow {
    background: rgba(0, 0, 0, 0.70);
    width: 100%;
    padding: 20px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

#serviceslist .shadow .catalogtitle {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 5px;
    margin-bottom: 15px;
}

footer {
    padding-top: 20px !important;
    padding-bottom: 15px !important;
    background: url(/images/footerbg.png) repeat;
    color: #fff;
}

footer a {
    color: #fff;
    text-shadow: 2px 2px 2px #31150D;
}

footer a:hover {
    color: #fff;
}

footer .link {
    font-size: 12px;
    line-height: 13px;
    display: inline;
    text-decoration: underline;
}

footer .logo {
    max-width: 250px;
    margin-bottom: 15px;
}

footer .privacy {
    text-decoration: underline;
    font-size: 14px;
}

footer .headphone {
    font-size: 30px;
    font-weight: bold;
    color: #fff !important;
    text-shadow: 2px 2px 2px #31150D;
    margin-bottom: 5px;
}

footer .mini {
    font-size: 11px;
    line-height: 12px;
    color: #8a8888;
}

.contactlink {
    font-size: 1.8em;
}

.has-error {
    border-color: #a71313
}

.relative {
    position: relative !important;
}

.input_block {
    position: relative;
}

.input_block.error {
    border: .2rem solid #a71313;
    color: #a71313;
}

.error_msg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    position: absolute;
    bottom: -10px;
    left: 30px;
    background: #a71313;
    padding: 1px 3px !important;
    font-size: 12px;
    font-weight: 400;
    border-radius: .3rem;
}

.siteWay {
    padding: 0;
}

.siteWay li {
    list-style: none;
    display: inline;
}

.siteWay li:after {
    content: "/";
    color: #333;
    padding: 0 1px 0 4px;
}

.siteWay li:last-child:after {
    content: none;
}

.siteWay li a:hover {
    text-decoration: underline;
}

.siteWay li:last-child {
    display: none;
}

#objectsonmain h3 {
    font-size: 30px;
    text-align: center;
}

#objectslist img {
    transition: 0.2s;
}

#objectslist img:hover {
    opacity: 0.8;
}

#objectslist h4 {
    margin-top: 15px;
}

#reviews .cont {
    width:560px; 
    height:800px; 
    margin-left:auto; 
    margin-right:auto; 
    overflow:hidden; 
    position:relative;
}

@media (max-width: 900px) {
    #reviews .cont  {
      width: 100% !important;
      float: none;
      clear: both;
    }
  }

.uk-width-1-7 {
  width: calc(100% / 7);
}

.privacyblock .text {
    font-size: 13px;
    line-height: 16px !important;
    padding-left: 0px;
}

.privacyblock .text a {
    text-decoration:underline;
}

.privacyblock .text a:hover {
    text-decoration: none;
}

#CookiesWarn {
    display: block;
    position: fixed;
    top: auto;
    bottom: 30px;
    left: 20px;
    right: 20px;
    max-width: 400px;
    color: #fff;
    background-color: #2e2d2d;
    background-repeat: repeat;
    background-size: 50px 55px;
    border-radius: 15px;
    box-shadow: inset 0 -20px 30px rgba(0, 0, 0, 0.1);
    padding: 1em 3em 1em 3em;
    font-size: 85%;
    text-align: center;
    z-index: 9999999999;
  }

  #CookiesWarn p {
    text-align: center;
    margin: 2px 0;
    padding: 0;
  }

  @media (max-width: 425px) {
    #CookiesWarn p {
      float: none;
      clear: both;
    }
  }

  #CookiesWarn button {
    padding: .5em 1.5em;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    cursor: pointer;
    background-image: linear-gradient(to right, #FFA500 0%, #f07c3d 51%, #e76d2c 100%);
    background-size: 100% auto;
    margin-top: 10px;
 
  }

  @media (max-width: 425px) {
    #CookiesWarn button {
      width: 100%;
      float: none;
      clear: both;
    }
  }
  
  @media (max-width: 425px) {
    #CookiesWarn {
      padding: 2em 1em 1em 1em;
    }
  }

  .bv-container {
    width: 100%;
    max-width: 1050px !important;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding: 0;
}

.section-our-products .wrap-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.section-our-products .bv-item .bv-text {
    padding-right: 15px;
}

.section-our-products .wrap-section, .section-our-products .wrap-section-titles {
    padding-left: 80px;
}

.title-section {
    font-style: normal;
    font-size: 52px;
    line-height: 112.5%;
    margin-bottom: 40px;
    max-width: 735px;
}

.sub-title-section {
    position: relative;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 112.5%;
    max-width: 788px;
}

.after-margin {
    margin-bottom: 50px;
}

.section-our-products .wrap-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.section-our-products .bv-item {
    padding-top: 10px;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 389px;
    width: 100%;
}

.bv-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section-our-products .bv-item .bv-img {
    margin-top: -10px;
    max-width: 470px;
    width: 50%;
    height: 193px;
    margin-bottom: 30px;
    border-radius: 9px;
}

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

.section-our-products .bv-item .bv-title > span {
    position: absolute;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    left: -70px;
    line-height: 112.5%;
    color: #FF8246;
}

.bv-title {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    padding-top: 3px;
    margin-bottom: 10px;
    position: relative;
    color: #000000;
}

.section-our-products .bv-item .bv-desc {
    max-width: 400px;
    font-size: 16px;
}

.section-our-products .bv-item .bv-title:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: -26px;
    top: 10px;
    border-radius: 100%;
    background-color: #FFF;
    border: 1px solid #FF8246;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.section-our-products .bv-item:not(:last-child):after {
    top: 20px;
    content: '';
    display: block;
    width: 1px;
    left: -18px;
    background-color: #FF8246;
    height: 100%;
    position: absolute;
    z-index: -1;
}

.sub-title-section:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 5px;
    left: -80px;
    top: 16px;
    background: #FF8246;
    border-radius: 6px;
}

@media (max-width: 1260px) {
    .section-our-products .wrap-section, .section-our-products .wrap-section-titles {
        padding-left: 80px;
        padding-right: 0px;
    }
}

@media (max-width: 1024px) {
    .section-our-products .bv-item .bv-text {
        padding-right: 15px;
        max-width: 410px;
    }
}

@media (max-width: 800px) {
    .section-our-products .bv-item .bv-desc {
        margin-bottom: 25px;
    }
}

@media (max-width: 800px) {
    .section-our-products .bv-item {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
}

@media (max-width: 800px) {
    .section-our-products .bv-item .bv-img, .section-our-products .bv-item .bv-text, .section-our-products .bv-item .bv-desc {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .bv-container {
        padding: 0;
    }

    .section-our-products .wrap-section {
        margin-top: 30px;
        padding-left: 50px;
    }

    .section-our-products .bv-item .bv-img, .section-our-products .bv-item .bv-text, .section-our-products .bv-item .bv-desc {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .section-our-products .bv-item .bv-title > span {
        font-size: 20px;
        top: 7px;
        left: -55px;
    }
}

.rekvizity-table {
    width: 100%;
    /* border:unset; */
    font-size: 14px;
    margin-bottom: 20px;
}

.rekvizity-table td {
    border: unset;
    border-bottom: 1px solid #e76d2c;
    padding: 5px;
    text-align: left;
}

.rekvizity-table td:first-child {
    font-weight: bold;
}

.rekvizity-table tr:nth-child(even) td {
    background-color: #33333308;
}

.rekvizity-header {
    font-weight: bold;
    margin-bottom: 20px;
}

@media screen and (max-width: 450px) {
    .rekvizity-table tr {
        display:flex;
        flex-direction: column
    }

    .rekvizity-table td {
        border: unset
    }

    .rekvizity-table td:first-child {
        padding-top: 10px;
        padding-bottom: 3px
    }

    .rekvizity-table td:last-child {
        padding-bottom: 10px;
        padding-top: 3px
    }

    .rekvizity-table tr td:last-child {
        border-bottom: 1px solid #e76d2c
    }
}

.table-container {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.table-wrapper {
    overflow-x: auto;
    max-width: 100%;
    margin-bottom: 7px;
}

.table-header,.table-cell {
    padding: 8px;
}

.table-header {
    background-color: #f2f2f2;
    color: #333;
    border: 2px solid #ddd;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
}

.table-cell {
    border: 1px solid #ddd;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
}

.table-row:nth-child(even) {
    background-color: #f9f9f9;
}

.table-row:hover {
    background-color: #f1f1f1;
}

.table-cell-content {
    color: #555;
    text-align: center;
}

.table-cell-content:first-child {
    text-align: left;
}

.table-row .table-cell-rowspan {
    text-align: center;
    font-weight: 600;
}