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

input:focus, button:focus {
  outline: none
}

:root {
  box-sizing: border-box
}

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

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;
  border: 0;
  font-size: 100%;
  vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

body {
  line-height: 1
}

a {
  color: inherit;
  font-size: inherit
}

a:hover {
  text-decoration: none
}

ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none
}

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

label {
  cursor: pointer
}

input {
  background: rgba(0, 0, 0, 0);
  border-radius: 0
}

input:focus, input:active {
  border-radius: 0
}

button {
  cursor: pointer;
  background: none;
  border: none;
  padding: 0
}

*:focus, *:active {
  outline: none
}

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

sup {
  top: -0.33em
}

sub {
  bottom: -0.25em
}

nobr {
  font-size: inherit;
  font-weight: inherit
}

address {
  font-style: normal
}

code {
  font-family: monospace, monospace
}

mark {
  background-color: rgba(0, 0, 0, 0)
}

:root {
  --rose-50: #fff1f2;
  --rose-100: #ffe4e6;
  --rose-200: #fecdd3;
  --rose-300: #fda4af;
  --rose-400: #fb7185;
  --rose-500: #f43f5e;
  --rose-600: #e11d48;
  --rose-700: #be123c;
  --rose-800: #9f1239;
  --rose-900: #881337;
  --pink-50: #fdf2f8;
  --pink-100: #fce7f3;
  --pink-200: #fbcfe8;
  --pink-300: #f9a8d4;
  --pink-400: #f472b6;
  --pink-500: #ec4899;
  --pink-600: #db2777;
  --pink-700: #be185d;
  --pink-800: #9d174d;
  --pink-900: #831843;
  --fuchsia-50: #fdf4ff;
  --fuchsia-100: #fae8ff;
  --fuchsia-200: #f5d0fe;
  --fuchsia-300: #f0abfc;
  --fuchsia-400: #e879f9;
  --fuchsia-500: #d946ef;
  --fuchsia-600: #c026d3;
  --fuchsia-700: #a21caf;
  --fuchsia-800: #86198f;
  --fuchsia-900: #701a75;
  --purple-50: #faf5ff;
  --purple-100: #f3e8ff;
  --purple-200: #e9d5ff;
  --purple-300: #d8b4fe;
  --purple-400: #c084fc;
  --purple-500: #a855f7;
  --purple-600: #9333ea;
  --purple-700: #7e22ce;
  --purple-800: #6b21a8;
  --purple-900: #581c87;
  --violet-50: #f5f3ff;
  --violet-100: #ede9fe;
  --violet-200: #ddd6fe;
  --violet-300: #c4b5fd;
  --violet-400: #a78bfa;
  --violet-500: #8b5cf6;
  --violet-600: #7c3aed;
  --violet-700: #6d28d9;
  --violet-800: #5b21b6;
  --violet-900: #4c1d95;
  --indigo-50: #eef2ff;
  --indigo-100: #e0e7ff;
  --indigo-200: #c7d2fe;
  --indigo-300: #a5b4fc;
  --indigo-400: #818cf8;
  --indigo-500: #6366f1;
  --indigo-600: #4f46e5;
  --indigo-700: #4338ca;
  --indigo-800: #3730a3;
  --indigo-900: #312e81;
  --blue-50: #eff6ff;
  --blue-100: #dbeafe;
  --blue-200: #bfdbfe;
  --blue-300: #93c5fd;
  --blue-400: #60a5fa;
  --blue-500: #3b82f6;
  --blue-600: #2563eb;
  --blue-700: #1d4ed8;
  --blue-800: #1e40af;
  --blue-900: #1e3a8a;
  --sky-50: #f0f9ff;
  --sky-100: #e0f2fe;
  --sky-200: #bae6fd;
  --sky-300: #7dd3fc;
  --sky-400: #38bdf8;
  --sky-500: #0ea5e9;
  --sky-600: #0284c7;
  --sky-700: #0369a1;
  --sky-800: #075985;
  --sky-900: #0c4a6e;
  --cyan-50: #ecfeff;
  --cyan-100: #cffafe;
  --cyan-200: #a5f3fc;
  --cyan-300: #67e8f9;
  --cyan-400: #22d3ee;
  --cyan-500: #06b6d4;
  --cyan-600: #0891b2;
  --cyan-700: #0e7490;
  --cyan-800: #155e75;
  --cyan-900: #164e63;
  --teal-50: #f0fdfa;
  --teal-100: #ccfbf1;
  --teal-200: #99f6e4;
  --teal-300: #5eead4;
  --teal-400: #2dd4bf;
  --teal-500: #14b8a6;
  --teal-600: #0d9488;
  --teal-700: #0f766e;
  --teal-800: #115e59;
  --teal-900: #134e4a;
  --emerald-50: #ecfdf5;
  --emerald-100: #d1fae5;
  --emerald-200: #a7f3d0;
  --emerald-300: #6ee7b7;
  --emerald-400: #34d399;
  --emerald-500: #10b981;
  --emerald-600: #059669;
  --emerald-700: #047857;
  --emerald-800: #065f46;
  --emerald-900: #064e3b;
  --green-50: #f0fdf4;
  --green-100: #dcfce7;
  --green-200: #bbf7d0;
  --green-300: #86efac;
  --green-400: #4ade80;
  --green-500: #22c55e;
  --green-600: #16a34a;
  --green-700: #15803d;
  --green-800: #166534;
  --green-900: #14532d;
  --lime-50: #f7fee7;
  --lime-100: #ecfccb;
  --lime-200: #d9f99d;
  --lime-300: #bef264;
  --lime-400: #a3e635;
  --lime-500: #84cc16;
  --lime-600: #65a30d;
  --lime-700: #4d7c0f;
  --lime-800: #3f6212;
  --lime-900: #365314;
  --yellow-50: #fefce8;
  --yellow-100: #fef9c3;
  --yellow-200: #fef08a;
  --yellow-300: #fde047;
  --yellow-400: #facc15;
  --yellow-500: #eab308;
  --yellow-600: #ca8a04;
  --yellow-700: #a16207;
  --yellow-800: #854d0e;
  --yellow-900: #713f12;
  --amber-50: #fffbeb;
  --amber-100: #fef3c7;
  --amber-200: #fde68a;
  --amber-300: #fcd34d;
  --amber-400: #fbbf24;
  --amber-500: #f59e0b;
  --amber-600: #d97706;
  --amber-700: #b45309;
  --amber-800: #92400e;
  --amber-900: #78350f;
  --orange-50: #fff7ed;
  --orange-100: #ffedd5;
  --orange-200: #fed7aa;
  --orange-300: #fdba74;
  --orange-400: #fb923c;
  --orange-500: #f97316;
  --orange-600: #ea580c;
  --orange-700: #c2410c;
  --orange-800: #9a3412;
  --orange-900: #7c2d12;
  --red-50: #fef2f2;
  --red-100: #fee2e2;
  --red-200: #fecaca;
  --red-300: #fca5a5;
  --red-400: #f87171;
  --red-500: #ef4444;
  --red-600: #dc2626;
  --red-700: #b91c1c;
  --red-800: #991b1b;
  --red-900: #7f1d1d;
  --stone-50: #fafaf9;
  --stone-100: #f5f5f4;
  --stone-200: #e7e5e4;
  --stone-300: #d6d3d1;
  --stone-400: #a8a29e;
  --stone-500: #78716c;
  --stone-600: #57534e;
  --stone-700: #44403c;
  --stone-800: #292524;
  --stone-900: #1c1917;
  --neutral-50: #fafafa;
  --neutral-100: #f5f5f5;
  --neutral-200: #e5e5e5;
  --neutral-300: #d4d4d4;
  --neutral-400: #a3a3a3;
  --neutral-500: #737373;
  --neutral-600: #525252;
  --neutral-700: #404040;
  --neutral-800: #262626;
  --neutral-900: #171717;
  --zinc-50: #fafafa;
  --zinc-100: #f4f4f5;
  --zinc-200: #e4e4e7;
  --zinc-300: #d4d4d8;
  --zinc-400: #a1a1aa;
  --zinc-500: #71717a;
  --zinc-600: #52525b;
  --zinc-700: #3f3f46;
  --zinc-800: #27272a;
  --zinc-900: #18181b;
  --gray-50: #f9fafb;
  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-300: #d1d5db;
  --gray-400: #9ca3af;
  --gray-500: #6b7280;
  --gray-600: #4b5563;
  --gray-700: #374151;
  --gray-800: #1f2937;
  --gray-900: #111827;
  --slate-50: #f8fafc;
  --slate-100: #f1f5f9;
  --slate-200: #e2e8f0;
  --slate-300: #cbd5e1;
  --slate-400: #94a3b8;
  --slate-500: #64748b;
  --slate-600: #475569;
  --slate-700: #334155;
  --slate-800: #1e293b;
  --slate-900: #0f172a;
  --black: #161D26;
  --white: white;
  --accent: #004C95
}

:root {
  --primary: #1e40af;
  --secondary: #9ca3af;
  --success: #16a34a;
  --info: #0ea5e9;
  --warning: #eab308;
  --danger: #991b1b;
  --light: #d1d5db;
  --dark: #161D26
}

.bg-primary, .btn.btn-primary {
  background-color: #1e40af
}

.bg-secondary, .btn.btn-secondary {
  background-color: #9ca3af
}

.bg-success, .btn.btn-success {
  background-color: #16a34a
}

.bg-info, .btn.btn-info {
  background-color: #0ea5e9
}

.bg-warning, .btn.btn-warning {
  background-color: #eab308
}

.bg-danger, .btn.btn-danger {
  background-color: #991b1b
}

.bg-light, .btn.btn-light {
  background-color: #d1d5db
}

.bg-dark, .btn.btn-dark {
  background-color: #161d26
}

a.bg-primary:hover, .btn.btn-primary:hover {
  background-color: #152860
}

a.bg-secondary:hover, .btn.btn-secondary:hover {
  background-color: #545964
}

a.bg-success:hover, .btn.btn-success:hover {
  background-color: #0e5428
}

a.bg-info:hover, .btn.btn-info:hover {
  background-color: #016395
}

