/*
Theme Name: WP Bootstrap Starter
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.3.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize 
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus 
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
}


:root {
  --yelloy: #ffd414;
  --yelloy2: #ecc515;
  --black-primary-text: #000000;
  --seven-secondary-text: #212529;
  --background: #f2f2f2;
  --white: #fff;
  --blue: #354655;
}



:root {
  --font-family: "Open Sans", sans-serif;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  color: var(--black-primary-text);
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #563d7c ;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: .74rem 1rem;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
  /*background: #f2f2f2;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}

.logo-item {
display: flex;
justify-content: space-between;
align-items: center;
padding-top: 15px;
padding-bottom: 15px;
}


.logo-block1 img {
    width: 130px;
}


.telega1,
.whatsapp1,
.vk1 {
stroke: #212529;
transition: all 0.3s ease 0s;
}

.telega2,
.whatsapp2,
.vk2 {
    fill: #212529;
        transition: all 0.3s ease 0s;
}


.telega:hover .telega1 {
stroke: #008ccd;
}


.telega:hover .telega2 {
    fill: #008ccd;
}


.vk:hover .vk1 {
    stroke: #0077ff;
}

.vk:hover .vk2 {
    fill: #0077ff;
}


.whatsapp:hover .whatsapp1 {
    stroke: #30b34c;
}


.whatsapp:hover .whatsapp2 {
    fill: #30b34c;
}

.socals-link {
    display: flex;
}

.socals-link a {
    text-decoration: none;
    display: block;
    margin-right: 10px;
}


.logo-block7 a {
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    color: var(--black-primary-text);
    background: var(--yelloy);
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: table;
    padding-left: 25px;
    padding-right: 25px;
    transition: all 0.3s ease 0s;
        border-radius: 15px;
}


.logo-block7 a:hover,
.logo-block7 a:active,
.logo-block7 a:focus {
   color: var(--black-primary-text);
    background: var(--yelloy2);
    text-transform: none;
}



.logo-block2 {
font-weight: 500;
font-size: 16px;
line-height: 120%;
color: var(--seven-secondary-text);
position: relative;
padding-left: 45px;
}


.logo-block2 a {
  color: var(--seven-secondary-text);
  text-decoration: none;
}

.logo-block2::before {
  content: "";
  background: url(images/calk.svg) no-repeat;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
}


.soc {
  display: flex;
align-items: center;
}

.soc a {
display: block;
margin-right: 5px;
}
.logo-block3-title {
    margin-bottom: 3px;
}

.logo-block3-title,
.logo-block3-title1 {
  font-weight: 500;
    font-size: 16px;
    color: var(--seven-secondary-text);
    position: relative;
}

.logo-block3-title::before,
.logo-block3-title1::before {
  width: 8px;
  height: 8px;
  content: "";
  position: relative;
  display: inline-block;
  border-radius: 100%;
  background: var(--yelloy);
  top: -2px;
    margin-right: 5px;
}


.logo-phone a {
text-decoration: none;
font-weight: 700;
font-size: 20px;
color: var(--blue);
display: block;
}


#header-menu {
  background: var(--seven-secondary-text);
}


#mega-menu-wrap-primary #mega-menu-primary {
  display: flex;
  justify-content: space-between;
}


#baner-main {
  position: relative;
      background-size: cover !important;
}

#baner-main .wpcf7-response-output,
#plus .wpcf7-response-output, 
.main-block2-form .wpcf7-response-output {
    color: #fff;
}


.baner-main-block1 h1 {
  margin: 0;
  padding: 0;
    font-weight: 700;
    font-size: 52px;
    line-height: 130%;
    color: #fff;
    margin-bottom: 40px;
    text-shadow: 0px 2px 10px rgb(0 0 0 / 90%);
}

.baner-main-block1 h1 span {
    color: var(--yelloy);
}


.baner-main-title {
  font-weight: 400;
    font-size: 26px;
    line-height: 140%;
    color: var(--white);
    position: relative;
    margin-bottom: 60px;
    text-shadow: 0px 2px 10px rgb(0 0 0 / 90%);
}


.baner-plus {
    display: flex;
    align-items: center;
    padding-bottom: 60px;
}

.baner-plus-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--white);
    padding-left: 20px;
    text-shadow: 0px 2px 10px rgb(0 0 0 / 90%);
}


.baner-plus-block {
        display: flex;
    align-items: center;
        padding-right: 20px;
}


.baner-form {
    display: flex;
    align-items: center;
    width: 100%;
}

.baner-form .wpcf7-spinner {
display: none;
}

.baner-form-input input[type="text"] {
  border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    border-radius: 0px;
    padding: 0;
    width: 400px;
    display: block;
    background: transparent;
}


.baner-form-input input[type="text"]::placeholder {
    color: #fff;
}



.baner-form-input2 input[type="submit"] {
  text-decoration: none;
    height: 66px;
    padding: 0;
    margin: 0;
    padding-left: 25px;
    padding-right: 25px;
    display: table;
    color: var(--black-primary-text);
    border-radius: 15px;
    font-weight: 700;
    font-size: 16px;
    background: var(--yelloy);
    border: 4px solid var(--yelloy);
    transition: all 0.3s ease 0s;
    margin-left: 15px;
  }
  
  
.baner-form-input2 input[type="submit"]:hover {
    background: var(--yelloy2);
    border: 4px solid var(--yelloy2);
       color: var(--black-primary-text);
  }
  
.baner-form-input2 input[type="submit"]:focus {
    background: var(--yelloy2);
    border: 4px solid var(--yelloy2);
        color: var(--black-primary-text);
  }
  
.baner-form-input2 input[type="submit"]:active {
    background: var(--yelloy);
    border: 4px solid var(--yelloy2);
       color: var(--black-primary-text);
  }



.baner-form-sog {
margin-top: 20px;
position: relative;
font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: var(--white);
}
.baner-form-sog a {
    color: var(--white);
    text-decoration: underline;
}


.baner-form-sog .wpcf7-acceptance input[type="checkbox"] {
opacity: 0;
position: absolute;
width: 0;
height: 0;
margin: 0;
padding: 0;
}

.baner-form-sog  .wpcf7-acceptance .wpcf7-list-item-label {
position: relative;
padding-left: 30px;
cursor: pointer;
}

.baner-form-sog  .wpcf7-acceptance .wpcf7-list-item-label:before {
content: "";
position: absolute;
left: 0;
top: -4px;
width: 20px;
height: 20px;
box-sizing: border-box;
}

.baner-form-sog  .wpcf7-acceptance .wpcf7-list-item-label:before {
background: url(images/sog1.svg);
}

.baner-form-sog .wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
background: url(images/sog2.svg);
}


.btn-lk {
background: var(--yelloy);
border: 4px solid var(--yelloy);
    color: var(--black-primary-text);
transition: all 0.3s ease 0s;
}

.btn-lk:hover {
background: var(--yelloy2);
  border: 4px solid var(--yelloy2);
      color: var(--black-primary-text);
}

.btn-lk:focus {
  background: var(--yelloy2);
  border: 4px solid var(--yelloy2);
}

.btn-lk:active {
  background: var(--yelloy);
  border: 4px solid var(--yelloy);
      color: var(--black-primary-text);
}



.baner-main {
  display: flex;
}


.baner-main-block1 {
  padding-top: 120px;
  padding-bottom: 120px;
}


.baner-main-block2 img {
position: absolute;
  right: 0;
  bottom: 0;
      border-radius: 0px 0px 100px 0px;
}


#quiz {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f2f2f2 url(images/qvest.png) no-repeat top center;
  background-size: cover;
}

.quiz-item {
  display: flex;
  justify-content: space-between;
}


.quiz-block1 {
width: 70%;
padding: 40px 60px;
background: #fff;
border-radius: 15px 0px 0px 15px;
}

.quiz-block2 {
width: 30%;
padding: 30px;
background: var(--black-primary-text);
    border-radius: 0px 15px 15px 0px;
}


.quiz-block1-title,
.quiz-step8-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: var(--black-primary-text);
    margin-bottom: 20px;
}


.quiz-block2-title {
    font-weight: 400;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: var(--white);
        padding-top: 10px;
}


.quiz-block2-title1,
.quiz-block2-title2, 
.quiz-block2-title3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.01em;
    color: #fff;
    margin-bottom: 25px;
    position: relative;
    padding-left: 100px;
}


.quiz-block2-title1::before,
.quiz-block2-title2::before,
.quiz-block2-title3::before {
content: "";
width: 106px;
height: 77px;
display: block;
position: absolute;
left: -30px;
top: 50%;
transform: translateY(-50%);
}

.quiz-block2-title1::before {
background: url(images/01.svg) no-repeat;
}

.quiz-block2-title2::before {
background: url(images/02.svg) no-repeat;
}

.quiz-block2-title3::before {
background: url(images/03.svg) no-repeat;
}


.quiz-block2-close .quiz-block2-title1::after,
.quiz-block2-close .quiz-block2-title2::after,
.quiz-block2-close .quiz-block2-title3::after {
content: "";
background: url(images/lock.svg) no-repeat;
width: 27px;
height: 27px;
display: block;
position: absolute;
right: 0px;
top: 50%;
transform: translateY(-50%);
}


.quiz-block2-image {
display: flex;
justify-content: center;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 5px;
padding-bottom: 5px;
position: relative;
z-index: 2;
}


.quiz-block2-close .quiz-block2-image::before {
backdrop-filter: blur(10px);
content: "";
position: absolute;
z-index: 10;
width: 100%;
height: 100%;
}

.quiz-block2-close .quiz-block2-image::after {
  position: absolute;
  z-index: 15;
  content: "";
  background: url(images/pod.svg) no-repeat;
  width: 50px;
  height: 50px;
      top: 50%;
        transform: translateY(-50%);
}



.quiz-line {
  width: 100%;
    background: #f2f2f2;
    height: 15px;
    position: relative;
    border-radius: 15px;
    margin-bottom: 40px;
}


#step1 .quiz-line::before,
#step2 .quiz-line::before,
#step3 .quiz-line::before,
#step4 .quiz-line::before,
#step5 .quiz-line::before,
#step6 .quiz-line::before,
#step7 .quiz-line::before {
content: "";
display: block;
height: 15px;
position: absolute;
background: var(--yelloy);
border-radius: 15px;
}


#step1 .quiz-line::before {
  width: 14%;
}

#step2 .quiz-line::before {
    width: 28%;
  }

#step3 .quiz-line::before {
  width: 42%;
}
#step4 .quiz-line::before {
  width: 56%;
}

#step5 .quiz-line::before {
  width: 70%;
}
#step6 .quiz-line::before {
  width: 84%;
}

#step7 .quiz-line::before {
  width: 100%;
}


#step7 .quiz-line-title {
  font-weight: 700;
  font-size: 18px;
}






.quiz-line-title {
font-weight: 400;
font-size: 14px;
line-height: 113%;
letter-spacing: 0.02em;
color: var(--black-primary-text);
display: flex;
justify-content: flex-end;
margin-bottom: 20px;
}

.quiz-line-title span {
    font-weight: 700;
    font-size: 20px;
    display: block;
    margin-right: 5px;
}


.quiz-step-title {
margin-bottom: 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--black-primary-text);
}

 
.quiz-step-block {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}

.quiz-step-block1 {
width: 49%;
margin-bottom: 20px;
border-radius: 15px;
height: 113px;
background: #f2f2f2;
display: flex;
flex-direction: column;
justify-content: center;
padding-left: 20px;
padding-right: 20px;
}


.quiz-step-block1 .wpcf7-form-control,
.quiz-step-block1 .wpcf7-list-item,
.quiz-step-block1 label {
  width: 100%;
      margin: 0;
}


span.wpcf7-list-item {
  display: inline-block;
  margin: 0;
}

.wpcf7 .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
}

.quiz-step-block1 label {
    position: relative;
      cursor: pointer;
      padding-left: 30px;
          padding-right: 100px;
}

.quiz-step-block1 input[type=checkbox] {
  /*position: relative;*/
  position: absolute;
  visibility: hidden;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
}


.quiz-step-block1 input[type=checkbox]+span:before {
display: block;
position: absolute;
content: '';
height: 20px;
width: 20px;
top: 1px;
margin-right: 20px;
left: -30px;
border: 2px solid #727272;
border-radius: 100%;
}



.quiz-step-block1 input[type=checkbox]:checked+span:before {
    border: 6px solid var(--yelloy);
      border-radius: 100%;
      background: #727272;
}


.quiz-step-block1 img {
position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}



.quiz-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.quiz-nav-prev {
width: 183px;
height: 64px;
line-height: 64px;
text-align: center;
font-weight: 700;
font-size: 16px;
color: var(--seven-secondary-text);
border: 1px solid var(--yelloy);
text-align: center;
text-decoration: none;
display: table;
border-radius: 15px;
transition: all 0.3s ease 0s;
position: relative;
}

.quiz-nav-next {
width: 183px;
height: 55px;
line-height: 55px;
background: var(--yelloy);
border: 3px solid var(--yelloy);
font-weight: 700;
font-size: 16px;
color: var(--black-primary-text);
text-decoration: none;
display: table;
text-align: center;
border-radius: 15px;
transition: all 0.3s ease 0s;
position: relative;
}


.quiz-nav-next::after {
  content: "";
  background: url(images/st-bl.svg) no-repeat;
  width: 18px;
  height: 16px;
  position: relative;
  display: inline-block;
  top: 3px;
    margin-left: 10px;
}
.quiz-nav-prev::before {
  content: "";
  background: url(images/st-ch.svg) no-repeat;
  width: 18px;
  height: 16px;
  position: relative;
  display: inline-block;
  top: 3px;
      margin-right: 10px
}



.quiz-nav-prev:hover {
background: var(--yelloy2);
  border: 1px solid var(--yelloy2);
  color: var(--black-primary-text);
  text-decoration: none;
}


.quiz-nav-next:hover {
  background: var(--yelloy2);
  border: 3px solid var(--yelloy2);
  color: var(--black-primary-text);
  text-decoration: none;
}

.quiz-nav-next:active {
  border: 3px solid var(--yelloy2);
  background: var(--yelloy2);
}


.quiz-block-none {
  display: none;
}

#step1 .quiz-nav {
  justify-content: flex-end;
}

.quiz-steps {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  min-height: 490px;
}

#step8 .quiz-steps {
      padding-top: 100px;
}

#step8 .quiz-step8-title {
  margin-bottom: 40px;
}

.step9-soc1 {
  width: 56px;
  height: 56px;
  display: inline-block;
  background: url(images/wt01.svg) no-repeat;
      margin-right: 15px;
}

