/*
Theme Name: Puskar
Theme URI: https://www.templatesell.com/item/puskar/
Author: templatesell
Author URI: https://www.templatesell.com/
Description: Free Blog and Magazine Theme. With masonry layout and multiple blog page layout, this theme is the awesome and minimal theme. This theme has search option, off-canvas sidebar, multiple sidebar options, footer options, featured slider, promo boxed, footer widgets and many more. Besides that, this theme comes with added custom widgets for author information, featured posts, social icons, etc. It comes with primary color option to change the whole site color with a single click. More Details: https://www.templatesell.com/item/puskar/
Version: 1.4.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: puskar
Requires PHP: 5.2
Tested up to: 6.0
Tags: custom-background, custom-header, one-column, two-columns, three-columns, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, blog, news
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Puskar is free WordPress theme by, Template Sell.
Puskar is distributed under the terms of the GNU GPL v2 or later.
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
  - Normalize
  - Box sizing
# Base
  - Typography
  - Elements
  - Links
  - Forms
## Layouts
# Components
  - Navigation
  - Posts and pages
  - Comments
  - Widgets
  - Media
  - Captions
  - Galleries
# plugins
  - Jetpack infinite scroll
# Utilities
  - Accessibility
  - Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #333;
  font-family: "Exo 2", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}



a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

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

@media screen and (min-width: 37.5em) {

  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

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

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

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* 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 logo link wraps around logo image. */
/*.custom-logo-link {
  display: inline-block;
}*/

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.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;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {

  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

/* = MY NEXT NEW PLUS GO
-------------------------------------------------------------- */

article.masonry-post {
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
    width: 25% !important;
}
.m_permo {
	display: block;
    z-index: 99;
    width: auto;
    height: auto;
    position: relative;
}
.menu-area .navbar ul li > a {
    font-size: 16px !important;
    font-weight: 600 !important;
	letter-spacing: 0 !important;
}
.aioseo-breadcrumbs {
	text-transform: uppercase;
	font-size: 14px;
}
.bs-info.single-page-info {
	display: none;
}
.single .post-navigation-wrapper {
	display: none;
}
.single .post-date {
	display: none;
}
.footer-bottom, .to_s, .to_s:hover {
  text-align:center;
  font-size:13px;
  font-weight: 400;
  color: #eee;
  text-decoration: none;
}
.footer-bottom .copyright,
.footer-bottom .copyright a,
.footer-bottom .copyright a:hover {
	color: #eee;
}
#ts-header #primary-menu li a.sub-toggle {
	top: 2px !important;
    right: 2px !important;
    font-size: 14px !important;
}
.top_sl .elementor-widget-wrap {
	padding: 0 !important;
}
.ms-slide-info {
  min-height: 10px !important;
  margin: 0;
  transform: rotate(-90deg);
}
.ms-info {
  padding: 0;
}
.ms-info h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1px;
  font-size: 40px;
  margin: 0 0 35px 0;
  text-shadow: 1px 1px 2px #000;
  border-top: 5px solid #dd0a0a;
  padding-bottom: 3px;
  line-height: 1.1;
  word-spacing: 1.5px;
  position: absolute;
  right: 100px;
  bottom: -50px;
  width: 600px;
}
.ms-skin-light-6 .ms-bullet-selected {
    border-color: #dd0a0a !important;
}
.ab_on_main {
  padding: 55px 0 40px;
  text-align: center;
}
.ab_on_main h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 35px;
}
.we_best {
  background: url(/wp-content/uploads/2024/08/Banner-preimushhestv-new.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  padding: 50px 0 40px;
}
.we_best h2 {
  letter-spacing: 0.3px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 33px;
  color: #fff;
  text-align: left;
  text-shadow: 1px 0.5px 2px #000;
  margin: 10px auto 10px;
}
.we_best figure {
  width: 90px !important;
  background: #000000a1;
  padding: 10px;
  border-radius: 10px
}
.we_best h3 {
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.4px;
  text-shadow: 0.5px 0.5px 2px #222;
  margin: 0 0 5px 0;
}
.we_best p {
  color: #fff;
  text-shadow: 0.5px 0.5px 1px #222;
  line-height: 1.25;
  border-bottom: 1px solid #fff;
  width: 450px;
  font-size: 16px;
  padding-bottom: 8px;
  font-weight: 500;
}
.testimonial_m {
  padding: 50px 0 50px;
  background: #f5f5f5;
}
.testimonial_m a {
  text-decoration: none !important;
  cursor: default;
}
.wptww-testimonials-slidelist .slick-dots li button {
    border: 1px solid #444 !important;
}
.wptww-testimonial-job {
  font-style: italic;
  color: #577baa;
  font-weight: 600;
  letter-spacing: 0;
}
.wptww-testimonials-text em:after, .wptww-testimonials-text em:before {
  color: #577baa;
}
.testimonial_m h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  margin: 0 0 -10px 0;
}
.testimonial_m h4 {
  font-weight: 500;
  color: #333;
	text-align: center;
	margin: 0 0 15px 0;
	text-transform: lowercase;
	font-size: 17px;
}
.testimonial_m .elementor-tab-title {
	text-transform: uppercase;
	letter-spacing: 0;
	font-size: 18px;
}
.partners_m {
    padding: 40px 0 10px;
    margin: -170px 0 0 0;
}
.partners_m h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  margin-bottom: 15px;
}
.cont_q {
  padding: 50px 0;
  border-top: 1px solid #FF2929;
}
.cont_q h2,
.ab_us_part h2{
  text-transform: uppercase;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  margin: 0 0 -10px 0;
}
.cont_q h4,
.ab_us_part h4{
  text-align: center;
  text-transform:lowercase;
  font-weight: 600;
  font-size: 17px;
  margin: 0 0 -10px 0;
  color: #555;
}
.ab_us_part {
  padding: 55px 0 0 0;
}
div.wpforms-container-full .wpforms-form input[type=date],
div.wpforms-container-full .wpforms-form input[type=datetime],
div.wpforms-container-full .wpforms-form input[type=datetime-local],
div.wpforms-container-full .wpforms-form input[type=email],
div.wpforms-container-full .wpforms-form input[type=month],
div.wpforms-container-full .wpforms-form input[type=number],
div.wpforms-container-full .wpforms-form input[type=password],
div.wpforms-container-full .wpforms-form input[type=range],
div.wpforms-container-full .wpforms-form input[type=search],
div.wpforms-container-full .wpforms-form input[type=tel],
div.wpforms-container-full .wpforms-form input[type=text],
div.wpforms-container-full .wpforms-form input[type=time],
div.wpforms-container-full .wpforms-form input[type=url],
div.wpforms-container-full .wpforms-form input[type=week],
div.wpforms-container-full .wpforms-form select,
div.wpforms-container-full .wpforms-form textarea {
    font-size: 15px;
    padding: 6px 10px;
    height: 43px;
    line-height: 1.2;
}
div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 5px 0;
}
div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
    height: 120px;
    width: 60%;
}
div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form .wpforms-page-button {
    background-color: #FF2929;
    border: 0;
    border-right: 2px solid #bd0808;
    border-bottom: 3px solid #bd0808;
    color: #fff;
    font-size: 18px;
    padding: 12px 38px 11px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-shadow: 1px 0.5px 2px #555;
    box-shadow: 1px 1px 2px #999;
	transition: 0.2s;
}
div.wpforms-container-full .wpforms-form input[type=submit]:hover,
div.wpforms-container-full .wpforms-form button[type=submit]:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
    background-color: #FF2929;
    border: 0;
    border-right: 2px solid #bd0808;
    border-bottom: 3px solid #bd0808;
    color: #fff;
    font-size: 18px;
    padding: 12px 42px 11px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-shadow: 1px 0.5px 2px #555;
    box-shadow: 1px 1px 2px #999;
	opacity: 1;
	transition: 0.2s;
}
.catalog_main {
  padding: 55px 0 40px;
}
.catalog_main h2 {
    letter-spacing: 0.2px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
}
.catalog_main h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  margin: 0 auto;
  letter-spacing: 0;
  color: #dd0a0a;
}
.catalog_main ul {
	list-style: disc;
	color: #dd0a0a;
}
.catalog_main ul li {
	font-weight: 600;
	margin: 5px 0;
	font-size: 25px;
}
.catalog_main .elementor-image-box-wrapper {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 20px 0;
  transition: 0.2s;
}
.catalog_main .elementor-image-box-wrapper:hover {
  border: 1px solid #dd0a0a;
  transition: 0.2s;
}
.catalog_main figure {
  width: 75% !important;
  margin: 0 0 10px !important;
	transition: 0.2s;
}
.catalog_main figure:hover {
	transition: 0.2s;
	margin: -7px auto 17px !important;
}
.t_bg_about {
  margin: -125px 0 30px 0;
}
.t_bg_about .elementor-widget-wrap {
  padding: 0 !important;
}
.txt_bg_about {
  text-align: center;
  padding: 25px 0;
}
.partners_about {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 50px 0 40px;
}
.partners_about h2 {
  letter-spacing: 0.4px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    margin: 0 0 0 0;
}
#contact_bl {
  margin: -50px 0 25px 0;
}
#contact_bl figure {
  width: 55px !important;
  margin: 0 0 7px 0;
}
#contact_bl h3 {
  font-size: 18px;
  margin: 0 0 10px 0;
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
	color: #333;
}
#contact_bl h3:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -6px;
	margin: auto;
	height: 1px;
	width: 100px;
	background: #dd0a0a;
}
#contact_bl p {
	font-weight: 500;
	color: #444;
}
.mystickyelements-fixed {
    top: 70% !important;
}
#nav_menu-3 h2,
#nav_menu-7 h2,
#nav_menu-8 h2 {
  color: #FAFAFA !important;
}
#media_image-2 img,
#media_image-3 img,
#media_image-4 img {
    width: 80px;
    margin: 0 0 0 0;
}
.footer-top-box a {
  font-size: 14px;
  font-weight: 400;
}
.m_search {
  display: none;
  position: absolute;
  bottom: -54px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 54px;
  background: #fff;
  z-index: 5;
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ccc;
  padding: 6px 0 3px;
  border-radius: 0 0 5px 5px;
  box-shadow: 1px 2px 3px #999;
}
.m_search input.search-field {
  width: 700px;
}
.close_m_search {
	position: absolute;
	top: 11px;
	right: 15px;
	width: 40px;
	height: 40px;
}
.close_m_search i {
	font-size: 30px;
	color: #555;
    cursor: pointer;
	transition: 0.2s;
}
.close_m_search i:hover {
	transform: rotate(90deg);
	color: #FF2929;
	transition: 0.2s;
}
#menu-item-270 a:hover {
  color: #FF2929 !important;
}
.prev_class .im_tt a:after {
	content: '\f002';
	font-family: FontAwesome;
	position: absolute;
	top: 20px;
	right: 0;
	font-size: 20px;
}
.single .bs-img {
	display: none;
}
.right_cc {
	padding: 10px 0 0 30px;
}
.opis_block {
	border-top: 1px solid #eee;
	padding: 10px 0 0 0;
}
.opis_block h3 {
	font-weight: 500;
	margin: 0 0 15px 0;
}
p {
    margin: 0 0 15px;
}
.order_right {
	border-left: 1px solid #eee;
	padding: 0 0 0 10px;
}
.order_right h4 {
	line-height: 1.2;
	font-weight: 500;
	font-size: 19px;
	margin: 0 0 -20px 0;
	letter-spacing: 0;
}
.order_right input[type=submit],
.order_right button[type=submit] {
	font-size: 14px !important;
	font-weight: 500 !important;
	font-family: "Exo 2", sans-serif !important;
	letter-spacing: 0.3px !important;
	text-transform: uppercase !important;
	text-shadow: 0.5px 0.5px 1px #777 !important;
	line-height: 1 !important;
	padding: 12px 25px 8px !important;
}
.ts-blog-sec .blog-item .blog-meta .blog-title {
    margin: 0 0 0 0;
    font-size: 20px;
    line-height: 1.3;
    font-weight: bold;
    letter-spacing: 0;
	background: #dd0a0a;
	padding: 4px 3px 5px 10px;
}
.ts-blog-sec .blog-item .blog-meta .blog-title a {
	color: #fff;
}
.category article {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.ts-breadcrumbs .trail-item.trail-begin {
	display: none !important;
}
.related-posts {
	padding: 15px 0 25px !important;
}
.related-posts h2 {
	font-weight: bold;
	letter-spacing: 0.2px;
	font-size: 25px;
	margin: 0 0 15px 0;
}
.related-posts h3 {
	font-size: 18px !important;
	line-height: 1.3 !important;
	font-weight: bold !important;
	margin: 0 0 0 0 !important;
}
.related-posts .show-2-related-posts {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
#ts-header .logo-area {
    position: relative;
    z-index: 9;
    float: left;
    margin-right: 20px;
    width: 60px;
    padding: 0;
}
.menu-area .navbar ul li > a {
	line-height: normal !important;
}
.footer-bottom {
    padding: 15px 0;
    background-color: #111;
    line-height: 1;
    border-top: 1px solid #555;
}
.name_comp {
	font-weight: 600;
	letter-spacing: 0;
	position: absolute;
	bottom: 17px;
	left: 70px;
	line-height: 1;
	color: #eee;
	font-size: 18px;
	border-top: 3px solid #eee;
	padding-top: 2px;
}
.h_whats {
	position: fixed;
	right: 15px;
	bottom: 75px;
	display: block;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	box-shadow: 0 0 10px #5555554f;
	z-index: 99;
}
.btn-dark:before {
	content: '';
	position: absolute;
	top: -20px;
	left: -140px;
	right: 0;
	margin: auto;
	width: 400px;
	height: 1px;
	background: #ccc;
}
.btn-dark {
    color: #fff;
    background-color: #333;
	border: 1px solid #555;
	font-size: 15px;
	margin: 50px auto 0;
	position: relative;
	transition: 0.2s;
}
.btn-dark:hover {
    color: #333;
    background-color: transparent;
    border: 1px solid #555;
	transition: 0.2s;
}
.ts-blog-sec .blog-item .blog-desc {
    margin-top: 15px;
    margin-bottom: 25px;
    max-height: 63px;
    height: 63px;
    overflow: hidden;
}
.insnbl {
	background: #f5f5f5;
	border-radius: 5px;
	margin: 10px 0 0;
}
.breadcrumb-trail.breadcrumbs {
	display: none;
}
#media_image-3 {
	margin: 0 -250px 0 0;
}
#text-2,
#text-3,
#text-4 {
	margin: 0 0 0 -250px;
}
.single .ts-breadcrumbs {
	display: none;
}
.single .post-title {
	background: #dd0a0a;
	color: #fff;
	text-shadow: 1px 1px 1px #555;
	padding: 4px 3px 5px 10px;
}
.nplus {
	background: url(/wp-content/uploads/2024/11/sss.jpg);
	background-size: cover;
	height: 600px;
	padding: 65px 0 0 0;
}
.nplus:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 140px;
	margin: auto;
	width: 100px;
	height: 100px;
	background: url(/wp-content/uploads/2024/11/logo-fav-white.png);
	background-size: cover;
}
.nplus figure {
	background: #dd0a0a8f;
	border-radius: 50%;
	padding: 10px;
	width: 30%;
    margin-bottom: 15px !important;
}
.nplus h3 {
	background: #dd0a0a;
	color: #fff;
	padding: 5px 0 5px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
}
.nplus p {
	color: #fff;
	text-shadow: 0.5px 0.5px 1px #333;
}
.tovarish {
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px 0;
}




