/*   
Theme Name: rubik
Version: 1.23
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: 1.5em 0;
}
.aligncenter,
img.aligncenter {
    display: block;
    margin: 1.5em auto;
}
.alignleft,
img.alignleft {
    float: left;
    margin: 0.3em 1em 0.5em 0;
    max-width: 40%;
}
.alignright,
img.alignright {
    float:right;
    margin: 0.3em 0 0.5em 1em;
    max-width: 40%;
}

.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: 'Nunito', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #42424d;
    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: #51bb47;
}
a:hover {
    color: #51bb47;
}

iframe {
    max-width: 100%;
}
::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;
}
h1, .h1 {
    font-size: 30px;
}
h2, .h2 {
    font-size: 28px;
}
h3, .h3 {
    font-size: 26px;
}
h4, .h4 {
    font-size: 24px;
}
/*END_Reset*/
/*Section_Content*/
article p {
    margin-bottom: 1rem;
}
article>h1:first-child,
article>h2:first-child,
article>h3:first-child,
article>h4:first-child {
    margin-top: 0 !important
}
article dl,
article ol,
article ul {
    margin-bottom: 1rem;
    padding-left: 25px;
}
/*END_Section_Content*/

/*Modal*/
.modal .modal-header .modal-title {
    font-size: 24px;
    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*/

/*Contact_Form_7*/
.wpcf7-form {
    position: relative;
}
.wpcf7-form-control:not(.wpcf7-submit),
.form-control {
    font-size: 16px;
    padding: 1em 1.5em;
    height: initial;
    line-height: 1;
    border: 1px solid transparent;
    width: 100%;
    outline: none;
    background: #e3e3e4;
    border-radius: 3rem;
}
.wpcf7-form-control:not(.wpcf7-submit):focus,
.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgb(81 187 71 / 50%);
}
.wpcf7-submit {
    font-size: 18px;
    padding: 0.8em 1em;
    width: 100%;
}
.wpcf7-form .not-poblish {
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    display: block;
    color: #575761;
}
.wpcf7-form textarea {
    resize: none;
}
.wpcf7-form .ajax-loader {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0!important;
    background: rgb(255 255 255 / 70%);
    width: 100%!important;
    height: 100%!important;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0;
}
.wpcf7-form .wpcf7-form-control-wrap {
    display: block;
}
.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 11px;
    position: absolute;
    right: 20px;
    bottom: 0;
}
.wpcf7-form .wpcf7-validation-errors {
    display: none!important;
}
.wpcf7-form .wpcf7-mail-sent-ok {
    background: #13bfb3;
    margin: 1em 0 0;
    text-align: center;
    padding: 0.5em 1em;
    font-size: 15px;
    border: none;
    color: #fff;
}
.wpcf7 .ajax-loader::before {
    background-color: #51bb47;
    top: 50%;
    left: 50%;
}
.wpcf7 form .wpcf7-response-output {
    margin: 1em 0.5em 0em;
    padding: 0.1em 0.5em;
    border: 1px solid #51bb47;
    font-size: 13px;
}
/*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: -24px;
}
.owl-carousel .owl-nav .owl-next {
    right: -24px;
}
.owl-carousel .owl-nav > button svg {
    font-size: 30px;
    opacity: 0.5;
    color: #231f1f;
    transition: all .2s ease;
}
.owl-carousel .owl-nav > button:hover svg {
    opacity: 1;
}
/*END_Owl_Carousel*/

/*Skroll_Top*/
.skroll_top {
    position: fixed;
    bottom: -30px;
    left: 30px;
    background: #51bb47;
    border-radius: 3px;
    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: 3rem;
    padding: 1em 2em;
    line-height: 1;
    font-weight: 600;
    white-space: normal;
    cursor: pointer;
    transition: all 0.05s ease!important
}
.btn.focus, .btn:focus {
    box-shadow: none;
}
.form-control:focus {
    border-color: #00b0b0;
    box-shadow: none;
}

.btn-primary {
    color: #fff;
    background-color: #e8841a;
    border-color: #e8841a;
    box-shadow: 0px 3px 0px 0px #c47016!important;
    position: relative;
    bottom: 0;
}
.btn-primary:hover {
    color: #fff;
    background-color: #d47917;
    border-color: #d47917;
    box-shadow: none!important;
    bottom: -3px;
}
.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!important;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #d47917;
    border-color: #d47917;
    box-shadow: none!important;
}
.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #d47917;
    border-color: #d47917;
    box-shadow: none!important;
}

