@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px; }
  .swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d; }
  .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10; }
  .swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
  .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline; }

a {
  text-decoration: none; }
  a:active, a:hover {
    outline: 0; }

ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

html {
  box-sizing: border-box; }

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

:focus {
  outline: 0; }

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

audio, canvas, iframe, video, img, svg {
  vertical-align: middle; }

iframe {
  border: 0; }

textarea {
  resize: none;
  /*remove the resize handle on the bottom right*/
  overflow: auto;
  vertical-align: top;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none; }

input, textarea, select, button {
  outline: none;
  border: none;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

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

td, th {
  padding: 0;
  text-align: left; }

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333333; }

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit; }

/**
 * Basic styles for links
 */
a {
  color: #333333;
  text-decoration: none;
  transition: 0.2s; }
  a:hover, a:active, a:focus {
    color: #0077e6; }

/**
 * Basic typography style for copy text
 */
.clearfix::after {
  clear: both;
  content: '';
  display: table; }

.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap; }

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container--fluid {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }

.col-1 {
  flex: 0 0 8.33333%;
  position: relative;
  width: 100%;
  max-width: 8.33333%;
  padding-left: 15px;
  padding-right: 15px; }

.offset-1 {
  margin-left: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  position: relative;
  width: 100%;
  max-width: 16.66667%;
  padding-left: 15px;
  padding-right: 15px; }

.offset-2 {
  margin-left: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  position: relative;
  width: 100%;
  max-width: 25%;
  padding-left: 15px;
  padding-right: 15px; }

.offset-3 {
  margin-left: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  position: relative;
  width: 100%;
  max-width: 33.33333%;
  padding-left: 15px;
  padding-right: 15px; }

.offset-4 {
  margin-left: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  position: relative;
  width: 100%;
  max-width: 41.66667%;
  padding-left: 15px;
  padding-right: 15px; }

.offset-5 {
  margin-left: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  position: relative;
  width: 100%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px; }

.offset-6 {
  margin-left: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  position: relative;
  width: 100%;
  max-width: 58.33333%;
  padding-left: 15px;
  padding-right: 15px; }

.offset-7 {
  margin-left: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  position: relative;
  width: 100%;
  max-width: 66.66667%;
  padding-left: 15px;
  padding-right: 15px; }

.offset-8 {
  margin-left: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  position: relative;
  width: 100%;
  max-width: 75%;
  padding-left: 15px;
  padding-right: 15px; }

.offset-9 {
  margin-left: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  position: relative;
  width: 100%;
  max-width: 83.33333%;
  padding-left: 15px;
  padding-right: 15px; }

.offset-10 {
  margin-left: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  position: relative;
  width: 100%;
  max-width: 91.66667%;
  padding-left: 15px;
  padding-right: 15px; }

.offset-11 {
  margin-left: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  position: relative;
  width: 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px; }

.offset-12 {
  margin-left: 100%; }

@media screen and (min-width: 576px) {
  .container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 540px; }
  .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    position: relative;
    width: 100%;
    max-width: 8.33333%;
    padding-left: 15px;
    padding-right: 15px; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    position: relative;
    width: 100%;
    max-width: 16.66667%;
    padding-left: 15px;
    padding-right: 15px; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    position: relative;
    width: 100%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px; }
  .offset-sm-3 {
    margin-left: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    position: relative;
    width: 100%;
    max-width: 33.33333%;
    padding-left: 15px;
    padding-right: 15px; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    position: relative;
    width: 100%;
    max-width: 41.66667%;
    padding-left: 15px;
    padding-right: 15px; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    position: relative;
    width: 100%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px; }
  .offset-sm-6 {
    margin-left: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    position: relative;
    width: 100%;
    max-width: 58.33333%;
    padding-left: 15px;
    padding-right: 15px; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    position: relative;
    width: 100%;
    max-width: 66.66667%;
    padding-left: 15px;
    padding-right: 15px; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    position: relative;
    width: 100%;
    max-width: 75%;
    padding-left: 15px;
    padding-right: 15px; }
  .offset-sm-9 {
    margin-left: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    position: relative;
    width: 100%;
    max-width: 83.33333%;
    padding-left: 15px;
    padding-right: 15px; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    position: relative;
    width: 100%;
    max-width: 91.66667%;
    padding-left: 15px;
    padding-right: 15px; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    position: relative;
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
  .offset-sm-12 {
    margin-left: 100%; } }

@media screen and (min-width: 768px) {
  .container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 720px; }
  .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    position: relative;
    width: 100%;
    max-width: 8.33333%;
    padding-left: 15px;
    padding-right: 15px; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    position: relative;
    width: 100%;
    max-width: 16.66667%;
    padding-left: 15px;
    padding-right: 15px; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    position: relative;
    width: 100%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px; }
  .offset-md-3 {
    margin-left: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    position: relative;
    width: 100%;
    max-width: 33.33333%;
    padding-left: 15px;
    padding-right: 15px; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    position: relative;
    width: 100%;
    max-width: 41.66667%;
    padding-left: 15px;
    padding-right: 15px; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    position: relative;
    width: 100%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px; }
  .offset-md-6 {
    margin-left: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    position: relative;
    width: 100%;
    max-width: 58.33333%;
    padding-left: 15px;
    padding-right: 15px; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    position: relative;
    width: 100%;
    max-width: 66.66667%;
    padding-left: 15px;
    padding-right: 15px; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    position: relative;
    width: 100%;
    max-width: 75%;
    padding-left: 15px;
    padding-right: 15px; }
  .offset-md-9 {
    margin-left: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    position: relative;
    width: 100%;
    max-width: 83.33333%;
    padding-left: 15px;
    padding-right: 15px; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    position: relative;
    width: 100%;
    max-width: 91.66667%;
    padding-left: 15px;
    padding-right: 15px; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    position: relative;
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
  .offset-md-12 {
    margin-left: 100%; } }

@media screen and (min-width: 992px) {
  .container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 960px; }
  .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    position: relative;
    width: 100%;
    max-width: 8.33333%;
    padding-left: 15px;
    padding-right: 15px; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    position: relative;
    width: 100%;
    max-width: 16.66667%;
    padding-left: 15px;
    padding-right: 15px; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    position: relative;
    width: 100%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px; }
  .offset-lg-3 {
    margin-left: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    position: relative;
    width: 100%;
    max-width: 33.33333%;
    padding-left: 15px;
    padding-right: 15px; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    position: relative;
    width: 100%;
    max-width: 41.66667%;
    padding-left: 15px;
    padding-right: 15px; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    position: relative;
    width: 100%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px; }
  .offset-lg-6 {
    margin-left: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    position: relative;
    width: 100%;
    max-width: 58.33333%;
    padding-left: 15px;
    padding-right: 15px; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    position: relative;
    width: 100%;
    max-width: 66.66667%;
    padding-left: 15px;
    padding-right: 15px; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    position: relative;
    width: 100%;
    max-width: 75%;
    padding-left: 15px;
    padding-right: 15px; }
  .offset-lg-9 {
    margin-left: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    position: relative;
    width: 100%;
    max-width: 83.33333%;
    padding-left: 15px;
    padding-right: 15px; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    position: relative;
    width: 100%;
    max-width: 91.66667%;
    padding-left: 15px;
    padding-right: 15px; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    position: relative;
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
  .offset-lg-12 {
    margin-left: 100%; } }