/* = MY NEXT NEW PLUS GO 1600
-------------------------------------------------------------- */
@media (max-width: 1600px) {
.ms-info h2 {
  font-size: 30px;
  right: 100px;
  bottom: -50px;
  width: 500px;
}
.ts-breadcrumbs .page-title {
    font-size: 30px;
}
.ts-blog .blog-item .blog-title {
    font-size: 23px;
    letter-spacing: 0;
}	
.related-posts.ts-blog h3.blog-title {
  font-size: 20px;
}
.related-posts.ts-blog figure {
  padding: 15px;
}	
	
	
	


}

/* = MY NEXT NEW PLUS GO 1536
-------------------------------------------------------------- */
@media (max-width: 1536px) {
.ms-info h2 {
  font-size: 30px;
  right: 70px;
  bottom: -60px;
  width: 500px;
}





}

/* = MY NEXT NEW PLUS GO 1440
-------------------------------------------------------------- */
@media (max-width: 1440px) {
.ms-info h2 {
  font-size: 28px;
  right: 65px;
  bottom: -60px;
  width: 480px;
}
.ab_on_main h2,
.testimonial_m h2,
.partners_m h2,
.cont_q h2,
.ab_us_part h2 {
    font-size: 28px;
}
.catalog_main h2 {
    font-size: 31px;
}
.we_best h2 {
    font-size: 33px;	
}
.we_best h3 {
    font-size: 21px;	
}
.testimonial_m .elementor-tab-title {
    font-size: 17px;
}	
	
	


}

