@charset "UTF-8";
/*
Theme Name: Rucommerce
Author: Alexander Krechet (White Gyrfalcon)
Description: Rucommerce — универсальная тема WordPress, которая, несмотря на то, что создана для конкретного заказа и определённых предпочтений клиента, с дополнительной доработкой может использоваться в качестве темы WordPress для: веб-дизайнерских фирм или любых других корпораций, предприятий, агентств, BPO, консалтинговых компаний, юридических фирм, медицинских учреждений, цифровых компаний, медицинских клиник, стоматологических клиник, спа-салонов, салонов красоты, массажных салонов, фитнес-центров, ресторанов, кафе, предприятий общественного питания, сайтов с рецептами, технологических компаний и любых других типов веб-сайтов. Она включает в себя все необходимые функции, такие как страница фронтенда, страница блога, страница записи, элементы страниц, типографика, контактные формы. Тема выполнена на русском языке, для Рунета, но она подготовлена для перевода и может быть переведена на любой другой язык.
Version: 3.2.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rucommerce
Tags: пользовательский фон, пользовательский логотип, пользовательское меню, избранные изображения, кастомайзер, готовность к переводу

Эта тема, как и WordPress, распространяется под лицензией GPL.
Используйте её, чтобы создавать что-то интересное, развлекаться и делиться своими знаниями с другими.

Тема оформления на базе Rucommerce Foundation v.3.0.0 (C) 2025 того же автора, [GPLv2 or later](https://www.gnu.org/licenses/gpl-2.0.html)

Сброс стилей в файле reset.scss стал возможен благодаря кропотливой работе Николаса Галлахера и Джонатана Нила. https://necolas.github.io/normalize.css/, и Bootstrap v.5.3.7 (https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/css/bootstrap.css)
*/
:root {
  --default-font: system-ui, "Manrope", sans-serif;
  --heading-font: system-ui, "Manrope", sans-serif;
  --numeric-font: "PTSans", sans-serif;
  --code-font: "SourceCodePro", monospace;
  --min-width: 320px;
  --max-width: 1366px;
  --trans-anime: 0.45s ease-in;
  --trans-anime-short: 0.35s ease-in-out;
  --trans-anime-long: 0.65s ease-in;
  --transition-time: 0.45s;
  --transition-time-short: 0.35s;
  --transition-time-long: 0.65s;
  --dark: #242b3b;
  --dark-light: #3b4761;
  --dark-light2: #3f484d;
  --accent: #f77e3e;
  --accent2: #ff4d4d;
  --accent-active: #fa6b2c;
  --accent-focus: #faac83;
  --accent-focus2: #f8884d;
  --accent-submit: #f66e26;
  --accent-befaft: #f99865;
  --accent-light: #eda436;
  --accent-light2: #e77e1c;
  --accent-hover: #f55e1c;
  --accent-dark: #ec641c;
  --accent-form: #df5309;
  --costom-color: #f1f8fe;
  --link-base: #0054b9;
  --link-base-hover: #004495;
  --link-base-hover-decoration: #9bb3d0;
  --link-base-hover-underline: #9bb3d0;
  --code-color: #c7254e;
  --code-background: #f9f2f4;
  --primary: #0d6efd;
  --secondary: #6c757d;
  --success: #198754;
  --info: #0dcaf0;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark-bsc: #212529;
  --blue: #0039A6;
  --blue-main: #0070bd;
  --blue-bsc: #0d6efd;
  --blue-base: #0368ad;
  --blue-light: #00adba;
  --blue-light2: #00ffff;
  --indigo: #6610f2;
  --midnight-express: #1c222e;
  --purple: #800080;
  --bordo: #400000;
  --burgundy: #800000;
  --pink: #ffb6c1;
  --red: #f44336;
  --red-base: #f00;
  --red-bsc: #dc3545;
  --orange: #fd7e14;
  --orange-superlight: #fccdb4;
  --yellow: #fcd12a;
  --gold: #efbf04;
  --yellow-bsc: #ffc107;
  --green: #198754;
  --teal: #20c997;
  --cyan: cyan;
  --info-bsc: #0dcaf0;
  --lightengray: #f4f5f9;
  --gray-100: #f8f9fa;
  --gray-101: #fafafa;
  --gray-102: #f0f0f0;
  --gray-200: #e7eaf1;
  --gray-300: #d6dade;
  --gray-400: #cfd4d9;
  --gray-401: #ced4da;
  --gray-402: #bfbfbf;
  --gray-500: #adb5bd;
  --gray-base: #808288;
  --gray-600: #6c757d;
  --gray-700: #495057;
  --gray-blue: #4b5d87;
  --gray-800: #343a40;
  --gray-900: #212529;
  --black: #000;
  --black-light: #121029;
  --black-lighten: #19233b;
  --blacken: #020202;
  --blacken-blue: #1f2c48;
  --white: #fff;
  --white2: #ffefe1;
  --whitesmoke: #f5f5f5;
  --facebook: #2e458b;
  --twitter: #41abe1;
  --pinterest: #be0215;
  --linkedin: #006193;
  --instagram: radial-gradient(47.51% 47.51% at 28.56% 100%, #fddb86 1%, rgba(240, 105, 66, 0) 100%),
    radial-gradient(74.61% 74.61% at 22.02% 100%, #ffad05 13%, rgba(255, 63, 0, 0) 100%),
    linear-gradient(159.86deg, #4263df 5.92%, rgba(213, 53, 133, 0) 77.32%), #e11b7e;
  --vk: #5082b9;
  --odnoklassniky: #fa8d09;
  --reddit: #ff4500;
  --behance: linear-gradient(180deg, #0596E9 0%, #1658D0 100%);
  --viber: #7c5aec;
  --whatsapp: #24c248;
  --telegram: #2aa1dd;
  --email: #f8cc57;
  --columns-1: 100%;
  --columns-2: 50%;
  --columns-3: 33.33%;
  --columns-4: 25%;
  --columns-5: 20%;
  --columns-6: 16.66%;
  --columns-7: 14.28%;
  --columns-8: 12.5%;
  --columns-9: 11.11%;
  --columns-margin: 3.8%;
  --color-background-body: #fff;
  --color-background-screen: #f1f1f1;
  --color-background-hr: #ccc;
  --color-background-button: #e6e6e6;
  --color-background-pre: #eee;
  --color-background-ins: #fff9c0;
  --color-text-screen: #21759b;
  --color-text-input: #666;
  --color-text-input-focus: #111;
  --color-link: #4169e1;
  --color-link-visited: #800080;
  --color-link-hover: #191970;
  --color-text-main: #404040;
  --color-border-button: #ccc #ccc #bbb;
  --color-border-button-hover: #ccc #bbb #aaa;
  --color-border-button-focus: #aaa #bbb #bbb;
  --color-border-input: #ccc;
  --color-border-abbr: #666;
  --star-rating: #ffc107;
  --button-alt: #0d6efd;
  --button-alt-hover: #0b5ed7;
  --button-alt-border-hover: #0a58ca;
  --message-bgc: #d1e7dd;
  --message-border-color: #a3cfbb;
  --message-color: #0f5132;
  --error-bgc: #f8d7da;
  --error-border-color: #f5c6cb;
  --error-color: #842029;
  --info-bgc: #cff4fc;
  --info-border-color: #b6effb;
  --info-color: #055160;
  --pagination-border-color: #dee2e6; }

*::before, *::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

* {
  box-sizing: inherit; }
  *::before, *::after {
    box-sizing: inherit; }

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

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  background-color: var(--white); }

[tabindex="-1"]:focus {
  outline: 0 !important; }

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title], abbr[data-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: 0.5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: 700; }

small,
.small {
  font-size: 80%;
  line-height: 1.4; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    text-decoration: none; }
  a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none; }
    a:not([href]):not([tabindex]):hover {
      color: inherit;
      text-decoration: none; }
    a:not([href]):not([tabindex]):focus {
      color: inherit;
      text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: "SourceCodePro", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
  display: block; }

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

table {
  border-collapse: collapse; }

caption {
  caption-side: bottom;
  padding: 0.5rem;
  color: var(--gray-800);
  font-size: 0.75rem;
  text-align: left; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"], input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield; }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

details {
  display: block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

/*Mixin font-face*/
@font-face {
  font-family: "PTSans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("./fonts/PTSans/PTSans-Regular.woff") format("woff"), url("./fonts/PTSans/PTSans-Regular.woff2") format("woff2"); }
@font-face {
  font-family: "PTSans";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url("./fonts/PTSans/PTSans-Italic.woff") format("woff"), url("./fonts/PTSans/PTSans-Italic.woff2") format("woff2"); }
@font-face {
  font-family: "PTSans";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("./fonts/PTSans/PTSans-Bold.woff") format("woff"), url("./fonts/PTSans/PTSans-Bold.woff2") format("woff2"); }
@font-face {
  font-family: "Manrope";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("./fonts/Manrope/Manrope-Regular.woff") format("woff"), url("./fonts/Manrope/Manrope-Regular.woff2") format("woff2"); }
@font-face {
  font-family: "Manrope";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url("./fonts/Manrope/Manrope-ExtraBold.woff") format("woff"), url("./fonts/Manrope/Manrope-ExtraBold.woff2") format("woff2"); }
@font-face {
  font-family: "Manrope";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("./fonts/Manrope/Manrope-Bold.woff") format("woff"), url("./fonts/Manrope/Manrope-Bold.woff2") format("woff2"); }
@font-face {
  font-family: "Manrope";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("./fonts/Manrope/Manrope-SemiBold.woff") format("woff"), url("./fonts/Manrope/Manrope-SemiBold.woff2") format("woff2"); }
@font-face {
  font-family: "Manrope";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("./fonts/Manrope/Manrope-Medium.woff") format("woff"), url("./fonts/Manrope/Manrope-Medium.woff2") format("woff2"); }
@font-face {
  font-family: "Manrope";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("./fonts/Manrope/Manrope-Light.woff") format("woff"), url("./fonts/Manrope/Manrope-Light.woff2") format("woff2"); }
@font-face {
  font-family: "Manrope";
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  src: url("./fonts/Manrope/Manrope-ExtraLight.woff") format("woff"), url("./fonts/Manrope/Manrope-ExtraLight.woff2") format("woff2"); }
@font-face {
  font-family: "Manrope";
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  src: url("./fonts/Manrope/Manrope-Thin.woff") format("woff"), url("./fonts/Manrope/Manrope-Thin.woff2") format("woff2"); }
@font-face {
  font-family: "SourceCodePro";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("./fonts/SourceCodePro/SourceCodePro-Regular.woff") format("woff"), url("./fonts/SourceCodePro/SourceCodePro-Regular.woff2") format("woff2"); }
.js-focus-visible :focus:not(.focus-visible) {
  outline: none; }

/* animate.css -https: //daneden.github.io/animate.css/ */
/* Version - 3.7.2 */
/* Licensed under the MIT license - http://opensource.org/licenses/MIT */
/* Copyright (c) 2019 Daniel Eden */
@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  0%, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@keyframes flash {
  0%, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg); } }
@keyframes rollOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
  .animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
  .animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s; }
  .animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s; }
  .animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s; }
  .animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s; }
  .animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s; }
  .animated.fast {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s; }
  .animated.faster {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s; }
  .animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s; }
  .animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s; }

