/*!
Theme Name: _r
Theme URI: http://underscores.me/
Author: Kuimov Andrey
Author URI: https://vk.com/id8133968
Description: My theme for scratch
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: _r
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

_r is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores 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
# Main layouts
    - Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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-family: inherit;
  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: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", 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; }

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

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%; }

/* Links
--------------------------------------------- */
a {
  color: #ffffff; }
  a:visited {
    color: #ffffff; }
  a:hover, a:focus, a:active {
    color: #FFA928; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/* Forms
--------------------------------------------- */
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: 15px 41px 15px 41px !important;
  font-size: 18px !important; }
  @media (max-width: 768px) {
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
      font-size: 16px !important; } }
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #000 !important;
    background: transparent !important; }
  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: #000 !important;
    background: transparent !important; }

button:focus {
  outline: none; }

.premium-modal-box-modal-body input[type="submit"] {
  background-color: #FBBA00 !important;
  transition: all 0.3s; }
  .premium-modal-box-modal-body input[type="submit"]:hover {
    background-color: #FBBA00 !important; }

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 {
  width: 100%;
  color: #111;
  border: none;
  border-bottom: 1px solid #2C2C2C;
  border-radius: 0;
  padding: 11px 20px;
  background: transparent;
  font-size: 18px;
  /* Firefox 19+ */
  /* Firefox 18- */ }
  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;
    outline: none; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="range"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="month"]::-webkit-input-placeholder,
  input[type="week"]::-webkit-input-placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="datetime-local"]::-webkit-input-placeholder,
  input[type="color"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #111 !important; }
  input[type="text"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="range"]::-moz-placeholder,
  input[type="date"]::-moz-placeholder,
  input[type="month"]::-moz-placeholder,
  input[type="week"]::-moz-placeholder,
  input[type="time"]::-moz-placeholder,
  input[type="datetime"]::-moz-placeholder,
  input[type="datetime-local"]::-moz-placeholder,
  input[type="color"]::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #111 !important; }
  input[type="text"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="url"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  input[type="range"]:-moz-placeholder,
  input[type="date"]:-moz-placeholder,
  input[type="month"]:-moz-placeholder,
  input[type="week"]:-moz-placeholder,
  input[type="time"]:-moz-placeholder,
  input[type="datetime"]:-moz-placeholder,
  input[type="datetime-local"]:-moz-placeholder,
  input[type="color"]:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #111 !important; }
  input[type="text"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="range"]:-ms-input-placeholder,
  input[type="date"]:-ms-input-placeholder,
  input[type="month"]:-ms-input-placeholder,
  input[type="week"]:-ms-input-placeholder,
  input[type="time"]:-ms-input-placeholder,
  input[type="datetime"]:-ms-input-placeholder,
  input[type="datetime-local"]:-ms-input-placeholder,
  input[type="color"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #111 !important; }

select {
  border: 1px solid #2C2C2C;
  width: 100%;
  padding: 11px 16px;
  margin-bottom: 20px;
  box-shadow: 0 0 26px rgba(122, 162, 183, 0.3); }

textarea {
  width: 100%;
  height: 150px;
  padding: 11px 20px; }

.wpcf7-not-valid-tip {
  display: none; }

.wpcf7-response-output {
  display: none; }

.wpcf7-form-control[aria-invalid="true"] {
  border-color: #ff0000; }

.ajax-loader,
.wpcf7-spinner {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px; }
  .ajax-loader::before,
  .wpcf7-spinner::before {
    top: 35%;
    left: 41%; }

.privet {
  display: flex;
  align-items: center; }
  .privet span {
    position: relative;
    margin-right: 40px; }
    .privet span .ajax-loader,
    .privet span .wpcf7-spinner {
      position: absolute;
      margin: 0;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      border-radius: 50px; }
      .privet span .ajax-loader::before,
      .privet span .wpcf7-spinner::before {
        top: 35%;
        left: 41%; }
  .privet label {
    font-size: 12px;
    line-height: 1.8; }

.label {
  font-size: 12px;
  line-height: 1.8; }

.group {
  position: relative; }
  .group .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 20px;
    position: relative; }
    @media (max-width: 768px) {
      .group .wpcf7-form-control-wrap {
        margin-bottom: 50px; } }
    .group .wpcf7-form-control-wrap.focused:after, .group .wpcf7-form-control-wrap.focused2:after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: -5px;
      background: #ffffff;
      z-index: 1; }
    .group .wpcf7-form-control-wrap.focused2:after {
      height: calc(100% - 9px); }
  .group input[type='password'] {
    letter-spacing: 0.3em; }
  .group input[type="text"],
  .group input[type="email"],
  .group input[type="tel"],
  .group input[type="password"],
  .group textarea {
    position: relative;
    z-index: 2;
    padding: 11px 20px 16px 20px;
    font-size: 18px;
    font-weight: 400; }
  .group .form-input-label {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
    color: #111;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 10px;
    transition: 300ms ease all; }
    .group .form-input-label.shrink {
      top: -35px;
      font-size: 12px;
      color: #111; }
      .group .form-input-label.shrink b {
        display: none; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: flex;
  width: 100%;
  order: 2;
  justify-content: center;
  align-items: flex-end;
  flex-grow: 0;
  flex-shrink: 1; }
  .main-navigation > div {
    transition: all .5s; }
  .main-navigation .close-menu-button {
    padding: 4px;
    margin-bottom: 50px;
    display: none; }
    .main-navigation .close-menu-button svg {
      width: 60px;
      height: 60px; }
  .main-navigation ul {
    display: flex;
    opacity: 1;
    flex-direction: row;
    align-items: baseline;
    list-style: none;
    margin: 0 15px;
    padding: 0; }
    .main-navigation ul ul {
      display: flex;
      flex-direction: column;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999;
      background: #ffffff; }
      .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 li a {
        color: #2C2C2C;
        padding: 10px 20px;
        font-weight: 500; }
      .main-navigation ul ul a {
        color: #ffffff; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    position: relative;
    display: flex;
    align-items: center; }
    .main-navigation li:last-child {
      margin-left: 0;
      margin-right: 15px; }
      .main-navigation li:last-child a {
        border-radius: 40px; }
    .main-navigation li.with-arrow {
      padding: 27px 17px 27px 27px; }
      .main-navigation li.with-arrow > a {
        padding: 0 10px 0 0; }
    .main-navigation li:hover > a, .main-navigation li.focus > a {
      color: #FFA928;
      border-color: #FFA928; }
  .main-navigation a {
    display: block;
    padding: 13px 27px;
    font-size: 18px !important;
    font-weight: 500 !important;
    text-decoration: none;
    color: #ffffff; }

/* Small menu. */
.menu-toggle {
  padding: 5px 10px !important;
  font-size: 16px;
  border-radius: 5px !important; }
  .menu-toggle:focus {
    outline: none; }

.menu-toggle {
  background: none;
  border: none !important;
  padding: 0 !important;
  background: transparent !important;
  color: #ffffff;
  display: none; }
  .menu-toggle svg {
    width: 28px;
    height: 22px; }

@media screen and (max-width: 1024px) {
  .main-navigation {
    order: 3;
    width: auto;
    margin-bottom: 13px; }
    .main-navigation > div {
      position: absolute;
      left: 0;
      top: 100%;
      right: 0; }
      .main-navigation > div > ul {
        background: rgba(0, 0, 0, 0.8);
        opacity: 0;
        transition: all .7s; }
        .main-navigation > div > ul li > ul {
          left: -999em; }
        .main-navigation > div > ul li:hover > ul, .main-navigation > div > ul li.focus > ul {
          left: -999em; }
        .main-navigation > div > ul li.show ul {
          left: auto; }
    .main-navigation ul {
      display: flex; }
      .main-navigation ul li:last-child {
        margin-right: 0; }
    .main-navigation.toggled > div > ul {
      opacity: 1; }

  .menu-toggle {
    display: block; } }
@media screen and (max-width: 768px) {
  .main-navigation {
    margin-bottom: 0; }
    .main-navigation > div {
      background: black;
      display: none;
      opacity: 0;
      transition: all .7s;
      top: 0;
      left: 0;
      right: 0;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .main-navigation > div .close-menu-button {
        display: block; }
      .main-navigation > div > ul {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: transparent; }
        .main-navigation > div > ul li {
          flex-wrap: wrap; }
          .main-navigation > div > ul li a, .main-navigation > div > ul li.with-arrow {
            padding: 20px;
            font-size: 32px !important;
            font-weight: 500 !important; }
          .main-navigation > div > ul li > ul {
            left: -999em; }
          .main-navigation > div > ul li:hover > ul, .main-navigation > div > ul li.focus > ul {
            left: -999em; }
          .main-navigation > div > ul li.show ul {
            position: relative;
            left: auto;
            width: 100%;
            margin: 10px 0 0; }
    .main-navigation.toggled > div {
      display: flex;
      opacity: 1;
      transform: translateY(5px); } }
.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; }

.no-scroll {
  position: fixed;
  width: 100%; }

.post,
.page {
  margin: 0; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 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; }

/*--------------------------------------------------------------
#  Main layouts
--------------------------------------------------------------*/
/* Header
--------------------------------------------- */
.main-header-site {
  position: absolute !important;
  left: 0;
  top: 0;
  display: flex;
  width: 100%;
  justify-content: center;
  z-index: 5; }
  .main-header-site .site-header {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end; }
    .main-header-site .site-header .site-branding {
      order: 1;
      padding: 13px 18px 0 0; }
      .main-header-site .site-header .site-branding a {
        display: flex;
        width: 102px; }
        .main-header-site .site-header .site-branding a img {
          width: 100%; }
    .main-header-site .site-header .nav-and-contacts-wrapper {
      order: 2;
      width: 100%;
      display: flex;
      border-bottom: 2px solid #ffffff; }
      .main-header-site .site-header .nav-and-contacts-wrapper .contacts-info {
        display: flex;
        flex-direction: column;
        order: 3;
        width: 280px;
        flex-grow: 1;
        flex-shrink: 0;
        justify-content: center; }
        .main-header-site .site-header .nav-and-contacts-wrapper .contacts-info .phones {
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .main-header-site .site-header .nav-and-contacts-wrapper .contacts-info .phones .social-media {
            display: flex;
            align-items: center;
            order: 2; }
          .main-header-site .site-header .nav-and-contacts-wrapper .contacts-info .phones > a {
            order: 1; }
        .main-header-site .site-header .nav-and-contacts-wrapper .contacts-info a {
          display: flex;
          align-items: center;
          font-size: 18px;
          text-decoration: none; }
          .main-header-site .site-header .nav-and-contacts-wrapper .contacts-info a img {
            margin-right: 6px; }
        .main-header-site .site-header .nav-and-contacts-wrapper .contacts-info p {
          display: flex;
          align-items: center;
          font-size: 18px;
          margin: 0; }
          .main-header-site .site-header .nav-and-contacts-wrapper .contacts-info p img {
            margin-right: 6px; }
      .main-header-site .site-header .nav-and-contacts-wrapper .main-navigation .contacts-info {
        display: none; }

@media screen and (max-width: 1024px) {
  .main-header-site .site-header {
    justify-content: space-between;
    padding: 10px 10px; }
    .main-header-site .site-header .nav-and-contacts-wrapper {
      align-items: center; }
      .main-header-site .site-header .nav-and-contacts-wrapper .contacts-info {
        align-items: center;
        text-align: center;
        order: 2 !important; }
        .main-header-site .site-header .nav-and-contacts-wrapper .contacts-info .phones .social-media {
          margin-left: 40px; }

  .my-header .elementor-column:nth-child(2n) {
    order: 3; } }
@media screen and (max-width: 768px) {
  .main-header-site .site-header .site-branding {
    padding: 0; }
    .main-header-site .site-header .site-branding a {
      width: 74px; }
  .main-header-site .site-header .nav-and-contacts-wrapper {
    justify-content: flex-end;
    border: none; }
    .main-header-site .site-header .nav-and-contacts-wrapper .contacts-info {
      width: auto;
      margin-bottom: 0;
      align-items: flex-start; }
      .main-header-site .site-header .nav-and-contacts-wrapper .contacts-info a {
        font-size: 14px; }
      .main-header-site .site-header .nav-and-contacts-wrapper .contacts-info .phones img {
        display: none; }
      .main-header-site .site-header .nav-and-contacts-wrapper .contacts-info .phones .social-media {
        display: none; }
      .main-header-site .site-header .nav-and-contacts-wrapper .contacts-info p {
        font-size: 14px;
        margin-top: -8px; }
        .main-header-site .site-header .nav-and-contacts-wrapper .contacts-info p img {
          display: none; }
    .main-header-site .site-header .nav-and-contacts-wrapper .main-navigation > div ul {
      justify-content: center; }
      .main-header-site .site-header .nav-and-contacts-wrapper .main-navigation > div ul li a {
        font-size: 24px;
        font-weight: 500; }
    .main-header-site .site-header .nav-and-contacts-wrapper .main-navigation .contacts-info {
      display: flex;
      flex-grow: 0;
      width: auto;
      margin-top: 30px; }
      .main-header-site .site-header .nav-and-contacts-wrapper .main-navigation .contacts-info p img {
        display: block; }
      .main-header-site .site-header .nav-and-contacts-wrapper .main-navigation .contacts-info .phones {
        flex-direction: column; }
        .main-header-site .site-header .nav-and-contacts-wrapper .main-navigation .contacts-info .phones img {
          display: block; }
        .main-header-site .site-header .nav-and-contacts-wrapper .main-navigation .contacts-info .phones .social-media {
          display: flex;
          margin: 0;
          order: 1; }
          .main-header-site .site-header .nav-and-contacts-wrapper .main-navigation .contacts-info .phones .social-media a {
            padding: 7px; }
        .main-header-site .site-header .nav-and-contacts-wrapper .main-navigation .contacts-info .phones > a {
          order: 2; } }
.stiky-header {
  transition: all 5s; }

.header-out {
  transform: translateY(-100%); }

/* Footer
--------------------------------------------- */
.site-footer {
  margin: 46px 0 100px 0; }
  @media (max-width: 768px) {
    .site-footer {
      padding: 0 10px; } }
  .site-footer .bottom-footer {
    width: 100%;
    max-width: 1140px;
    margin: 50px auto 0;
    display: flex;
    flex-direction: column;
    padding-left: 290px; }
    @media (max-width: 1024px) {
      .site-footer .bottom-footer {
        padding-left: 150px; } }
    @media (max-width: 768px) {
      .site-footer .bottom-footer {
        padding: 0;
        margin: 20px auto 0; } }
    .site-footer .bottom-footer p {
      font-size: 14px;
      font-weight: 400;
      color: #cccccc;
      margin: 0; }
  .site-footer .contacts-info {
    display: flex;
    flex-direction: column;
    order: 3;
    width: 280px;
    flex-grow: 1;
    flex-shrink: 0;
    margin-bottom: 0; }
    @media (max-width: 768px) {
      .site-footer .contacts-info {
        width: 100%;
        margin-top: 20px; } }
    .site-footer .contacts-info .phones {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .site-footer .contacts-info .phones .social-media {
        display: flex;
        align-items: center;
        order: 2; }
      .site-footer .contacts-info .phones > a {
        order: 1; }
    .site-footer .contacts-info a {
      display: flex;
      align-items: center;
      font-size: 18px;
      text-decoration: none;
      color: #cccccc; }
      .site-footer .contacts-info a img {
        margin-right: 6px; }
    .site-footer .contacts-info p {
      display: flex;
      align-items: center;
      font-size: 18px;
      margin: 0;
      color: #cccccc; }
      .site-footer .contacts-info p img {
        margin-right: 6px; }
  .site-footer .content {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    align-items: center; }
    @media (max-width: 768px) {
      .site-footer .content {
        flex-wrap: wrap;
        align-items: flex-start; } }
    @media (max-width: 768px) {
      .site-footer .content #nav_menu-2 {
        width: 70%; } }
    .site-footer .content .widget {
      margin: 0; }
      .site-footer .content .widget .menu {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        flex-wrap: wrap; }
        .site-footer .content .widget .menu li {
          margin: 0 8px;
          font-size: 16px;
          padding: 0 25px; }
          .site-footer .content .widget .menu li a {
            text-decoration: none;
            font-size: 18px;
            color: #cccccc; }
      .site-footer .content .widget.widget_elementor-library {
        margin-left: auto; }
      .site-footer .content .widget.widget_media_image {
        width: 170px; }
  .site-footer #block-2 {
    margin-right: 150px; }
    @media (max-width: 1024px) {
      .site-footer #block-2 {
        margin-right: 10px; } }
    @media (max-width: 768px) {
      .site-footer #block-2 {
        width: 30%;
        margin: 0; } }
    .site-footer #block-2 .size-full {
      width: 102px;
      margin-bottom: 0; }

/* Custom CSS
--------------------------------------------- */
.custom-video .elementor-custom-embed-play {
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .custom-video .elementor-custom-embed-play i {
    display: none; }

.all-carts, .review {
  padding: 0 11px;
  flex-direction: column; }
  .all-carts .elementor-widget-wrap, .review .elementor-widget-wrap {
    height: 100%; }

.review .elementor-image-box-content {
  padding: 0 !important; }
  .review .elementor-image-box-content p {
    text-align: left; }

.opportunities {
  height: 100%; }
  .opportunities img {
    width: 100%; }
  .opportunities .elementor-widget-container {
    overflow: hidden;
    height: 100%; }
  .opportunities .elementor-image-box-content {
    padding: 0 30px 40px; }

.types-carts {
  padding: 0 11px;
  flex-direction: column; }
  .types-carts .elementor-widget-wrap {
    height: 100%;
    align-content: space-between; }
  .types-carts .elementor-image-box-content {
    padding: 0 30px 10px; }
  .types-carts .elementor-widget-button {
    width: 50% !important; }

.complete-set-includes .e-gallery-image {
  background-size: contain;
  background-repeat: no-repeat; }

.our-gallery .elementor-swiper-button, .our-slider .elementor-swiper-button {
  background: #ffffff;
  border: 2px solid #ffffff;
  color: #ffffff;
  border-radius: 50%;
  padding: 7px; }
  .our-gallery .elementor-swiper-button:hover, .our-slider .elementor-swiper-button:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #ffffff !important; }
  .our-gallery .elementor-swiper-button.elementor-swiper-button-next i, .our-slider .elementor-swiper-button.elementor-swiper-button-next i {
    position: relative;
    left: 2px; }
  .our-gallery .elementor-swiper-button.elementor-swiper-button-prev i, .our-slider .elementor-swiper-button.elementor-swiper-button-prev i {
    position: relative;
    left: -2px; }
.our-gallery .swiper-container-horizontal > .swiper-pagination-bullets, .our-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.our-gallery .swiper-pagination-custom,
.our-slider .swiper-pagination-custom, .our-gallery .swiper-pagination-fraction, .our-slider .swiper-pagination-fraction {
  bottom: -5px; }
.our-gallery .swiper-pagination-bullet, .our-slider .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #ffffff;
  opacity: 1; }
  .our-gallery .swiper-pagination-bullet.swiper-pagination-bullet-active, .our-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ffffff; }

.our-slider .elementor-swiper-button {
  background: #ffffff;
  border: 2px solid #DFEEFF;
  color: #ffffff;
  border-radius: 50%;
  padding: 7px; }
  .our-slider .elementor-swiper-button:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #ffffff !important; }
.our-slider.contain-slider .elementor-carousel-image {
  background-size: contain; }

.cases .elementor-image-box-content h3,
.cases .elementor-image-box-content p {
  padding: 0 80px; }
  @media (max-width: 1024px) {
    .cases .elementor-image-box-content h3,
    .cases .elementor-image-box-content p {
      padding: 10px; } }

.system-carts {
  padding: 0 11px; }

.custom-tabs .elementor-tabs-wrapper {
  overflow: visible !important;
  display: flex;
  align-items: flex-end; }
.custom-tabs .elementor-tab-content,
.custom-tabs .elementor-tab-title,
.custom-tabs .elementor-tab-title:after,
.custom-tabs .elementor-tab-title:before,
.custom-tabs .elementor-tabs-content-wrapper {
  border: 1px transparent !important; }
.custom-tabs .elementor-tab-desktop-title {
  background: #fff;
  border: none;
  box-shadow: 0 0 26px rgba(122, 162, 183, 0.3); }
  .custom-tabs .elementor-tab-desktop-title.elementor-active {
    border: none;
    position: relative;
    z-index: 40;
    box-shadow: 0 0 26px rgba(122, 162, 183, 0.3);
    background: #fff;
    padding: 26px; }
    .custom-tabs .elementor-tab-desktop-title.elementor-active:after {
      content: '' !important;
      display: block !important;
      width: calc(100% + 26px) !important;
      height: 26px !important;
      position: absolute !important;
      left: -13px !important;
      bottom: -26px !important;
      background: #fff !important; }
  .custom-tabs .elementor-tab-desktop-title:first-child.elementor-active:after {
    left: 0 !important; }
.custom-tabs .elementor-tab-content,
.custom-tabs .elementor-tabs-content-wrapper {
  border: 1px transparent !important;
  position: relative;
  z-index: 5;
  background: #fff;
  box-shadow: rgba(122, 162, 183, 0.3) 0 0 26px; }
.custom-tabs .elementor-tab-mobile-title {
  border-bottom: 1px solid #d4d4d4 !important; }

.dialog-close-button {
  padding: 8px;
  border: 1px solid #DFEEFF;
  border-radius: 50px; }

.st h4 {
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 768px) {
    .st h4 {
      flex-direction: column; } }
  .st h4 span {
    margin: 0 11px; }
    @media (max-width: 768px) {
      .st h4 span {
        margin: 11px 0; } }

.descr {
  text-align: left; }
  @media (max-width: 768px) {
    .descr {
      text-align: center; } }

.statistics {
  font-size: 42px;
  color: #60A8FF;
  font-family: "Solomon Sans Normal"; }

.uts-slider .swiper-slide {
  width: 45% !important; }
  @media (max-width: 768px) {
    .uts-slider .swiper-slide {
      width: 100% !important; } }
  .uts-slider .swiper-slide .swiper-slide-inner {
    background: rgba(0, 0, 0, 0.5); }
  .uts-slider .swiper-slide.swiper-slide-active .swiper-slide-inner, .uts-slider .swiper-slide.swiper-slide-next .swiper-slide-inner, .uts-slider .swiper-slide:last-child .swiper-slide-inner {
    background: none; }

.elementor-slides .swiper-slide-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-width: 100%;
  min-height: 100%; }

.elementor-slides .swiper-slide-inner {
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 50px;
  margin: auto; }

.elementor-slides .swiper-slide-inner, .elementor-slides .swiper-slide-inner:hover {
  color: white;
  display: flex; }

.elementor-slides .swiper-slide-inner .elementor-background-overlay {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.elementor-slides .swiper-slide-inner .elementor-slide-content {
  position: relative;
  z-index: 1;
  width: 100%; }

.elementor-slides .swiper-slide-inner .elementor-slide-heading {
  font-size: 35px;
  font-weight: bold;
  line-height: 1; }

.elementor-slides .swiper-slide-inner .elementor-slide-description {
  font-size: 17px;
  line-height: 1.4; }

.elementor-slides .swiper-slide-inner .elementor-slide-heading:not(:last-child), .elementor-slides .swiper-slide-inner .elementor-slide-description:not(:last-child) {
  margin-bottom: 30px; }

.elementor-slides .swiper-slide-inner .elementor-slide-button {
  border: solid 2px white;
  color: white;
  background: transparent;
  display: inline-block; }

.elementor-slides .swiper-slide-inner .elementor-slide-button, .elementor-slides .swiper-slide-inner .elementor-slide-button:hover {
  background: transparent;
  color: inherit;
  text-decoration: none; }

.elementor--v-position-top .swiper-slide-inner {
  align-items: flex-start; }

.elementor--v-position-bottom .swiper-slide-inner {
  align-items: flex-end; }

.elementor--v-position-middle .swiper-slide-inner {
  align-items: center; }

.elementor--h-position-left .swiper-slide-inner {
  justify-content: flex-start; }

.elementor--h-position-right .swiper-slide-inner {
  justify-content: flex-end; }

.elementor--h-position-center .swiper-slide-inner {
  justify-content: center; }

body.rtl .elementor-widget-slides .elementor-swiper-button-next {
  left: 10px;
  right: auto; }

body.rtl .elementor-widget-slides .elementor-swiper-button-prev {
  right: 10px;
  left: auto; }

.elementor-slides-wrapper div:not(.swiper-slide) > .swiper-slide-inner {
  display: none; }

.phone-flex {
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex; }
  .phone-flex .elementor-image-box-wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: center; }

.justify-center .elementor-container {
  justify-content: center; }

.feedback-with-social {
  display: flex;
  align-items: flex-end; }
  .feedback-with-social p {
    margin: 0 10px 0 0; }
  .feedback-with-social .social-media {
    display: flex;
    align-items: flex-end; }
    .feedback-with-social .social-media a {
      margin-right: 10px; }
  @media (max-width: 1024px) {
    .feedback-with-social {
      flex-direction: column;
      align-items: flex-start; } }
  @media (max-width: 768px) {
    .feedback-with-social .social-media {
      margin-top: 10px; } }

.advantages .elementor-widget-heading {
  margin: 0;
  min-height: 100px; }
  @media (max-width: 768px) {
    .advantages .elementor-widget-heading {
      min-height: auto; } }

.gallery {
  width: 100%; }
  @media (max-width: 768px) {
    .gallery {
      grid-template-columns: repeat(2, 1fr); } }
  .gallery .gallery-item {
    max-width: 100% !important;
    text-align: center !important;
    display: flex !important;
    align-items: center;
    justify-content: center; }
    @media (max-width: 768px) {
      .gallery .gallery-item {
        padding: 0 20px 9px 20px !important; } }

.form-at-the-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  width: 100%; }
  @media (max-width: 768px) {
    .form-at-the-bottom {
      flex-direction: column;
      margin: 0; } }
  .form-at-the-bottom .left-side,
  .form-at-the-bottom .right-side {
    flex: 1 1 auto; }
    @media (max-width: 1024px) {
      .form-at-the-bottom .left-side,
      .form-at-the-bottom .right-side {
        margin: 0;
        width: 100%; } }
  .form-at-the-bottom .left-side {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 50px 20px 0 0; }
    @media (max-width: 1024px) {
      .form-at-the-bottom .left-side {
        margin: 10px 0; } }
    .form-at-the-bottom .left-side-last {
      margin: 0;
      order: 1; }
      @media (max-width: 768px) {
        .form-at-the-bottom .left-side-last {
          margin: 15px 0 0 0;
          width: 100%;
          order: 2; } }
      .form-at-the-bottom .left-side-last .feedback-with-social {
        color: #000000;
        font-weight: 500; }
  .form-at-the-bottom .right-side {
    margin: 50px 0 0 20px; }
    @media (max-width: 1024px) {
      .form-at-the-bottom .right-side {
        margin: 10px 0; } }
    .form-at-the-bottom .right-side:last-child {
      margin: 0 0 0 20px;
      order: 2; }
      @media (max-width: 1024px) {
        .form-at-the-bottom .right-side:last-child {
          margin: 10px 0;
          width: 100%;
          order: 1; } }
    .form-at-the-bottom .right-side .button-and-text-wrapper {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      @media (max-width: 768px) {
        .form-at-the-bottom .right-side .button-and-text-wrapper {
          flex-direction: column; } }
      .form-at-the-bottom .right-side .button-and-text-wrapper div {
        margin: 0;
        position: relative; }
        .form-at-the-bottom .right-side .button-and-text-wrapper div .ajax-loader {
          margin: 0; }
      .form-at-the-bottom .right-side .button-and-text-wrapper .sub-text {
        margin: 0; }
        @media (max-width: 768px) {
          .form-at-the-bottom .right-side .button-and-text-wrapper .sub-text {
            margin-top: 10px; } }
  .form-at-the-bottom .full-width {
    width: 100%;
    margin: 50px 0 0; }
    @media (max-width: 1024px) {
      .form-at-the-bottom .full-width {
        margin: 10px 0;
        width: 100%; } }
    .form-at-the-bottom .full-width-last {
      width: 100%;
      margin: 0 0 20px 0; }
      @media (max-width: 1024px) {
        .form-at-the-bottom .full-width-last {
          margin: 0 0 50px 0;
          width: 100%; } }
      .form-at-the-bottom .full-width-last .important {
        color: #2C2C2C;
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 0.04em; }

.form-at-the-contacts .full-width {
  width: 100%;
  margin: 35px 0 0; }
.form-at-the-contacts .button-and-text-wrapper {
  display: flex;
  justify-content: flex-end; }
  .form-at-the-contacts .button-and-text-wrapper .submit-wrapper {
    text-align: right; }

.submit-wrapper {
  position: relative; }
  .submit-wrapper .ajax-loader {
    margin: 0; }

@media (max-width: 768px) {
  .profi-into-form-sec .elementor-widget-container .elementor-image-box-wrapper {
    display: flex;
    align-items: center; } }
@media (max-width: 768px) {
  .profi-into-form-sec .elementor-widget-container .elementor-image-box-wrapper .elementor-image-box-img {
    order: 2; } }
@media (max-width: 768px) {
  .profi-into-form-sec .elementor-widget-container .elementor-image-box-wrapper .elementor-image-box-content {
    order: 1; } }

@media (max-width: 768px) {
  .no-p-margin .elementor-widget-container p {
    margin-bottom: 0; } }

.up-down-section .elementor-tab-title {
  display: flex;
  align-items: center; }
  .up-down-section .elementor-tab-title span {
    order: 2; }
  .up-down-section .elementor-tab-title a {
    order: 1; }

.requisites {
  display: flex;
  flex-wrap: wrap; }
  .requisites .requisites_name {
    width: 40%;
    line-height: 24px; }
  .requisites .requisites_value {
    width: 40%;
    margin-left: 10%;
    margin-bottom: 15px;
    line-height: 24px; }

@media (max-width: 768px) {
  .responseve-table {
    overflow-x: auto; } }

.premium-modal-box-modal-header {
  border-bottom: none !important; }

.b24-form-header-padding {
  padding: 20px !important; }

.b24-form-btn:hover {
  background-color: transparent !important;
  border-color: #000 !important; }

.b24-window-close {
  padding: 0 !important; }
  .b24-window-close:before, .b24-window-close:after {
    background-color: #000 !important; }
  .b24-window-close:hover {
    background-color: transparent !important;
    border-color: #000 !important; }

.bx-livechat-control-btn-close {
  padding: 15px !important; }
  .bx-livechat-control-btn-close:hover {
    background-color: transparent !important;
    border-color: #000 !important; }

.bx-im-textarea-app-smile {
  border: none !important;
  padding: 0 !important; }
  .bx-im-textarea-app-smile:hover {
    background-color: transparent !important;
    border-color: transparent !important; }

/*# sourceMappingURL=style.css.map */