/* = MY NEXT NEW PLUS GO 1366
-------------------------------------------------------------- */
@media (max-width: 1366px) {
.ms-info h2 {
  font-size: 27px;
  right: 70px;
  bottom: -70px;
  width: 450px;
}
.we_best h2 {
    font-size: 31px;
}
.we_best h3 {
    font-size: 20px;
    margin: -5px 0 0;
}
.catalog_main h2 {
    font-size: 29px;
}
.footer-top-box a {
    font-size: 14px;
}
div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
    font-size: 14px;	
}
div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form .wpforms-page-button,
div.wpforms-container-full .wpforms-form input[type=submit]:hover,
div.wpforms-container-full .wpforms-form button[type=submit]:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
    font-size: 17px;	
}
.ts-breadcrumbs .page-title {
    font-size: 30px !important;
    line-height: 40px !important;
}
.ts-blog .blog-item .blog-desc p {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.2px;
}	
.ts-blog-sec .blog-item .blog-desc {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
}	
.ts-blog .blog-item .blog-meta {
    margin-bottom: 8px !important;
}	
.ts-blog-details .post-title {
    font-size: 31px !important;
    line-height: 35px !important;
}	
.related-posts.ts-blog figure {
    padding: 20px;
}	
.related-posts.ts-blog h3.blog-title {
    font-size: 19px;
}	
.sidebar-area .widget-title, .sidebar-area h2, .footer-top h2, .sidebar-area .widget-title, .sidebar-area h2, .footer-top h2, .footer-top h3 {
    font-size: 20px;
}	
.footer-bottom {
    padding: 15px 0 10px !important;
}
article.masonry-post {
    padding-right: 15px !important;
    padding-left: 15px !important;
}	
.ts-blog-sec .blog-item .blog-meta .blog-title {
    font-size: 19px;
    padding: 4px 3px 5px 8px;
}	
	
	


}



