@charset "UTF-8";
/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

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

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
  color: #384044;
  text-align: left;
  background-color: #fff; }

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: 700; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #384044;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #384044;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

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

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

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

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

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

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

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

.m-1 {
  margin: 0.25rem !important; }

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

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

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

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

.m-2 {
  margin: 0.5rem !important; }

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

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

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

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

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

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

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

.mb-3,
.my-3 {
  margin-bottom: 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; }

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

.mb-4,
.my-4 {
  margin-bottom: 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; }

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

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

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

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

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

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

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

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

.p-1 {
  padding: 0.25rem !important; }

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

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

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

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

.p-2 {
  padding: 0.5rem !important; }

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

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

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

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

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

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

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

.pb-3,
.py-3 {
  padding-bottom: 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; }

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

.pb-4,
.py-4 {
  padding-bottom: 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; }

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

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

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

.m-auto {
  margin: auto !important; }

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 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; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 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; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 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; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 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; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 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; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 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; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 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; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 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; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 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; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 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; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 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; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 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; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 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; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 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; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 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; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 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; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 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; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 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; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 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; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 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; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

@media (min-width: 1560px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 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; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 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; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 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; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 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; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 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; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1560px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important; }

.text-body {
  color: #384044 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

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

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

.container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1170px; } }
  @media (min-width: 1560px) {
    .container {
      max-width: 1536px; } }

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

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

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1560px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    order: -1; }
  .order-xxl-last {
    order: 13; }
  .order-xxl-0 {
    order: 0; }
  .order-xxl-1 {
    order: 1; }
  .order-xxl-2 {
    order: 2; }
  .order-xxl-3 {
    order: 3; }
  .order-xxl-4 {
    order: 4; }
  .order-xxl-5 {
    order: 5; }
  .order-xxl-6 {
    order: 6; }
  .order-xxl-7 {
    order: 7; }
  .order-xxl-8 {
    order: 8; }
  .order-xxl-9 {
    order: 9; }
  .order-xxl-10 {
    order: 10; }
  .order-xxl-11 {
    order: 11; }
  .order-xxl-12 {
    order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

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

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

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

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

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

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

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1560px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

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

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

.justify-content-center {
  justify-content: center !important; }

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

.justify-content-around {
  justify-content: space-around !important; }

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

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

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

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

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

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

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

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

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

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

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

@media (min-width: 1560px) {
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; } }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: auto;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: flex; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

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

body {
  overflow-x: hidden; }

* {
  min-width: 0; }

a {
  text-decoration: none;
  text-decoration-skip-ink: none;
  outline: none !important; }
  a:hover {
    text-decoration: none; }