.step9-soc2 {
  width: 56px;
  height: 56px;
  display: inline-block;
  background: url(images/tg02.svg) no-repeat;
      margin-right: 15px;
}

.step9-soc3 {
  width: 56px;
  height: 56px;
  display: inline-block;
  background: url(images/vb.svg) no-repeat;
}


.step9-soc {
  display: flex;
}

.step9-sog .baner-form-sog {
    color: #595959;
}
.step9-sog .baner-form-sog a {
  color: #595959;
}


.step9-input {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}


.step9-input1 {
  width: 300px;
  margin-right: 20px;
}

.step9-input2 {
  width: 300px;
  margin-top: 25px;
}


.step9-soc-title {
  font-family: var(--third-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: var(--black-primary-text);
    margin-top: 30px;
    margin-bottom: 20px;
}



.step9-input1 input {
border: none;
border-bottom: 1px solid var(--seven-secondary-text);
background: transparent;
font-weight: 400;
font-size: 16px;
line-height: 45px;
height: 45px;
letter-spacing: 0.02em;
border-radius: 0;
padding: 0;
margin: 0;
}

:active,
:hover,
:focus {
  outline: 0;
  outline-offset: 0;
}

input {
  outline: none;
}

input {
  outline: 0 !important;
}


.step9-input2 input {
transition: all 0.3s ease 0s;
margin: 0;
padding: 0;
height: 60px;
background: var(--yelloy);
border: 3px solid var(--yelloy);
font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
     color: var(--black-primary-text);
  width: 300px;
  text-align: center;
  transition: all 0.3s ease 0s;
  border-radius: 15px;
}

.step9-input2 input:hover {
background: var(--yelloy2);
  border: 3px solid var(--yelloy2);
      color: var(--black-primary-text);
}


.step9-input2 input:focus {
  background: var(--yelloy2);
  border: 3px solid var(--yelloy2);
  color: var(--black-primary-text);
}

.step9-input2 input:active {
  background: var(--yelloy);
  border: 3px solid var(--yelloy2);
  color: var(--black-primary-text);
}



.quiz-step-block1 .form-control {
  display: block;
  height: auto;
  padding: 0;
      color: var(--black-primary-text);
  background-color: transparent;
  border-radius: 0;
  font-size: 16px;
}


.step9-item {
  padding-top: 120px;
}


#projects {
  padding-top: 60px;
  padding-bottom: 60px;
}



#pop {
  padding-top: 120px;
  padding-bottom: 120px;
      background: #fff;
      position: relative;
      z-index: 100;
}


.title {
  margin: 0;
  padding: 0;
  font-weight: 700;
    font-size: 38px;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: var(--black-primary-text);
}

.titles-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title-link {
font-family: var(--font-family);
font-weight: 700;
font-size: 14px;
line-height: 60px;
letter-spacing: 0.02em;
color: var(--black-primary-text);
border-radius: 15px;
height: 65px;
display: table;
padding-left: 25px;
padding-right: 25px;
transition: all 0.3s ease 0s;
position: relative;
text-decoration: none;
border: 1px solid var(--yelloy);
}


.title-link::after {
content: "";
  background: url(images/st-ch.svg) no-repeat;
  width: 18px;
  height: 16px;
  position: relative;
  display: inline-block;
  top: 3px;
  margin-left: 10px;
  transform: rotate(180deg);
}

.title-link:hover {
  background: var(--yelloy);
 text-decoration: none;
 color: var(--black-primary-text);
}
.pop-item {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
      margin-left: -0.66%;
    margin-right: -0.66%;
}

.pop-block {
    background: var(--background);
    border-radius: 15px;
    padding: 15px;
    width: 32%;
    margin-left: 0.66%;
    margin-right: 0.66%;
    margin-bottom: 20px;
}

.pop-block img {
border-radius: 15px;
margin-bottom: 20px;
width: 100%;
height: 240px;
object-fit: cover;
}

.pop-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: var(--black-primary-text);
}

.pop-title a {
    color: var(--black-primary-text);
    text-decoration: none;
}


.pop-title span {
  font-weight: 400;
    font-size: 14px;
}

.pop-price {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: var(--yelloy);
    margin-top: 10px;
}

.pop-price span {
font-size: 14px;
}


.pop-link {
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid #d1d0d0;
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}

.pop-link1,
.pop-link2 {
  position: relative;
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    color: var(--black-primary-text);
    text-decoration: none;
    transition: all 0.3s ease 0s;
}


.pop-link1:hover,
.pop-link2:hover {
  text-decoration: none;
  color: #000;
}

.pop-svg {
  transition: all 0.3s ease 0s;
  fill: #14212A;
}


.pop-link1:hover .pop-svg,
.pop-link2:hover .pop-svg {
fill: #000;
}



.pop-link svg {
  position: relative;
      top: -2px;
        margin-left: 5px;
}

.category-main-bottom {
    width: 100%;
    display: flex;
    justify-content: center;
}

.category-main-bottom button {
    height: 50px;
    padding-left: 30px;
    padding-right: 30px;
    background: var(--yelloy);
    border: 3px solid var(--yelloy);
    font-weight: 700;
    font-size: 16px;
    color: var(--black-primary-text);
    text-decoration: none;
    display: table;
    text-align: center;
    border-radius: 15px;
    transition: all 0.3s ease 0s;
    position: relative;
}

.category-main-bottom button:hover,
.category-main-bottom button:active,
.category-main-bottom button:focus {
    background: var(--yelloy2);
    border: 3px solid var(--yelloy2);
    color: var(--black-primary-text);
}

.title2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: var(--yelloy);
}


#calculator {
  padding-top: 80px;
  padding-bottom: 80px;
background: url(images/bgs.jpg) no-repeat center center;
background-size: cover;
position: relative;
z-index: 9;
}

.calk-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}

.calk-block1,
.calk-block2,
.calk-block3,
.calk-block4 {
width: 49%;
margin-bottom: 20px;
background: #fff;
border-radius: 15px;
padding-bottom: 40px;
padding-top: 30px;
padding-left: 25px;
padding-right: 25px;
box-shadow: 0 0 30px -10px rgba(0, 0, 0, .3);
}

.calk-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #212529;
    position: relative;
        padding-left: 62px;
}

.calk-block1 .calk-title::before {
content: "";
width: 45px;
height: 45px;
position: absolute;
display: block;
left: 0;
background: url(images/kack01.svg) no-repeat;
}

.calk-block2 .calk-title::before {
content: "";
width: 45px;
height: 45px;
position: absolute;
display: block;
left: 0;
background: url(images/kack03.svg) no-repeat;
}

.calk-block3 .calk-title::before {
content: "";
width: 45px;
height: 45px;
position: absolute;
display: block;
left: 0;
background: url(images/kack02.svg) no-repeat;
}

.calk-block4 .calk-title::before {
content: "";
width: 45px;
height: 45px;
position: absolute;
display: block;
left: 0;
background: url(images/kack04.svg) no-repeat;
}


.calk-block1 .form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: transparent;
  border-radius: 0;
}


.calk-block1 input[type=checkbox] {
  position: absolute;
  visibility: hidden;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
}


.calk-block1 input[type=checkbox]+span {
background: var(--background);
border: 1px solid var(--background);
border-radius: 10px;
height: 67px;
line-height: 67px;
display: block;
padding: 0px 15px;
margin-right: 10px;
cursor: pointer;
font-weight: 400;
  font-size: 14px;
  color: var(--black-primary-text);
}


.calk-block1 input[type=checkbox]:checked+span {
  border: 2px solid var(--yelloy);
  background: #fff;
}


.calk-block1 .wpcf7-checkbox_custom {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  width: 90%;
}

.calk-block1 .wpcf7-list-item:nth-child(1) label span {
padding-left: 80px;
position: relative;
}

.calk-block1 .wpcf7-list-item:nth-child(2) label span,
.calk-block1 .wpcf7-list-item:nth-child(4) label span {
  padding-left: 70px;
  position: relative;
}


.calk-block1 .wpcf7-list-item:nth-child(3) label span {
  padding-left: 85px;
  position: relative;
}


.calk-block1 .wpcf7-list-item:nth-child(1) label span::before {
  background: url(images/otd01.png) no-repeat;
content: "";
  position: absolute;
  display: inline-block;
  width: 56px;
  height: 46px;
  left: 10px;
top: 50%;
transform: translateY(-50%);
}

.calk-block1 .wpcf7-list-item:nth-child(2) label span::before {
  background: url(images/otd02.png) no-repeat;
    content: "";
    position: absolute;
    display: inline-block;
    width: 45px;
    height: 45px;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.calk-block1 .wpcf7-list-item:nth-child(3) label span::before {
  background: url(images/otd03.png) no-repeat;
  content: "";
  position: absolute;
  display: inline-block;
  width: 63px;
  height: 41px;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}


.calk-block1 .wpcf7-list-item:nth-child(4) label span::before {
  background: url(images/otd04.png) no-repeat;
  content: "";
  position: absolute;
  display: inline-block;
  width: 45px;
  height: 45px;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.calk-block1 .wpcf7-list-item label {
  width: 100%;
}

#klc-chek {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#klc-chek .wpcf7-list-item {
  display: block;
  margin-bottom: 0px;
  width: 49%;
}

.calk-block2 .form-control {
  height: auto;
  padding: 0;
}

#klc-chek .wpcf7-list-item:nth-child(1) label span::before,
#klc-chek .wpcf7-list-item:nth-child(2) label span::before,
#klc-chek .wpcf7-list-item:nth-child(3) label span::before,
#klc-chek .wpcf7-list-item:nth-child(4) label span::before,
#klc-chek .wpcf7-list-item:nth-child(5) label span::before, 
#klc-chek .wpcf7-list-item:nth-child(6) label span::before {
content: "";

width: 56px;
height: 47px;
display: block;
position: absolute;
top: 10px;
  left: 10px;
}
#klc-chek .wpcf7-list-item:nth-child(1) label span::before {
background: url(images/m01.png) no-repeat;
}

#klc-chek .wpcf7-list-item:nth-child(2) label span::before {
  background: url(images/m02.png) no-repeat;
}
#klc-chek .wpcf7-list-item:nth-child(3) label span::before {
  background: url(images/m03.png) no-repeat;
}
#klc-chek .wpcf7-list-item:nth-child(4) label span::before {
  background: url(images/m04.png) no-repeat;
}

#klc-chek .wpcf7-list-item:nth-child(5) label span::before {
  background: url(images/m05.png) no-repeat;
}

#klc-chek .wpcf7-list-item:nth-child(6) label span::before {
  background: url(images/m055.png) no-repeat;
}

.calk-block2 input[type=checkbox] {
  position: absolute;
  visibility: hidden;
  width: 0px;
  height: 0px;
  top: 0;
  left: 0;
}

.calk-block2 .wpcf7-form-control-wrap {
  margin-top: 40px;
      display: block;
}
.calk-block2 input[type=checkbox]+span {
background: var(--background);
border: 1px solid var(--background);
border-radius: 15px;
display: block;
margin-bottom: 10px;
cursor: pointer;
height: 67px;
display: flex;
flex-direction: column;
justify-content: center;
padding-left: 80px;
padding-right: 0px;
position: relative;
font-size: 14px;
font-weight: 500;
}

.calk-block2 input[type=checkbox]:checked+span {
  border: 2px solid var(--yelloy);
  background: #fff;
}

.calk-block2 label {
  display: block;
  margin-bottom: 0;
  width: 100%;
}

.calk-numb-nup {
  display: flex;
  justify-content: space-between;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.01em;
    margin-top: 10px;
}

#number1-value {
  font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.01em;
    color: var(--black-primary-text);
}

.calk-block3 .form-control {
  height: auto;
  padding: 0;
}

.calculator-input {
    background: var(--background);
      border: 1px solid #cecece;
      border-radius: 15px;
      padding: 20px 20px 0px 20px;
      margin-top: 40px;
}

input[type=range].styled-slider {
    height: 15px;
      -webkit-appearance: none;
      background: transparent;
      top: 7px;
      position: relative;
}

/*progress support*/
input[type=range].styled-slider.slider-progress {
  --range: calc(var(--max) - var(--min));
  --ratio: calc((var(--value) - var(--min)) / var(--range));
  --sx: calc(0.5 * 15px + var(--ratio) * (100% - 15px));
}

input[type=range].styled-slider:focus {
  outline: none;
}

/*webkit*/
input[type=range].styled-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 100px;
  background: var(--yelloy);
  border: 2px solid var(--yelloy);
  box-shadow: 0 0 0px var(--yelloy);
  margin-top: calc(max((4px - 1px - 1px) * 0.5, 0px) - max(15px * 0.5, 2px));
}

input[type=range].styled-slider::-webkit-slider-runnable-track {
  height: 4px;
  border: 1px solid #f2f2f2;
  border-radius: 0.5em;
  background: #CECECE;
  box-shadow: none;
}

input[type=range].styled-slider::-webkit-slider-thumb:hover {
  background: var(--yelloy);
}

input[type=range].styled-slider:hover::-webkit-slider-runnable-track {
  background: #CECECE;
  border-color: #f2f2f2;
}

input[type=range].styled-slider::-webkit-slider-thumb:active {
  background: var(--yelloy);
}

input[type=range].styled-slider:active::-webkit-slider-runnable-track {
  background: #CECECE;
  border-color: #f2f2f2;
}

input[type=range].styled-slider.slider-progress::-webkit-slider-runnable-track {
  background: linear-gradient(var(--yelloy), var(--yelloy)) 0/var(--sx) 100% no-repeat, #CECECE;
}

input[type=range].styled-slider.slider-progress:hover::-webkit-slider-runnable-track {
  background: linear-gradient(var(--yelloy), var(--yelloy)) 0/var(--sx) 100% no-repeat, #CECECE;
}

input[type=range].styled-slider.slider-progress:active::-webkit-slider-runnable-track {
  background: linear-gradient(var(--yelloy), var(--yelloy)) 0/var(--sx) 100% no-repeat, #CECECE;
}

/*mozilla*/
input[type=range].styled-slider::-moz-range-thumb {
  width: max(calc(15px - 2px - 2px), 0px);
  height: max(calc(15px - 2px - 2px), 0px);
  border-radius: 100px;
  background: var(--yelloy);
  border: 2px solid #cecece;
  box-shadow: 0 0 2px black;
}

input[type=range].styled-slider::-moz-range-track {
  height: max(calc(4px - 1px - 1px), 0px);
  border: 1px solid #f2f2f2;
  border-radius: 0.5em;
  background: #CECECE;
  box-shadow: none;
}

input[type=range].styled-slider::-moz-range-thumb:hover {
  background: var(--yelloy2);
}