/* = MY NEXT NEW PLUS GO 1194
-------------------------------------------------------------- */
@media (max-width: 1194px) {
#ts-header .logo-area {
    padding: 0 !important;
}
#ts-header .logo-area {
    margin-right: 0;
    width: 50px;
}	
.we_best h3 {
    font-size: 18px;
    margin: -4px 0 0;
}
.we_best p {
    width: 400px;
    font-size: 15px;
    padding-bottom: 8px;
    font-weight: 500;
}	
.we_best figure {
    width: 90px !important;
    padding: 5px;
    border-radius: 5px;
    margin: 0 10px 0 -15px !important;
}	
.menu-area .navbar ul li > a {
    font-size: 14px !important;
}	
.name_comp {
    font-weight: 600;
    letter-spacing: 0;
    position: absolute;
    bottom: 12px;
    left: 58px;
    line-height: 1;
    color: #eee;
    font-size: 16px;
    border-top: 3px solid #eee;
    padding-top: 2px;
}
.ms-info h2 {
  font-size: 25px;
  right: 55px;
  bottom: -70px;
  width: 410px;
}	
.ts-blog-sec .blog-item .blog-meta .blog-title {
    font-size: 18px;
    padding: 3px 2px 4px 5px;
}
#media_image-3 {
	margin: 0 -220px 0 0;
}
#text-2,
#text-3,
#text-4 {
	margin: 0 0 0 -220px;
}	
#media_image-2 img, #media_image-3 img, #media_image-4 img {
    width: 70px;
    margin: 0 0 0 0;
}	
.nplus h3 {
    margin: 0 0 7px 0;
}	
	
	
	
}