.app {
  overflow: hidden; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.uah {
  font-weight: 400; }

input::-ms-clear {
  display: none; }

input {
  outline: none;
  font-family: "Roboto", sans-serif; }

:focus {
  outline: none !important; }

textarea {
  max-width: 100%;
  resize: none; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

input[type='number'] {
  -moz-appearance: textfield; }

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

svg {
  fill: #fff3f3;
  transition: fill 0.5s; }

.description {
  line-height: 22px;
  font-family: Montserrat, sans-serif; }
  .description b, .description strong {
    font-weight: 700 !important; }
  .description li {
    font-weight: 400;
    padding: 7px 0;
    position: relative; }
    .description li:before {
      position: absolute;
      width: 10px;
      height: 2px;
      border-radius: 10px;
      background-color: #2fa836;
      content: "";
      left: -14px;
      top: 18px; }

.page {
  padding: 150px 0 100px; }
  .page .description {
    color: #000;
    text-align: justify;
    text-indent: 30px;
    line-height: 1.6; }
    .page .description p {
      margin-bottom: 10px; }
    .page .description h3 {
      padding: 15px 0; }

.button {
  width: 232px;
  height: 52px;
  background-color: #2fa836;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: .5s ease-in-out; }

main {
  padding-top: 90px;
  overflow: hidden; }

@media (max-width: 991.98px) {
  main {
    padding-top: 70px; } }

.description {
  font-size: 14px;
  line-height: 24px; }

.wpcf7-recaptcha {
  margin: 10px 0; }

header {
  background-color: #fff;
  position: fixed;
  z-index: 10;
  width: 100%; }

.order-card {
  background-color: #2fa836;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #ffffff;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
  cursor: pointer; }
  .order-card svg {
    margin-right: 19px; }

.open-text {
  max-height: 100% !important; }

.register-card {
  color: #ffffff;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
  width: 100%;
  height: 90px;
  background-color: #384044;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; }
  .register-card svg {
    margin-right: 19px; }

.header-phone {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #384044;
  font-size: 18px;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
  border-right: 1px solid #eeeeee;
  width: 100%;
  height: 100%;
  cursor: pointer; }
  .header-phone a {
    padding: 0 9px; }

.header-phone__toggle {
  padding-top: 6px;
  border-top: 1px solid #e5e5e5;
  display: flex;
  color: #384044;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  flex-direction: column;
  align-items: flex-start;
  text-transform: uppercase; }
  .header-phone__toggle span {
    font-size: 13px;
    margin: 2px 0; }
  .header-phone__toggle a {
    padding: 0 9px; }
  .header-phone__toggle img {
    margin-bottom: 4px; }

.header-language > span:after {
  position: absolute;
  content: '';
  left: 27px;
  top: 17px;
  height: 15px;
  background-color: #384044;
  width: 1px; }

.header-language {
  border-right: 1px solid #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 13px;
  line-height: 48px;
  font-weight: 400;
  text-transform: uppercase;
  color: #2fa836; }
  .header-language span {
    font-weight: 700;
    position: relative; }
    .header-language span span {
      padding: 0 5px;
      color: #2fa836; }
  .header-language a {
    color: #384044;
    padding: 0 5px; }

.header__menu {
  display: block;
  width: 30px;
  height: 19px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  margin-top: -2px;
  z-index: 3; }

.header__menu span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #2fa836;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out; }

.header__menu span:nth-child(1) {
  top: 0; }

.header__menu span:nth-child(2) {
  top: 8px; }

.header__menu span:nth-child(3) {
  top: 16px; }

.header__menu.open span:nth-child(1) {
  top: 8px;
  transform: rotate(135deg); }

.header__menu.open span:nth-child(2) {
  opacity: 0;
  left: -60px; }

.dropdown img {
  margin-bottom: 3px; }

.header__menu span:nth-child(2) {
  top: 8px; }

.header__menu.open span:nth-child(3) {
  top: 8px;
  transform: rotate(-135deg); }

.header-menu {
  background-color: #fff;
  height: 100%;
  max-width: 1204px;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  position: fixed;
  right: -1204px;
  top: 90px;
  z-index: 11;
  padding: 180px 210px 200px 130px;
  transition: right 0.7s;
  border-top: 1px solid #eeeeee; }

.header-menu.open {
  right: 0; }

.header-menu__nav {
  padding-bottom: 25px; }

.header__menu-name {
  cursor: pointer;
  margin-left: 17px;
  z-index: 1;
  color: #384044;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase; }

.header-menu-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: flex-end; }

.left-block {
  border-right: 1px solid #eeeeee; }

.menu-style {
  background-color: #2fa836; }
  .menu-style .header__menu span {
    background-color: #fff3f3; }
  .menu-style .header__menu-name {
    color: #fff3f3; }
  .menu-style:after {
    position: absolute;
    content: '';
    left: 0;
    width: 9999px;
    right: 0;
    background-color: #2fa836;
    height: 100%;
    top: 0; }

.left-block-email {
  color: #384044;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase; }

.left-block-email__text {
  display: flex;
  align-items: center; }
  .left-block-email__text svg {
    margin-right: 13px; }
  .left-block-email__text a {
    color: #2fa836;
    transition: 0.4s;
    font-size: 24px;
    font-weight: 300;
    text-transform: lowercase; }

.call-back {
  background-color: #2fa836;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  width: 232px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: .4s; }
  .call-back:hover {
    background-color: #fff;
    color: #2fa836;
    border: 1px solid #2fa836; }

.contract {
  cursor: pointer;
  background-color: #2fa836;
  margin-top: 20px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  width: 232px;
  height: 64px;
  display: flex;
  align-items: center;
  transition: .4s;
  border: 1px solid transparent; }
  .contract i {
    margin: 0 36px 0 32px;
    width: 25px;
    height: 25px;
    background-size: cover;
    background-image: url("../img/contractb.png"); }
  .contract:hover {
    color: #384044;
    background-color: #fff;
    border: 1px solid #384044; }
    .contract:hover svg {
      fill: #384044; }
    .contract:hover i {
      background-image: url("../img/contract.png"); }

.social-media {
  margin-top: 105px;
  color: #384044;
  font-size: 13px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase; }

.social-icon {
  cursor: pointer;
  width: 52px;
  height: 52px;
  border: 1px solid #eeeeee;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  transition: .4s; }
  .social-icon svg {
    fill: #2fa836; }
  .social-icon:hover {
    background-color: #2fa836;
    border: 1px solid #2fa836; }
    .social-icon:hover svg {
      fill: #fff; }

.social-group {
  display: flex; }

.right-block li {
  text-align: right;
  font-size: 30px;
  line-height: 48px; }
  .right-block li a {
    color: #384044;
    transition: .3s ease-in-out; }
    .right-block li a:hover {
      color: #2fa836; }

.right-block li:not(:first-child) {
  margin: 12px 0; }

.corn-down {
  transition: transform .5s; }

.active-flex {
  display: flex; }
  .active-flex .corn-down {
    transform: translate(0, -50%) rotate(180deg); }

.phone-dropdown__content {
  display: none;
  cursor: auto;
  position: absolute;
  top: 100%;
  left: 0;
  width: calc(100% + 0px);
  background-color: #fff;
  border: 1px solid #eceff1;
  border-top: 0;
  z-index: 3;
  padding: 0 10px 0 30px;
  border-radius: 0 0 10px 10px; }

.js-mask-mobile {
  width: 100%;
  z-index: 5;
  position: fixed;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); }

.toggle-button {
  cursor: pointer;
  margin-top: 20px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  width: 232px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .toggle-button svg {
    margin-right: 7px; }

.order-card__toggle {
  background-color: #384044; }

@media (max-width: 1559.98px) {
  .phone-dropdown__content {
    padding: 0 10px 0 17px; }
  .legal-security__title {
    font-size: 22px; }
  .header-phone {
    font-size: 14px; }
  .header-menu {
    padding: 50px 110px 150px 60px;
    max-width: 905px; }
  .social-media {
    margin-top: 35px; }
  .call-back {
    margin-top: 40px; } }

@media (max-width: 1199.98px) {
  .order-card svg {
    margin-right: 7px; }
  .order-card {
    font-weight: 500;
    line-height: normal; }
  .register-card svg {
    margin-right: 7px; }
  .register-card {
    font-weight: 500;
    line-height: normal; }
  .header__logo {
    width: 180px; }
  .header-menu {
    max-width: 905px; } }

@media (max-width: 991.98px) {
  .order-card__toggle {
    background-color: #2fa836; }
  .contract {
    background-color: #2fa836; }
  .left-block {
    border-right: 0; }
  .call-back {
    margin-top: 10px; }
  .contract i {
    margin: 0; }
  .contract {
    justify-content: center; }
    .contract i {
      margin-right: 7px; }
  .register-card__toggle {
    background-color: #384044; }
  .header-menu-wrapper {
    justify-content: center; }
  .header__logo {
    padding: 14px 0;
    max-height: 180px; }
  .header-menu {
    top: 71px;
    max-width: 600px;
    padding: 60px 80px 80px 40px; }
  .header-language {
    border-right: 0;
    font-size: 15px; }
  .header-language > span:after {
    left: 29px; } }

@media (max-width: 767.98px) {
  .call-back {
    height: 47px; }
  .contract {
    margin-top: 10px;
    height: 47px; }
  .toggle-button {
    margin-top: 10px;
    height: 47px; }
  .right-block li:not(:first-child) {
    margin: 12px 0; }
  .left-block-email {
    font-size: 13px; }
  .left-block-email__text a {
    font-size: 15px; }
  .left-block-email {
    line-height: 24px; }
  .right-block li {
    line-height: 19px;
    font-size: 21px; }
  .header-menu {
    max-width: 280px;
    padding: 5px 30px 30px 20px; }
  .social-media {
    margin-top: 20px;
    margin-bottom: 60px; } }

@media (max-width: 326px) {
  .header__logo {
    padding: 15px 0; } }

.legal-security {
  position: relative;
  z-index: 2;
  background-color: #fff; }

.legal-security__title {
  width: 100%;
  height: 140px;
  background-color: #384044;
  position: relative;
  color: #ffffff;
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
  z-index: 3;
  display: flex;
  align-items: center; }
  .legal-security__title:after {
    position: absolute;
    right: 0;
    width: 9999px;
    background-color: #384044;
    content: '';
    top: 0;
    height: 100%;
    z-index: -1; }

.security-way__title {
  color: #384044;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 80px 0 52px 0; }

.security-way {
  padding-right: 25px;
  text-align: justify; }
  .security-way ul {
    margin-left: 16px; }
  .security-way li {
    position: relative;
    margin: 8px 0; }
    .security-way li:before {
      width: 6px;
      height: 6px;
      background-color: #2fa836;
      position: absolute;
      left: -15px;
      top: 8px;
      content: ''; }

.security-way__button {
  margin-top: 70px;
  border: 1px solid transparent;
  transition: .5s; }

.video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  padding-left: 83px;
  cursor: pointer; }

.security-video-text {
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  text-transform: uppercase;
  margin-left: 30px; }

.security-video-text div:nth-child(2) {
  font-weight: 700; }

.video-play-circle {
  cursor: pointer;
  width: 86px;
  height: 86px;
  background-color: rgba(47, 168, 54, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  z-index: 2;
  position: relative; }
  .video-play-circle:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 4px solid #2fa836;
    border-radius: 100%;
    animation: circle 1.5s infinite; }
  .video-play-circle svg {
    margin-left: 10px; }

.steps-button__cart {
  margin: 0 auto;
  margin-top: 20px;
  border: 1px solid transparent;
  transition: 0.5s ease-in-out; }

.steps {
  padding: 100px 0 60px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.step-border {
  border-right: 1px solid #e5e5e5;
  height: 100%; }

@keyframes circle {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(1.25);
    opacity: 0; } }

@media (max-width: 1559.98px) {
  .legal-security__title {
    font-size: 22px; } }

@media (max-width: 991.98px) {
  .security-way {
    padding-right: 0; }
  .security-video img {
    max-width: 100%;
    height: auto; }
  .security-video .video-back {
    width: 100%;
    height: 100%; }
  .security-way__title {
    margin: 30px 0 22px 0; }
  .security-way__button {
    margin: 30px auto; }
  .legal-security__title {
    justify-content: center;
    font-size: 25px;
    margin-bottom: 15px; }
  .legal-security__title:before {
    position: absolute;
    left: 0;
    width: 9999px;
    background-color: #384044;
    content: '';
    top: 0;
    height: 100%;
    z-index: -1; }
  .security-video__box {
    width: 100%;
    height: auto; }
  .video-play {
    padding: 0; } }

.step-security ul {
  margin-left: 16px; }

.step-security li:before {
  width: 6px;
  height: 6px;
  background-color: #2fa836;
  position: absolute;
  left: -15px;
  top: 8px;
  content: ""; }

.step-security li {
  position: relative;
  margin: 8px 0; }

.step-security__number {
  color: #e7e7e7;
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase; }

.step-security__title {
  color: #384043;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 7px 0 35px 0; }

.step-security-wrapper {
  position: relative;
  top: -30px;
  background-color: #fff; }

.video-back {
  width: 960px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 640px;
  background-color: #384043; }

.step-security__button {
  margin-top: 45px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: .4s; }
  .step-security__button svg {
    margin-left: 7px; }

.open-button {
  transition: 0.5s ease-in-out; }
  .open-button svg {
    transform: rotate(180deg); }

@media (max-width: 1199.98px) {
  .steps {
    padding: 30px 0; }
  .step-security__button {
    margin-top: 20px; } }

@media (max-width: 991.98px) {
  .step-border {
    border-right: 0; }
  .step-margin {
    margin: 0; }
  .security-way__title {
    text-align: center;
    font-size: 19px; } }

@media (max-width: 767.98px) {
  .legal-security__title {
    font-size: 16px;
    flex-direction: column;
    height: 90px; }
  .step-security__title, .step-security__number {
    text-align: center; }
  .step-security__button {
    margin-top: 15px;
    margin-left: 17px; } }

@media (max-width: 575.98px) {
  .video-play {
    display: flex;
    flex-direction: column-reverse; }
  .security-video-text {
    text-align: center;
    margin-bottom: 13px;
    margin-left: 0; } }

ul.tabs {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  width: 100%;
  box-shadow: 0 0 38px 2px rgba(0, 0, 0, 0.06); }

.tabs-img-1 {
  border-right: 1px solid #e5e5e5; }

.tabs-img-3 {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5; }

ul.tabs li {
  margin: 0;
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  height: 80px;
  background-color: #ffffff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase; }

ul.tabs li.active {
  background-color: #2fa836;
  color: #fff; }
  ul.tabs li.active svg {
    fill: #fff;
    transform: rotate(180deg); }

.tab-box-green {
  background-color: #ecfaed; }

.tab-box-yellow {
  background-color: #f9fbe7; }

.tab_content {
  padding-top: 40px;
  display: none; }

.tab_drawer_heading {
  display: none; }

.offer__image__voditel {
  display: block; }

.offer__image__step {
  display: none; }

.offer__image__sport {
  display: none; }

@media screen and (max-width: 480px) {
  .tabs {
    display: none; }
  .tab_drawer_heading {
    background-color: #ccc;
    color: #fff;
    border-top: 1px solid #333;
    margin: 0;
    padding: 5px 20px;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .d_active {
    background-color: #666;
    color: #fff; } }

.tab-box {
  box-shadow: 0 0 38px 2px rgba(0, 0, 0, 0.06); }

.tab-box__title {
  text-align: center;
  position: relative;
  padding: 50px 0 20px 0;
  font-size: 24px;
  font-weight: 400; }
  .tab-box__title:before {
    width: 64px;
    height: 1px;
    background-color: #e5e5e5;
    position: absolute;
    content: '';
    left: 45px;
    top: 67px; }
  .tab-box__title:after {
    width: 64px;
    height: 1px;
    background-color: #e5e5e5;
    position: absolute;
    content: '';
    right: 45px;
    top: 67px; }

.tab-box ul {
  padding: 0 40px 14px 40px; }

.tab-box li {
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  padding: 25px 0;
  flex-shrink: 0;
  display: flex; }

.tab-box svg {
  margin-right: 19px;
  flex-shrink: 0; }

.tab-box__cancel {
  color: #ababab; }

.tab-box li:not(:last-child) {
  border-bottom: 1px solid #e5e5e5; }

.tab-button {
  padding: 20px 0 20px 40px;
  box-shadow: 0 0 38px 2px rgba(0, 0, 0, 0.06);
  background-color: #ffffff; }

.tab-button__price {
  color: #2fa836;
  font-size: 24px;
  font-weight: 700; }

.tab-button__date {
  color: #384044;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px; }
  .tab-button__date svg {
    margin-right: 8px; }

.tab-button-order {
  cursor: pointer;
  background-color: #2fa836;
  padding: 38px 73px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  border: 1px solid transparent;
  text-transform: uppercase;
  transition: .5s; }
  .tab-button-order:hover {
    border: 1px solid #2fa836;
    background-color: #fff;
    color: #2fa836; }

.detail-box {
  padding: 100px 45px;
  background-color: #384043;
  display: flex;
  flex-direction: column;
  align-items: center; }

.detail-box__text {
  margin: 80px 0 95px 0;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  text-transform: uppercase; }
  .detail-box__text div {
    font-weight: 400; }

.button-details {
  cursor: pointer;
  background-color: #353c3f;
  padding: 26px 67px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  transition: .5s; }
  .button-details svg {
    margin-left: 20px; }
  .button-details:hover {
    background-color: #2fa836;
    color: #fff; }

.offer-wrapper {
  margin-top: -80px;
  padding-bottom: 120px; }

.corn-offer {
  fill: #384044;
  position: absolute;
  right: 40px;
  transition: 0.4s ease-in-out; }

@media (max-width: 1559.98px) {
  .detail-box__text {
    margin: 65px 0 95px 0; }
  .button-details {
    cursor: pointer;
    background-color: #353c3f;
    padding: 24px 54px; }
  .tab-button-order {
    padding: 39px 52px; } }

.offer__image {
  position: relative;
  background-color: #384043; }

.offer__title {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 80px; }
  .offer__title span {
    font-weight: 300; }

@media (max-width: 1199.98px) {
  .tab-box__title:before {
    width: 25px;
    left: 45px;
    top: 32px; }
  .tab-box__title:after {
    width: 25px;
    right: 45px;
    top: 32px; }
  .tab-box__title {
    padding: 13px 0 0 0; }
  .tab-box li {
    padding: 14px 0; }
  .tab-box ul {
    padding: 0 20px 14px 20px; }
  .tab-button-order {
    padding: 38px 35px; }
  .detail-box__text {
    margin: 68px 0 70px 0; }
  .button-details {
    padding: 24px 17px; }
  .detail-box {
    padding: 46px 24px; }
  .tab_content {
    padding-top: 20px; }
  .offer__title {
    font-size: 42px; } }

@media (max-width: 991.98px) {
  .offer__title {
    padding-bottom: 0; }
  .offer-wrapper {
    margin-top: 0;
    padding-bottom: 30px; }
  .tab-button-order {
    text-align: center;
    padding: 36px 35px; }
  .tab-box {
    margin-bottom: 20px; }
  .tab-button {
    padding: 18px 0 18px 40px; } }

@media (max-width: 767.98px) {
  ul.tabs li {
    height: 65px;
    font-size: 14px;
    font-weight: 600; }
  .tab-button {
    padding: 17px 0 18px 23px; }
  .offer__title {
    font-size: 24px;
    line-height: 1.2; } }

@media (max-width: 575.98px) {
  ul.tabs li {
    font-size: 11px; }
  .tab-button-order {
    padding: 25px 35px; }
  .tab-button {
    padding: 7px 0 7px 23px; } }

ul.tabs {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  width: 100%;
  box-shadow: 0 0 38px 2px rgba(0, 0, 0, 0.06); }

.tabs-img-1 {
  border-right: 1px solid #e5e5e5; }

.tabs-img-3 {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5; }

ul.tabs li {
  transition: .3s ease-in-out;
  margin: 0;
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  height: 80px;
  background-color: #ffffff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase; }
  ul.tabs li.color-orange {
    color: #f4002f; }

ul.tabs li.active {
  background-color: #2fa836;
  color: #fff; }
  ul.tabs li.active svg {
    fill: #fff;
    transform: rotate(180deg); }

.tab-box-green {
  background-color: #ecfaed; }

.tab-box-yellow {
  background-color: #f9fbe7; }

.tab_content {
  padding-top: 40px;
  display: none; }

.tab_drawer_heading {
  display: none; }

.offer__image__voditel {
  display: block; }

.offer__image__step {
  display: none; }

.offer__image__sport {
  display: none; }

.offer__image__business {
  display: none; }

@media screen and (max-width: 480px) {
  .tabs {
    display: none; }
  .tab_drawer_heading {
    background-color: #ccc;
    color: #fff;
    border-top: 1px solid #333;
    margin: 0;
    padding: 5px 20px;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .d_active {
    background-color: #666;
    color: #fff; } }

.tab-box {
  box-shadow: 0 0 38px 2px rgba(0, 0, 0, 0.06);
  height: 100%;
  flex-flow: column;
  display: flex; }

.tab-box__title {
  text-align: center;
  position: relative;
  padding: 50px 0 20px 0;
  font-size: 24px;
  font-weight: 400; }
  .tab-box__title:before {
    width: 64px;
    height: 1px;
    background-color: #e5e5e5;
    position: absolute;
    content: '';
    left: 45px;
    top: 67px; }
  .tab-box__title:after {
    width: 64px;
    height: 1px;
    background-color: #e5e5e5;
    position: absolute;
    content: '';
    right: 45px;
    top: 67px; }

.tab-box ul {
  padding: 0 40px 14px 40px; }

.tab-box li {
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  padding: 25px 0;
  flex-shrink: 0;
  display: flex; }

.tab-box svg {
  margin-right: 19px;
  flex-shrink: 0; }

.tab-box__cancel {
  color: #ababab; }

.tab-box li:not(:last-child) {
  border-bottom: 1px solid #e5e5e5; }

.tab-button {
  padding: 20px 0 20px 40px;
  box-shadow: 0 0 38px 2px rgba(0, 0, 0, 0.06);
  background-color: #ffffff; }

.tab-button__price {
  color: #2fa836;
  font-size: 24px;
  font-weight: 700; }

.tab-button__date {
  color: #384044;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px; }
  .tab-button__date svg {
    margin-right: 8px; }

.tab-button-order {
  cursor: pointer;
  background-color: #2fa836;
  padding: 38px 73px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  border: 1px solid transparent;
  text-transform: uppercase;
  transition: .5s; }
  .tab-button-order:hover {
    border: 1px solid #2fa836;
    background-color: #fff;
    color: #2fa836; }

.detail-box {
  height: 100%;
  justify-content: center;
  padding: 108px 45px;
  background-color: #384043;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .detail-box.detail-box_full {
    padding: 50px 40px; }
    .detail-box.detail-box_full .detail-box__text {
      margin: 30px 0 35px 0; }

.detail-box__text {
  margin: 80px 0 95px 0;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  text-transform: uppercase; }
  .detail-box__text div {
    font-weight: 400; }

.button-details {
  cursor: pointer;
  background-color: #353c3f;
  padding: 26px 67px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  transition: .5s; }
  .button-details svg {
    margin-left: 20px; }
  .button-details:hover {
    background-color: #2fa836;
    color: #fff; }

.offer-wrapper {
  margin-top: -80px;
  padding-bottom: 120px; }

.corn-offer {
  fill: #384044;
  position: absolute;
  right: 40px;
  transition: 0.4s ease-in-out; }

@media (max-width: 1559.98px) {
  .detail-box__text {
    margin: 65px 0 95px 0; }
  .button-details {
    cursor: pointer;
    background-color: #353c3f;
    padding: 24px 54px; }
  .tab-button-order {
    padding: 39px 52px; }
  .detail-box {
    padding: 120px 25px; } }

.offer__image {
  position: relative;
  background-color: #384043; }

.offer__title {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 80px; }
  .offer__title span {
    font-weight: 300; }

@media (max-width: 1199.98px) {
  .tab-box__title:before {
    width: 25px;
    left: 45px;
    top: 32px; }
  .tab-box__title:after {
    width: 25px;
    right: 45px;
    top: 32px; }
  .tab-box__title {
    padding: 13px 0 0 0; }
  .tab-box li {
    padding: 14px 0; }
  .tab-box ul {
    padding: 0 20px 14px 20px; }
  .tab-button-order {
    padding: 38px 35px; }
  .detail-box__text {
    margin: 68px 0 70px 0; }
  .button-details {
    padding: 24px 17px; }
  .detail-box {
    padding: 46px 24px; }
  .tab_content {
    padding-top: 20px; }
  .offer__title {
    font-size: 42px; } }

@media (max-width: 991.98px) {
  .offer__title {
    padding-bottom: 0; }
  .offer-wrapper {
    margin-top: 0;
    padding-bottom: 30px; }
  .tab-button-order {
    text-align: center;
    padding: 36px 35px; }
  .tab-box {
    margin-bottom: 20px;
    height: auto; }
    .tab-box .tab-box__title {
      padding: 13px 0; }
    .tab-box ul {
      display: none; }
  .tab-button {
    padding: 18px 0 18px 40px; } }

@media (max-width: 767.98px) {
  ul.tabs li {
    height: 65px;
    font-size: 14px;
    font-weight: 600; }
  .tab-button {
    padding: 17px 0 18px 23px; }
  .offer__title {
    font-size: 24px;
    line-height: 1.2; } }

@media (max-width: 575.98px) {
  ul.tabs li {
    font-size: 11px; }
  .tab-button-order {
    padding: 25px 35px; }
  .tab-button {
    padding: 7px 0 7px 23px; } }

.tabs-description {
  display: flex; }

.tabs-description__item {
  width: 100%;
  text-align: center;
  background-color: #fafafa;
  color: #808080;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 40px; }
  @media (max-width: 991.98px) {
    .tabs-description__item {
      display: none; } }
  .tabs-description__item.active {
    background-color: #ecfaed;
    display: flex;
    color: #2fa836; }

.tab-box__btn {
  background-color: #fff;
  text-align: center;
  color: #2fa836;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  cursor: pointer; }
  .tab-box__btn svg {
    margin-left: 10px;
    transition: all 0.5s; }
  .tab-box__btn.is--more svg {
    transform: rotate(180deg); }

.why {
  padding: 120px 0 140px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.why-block {
  width: 283px;
  height: 283px;
  border: 4px solid #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative; }

.reviews {
  padding-bottom: 134px;
  overflow: hidden; }

.why__title {
  color: #384043;
  font-size: 36px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 80px; }

.why-block__title {
  color: #384043;
  font-size: 15px;
  font-weight: 700;
  padding-top: 50px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center; }

.corner__top {
  border-left: 4px solid #2fa836;
  border-top: 4px solid #2fa836;
  height: 20px;
  width: 20px;
  top: -4px;
  left: -4px;
  position: absolute; }

.corner__bottom {
  border-right: 4px solid #384043;
  border-bottom: 4px solid #384043;
  height: 20px;
  width: 20px;
  bottom: -4px;
  right: -4px;
  position: absolute; }

@media (max-width: 1559.98px) {
  .why-block {
    width: 100%; } }

@media (max-width: 1199.98px) {
  .why__title {
    margin-bottom: 20px; }
  .why-block {
    margin: 30px 0; }
  .why {
    padding: 50px 0 50px 0; } }

@media (max-width: 767.98px) {
  .why {
    padding: 25px 0 25px 0; }
  .why__title {
    font-size: 24px;
    line-height: 1.2; }
  .why-block {
    margin: 10px 0; }
  .why-block {
    height: 230px; } }

.services {
  background: #e9e9e9;
  padding-bottom: 120px; }

.services__title {
  padding: 80px 0;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase; }
  .services__title span {
    font-weight: 300; }

.services-block-top {
  width: 100%;
  height: 320px;
  background-color: #384044;
  display: flex;
  justify-content: center;
  align-items: center; }
  .services-block-top svg {
    opacity: 0.4; }

.services-block-bottom {
  width: 100%;
  min-height: 320px;
  box-shadow: 0 0 38px 2px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  padding: 125px 45px 45px 45px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.services-block__title {
  position: relative;
  font-size: 18px;
  font-weight: 700; }
  .services-block__title:before {
    position: absolute;
    content: '';
    width: 38px;
    height: 6px;
    background-color: #2fa836;
    top: -62px;
    left: 0; }

.services-block__button {
  color: #2fa836;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: .4s ease-in-out; }

.services__button {
  cursor: pointer;
  width: 100%;
  height: 60px;
  box-shadow: 0 0 38px 2px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 27px;
  transition: .4s ease-in-out; }
  .services__button:hover {
    color: #2fa836; }

@media (max-width: 1559.98px) {
  .services-block__title {
    font-size: 16px; } }

@media (max-width: 1199.98px) {
  .services-block-bottom {
    padding: 50px 15px 15px 15px; }
  .services-block__title:before {
    top: -20px; }
  .services-block__title:before {
    height: 3px; }
  .services-block-bottom {
    min-height: 190px; }
  .services-block__title {
    font-size: 15px; }
  .services-block-top {
    height: 190px; }
  .services-wrapper {
    margin: 15px 0; }
  .services__title {
    font-size: 28px; }
  .services__title {
    padding: 30px 0 25px 0; }
  .services {
    padding-bottom: 30px; } }

@media (max-width: 991.98px) {
  .services__title {
    font-size: 24px;
    line-height: 1.2; } }

@media (max-width: 767.98px) {
  .services-block-bottom {
    min-height: 140px; } }

.reviews {
  padding-bottom: 134px;
  overflow: hidden; }

.reviews-wrapper {
  max-width: 616px;
  min-height: 280px;
  background-color: #353c3f;
  padding: 36px 36px 35px 36px; }

.review__comment {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  margin-top: 40px; }

.review__name {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1; }

.review__date {
  color: #a7a7a7;
  font-size: 15px;
  font-weight: 300;
  margin-top: 5px; }

.reviews__title {
  text-shadow: 0 0 38px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 80px 0 70px 0; }
  .reviews__title span {
    font-weight: 300; }

.reviews-info {
  display: flex; }

.reviews-info-personal {
  display: flex;
  flex-direction: column; }

.reviews-info-personal {
  margin-left: 25px; }

.reviews-back {
  position: absolute;
  width: 100%;
  height: 640px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  background-size: 1600px; }

.reviews-arrows-left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  box-shadow: 0 0 38px 2px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  cursor: pointer;
  transition: .5s ease-in-out; }
  .reviews-arrows-left svg {
    fill: #384044;
    transform: rotate(180deg); }
  .reviews-arrows-left:hover {
    background-color: #2fa836; }
    .reviews-arrows-left:hover svg {
      fill: #fff; }

.reviews-arrows-right {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  box-shadow: 0 0 38px 2px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  transition: .5s ease-in-out; }
  .reviews-arrows-right svg {
    fill: #2fa836;
    transition: .5s ease-in-out; }
  .reviews-arrows-right:hover {
    background-color: #2fa836; }
    .reviews-arrows-right:hover svg {
      fill: #fff; }

.reviews-arrows {
  display: flex; }

@media (max-width: 1559.98px) {
  .reviews-wrapper {
    max-width: 450px; }
  .review__comment {
    margin-top: 15px; }
  .reviews__title {
    padding: 30px 0 30px 0; }
  .reviews {
    padding-bottom: 60px; } }

@media (max-width: 991.98px) {
  .reviews__title {
    font-size: 24px;
    line-height: 1.2;
    text-align: center; } }

@media (max-width: 767.98px) {
  .reviews {
    padding-bottom: 15px; }
  .reviews-arrows {
    margin-top: 15px; }
  .reviews-wrapper {
    max-width: 100%;
    margin: 0 auto;
    min-height: auto;
    padding: 20px 20px 40px 20px; } }

@media (max-width: 575.98px) {
  .reviews-wrapper {
    max-width: 99%;
    min-height: 320px;
    padding: 20px; } }

.contact {
  position: relative;
  z-index: 1;
  background-color: #fff; }
  .contact textarea {
    padding: 30px;
    width: 100%;
    height: 255px;
    border: 1px solid #e5e5e5;
    background-color: #fff; }
  .contact .contact-input {
    padding: 27px 10px 26px 30px;
    width: 100%;
    height: 54px;
    margin-bottom: 10px;
    border: 1px solid #e5e5e5;
    background-color: #fff; }

.wpcf7-recaptcha {
  margin: 0; }

.captcha {
  transform: scale(0.73);
  transform-origin: 0 0;
  height: 70px; }

.wpcf7-mail-sent-ok {
  display: none !important; }

.contact__button {
  width: 100%;
  height: 54px;
  background-color: #2fa836;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid transparent;
  outline: 0;
  transition: .4s ease-in-out; }
  .contact__button:hover {
    background-color: #fff;
    color: #2fa836;
    border: 1px solid #2fa836; }

.contact__title {
  line-height: 1;
  width: 564px;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 80px 0; }
  .contact__title span {
    font-weight: 300; }

.contact-question {
  background-color: #2fa836;
  position: relative;
  padding: 150px 25px 99px 140px; }
  .contact-question:before {
    content: '';
    width: 9999px;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-color: #2fa836;
    z-index: -1; }

.contact-question__letter {
  opacity: 0.15;
  color: #fff;
  font-size: 257px;
  font-weight: 700;
  position: absolute;
  left: 93px;
  top: -50px; }

.contact-question__title {
  color: #fff;
  font-size: 30px;
  font-weight: 700; }

.contact-question__button {
  width: 232px;
  height: 64px;
  background-color: #384043;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: .4s ease-in-out; }
  .contact-question__button:hover {
    background-color: #fff;
    color: #384044; }

.contact-question__description {
  max-width: 350px;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  padding: 40px 0 75px 0; }

@media (max-width: 1199.98px) {
  .captcha {
    transform: scale(0.58);
    height: 47px; }
  .contact-question {
    padding: 70px 25px 50px 70px; }
  .contact__title {
    font-size: 26px;
    padding: 57px 0;
    width: 100%; }
  .contact textarea {
    height: 240px; }
  .contact__button {
    margin-top: 8px; } }

@media (max-width: 991.98px) {
  .captcha {
    transform: scale(0.91);
    height: 67px; }
  .contact textarea {
    height: 265px; }
  .contact__button {
    margin-top: 13px; }
  .contact-question:before {
    width: 0; }
  .contact__title {
    font-size: 24px;
    line-height: 1.2;
    padding: 25px 0;
    text-align: center; }
  .contact input {
    margin-bottom: 20px; }
  .contact-question {
    margin-top: 30px;
    padding: 30px 25px 20px 30px; }
  .contact-question__title {
    text-align: center; }
  .contact-question__description {
    max-width: 100%;
    padding: 30px 0 35px 0; }
  .contact-question__button {
    margin: 0 auto;
    z-index: 3;
    position: relative; }
  .contact-question__letter {
    top: -82px; } }

@media (max-width: 767.98px) {
  .contact textarea {
    margin-bottom: 10px; }
  .contact .wpcf7-form-control-wrap {
    display: flex;
    justify-content: center; } }

@media (max-width: 575.98px) {
  .captcha {
    display: contents; } }

.about__title {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  padding: 120px 0 50px 0; }
  .about__title span {
    font-weight: 300; }

.about {
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.about__description {
  font-size: 15px;
  font-weight: 300;
  max-width: 820px; }

.about__description {
  text-align: justify;
  font-size: 15px;
  font-weight: 300;
  overflow: auto;
  padding-right: 70px;
  max-height: 300px;
  scrollbar-color: #2fa836 #eceff1;
  scrollbar-width: thin; }
  .about__description::-webkit-scrollbar {
    width: 6px;
    height: 3px; }
  .about__description::-webkit-scrollbar-button {
    display: none; }
  .about__description::-webkit-scrollbar-track {
    background-color: #2fa836; }
  .about__description::-webkit-scrollbar-track-piece {
    background-color: #eceff1;
    width: 6px; }
  .about__description::-webkit-scrollbar-thumb {
    height: 60px;
    background-color: #2fa836;
    border-radius: 3px; }
  .about__description::-webkit-scrollbar-corner {
    background-color: #999; }
  .about__description::-webkit-resizer {
    background-color: #666; }

@media (max-width: 1199.98px) {
  .about__title {
    padding: 60px 0 50px 0;
    font-size: 26px; } }

@media (max-width: 991.98px) {
  .about__title {
    padding: 25px 0;
    text-align: center;
    font-size: 24px;
    line-height: 1.2; }
  .about {
    padding-bottom: 40px; }
  .about__description {
    padding-right: 30px; } }

.question__block {
  max-width: 1000px;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  text-align: center;
  color: #fff;
  padding-top: 60px;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px; }
  .question__block:before {
    content: "";
    position: absolute;
    left: -4px;
    top: -4px;
    border-left: 4px solid #fff;
    border-top: 4px solid #fff;
    width: 30px;
    height: 30px; }
  .question__block:after {
    content: "";
    position: absolute;
    right: -4px;
    bottom: -4px;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    width: 30px;
    height: 30px; }

.question {
  display: flex;
  min-height: calc(100vh - 90px);
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100px; }

.question__block-title-big {
  font-size: 70px;
  letter-spacing: 18.4px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 100px; }

.question__block-title-small {
  font-size: 92px;
  letter-spacing: 18.4px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 100px; }

.question__block-description {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
  padding-top: 35px;
  margin-top: 20px; }
  .question__block-description:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 4px;
    background-color: #2fa836;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0); }

.question__block-caption {
  display: flex;
  justify-content: center;
  position: relative;
  top: 25px;
  margin-top: 50px;
  padding: 0 50px; }
  .question__block-caption a {
    width: 360px;
    height: 68px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #384044;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.5s; }

@media (max-width: 1199.98px) {
  .question__block-title-big {
    font-size: 55px;
    line-height: 75px;
    letter-spacing: 13px; }
  .question__block-title-small {
    font-size: 70px;
    line-height: 75px;
    letter-spacing: 13px; } }

@media (max-width: 991.98px) {
  .question__block-title-big {
    font-size: 35px;
    line-height: 50px;
    letter-spacing: 10px; }
  .question__block-title-small {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: 10px; }
  .question__block-description {
    font-size: 18px;
    line-height: 25px; } }

@media (max-width: 767.98px) {
  .question__block-title-big {
    font-size: 30px;
    line-height: 48px;
    letter-spacing: 5px; }
  .question__block-title-small {
    font-size: 42px;
    line-height: 48px;
    letter-spacing: 7px; }
  .question__block-caption {
    margin-top: 30px; }
    .question__block-caption a {
      height: 50px;
      font-size: 14px; }
      .question__block-caption a:hover {
        background-color: #ffffff;
        color: #384044; } }

footer {
  background-color: #384044;
  padding: 70px 0 40px 0; }

.footer-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px; }

.footer-menu a {
  color: #e1e0e0;
  font-size: 15px;
  font-weight: 300;
  line-height: 36px;
  transition: .4s ease-in-out; }
  .footer-menu a:hover {
    color: #2fa836; }

.footer-contact a {
  color: #e1e0e0;
  font-size: 15px;
  font-weight: 700;
  line-height: 36px;
  padding-left: 8px; }

.footer-contact svg {
  fill: #2fa836; }

.footer-address-way a {
  font-size: 15px;
  font-weight: 300;
  line-height: 36px;
  color: #2fa836;
  text-decoration: underline; }

.footer-address__text {
  max-width: 195px;
  color: #e1e0e0;
  font-size: 15px;
  font-weight: 300;
  line-height: 36px; }

.footer-arrow {
  width: 60px;
  height: 60px;
  border: 1px solid #ffffff;
  opacity: 0.2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  cursor: pointer;
  transition: ease-in-out 0.5s; }
  .footer-arrow svg {
    opacity: .7; }
  .footer-arrow:hover {
    opacity: 1; }
    .footer-arrow:hover svg {
      opacity: 1; }

.footer-offer__button {
  width: 100%;
  height: 64px;
  background-color: #2fa836;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 36px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid transparent;
  transition: .4s; }
  .footer-offer__button i {
    margin-left: 25px;
    width: 25px;
    height: 25px;
    background-size: cover;
    background-image: url("../img/contractb.png"); }
  .footer-offer__button:hover {
    background-color: #fff;
    color: #2fa836;
    border: 1px solid #2fa836; }
    .footer-offer__button:hover svg {
      fill: #2fa836; }
    .footer-offer__button:hover i {
      background-image: url("../img/contract.png"); }

.footer-top {
  margin-bottom: 40px; }

.footer-bottom {
  background-color: #353c3f;
  padding: 25px 40px; }

.footer-rules {
  color: #a7a7a7;
  font-size: 12px;
  font-weight: 300;
  line-height: 28px; }
  .footer-rules a {
    color: #a7a7a7; }

.header__logo {
  max-width: 232px; }

.footer-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .4s; }
  .footer-icons svg {
    margin-right: 24px;
    fill: #fff; }
  .footer-icons a:hover svg {
    fill: #2fa836; }

.footer__visa {
  margin-right: 42px; }

footer .contact-info__title {
  max-width: 180px;
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 991.98px) {
  .footer-bottom {
    padding: 10px 15px; }
  .footer-rules {
    text-align: center; }
  .footer-icons {
    margin: 20px; }
  .footer__logo {
    margin-bottom: 30px; }
  .footer-title {
    margin-bottom: 5px; }
  .footer-arrow {
    margin-top: 25px; }
  footer {
    padding: 30px 0 25px 0; } }

@media (max-width: 575.98px) {
  .footer-contact {
    margin-bottom: 25px; }
  .footer-menu {
    margin-bottom: 25px; }
  .footer-menu li {
    line-height: 26px; }
  .footer-address__text {
    line-height: 24px;
    margin-left: auto;
    margin-right: auto; } }

.modal-application {
  background-color: #384044;
  width: 1000px;
  overflow: hidden;
  padding: 0;
  cursor: auto !important; }

.feedback-form__icon {
  margin-left: 39px; }

p {
  margin-bottom: 0; }

#offer-popap .modal-form select {
  margin-bottom: 14px; }

#order-service .tel-callback {
  margin-top: 0; }

#order-service .contact__button {
  margin-top: 6px; }

.price-form-card {
  width: 100%;
  height: 64px;
  background-color: #2fa836;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid transparent;
  transition: .4s; }
  .price-form-card:hover {
    color: #2fa836;
    background-color: #fff;
    border: 1px solid #2fa836; }

.delivery-address__message {
  margin-bottom: 6px; }

.modal-form {
  background-color: #fff;
  padding: 5px 30px 10px 30px; }
  .modal-form .price-form-card span {
    margin-left: 4px; }
  .modal-form .footer-offer__button {
    margin-bottom: 18px; }
  .modal-form .popap-input {
    margin-bottom: 14px;
    padding: 15px 15px 15px 20px;
    width: 100%;
    border: 1px solid #e5e5e5;
    background-color: #fff; }
  .modal-form textarea {
    padding: 15px 15px 15px 20px;
    width: 100%;
    border: 1px solid #e5e5e5;
    background: transparent;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none; }
  .modal-form select {
    padding: 15px 15px 15px 20px;
    width: 100%;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    color: #384044;
    margin-bottom: 10px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../img/select.png");
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0; }

.modal-form-done {
  background-color: #fff;
  padding: 60px 0 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center; }

.popap-register__title {
  font-size: 30px;
  font-weight: 400;
  line-height: 48px;
  margin: 10px 0 20px 0; }

.popap-check {
  display: flex;
  align-items: center;
  margin-bottom: 23px; }
  .popap-check a {
    margin-right: 17px; }

.checkbox {
  display: block; }

.checkbox__choice input[type="checkbox"] {
  margin: 0 3px 0 0;
  width: 20px;
  height: 20px; }

.checkbox__owner input[type="checkbox"] {
  margin: 0 3px 0 0;
  width: 20px;
  height: 20px; }

.checkbox__label {
  display: block;
  cursor: pointer;
  position: relative;
  padding: 0 0 0 25px;
  line-height: 20px;
  color: #000;
  font-size: .875rem;
  opacity: .8; }

.wpcf7-checkbox {
  position: relative;
  margin-top: 5px; }

.wpcf7-list-item-label {
  margin-left: 20px; }

.popap-check .wpcf7-not-valid {
  border: 0 !important;
  color: #ff3738; }

.wpcf7-list-item-label::before {
  border: 3px solid #2fa836;
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 19px;
  height: 19px;
  cursor: pointer; }

.checkbox__choice {
  opacity: 0; }

.checkbox__choice:checked + .wpcf7-list-item-label::before {
  background-color: #2fa836; }

.checkbox__choice:checked + .wpcf7-list-item-label {
  opacity: 1; }

.checkbox__owner input {
  opacity: 0;
  position: absolute;
  left: 0;
  z-index: 3; }

.checkbox__owner input:checked + .wpcf7-list-item-label::before {
  background-color: #2fa836; }

.checkbox__owner input:checked + .wpcf7-list-item-label {
  opacity: 1; }

.owner_order {
  display: none; }

.owner_order_on {
  display: block !important; }

.owner_order_off {
  display: none !important; }

.checkbox__owner-no .wpcf7-list-item-label {
  cursor: pointer; }

.checkbox__owner-yes .wpcf7-list-item-label {
  cursor: pointer; }

.popap-done__title {
  font-size: 24px;
  font-weight: 400;
  padding: 35px 0 10px 0;
  text-align: center; }

.wpcf7-list-item label {
  position: relative; }

.wpcf7-list-item a {
  color: #2fa836;
  margin-left: 5px; }

.footer-offer__button:disabled {
  opacity: 0.5;
  cursor: auto; }

.footer-offer__button:hover:disabled {
  background-color: #2fa836;
  color: #fff;
  border: 1px solid #2fa836; }

.popap-done__description {
  font-size: 16px;
  font-weight: 300;
  text-align: center; }

.screen-reader-response {
  display: none; }

.wpcf7-not-valid-tip {
  display: none; }

.wpcf7-not-valid {
  border: 1px solid red !important; }

.wpcf7-validation-errors {
  display: none !important; }

.wpcf7-checkbox {
  padding: 5px; }

.question-input {
  padding: 27px 10px 26px 30px;
  width: 100%;
  height: 64px;
  border: 1px solid #e5e5e5;
  background-color: #fff; }

.question-input-callback {
  margin-top: 20px; }

.price-form-card {
  margin-bottom: 20px;
  margin-top: 10px; }

#offer-popap .footer-offer__button {
  margin-top: 10px; }

@media (min-width: 768px) {
  #order-service .modal-form {
    padding: 5px 30px 20px 30px; } }

@media (max-width: 991.98px) {
  #offer-popap .footer-offer__button {
    margin-top: 0; }
  .price-form-card {
    margin-bottom: 20px; }
  #offer-popap .modal-form select {
    margin-bottom: 16px; }
  p {
    margin-bottom: 0; } }

@media (max-width: 767.98px) {
  .popap-register__title {
    font-size: 26px;
    text-align: center; } }

.namee_owner input {
  margin-top: 2px; }

.surname_owner input {
  margin-top: 2px; }

.question__order-card {
  position: absolute;
  top: -15px;
  font-size: 10px;
  color: #2fa836; }

@media (max-width: 575.98px) {
  .surname_owner input {
    margin-top: 0; }
  .question__order-card {
    top: -13px;
    font-size: 9px; }
  .namee_owner input {
    margin-top: 4px; }
  .delivery-address__message {
    margin-bottom: 0; }
  .popap-check {
    margin-bottom: 0; }
  .wpcf7-list-item-label {
    font-size: 15px; }
  .modal-form {
    padding: 1px 15px 15px 15px; }
    .modal-form textarea {
      height: 91px;
      padding: 9px; }
  .modal-form select {
    padding: 9px 9px 9px 9px; }
  .popap-register__title {
    margin: 10px 0 10px 0; }
  .price-form-card {
    margin-bottom: 15px; }
  .modal-form .popap-input {
    margin-bottom: 10px;
    padding: 9px 9px 9px 9px;
    background: transparent;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none; }
  #offer-popap .modal-form select {
    margin-bottom: 9px; } }

.owner-cart {
  display: none; }

.question__owner-card {
  position: absolute;
  top: 28px;
  font-size: 10px;
  color: #2fa836; }

@media screen and (max-width: 407px) {
  .question__owner-card {
    top: 56px;
    font-size: 9px; } }

.checkbox__owner-group {
  display: none; }

.checkbox__owner-no input, .checkbox__owner-yes input {
  cursor: pointer; }

.flex-group {
  display: flex;
  margin-bottom: 16px;
  flex-wrap: wrap; }

.who-are-u {
  margin-right: 15px; }

.contact-page {
  padding-top: 90px;
  overflow: hidden; }
  .contact-page .breadcrumb {
    display: flex;
    padding: 28px 0; }
    .contact-page .breadcrumb li {
      font-size: 14px;
      font-weight: 300;
      margin-right: 36px; }
    .contact-page .breadcrumb a {
      color: #384044; }
    .contact-page .breadcrumb .active {
      font-weight: 700;
      color: #2fa836;
      position: relative; }
      .contact-page .breadcrumb .active:before {
        position: absolute;
        height: 6px;
        width: 6px;
        background-color: #2fa836;
        left: -20px;
        top: 8px;
        content: ''; }

.contact-page__title {
  background-color: #2fa836;
  padding: 54px 0;
  color: #fff;
  font-size: 48px;
  line-height: 1.1;
  text-transform: uppercase; }
  .contact-page__title span {
    font-weight: 700; }
  .contact-page__title:before {
    position: absolute;
    height: 100%;
    width: 9999px;
    background-color: #2fa836;
    right: 0;
    content: '';
    z-index: -1;
    top: 0; }

.title-contact-wrapper {
  position: relative; }

.acf-map {
  width: 1217px;
  height: 640px;
  max-width: inherit !important; }

.contact-page-call {
  border-bottom: 1px solid #e8e8e8;
  padding: 60px 0 40px 0; }
  .contact-page-call li {
    display: flex;
    align-items: center;
    line-height: 42px; }
  .contact-page-call a {
    font-size: 18px;
    font-weight: 700;
    margin-left: 15px; }

.contact-info__title {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 33px; }
  .contact-info__title.title_red {
    color: #f4002f;
    margin-bottom: 15px; }

.contact-page-write {
  border-bottom: 1px solid #e8e8e8;
  padding: 40px 0 40px 0; }
  .contact-page-write svg {
    fill: #2fa836; }
  .contact-page-write li {
    display: flex;
    align-items: center;
    line-height: 42px; }
  .contact-page-write .contact-page__mail {
    font-size: 15px;
    font-weight: 400;
    line-height: 42px; }
  .contact-page-write span {
    font-size: 15px;
    font-weight: 400;
    margin-left: 15px; }
  .contact-page-write a {
    font-size: 18px;
    font-weight: 700;
    margin-left: 15px; }

.contact-page-become {
  border-bottom: 1px solid #e8e8e8;
  padding: 40px 0 40px 0; }
  .contact-page-become li {
    display: flex;
    align-items: center;
    line-height: 42px; }
  .contact-page-become span {
    width: 215px;
    font-size: 15px;
    font-weight: 400;
    margin-left: 15px; }
  .contact-page-become svg {
    fill: #2fa836; }

.contact-page-networks {
  padding: 40px 0 40px 0; }

.contact-page-write {
  border-bottom: 1px solid #e8e8e8;
  padding: 40px 0 40px 0; }
  .contact-page-write li {
    display: flex;
    align-items: center;
    line-height: 42px; }
  .contact-page-write span {
    width: 199px;
    font-size: 15px;
    font-weight: 400;
    margin-left: 15px; }
  .contact-page-write svg {
    fill: #2fa836; }

.contact-page-right__title {
  margin: 48px 0 48px 125px;
  color: #384043;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 300; }
  .contact-page-right__title span {
    font-weight: 700; }

.contact-page textarea {
  padding: 30px;
  width: 100%;
  height: 160px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  margin-bottom: 23px; }

.contact-page .contact-input {
  padding: 27px 10px 26px 30px;
  width: 100%;
  height: 64px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  margin-bottom: 24px; }

.contact-form {
  background-color: #fafafa;
  padding: 40px 0 120px 125px;
  position: relative; }
  .contact-form:before {
    top: 0;
    position: absolute;
    height: 150%;
    width: 9999px;
    background-color: #fafafa;
    left: 0;
    content: '';
    z-index: -1; }

@media (max-width: 1559.98px) {
  .contact-page-right__title {
    margin: 48px 0 48px 40px;
    font-size: 30px; }
  .contact-form {
    padding: 40px 0 120px 40px; }
  .acf-map {
    width: 100%; } }

@media (max-width: 1199.98px) {
  .contact-page-right__title {
    margin: 18px 0 18px 40px;
    font-size: 24px; }
  .contact-page__title {
    background-color: #2fa836;
    padding: 25px 0;
    color: #fff;
    font-size: 30px;
    line-height: 1.1;
    text-transform: uppercase; }
  .contact-page-call {
    padding: 30px 0 20px 0; }
  .contact-page-write, .contact-page-become .contact-page-networks {
    padding: 20px 0 20px 0; }
  .contact-info__title {
    margin-bottom: 15px; } }

@media (max-width: 991.98px) {
  .contact-page {
    padding-top: 70px; }
  .contact-page .breadcrumb {
    padding: 11px 0; }
  .acf-map {
    width: 100%;
    height: 300px; }
  .contact-form {
    padding: 40px 40px 40px 40px; }
    .contact-form:before {
      width: 0; } }

@media (max-width: 767.98px) {
  .contact-page-become span {
    text-align: center; }
  .contact-form {
    padding: 20px 20px 20px 20px; }
  .contact-info__title {
    text-align: center; }
  .contact-page-write li {
    justify-content: center; }
  .contact-page-call li {
    justify-content: center; }
  .contact-page-become li {
    justify-content: center; }
  .social-group {
    justify-content: center; }
  .contact-page__title {
    text-align: center;
    font-size: 25px; }
  .contact-page__title:after {
    position: absolute;
    height: 100%;
    width: 9999px;
    background-color: #2fa836;
    left: 0;
    content: "";
    z-index: -1;
    top: 0; }
  .contact-page-right__title {
    margin: 18px 0 18px 0;
    font-size: 24px;
    line-height: 1.2;
    text-align: center; } }

.about-page {
  padding-top: 90px;
  overflow: hidden; }
  .about-page .breadcrumb {
    display: flex;
    padding: 28px 0; }
    .about-page .breadcrumb a {
      color: #fff; }
    .about-page .breadcrumb li {
      font-size: 14px;
      font-weight: 300;
      margin-right: 36px; }
    .about-page .breadcrumb .active {
      font-weight: 700;
      color: #fff;
      position: relative; }
      .about-page .breadcrumb .active:before {
        position: absolute;
        height: 6px;
        width: 6px;
        background-color: #2fa836;
        left: -20px;
        top: 8px;
        content: ''; }

.about-page__title {
  width: 100%;
  color: #fff;
  font-size: 40px;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 300;
  padding: 84px 0;
  margin: 41px 0 85px 0; }
  .about-page__title span {
    font-weight: 700; }
  .about-page__title:before {
    position: absolute;
    height: 100%;
    width: 9999px;
    background-color: #2fa836;
    right: 0;
    content: '';
    z-index: -1;
    top: 0;
    opacity: 0.9; }

.about-page-title__wrapper {
  position: relative; }

.about-page__image {
  position: absolute;
  width: 100%;
  height: 460px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1; }

.mission {
  padding: 60px 0 80px 0;
  position: relative; }
  .mission:before {
    content: '';
    width: 948px;
    height: 186px;
    background-color: #fafafa;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1; }

.mission-info {
  padding-left: 55px; }

.mission__title {
  margin-top: 20px;
  font-size: 36px;
  font-weight: 300;
  line-height: 24px;
  text-transform: uppercase;
  position: relative; }
  .mission__title span {
    font-weight: 700; }
  .mission__title:before {
    width: 56px;
    height: 6px;
    background-color: #2fa836;
    content: '';
    top: 100px;
    left: 0;
    position: absolute;
    z-index: 2; }

.mission__description {
  margin-top: 140px;
  font-size: 15px;
  font-weight: 300;
  overflow: auto;
  padding-right: 170px;
  max-height: 470px;
  scrollbar-color: #2fa836 #eceff1;
  scrollbar-width: thin; }
  .mission__description p {
    text-align: justify; }
  .mission__description::-webkit-scrollbar {
    width: 6px;
    height: 3px; }
  .mission__description::-webkit-scrollbar-button {
    display: none; }
  .mission__description::-webkit-scrollbar-track {
    background-color: #2fa836; }
  .mission__description::-webkit-scrollbar-track-piece {
    background-color: #eceff1;
    width: 6px; }
  .mission__description::-webkit-scrollbar-thumb {
    height: 60px;
    background-color: #2fa836;
    border-radius: 3px; }
  .mission__description::-webkit-scrollbar-corner {
    background-color: #999; }
  .mission__description::-webkit-resizer {
    background-color: #666; }

.strategy {
  background-color: #fafafa;
  padding: 80px 0 120px 0; }

.strategy__title {
  font-size: 36px;
  font-weight: 300;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 80px;
  text-align: center; }
  .strategy__title span {
    font-weight: 700; }

.strategy-block {
  min-height: 280px;
  background-color: #fff;
  padding: 60px;
  margin-bottom: 25px;
  position: relative; }

.strategy-corner__top {
  border-left: 4px solid #2fa836;
  border-top: 4px solid #2fa836;
  height: 20px;
  width: 20px;
  top: 0;
  left: 0;
  position: absolute; }

.strategy-corner__bottom {
  border-right: 4px solid #384043;
  border-bottom: 4px solid #384043;
  height: 20px;
  width: 20px;
  bottom: 0;
  right: 0;
  position: absolute; }

.strategy-block__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 40px; }

.strategy-block-wrapper {
  display: flex; }

.strategy-block__description {
  margin-left: 40px;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px; }

.practice {
  padding: 80px 0; }

.practice-slider {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #fff;
  align-items: center; }
  .practice-slider:before {
    width: 100%;
    height: 100%;
    background-color: #384044;
    top: 10px;
    left: 10px;
    z-index: -1;
    content: '';
    position: absolute; }
  .practice-slider img {
    width: 100%; }
  .practice-slider:hover .practice-slider-search {
    transform: translateY(0);
    opacity: 1; }

.js-practice .slick-list {
  overflow: visible; }

.practice__title {
  font-size: 36px;
  font-weight: 300;
  line-height: 24px;
  text-transform: uppercase; }
  .practice__title span {
    font-weight: 700; }

.practice-article__title {
  color: #2fa836;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  margin: 40px 0; }

.practice-article__description {
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 60px;
  max-width: 775px; }
  .practice-article__description p {
    text-align: justify; }

.js-article {
  padding: 0 40px; }
  .js-article .slick-slide {
    padding: 12px; }

.article-wrapper {
  position: relative; }

.about-arrows {
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  justify-content: space-between;
  width: 100%; }

.about-arrows-left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  box-shadow: 0 0 38px 2px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  cursor: pointer; }
  .about-arrows-left svg {
    fill: #384044;
    transform: rotate(180deg); }
  .about-arrows-left.js-practice-left {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1; }

.about-arrows-right {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  box-shadow: 0 0 38px 2px rgba(0, 0, 0, 0.06);
  background-color: #fff; }
  .about-arrows-right svg {
    fill: #2fa836; }
  .about-arrows-right.js-practice-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0; }

.practice-article__slider-title {
  text-align: center;
  line-height: 1;
  width: 170px;
  height: 40px;
  background-color: rgba(47, 168, 54, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  color: #fff; }

.practice-article-wrapper {
  width: 232px;
  height: 302px;
  box-shadow: 0 0 38px 2px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center; }

.practice-top {
  margin-bottom: 55px; }

.practice-slider-search {
  width: 94px;
  height: 94px;
  background-color: #fff;
  border-radius: 100px;
  position: absolute;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all ease-in-out .3s;
  transform: translateY(100%); }
  .practice-slider-search svg {
    fill: #2fa836; }

.licenses {
  background-color: #fafafa;
  padding: 55px 0 130px 0; }

.licenses-slider-wrapper {
  /* Style for "BG копия 2" */
  width: 361px;
  height: 461px;
  box-shadow: 0 0 38px 2px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center; }

.team {
  padding: 55px 0 130px 0; }

.team-slider-back {
  width: 350px;
  height: 440px;
  background-color: #2fa836;
  position: absolute;
  z-index: -1;
  top: 100px; }

.team-slider-name {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: center; }

.team-slider-position {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  text-align: center; }

.team-slider-wrapper {
  margin: 10px;
  position: relative; }

.about-new-arrows {
  margin-top: 20px; }

.licenses-slider-wrapper {
  margin: 30px; }

.team-slider-back {
  left: -10px; }

.js-licenses {
  margin: 0 -30px; }

.team-slider-name {
  padding-top: 20px; }

.team-slider-wrapper {
  width: 350px; }

.team-slider-position {
  padding: 23px 0; }

@media (max-width: 1559.98px) {
  .about-page__title {
    margin: 41px 0 41px 0; }
  .practice-slider {
    width: 100%;
    height: auto; } }

@media (max-width: 1199.98px) {
  .mission__description {
    max-height: 300px; }
  .about-page__title {
    padding: 85px 0;
    font-size: 29px;
    margin: 41px 0 78px 0; }
  .mission {
    padding: 30px 0 30px 0; }
  .team {
    padding: 35px 0 30px 0; }
  .strategy-block {
    padding: 30px; }
  .practice-article__description {
    margin-bottom: 30px; } }

@media (max-width: 991.98px) {
  .about-page__title {
    font-size: 27px; }
  .team-slider-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto; }
  .licenses {
    padding: 30px 0 30px 0; }
  .licenses-slider-wrapper {
    margin: 0 auto; }
  .practice-article__title {
    text-align: center; }
  .about-page {
    padding-top: 70px; }
  .mission {
    background-color: #fff;
    padding: 10px 0 30px 0; }
    .mission:before {
      width: 100%;
      height: 80px;
      z-index: 0; }
  .mission-info {
    padding-left: 0; }
  .mission__title {
    text-align: center;
    font-size: 24px;
    line-height: 1.2; }
    .mission__title:before {
      width: 0; }
  .mission__description {
    margin-top: 51px;
    padding-right: 70px; }
  .strategy {
    padding: 30px 0 30px 0; }
  .strategy-block {
    background-color: #fff;
    min-height: 230px;
    margin-bottom: 25px;
    position: relative; }
  .strategy__title {
    margin-bottom: 30px;
    font-size: 29px; }
  .practice {
    padding: 30px 0; }
  .practice__title {
    font-size: 29px;
    text-align: center; }
  .practice-top {
    margin-bottom: 0;
    padding-bottom: 30px; } }

@media (max-width: 767.98px) {
  .team .about-arrows {
    margin-top: 30px; }
  .licenses .about-arrows {
    margin-top: 30px; }
  .licenses-slider-wrapper {
    text-align: center; }
  .practice__title, .strategy__title {
    font-size: 24px;
    line-height: 1.2; }
  .about-page__title {
    font-size: 21px;
    padding: 40px 0;
    margin: 15px 0 60px 0;
    text-align: center; }
    .about-page__title:after {
      position: absolute;
      height: 100%;
      width: 0;
      background-color: #2fa836;
      left: 0;
      content: '';
      z-index: -1;
      top: 0;
      opacity: 1; }
  .licenses-slider-wrapper {
    width: 320px;
    margin: 0 auto; } }

.practice-article-img {
  display: flex;
  justify-content: center; }

.practice-article-wrapper {
  margin: 20px; }

@media (max-width: 575.98px) {
  .practice-slider {
    height: auto;
    width: 100%; }
  .mission__description {
    max-height: 170px;
    padding-right: 25px; }
  .strategy-block__title {
    margin-bottom: 20px; }
  .strategy-block__description {
    margin-left: 20px; }
  .team-slider-wrapper {
    width: 100%; }
  .team-slider-name {
    color: #2fa836; }
  .team-slider-position {
    color: #2fa836; }
  .team-slider-back {
    background-color: transparent; }
  .team-slider-wrapper {
    margin: 0; }
  .team-slider-position {
    padding: 23px 0 0 0; } }

.services-page {
  padding-top: 90px;
  overflow: hidden; }
  .services-page .why-block__title {
    text-align: center;
    margin: 30px 10px 0 10px;
    transition: .4s ease-in-out; }
    .services-page .why-block__title:hover {
      color: #2fa836; }
  .services-page .why-block__title {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0; }
  .services-page .cards-sell-pad {
    padding: 0 0 100px 0; }
  .services-page .about {
    border-top: 0; }
  .services-page .services-block__title {
    padding-bottom: 20px; }
    .services-page .services-block__title:before {
      top: -30px; }
  .services-page .services-page-top {
    height: 460px; }
  .services-page .breadcrumb-overflow {
    padding: 28px 0;
    display: flex;
    list-style-type: none;
    white-space: nowrap;
    overflow: auto;
    overflow-y: hidden;
    position: relative;
    z-index: 2; }
    .services-page .breadcrumb-overflow a {
      color: #fff;
      position: relative; }
    .services-page .breadcrumb-overflow li {
      font-size: 14px;
      font-weight: 300;
      margin-right: 36px; }
    .services-page .breadcrumb-overflow .active {
      font-weight: 700;
      color: #fff;
      position: relative; }
  .services-page .cube:before {
    position: absolute;
    height: 6px;
    width: 6px;
    background-color: #2fa836;
    right: -20px;
    top: 8px;
    content: ''; }
  .services-page .services-block-bottom {
    min-height: 180px;
    padding: 65px 45px 45px 45px; }
  .services-page .breadcrumb {
    display: flex;
    padding: 28px 0;
    list-style-type: none;
    white-space: nowrap;
    overflow: auto;
    overflow-y: hidden; }
    .services-page .breadcrumb a {
      color: #fff; }
    .services-page .breadcrumb li {
      font-size: 14px;
      font-weight: 300;
      margin-right: 36px; }
    .services-page .breadcrumb .active {
      font-weight: 700;
      color: #fff;
      position: relative; }
      .services-page .breadcrumb .active:before {
        position: absolute;
        height: 6px;
        width: 6px;
        background-color: #2fa836;
        left: -20px;
        top: 8px;
        content: ''; }

.service-help {
  background-color: #fafafa;
  padding: 80px 0 120px 0; }
  .service-help .why-block {
    width: 100%;
    background-color: #fff; }
  .service-help svg {
    fill: #2fa836; }
  .service-help .why-block__title {
    text-align: center; }
  .service-help .why__title {
    font-weight: 300; }
    .service-help .why__title span {
      font-weight: 700; }

.services-page__title {
  width: 100%;
  color: #fff;
  font-size: 48px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 300;
  padding: 84px 0;
  margin: 48px 0 115px 0; }
  .services-page__title span {
    font-weight: 700; }
  .services-page__title:before {
    position: absolute;
    height: 100%;
    width: 9999px;
    background-color: #2fa836;
    right: 0;
    content: '';
    z-index: -1;
    top: 0;
    opacity: 0.9; }

.services-page-title__wrapper {
  position: relative; }

.services-page__image {
  position: absolute;
  width: 100%;
  height: 460px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1; }

.services-box {
  background: #fafafa;
  padding: 60px 120px; }

.services-wrapper {
  margin-bottom: 25px; }

.services-info {
  padding: 60px 0;
  background-color: #fff; }

.services-block-top__image {
  position: relative; }

.services-block-top__back {
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%; }

.service-action-image {
  position: relative; }

.service-image__frame {
  width: 448px;
  height: 700px;
  border: 1px solid #fff;
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px; }

.services-law {
  box-shadow: 0 0 38px 2px rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  position: relative;
  z-index: 1; }

.service-info {
  color: #2fa836;
  font-size: 14px;
  padding: 15px 70px 0 40px; }

.service-image__number {
  width: 124px;
  height: 124px;
  background-color: rgba(47, 168, 54, 0.8);
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center; }

.services-law-top {
  width: 100%;
  box-shadow: 0 0 38px 2px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  display: flex;
  padding: 16px 70px 16px 40px;
  justify-content: space-between; }

.services-law-top__title {
  color: #2fa836;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase; }

.services-law-top__price {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  flex-shrink: 0; }

.service-law-main__title {
  font-size: 15px;
  font-weight: 700; }

.service-law-main {
  padding: 0 70px 0 40px;
  overflow: auto;
  max-height: 685px;
  scrollbar-color: #2fa836 #eceff1;
  scrollbar-width: thin; }
  .service-law-main::-webkit-scrollbar {
    width: 6px;
    height: 3px; }
  .service-law-main::-webkit-scrollbar-button {
    display: none; }
  .service-law-main::-webkit-scrollbar-track {
    background-color: #2fa836; }
  .service-law-main::-webkit-scrollbar-track-piece {
    background-color: #eceff1;
    width: 6px; }
  .service-law-main::-webkit-scrollbar-thumb {
    height: 60px;
    background-color: #2fa836;
    border-radius: 3px; }
  .service-law-main::-webkit-scrollbar-corner {
    background-color: #999; }
  .service-law-main::-webkit-resizer {
    background-color: #666; }
  .service-law-main li {
    display: flex;
    padding: 16px 0 16px 0;
    justify-content: space-between; }

.service-law-main li:not(:last-child) {
  border-bottom: 1px solid #e5e5e5; }

.service-law-main__price {
  color: #2fa836;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  padding-left: 10px;
  flex-shrink: 0; }

.service-action .service-table:nth-child(2n) .row {
  flex-direction: row-reverse; }

.service-action {
  padding-bottom: 120px; }

.service-table {
  padding-top: 100px; }

.cards-sell {
  padding: 80px 0 120px 0;
  background-color: #fff; }

.cards-sell__title {
  font-size: 36px;
  font-weight: 300;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 60px; }
  .cards-sell__title span {
    font-weight: 700; }

.cards-sell-driver {
  height: 80px;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0 38px 2px rgba(0, 0, 0, 0.06); }

.cards-sell-driver__title {
  font-size: 24px;
  font-weight: 700; }

.cards-sell-driver__price {
  font-size: 24px;
  color: #2fa836;
  font-weight: 700; }
  .cards-sell-driver__price span:first-child {
    font-weight: 700;
    line-height: 24px;
    font-size: 16px;
    color: #384044; }
  .cards-sell-driver__price span:nth-child(2) {
    color: #2fa836;
    font-size: 18px;
    font-weight: 300; }

.order-service {
  animation: showDiv 0.4s forwards;
  opacity: 0;
  width: 72px;
  height: 72px;
  border-radius: 36px;
  background-color: #2fa836;
  justify-content: center;
  display: flex;
  align-items: center;
  position: fixed;
  right: 15px;
  z-index: 3;
  bottom: 15%;
  transition: 0.4s ease-in-out;
  cursor: pointer; }
  .order-service svg {
    fill: #fff;
    position: absolute;
    right: 25px; }
  .order-service span {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    visibility: hidden;
    transition: step-end;
    left: 40px;
    position: absolute;
    cursor: pointer; }
  .order-service:before {
    cursor: pointer;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 72px;
    height: 72px;
    border: 4px solid #2fa836;
    border-radius: 100%;
    animation: circle 1.5s infinite; }

@keyframes showDiv {
  0% {
    opacity: 0.1; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

.order-service__change {
  width: 240px !important;
  margin-left: -168px;
  justify-content: space-between; }
  .order-service__change span {
    visibility: visible;
    transition: step-end;
    transition-delay: 0.3s; }
  .order-service__change:before {
    width: 0;
    height: 0;
    border: 0; }

.cards-sell__button {
  width: 100%;
  height: 64px;
  background-color: #2fa836;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid transparent;
  transition: .4s; }
  .cards-sell__button:hover {
    border: 1px solid #2fa836;
    background-color: #fff;
    color: #2fa836; }

.service-action {
  background-color: #fff; }

.answer {
  padding: 58px 0;
  background-color: #353c3f; }

.answer__title {
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.3;
  margin-left: 50px; }
  .answer__title span {
    font-weight: 700; }

.answer__symbol {
  opacity: 0.1;
  color: #fff;
  font-size: 160px;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  line-height: 1;
  top: -46px; }

.answer__button {
  width: 100%;
  height: 84px;
  background-color: #2fa836;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .4s;
  border: 2px solid transparent;
  cursor: pointer; }
  .answer__button:hover {
    border: 2px solid #2fa836;
    color: #2fa836;
    background-color: #fff; }

@media (max-width: 1559.98px) {
  .services-page .services-block-bottom {
    min-height: 203px; }
  .service-law-main {
    max-height: 496px; }
  .services-page__title {
    color: #fff;
    font-size: 34px;
    line-height: 1; }
  .cards-sell-wrapper {
    margin-bottom: 30px; }
  .service-image__frame {
    width: 326px;
    height: 511px; }
  .services-page .breadcrumb-overflow li {
    font-size: 14px;
    width: 73px; }
  .breadcrumb-overflow li:nth-child(2) {
    margin-left: -30px; } }

@media (max-width: 1199.98px) {
  .answer__title {
    font-size: 29px; }
  .service-image__frame {
    width: 255px;
    height: 406px; }
  .service-table {
    padding-top: 50px; }
  .service-action {
    padding-bottom: 50px; }
  .services-page .cards-sell-pad {
    padding: 0 0 60px 0; } }

@media (max-width: 991.98px) {
  .services-page .cards-sell-pad {
    padding: 0 0 0 0; }
  .service-help {
    padding: 30px 0 30px 0; }
  .services-page {
    padding-top: 70px; }
  .services-law-top {
    padding: 16px 30px 16px 20px; }
  .service-law-main__title {
    font-size: 14px; }
  .service-law-main {
    padding: 16px 30px 16px 20px; }
  .cards-sell-wrapper img {
    width: 100%; }
  .cards-sell__title {
    margin-bottom: 40px;
    font-size: 31px; }
  .cards-sell {
    padding: 40px 0 10px 0; }
  .answer__title {
    font-size: 25px;
    margin-left: 0; } }

@media (max-width: 767.98px) {
  .services-page__title {
    font-size: 24px;
    line-height: 1.2;
    padding: 40px 0;
    margin: 15px 0 60px 0;
    text-align: center; }
  .services-info {
    padding: 30px 0; }
  .cards-sell__title {
    font-size: 24px;
    line-height: 1.2; }
  .services-page .services-page-top {
    height: auto; } }

@media (max-width: 575.98px) {
  .answer__title {
    text-align: center;
    margin-bottom: 30px; }
  .answer__symbol {
    left: 60px; }
  .services-page .cube {
    margin-right: 20px; }
    .services-page .cube:before {
      right: -16px;
      top: 5px;
      content: ''; }
  .service-law-main {
    max-height: 350px; } }

.cards {
  padding-top: 90px;
  overflow: hidden; }
  .cards .breadcrumb {
    display: flex;
    padding: 28px 0; }
    .cards .breadcrumb a {
      color: #fff; }
    .cards .breadcrumb li {
      font-size: 14px;
      font-weight: 300;
      margin-right: 36px; }
    .cards .breadcrumb .active {
      font-weight: 700;
      color: #fff;
      position: relative; }
      .cards .breadcrumb .active:before {
        position: absolute;
        height: 6px;
        width: 6px;
        background-color: #2fa836;
        left: -20px;
        top: 8px;
        content: ''; }

.cards__title {
  width: 100%;
  color: #fff;
  font-size: 48px;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 300;
  padding: 84px 0;
  margin: 59px 0 130px 0; }
  .cards__title span {
    font-weight: 700; }
  .cards__title:before {
    position: absolute;
    height: 100%;
    width: 9999px;
    background-color: #2fa836;
    right: 0;
    content: '';
    z-index: -1;
    top: 0;
    opacity: 0.9; }

.cards-title__wrapper {
  position: relative; }

.cards__image {
  position: absolute;
  width: 100%;
  height: 460px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1; }

.services-box {
  background: #fafafa;
  padding: 60px 120px; }

.services-wrapper {
  margin-bottom: 25px; }

.cards-info-driver, .cards-info-step, .cards-info-sport {
  margin: 50px 0;
  position: relative; }

.cards-info-driver__title {
  width: 100%;
  height: 230px;
  background-color: #2fa836;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  font-size: 36px;
  font-weight: 300;
  line-height: 24px;
  text-transform: uppercase; }
  .cards-info-driver__title span {
    font-weight: 700; }

.cards-info-driver__title-text {
  text-align: center;
  margin-top: 27px;
  line-height: 1; }

.cards-info-wrapper {
  padding-top: 125px; }

.category {
  padding-top: 90px;
  overflow: hidden;
  background-color: #fafafa; }
  .category .tab-box {
    height: auto !important; }
  .category .why-block__title {
    text-align: center;
    margin: 30px 10px 0 10px; }
  .category .why-block__title {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0; }
  .category .breadcrumb-overflow {
    display: flex;
    list-style-type: none;
    white-space: nowrap;
    overflow: auto;
    overflow-y: hidden; }
  .category .cube:before {
    position: absolute;
    height: 6px;
    width: 6px;
    background-color: #2fa836;
    right: -20px;
    top: 8px;
    content: ''; }
  .category .breadcrumb {
    display: flex;
    padding: 28px 0; }
    .category .breadcrumb a {
      color: #384044;
      position: relative; }
    .category .breadcrumb li {
      font-size: 14px;
      font-weight: 300;
      margin-right: 27px;
      position: relative; }
    .category .breadcrumb .active {
      font-weight: 700;
      color: #2fa836;
      position: relative; }

.category__img {
  position: relative;
  z-index: 2; }

.category__title {
  font-size: 48px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.2;
  color: #384044; }
  .category__title span {
    font-weight: 700; }

.plus {
  position: relative;
  z-index: 1;
  margin-top: -100px;
  padding-bottom: 115px; }

.plus-top {
  width: 100%;
  height: 240px;
  background-color: #2fa836;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

.plus-top__title {
  text-transform: uppercase;
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  line-height: 24px;
  padding: 80px 0; }
  .plus-top__title span {
    font-weight: 700; }

.accordion {
  background-color: #fff; }

.corn-accordion {
  fill: #384044;
  position: absolute;
  top: 8px;
  right: 0;
  transition: 0.4s ease-in-out; }

.faq__active .corn-accordion {
  transition: 0.5s ease-in-out;
  fill: #2fa836;
  transform: rotate(180deg); }

.checkout-accordion {
  margin-right: 25px;
  flex-shrink: 0; }

.accordion-item .faq__title {
  color: #384044;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  display: block;
  padding: 40px 60px 40px 55px;
  text-decoration: none;
  transition: .4s;
  cursor: pointer; }

.faq__text {
  position: relative;
  display: flex;
  align-items: center; }

.accordion__title {
  padding-right: 100px; }

.accordion-item .faq__active {
  box-shadow: 0 0 38px 2px rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  color: #2fa836; }

.accordion-item .accordion__content {
  padding: 35px 40px 35px 55px;
  display: none; }
  .accordion-item .accordion__content li {
    color: #384044;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    padding: 5px 0;
    position: relative; }
    .accordion-item .accordion__content li:before {
      position: absolute;
      content: '';
      width: 8px;
      height: 1px;
      background-color: #384044;
      top: 16px;
      left: -14px; }

.simple {
  position: relative;
  z-index: 1;
  padding-bottom: 115px; }

.accordion__title-cancel {
  color: #ababab;
  font-size: 18px;
  font-weight: 700;
  padding-right: 100px; }

.simple-main {
  margin-top: -50px; }

.simple-top {
  width: 100%;
  height: 240px;
  background-color: #384044;
  align-items: center;
  justify-content: center;
  position: relative;
  display: flex; }

.simple-top__title {
  padding-bottom: 40px;
  text-transform: uppercase;
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  line-height: 24px; }
  .simple-top__title span {
    font-weight: 700; }

@media (max-width: 1559.98px) {
  .category__title {
    font-size: 35px; } }

@media (max-width: 1199.98px) {
  .accordion-item .faq__title {
    padding: 20px 60px 20px 55px; } }

@media (max-width: 991.98px) {
  .category {
    padding-top: 70px; }
    .category .tab-box {
      margin-top: 20px;
      margin-bottom: 0; }
  .category__title {
    padding: 0 0 30px 0;
    text-align: center; }
  .plus-top__title {
    text-align: center;
    padding: 40px 0; }
  .plus {
    padding-bottom: 50px;
    margin-top: 0; }
  .simple {
    padding-bottom: 50px; }
  .accordion__title {
    padding-right: 50px; }
  .accordion__title-cancel {
    padding-right: 50px; }
  .simple-main {
    margin-top: -135px; }
  .simple-top__title {
    padding-bottom: 0;
    padding-top: 40px; }
  .simple-top {
    align-items: flex-start; } }

@media (max-width: 767.98px) {
  .accordion__title {
    padding-right: 25px; }
  .accordion__title-cancel {
    padding-right: 25px; }
  .accordion-item .faq__title {
    padding: 20px 20px 20px 15px; }
  .accordion-item .accordion__content {
    padding: 20px 20px 20px 50px; }
  .checkout-accordion {
    margin-right: 15px; } }

@media (max-width: 575.98px) {
  .category__title {
    font-size: 26px; }
  .plus-top__title {
    font-size: 32px; }
  .simple-top__title {
    font-size: 32px; } }

.faq {
  padding-top: 90px;
  overflow: hidden; }
  .faq .breadcrumb {
    display: flex;
    padding: 28px 0; }
    .faq .breadcrumb a {
      color: #fff; }
    .faq .breadcrumb li {
      font-size: 14px;
      font-weight: 300;
      margin-right: 36px; }
    .faq .breadcrumb .active {
      font-weight: 700;
      color: #fff;
      position: relative; }
      .faq .breadcrumb .active:before {
        position: absolute;
        height: 6px;
        width: 6px;
        background-color: #2fa836;
        left: -20px;
        top: 8px;
        content: ''; }
  .faq .faq-page-middle {
    background-color: #fafafa;
    padding: 55px 0; }
  .faq .faq__title {
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #eceff1;
    padding: 30px 0 20px; }
  .faq .faq__item {
    background-color: #fff;
    margin-bottom: 20px;
    display: flex; }
  .faq .faq__description {
    padding-top: 25px;
    padding-bottom: 40px; }
  .faq .faq__caption {
    width: 100%;
    margin-left: 10px;
    margin-right: 40px; }
  .faq .faq__tab-active {
    border: 1px solid #2fa836 !important;
    background-color: #fff !important;
    color: #2fa836 !important; }
  .faq .faq__tab {
    width: 100%;
    height: 64px;
    background-color: #2fa836;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid transparent;
    transition: .4s;
    text-align: center; }
    .faq .faq__tab:hover {
      border: 1px solid #2fa836;
      background-color: #fff;
      color: #2fa836; }
  .faq .faq_tabs {
    margin-bottom: 55px; }
  .faq .faq__document {
    background-color: #384044; }
    .faq .faq__document:hover {
      border: 1px solid #384044;
      background-color: #fff;
      color: #384044; }
  .faq .faq__icon {
    position: relative;
    width: 210px;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; }
    .faq .faq__icon svg {
      fill: #2fa836; }
    .faq .faq__icon:before {
      width: 20px;
      height: 20px;
      position: absolute;
      content: "";
      top: 30px;
      left: 30px;
      border-left: 2px solid #2fa836;
      border-top: 2px solid #2fa836; }
    .faq .faq__icon:after {
      width: 20px;
      height: 20px;
      position: absolute;
      content: "";
      bottom: 30px;
      right: 30px;
      border-right: 2px solid #384044;
      border-bottom: 2px solid #384044; }

@media (max-width: 991.98px) {
  .faq .services-page__title {
    margin: 59px 0 115px 0; }
  .faq .faq-page-middle {
    background-color: #fafafa;
    padding: 30px 0; }
  .faq {
    padding-top: 70px; } }

@media (max-width: 767.98px) {
  .faq .faq__caption {
    margin: 0;
    padding: 0 18px 0; }
  .faq .faq__tab {
    margin-bottom: 20px; }
  .faq .faq__item {
    flex-flow: column; }
  .faq .faq__icon {
    margin: 0 auto; }
  .faq .faq__description {
    padding-top: 25px;
    padding-bottom: 25px; }
  .faq .faq__title {
    padding: 0 0 20px; } }

.document {
  padding-top: 90px;
  overflow: hidden; }
  .document .breadcrumb-overflow {
    padding: 28px 0;
    display: flex;
    list-style-type: none;
    white-space: nowrap;
    overflow: auto;
    overflow-y: hidden; }
    .document .breadcrumb-overflow a {
      color: #fff;
      position: relative; }
    .document .breadcrumb-overflow li {
      font-size: 14px;
      font-weight: 300;
      margin-right: 36px; }
    .document .breadcrumb-overflow .active {
      font-weight: 700;
      color: #fff;
      position: relative; }
  .document .cube:before {
    position: absolute;
    height: 6px;
    width: 6px;
    background-color: #2fa836;
    right: -20px;
    top: 8px;
    content: ''; }

.document__button {
  width: 100%;
  height: 64px;
  background-color: #2fa836;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid transparent;
  transition: .4s;
  text-align: center;
  margin-top: 25px; }
  .document__button:hover {
    border: 1px solid #2fa836;
    background-color: #fff;
    color: #2fa836; }

.document_download {
  width: 100%;
  height: 64px;
  background-color: #384044;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid transparent;
  transition: .4s;
  text-align: center;
  margin-top: 10px; }
  .document_download svg {
    margin-left: 13px; }
  .document_download:hover {
    border: 1px solid #384044;
    background-color: #fff;
    color: #384044; }
    .document_download:hover svg {
      fill: #384044; }

.document-css {
  margin: 0 -20px; }

.document-slider-wrapper {
  box-shadow: 0 0 38px 2px rgba(0, 0, 0, 0.06);
  margin: 20px;
  width: fit-content; }

.document-arrows {
  display: flex; }

.document-arrows-left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  box-shadow: 0 0 38px 2px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  cursor: pointer; }

.document-arrows-right {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  box-shadow: 0 0 38px 2px rgba(0, 0, 0, 0.06);
  background-color: #fff; }

.document-arrows-left svg {
  fill: #384044;
  transform: rotate(180deg); }

.document-arrows-right svg {
  fill: #2fa836; }

.documents-slider {
  margin: 40px 0; }

.document-main {
  background-color: #fff; }

@media (max-width: 1559.98px) {
  .document .breadcrumb-overflow li {
    font-size: 14px;
    width: 73px; }
  .breadcrumb-overflow li:nth-child(2) {
    margin-left: -30px; }
  .document .breadcrumb-overflow .active {
    margin-left: 50px; } }

@media (max-width: 991.98px) {
  .document .cube:before {
    top: 6px; }
  .document .breadcrumb-overflow .active {
    margin-left: 50px; }
  .document {
    padding-top: 70px; }
    .document .practice-top {
      padding-top: 30px; }
  .document_download {
    margin-top: 25px; } }

@media (max-width: 767.98px) {
  .document-arrows {
    margin-top: 20px; }
  .document-slider-wrapper {
    display: flex;
    justify-content: center;
    margin: 0 auto; } }