input[type=range].styled-slider:hover::-moz-range-track {
  background: #CECECE;
  border-color: #f2f2f2;
}

input[type=range].styled-slider::-moz-range-thumb:active {
  background: var(--yelloy2);
}

input[type=range].styled-slider:active::-moz-range-track {
  background: #CECECE;
  border-color: #f2f2f2;
}

input[type=range].styled-slider.slider-progress::-moz-range-track {
  background: linear-gradient(var(--yelloy), var(--yelloy)) 0/var(--sx) 100% no-repeat, #CECECE;
}

input[type=range].styled-slider.slider-progress:hover::-moz-range-track {
  background: linear-gradient(var(--yelloy), var(--yelloy)) 0/var(--sx) 100% no-repeat, #CECECE;
}

input[type=range].styled-slider.slider-progress:active::-moz-range-track {
  background: linear-gradient(var(--yelloy), var(--yelloy)) 0/var(--sx) 100% no-repeat, #CECECE;
}

/*ms*/
input[type=range].styled-slider::-ms-fill-upper {
  background: transparent;
  border-color: transparent;
}

input[type=range].styled-slider::-ms-fill-lower {
  background: transparent;
  border-color: transparent;
}

input[type=range].styled-slider::-ms-thumb {
  width: 15px;
  height: 15px;
  border-radius: 100px;
  background: var(--yelloy);
  border: 2px solid #cecece;
  box-shadow: 0 0 2px black;
  margin-top: 0;
  box-sizing: border-box;
}

input[type=range].styled-slider::-ms-track {
  height: 4px;
  border-radius: 0.5em;
  background: #CECECE;
  border: 1px solid #f2f2f2;
  box-shadow: none;
  box-sizing: border-box;
}

input[type=range].styled-slider::-ms-thumb:hover {
  background: var(--yelloy);
}

input[type=range].styled-slider:hover::-ms-track {
  background: #CECECE;
  border-color: #f2f2f2;
}

input[type=range].styled-slider::-ms-thumb:active {
  background: var(--yelloy);
}

input[type=range].styled-slider:active::-ms-track {
  background: #CECECE;
  border-color: #f2f2f2;
}

input[type=range].styled-slider.slider-progress::-ms-fill-lower {
  height: max(calc(4px - 1px - 1px), 0px);
  border-radius: 0.5em 0 0 0.5em;
  margin: -1px 0 -1px -1px;
  background: var(--yelloy);
  border: 1px solid #f2f2f2;
  border-right-width: 0;
}

input[type=range].styled-slider.slider-progress:hover::-ms-fill-lower {
  background: var(--yelloy);
  border-color: #f2f2f2;
}

input[type=range].styled-slider.slider-progress:active::-ms-fill-lower {
  background: var(--yelloy);
  border-color: #f2f2f2;
}


.calk-price {
font-weight: 700;
font-size: 18px;
line-height: 120%;
text-align: center;
display: flex;
margin-top: 40px;
}


.calk-price2 {
color: var(--black-primary-text);
}



.calk-zam {
  font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    color: var(--black-primary-text);
    position: relative;
    padding-left: 35px;
    margin-top: 20px;
}

.calk-zam::before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  background: url(images/zam.svg) no-repeat;
  width: 23px;
  height: 27px;
}

.calk-desc {
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: var(--black-primary-text);
    opacity: 0.4;
}

.calk-btn a {
  text-decoration: none;
  height: 55px;
  line-height: 55px;
  padding-left: 30px;
  padding-right: 30px;
  display: table;
    color: var(--black-primary-text);
  border-radius: 15px;
  font-weight: 700;
    font-size: 16px;
}

.calk-btn {
  padding-top: 20px;
  padding-bottom: 20px;
}

.hidden  {
  display: none;
}

.modals {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
}

.modals-open {
display: flex;
}


.popss {
  z-index: 0 !important;
}

.modals-window {
width: 580px;
border-radius: 20px;
background: var(--white);
padding-left: 20px;
z-index: 10000;
position: relative;
padding-right: 20px;
padding-top: 60px;
padding-bottom: 60px;
}

.modals .overlay {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0.7;
z-index: 10;
}


.form-close  {
 background: url(images/close.svg) no-repeat;
 width: 30px;
 height: 30px;
 position: absolute;
right: 15px;
top: 15px;
cursor: pointer;
}

.form-sog {
position: relative;
width: 300px;
margin-left: auto;
margin-right: auto;
}
.form-sog .baner-form-sog,
.form-sog .baner-form-sog a {
    color: #595959;
}

.form-sog .baner-form-sog {
    margin-top: 0px;
}

.formtitle {
  font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    color: var(--black-primary-text);
    text-align: center;
    margin-bottom: 30px;
}

.formtitle2 {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #595959;
  text-align: center;
      padding-bottom: 20px;
}

.form-soc {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  justify-content: center;
}

.form-input input {
border: none;
border: 1px solid #848b8f;
font-weight: 400;
font-size: 16px;
line-height: 50px;
height: 50px;
border-radius: 15px;
padding: 0;
width: 100%;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
padding-left: 20px;
}


.form-bottom input {
  text-decoration: none;
    height: 56px;
    padding: 0;
    width: 100%;
    display: table;
    margin-left: auto;
      margin-right: auto;
    color: var(--black-primary-text);
    border-radius: 15px;
    font-weight: 700;
    font-size: 16px;
    background: var(--yelloy);
      border: 4px solid var(--yelloy);
      transition: all 0.3s ease 0s;
}

.lepopup-element .form-bottom input {
text-align: center !important;
}

.lepopup-element .baner-form-sog {
    margin-top: 10px!important;
}



.form-bottom input:hover {
  background: var(--yelloy2);
  border: 4px solid var(--yelloy2);
  color: var(--black-primary-text);
}

.form-bottom input:focus {
  background: var(--yelloy2);
  border: 4px solid var(--yelloy2);
  color: var(--black-primary-text);
}

.form-bottom input:active {
  background: var(--yelloy);
  border: 4px solid var(--yelloy);
  color: var(--black-primary-text);
}

.form-input {
  margin-bottom: 20px;
}


#project {
padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
  position: relative;
  z-index: 10;
}

.project-item {
  margin-bottom: 40px;
}


.vop-form-item {
  display: flex;
  justify-content: space-between;
}

.vop-form-block1 {
  width: 48%;
}

.vop-form-image,
.vop-form-image2 {
    width: 48%;
  }

.vop-form-title,
.smeta-form-title {
  font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    color: var(--black-primary-text);
    margin-bottom: 30px;
    margin-top: 20px;
}
 
.vop-form-title2 {
font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #595959;
  margin-bottom: 10px;
}

.vop-form-title3 {
  margin-bottom: 20px;
  font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #ff4a18;
}

.vop-form-soc {
  display: flex;
  margin-bottom: 20px;
}

.vop-form-input input {
  border: none;
  border-bottom: 1px solid #848b8f;
  font-weight: 400;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  border-radius: 0px;
  padding: 0;
  width: 295px;
  display: block;
  margin-bottom: 20px;
}


#vopros {
width: 890px;
max-width: 100%;
border-radius: 20px;
}


#vopros .form-sog {
width: 100%;
margin-left: 0;
margin-right:0;
}

.vop-form-input2 {
margin-top: 30px;
}

.vop-form-input2 input {
text-decoration: none;
height: 56px;
padding: 0;
margin: 0;
padding-left: 20px;
padding-right: 20px;
display: table;
color: var(--black-primary-text);
border-radius: 15px;
font-weight: 700;
font-size: 16px;
background: var(--yelloy);
border: 4px solid var(--yelloy);
transition: all 0.3s ease 0s;
}

.vop-form-input2 input:hover {
background: var(--yelloy2);
border: 4px solid var(--yelloy2);
color: var(--black-primary-text);
}

.vop-form-input2 input:focus {
background: var(--yelloy2);
border: 4px solid var(--yelloy2);
color: var(--black-primary-text);
}

.vop-form-input2 inputt:active {
background: var(--yelloy);
border: 4px solid var(--yelloy);
color: var(--black-primary-text);
}


.product-bottom {
display: flex;
justify-content: space-between;
padding-bottom: 10px;
}

#smata  {
border-radius: 20px;
width: 680px;
max-width: 100%;
}

.smata-form {
width: 60%;
display: block;
height: 52px;
line-height: 52px;
border-radius: 15px;
text-align: center;
background: var(--yelloy);
transition: all 0.3s ease 0s;
border: 1px solid var(--yelloy);
font-weight: 700;
font-size: 14px;
letter-spacing: 0.02em;
color: var(--black-primary-text);
}


.vopros-form {
width: 38%;
display: block;
border: 1px solid var(--blue);
transition: all 0.3s ease 0s;
border-radius: 15px;
height: 52px;
line-height: 52px;
font-weight: 700;
font-size: 14px;
letter-spacing: 0.02em;
color: var(--blue);
text-align: center;
text-decoration: none;
}


.smata-form:hover,
.smata-form:active,
.smata-form:focus {
background: var(--yelloy2);
border: 1px solid var(--yelloy2);
color: var(--black-primary-text);
text-decoration: none;
}


.vopros-form:hover {
background: var(--yelloy);
border: 1px solid var(--yelloy);
color: var(--black-primary-text);
text-decoration: none;
}

/* Slick slider  v1.5.9 */
.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-banner .slick-slide img {
  display: block;
  width: 100%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  font-size: 0;
  position: absolute;
  width: 37px;
  height: 37px;
  top: 50%;
  margin-top: -17px;
  display: block;
  padding: 0;
  z-index: 10;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
    background-size: 100%;
  background: url(images/sr-arrow-circle-right.svg) no-repeat;
}

.slick-prev {
  left: 0px;
}

.slick-next {
 transform: rotate(180deg);
  right: 0px;
}

.slick-prev:hover,
.slick-next:hover {
  border: none !important;
}

button:active,
button:focus {
  outline: none;
}

button::-moz-focus-inner {
  border: 0;
}


.slick-dots {
  position: relative;
      margin-top: 30px;
  display: flex;
  font-size: 0;
  padding: 0;
  list-style: none;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}


.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  display: block;
  width: 14px;
  height: 14px;
  outline: none;
  padding: 0;
  border: 0;
  border-radius: 100%;
  background-color: #354655;
  cursor: pointer;
  color: transparent;
}

.slick-dots li button:hover,
.slick-dots li.slick-active button {
  background-color: var(--yelloy);
}



.tabs {
  margin-top: 40px;
}

.tab-navigation {
  list-style-type: none;
  padding: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  flex-wrap: wrap;
}

.tab-navigation li {
  margin-right: 10px;
  display: none;
}

.tab-navigation a {
  display: table;
font-weight: 400;
  font-size: 16px;
  line-height: 45px;
  text-align: center;
  height: 45px;
  color: var(--black-primary-text);
  background: var(--background);
  border-radius: 100px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
}

.tab-navigation a.selected,
.tab-navigation a:hover {
  background: var(--yelloy);
  color: var(--black-primary-text);
  text-decoration: none;
}

.tab-content {
margin-top: 30px;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.trd-form {
  background: url(images/trd.jpg) no-repeat top center;
  background-size: cover;
  color: #fff;
  border-radius: 20px;
}

.trud-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 60px;
    margin-top: 40px;
}

.trud-form-block1 {
  width: 48%;
}

.trud-form-block2 {
  width: 48%;
}

.trud-form-title {
  font-weight: 700;
    font-size: 28px;
    line-height: 120%;
    color: var(--white);
    margin-bottom: 20px;
}


.trud-form-desc {
  font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: var(--white);
}

.trud-form-soc {
  display: flex;
 margin-top: 10px;
}

.trud-form-soc a {
      transition: all 0.3s ease 0s;
}


.trud-form-soc a:hover {
  opacity: 0.7;
}



.trud-form-soc1,
.trud-form-soc2,
.trud-form-soc3 {
width: 44px;
height: 44px;
display: block;
margin-right: 10px;
}

.trud-form-soc1 {
  background: url(images/whatsapp-t1.svg) no-repeat;
}
.trud-form-soc2 {
  background: url(images/telegram-t1.svg) no-repeat;
}

.trud-form-soc3 {
  background: url(images/viber-t1.svg) no-repeat;
}

.trud-form-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.trud-form-bottom input[type="text"] {
  border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    border-radius: 0px;
    padding: 0;
    width: 290px;
    display: block;
    background: transparent;
}
.trud-form-bottom input::placeholder {
    color: #fff;
}



.trud-form-bottom input[type="submit"] {
  text-decoration: none;
    height: 66px;
    padding: 0;
    margin: 0;
    padding-left: 25px;
    padding-right: 25px;
    display: table;
    color: var(--black-primary-text);
    border-radius: 100px;
    font-weight: 700;
    font-size: 16px;
    background: var(--yelloy);
    border: 4px solid var(--yelloy);
    transition: all 0.3s ease 0s;
    margin-left: 15px;
  }
  
  
.trud-form-bottom input[type="submit"]:hover,
.trud-form-bottom input[type="submit"]:focus,
.trud-form-bottom input[type="submit"]:active {
    background: var(--yelloy2);
    border: 4px solid var(--yelloy2);
    color: var(--black-primary-text);
  }
  


.material-item {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}


.material-block {
  width: 19%;
  box-shadow: 0 4px 14px 0 rgba(198, 198, 198, 0.25);
    background: var(--white);
    border-radius: 15px;
    display: flex;
      justify-content: space-between;
      align-items: center;
}



.material-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 113%;
    letter-spacing: 0.02em;
    color: var(--black-primary-text);
        padding-left: 20px;
}


.material-block img {
  border-radius: 0px 15px 15px 0px;
}


#material {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  background: #fff;
}



#mains,
#mains1 {
 padding-top: 80px;
 padding-bottom: 80px;
        position: relative;
        z-index: 8;
}
#mains1 {
        background: var(--background);
}



.category-item {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}

.category-block {
    margin-bottom: 20px;
    width: 25%;
    position: relative;
}


.category-block a {
    text-decoration: none;
    transition: all 0.3s ease 0s;
    margin-bottom: 10px;
    display: block;
    font-family: var(--second-family);
font-weight: 600;
font-size: 16px;
color: #fff;
}


.sub-category-block {
    margin-left: 0;
    padding-left: 0;
    display: flex;
    flex-direction: column !important;
    margin: 0 !important;
}

.sub-category-block li {
    list-style-type: none;
}

.sub-category-block li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    color: #fff!important;
    padding: 0 !important;
    display: block !important;
    margin-bottom: 10px;
}



.category-block a:hover,
.sub-category-block li a:hover {
    color: var(--yelloy)!important;

}