@media (prefers-reduced-motion: reduce), (print) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important; } }
::placeholder {
  color: var(--gray-800); }

::selection {
  background-color: var(--blue-main);
  color: var(--white); }

body {
  font-size: clamp(16px, calc(16px + 3 * (100vw - 320px) / 1046), 19px);
  font-weight: 400;
  min-width: 320px;
  margin: 0 auto;
  position: relative;
  line-height: 1.54;
  font-family: var(--default-font);
  overflow-x: hidden;
  color: var(--dark); }

@media (min-width: 480px) {
  body {
    line-height: 1.6; } }
::marker {
  color: var(--blue-main); }

p {
  margin-bottom: clamp(16px, calc(16px + 4 * (100vw - 320px) / 1046), 20px); }
  p:last-child {
    margin-bottom: 0; }

b,
strong {
  font-family: var(--default-font);
  font-weight: 500; }

.hidden-element {
  display: none; }

h2,
h3,
h4,
h5,
h6 {
  line-height: 1.32;
  clear: both;
  font-family: var(--heading-font); }

section {
  border-bottom: 1px solid var(--gray-300); }
  section .descr-heading {
    line-height: 1.22; }

section:last-child {
  border-bottom: none; }

.h2 {
  color: var(--blue-main); }

p.h2 {
  line-height: 1.32;
  clear: both;
  font-family: var(--heading-font);
  text-transform: uppercase;
  color: var(--dark);
  text-align: center;
  font-weight: 700; }

h1,
.h1 {
  font-size: clamp(26px, calc(26px + 30 * (100vw - 320px) / 1046), 56px); }

h2,
.h2 {
  font-size: clamp(24px, calc(24px + 24 * (100vw - 320px) / 1046), 48px); }

.blog h2,
.blog .h2 {
  font-size: clamp(24px, calc(24px + 16 * (100vw - 320px) / 1046), 40px); }

h3,
.h3 {
  font-size: clamp(22px, calc(22px + 7 * (100vw - 320px) / 1046), 29px); }

h4,
.h4,
b.h4 {
  font-size: clamp(20px, calc(20px + 6 * (100vw - 320px) / 1046), 26px); }

.h4,
b.h4 {
  font-weight: 600; }

h5,
.h5 {
  font-size: clamp(18px, calc(18px + 4 * (100vw - 320px) / 1046), 22px); }

h6,
.h6 {
  font-size: 1rem; }

.h3 {
  font-family: var(--heading-font);
  font-weight: 300; }

p.descr-heading {
  font-size: clamp(18px, calc(18px + 8 * (100vw - 320px) / 1046), 26px); }

h1:hover, h1:active, h1:focus,
h2:hover,
h2:active,
h2:focus,
h3:hover,
h3:active,
h3:focus,
h4:hover,
h4:active,
h4:focus,
h5:hover,
h5:active,
h5:focus,
h6:hover,
h6:active,
h6:focus,
.h1:hover,
.h1:active,
.h1:focus,
.h2:hover,
.h2:active,
.h2:focus,
.h3:hover,
.h3:active,
.h3:focus,
.h4:hover,
.h4:active,
.h4:focus,
.h5:hover,
.h5:active,
.h5:focus,
.h6:hover,
.h6:active,
.h6:focus {
  box-shadow: none;
  text-decoration: none; }

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  line-height: 1.22; }

h5,
h6,
.h5,
.h6 {
  line-height: 1.32; }

h1 a[href*='http://']:hover, h1 a[href*='http://']:active, h1 a[href*='http://']:focus,
h1 a[href*='https://']:hover,
h1 a[href*='https://']:active,
h1 a[href*='https://']:focus,
h2 a[href*='http://']:hover,
h2 a[href*='http://']:active,
h2 a[href*='http://']:focus,
h2 a[href*='https://']:hover,
h2 a[href*='https://']:active,
h2 a[href*='https://']:focus,
h3 a[href*='http://']:hover,
h3 a[href*='http://']:active,
h3 a[href*='http://']:focus,
h3 a[href*='https://']:hover,
h3 a[href*='https://']:active,
h3 a[href*='https://']:focus,
h4 a[href*='http://']:hover,
h4 a[href*='http://']:active,
h4 a[href*='http://']:focus,
h4 a[href*='https://']:hover,
h4 a[href*='https://']:active,
h4 a[href*='https://']:focus,
h5 a[href*='http://']:hover,
h5 a[href*='http://']:active,
h5 a[href*='http://']:focus,
h5 a[href*='https://']:hover,
h5 a[href*='https://']:active,
h5 a[href*='https://']:focus,
h6 a[href*='http://']:hover,
h6 a[href*='http://']:active,
h6 a[href*='http://']:focus,
h6 a[href*='https://']:hover,
h6 a[href*='https://']:active,
h6 a[href*='https://']:focus {
  box-shadow: none;
  text-decoration: none; }

.single-post
.site
.site-content
.container
.row
.site-main
.post
.entry-container
.entry-content
a[href*='https://'] {
  color: var(--link-base);
  text-decoration: underline;
  box-shadow: inset 0 -1px 0 transparent;
  transition: box-shadow var(--trans-anime-short), color var(--trans-anime-short); }
  .single-post
  .site
  .site-content
  .container
  .row
  .site-main
  .post
  .entry-container
  .entry-content
  a[href*='https://']:hover, .single-post
  .site
  .site-content
  .container
  .row
  .site-main
  .post
  .entry-container
  .entry-content
  a[href*='https://']:focus, .single-post
  .site
  .site-content
  .container
  .row
  .site-main
  .post
  .entry-container
  .entry-content
  a[href*='https://']:active {
    color: var(--link-base-hover);
    box-shadow: inset 0 -1px 0 var(--link-base-hover-decoration);
    text-decoration: none;
    transition: box-shadow var(--trans-anime-short), color var(--trans-anime-short); }

.scr-anchor a {
  color: var(--link-base);
  text-decoration: none;
  box-shadow: inset 0 -1px 0 transparent;
  transition: box-shadow var(--trans-anime-short), color var(--trans-anime-short); }
  .scr-anchor a:hover, .scr-anchor a:focus, .scr-anchor a:active {
    color: var(--blue-main);
    box-shadow: inset 0 -1px 0 var(--blue-main);
    transition: box-shadow var(--trans-anime-short), color var(--trans-anime-short); }

a.add-link {
  color: var(--link-base);
  text-decoration: none;
  box-shadow: inset 0 -1px 0 transparent;
  transition: box-shadow var(--trans-anime-short), color var(--trans-anime-short); }
  a.add-link:hover, a.add-link:focus, a.add-link:active {
    color: var(--blue-main);
    box-shadow: inset 0 -1px 0 var(--blue-main);
    transition: box-shadow var(--trans-anime-short), color var(--trans-anime-short); }
a[href*='http://'], a[href*='https://'] {
  color: var(--link-base);
  text-decoration: none;
  box-shadow: inset 0 -1px 0 transparent;
  transition: box-shadow var(--trans-anime-short), color var(--trans-anime-short); }
  a[href*='http://']:hover, a[href*='http://']:focus, a[href*='http://']:active, a[href*='https://']:hover, a[href*='https://']:focus, a[href*='https://']:active {
    color: var(--link-base-hover);
    box-shadow: inset 0 -1px 0 var(--link-base-hover-decoration);
    text-decoration: none;
    transition: box-shadow var(--trans-anime-short), color var(--trans-anime-short); }
a[href*='https://'] {
  color: var(--link-base);
  text-decoration: none;
  transition: color var(--trans-anime-short); }
  a[href*='https://']:hover, a[href*='https://']:active, a[href*='https://']:focus {
    color: var(--link-base-hover);
    text-decoration: none;
    box-shadow: none;
    transition: color var(--trans-anime-short); }

section {
  padding-top: clamp(32px, calc(32px + 24 * (100vw - 320px) / 1046), 56px);
  padding-bottom: clamp(34px, calc(34px + 30 * (100vw - 320px) / 1046), 64px); }
  section.bg-darken {
    background-color: var(--dark-light);
    color: var(--white); }
  section.bg-dark {
    background-color: var(--dark);
    color: var(--white); }

section:first-child {
  padding-top: 0; }

.home section:first-child,
.privacy-policy section:first-child {
  padding-top: clamp(33px, calc(33px + 27 * (100vw - 320px) / 1046), 60px); }

.clearfix::after {
  display: block;
  clear: both;
  content: ''; }

/* Tables */
table {
  width: 100%;
  border-right: 1px solid var(--gray-400);
  border-left: 1px solid var(--gray-400);
  border-bottom: 1px solid var(--gray-400); }

td {
  border-top: 1px solid var(--gray-400);
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding: 0.688rem;
  border-right: 1px solid var(--gray-400); }
  td:last-child {
    border-right: none; }

th {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  text-transform: none;
  background-color: var(--dark-light);
  color: var(--gray-100);
  padding: 0.688rem; }
  th strong {
    font-weight: 400; }

/*Responsive table var 1*/
h1,
h2,
h3,
h4,
h5,
p + .table-wrapper-1 {
  margin-bottom: 1rem;
  margin-top: 1rem; }

.table-wrapper-1 {
  max-width: 100%;
  margin-bottom: 1rem; }
  .table-wrapper-1 tr th {
    text-align: center;
    font-weight: 400; }

.table-wrapper-1.middle-table {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto; }

.table-wrapper-1.right tr td {
  text-align: right; }
.table-wrapper-1.right tr td:first-child {
  text-align: left; }

.table-wrapper-1.table-price.right tr td:last-child {
  width: 26%;
  padding-right: 9%; }

.table-wrapper-1.center tr td {
  text-align: center; }
.table-wrapper-1.center tr td:first-child {
  text-align: left; }

/*Responsive table var 2*/
h1,
h2,
h3,
h4,
h5,
p + .table-wrapper-2,
.table-wrapper-2 {
  margin-bottom: 1.25rem; }

@media (max-width: 1199px) {
  .table-wrapper-1.table-price.right tr td:last-child {
    padding-right: 8%; } }
@media (max-width: 991px) {
  .table-wrapper-1.table-price.right tr td:last-child {
    padding-right: 7%; } }
@media (max-width: 767px) {
  .table-wrapper-1.table-price.right tr td:last-child {
    padding-right: 0.688rem; } }
@media (max-width: 650px) {
  .table-wrapper-1 {
    overflow-x: scroll; }

  .table-wrapper-2.right td {
    border-right: 1px solid var(--gray-401);
    text-align: left; }

  .table-wrapper-2.left td {
    border-right: 1px solid var(--gray-401);
    text-align: left; }

  .table-wrapper-2.center td {
    text-align: left; }

  table.full-responsive th {
    display: none;
    border-right: none; }

  table.full-responsive td {
    display: grid;
    gap: 0.5rem;
    grid-template-columns: 15ch auto;
    padding: 0.5rem 0.75rem;
    text-align: left; }

  table.full-responsive td:first-child {
    padding-top: 1.5rem; }

  table.full-responsive td:last-child {
    padding-bottom: 1.5rem; }

  table.full-responsive td::before {
    content: attr(data-cell) ": ";
    font-weight: 500;
    text-transform: capitalize;
    text-align: left;
    /* for English */ }

  table.full-responsive.russian td::before {
    content: attr(data-cell) ": ";
    font-weight: 500;
    text-transform: none;
    /* for Rusian */ }

  table.full-responsive.russian td::first-letter {
    text-transform: uppercase;
    /* for Rusian */ } }