.btn-secondary {
    color: #fff;
    background-color: #51bb47;
    border-color: #51bb47;
    box-shadow: 0px 3px 0px 0px #3f9137!important;
    position: relative;
    bottom: 0;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #49a840;
    border-color: #49a840;
    box-shadow: none!important;
    bottom: -3px;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none!important;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #49a840;
    border-color: #49a840;
    box-shadow: none!important;
}
.btn-secondary.focus,
.btn-secondary:focus {
    color: #fff;
    background-color: #49a840;
    border-color: #49a840;
    box-shadow: none!important;
}

/*Background_Color*/
.bg-grey{
    background: #f0f0f0;
}
.bg-orange{
    background: #ec6611;   
}
/*END_Background_Color*/

/*Font_Text*/
.text-300 {
    font-weight: 300;
}
.text-400 {
    font-weight: 400;
}
.text-600 {
    font-weight: 600;
}
.text-700 {
    font-weight: 700;
}
/*END_Font_Text*/

/*Color_Text*/
.text-black {
    color: #42424d;
}
.text-green {
    color: #51bb47;
}
.text-grey {
    color: #575761;
}
/*END_Color_Text*/

/*Color_Link*/
.text-black a,
a.text-black {
    color: #42424d;
}
.text-green a,
a.text-green {
    color: #51bb47;
}
.text-grey a,
a.text-grey {
    color: #575761;
}
.text-white a,
a.text-white {
    color: #fff;
}
.text-black a:hover,
a.text-black:hover,
.text-green a:hover,
a.text-green:hover,
.text-grey a:hover,
a.text-grey:hover,
.text-white a:hover,
a.text-white:hover {
    color: #51bb47;
}
/*END_Color_Link*/

.border,
.border-top,
.border-right,
.border-bottom,
.border-left {
    border-color: #dfdfdf!important;
}
hr {
    border-top: 1px solid #dfdfdf;
}


/*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*/

header {
    background: #42424d url(images/fon-header.jpg) no-repeat 50% 0/cover;
}
.top-line {
    border-bottom: 1px solid rgb(255 255 255 / 15%);
    padding: 0.5em 0 0.4em;
}
.top-line .address {
    font-size: 16px;
}
.top-line .address svg {
    font-size: 1.3em;
    margin-right: 0.1em;
    margin-top: -0.4em;
}
.top-line .languages {
    list-style: none;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
}
.top-line .languages li:nth-child(n+2) {
    margin-left: 0.8em;
}
.top-line .languages li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.top-line .languages li.current-lang a,
.top-line .languages li a:hover {
    color: #51bb47;
}

header .top-middle {
    padding: 1.4em 0;
}
header .logo img {
    width: 350px;
}

header .phones a {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    line-height: 1.3;
}
header .phones a:hover {
    color: #51bb47;
}
header .phones a span {
    color: #51bb47;
    font-size: 20px;
}

#top-nav-ul > li:nth-child(n+2) {
    margin-left: 50px;
    position: relative;
} 
#top-nav-ul > li:nth-child(n+2):before {
    content: "";
    background: #51bb47;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    left: -25px;
    top: calc(50% + -2px);
} 
#top-nav-ul > li > a {
    font-size: 20px;
    text-decoration: none;
    color: #fff;
}
#top-nav-ul > li.active > a,
#top-nav-ul > li:hover > a {
    color: #51bb47;
}

.main-screen {
    padding: 8rem 0rem 10rem;
}
.main-screen .content .heading {
    font-size: 55px;
    line-height: 1.2;
    margin-bottom: 0.8em;
}
.main-screen .content .sign {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 5rem;
}

.main-screen .block-info-bar {
    max-width: 330px;
}
.main-screen .info-bar {
    background: rgb(72 166 63 / 40%);
    border-left: 5px solid rgb(255 255 255 / 40%);
    padding: 2rem 1rem 2rem 3rem;
}
.main-screen .info-bar .title {
    font-size: 55px;
    line-height: 1;
}
.main-screen .info-bar .sign {
    font-size: 17px;
    line-height: 1.2;
    margin-top: 0.8em;
}
.main-screen .btn-slider {
    font-size: 20px;
}

