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

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

html {
    position: relative;
    min-height: 100%
}

body {
    font-family: "ProximaNovaCond", "Open Sans", Arial, sans-serif;
    font-size: 18px;
    color: #605f5c;
    margin: auto
}

a {
    color: #108d85;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

a:hover {
    color: rgba(245, 53, 62, .9882352941);
    text-decoration: underline
}

a:focus {
    outline: none
}

a.side {
    color: #555;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

a:hover.side {
    color: #f6a504;
    text-decoration: underline
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #eaeaea;
    padding: 0
}

h2 {
    font-size: 1.7em;
    font-weight: bold;
    color: #000;
    margin-top: 90px;
    margin-bottom: 50px;
    text-transform: uppercase;
    text-align: center
}

h3 {
    font-size: 20px;
    font-weight: bold;
    color: #555;
    margin-bottom: 10px
}

div {
    font-family: inherit;
    font-size: inherit
}

pre {
    font-family: inherit;
    font-size: 11px
}

img {
    border: none
}

p {
    margin-bottom: 15px
}

.adminpanel {
    background: #555;
    color: #ccc;
    padding: 10px 0;
    position: fixed;
    left: 0;
    top: 50%;
    z-index: 5;
    display: flex;
    flex-direction: column;
    transform: translateY(-50%)
}

.adminpanel span {
    display: none
}

.adminpanel a {
    font-size: 16px;
    width: 40px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d6dfe2
}

.adminpanel a:hover {
    color: #fff;
    text-decoration: none
}

.form-signin-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: auto;
    background: url(../../images/login-bg.svg) center center no-repeat, #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.signup-form {
    background-color: #fff;
    width: 350px;
    max-width: 100%;
    margin: 0 5px;
    padding: 40px;
    border-radius: 5px
}

.form-signin-desc a:not(.btn) {
    color: #0062cc
}

.form-signin-desc a:not(.btn):hover {
    color: #157ae6
}

.form-signin {
    max-width: 100%;
    width: 350px;
    padding: 15px;
    margin: 100px auto 0 auto
}

.form-signin .form-signin-heading, .form-signin .checkbox {
    margin-bottom: 10px
}

.form-signin .checkbox {
    font-weight: normal
}

.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px
}

.form-signin .form-control:focus {
    z-index: 2
}

.form-signin input[type=email] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.form-signin input[type=password] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.form-signin-logo img {
    margin: 0 auto;
    margin-bottom: 40px
}

.form-signin-desc {
    text-align: center;
    margin-top: 20px
}

.squeez {
    max-width: 1280px;
    margin: 0 auto
}

.admin-message {
    font-size: 12px;
    color: #069;
    background: #e8eef1 url(images/icons/get_info.png) .8em .5em no-repeat;
    border-top: 2px solid #1380b1;
    border-bottom: 2px solid #1380b1;
    padding: 15px 0 15px 50px;
    margin-bottom: 10px
}

.noscript-message {
    font-size: 12px;
    color: #c54343;
    background: #f6b9b9 url(images/icons/info.png) .8em .5em no-repeat;
    border-top: 2px solid #c54343;
    border-bottom: 2px solid #c54343;
    padding: 15px 0 15px 50px;
    margin-bottom: 10px
}

.nocomments-message {
    font-size: 12px;
    color: #555;
    background: #fff url(images/icons/get_info.png) .8em .5em no-repeat;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    padding: 15px 0 15px 50px
}

form {
    margin: 0px
}

.form-control {
    border-radius: 0px
}

.breadcrumbs {
    font-size: 16px;
    color: #b3b3b3;
    margin-bottom: 15px
}

.breadcrumbs a {
    color: #b3b3b3;
    text-decoration: none
}

.breadcrumbs a:hover {
    color: #108d85;
    text-decoration: none
}

.breadcrumbs span {
    margin: 0 10px
}

.button {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1em;
    font-weight: bold;
    padding: 25px 38px 20px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: inherit;
    border: 1px solid;
    cursor: pointer;
    transition: .2s;
    z-index: 2
}