a.bg-warning:hover, .btn.btn-warning:hover {
  background-color: #986803
}

a.bg-danger:hover, .btn.btn-danger:hover {
  background-color: #551414
}

a.bg-light:hover, .btn.btn-light:hover {
  background-color: #808998
}

a.bg-dark:hover, .btn.btn-dark:hover {
  background-color: #393939
}

.bg-primary, .bg-danger, .bg-dark {
  color: var(--white)
}

p, span {
  color: var(--black)
}

.success {
  color: var(--success)
}

.warning {
  color: var(--warning)
}

.danger {
  color: var(--danger)
}

.accent {
  color: #004c95
}

@font-face {
  font-family: "bootstrap-icons";
  src: url("fonts/Bootstrap/bootstrap-icons.woff2") format("woff2"), url("fonts/Bootstrap/bootstrap-icons.woff") format("woff")
}

.bi {
  font-family: "bootstrap-icons", serif !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar
}

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

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

.container-sm {
  width: 100%;
  margin-right: auto;
  margin-left: auto
}

.container-md {
  width: 100%;
  margin-right: auto;
  margin-left: auto
}

.container-lg {
  width: 100%;
  margin-right: auto;
  margin-left: auto
}

.container-xl {
  width: 100%;
  margin-right: auto;
  margin-left: auto
}

.container-xxl {
  width: 100%;
  margin-right: auto;
  margin-left: auto
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px
}

.col {
  flex: 1 0 0
}

.col-1 {
  width: 8.3333333333%
}

.col-2 {
  width: 16.6666666667%
}

.col-3 {
  width: 25%
}

.col-4 {
  width: 33.3333333333%
}

.col-5 {
  width: 41.6666666667%
}

.col-6 {
  width: 50%
}

.col-7 {
  width: 58.3333333333%
}

.col-8 {
  width: 66.6666666667%
}

.col-9 {
  width: 75%
}

.col-10 {
  width: 83.3333333333%
}

.col-11 {
  width: 91.6666666667%
}

.col-12 {
  width: 100%
}

[class^=col-], [class*=col-] {
  display: block
}

.no-gutters, .g-0 {
  margin-right: 0;
  margin-left: 0
}

.no-gutters > .col, .no-gutters > [class*=col-], .g-0 > .col, .g-0 > [class*=col-] {
  padding-right: 0;
  padding-left: 0
}

.offset-1 {
  margin-left: 8.3333333333%
}

.offset-2 {
  margin-left: 16.6666666667%
}

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

.offset-4 {
  margin-left: 33.3333333333%
}

.offset-5 {
  margin-left: 41.6666666667%
}

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

.offset-7 {
  margin-left: 58.3333333333%
}

.offset-8 {
  margin-left: 66.6666666667%
}

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

.offset-10 {
  margin-left: 83.3333333333%
}

.offset-11 {
  margin-left: 91.6666666667%
}

.col-five {
  flex: 0 0 20%;
  max-width: 20%
}

:root, html {
  font-size: 10px
}

.xs-text-light {
  font-size: 1rem;
  font-weight: 200;
  line-height: 170%
}

.xs-text-normal {
  font-size: 1rem;
  font-weight: 400;
  line-height: 170%
}

.xs-text-medium {
  font-size: 1rem;
  font-weight: 500;
  line-height: 170%
}

.xs-text-bold {
  font-size: 1rem;
  font-weight: 600;
  line-height: 170%
}

.xs-text-uppercase {
  font-size: 1rem;
  line-height: 170%
}

.sm-text-light {
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 150%
}

.sm-text-normal {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 150%
}

.sm-text-medium {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 150%
}

.sm-text-bold {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 150%
}

.sm-text-uppercase {
  font-size: 1.2rem;
  line-height: 170%
}

.md-text-light {
  font-size: 1.4rem;
  font-weight: 200;
  line-height: 150%
}

.md-text-normal, .c-product-card .product-card__desc {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 150%
}

.md-text-medium {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 150%
}

.md-text-bold {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 150%
}

.md-text-uppercase {
  font-size: 1.4rem;
  line-height: 170%
}

.lg-text-light {
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 170%
}

.lg-text-normal {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 130%
}

.lg-text-medium {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 130%
}

.lg-text-bold {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 130%
}

.lg-text-uppercase {
  font-size: 1.5rem;
  line-height: 170%
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "PT Serif", serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.2
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  color: #004c95
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover {
  text-decoration: none
}

h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  margin-bottom: .5em
}

h1, .h1 {
  font-family: "PT Serif", serif;
  font-style: normal;
  font-weight: 500;
  font-size: calc(1.375rem + 1.5vw);
  letter-spacing: -0.03em;
  margin-top: .5rem;
  margin-bottom: .75em
}

h2, .h2 {
  font-family: "PT Serif", serif;
  font-style: normal;
  font-weight: 500;
  font-size: calc(1.325rem + .9vw);
  letter-spacing: .015em
}

h3, .h3 {
  font-family: "PT Serif", serif;
  font-style: normal;
  font-weight: 500;
  font-size: calc(1.3rem + .6vw);
  letter-spacing: .01em
}

h4, .h4 {
  font-family: "PT Serif", serif;
  font-style: normal;
  font-weight: 500;
  font-size: calc(1.275rem + .3vw);
  letter-spacing: .015em
}

h5, .h5 {
  font-family: "PT Serif", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: .015em
}

h6, .h6 {
  font-family: "PT Serif", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.75rem;
  letter-spacing: .015em
}

p {
  margin-bottom: 1.4em
}

p, div {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 150%
}

ul, ol {
  margin-bottom: 1.5em
}

ol {
  margin-left: 25px
}

ol li {
  margin-bottom: 1em;
  line-height: 140%
}

ol li::marker {
  color: #161d26
}

ul:not([class]) {
  padding-left: 20px;
  position: relative
}

ul:not([class]) > li {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: .5rem
}

ul:not([class]) > li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  display: inline-block;
  left: 0;
  background: url("img/icons/dots.svg") no-repeat;
  margin-top: .6rem
}

li > ol, li > ul {
  margin-top: .5em;
  margin-bottom: .5em
}

*, html, body, div, p, li {
  font-family: "IBM Plex Sans", sans-serif
}

.fw-bold {
  font-weight: bold
}

.fst-italic {
  font-style: italic
}

.nowrap {
  white-space: nowrap;
  font-family: inherit
}

small, .small {
  font-size: .75em !important
}

.uppercase, table:not(.table-bordered,.table-horizontal-bordered) th, .xs-text-uppercase, .sm-text-uppercase, .md-text-uppercase, .lg-text-uppercase {
  text-transform: uppercase
}

.text-capitalize {
  text-transform: capitalize
}

.text-lowercase {
  text-transform: lowercase
}

.text-dark {
  color: var(--black) !important
}

.list-unstyled {
  list-style: none;
  padding-left: 0
}

.list-unstyled li::before {
  content: none
}

ul.list-inline li {
  display: inline-block
}

.text-left {
  text-align: left !important
}

.text-right {
  text-align: right !important
}

.text-center {
  text-align: center !important
}

.white-bg-wrapper {
  background: var(--white);
  padding: 40px 60px
}

.bg-black {
  background-color: var(--black);
  color: var(--white)
}

.bg-white {
  background-color: var(--white)
}

.bg-accent {
  background-color: var(--accent)
}

.border-top {
  border-top: 1px solid #6b7280
}

ul.list-inline li {
  display: inline-block
}

.m-0 {
  margin: 0 !important
}

.mt-0, .my-0 {
  margin-top: 0 !important
}

.mb-0, .my-0 {
  margin-bottom: 0 !important
}

.mr-0, .mx-0 {
  margin-right: 0 !important
}

.ml-0, .mx-0 {
  margin-left: 0 !important
}

.m-1 {
  margin: .25rem !important
}

.mt-1, .my-1 {
  margin-top: .25rem !important
}

.mb-1, .my-1 {
  margin-bottom: .25rem !important
}

.mr-1, .mx-1 {
  margin-right: .25rem !important
}

.ml-1, .mx-1 {
  margin-left: .25rem !important
}

.m-2 {
  margin: .5rem !important
}

.mt-2, .my-2 {
  margin-top: .5rem !important
}

.mb-2, .my-2 {
  margin-bottom: .5rem !important
}

.mr-2, .mx-2 {
  margin-right: .5rem !important
}

.ml-2, .mx-2 {
  margin-left: .5rem !important
}

.m-3 {
  margin: 1rem !important
}

.mt-3, .my-3 {
  margin-top: 1rem !important
}

.mb-3, .my-3 {
  margin-bottom: 1rem !important
}

.mr-3, .mx-3 {
  margin-right: 1rem !important
}

.ml-3, .mx-3 {
  margin-left: 1rem !important
}

.m-4 {
  margin: 1.5rem !important
}

.mt-4, .my-4 {
  margin-top: 1.5rem !important
}

.mb-4, .my-4 {
  margin-bottom: 1.5rem !important
}

.mr-4, .mx-4 {
  margin-right: 1.5rem !important
}

.ml-4, .mx-4 {
  margin-left: 1.5rem !important
}

.m-5 {
  margin: 3rem !important
}

.mt-5, .my-5 {
  margin-top: 3rem !important
}

.mb-5, .my-5 {
  margin-bottom: 3rem !important
}

.mr-5, .mx-5 {
  margin-right: 3rem !important
}

.ml-5, .mx-5 {
  margin-left: 3rem !important
}

.p-0 {
  padding: 0 !important
}

.pt-0, .py-0 {
  padding-top: 0 !important
}

.pb-0, .py-0 {
  padding-bottom: 0 !important
}

.pr-0, .px-0 {
  padding-right: 0 !important
}

.pl-0, .px-0 {
  padding-left: 0 !important
}

.p-1 {
  padding: .25rem !important
}

.pt-1, .py-1 {
  padding-top: .25rem !important
}

.pb-1, .py-1 {
  padding-bottom: .25rem !important
}

.pr-1, .px-1 {
  padding-right: .25rem !important
}

.pl-1, .px-1 {
  padding-left: .25rem !important
}