.main-screen .btn-sign {
    margin-left: 2rem;
    max-width: 290px;
    font-size: 15px;
}
.main-screen .btn-sign b {
    color: #51bb47; 
}

.services .item {
    margin-bottom: 30px;
    box-shadow: 0 0.1rem 0.8rem rgba(0,0,0,.15);
    transition: all 0.2s ease;
}
.services .item:hover {
    box-shadow: 0 0.1rem 1rem rgba(0,0,0,.25); 
}
.services .item .img img {
    width: 100%!important;
}
.date-absolute {
    position: absolute;
    right: 0;
    top: 10px;
    background: #51bb47;
    color: #fff;
    padding: 0.3em 0.8em;
    font-size: 14px;
}
.services .item .caption .title a {
    font-size: 20px;
    text-decoration: none;
    line-height: 1.3;
    margin-bottom: 0.8em;
    display: block;
    font-weight: 600;
}
.services .item .caption ul {
    padding-left: 20px;
    margin-bottom: 0;
}
.services .item .caption ul li a {
    font-size: 16px;
    font-weight: 300;
    display: block;
    margin-bottom: 0.8em;
    line-height: 1.3;
    text-decoration: none;
}
.services .item .caption ul li::marker {
    color: #51bb47;
}
.services .item .caption .link-more a {
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
}
.services .item .caption .link-more a:hover {
    color: #e8841a;
}
.services .item .caption .link-more a svg {
    fill: #51bb47;
    font-size: 2em;
    margin-left: 0.2em;
    margin-top: -1px;
    transition: all 0.2s ease;
}
.services .item .caption .link-more a:hover svg {
    fill: #e8841a;
}
.photo-post {
    float: right;
    width: 25%;
    margin-left: 1em;
    margin-bottom: 1em;
}


.advantages {
    background: #42424d url(images/fon-form.jpg) no-repeat 50% 50%/cover;
}
.advantages .item {
    background: #484854;
    position: relative;
    padding: 30px 30px 15px;
}
.advantages .item:before {
    content: "";
    background: url(images/icon-advant.svg) no-repeat 50% 50%/contain;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 45px;
    height: 45px;
}
.advantages .item:after {
    content: "";
    background: rgb(81 187 71 / 20%);
    position: absolute;
    bottom: -10px;
    width: calc(100% + -40px);
    height: 10px;
    left: 20px
}
.advantages .item .icon img {
    height: 65px;
}
.advantages .item .title {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 0.6em;
    margin-top: 2em;
}
.advantages .item .sign {
    font-size: 15px;
    line-height: 1.4;
}
.advantages .btn-advant {
    font-size: 18px;
}
.advantages .sign-btn-right {
    margin-left: 2rem;
    max-width: 320px;
    font-size: 15px;
}
.advantages .sign-btn-right b {
    color: #51bb47;
}

.main-header {
    font-size: 34px;
    font-weight: 600;
    margin-top: 0;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}
.main-header-sign {
    color: #51bb47;
    font-size: 22px;
    line-height: 1.3;
    margin-top: -15px;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.description article {
    column-count: 2;
    column-gap: 30px;
    text-align: justify;
    column-fill: auto;
    -moz-column-fill: balance;
}

/*Section_Footer*/
footer {
    margin-top: 3rem;
}
footer .row-contacts {
    background: #42424d url(images/fon-footer.jpg) no-repeat 50% 50%/cover;
    padding: 3rem 0;
}

.block-contacts .title-footer {
    font-size: 30px;
    margin-bottom: 0.8em;
}
.block-contacts .row-cont {
    font-size: 18px;
    display: flex;
    margin-bottom: 0.7em;
    line-height: 1.4;
}
.block-contacts .row-cont.phone {
    font-size: 20px;
}
.block-contacts .row-cont svg {
    font-size: 24px;
    margin-right: 0.4em;
}
.block-contacts .social a {
    font-size: 30px;
    margin-left: 1em;
}

footer .form-footer {
    background: #fff;
    padding: 1.5rem 2rem 2rem;
}
footer .form-footer .title-form {
    font-weight: 600;
    text-align: center;
    font-size: 28px;
    display: block;
    line-height: 1;
}

.footer-bootom {
    padding: 0.8rem 0;
}
#bottom-nav > li:nth-child(n+2) {
    margin-left: 3em;
}
#bottom-nav > li > a {
    font-size: 18px;
    text-decoration: none;
    color: #42424d;
}
#bottom-nav > li.current-menu-item > a,
#bottom-nav > li:hover > a {
    color: #51bb47;
}
footer .copyright {
    font-size: 14px;
}
.footer-bootom .info-menu-footer a:first-child {
    margin-bottom: 0.4em;
}
.footer-bootom .info-menu-footer a {
    font-size: 15px;
    display: inline-block;
    line-height: 1.3;
}
/*END_Section_Footer*/