.main-item {
  display: flex;
  justify-content: space-between;
      align-items: flex-start;
}


.mains-item {
  display: flex;
  justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap;
          padding-top: 40px;
}


.header-top {
    top: -100px;
    transition: top 0.3s ease 0s;
}


.fixed-header {
width: 100%;
z-index: 100;
position: fixed;
background: #fff;
top: 0px;
}



.content-fx {
    padding-top: 137px;
}

.mains-desc {
padding-top: 20px;
}



.gallery-item  {
margin-left: -10px;
    margin-right: -10px;
}
.gallery-block  {
    display: none;
    padding-left: 10px;
    padding-right: 10px;
}

.gallery-block img {
        border-radius: 15px;
}


.mains-block1 {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}


.main-block1 {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.main-block2 {
  width: 48%;
  justify-content: flex-end;
      display: flex;
}


/***** #Reedmore *************************************************************************/
.fn_readmore+[data-readmore-toggle],
.fn_readmore[data-readmore],
.fn_readmore3+[data-readmore-toggle],
.fn_readmore3[data-readmore] {
  display: inline-block;
  width: auto;
  position: relative;
}

.fn_readmore[aria-expanded="false"]::after,
.fn_readmore3[aria-expanded="false"]::after{
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 4em;
  background: -moz-linear-gradient(top, #f2f2f2 0, #f2f2f2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #f2f2f2 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, #f2f2f2 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0, #f2f2f2 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0, #f2f2f2 100%);
}

.fn_readmore[data-readmore] {
  transition: height 500ms;
  overflow: hidden;
  max-height: 170px;
  display: block;
  width: 100%;
}

.fn_readmore3[data-readmore] {
  transition: height 500ms;
  overflow: hidden;
  max-height: 340px;
  display: block;
  width: 100%;
}


.fn_readmore+[data-readmore-toggle],
.fn_readmore3+[data-readmore-toggle] {
  margin-top: 0px;
  text-decoration: none;
  transition: all 0.3s;
}


.rd-sk,
.rd-op,
.rd-sk:hover,
.rd-op:hover {
font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.02em;
     color: var(--black-primary-text);
  text-decoration: none;
}

.rd-sk span,
.rd-op span {
  display: inline-block;
  background: url(images/rd-sk.svg) no-repeat;
  width: 34px;
  height: 34px;
      position: relative;
        top: 11px;
        transition: all 0.3s;
} 


.rd-sk span {
  transform: rotate(180deg);
}


.fn_readmore {
  margin-top: 30px;
  font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: var(--black-primary-text);
}


.main-block2-form {
  background: url(images/forms-bg.jpg) no-repeat top center;
  background-size: cover;
  border-radius: 20px;
  padding: 40px 40px;
  color: #fff;
  width: 447px;
  max-width: 100%;
}


.czifry-item {
  display: flex;
  margin-top: 20px;
}

.czifry-block {
  width: 33%;
}

.czifry-title {
font-weight: 700;
  font-size: 60px;
  line-height: 113%;
  letter-spacing: 0.02em;
  color: var(--black-primary-text);
}

.czifry-desc {
font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.01em;
}

.main-form-title {
  font-weight: 700;
    font-size: 28px;
    line-height: 120%;
    text-align: center;
    color: var(--white);
    margin-bottom: 30px;
    margin-top: 20px;
}
.main-form-input1 {
  margin-bottom: 20px;
}

.main-form-input1 input {
  border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    border-radius: 0px;
    padding: 0;
    width: 100%;
    display: block;
    background: transparent;
}

.main-form-input2 input {
text-decoration: none;
height: 66px;
padding: 0;
margin: 0;
width: 100%;
text-align: center;
display: block;
    color: var(--black-primary-text);
border-radius: 15px;
font-weight: 700;
font-size: 16px;
background: var(--yelloy);
border: 4px solid var(--yelloy);
transition: all 0.3s ease 0s;
}
  

.main-form-input1 input::placeholder {
color: #fff;
}


  
.main-form-input2 input:hover {
    background: var(--yelloy2);
    border: 4px solid var(--yelloy2);
        color: var(--black-primary-text);
  }
  
.main-form-input2 input:focus {
    background: var(--yelloy2);
    border: 4px solid var(--yelloy2);
        color: var(--black-primary-text);
  }
  
.main-form-input2 input:active {
    background: var(--yelloy);
    border: 4px solid var(--yelloy);
        color: var(--black-primary-text);
  }


.main-form-input2 {
  margin-top: 30px;
}

.main-icon-soc1,
.main-icon-soc2,
.main-icon-soc3 {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

.main-icon-soc1 {
  background: url(images/main-form1.svg) no-repeat;
}

.main-icon-soc2 {
  background: url(images/main-form2.svg) no-repeat;
}

.main-icon-soc3 {
  background: url(images/main-form3.svg) no-repeat;
}

.main-form-soc1 {
  font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: var(--white);
        margin-right: 20px;
}

.main-form-soc {
  display: flex;
  align-items: center;
}

.main-sog {
  font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: var(--white);
    position: relative;
    padding-left: 30px;
    margin-top: 20px;
}

.main-sog::before {
  content: "";
  position: absolute;
  left: 0;
  width: 21px;
  height: 20px;
  background: url(images/main-sog.svg) no-repeat;
}


#resh {
  padding-top: 80px;
  padding-bottom: 80px;
  background: url(images/bg01.jpg) no-repeat bottom center;
  color: #fff;
  position: relative;
  z-index: 1;
}



.resh-item {
  width: 50%;
  display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 50px;
}

.resh-block {
  width: 50%;
  margin-bottom: 40px;
}

.resh-block img {
  margin-bottom: 20px;
}


.resh-title {
font-weight: 700;
  font-size: 18px;
  line-height: 113%;
  letter-spacing: 0.02em;
  color: var(--white);
  margin-bottom: 10px;
}

.resh-desc {
font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: var(--white);
}

#resh .title {
  color: var(--white);
}




.tab_navigation1 {
  overflow: hidden;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-left: 60px;
    padding-right: 60px;
}

.tab_navigation1::before {
    background: #d9dada;
      width: 100%;
      height: 1px;
      content: "";
      position: absolute;
      z-index: -1;
      top: 8px;
          left: 0px;
    }




.tab_navigation1 a {
  display: block;
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  color: var(--blue);
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
      padding-top: 25px;
}

.tab_navigation1 a::before {
content: "";
  position: absolute;
  display: block;
  border-radius: 100%;
  background: var(--blue);
  width: 16px;
  height: 16px;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;

}


.tab_navigation1 a.selected1 {
font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  color: var(--yelloy);
}

.tab_navigation1 a.selected1::before {
  background: var(--yelloy);
}

.tab_container1 {
  overflow: hidden;
  margin: -1px 0 0;
}

.tab1 {
  display: none;
  margin-top: 20px;
}



#shag {
    padding-top: 80px;
    padding-bottom: 40px;
}


#shag3 {
    padding-top: 80px;
    padding-bottom: 80px;
}


.tabs1 {
  margin-top: 40px;
}

.shag-items {
display: flex;
justify-content: space-between;
border-radius: 15px;
background: #f2f2f2;
padding: 40px 40px;
align-items: center;
position: relative;
}
.countdown {
    font-size: 32px;
}

#timer {
    display: inline-block;
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 15px;
    margin-bottom: 15px;
}

.priz {
        text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    color: var(--black-primary-text);
    background: var(--yelloy);
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: table;
    padding-left: 25px;
    padding-right: 25px;
    transition: all 0.3s ease 0s;
    border-radius: 15px;
        margin-bottom: 20px;
}

.priz:hover,
.priz:active,
.priz:focus {
   color: var(--black-primary-text);
    background: var(--yelloy2);
    text-transform: none;
}


.shag-block1 {
  width: 46%;
}
.shag-block2 {
  width: 50%;
  display: flex;
  border-left: 1px solid #d9dada;
      padding-left: 40px;
      padding-top: 20px;
      padding-bottom: 20px;
}

.shag-block2 img {
        border-radius: 15px;
}



.shag-title {
  font-weight: 700;
    font-size: 22px;
    line-height: 120%;
    color: var(--black-primary-text);
    margin-bottom: 20px;
}

.shag-desc {
  position: relative;
  font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.01em;
    color: #595959;
}


#uslugy {
  padding-top: 80px;
  padding-bottom: 40px;
}


.uslugy-item {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
	flex-wrap: wrap;
}


.uslugy-block {
  width: 24%;
  padding: 20px 20px;
  transition: all 0.3s ease 0s;
  border-radius: 15px;
  background: var(--background);
	margin-bottom: 20px;
}


.uslugy-block:hover {
  background: var(--black-primary-text);
}



.uslugy-block:hover .uslugy-block-title a {
color: #fff;
}

.uslugy-block:hover li a {
color: #fff;
}

 
.uslugy-block:hover .vvssee {
    color: #fff;
}



.uslugy-block ul {
  padding-left: 0;
  margin-right: 0;
  margin-top: 10px;
}

.uslugy-block li {
list-style-type: none;
}

.uslugy-block img {
  margin-bottom: 25px;
}

.uslugy-block-title a {
font-weight: 700;
font-size: 16px;
line-height: 113%;
letter-spacing: 0.02em;
color: var(--black-primary-text);
text-decoration: none;
transition: all 0.3s ease 0s;
display: block;
margin-bottom: 20px;
}

.uslugy-block:hover .uslugy-block-title a:hover {
color: var(--yelloy);
}


.uslugy-block li a {
text-decoration: none;
font-weight: 400;
font-size: 14px;
line-height: 113%;
letter-spacing: 0.02em;
color: var(--seven-secondary-text);
display: block;
margin-bottom: 15px;
}


.uslugy-block li a:hover {
  color: var(--yelloy);
}



/***** #Reedmore *************************************************************************/
.fn_readmore2+[data-readmore-toggle],
.fn_readmore2[data-readmore] {
  display: inline-block;
  width: auto;
  position: relative;
}



.fn_readmore2[data-readmore] {
  transition: height 500ms;
  overflow: hidden;
  max-height: 75px;
  display: block;
  width: 100%;
}

.fn_readmore2+[data-readmore-toggle] {
  text-decoration: none;
  transition: all 0.3s;
}

.vvssee,
.vvssee:hover {
  font-weight: 700;
    font-size: 14px;
    line-height: 113%;
    letter-spacing: 0.02em;
    text-decoration: none;
        color: var(--black-primary-text);
}


#plus {
padding-top: 40px;
padding-bottom: 80px;
}


#plus .slick-prev,
#plus2 .slick-prev,
#mains .slick-prev,
#mains1 .slick-prev {
left: auto;
top: -65px;
right: 55px;
}
#plus .slick-next,
#plus2 .slick-next,
#mains .slick-next,
#mains1 .slick-next {
left: auto;
top: -65px;
right: 0px;
}

.plus-item {
  margin-top: 40px;
}

.plus-block {
  display: none;
  padding-right: 20px;
}

.plus-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 113%;
    letter-spacing: 0.02em;
    color: var(--black-primary-text);
margin-bottom: 15px;
}


.plus-desc {
  font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.02em;
    color: var(--seven-secondary-text);
}

.plus-block img {
  margin-bottom: 15px;
}



#faq,
#faq2 {
      background: #f2f2f2;
    padding-top: 80px;
    padding-bottom: 80px;
}

#faq2 {
    background: #fff;
}

.faq-item {
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.faq-item details {
    width: 49%;
}


.faq-item details summary {
  display: block;
  outline-style: none;
  cursor: pointer;
}

.faq-item details {
  display: block;
  outline-style: none;
  cursor: pointer;
  position: relative;
}


.faq-item summary {
  padding: 18px 50px 18px 20px;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
      color: var(--black-primary-text);
   background: #fff url(images/ddown.svg) no-repeat 97% 50%;
  border-radius: 15px;
}


.faq-text {
   padding: 20px; 
}



.faq-item details summary::-webkit-details-marker {
  display: none;
}


.faq-item summary:hover {
  color: var(--black-primary-text);
}

.price_remont-block1 details[open] summary,
.faq-item details[open] summary {
      background: var(--yelloy) url(images/uup.svg) no-repeat 97% 50%;
    color: var(--black-primary-text);
}

.main-form-title2 {
  font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0.01em;
    text-align: center;
    color: #fff;
}

.main-form-socs {
  display: flex;
  justify-content: center;
      margin-top: 20px;
        margin-bottom: 20px;
}

.mainicon-soc1 {
  display: block;
  background: url(images/mainicon-soc1.svg) no-repeat;
  width: 44px;
  height: 44px;
  margin-left: 5px;
  margin-right: 5px;
}

.mainicon-soc2 {
  display: block;
  background: url(images/mainicon-soc2.svg) no-repeat;
  width: 44px;
  height: 44px;
  margin-left: 5px;
  margin-right: 5px;
}

.mainicon-soc3 {
  display: block;
  background: url(images/mainicon-soc3.svg) no-repeat;
  width: 44px;
  height: 44px;
  margin-left: 5px;
  margin-right: 5px;
}

#sile {
  padding-top: 80px;
  padding-bottom: 80px;
  background: var(--background) url(images/adobestock_83415415.png) no-repeat top center;
  background-size: cover;
}

.sile-item, .sile-item1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

.sile-item1 .sile-block {
  margin-bottom: 20px;
}


.sile-block {
    width: 32%;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
}

.sile-item1 .sile-block {
        background: var(--background);
}




.sile-block img {
margin-bottom: 20px;
border-radius: 15px;
    width: 100%;
}

.sile-title2 {
  font-weight: 700;
    font-size: 13px;
    line-height: 130%;
    margin-bottom: 20px;
    position: relative;
}

.sile-title2::before {
content: "";
width: 7px;
height: 7px;
display: inline-block;
background: var(--yelloy);
border-radius: 100%;
position: relative;
    margin-right: 10px;
}

.sile-title a,
.sile-title {
  font-weight: 700;
    font-size: 16px;
    line-height: 113%;
    letter-spacing: 0.02em;
    color: var(--black-primary-text);
    text-decoration: none;
        transition: all 0.3s ease 0s;
}

.sile-title a:hover {
  color: var(--yelloy);
}


.sile-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
      margin-bottom: 15px;
}

.sile-info1 a {
  font-weight: 400;
    font-size: 10px;
    line-height: 23px;
    height: 23px;
    border-radius: 100px;
      padding: 0px 16px;
    color: var(--blue);
    background: var(--white);
    text-decoration: none;
    transition: all 0.3s ease 0s;
    display: table;
}