@media (max-width: 480px) {
  table {
    font-size: 0.875rem; }

  table.full-responsive td {
    grid-template-columns: 1fr 1fr; } }
.table-wrapper-1.left.top tr td {
  vertical-align: top; }

.simple-heading {
  text-transform: none; }

.text-indent {
  text-indent: 7px; }

.separator {
  background-color: var(--gray-300);
  height: 1px; }

ul.lstn {
  list-style-type: none; }

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

.text-italic {
  font-style: italic; }

h3 + h4,
h4 + h5 {
  margin-top: 1rem; }

/* Стилизация скроллбара в Chrome, Яндекс.Браузере Edge и Safari */
body::-webkit-resizer {
  background-image: url("");
  background-repeat: no-repeat;
  width: 10px;
  height: 1px; }

body::-webkit-scrollbar {
  width: 10px;
  /* Ширина полосы прокрутки */ }

body::-webkit-scrollbar-button {
  background-image: url("");
  background-repeat: no-repeat;
  width: 10px;
  height: 0px; }

body::-webkit-scrollbar-thumb {
  border-radius: 5px;
  /* Скругление углов ползунка */
  -webkit-border-radius: 0px;
  /* Скругление углов ползунка */
  background-color: var(--blue-light2); }

/*Опционально, раскомментируй, при необходимости*/
body::-webkit-scrollbar-track {
  background-color: var(--dark);
  /* Цвет дорожки */ }

/* end Custom Chrome scroll */
ul.list > li,
ol.list > li,
.product-text ul > li,
.product-text ol > li,
.content ul > li,
.content ol > li {
  margin-bottom: 1rem;
  padding-left: 5px;
  position: relative; }

main ul li {
  list-style: disc; }

main ul li::before {
  opacity: 0;
  content: '\f00c';
  /* Требуется для ::before */
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  margin-right: 24px;
  color: var(--blue-main);
  font-size: clamp(16px, calc(16px + 2 * (100vw - 320px) / 1046), 18px); }

.breadcrumb p span.separator {
  background-color: transparent; }

.breadcrumb p {
  font-size: clamp(14px, calc(14px + 2 * (100vw - 320px) / 1046), 16px); }

.breadcrumb p a {
  font-size: clamp(14px, calc(14px + 2 * (100vw - 320px) / 1046), 16px); }

p#breadcrumbs {
  margin-top: 0;
  font-size: clamp(14px, calc(14px + 2 * (100vw - 320px) / 1046), 16px);
  padding-top: clamp(24px, calc(24px + 16 * (100vw - 320px) / 1046), 40px);
  padding-bottom: clamp(14px, calc(14px + 18 * (100vw - 320px) / 1046), 32px);
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap; }
  p#breadcrumbs a {
    color: var(--blue-main);
    box-shadow: none; }
    p#breadcrumbs a:hover, p#breadcrumbs a:focus, p#breadcrumbs a:active {
      box-shadow: none; }

#breadcrumbs span span {
  margin: 0 5px; }
  #breadcrumbs span span:first-child {
    margin-left: 0; }
  #breadcrumbs span span:last-child {
    margin-right: 0; }

.home .content__wrap .title__page,
.privacy-policy .content__wrap .title__page .title-page.entry-title {
  display: none; }

blockquote {
  position: relative;
  margin-top: clamp(24px, calc(24px + 6 * (100vw - 320px) / 1046), 30px);
  margin-bottom: clamp(24px, calc(24px + 6 * (100vw - 320px) / 1046), 30px);
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: clamp(16px, calc(16px + 4 * (100vw - 320px) / 1046), 20px);
  border-left: 3px solid var(--blue-main);
  text-align: left;
  font-style: italic; }
  blockquote p:last-child {
    margin-bottom: 0; }

/* ======= SIDEBAR ======= */
aside#secondary {
  display: none; }

/* ======= end SIDEBAR ======= */
/* Styles for header */
.entry-header h1.entry-title {
  display: none; }

h1.title-page.entry-title {
  text-align: center;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto; }

p#breadcrumbs {
  text-align: center; }

img.img-logo {
  width: 100%;
  max-width: 271px;
  height: auto; }

.header {
  background: var(--blue-main);
  position: relative; }

/*Header Top*/
.header-top {
  background-color: var(--blue-base);
  padding: 12px 0;
  font-size: 14px; }
  .header-top .feedback-block-buttons .item-send {
    margin-right: 12px; }
    .header-top .feedback-block-buttons .item-send .item-send:last-child {
      margin-right: 0; }

.header-top-line-search {
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .header-top-line-search .search-form label {
    margin-top: 5px; }
  .header-top-line-search input.search-field {
    margin-bottom: 0;
    height: 26px;
    width: 250px;
    text-indent: 4px; }
  .header-top-line-search input.search-submit {
    position: relative;
    top: -1px;
    height: 26px;
    margin-left: 2px;
    background-color: var(--blue-light2);
    border-radius: 4px;
    border: transparent; }

@media (max-width: 576px) {
  .header-top .feedback-block-buttons {
    display: none;
    justify-content: center; }

  .header-top-line-search {
    justify-content: center; } }
.header-bottom {
  padding: 1.25rem 0;
  position: relative;
  font-size: clamp(16px, calc(16px + 2.5 * (100vw - 320px) / 1046), 18.5px); }

.logo {
  min-height: 100px; }

.middle-info {
  color: var(--white); }
  .middle-info .header-address {
    padding: 10px 0 10px; }
  .middle-info .header-address svg {
    display: inline-block;
    width: 35px;
    color: var(--blue-light2);
    padding-right: 13px; }
  .middle-info .schedule {
    padding: 10px 0 10px; }
  .middle-info .schedule svg {
    display: inline-block;
    width: 30px;
    color: var(--blue-light2);
    padding-right: 6px;
    padding-bottom: 4px; }

@media (min-width: 768px) {
  .middle-info {
    display: flex;
    justify-content: space-evenly;
    align-items: center; } }
@media (min-width: 992px) {
  .middle-info {
    display: block; } }
.end-info .header-tel {
  padding: 10px 0; }
  .end-info .header-tel .header-tel-1 a.contact-string, .end-info .header-tel .header-tel-2 a.contact-string {
    color: var(--white); }
  .end-info .header-tel .callback-link-wrap button.btn.btn-callback-header {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-top: 2px;
    color: var(--white);
    border-bottom: 1px dashed var(--white);
    letter-spacing: 1px; }
    .end-info .header-tel .callback-link-wrap button.btn.btn-callback-header:hover, .end-info .header-tel .callback-link-wrap button.btn.btn-callback-header:focus, .end-info .header-tel .callback-link-wrap button.btn.btn-callback-header:active {
      color: var(--blue-light2);
      border-bottom: 1px dashed transparent;
      transition: color var(--trans-anime), border-bottom var(--trans-anime-short); }
.end-info .header-tel svg {
  display: inline-block;
  width: 25px;
  color: var(--blue-light2);
  padding-right: 6px; }

@media (min-width: 768px) {
  .end-info .header-tel {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 0; } }
@media (max-width: 991px) {
  .header {
    display: grid; }

  .main-navigation {
    order: 1; }

  .header-bottom {
    order: 2; }

  .header-top {
    order: 3; } }
/* ======= FRONT-PAGE ======= */
/* --- HEADING FRONTPAGE ATTENTION!!! Do not clean in any way!!!--- */
body.home .site .site-content header.entry-header h1.entry-title, body.page-template-default .site .site-content header.entry-header h1.entry-title {
  display: none; }

/* --- end HEADING FRONTPAGE --- */
/* ====== HEADER FRONT-PAGE & FIRST SCREEN ====== */
body.home .content__wrap .title__page .title__page-wrap .entry-title {
  text-transform: none; }

/* ====== end HEADER FRONT-PAGE & FIRST SCREEN ====== */
/* ============ SECTIONS ============ */
.btn.btn-outline-primary.btn-climartec {
  margin-top: 7px;
  border: 1px solid var(--blue-main);
  border-radius: 6px;
  background-color: var(--blue-main);
  color: var(--white);
  text-decoration: none;
  box-shadow: none;
  margin-bottom: clamp(16px, calc(16px + 4 * (100vw - 320px) / 1046), 20px); }

@media (min-width: 1200px) {
  .btn.btn-outline-primary.btn-climartec {
    background-color: transparent;
    color: var(--blue-main);
    transition: background-color var(--trans-anime-short), color var(--trans-anime-short); }

  .btn.btn-outline-primary.btn-climartec:hover {
    background-color: var(--blue-main);
    color: var(--white);
    transition: background-color var(--trans-anime-short), color var(--trans-anime-short); }

  .btn.btn-outline-primary.btn-climartec:focus {
    background-color: var(--blue-main);
    color: var(--white);
    transition: background-color var(--trans-anime-short), color var(--trans-anime-short); }

  .btn.btn-outline-primary.btn-climartec:active {
    background-color: var(--blue-main);
    color: var(--white);
    transition: background-color var(--trans-anime-short), color var(--trans-anime-short); } }
section.cta a.btn.btn-frontpage {
  transition: background-color var(--trans-anime-short), border-color var(--trans-anime-short);
  border-radius: 6px !important; }

a.btn.btn-frontpage.btn-outline-info.btn-lg {
  color: #fff;
  border-radius: 6px !important;
  transition: color var(--trans-anime-short); }

section.cta a.btn.btn-frontpage:hover,
section.cta a.btn.btn-frontpage:focus {
  color: var(--dark);
  transition: color var(--trans-anime-short); }

/* ============ end SECTIONS ============ */
/* ====== HEADER ALL PAGE except FRONT-PAGE ====== */
.header-page {
  clear: both; }

/* ====== end HEADER ALL PAGE except FRONT-PAGE ====== */
/* ====== PAGES ====== */
/* ======= PAGE ABOUT ======= */
/* ======= end PAGE ABOUT ======= */
/* ======= NEWS (BLOG) ======= */
.post-preview {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--gray-300); }
  .post-preview:first-child {
    border-top: 1px solid var(--gray-300); }
  .post-preview .img-wrap {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px; }
    .post-preview .img-wrap img {
      max-width: 100%;
      height: auto; }
  .post-preview .excerpt-post header.entry-header {
    margin-bottom: 12px; }
  .post-preview .excerpt-post h2 {
    margin-bottom: 10px;
    text-align: left; }
  .post-preview .excerpt-post a {
    color: var(--blue); }

@media (min-width: 768px) {
  .post-preview .img-wrap {
    margin-bottom: 0;
    margin-right: 30px;
    width: calc(30% - 30px); }
  .post-preview .excerpt-post {
    width: 70%; } }
