/*
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;
  font-family: "Open Sans", sans-serif;
      color: #282828;
      font-size: 16px;
}


:root {
  --font-family: "Inter", sans-serif;
  --second-family: "Comfortaa", 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: #282828;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
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;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
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: #282828;
  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: #f9f9f9;*/
}

.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
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------


/*--------------------------------------------------------------
## 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;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/

button:active {
  border: none;
  text-decoration: none;
}

button:hover {
  border: none;
  text-decoration: none;
}

button:focus {
  border: none;
  text-decoration: none;
}

button:active, button:focus {
	outline: none;
}
button::-moz-focus-inner {
	border: 0;
}


.headen {
    display: none;
}

.baner-main {
    display: flex;
    justify-content: space-between;
    padding-bottom: 80px;
}
 

.baner-main-block1 {
    width: 49%;
    border-radius: 30px;
    background: #FFF2F2;
    padding: 40px 50px;
background: linear-gradient(90deg,rgba(255, 242, 242, 1) 0%, rgba(251, 248, 249, 1) 40%, rgba(212, 247, 254, 1) 100%);
display: flex;
flex-direction: column;
justify-content: center;
}

.baner-main-block2 {
    width: 49%;
    border-radius: 30px;
}

.baner-main-block2 img {
    border-radius: 30px;
    min-height: 600px;
    max-height: 850px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}


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

.telegram,
.whatsapp,
.vk,
.rutube,
.youtube {
  width: 30px;
  height: 30px;
  display: block;
  text-decoration: none;
  margin-right: 5px;
      transition: all 0.3s ease 0s;
}




.telegram {
  background: url(images/telegram.svg) no-repeat;
  background-size: 100%;
}

.whatsapp {
  background: url(images/whatsapp.svg) no-repeat;
    background-size: 100%;
}

.vk {
  background: url(images/vk.svg) no-repeat;
  background-size: 100%;
}

.rutube {
  background: url(images/rutube.png) no-repeat;
  background-size: 100%;
      border-radius: 8px;
}

.youtube {
  background: url(images/youtube.png) no-repeat;
  background-size: 100%;
      border-radius: 8px;
}


.telegram:hover,
.whatsapp:hover,
.vk:hover,
.rutube:hover,
.youtube:hover  {
  opacity: 0.8;
}



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


.logo-soc {
    display: flex;
        margin-right: 20px;
}

.logo-soc a {
    text-decoration: none;
    display: block;
    margin-right: 7px;
}

.logo-block1 {
     order: 2;
}



.logo-block3 {
     display: flex;
     order: 2;
         align-items: center;
}


.logo-link a {
    line-height: 40px;
    height: 40px;
    border-radius: 15px;
    background: #ff416c;
    color: #fff;
    text-decoration: none;
    display: table;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 0.3s ease 0s;
    position: relative;
    margin-right: 20px;
}

.logo-link a:hover,
.logo-link a:active,
.logo-link a:focus {
    background: #eb3961;
}




@media (min-width:768px) {
#mega-menu-wrap-primary #mega-menu-primary {
    display: flex !important;
    justify-content: space-between;
}
.logo-block2 {
    width: 100%;
    order: 3;
}

}



#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-weight: 500 !important;
}

.header-phone a {
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    color: #282828;
    white-space: nowrap;
}


.baner-main h1,
.baner-main .h1 {
    margin: 0;
    padding: 0;
    padding-bottom: 40px;
    font-size: 38px;
    font-weight: 600;
     color: #282828;
         line-height: 50px;
}

.baner-main .h1 {
    margin-top: -40px;
}



.baner-main h1 span,
.baner-main .h1 span{
    color: #ff416c;
    position: relative;
}

.baner-main h1 span::before,
.baner-main .h1 span::before{
    width: 145px;
    height: 2px;
    background: #ff416c;
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
}

.baner-desc {
    font-size: 22px;
    font-weight: 500;
     color: #282828;
     padding-bottom: 40px;
}

.baner-link {
    display: flex;
}


.baner-link1 {
line-height: 65px;
height: 55px;
border-radius: 30px;
background: #fff;
color: #ff416c;
text-decoration: none;
display: table;
font-size: 20px;
padding-left: 30px;
padding-right: 30px;
transition: all 0.3s ease 0s;
position: relative;
top: 0px;
box-shadow: 0 13px 32px rgba(204, 208, 221, .4);
}

.baner-link1:hover,
.baner-link1:active,
.baner-link1:focus {
  top: -5px;
  text-decoration: none;
  color: #ff416c;
}



.baner-link2  {
    line-height: 65px;
    height: 65px;
    border-radius: 30px;
    background: #ff416c;
    color: #fff;
    text-decoration: none;
    display: table;
    font-size: 20px;
    padding-left: 30px;
    padding-right: 30px;
    transition: all 0.3s ease 0s;
        position: relative;
        top: 0px;
        margin-right: 20px;
}

.baner-link2:hover,
.baner-link2:active,
.baner-link2:focus {
  top: -5px;
  text-decoration: none;
  color: #fff;
}

#price .baner-link2 {
    background: #7de2b5;
        color: #282828;
}


#price .baner-link2:hover,
#price .baner-link2:active,
#price .baner-link2:focus {
        color: #282828;
}



.flare {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
}
.flare:after {
  margin-left: -30px;
  content: " ";
  width: 26px;
  height: 300px;
    background: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .4));
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  position: absolute;
  left: -40px;
  top: -150px;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@-webkit-keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0px;
  }

  30% {
    left: 110%;
    margin-left: 80px;
  }

  100% {
    left: 110%;
    margin-left: 80px;
  }
}

@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0px;
  }

  30% {
    left: 110%;
    margin-left: 80px;
  }

  100% {
    left: 110%;
    margin-left: 80px;
  }
}











.baner-link1 .fa-play {
    font-size: 24px;
    display: inline-block;
    padding-left: 5px;
    position: relative;
    top: 2px;
    color: #ff416c;
}

.baner-link2 .fa-whatsapp {
    font-size: 24px;
    display: inline-block;
    padding-left: 5px;
    position: relative;
    top: 2px;
}


body {
    background: #fff;
}


#plus {
    background-color: #f9f9f9;
    padding-top: 80px;
    padding-bottom: 80px;
}
#video {
    padding-top: 80px;
    padding-bottom: 20px;
    overflow: hidden;
}

.video-item {
   margin-top: 40px;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}
.video-block {
    width: 32%;
    margin-bottom: 20px;
}



.title {
    font-size: 24px;
    font-weight: 500;
    color: #ff416c;
}

.title2,
#text h2 {
    font-size: 38px;
    font-weight: 600;
    padding: 0;
    margin: 0;
}

.title3 {
    font-size: 36px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    padding-bottom: 20px;
}


.title2 span {
    position: relative;
}
.title2 span::before {
    width: 145px;
    height: 2px;
    background: #ff416c;
    content: "";
    position: absolute;
    bottom: -8px;
    right: 0;
}


.plus-item {
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
}

.plus-block {
width: 24%;
background: #fff;
border-radius: 20px;
padding: 20px;
transition: all 0.3s ease 0s;
border: 2px solid #fff;
box-shadow: 0 13px 32px rgba(204, 208, 221, .4);
}

.plus-block:hover {
    border: 2px solid #83e9bd;
}
.plus-block img {
    width: 100px;
    background: #fff;
    padding: 10px;
    border-radius: 20px;
    position: relative;
    top: -35px;
    box-shadow: 0 13px 32px rgba(204, 208, 221, .4);
    margin-bottom: -15px;
}

.plus-title {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 15px;
}

.plus-desc {
    font-size: 14px;
    font-weight: 400;
}

.headers {
    top: -170px;
    transition: all 0.3s ease 0s;
}


.header_fixed {
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 100;
    top: 0px;
    box-shadow: 0 13px 32px rgba(204, 208, 221, .4);
}

.hd-fx {
    padding-top: 92px;
}


#servise {
    padding-top: 80px;
    padding-bottom: 60px;
}

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


.servise-block {
    width: 32%;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
    position: relative;
}

.servise-block img {
    border-radius: 20px;
    height: 370px;
    width: 100%;
    object-fit: cover;
}

.servise-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    bottom: 0px;
}

.servise-title {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 10px;
    color: #fff;
    font-weight: 600;
    text-shadow: 2px 2px 6px #000;
}

.servise-link a {
    line-height: 40px;
    height: 40px;
    border-radius: 20px;
    background: #ff416c;
    color: #fff;
    text-decoration: none;
    display: table;
    font-size: 14px;
    padding-left: 25px;
    padding-right: 25px;
    transition: all 0.3s ease 0s;
    position: relative;
}

.servise-link a:hover,
.servise-link a:active,
.servise-link a:focus {
    background: #eb3961;
}


#about {
    background: #fff6f2;
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
}
.about-plus {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.about-link {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}


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

.about-block2 {
    width: 49%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about-block {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    border: 2px solid #fff;
    box-shadow: 0 13px 32px rgba(204, 208, 221, .4);
    height: 100%;
    margin-bottom: 20px;
}

.about-block1 .about-block {
    display: flex;
}

.about-block1 .about-namber { 
    padding-right: 30px;
}


.about-namber {
    font-size: 70px;
    font-weight: 600;
        color: #ff416c;
}

.about-title {
font-size: 20px;
font-weight: 600;
padding-bottom: 20px;
}

.about-desc {
font-size: 16px;
font-weight: 500;
}



#scheme {
    padding-top: 80px;
    padding-bottom: 80px;
    background: url(images/white-cube-pattern-4k-bu-2048x1152.png) no-repeat center center;
}

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

.scheme-block {
    width: 48%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.scheme-image img {
    width: 120px;
}

.scheme-image {
    width: 20%;
}

.scheme-content {
    width: 80%;
}

.scheme-title {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
}

.scheme-desc {
    font-size: 16px;
    font-weight: 400;
}


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

/* 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 !important;
}
.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: 31px;
  height: 31px;
  top: 50%;
  margin-top: -15px;
  display: block;
  padding: 0;
  z-index: 10;
  cursor: pointer;
  color: transparent;
  border: none;
  opacity: 0.7;
  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: url(images/otz.svg);
}
.slick-prev {
  left: 0px;
}
.slick-next {
  right: 0px;
transform: rotate(180deg);
}

.slick-prev:hover,
.slick-next:hover {
 opacity: 1;
}



.slick-dots {
  margin-left: 0;
  padding-left: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}

.slick-dots li {
  list-style-type: none;
  margin-left: 7px;
  margin-right: 7px;
  margin-top: 25px;
}

.slick-dots li button {
  font-size: 0;
  border: none;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  background: #bec8cc;
}


.slick-dots .slick-active button {
  background: #ff416c;
}



.carousel .slick-prev,
.carousel .slick-next {
  top: -70px;
  margin: 0;
}
.carousel .slick-next {
  right: 15px;
}
.carousel .slick-prev {
  left: auto;
  right: 45px;
}



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

.news_item  {
    margin-top: 50px;
     margin-left: -10px;
    margin-right: -10px;
}

.news_title2 a {
    text-decoration: none;
    color: #fff;
    background: #ff416c;
    border-radius: 5px;
    display: table;
    height: 45px;
    line-height: 45px;
    padding-left: 25px;
    padding-right: 25px;
    transition: all 0.3s ease 0s;
    font-size: 16px;
}
.news_title2 a:hover,
.news_title2 a:active,
.news_title2 a:focus {
    text-decoration: none;
    color: #fff;
    background: #eb3961;
}


.news_item .news_block {
    margin-left: 10px;
    margin-right: 10px;
    display: none;
}

.news-block-image img {
  border-radius: 20px;
  height: 320px;
  object-fit: cover;
}

.news-block-date {
color:  #282828;
font-size: 15px;
font-weight: 400;
line-height: normal;
position: relative;
border-bottom: 1px solid #D7DCDF;
padding-bottom: 15px;
margin-bottom: 10px;
}



.news-block-date::before {
  content: "";
  background: url(images/calendar.svg) no-repeat;
  background-size: 100%;
  width: 24px;
  height: 25px;
  position: relative;
  display: inline-block;
    margin-right: 8px;
      top: 5px;
}


.news-block-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-block-block1 {
    text-align: center;
}

.news-block-title {
text-decoration: none;
font-size: 18px;
font-weight: 600;
line-height: 120%;
display: block;
margin-bottom: 10px;
color: #282828;
}


.news-block-title:hover  {
  color:  #eb3961;
  text-decoration: none;
}

.news-block-excerpt p {
  margin: 0;
  padding: 0;
}

.news-block-excerpt {
font-size: 14px;
font-weight: 400;
line-height: normal;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;  
overflow: hidden;
}

.news-block-link {
    text-decoration: none;
    color: #eb3961;
    border: 1px solid #eb3961;
    border-radius: 5px;
    display: table;
    margin-top: 20px;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 0.3s ease 0s;
    font-size: 14px;
}

.news-block-link:hover,
.news-block-link:active,
.news-block-link:focus {
    background: #eb3961;
    color: #fff;
    text-decoration: none;

}


#news .slick-prev,
#post-single .slick-prev  {
    right: 50px;
    left: auto;
    top: -65px;
    width: 40px;
    height: 40px;
    background-size: 100%;
}

#news .slick-next,
#post-single .slick-next  {
    right: 0px;
    top: -65px;
    width: 40px;
    height: 40px;
    background-size: 100%;
}

#smi .slick-prev,
#smi .slick-next {
top: -30px;
}


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


.news_title2 {
    display: flex;
    justify-content: center;
    padding-top: 40px;
}


.single-item {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 20px;

}

.single-item .news-block {
    width: 33.3333%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 40px;
}

.cats .pagination {
    display: flex;
    justify-content: center;
}

.cats .pagination .page-numbers {
  padding: 10px 20px;
  margin-right: 10px;
  text-decoration: none;
  color: #555;
  background-color: #F2F6F8;
  border-radius: 3px;
  transition: background-color 0.3s;
}

.cats .pagination .page-numbers.current {
  color: #fff;
  background-color: #eb3961;
}

.cats .pagination .page-numbers.next {
  padding: 10px 20px;
  color: #555;
  background-color: #F2F6F8;
}

.cats .pagination .page-numbers:hover {
  background-color: #eb3961;
  color: #fff;
}


.yoast-breadcrumbs {
    padding-top: 15px;
    padding-bottom: 15px;
        font-size: 14px;
        color: #666;
}

.yoast-breadcrumbs a {
    color: #ff416c;
    text-decoration: none;
}

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

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


.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 20px;
  padding-right: 55px;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 10px rgba(204, 208, 221, .12);
}


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



.faq-item details:after {
  content: "";
  background: url(images/ddown.svg);
  width: 32px;
  height: 32px;
  position: absolute;
  right: 20px;
  top: 14px;
}


.faq-item details[open]:after {
  content: "";
  background: url(images/uup.svg);
  width: 32px;
  height: 32px;
  position: absolute;
  right: 20px;
  top: 14px;
}


.faq-item summary:hover {
  color: #ff416c;
}



.faq-item details[open] summary {
  background: #ff416c;
  color: #fff;
}

#faq {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #fff6f2;
    background: linear-gradient(90deg, rgba(255, 242, 242, 1) 0%, rgba(251, 248, 249, 1) 40%, rgba(212, 247, 254, 1) 100%);
}


footer {
   background: #f9f9f9;
   padding-top: 40px;
   padding-bottom: 40px;
}


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


.fr-bl {
    width: 25%;
}

.footer-title {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
}


.footer-block1 img {
    width: 280px;
    padding-bottom: 20px;
}

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

.footer-item li {
    list-style-type: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 180%;
}

.footer-item li a {
        color: #282828;
        text-decoration: none;
}

.footer-title2 {
    font-weight: 500;
    font-size: 16px;
    color: #282828;
    padding-bottom: 10px;
}

.footer-title2 a {
    color: #ff416c;
}

.footer-soc {
    display: flex;
}

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

.galery-item {
    padding-top: 40px;
}


.rews-item {
  margin-top: 40px;
  margin-left: -10px;
  margin-right: -10px;
}

.rews-block {
  margin-left: 10px;
  margin-right: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
  background: #fff;
  border-radius: 20px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 17px;
  min-height: 255px !important;
  display: none;
}



.rews-block::before {
  content: "";
  position: absolute;
  background: url(images/cov.svg) no-repeat;
  width: 40px;
  height: 40px;
  left: 20px;
  top: -20px;
}


.rews-block::after {
  content: "";
  position: absolute;
  background: url(images/cov.svg) no-repeat;
  width: 40px;
  height: 40px;
  right: 20px;
  bottom: -20px;
  transform: rotate(180deg);
}

.rews-title {
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 20px;
}


.rews-name {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #282828;
}

.rews-name img {
    border-radius: 20px;
    height: 80px;
    object-fit: cover;
}


.rews-name2 {
  padding-left: 15px;
}

.rews-name3 {
  font-weight: 700;
  font-size: 16px;
  color: #282828;
}

.rews-data {
  font-weight: 400;
  font-size: 14px;
 color: #282828;
}

.rews-desc {
  font-weight: 400;
  font-size: 14px;
  color: #2b326d;
}

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

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

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

.fn_readmore2+[data-readmore-toggle] {
    margin-top: -10px;
    text-decoration: none;
    transition: all 0.3s;
    float: left;
    padding-bottom: 10px;
}

.fn_readmore2+[data-readmore-toggle]:hover,
.fn_readmore2+[data-readmore-toggle]:focus {
  color: var(--okay-button-text);
  text-decoration: none;
}

.fn_readmore2+[data-readmore-toggle] span {
  border-radius: 100%;
  background: #ff416c url(images/ddd.svg) no-repeat center center;
  display: inline-block;
  transition: all .3s;
  color: #fff;
  width: 22px;
  height: 22px;
  font-size: 0px;
}

#oborudovanie .slick-prev, #reviews-med .slick-prev {
    left: auto;
    right: 50px;
    top: -65px;
    width: 40px;
    height: 40px;
    background-size: 100%;
}

#reviews-med .slick-next {
    left: auto;
    right: 0px;
    top: -65px;
    width: 40px;
    height: 40px;
    background-size: 100%;
}

.ratings .fa {
  margin-right: 3px;
}


.ratings .checked {
  color: #fcef77 !important;
}


.ratings .fa-star {
  color: #c5c4cc;
}


#reviews-med {
    padding-top: 80px;
    padding-bottom: 80px;
background: #DEF9F9;
background: linear-gradient(41deg,rgba(222, 249, 249, 1) 0%, rgba(234, 247, 240, 1) 40%, rgba(255, 241, 221, 1) 100%);
}


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


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

.event-block {
    width: 32%;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 20px;
        background: #fff;
            box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
}


.event-title {
font-size: 20px;
font-weight: 600;
padding-bottom: 10px;
padding-top: 10px;
}


.event-desc {
font-size: 16px;
font-weight: 400;
}


.event-block img {
    border-radius: 20px;
    height: 280px;
    width: 100%;
    object-fit: cover;
}


#text {
    padding-top: 80px;
    padding-bottom: 40px;
    overflow: hidden;
}

#text h2 {
    padding-bottom: 20px;
}


.fn_readmore + [data-readmore-toggle],
.fn_readmore[data-readmore] {
    display: inline-block;
    width: auto;
    position: relative;
}
.fn_readmore[aria-expanded="false"]::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 4em;
    background: -moz-linear-gradient(top,#fff0 0,#fff 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,0)),color-stop(100%,#fff));
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: -o-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: -ms-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
}
.fn_readmore[data-readmore] {
    transition: height 500ms;
    overflow: hidden;
    max-height: 280px;
    display: block;
    width: 100%;
}
.fn_readmore + [data-readmore-toggle]{
    margin-top: 13px;
    text-decoration: none;
    transition: all 0.3s;
}
.fn_readmore + [data-readmore-toggle]:hover,
.fn_readmore + [data-readmore-toggle]:focus{
    color: var(--okay-button-text);
    text-decoration: none;
}
.fn_readmore + [data-readmore-toggle] span{
    color: #ff416c;
    background: transparent;
    border-color:  #ff416c;
    border: 1px solid;
    border-radius: 3px;
    padding: 1px 30px;
    font-size: 18px;
    line-height: 1;
    display: inline-block;
    transition: all .3s;
    font-weight: 500;
}
.fn_readmore + [data-readmore-toggle]:hover span{
    color: #fff;
    background:#ff416c;
    border-color:  #ff416c;
}


.fn_readmore3 + [data-readmore-toggle],
.fn_readmore3[data-readmore] {
    display: inline-block;
    width: auto;
    position: relative;
}
.fn_readmore3[aria-expanded="false"]::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 4em;
}
.fn_readmore3[data-readmore] {
    transition: height 500ms;
    overflow: hidden;
    max-height: 380px;
    display: block;
    width: 100%;
}
.fn_readmore3 + [data-readmore-toggle]{
    margin-top: 13px;
    text-decoration: none;
    transition: all 0.3s;
}
.fn_readmore3 + [data-readmore-toggle]:hover,
.fn_readmore3 + [data-readmore-toggle]:focus{
    color: var(--okay-button-text);
    text-decoration: none;
}
.fn_readmore3 + [data-readmore-toggle] span{
    color: #ff416c;
    background: transparent;
    border-color:  #ff416c;
    border: 1px solid;
    border-radius: 3px;
    padding: 1px 30px;
    font-size: 18px;
    line-height: 1;
    display: inline-block;
    transition: all .3s;
    font-weight: 500;
}
.fn_readmore3 + [data-readmore-toggle]:hover span{
    color: #fff;
    background:#ff416c;
    border-color:  #ff416c;
}

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

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

.price-block {
width: 32%;
background: #f9f9f9;
padding: 20px;
box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
border-radius: 20px;
display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.price-nomber {
    width: 65px;
    height: 65px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
     font-size: 30px;
     text-align: center;
     color: #fff;
     background: #ff416c;
     margin-bottom: 20px;
}

.price-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.price-title span {
    color: #ff416c;
}


.price-block1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.price-title2 {
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
    padding-left: 25px;
}

.price-title2::before {
    width: 15px;
    height: 15px;
    background: #ff416c;
    border-radius: 100%;
    content: "";
    position: absolute;
    display: inline-block;
    left: 0px;
    top: 6px;
}

.price-desc {
padding-bottom: 10px;
}


#price .title,
#price .title2 {
    text-align: center;
}


.bot-foot1 {
    background: #ff416c url(/wp-content/uploads/2026/03/phone2.svg) no-repeat center center;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    position: fixed;
    bottom: 105px;
    right: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    animation: annoying .8s ease-in infinite alternate;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    z-index: 100;
}


.bot-foot2 {
    background: #0396de url(images/telegram-svgrepo-com3.svg) no-repeat center center;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    position: fixed;
    bottom: 30px;
    right: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    animation: annoying .8s ease-in infinite alternate;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    z-index: 100;
}


 @keyframes annoying {
 	from {
 		transform: scale(1);
 	}

 	to {
 		transform: scale(1.1);
 	}
 }



.stati-page {
    padding-bottom: 40px;
}



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


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


.price2-block1 {
    background: #ff416c;
    font-family: var(--font3);
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
        border-radius: 20px 20px 0 0;
}


.price2-title {
    padding-left: 20px;

}

.price2-desc {
    padding-right: 20px;
}

.price2-block {
    border-bottom: 1px solid #ff416c;
    border-left: 1px solid #ff416c;
     border-right: 1px solid #ff416c;
    font-weight: 500;
    font-size: 18px;
     padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.price2-item .price2-block:last-child {
    border-radius: 0px 0px 20px 20px;
}



#baner-main .yoast-breadcrumbs {
    padding-top: 0px;
}

#baner-main {
    overflow: hidden;
}

#feedback {
padding-top: 60px;
padding-bottom: 60px;
background: #FFF3F3;
background: radial-gradient(circle,rgba(255, 243, 243, 1) 0%, rgba(222, 248, 253, 0.5) 100%);
text-align: center;
}

.feedback-link {
    display: flex;
    justify-content: center;
        padding-bottom: 20px;
}

.feedback-soc {
    display: inline-flex;
    justify-items: center;
}

.feedback-soc a {
    text-decoration: none;
}

.feedback-soc .telegram, .feedback-soc .whatsapp, .feedback-soc .vk, .feedback-soc .rutube, .feedback-soc .youtube {
width: 50px;
height: 50px;
background-size: 100%;
border-radius: 15px;
}


.feedback-phone {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 20px;
}

.feedback-phone a {
        color: #282828;
        text-decoration: none;
}


.feedback-block2 {
    padding-top: 40px;
}


#acquaintance {
padding-top: 80px;
padding-bottom: 80px;
background: #fff6f2;
background: radial-gradient(circle, rgba(255, 243, 243, 1) 0%, rgba(222, 248, 253, 0.5) 100%);
}


.acquaintance-block1 img {
    width: 100%;
    object-fit: cover;
    height:700px;
        border-radius: 30px;
} 

.acquaintance-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.acquaintance-block1 {
    width: 48%;
}
.acquaintance-block2 {
    width: 48%;
}

.acquaintance-desc {
    padding-top: 40px;
    font-size: 18px;
    font-weight: 500;
}

.acquaintance-link {
    padding-top: 20px;
}

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


.action-item {
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
align-items: center;
}

.action-link {
    padding-top: 40px;
}

#text2 {
    padding-top: 20px;
    font-size: 18px;
    font-weight: 500;
}


#holiday {
    padding-top: 80px;
    padding-bottom: 80px;
        background: #fff6f2;
}

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

.holiday-block1 {
    width: 48%;
}
.holiday-block2 {
    width: 48%;
}

.holiday-desc {
    padding-top: 40px;
    font-size: 18px;
    font-weight: 500;
}

.holiday-block2 img {
    border-radius: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
}


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

.holiday-block {
    width: 32%;
    background: #fff;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    border-radius: 20px;
}


.holidays-title {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 20px;
}

.holidays-desc {
    font-size: 16px;
    font-weight: 500;
}


#key {
    padding-top: 80px;
    padding-bottom: 60px;
}


.key-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 40px;
}
.key-block {
    width: 32%;
    position: relative;
    margin-bottom: 20px;
}

.key-block img {
    border-radius: 20px;
    width: 100%;
}

.key-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    bottom: 10px;
}

.key-title {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 10px;
    color: #fff;
    font-weight: 600;
    text-shadow: 2px 2px 6px #000;
}

.key-desc {
        font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
    color: #fff;
    font-weight: 500;
    text-shadow: 2px 2px 6px #000;
}


#accessories {
    padding-top: 80px;
    padding-bottom: 80px;
        background: #fff6f2;
    background: radial-gradient(circle, rgba(255, 243, 243, 1) 0%, rgba(222, 248, 253, 0.5) 100%);
    overflow: hidden;
}

.accessories-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}


.accessories-block1 {
    width: 48%;
}

.accessories-block2 {
    width: 48%;
}
.accessories-block2 img {
        border-radius: 30px;
}


.accessories-desc {
    font-size: 18px;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 20px;
}


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

.dop1-block1 {
    width: 48%;
}

.dop1-block2 {
    width: 48%;
}


.dop1-item .acquaintance-desc {
    padding-top: 20px;
}


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

#dop2 {
    padding-top: 80px;
    padding-bottom: 80px;
        background: #fff6f2;
    background: radial-gradient(circle, rgba(255, 243, 243, 1) 0%, rgba(222, 248, 253, 0.5) 100%);
}



.dop1-gallery img {
        border-radius: 30px;
}
.dop1-gallery2 img {
        border-radius: 20px;
        display: block;
        margin-left: auto;
        margin-right: auto;
}



.dop1-gallery {
    padding-bottom: 20px;
}

.dop1-gallery-block {
display: none;
}

.dop1-link {
    padding-top: 30px;
}

.dop1-link .baner-link2 {
        margin-right: 0px;
}
 


@media (max-width:1300px) {
.container {
    padding-right: 40px;
    padding-left: 40px;
}


.baner-main h1,
.baner-main .h1 {
    padding-bottom: 30px;
    font-size: 36px;
    line-height: 40px;
}

.baner-main .h1 {
    margin-top: -30px;
}


.baner-main-block2 img {
    object-fit: cover;
    object-position: top;
    width: 100%;
}

.baner-link1 {
    padding-left: 20px;
    padding-right: 20px;
}

.baner-link2 {
    padding-left: 20px;
    padding-right: 20px;
}

.baner-desc {
    font-size: 20px;
    padding-bottom: 30px;
}
.logo-block1 img {
    width: 200px;
}
}


@media (max-width:1200px) {

.holiday-desc {
    padding-top: 30px;
    font-size: 16px;
}

.accessories-desc {
    font-size: 16px;
    padding-bottom: 0px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
    padding: 0px 10px;
}


.logo-block1 img {
    width: 200px;
}
.logo-soc {
    margin-right: 10px;
}

.baner-main-block1 {
    padding: 30px 30px;
}
.baner-main h1,
.baner-main .h1 {
font-size: 32px;
line-height: 36px;
}

.baner-desc {
    font-size: 18px;
}
.baner-link2 {
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 10px;
}

.baner-link1 {
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
}

.baner-link1 .fa-play {
    font-size: 20px;
}

.baner-link2 .fa-whatsapp {
    font-size: 20px;
}

.title2, #text h2 {
    font-size: 32px;
}

.price-title {
    font-size: 22px;
}

.rews-block {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    min-height: 280px !important;
}

.footer-block1 img {
    width: 200px;
}

.footer-title2 {
    font-size: 14px;
}
.footer-item li {
    font-size: 14px;
}
.footer-title {
    font-size: 18px;
}
.header-phone a {
    font-size: 17px;
}

.title3 {
    font-size: 32px;
}
.title {
    font-size: 20px;
}

}

@media (max-width:992px) {


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

#key {
    padding-top: 60px;
    padding-bottom: 40px;
}

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

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

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


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

.holiday-block1 {
    width: 100%;
}
.holiday-block2 {
    display: none;
}


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

.holidays-title {
    font-size: 18px;
    padding-bottom: 15px;
}

.key-block {
    width: 48%;
    margin-bottom: 30px;
}


.acquaintance-block1 img {
    height: 420px;
}

.acquaintance-desc {
    padding-top: 20px;
    font-size: 16px;
}

.acquaintance-link {
    padding-top: 0px;
}

.logo-block1 {
    order: 1; 
}

.logo-block3 {
    order: 2; 
}
.logo-block2 {
    order: 3; 
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
padding: 0px 15px;
font-size: 16px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    padding: 0px 10px;
}


#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
padding-top: 10px;
padding-bottom: 10px;
}

.video-block {
    width: 48%;
}

.baner-main h1,
.baner-main .h1 {
font-size: 28px;
line-height: 32px;
}
.baner-desc {
font-size: 16px;
}

.baner-main-block1 {
padding: 25px 25px;
}

.baner-main-block2 img {
height: 410px;
}

.baner-link2 {
font-size: 14px;
}

.baner-link1 {
font-size: 14px;
}
.baner-main {
    padding-bottom: 60px;
}

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

.plus-item {
    padding-top: 50px;
    flex-wrap: wrap;
}

.plus-block {
    width: 48%;
    margin-bottom: 40px;
}

#servise {
    padding-top: 60px;
    padding-bottom: 40px;
}

.servise-block {
    width: 48%;
}

.servise-block img {
    height: 320px;
}
.about-plus {
    flex-wrap: wrap;
}

.about-block1 {
    width: 100%;
}
.about-block2 {
    width: 100%;
}

.about-block2 .about-block {
    display: flex;
}

.about-block2 .about-namber {
    padding-right: 30px;
}

#video {
    padding-top: 60px;
}

.title {
    font-size: 18px;
}

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

.scheme-title {
    font-size: 18px;
}
.scheme-desc {
    font-size: 14px;
}
.scheme-image img {
    width: 65px;
}

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

#event {
    padding-top: 60px;
    padding-bottom: 40px;
}

.event-block {
    width: 48%;
}

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

.price-nomber {
    width: 55px;
    height: 55px;
    font-size: 26px;
    margin-bottom: 15px;
}

.price-title {
font-size: 18px;
}

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

#reviews-med {
    padding-top: 60px;
    padding-bottom: 60px;
}

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

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

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

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

.faq-item details {
    font-size: 14px;
}

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

.news-block-title {
    font-size: 16px;
}

.price2-block1 {
    font-size: 16px;
}

.price2-block {
    font-size: 16px;
}

.single-item .news-block {
    width: 50%;
}

#post-single {
    padding-top: 20px;
    padding-bottom: 60px;
}

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

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

#mega-menu-item-649 {
    display: none !important;
}

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

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


}

@media (max-width:768px) {


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

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

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


#mega-menu-item-649 {
    display: block !important;
}

 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        line-height: 50px;
    height: 50px;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
margin-left: 0px;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
        margin-right: 0px;
    }

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


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

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

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

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

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

.holiday-block2 {
     width: 100%;
     display: block;
}

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

.holiday-block {
    width: 100%;
    margin-bottom: 20px;
}


.key-block {
width: 100%;
margin-bottom: 20px;
}

.accessories-block1 {
    width: 100%;
    padding-bottom: 40px;
}

.accessories-block2 {
    width: 100%;
}

.key-block img {
    height: 365px;
    object-fit: cover;
    object-position: top;
}


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

.acquaintance-block1 {
    width: 100%;
    order: 2;
}
.acquaintance-block2 {
    width: 100%;
    order: 1;
    padding-bottom: 40px;
}

.baner-main h1,
.baner-main .h1 {
font-size: 28px;
line-height: 36px;
}



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

.header-phone a {
font-size: 0px;
width: 30px;
height: 30px;
background: url(images/phones.svg) no-repeat;
background-size: 100%;
display: block;
border-radius: 7px;
}
.logo-soc {
margin-right: 0px;
}

.soc-fix {
display: none;
}


.baner-main {
padding-bottom: 40px;
flex-wrap: wrap;
}

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

.baner-main-block1 {
padding: 35px 20px;
width: 100%;
margin-bottom: 30px;
}

.baner-main-block2 img {
height: auto;
max-height: 480px;
min-height: 300px;
}

.baner-main-block2 {
width: 100%;
}
.logo-item {
padding-bottom: 10px;
flex-wrap: nowrap;
}

.mega-toggle-blocks-left {
    display: none !important;
}
.mega-toggle-blocks-center {
    display: none!important;
}

.hd-fx {
    padding-top: 114px;
}

#plus {
padding-top: 40px;
}

.plus-block {
width: 100%;
}

.plus-desc {
font-size: 16px;
}

.title2, #text h2 {
font-size: 32px;
}

.title2 span::before {
display: none;
}

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

.servise-content {
    padding: 10px;
}

#scheme {
padding-top: 40px;
padding-bottom: 40px;
}
.scheme-block {
    width: 100%;
}    
.scheme-desc {
font-size: 16px;
}
#event {
padding-top: 40px;
padding-bottom: 20px;
}
.event-block {
width: 100%;
}
#price {
padding-top: 40px;
padding-bottom: 40px;
}

#video {
    padding-top: 40px;
    padding-bottom: 0px;
}

.video-block {
    width: 100%;
}

.servise-block {
width: 100%;
}

.about-block1 .about-namber {
    padding-right: 20px;
}

.about-block2 .about-namber {
    padding-right: 20px;
}

.about-namber {
    font-size: 60px;
}


#price2 {
padding-top: 40px;
padding-bottom: 40px;
}
.title {
font-size: 18px;
}

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

.price-block {
    width: 100%;
    margin-bottom: 20px;
}
.price-title2 {
font-size: 16px;
}

#reviews-med {
padding-top: 40px;
padding-bottom: 40px;
}

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

#faq {
padding-top: 40px;
padding-bottom: 40px;
}
.faq-item details {
    width: 100%;
}
.faq-item details {
font-size: 16px;
}

#text {
padding-top: 40px;
}
.news_title2 {
display: none;
}

.footer-item {
    flex-wrap: wrap;
}
.fr-bl {
    width: 100%;
}

.news_item {
margin-top: 40px;
}

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

.footer-item li {
font-size: 16px;
}

.baner-link2 {
font-size: 16px;
}

.price-title {
font-size: 20px;
}

.price2-block {
    padding-top: 15px;
    padding-bottom: 15px;
}

.price2-block1 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.price2-title {
    padding-left: 15px;
}
.price2-desc {
    padding-right: 15px;
}
.single-item .news-block {
width: 100%;
}

#post-single {
    padding-bottom: 40px;
}

.baner-link1 {
padding-left: 15px;
padding-right: 15px;
        font-size: 16px;
line-height: 55px;
height: 55px;
}

.baner-link2 {
padding-left: 15px;
padding-right: 15px;
height: 55px;
line-height: 55px;
}


.bot-foot1 {
    height: 50px;
    width: 50px;
    bottom: 80px;
    right: 20px;
    background-size: 20px;
}

.bot-foot2 {
    height: 50px;
    width: 50px;
    bottom: 20px;
    right: 20px;
    background-size: 20px;
}

#feedback .title2 br {
    display: none;
}

.feedback-soc .telegram, .feedback-soc .whatsapp, .feedback-soc .vk {
    width: 45px;
    height: 45px;
}

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

.feedback-block2 {
    padding-top: 30px;
}

body {
    background: #fff;
}

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

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

#text2 {
    font-size: 16px;
}


#action .title2 {
font-size: 28px;
}
.action-link {
    padding-top: 30px;
}

.logo-link {
    display: none;
}

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

}


.tags-block a,
.tags-block2 a {
    text-decoration: none;
    background: #ff7a98;
    display: table;
    padding: 5px 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-right: 7px;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    letter-spacing: 0.02em;
}


.tags-item,
.tags-item2 {
    display: flex;
    flex-wrap: wrap;
	padding-right: 40px;
}


#tags {
    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: #ff7a98;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    font-size: 14px;
    margin-top: -42px;
    float: right;
    position: relative;
}
.tags .slick-next {
    right: 115px;
}


@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;
}

#tags {
    margin-bottom: 60px;
}

}

.fa-whatsapp {
	display: none !important;
}