.sile-info1 a:hover {
  background: var(--yelloy);
  color: var(--black-primary-text);
  text-decoration: none;
}


#news {
  padding-top: 80px;
  padding-bottom: 80px;
}

#contact, #contact2  {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f2f2f2 url(images/cont.png) no-repeat top center;
  background-size: cover;
}

#contact2  {
    background: #fff;
}

.sile-info2 {
  font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    text-align: right;
    position: relative;
}

.sile-info2::before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  background: var(--yelloy);
  border-radius: 100%;
  position: relative;
  margin-right: 10px;
}


.sile-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
      height: 100%;
}

.sile-link {
  margin-top: 20px;
}


.contact-item {
  display: flex;
  margin-top: 30px;
}

.contact-block1 {
  width: 50%;
}

.contact-block2 {
  width: 50%;
}

.contact-text {
  font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: var(--seven-secondary-text);
    margin-bottom: 20px;
}


.contact-title {
  font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: var(--black-primary-text);
    margin-bottom: 10px;
}

.contact-block2-1,
.contact-block2-2,
.contact-block2-3,
.contact-block2-4 {
  position: relative;
  margin-bottom: 30px;
  padding-left: 30px;
}

.contact-title2 {
  font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: var(--sven-secondary-text);
}

.contact-title2 a {
  color: var(--sven-secondary-text);
  text-decoration: underline;
}

.contact-block2-1::before,
.contact-block2-2::before,
.contact-block2-3::before,
.contact-block2-4::before {
  content: "";
width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  left: 0;
}


.contact-block2-1::before {
  background: url(images/k01.svg) no-repeat;
}

.contact-block2-2::before {
  background: url(images/k02.svg) no-repeat;
}

.contact-block2-3::before {
  background: url(images/k03.svg) no-repeat;
}

.contact-block2-4::before {
  background: url(images/k04.svg) no-repeat;
}


.contact-soc {
  display: flex;
  align-items: center;
}

.contact-soc1 a {
  display: inline-block;
  margin-left: 5px;
}
.contact-soc2 {
  margin-left: 40px;
}

.contact-soc2 a {
  font-weight: 700;
    font-size: 16px;
    line-height: 113%;
    letter-spacing: 0.02em;
    color: var(--black-primary-text);
    height: 60px;
    line-height: 60px;
    display: table;
    padding-left: 40px;
    padding-right: 40px;
    border: 1px solid var(--yelloy);
      border-radius: 15px;
      background: var(--yelloy);
      transition: all 0.3s ease 0s;
      text-decoration: none;
}

.contact-soc2 a:hover,
.contact-soc2 a:active,
.contact-soc2 a:focus {
  background: var(--yelloy2);
  border: 1px solid var(--yelloy2);
      color: var(--black-primary-text);
  text-decoration: none;
}


footer {
  background: var(--black-primary-text);
  color: #fff;
  padding-top: 40px;
}


.footer-menu {
  border-bottom: 1px solid #595959;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 20px;
}



.footer-menu ul {
margin-left: 0;
padding-left: 0;
display: flex;
justify-content: space-between;
    margin: 0;
}

.footer-menu li {
list-style-type: none;
}

.footer-menu li a {
  font-weight: 700;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

.footer-menu li a:hover {
  color: var(--yelloy);
  text-decoration: none;
}


.footer-menu .current-menu-item a {
  color: var(--yelloy);
}


.footer-item {
  display: flex;
  margin-top: 30px;
      margin-bottom: 60px;
}

.footer-block {
  width: 25%;
}

.footer-title {
  font-weight: 700;
    font-size: 20px;
        margin-bottom: 15px;
}

.footer-block ul {
  margin-left: 0;
    padding-left: 0;
    margin: 0;
}

.footer-block li {
  list-style-type: none;
      margin-bottom: 10px;
}


.footer-block li a {
transition: all 0.3s ease 0s;
color: #fff;
text-decoration: none;
}

.footer-block li a:hover {
  color: var(--yelloy);
}

.footer-title2 {
  margin-bottom: 10px;
  font-weight: 400;
    font-size: 16px;
}

.footer-title2 a {
  text-decoration: underline;
  color: #fff;
  transition: all 0.3s ease 0s;
}

.footer-title2 a:hover {
  color: var(--yelloy);
}

.footer2-item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
}

.footer2-block {
  font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #bdbdbd;
}

.footer2-block a {
  color: #bdbdbd;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  display: block;
}

.footer2-block a:hover {
    color: var(--yelloy);
  }

.footer2-block:nth-child(2){
  text-align: right;
}



#callback {
  border-radius: 20px;
      padding-top: 60px;
        padding-bottom: 60px;
}


#similar {
    border-radius: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }


#similar .formtitle,
#similar .formtitle2 {
  text-align: left;
}

#similar .form-soc {
  justify-content: flex-start;
}

#similar .form-bottom input,
#similar .form-sog {
  margin-left: 0;
  margin-right: 0;
}

.formtitle3 {
  font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #ff4a18;
    margin-top: 10px;
}

.form-input1 {
  display: flex;
  margin-bottom: 30px;
}

.form-input2 input {
    border: none;
      border-bottom: 1px solid #848b8f;
      font-weight: 400;
      font-size: 16px;
      line-height: 50px;
      height: 50px;
      border-radius: 0px;
      padding: 0;
      width: 300px;
      display: block;
      margin-left: auto;
      margin-right: auto;
}

.form-input3 input {
      border: none;
        border-bottom: 1px solid #848b8f;
        font-weight: 400;
        font-size: 16px;
        line-height: 50px;
        height: 50px;
        border-radius: 0px;
        padding: 0;
        width: 420px;
        display: block;
        margin-left: auto;
        margin-right: auto;
}

.form-input3 {
  margin-left: 20px;
}

#similar .form-bottom input {
  width: 300px;
}

.rews {
    width:760px;
    height:535px;
    overflow:hidden;
    position:relative;
}

.popform {
    width: 480px;
    max-width: 100%;
}


#contact4 {
    padding-bottom: 60px;
}
 




@media (max-width: 1400px) {

.container {
    padding-right: 20px;
    padding-left: 20px;
}


.baner-main-block2 img {
    position: relative;
        border-radius: 0px 0px 50px 0px;
  }


.baner-main-block2 {
  display: flex;
  align-items: flex-end;
      justify-content: flex-end;
}

.baner-main-block1 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.baner-main-block1 h1 {
  font-size: 42px;
  line-height: 120%;
}

.baner-main-block1 {
  padding-left: 15px;
}

.material-block img {
  width: 90px;
}

.shag-block4 {
  padding-left: 20px;
}

.shag-block2 {
  width: 52%;
}

.shag-block1 {
  width: 48%;
}
}

@media (max-width: 1200px) {

.logo-block2 {
    display: none;
}

h1 {
    font-size: 36px;
}

.trud-form {
    padding: 50px 40px;
}

.trud-form-block1 {
    width: 43%;
}

.trud-form-block2 {
    width: 57%;
}

.rews {
    width: 100%;
}

.logo-phone a {
    font-size: 18px;
}


.baner-main-title {
    font-size: 20px;
    margin-bottom: 15px;
  }

.baner-main-block1 {
  padding-top: 40px;
  padding-bottom: 50px;
}


.quiz-block1-title,
.quiz-step8-title {
  font-size: 30px;
}

.quiz-block2-title {
  font-size: 30px;
}

.quiz-step-title {
  font-size: 22px;
}

.quiz-block2-title1,
.quiz-block2-title2,
.quiz-block2-title3 {
  margin-bottom: 20px;
  padding-left: 90px;
}

.title {
  font-size: 36px;
}

#pop {
  padding-top: 80px;
  padding-bottom: 80px;
}

#klc-chek .wpcf7-list-item:nth-child(6) input[type=checkbox]+span {
  padding-left: 10px;
  padding-right: 10px;
}


.smata-form {
  font-size: 13px;
}

.vopros-form {
  font-size: 13px;
}

.material-block img {
  width: 65px;
}


#material {
  padding-top: 30px;
  padding-bottom: 80px;
  border-radius: 0px 0px 50px 50px;
}

.main-block2-form {
  width: 100%;
}

.main-block2 {
  width: 40%;
}
.main-block1 {
  width: 58%;
}

.czifry-title {
  font-size: 50px;
}
#resh {
  padding-top: 120px;
  padding-bottom: 80px;
  margin-top: -40px;
}

.resh-item {
  width: 60%;
  margin-top: 40px;
}

.shag-block2 {
  width: 50%;
  padding-left: 20px;
}
.shag-block1 {
  width: 50%;
}

.tab_navigation1 a {
  font-size: 32px;
}

.tab_navigation1 a.selected1 {
  font-size: 32px;
}

#pop {
  padding-top: 80px;
  padding-bottom: 80px;
  border-radius: 0px 0px 50px 50px;
}
}


@media (max-width: 992px) {


.logo-block2 {
    display: none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
}


.tab-navigation a {
   font-size: 14px; 
}


h1 {
    font-size: 36px;
  }

.pop-block {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
}

.pop-item {
    margin-left: -1%;
    margin-right: -1%;
}

#projects {
    padding-top: 50px;
    padding-bottom: 50px;
}

#quiz {
    padding-top: 60px;
    padding-bottom: 60px;
}

#shag {
    padding-top: 60px;
    padding-bottom: 30px;
}

#shag3 {
    padding-top: 60px;
    padding-bottom: 60px;
}

#project {
    padding-top: 30px;
    padding-bottom: 30px;
}

#calculator {
    padding-top: 60px;
    padding-bottom: 60px;
}
#uslugy {
    padding-top: 60px;
    padding-bottom: 30px;
}

#plus {
    padding-top: 30px;
    padding-bottom: 60px;
}

#sile {
    padding-top: 60px;
    padding-bottom: 60px;
}

#mains,
#mains1 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.faq-item summary {
    font-size: 16px;
}

#news {
    padding-top: 60px;
    padding-bottom: 60px;
}


#faq,
#faq2 {
    padding-top: 60px;
    padding-bottom: 60px;
}


.mains-block2 {
    width: 100%;
    padding-bottom: 40px;
}

.mains-block1 {
    width: 100%;
    padding-top: 40px;
}

 
.baner-main-block2 {
  display: none;
}


.baner-main-block1 {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.baner-main-block1 h1 {
  font-size: 36px;
}

.baner-main-title {
  font-size: 18px;
}

.quiz-item {
  flex-wrap: wrap;
}
.quiz-block1 {
  padding: 40px 40px;
  width: 100%;
      border-radius: 40px 40px 0px 0px;
}


.quiz-block2 {
  width: 100%;
  padding: 40px;
      border-radius: 0px 0px 40px 40px;
}




.quiz-block1-title br,
.quiz-step8-title br,
.quiz-block2-title br {
  display: none;
}

.quiz-step-title {
  font-size: 20px;
}

.title {
  font-size: 32px;
}
.title-link {
  font-size: 14px;
  line-height: 60px;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
#pop {
  padding-top: 60px;
  padding-bottom: 60px;
}
.calk-block1 input[type=checkbox]+span {
  padding: 0px 10px;
  margin-right: 5px;
  font-size: 12px;
}

.calk-block1,
.calk-block2,
.calk-block3,
.calk-block4 {
  border-radius: 15px;
  padding-bottom: 25px;
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
}

.calk-title {
  font-size: 18px;
  padding-left: 55px;
}

.calk-block3 .calk-title::before,
.calk-block4 .calk-title::before,
.calk-block2 .calk-title::before,
.calk-block1 .calk-title::before {
  width: 40px;
  height: 40px;
  background-size: 100%;
}

.calk-block1 .wpcf7-checkbox_custom {
  margin-top: 30px;
  width: 100%;
}

.calk-block2 input[type=checkbox]+span {
  height: 65px;
  padding-left: 72px;
}
.calk-btn a {
  height: 60px;
  line-height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
}

.calk-price {
  font-size: 16px;
  text-align: left;
}

.calk-zam {
  font-size: 12px;
}


.trud-form {
  flex-wrap: wrap;
}

.trud-form-block1 {
  width: 100%;
  margin-bottom: 20px;
}

.trud-form-block2 {
  width: 100%;
}

#material {
  padding-top: 20px;
  padding-bottom: 40px;
}

.material-item {
  flex-wrap: wrap;
  justify-content: center;
}

.material-block {
  width: 31%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 20px;
}

.main-block2-form {
  padding: 30px 30px;
  width: 100%;
}

.main-form-title {
  font-size: 26px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.main-block2 {
  width: 45%;
      background: transparent;
}
.main-block1 {
  width: 55%;
  padding-right: 10px;
}
.czifry-block {
  width: 50%;
}
#resh {
  padding-top: 100px;
  padding-bottom: 60px;
  margin-top: -35px;
}

.resh-title {
  font-size: 16px;
}

.resh-desc {
  font-size: 14px;
}

.resh-item {
  width: 65%;
}
.siles-link {
  padding-bottom: 6px;
}

.tab_navigation1 a {
  font-size: 28px;
}
.tab_navigation1 a.selected1 {
  font-size: 28px;
}

.shag-block2 {
  flex-wrap: wrap;
  border-left: none;
}


.shag-items {
  padding: 40px 35px;
}


.uslugy-item {
  flex-wrap: wrap;
  justify-content: center;
}

.uslugy-block {
  width: 31%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 20px;
}

.plus-item {
  flex-wrap: wrap;
}

.plus-block {
  width: 50%;
  margin-bottom: 20px;
}

.sile-block {
  margin-left: 10px;
  margin-right: 10px;
}

.contact-item {
  flex-wrap: wrap;
}

.contact-block1 {
  width: 100%;
  margin-bottom: 40px;
}


.contact-block2 {
  width: 100%;
}


.footer-menu li a {
  font-size: 14px;
}

.footer-title {
  font-size: 18px;
  margin-bottom: 10px;
}

.faq-block2-form {
  width: 100%;
}

.shag-items {
  backdrop-filter: none;
}


.logo-block3 {
    display: none;
}
}

@media (max-width: 768px) {

h1 {
    font-size: 32px;
  }

.siles-link {
  margin-top: 15px;
}

.logo-block3 {
    display: none;
}

#shag3 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.logo-block7 {
    display: none;
}

.logo-block5 {
    display: none;
}

.vopros-form {
font-size: 14px;
}

.smata-form {
font-size: 14px;
}

.telega1,
.whatsapp1,
.vk1 {
    stroke: #fff;
}

.telega2, .whatsapp2, .vk2 {
    fill: #fff;
}

.logo-phone a {
font-size: 20px;
}

.logo-block1 img {
    width: 100px;
}

.container {
padding-right: 15px;
padding-left: 15px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
font-size: 16px;
}