.p-2 {
  padding: .5rem !important
}

.pt-2, .py-2 {
  padding-top: .5rem !important
}

.pb-2, .py-2 {
  padding-bottom: .5rem !important
}

.pr-2, .px-2 {
  padding-right: .5rem !important
}

.pl-2, .px-2 {
  padding-left: .5rem !important
}

.p-3 {
  padding: 1rem !important
}

.pt-3, .py-3 {
  padding-top: 1rem !important
}

.pb-3, .py-3 {
  padding-bottom: 1rem !important
}

.pr-3, .px-3 {
  padding-right: 1rem !important
}

.pl-3, .px-3 {
  padding-left: 1rem !important
}

.p-4 {
  padding: 1.5rem !important
}

.pt-4, .py-4 {
  padding-top: 1.5rem !important
}

.pb-4, .py-4 {
  padding-bottom: 1.5rem !important
}

.pr-4, .px-4 {
  padding-right: 1.5rem !important
}

.pl-4, .px-4 {
  padding-left: 1.5rem !important
}

.p-5 {
  padding: 3rem !important
}

.pt-5, .py-5 {
  padding-top: 3rem !important
}

.pb-5, .py-5 {
  padding-bottom: 3rem !important
}

.pr-5, .px-5 {
  padding-right: 3rem !important
}

.pl-5, .px-5 {
  padding-left: 3rem !important
}

.hidden {
  visibility: hidden
}

.d-block {
  display: block !important
}

.d-inline-block {
  display: inline-block !important
}

.d-inline {
  display: inline !important
}

.d-flex {
  display: flex !important
}

.d-none {
  display: none !important
}

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

.flex-row-aic {
  display: flex;
  flex-direction: row;
  align-items: center
}

.flex-row-sb {
  display: flex;
  flex-direction: row;
  justify-content: space-between
}

.flex-row-sb-aic {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center
}

.flex-row-sa {
  display: flex;
  flex-direction: row;
  justify-content: space-around
}

.flex-row-sa-aic {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center
}

.flex-row-start {
  display: flex;
  flex-direction: row;
  justify-content: flex-start
}

.flex-row-end {
  display: flex;
  flex-direction: row;
  justify-content: flex-end
}

.flex-column-aic {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column
}

.flex-column-sb {
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.flex-column-start {
  display: flex;
  flex-direction: column;
  justify-content: flex-start
}

.flex-column-end {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important
}

.align-baseline {
  vertical-align: baseline !important
}

.align-top {
  vertical-align: top !important
}

.align-middle {
  vertical-align: middle !important
}

.align-bottom {
  vertical-align: bottom !important
}

.align-text-bottom {
  vertical-align: text-bottom !important
}

.align-text-top {
  vertical-align: text-top !important
}

.rounded-2 {
  border-radius: 4px;
  overflow: hidden
}

.fade-enter-active, .fade-leave-active {
  transition: opacity .5s cubic-bezier(0.35, 0, 0, 1.01)
}

.fade-enter, .fade-leave-to {
  opacity: 0
}

.order-first {
  order: -1 !important
}

.order-0 {
  order: 0 !important
}

.order-1 {
  order: 1 !important
}

.order-2 {
  order: 2 !important
}

.order-3 {
  order: 3 !important
}

.order-4 {
  order: 4 !important
}

.order-5 {
  order: 5 !important
}

.order-last {
  order: 6 !important
}

.w-100 {
  width: 100%
}

.h-100 {
  height: 100%
}

.w-50__exclude-gutter {
  width: calc(50% - 20px)
}

.w-50__include-gutter {
  width: calc(50% + 20px)
}

.position-static {
  position: static
}

.position-relative {
  position: relative
}

.position-absolute {
  position: absolute
}

.position-fixed {
  position: fixed
}

.position-sticky {
  position: sticky
}

.alert {
  position: relative;
  padding: 16px 24px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 6px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 150%
}

.alert-primary {
  background-color: #bae6fd;
  border-color: #7dd3fc;
  color: #1e3a8a
}

.alert-secondary {
  background-color: #e5e7eb;
  border-color: #d1d5db;
  color: #111827
}

.alert-success {
  background-color: #a7f3d0;
  border-color: #86efac;
  color: #14532d
}

.alert-danger {
  background-color: #fecdd3;
  border-color: #fb7185;
  color: #881337
}

.alert-warning {
  background-color: #fef3c7;
  border-color: #fbbf24;
  color: #78350f
}

.alert-info {
  background-color: #a5f3fc;
  border-color: #67e8f9;
  color: #164e63
}

.alert-light {
  background-color: #f3f4f6;
  border-color: #e5e7eb;
  color: #6b7280
}

.alert-dark {
  background-color: #94a3b8;
  border-color: #475569;
  color: #0f172a
}

.badge {
  display: inline-block;
  padding: .35em .75em;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .375em
}

.badge:empty {
  display: none
}

h1 .badge, h2 .badge, h3 .badge, h4 .badge, h5 .badge, h6 .badge, .h1 .badge, .h2 .badge, .h3 .badge, .h4 .badge, .h5 .badge, .h6 .badge {
  font-size: .75em
}

a.badge {
  text-decoration: none
}

a.badge:hover {
  text-decoration: none
}

.border, input {
  border: 1px solid var(--gray-400)
}

.border-top {
  border-top: 1px solid var(--gray-400)
}

.border-end {
  border-right: 1px solid var(--gray-400)
}

.border-bottom {
  border-bottom: 1px solid var(--gray-400)
}

.border-start {
  border-left: 1px solid var(--gray-400)
}

.border-0 {
  border: none !important
}

.border-top-0 {
  border-top: none !important
}

.border-end-0 {
  border-right: none !important
}

.border-bottom-0 {
  border-bottom: none !important
}

.border-start-0 {
  border-left: none !important
}

.btn-blue-rounded, .btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 150%
}

.btn-blue-rounded:hover, .btn:hover {
  text-decoration: none
}

.btn-blue-rounded:focus, .btn:focus {
  outline: none
}

.btn {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 4px solid rgba(0, 0, 0, 0);
  padding: .375em .75em;
  border-radius: 4px;
  transition: background-color .3s cubic-bezier(0.35, 0, 0, 1.01)
}

.btn:hover {
  transition: background-color .3s cubic-bezier(0.35, 0, 0, 1.01)
}

.btn.btn-primary-inverse {
  background: var(--white);
  border: 2px solid var(--blue-600);
  color: var(--blue-600)
}

.btn.btn-primary-inverse:hover {
  background-color: var(--blue-600);
  color: var(--white)
}

input {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 150%;
  padding: 14px 16px;
  width: 100%;
  transition: border-color .3s cubic-bezier(0.35, 0, 0, 1.01)
}

input:focus, input:active {
  border-color: var(--gray-800);
  transition: border-color .3s cubic-bezier(0.35, 0, 0, 1.01)
}

input::placeholder {
  color: var(--gray-400)
}

.component__input__add-bs-icon-to-label, .component__input__phone__label, .component__input__name__label, .component__input__email__label {
  position: relative
}

.component__input__add-bs-icon-to-label:after, .component__input__phone__label:after, .component__input__name__label:after, .component__input__email__label:after {
  color: var(--gray-800);
  display: inline-block;
  position: absolute;
  font-family: "bootstrap-icons", serif !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.component__input__add-bs-icon-to-label input, .component__input__phone__label input, .component__input__name__label input, .component__input__email__label input {
  padding-left: 45px !important
}

.component__label:after {
  color: var(--gray-800)
}

.component__dark .component__label:after {
  color: var(--gray-400)
}

.component__dark .component__input {
  color: var(--gray-400);
  border-color: var(--gray-800);
  transition: border-color .3s cubic-bezier(0.35, 0, 0, 1.01)
}

.component__dark .component__input:focus, .component__dark .component__input:active {
  border-color: var(--gray-800);
  transition: border-color .3s cubic-bezier(0.35, 0, 0, 1.01)
}

.component__dark .component__input::placeholder {
  color: var(--gray-800)
}

.component__input__email__label:after {
  content: "";
  top: 3px;
  left: 16px
}

.component__input__name__label:after {
  content: "";
  top: 48px;
  left: 16px
}

.component__input__phone__label:after {
  content: "";
  top: 3px;
  left: 16px
}

table {
  width: 100%;
  margin-bottom: 1.5em
}

table th, table td {
  color: var(--black);
  padding: .5em
}

table th {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 150%
}

table td {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 150%;
  text-align: right
}

table td a {
  color: var(--black);
  transition: color .3s cubic-bezier(0.35, 0, 0, 1.01)
}

table td a:hover {
  color: var(--accent);
  text-decoration: none;
  transition: color .3s cubic-bezier(0.35, 0, 0, 1.01)
}

table th, table td {
  text-align: left
}

table:not(.table-bordered,.table-horizontal-bordered) {
  border-spacing: 0 10px;
  border-collapse: separate
}

table:not(.table-bordered,.table-horizontal-bordered) th {
  font-size: 1.2rem;
  line-height: 170%;
  vertical-align: bottom
}

table:not(.table-bordered,.table-horizontal-bordered) th[scope=row] {
  background: #fff;
  vertical-align: middle;
  padding-left: 20px
}

table:not(.table-bordered,.table-horizontal-bordered) td {
  text-align: left;
  vertical-align: middle;
  background: #fff;
  padding: 12px 20px
}

table.table-bordered > :not(caption) > * {
  border-width: 1px 0;
  border-color: var(--gray-400);
  border-style: solid
}

table.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
  border-color: var(--gray-400);
  border-style: solid
}

table.table-horizontal-bordered tr td, table.table-horizontal-bordered tr th {
  padding: .3em .5em
}

table.table-horizontal-bordered tr:not(:last-child) td, table.table-horizontal-bordered tr:not(:last-child) th {
  border-bottom-width: 1px;
  border-color: var(--gray-400);
  border-style: solid
}

table.table-striped tr:nth-child(odd) td, table.table-striped tr:nth-child(odd) th {
  background-color: var(--gray-100)
}