.button:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background-color: hsla(0, 0%, 100%, .1);
    transition: width .2s
}

.button:hover {
    text-decoration: none
}

.button:hover:before {
    width: 100%
}

.button:focus {
    outline: none
}

.button.sm {
    padding: 14px 25px 13px;
    font-size: 18px;
    text-transform: none;
    font-weight: normal
}

.button.primary {
    background: #108d85;
    border-color: #108d85;
    color: #fff
}

.button.primary:hover {
    background-color: hsl(177, 79%, 24%);
    color: #fff
}

.button.action {
    background: #e30613;
    border-color: #e30613;
    color: #fff
}

.button.action:hover {
    background-color: hsl(356, 95%, 33%)
}

.button.common {
    background-color: #555;
    border-color: #555;
    color: #fff
}

.button.common:hover {
    background-color: #ffb000;
    border-color: #ffb000;
    color: #fff
}

.button.light {
    background-color: #fff;
    border-color: #f5f5f5;
    color: #605f5c
}

.button.light:hover {
    background-color: #eee
}

.button.iconed {
    position: relative;
    padding-right: 70px
}

.button.iconed:after {
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    right: 38px;
    transform: translate(0, -50%)
}

.button.iconed.sm {
    padding-right: 65px
}

.button.iconed.sm::after {
    right: 35px
}

.button.iconed.processing:after {
    content: "\f110";
    font-weight: bold;
    animation: 1s spin linear infinite
}

.button.iconed.arrow:after {
    content: "\f101";
    font-weight: bold;
    transition: inherit
}

.button.iconed.arrow:hover:after {
    right: 28px
}

.button.iconed.remove:after {
    content: "\f05e";
    font-weight: bold
}

.button.outline {
    background-color: rgba(0, 0, 0, 0)
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

.tdn:hover {
    text-decoration: none
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.capmain {
    position: relative;
    text-align: center;
    margin: 60px 0
}

.capmain h1, .capmain h2, .capmain .title {
    color: #108d85;
    font-size: 36px;
    line-height: 1em;
    font-weight: bold
}

.capmain .additional {
    font-size: 18px;
    line-height: 1em;
    color: #323232
}

.capmain.inherit h1, .capmain.inherit h2, .capmain.inherit .title {
    line-height: 1em;
    margin-bottom: 0
}

.capmain.inherit .additional {
    font-size: 16px;
    color: #aaa
}

header {
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 23px 0;
    z-index: 3;
    background-color: #fff
}

header .middle-part {
    display: flex;
    align-items: center;
    margin-left: -100px
}

header .contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 55px
}

header .contact-info a {
    display: block;
    color: #605f5c;
    line-height: 1em
}

header .contact-info a:hover {
    text-decoration: none;
    color: #108d85
}

header .contact-info .phone {
    font-size: 21px;
    font-weight: bold
}

header .contact-info .mail {
    font-size: 17px
}

.menu-toggler {
    background: rgba(0, 0, 0, 0);
    border: none;
    box-shadow: none;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 14px;
    color: #605f5c;
    cursor: pointer
}

.menu-toggler:hover:after {
    color: #108d85
}

.menu-toggler:focus {
    outline: none
}

.menu-toggler::after {
    content: "\f0c9";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 28px;
    line-height: 1em;
    margin-left: 13px
}

.nav-links {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    right: -100%;
    opacity: 0;
    transition: left 0s, opacity .4s;
    background: #108d85ee;
    z-index: 999
}

.nav-links::before {
    content: "";
    background: url(/images/bg-logo.svg) center no-repeat;
    background-size: contain;
    width: 450px;
    height: 532px;
    position: absolute;
    left: 45px;
    bottom: 0;
    opacity: .5
}

.nav-links.normal-left {
    left: 0;
    opacity: 1;
    transition-delay: left .4s
}

.nav-links ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
    color: #fff
}

.nav-links ul li {
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase
}

.nav-links a {
    color: inherit;
    padding: 0 2px
}

.nav-links a:hover {
    color: #ffb000;
    text-decoration: none
}