.category-block a {
    font-weight: 400;
}


.category-block {
    margin-bottom: 10px;
    width: 100%;
    padding-left: 0px;
    position: relative;
}

.category-item {
    padding: 0px;
}

.category-block a {
    color: #fff;
}

.sub-category-block li a {
    color: #fff!important;
}

.toggle-subcategories {
    background: url(images/toggle.svg) no-repeat center center;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: -7px;
    cursor: pointer;
    top: -5px;
    transition: all .3s ease 0s;
    transform: rotate(90deg);
}
 
.mega-menu-primary-mobile-open {
    overflow: hidden;
}


#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
position: fixed;
left: 0px !important;
height: 100%;
justify-content: start;
overflow: auto;
top: 120px;
}

.content-fx {
padding-top: 123px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    font-size: 30px;
}

.sub-category-block {
    display: none !important;
}

.actives {
    display: block !important;
}


.opened {
    transform: rotate(-90deg);
}


.header-mob-menu {
  display: flex;
  justify-content: space-between;
      align-items: center;
}

#mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary {
  padding: 20px 20px 20px 20px;
}
.baner-plus {
    padding-bottom: 0px;
    flex-wrap: wrap;
}

.baner-form {
    flex-wrap: wrap;
}


.baner-form-input input[type="text"] {
    width: 100%;
}
.baner-form-input {
    width: 100%;
    padding-bottom: 20px;
}

.baner-form-input2 {
    width: 100%;
}

.baner-form-input2 input[type="submit"] {
    height: 55px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 16px;
    margin-left: 0px;
    width: 100%;
}


.baner-plus-block {
    width: 50%;
    padding-bottom: 20px;
}


.baner-main-block1 h1 {
  font-size: 22px;
      margin-bottom: 20px;
}


.pop-block {
width: 100%;
margin-left: 0%;
margin-right: 0%;
}

#projects {
padding-top: 40px;
padding-bottom: 40px;
}

#quiz {
padding-top: 40px;
padding-bottom: 40px;
}

#shag {
padding-top: 40px;
padding-bottom: 20px;
}

#project {
padding-top: 20px;
padding-bottom: 20px;
}

#calculator {
padding-top: 40px;
padding-bottom: 40px;
}

#uslugy {
padding-top: 40px;
padding-bottom: 20px;
}

#plus {
padding-top: 20px;
padding-bottom: 40px;
}

#mains,
#mains1 {
padding-top: 40px;
padding-bottom: 40px;
}

.mains-block1 {
    padding-bottom: 20px;
}

#faq,
#faq2 {
padding-top: 40px;
padding-bottom: 40px;
}

.faq-item details {
    width: 100%;
}
#news {
padding-top: 40px;
padding-bottom: 40px;
}
#contact,
#contact2 {
    padding-top: 40px;
    padding-bottom: 40px;
}
footer {
padding-top: 20px;
}

.contact-soc1 {
    padding-right: 15px;
}
 

#plus .slick-prev, #mains .slick-prev, #mains1 .slick-prev {
top: -60px;
}
#plus .slick-next, #mains .slick-next, #mains1 .slick-next {
top: -60px;
}


.title br {
display: none;
}

.baner-main-block1 {
  padding-top: 40px;
  padding-bottom: 20px;
}

.quiz-block1 {
  padding: 35px 25px;
}

.quiz-block1-title,
.quiz-step8-title {
  font-size: 26px;
}


.quiz-step-block1 {
  width: 100%;
  height: 113px;
}

.quiz-block2-title {
  font-size: 26px;
}


.quiz-nav-next,
.quiz-nav-prev {
  width: 170px;
  height: 55px;
  line-height: 55px;
  font-size: 14px;
}

.titles-nav {
  flex-wrap: wrap;
}
.title-link {
  display: none;
}
#pop {
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 0px 0px 30px 30px;
}
.title {
  font-size: 30px;
}

.calk-block1,
.calk-block2,
.calk-block3,
.calk-block4 {
  width: 100%;
}

.modals-window {
  width: 98%;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-left: 1%;
  margin-right: 1%;
}

.trud-form {
  padding: 40px 40px;
  margin-top: 40px;
}

.trud-form-desc br {
 display: none;
}


.trud-form-bottom {
  flex-wrap: wrap;
}


.trud-form-bottom input[type="text"] {
  width: 100%;
  margin-bottom: 20px;
}

.trud-form-bottom input[type="submit"] {
  margin-left: 0px;
  width: 100%;
}

.material-block {
  width: 48%;
}
.main-item {
  flex-wrap: wrap;
}

.main-block1 {
  width: 100%;
  padding-right: 0px;
  margin-bottom: 40px;
}


.main-block2 {
  width: 100%;
}

.resh-item {
  width: 100%;
}

#resh {
  background: url(images/bg01.jpg) no-repeat bottom left;
  padding-top: 80px;
    padding-bottom: 50px;
}

#resh .title br {
  display: none;
}


.resh-block {
  width: 48%;
}

.resh-block br {
  display: none;
}

.tab_navigation1 {
  padding-left: 0px;
  padding-right: 0px;
}
.tab_navigation1 a.selected1 {
  font-size: 18px;
}

.tab_navigation1 a {
  font-size: 18px;
}

.shag-items {
  padding: 30px 30px;
  flex-wrap: wrap;
  backdrop-filter: none;
}
.shag-block1 {
  width: 100%;
}
.shag-block2 {
  width: 100%;
  padding-left: 0px;
  border-left: none;
}

.shag-items::before {
  left: 20px;
}

.uslugy-item {
  margin-top: 30px;
  justify-content: space-between;
}

.uslugy-block {
  width: 48%;
      padding: 15px 15px;
          margin-bottom: 10px;
}


.uslugy-block:nth-child(5) {
  display: none;
}

.plus-block {
  width: 48%;
}

.main-form-title2 {
  font-size: 18px;
}
.main-form-title2 br,
.main-form-title br {
  display: none;
}

.main-form-title {
  font-size: 24px;
}
#sile {
  padding-top: 40px;
  padding-bottom: 40px;
}


.sile-block {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 5px;
  padding-right: 5px;
}

.contact-soc {
  flex-wrap: wrap;
}

.contact-soc2 {
  margin-left: 0px;
  margin-top: 0px;
}


.footer-menu {
  display: none;
}

footer {
  padding-top: 40px;
}

.footer-item {
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.footer-block {
  width: 50%;
  margin-bottom: 20px;
}

.footer2-item {
  flex-wrap: wrap;
  padding-bottom: 20px;
}

.footer2-block:nth-child(2) {
  text-align: left;
}

.footer2-block {
  margin-bottom: 20px;
}

.footer-title2 {
  font-size: 14px;
}

#callback {
  padding-top: 40px;
  padding-bottom: 40px;
}

.formtitle {
  font-size: 26px;
}


#vopros {
  width: 100%;
}


.vop-form-title,
.smeta-form-title {
  font-size: 26px;
  margin-bottom: 25px;
  margin-top: 10px;
}

.vop-form-item {
  flex-wrap: wrap;
}

.vop-form-block1 {
  width: 100%;
  margin-bottom: 20px;
}


.vop-form-image,
.vop-form-image2 {
  display: none;
}

#similar {
  padding-top: 40px;
  padding-bottom: 40px;
}

.form-input1 {
  flex-wrap: wrap;
}

.form-input2 {
  width: 100%;
}

.form-input3 {
  margin-left: 0px;
  width: 100%;
}


.form-input2 input {
  width: 100%;
  margin-bottom: 20px;
}

.form-input3 input {
  width: 100%;
}

#similar .form-bottom input {
  width: 100%;
}

}


.yoast-breadcrumbs {
  margin-top: 20px;
  margin-bottom: 20px;
    font-weight: 400;
    font-size: 14px;

}

.yoast-breadcrumbs a {
   color: var(--black-primary-text);
    text-decoration: none;
}

.yoast-breadcrumbs .breadcrumb_last {
    color: #666;
}



.services-item {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 40px;
	    flex-wrap: wrap;
}

.services-block {
  width: 24%;
  background: var(--background);
  border-radius: 15px;
  padding: 20px 20px;
	margin-bottom: 20px;
}

.services-block img {
  margin-top: 20px;
  margin-bottom: 30px;
}

.services-block-title {
  min-height: 40px;
  margin-bottom: 15px;
  line-height: 113%;
}

.services-block-title a {
  text-decoration: none;
  font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: var(--black-primary-text);
        transition: all 0.3s ease 0s;
}

.services-block-title a:hover {
  text-decoration: none;
  color: var(--yelloy);
}

.services-block-desc {
    font-weight: 400;
      font-size: 13px;
      line-height: 113%;
      letter-spacing: 0.02em;
      color: var(--seven-secondary-text);
      min-height: 75px;
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: 1px solid #d9dada;
}

.services-block ul {
  margin-left: 0;
  padding-left: 0;
  margin-top: 20px;
}
.services-block li {
list-style-type: none;
}




.services-block li a {
  font-weight: 400;
    font-size: 14px;
    line-height: 113%;
    letter-spacing: 0.02em;
    color: var(--seven-secondary-text);
    text-decoration: none;
    display: block;
    margin-bottom: 20px;
    position: relative;
        padding-right: 10px;
}

.services-block li a::after {
content: "";
  background: url(images/ggg.svg) no-repeat;
  position: absolute;
  display: inline-block;
  width: 6px;
  height: 10px;
  right: 0;
      top: 3px;
}


.services-block li a:hover {
  text-decoration: none;
  color: var(--yelloy);
}


.services-content {
  display: flex;
  justify-content: space-between;
      padding-top: 40px;
        padding-bottom: 60px;
}



.services-content-block1 {
  padding-right: 40px;
  font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: var(--seven-secondary-text);
}

.services-content-block1 h2 {
font-weight: 700;
font-size: 40px;
line-height: 120%;
color: var(--black-primary-text);
}


.services-form {
  background: url(images/group-1477.jpg) no-repeat top center;
  background-size: cover;
  width: 447px;
  max-width: 100%;
  border-radius: 20px;
      padding: 40px 40px;
}

.vopr-title {
font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  color: var(--white);
  margin-bottom: 20px;
}

.vopr-desc {
font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: var(--white);
  margin-bottom: 20px;
}

@media (min-width: 768px) {
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
backdrop-filter: blur(15.199999809265137px) !important;
border-radius: 14px!important;
}}


#baner-usluga {
  background-size: cover !important;
  padding-top: 100px;
  padding-bottom: 100px;
      position: relative;
      margin-bottom: 40px;
}

#baner-usluga::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0px;
  background: #212529;
  opacity: 0.7;
  z-index: 1;
}

#baner-usluga .container {
  z-index: 10;
  position: relative;
}

#baner-usluga h1 {
  color: var(--white);
  font-weight: 700;
    font-size: 52px;
    line-height: 130%;
}

.baner-usluga-desc {
  font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    color: var(--white);
    position: relative;
    padding-left: 40px;
        margin-top: 40px;
    margin-bottom: 40px;
}


.baner-usluga-desc p {
  margin: 0;
  padding: 0;
}


.baner-usluga-desc::before {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: var(--yelloy);
  content: "";
  position: absolute;
  left: 0;
      top: 5px;
}

.baner-usluga-link a {
  text-decoration: none;
    color: var(--black-primary-text);
  height: 66px;
  line-height: 66px;
  border-radius: 100px;
  width: 250px;
  display: table;
  text-align: center;
  font-weight: 500;
    font-size: 21px;
}

.texxt {
  display: flex;
  justify-content: space-between;
}

#usluga-desc h2 {
margin: 0;
padding: 0;
margin-bottom: 20px;
font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  color: var(--black-primary-text);
}

#usluga-desc {
  font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: var(--seven-secondary-text);
}

#usluga-desc ul {
  margin-left: 0;
  padding-left: 0;
}

#usluga-desc li {
  list-style-type: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;

}

#usluga-desc li::before {
  border-radius: 100%;
    background: var(--yelloy);
    width: 9px;
    height: 9px;
    left: 0;
    content: "";
    position: absolute;
        top: 7px;
}


#usluga-desc {
  padding-bottom: 60px;
}


.texxt1 {
  padding-right: 40px;
}


.pagination {
    justify-content: center;
}


@media (max-width: 1200px) {



#baner-usluga {
  padding-top: 80px;
  padding-bottom: 80px;
}
#baner-usluga h1 {
  font-size: 42px;
}

#usluga-desc h2 {
  font-size: 36px;
}

.services-content-block1 h2 {
font-size: 36px;
}
}

@media (max-width: 992px) {

#baner-usluga h1 {
    font-size: 36px;
  }

.baner-usluga-desc {
  font-size: 20px;
  padding-left: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.baner-usluga-link a {
  height: 62px;
  line-height: 62px;
  width: 250px;
  font-size: 18px;
}

#usluga-desc h2 {
  font-size: 32px;
}
.texxt2 {
  display: none;
}
#usluga-desc {
  padding-bottom: 40px;
}


.services-item {
  margin-top: 40px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  margin-left: -1%;
    margin-right: -1%;
        justify-content: center;

}

.services-block {
  width: 31%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 20px;
}


.services-content {
  padding-top: 20px;
  padding-bottom: 40px;
  flex-wrap: wrap;
}

.services-content-block1 {
  width: 100%;
  margin-bottom: 20px;
}
.services-content-block2 {
  width: 100%;
}

#usluga-desc h2 {
  font-size: 32px;
}

.services-content-block1 h2 {
  font-size: 32px;
}

#baner-usluga {
  padding-top: 60px;
  padding-bottom: 60px;
}


}


@media (max-width: 768px) {


#baner-usluga {
    padding-top: 40px;
    padding-bottom: 40px;
  }


#baner-usluga h1 {
  font-size: 34px;
}

#baner-usluga h1 br {
  display: none;
}

#usluga-desc h2 {
  font-size: 30px;
}

.services-content-block1 h2 {
  font-size: 30px;
}

.services-block {
  width: 48%;
}
.baner-usluga-desc {
  font-size: 18px;
  padding-left: 25px;
  margin-top: 25px;
  margin-bottom: 25px;
}
#usluga-desc {
  padding-bottom: 30px;
}

#faq2 {
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 30px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item {
  padding: 0px 0px 0px 0px !important;
}

.services-item {
  margin-top: 30px;
  justify-content: space-between;
}

.services-block-desc br {
display: none;
}

.services-block-title {
  min-height: 5px;
}

.services-block-desc {
  min-height: 5px;
}

.services-content {
  padding-top: 0px;
}

.yoast-breadcrumbs {
  margin-bottom: 20px;
}

}