table.table-horizontal-bordered tr td, table.table-horizontal-bordered tr th {
  padding: 12px 20px
}

table.table-horizontal-bordered tr td, table.table-horizontal-bordered tr th {
  border-bottom-width: 1px;
  border-color: var(--gray-400);
  border-style: solid
}

table.table-horizontal-bordered tbody tr:last-child td, table.table-horizontal-bordered tbody tr:last-child th {
  border-bottom: none
}

table.table-striped tbody tr:nth-child(odd) td, table.table-striped tbody tr:nth-child(odd) th {
  background-color: var(--gray-100)
}

.link-underline {
  position: relative;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 5px
}

.link-underline::after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #4b5563;
  transition: .3s
}

.link-underline:hover:after {
  bottom: -3px
}

.link-white-underline {
  position: relative;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 5px
}

.link-white-underline::after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #4b5563;
  transition: .3s
}

.link-white-underline:hover:after {
  bottom: -3px
}

.link-white-underline:after {
  background: #fff
}

.link-highlight {
  text-decoration: none;
  background-image: linear-gradient(to bottom, #c8e4ff 0%, #95cbff 100%);
  background-repeat: no-repeat;
  background-size: 100% 0;
  background-position: 0 111%;
  padding: 2px 2px 0 0;
  border-bottom-width: 2px;
  border-block-end-style: solid;
  border-bottom-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  transition: all .3s cubic-bezier(0.35, 0, 0, 1.01)
}

.link-highlight:hover {
  background-size: 100% 88%;
  border-bottom-color: #004c95
}

.c-download__link {
  display: flex;
  align-items: center;
  color: #161d26;
  background: #f3f4f6;
  width: 283px;
  border-radius: 2px;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0);
  transition: box-shadow .3s, border-color .3s cubic-bezier(0.35, 0, 0, 1.01)
}

.c-download__link:hover {
  border: 1px solid #e5e7eb;
  text-decoration: none;
  box-shadow: 0 9px 40px 0 rgba(22, 29, 38, .05);
  transition: box-shadow .3s, border-color .3s cubic-bezier(0.35, 0, 0, 1.01)
}

.c-download__link:first-child {
  margin-bottom: 30px
}

.c-download__link.white {
  background: #fff;
  border: none
}

.c-download__link .c-download__desc {
  flex-grow: 1;
  font-size: 14px;
  line-height: 130%;
  font-weight: 600;
  padding: 10px 15px 10px 20px
}

.c-download__link .c-download__divider {
  width: 1px;
  background: #e5e7eb;
  align-self: stretch
}

.c-download__link .c-download__icon {
  height: 100%;
  padding: 15px 24px;
  display: flex;
  align-items: center;
  justify-content: center
}

.c-download__link .c-download__icon img {
  max-width: none;
  width: 24px
}

.product-card__desc__read_more button, .product-card__desc__read_more a {
  background: none;
  border: none;
  padding: 0;
  background: #dbeafe;
  padding: 7px 14px;
  border-radius: 2px
}

.product-card__desc__read_more button:focus, .product-card__desc__read_more a:focus {
  outline: none
}

.product-card__desc__read_more button {
  display: flex;
  align-items: center;
  min-height: 37px;
  transition: background-color .3s cubic-bezier(0.35, 0, 0, 1.01)
}

.product-card__desc__read_more:hover button {
  background-color: #93c5fd;
  transition: background-color .3s cubic-bezier(0.35, 0, 0, 1.01)
}

.с-product-card__row {
  display: grid;
  grid-template-columns:repeat(1, 1fr)
}

.c-product-card {
  display: inline-block;
  position: relative;
  background: #fff;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  transition: transform .3s cubic-bezier(0.35, 0, 0, 1.01);
  margin-bottom: 10px
}

.c-product-card a {
  color: #161d26;
  text-decoration: none
}

.c-product-card a:hover {
  text-decoration: none
}

.c-product-card .product-card__img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 207px;
  position: relative
}

.c-product-card .product-card__img img {
  max-height: 100%
}

.c-product-card .product-card__content {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px 10px 20px
}

.c-product-card .product-card__feat__list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  margin-bottom: 9px
}

.c-product-card .product-card__feat_item {
  font-size: 1rem;
  font-weight: 600;
  line-height: 170%;
  background: #e5e7eb;
  padding: 5px 9px;
  border-radius: 2px;
  margin-right: 4px;
  margin-bottom: 4px
}

.c-product-card .product-card__feat_item:last-child {
  margin-right: 0
}

.c-product-card .product-card__feat_item img {
  height: 16px;
  display: inline-block;
  margin-top: -5px
}

.c-product-card .product-card__title {
  font-family: "PT Serif", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: .015em;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: .015em;
  transition: color .3s cubic-bezier(0.35, 0, 0, 1.01);
  margin-bottom: 15px
}

.c-product-card a:hover .product-card__title {
  color: #004c95;
  transition: color .3s cubic-bezier(0.35, 0, 0, 1.01)
}

.c-product-card .product-card__desc {
  line-height: 130%;
  margin-bottom: 15px
}

.c-product-card .product-card__desc__bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse
}

.c-product-card .product-card__desc__bottom img {
  display: inline !important
}

.c-product-card .product-card__desc__bottom .product-card__membrane {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 150%
}

.c-product-card .product-card__desc__bottom .product-card__membrane .product-card__membrane__img {
  display: inline-block;
  margin-right: 10px
}

.c-product-card .product-card__desc__bottom .product-card__desc__read_more button, .c-product-card .product-card__desc__bottom .product-card__desc__read_more a {
  background: none;
  border: none;
  padding: 0;
  background: #dbeafe;
  padding: 7px 14px;
  border-radius: 2px
}

.c-product-card .product-card__desc__bottom .product-card__desc__read_more button:focus, .c-product-card .product-card__desc__bottom .product-card__desc__read_more a:focus {
  outline: none
}

.c-product-card .product-card__desc__bottom .product-card__desc__read_more button {
  transition: background-color .3s cubic-bezier(0.35, 0, 0, 1.01);
  display: flex;
  align-items: center;
  min-height: 37px
}

.c-product-card a:hover .product-card__membrane, .c-product-card a:hover .product-card__desc {
  color: #004c95;
  transition: color .3s cubic-bezier(0.35, 0, 0, 1.01)
}

.c-product-card a:hover .product-card__desc__bottom .product-card__desc__read_more button {
  background-color: #93c5fd;
  transition: background-color .3s cubic-bezier(0.35, 0, 0, 1.01)
}

.block-shift__title {
  font-size: 24px
}

.block-shift__desc {
  font-size: 15px;
  line-height: 160%
}

.block-shift-img {
  margin-bottom: 35px;
  margin-top: 35px
}

.block-shift-img .block-shift__grid {
  display: flex;
  flex-direction: column
}

.block-shift-img .block-shift__title {
  margin-bottom: 24px
}

.block-shift-img .block-shift__desc {
  background: #fff;
  border-radius: 0 0 4px 4px;
  padding: 30px 15px 30px 30px
}

.block-shift-img .block-shift__desc p {
  margin-bottom: 18px
}

.block-shift-img .block-shift__desc p:last-child {
  margin-bottom: 0
}

.block-shift-img .block-shift__img {
  line-height: 0;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  z-index: 10;
  display: flex;
  align-items: center;
  height: 160px
}

.block-shift-img .block-shift__img img {
  box-shadow: 0 9px 40px 0 rgba(22, 29, 38, .05);
  width: 100%;
  border-radius: 4px 4px 0 0
}

.block-shift-img__inner-title .block-shift__title {
  margin-top: 0;
  margin-bottom: 1em
}

.block-right-img-shift .block-shift__desc {
  order: 2
}

.block-right-img-shift .block-shift__img {
  order: 1
}

.block-left-img-shift .block-shift__desc {
  order: 2
}

.block-left-img-shift .block-shift__img {
  order: 1
}

.block-shift-img__outer-title .block-shift__title {
  order: 1
}

.block-shift-img__outer-title .block-shift__img {
  order: 2
}

.block-shift-img__outer-title .block-shift__desc {
  order: 3
}

.articles-list__small {
  position: relative;
  display: grid;
  --minmax: 230px;
  --gap: 0;
  grid-template-columns:repeat(auto-fit, minmax(var(--minmax), 1fr));
  gap: var(--gap);
  margin-left: -25px;
  margin-right: -25px
}

.articles-list__small .item__link {
  text-decoration: none
}

.articles-list__small .item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 30px 25px;
  position: relative;
  border-radius: 5px;
  background-color: var(--white);
  transition: background .3s cubic-bezier(0.35, 0, 0, 1.01)
}

.articles-list__small .item:hover {
  background-color: #fffbeb;
  transition: background .3s cubic-bezier(0.35, 0, 0, 1.01)
}

.articles-list__small .item__img {
  display: block;
  line-height: 0;
  margin-bottom: 20px;
  border-radius: 5px
}

.articles-list__small .item__category {
  display: block;
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 150%;
  color: #cbd5e1
}

.articles-list__small .item__title {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 150%
}

html {
  scroll-behavior: smooth
}