@media (min-width: 992px) {
  .post-preview .img-wrap {
    width: calc(38% - 30px); }
  .post-preview .excerpt-post {
    width: 62%; } }
@media (min-width: 1200px) {
  .post-preview .img-wrap {
    width: calc(40% - 30px); }
  .post-preview .registration-text-right, .post-preview .excerpt-post {
    width: 60%; } }
@media (min-width: 1400px) {
  .post-preview .img-wrap {
    width: calc(42% - 30px); }
  .post-preview .excerpt-post {
    width: 58%; } }
.pagination {
  margin-top: 2.5rem;
  text-align: center; }
  .pagination .page-numbers {
    margin-right: 15px;
    font-weight: 700;
    color: var(--gray-800);
    padding: 5px 7px; }
  .pagination .current {
    color: var(--white);
    background-color: var(--blue); }
  .pagination .nav-links {
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center; }
    .pagination .nav-links a {
      font-weight: 500;
      font-size: 1.063rem;
      box-shadow: none;
      text-decoration: none; }
      .pagination .nav-links a:hover {
        box-shadow: none;
        text-decoration: none; }
  .pagination a.prev.page-numbers, .pagination a.next.page-numbers {
    font-size: 1.75rem;
    color: var(--gray-500); }

/* Links */
.entry-meta .posted-on a, .entry-meta .author.vcard a {
  color: var(--blue);
  box-shadow: inset 0 -1px 0 transparent;
  transition: box-shadow var(--trans-anime-short); }
  .entry-meta .posted-on a:hover, .entry-meta .posted-on a:focus, .entry-meta .posted-on a:active, .entry-meta .author.vcard a:hover, .entry-meta .author.vcard a:focus, .entry-meta .author.vcard a:active {
    color: var(--blue);
    box-shadow: inset 0 -1px 0 #0052ed;
    transition: box-shadow var(--trans-anime-short); }

.footer-post .cat-links a {
  color: var(--blue);
  box-shadow: inset 0 -1px 0 transparent;
  transition: box-shadow var(--trans-anime-short); }
  .footer-post .cat-links a:hover, .footer-post .cat-links a:focus, .footer-post .cat-links a:active {
    color: var(--blue);
    box-shadow: inset 0 -1px 0 #0052ed;
    transition: box-shadow var(--trans-anime-short); }

.nav-links .nav-previous a, .nav-links .nav-next a {
  color: var(--blue);
  box-shadow: inset 0 -1px 0 transparent;
  transition: all .4s ease-in-out;
  font-weight: 400; }
  .nav-links .nav-previous a:hover, .nav-links .nav-next a:hover {
    color: varvar(--blue);
    box-shadow: inset 0 -1px 0 #0052ed; }

.entry-title a {
  color: var(--blue);
  transition: color .45s ease-in-out; }
  .entry-title a:hover {
    color: #0049d4; }

span.comments-link {
  display: none; }

time.updated {
  display: none; }

/* end Links */
/* ======= end NEWS (BLOG) ======= */
/* ======= SINGLE ======= */
section.single-post {
  max-width: 960px;
  margin: auto;
  padding-top: clamp(32px, calc(32px + 24 * (100vw - 320px) / 1046), 56px);
  padding-bottom: clamp(34px, calc(34px + 30 * (100vw - 320px) / 1046), 64px); }
  section.single-post .img-wrap {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-top: clamp(14px, calc(14px + 6 * (100vw - 320px) / 1046), 20px);
    margin-bottom: clamp(14px, calc(14px + 6 * (100vw - 320px) / 1046), 20px); }
    section.single-post .img-wrap img {
      max-width: 100%; }

@media (min-width: 992px) {
  section.single-post .img-wrap {
    width: 100%;
    float: none;
    margin-right: 0; }
    section.single-post .img-wrap img {
      max-width: 80%; } }
.full-text .entry-content {
  margin-bottom: 12px; }

.h4.basis-action {
  text-transform: uppercase;
  margin-top: clamp(8px, calc(8px + 8 * (100vw - 320px) / 1046), 16px);
  margin-bottom: clamp(8px, calc(8px + 8 * (100vw - 320px) / 1046), 16px); }

.single-post .entry-meta {
  text-align: center;
  font-size: 1.125rem; }
.single-post .img-wrap {
  float: left;
  margin-right: 30px;
  margin-top: 5px; }
  .single-post .img-wrap img {
    margin-right: auto;
    margin-left: auto; }
.single-post .wp-block-spacer {
  padding-top: 7px;
  padding-bottom: 7px; }
.single-post #comments {
  margin-top: clamp(24px, calc(24px + 16 * (100vw - 320px) / 1046), 40px); }
  .single-post #comments h2.comments-title {
    text-transform: none;
    font-weight: 500; }
.single-post h3.comment-reply-title {
  margin-bottom: 1rem;
  margin-top: 1.25rem; }
.single-post form#commentform {
  display: flex;
  flex-direction: column; }
  .single-post form#commentform .comment-notes {
    order: 1;
    font-style: italic;
    color: var(--gray-500); }
  .single-post form#commentform .comment-form-author {
    order: 2;
    display: flex;
    flex-direction: column; }
    .single-post form#commentform .comment-form-author input {
      max-width: 412px;
      padding: 10px 12px;
      border: 1px solid var(--gray-400);
      border-radius: 4px; }
  .single-post form#commentform .comment-form-email {
    order: 3;
    display: flex;
    flex-direction: column; }
    .single-post form#commentform .comment-form-email input {
      max-width: 412px;
      padding: 10px 12px;
      border: 1px solid var(--gray-400);
      border-radius: 4px; }
  .single-post form#commentform .comment-form-url {
    order: 4;
    display: none;
    flex-direction: column; }
    .single-post form#commentform .comment-form-url input {
      max-width: 412px;
      padding: 10px 12px;
      border: 1px solid var(--gray-400);
      border-radius: 4px; }
  .single-post form#commentform .comment-form-comment {
    order: 5;
    display: flex;
    flex-direction: column; }
    .single-post form#commentform .comment-form-comment textarea {
      padding: 10px 12px;
      border: 1px solid var(--gray-400);
      border-radius: 4px; }
  .single-post form#commentform .comment-form-cookies-consent {
    order: 6;
    display: flex; }
    .single-post form#commentform .comment-form-cookies-consent input {
      margin-right: 10px; }
    .single-post form#commentform .comment-form-cookies-consent label {
      display: block;
      margin-top: -0.325rem; }
  .single-post form#commentform .form-submit {
    order: 7; }
    .single-post form#commentform .form-submit input.submit {
      background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%);
      border: 1px solid var(--accent-submit);
      color: var(--white);
      font-size: 1.188rem;
      font-weight: 500;
      padding: 11.5px 26px;
      letter-spacing: normal;
      border-radius: 28px; }
.single-post textarea#comment {
  width: 100%; }
.single-post .navigation {
  display: none; }

@media (min-width: 768px) {
  .single-post .img-wrap img {
    max-width: 300px;
    height: auto; } }
@media (min-width: 992px) {
  .single-post .img-wrap img {
    max-width: 400px; } }
@media (min-width: 1200px) {
  .single-post .img-wrap img {
    max-width: 500px; } }
/* ======= Link exchange in social networks and instant messengers ======= */
.footer-new-post .latest-item-info .footer-post-excerpt .heateorSssClear {
  display: none; }
.footer-new-post .latest-item-info .footer-post-excerpt .heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
  display: none; }

.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
  margin-top: 1.375em;
  margin-bottom: 1.125em; }

.heateor_sss_sharing_title {
  font-size: 1.125rem;
  font-style: italic;
  margin-bottom: 0.625em; }

@media (min-width: 1200px) and (pointer: fine) {
  .heateor_sss_sharing_ul a {
    opacity: 0.74;
    transition: opacity var(--trans-anime-short); }
    .heateor_sss_sharing_ul a:hover {
      opacity: 1;
      transition: opacity var(--trans-anime-short); } }
/* ======= end Link exchange in social networks and instant messengers ======= */
/* ======= Added styles ======= */
.footer-post-excerpt p {
  margin-bottom: 0.5rem; }

.post-minimal {
  padding: 1.5rem;
  border-bottom: 1px solid var(--gray-300); }

.content-posts-wrap {
  border-top: 1px solid var(--gray-300); }

h2 + .content-posts-wrap {
  margin-top: 1.75rem; }

p.text-no-offer {
  margin: 1rem auto;
  opacity: 0.7; }
p.text-source {
  font-style: italic;
  font-size: 80%;
  opacity: 0.7;
  padding: 0.5rem 0; }

@media (min-width: 768px) {
  p.text-no-offer {
    margin: 0 auto; } }
.formula {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 1rem 0; }
  .formula .formula__item {
    margin: 5px;
    padding: 7px;
    max-width: 110px;
    text-align: center; }
    .formula .formula__item:last-child {
      max-width: 164px; }
    .formula .formula__item:nth-child(odd) {
      background-color: var(--bordo);
      color: var(--white); }
    .formula .formula__item:nth-child(even) {
      font-weight: 700; }

@media (min-width: 768px) {
  .formula {
    justify-content: center; } }
.post-menu {
  background-color: var(--gray-100);
  padding: 10px; }

@media (min-width: 768px) {
  .post-menu {
    padding: 20px; } }
.blockquote-style-two {
  background-color: var(--white2);
  padding-top: clamp(15px, calc(15px + 8 * (100vw - 320px) / 1046), 23px);
  padding-right: clamp(15px, calc(15px + 8 * (100vw - 320px) / 1046), 23px);
  padding-bottom: clamp(15px, calc(15px + 8 * (100vw - 320px) / 1046), 23px);
  padding-left: clamp(19px, calc(19px + 8 * (100vw - 320px) / 1046), 27px);
  margin-bottom: clamp(12px, calc(12px + 4 * (100vw - 320px) / 1046), 16px); }
  .blockquote-style-two .blockquote-footer {
    margin-top: clamp(10px, calc(10px + 4 * (100vw - 320px) / 1046), 14px);
    display: flex;
    align-items: center; }
    .blockquote-style-two .blockquote-footer img {
      margin-right: clamp(10px, calc(10px + 4 * (100vw - 320px) / 1046), 14px);
      border: 2px solid var(--gray-300);
      border-radius: 50%; }

.list-of-tags a {
  color: var(--accent);
  text-decoration: none;
  box-shadow: none;
  transition: color var(--trans-anime-short); }
  .list-of-tags a:hover, .list-of-tags a:focus {
    color: var(--accent-hover);
    text-decoration: none;
    box-shadow: none;
    transition: color var(--trans-anime-short); }

body.wp-singular.post-template-default.single.single-post .content__wrap .container.title__page {
  display: none; }

article.post-full h2.entry-title {
  text-align: center; }

/* ======= end SINGLE ======= */
/* ======= PAGE KONTACTY ======= */
.contacts-block .element {
  display: flex;
  align-items: center; }

.contacts-block .element svg {
  display: inline-block;
  margin-right: 15px;
  margin-top: 11px;
  width: 16px;
  height: auto;
  color: var(--blue-main); }

.contacts-block .element h5 {
  margin-bottom: 5px; }

.contacts-block hr {
  margin: 20px 0 15px; }