.single-item {
  display: flex;
  flex-wrap: wrap;
    margin-left: -1%;
      margin-right: -1%;
      margin-top: 60px;
}


.single-item .sile-block {
  margin-left: 1%;
  margin-right: 1%;
  width: 31%;
  margin-bottom: 20px;
  background: var(--background);
  border-radius: 15px;
  padding: 15px;
  padding-bottom: 25px;
}


.sile-block1 {
  display: flex;
    margin-left: 1%;
      margin-right: 1%;
      margin-bottom: 60px;
      width: 98%;
      align-items: center;
}

.sile-block1-image {
  width: 40%;
}

.sile-block1-image img {
  border-radius: 20px;
}



.sile-block1-info {
    width: 60%;
    padding-left: 20px;
  }


.sile-block1-title {
  font-weight: 700;
    font-size: 24px;
    line-height: 113%;
    letter-spacing: 0.02em;
    color: var(--black-primary-text);
    margin-bottom: 20px;
}

.sile-block1-date {
  font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: var(--yelloy);
    position: relative;
    margin-bottom: 20px;
}

.sile-block1-date::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  background: var(--yelloy);
  border-radius: 100%;
  position: relative;
  margin-right: 10px;
}

.sile-block1-tag a {
  font-weight: 400;
  font-size: 12px;
  line-height: 23px;
  height: 23px;
  border-radius: 100px;
  padding: 0px 16px;
  color: var(--blue);
  background: var(--background);
  text-decoration: none;
  transition: all 0.3s ease 0s;
  display: table;
}

.sile-block1-tag a:hover {
  color: #fff;
  text-decoration: none;
  background: var(--yelloy);
}

.sile-block1-tag {
  margin-bottom: 20px;
}

.sile-block1-exp p {
margin: 0;
padding: 0;
}

.sile-block1-exp {
  font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: var(--black-primary-text);
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
}

.siles-link {
  margin-top: 10px;
}






.maps {
    width: 100%;
    height: 500px;
}


#rews {
    padding-top: 40px;
    padding-bottom: 40px;
}


.siles-link a {
  position: relative;
  text-decoration: none;
  background: var(--yelloy);
  color: var(--black-primary-text);
  display: table;
  height: 53px;
  line-height: 53px;
  border-radius: 1000px;
  top: 4px;
  width: 53px;
  font-size: 0;
      transition: all 0.3s ease 0s;
}

.siles-link a::after {
position: absolute;
  display: inline-block;
  content: "";
  background: url(images/rightt.svg) no-repeat;
  width: 18px;
  height: 16px;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}


.siles-link a:hover {
  font-size: 14px;
  width: 180px;
  text-align: center;
}

.siles-link a:hover:after {
  transform: translateY(0%) translateX(0%);
  left: 0%;
    top: 4px;
    position: relative;
    margin-left: 10px;
}



.pagination span {
  font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: var(--yelloy);
}


.pagination a { 
  font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: var(--seven-secondary-text);
    text-decoration: none;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

#nnewws {
  padding-bottom: 80px;
}


#news-single {
    padding-bottom: 60px;
  }



.single-content {
  font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: var(--seven-secondary-text);
}


.single-content h2 {
  font-weight: 700;
    font-size: 38px;
    line-height: 120%;
    color: var(--black-primary-text);
}

.single-content h3 {
    font-weight: 700;
      font-size: 36px;
      line-height: 120%;
      color: var(--black-primary-text);
}


.single-content ul {
  margin-left: 0;
  padding-left: 0;
}

.single-content ul li {
    list-style-type: none;
      position: relative;
      padding-left: 20px;
      margin-bottom: 10px;
  }

.single-content ul li::before {
  border-radius: 100%;
  background: var(--yelloy);
  width: 9px;
  height: 9px;
  left: 0;
  content: "";
  position: absolute;
  top: 7px;
}


.single-content img {
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 20px;
}



.single-content ol {
  list-style-type: none;
  counter-reset: num;
  padding-left: 30px;
}

.single-content ol li {
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
  line-height: 1.4;
}

.single-content ol li:before {
  content: counter(num);
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 0;
  left: -30px;
  width: 18px;
  height: 18px;
  background: var(--yelloy);
  color: #fff;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  border-radius: 100%;
}

@media (max-width: 1200px) {
.sile-block1 {
    margin-bottom: 40px;
  }

.single-item {
  margin-top: 40px;
}

}


@media (max-width: 992px) {

.sile-block1-info {
    width: 100%;
    padding-left: 0px;
  }

.sile-block1-image {
  width: 100%;
  margin-bottom: 20px;
}

.sile-block1 {
  flex-wrap: wrap;
}

.single-item .sile-block {
  width: 48%;
}

#nnewws {
  padding-bottom: 60px;
}

#news-single {
  padding-bottom: 40px;
}

.single-content h2 {
  font-size: 32px;
}

.single-content h3 {
  font-size: 30px;
}


}

@media (max-width: 768px) {

.single-content h2 {
    font-size: 30px;
  }

  .single-content h3 {
    font-size: 28px;
  }


#nnewws {
  padding-bottom: 40px;
}

#news-single {
  padding-bottom: 40px;
}

.single-item .sile-block {
  margin-left: 0%;
    margin-right: 0%;
    width: 100%;
}

.sile-block1 {
margin-left: 0%;
margin-right: 0%;
width: 100%;
background: var(--background);
border-radius: 15px;
padding: 15px;
padding-bottom: 25px;
margin-bottom: 20px;
}

.single-item {
  margin-left: 0%;
  margin-right: 0%;
}
.sile-block1-tag a {
  background: #fff;
}


.single-content img {
  margin-top: 10px;
  margin-bottom: 10px;
}

}


.jobs-items {
display: flex;
flex-wrap: wrap;
margin-left: -0.66%;
margin-right: -0.66%;
padding-top: 40px;
}

.jobs-block {
width: 32%;
margin-left: 0.66%;
margin-right: 0.66%;
background: var(--background);
border-radius: 15px;
padding: 15px;
margin-bottom: 20px;
}

.jobs-block img {
      border-radius: 10px 10px 0 0;
        margin-bottom: 20px;
}

.jobs-title {
  font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: var(--black-primary-text);
}

.jobs-info {
  border-top: 1px solid #d1d0d0;
  margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.jobs-info1 {
  font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: var(--black-primary-text);
}

.jobs-info2 a {
  height: 44px;
  border-radius: 100px;
  line-height: 44px;
  padding-left: 20px;
  padding-right: 20px;
  display: table;
  text-decoration: none;
color: var(--black-primary-text);
  font-weight: 700;
    font-size: 14px;
    white-space: nowrap;
}
  


#calculator2 {
  padding-top: 80px;
  padding-bottom: 80px;
  background: var(--background);
}

#jobs {
  padding-bottom: 60px;
}

#material2 {
  padding-top: 80px;
  padding-bottom: 50px;
}

#plus2 {
  padding-top: 80px;
    padding-bottom: 80px;
}

.jobs-single-info {
  display: flex;
  margin-top: 50px;
}

.jobs-single-block1 {
  width: 59%;
  padding-right: 20px;
}

.jobs-single-block2 {
  width: 41%;
}

.jobs-single-iimg {
  display: none;
}


.jobs-single-title {
  font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--seven-secondary-text);
    margin-bottom: 10px;
}

.jobs-single-title span {
  font-weight: 700;
    color: var(--black-primary-text);
}

.jobs-single-desc {
  font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--seven-secondary-text);
    margin-top: 20px;
    margin-bottom: 20px;
}

.jobs-single-desc p {
  margin: 0;
  padding: 0;
}


.jobs-single-price {
  font-size: 34px;
  font-weight: 700;
    line-height: 120%;
    color: var(--blue);
    margin-bottom: 20px;
}

.jobs-single-price span {
  font-size: 14px;
}


.jobs-single-link .smata-form {
  width: 240px;
  height: 54px;
  line-height: 54px;
}


.jobs-single-vhod {
  margin-top: 40px;
}

.jobs-single-vhod ul {
  padding-left: 0;
  margin-left: 15px;
}
.jobs-single-vhod span {
font-weight: 700;
line-height: 140%;
color: var(--black-primary-text);
display: block;
margin-bottom: 10px;
}


.jobs-single-vhod li {
  font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: var(--seven-secondary-text);
}


.jobs-single-block1 img {
  border-radius: 20px;
}


.product-slide-images1 {
  margin-left: -5px;
    margin-right: -5px;
}

.jobs-single-iimg img {
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
}






#jobs-single {
  padding-bottom: 80px;
}


#shag2 {
  padding-top: 80px;
  padding-bottom: 80px;
  background: var(--background);
}

#shag2 .shag-items {
    background:#fff;

}

#shag2 #timer {
  background: var(--background);
}


#faq3,
#contact5 {
    padding-top: 80px;
      padding-bottom: 80px;
}


#faq3 .faq-item summary {
    background: var(--background) url(images/ddown.svg) no-repeat 97% 50%;
}

#faq3 .faq-item details[open] summary {
    background: var(--yelloy) url(images/uup.svg) no-repeat 97% 50%;
}

#sile2 {
      padding-top: 50px;
        padding-bottom: 50px;
}

#contact3 {
  padding-top: 50px;
  padding-bottom: 80px;
}

@media (max-width: 1200px) {

.jobs-info1 span {
  display: none;
}
.jobs-single-block1 {
  width: 50%;
}

.jobs-single-block2 {
  width: 50%;
}

#jobs-single {
  padding-bottom: 60px;
}

.jobs-single-desc {
  margin-top: 10px;
  margin-bottom: 10px;
}

.jobs-single-info {
  margin-top: 40px;
}

}

@media (max-width: 992px) {

.jobs-single-info {
    margin-top: 30px;
  }

.jobs-single-info {
  flex-wrap: wrap;
}

#jobs-single {
  padding-bottom: 40px;
}

#shag2 {
  padding-top: 60px;
  padding-bottom: 60px;
}
#faq3,
#contact5  {
  padding-top: 60px;
  padding-bottom: 60px;
}
#sile2 {
  padding-top: 20px;
  padding-bottom: 40px;
}
#contact3 {
  padding-top: 30px;
  padding-bottom: 60px;
}


.jobs-items {
  margin-left: -1%;
  margin-right: -1%;
  padding-top: 20px;
}

.jobs-block {
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
}

#jobs {
  padding-bottom: 40px;
}

#calculator2 {
  padding-top: 60px;
  padding-bottom: 60px;
}

#material2 {
  padding-top: 60px;
  padding-bottom: 30px;
}

#plus2 {
  padding-top: 60px;
  padding-bottom: 60px;
}
}



@media (max-width: 768px) {

.jobs-items {
    margin-left: 0%;
    margin-right: 0%;
  }

.jobs-block {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.jobs-info1 span {
  display: inline-block;
}
#jobs {
  padding-bottom: 20px;
}
#calculator2 {
  padding-top: 50px;
  padding-bottom: 40px;
  border-radius: 30px;
}

.material-block img {
  width: 50px;
}

#material2 {
  padding-top: 40px;
  padding-bottom: 20px;
}

#plus2 {
  padding-top: 40px;
  padding-bottom: 40px;
}

#contact2 {
  padding-top: 10px;
  padding-bottom: 40px;
}

.jobs-single-info {
  margin-top: 0px;
}

.jobs-single-block1 {
  width: 100%;
  padding-right: 0px;
  margin-bottom: 10px;
}

.jobs-single-block2 {
  width: 100%;
}


.jobs-single-block1 .slick-prev,
.jobs-single-block1 .slick-next {
  top: 0px;
}


.jobs-single-block1 .slick-prev {
  left: auto;
  right: 40px;
}

#jobs-single {
  padding-bottom: 30px;
}
#shag2 {
  padding-top: 40px;
  padding-bottom: 40px;
}
#faq3,
#contact5  {
  padding-top: 40px;
  padding-bottom: 40px;
}

#sile2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

#contact3 {
  padding-top: 20px;
  padding-bottom: 40px;
}

}



#contact4 .title {
  display: none;
}

#contact-rekv {
  padding-top: 100px;
  padding-bottom: 100px;
}


.rec-download {
 border-bottom: 1px solid #d1d0d0;
 padding-bottom: 20px;
 padding-top: 40px;
}   

.rec-download a {
font-weight: 400;
  font-size: 16px;
    color: #646464;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    position: relative;
}

.rec-download a:hover {
      color: var(--yelloy);
}

.rec-download a svg {
    position: absolute;
      margin-left: 5px;
      top: -6px;
}


.recviz-item {
  margin-top: 30px;
}

.recviz-block {
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  border-left: 2px solid #fff;
  align-items: center;
}

.recviz-block:hover {
background: var(--background);
  border-left: 2px solid var(--yelloy);
}



.recviz-block1 {
  width: 33%;
  padding-left: 20px;
  font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.01em;
    color: var(--black-primary-text);
}

.recviz-block2 {
  width: 33%;
font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--black-primary-text);
}

.recviz-min {
  font-weight: 400;
}


.recviz-block3 {
  width: 33%;
}

.copybtn {
  border: none;
  cursor: pointer;
  background: url(images/svg.svg) no-repeat;
  width: 20px;
  height: 20px;
  transition: all 0.3s ease 0s;
  font-size: 0px;
  margin-left: 20px;
}

.copybtn:hover,
.copybtn:active,
.copybtn:focus {
  background: url(images/svg1.svg) no-repeat;
}

@media (max-width: 1200px) {

#contact-rekv {
    padding-top: 80px;
    padding-bottom: 80px;
  }

}

@media (max-width: 992px) {
.recviz-block3 {
    width: 5%;
  }

#contact-rekv {
  padding-top: 60px;
  padding-bottom: 60px;
}

.recviz-block1 {
  width: 47%;
}
.recviz-block2 {
  width: 48%;
}
}

@media (max-width: 768px) {

#contact-rekv {
    padding-top: 40px;
    padding-bottom: 40px;
  }

.recviz-item {
  margin-top: 20px;
}

.copybtn {
  margin-left: 0px;
}


.recviz-block1 {
  width: 38%;
  padding-left: 10px;
  font-size: 14px;
}

.recviz-block2 {
  width: 57%;
  font-size: 14px;
}

.rec-download {
  padding-bottom: 20px;
  padding-top: 20px;
}

}



#o-nas-page {
background: url(images/dev.jpg) no-repeat top center;
color: #fff;
background-size: cover;
padding-top: 80px;
padding-bottom: 80px;
position: relative;
margin-bottom: 40px;
}

#o-nas-page .container {
  z-index: 10;
  position: relative;
}