@media (min-width: 0) {
  [class^=col-], [class*=col-] {
    padding-left: 10px;
    padding-right: 10px
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 552px;
    padding-left: 12px;
    padding-right: 12px
  }

  .container-sm {
    max-width: 552px
  }

  .row {
    margin-left: -12px;
    margin-right: -12px
  }

  .col-sm-1 {
    display: block;
    width: 8.3333333333%
  }

  .col-sm-2 {
    display: block;
    width: 16.6666666667%
  }

  .col-sm-3 {
    display: block;
    width: 25%
  }

  .col-sm-4 {
    display: block;
    width: 33.3333333333%
  }

  .col-sm-5 {
    display: block;
    width: 41.6666666667%
  }

  .col-sm-6 {
    display: block;
    width: 50%
  }

  .col-sm-7 {
    display: block;
    width: 58.3333333333%
  }

  .col-sm-8 {
    display: block;
    width: 66.6666666667%
  }

  .col-sm-9 {
    display: block;
    width: 75%
  }

  .col-sm-10 {
    display: block;
    width: 83.3333333333%
  }

  .col-sm-11 {
    display: block;
    width: 91.6666666667%
  }

  .col-sm-12 {
    display: block;
    width: 100%
  }

  [class^=col-], [class*=col-] {
    padding-left: 12px;
    padding-right: 12px
  }

  .g-sm-0 {
    margin-right: 0;
    margin-left: 0
  }

  .g-sm-0 > .col, .g-sm-0 > [class*=col-] {
    padding-right: 0;
    padding-left: 0
  }

  .g-sm {
    margin-right: -12px;
    margin-left: -12px
  }

  .g-sm > .col, .g-sm > [class*=col-] {
    padding-right: 12px;
    padding-left: 12px
  }

  .offset-sm-0 {
    margin-left: 0
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%
  }

  .col-sm-five {
    flex: 0 0 20%;
    max-width: 20%
  }

  ul:not([class]) > li:before {
    margin-top: .75rem
  }

  .text-sm-left {
    text-align: left !important
  }

  .text-sm-right {
    text-align: right !important
  }

  .text-sm-center {
    text-align: center !important
  }

  .m-sm-0 {
    margin: 0 !important
  }

  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important
  }

  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important
  }

  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important
  }

  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important
  }

  .m-sm-1 {
    margin: .25rem !important
  }

  .mt-sm-1, .my-sm-1 {
    margin-top: .25rem !important
  }

  .mb-sm-1, .my-sm-1 {
    margin-bottom: .25rem !important
  }

  .mr-sm-1, .mx-sm-1 {
    margin-right: .25rem !important
  }

  .ml-sm-1, .mx-sm-1 {
    margin-left: .25rem !important
  }

  .m-sm-2 {
    margin: .5rem !important
  }

  .mt-sm-2, .my-sm-2 {
    margin-top: .5rem !important
  }

  .mb-sm-2, .my-sm-2 {
    margin-bottom: .5rem !important
  }

  .mr-sm-2, .mx-sm-2 {
    margin-right: .5rem !important
  }

  .ml-sm-2, .mx-sm-2 {
    margin-left: .5rem !important
  }

  .m-sm-3 {
    margin: 1rem !important
  }

  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important
  }

  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important
  }

  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important
  }

  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important
  }

  .m-sm-4 {
    margin: 1.5rem !important
  }

  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important
  }

  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important
  }

  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important
  }

  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important
  }

  .m-sm-5 {
    margin: 3rem !important
  }

  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important
  }

  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important
  }

  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important
  }

  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important
  }

  .p-sm-0 {
    padding: 0 !important
  }

  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important
  }

  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important
  }

  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important
  }

  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important
  }

  .p-sm-1 {
    padding: .25rem !important
  }

  .pt-sm-1, .py-sm-1 {
    padding-top: .25rem !important
  }

  .pb-sm-1, .py-sm-1 {
    padding-bottom: .25rem !important
  }

  .pr-sm-1, .px-sm-1 {
    padding-right: .25rem !important
  }

  .pl-sm-1, .px-sm-1 {
    padding-left: .25rem !important
  }

  .p-sm-2 {
    padding: .5rem !important
  }

  .pt-sm-2, .py-sm-2 {
    padding-top: .5rem !important
  }

  .pb-sm-2, .py-sm-2 {
    padding-bottom: .5rem !important
  }

  .pr-sm-2, .px-sm-2 {
    padding-right: .5rem !important
  }

  .pl-sm-2, .px-sm-2 {
    padding-left: .5rem !important
  }

  .p-sm-3 {
    padding: 1rem !important
  }

  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important
  }

  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important
  }

  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important
  }

  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important
  }

  .p-sm-4 {
    padding: 1.5rem !important
  }

  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important
  }

  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important
  }

  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important
  }

  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important
  }

  .p-sm-5 {
    padding: 3rem !important
  }

  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important
  }

  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important
  }

  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important
  }

  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important
  }

  .d-sm-block {
    display: block !important
  }

  .d-sm-inline-block {
    display: inline-block !important
  }

  .d-sm-inline {
    display: inline !important
  }

  .d-sm-flex {
    display: flex !important
  }

  .d-sm-none {
    display: none !important
  }

  .order-sm-first {
    order: -1 !important
  }

  .order-sm-0 {
    order: 0 !important
  }

  .order-sm-1 {
    order: 1 !important
  }

  .order-sm-2 {
    order: 2 !important
  }

  .order-sm-3 {
    order: 3 !important
  }

  .order-sm-4 {
    order: 4 !important
  }

  .order-sm-5 {
    order: 5 !important
  }

  .order-sm-last {
    order: 6 !important
  }

  .w-50__exclude-gutter {
    width: calc(50% - 24px)
  }

  .w-50__include-gutter {
    width: calc(50% + 24px)
  }

  .с-product-card__row {
    grid-template-columns:repeat(2, 1fr);
    grid-column-gap: 10px
  }

  .c-product-card {
    margin-bottom: 12px
  }

  .block-shift-img .block-shift__desc {
    padding: 40px 15px 40px 30px
  }

  .block-shift-img .block-shift__img {
    height: 200px
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 738px;
    padding-left: 15px;
    padding-right: 15px
  }

  .container-md {
    max-width: 738px
  }

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

  .col-md-1 {
    display: block;
    width: 8.3333333333%
  }

  .col-md-2 {
    display: block;
    width: 16.6666666667%
  }

  .col-md-3 {
    display: block;
    width: 25%
  }

  .col-md-4 {
    display: block;
    width: 33.3333333333%
  }

  .col-md-5 {
    display: block;
    width: 41.6666666667%
  }

  .col-md-6 {
    display: block;
    width: 50%
  }

  .col-md-7 {
    display: block;
    width: 58.3333333333%
  }

  .col-md-8 {
    display: block;
    width: 66.6666666667%
  }

  .col-md-9 {
    display: block;
    width: 75%
  }

  .col-md-10 {
    display: block;
    width: 83.3333333333%
  }

  .col-md-11 {
    display: block;
    width: 91.6666666667%
  }

  .col-md-12 {
    display: block;
    width: 100%
  }

  [class^=col-], [class*=col-] {
    padding-left: 15px;
    padding-right: 15px
  }

  .g-md-0 {
    margin-right: 0;
    margin-left: 0
  }

  .g-md-0 > .col, .g-md-0 > [class*=col-] {
    padding-right: 0;
    padding-left: 0
  }

  .g-md {
    margin-right: -15px;
    margin-left: -15px
  }

  .g-md > .col, .g-md > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px
  }

  .offset-md-0 {
    margin-left: 0
  }

  .offset-md-1 {
    margin-left: 8.3333333333%
  }

  .offset-md-2 {
    margin-left: 16.6666666667%
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%
  }

  .offset-md-5 {
    margin-left: 41.6666666667%
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%
  }

  .offset-md-8 {
    margin-left: 66.6666666667%
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%
  }

  .offset-md-11 {
    margin-left: 91.6666666667%
  }

  .col-md-five {
    flex: 0 0 20%;
    max-width: 20%
  }

  .lg-text-light {
    font-size: 1.6rem
  }

  .lg-text-normal {
    font-size: 1.6rem
  }

  .lg-text-medium {
    font-size: 1.6rem
  }

  .lg-text-bold {
    font-size: 1.6rem
  }

  .lg-text-uppercase {
    font-size: 1.6rem
  }

  .text-md-left {
    text-align: left !important
  }

  .text-md-right {
    text-align: right !important
  }

  .text-md-center {
    text-align: center !important
  }

  .m-md-0 {
    margin: 0 !important
  }

  .mt-md-0, .my-md-0 {
    margin-top: 0 !important
  }

  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important
  }

  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important
  }

  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important
  }

  .m-md-1 {
    margin: .25rem !important
  }

  .mt-md-1, .my-md-1 {
    margin-top: .25rem !important
  }

  .mb-md-1, .my-md-1 {
    margin-bottom: .25rem !important
  }

  .mr-md-1, .mx-md-1 {
    margin-right: .25rem !important
  }

  .ml-md-1, .mx-md-1 {
    margin-left: .25rem !important
  }

  .m-md-2 {
    margin: .5rem !important
  }

  .mt-md-2, .my-md-2 {
    margin-top: .5rem !important
  }

  .mb-md-2, .my-md-2 {
    margin-bottom: .5rem !important
  }

  .mr-md-2, .mx-md-2 {
    margin-right: .5rem !important
  }

  .ml-md-2, .mx-md-2 {
    margin-left: .5rem !important
  }

  .m-md-3 {
    margin: 1rem !important
  }

  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important
  }

  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important
  }

  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important
  }

  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important
  }

  .m-md-4 {
    margin: 1.5rem !important
  }

  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important
  }

  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important
  }

  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important
  }

  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important
  }

  .m-md-5 {
    margin: 3rem !important
  }

  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important
  }

  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important
  }

  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important
  }

  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important
  }

  .p-md-0 {
    padding: 0 !important
  }

  .pt-md-0, .py-md-0 {
    padding-top: 0 !important
  }

  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important
  }

  .pr-md-0, .px-md-0 {
    padding-right: 0 !important
  }

  .pl-md-0, .px-md-0 {
    padding-left: 0 !important
  }

  .p-md-1 {
    padding: .25rem !important
  }

  .pt-md-1, .py-md-1 {
    padding-top: .25rem !important
  }

  .pb-md-1, .py-md-1 {
    padding-bottom: .25rem !important
  }

  .pr-md-1, .px-md-1 {
    padding-right: .25rem !important
  }

  .pl-md-1, .px-md-1 {
    padding-left: .25rem !important
  }

  .p-md-2 {
    padding: .5rem !important
  }

  .pt-md-2, .py-md-2 {
    padding-top: .5rem !important
  }

  .pb-md-2, .py-md-2 {
    padding-bottom: .5rem !important
  }

  .pr-md-2, .px-md-2 {
    padding-right: .5rem !important
  }

  .pl-md-2, .px-md-2 {
    padding-left: .5rem !important
  }

  .p-md-3 {
    padding: 1rem !important
  }

  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important
  }

  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important
  }

  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important
  }

  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important
  }

  .p-md-4 {
    padding: 1.5rem !important
  }

  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important
  }

  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important
  }

  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important
  }

  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important
  }

  .p-md-5 {
    padding: 3rem !important
  }

  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important
  }

  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important
  }

  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important
  }

  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important
  }

  .d-md-block {
    display: block !important
  }

  .d-md-inline-block {
    display: inline-block !important
  }

  .d-md-inline {
    display: inline !important
  }

  .d-md-flex {
    display: flex !important
  }

  .d-md-none {
    display: none !important
  }

  .order-md-first {
    order: -1 !important
  }

  .order-md-0 {
    order: 0 !important
  }

  .order-md-1 {
    order: 1 !important
  }

  .order-md-2 {
    order: 2 !important
  }

  .order-md-3 {
    order: 3 !important
  }

  .order-md-4 {
    order: 4 !important
  }

  .order-md-5 {
    order: 5 !important
  }

  .order-md-last {
    order: 6 !important
  }

  .w-50__exclude-gutter {
    width: calc(50% - 30px)
  }

  .w-50__include-gutter {
    width: calc(50% + 30px)
  }

  .c-download__link:first-child {
    margin-bottom: 0
  }

  .с-product-card__row {
    grid-column-gap: 15px
  }

  .c-product-card {
    margin-bottom: 15px
  }

  .c-product-card .product-card__img {
    max-width: 100%
  }

  .c-product-card .product-card__content {
    padding: 25px;
    min-height: 180px
  }

  .c-product-card .product-card__feat__list {
    justify-content: flex-start;
    margin-bottom: 12px
  }

  .c-product-card .product-card__feat_item {
    margin-right: 9px;
    margin-bottom: 9px
  }

  .c-product-card .product-card__desc {
    margin-bottom: 20px
  }

  .block-shift__title {
    font-size: 40px
  }

  .block-shift__desc {
    font-size: 18px
  }

  .block-shift-img {
    margin-bottom: 86px
  }

  .block-shift-img .block-shift__img {
    height: 260px
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 992px;
    padding-left: 16px;
    padding-right: 16px
  }

  .container-lg {
    max-width: 992px
  }

  .row {
    margin-left: -16px;
    margin-right: -16px
  }

  .col-lg-1 {
    display: block;
    width: 8.3333333333%
  }

  .col-lg-2 {
    display: block;
    width: 16.6666666667%
  }

  .col-lg-3 {
    display: block;
    width: 25%
  }

  .col-lg-4 {
    display: block;
    width: 33.3333333333%
  }

  .col-lg-5 {
    display: block;
    width: 41.6666666667%
  }

  .col-lg-6 {
    display: block;
    width: 50%
  }

  .col-lg-7 {
    display: block;
    width: 58.3333333333%
  }

  .col-lg-8 {
    display: block;
    width: 66.6666666667%
  }

  .col-lg-9 {
    display: block;
    width: 75%
  }

  .col-lg-10 {
    display: block;
    width: 83.3333333333%
  }

  .col-lg-11 {
    display: block;
    width: 91.6666666667%
  }

  .col-lg-12 {
    display: block;
    width: 100%
  }

  [class^=col-], [class*=col-] {
    padding-left: 16px;
    padding-right: 16px
  }

  .g-lg-0 {
    margin-right: 0;
    margin-left: 0
  }

  .g-lg-0 > .col, .g-lg-0 > [class*=col-] {
    padding-right: 0;
    padding-left: 0
  }

  .g-lg {
    margin-right: -16px;
    margin-left: -16px
  }

  .g-lg > .col, .g-lg > [class*=col-] {
    padding-right: 16px;
    padding-left: 16px
  }

  .offset-lg-0 {
    margin-left: 0
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%
  }

  .col-lg-five {
    flex: 0 0 20%;
    max-width: 20%
  }

  .text-lg-left {
    text-align: left !important
  }

  .text-lg-right {
    text-align: right !important
  }

  .text-lg-center {
    text-align: center !important
  }

  .m-lg-0 {
    margin: 0 !important
  }

  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important
  }

  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important
  }

  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important
  }

  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important
  }

  .m-lg-1 {
    margin: .25rem !important
  }

  .mt-lg-1, .my-lg-1 {
    margin-top: .25rem !important
  }

  .mb-lg-1, .my-lg-1 {
    margin-bottom: .25rem !important
  }

  .mr-lg-1, .mx-lg-1 {
    margin-right: .25rem !important
  }

  .ml-lg-1, .mx-lg-1 {
    margin-left: .25rem !important
  }

  .m-lg-2 {
    margin: .5rem !important
  }

  .mt-lg-2, .my-lg-2 {
    margin-top: .5rem !important
  }

  .mb-lg-2, .my-lg-2 {
    margin-bottom: .5rem !important
  }

  .mr-lg-2, .mx-lg-2 {
    margin-right: .5rem !important
  }

  .ml-lg-2, .mx-lg-2 {
    margin-left: .5rem !important
  }

  .m-lg-3 {
    margin: 1rem !important
  }

  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important
  }

  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important
  }

  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important
  }

  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important
  }

  .m-lg-4 {
    margin: 1.5rem !important
  }

  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important
  }

  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important
  }

  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important
  }

  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important
  }

  .m-lg-5 {
    margin: 3rem !important
  }

  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important
  }

  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important
  }

  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important
  }

  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important
  }

  .p-lg-0 {
    padding: 0 !important
  }

  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important
  }

  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important
  }

  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important
  }

  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important
  }

  .p-lg-1 {
    padding: .25rem !important
  }

  .pt-lg-1, .py-lg-1 {
    padding-top: .25rem !important
  }

  .pb-lg-1, .py-lg-1 {
    padding-bottom: .25rem !important
  }

  .pr-lg-1, .px-lg-1 {
    padding-right: .25rem !important
  }

  .pl-lg-1, .px-lg-1 {
    padding-left: .25rem !important
  }

  .p-lg-2 {
    padding: .5rem !important
  }

  .pt-lg-2, .py-lg-2 {
    padding-top: .5rem !important
  }

  .pb-lg-2, .py-lg-2 {
    padding-bottom: .5rem !important
  }

  .pr-lg-2, .px-lg-2 {
    padding-right: .5rem !important
  }

  .pl-lg-2, .px-lg-2 {
    padding-left: .5rem !important
  }

  .p-lg-3 {
    padding: 1rem !important
  }

  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important
  }

  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important
  }

  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important
  }

  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important
  }

  .p-lg-4 {
    padding: 1.5rem !important
  }

  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important
  }

  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important
  }

  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important
  }

  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important
  }

  .p-lg-5 {
    padding: 3rem !important
  }

  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important
  }

  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important
  }

  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important
  }

  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important
  }

  .d-lg-block {
    display: block !important
  }

  .d-lg-inline-block {
    display: inline-block !important
  }

  .d-lg-inline {
    display: inline !important
  }

  .d-lg-flex {
    display: flex !important
  }

  .d-lg-none {
    display: none !important
  }

  .order-lg-first {
    order: -1 !important
  }

  .order-lg-0 {
    order: 0 !important
  }

  .order-lg-1 {
    order: 1 !important
  }

  .order-lg-2 {
    order: 2 !important
  }

  .order-lg-3 {
    order: 3 !important
  }

  .order-lg-4 {
    order: 4 !important
  }

  .order-lg-5 {
    order: 5 !important
  }

  .order-lg-last {
    order: 6 !important
  }

  .w-50__exclude-gutter {
    width: calc(50% - 32px)
  }

  .w-50__include-gutter {
    width: calc(50% + 32px)
  }

  .с-product-card__row {
    grid-template-columns:repeat(3, 1fr)
  }

  .c-product-card {
    margin-bottom: 16px
  }

  .c-product-card:hover {
    transform: scale(1.03);
    transition: transform .3s cubic-bezier(0.35, 0, 0, 1.01)
  }

  .block-shift-img .block-shift__grid {
    display: grid
  }

  .block-shift-img .block-shift__title {
    margin-bottom: 0
  }

  .block-shift-img .block-shift__desc {
    border-radius: 4px;
    padding: 60px 100px 80px 60px
  }

  .block-shift-img .block-shift__desc p {
    margin-bottom: 24px
  }

  .block-shift-img .block-shift__img {
    display: block;
    height: auto
  }

  .block-shift-img .block-shift__img img {
    border-radius: 4px
  }

  .block-shift-img__inner-title .block-shift__grid {
    grid-template:356px 125px auto/100px auto 100px
  }

  .block-shift-img__outer-title .block-shift__grid {
    grid-template:75px 356px 125px auto/100px auto 100px
  }

  .block-shift-img__outer-title .block-shift__title {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 2;
    grid-column-end: 3
  }

  .block-shift-img__outer-title.block-right-img-shift .block-shift__title {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 2;
    grid-column-end: 3
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1366px;
    padding-left: 17px;
    padding-right: 17px
  }

  .container-xl {
    max-width: 1366px
  }

  .row {
    margin-left: -17px;
    margin-right: -17px
  }

  .col-xl-1 {
    display: block;
    width: 8.3333333333%
  }

  .col-xl-2 {
    display: block;
    width: 16.6666666667%
  }

  .col-xl-3 {
    display: block;
    width: 25%
  }

  .col-xl-4 {
    display: block;
    width: 33.3333333333%
  }

  .col-xl-5 {
    display: block;
    width: 41.6666666667%
  }

  .col-xl-6 {
    display: block;
    width: 50%
  }

  .col-xl-7 {
    display: block;
    width: 58.3333333333%
  }

  .col-xl-8 {
    display: block;
    width: 66.6666666667%
  }

  .col-xl-9 {
    display: block;
    width: 75%
  }

  .col-xl-10 {
    display: block;
    width: 83.3333333333%
  }

  .col-xl-11 {
    display: block;
    width: 91.6666666667%
  }

  .col-xl-12 {
    display: block;
    width: 100%
  }

  [class^=col-], [class*=col-] {
    padding-left: 17px;
    padding-right: 17px
  }

  .g-xl-0 {
    margin-right: 0;
    margin-left: 0
  }

  .g-xl-0 > .col, .g-xl-0 > [class*=col-] {
    padding-right: 0;
    padding-left: 0
  }

  .g-xl {
    margin-right: -17px;
    margin-left: -17px
  }

  .g-xl > .col, .g-xl > [class*=col-] {
    padding-right: 17px;
    padding-left: 17px
  }

  .offset-xl-0 {
    margin-left: 0
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%
  }

  .col-xl-five {
    flex: 0 0 20%;
    max-width: 20%
  }

  :root, html {
    font-size: 12px
  }

  .xs-text-light {
    font-size: 1rem
  }

  .xs-text-normal {
    font-size: 1rem
  }

  .xs-text-normal {
    line-height: 150%
  }

  .xs-text-medium {
    font-size: 1rem
  }

  .xs-text-medium {
    line-height: 150%
  }

  .xs-text-bold {
    font-size: 1rem
  }

  .xs-text-bold {
    line-height: 150%
  }

  .xs-text-uppercase {
    font-size: 1rem
  }

  .sm-text-light {
    font-size: 1.4rem
  }

  .sm-text-light {
    line-height: 160%
  }

  .sm-text-normal {
    font-size: 1.4rem
  }

  .sm-text-normal {
    line-height: 160%
  }

  .sm-text-medium {
    font-size: 1.4rem
  }

  .sm-text-medium {
    line-height: 170%
  }

  .sm-text-bold {
    font-size: 1.4rem
  }

  .sm-text-bold {
    line-height: 170%
  }

  .sm-text-uppercase {
    font-size: 1.4rem
  }

  .md-text-light {
    font-size: 1.6rem
  }

  .md-text-light {
    line-height: 160%
  }

  .md-text-normal, .c-product-card .product-card__desc {
    font-size: 1.6rem
  }

  .md-text-medium {
    font-size: 1.6rem
  }

  .md-text-bold {
    font-size: 1.6rem
  }

  .md-text-uppercase {
    font-size: 1.6rem
  }

  .lg-text-light {
    font-size: 1.8rem
  }

  .lg-text-light {
    line-height: 160%
  }

  .lg-text-normal {
    font-size: 1.8rem
  }

  .lg-text-medium {
    font-size: 1.8rem
  }

  .lg-text-bold {
    font-size: 1.8rem
  }

  .lg-text-uppercase {
    font-size: 1.8rem
  }

  h1, .h1 {
    font-size: 4.5rem
  }

  h2, .h2 {
    font-size: 3.5rem;
    letter-spacing: -0.01em
  }

  h3, .h3 {
    font-size: 2.75rem;
    letter-spacing: -0.02em
  }

  h4, .h4 {
    font-size: 2.25rem;
    letter-spacing: -0.01em
  }

  p, div {
    font-size: 1.6rem
  }

  ul:not([class]) > li {
    font-size: 1.6rem
  }

  .text-xl-left {
    text-align: left !important
  }

  .text-xl-right {
    text-align: right !important
  }

  .text-xl-center {
    text-align: center !important
  }

  .m-xl-0 {
    margin: 0 !important
  }

  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important
  }

  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important
  }

  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important
  }

  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important
  }

  .m-xl-1 {
    margin: .25rem !important
  }

  .mt-xl-1, .my-xl-1 {
    margin-top: .25rem !important
  }

  .mb-xl-1, .my-xl-1 {
    margin-bottom: .25rem !important
  }

  .mr-xl-1, .mx-xl-1 {
    margin-right: .25rem !important
  }

  .ml-xl-1, .mx-xl-1 {
    margin-left: .25rem !important
  }

  .m-xl-2 {
    margin: .5rem !important
  }

  .mt-xl-2, .my-xl-2 {
    margin-top: .5rem !important
  }

  .mb-xl-2, .my-xl-2 {
    margin-bottom: .5rem !important
  }

  .mr-xl-2, .mx-xl-2 {
    margin-right: .5rem !important
  }

  .ml-xl-2, .mx-xl-2 {
    margin-left: .5rem !important
  }

  .m-xl-3 {
    margin: 1rem !important
  }

  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important
  }

  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important
  }

  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important
  }

  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important
  }

  .m-xl-4 {
    margin: 1.5rem !important
  }

  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important
  }

  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important
  }

  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important
  }

  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important
  }

  .m-xl-5 {
    margin: 3rem !important
  }

  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important
  }

  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important
  }

  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important
  }

  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important
  }

  .p-xl-0 {
    padding: 0 !important
  }

  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important
  }

  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important
  }

  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important
  }

  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important
  }

  .p-xl-1 {
    padding: .25rem !important
  }

  .pt-xl-1, .py-xl-1 {
    padding-top: .25rem !important
  }

  .pb-xl-1, .py-xl-1 {
    padding-bottom: .25rem !important
  }

  .pr-xl-1, .px-xl-1 {
    padding-right: .25rem !important
  }

  .pl-xl-1, .px-xl-1 {
    padding-left: .25rem !important
  }

  .p-xl-2 {
    padding: .5rem !important
  }

  .pt-xl-2, .py-xl-2 {
    padding-top: .5rem !important
  }

  .pb-xl-2, .py-xl-2 {
    padding-bottom: .5rem !important
  }

  .pr-xl-2, .px-xl-2 {
    padding-right: .5rem !important
  }

  .pl-xl-2, .px-xl-2 {
    padding-left: .5rem !important
  }

  .p-xl-3 {
    padding: 1rem !important
  }

  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important
  }

  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important
  }

  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important
  }

  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important
  }

  .p-xl-4 {
    padding: 1.5rem !important
  }

  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important
  }

  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important
  }

  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important
  }

  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important
  }

  .p-xl-5 {
    padding: 3rem !important
  }

  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important
  }

  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important
  }

  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important
  }

  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important
  }

  .d-xl-block {
    display: block !important
  }

  .d-xl-inline-block {
    display: inline-block !important
  }

  .d-xl-inline {
    display: inline !important
  }

  .d-xl-flex {
    display: flex !important
  }

  .d-xl-none {
    display: none !important
  }

  .order-xl-first {
    order: -1 !important
  }

  .order-xl-0 {
    order: 0 !important
  }

  .order-xl-1 {
    order: 1 !important
  }

  .order-xl-2 {
    order: 2 !important
  }

  .order-xl-3 {
    order: 3 !important
  }

  .order-xl-4 {
    order: 4 !important
  }

  .order-xl-5 {
    order: 5 !important
  }

  .order-xl-last {
    order: 6 !important
  }

  .w-50__exclude-gutter {
    width: calc(50% - 34px)
  }

  .w-50__include-gutter {
    width: calc(50% + 34px)
  }

  .alert {
    font-size: 1.6rem
  }

  .btn-blue-rounded, .btn {
    font-size: 1.6rem
  }

  input {
    font-size: 1.4rem
  }

  input {
    line-height: 170%
  }

  table th {
    font-size: 1.4rem
  }

  table th {
    line-height: 170%
  }

  table td {
    font-size: 1.4rem
  }

  table td {
    line-height: 160%
  }

  table:not(.table-bordered,.table-horizontal-bordered) th {
    font-size: 1.4rem
  }

  .c-download__link .c-download__desc {
    padding: 7px 15px 7px 20px
  }

  .с-product-card__row {
    grid-template-columns:repeat(4, 1fr);
    grid-column-gap: 20px
  }

  .c-product-card {
    margin-bottom: 17px
  }

  .c-product-card .product-card__feat_item {
    font-size: 1rem
  }

  .c-product-card .product-card__feat_item {
    line-height: 150%
  }

  .c-product-card .product-card__title {
    font-size: 21px;
    line-height: 110%;
    letter-spacing: .02em;
    margin-bottom: 20px
  }

  .c-product-card .product-card__desc__bottom {
    font-size: 14px;
    font-weight: 600;
    line-height: 170%
  }

  .c-product-card .product-card__desc__bottom .product-card__membrane {
    font-size: 1.4rem
  }

  .c-product-card .product-card__desc__bottom .product-card__membrane {
    line-height: 170%
  }

  .block-shift__title {
    font-size: 60px
  }

  .block-shift-img .block-shift__desc {
    padding-top: 60px
  }

  .block-shift-img__inner-title.block-right-img-shift .block-shift__grid {
    grid-template:50px auto 50px/678px 80px auto
  }

  .block-shift-img__inner-title.block-left-img-shift .block-shift__grid {
    grid-template:50px auto 50px/auto 80px 678px
  }

  .block-right-img-shift .block-shift__desc {
    grid-row-start: 2;
    grid-row-end: 4;
    grid-column-start: 1;
    grid-column-end: 3;
    padding-left: 60px
  }

  .block-right-img-shift .block-shift__img {
    margin-bottom: 0;
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 2;
    grid-column-end: 4
  }

  .block-left-img-shift .block-shift__desc {
    grid-row-start: 2;
    grid-row-end: 4;
    grid-column-start: 2;
    grid-column-end: 4;
    padding: 60px 40px 60px 120px
  }

  .block-left-img-shift .block-shift__img {
    margin-bottom: 0;
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 3
  }

  .block-shift-img__outer-title.block-left-img-shift .block-shift__grid {
    grid-template:105px auto 75px/auto 50px 638px
  }

  .block-shift-img__outer-title.block-right-img-shift .block-shift__grid {
    grid-template:105px auto 75px/638px 50px auto
  }

  .block-shift-img__outer-title.block-right-img-shift .block-shift__title {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 2;
    margin-left: 60px
  }

  .block-shift-img__outer-title.block-left-img-shift .block-shift__title {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 3;
    grid-column-end: 4;
    margin-left: 60px
  }

  .articles-list__small .item__category {
    font-size: 1.4rem
  }

  .articles-list__small .item__category {
    line-height: 170%
  }

  .articles-list__small .item__title {
    font-size: 1.4rem
  }

  .articles-list__small .item__title {
    line-height: 160%
  }
}