.showup {
    display: flex;
    position: fixed;
    top: 0;
    right: auto;
    left: -100%;
    bottom: 0;
    width: 100%;
    padding: 60px 25px 0;
    background-color: #fff;
    color: #108d85;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .2s
}

.showup .showup-item {
    flex: 0 0 auto;
    font-size: 18px;
    padding: 5px 0;
    text-align: center
}

.showup.normal-left {
    left: 0 !important
}

.showup {
    z-index: 26
}

.main-view-wrapper {
    position: relative
}

.main-view-wrapper > img {
    max-width: 100%
}

.main-view-wrapper .overlay {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 250px
}

.main-view-wrapper .container {
    padding-right: 30%
}

.main-view-wrapper h1 {
    font-size: 56px;
    line-height: 1.3;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #fff;
    margin-top: 20px
}

.main-view-wrapper h1 span {
    font-size: 56px;
    line-height: 1.3;
    color: #fff;
    display: block
}

.main-view-wrapper .description {
    font-size: clamp(1.125rem, 1.033rem + .393vw, 1.5rem);
    line-height: 1.1;
    padding-right: 39%;
    color: #fff
}

.main-view-wrapper .button-field {
    margin-top: 33px
}

@media (max-width: 980px) {
    .main-view-wrapper h1 span {
        color: #323232
    }

    .main-view-wrapper .description {
        color: #323232
    }
}

#parts {
    background: url(/images/parts-background.png) center center no-repeat, #f7f8fc;
    padding: 10px 0 120px
}

#parts .desc {
    text-align: justify
}

#parts .button-field {
    text-align: center
}

.parts-count {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.parts-count .digit {
    font-size: 150px;
    line-height: .8em;
    font-weight: 900;
    color: #108d85;
    transition: color .2s
}

.parts-count .digit:hover {
    color: #e30613
}

.parts-count .desc {
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 21%
}

.pluses-field {
    padding: 80px 0 80px
}

.plus-block {
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    color: #108d85;
    font-size: 36px;
    line-height: 1.2em;
    margin-bottom: 20px;
    transition: color .2s
}

.plus-block:hover {
    color: #323232
}

#manufacturers {
    padding-bottom: 100px
}

.slider {
    padding: 40px 0
}

.slider .item img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.slider .slick-arrow {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid #dedede;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #dedede;
    transition: .2s
}

.slider .slick-arrow:before {
    color: inherit;
    font-family: "Font Awesome 5 Free";
    font-weight: bold
}

.slider .slick-arrow:hover {
    border-color: #e30613;
    color: #e30613
}

.slider .slick-arrow.slick-prev {
    left: -52px
}

.slider .slick-arrow.slick-prev:before {
    content: "\f060";
}

.slider .slick-arrow.slick-next {
    right: -52px
}

.slider .slick-arrow.slick-next:before {
    content: "\f061";
}

#grotch {
    color: #fff;
    position: relative
}

#grotch > img {
    max-width: 100%
}

#grotch h2 {
    color: #fff
}

#grotch .button-field {
    text-align: center
}

.squared-links {
    padding: 40px 0 60px
}

.squared-link {
    display: block;
    position: relative;
    color: #fff;
    border: 10px solid hsla(0, 0%, 100%, .25);
    font-size: 30px;
    font-weight: bold;
    line-height: 1em;
    text-align: center;
    text-transform: uppercase;
    padding: 35px 20px;
    z-index: 2
}

.squared-link:before {
    content: "";
    background-color: #108d85;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    z-index: -1;
    transition: height .3s
}

.squared-link:hover {
    text-decoration: none;
    color: #fff;
    border-color: #108d85
}

.squared-link:hover:before {
    height: 100%
}

.squared-link img {
    max-width: 26%;
    display: block;
    margin: 0 auto 30px
}

#latest-news .button-field {
    text-align: center;
    padding: 20px 0
}

.news-block {
    margin-bottom: 30px
}

.news-block .image-wrapper {
    display: block;
    position: relative;
    padding-top: 55%;
    overflow: hidden;
    margin-bottom: 25px
}

.news-block .image-wrapper:hover {
    text-decoration: none
}

