/*   
Theme Name: rubik
Version: 1.45
Author: rubik
Author URI: https://rubik.com.ua/
*/
@font-face {
    font-family: 'fa-viber';
    src:url('fonts/fa-viber.eot');
    src:url('fonts/fa-viber-1.eot') format('embedded-opentype'),
        url('fonts/fa-viber.ttf') format('truetype'),
        url('fonts/fa-viber.woff') format('woff'),
        url('fonts/fa-viber.svg') 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;
}
.img-messenger {
    width: 0;
    height: 0;
    overflow: hidden;
}
/* =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: 18px;
    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: 'Nunito', Arial, sans-serif;
}
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
button,
a {
    outline: none!important;
    transition: all .2s ease;
}
a {
    color: #000000;
}
a:hover {
    color: #000000;
}

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;
    list-style-position: inside;
}
/*END_Section_Content*/

/*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: 100px;
    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 #000000;
}
.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: #000000;
    -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: 16px;
    padding: 1em 1em;
    height: initial;
    line-height: 1;
    border: 1px solid #e5e5e5;
    width: 100%;
    outline: none;
    background: #eaeaec;
}
.wpcf7-form-control:not(.wpcf7-submit):focus,
.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.2);
}
.wpcf7-submit {
    font-size: 18px;
    padding: 0.8em 1em;
}
.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;
    height: 150px!important;
}
.wpcf7-form .ajax-loader {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0!important;
    background: rgb(0 0 0 / 85%);
    width: 100%!important;
    height: 100%!important;
    border-radius: 0;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 6rem;
}
.wpcf7 .ajax-loader::before {
    content: "\f1ce";
    font-family: FontAwesome;
    color: #000000;
    position: static;
    background: 0;
    transform-origin: 50% 50%!important;
    width: initial;
    height: initial;
}

.wpcf7-spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    border-radius: 0;
    margin: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.wpcf7-spinner::before {
    width: 35px;
    background: #222222;
    height: 35px;
    position: static;
}
.drop_uploader.drop_zone {
    margin-top: 0!important;
}
.wpcf7-form .wpcf7-submit {
    padding: 0.8em 2em;
}
/*.wpcf7 .ajax-loader::after {
    content: "\f110";
    font-family: FontAwesome;
    color: #000000;
}*/
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.5em 1em;
    border: 0;
    background: rgb(227 6 19 / 20%);
    border-radius: 10rem;
    text-align: center;
    font-weight: 700;
}
.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: #24ae5c;
    margin: 1em 0 0;
    text-align: center;
    padding: 0.5em 1em;
    font-size: 15px;
    border: none;
    color: #fff;
}
.wpcf7 form.sent .wpcf7-response-output {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    padding: 30px;
    margin: 0;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    background: rgb(234 234 236 / 85%);
    font-weight: 700;
    font-size: 22px;
}
/*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: absolute;
    top: 2px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000000;
    border-radius: 50%;
    overflow: hidden;
    opacity: 1;
    z-index: 99;
}
.skroll_top a {
    color: #fff;
    font-size: 1.1em;
    display: flex;
    padding: 0;
    line-height: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transform: rotate(-90deg);
}
.skroll_top:hover a {
    font-size: 1.3em;
}
/*END_Skroll_Top*/

/*Bootstrap and Basic styles*/
.btn {
    border-radius: 4rem;
    padding: 0.7em 2em;
    line-height: 1;
    font-size: 20px;
}
.btn-arrow svg {
    margin-left: 0.5em;
    position: relative;
    right: 0;
    transition: all .2s ease;
}
.btn-arrow:hover svg {
    right: -0.5em;
}
.btn.focus, .btn:focus {
    box-shadow: none;
}
.form-control:focus {
    border-color: #00b0b0;
    box-shadow: none;
}

.btn-primary {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.btn-primary:hover {
    color: #fff;
    background-color: #cf0614;
    border-color: #cf0614;
}
.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: #cf0614;
    border-color: #cf0614;
}
.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    box-shadow: none;
    background-color: #cf0614;
    border-color: #cf0614;
}