#o-nas-page h1 {
  color: var(--white);
  font-weight: 700;
  font-size: 52px;
  line-height: 130%;
}

.onas_title2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: var(--white);
  margin-top: 40px;
  margin-bottom: 80px;
}

#o-nas-page::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0px;
  background: var(--black-primary-text);
  opacity: 0.7;
  z-index: 1;
}


#o-nas-desc {
  padding-top: 20px;
  padding-bottom: 60px;
}




#plus3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }


#jobs-block  {
   padding-top: 80px;
   padding-bottom: 80px;
 }


#mains1 {
background: #f2f2f2;
padding-top: 80px;
padding-bottom: 100px;
}



#contact1 {
  padding-top: 80px;
    padding-bottom: 80px;
}


#aczii {
      padding-bottom: 40px;
}


.o-nas-desc {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.o-nas-desc1 {
  width: 50%;
  font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: var(--seven-secondary-text);
}

.o-nas-desc2 {
  margin-top: 40px;
  font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: var(--white);
        background: var(--seven-secondary-text);
    border-radius: 15px;
    padding: 60px 40px;
    font-style: italic;
}


.cont {
  font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: var(--seven-secondary-text);
}

@media (min-width: 992px) {

.widget_wpc_filters_widget {
    position: sticky !important;
    top: 160px;
}

}


.blueTable {
    width: 100%;
    border-collapse: collapse;
}

.blueTable th, .blueTable td {
    border: 1px solid var(--yelloy); 
    text-align: left;
    padding: 10px;
}

.blueTable th {
    background-color: var(--yelloy);
        color: var(--black-primary-text);
}

.blueTable tr:nth-child(even) {
        background: var(--background);
}



@media (max-width: 1200px) {
#o-nas-page h1 {
  font-size: 42px;
}

.o-nas-desc2 {
  font-size: 22px;
  padding: 40px 40px;
}

.o-nas-desc2 br {
  display: none;
}

#mains1 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.main-block2 {
  background: transparent;
}
}

@media (max-width: 992px) {
.sile-item1 {
  margin-left: -1%;
    margin-right: -1%;
}


.sile-item1 .sile-block {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }

#o-nas-page {
padding-top: 60px;
padding-bottom: 60px;
}

#o-nas-page h1 {
  font-size: 36px;
}


.onas_title2 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.o-nas-desc2 {
  font-size: 20px;
  margin-top: 20px;
}

#o-nas-desc {
  padding-top: 20px;
  padding-bottom: 40px;
}

#plus3 {
  padding-top: 40px;
  padding-bottom: 40px;
}
#jobs-block {
  padding-top: 60px;
  padding-bottom: 60px;
}

#mains1 {
  padding-top: 60px;
  padding-bottom: 60px;
}

#contact1 {
  padding-top: 60px;
  padding-bottom: 60px;
}

}

@media (max-width: 768px) {

.tab-sroll {
    overflow-x: scroll;
}


.sile-item1 {
    margin-left: 0%;
    margin-right: 0%;
  }


  .sile-item1 .sile-block {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }




#o-nas-page {
  padding-top: 50px;
  padding-bottom: 50px;
}


#o-nas-page h1 {
  font-size: 34px;
}

#o-nas-page h1 br {
 display: none;
}


.onas_title2 {
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 25px;
}


.o-nas-desc {
  flex-wrap: wrap;
}

.o-nas-desc1 {
  width: 100%;
}

#jobs-block {
  padding-top: 40px;
  padding-bottom: 30px;
}

#plus3 {
  padding-top: 35px;
  padding-bottom: 20px;
}
 
#mains1 {
  padding-top: 40px;
  padding-bottom: 40px;
}

#contact1 {
  padding-top: 40px;
  padding-bottom: 50px;
}


#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
      background: #212529 !important;
}


.product-price-block1 .price a,
.single-product-price1 .price a {
  color: var(--black-primary-text);
  text-decoration: none;
  pointer-events: none;
    cursor: default;
}


.wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-range {
  background-color: var(--yelloy)!important;
}

.wpc-filters-range-wrapper input[type=number] {
border-radius: 4px!important;
  background: var(--white)!important;
  border: 1px solid #dedede!important;
      height: 40px;
        line-height: 40px;
        padding-left: 20px;
        margin-bottom: 20px;
}



body .wpc-filters-main-wrap .wpc-filters-widget-controls-container a.wpc-filters-apply-button,
body .wpc-filters-main-wrap a.wpc-filters-submit-button {
  border-color: var(--yelloy) !important;
  background-color: var(--yelloy) !important;
  color: var(--black-primary-text)!important;
}

.wpc-filters-main-wrap .wpc-filters-widget-controls-container a {
    color: var(--black-primary-text)!important;
}

.pop-item {
  flex-direction: column;
}

}


.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt img,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt {
  width: 36px!important;
  height: 36px!important;
  line-height: 36px !important;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom img,
a.wishlist_products_counter.top_wishlist-custom img,
span.wishlist_products_counter.top_wishlist-custom img {
  max-width: 36px!important;
  max-height: 36px!important;
}

.tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart {
  top: 25px!important;
  left: auto!important;
  right: 25px!important;
}

.single-product-block1 {
  position: relative;
}



.single-product-block1 .tinv-wraper.tinv-wishlist {
  position: absolute;
  z-index: 100;
  top: 20px;
  right: 20px;
}


.single-product-block1 .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom img,
.single-product-block1 a.wishlist_products_counter.top_wishlist-custom img,
.single-product-block1 span.wishlist_products_counter.top_wishlist-custom img {
  max-width: 53px !important;
  max-height: 53px !important;
}


.single-product-block1 .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt img,
.single-product-block1 .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt {
  width: 53px !important;
  height: 53px !important;
  line-height: 53px !important;
}

.single-product-block1 .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom img,
.single-product-block1 a.wishlist_products_counter.top_wishlist-custom img,
.single-product-block1 span.wishlist_products_counter.top_wishlist-custom img {
  max-width: 53px !important;
  max-height: 53px !important;
}

.wishlist-items {
  display: flex;
  flex-wrap: wrap;
    margin-left: -1%;
      margin-right: -1%;
      margin-top: 40px;
}



.wishlist_item {
  width: 31%;
  margin-left: 1%;
  margin-right: 1%;
  background: var(--background);
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 20px;
    position: relative;
}

.whitelist-remove {
  position: absolute;
  top: 25px;
  right: 25px;

}

.whitelist-remove button {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: red;
        font-size: 26px;
  }



.wishlist_item img {
  margin-top: 0px !important;
}

.whitelist-name a {
  font-weight: 700!important;
    font-size: 22px!important;
    line-height: 120%!important;
    color: var(--black-primary-text)!important;
    text-decoration: none!important;
}
.whitelist-name a:hover {
color: var(--yelloy)!important;
}

.whitelist-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  border-bottom: 1px solid #d9dada;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.price-whitelist {
  font-weight: 700;
    font-size: 22px;
    line-height: 120%;
    color: var(--black-primary-text);
}

.wishlist-items .smata-form {
  color: #fff!important;
  text-decoration: none!important;
}

.wishlist-items .vopros-form {
      color: var(--blue)!important;
  text-decoration: none!important;
}

.wishlist-items .vopros-form:hover {
  color: #fff !important;
}

.tinv-header {
  display: none;
}

@media (max-width: 992px) {

.wishlist_item {
    width: 48%;
  }

.wishlist-items {
  margin-top: 20px;
}

.wishlist_item .whitelist-image img {
width: 100%;
}


}


@media (max-width:768px) {

  .wishlist_item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .wishlist-items {
      margin-left: 0;
        margin-right: 0;
  }


.single-product-block1 .tinv-wraper.tinv-wishlist {
    top: 105px;
      right: 15px;
}


.single-product-block1 .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom img,
.single-product-block1 a.wishlist_products_counter.top_wishlist-custom img,
.single-product-block1 span.wishlist_products_counter.top_wishlist-custom img {
  max-width: 36px !important;
  max-height: 36px !important;
}


.single-product-block1 .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt img,
.single-product-block1 .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt {
  width:36px !important;
  height: 36px !important;
  line-height: 36px !important;
}

.single-product-block1 .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom img,
.single-product-block1 a.wishlist_products_counter.top_wishlist-custom img,
.single-product-block1 span.wishlist_products_counter.top_wishlist-custom img {
  max-width: 36px !important;
  max-height: 36px !important;
}
}


.footer-block .contact-soc1 {
  margin-top: 20px;
}


.widget-right {
    position: fixed;
    right: 0px;
    top: 18%;
    background: var(--yelloy);
    width: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px 0px 0px 20px;
    z-index: 100;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    opacity: 0.8;
    transition: all 0.3s ease 0s;
}

.widget-right:hover {
    opacity: 1;
}


.widget-right img {
    width: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.widget-right p {
    color: #000;
    font-size: 12px;
    text-align: center;
    padding: 0;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.widget-item {
    color: #000;
    font-size: 12px;
    margin-bottom: 10px;
}
.widget-item a {
   color: #000; 
}
.widget-item a:hover {
   color: #000; 
   text-decoration: none;
}
.widget-cloce {
    color: #000;
    position: relative;
    font-size: 12px;
    background: var(--yelloy);
    width: 22px;
    height: 22px;
    top: -13px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
}
.widget-cloce:hover {
     color: #000;
     text-decoration: none;
}


.poppaaap {
    width: 650px;
    max-width: 100%;
    min-height: 500px;
}

.selectcity {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: none;
    z-index: 100;
}

.selectcity .owerlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    z-index: 0;
}

.city-modals {
    position: relative;
    z-index: 2;
    padding: 20px;
}

.active-city {
    display: flex;
}

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 20px;
    width: 100%;
    height: auto;
    border: 0;
    background: #f7f7f7 url(images/serch.svg) no-repeat 95% 50%;
    border-radius: 5px;
    cursor: text;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 50px;
    color: #1f1f25;
    height: 50px;
}

.city-modals .chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 20px;
    width: 100%;
    height: auto;
    border: 0;
    background: #f7f7f7 url(images/serch.svg) no-repeat 95% 50%;
    border-radius: 5px;
    cursor: text;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 50px;
    color: #1f1f25;
    height: 50px;
    margin-top: 20px;
}

.city-modals .chosen-container .chosen-drop {
    border: 0;
    background: #fff;
    -webkit-box-shadow: 0;
    box-shadow: 0;
}

.city-modals .chosen-container .chosen-results li {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 25px;
    border-left: 3px solid #fff;
}

.city-modals .chosen-container .chosen-results li.highlighted {
    color: #000;
    background: #eee !important;
    border-left: 3px solid #ffd414;
}

.city-modals .chosen-container .chosen-results {
    max-height: 150px;
}

.city-modals .chosen-container .chosen-results::-webkit-scrollbar-thumb {
    width: 3px;
    border-radius: 10px;
    background-color: #eee;
}

.city-modals .chosen-container .chosen-results::-webkit-scrollbar {
    width: 3px;
    border-radius: 10px;
    background-color: #eee;
}

.city-modals .chosen-container .chosen-drop {
    padding-right: 5px;
}

.city-modals .chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0px;
    background: transparent;
    box-shadow: 0;
    line-height: 50px;
}

.city-select {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow-y: auto;
    max-height: 380px;
}

.city-select::-webkit-scrollbar {
    width: 3px;
    background: transparent;
}

.city-select::-webkit-scrollbar-thumb {
    width: 3px;
    border-radius: 10px;
    background-color: #ffd414;
}

.city-select::-webkit-scrollbar-track {
    width: 2px;
    border-radius: 1px;
    background-color: #dedede;
}

.city-select-block {
    width: 30%;
}

.city-select-block a {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 230%;
    color: #1f1f25;
    text-decoration: none;
}

.city-select-block a:hover {
    color: #ffd414;
}

.calls-title {
    font-style: normal;
    font-weight: 800;
    font-size: 26px;
    line-height: 130%;
    letter-spacing: 0.02em;
    color: #1f1f25;
    padding-bottom: 15px;
    text-align: center;
}


@media (max-width: 768px) {
    .poppaaap {
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
    }

    .city-select-block {
        width: 50%;
    }

    .calls-title {
        font-size: 22px;
        padding-bottom: 10px;
    }

    .city-modals {
        padding: 5px;
    }

    .city-select-block a {
        line-height: 200%;
    }

    .city-modals .chosen-container .chosen-results li {
        padding: 10px 15px;
        font-size: 13px;
        line-height: 20px;
    }
}

.headen {
    display: none;
}

.city-lk {
    text-decoration: none;
        font-weight: 500;
    font-size: 14px;
    color: var(--seven-secondary-text);
    position: relative;
}

.toggle-btn,
.show-more-btn {
    padding: 0;
    background: transparent;
    color: var(--yelloy);
    border: none;
    cursor: pointer;
}
.show-more-btn {
	color: #000;
	font-weight: 600;
}


.tags-block a,
.tags-block2 a {
    text-decoration: none;
    background: var(--background);
    display: table;
    padding: 5px 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-right: 7px;
    font-weight: 400;
    font-size: 15px;
    color: var(--black-primary-text);
    letter-spacing: 0.02em;
}


.tags-item,
.tags-item2 {
    display: flex;
    flex-wrap: wrap;
}


.tags {
    margin-top: 30px;
    margin-bottom: 40px;
}

.tags .slick-initialized {
    padding-left: 37px;
    padding-right: 160px;
}

.tags-item .slick-prev, .tags-item .slick-next,
.tags-item2 .slick-prev, .tags-item2 .slick-next {
    font-size: 0;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -20px;
    background-size: 100%;
}


#toggle-slider,
#toggle-slider2 {
    padding: 5px 10px;
    background: var(--background);
    color: var(--black-primary-text);
    border: none;
    cursor: pointer;
    border-radius: 10px;
    font-size: 14px;
    margin-top: -42px;
    float: right;
    position: relative;
}
.tags .slick-next {
    right: 115px;
}


.popitm-block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.popitm-block1 {
	width: 48%;
}
.popitm-block2 {
	width: 48%;
}

.popitm-title {
	text-align: center;
	margin-bottom: 20px;
}

  .wp-popup .wp-popup-close-icon {
    top: 15px !important;
    right: 15px!important;
    font-size: 22px!important;
  }


@media (max-width: 768px) {

.tags .slick-initialized {
    padding-left: 37px;
    padding-right: 37px;
}

#toggle-slider,
#toggle-slider2 {
    margin-top: 0px;
    float: left;
}
.tags .slick-next {
    right: 0px;
}	
	
.popitm-block1 {
	width: 100%;
	margin-bottom: 20px;
}
.popitm-block2 {
	width: 100%;
}

	

}