h3.heading-page-contact {
  margin-top: clamp(12px, calc(12px + 8 * (100vw - 320px) / 1046), 20px);
  margin-bottom: clamp(26px, calc(26px + 14 * (100vw - 320px) / 1046), 40px); }

@media (min-width: 768px) {
  h3.heading-page-contact {
    text-align: center; } }
/* ======= end PAGE KONTACTY ======= */
/* ======= PAGE OTZYVY ======= */
.info-reviews {
  display: flex;
  font-weight: 500;
  justify-content: space-between;
  align-items: center;
  padding: 5px 15px 8px;
  background-color: var(--gray-100);
  margin-bottom: 14px; }

.rating-digit {
  font-size: 28px;
  margin: 0; }

.quantity-reviews {
  margin: 0; }

.geninform__block-content .content-review {
  margin-bottom: 1.25rem; }
  .geninform__block-content .content-review:last-child {
    margin-bottom: 0; }

.content-review .content-review__heading .author-review {
  display: inline-flex;
  font-weight: 500; }
  .content-review .content-review__heading .author-review .name {
    margin-right: 5px; }
.content-review .content-review__info {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.625rem; }
  .content-review .content-review__info .rating {
    margin-right: 15px; }
  .content-review .content-review__info .published {
    margin: 0; }

.link-info {
  font-size: 14px; }

.leave-review-search-engine {
  font-style: italic;
  margin-top: 0.625rem;
  font-size: 14px; }

.glsr-form-message.glsr-form-failed {
  display: none; }

/* ======= end PAGE OTZYVY ======= */
/* ====== end PAGES ====== */
/* ====== SERVICE PAGES ====== */
/* === STYLE FOR SEARCH === */
@media (min-width: 768px) {
  body.search-results .site-content article {
    overflow: hidden;
    margin-bottom: 30px; }
    body.search-results .site-content article .img-wrap {
      float: left;
      margin-right: 30px; }
      body.search-results .site-content article .img-wrap img {
        max-width: 300px;
        height: auto; }
    body.search-results .site-content article .entry-meta {
      text-align: center;
      margin-bottom: 7px; } }
@media (min-width: 992px) {
  body.search-results .site-content article .img-wrap img {
    max-width: 400px; } }
@media (min-width: 1200px) {
  body.search-results .site-content article .img-wrap {
    width: 100%; }
    body.search-results .site-content article .img-wrap img {
      max-width: 500px; } }
/* === end STYLE FOR SEARCH === */
/* ======== PAGE SITE MAP ======= */
#wp-realtime-sitemap-categories ul {
  margin-bottom: 0; }

/* ======== end PAGE SITE MAP ======= */
/* PAGE 404*/
.error-404 {
  color: var(--white);
  height: calc(100vh/2);
  display: flex;
  align-items: center;
  background: #1E90FF; }
  .error-404 .page-header h2.page-title {
    font-weight: 500;
    margin-bottom: 1em; }
  .error-404 .page-content p.nothing {
    margin-bottom: 1.813em;
    text-align: center;
    font-size: 1.125rem; }
    @media (min-width: 768px) {
      .error-404 .page-content p.nothing {
        font-size: 1.25rem; } }
  .error-404 .page-content form.search-form {
    max-width: 290px;
    margin-right: auto;
    margin-left: auto; }
  .error-404 .page-content input.search-field {
    border: 1px solid var(--gray-400);
    border-radius: 4px;
    font-size: 1.125rem;
    text-indent: 12px;
    width: 220px; }
  .error-404 .page-content input.search-submit {
    background-color: var(--blue-light2);
    color: var(--white);
    border: none;
    border-radius: 4px;
    font-size: 1.125rem; }

.error404 ul {
  list-style-type: none;
  padding-left: 1rem; }
.error404 a {
  color: var(--blue-light2);
  box-shadow: inset 0 -1px 0 transparent;
  transition: color, box-shadow var(--trans-anime-short); }
  .error404 a:hover {
    color: var(--blue-light2);
    box-shadow: inset 0 -1px 0 var(--blue-light2);
    transition: color, box-shadow var(--trans-anime-short); }
  .error404 a:focus {
    color: var(--blue-light2);
    box-shadow: inset 0 -1px 0 var(--blue-light2);
    transition: color, box-shadow var(--trans-anime-short); }
  .error404 a:active {
    color: var(--blue-light2);
    box-shadow: inset 0 -1px 0 var(--blue-light2);
    transition: color, box-shadow var(--trans-anime-short); }

/* end PAGE 404*/
/* === STYLE FOR ARCHIVES === */
span.cat-links {
  margin-bottom: 0.25rem; }

span.tags-links {
  display: block; }

/* === end STYLE FOR ARCHIVES === */
/* ====== end SERVICE PAGES ====== */
/* Additional styles for start content page */
.content__wrap {
  color: var(--dark); }
  .content__wrap .title__page {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: flex-start; }
    .content__wrap .title__page .title__page-wrap .entry-title {
      font-weight: 600; }
  .content__wrap h1.title-page.entry-title {
    font-size: clamp(26px, calc(26px + 10 * (100vw - 320px) / 1046), 36px);
    margin-bottom: clamp(20px, calc(20px + 12 * (100vw - 320px) / 1046), 32px);
    margin-top: 0; }

/* Additional styles for page news (blog) & single news */
.posts-publication .container-posts h2 {
  margin-bottom: clamp(-8px, calc(-8px + 20 * (100vw - 320px) / 1046), 12px); }
.posts-publication .container-posts .post-preview:last-child {
  border-bottom: none;
  padding-bottom: 0; }
.posts-publication .container-posts .excerpt-post .entry-content p {
  margin-bottom: 0; }

/* Padding between header & content page */
/* Styles for video Youtube */
.video-container--2 {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px; }

.video-container--1 {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px; }

.video-container--2 .video,
.video-container--1 .video {
  margin-bottom: 15px; }

.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-color: var(--black); }

.video__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none; }

.video__button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: none;
  padding: 0;
  width: 68px;
  height: 48px;
  border: none;
  background-color: transparent;
  transform: translate(-50%, -50%);
  cursor: pointer; }

.video__button-shape {
  fill: var(--gray-900);
  fill-opacity: 0.8; }

.video__button-icon {
  fill: var(--white); }

.video__button:focus {
  outline: none; }

.video:hover .video__button-shape,
.video__button:focus .video__button-shape {
  fill: var(--red-base);
  fill-opacity: 1; }

/* Enabled - after connecting the script */
.video--enabled {
  cursor: pointer; }

.video--enabled .video__button {
  display: block; }

.map-wrapper {
  width: 100%;
  height: 400px;
  /* или любое другое значение */
  min-height: 300px;
  border: 1px solid var(--gray-401);
  padding: 5px;
  border-radius: 3px; }

.form-control {
  border: 1px solid var(--gray-401);
  padding: 0.75rem; }

.form-group.form-check.agreement {
  display: inline-flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 24px; }

.form-check-label {
  display: block;
  max-width: 620px; }

.form-check-input {
  position: relative;
  border-color: var(--gray-402);
  float: none !important;
  bottom: 6px;
  margin-right: 15px; }

button.btn.btn-submit {
  background-color: var(--blue-main);
  border: 1px solid var(--blue-main);
  border-radius: 3px;
  color: var(--white);
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 8px 17px;
  letter-spacing: 0.75px; }
  button.btn.btn-submit:hover, button.btn.btn-submit:active, button.btn.btn-submit:focus {
    box-shadow: none;
    text-decoration: none;
    background-color: transparent;
    color: var(--blue-main);
    transition: background-color var(--trans-anime-short), color var(--trans-anime-short); }

.img-wrap.float-right {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: clamp(20px, calc(20px + 12 * (100vw - 320px) / 1046), 32px);
  max-width: 274px; }

@media (min-width: 768px) {
  .img-wrap.float-right {
    float: right;
    padding-bottom: 0; } }
@media (max-width: 767px) {
  .img-wrap.float-right {
    margin: 0 auto; } }
button.btn.btn-request {
  border: 1px solid var(--blue-main);
  border-radius: 4px;
  background-color: var(--blue-main);
  color: var(--white);
  text-decoration: none;
  box-shadow: none;
  margin-bottom: clamp(16px, calc(16px + 4 * (100vw - 320px) / 1046), 20px); }

@media (min-width: 1200px) {
  button.btn.btn-request {
    background-color: transparent;
    color: var(--blue-main);
    transition: background-color var(--trans-anime-short), color var(--trans-anime-short); }

  button.btn.btn-request:hover {
    background-color: var(--blue-main);
    color: var(--white);
    transition: background-color var(--trans-anime-short), color var(--trans-anime-short); }

  button.btn.btn-request:focus {
    background-color: var(--blue-main);
    color: var(--white);
    transition: background-color var(--trans-anime-short), color var(--trans-anime-short); }

  button.btn.btn-request:active {
    background-color: var(--blue-main);
    color: var(--white);
    transition: background-color var(--trans-anime-short), color var(--trans-anime-short); } }
.services-section .element {
  height: 165px;
  text-align: center;
  margin-bottom: 20px;
  background: var(--gray-800);
  color: var(--white);
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  transition: all var(--trans-anime-short); }

@media (min-width: 370px) {
  .services-section .element {
    height: 193px; } }
@media (min-width: 430px) {
  .services-section .element {
    height: 226px; } }
@media (min-width: 576px) {
  .services-section .element {
    height: 136px; } }
@media (min-width: 576px) {
  .services-section .element {
    height: 186px; } }
@media (min-width: 992px) {
  .services-section .element {
    height: 164px; } }
@media (min-width: 1200px) {
  .services-section .element {
    height: 198px; } }
@media (min-width: 1400px) {
  .services-section .element {
    height: 230px; } }
.services-section .element .img-wrap.img-wrap-services {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

a.link-another-page {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  text-decoration: none;
  box-shadow: none; }

.services-section .element .element-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0 2.5rem;
  background-color: rgba(0, 0, 0, 0.36);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  transition: background-color var(--trans-anime-short); }

.services-section .element:hover .element-content {
  background-color: rgba(0, 112, 189, 0.46);
  transition: background-color var(--trans-anime-short); }

.services-section .element:focus .element-content {
  background-color: rgba(0, 112, 189, 0.46);
  transition: background-color var(--trans-anime-short); }

.services-section .element:focus-within .element-content {
  background-color: rgba(0, 112, 189, 0.46);
  transition: background-color var(--trans-anime-short); }

.services-section .element:focus-visible .element-content {
  background-color: rgba(0, 112, 189, 0.46);
  transition: background-color var(--trans-anime-short); }

.services-section .element:active .element-content {
  background-color: rgba(0, 112, 189, 0.46);
  transition: background-color var(--trans-anime-short); }

.services-section .element .element-title {
  font-weight: 500;
  font-size: clamp(22px, calc(22px + 5 * (100vw - 320px) / 1046), 27px);
  position: relative;
  letter-spacing: 1.5px;
  z-index: 5;
  line-height: 1.2;
  text-shadow: 1px 0 4px var(--blacken-blue); }

.img-wrap.img-wrap-top {
  margin-bottom: clamp(20px, calc(20px + 12 * (100vw - 320px) / 1046), 32px); }
  .img-wrap.img-wrap-top img {
    margin-left: auto;
    margin-right: auto; }