/* = MY NEXT NEW PLUS GO 1024
-------------------------------------------------------------- */
@media (max-width: 1024px) {
h2 {
    font-size: 25px !important;
}
#ts-header .logo-area a img {
    width: 150px !important;
}
.menu-area .navbar ul li a {
    line-height: 65px !important;
}
.menu-area .navbar ul.sub-menu li a {
    line-height: 25px !important;
}
.menu-area .navbar ul li > a {
    font-size: 14px !important;
}
body {
    font-size: 14px !important;
}
.ab_on_main h2,
.testimonial_m h2,
.partners_m h2,
.cont_q h2,
.ab_us_part h2 {
    font-size: 26px;
}
.we_best h2 {
    font-size: 29px;
}
.m_search input.search-field {
    width: 600px;
}
.close_m_search {
	top: 13px;
}
.close_m_search i {
	font-size: 28px;
}	
.we_best figure {
    width: 17% !important;
    padding: 8px;
    border-radius: 8px;
    margin-right: 10px !important;
}
.we_best p {
    width: auto;
    font-size: 14px;
}
.we_best h3 {
    font-size: 19px;
    margin: -2px 0 0;
}
.ts-breadcrumbs .page-title {
    font-size: 27px !important;
    line-height: 35px !important;
}	
.ts-breadcrumbs {
    padding: 10px 0 !important;
}	
.ts-blog-sec .blog-item .blog-meta .blog-title {
    margin: 20px 0 0 !important;
    font-size: 19px;
}	
.ts-blog .blog-item .blog-desc p {
    margin-bottom: 15px !important;
    font-size: 13px !important;
}	
#media_image-2 img,
#media_image-3 img,
#media_image-4 img {
    width: 70px;
    margin: 0;
}
.ts-blog-details .bs-img {
    margin-bottom: 30px;
    width: 350px;
}
.ts-blog-details .post-title {
    font-size: 25px !important;
    line-height: 27px !important;
}
.aioseo-breadcrumbs {
    text-transform: uppercase;
    font-size: 13px;
}
.ts-blog {
    padding: 30px 0 30px !important;
}	
.related-posts.ts-blog h3.blog-title {
    font-size: 17px !important;
}	
.related-posts.ts-blog figure {
    padding: 30px 30px 10px;
}
.footer-top h2:after {
    width: 175px !important;
}
.footer-top-box a {
    font-size: 13px;
}
.sidebar-area .widget-title,
.sidebar-area h2,
.footer-top h2,
.sidebar-area .widget-title,
.sidebar-area h2,
.footer-top h2,
.footer-top h3 {
    font-size: 18px !important;
}
.footer-top {
    padding-top: 45px !important;
    padding-bottom: 30px !important;
}
#contact_bl h3 {
    font-size: 17px;
}
#contact_bl p {
    font-size: 14px;
  letter-spacing: 0;
}
#contact_bl figure {
    width: 17% !important;
    margin: 0 0 3px 0;
}
.catalog_main .elementor-image-box-wrapper {
    border-radius: 4px;
    padding: 15px 0;
}
.catalog_main h3 {
    font-size: 25px;
}	
#ts-header #primary-menu li a.sub-toggle {
    top: 0px !important;
    right: 2px !important;
    font-size: 13px !important;
}
.navbar a i{
	font-size: 13px !important;
}	
#ts-header .logo-area {
    padding: 0 !important;
}	
#ts-header .logo-area {
    width: 48px;
	padding: 0 !important;
}
.order_right h4 {
    line-height: 1.15;
    font-weight: 500;
    font-size: 18px;
    margin: 0 0 -25px 0;
    letter-spacing: 0;
}	
.ms-info h2 {
  font-size: 22px !important;
  right: 55px;
  bottom: -70px;
  width: 350px;
}		
.menu-area .navbar ul li {
    padding: 0 12px;
}	
.menu-area .navbar ul li .sub-menu {
   	right: unset !important;
    left: auto;
}	
.menu-area .navbar ul li .children,
.menu-area .navbar ul li .sub-menu {
    top: 50px !important;
}
.ts-blog-sec .blog-item .blog-desc {
    max-height: 58px;
    height: 58px;
}	


}