.btn-light {
    color: #212121;
    background-color: #ffffff;
    border-color: #ffffff;
}
.btn-light:hover {
    color: #212121;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212121;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}
.btn-light.focus,
.btn-light:focus {
    color: #212121;
    box-shadow: none;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}

.btn-viber,
.btn-telegram {
    padding: 0.5em 1.2em;
    white-space: nowrap;
    background: none!important;
    font-size: 15px;
}
.btn-viber svg,
.btn-telegram svg{
    font-size: 1.6em;
    margin-right: 0.3em;
    transition: all .2s ease;
}
.btn-viber {
    fill: #7360f2;
    border-color: #7360f2!important;
    color: #7360f2!important;
}
.btn-viber:hover {
    fill: #FFF;
    background: #7360f2!important;
    border-color: #7360f2!important;
    color: #FFF!important;
}
.btn-telegram {
    fill: #2ba2df;
    border-color: #2ba2df!important;
    color: #2ba2df!important;
}
.btn-telegram:hover {
    fill: #FFF;
    background: #2ba2df!important;
    border-color: #2ba2df!important;
    color: #FFF!important;
}


/*Background_Color*/
.bg-grey{
    background: #eaeaec;
}
/*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: #212121;
}
.text-grey {
    color: #616161;
}
.text-red {
    color: #000000;
}
/*END_Color_Text*/

/*Color_Link*/
.text-black a,
a.text-black {
    color: #212121;
}
.text-red a,
a.text-red {
    color: #000000;
}
.text-white a,
a.text-white {
    color: #fff;
}
.text-black a:hover,
a.text-black:hover,
.text-red a:hover,
a.text-red:hover,
.text-white a:hover,
a.text-white:hover  {
    color: #000000;
}
/*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;
}

/*Header*/
.top-line .social-links a img{
    height: 24px;
    transition: all .2s ease;
}
.top-line .social-links a:hover img{
    transform: scale(0.9);
}
.top-line .info-menu nav.navbar{
    padding: 0;

}

.top-line .info-menu a {
    color: #212121;
    display: block;
    font-size: 16px;
    line-height: 1em;
    padding: 12px 15px;
    text-decoration: none;
}
.top-line .info-menu li.active a,
.top-line .info-menu a:hover{
    background: #dedede;
}

.top-line .info-menu a[href*="/sale"],
.top-line .info-menu a[href*="/akcii"]{
    color: #FFFFFF;
}

.top-line .info-menu a[href*="/sale"]:before,
.top-line .info-menu a[href*="/akcii"]:before{
    content: "\f006";
    font-family: FontAwesome;
    margin-right: 0.3em; 
}

header .contact-time {
    font-size: 16px;
}
header .contact-time img{
    width: 60px;
}

header .logo img {
    width: 240px;
    padding: 0.5em 0;
}

header .contact-info img {
    width: 30px;
    margin-right: 0.4em;
}

header .contact-info .phone{
    font-size: 22px;
    line-height: 1;
}
header .menu-fix {
    transition: all .2s ease;
}
header .menu-fix.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 998;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
}

/*Main menu*/
#topnav > ul > li > a {
    display: flex;
    align-items: center;
    font-size: 20px;   
    color: #212121;
    text-decoration: none;
    line-height: 1.2;
    padding: 0.5em 0;
}
#topnav > ul > li > a img{
    filter: grayscale(1);
    width: 35px;
    margin-right: 0.6em;
    margin-top: -1px;
    transition: all .2s ease;
}
#topnav > ul > li.current-menu-ancestor > a,
#topnav > ul > li.active > a,
#topnav > ul > li:hover > a{
    color: #000000;
}
#topnav > ul > li.current-menu-ancestor > a img,
#topnav > ul > li.active > a img,
#topnav > ul > li:hover > a img{
    filter: grayscale(0);
}
#topnav > ul > li > ul.dropdown-menu {
    /*    left: 0;
        opacity: 1;*/
    width: 300px;
    border-radius: 0;
    background: #eaeaec;
    border-color: #dddddd;
    border-top: none;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
}
#topnav > ul > li > ul.dropdown-menu > li > a {
    color: #212121;
    text-decoration: none;
    padding: 0.5em 15px;
    display: block;
    font-size: 17px;
}
#topnav > ul > li > ul.dropdown-menu > li:not(:last-child) > a {
    border-bottom: 1px solid #dddddd;
}
#topnav > ul > li > ul.dropdown-menu > li.active > a,
#topnav > ul > li > ul.dropdown-menu > li:hover > a {
    color: #000000;
}