@media screen and (min-width: 1200px) {
  .container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1140px; }
  .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    position: relative;
    width: 100%;
    max-width: 8.33333%;
    padding-left: 15px;
    padding-right: 15px; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    position: relative;
    width: 100%;
    max-width: 16.66667%;
    padding-left: 15px;
    padding-right: 15px; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    position: relative;
    width: 100%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px; }
  .offset-xl-3 {
    margin-left: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    position: relative;
    width: 100%;
    max-width: 33.33333%;
    padding-left: 15px;
    padding-right: 15px; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    position: relative;
    width: 100%;
    max-width: 41.66667%;
    padding-left: 15px;
    padding-right: 15px; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    position: relative;
    width: 100%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px; }
  .offset-xl-6 {
    margin-left: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    position: relative;
    width: 100%;
    max-width: 58.33333%;
    padding-left: 15px;
    padding-right: 15px; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    position: relative;
    width: 100%;
    max-width: 66.66667%;
    padding-left: 15px;
    padding-right: 15px; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    position: relative;
    width: 100%;
    max-width: 75%;
    padding-left: 15px;
    padding-right: 15px; }
  .offset-xl-9 {
    margin-left: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    position: relative;
    width: 100%;
    max-width: 83.33333%;
    padding-left: 15px;
    padding-right: 15px; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    position: relative;
    width: 100%;
    max-width: 91.66667%;
    padding-left: 15px;
    padding-right: 15px; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    position: relative;
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
  .offset-xl-12 {
    margin-left: 100%; } }

.header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: #fff; }

.header__logo {
  display: block;
  position: relative;
  max-width: 150px; }

.header__slogan {
  font-size: 16px;
  text-align: center; }

.header__address {
  font-size: 18px; }

.header__right {
  text-align: right; }