.news-block .image-wrapper:hover img {
    transform: translate(-50%, -50%) scale(1.03)
}

.news-block .image-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    transition: .2s
}

.news-block .date-field {
    position: absolute;
    z-index: 3;
    top: 25px;
    left: 25px;
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #108d85;
    transition: color .2s, background-color .2s
}

.news-block .date-field .digit {
    font-size: 30px;
    font-weight: bold;
    line-height: .8em
}

.news-block .date-field .mnth {
    text-transform: lowercase;
    font-size: 20px;
    line-height: .8em
}

.news-block .caption {
    font-size: 20px;
    line-height: 1.2em;
    color: #323232;
    min-height: 2.4em
}

.news-block .caption:hover {
    text-decoration: none;
    color: #108d85
}

.news-block:hover .date-field {
    background-color: #108d85;
    color: #fff
}

#offer {
    position: relative;
    padding: 0 0 120px
}

#offer:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 20px;
    background: url(/images/bg-logo.svg) center center no-repeat;
    background-size: contain;
    width: 450px;
    height: 450px;
    z-index: -1;
    opacity: .2
}

#offer .button-field {
    text-align: center
}

.blockquote {
    font-size: 18px
}

.blockquote-footer {
    font-size: 16px;
    color: #000
}

footer {
    background: #f7f8fc;
    padding: 70px 0 0
}

footer .logo {
    padding: 10px 0;
    text-align: center
}

footer .logo img {
    max-width: 100%
}

.footer-nav {
    padding: 55px 0
}

.footer-nav ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center
}

.footer-nav li {
    padding: 0 10px
}

.footer-nav a {
    color: #323232;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    line-height: 1em
}

.footer-nav a:hover {
    text-decoration: none;
    color: #108d85
}

.footer-contacts {
    line-height: 1.2em;
    padding: 50px 0;
    border-top: 1px solid #e9edf2;
    border-bottom: 1px solid #e9edf2
}

.footer-contacts h5 {
    font-size: 16px;
    color: gray;
    margin-bottom: 15px
}

.footer-contacts a {
    color: #605f5c
}

.footer-contacts a:hover {
    text-decoration: none;
    color: #108d85
}

.footer-contacts .phone {
    display: block;
    font-size: 24px;
    line-height: 1.2em
}

footer .copy {
    padding: 60px 0;
    text-align: center;
    line-height: 1.3em
}

footer .copy a {
    color: #605f5c
}

footer .copy a:hover {
    text-decoration: none;
    color: #108d85
}

footer .copy .links {
    display: flex;
    align-items: center;
    justify-content: center
}

footer .copy .item + .item:before {
    content: "·";
    margin: 0 5px
}

footer .img {
    margin: 0 auto;
    text-align: center
}

.middle-description {
    width: 80%;
    margin: 0 auto 30px;
    text-align: center
}

.middle-description p {
    margin: 0
}

.hnp {
    font-size: 18px
}

.hnp a {
    display: block;
    color: inherit;
    line-height: 1em;
    margin-bottom: 20px
}

.hnp a:hover {
    color: inherit;
    opacity: .8
}

.pagenav {
    font-size: 15px;
    padding: 4px;
    margin: 15px;
    display: flex;
    align-items: center;
    justify-content: center
}

.pagenav i {
    margin-right: 5px
}

.pagenav span, .pagenav a {
    width: 30px;
    height: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: auto;
    margin: 0 5px;
    font-size: 14px;
    line-height: 30px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px
}

.pagenav span {
    background-color: #108d85;
    padding: 3px 8px 3px 8px
}

.pagenav span + a, .pagenav a + a, .pagenav a + span, .pagenav a + i, .pagenav span + i {
    margin-left: 0
}

.pagenav a {
    color: #555;
    text-decoration: none;
    background-color: #e6e6e6;
    padding: 3px 8px 3px 8px
}

.pagenav a:hover {
    color: #fff;
    background-color: #108d85;
    text-decoration: none
}

.side-menu-close {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    box-shadow: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    position: absolute;
    top: 45px;
    right: 45px;
    background-color: #fff;
    color: #108d85
}