section#search-2 {
  display: none; }

/* ========= FOOTER ========= */
span.edit-link {
  display: none; }

.footer {
  position: relative;
  background-color: var(--dark-light);
  color: var(--white);
  font-size: clamp(16px, calc(16px + 2 * (100vw - 320px) / 1046), 18px);
  padding: 2.75rem 0 0; }
  .footer ul {
    list-style-type: none;
    padding-left: 0; }
  .footer a {
    color: var(--white);
    box-shadow: inset 0 -1px 0 var(--white);
    transition: box-shadow var(--trans-anime-short); }
    .footer a:hover {
      color: var(--white);
      box-shadow: inset 0 -1px 0 transparent;
      transition: box-shadow var(--trans-anime-short); }
    .footer a:focus {
      color: var(--white);
      box-shadow: inset 0 -1px 0 transparent;
      transition: box-shadow var(--trans-anime-short); }
    .footer a:active {
      color: var(--white);
      box-shadow: inset 0 -1px 0 transparent;
      transition: box-shadow var(--trans-anime-short); }
  .footer ul.footer-contacts-link {
    list-style-type: none;
    padding-left: 0; }
    .footer ul.footer-contacts-link a {
      color: var(--white);
      box-shadow: none;
      transition: box-shadow var(--trans-anime-short); }
      .footer ul.footer-contacts-link a:hover {
        color: var(--accent-light);
        box-shadow: none;
        transition: color var(--trans-anime-short); }
      .footer ul.footer-contacts-link a:focus {
        color: var(--accent-light);
        box-shadow: none;
        transition: color var(--trans-anime-short); }
      .footer ul.footer-contacts-link a:active {
        color: var(--accent-light);
        box-shadow: none;
        transition: color var(--trans-anime-short); }

.footer-top {
  margin-bottom: 2.75rem; }

.footer-top-wrapper {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: 0 1px 0 rgba(28, 34, 46, 0.2);
  padding: 0.938rem 1rem 2.75rem; }
  .footer-top-wrapper .footer-general-info .general-info-about-company {
    margin-top: 2rem;
    margin-bottom: 2rem; }
    .footer-top-wrapper .footer-general-info .general-info-about-company img.img-logo {
      width: 100%;
      max-width: 271px;
      height: auto; }
  .footer-top-wrapper h5 {
    font-size: 1.125rem;
    text-transform: uppercase;
    color: var(--gray-500); }
  .footer-top-wrapper .h5 {
    font-size: 1.088rem;
    color: var(--gray-402);
    font-weight: 400; }
  .footer-top-wrapper address {
    margin-bottom: 0; }
  .footer-top-wrapper ul {
    margin-bottom: 0; }
  .footer-top-wrapper li {
    margin-bottom: 0.25rem; }
    .footer-top-wrapper li:last-child {
      margin-bottom: 0; }
  .footer-top-wrapper p.divider {
    margin: 0;
    opacity: 0.25; }
  .footer-top-wrapper .feedback-block-buttons {
    margin-top: 1.125rem; }
    .footer-top-wrapper .feedback-block-buttons .btn.telegram {
      border: 1px solid #2aa1dd;
      border-radius: 4px;
      background-color: rgba(42, 161, 221, 0.9);
      opacity: 0.7;
      transition: opacity var(--trans-anime-short);
      box-shadow: none;
      text-decoration: none;
      /**/ }
      .footer-top-wrapper .feedback-block-buttons .btn.telegram:hover {
        opacity: 1.0;
        transition: opacity var(--trans-anime-short);
        box-shadow: none;
        text-decoration: none; }
      .footer-top-wrapper .feedback-block-buttons .btn.telegram:focus {
        opacity: 1.0;
        transition: opacity var(--trans-anime-short);
        box-shadow: none;
        text-decoration: none; }
    .footer-top-wrapper .feedback-block-buttons .btn.whatsapp {
      border: 1px solid #24c248;
      border-radius: 4px;
      background-color: rgba(36, 194, 72, 0.9);
      opacity: 0.7;
      transition: opacity var(--trans-anime-short);
      box-shadow: none;
      text-decoration: none;
      /**/ }
      .footer-top-wrapper .feedback-block-buttons .btn.whatsapp:hover {
        opacity: 1.0;
        transition: opacity var(--trans-anime-short);
        box-shadow: none;
        text-decoration: none; }
      .footer-top-wrapper .feedback-block-buttons .btn.whatsapp:focus {
        opacity: 1.0;
        transition: opacity var(--trans-anime-short);
        box-shadow: none;
        text-decoration: none; }
    .footer-top-wrapper .feedback-block-buttons .btn.vk {
      border: 1px solid #5082b9;
      border-radius: 4px;
      background-color: rgba(80, 130, 185, 0.9);
      opacity: 0.7;
      transition: opacity var(--trans-anime-short);
      box-shadow: none;
      text-decoration: none;
      /**/ }
      .footer-top-wrapper .feedback-block-buttons .btn.vk:hover {
        opacity: 1.0;
        transition: opacity var(--trans-anime-short);
        box-shadow: none;
        text-decoration: none; }
      .footer-top-wrapper .feedback-block-buttons .btn.vk:focus {
        opacity: 1.0;
        transition: opacity var(--trans-anime-short);
        box-shadow: none;
        text-decoration: none; }

.footer-top-consultation .btn {
  background-color: transparent;
  border: 1px solid var(--white);
  border-radius: 4px;
  color: var(--white);
  transition: border, color var(--trans-anime-short);
  box-shadow: none;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 1rem; }
  .footer-top-consultation .btn:hover, .footer-top-consultation .btn:focus, .footer-top-consultation .btn:active {
    border: 1px solid var(--cyan);
    color: var(--cyan);
    transition: border, color var(--trans-anime-short);
    box-shadow: none;
    text-decoration: none; }
.footer-top-consultation .element-description {
  opacity: 0.7;
  line-height: 5px;
  font-weight: 300;
  font-style: italic; }

.footer-bottom {
  color: var(--gray-base);
  text-align: center;
  padding: 40px 0 40px;
  font-size: 1rem;
  line-height: 1.3; }

/* ========= end FOOTER ========= */
/* Scroll Up */
.scroll-up {
  display: none;
  position: fixed;
  bottom: 10px;
  left: 10px;
  background-color: var(--gray-200);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.17);
  color: var(--gray-600);
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  transition: all 0.25s ease;
  z-index: -1;
  opacity: 0; }
  .scroll-up.active {
    opacity: 0.5;
    z-index: 800; }
  .scroll-up::before {
    position: relative;
    content: url("https://climartec.ru/wp-content/uploads/2025/07/angle-double-up-lightgray.svg");
    top: -1px; }
  .scroll-up:hover {
    background-color: var(--accent);
    opacity: 1; }
    .scroll-up:hover::before {
      position: relative;
      content: url("https://climartec.ru/wp-content/uploads/2025/07/angle-double-up-white.svg");
      top: -1px; }

@media (min-width: 425px) {
  .scroll-up {
    left: 30px;
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    bottom: 10px; } }
@media (min-width: 768px) and (pointer: fine) {
  .scroll-up {
    display: block;
    font-size: 26px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    left: 20px;
    bottom: 15px; } }
@media (min-width: 992px) and (pointer: fine) {
  .scroll-up {
    bottom: 20px; } }
@media (min-width: 1200px) and (pointer: fine) {
  .scroll-up {
    bottom: 30px;
    font-size: 26px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    left: 30px; } }
@media (min-width: 1366px) and (pointer: fine) {
  .scroll-up {
    bottom: 24px;
    font-size: 26px;
    width: 44px;
    height: 44px;
    line-height: 44px; } }
@media (min-width: 1600px) and (pointer: fine) {
  .scroll-up {
    bottom: 40px;
    font-size: 26px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    left: 40px; } }
/* end Scroll Up */
/* ====== Woocommerce ====== */
.woocommerce-error li {
  background-color: var(--red-bsc);
  padding: 3px 1rem;
  margin-bottom: 0;
  font-style: italic;
  font-size: 80%;
  line-height: 1.4;
  color: var(--white);
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .woocommerce-error li a {
    color: var(--white);
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .woocommerce-error li a:hover {
    text-decoration: underline; }
  .woocommerce-error li a:focus {
    text-decoration: underline; }

.woocommerce-error li:first-child {
  padding: 1rem;
  margin-bottom: 1px;
  font-style: normal;
  font-size: clamp(16px, calc(16px + 3 * (100vw - 320px) / 1046), 19px);
  line-height: 1.54; }

.woocommerce-message .button {
  float: right;
  color: var(--dark);
  text-decoration: underline; }

.woocommerce-message {
  background-color: var(--cyan);
  padding: 1rem;
  margin-bottom: 1rem;
  color: var(--dark);
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .woocommerce-message a.restore-item {
    font-weight: 600;
    text-decoration: none; }
  .woocommerce-message a.restore-item:hover {
    text-decoration: underline; }

/*====== Shop & Categories ======*/
h1.woocommerce-products-header__title.page-title.section-title.h3 {
  margin-bottom: 1.125rem; }

p.woocommerce-result-count {
  margin-bottom: 0; }

.woocommerce-message .button:hover {
  text-decoration: none; }

.woocommerce-pagination ul.page-numbers {
  display: flex;
  list-style: none;
  padding-left: 0;
  justify-content: center; }

.woocommerce-pagination li .page-numbers {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: var(--blue-base);
  background-color: #fff;
  border: 1px solid var(--gray-300);
  text-decoration: none; }

.woocommerce-pagination span.page-numbers {
  z-index: 3;
  color: #fff;
  background-color: var(--blue-base);
  border-color: var(--blue-base); }

.woocommerce-pagination span.page-numbers.dots {
  z-index: 3;
  color: var(--blue-base);
  background-color: transparent;
  border-color: var(--gray-300); }

.woocommerce-pagination a.page-numbers {
  z-index: 2;
  color: var(--blue-base);
  text-decoration: none;
  background-color: #fff;
  transition: color var(--trans-anime-short), background-color var(--trans-anime-short) border-color var(--trans-anime-short); }

.woocommerce-pagination a.page-numbers:hover,
.woocommerce-pagination a.page-numbers:focus {
  color: #fff;
  text-decoration: none;
  background-color: var(--blue-base);
  border-color: var(--blue-base);
  transition: color var(--trans-anime-short), background-color var(--trans-anime-short), border-color var(--trans-anime-short); }

/*====== end Shop & Categories ======*/
/*====== Product card ======*/
.product-card {
  transition: all 0.3s;
  border: 1px solid var(--gray-401);
  background-color: #fff;
  position: relative;
  height: 100%; }

.product-card .ajax-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 2;
  display: none; }

.product-card .ajax-loader img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.product-card:hover {
  box-shadow: 0 10px 20px -15px rgba(0, 0, 0, 0.75); }

.product-card-offer {
  color: #fff;
  position: absolute;
  top: 5px;
  right: 5px;
  text-transform: uppercase; }

.product-card-offer > div {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px; }

.offer-hit {
  background-color: var(--red); }

.offer-new {
  background-color: #efca14; }

.product-thumb {
  text-align: center;
  margin-top: 1rem; }

.product-thumb img {
  max-height: 300px;
  width: auto; }

.product-details {
  padding: 10px; }

.product-details h4 {
  font-size: 1.2rem; }

.product-details h4 a {
  height: 45px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-decoration: none;
  transition: all 0.3s; }

.product-details h4 a:hover {
  color: var(--accent2); }

.product-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 66px;
  overflow: hidden; }

.product-bottom-details {
  border-top: 1px solid var(--gray-200);
  padding-top: 1rem; }

.product-price {
  font-size: 18px;
  color: var(--accent-form);
  font-weight: 600; }

.product-price small {
  color: var(--gray-600);
  font-weight: 400;
  text-decoration: line-through;
  font-size: 0.8rem; }

.owl-carousel-full .owl-item img {
  display: inline-block;
  width: auto; }

span.price {
  display: block;
  text-align: center; }

span.price,
.price ins {
  text-decoration: none;
  font-size: 1.45rem;
  font-weight: 600;
  color: var(--accent-form); }

span.price del {
  color: var(--gray-600);
  font-weight: 400;
  font-size: 1rem;
  text-decoration: line-through; }

.product-bottom-details a {
  font-size: 1rem; }

a.added_to_cart {
  font-size: 0.9rem;
  margin-left: 10px; }

/*====== end Product card ======*/
/* Woocommerce page: cart, my-accaunt, checkout */
/* My Accaunt */
input#username,
input#account_first_name,
input#account_last_name,
input#account_display_name,
input#account_email,
input#password,
input#reg_password,
input#password_current,
input#password_1,
input#password_2 {
  font-size: clamp(16px, calc(16px + 3 * (100vw - 320px) / 1046), 19px);
  margin-bottom: 0.75rem; }

button.show-password-btn.rucommerce-btn.btn.btn-outline-secondary {
  position: relative; }

button.show-password-input {
  width: 210px;
  height: 38px;
  position: absolute;
  z-index: 1;
  background-color: transparent;
  border: none;
  box-shadow: none; }

input#reg_password.rucommerce-password,
input#reg_password.rucommerce-password:focus {
  position: relative; }