.header__phone {
  display: flex;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  color: #333333; }
  .header__phone svg {
    width: 16px;
    height: 18px;
    margin-right: 5px;
    fill: #333333;
    transition: 0.2s; }
  .header__phone:hover svg {
    fill: #0077e6; }

.header__button {
  color: #0077e6;
  padding-right: 0;
  transition: 0.2s; }
  .header__button:hover {
    color: #0466c2; }

.header__bottom {
  background-color: #333333; }

.header__price {
  display: none; }

.mobile-menu-button {
  display: none; }

.nav__list {
  display: flex; }

.nav__item {
  position: relative; }
  .nav__item:last-child {
    display: none; }
  .nav__item > a {
    display: inline-flex;
    position: relative;
    margin-right: 30px;
    padding: 15px 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff; }
    .nav__item > a:hover::before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 4px;
      background-color: #0077e6; }
  .nav__item.active > a::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background-color: #0077e6; }
  .nav__item:hover > .nav__children {
    display: block; }

.nav__children {
  display: none;
  position: absolute;
  z-index: 20;
  top: 100%;
  left: 0;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.278); }

.nav__subitem {
  position: relative;
  white-space: nowrap; }
  .nav__subitem--parent > a::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 14px;
    transform: rotate(-45deg);
    width: 8px;
    height: 8px;
    border-right: 2px solid #333333;
    border-bottom: 2px solid #333333;
    transition: 0.2s; }
  .nav__subitem > a {
    display: inline-flex;
    width: 100%;
    padding: 10px 50px 10px 20px;
    border-bottom: 1px solid #ebebeb;
    font-size: 16px; }
  .nav__subitem:last-child > a {
    border-bottom: none; }
  .nav__subitem .nav__children {
    top: 0;
    left: 100%; }
  .nav__subitem:hover > a {
    color: #fff;
    background-color: #0077e6; }
    .nav__subitem:hover > a::before {
      border-color: #fff; }
  .nav__subitem:hover > .nav__children {
    display: block; }

@media screen and (max-width: 992px) {
  .header__address {
    max-width: 300px;
    font-size: 16px;
    text-align: center; }
  .header__phone {
    font-size: 16px; }
  .nav__list {
    justify-content: space-between; }
  .nav__item > a {
    margin-right: 0;
    font-size: 15px; } }

@media screen and (max-width: 768px) {
  .header__center {
    display: none; }
  .header__bottom {
    position: relative; }
  .header__price {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 15px;
    height: 100%;
    padding: 0;
    font-size: 16px;
    text-decoration: underline;
    color: #fff;
    transition: 0.2s; }
    .header__price svg {
      width: 22px;
      height: 22px;
      margin-right: 5px;
      fill: #fff;
      transition: 0.2s; }
  .nav__list {
    justify-content: flex-start; }
  .mobile-menu-button {
    display: inline-block;
    position: relative;
    height: 47px;
    padding: 0;
    padding-left: 20px;
    line-height: 47px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    background-color: transparent;
    cursor: pointer; }
    .mobile-menu-button i {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      width: 15px;
      height: 2px;
      background-color: #fff; }
      .mobile-menu-button i::before {
        content: '';
        position: absolute;
        top: -5px;
        left: 0;
        width: 15px;
        height: 2px;
        background-color: #fff; }
      .mobile-menu-button i::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -5px;
        width: 15px;
        height: 2px;
        background-color: #fff; }
  .nav {
    display: none;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3); }
    .nav.active {
      display: block; }
    .nav::before {
      content: '';
      display: block;
      position: absolute;
      top: 20px;
      right: 20px;
      width: 24px;
      height: 2px;
      transform: rotate(45deg);
      border-radius: 3px;
      background-color: #fff; }
    .nav::after {
      content: '';
      display: block;
      position: absolute;
      top: 20px;
      right: 20px;
      width: 24px;
      height: 2px;
      transform: rotate(-45deg);
      border-radius: 3px;
      background-color: #fff; }
    .nav__list {
      flex-direction: column;
      width: 300px;
      height: 100%;
      background-color: #6b6b6b;
      overflow-y: auto; }
    .nav__item > a {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px; }
      .nav__item > a::before {
        display: none; }
    .nav__item.active > a::before {
      display: none; }
    .nav__item:hover > .nav__children {
      display: none; }
    .nav__item--parent {
      position: relative; }
      .nav__item--parent::before {
        content: '';
        position: absolute;
        top: 17px;
        right: 20px;
        transform: rotate(135deg);
        width: 10px;
        height: 10px;
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
        transition: 0.2s; }
      .nav__item--parent.open::before {
        transform: rotate(225deg); }
      .nav__item--parent.open > .nav__children {
        display: block;
        position: static; }
      .nav__item--parent.open .nav__subitem > a {
        padding-left: 10px;
        font-size: 14px; }
    .nav__subitem--parent:hover > .nav__children {
      display: none; }
    .nav__subitem--parent .nav__children {
      position: static; }
    .nav__subitem--parent.open > a::before {
      top: 13px;
      transform: rotate(45deg); }
    .nav__subitem--parent.open > .nav__children {
      display: block; } }

.footer__top {
  background-color: #ebebeb;
  position: fixed;
  z-index: 1000;
  width: 100%;
  bottom: 0; }
  .footer__top.free {
    position: static; }

.footer__block {
  display: flex; }

.footer__cart {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 40px;
  padding: 15px 40px 15px 20px;
  font-size: 18px;
  color: #fff;
  background-color: #0077e6; }
  .footer__cart span:last-child {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 10px;
    right: 17px;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    border-radius: 50%;
    font-size: 14px;
    color: #000;
    background-color: #fff; }
  .footer__cart:hover {
    color: #fff;
    background-color: #0466c2; }
  .footer__cart svg {
    width: 26px;
    margin-right: 15px;
    fill: #fff; }

.footer__request {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  text-decoration: underline;
  margin-right: auto; }

.footer__price {
  display: flex;
  align-items: center;
  height: 56px;
  padding: 0;
  font-size: 18px;
  text-decoration: underline;
  transition: 0.2s; }
  .footer__price svg {
    width: 26px;
    height: 26px;
    margin-right: 10px;
    transition: 0.2s; }
  .footer__price:hover {
    color: #0077e6; }
    .footer__price:hover svg {
      fill: #0077e6; }

.footer__middle {
  padding-top: 80px;
  padding-bottom: 50px;
  border-bottom: 1px solid #6b6b6b;
  background-color: #333333; }

.footer__logo {
  display: inline-block;
  max-width: 130px;
  margin-bottom: 20px; }

.footer__title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #fff; }

.footer__social {
  display: flex;
  margin-bottom: 22px; }
  .footer__social > a {
    width: 22px;
    height: 22px;
    margin-right: 10px;
    padding: 2px;
    border-radius: 5px;
    background-color: #a5a5a5;
    transition: 0.2s; }
    .footer__social > a:hover {
      background-color: #fff; }

.footer__three .footer__item::before {
  margin-right: 15px; }

.footer__item {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  color: #a5a5a5; }
  .footer__item::before {
    content: '';
    display: inline-block;
    position: relative;
    top: -2px;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border-right: 2px solid #a5a5a5;
    border-bottom: 2px solid #a5a5a5;
    transform: rotate(-45deg);
    transition: 0.2s; }
  .footer__item:hover {
    color: #fff; }
  .footer__item:hover::before {
    border-color: #fff; }

.footer__address {
  display: flex;
  margin-bottom: 20px; }
  .footer__address svg {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    fill: #a5a5a5; }
  .footer__address span {
    font-size: 16px;
    color: #a5a5a5; }

.footer__phone {
  display: flex;
  margin-bottom: 20px; }
  .footer__phone:hover svg {
    fill: #fff; }
  .footer__phone:hover span {
    color: #fff; }
  .footer__phone svg {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    fill: #a5a5a5; }
  .footer__phone span {
    font-size: 16px;
    color: #a5a5a5;
    transition: 0.2s; }

.footer__email {
  display: flex; }
  .footer__email:hover svg {
    fill: #fff; }
  .footer__email:hover span {
    color: #fff; }
  .footer__email svg {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    fill: #a5a5a5; }
  .footer__email span {
    font-size: 16px;
    color: #a5a5a5;
    transition: 0.2s; }

.footer__bottom {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #333333; }

.footer__copyright {
  font-size: 16px;
  text-align: center;
  color: #a5a5a5; }

@media screen and (max-width: 1200px) {
  .footer__item {
    font-size: 15px; }
  .footer__address span {
    font-size: 15px; }
  .footer__phone span {
    font-size: 15px; }
  .footer__email span {
    font-size: 15px; } }

@media screen and (max-width: 992px) {
  .footer__middle {
    padding-top: 40px;
    padding-bottom: 20px; }
  .footer__center {
    display: none; }
  .footer__three {
    margin-bottom: 30px; } }

@media screen and (max-width: 768px) {
  .footer__price {
    display: none; }
  .footer__wrapper {
    max-width: none;
    margin: 0 auto;
    margin-bottom: 30px; }
  .footer__middle {
    padding-top: 60px; }
  .footer__one {
    text-align: center; }
  .footer__two {
    text-align: center; }
  .footer__social {
    justify-content: center; }
  .footer__three {
    text-align: center; }
  .footer__title {
    text-align: center; }
  .footer__address {
    justify-content: center; }
  .footer__phone {
    justify-content: center; }
  .footer__email {
    justify-content: center; }
  .footer__copyright {
    font-size: 14px; } }

@media screen and (max-width: 576px) {
  .footer__cart {
    justify-content: center;
    width: calc(50% + 15px);
    margin-left: -15px;
    margin-right: 0;
    padding-right: 20px;
    font-size: 16px; }
    .footer__cart svg {
      margin-right: 10px; }
  .footer__request {
    justify-content: center;
    width: 50%;
    margin-right: 0;
    padding-left: 15px;
    font-size: 16px; } }

.sidebar {
  border-radius: 5px;
  background-color: #6b6b6b;
  color: #fff;
  overflow: hidden; }
  .sidebar__header {
    padding: 20px 0;
    border-bottom: 1px solid #333333;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase; }
  .sidebar__section {
    border-bottom: 1px solid #333; }
    .sidebar__section.active .sidebar__head::before {
      top: 15px;
      transform: rotate(-135deg); }
    .sidebar__section.active .sidebar__body {
      max-height: 5000px;
      transition: max-height 0.8s ease-in; }
  .sidebar__head {
    position: relative;
    text-transform: uppercase;
    cursor: pointer; }
    .sidebar__head.parent::before {
      content: '';
      position: absolute;
      top: 18px;
      right: 15px;
      transform: rotate(135deg);
      width: 8px;
      height: 8px;
      border-top: 2px solid #fff;
      border-left: 2px solid #fff; }
  .sidebar__link {
    display: inline-block;
    padding: 12px 0;
    padding-left: 15px;
    width: calc(100% - 40px);
    color: #fff; }
    .sidebar__link:hover, .sidebar__link:active, .sidebar__link:focus {
      color: #fff; }
  .sidebar__body {
    max-height: 0;
    transition: max-height 0.0015s ease-out;
    overflow: hidden;
    background-color: #333333; }
    .sidebar__body a {
      display: block;
      line-height: 20px;
      padding: 8px 0;
      padding-left: 35px;
      padding-right: 35px;
      color: #fff;
      transition: 0.2s; }
      .sidebar__body a.active, .sidebar__body a:hover {
        background-color: #0077e6; }
  .sidebar__subsection.active .sidebar__subhead {
    background-color: #0077e6; }
    .sidebar__subsection.active .sidebar__subhead::before {
      top: 15px;
      transform: rotate(-135deg); }
  .sidebar__subsection.active .sidebar__subbody {
    max-height: 5000px;
    transition: max-height 0.8s ease-in; }
    .sidebar__subsection.active .sidebar__subbody a {
      border-bottom: 1px solid #525252; }
      .sidebar__subsection.active .sidebar__subbody a.active {
        background-color: #0077e6; }
  .sidebar__subsection:last-child .sidebar__subhead {
    border-bottom: none; }
  .sidebar__subhead {
    position: relative;
    background-color: #333;
    border-bottom: 1px solid #525252; }
    .sidebar__subhead.active {
      background-color: #0077e6 !important; }
    .sidebar__subhead.parent {
      cursor: pointer; }
      .sidebar__subhead.parent::before {
        content: '';
        position: absolute;
        top: 15px;
        right: 15px;
        transform: rotate(135deg);
        width: 8px;
        height: 8px;
        border-top: 2px solid #fff;
        border-left: 2px solid #fff; }
  .sidebar__subbody {
    max-height: 0;
    transition: max-height 0.0015s ease-out;
    overflow: hidden;
    background-color: #333; }
    .sidebar__subbody a {
      display: block;
      line-height: 20px;
      padding: 8px 0;
      padding-left: 57px;
      padding-right: 35px;
      color: #fff;
      transition: 0.2s; }
  .sidebar__sublink.active {
    width: calc(100% - 40px); }

@media screen and (max-width: 992px) {
  .sidebar {
    display: none; } }

.btn {
  background-color: transparent;
  cursor: pointer;
  transition: 0.2s; }

.form__item {
  display: block;
  position: relative;
  margin-bottom: 20px; }
  .form__item.show .form__message {
    visibility: visible;
    opacity: 1; }

.form__message {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 1000;
  top: calc(100% + 8px);
  left: 20px;
  padding: 8px;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  color: #333333;
  background-color: #fff;
  transition: 0.2s; }
  .form__message::before {
    content: '!';
    display: inline-block;
    margin-right: 5px;
    padding: 2px 9px;
    border-radius: 2px;
    color: #fff;
    background-color: #ffa500; }
  .form__message::after {
    content: '';
    position: absolute;
    left: 30px;
    top: -6px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    transform: rotate(-45deg);
    background-color: #fff; }

.form__footer {
  padding-top: 20px;
  text-align: center; }

.form__confirm {
  max-width: 100%;
  padding: 10px 40px;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  background-color: #0077e6; }

.input {
  width: 100%;
  padding: 15px 20px;
  border-radius: 5px;
  font-size: 16px;
  background-color: #ebebeb; }
  .input::placeholder {
    color: #6b6b6b; }

.policy {
  display: flex;
  align-items: center; }
  .policy .checkbox {
    margin-right: 5px; }
    .policy .checkbox input:checked + span::before {
      top: 2px;
      left: 2px;
      width: 12px;
      height: 6px;
      border-left: 1px solid #fff;
      border-bottom: 1px solid #fff; }
    .policy .checkbox span {
      width: 20px;
      height: 20px; }
  .policy__text {
    font-size: 12px; }
  .policy button {
    padding: 0;
    text-decoration: underline;
    color: #0077e6; }

.checkbox {
  cursor: pointer; }
  .checkbox input {
    display: none; }
    .checkbox input:checked + span {
      background-color: #0077e6; }
      .checkbox input:checked + span::before {
        content: '';
        position: absolute;
        top: 5px;
        left: 4px;
        transform: rotate(-45deg);
        width: 18px;
        height: 10px;
        border-left: 3px solid #fff;
        border-bottom: 3px solid #fff; }
  .checkbox span {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    border: 3px solid #0077e6;
    border-radius: 5px;
    background-color: #fff; }

.breadcrumbs {
  padding: 30px 0; }
  .breadcrumbs__item {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    color: #6b6b6b; }
    .breadcrumbs__item:not(:last-child)::after {
      content: '/';
      margin-left: 5px;
      margin-right: 3px; }
  .breadcrumbs__link {
    color: #6b6b6b; }

.pagination {
  display: flex;
  justify-content: center; }
  .pagination__item {
    width: 22px;
    height: 22px;
    margin: 0 8px;
    transition: 0.2s; }
    .pagination__item:hover, .pagination__item.current {
      background-color: #0077e6; }
      .pagination__item:hover .pagination__link, .pagination__item.current .pagination__link {
        color: #fff; }
      .pagination__item:hover .pagination__prev::before,
      .pagination__item:hover .pagination__next::before, .pagination__item.current .pagination__prev::before,
      .pagination__item.current .pagination__next::before {
        border-color: #fff; }
  .pagination__link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-weight: 700; }
  .pagination__prev {
    display: inline-flex;
    width: 100%;
    height: 100%;
    position: relative; }
    .pagination__prev::before {
      content: '';
      position: absolute;
      top: 6px;
      left: 8px;
      transform: rotate(45deg);
      width: 10px;
      height: 10px;
      border-left: 2px solid #a5a5a5;
      border-bottom: 2px solid #a5a5a5; }
  .pagination__next {
    display: inline-flex;
    width: 100%;
    height: 100%;
    position: relative; }
    .pagination__next::before {
      content: '';
      position: absolute;
      top: 6px;
      right: 8px;
      transform: rotate(-135deg);
      width: 10px;
      height: 10px;
      border-left: 2px solid #a5a5a5;
      border-bottom: 2px solid #a5a5a5; }

.modal {
  display: flex;
  visibility: hidden;
  position: fixed;
  opacity: 0;
  z-index: 15000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.3s; }
  .modal.active {
    visibility: visible;
    opacity: 1; }
    .modal.active .modal__window {
      transform: translateY(0);
      opacity: 1; }
  .modal__window {
    position: relative;
    max-width: 100%;
    margin: auto;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.278);
    transform: translateY(-100px);
    opacity: 0;
    transition: 0.3s; }
  .modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px; }
    .modal__close::before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 24px;
      height: 2px;
      transform: translate(-50%, -50%) rotate(45deg);
      border-radius: 3px;
      background-color: #333333; }
    .modal__close::after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 24px;
      height: 2px;
      transform: translate(-50%, -50%) rotate(-45deg);
      border-radius: 3px;
      background-color: #333333; }
  .modal__header {
    padding: 25px 20px 20px;
    font-size: 20px;
    text-align: center;
    border-bottom: 3px solid #0077e6; }
  .modal__content {
    padding: 25px 20px 30px; }

.modal-review-thank .modal__window,
.modal-thank .modal__window {
  width: 360px; }

.modal-review-thank__icon,
.modal-thank__icon {
  margin-bottom: 30px;
  padding-top: 20px;
  text-align: center; }
  .modal-review-thank__icon svg,
  .modal-thank__icon svg {
    width: 80px;
    fill: #ebebeb; }

.modal-review-thank__text,
.modal-thank__text {
  margin-bottom: 50px;
  font-size: 24px;
  text-align: center; }

.modal-review-thank__bottom,
.modal-thank__bottom {
  text-align: center; }

.modal-review-thank__ok,
.modal-thank__ok {
  padding: 10px 40px;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  background-color: #0077e6; }

.modal-cart .modal__window {
  width: 360px; }

.modal-cart__icon {
  margin-bottom: 30px;
  padding-top: 20px;
  text-align: center; }
  .modal-cart__icon svg {
    width: 80px;
    fill: #ebebeb; }

.modal-cart__text {
  max-width: 200px;
  margin: 0 auto;
  margin-bottom: 50px;
  font-size: 24px;
  text-align: center; }

.modal-cart__bottom {
  display: flex;
  flex-direction: column;
  align-items: center; }

.modal-cart__order {
  margin-bottom: 10px;
  padding: 12px 25px;
  border-radius: 5px;
  color: #fff;
  background-color: #0077e6;
  transition: 0.2s; }
  .modal-cart__order:hover {
    color: #fff;
    background-color: #0466c2; }

.modal-cart__continue {
  text-decoration: underline;
  color: #333333;
  background-color: transparent;
  cursor: pointer;
  transition: 0.2s; }
  .modal-cart__continue:hover {
    color: #0077e6; }

.modal-already .modal__window {
  width: 360px; }

.modal-already__icon {
  margin-bottom: 30px;
  padding-top: 20px;
  text-align: center; }
  .modal-already__icon svg {
    width: 80px;
    fill: #ebebeb; }

.modal-already__text {
  max-width: 230px;
  margin: 0 auto;
  margin-bottom: 50px;
  font-size: 24px;
  text-align: center; }

.modal-already__bottom {
  display: flex;
  flex-direction: column;
  align-items: center; }

.modal-already__order {
  margin-bottom: 10px;
  padding: 12px 25px;
  border-radius: 5px;
  color: #fff;
  background-color: #0077e6;
  transition: 0.2s; }
  .modal-already__order:hover {
    color: #fff;
    background-color: #0466c2; }

.modal-already__continue {
  text-decoration: underline;
  color: #333333;
  background-color: transparent;
  cursor: pointer;
  transition: 0.2s; }
  .modal-already__continue:hover {
    color: #0077e6; }

.modal-policy .modal__window {
  width: 600px; }

.modal-policy__block {
  margin-bottom: 20px;
  font-size: 16px; }

@media screen and (max-width: 768px) {
  .modal-policy__block {
    font-size: 14px; } }

.screen-slider {
  position: relative; }
  .screen-slider__item {
    position: relative;
    width: 100%;
    height: 600px; }
    .screen-slider__item::before {
      content: '';
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.3); }
  .screen-slider__image {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .screen-slider__block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    z-index: 3;
    padding: 0 15px;
    padding-top: 150px; }
  .screen-slider__title {
    margin-bottom: 5px;
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff; }
  .screen-slider__subtitle {
    margin-bottom: 20px;
    font-size: 32px;
    color: #fff; }
  .screen-slider__link {
    padding: 12px 25px;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    background-color: #0077e6;
    transition: 0.2s; }
    .screen-slider__link:hover {
      color: #fff;
      background-color: #0466c2; }
  .screen-slider__bottom {
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 40px;
    width: 100%; }
  .screen-slider__nav {
    display: flex;
    align-items: center; }
  .screen-slider__pagination {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 22px;
    font-weight: 500;
    color: #fff; }
  .screen-slider__prev {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: 0.2s; }
    .screen-slider__prev:hover {
      transform: scale(1.1);
      background-color: #0077e6; }
    .screen-slider__prev:active {
      background-color: #0466c2; }
    .screen-slider__prev::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 23px;
      transform: translate(-50%, -50%) rotate(45deg);
      width: 16px;
      height: 16px;
      border-left: 3px solid #fff;
      border-bottom: 3px solid #fff; }
  .screen-slider__next {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: 0.2s; }
    .screen-slider__next:hover {
      transform: scale(1.1);
      background-color: #0077e6; }
    .screen-slider__next:active {
      background-color: #0466c2; }
    .screen-slider__next::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 17px;
      transform: translate(-50%, -50%) rotate(-45deg);
      width: 16px;
      height: 16px;
      border-right: 3px solid #fff;
      border-bottom: 3px solid #fff; }

.advantages {
  padding-top: 70px;
  padding-bottom: 30px; }
  .advantages__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    padding: 30px 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.302); }
  .advantages__icon {
    max-width: 140px;
    height: 140px;
    margin-bottom: 20px;
    object-fit: contain; }
  .advantages__name {
    min-height: 40px;
    padding: 0 20px;
    font-size: 20px;
    font-weight: 500;
    text-align: center; }

.home-about {
  margin-bottom: 55px; }
  .home-about__title {
    margin-bottom: 10px;
    font-size: 42px;
    font-weight: 700; }
  .home-about__text {
    margin-bottom: 20px;
    font-size: 20px; }
  .home-about__link {
    display: inline-block;
    padding: 10px 40px;
    border: 2px solid #0077e6;
    border-radius: 5px;
    font-size: 16px;
    color: #0077e6;
    transition: 0.2s; }
    .home-about__link:hover {
      color: #fff;
      background-color: #0077e6; }

.home-products {
  position: relative;
  padding-top: 50px;
  background-color: #333333;
  background-image: url("/images/main-products-bg.jpg"); }
  .home-products__container {
    max-height: 600px;
    overflow-y: hidden;
    transition: max-height 0.5s ease-out; }
    .home-products__container.show {
      transition: max-height 0.8s ease-in; }
      .home-products__container.show + .home-products__button::before {
        top: 24px;
        transform: translate(-50%, -50%) rotate(-135deg); }
  .home-products__title {
    margin-bottom: 50px;
    font-size: 42px;
    font-weight: 700;
    color: #fff; }
  .home-products__item {
    display: block;
    margin-bottom: 40px;
    border-radius: 5px;
    box-shadow: 0px 0px 10.14px 2.86px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    transition: 0.2s; }
    .home-products__item:hover {
      transform: translateY(-5px); }
  .home-products__image {
    position: relative;
    width: 100%;
    padding-bottom: 60%; }
    .home-products__image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .home-products__name {
    width: 100%;
    min-height: 32px;
    padding: 0 10px;
    padding-top: 5px;
    padding-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    background-color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .home-products__button {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #0077e6;
    cursor: pointer;
    transition: 0.2s; }
    .home-products__button:hover {
      transform: translate(-50%, 50%) scale(1.1);
      background-color: #0466c2; }
    .home-products__button::before {
      content: '';
      position: absolute;
      top: 16px;
      left: 50%;
      transform: translate(-50%, -50%) rotate(45deg);
      width: 16px;
      height: 16px;
      border-right: 3px solid #fff;
      border-bottom: 3px solid #fff;
      transition: 0.2s; }

.home-services {
  padding-top: 70px;
  padding-bottom: 40px;
  background-image: url("/images/home-services-bg.jpg"); }
  .home-services__title {
    margin-bottom: 40px;
    font-size: 42px;
    font-weight: 700; }
  .home-services__item {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 85px;
    margin-bottom: 40px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.278); }
  .home-services__icon {
    position: absolute;
    top: -16px;
    right: -16px;
    width: 48px;
    height: 48px;
    transition: 0.2s; }
    .home-services__icon svg {
      fill: #0077e6; }
  .home-services__name {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    font-size: 20px;
    transition: 0.2s; }
    .home-services__name span {
      text-align: center; }
    .home-services__name:hover {
      color: #333333;
      background-color: #0077e6; }
      .home-services__name:hover > span {
        display: none; }
      .home-services__name:hover + .home-services__icon {
        opacity: 0; }
      .home-services__name:hover::before {
        content: 'Подробнее';
        color: #fff; }

.home-mails {
  overflow: hidden;
  padding-top: 50px; }
  .home-mails__title {
    margin-bottom: 50px;
    font-size: 42px;
    font-weight: 700; }
  .home-mails__block {
    position: relative;
    padding-top: 90px;
    padding-bottom: 80px;
    background-color: #333333;
    overflow: hidden; }
  .home-mails__list {
    position: relative; }
    .home-mails__list::before {
      content: '';
      position: absolute;
      top: 0;
      right: 50%;
      width: 250px;
      height: 2000px;
      transform: translateY(-50%) rotate(45deg);
      background-color: #4a4a4a; }
    .home-mails__list::after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 100px;
      height: 2000px;
      transform: translateY(-50%) rotate(45deg);
      background-color: #4a4a4a; }
  .home-mails__bg-image {
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    padding: 30px; }
  .home-mails__item {
    display: block;
    position: relative;
    padding-bottom: 135%; }
    .home-mails__item:hover .home-mails__magnifier {
      background-color: #0077e6; }
  .home-mails__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .home-mails__magnifier {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    border-top-left-radius: 5px;
    background-color: #606060;
    transition: 0.2s; }
    .home-mails__magnifier::before {
      content: '';
      position: absolute;
      top: 10px;
      left: 10px;
      width: 20px;
      height: 20px;
      border: 2px solid #fff;
      border-radius: 50%; }
    .home-mails__magnifier::after {
      content: '';
      position: absolute;
      width: 16px;
      height: 2px;
      right: 7px;
      bottom: 14px;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      transform: rotate(45deg);
      background-color: #fff; }
  .home-mails .swiper-container {
    overflow: visible; }
  .home-mails .swiper-slide {
    opacity: 0.3; }
    .home-mails .swiper-slide::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .home-mails .swiper-slide-active {
    opacity: 1; }
    .home-mails .swiper-slide-active::after {
      display: none; }
    .home-mails .swiper-slide-active + .swiper-slide {
      opacity: 1; }
      .home-mails .swiper-slide-active + .swiper-slide::after {
        display: none; }
      .home-mails .swiper-slide-active + .swiper-slide + .swiper-slide {
        opacity: 1; }
        .home-mails .swiper-slide-active + .swiper-slide + .swiper-slide::after {
          display: none; }
        .home-mails .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
          opacity: 1; }
          .home-mails .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide::after {
            display: none; }
  .home-mails__prev {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #0077e6;
    cursor: pointer;
    transition: 0.2s; }
    .home-mails__prev.swiper-button-disabled {
      display: none; }
    .home-mails__prev:hover {
      transform: translateY(-50%) scale(1.1);
      background-color: #0466c2; }
    .home-mails__prev::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 23px;
      transform: translate(-50%, -50%) rotate(45deg);
      width: 16px;
      height: 16px;
      border-left: 3px solid #fff;
      border-bottom: 3px solid #fff; }
  .home-mails__next {
    position: absolute;
    z-index: 10;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #0077e6;
    cursor: pointer;
    transition: 0.2s; }
    .home-mails__next.swiper-button-disabled {
      display: none; }
    .home-mails__next:hover {
      transform: translateY(-50%) scale(1.1);
      background-color: #0466c2; }
    .home-mails__next::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 17px;
      transform: translate(-50%, -50%) rotate(-45deg);
      width: 16px;
      height: 16px;
      border-right: 3px solid #fff;
      border-bottom: 3px solid #fff; }

.home-partners {
  padding-top: 50px;
  padding-bottom: 120px;
  overflow: hidden; }
  .home-partners__title {
    margin-bottom: 50px;
    font-size: 42px;
    font-weight: 700; }
  .home-partners__item {
    height: 90px;
    padding: 20px 15px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.278); }
  .home-partners__image {
    width: 100%;
    height: 100%;
    object-fit: contain; }
  .home-partners .swiper-container {
    overflow: visible; }
  .home-partners .swiper-slide {
    opacity: 0.3; }
    .home-partners .swiper-slide::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .home-partners .swiper-slide-active {
    opacity: 1; }
    .home-partners .swiper-slide-active::after {
      display: none; }
    .home-partners .swiper-slide-active + .swiper-slide {
      opacity: 1; }
      .home-partners .swiper-slide-active + .swiper-slide::after {
        display: none; }
      .home-partners .swiper-slide-active + .swiper-slide + .swiper-slide {
        opacity: 1; }
        .home-partners .swiper-slide-active + .swiper-slide + .swiper-slide::after {
          display: none; }
        .home-partners .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
          opacity: 1; }
          .home-partners .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide::after {
            display: none; }
  .home-partners__prev {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #0077e6;
    cursor: pointer;
    transition: 0.2s; }
    .home-partners__prev.swiper-button-disabled {
      display: none; }
    .home-partners__prev:hover {
      transform: translateY(-50%) scale(1.1);
      background-color: #0466c2; }
    .home-partners__prev::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 23px;
      transform: translate(-50%, -50%) rotate(45deg);
      width: 16px;
      height: 16px;
      border-left: 3px solid #fff;
      border-bottom: 3px solid #fff; }
  .home-partners__next {
    position: absolute;
    z-index: 10;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #0077e6;
    cursor: pointer;
    transition: 0.2s; }
    .home-partners__next.swiper-button-disabled {
      display: none; }
    .home-partners__next:hover {
      transform: translateY(-50%) scale(1.1);
      background-color: #0466c2; }
    .home-partners__next::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 17px;
      transform: translate(-50%, -50%) rotate(-45deg);
      width: 16px;
      height: 16px;
      border-right: 3px solid #fff;
      border-bottom: 3px solid #fff; }

@media screen and (max-width: 1200px) {
  .advantages__name {
    padding: 0; }
  .home-services__item {
    height: 70px; }
  .home-services__name {
    font-size: 18px; }
  .home-services__icon {
    top: -16px;
    right: -16px;
    width: 38px;
    height: 38px; }
  .home-mails .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
    opacity: 0.3; }
    .home-mails .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .home-partners .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
    opacity: 0.3; }
    .home-partners .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; } }

@media screen and (max-width: 992px) {
  .screen-slider__title {
    font-size: 55px; }
  .screen-slider__subtitle {
    font-size: 28px; }
  .advantages__name {
    padding: 0 45px; }
  .home-products__container {
    max-height: 1000px; }
  .home-services__item span {
    padding: 0 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .home-mails .swiper-slide-active + .swiper-slide + .swiper-slide {
    opacity: 0.3; }
    .home-mails .swiper-slide-active + .swiper-slide + .swiper-slide::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .home-partners .swiper-slide-active + .swiper-slide + .swiper-slide {
    opacity: 0.3; }
    .home-partners .swiper-slide-active + .swiper-slide + .swiper-slide::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; } }

@media screen and (max-width: 768px) {
  .screen-slider__item {
    height: 500px; }
    .screen-slider__item .container {
      box-sizing: border-box; }
  .screen-slider__block {
    padding-top: 120px;
    padding-left: 0;
    padding-right: 0; }
  .screen-slider__title {
    font-size: 30px; }
  .screen-slider__subtitle {
    font-size: 20px; }
  .screen-slider__link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px; }
  .advantages__name {
    max-width: 290px; }
  .home-about__title {
    font-size: 32px; }
  .home-about__text {
    font-size: 16px; }
  .home-products__title {
    font-size: 32px; }
  .home-services__title {
    font-size: 32px; }
  .home-services__icon {
    display: none; }
  .home-mails__title {
    font-size: 32px; }
  .home-mails .swiper-container {
    padding-right: 30px; }
  .home-mails .swiper-slide-active:last-child .home-mails__item {
    transform: translateX(15px); }
  .home-mails__nav {
    display: none; }
  .home-partners__title {
    font-size: 32px; }
  .home-partners .swiper-container {
    padding-right: 30px; }
  .home-partners .swiper-slide-active:last-child .home-partners__item {
    transform: translateX(15px); }
  .home-partners__nav {
    display: none; } }

.catalog {
  padding-bottom: 50px; }
  .catalog__header {
    margin-bottom: 45px;
    padding: 20px 0;
    font-size: 36px;
    font-weight: 500;
    background-color: #ebebeb; }
  .catalog__section-title {
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase; }
  .catalog__text {
    margin-bottom: 20px;
    font-size: 16px; }
  .catalog__item {
    display: block;
    position: relative;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.302);
    overflow: hidden;
    transition: 0.2s; }
    .catalog__item:hover {
      transform: translateY(-5px);
      color: inherit; }
  .catalog__quantity {
    position: absolute;
    top: 12px;
    right: 0;
    padding: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 12px;
    color: #fff;
    background-color: #0077e6; }
  .catalog__image {
    position: relative;
    width: 100%;
    padding-bottom: 60%; }
    .catalog__image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .catalog__name {
    padding: 0 10px;
    padding-top: 5px;
    padding-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }

.catalog-table {
  margin-bottom: 50px;
  border: 1px solid #ebebeb; }
  .catalog-table__item {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    padding-right: 0;
    padding-bottom: 0; }
    .catalog-table__item:nth-child(odd) {
      background-color: #ebebeb; }
    .catalog-table__item--first {
      font-size: 16px;
      font-weight: 500; }
      .catalog-table__item--first .catalog-table__one {
        margin-right: 0; }
      .catalog-table__item--first .catalog-table__two {
        margin-left: 20px; }
  .catalog-table__one {
    display: inline-flex;
    align-items: center;
    flex-grow: 1;
    max-width: 450px;
    height: 30px;
    margin-right: auto;
    margin-bottom: 10px; }
  .catalog-table__name {
    line-height: 1.4; }
  .catalog-table__two {
    display: inline-flex;
    align-items: center;
    height: 30px;
    margin-right: 20px;
    margin-bottom: 10px; }
  .catalog-table__price {
    font-weight: 500; }
  .catalog-table__three {
    display: inline-flex;
    align-items: center;
    height: 30px;
    margin-bottom: 10px;
    margin-right: 10px; }
  .catalog-table__button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    padding: 0 10px;
    border-radius: 5px;
    color: #fff;
    background-color: #0077e6;
    cursor: pointer;
    transition: 0.2s; }
    .catalog-table__button:hover {
      background-color: #0466c2; }
    .catalog-table__button svg {
      width: 20px;
      height: 20px;
      margin-right: 10px;
      fill: #fff; }

.product__card {
  display: flex;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #ebebeb; }

.product__left {
  width: 50%;
  padding: 20px; }

.product__image {
  position: relative;
  height: 100%;
  padding-bottom: 70%; }
  .product__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.product__right {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 20px;
  padding-left: 0; }

.product__title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600; }

.product__features {
  margin-bottom: 5px;
  font-size: 16px; }

.product__feature {
  font-size: 12px;
  font-weight: 300;
  color: #808080; }

.product__price {
  margin-top: auto;
  margin-bottom: 20px;
  font-weight: 700; }

.product__buttons {
  display: flex; }

.product__cart {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 131px;
  height: 35px;
  margin-right: 20px;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  background-color: #0077e6;
  cursor: pointer;
  transition: 0.2s; }
  .product__cart:hover {
    background-color: #0466c2; }
  .product__cart svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: #fff; }

.product__cost {
  padding: 5px 10px;
  border: 1px solid #0077e6;
  border-radius: 5px;
  color: #0077e6;
  background-color: transparent;
  cursor: pointer;
  transition: 0.2s; }
  .product__cost i {
    position: relative;
    top: 3px;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    border: 1px solid #0077e6;
    border-radius: 50%;
    transition: 0.2s; }
    .product__cost i::before {
      content: '';
      position: absolute;
      top: 4px;
      left: 3px;
      width: 8px;
      height: 4px;
      border-left: 1px solid #0077e6;
      border-bottom: 1px solid #0077e6;
      transform: rotate(-45deg);
      transition: 0.2s; }
  .product__cost:hover {
    background-color: #0077e6;
    color: #fff; }
    .product__cost:hover i {
      border-color: #fff; }
      .product__cost:hover i::before {
        border-color: #fff; }

.product__text {
  font-size: 16px; }

@media screen and (max-width: 1200px) {
  .product__image {
    padding-bottom: 80%; }
  .catalog-table__one {
    max-width: 330px; } }

@media screen and (max-width: 992px) {
  .catalog-table__one {
    max-width: 410px; } }

@media screen and (max-width: 768px) {
  .catalog__title {
    font-size: 32px; }
  .catalog__section-title {
    font-size: 32px; }
  .product__card {
    flex-wrap: wrap; }
  .product__left {
    width: 100%;
    padding: 15px; }
  .product__right {
    width: 100%;
    padding: 15px; }
  .product__price {
    margin-top: 20px; }
  .product__buttons {
    justify-content: space-between; }
  .product__cart {
    width: calc(50% - 10px);
    margin-right: 10px; }
  .product__cost {
    width: calc(50% - 10px);
    margin-left: 10px; }
  .catalog-table__item {
    flex-wrap: wrap;
    justify-content: space-between; }
  .catalog-table__one {
    width: 100%;
    max-width: none;
    height: auto; } }

.services__header {
  margin-bottom: 45px;
  padding: 20px 0;
  font-size: 36px;
  font-weight: 500;
  background-color: #ebebeb; }

.services__list {
  padding-bottom: 50px; }

.services__item {
  display: block;
  margin-bottom: 40px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.278);
  transition: 0.2s; }
  .services__item:hover {
    transform: translateY(-5px); }

.services__image {
  position: relative;
  padding-bottom: 60%; }
  .services__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.services__name {
  padding: 0 10px;
  padding-top: 5px;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

@media screen and (max-width: 768px) {
  .services__title {
    font-size: 32px; } }

.service__header {
  margin-bottom: 45px;
  padding: 20px 0;
  font-size: 36px;
  font-weight: 500;
  background-color: #ebebeb; }

.service__content {
  padding-bottom: 80px; }

.service__text {
  margin-bottom: 40px;
  font-size: 16px; }

.service__button {
  padding: 10px 20px;
  border: 2px solid #0077e6;
  border-radius: 5px;
  font-size: 16px;
  color: #0077e6; }
  .service__button:hover {
    color: #fff;
    background-color: #0077e6; }

.service ul {
  padding-top: 15px;
  padding-left: 20px; }
  .service ul li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 20px; }
    .service ul li::before {
      content: '';
      position: absolute;
      top: 7px;
      left: 0;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background-color: #0077e6; }

@media screen and (max-width: 768px) {
  .service__title {
    font-size: 32px; } }

.order__header {
  margin-bottom: 45px;
  padding: 20px 0;
  font-size: 36px;
  font-weight: 500;
  background-color: #ebebeb; }

.order__content {
  padding-bottom: 70px; }

.order__button {
  padding: 10px 40px;
  border: 2px solid #0077e6;
  border-radius: 5px;
  font-size: 16px;
  color: #0077e6; }
  .order__button:hover {
    color: #fff;
    background-color: #0077e6; }

.order .form__item {
  margin-bottom: 30px; }

.order__file-container {
  position: relative;
  margin-bottom: 30px; }

.order__file-visual {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  border-radius: 5px;
  font-size: 16px;
  background-color: #ebebeb;
  cursor: pointer; }
  .order__file-visual svg {
    width: 22px;
    height: 22px;
    margin-right: 10px;
    fill: #6b6b6b; }
  .order__file-visual span {
    color: #6b6b6b; }
    .order__file-visual span.loaded {
      color: #0077e6; }

.order__file {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer; }
  .order__file::-webkit-file-upload-button {
    cursor: pointer; }

.order__text {
  margin-bottom: 30px; }
  .order__text textarea {
    height: 215px; }

.order__bottom {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px; }

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

.order__policy {
  margin-left: 10px;
  font-size: 14px; }
  .order__policy button {
    padding: 0;
    text-decoration: underline;
    color: #0077e6; }

@media screen and (max-width: 768px) {
  .order__title {
    font-size: 32px; }
  .order__policy {
    padding-top: 6px;
    line-height: 6px; } }

@media screen and (max-width: 576px) {
  .order__bottom {
    flex-direction: column; }
  .order__left {
    margin-bottom: 30px; }
  .order__right {
    text-align: center; } }

.about__header {
  margin-bottom: 45px;
  padding: 20px 0;
  font-size: 36px;
  font-weight: 500;
  background-color: #ebebeb; }

.about__content {
  padding-bottom: 80px; }

.about__text {
  margin-bottom: 30px;
  font-size: 16px; }

.about__gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1px; }

.about__item {
  width: 25%;
  padding: 0 1px; }

.about__image {
  position: relative;
  padding-bottom: 70%; }
  .about__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.about ul {
  padding-top: 15px;
  padding-left: 20px; }
  .about ul li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 20px; }
    .about ul li::before {
      content: '';
      position: absolute;
      top: 7px;
      left: 0;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background-color: #0077e6; }

@media screen and (max-width: 992px) {
  .about__item {
    width: 50%;
    margin-bottom: 2px; } }

@media screen and (max-width: 768px) {
  .about__title {
    font-size: 32px; } }

.reviews__header {
  margin-bottom: 45px;
  padding: 20px 0;
  font-size: 36px;
  font-weight: 500;
  background-color: #ebebeb; }

.reviews__content {
  padding-bottom: 80px; }

.reviews__list {
  margin-bottom: 50px; }

.reviews__item {
  margin-bottom: 35px;
  padding: 30px;
  border-radius: 5px;
  background-color: #ebebeb; }

.reviews__body {
  margin-bottom: 30px;
  font-size: 16px; }

.reviews__author {
  font-size: 18px;
  font-weight: 500; }

.reviews__head {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 500; }

.reviews__subhead {
  margin-bottom: 30px;
  font-size: 20px; }

.reviews .form__item {
  margin-bottom: 30px; }

.reviews__text {
  margin-bottom: 40px;
  height: 215px; }
  .reviews__text textarea {
    height: 100%; }

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

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

.reviews__policy {
  margin-left: 15px;
  font-size: 14px; }
  .reviews__policy button {
    padding: 0;
    text-decoration: underline;
    color: #0077e6; }

.reviews__button {
  padding: 10px 40px;
  border: 2px solid #0077e6;
  border-radius: 5px;
  font-size: 16px;
  color: #0077e6; }
  .reviews__button:hover {
    color: #fff;
    background-color: #0077e6; }

@media screen and (max-width: 768px) {
  .reviews__title {
    font-size: 32px; }
  .reviews__head {
    font-size: 22px; }
  .reviews__subhead {
    font-size: 14px; }
  .reviews__policy {
    padding-top: 6px;
    line-height: 6px; } }

@media screen and (max-width: 576px) {
  .reviews__bottom {
    flex-direction: column; }
  .reviews__left {
    margin-bottom: 30px; }
  .reviews__right {
    text-align: center; } }

.articles__header {
  margin-bottom: 45px;
  padding: 20px 0;
  font-size: 36px;
  font-weight: 500;
  background-color: #ebebeb; }

.articles__content {
  padding-bottom: 50px; }

.articles__list {
  margin-bottom: 20px; }

.articles__item {
  display: flex;
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  overflow: hidden; }
  .articles__item:hover {
    transform: translateY(-5px);
    color: #333333;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.278); }

.articles__left {
  flex-shrink: 0;
  width: 250px; }

.articles__image {
  position: relative;
  padding-bottom: 80%;
  overflow: hidden; }
  .articles__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.articles__right {
  flex-grow: 1;
  padding: 20px 30px; }

.articles__date {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #0077e6; }

.articles__name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
  overflow: hidden; }

.articles__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  margin-bottom: 5px;
  font-size: 16px;
  overflow: hidden; }

.article__header {
  padding: 20px 0;
  font-size: 36px;
  font-weight: 500;
  background-color: #ebebeb; }

.article__content {
  padding-bottom: 80px; }

.article__top {
  padding: 20px 0;
  font-size: 16px;
  font-weight: 300;
  color: #6b6b6b; }

.article__right {
  float: right;
  width: 250px;
  margin-left: 10px;
  margin-bottom: 10px; }

.article__image {
  position: relative;
  padding-bottom: 80%;
  border-radius: 5px;
  overflow: hidden; }
  .article__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.article__text {
  font-size: 16px; }

.article-categories {
  margin-bottom: 30px;
  border: 1px solid #ebebeb;
  border-radius: 5px; }
  .article-categories__header {
    padding: 20px;
    border-bottom: 2px solid #0077e6;
    font-size: 20px;
    font-weight: 500; }
  .article-categories__list {
    padding: 20px;
    padding-bottom: 10px; }
  .article-categories__item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 18px; }
    .article-categories__item.active span:first-child {
      color: #0077e6; }
    .article-categories__item span:last-child {
      color: #dcdcdc; }

.article-tags {
  margin-bottom: 30px;
  border: 1px solid #ebebeb;
  border-radius: 5px; }
  .article-tags__header {
    padding: 20px;
    border-bottom: 2px solid #0077e6;
    font-size: 20px;
    font-weight: 500; }
  .article-tags__list {
    display: flex;
    flex-wrap: wrap;
    padding: 15px; }
  .article-tags__item {
    display: inline-block;
    margin: 5px;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 300;
    background-color: #f3f3f3;
    transition: 0.2s; }
    .article-tags__item:hover, .article-tags__item.active {
      color: #fff;
      background-color: #b7b7b7; }

@media screen and (max-width: 992px) {
  .articles .md-order-1 {
    order: -1; }
  .article__right {
    float: none;
    width: auto;
    margin-left: 0;
    margin-bottom: 20px; } }

@media screen and (max-width: 768px) {
  .articles__title {
    font-size: 32px; }
  .articles__left {
    width: 150px; }
  .articles__image {
    padding-bottom: 100%; }
  .articles__right {
    padding-left: 20px;
    padding-right: 20px; }
  .articles__name {
    -webkit-line-clamp: 1; }
  .articles__text {
    -webkit-line-clamp: 2; }
  .article__title {
    font-size: 32px; }
  .article__text {
    margin-bottom: 30px; } }

@media screen and (max-width: 576px) {
  .articles__left {
    width: 120px; }
  .articles__right {
    padding-top: 10px;
    padding-bottom: 10px; }
  .articles__date {
    font-size: 12px; }
  .articles__name {
    font-size: 16px; }
  .articles__text {
    font-size: 14px; } }

.contacts__header {
  margin-bottom: 45px;
  padding: 20px 0;
  font-size: 36px;
  font-weight: 500;
  background-color: #ebebeb; }

.contacts__content {
  padding-bottom: 80px; }

.contacts__block:not(:last-child) {
  margin-bottom: 40px; }

.contacts__name {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500; }

.contacts__phone {
  display: flex;
  margin-bottom: 20px; }
  .contacts__phone svg {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    fill: #333333; }
  .contacts__phone span {
    font-size: 16px; }

.contacts__email {
  display: flex; }
  .contacts__email svg {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    fill: #333333; }
  .contacts__email span {
    font-size: 16px; }

.contacts__address {
  display: flex;
  margin-bottom: 20px; }
  .contacts__address svg {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    fill: #333333; }
  .contacts__address span {
    font-size: 16px; }

.contacts__time {
  display: flex; }
  .contacts__time svg {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    fill: #333333; }
  .contacts__time span {
    font-size: 16px; }

.contacts__map {
  position: relative;
  height: 100%; }
  .contacts__map #map {
    min-height: 300px;
    height: 100%; }

.contacts__map-placemark {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -56px;
  left: -32px;
  width: 35px;
  height: 35px;
  padding: 7px;
  border: 6px solid #0077e6;
  border-radius: 50%;
  background-color: #fff; }
  .contacts__map-placemark::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 14px solid #0077e6; }
  .contacts__map-placemark span {
    font-size: 10px;
    color: #0077e6; }

@media screen and (max-width: 1200px) {
  .contacts__data {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    margin-bottom: 10px; }
  .contacts__block {
    width: 50%;
    margin-bottom: 10px !important;
    padding: 0 15px; } }

@media screen and (max-width: 768px) {
  .contacts__title {
    font-size: 32px; }
  .contacts__block {
    width: 100%; }
  .contacts__email {
    margin-bottom: 20px; }
  .contacts__time {
    margin-bottom: 20px; } }

.cart__header {
  margin-bottom: 45px;
  padding: 20px 0;
  font-size: 36px;
  font-weight: 500;
  background-color: #ebebeb; }

.cart__content {
  padding-bottom: 80px; }

.cart__list {
  margin-bottom: 25px;
  border: 1px solid #ebebeb; }

.cart__head {
  display: flex;
  padding: 15px 50px;
  font-size: 16px;
  font-weight: 500; }
  .cart__head span:first-child {
    margin-right: auto; }
  .cart__head span:last-child {
    width: 280px; }

.cart__item {
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px 50px; }
  .cart__item:nth-child(even) {
    background-color: #ebebeb; }

.cart__name {
  display: flex;
  align-items: center;
  min-height: 30px;
  line-height: 1.4;
  margin-right: auto; }

.cart__price {
  width: 280px;
  font-weight: 500; }

.cart__remove {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  padding: 0;
  border: 1px solid #333333;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  transition: 0.2s; }
  .cart__remove::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 1px;
    transform: translate(-50%, -50%) rotate(45deg);
    border-radius: 3px;
    background-color: #333333;
    transition: 0.2s; }
  .cart__remove::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 1px;
    transform: translate(-50%, -50%) rotate(-45deg);
    border-radius: 3px;
    background-color: #333333;
    transition: 0.2s; }
  .cart__remove:hover {
    border-color: #0077e6; }
    .cart__remove:hover::before, .cart__remove:hover::after {
      background-color: #0077e6; }

.cart .form__item {
  margin-bottom: 30px; }

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

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

.cart__continue {
  display: none;
  margin-right: 20px;
  padding: 10px 20px;
  border: 2px solid #0077e6;
  border-radius: 5px;
  font-size: 16px;
  color: #0077e6;
  background-color: transparent;
  transition: 0.2s; }
  .cart__continue:hover {
    color: #fff;
    background-color: #0077e6; }

.cart__prices {
  padding: 10px 20px;
  border: 2px solid #0077e6;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  background-color: #0077e6;
  transition: 0.2s; }
  .cart__prices:hover {
    border-color: #0466c2;
    color: #fff;
    background-color: #0466c2; }

.cart__empty {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  font-size: 40px; }

@media screen and (max-width: 1200px) {
  .cart__head span:last-child {
    width: 200px; }
  .cart__price {
    width: 200px; } }

@media screen and (max-width: 992px) {
  .cart__head span:last-child {
    width: 165px; }
  .cart__price {
    width: 165px; }
  .cart__name {
    max-width: 380px; } }

@media screen and (max-width: 768px) {
  .cart__item {
    align-items: center;
    padding-left: 10px;
    padding-right: 10px; }
  .cart__head {
    padding-left: 10px;
    padding-right: 10px; }
    .cart__head span:last-child {
      width: 100px; }
  .cart__name {
    width: calc(100% - 110px); }
  .cart__price {
    width: 100px; }
  .cart__remove {
    right: 10px; }
  .cart__bottom {
    flex-wrap: wrap; }
  .cart__left {
    margin-bottom: 30px; }
  .cart__right {
    width: 100%;
    text-align: center; } }


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