@media (min-width: 1500px) {
  .container {
    max-width: 1464px;
    padding-left: 18px;
    padding-right: 18px
  }

  .container-xxl {
    max-width: 1464px
  }

  .row {
    margin-left: -18px;
    margin-right: -18px
  }

  .col-xxl-1 {
    display: block;
    width: 8.3333333333%
  }

  .col-xxl-2 {
    display: block;
    width: 16.6666666667%
  }

  .col-xxl-3 {
    display: block;
    width: 25%
  }

  .col-xxl-4 {
    display: block;
    width: 33.3333333333%
  }

  .col-xxl-5 {
    display: block;
    width: 41.6666666667%
  }

  .col-xxl-6 {
    display: block;
    width: 50%
  }

  .col-xxl-7 {
    display: block;
    width: 58.3333333333%
  }

  .col-xxl-8 {
    display: block;
    width: 66.6666666667%
  }

  .col-xxl-9 {
    display: block;
    width: 75%
  }

  .col-xxl-10 {
    display: block;
    width: 83.3333333333%
  }

  .col-xxl-11 {
    display: block;
    width: 91.6666666667%
  }

  .col-xxl-12 {
    display: block;
    width: 100%
  }

  [class^=col-], [class*=col-] {
    padding-left: 18px;
    padding-right: 18px
  }

  .g-xxl-0 {
    margin-right: 0;
    margin-left: 0
  }

  .g-xxl-0 > .col, .g-xxl-0 > [class*=col-] {
    padding-right: 0;
    padding-left: 0
  }

  .g-xxl {
    margin-right: -18px;
    margin-left: -18px
  }

  .g-xxl > .col, .g-xxl > [class*=col-] {
    padding-right: 18px;
    padding-left: 18px
  }

  .offset-xxl-0 {
    margin-left: 0
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%
  }

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

  .offset-xxl-4 {
    margin-left: 33.3333333333%
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%
  }

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

  .offset-xxl-7 {
    margin-left: 58.3333333333%
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%
  }

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

  .offset-xxl-10 {
    margin-left: 83.3333333333%
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%
  }

  .col-xxl-five {
    flex: 0 0 20%;
    max-width: 20%
  }

  .text-xxl-left {
    text-align: left !important
  }

  .text-xxl-right {
    text-align: right !important
  }

  .text-xxl-center {
    text-align: center !important
  }

  .m-xxl-0 {
    margin: 0 !important
  }

  .mt-xxl-0, .my-xxl-0 {
    margin-top: 0 !important
  }

  .mb-xxl-0, .my-xxl-0 {
    margin-bottom: 0 !important
  }

  .mr-xxl-0, .mx-xxl-0 {
    margin-right: 0 !important
  }

  .ml-xxl-0, .mx-xxl-0 {
    margin-left: 0 !important
  }

  .m-xxl-1 {
    margin: .25rem !important
  }

  .mt-xxl-1, .my-xxl-1 {
    margin-top: .25rem !important
  }

  .mb-xxl-1, .my-xxl-1 {
    margin-bottom: .25rem !important
  }

  .mr-xxl-1, .mx-xxl-1 {
    margin-right: .25rem !important
  }

  .ml-xxl-1, .mx-xxl-1 {
    margin-left: .25rem !important
  }

  .m-xxl-2 {
    margin: .5rem !important
  }

  .mt-xxl-2, .my-xxl-2 {
    margin-top: .5rem !important
  }

  .mb-xxl-2, .my-xxl-2 {
    margin-bottom: .5rem !important
  }

  .mr-xxl-2, .mx-xxl-2 {
    margin-right: .5rem !important
  }

  .ml-xxl-2, .mx-xxl-2 {
    margin-left: .5rem !important
  }

  .m-xxl-3 {
    margin: 1rem !important
  }

  .mt-xxl-3, .my-xxl-3 {
    margin-top: 1rem !important
  }

  .mb-xxl-3, .my-xxl-3 {
    margin-bottom: 1rem !important
  }

  .mr-xxl-3, .mx-xxl-3 {
    margin-right: 1rem !important
  }

  .ml-xxl-3, .mx-xxl-3 {
    margin-left: 1rem !important
  }

  .m-xxl-4 {
    margin: 1.5rem !important
  }

  .mt-xxl-4, .my-xxl-4 {
    margin-top: 1.5rem !important
  }

  .mb-xxl-4, .my-xxl-4 {
    margin-bottom: 1.5rem !important
  }

  .mr-xxl-4, .mx-xxl-4 {
    margin-right: 1.5rem !important
  }

  .ml-xxl-4, .mx-xxl-4 {
    margin-left: 1.5rem !important
  }

  .m-xxl-5 {
    margin: 3rem !important
  }

  .mt-xxl-5, .my-xxl-5 {
    margin-top: 3rem !important
  }

  .mb-xxl-5, .my-xxl-5 {
    margin-bottom: 3rem !important
  }

  .mr-xxl-5, .mx-xxl-5 {
    margin-right: 3rem !important
  }

  .ml-xxl-5, .mx-xxl-5 {
    margin-left: 3rem !important
  }

  .p-xxl-0 {
    padding: 0 !important
  }

  .pt-xxl-0, .py-xxl-0 {
    padding-top: 0 !important
  }

  .pb-xxl-0, .py-xxl-0 {
    padding-bottom: 0 !important
  }

  .pr-xxl-0, .px-xxl-0 {
    padding-right: 0 !important
  }

  .pl-xxl-0, .px-xxl-0 {
    padding-left: 0 !important
  }

  .p-xxl-1 {
    padding: .25rem !important
  }

  .pt-xxl-1, .py-xxl-1 {
    padding-top: .25rem !important
  }

  .pb-xxl-1, .py-xxl-1 {
    padding-bottom: .25rem !important
  }

  .pr-xxl-1, .px-xxl-1 {
    padding-right: .25rem !important
  }

  .pl-xxl-1, .px-xxl-1 {
    padding-left: .25rem !important
  }

  .p-xxl-2 {
    padding: .5rem !important
  }

  .pt-xxl-2, .py-xxl-2 {
    padding-top: .5rem !important
  }

  .pb-xxl-2, .py-xxl-2 {
    padding-bottom: .5rem !important
  }

  .pr-xxl-2, .px-xxl-2 {
    padding-right: .5rem !important
  }

  .pl-xxl-2, .px-xxl-2 {
    padding-left: .5rem !important
  }

  .p-xxl-3 {
    padding: 1rem !important
  }

  .pt-xxl-3, .py-xxl-3 {
    padding-top: 1rem !important
  }

  .pb-xxl-3, .py-xxl-3 {
    padding-bottom: 1rem !important
  }

  .pr-xxl-3, .px-xxl-3 {
    padding-right: 1rem !important
  }

  .pl-xxl-3, .px-xxl-3 {
    padding-left: 1rem !important
  }

  .p-xxl-4 {
    padding: 1.5rem !important
  }

  .pt-xxl-4, .py-xxl-4 {
    padding-top: 1.5rem !important
  }

  .pb-xxl-4, .py-xxl-4 {
    padding-bottom: 1.5rem !important
  }

  .pr-xxl-4, .px-xxl-4 {
    padding-right: 1.5rem !important
  }

  .pl-xxl-4, .px-xxl-4 {
    padding-left: 1.5rem !important
  }

  .p-xxl-5 {
    padding: 3rem !important
  }

  .pt-xxl-5, .py-xxl-5 {
    padding-top: 3rem !important
  }

  .pb-xxl-5, .py-xxl-5 {
    padding-bottom: 3rem !important
  }

  .pr-xxl-5, .px-xxl-5 {
    padding-right: 3rem !important
  }

  .pl-xxl-5, .px-xxl-5 {
    padding-left: 3rem !important
  }

  .d-xxl-block {
    display: block !important
  }

  .d-xxl-inline-block {
    display: inline-block !important
  }

  .d-xxl-inline {
    display: inline !important
  }

  .d-xxl-flex {
    display: flex !important
  }

  .d-xxl-none {
    display: none !important
  }

  .order-xxl-first {
    order: -1 !important
  }

  .order-xxl-0 {
    order: 0 !important
  }

  .order-xxl-1 {
    order: 1 !important
  }

  .order-xxl-2 {
    order: 2 !important
  }

  .order-xxl-3 {
    order: 3 !important
  }

  .order-xxl-4 {
    order: 4 !important
  }

  .order-xxl-5 {
    order: 5 !important
  }

  .order-xxl-last {
    order: 6 !important
  }

  .w-50__exclude-gutter {
    width: calc(50% - 36px)
  }

  .w-50__include-gutter {
    width: calc(50% + 36px)
  }

  .c-product-card {
    margin-bottom: 18px
  }

  .block-shift-img__inner-title.block-right-img-shift .block-shift__grid {
    grid-template:50px auto 50px/678px 50px auto
  }

  .block-shift-img__inner-title.block-left-img-shift .block-shift__grid {
    grid-template:50px auto 50px/auto 50px 678px
  }

  .block-shift-img__outer-title.block-left-img-shift .block-shift__grid {
    grid-template:105px auto 75px/auto 50px 678px
  }

  .block-shift-img__outer-title.block-right-img-shift .block-shift__grid {
    grid-template:105px auto 75px/678px 50px auto
  }
}

@media (min-width: 1024px)and (max-width: 1399px) {
  .block-shift-img__inner-title .block-shift__grid .block-shift__img {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 2;
    grid-column-end: 3
  }

  .block-shift-img__inner-title .block-shift__grid .block-shift__desc {
    grid-row-start: 2;
    grid-row-end: 4;
    grid-column-start: 1;
    grid-column-end: 4;
    padding: 175px 100px 60px
  }

  .block-shift-img__outer-title .block-shift__img {
    grid-row-start: 2;
    grid-row-end: 4;
    grid-column-start: 2;
    grid-column-end: 3
  }

  .block-shift-img__outer-title .block-shift__desc {
    grid-row-start: 3;
    grid-row-end: 5;
    grid-column-start: 1;
    grid-column-end: 4;
    padding: 175px 100px 60px
  }
}

.header__button {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
}
.header__button img{
  width: 200px;
}

@media (min-width: 1024px){
  .header__button {
    display: block;
    position: absolute;
    top: 50%;
    left: 50px;
  }
  .header__button img{
    width: 350px;
  }
}