.breadcrumbs {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 1rem;
    padding-top: 0.3rem;
}
.breadcrumbs a {
    color: #42424d;
}
.breadcrumbs .breadcrumb_last {
    color: #51bb47;
}




/*............................................Media_Style...................................................*/

@media (min-width: 1470px) {
    .container {
        max-width:1440px;
    }
    .container-fluid {
        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) {
    h1, .h1 {
        font-size: 26px;
    }
    h2, .h2 {
        font-size: 24px;
    }
    h3, .h3 {
        font-size: 22px;
    }
    h4, .h4 {
        font-size: 22px;
    }
    .top-line .address {
        font-size: 15px;
    }
    header .logo img {
        width: 300px;
    }
    header .phones a {
        font-size: 22px;
    }
    header .phones a span {
        font-size: 18px;
    }
    #top-nav-ul > li > a {
        font-size: 18px;
    }
    #top-nav-ul > li:nth-child(n+2) {
        margin-left: 40px;
    }
    #top-nav-ul > li:nth-child(n+2):before {
        left: -20px;
    }
    .main-screen .content .sign {
        font-size: 26px;
        margin-bottom: 4rem;
    }
    .main-screen .content .heading {
        font-size: 45px;
        margin-bottom: 0.5em;
    }
    .main-screen .btn-slider {
        font-size: 18px;
    }
    .main-screen .info-bar .title {
        font-size: 45px;
    }
    .main-screen .info-bar .sign {
        font-size: 16px;
    }
    .main-header {
        font-size: 32px;
    }
    .main-header-sign {
        font-size: 20px;
    }
    .services .item .caption .title a {
        font-size: 18px;
    }
    .services .item .caption ul li a {
        font-size: 15px;
    }
    .services .item .caption .link-more a {
        font-size: 14px;
    }
    .advantages .item .icon img {
        height: 60px;
    }
    .advantages .item .sign {
        font-size: 14px;
    }
    .advantages .item {
        padding: 15px 15px 15px;
    }
    .advantages .item .title {
        font-size: 18px;
    }
}

/*....Netbooks....*/
@media (max-width: 1199px) {
    .main-screen .block-info-bar {
        align-items: flex-start;
        max-width: 100%;
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding-top: 60px;
    }
    .main-screen .info-bar {
        width: 40%;
    }
    .main-screen {
        padding: 5rem 0rem 4rem;
    }
    .photo-post {
        width: 30%;
    }
}


/*....Tablets....*/
@media (max-width: 991px) {
    #topnav {
        display: block!important;
        position: fixed;
        left: -350px;
        top: 0;
        bottom: 0;
        background: #fff;
        width: 300px;
        z-index: 998;
        padding-bottom: 100px;
        transition: all 0.3s ease;
    }
    #topnav.open {
        left: 0px;
    }
    #topnav .phone-mobile {
        background: #484854;
        padding: 15px;
        position: relative;
    }
    #topnav .phone-mobile a {
        font-weight: 600;
        font-size: 22px;
        text-decoration: none;
    }
    #topnav .phone-mobile .btn-close {
        position: absolute;
        right: 0;
        top: 0;
        background: #e8841a;
        width: 50px;
        padding: 12px;
        height: 50px;
        cursor: pointer;
    }
    .btn-mobile {
        padding: 0.2em 1.2em;
        font-size: 1.8em;
    }
    #top-nav-ul {
        padding: 0px 15px;
    }
    #top-nav-ul > li:nth-child(n+2):before {
        display: none;
    }
    #top-nav-ul > li:nth-child(n+2) {
        margin-left: 0px;
    }
    #top-nav-ul > li > a {
        font-size: 20px;
        background: #e3e3e4;
        display: block;
        border-radius: 3rem;
        margin-top: 15px;
        padding: 0.5em 1.5em;
        color: #42424d;
    }
    #top-nav-ul > li.active > a,
    #top-nav-ul > li:hover > a {
        background: #51bb47;
        color: #fff;
    }

    .main-header {
        font-size: 30px;
        margin-bottom: 1.2rem;
    }
    .main-header-sign {
        font-size: 18px;
    }
    .services .item .caption .title a {
        font-size: 16px;
    }
    .services .item .caption ul li a {
        font-size: 14px;
    }
    .advantages .item {
        margin-bottom: 30px;
    }
    .description article {
        font-size: 14px;
    }
    footer .form-footer .title-form {
        font-size: 26px;
    }
    .block-contacts .title-footer {
        font-size: 26px;
    }
    .block-contacts .row-cont {
        font-size: 16px;
    }
    .block-contacts .row-cont.phone {
        font-size: 18px;
    }
    .block-contacts .row-cont svg {
        font-size: 22px;
    }
    #bottom-nav {
        display: none;
    }
}