.woocommerce-password-hint {
  border: 1px solid var(--gray-402);
  display: block;
  padding: 10px;
  margin: 19px 0 10px; }

div#password_strength {
  display: none !important; }

small.woocommerce-password-hint {
  display: none; }

input#reg_password.rucommerce-password
button.show-password-input.display-password {
  position: absolute;
  z-index: 1;
  background-color: transparent; }

.mb-3.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide
span.password-input
button.show-password-input.display-password {
  position: absolute; }

.woocommerce-privacy-policy-text {
  margin-top: -5px;
  margin-bottom: 0; }

input#rememberme {
  margin-top: 12px;
  border-color: var(--gray-500); }

button.btn.btn-submit.btn-primary.woocommerce-Button.button {
  margin-top: 1rem; }

/* end My Accaunt */
section.woocommerce-utility-page {
  padding-top: 0;
  padding-bottom: clamp(14px, calc(14px + 18 * (100vw - 320px) / 1046), 32px); }

/* Woocommerce Breadcrumb */
nav.woocommerce-breadcrumb {
  font-size: clamp(14px, calc(14px + 2 * (100vw - 320px) / 1046), 16px);
  padding-top: clamp(24px, calc(24px + 16 * (100vw - 320px) / 1046), 40px);
  padding-bottom: clamp(14px, calc(14px + 18 * (100vw - 320px) / 1046), 32px);
  display: flex;
  flex-wrap: wrap; }

/* end Woocommerce Breadcrumb */
/*@include adaptiv-font(40, 26);*/
/* Search form */
.aws-container {
  width: 100%; }

.aws-container .aws-show-clear .aws-search-field {
  padding-right: 40px;
  font-size: 1rem;
  color: var(--gray-600);
  text-indent: 3px; }

/* end Search form */
/* The first carousel on the Home (front-page) */
.carousel-caption.d-none.d-md-block h2 {
  text-shadow: 1px 1px 2px var(--gray-blue); }
.carousel-caption.d-none.d-md-block p,
.carousel-caption.d-none.d-md-block pre {
  text-shadow: 1px 1px 2px var(--gray-blue); }

/* end the first carousel on the Home (front-page) */
/* Product Catalog and Product Categories */
h1.woocommerce-products-header__title.page-title.section-title.h3 {
  font-weight: 600;
  font-size: clamp(26px, calc(26px + 10 * (100vw - 320px) / 1046), 36px); }

/* Owl carousel */
/**/
/* end Owl carousel */
/* Single Product */
h1.product_title.entry-title.section-title.h2 {
  color: var(--dark); }

.product-content .onsale {
  background: var(--red);
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: inline-block; }

.product-content .price > span > bdi,
.product-content .price ins,
.woocommerce-grouped-product-list-item__price ins {
  color: var(--red);
  font-weight: 600;
  font-size: 1.5625rem;
  text-decoration: none; }

.woocommerce-grouped-product-list-item__price ins {
  font-size: 1.3rem; }

.product-content .price > del > span,
.woocommerce-grouped-product-list-item__price del {
  color: var(--gray-600);
  font-weight: 400;
  text-decoration: line-through;
  font-size: 1rem; }

td.woocommerce-grouped-product-list-item__quantity {
  width: 150px; }

td.woocommerce-grouped-product-list-item__label {
  padding-left: 20px;
  border-bottom: 1px solid var(--gray-400); }

td.woocommerce-grouped-product-list-item__price {
  width: 130px;
  border-right: 1px solid var(--gray-400);
  border-bottom: 1px solid var(--gray-400); }

.product_meta {
  margin-top: 20px; }

.product_meta > span {
  display: block; }

.product-brand {
  display: none; }

.product-add2cart
.input-group
.btn.btn-warning.single_add_to_cart_button.button.alt
i.fas.fa-shopping-cart {
  margin-right: 3px; }

.woocommerce-product-gallery {
  position: relative; }

.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 2;
  text-decoration: none; }

.woocommerce-product-gallery .flex-control-thumbs {
  list-style: none;
  overflow: hidden;
  padding: 0; }

.woocommerce-product-gallery .flex-control-thumbs li {
  width: 25%;
  float: left; }

.woocommerce-product-gallery .flex-control-thumbs li:nth-child(4n + 1) {
  clear: left; }

.woocommerce-product-gallery .flex-control-thumbs li img {
  cursor: pointer;
  opacity: 0.5;
  transition: opacity var(--trans-anime-short);
  border: 1px solid var(--gray-300); }

.woocommerce-product-gallery .flex-control-thumbs li img:hover,
.woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
  transition: opacity var(--trans-anime-short); }

.product-gallery .carousel-item img {
  cursor: pointer; }

.fancybox__container {
  z-index: 100000; }

/* ===== Input Group & Add to Cart ===== */
.product-content .product-price {
  font-size: 1.5625rem; }

.product-content .input-group {
  width: 150px; }

.product-content .card i {
  color: var(--yellow); }

.product-content .card {
  padding-left: 20px;
  font-size: 14px; }

.product-content .card ul li::before {
  content: '\f105';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  margin-right: 10px; }

.nav-tabs .nav-link {
  border-radius: 0;
  color: var(--gray-800); }

.tab-content {
  padding-top: 20px; }

.add2cart-btn {
  margin-left: 10px; }

/* Chrome, Safari, Edge, Opera */
.product-add2cart input.qty::-webkit-outer-spin-button,
.product-add2cart input.qty::-webkit-inner-spin-button,
.woocommerce-grouped-product-list-item input.qty::-webkit-inner-spin-button,
.product-quantity input.qty[type='number'] {
  -webkit-appearance: none;
  margin: 0;
  text-align: center; }

/* Firefox */
.product-add2cart input.qty[type='number'],
.woocommerce-grouped-product-list-item input.qty[type='number'],
.woocommerce-cart-form input.qty[type='number'] {
  -moz-appearance: textfield;
  text-align: center; }

table.variations th {
  background-color: transparent;
  font-weight: 600;
  font-size: clamp(16px, calc(16px + 3 * (100vw - 320px) / 1046), 19px);
  text-transform: uppercase;
  color: var(--dark);
  border-bottom: 1px solid var(--gray-400);
  border-right: 1px solid var(--gray-400); }

table.variations th:last-child {
  border-bottom: none; }

.form-select {
  font-size: clamp(16px, calc(16px + 3 * (100vw - 320px) / 1046), 19px); }

.product-content .variations label {
  margin-right: 10px; }

.product-content .reset_variations {
  display: inline-block;
  margin: 10px 0; }

.product-content .woocommerce-variation-price span.price {
  text-align: left; }

.grouped_form .add2cart-btn,
.product-type-external .add2cart-btn {
  margin-left: 0; }

.woocommerce-product-details__short-description p {
  margin-bottom: 1rem; }

@media screen and (max-width: 500px) {
  .product-content .input-group {
    width: 130px; } }
.product-review {
  margin-bottom: 20px; }

.product-review-header {
  display: flex;
  justify-content: space-between; }

.product-review-header .review-date {
  color: var(--gray-color); }

.product-review-header .avatar {
  max-height: 60px; }

.product-review .card-text {
  margin-top: 20px; }

.comment-author-rating {
  text-align: right; }

.comment-author-rating .meta {
  margin-bottom: 5px; }

/* ===== end Input Group & Add to Cart ===== */
/* end Single Product */
/* Cart */
a.btn.btn-primary.checkout-button.button.alt.wc-forward {
  color: #fff; }

button.update-cart.btn.btn-outline-warning.button {
  color: var(--gray-500);
  opacity: 1;
  transition: color var(--trans-anime-short); }

a.btn.btn-warning.checkout-button.button.alt.wc-forward {
  color: var(--gray-600);
  opacity: 1;
  transition: color var(--trans-anime-short); }

button.update-cart.btn.btn-outline-warning.button:hover,
a.btn.btn-warning.checkout-button.button.alt.wc-forward:hover {
  color: var(--dark);
  transition: color var(--trans-anime-short); }

button.update-cart.btn.btn-outline-warning.button:focus,
a.btn.btn-warning.checkout-button.button.alt.wc-forward:focus {
  color: var(--dark);
  transition: color var(--trans-anime-short); }

.remove.btn.btn-danger .fa-regular.fa-circle-xmark {
  color: #fff; }

/* Empty Cart */
.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
  background-color: var(--blue-base) !important; }

/* end Empty Cart */
/* end Cart */
/* Checkout */
h4#ship-to-different-address {
  color: var(--gray-600); }

.woocommerce-shipping-fields {
  margin-top: 1.75rem; }

.woocommerce-billing-fields__field-wrapper,
.woocommerce-additional-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.woocommerce-billing-fields__field-wrapper p,
.woocommerce-additional-fields__field-wrapper p,
.woocommerce-shipping-fields__field-wrapper p {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  flex-direction: column; }

