/*   
Theme Name: MaxLift
Version: 1.2.24
Author: rubik
Author URI: https://rubik.com.ua/
*/
@font-face {
    font-family: 'fa-viber';
    src: url('fonts/fa-viber.eot?-3dwksg');
    src: url('fonts/fa-viber.eot?#iefix-3dwksg') format('embedded-opentype'),
        url('fonts/fa-viber.ttf?-3dwksg') format('truetype'),
        url('fonts/fa-viber.woff?-3dwksg') format('woff'),
        url('fonts/fa-viber.svg?-3dwksg#fa-viber') format('svg');
    font-weight: normal;
    font-style: normal;
}
.fa-viber:before {
    font-family: 'fa-viber';
    content: "\e666";
    bottom: -1px;
    position: relative;
    font-size: 0.9em;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone,
img.alignnone {
    margin: 1em 0;
}
.aligncenter,
img.aligncenter {
    display: block;
    margin: 1em auto;
}
.alignleft,
img.alignleft {
    float: left;
    margin: 0.3em 1em 0.5em 0;
}
.alignright,
img.alignright {
    float: right;
    margin: 0.3em 0 0.5em 1em;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #212121;
    cursor: default;
    font-weight: 400;
    overflow-y: scroll !important;
    padding-right: 0 !important;
}
body.hidden {
    overflow: hidden !important;
}
.body-mask {
    opacity: 0;
    position: fixed;
    left: -9999px;
    top: 0;
    background: rgba(35, 31, 31, 0.6);
    z-index: 990;
    transition: opacity 0.2s ease;
}
.body-mask.active {
    opacity: 1;
    left: 0;
    right: 0;
    bottom: 0;
}
.modal-open .modal {
    padding-right: 0 !important;
}
.pum-open {
    overflow-y: scroll !important;
}
html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
    overflow-y: auto;
}
/*Reset*/
p {
    margin-bottom: 0;
}
textarea,
input {
    font-family: 'Open Sans', Arial, sans-serif;
}
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
button,
a {
    outline: none !important;
    transition: all .2s ease;
}
a {
    color: #52b534;
}
a:hover {
    color: #52b534;
}
::selection {
    background: #000;
    /* Safari */
    color: #fff;
}
::-moz-selection {
    background: #000;
    /* Firefox */
    color: #fff;
}
/*h*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
    font-weight: 600;
    margin-bottom: 0.5em;
    margin-top: 1em;
    text-transform: uppercase;
}
h1,
.h1 {
    font-size: 32px;
}
h2,
.h2 {
    font-size: 30px;
}
h3,
.h3 {
    font-size: 28px;
}
h4,
.h4 {
    font-size: 26px;
}
/*END_Reset*/
/*Modal*/
.modal .modal-header .modal-title {
    font-size: 24px;
    font-weight: 500;
    padding: 0.6em;
}
.modal .modal-header {
    position: relative;
    padding: 0;
}
.modal .modal-header .close {
    position: absolute;
    right: 5px;
    top: 5px;
    background: #f00;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    color: #fff;
    border-radius: 50%;
    opacity: 1;
}
.modal .modal-header .close img {
    width: 14px;
}
/*END_Modal*/
/*ColBack*/
.container-circle {
    position: fixed;
    bottom: 0px;
    right: 60px;
    z-index: 99;
}
@-webkit-keyframes spinfon {
    0% { -moz-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #A99D90;}
    50% { -moz-transform:rotate(145deg); opacity:0.7; }
    100% { -moz-transform:rotate(-320deg); opacity:0; }
}
@-moz-keyframes spinfon {
    0% { -moz-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #A99D90;}
    50% { -moz-transform:rotate(145deg); opacity:0.7; }
    100% { -moz-transform:rotate(-320deg); opacity:0; }
}
@keyframes spinfon {
    0% { -moz-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #A99D90;}
    50% { -moz-transform:rotate(145deg); opacity:0.7; }
    100% { -moz-transform:rotate(-320deg); opacity:0; }
}
@-webkit-keyframes spintell {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-moz-keyframes spintell {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@keyframes spintell {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
.circle {
    animation: spinfon 1.4s infinite linear;
    -moz-animation: spinfon 1.4s infinite ease-in-out;
    -webkit-animation: spinfon 1.4s infinite linear;
    border-radius: 50%;
    height: 50px;
    margin: 0 auto;
    width: 50px;
    box-shadow: 0 0 8px 35px #52b534;
}
.circleout {
    animation: spintell 2s infinite linear ;
    -webkit-animation: spintell 2s infinite linear;
    -moz-animation: spintell 2s infinite linear;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    line-height: 50px;
    height: 55px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: -52px;
    width: 55px;
    cursor: pointer;
    background-color: #52b534;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.circleout:hover {
    animation: spintell 0.5s infinite linear ;
    -webkit-animation: spintell 0.5s infinite linear;
    -moz-animation: spintell 0.5s infinite linear;
}
/*END_ColBack*/
/*Contact_Form_7*/
.wpcf7-form {
    position: relative;
}
.wpcf7-form-control:not(.wpcf7-submit),
.form-control {
    font-size: 15px;
    padding: 0.8em 1em;
    height: initial;
    line-height: 1;
    border: 1px solid #e5e5e5;
    width: 100%;
    outline: none;
}
.wpcf7-form-control:not(.wpcf7-submit):focus,
.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 181, 52, 0.4);
}
.wpcf7-submit {
    font-size: 17px !important;
    padding: 0.8em 1em !important;
    width: 100%;
}
.wpcf7-form .not-poblish {
    font-size: 12px;
    line-height: 1.2;
    padding-top: 1.2em;
    text-align: center;
    display: block;
}
.wpcf7-form textarea {
    resize: none;
}
.wpcf7-form .ajax-loader {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 !important;
    background: rgba(255, 255, 255, 0.7);
    width: 100% !important;
    height: 100% !important;
    background-repeat: no-repeat;
    background-position: center;
}
.wpcf7-form .wpcf7-form-control-wrap {
    display: block;
}
.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 10px;
    position: absolute;
    right: 5px;
    bottom: 0;
}
.wpcf7-form .wpcf7-validation-errors {
    display: none !important;
}
.wpcf7-form .wpcf7-mail-sent-ok {
    background: #24690f;
    margin: 1em 0 0;
    text-align: center;
    padding: 0.5em 1em;
    font-size: 15px;
    border: none;
    color: #fff;
}
/*END_Contact_Form_7*/
/*Owl_Carousel*/
.owl-carousel .owl-nav>button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.owl-carousel .owl-nav .owl-prev {
    left: 2.5em;
}
.owl-carousel .owl-nav .owl-next {
    right: 2.5em;
}
.owl-carousel .owl-nav>button svg {
    background: rgba(255, 255, 255, 0.52);
    border-radius: .25rem;
    font-size: 16px;
    padding: .8em 1em;
    color: #FFF;
    box-sizing: content-box;
    transition: all .3s ease;
}
.owl-carousel .owl-nav>button:hover svg {
    opacity: 1;
    background-color: #52b534;
}
.owl-carousel .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}
.owl-carousel button.owl-dot.active {
    background: #52b534;
}
.owl-carousel button.owl-dot {
    width: 14px;
    height: 14px;
    background: #a2a0a0;
    border-radius: 50%;
    transition: all .3s ease;
}
.owl-dots button {
    margin: 0px 5px;
}
/*END_Owl_Carousel*/
/*Skroll_Top*/
.skroll_top {
    position: fixed;
    bottom: -30px;
    left: 30px;
    background: #52b534;
    border-radius: 50%;
    overflow: hidden;
    opacity: 0;
    z-index: 999;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.skroll_top.fix {
    bottom: 30px;
    opacity: 0.5;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.skroll_top.fix:hover {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.skroll_top a {
    color: #fff;
    font-size: 36px;
    display: flex;
    padding: 0;
    line-height: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    align-items: center;
    text-decoration: none;
}
.skroll_top a i {
    position: relative;
    top: -6%;
    width: 100%;
}
/*END_Skroll_Top*/
/*Bootstrap and Basic styles*/
.btn {
    border-radius: 0.2rem;
    line-height: 1;
    text-transform: uppercase;
    font-size: 15px;
    padding: 12px 33px;
    font-weight: 600;
}
.btn.focus,
.btn:focus {
    box-shadow: none;
}
.form-control:focus {
    border-color: #00b0b0;
    box-shadow: none;
}
.btn-primary {
    color: #fff;
    background-color: #52b534;
    border-color: #52b534;
}
.btn-primary:hover {
    color: #fff;
    background-color: #4d9836;
    border-color: #4d9836;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #52b534;
    border-color: #52b534;
}
.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    box-shadow: none;
    background-color: #52b534;
    border-color: #52b534;
}
/*Background_Color*/
.bg-black {
    background: #212121;
}
.bg-green {
    background: #52b534;
}
/*END_Background_Color*/
/*Font_Text*/
.text-300 {
    font-weight: 300;
}
.text-400 {
    font-weight: 400;
}
.text-500 {
    font-weight: 500;
}
.text-700 {
    font-weight: 700;
}
/*END_Font_Text*/
/*Color_Text*/
.text-black {
    color: #221f1f;
}
.text-grey {
    color: #616161;
}
.text-green {
    color: #52b534;
}
/*END_Color_Text*/
/*Color_Link*/
.text-black a,
a.text-black {
    color: #221f1f;
}
.text-grey a,
a.text-grey {
    color: #616161;
}
.text-green a,
a.text-green {
    color: #52b534;
}
.text-white a,
a.text-white {
    color: #fff;
}
.text-black a:hover,
a.text-black:hover,
.text-grey a:hover,
a.text-grey:hover,
.text-orange a:hover,
a.text-orange:hover {
    color: #52b534;
}
/*END_Color_Link*/
.border,
.border-top,
.border-right,
.border-bottom,
.border-left {
    border-color: #dfdfdf !important;
}
hr {
    border-top: 1px solid #dfdfdf;
}
/*border-radius*/
.rounded-5 {
    border-radius: 0.3125rem;
}
.rounded-5-top {
    border-radius: 0.3125rem 0.3125rem 0 0;
}
.rounded-5-bottom {
    border-radius: 0 0 0.3125rem 0.3125rem;
}
.rounded-5-left {
    border-radius: 0.3125rem 0 0 0.3125rem;
}
.rounded-5-right {
    border-radius: 0 0.3125rem 0.3125rem 0;
}
.rounded-4 {
    border-radius: 0.25rem;
}
.rounded-4-top {
    border-radius: 0.25rem 0.25rem 0 0;
}
.rounded-4-bottom {
    border-radius: 0 0 0.25rem 0.25rem;
}
.rounded-4-left {
    border-radius: 0.25rem 0 0 0.25rem;
}
.rounded-4-right {
    border-radius: 0 0.25rem 0.25rem 0;
}
/*border-radius*/
/*Section_Top*/
/*Header_Menu*/
/*Dropdown_Menu*/
.dropdown .dropdown-menu {
    display: block;
    left: -9999px;
    opacity: 0;
    margin: 0;
    padding: 0;
    min-width: 10px;
    transition: opacity 0.2s ease;
}
.dropdown:hover>.dropdown-menu {
    left: 0;
    opacity: 1;
}
/*END_Dropdown_Menu*/
/*END_Header_Menu*/
/*END_Section_Top*/
/*Section_Content*/
article p {
    margin-bottom: 1rem;
    text-indent: 25px;
}
article ul,
article ol {
    margin-bottom: 1em;
    list-style-position: inside;
    padding-left: 25px;
}
article ul li {}
/*END_Section_Content*/
/*Section_Footer*/
footer {
    background: #212121;
    color: #FFF;
    padding-top: 2em;
}
footer i:before {
    font-size: 30px;
    margin-bottom: 1em;
    color: #52b534;
}
/*END_Section_Footer*/
.copyright {
    font-size: 14px;
    margin-top: 1.5em;
    border-top: 1px solid #424242;
    padding: 0.5em 0;
}
/* h1:after,
.h1:after,
.heading-line:after {
  content: "";
  width: 100px;
  height: 4px;
  background: #E9902C;
  display: block;
  margin-top: 10px;
} */
/*interface*/
.block-title {
    position: relative;
    font-size: 33px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 60px;
    letter-spacing: 1px;
    z-index: 2;
    line-height: 1.2;
}
.block-title::after {
    content: '';
    width: 125px;
    position: absolute;
    background-color: #52b534;
    height: 5px;
    bottom: -12px;
    left: 0;
}
.section {
    padding: 55px 0;
}
/*Scrollbar*/
::-webkit-scrollbar-track {
    color: #eee;
    background: #EEE;
}
::-webkit-scrollbar-thumb {
    background: #52b534;
    border-radius: 10px;
}
::-webkit-scrollbar {
    width: 8px;
}
::selection {
    background: #52b534;
    /* Safari */
    color: #fff;
}
::-moz-selection {
    background: #52b534;
    /* Firefox */
    color: #fff;
}
/*END_Scrollbar*/
/*header*/
#top {
    padding: 15px 0;
}
#top .phones img {
    max-width: 50px;
    max-height: 50px;
    margin-right: 15px;
}
#top .logo img {
    max-width: 170px;
}
#topnav li.active a {
    color: #52b534;
}
#topnav li {
    padding-right: 35px;
}
#topnav li:last-child {
    padding-right: 0;
}
#topnav li a {
    color: #212121;
    line-height: 1.3;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    transition: .3s ease;
    padding: 1em 0;
}
#topnav li a:hover,
.phones-container a:hover {
    color: #52b534;
}
.phones-container a {
    color: inherit;
    font-size: 20px;
    font-weight: 600;
    transition: .3s ease;
}
/*catalog-block*/
.item {
    transition: .3s ease;
}
.item:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .5) !important;
}
.item:hover .title {
    color: #52b534;
}
.catalog .caption {
    width: 60%;
    margin-left: auto;
    padding: 20px 25px 20px 35px;
}
.catalog .image {
    flex: 0 0 40%;
    min-width: 40%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.catalog .title {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 600;
    transition: .3s ease;
    line-height: 1.2;
}
.catalog .item {
    margin-bottom: 30px;
}
.images-block {
    max-width: 20px;
    margin-right: 10px;
}
.lift-height {
    margin-bottom: 10px;
}
.price {
    margin-bottom: 34px;
}
.caption-srong {
    font-weight: 600;
    font-size: 1.1em;
}
/*why-we-block*/
.why-we.section {
    padding: 100px 0;
    background-size: cover;
    background-position: 50% 50%;
}
.why-we {
    overflow: hidden;
    background-position: center;
}
.why-we .inner-box {
    margin-bottom: 50px;
}
.why-we .why-wrapper:last-child .inner-box {
    margin-bottom: 0;
}
.why-we:last-child .inner-box {
    margin-bottom: 0;
}
.why-we .inner-box img {
    margin-right: 25px;
    max-width: 50px;
    height: 50px;
}
.why-we .inner-box .sign {
    font-size: 18px;
}
.why-we .option-title {
    margin-bottom: 80px;
}
.box-opacity {
    position: absolute;
    content: '';
    width: 1100px;
    height: 1000px;
    transform: rotate(17deg);
    background-color: #252627;
    top: -293px;
    left: -300px;
    opacity: 0.9;
}
/*description*/
.description h1 {
    position: relative;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 60px;
    letter-spacing: 1px;
    z-index: 2;
    margin-top: 0;
}
.description h1::after {
    content: '';
    width: 125px;
    position: absolute;
    background-color: #52b534;
    height: 5px;
    bottom: -14px;
    left: 0;
}
footer .map,
footer .phone,
footer .email {
    line-height: 23px;
    transition: .3s ease;
}
footer .phone:hover,
footer .email:hover {
    color: #52b534 !important;
}
/*bredcramb*/
.breadcrumbs-row {
    margin-bottom: 1em;
    background: #212121 !important;
    padding: 0.8em 0;
    font-size: 13px;
}
.breadcrumbs-row .breadcrumbs i {
    font-size: 0.8em;
    padding: 0 0.5em;
}
.breadcrumb_last {
    color: #52b534 !important;
}
/*contact*/
.page-contacts .row-cont {
    margin-bottom: 1.5em;
    font-size: 18px;
}
.page-contacts .row-cont i {
    margin-right: 0.5em;
}
/*single*/
.galery-blog,
.desctription-cont {
    margin-top: 30px;
}
/*............................................Media_Style...................................................*/
@media (min-width: 1470px) {
    .container {
        max-width: 1440px;
    }
    /*Bootstrap XXL*/
    .col-xxl-20p {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .col-xxl-1,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl,.col-xxl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col-xxl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xxl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xxl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xxl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xxl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xxl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xxl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xxl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xxl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xxl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xxl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xxl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xxl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xxl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.m-xxl-0{margin:0!important}.mt-xxl-0,.my-xxl-0{margin-top:0!important}.mr-xxl-0,.mx-xxl-0{margin-right:0!important}.mb-xxl-0,.my-xxl-0{margin-bottom:0!important}.ml-xxl-0,.mx-xxl-0{margin-left:0!important}.m-xxl-1{margin:.25rem!important}.mt-xxl-1,.my-xxl-1{margin-top:.25rem!important}.mr-xxl-1,.mx-xxl-1{margin-right:.25rem!important}.mb-xxl-1,.my-xxl-1{margin-bottom:.25rem!important}.ml-xxl-1,.mx-xxl-1{margin-left:.25rem!important}.m-xxl-2{margin:.5rem!important}.mt-xxl-2,.my-xxl-2{margin-top:.5rem!important}.mr-xxl-2,.mx-xxl-2{margin-right:.5rem!important}.mb-xxl-2,.my-xxl-2{margin-bottom:.5rem!important}.ml-xxl-2,.mx-xxl-2{margin-left:.5rem!important}.m-xxl-3{margin:1rem!important}.mt-xxl-3,.my-xxl-3{margin-top:1rem!important}.mr-xxl-3,.mx-xxl-3{margin-right:1rem!important}.mb-xxl-3,.my-xxl-3{margin-bottom:1rem!important}.ml-xxl-3,.mx-xxl-3{margin-left:1rem!important}.m-xxl-4{margin:1.5rem!important}.mt-xxl-4,.my-xxl-4{margin-top:1.5rem!important}.mr-xxl-4,.mx-xxl-4{margin-right:1.5rem!important}.mb-xxl-4,.my-xxl-4{margin-bottom:1.5rem!important}.ml-xxl-4,.mx-xxl-4{margin-left:1.5rem!important}.m-xxl-5{margin:3rem!important}.mt-xxl-5,.my-xxl-5{margin-top:3rem!important}.mr-xxl-5,.mx-xxl-5{margin-right:3rem!important}.mb-xxl-5,.my-xxl-5{margin-bottom:3rem!important}.ml-xxl-5,.mx-xxl-5{margin-left:3rem!important}.p-xxl-0{padding:0!important}.pt-xxl-0,.py-xxl-0{padding-top:0!important}.pr-xxl-0,.px-xxl-0{padding-right:0!important}.pb-xxl-0,.py-xxl-0{padding-bottom:0!important}.pl-xxl-0,.px-xxl-0{padding-left:0!important}.p-xxl-1{padding:.25rem!important}.pt-xxl-1,.py-xxl-1{padding-top:.25rem!important}.pr-xxl-1,.px-xxl-1{padding-right:.25rem!important}.pb-xxl-1,.py-xxl-1{padding-bottom:.25rem!important}.pl-xxl-1,.px-xxl-1{padding-left:.25rem!important}.p-xxl-2{padding:.5rem!important}.pt-xxl-2,.py-xxl-2{padding-top:.5rem!important}.pr-xxl-2,.px-xxl-2{padding-right:.5rem!important}.pb-xxl-2,.py-xxl-2{padding-bottom:.5rem!important}.pl-xxl-2,.px-xxl-2{padding-left:.5rem!important}.p-xxl-3{padding:1rem!important}.pt-xxl-3,.py-xxl-3{padding-top:1rem!important}.pr-xxl-3,.px-xxl-3{padding-right:1rem!important}.pb-xxl-3,.py-xxl-3{padding-bottom:1rem!important}.pl-xxl-3,.px-xxl-3{padding-left:1rem!important}.p-xxl-4{padding:1.5rem!important}.pt-xxl-4,.py-xxl-4{padding-top:1.5rem!important}.pr-xxl-4,.px-xxl-4{padding-right:1.5rem!important}.pb-xxl-4,.py-xxl-4{padding-bottom:1.5rem!important}.pl-xxl-4,.px-xxl-4{padding-left:1.5rem!important}.p-xxl-5{padding:3rem!important}.pt-xxl-5,.py-xxl-5{padding-top:3rem!important}.pr-xxl-5,.px-xxl-5{padding-right:3rem!important}.pb-xxl-5,.py-xxl-5{padding-bottom:3rem!important}.pl-xxl-5,.px-xxl-5{padding-left:3rem!important}.m-xxl-n1{margin:-.25rem!important}.mt-xxl-n1,.my-xxl-n1{margin-top:-.25rem!important}.mr-xxl-n1,.mx-xxl-n1{margin-right:-.25rem!important}.mb-xxl-n1,.my-xxl-n1{margin-bottom:-.25rem!important}.ml-xxl-n1,.mx-xxl-n1{margin-left:-.25rem!important}.m-xxl-n2{margin:-.5rem!important}.mt-xxl-n2,.my-xxl-n2{margin-top:-.5rem!important}.mr-xxl-n2,.mx-xxl-n2{margin-right:-.5rem!important}.mb-xxl-n2,.my-xxl-n2{margin-bottom:-.5rem!important}.ml-xxl-n2,.mx-xxl-n2{margin-left:-.5rem!important}.m-xxl-n3{margin:-1rem!important}.mt-xxl-n3,.my-xxl-n3{margin-top:-1rem!important}.mr-xxl-n3,.mx-xxl-n3{margin-right:-1rem!important}.mb-xxl-n3,.my-xxl-n3{margin-bottom:-1rem!important}.ml-xxl-n3,.mx-xxl-n3{margin-left:-1rem!important}.m-xxl-n4{margin:-1.5rem!important}.mt-xxl-n4,.my-xxl-n4{margin-top:-1.5rem!important}.mr-xxl-n4,.mx-xxl-n4{margin-right:-1.5rem!important}.mb-xxl-n4,.my-xxl-n4{margin-bottom:-1.5rem!important}.ml-xxl-n4,.mx-xxl-n4{margin-left:-1.5rem!important}.m-xxl-n5{margin:-3rem!important}.mt-xxl-n5,.my-xxl-n5{margin-top:-3rem!important}.mr-xxl-n5,.mx-xxl-n5{margin-right:-3rem!important}.mb-xxl-n5,.my-xxl-n5{margin-bottom:-3rem!important}.ml-xxl-n5,.mx-xxl-n5{margin-left:-3rem!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}
    /*END_Bootstrap XXL*/
}
/*....FullHD....*/
@media (max-width: 1469px) {
    /*interface*/
    .section {
        padding: 45px 0;
    }
    .block-title {
        font-size: 28px;
        margin-bottom: 55px;
    }
    .block-title::after {
        width: 120px;
    }
    .btn {
        padding: 10px 25px;
        font-size: 14px;
    }
    /*header*/
    #topnav li a {
        font-size: 16px;
    }
    #topnav li {
        padding-right: 25px;
    }
    .phones-container a {
        font-size: 18px;
    }
    #top .logo img {
        max-width: 150px;
    }
    /*catalog*/
    .catalog .caption {
        padding: 20px 20px 20px 25px;
    }
    .catalog .price,
    .catalog .lift-height {
        font-size: 14px;
    }
    .catalog .price {
        margin-bottom: 23px;
    }
    .catalog .title {
        font-size: 17px;
    }
    /*why-we*/
    .why-we.section {
        padding: 60px 0;
    }
    .why-we .option-title {
        margin-bottom: 60px;
    }
    .box-opacity {
        width: 950px;
        height: 800px;
        top: -260px;
    }
    .why-we .inner-box .sign {
        font-size: 16px;
    }
    .why-we .inner-box img {
        margin-right: 20px;
        max-width: 45px;
        height: 45px;
    }
    .why-we .inner-box {
        margin-bottom: 40px;
    }
    /*dascription*/
    .description h1 {
        font-size: 28px;
        margin-bottom: 50px;
    }
    .desctription-cont {
        font-size: 15px;
    }

    .desctription-cont :not() p{
      display: none;
    }
}
/*....Netbooks....*/
@media (max-width: 1199px) {
    /*interface*/
    .owl-carousel .owl-nav>button svg {
        font-size: 15px;
        padding: .6em .7em;
    }
    .section {
        padding: 35px 0;
    }
    .btn {
        padding: 8px 22px;
        font-size: 12px;
    }
    .block-title {
        font-size: 24px;
        margin-bottom: 45px;
    }
    .block-title::after {
        width: 105px;
    }
    /*header*/
    .phones-container a {
        font-size: 16px;
    }
    #topnav li a {
        font-size: 15px;
    }
    #topnav li {
        padding-right: 15px;
    }
    #top .logo img {
        max-width: 130px;
    }
    /*catalog*/
    .catalog .title {
        margin-bottom: 15px;
        font-size: 15px;
    }
    .catalog .price,
    .catalog .lift-height {
        font-size: 13px;
        line-height: 1.2;
    }
    /*why-we*/
    .why-we.section {
        padding: 50px 0;
    }
    .box-opacity {
        width: 750px;
        height: 700px;
        top: -185px;
        left: -200px;
    }
    .why-we .option-title {
        margin-bottom: 50px;
    }
    .why-we .inner-box .sign {
        font-size: 14px;
    }
    .why-we .inner-box img {
        margin-right: 15px;
        max-width: 35px;
        height: 35px;
    }
    /*description*/
    .description h1 {
        font-size: 24px;
        margin-bottom: 45px;
    }
    .description h1::after {
        width: 105px;
    }
    /*footer*/
    footer .map,
    footer .phone,
    footer .email {
        line-height: 1.3;
        font-size: 14px;
    }
    footer i:before {
        font-size: 25px;
        margin-bottom: .8em;
    }
}
/*....Tablets....*/
@media (max-width: 991px) {
    /*inteface*/
    .btn-take {
        padding: 10px 25px !important;
        font-size: 15px !important;
    }
    /*menu*/
    .navbar-collapse {
        display: block !important;
        position: fixed;
        left: -300px;
        top: 0;
        bottom: 0;
        padding: 30px 20px;
        z-index: 999;
        background: #fff;
        width: 280px;
        overflow-x: hidden;
        overflow-y: auto;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
        transition: all .5s ease;
    }
    .navbar-collapse.open {
        left: 0;
    }
    .menu-mask {
        opacity: 0;
        position: fixed;
        left: -9999px;
        top: 0;
        background: rgba(0, 0, 0, 0.6);
        z-index: 992;
        transition: opacity 0.2s ease;
    }
    .menu-mask.active {
        opacity: 1;
        left: 0;
        right: 0;
        bottom: 0;
    }
    #topnav li {
        padding-right: 0;
        margin-bottom: 3px;
    }
    #topnav .top-menu>.menu-item>a {
        font-size: 17px;
        padding: 10px;
        display: block;
        background: #e5e5e5;
    }
    .phones-container {
        margin-bottom: 0;
    }
    .phones {
        padding: 5px;
        padding-bottom: 10px;
        border-bottom: 3px solid #52b534;
        margin-bottom: 10px;
    }
    .phones-container a {
        font-size: 20px;
        line-height: 1.2;
    }
    body.hidden {
        overflow: hidden !important;
    }
    /*interface*/
    .navbar-toggler {
        border: none !important;
    }
    .section {
        padding: 30px 0;
    }
    .block-title {
        font-size: 22px;
        margin-bottom: 40px;
    }
    .block-title::after {
        width: 90px;
    }
    .btn {
        font-size: 13px;
    }
    /*catalog*/
    .catalog .price {
        margin-bottom: 15px;
    }
    .catalog .title {
        margin-bottom: 20px;
        font-size: 17px;
    }
    .catalog .price,
    .catalog .lift-height {
        font-size: 14px;
    }
    .catalog .image {
        flex: 0 0 40%;
        min-width: 40%;
    }
    .catalog .caption {
        width: 60%;
    }
    /*why-we*/
    .why-we .inner-box .sign {
        font-size: 13px;
    }
    .box-opacity {
        width: 750px;
        height: 600px;
        top: -155px;
        left: -230px;
    }
    .why-we.section {
        padding: 40px 0;
    }
    /*description*/
    .desctription-cont {
        height: 350px;
        overflow-y: scroll;
        overflow-x: hidden;
        padding-right: 10px;
    }
    .desctription-cont {
        font-size: 15px;
    }
    /*bredcrambs*/
    .breadcrumbs-row {
        font-size: 13px;
    }
}
/*....Smartphones_Landscape_orientation....*/
@media (max-width: 767px) {
    .preloader img {
        width: 50px;
    }
    .skroll_top {
        left: 15px;
    }
    .skroll_top.fix {
        bottom: 15px;
    }
    .skroll_top a {
        font-size: 25px;
        width: 30px;
        height: 30px;
    }
    .container-circle {
        right: 20px;
        bottom: -35px;
    }
    /*interface*/
    .navbar-collapse {
        padding: 20px 10px;
        width: 270px;
    }
    #topnav .top-menu>.menu-item>a {
        font-size: 16px;
    }
    .btn {
        font-size: 12px;
    }
    .section {
        padding: 25px 0;
    }
    .block-title {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .block-title::after {
        height: 4px;
        bottom: -10px;
    }
    /*header*/
    #top {
        padding: 10px 0;
    }
    #top .logo img {
        max-width: 115px;
    }
    /*catalog*/
    .box-opacity {
        width: 950px;
        height: 450px;
        top: -50px;
        left: -150px;
        transform: rotate(0);
    }
    .catalog .title {
        margin-bottom: 15px;
        font-size: 16px;
    }
    .catalog .images-block {
        max-width: 18px;
        margin-right: 8px;
    }
    /*why-we*/
    /*description*/
    .description h1 {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .description h1::after {
        height: 4px;
        bottom: -10px;
        width: 90px;
    }
    .desctription-cont {
        height: 300px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
}
/*....Smartphones_Portrait_orientation....*/
@media (max-width: 575px) {
    /*interace*/
    .btn-take {
        font-size: 18px !important;
    }
    #top .logo img {
        max-width: 100px;
    }
    .owl-carousel .owl-nav>button svg {
        font-size: 13px;
        padding: .5em .6em;
    }
    .owl-carousel .owl-nav .owl-prev {
        left: 1.5em;
    }
    .owl-carousel .owl-nav .owl-next {
        right: 1.5em;
    }
    .block-title {
        font-size: 19px;
        margin-bottom: 30px;
    }
    .block-title::after {
        height: 3px;
        bottom: -10px;
    }
    .section {
        padding: 20px 0;
    }
    /*header*/
    /*catalog*/
    .catalog .image {
        flex: 0 0 100%;
        min-width: 100%;
        height: 200px;
    }
    .catalog .caption {
        width: 100%;
        padding: 10px 10px 10px 10px;
    }
    .catalog .title {
        font-size: 15px;
    }
    .catalog .price,
    .catalog .lift-height {
        font-size: 13px;
    }
    /*why-we*/
    .why-we .inner-box img {
        margin-right: 10px;
        max-width: 30px;
        height: 30px;
    }
    .why-we .inner-box {
        margin-bottom: 25px;
    }
    /*description*/
    .desctription-cont {
        height: 250px;
        padding-right: 15px;
    }
    .description h1 {
        font-size: 19px;
    }
    /*footer*/
    .copyright {
        font-size: 12px;
    }
    footer i:before {
        font-size: 22px;
        margin-bottom: .7em;
    }
    /*bredcrambs*/
    .breadcrumbs-row {
        font-size: 12px;
    }
    /*contacts*/
    .page-contacts .row-cont {
        margin-bottom: 1em;
        font-size: 17px;
    }
}