.side-menu-close:before {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-weight: bold
}

.side-menu-close:focus {
    outline: none
}

.side-menu-close:hover {
    color: #e30613;
    text-decoration: none
}

.backward {
    position: absolute;
    top: 45px;
    right: 45px;
    width: 32px;
    height: 32px;
    font-size: 18px;
    line-height: 32px;
    display: flex;
    justify-content: center;
    align-content: center;
    background-color: #108d85;
    color: #fff;
    box-shadow: none;
    border: none;
    transition: .2s;
    cursor: pointer
}

.backward:hover {
    opacity: .9
}

.backward:focus {
    outline: none
}

.backward:before {
    content: "\f060";
    font-family: "Font Awesome 5 Free";
    font-weight: bold
}

.text-small {
    font-size: 14px
}

.contacts-map {
    min-height: 100px
}

.contact-page-answer {
    text-align: center
}

.contact-page-answer:before {
    display: block;
    font-family: "Font Awesome 5 Free";
    font-size: 120px;
    line-height: 1em;
    margin-bottom: 30px
}

.contact-page-answer.danger::before {
    content: "\f071";
    color: red;
    font-weight: bold
}

.contact-page-answer.success::before {
    content: "\f058";
    color: #2bbf2b;
    font-weight: bold
}

.side {
    margin-top: 5px;
    margin-left: -30px
}

.side .menu-nav-links {
    display: block;
    min-height: 0
}

.side .menu-nav-links .item {
    margin: 0 1px 3px 0
}

.sideblock {
    margin-bottom: 30px
}

.sideblock .sidebody {
    color: #fff;
    font-size: 18px;
    font-weight: bold
}

.sidenav-wrapper {
    position: relative
}

.sidenav-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.sidenav-wrapper ul a {
    display: block;
    margin-bottom: 5px;
    padding: 9px 10px 9px 15px;
    background-color: #108d85;
    color: inherit
}

.sidenav-wrapper ul li.current-link a, .sidenav-wrapper ul a:hover {
    text-decoration: none;
    background-color: #f16b20
}

.articles-title {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px
}

.articles-title a {
    color: inherit
}

.articles-title a:hover {
    color: #f16b20;
    text-decoration: none
}

.article-tools {
    margin-top: 10px;
    display: flex
}

.article-tools .item {
    color: #aaa
}

.article-tools .item a {
    color: inherit
}

.article-tools .item a:hover {
    color: #108d85
}

.article-tools .item i {
    margin-right: 5px
}

.article-tools .item + .item {
    margin-left: 10px
}

.article-description {
    font-size: 15px
}

.text-buttons-filed {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.news-body {
    margin: 0 auto
}

.news-img {
    margin: 0px 0 20px;
    text-align: center
}

.news-floationg-field {
    width: 50%;
    float: left
}

.news-info {
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px
}

.news-info.sm {
    margin: 10px 0 0
}

.news-info .infos {
    display: flex
}

.news-info .item i {
    margin-right: 5px
}

.news-info .item + .item {
    margin-left: 15px
}

.news-info .item a {
    color: inherit
}

.news-info .item a:hover {
    color: #108d85
}

body.inner #main-bg {
    padding: 30px 0 110px
}

body.inner header {
    border-bottom: 1px solid #ddd;
    position: static
}

body.inner header .logo {
    max-width: 190px
}

body.inner .menu-toggler {
    color: #605f5c
}

body.inner .capmain {
    margin: 30px 0;
    text-align: left
}

body.inner .capmain.inherit {
    margin: 0 0 20px
}