/*Main Screen*/
.main-screen{
    background-position: 50% 50%;
    background-size: cover;
}
.main-screen .set-height {
    padding-top: 30px;
    padding-bottom: 30px;
}
.main-screen .sign{
    font-size: 22px;
    color: #000000!important;
    line-height: 1.2;
}
.main-screen .title{
    font-size: 58px;
    line-height: 1.1;
}
.main-screen .items .item{
    line-height: 1.3;
}
.main-screen .items img{
    flex: 0 0 45px;
    margin-right: 1em;
}
.main-screen .btn-arrow {
    padding: 0.8em 2em;
}

/*Main Header*/
.main-header{
    margin-bottom: 2.5em;
}
.main-header .sign{
    font-size: 30px;
    color: #000000;
    line-height: 1.2;
    margin-bottom: 0.3em;
}
.main-header .title{
    font-size: 44px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
    margin-top: 0;
    color: #212121;
}
.main-header .title:hover{
    text-decoration: none;
}
.title-page {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
}

/*Services section*/
.services .item {
    margin-bottom: 30px;
}
.services .item > div {
    transition: all .2s ease;
}
.services .item > div:hover {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}
.services .item .image {
    height: 550px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

.services .item .title{
    font-size: 28px;
    line-height: 1.2;
    position: relative;
    z-index: 2;
}

.services .item .btn{
    font-size: 16px;
    position: absolute;
    bottom: 20px;
    right: 40px;
    z-index: 2;
}
.services .item .caption {
    content: "";
    z-index: 2;
    position: absolute;
    bottom: 15px;
    right: 30px;
    border-radius: 5px;
    padding: 14px 20px;
    text-decoration: none;
    left: 30px;
    background: #000000;
}
.services .item .caption .svg-btn {
    background: rgb(33 33 33 / 0.2);
    line-height: 0;
    font-size: 30px;
    border-radius: 5px;
    margin-left: 15px;
    padding: 10px;
}
/*.services .item:nth-child(1) .caption {
    background: #549BD7;
}
.services .item:nth-child(2) .caption {
    background: #24AE5C;
}
.services .item:nth-child(3) .caption {
    background: #6F5DAA;
}
.services .item:nth-child(4) .caption{
    background: #3D8998;
}*/



/*Price*/
.section-bg-price {
    background: url(images/fon-price.jpg) no-repeat 50% 100%/contain;
}
.prices .price-image img {
    width: 90%;
}
.prices .item:first-child td{
    border-top: none;
}
.prices .item td{
    border-top: 1px solid #dddddd;
    font-size: 22px;
    padding: 0.4em 0;
    line-height: 1;
}
.prices .item td span{
    font-weight: 500;
    font-size: 0.8em;
}
.prices .oldprice{
    color: #969696;
}
.prices .oldprice:before{
    content: "";
    width: 85px;
    height: 1px;
    background: #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
}
.prices .oldprice span{
    font-weight: 500;
}
.prices .newprice{
    color: #000000;
    font-weight: 700;
}
.prices .newprice span{
    font-weight: 500;
}


.masonry .item {
    margin-bottom: 30px;
}
.masonry .item img {
    -webkit-transform: scale(1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 0.2s;
    -moz-transform: scale(1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 0.2s;
}
.masonry .item:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
}
body.home .examples .masonry:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background: linear-gradient(transparent 0%, #fff 60%);
    height: 150px;
}

.breadcrumbs {
    margin-bottom: 0;
    padding: 0.5em;
    font-size: 16px;
}
.breadcrumbs .breadcrumb_last {
    color: #000000;
}
body:not(.home) header {
    margin-bottom: 2rem;
}


/*faq*/
.faq .question img {
    width: 260px;
}
.faq .accordion .card-header .btn{
    padding: 1em 15px;
    line-height: 1;
    font-size: 20px;
    color: #212121;
    background: #fff;
    border-radius: 0;
}
.faq .accordion .card-header .btn svg {
    fill: #000000;
    position: absolute;
    right: 15px;
    top: 50%;
    font-size: 15px;
    border-radius: 50%;
    border: 1px solid #000000;
    padding: 0.4em;
    transform: translateY(-50%);
    box-sizing: content-box;
    transition: all .2s ease;
}
.faq .accordion .card-header .btn:hover,
.faq .accordion .card-header .btn:not(.collapsed) {
    color: #000000;
}
.faq .accordion .card-header .btn:not(.collapsed) svg {
    transform: rotate(90deg) translateX(-50%);
}
.faq .accordion .card:nth-child(odd) .btn {
    background: #f6f6f6;
}

.seo-text{
    max-height: 500px;
    padding-right: 10px;
    overflow-y: scroll;
}
.seo-text
::selection {
    background: #000000;
    color: #fff;
}
.seo-text::selection {
    background: #000000;
    color: #fff;
}
.seo-text::-webkit-scrollbar-track {
    color: rgb(0,0,0,.30);
    background: rgb(0,0,0,.30);
}
.seo-text::-webkit-scrollbar-thumb {
    background: #000000;
    border-radius: 4px;
}
.seo-text::-webkit-scrollbar {
    width: 6px;
}
/*footer*/
footer {
    background: #212121;
    margin-top: 3.5em;
}
footer .logo-footer img {
    width: 150px;
}
footer .contact {
    font-size: 20px;
}
footer .contact img {
    margin-right: 0.5em;
    width: 25px;
}
footer .social-links a img {
    height: 24px;
    transition: all .2s ease;
}
footer .social-links a:hover img {
    transform: scale(0.9);
}
footer .social-links a:nth-child(n+2) {
    margin-left: 1em;
}

footer .row-copyright {
    border-top: 1px solid #383838;
    font-size: 14px;
    padding: 0.5em 0;
}

.page-styles .main-header .title {
    font-size: 34px;
}
.page-styles .caption .description {
    font-size: 20px;
    text-align: justify;
}
.page-styles .border-bottom:last-child{
    border-bottom: none!important;
}

.menu-galery .link-galery {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    padding: 10px 10px;
    text-decoration: none;
    left: 30px;
    background: #eaeaec;
    font-size: 22px;
    line-height: 1.2;
    color: #212121;
    margin-bottom: 30px;
}
.menu-galery .link-galery:hover,
.menu-galery .link-galery.active {
    background: #000000;
    color: #fff;
}
.menu-galery .link-galery .svg-btn {
    background: rgb(33 33 33 / 0.2);
    line-height: 0;
    font-size: 18px;
    border-radius: 5px;
    margin-left: 15px;
    padding: 10px;
    transform: rotate(90deg);
}

/* Language */
.list-language{
    margin-left: 30px;
}
.list-language li a {
    padding: 12px 10px!important;
    font-weight: 600;
}
.list-language li.current-lang a{
    color: #000000;
    background-color: #dedede;
}
/* End Language */

.wpcf7-form .form-social .contact-messenger {
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wpcf7-form .form-social .contact-messenger > a {
    flex: 0 0 48%;
    max-width: 48%;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 5px;
}
.wpcf7-form .info-label {
    margin-bottom: 1.2em;
    font-size: 16px;
    line-height: 1.2;
    margin-top: 0.3em;
    font-weight: 700;
    text-align: center;
    width: 100%;
}

/*.codedropz-upload-inner {
    padding: 2em 0.5em;
}
.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
    text-decoration: none;
    box-shadow: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 20px;
}
.codedropz-upload-inner > h4,
.codedropz-upload-inner > span {
    display: none;
}*/

/*............................................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) {
    body {
        font-size: 16px;
    }
    h1, .h1 {
        font-size: 26px;
    }
    h2, .h2 {
        font-size: 24px;
    }
    h3, .h3 {
        font-size: 22px;
    }
    h4, .h4 {
        font-size: 22px;
    }
    .title-page {
        font-size: 34px;
    }
    .top-line .social-links a img {
        height: 22px;
    }
    .top-line .info-menu a {
        padding: 10px 15px;
    }
    header .logo img {
        width: 200px;
    }
    .btn-viber, .btn-telegram {
        padding: 0.5em 1em;
        font-size: 14px;
    }
    header .contact-info .phone {
        font-size: 20px;
    }
    header .contact-info img {
        width: 28px;
    }
    header .contact-time {
        font-size: 16px;
    }
    header .contact-time img {
        width: 50px;
    }

    body.hidden header .menu-fix.fixed {
        top: -100px;
    }
    #topnav > ul > li > a {
        font-size: 18px;
    }
    #topnav > ul > li > a img {
        width: 30px;
    }
    #topnav > ul > li > ul.dropdown-menu > li > a {
        font-size: 16px;
    }
    .main-screen .sign {
        font-size: 20px;
    }
    .main-screen .title {
        font-size: 52px;
    }
    .main-screen .items img {
        flex: 0 0 40px;
    }
    .main-header .sign {
        font-size: 26px;
    }
    .main-header .title {
        font-size: 38px;
    }
    .services .item .title {
        font-size: 24px;
    }
    .services .item .caption .svg-btn {
        font-size: 24px;
    }
    .services .item .btn {
        font-size: 15px;
        bottom: 20px;
        right: 10px;
    }
    .faq .accordion .card-header .btn {
        font-size: 18px;
    }
    footer .logo-footer img {
        width: 120px;
    }
    footer .contact {
        font-size: 18px;
    }
    .page-styles .main-header .title {
        font-size: 28px;
    }
    .page-styles .caption .description {
        font-size: 18px;
    }
    .services .item .image {
        height: 420px;
    }
    .menu-galery .link-galery {
        padding: 10px 10px;
        font-size: 19px;
    }
    .menu-galery .link-galery .svg-btn {
        font-size: 18px;
    }
    .seo-text{
        max-height: 400px;
    }
    .wpcf7-form .form-social .contact-messenger {
        display: block;
        padding: 0 0 1px;
    }
    .wpcf7-form .form-social .contact-messenger > a {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 15px 0;
    }
    .wpcf7-form .wpcf7-submit {
        width: 100%;
        padding: 0.8em;
    }
}

/*....Netbooks....*/
@media (max-width: 1199px) {
    .main-header {
        margin-bottom: 2em;
    }
    .main-header .sign {
        font-size: 24px;
    }
    .main-header .title {
        font-size: 34px;
    }
    .services .item .title {
        font-size: 22px;
    }
    .services .item .btn {
        font-size: 14px;
        bottom: 20px;
        right: 5px;
        padding: 0.6em 1.2em;
    }
    .prices .item td {
        font-size: 20px;
        padding: 0.3em 0;
    }
    .prices .oldprice:before {
        width: 75px;
    }
    .faq .question img {
        width: 200px;
    }
    .services .item .image {
        height: 340px;
    }
}


/*....Tablets....*/
@media (max-width: 991px) {
    footer {
        margin-top: 3em;
    }
    .services .item .title {
        font-size: 18px;
        padding-left: 0;
    }
    .title-page {
        font-size: 32px;
    }
    .main-screen {
        background-position: 60% 50%;
    }
    .main-screen .title {
        font-size: 44px;
    }
    .main-screen .items img {
        flex: 0 0 35px;
        margin-right: 0.5em;
    }
    .btn-viber, .btn-telegram {
        padding: 0.5em 0.8em;
        font-size: 13px;
    }
    #topnav {
        position: fixed;
        left: -300px;
        top: 0;
        bottom: 0;
        width: 280px;
        z-index: 993;
        display: block!important;
        background: #fff;
        overflow-x: hidden;
        overflow-y: auto;
        box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
        transition: all .5s ease;
    }
    #topnav.open {
        left: 0;
    }
    #topnav .logo-mob-menu img {
        width: 200px;
    }
    #topnav > ul > li > a {
        font-size: 20px;
        padding: 0.6em 15px;
    }

    #topnav > ul > li > ul.dropdown-menu {
        background: #ffffff;
        border: none;
        display: none;
        box-shadow: none;
        opacity: 1;
        width: 100%;
        border-bottom: 1px solid #dddddd;
    }
    #topnav > ul > li > ul.dropdown-menu > li > a {
        font-size: 18px;
        border-bottom: none!important;
        padding-left: 58px;
        line-height: 1.2;
    }
    #row-menu .btn-mob-menu {
        border-color: #000000;
        background: #000000!important;
        border-radius: 3em;
        padding: 0.3em 1em;
    }
    #row-menu .btn-mob-menu .navbar-toggler-icon{
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255, 255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }
    .social-links a:last-child {
        margin-right: 0!important;
    }
    .page-styles .caption .description {
        font-size: 16px;
    }
    .services .item .image {
        height: 400px;
    }
    .seo-text{
        max-height: 350px;
    }
}


