body {
    background:#fff;
    color:#000;
    font-family:"Montserrat"
}
.btn {
    background:#0e6735;
    color:#fff;
    font-weight:500;
    padding:15px 22px;
    font-family:"Montserrat";
    font-size:16px;
    text-transform:uppercase;
    border:none
}
.pd-header {
    padding-top:150px
}
header {
    padding:15px 0;
    display:flex;
    flex-direction:column;
    gap:15px;
    color:#fff;
    position:absolute;
    left:0;
    top:0;
    width:100%
}
header .container {
    display:flex;
    align-items:center;
    gap:40px
}
header .btn-wrapper {
    margin-left:auto
}
header .social-wrapper {
    display:flex;
    align-items:center;
    gap:10px
}
header .menu {
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:100%;
    border-bottom:1px solid #fff
}
header .menu a {
    font-size:15px;
    padding:15px;
    transition:.3s;
    position:relative
}
header .menu a::before {
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:3px;
    background:#fff;
    opacity:0;
    transition:.3s
}
header .menu a:hover::before, header .menu a.active::before {
    opacity:1
}
header .menu .sale {
    z-index:1
}
header .menu .sale::after {
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:300px;
    background:#ef7d00;
    z-index:-1
}
section.main-screen {
    background:url(../images/bg/main.jpg);
    background-size:cover;
    color:#fff
}
section.main-screen h1 {
    display:flex;
    flex-direction:column;
    align-items:center;
    font-size:36px;
    padding-top:40px;
    padding-bottom:30px;
    margin:0
}
section.main-screen h1 span {
    font-size:49px
}
section.main-screen .btn-wrapper {
    display:flex;
    justify-content:center;
    padding-bottom:40px
}
section.main-screen .machine {
    text-align:center;
    padding-bottom:70px
}
section.main-screen .container {
    position:relative
}
section.main-screen .circle {
    width:160px;
    height:160px;
    border-radius:50%;
    background:#ef7d00;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    font-weight:600;
    position:absolute
}
section.main-screen .circle.pur {
    right:0;
    top:30%
}
section.main-screen .circle.servo {
    left:0;
    bottom:15%
}
.title {
    text-transform:uppercase;
    font-size:52px;
    padding-left:40px;
    position:relative;
    line-height:70px
}
.title:after {
    content:"";
    display:block;
    width:1px;
    height:100%;
    background:#0e6735;
    left:0;
    top:0;
    position:absolute
}
section.content-info:last-of-type {
    padding-bottom:0
}
section.content-info {
    padding:60px 0
}
section.content-info .title-wrapper {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:50px
}
section.content-info .price-wrapper {
    border:6px solid #0e6735;
    padding:5px 40px;
    display:flex;
    flex-direction:column;
    gap:5px;
    align-items:center
}
section.content-info .price-wrapper span {
    font-size:28px;
    color:#0e6735;
    font-weight:600;
    text-transform:uppercase
}
section.content-info .price-wrapper .old-price {
    font-size:26px;
    padding:0px 15px;
    position:relative
}
section.content-info .price-wrapper .old-price:after {
    content:"";
    display:block;
    width:100%;
    height:1px;
    position:absolute;
    background:red;
    left:0;
    top:50%
}
section.content-info .price-wrapper .price {
    color:#ef7d00;
    font-size:28px;
    font-weight:600
}
section.content-info .text-wrapper {
    font-size:20px
}
section.content-info .center {
    text-align:center
}
section.content-info h3 {
    font-size:32px;
    margin-top:60px;
    margin-bottom:15px
}
section.content-info .slider-wrapper {
    width:680px;
    margin:auto;
    margin-bottom:60px
}
section.content-info .slider-wrapper .preview-wrapper {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between
}
section.content-info .slider-wrapper .preview.owl-carousel {
    width:75%
}
section.content-info .slider-wrapper .preview.owl-carousel .item {
    width:100%;
    height:100px
}
section.content-info .slider-wrapper .preview.owl-carousel .item img {
    width:100%;
    height:100%;
    object-fit:cover
}
section.content-info .slider-wrapper button.nav {
    height:102px;
    width:43px;
    border:none;
    background:none
}
section.content-info .slider-wrapper button.prev {
    background:url("/assets/images/icons/btn-prev.jpg")
}
section.content-info .slider-wrapper button.next {
    background:url("/assets/images/icons/btn-next.jpg")
}
section.content-info .slider-wrapper .btn-wrapper {
    text-align:center;
    margin-top:20px
}
section.content-info .table-wrapper {
    margin-top:80px
}
section.content-info .table-wrapper .table {
    display:grid;
    grid-template-columns:2fr 4fr 4fr 4fr
}
section.content-info .table-wrapper .table .col {
    border-left:1px solid #000;
    border-top:1px solid #000;
    padding:15px 25px;
    display:flex;
    font-size:20px;
    flex-direction:column;
    justify-content:center
}
section.content-info .table-wrapper .table .col b {
    display:block
}
section.content-info .table-wrapper .table .col span b {
    display:inline-block
}
section.content-info .table-wrapper .table .col:nth-last-child(1), section.content-info .table-wrapper .table .col:nth-last-child(2), section.content-info .table-wrapper .table .col:nth-last-child(3), section.content-info .table-wrapper .table .col:nth-last-child(4) {
    border-bottom:1px solid #000
}
section.content-info .table-wrapper .table .col:nth-child(4n) {
    border-right:1px solid #000
}
section.content-info .table-wrapper .table .col:nth-child(4n+2) {
    background:#f1f1f1
}
section.content-info .table-wrapper .table .col:nth-child(4n+3) {
    background:#f2faf6
}
section.content-info .video-block {
    margin-top:80px
}
section.content-info .video-block .video-wrapper {
    width:915px;
    height:630px;
    margin:auto
}
section.content-info .video-block .video-wrapper iframe {
    width: 100%!important;
    height: 100%!important;
}
section.content-info .pluses-wrapper {
    display:flex;
    flex-direction:column;
    gap:40px
}
section.content-info .pluses-wrapper .plus-item {
    display:flex;
    align-items:center;
    gap:50px
}
section.content-info .pluses-wrapper .plus-item .icon {
    width:120px;
    text-align:center
}
section.content-info .pluses-wrapper .plus-item .text {
    display:flex;
    flex-direction:column;
    gap:15px
}
section.content-info .pluses-wrapper .plus-item .text b {
    font-size:32px;
    text-transform:uppercase
}
section.content-info .pluses-wrapper .plus-item .text span {
    font-size:20px
}
section.content-info .quality-wrapper {
    display:flex;
    justify-content:space-between;
    margin:80px 0
}
section.content-info .quality-wrapper .item {
    display:flex;
    flex-wrap:wrap;
    gap:15px
}
section.content-info .quality-wrapper .item span {
    font-size:20px
}
section.content-info .quality-wrapper .item .icon {
    margin-top:5px
}
section.content-info .get-offer {
    display:flex;
    justify-content:center;
    gap:50px;
    flex-direction:column;
    align-items:center
}
section.content-info .get-offer b {
    font-size:24px
}
section.content-info .callback-wrapper {
    margin:80px 0
}
section.video-section {
    background:url(../images/bg/main.jpg);
    background-size:cover
}
section.video-section .container {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    padding:70px
}
section.video-section .video-item {
    padding:15px;
    background:#fff
}
section.video-section .video-item .video {
    width:375px;
    height:200px
}
section.video-section .video-item .video iframe {
    width:100%!important;
    height:100%!important;
}
section.video-section .video-item span {
    display:block;
    margin-top:15px
}
.subtitle {
    font-size:52px;
    text-align:center
}
.checkbox-wrapper {
    display:block;
    position:relative;
    padding-left:25px;
    margin-bottom:12px;
    cursor:pointer;
    font-size:12px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.checkbox-wrapper a {
    color:#0e6735
}
.checkbox-wrapper input {
    position:absolute;
    opacity:0;
    cursor:pointer;
    height:0;
    width:0
}
.checkmark {
    position:absolute;
    top:0;
    left:0;
    height:17px;
    width:17px;
    background-color:#fff;
    border:1px solid #a9a9a9;
    transition:.3s
}
.checkbox-wrapper:hover input~.checkmark {
    background-color:#ccc
}
.checkbox-wrapper input:checked~.checkmark {
    background-color:#fff
}
.checkmark:after {
    content:"";
    position:absolute;
    display:none
}
.checkbox-wrapper input:checked~.checkmark:after {
    display:block
}
.checkbox-wrapper .checkmark:after {
    left:3px;
    top:3px;
    width:9px;
    height:9px;
    background:#0e6735
}
.callback {
    padding:45px 60px;
    box-shadow:0px 0px 8px rgba(0, 0, 0, .2);
    background:#fff;
    display:flex;
    flex-direction:column;
    max-width:475px;
    width:100%;
    margin:auto
}
.callback b {
    font-size:18px;
    text-align:center;
    margin-bottom:30px
}
.callback .form-group {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.callback input {
    width: 100%;
    padding:15px;
    border-radius:0;
    border:1px solid #a9a9a9;
    margin-bottom:10px;
    font-family:"Montserrat"
}
.callback input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    display: block;
}
.callback button {
    margin-top:20px
}
.reliability-wrapper .row {
    display:flex;
    justify-content:space-between
}
.reliability-wrapper .row .col {
    width:45%;
    display:flex;
    flex-direction:column
}
.reliability-wrapper .row .col .image {
    margin-bottom:50px
}
.reliability-wrapper .row .col .image img {
    max-width:100%
}
.reliability-wrapper .row .col .text {
    font-size:20px;
    margin-bottom:25px;
    text-align:justify
}
.reliability-wrapper .row .col .text.border {
    padding:25px;
    border:2px solid #0e6735
}
.reliability-wrapper .row .card {
    box-shadow:0px 0px 8px rgba(0, 0, 0, .2);
    background:#f5f3f3
}
.reliability-wrapper .row .card .image {
    margin-bottom:0
}
.reliability-wrapper .row .card .image img {
    width:100%
}
.reliability-wrapper .row .card .text-wrapper .text-contacts {
    padding:25px;
    display:flex;
    flex-direction:column;
    font-size:17px
}
.reliability-wrapper .row .card .text-wrapper .text-contacts p {
    margin: 0;
}
.contacts-section .contacts-block {
    padding:60px;
    background:url(../images/bg/main.jpg);
    background-size:cover
}
.contacts-section .contacts-block .row {
    display:flex
}
.contacts-section .contacts-block .row .col {
    width:50%;
    display:flex;
    flex-direction:column
}
.contacts-section .contacts-block .row .col .callback {
    margin-top:-150px
}
.contacts-section .contacts-block .row .col .contacts-list {
    display:flex;
    align-items:center;
    flex-direction:column;
    margin-left:auto;
    width:350px;
    gap:25px;
    margin-top:60px
}
.contacts-section .contacts-block .row .col .contacts-list a, .contacts-section .contacts-block .row .col .contacts-list button {
    width:100%
}
.contacts-section .contacts-block .row .col .contacts-list .item {
    background:#fff;
    display:flex;
    align-items:center;
    padding:35px;
    font-size:20px;
    font-weight:700;
    transition:.3s
}
.contacts-section .contacts-block .row .col .contacts-list a .icon {
    width:60px;
    margin-right:20px
}
.contacts-section .contacts-block .row .col .contacts-list .mail {
    color:#2ca8ba
}
.contacts-section .contacts-block .row .col .contacts-list a:hover {
    transform:scale(0.95)
}
.footer {
    padding-top:60px;
    color:#fff
}
.footer .container {
    display:flex;
    align-items:center;
    justify-content:space-between
}
.footer .address {
    width:500px;
    display:flex;
    flex-direction:column
}
.footer .copyright {
    font-size:13px;
    width:400px;
    display:flex;
    flex-direction:column
}
.modal {
    padding:0
}
.modal .callback {
    margin:0;
    width:100%;
    max-width:100%
}