@media (max-width: 760px) {
    body {
        font-size: 15px
    }

    h2 {
        margin-top: 40px;
        font-size: 1.1em;
        text-align: left
    }

    header {
        position: relative;
        padding-bottom: 30px;
        border-bottom: 1px solid #ddd;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column
    }

    header .logo {
        flex: 1 1 100%
    }

    header .logo img {
        max-width: 160px
    }

    header .logo {
        margin-bottom: 25px
    }

    header .middle-part {
        width: 100%;
        margin-left: 0px;
        flex-direction: column;
        align-items: center
    }

    header .contact-info {
        margin: 0 0 20px
    }

    .nav-links ul li {
        font-size: 24px
    }

    .button {
        padding: 20px 38px 15px;
        font-size: 16px
    }

    .button.sm {
        font-size: 16px;
        padding: 11px 18px 10px
    }

    .menu-toggler {
        position: absolute;
        top: 20px;
        right: 0px;
        color: #605f5c
    }

    .main-view-wrapper img {
        position: absolute;
        opacity: .3;
        z-index: -1;
        height: 100%;
        object-fit: cover
    }

    .main-view-wrapper .container {
        padding-right: 15px
    }

    .main-view-wrapper .overlay {
        position: relative;
        padding-top: 30px;
        padding-bottom: 30px
    }

    .main-view-wrapper h1 {
        font-size: 26px
    }

    .main-view-wrapper h1 span {
        font-size: 26px;
        line-height: 1em
    }

    .main-view-wrapper .description {
        padding-right: 0%
    }

    #parts {
        padding-bottom: 30px
    }

    .parts-count {
        margin-top: 30px
    }

    .parts-count .digit {
        font-size: 100px
    }

    .parts-count .desc {
        padding: 0 0%;
        text-align: center
    }

    .pluses-field {
        padding: 30px 0
    }

    .plus-block {
        font-size: 18px
    }

    .slider {
        padding: 40px 60px
    }

    .slider .item img {
        max-width: 84%
    }

    .slider .slick-arrow {
        width: 32px;
        height: 32px
    }

    .slider .slick-arrow:before {
        font-size: 14px
    }

    .slider .slick-arrow.slick-prev {
        left: 0
    }

    .slider .slick-arrow.slick-next {
        right: 0
    }

    #manufacturers {
        padding-bottom: 0
    }

    #grotch {
        overflow: hidden
    }

    #grotch, #grotch h2 {
        color: #605f5c
    }

    #grotch .overlay {
        position: static
    }

    #grotch > img {
        display: none
    }

    .squared-link {
        background-color: #108d85;
        padding: 25px 20px;
        font-size: 16px;
        margin-bottom: 25px
    }

    .squared-link img {
        max-width: 25%
    }

    .squared-links {
        padding: 30px 0
    }

    .news-block .date-field {
        top: 15px;
        left: 15px;
        width: 50px;
        height: 50px
    }

    .news-block .date-field .digit {
        font-size: 24px
    }

    .news-block .date-field .mnth {
        font-size: 16px
    }

    .news-block .caption {
        font-size: 16px;
        line-height: 16px
    }

    .footer-nav {
        display: none
    }

    .middle-description {
        width: 100%
    }

    #offer:before {
        left: 0;
        width: 100%;
        height: 0;
        padding-top: 100%
    }

    footer {
        padding-top: 0
    }

    footer .logo {
        display: none
    }

    footer .copy .links {
        margin-top: 20px;
        flex-direction: column
    }

    footer .copy .item + .item:before {
        content: none
    }

    .footer-contacts h5 {
        margin: 25px 0 10px
    }

    body.inner header {
        position: relative
    }

    body.inner header .logo {
        max-width: none
    }

    .capmain h1, .capmain h2, .capmain .title {
        font-size: 28px
    }

    .breadcrumbs {
        font-size: 14px
    }

    .news-info {
        flex-direction: column
    }

    .news-body .button-field {
        text-align: center
    }
}