/* = MY NEXT NEW PLUS GO 768
-------------------------------------------------------------- */
@media (max-width: 768px) {
h2 {
    font-size: 24px !important;
}
body {
    font-size: 14px !important;
}
#ts-header .logo-area {
    text-align: left !important;
    float: left !important;
}
#ts-header .logo-area a img {
    width: 120px !important;
}	
.mobile-menu-link .nav-menu-link {
    height: 16px !important;
    width: 25px !important;
}	
#ts-header .menu-area .navbar {
    padding-right: 0 !important;
    float: right !important;
    margin: 15px 0 0 0;
}
.menu-area .navbar ul li a {
    line-height: 35px !important;
}
.menu-area .navbar ul li > a {
    font-size: 14px !important;
}
#ts-header #primary-menu li .sub-toggle {
    position: absolute;
    right: 0 !important;
    top: 4px !important;
    padding: 0!important;
    width: 22px !important;
    height: 22px !important;
    line-height: 22px !important;
}
#ts-header #primary-menu li a.sub-toggle {
     right: 0 !important;
}	
.navbar-menu .sub-menu i {
  display: none;
}
.navbar-menu .sub-toggle	i {
  display: inline-block;
}	
.ts-breadcrumbs .page-title {
    font-size: 23px !important;
    line-height: 24px !important;
}
.ts-breadcrumbs ul li {
    margin-left: 8px !important;
    padding-left: 8px !important;
}
.ts-blog-sec .blog-item .blog-meta .blog-title {
    margin: 15px 0 0 !important;
    font-size: 16px;
}
.ts-blog .blog-item .blog-desc p {
    margin-bottom: 15px !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
}
.ts-blog-sec .blog-item {
    margin-bottom: 40px !important;
}	
.m_search {
    right: unset;
    width: 60%;	
	text-align: left;
	padding: 5px 0 0px 15px;
}
.m_search input.search-field {
    width: 230px !important;
    min-width: 230px;
}
.close_m_search {
    top: 14px;
    right: 10px;
    width: 30px;
    height: 30px;
}	
#nav_menu-2,
#nav_menu-5,
#nav_menu-6 {
    margin: 0 0 0 0;
}
#nav_menu-3,
#nav_menu-7,
#nav_menu-8 {
    margin: 0 0 0 0;
}
#nav_menu-4,
#nav_menu-9,
#nav_menu-10 {
    margin: 0 0 0 0;
}
.sidebar-area .widget-title,
.sidebar-area h2,
.footer-top h2,
.sidebar-area .widget-title,
.sidebar-area h2,
.footer-top h2,
.footer-top h3 {
    font-size: 17px !important;
}
.footer-top {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}
.copyright {
  margin: 0 -10px
}		
.footer-top .row [class*="footer-col-"] {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    padding: 0 5px;
}
.main-menu-close i.fa.fa-window-close {
    font-size: 30px;
    color: #555;
}
.we_best figure {
    width: 70px !important;
    padding: 5px;
    border-radius: 5px;
    margin: 0 10px 0 0 !important;
}
.we_best h3 {
    font-size: 17px;
    margin: -5px 0 4px;
}
.wptww-testimonials-list .wptww-testimonials-text p,
.wptww-testimonials-slidelist .wptww-testimonials-text p,
.wptww-testimonials-slide-widget .wptww-testimonials-text p {
    font-size: 14px;
}
.wptww-testimonials-list h4,
.wptww-testimonials-slidelist h4,
.wptww-testimonials-slide-widget h4 {
    font-size: 18px !important;
}
#scrollUp {
    bottom: 20px !important;
    right: 30px !important;
}
.cont_q h4, .ab_us_part h4 {
    font-size: 15px;
}
.t_bg_about {
    margin: -100px 0 30px 0;
}	
#contact_bl p {
    font-size: 13px;
}	
#ts-header .logo-area {
    width: 45px;
    padding: 0 !important;
}		
.h_whats {
	position: fixed;
	right: 12px;
	bottom: 60px;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	box-shadow: 0 0 10px #5555554f;
	z-index: 99;
}	
.testimonial_m .elementor-tab-title {
    font-size: 14px;
}	
.pravaya_chast_v_bannere {
	width: 65% !important;
}	
.we_best {
    background: url(/wp-content/uploads/2024/08/Banner-preimushhestv-new.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    padding: 5px 0 20px;
}	
.right_cc {
    padding: 0px 0 0 0;
}	
.order_right h4 {
    line-height: 1.15;
    font-weight: 500;
    font-size: 17px;
    margin: 0 0 -25px 0;
    letter-spacing: 0;
}
.ab_on_main {
    padding: 25px 0 20px;
}
.ts-blog-sec .blog-item .blog-desc {
    max-height: 100%;
    height: auto;
    overflow: visible;
}
.ms-info h2 {
  font-size: 19px !important;
  right: 49px;
  bottom: -80px;
  width: 270px;
}		
.mobile-menu-link .nav-menu-link i,
.mobile-menu-link .nav-menu-link:after,
.mobile-menu-link .nav-menu-link:before {
    background: #fff !important;	
}
.catalog_main ul li {
	margin: 5px 0;
	font-size: 20px;
}	
#ts-header .navbar-menu.menu-active {
    background: #111 !important;
}	
.menu-area .navbar ul li ul.children li a,
.menu-area .navbar ul li ul.sub-menu li a {
    color: #fff !important;
}
.nplus {
    background: url(/wp-content/uploads/2024/11/sss.jpg);
    background-size: cover;
    height: 470px;
    padding: 60px 0 0 0;
}
.nplus:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 115px;
    margin: auto;
    width: 80px;
    height: 80px;
    background: url(/wp-content/uploads/2024/11/logo-fav-white.png);
    background-size: cover;
}
	

}