/*....Smartphones_Landscape_orientation....*/
@media (max-width: 767px) {
    h1, .h1 {
        font-size: 22px;
    }
    h2, .h2 {
        font-size: 21px;
    }
    h3, .h3 {
        font-size: 20px;
    }
    h4, .h4 {
        font-size: 19px;
    }
    .btn {
        font-size: 20px;
    }
    .preloader img {
        width: 50px;
    }
    .container-circle {
        right: 20px;
        bottom: -35px;
    }
    .main-screen {
        background-position: 30% 50%;
        position: relative;
    }
    /*.main-screen:before {*/
    /*    content: "";*/
    /*    background: rgba(255, 255, 255, 0.8);*/
    /*    position: absolute;*/
    /*    left: 0;*/
    /*    right: 0;*/
    /*    bottom: 0;*/
    /*    top: 0;*/
    /*}*/
    .btn-viber, .btn-telegram {
        font-size: 13px;
    }
    .faq .accordion .card-header .btn {
        font-size: 16px;
    }
    .services .item .image {
        height: 300px;
    }
    .wpcf7-form textarea {
        height: 100px!important;
    }
}


/*....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;
    }
    .title-page {
        font-size: 28px;
    }
    header .btn-viber,
    header .btn-telegram {
        font-size: 20px;
        padding: 0;
        border: none!important;
        background: none!important;
    }
    header .btn-telegram:hover {
        fill: #2ba2df;
        background: transparent!important;
        border-color: transparent!important;
    }
    header .btn-viber:hover {
        fill: #7360f2;
        background: transparent!important;
        border-color: transparent!important;
    }
    header .btn-viber svg,
    header .btn-telegram svg {
        margin-right: 0;
    }
    .top-line .row-top-line .phone {
        font-size: 20px;
    }
    .top-line .row-top-line .phone img {
        display: none;
    }
    .main-screen .title {
        font-size: 42px;
    }
    .main-header .title {
        font-size: 28px;
    }
    .main-header {
        margin-bottom: 1.5em;
    }
    .faq .accordion .card-header .btn {
        padding-right: 40px;
    }
    .services .item .image {
        height: 50vh;
    }
    .services .item .caption .svg-btn {
        font-size: 20px;
    }
    .services .item .caption {
        padding: 10px 15px;
    }
    .col-prod-mob:nth-child(odd) {
        padding-right: 5px;
    }
    .col-prod-mob:nth-child(even) {
        padding-left: 5px;
    }
    .services .item .caption {
        bottom: 5px;
        right: 5px;
        left: 5px;
        padding: 10px 10px;
    }
    .services .item .caption .svg-btn {
        display: none;
    }
    .services .item {
        margin-bottom: 10px;
    }
    .services .item .image {
        height: 230px;
        position: relative;
    }
    .services .item .title {
        font-size: 17px;
    }
    .owl-carousel .owl-nav .owl-next {
        right: -15px;
    }
    .owl-carousel .owl-nav .owl-prev {
        left: -15px;
    }
    .owl-carousel .owl-nav > button svg {
        font-size: 24px;
    }
    .menu-galery .link-galery {
        margin-bottom: 15px;
    }

    .list-language {
        margin-left: 0px;
    }
    .wpcf7-form .form-social .contact-messenger > a {
        font-size: 16px;
    }
    .wpcf7-form .info-label {
        font-size: 13px;
    }
    .wpcf7-form .wpcf7-submit {
        padding: 0.7em;
        width: 100%;
    }
    .drop_uploader.drop_zone .text {
        font-size: 20px!important;
    }
    .drop_uploader.drop_zone ul.files.thumb {
        margin-bottom: 15px!important;
    }
    .drop_uploader.drop_zone .text_wrapper {
        margin-top: 5px!important;
    }
}