@media (min-width: 760px)and (max-width: 980px) {
    body {
        font-size: 16px
    }

    header {
        position: relative;
        padding-bottom: 30px;
        border-bottom: 1px solid #ddd;
        flex-wrap: wrap;
        justify-content: center
    }

    header .logo {
        flex: 1 1 100%
    }

    header .logo img {
        max-width: 160px
    }

    header .logo {
        margin-bottom: 25px
    }

    header .middle-part {
        margin-left: -10px
    }

    .nav-links ul li {
        font-size: 24px
    }

    .button {
        padding: 20px 38px 15px;
        font-size: 18px
    }

    .button.sm {
        font-size: 16px;
        padding: 11px 18px 10px
    }

    .menu-toggler {
        position: absolute;
        top: 40px;
        right: 0px;
        color: #605f5c
    }

    .main-view-wrapper img {
        opacity: .3
    }

    .main-view-wrapper .container {
        padding-right: 15px
    }

    .main-view-wrapper .overlay {
        padding-bottom: 30px
    }

    .main-view-wrapper h1 {
        font-size: 28px
    }

    .main-view-wrapper h1 span {
        font-size: 28px;
        line-height: 1em
    }

    .main-view-wrapper .description {
        padding-right: 0%
    }

    .parts-count .digit {
        font-size: 100px
    }

    .parts-count .desc {
        padding: 0 0%;
        text-align: center
    }

    .plus-block {
        font-size: 18px
    }

    .slider {
        padding: 40px 60px
    }

    .slider .item img {
        max-width: 84%
    }

    .slider .slick-arrow.slick-prev {
        left: 0
    }

    .slider .slick-arrow.slick-next {
        right: 0
    }

    #manufacturers {
        padding-bottom: 0
    }

    #grotch {
        overflow: hidden
    }

    #grotch, #grotch h2 {
        color: #605f5c
    }

    #grotch .overlay {
        position: static
    }

    #grotch > img {
        display: none
    }

    .squared-link {
        background-color: #108d85;
        padding: 25px 20px;
        font-size: 16px
    }

    .squared-link img {
        max-width: 25%
    }

    .news-block .date-field {
        top: 15px;
        left: 15px;
        width: 50px;
        height: 50px
    }

    .news-block .date-field .digit {
        font-size: 24px
    }

    .news-block .date-field .mnth {
        font-size: 16px
    }

    .news-block .caption {
        font-size: 16px;
        line-height: 16px
    }

    .footer-nav, .footer-nav a {
        font-size: 12px
    }

    .middle-description {
        width: 100%
    }

    body.inner header {
        position: relative
    }

    body.inner header .logo {
        max-width: none
    }
}

@media (min-width: 980px)and (max-width: 1200px) {
    body {
        font-size: 16px
    }

    header {
        position: static;
        padding-bottom: 30px;
        border-bottom: 1px solid #ddd
    }

    header .logo {
        max-width: 220px
    }

    header .middle-part {
        margin-left: -10px
    }

    .button {
        padding: 20px 38px 15px;
        font-size: 18px
    }

    .button.sm {
        font-size: 16px;
        padding: 11px 18px 10px
    }

    .menu-toggler {
        color: #605f5c
    }

    .main-view-wrapper .overlay {
        padding-bottom: 80px
    }

    .main-view-wrapper h1 {
        font-size: 32px;
        margin-bottom: 30px
    }

    .main-view-wrapper h1 span {
        font-size: 48px;
        line-height: 1em
    }

    .main-view-wrapper .description {
        padding-right: 45%
    }

    .parts-count .digit {
        font-size: 120px
    }

    .parts-count .desc {
        padding: 0 10%;
        text-align: center
    }

    .plus-block {
        font-size: 24px
    }

    .slider {
        padding: 40px 60px
    }

    .slider .slick-arrow.slick-prev {
        left: 0
    }

    .slider .slick-arrow.slick-next {
        right: 0
    }

    #manufacturers {
        padding-bottom: 0
    }

    #grotch {
        overflow: hidden
    }

    #grotch, #grotch h2 {
        color: #605f5c
    }

    #grotch .overlay {
        position: static
    }

    #grotch > img {
        display: none
    }

    .squared-link {
        background-color: #108d85;
        padding: 25px 20px;
        font-size: 24px
    }

    .squared-link img {
        max-width: 25%
    }

    .news-block .date-field {
        top: 15px;
        left: 15px;
        width: 50px;
        height: 50px
    }

    .news-block .date-field .digit {
        font-size: 24px
    }

    .news-block .date-field .mnth {
        font-size: 16px
    }

    .news-block .caption {
        font-size: 16px;
        line-height: 16px
    }

    .footer-nav, .footer-nav a {
        font-size: 16px
    }
}