/* = MY NEXT NEW PLUS GO 500
-------------------------------------------------------------- */
@media (max-width: 500px) {
#ts-header .menu-area .navbar {
    margin: 15px 0 0 0;
}
h2 {
    font-size: 20px !important;
}
h3 {
    font-size: 20px !important;
}
.order_right h4 {
    line-height: 1.15;
    font-weight: 500;
    font-size: 17px;
    margin: 5px 0 -15px 0 !important;
    letter-spacing: 0;
}
.order_right {
    border-left: 0;
    padding: 0;
}
.ab_on_main {
    padding: 15px 0 0px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px !important;
}
.m_search {
    right: 0;
    left: 0;
    width: 370px;
    height: 150px;
    text-align: center;
    padding: 60px 15px 0;
    margin: auto;
    position: fixed;
    top: -50%;
    border-radius: 5px;
    border: 1px solid #ccc;
    z-index: 9999;
}	
.m_search input.search-submit {
    border-radius: 25px;
    font-size: 13px;
    padding: 0px 24px 0;
    margin-left: 10px;
    height: 30px;
    border: 1px solid #ccc;
}	
.m_search input.search-field {
    width: auto !important;
    min-width: 200px;
    height: 30px;
    border: 1px solid #ccc;
}	
.close_m_search {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
}	
.close_m_search i {
    font-size: 25px;
}
#ts-header .logo-area a img {
    width: 110px !important;
}	
.catalog_main h3 {
    font-size: 24px !important;!i;!;
}
.catalog_main .elementor-image-box-wrapper {
    padding: 0 0;
}
.wptww-testimonials-list h4,
.wptww-testimonials-slidelist h4,
.wptww-testimonials-slide-widget h4 {
    font-size: 16px !important;
}
.wptww-testimonials-list .wptww-testimonials-text p,
.wptww-testimonials-slidelist .wptww-testimonials-text p,
.wptww-testimonials-slide-widget .wptww-testimonials-text p {
    font-size: 13px;
}
.slick-dots {
	display: none !important;
}
.cont_q h4,
.ab_us_part h4 {
    font-size: 15px;
    margin: -3px 0 -15px 0 !important;
    line-height: 1.2;
}
.cont_q h2,
.ab_us_part h2 {
    margin: 0 0 -10px 0 !important;
}
div.wpforms-container-full {
    margin: 10px auto !important;
}
div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
    height: 110px;
    width: 100%;
}	
div.wpforms-container-full .wpforms-form input[type=date],
div.wpforms-container-full .wpforms-form input[type=datetime],
div.wpforms-container-full .wpforms-form input[type=datetime-local],
div.wpforms-container-full .wpforms-form input[type=email],
div.wpforms-container-full .wpforms-form input[type=month],
div.wpforms-container-full .wpforms-form input[type=number],
div.wpforms-container-full .wpforms-form input[type=password],
div.wpforms-container-full .wpforms-form input[type=range],
div.wpforms-container-full .wpforms-form input[type=search],
div.wpforms-container-full .wpforms-form input[type=tel],
div.wpforms-container-full .wpforms-form input[type=text],
div.wpforms-container-full .wpforms-form input[type=time],
div.wpforms-container-full .wpforms-form input[type=url],
div.wpforms-container-full .wpforms-form input[type=week],
div.wpforms-container-full .wpforms-form select,
div.wpforms-container-full .wpforms-form textarea {
    font-size: 13px;
}	
.t_bg_about {
    margin: -105px 0 -15px 0;
}
.ts-breadcrumbs .ts-breadcrumbs-inner .breadcrumb-trail.breadcrumbs	{
  display: none;
}
.ts-breadcrumbs {
    padding: 0 0 0 0 !important;
    margin-top: 50px;
}
#ts-header .logo-area {
    margin-right: 0 !important;
    width: 44px;
    padding: 0 !important;
}
.single .ts-breadcrumbs {
    padding: 10px 0 1px !important;
}
.ts-breadcrumbs .page-title {
    font-size: 20px !important;
    line-height: 20px !important;
    margin: 0 0 5px 0 !important;
    text-transform: uppercase;
    padding: 3px 0;
}
.txt_bg_about {
    padding: 0px 0 20px;
}
.txt_bg_about img {
  	width: 200px;
	margin-bottom: -20px;
}	
.footer-top .row [class*="footer-col-"] {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    padding: 0 5px;
    text-align: center;
	margin-bottom: 20px;
}	
.footer-top h2:after {
    width: 150px !important;
    left: 0;
    right: 0;
    margin: auto;
}	
#media_image-2 img,
#media_image-3 img,
#media_image-4 img {
    width: 75px;
    margin: 0 0 -35px 0;
}	
.sidebar-area .widget-title,
.sidebar-area h2,
.footer-top h2,
.sidebar-area .widget-title,
.sidebar-area h2,
.footer-top h2, .footer-top h3 {
    font-size: 16px !important;
}
.footer-top-box a {
    font-size: 14px;
}
#nav_menu-3,
#nav_menu-7,
#nav_menu-8 {
  margin-top: -20px;
}
#nav_menu-3 h2,
#nav_menu-7 h2,
#nav_menu-8 h2 {
	display: none;
}	
#scrollUp {
    display: none !important;
}
.copyright {
    margin: 0 0;
}	
.testimonial_m {
    padding: 55px 0 15px;
}	
article.masonry-post {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
}	
.aioseo-breadcrumbs {
    text-transform: initial;
    font-size: 13px;
}	
.ts-blog-details .post-title {
    font-size: 20px !important;
    line-height: 21px !important;
}
.ts-blog-sec .blog-item .blog-img {
    position: relative;
    width: 250px;
    margin: 0 auto 15px;
    text-align: center;
}	
.ts-blog-sec .blog-item .blog-meta .blog-title {
    margin: 0 0 0 0 !important;
    font-size: 19px;
    text-align: center;
}	
.mystickyelements-fixed {
    top: 55% !important;
}	
.ts-breadcrumbs .breadcrumbs-inner {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}	
.related-posts.ts-blog figure {
    padding: 0;
    width: 200px;
    margin: auto;
}
.ts-blog {
    padding: 20px 0 20px !important;
}
.related-posts h2 {
	text-align: center;
}
.single	p {
    margin: 0 0 10px;
    line-height: 1.4;
    letter-spacing: 0;
}
.ts-blog-details .bs-img {
    margin-bottom: 20px !important;
    width: 280px;
}	
.related-posts.ts-blog h3.blog-title {
    font-size: 16px;
    text-align: center;
}	
.pb-100 {
    padding-bottom: 30px !important;
}	
#ts-header {
    width: 100% !important;
    z-index: 999 !important;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    border-bottom: 1px solid #ccc;
}
.top_sl {
  margin: 45px 0 0 0;
}
#contact_bl h3 {
    font-size: 17px !important;
    margin: 0 0 10px 0 !important;
}
#contact_bl p {
    font-size: 15px;
    margin: 0 0 15px 0;
}	
.ts-blog .blog-item .blog-desc p {
    margin-bottom: 0 !important;
    font-size: 15px !important;
    line-height: 1.3 !important;
    letter-spacing: 0;
    text-align: center;
}	
.pravaya_chast_v_bannere {
	width: 100% !important;
}	
.we_best {
    background: url(/wp-content/uploads/2024/08/Banner-preimushhestv-new.jpg) 12%;
    background-size: cover;
    padding: 33px 0 20px;
}	
.we_best h2 {
    font-size: 25px !important;
    margin: 0 auto 20px !important;
    text-align: center;
}	
.we_best figure {
    width: 70px !important;
    padding: 5px;
    border-radius: 5px;
    margin: 0 0 5px 0 !important;
}
.we_best h3 {
    font-size: 17px;
    margin: -5px 0 5px;
}
.we_best p {
    width: auto;
    font-size: 15px;
    border: 0;
    font-weight: normal;
    margin: 0 0 5px 0 !important;
}		
.partners_m {
  padding: 40px 65px 35px;
}	
.testimonial_m h4 {
    font-size: 16px;
}	
.testimonial_m h2 {
    margin: 0 0 -10px 0 !important;
}
.testimonial_m .elementor-tab-title {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.2 !important;
}	
.footer-bottom,
.to_s,
.to_s:hover {
    font-size: 14px;
    line-height: 1.6;
}	
.ms-info h2 {
  	display: none;
}	
.ab_on_main img {
	padding: 0 60px 10px;
}
.nplus {
    background: url(/wp-content/uploads/2024/11/sss.jpg);
    background-size: cover;
	background-position: 25%;
    height: 765px;
    padding: 25px 0 0 0;
}
.nplus:after {
	display: none;
}
.nplus figure {
    background: #dd0a0a8f;
    border-radius: 50%;
    padding: 5px;
    width: 60px !important;
    margin: 0 0 5px 0 !important;
}
.nplus h3 {
    background: #dd0a0a;
    color: #fff;
    padding: 3px 25px 3px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px !important;
    text-align: center;
    display: inline-block;
    margin: 0 auto 4px !important;
}	
.catalog_main {
    padding: 0 0 0;
    text-align: center;
}
.catalog_main ul {
    list-style: none;
}	
.catalog_main img {
    padding: 0 50px
}	
#media_image-2,
#media_image-3,
#media_image-4,
#text-2,
#text-3,
#text-4 {
	margin: 0 0 10px 0;
}	
.name_comp {
    font-weight: 600;
    letter-spacing: 0;
    position: absolute;
    bottom: 10px;
    left: 55px;
    line-height: 1;
    color: #eee;
    font-size: 16px;
    border-top: 3px solid #eee;
    padding-top: 2px;
}	
.insnbl {
    background: #f5f5f5;
    border-radius: 5px;
    margin: 0;
    padding: 13px 2px 4px;
}	
	
	
	
	
}