/*....Smartphones_Landscape_orientation....*/
@media (max-width: 767px) {
    body {
        font-size: 15px;
    }
    h1, .h1 {
        font-size: 22px;
    }
    h2, .h2 {
        font-size: 21px;
    }
    h3, .h3 {
        font-size: 20px;
    }
    h4, .h4 {
        font-size: 19px;
    }
    .skroll_top {
        left: 15px;
    }
    .skroll_top.fix {
        bottom: 15px;
    }
    .skroll_top a {
        font-size: 25px;
        width: 30px;
        height: 30px;
    }
    .top-line .languages li a {
        font-size: 18px;
    }
    .main-screen .content .heading {
        font-size: 36px;
    }
    .main-screen .content .sign {
        font-size: 22px;
        margin-bottom: 3rem;
    }
    .main-screen .info-bar {
        width: 49%;
        padding: 1.5rem 1rem 1.5rem 1rem;
    }
    .advantages .sign-btn-right,
    .main-screen .btn-sign {
        margin: 1em auto 0;
    }
    .description article {
        font-size: 14px;
        column-count: initial;
        max-height: 350px;
        overflow-x: hidden;
        overflow-y: auto;
    }
    footer {
        margin-top: 2rem;
    }
    footer .row-contacts {
        padding: 2rem 0;
    }
    footer .form-footer {
        margin-bottom: 2rem;
    }
    .photo-post {
        width: 50%;
    }
}


/*....Smartphones_Portrait_orientation....*/
@media (max-width: 575px) {
    .alignnone,
    img.alignnone,
    .aligncenter,
    img.aligncenter,
    .alignleft,
    img.alignleft,
    .alignright,
    img.alignright {
        float:none;
        max-width: 100%;
        margin: 1em auto;
        display: block;
    }
    .btn-mobile {
        padding: 0.2em 1em;
        font-size: 1.6em;
    }
    header .logo img {
        width: 240px;
    }
    .main-screen .content .heading {
        font-size: 30px;
        margin-bottom: 1em;
    }
    .main-screen .content .sign {
        font-size: 20px;
        margin-bottom: 2rem;
    }
    .main-screen {
        padding: 4rem 0rem 1rem;
    }
    .main-screen .block-info-bar {
        max-width: 100%;
        width: 100%;
        display: block;
        padding-top: 30px;
    }
    .main-screen .info-bar {
        width: 100%;
        margin-bottom: 15px;
    }
    .services .item .caption .title a {
        font-size: 20px;
    }
    .services .item .caption ul li a {
        font-size: 16px;
    }
    .advantages .item .title {
        margin-top: 1em;
    }
    .advantages .item .icon img {
        height: 50px;
    }
    .main-header-sign {
        font-size: 16px;
    }
    footer .form-footer .title-form {
        font-size: 24px;
    }
    .wpcf7-form .not-poblish {
        font-size: 13px;
    }
    .wpcf7-submit {
        font-size: 16px;
    }
    footer .form-footer {
        padding: 1.5rem 1rem 1.5rem;
    }
    .wpcf7-form-control:not(.wpcf7-submit), .form-control {
        font-size: 15px;
    }
    .photo-post {
        width: 100%;
        float: none;
        margin-left: 0;
    }
}