@media (min-width: 1200px)and (max-width: 1300px) {
    header .logo {
        max-width: 220px
    }

    .main-view-wrapper .overlay {
        padding-bottom: 80px
    }

    .main-view-wrapper h1 {
        font-size: 42px;
        margin-bottom: 30px
    }

    .main-view-wrapper h1 span {
        font-size: 58px;
        line-height: 1em
    }

    .main-view-wrapper .description {
        padding-right: 55%
    }

    .parts-count .desc {
        padding: 0 10%;
        text-align: center
    }

    .slider {
        padding: 40px 60px
    }

    .slider .slick-arrow.slick-prev {
        left: 0
    }

    .slider .slick-arrow.slick-next {
        right: 0
    }

    #grotch {
        overflow: hidden
    }

    #grotch > img {
        max-width: 130%;
        transform: translate(-15%)
    }

    .squared-link {
        padding: 25px 20px;
        font-size: 24px
    }

    .squared-link img {
        max-width: 25%
    }
}

@media (min-width: 1300px)and (max-width: 1400px) {
    .main-view-wrapper .overlay {
        padding-bottom: 80px
    }

    .main-view-wrapper h1 {
        font-size: 42px;
        margin-bottom: 30px
    }

    .main-view-wrapper h1 span {
        font-size: 58px;
        line-height: 1em
    }

    .main-view-wrapper .description {
        padding-right: 55%
    }

    .slider {
        padding: 40px 60px
    }

    .slider .slick-arrow.slick-prev {
        left: 0
    }

    .slider .slick-arrow.slick-next {
        right: 0
    }

    #grotch {
        overflow: hidden
    }

    #grotch > img {
        max-width: 126%;
        transform: translate(-13%)
    }

    .squared-link {
        padding: 25px 20px;
        font-size: 24px
    }

    .squared-link img {
        max-width: 25%
    }
}

@media (min-width: 1400px)and (max-width: 1500px) {
    .main-view-wrapper .overlay {
        padding-bottom: 80px
    }

    .main-view-wrapper h1 {
        font-size: 42px
    }

    .main-view-wrapper h1 span {
        font-size: 58px;
        line-height: 1em
    }

    #grotch {
        overflow: hidden
    }

    #grotch > img {
        max-width: 120%;
        transform: translate(-10%)
    }
}

@media (min-width: 1500px)and (max-width: 1700px) {
    .main-view-wrapper .overlay {
        padding-bottom: 80px
    }

    .main-view-wrapper h1 {
        font-size: 58px
    }

    #grotch {
        overflow: hidden
    }

    #grotch > img {
        max-width: 116%;
        transform: translate(-8%)
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1310px
    }
}

.banner-block {
    position: relative;
    height: 350px;
    display: block;
    overflow: hidden;
    cursor: pointer
}

.banner-block::before {
    content: none
}

.banner-block:hover img {
    transform: scale(1.05)
}

.banner-block:hover::before {
    content: ""
}

.banner-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    transition: .3s linear
}

.banner-text {
    position: absolute;
    bottom: 20px;
    left: 45px;
    right: 30px;
    z-index: 2
}

.banner-text span {
    font-size: 1.6rem;
    color: #fff;
    font-weight: 400
}

.row-drilling, .row-equipment {
    row-gap: 1.5rem
}

.shadow-bottom-black {
    position: relative
}

.shadow-bottom-black::before {
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    background: #fff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(5, 2, 3, 0.6388130252) 100%);
    transition: .4s ease-in-out
}

@media (max-width: 1199px) {
    .banner-text span {
        font-size: 1.5rem
    }
}

@media (max-width: 991px) {
    .banner-block {
        height: 280px
    }

    .banner-text span {
        font-size: 1rem
    }
}

@media (max-width: 768px) {
    .banner-text span {
        font-size: 1.2rem
    }
}

@media (max-width: 576px) {
    .banner-block {
        height: 250px
    }

    .banner-text span {
        font-size: 1.1rem
    }
}

/*# sourceMappingURL=styles.min.css.map */