/* = MY NEXT NEW PLUS GO 400
-------------------------------------------------------------- */
@media (max-width: 400px) {
.we_best {
    background: url(/wp-content/uploads/2024/08/Banner-preimushhestv-new.jpg) 14%;
    background-size: cover;
    padding: 20px 0 7px;
}	
.h_whats {
	position: fixed;
	right: 12px;
	bottom: 30px;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	box-shadow: 0 0 10px #5555554f;
	z-index: 99;
}
.testimonial_m h4 {
    font-size: 15px;
}		
div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form .wpforms-page-button,
div.wpforms-container-full .wpforms-form input[type=submit]:hover,
div.wpforms-container-full .wpforms-form button[type=submit]:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
    font-size: 15px;
    padding: 11px 35px 9px;
}
.footer-bottom,
.to_s, .to_s:hover {
    font-size: 13px;
    line-height: 1.6;
}	
.ts-blog-sec .blog-item .blog-meta .blog-title {
    margin: 0 0 0 0 !important;
    font-size: 19px !important;
    text-align: center;
    line-height: 1.2 !important;
}		
.ts-blog .blog-item .blog-desc p {
    font-size: 14px !important;
}		
#ts-header .logo-area {
    margin-right: 0 !important;
    width: 42px;
    padding: 0 !important;
}	
.name_comp {
    font-weight: 600;
    letter-spacing: 0;
    position: absolute;
    bottom: 8px;
    left: 47px;
    line-height: 1;
    color: #eee;
    font-size: 15px;
    border-top: 2px solid #eee;
    padding-top: 2px;
}	
.top_sl {
  margin: 42px 0 0 0;
}	
.mobile-menu-link .nav-menu-link:before {
    content: "";
    top: 1px !important;
}	
.mobile-menu-link .nav-menu-link {
    height: 15px !important;
    width: 23px !important;
}		
#ts-header .navbar-menu {
    padding-top: 65px !important;
}



}

/* = MY NEXT NEW PLUS GO 390
-------------------------------------------------------------- */
@media (max-width: 390px) {
h2 {
    font-size: 19px !important;
}
.ts-blog-details .bs-img {
    width: 250px;
}
.ts-blog-details .post-title {
    font-size: 19px !important;
    line-height: 20px !important;
}
.we_best h2 {
    font-size: 22px !important;
    margin: 0 auto 10px !important;
}	
.we_best p {
    width: auto;
    font-size: 15px;
    border: 0;
    font-weight: normal;
    margin: 0 0 0 0 !important;
}	
.we_best h3 {
    font-size: 19px !important;
    margin: -3px 0 5px !important;
}	
.we_best figure {
    width: 65px !important;
    padding: 4px;
    border-radius: 4px;
    margin: 0 0 5px 0 !important;
}	
.elementor-accordion .elementor-tab-title {
    padding: 12px 10px !important;
}
.article-render__block.article-render__block_unstyled {
	margin: 0;
}	
.elementor-tab-content ul,
.elementor-tab-content ol {
    margin: 0 0 0 0 !important;
	padding: 0 0 0 10px;
}	
#media_image-2 img,
#media_image-3 img,
#media_image-4 img {
    width: 65px;
    margin: 0 0 -35px 0;
}
.catalog_main h3 {
    font-size: 22px !important;
    margin: 0 0 -10px 0 !important;
}
	


}