.woocommerce-checkout p .input-text,
.woocommerce-address-fields p .input-text {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--gray-700);
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid var(--gray-402);
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.woocommerce-checkout p .input-text:focus {
  color: var(--gray-700);
  background-color: #fff;
  border-color: #ffefb3;
  outline: 0;
  box-shadow: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.woocommerce-checkout p .select2-container--default .select2-selection--single,
.woocommerce-address-fields
p
.select2-container--default
.select2-selection--single {
  border-radius: 0; }

.woocommerce-checkout p .select2-container .select2-selection--single,
.woocommerce-address-fields p .select2-container .select2-selection--single {
  height: 38px; }

.woocommerce-checkout
p
.select2-container
.select2-selection--single
.select2-selection__rendered,
.woocommerce-address-fields
p
.select2-container
.select2-selection--single
.select2-selection__rendered {
  padding-top: 4px; }

.woocommerce-checkout
p
.select2-container--default
.select2-selection--single
.select2-selection__arrow,
.woocommerce-address-fields
p
.select2-container--default
.select2-selection--single
.select2-selection__arrow {
  top: 5px; }

input.woocommerce-form__input.woocommerce-form__input-checkbox.input-checkbox {
  margin-right: 7px; }

.woocommerce-additional-fields__field-wrapper p {
  flex: 100%;
  max-width: 100%; }

.woocommerce-billing-fields__field-wrapper
.woocommerce-input-wrapper
input[type='text'],
.woocommerce-billing-fields__field-wrapper
.woocommerce-input-wrapper
input[type='tel'],
.woocommerce-billing-fields__field-wrapper
.woocommerce-input-wrapper
input[type='email'] {
  font-size: clamp(16px, calc(16px + 3 * (100vw - 320px) / 1046), 19px); }

.woocommerce-checkout textarea {
  min-height: 100px; }

.woocommerce-shipping-totals.shipping th {
  vertical-align: top; }

.woocommerce-shipping-methods input[type='radio'] {
  margin-left: 7px; }

/* Thank you */
ul.woocommerce-thankyou-order-details {
  padding-left: 0; }

section.woocommerce-order-details {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

section.woocommerce-customer-details {
  padding-top: 0.5rem;
  padding-bottom: 0; }

/* end Thank you */
@media only screen and (max-width: 768px) {
  .woocommerce-checkout p {
    flex: 100%;
    max-width: 100%; } }
/* end Checkout */
/* My accaunt */
.woocommerce-password-strength.bad,
.woocommerce-password-strength.short {
  color: var(--red);
  font-weight: 600; }

.woocommerce-password-strength.good {
  color: var(--blue-main);
  font-weight: 600; }

.woocommerce-password-strength.strong {
  color: var(--green);
  font-weight: 600; }

.woocommerce-password-hint {
  border: 1px solid var(--gray-402);
  display: block;
  padding: 10px; }

.woocommerce-MyAccount-navigation ul {
  margin-bottom: 0; }

.woocommerce-orders-table td {
  text-align: left; }

.woocommerce-Address {
  width: 100%; }

/* end My accaunt */
/*====== Widget Sidebar ======*/
.wpc-filter-set-widget-title h3 {
  line-height: 1.32;
  margin-top: 0;
  clear: both;
  font-family: var(--heading-font);
  font-weight: 600;
  font-size: clamp(24px, calc(24px + 10 * (100vw - 320px) / 1046), 34px); }

.widget-title.wpc-filter-title {
  line-height: 1.22;
  clear: both;
  margin-bottom: 1.25rem;
  font-family: var(--heading-font);
  font-weight: 600;
  font-size: clamp(20px, calc(20px + 6 * (100vw - 320px) / 1046), 26px); }

.wpc-filters-widget-content select {
  min-height: 32px;
  box-sizing: border-box;
  width: 100% !important;
  max-width: 100%;
  padding: 5px 16px 5px 12px !important;
  border: 1px solid #c7d1e2; }

.wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-handle {
  box-shadow: 0 2px 6px 1px var(--gray-402) !important;
  border: 1px solid var(--gray-400) !important; }

section.widget {
  padding-top: 0;
  padding-bottom: 0; }

/*====== end Widget Sidebar ======*/
/* ====== end Woocommerce ====== */
/* ====== MAIN CONTENT ====== */
.title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2; }

@media (min-width: 480px) {
  .title {
    font-size: 1.375rem; } }
@media (min-width: 1366px) {
  .title {
    font-size: 1.5rem; } }
.accent {
  color: var(--accent-form); }

.word-wrap {
  white-space: nowrap; }

/* ====== end MAIN CONTENT ====== */
/* ======= Additional Styles ======= */
/**/
/* Style for heading */
.heading-with-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: clamp(16px, calc(16px + 12 * (100vw - 320px) / 1046), 28px); }
  .heading-with-icon img {
    margin-right: 20px; }
  .heading-with-icon h2 {
    text-align: left; }

/* Style animate Buttons */
/*  Only Devices Supporting Property Hover */
@media (min-width: 1200px) and (pointer: fine) {
  .btn-wrap .btn-link {
    position: relative;
    overflow: hidden; }
    .btn-wrap .btn-link::before {
      content: "";
      position: absolute;
      top: -1px;
      left: 0;
      width: 4em;
      height: 105%;
      background-color: rgba(255, 255, 255, 0.3);
      box-shadow: 0 5px 15px rgba(255, 255, 255, 0.6);
      transform: translateX(-5em) skewX(-36deg); }
    .btn-wrap .btn-link:hover::before {
      animation: move-light 1s; }

  @keyframes move-light {
    from {
      transform: translateX(-5em) skewX(-36deg); }
    to {
      transform: translateX(20em) skewX(-36deg); } } }
ol,
ul,
dl {
  padding-left: 27px; }

a.brand-name.navbar-brand {
  text-decoration: none;
  box-shadow: none; }
  a.brand-name.navbar-brand:hover {
    text-decoration: none;
    box-shadow: none; }

/* === Outline styles === */
a:focus,
input:focus,
button:focus,
textarea:focus {
  outline: 2px solid inherit;
  outline-offset: 2px; }

/* Styles for Posts */
.adding-advantages {
  text-align: center;
  margin-top: 0.685rem; }

.full-text.full-text-post {
  display: flex;
  flex-direction: column; }

.entry-content.entry-content-post {
  order: 2; }

.full-text.full-text-post footer.entry-footer.footer-post {
  order: 1;
  font-style: italic;
  text-align: center; }

footer.entry-footer.footer-post {
  order: 1;
  font-style: italic; }

span.span-reading-time.rt-reading-time {
  margin-bottom: 0.675rem;
  font-style: italic;
  text-align: center; }

/* Styles for Yandex Map v.2.1*/
.balloon {
  color: var(--dark); }

.balloon-content__header {
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 5px; }

/* Other Temporary Styles */
body.home .content__wrap .title__page .title__page-wrap .entry-title {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto; }

body.single.single-post .content__wrap .container.title__page {
  max-width: 960px; }

b,
strong {
  font-weight: 500; }

.feedback-block-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .feedback-block-buttons .item-send {
    margin-right: 8px; }
    .feedback-block-buttons .item-send:last-child {
      margin-right: 0; }
  .feedback-block-buttons .item-send a {
    font-size: 24px;
    color: var(--white);
    text-decoration: none;
    box-shadow: none;
    transition: color var(--trans-anime); }
    .feedback-block-buttons .item-send a:hover, .feedback-block-buttons .item-send a:focus {
      color: var(--cyan);
      transition: color var(--trans-anime); }

/* Коррекция высоты шапки, если панель администратора видна */
@media (min-width: 783px) {
  body.admin-bar #site-navigation {
    top: 32px; } }
@media (max-width: 782px) {
  body.admin-bar #site-navigation {
    top: 46px; } }
/*only for osp panel*/
.header-top-line-search .metka span {
  margin-right: 15px;
  padding: 2px 4px;
  background-color: var(--whitesmoke);
  color: var(--red);
  font-weight: 500; }

.nav-wrapper {
  margin: auto;
  padding: 8px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center; }

#site-navigation {
  background-color: var(--blue-base);
  color: var(--white); }

.nav-placeholder {
  height: 100%;
  /* Ключевой момент: placeholder ВСЕГДА занимает место в потоке */
  visibility: hidden; }

#site-navigation.is-fixed {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  /* Для визуального разделения */ }

/* Customize Plugin Mega Menu*/
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
  height: 3px; }

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item a.mega-menu-link:before {
  font-weight: 400;
  color: var(--white); }

@media (min-width: 992px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:first-child {
    background-color: var(--blue-light);
    border-radius: 4px; }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:first-child a {
      color: var(--white); }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:first-child:hover {
    background-color: var(--blue-light);
    opacity: 1;
    border-radius: 4px; }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:first-child:hover a {
      color: var(--white); }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:first-child:focus {
    background-color: var(--blue-light);
    border-radius: 4px; }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:first-child:focus a {
      color: var(--white); }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:first-child:focus-visible {
    background-color: var(--blue-light);
    border-radius: 4px; }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:first-child:focus-visible a {
      color: var(--white); }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:first-child:active {
    background-color: var(--blue-light);
    border-radius: 4px; }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:first-child:active a {
      color: var(--white); }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
    border-radius: 4px;
    margin: 0 2px; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:last-child {
    margin-right: 0; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-weight: 400;
    text-transform: uppercase;
    padding: 0px 17px 0px 17px; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {
    font-weight: 400; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus {
    font-weight: 400; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus-visible {
    font-weight: 400; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:active {
    font-weight: 400; } }
@media (max-width: 991px) {
  #mega-menu-wrap-menu-1 .mega-menu-toggle {
    background: transparent;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.2); }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item a.mega-menu-link:before {
    font-weight: 400;
    color: var(--white); } }
/* end Customize Plugin Mega Menu*/
.inner-nav-wrapper {
  position: relative; }

.inner-nav-wrapper .buyer-statistics {
  display: block; }
  .inner-nav-wrapper .buyer-statistics .goods-favorites {
    position: absolute;
    right: 88px;
    top: 5px;
    width: 32px;
    height: 32px;
    color: var(--white); }
    .inner-nav-wrapper .buyer-statistics .goods-favorites .favorites-load {
      position: relative; }
    .inner-nav-wrapper .buyer-statistics .goods-favorites svg {
      width: 32px;
      height: 32px;
      position: relative;
      bottom: -7px;
      color: var(--white); }
  .inner-nav-wrapper .buyer-statistics .goods-basket {
    position: absolute;
    right: 2px;
    width: 62px;
    height: 40px;
    top: 5px;
    color: var(--white); }
    .inner-nav-wrapper .buyer-statistics .goods-basket .favorites-load {
      position: relative; }
    .inner-nav-wrapper .buyer-statistics .goods-basket svg {
      width: 36px;
      height: 32px;
      position: relative;
      bottom: -7px;
      color: var(--white); }

span.current-result, .current-result-compare {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -2px;
  right: -10px;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  background-color: var(--blue-light2);
  color: var(--dark);
  font-size: 12px;
  line-height: 1;
  font-weight: 700; }

span.current-result-basket {
  right: 16px; }

.current-result-compare {
  position: absolute;
  top: -2px;
  right: 16px; }

/* ============= Pop Up ============= */
/* ============= end Pop Up ============= */

/*# sourceMappingURL=style.css.map */
