@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600,700,800|Open+Sans:400,600,700&display=swap&subset=cyrillic");
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
article,
aside,
blockquote,
body,
button,
canvas,
dd,
del,
details,
dfn,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
input,
li,
nav,
ol,
p,
pre,
section,
select,
textarea,
ul,
video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
address,
caption,
cite,
code,
del,
dfn,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
th {
  font-weight: normal;
  font-style: normal;
}
ol,
ul {
  list-style: none;
}
fieldset,
img {
  border: none;
}
caption,
th {
  text-align: left;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
svg:not(:root) {
  overflow: hidden;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}
button,
input[type="button"],
input[type="email"],
input[type="number"],
input[type="reset"],
input[type="search"],
input[type="submit"],
input[type="tel"],
input[type="text"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
}
button,
input,
textarea {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.0714rem;
  line-height: normal;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.hidden,
[hidden],
input[type="hidden"] {
  display: none;
}
textarea {
  overflow: auto;
  resize: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
a > img {
  vertical-align: bottom;
}
.strong,
b,
strong {
  font-weight: bold;
}
.italic,
em,
i {
  font-style: italic;
}
.del,
del {
  text-decoration: line-through;
}
:focus {
  outline: none;
}
img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
.map-canvas img {
  max-width: none;
}
.clear {
  clear: both;
  display: block;
  line-height: 0;
  height: 0;
  font-size: 0;
}
.clearfix:after,
.wysiwyg:after {
  clear: both;
  content: "";
  display: table;
}
.alignleft {
  float: left !important;
}
.alignright {
  float: right !important;
}
.aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
.overflow-hidden {
  overflow: hidden;
  display: block;
}
.nowrap {
  white-space: nowrap;
}
.content-box {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
html {
  height: 100%;
  background: #ffffff;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  height: 100%;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.0714rem;
  line-height: 1.6667;
  color: #000000;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 1010px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 1010px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1010px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1010px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.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-auto,
.col-lg,
.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-auto,
.col-md,
.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-auto,
.col-sm,
.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-auto,
.col-xl,
.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-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 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%;
  }
}
.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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
a {
  color: #23803f;
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: color, background-color, border-color;
}
a:hover {
  color: #5aa844;
}
a.underline {
  text-decoration: underline;
}
.wysiwyg h1 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.wysiwyg h2 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.wysiwyg h3 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.wysiwyg h4 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.wysiwyg h5 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.wysiwyg h6 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.wysiwyg p {
  margin-top: 25px;
  margin-bottom: 25px;
}
.wysiwyg a {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.wysiwyg img {
  display: block;
  margin-top: 25px;
  margin-bottom: 25px;
}
.wysiwyg img.alignleft {
  margin: 25px 25px 25px 0;
}
.wysiwyg img.alignright {
  margin: 25px 0 25px 25px;
}
.wysiwyg blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 25px;
  font-style: italic;
}
.wysiwyg blockquote p {
  margin-bottom: 0;
}
.wysiwyg hr {
  clear: both;
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-bottom: 1px solid #e2e2e2;
}
.wysiwyg hr.transparent {
  border-bottom-color: transparent;
}
.wysiwyg ul {
  overflow: hidden;
  margin-top: 25px;
  margin-bottom: 25px;
  list-style: inside disc;
}
.wysiwyg ul li {
  padding-left: 25px;
}
.wysiwyg ol {
  overflow: hidden;
  margin-top: 25px;
  margin-bottom: 25px;
  list-style: inside decimal;
}
.wysiwyg ol li {
  padding-left: 25px;
}
.wysiwyg table {
  margin-top: 25px;
  margin-bottom: 25px;
}
.wysiwyg table th {
  padding: 12.5px 25px;
  background: #e2e2e2;
  border: 1px solid #e2e2e2;
}
.wysiwyg table td {
  padding: 12.5px 25px;
  border: 1px solid #e2e2e2;
}
.main {
  min-height: 100%;
  overflow: hidden;
}
.no-js .income-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.no-js .income-slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.no-js .applicants-slide {
  display: none !important;
}
.no-js .applicants-slide:first-child {
  display: block !important;
}
.no-js .clients-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.no-js .clients-slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.error {
  color: #fe6f5f !important;
  border-color: #fe6f5f !important;
}
.success {
  color: #92d149 !important;
  border-color: #92d149 !important;
}
.disabled {
  color: #979797 !important;
  border-color: #979797 !important;
  cursor: default !important;
}
.input-wrapper.error .input-error {
  visibility: visible;
}
.input-wrapper.error input.input-text,
.input-wrapper.error select.select,
.input-wrapper.error textarea.textarea {
  border-color: #fe6f5f;
}
.input-error {
  min-height: 24px;
  font-size: 0.9285rem;
  line-height: 1.85;
  color: #fe6f5f;
  visibility: hidden;
}
input.input-text,
textarea.textarea {
  display: block;
  width: 100%;
  height: 55px;
  padding: 13px 14px 15px 19px;
  font-size: 1.0714rem;
  line-height: 1.6667;
  color: #000000;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #c8cccf;
  -webkit-transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: color, background-color, border-color;
}
input.input-text::-webkit-input-placeholder,
textarea.textarea::-webkit-input-placeholder {
  color: #a0a5a9;
}
input.input-text:-ms-input-placeholder,
textarea.textarea:-ms-input-placeholder {
  color: #a0a5a9;
}
input.input-text::-ms-input-placeholder,
textarea.textarea::-ms-input-placeholder {
  color: #a0a5a9;
}
input.input-text::placeholder,
textarea.textarea::placeholder {
  color: #a0a5a9;
}
input.input-text:focus,
textarea.textarea:focus {
  border-color: #23803f;
}
input.input-text:-moz-read-only,
textarea.textarea:-moz-read-only {
  pointer-events: none;
}
input.input-text:read-only,
textarea.textarea:read-only {
  pointer-events: none;
}
textarea.textarea {
  height: auto;
}
select.select {
  display: block;
  width: 100%;
  height: 55px;
  padding: 14px 38px 14px 19px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.0714rem;
  line-height: 1.6667;
  color: #000000;
  white-space: nowrap;
  background: #ffffff url("../gr/select.svg") 100% 50% no-repeat;
  background-size: 33px 53px;
  border-radius: 2px;
  border: 1px solid #c8cccf;
  -webkit-transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: color, background-color, border-color;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
select.select:focus {
  border-color: #23803f;
}
select.select::-ms-expand {
  display: none;
}
.checkbox,
.radio {
  display: block;
}
.checkbox input,
.radio input {
  display: none;
}
.checkbox input:checked + label:after,
.radio input:checked + label:after {
  opacity: 1;
}
.checkbox input:disabled + label,
.radio input:disabled + label {
  opacity: 0.5;
}
.checkbox label,
.radio label {
  display: block;
  padding-left: 40px;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox label:before,
.radio label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #c8cccf;
  border-radius: 2px;
}
.checkbox label:after,
.radio label:after {
  opacity: 0;
  content: "";
  position: absolute;
  top: 8px;
  left: 4px;
  width: 16px;
  height: 11px;
  background: transparent url("../gr/checkbox.svg") 50% 50% no-repeat;
  background-size: 100% 100%;
  -webkit-transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
a.button,
button.button,
input.button {
  display: inline-block;
  vertical-align: top;
  padding: 14px 30px 16px;
  font-size: 1.2142rem;
  line-height: 1.471;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  border: 0;
  border-radius: 28px;
  background: #23803f;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(3%, rgba(90, 168, 68, 0)),
    to(#5aa844)
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(90, 168, 68, 0) 3%,
    #5aa844 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(90, 168, 68, 0) 3%,
    #5aa844 100%
  );
  background-image: linear-gradient(
    90deg,
    rgba(90, 168, 68, 0) 3%,
    #5aa844 100%
  );
  -webkit-box-shadow: 0 10px 15px 0 rgba(146, 209, 73, 0.3);
  box-shadow: 0 10px 15px 0 rgba(146, 209, 73, 0.3);
  -webkit-transition: background 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: background 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: background, color, border-color, opacity;
}
a.button:hover,
button.button:hover,
input.button:hover {
  background: #289449;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(3%, rgba(90, 168, 68, 0)),
    to(#65b74e)
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(90, 168, 68, 0) 3%,
    #65b74e 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(90, 168, 68, 0) 3%,
    #65b74e 100%
  );
  background-image: linear-gradient(
    90deg,
    rgba(90, 168, 68, 0) 3%,
    #65b74e 100%
  );
}
a.button.disabled,
button.button.disabled,
input.button.disabled {
  color: #ffffff !important;
  opacity: 0.5;
  pointer-events: none;
}
button.button,
input.button {
  line-height: normal;
}
.drop.active .drop-panel {
  display: block;
}
.drop-panel {
  display: none;
}
.modal-backdrop {
  background: #000000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.85;
}
body.modal-open {
  overflow: hidden !important;
}
.modal {
  display: none;
  width: 670px;
  max-width: calc(100% - 20px);
  max-height: 100%;
  overflow: auto;
  position: absolute;
  z-index: 9999;
  background: #ffffff;
  border-radius: 10px;
} /*.modal.modal-center{position:fixed}*/
.modal-close {
  position: absolute;
  top: 25px;
  right: 26px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}
.modal-close:after,
.modal-close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  right: 12px;
  height: 2px;
  margin-top: -1px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: background-color;
}
.modal-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal-close:hover:after,
.modal-close:hover:before {
  background-color: rgba(0, 0, 0, 0.75);
}
.modal-content {
  text-align: center;
  padding: 50px 60px 40px;
}
.modal-content p {
  margin-bottom: 15px;
}
.modal-title {
  font-size: 1.7857rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 30px;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slide,
.slick-slide img,
.slick-slider .slick-list,
.slick-track {
  -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: block;
  zoom: 1;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.slick-next,
.slick-prev {
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -46px;
  width: 40px;
  height: 40px;
  border: 2px solid rgba(35, 128, 63, 0.4);
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  -webkit-transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.slick-next:after,
.slick-prev:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent url("../gr/arrow-green.svg") 50% 50% no-repeat;
  background-size: 7px 12px;
}
.slick-prev {
  left: auto;
  right: 100%;
}
.slick-prev:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.slick-next.slick-disabled,
.slick-prev.slick-disabled {
  opacity: 0.25;
  cursor: default;
}
.slick-dots {
  display: block;
  text-align: center;
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100vw - 55px);
}
.slick-dots li {
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  margin: 0 7px 0 8px;
}
.slick-dots li button {
  display: block;
  position: relative;
  width: 18px;
  height: 18px;
  font-size: 0;
  line-height: 0;
  background: transparent;
  border: 0;
  border-radius: 50%;
}
.slick-dots li button:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  background: #92d149;
  border-radius: 50%;
  -webkit-transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-box-shadow 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-box-shadow 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: box-shadow 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-box-shadow 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.slick-dots li.slick-active button:before {
  background: transparent;
  -webkit-box-shadow: 0 0 0 5px #92d149;
  box-shadow: 0 0 0 5px #92d149;
}
.header-global {
  padding: 35px 0 15px;
}
.header-content {
  margin-bottom: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 167px;
  flex: 0 0 167px;
  max-width: 167px;
}
.logo a {
  display: block;
}
.logo-title {
  padding: 0 25px 2px 13px;
  font-size: 1.2857rem;
  line-height: 1;
  color: #979797;
}
.logo-title strong {
  display: block;
  font-size: 1.8571rem;
  color: #009639;
  margin-bottom: -2px;
}
.header-callback {
  padding-top: 10px;
  padding-right: 5px;
  margin-left: -10px;
}
.header-phone {
  font-size: 1.2857rem;
  line-height: 1.2223;
  color: #585858;
  white-space: nowrap;
}
.header-phone a {
  color: #585858;
}
.header-phone a:hover {
  color: #23803f;
}
.header-agent,
.header-email {
  font-size: 0.7857rem;
  line-height: 1.364;
}
.header-agent a,
.header-email a {
  display: block;
  position: relative;
  padding: 3px 0 3px 32px;
}
.header-agent a:before,
.header-email a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
  width: 21px;
  height: 15px;
  background: transparent url("../gr/icon-phone.png") 50% 50% no-repeat;
  background-size: 100% 100%;
}
.header-agent a span,
.header-email a span {
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px dotted rgba(35, 128, 63, 0.5);
  -webkit-transition: border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: border-color;
}
.header-agent a:hover,
.header-email a:hover {
  color: #115625;
}
.header-agent a:hover span,
.header-email a:hover span {
  border-bottom-color: rgba(17, 86, 37, 0.33);
}
.header-email a {
  padding-left: 31px;
}
.header-email a:before {
  left: 2px;
  width: 17px;
  height: 17px;
  background-image: url("../gr/icon-email.png");
}
.header-search {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 214px;
  flex: 0 0 214px;
  max-width: 214px;
  position: relative;
  margin-top: 10px;
}
input.header-search-text {
  display: block;
  width: 100%;
  height: 42px;
  font-size: 0.8571rem;
  line-height: 1.6667;
  color: #000000;
  padding: 10px 39px 10px 12px;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  background: #ffffff;
  -webkit-box-shadow: inset 0px 2px 2px 0px #e7e7e7;
  box-shadow: inset 0px 2px 2px 0px #e7e7e7;
}
input.header-search-text::-webkit-input-placeholder {
  color: #999;
}
input.header-search-text:-ms-input-placeholder {
  color: #999;
}
input.header-search-text::-ms-input-placeholder {
  color: #999;
}
input.header-search-text::placeholder {
  color: #999;
}
.header-search-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 42px;
  border: 0;
  font-size: 0;
  line-height: 0;
  background: transparent url("../gr/icon-search.png") 50% calc(50% - 1px)
    no-repeat;
  background-size: 15px 16px;
}
.header-navigation-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.header-navigation-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-navigation-item.active .header-navigation-toggle {
  color: #23803f;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.2);
}
.header-navigation-item.active .header-navigation-toggle:before {
  display: block;
}
.header-navigation-toggle {
  display: block;
  padding: 0 22px;
  font-size: 1.2142rem;
  line-height: 37px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: color;
}
.header-navigation-toggle:before {
  display: none;
  content: "";
  position: absolute;
  z-index: 1001;
  height: 5px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
}
.header-navigation-toggle:hover {
  color: #23803f;
}
.header-navigation-panel {
  position: absolute;
  z-index: 1000;
  left: 0;
  right: 0;
  top: 100%;
  padding: 8px 17px 10px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.2);
}
.header-navigation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header-navigation-list li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 14px 5px 9px;
}
.header-navigation-list li a {
  display: block;
  padding: 6px 0;
  font-size: 0.9285rem;
  line-height: 1.2;
  color: #383838;
}
.header-navigation-list li a:hover {
  text-decoration: underline;
}
.header-navigation-list li a.header-navigation-buy,
.header-navigation-list li a.header-navigation-calculator,
.header-navigation-list li a.header-navigation-check,
.header-navigation-list li a.header-navigation-signup {
  color: #a3a3a3;
  padding: 7px 0 7px 30px;
  background: transparent 0 50% no-repeat;
}
.header-navigation-list li a.header-navigation-calculator {
  background-image: url("../gr/icon-calculator.png");
  background-size: 16px 21px;
}
.header-navigation-list li a.header-navigation-signup {
  background-image: url("../gr/icon-time.png");
  background-size: 22px 18px;
}
.header-navigation-list li a.header-navigation-buy {
  background-image: url("../gr/icon-buy.png");
  background-size: 25px 18px;
}
.header-navigation-list li a.header-navigation-check {
  background-image: url("../gr/icon-search-gray.png");
  background-size: 15px 16px;
}
.header-navigation-list a.header-navigation-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 0 10px;
  font-size: 1.0714rem;
  line-height: 1.6;
  color: #258041;
  font-weight: bold;
  text-transform: uppercase;
}
.header-navigation-title-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  max-width: 40px;
  padding-right: 10px;
}
.header-navigation-title-text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}
.header-menu li {
  padding: 0 15px;
  font-size: 0.9285rem;
  line-height: 25px;
  color: #a9a9a9;
}
.header-menu li a {
  display: block;
  color: #a9a9a9;
}
.header-menu li a:hover {
  color: #115625;
  text-decoration: underline;
}
.header-mobile {
  display: none;
  position: relative;
}
.logo-mobile {
  height: 70px;
}
.logo-mobile a {
  display: block;
  max-width: 125px;
  padding: 17px 0;
}
.logo-mobile img {
  width: 100%;
}
.navigation-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 70px;
  z-index: 5050;
}
.navigation-toggle-icon {
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  height: 3px;
  background: #008e48;
  border-radius: 1px;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.navigation-toggle-icon:after,
.navigation-toggle-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: #008e48;
  border-radius: 1px;
  -webkit-transform: translate3d(0, -8px, 0);
  transform: translate3d(0, -8px, 0);
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.navigation-toggle-icon:after {
  -webkit-transform: translate3d(0, 8px, 0);
  transform: translate3d(0, 8px, 0);
}
.navigation-open .navigation-toggle-icon {
  background-color: transparent;
}
.navigation-open .navigation-toggle-icon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navigation-open .navigation-toggle-icon:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navigation-open .navigation-menu {
  display: block;
}
.navigation-menu {
  display: none;
  position: absolute;
  z-index: 5000;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: -1px;
  background: #ffffff;
  padding: 0 20px 40px;
}
.menu-mobile li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.menu-mobile li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.menu-mobile li a {
  display: block;
  padding: 16px 0 13px;
  font-size: 1.2142rem;
  line-height: 30px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
}
.menu-mobile li a:hover {
  color: #23803f;
}
.footer-menu-wrapper {
  padding: 19px 0 22px;
  border-top: 1px solid #dfe3e0;
}
.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -14px;
}
.footer-menu li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  line-height: 1.2667;
  border-left: 1px solid #dfe3e0;
}
.footer-menu li:first-child {
  border-left: 0;
}
.footer-menu li a {
  display: inline-block;
  vertical-align: top;
  color: #737373;
  border-bottom: 1px solid rgba(127, 127, 127, 0.33);
}
.footer-menu li a:hover {
  border-bottom-color: rgba(17, 86, 37, 0.33);
  color: #115625;
}
.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-partners-wrapper {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 20px;
}
.f-partner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -5px;
}
.f-partner-list li {
  padding-left: 5px;
}
.f-partner-list li a {
  display: block;
  -webkit-transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity;
}
.f-partner-list li a:hover {
  opacity: 0.8;
}
.f-partner-list li a img {
  height: 26px;
}
.footer-social-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 194px;
  flex: 0 0 194px;
  max-width: 194px;
}
.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-left: 1px solid #dfe3e0;
  border-right: 1px solid #dfe3e0;
}
.footer-social li {
  font-size: 0.7142rem;
  line-height: 1.5;
  color: #cacaca;
  padding: 2px 3px;
}
.footer-social li:first-child {
  padding-right: 7px;
}
.footer-social li a {
  display: block;
  width: 18px;
}
.footer-dev-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 164px;
  flex: 0 0 164px;
  max-width: 164px;
  padding-left: 15px;
  padding-bottom: 6px;
}
.footer-dev {
  display: block;
}
.footer-dev li {
  font-size: 0.7142rem;
  line-height: 1.5;
  color: #cacaca;
}
.footer-dev li a {
  display: block;
  color: #cacaca;
}
.footer-dev li a:hover {
  color: #666666;
}
.spanning {
  clear: both;
}
.hero {
  padding-top: 50px;
  margin-bottom: 287px;
  background: #23803f;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(90, 168, 68, 0)),
    to(#5aa844)
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(90, 168, 68, 0) 0%,
    #5aa844 100%
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(90, 168, 68, 0) 0%,
    #5aa844 100%
  );
  background-image: linear-gradient(
    0deg,
    rgba(90, 168, 68, 0) 0%,
    #5aa844 100%
  );
}
.hero-content {
  color: #ffffff;
  max-width: 780px;
  margin: 0 auto;
}
.hero-content a {
  color: #ffffff;
}
.hero-content h1 {
  font-size: 3.2142rem;
  line-height: 1.3334;
  font-weight: bold;
  margin-bottom: 25px;
}
.hero-content p {
  font-size: 1.2142rem;
  line-height: 1.471;
  max-width: 580px;
  margin-bottom: 35px;
}
.hero-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -15px;
  margin-bottom: 59px;
}
.hero-button {
  padding-left: 15px;
  margin-bottom: 11px;
}
.hero-button a.button {
  background: #92d149;
  -webkit-box-shadow: 0 10px 30px -15px rgba(20, 52, 20, 0.6);
  box-shadow: 0 10px 30px -15px rgba(20, 52, 20, 0.6);
}
.hero-button a.button:hover {
  background: #9ed65d;
}
a.hero-conditions {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 14px 47px 16px 30px;
  font-size: 1.2142rem;
  line-height: 1.471;
  font-weight: bold;
  color: #ffffff;
}
a.hero-conditions:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 30px;
  width: 7px;
  height: 12px;
  background: transparent url("../gr/arrow.svg") 50% 50% no-repeat;
  background-size: 100% 100%;
}
.panel {
  margin-bottom: -150px;
}
.panel-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.panel-list-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 535px;
  flex: 0 0 535px;
  max-width: 535px;
  padding-right: 35px;
  position: relative;
}
.panel-list-item img {
  width: 100%;
  border-radius: 10px;
}
.panel-list-item:nth-child(2n) {
  -webkit-transform: translateY(47px);
  -ms-transform: translateY(47px);
  transform: translateY(47px);
}
.global-title {
  text-align: center;
}
.global-title h2,
.global-title h3,
.global-title h4,
.global-title h5,
.global-title h6 {
  font-size: 1.7857rem;
  line-height: 1.4;
  font-weight: normal;
  margin-bottom: 35px;
}
.advantages {
  margin-bottom: 75px;
}
.advantages-list {
  margin: 0 -45px;
}
.advantages-list ul {
  padding: 0 45px;
}
.advantages-list ul li {
  padding: 0 0 15px 25px;
  position: relative;
}
.advantages-list ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 12px;
  height: 9px;
  background: transparent url("../gr/check.svg") 50% 50% no-repeat;
  background-size: 100% 100%;
}
.income {
  margin-bottom: 70px;
}
.income-info {
  text-align: center;
  margin-top: -20px;
  margin-bottom: 30px;
}
.income-slider {
  margin: 0 -13px 0 -12px;
}
.income-slide {
  padding: 5px 13px 5px 12px;
  vertical-align: top;
}
.income-item {
  min-height: 195px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  margin-bottom: 15px;
  background: #f4f8fb;
  border-radius: 10px;
  -webkit-transition: -webkit-box-shadow 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-box-shadow 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: box-shadow 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-box-shadow 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.income-item:hover {
  -webkit-box-shadow: 0 5px 10px 0 rgba(37, 52, 41, 0.1);
  box-shadow: 0 5px 10px 0 rgba(37, 52, 41, 0.1);
}
.income-item-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  max-width: 80px;
  padding-right: 20px;
}
.income-item-icon span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  background: #ffffff;
  border-radius: 50%;
}
.income-item-icon img {
  margin: 0 auto;
}
.income-item-info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-top: 18px;
}
.income-item-title {
  font-size: 1.0714rem;
  line-height: 1.6667;
  padding-bottom: 17px;
  margin-bottom: 18px;
  position: relative;
}
.income-item-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.income-item-price {
  margin-bottom: 8px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 0.7857rem;
  line-height: 1.4;
  color: #2d3642;
}
.income-item-price strong {
  white-space: nowrap;
}
.income-item-total {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 2.1428rem;
  line-height: 1.1334;
  color: #2d3642;
  white-space: nowrap;
}
.applicants-video {
  margin-bottom: 40px;
}
.applicants-slider {
  max-width: 780px;
  padding: 0 15px;
  margin: -5px auto 0;
}
.applicants-slide {
  display: block !important;
  padding: 0 15px 50px;
}
.video-block {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  -webkit-box-shadow: 0 35px 45px -50px rgba(46, 57, 49, 0.7);
  box-shadow: 0 35px 45px -50px rgba(46, 57, 49, 0.7);
}
.video-block video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.video-link {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #979797 url("../gr/video.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.video-link:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 82px;
  height: 58px;
  background: transparent url("../gr/play.svg") 50% 50% no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.clients {
  margin-bottom: 90px;
}
.clients-slider {
  margin-top: -5px;
  margin-right: -25px;
}
.clients-slide {
  display: block !important;
  padding-right: 25px;
}
.clients-item {
  text-align: center;
}
.clients-item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 110px;
  height: 110px;
  margin: 0 auto 20px;
  background: #e7f2e3;
  border-radius: 50%;
}
.clients-item-icon img {
  margin: 0 auto;
}
.company {
  margin-bottom: 48px;
}
.company-about {
  margin: -8px -35px 0;
}
.company-about-item {
  padding: 0 35px 42px;
}
.company-about-number {
  padding-bottom: 15px;
  margin-bottom: 10px;
  font-size: 1.7857rem;
  line-height: 1.2;
  color: #23803f;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 800;
  position: relative;
}
.company-about-number:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.learn-block {
  padding: 63px 28px 69px;
  margin-bottom: 59px;
  border: 2px solid #eeeeee;
  border-radius: 10px;
}
.learn-form {
  max-width: 610px;
  margin: 0 auto;
}
.learn-form input.button {
  display: block;
  padding-top: 15px;
  padding-bottom: 17px;
  min-width: 210px;
  margin: 0 auto;
}
.learn-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 11px;
}
.learn-form-row > label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  max-width: 160px;
  padding: 15px 20px 15px 0;
}
.learn-form-row .input-wrapper {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.learn-form-confirm {
  margin-bottom: 25px;
}
.conditions {
  margin-bottom: 50px;
  padding: 60px 0;
  background: #23803f;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(90, 168, 68, 0)),
    to(#5aa844)
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(90, 168, 68, 0) 0%,
    #5aa844 100%
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(90, 168, 68, 0) 0%,
    #5aa844 100%
  );
  background-image: linear-gradient(
    0deg,
    rgba(90, 168, 68, 0) 0%,
    #5aa844 100%
  );
}
.conditions-content {
  padding: 70px 60px 55px;
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(65, 109, 79, 0.3);
  box-shadow: 0 5px 10px 0 rgba(65, 109, 79, 0.3);
}
.conditions-list {
  margin: 0 -45px;
}
.conditions-list ul {
  padding: 0 45px;
}
.conditions-list ul li {
  padding: 0 0 15px 25px;
  position: relative;
}
.conditions-list ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 12px;
  height: 9px;
  background: transparent url("../gr/check.svg") 50% 50% no-repeat;
  background-size: 100% 100%;
}
.contacts {
  margin-bottom: 29px;
}
.contacts-title {
  text-align: center;
  margin-bottom: 29px;
}
.contacts-title h4 {
  font-size: 1.0714rem;
  line-height: 1.6667;
}
.contacts-item {
  min-height: 277px;
  text-align: center;
  padding: 34px 21px;
  margin-bottom: 19px;
  border: 2px solid #eeeeee;
  border-radius: 10px;
}
.contacts-item-icon span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 110px;
  height: 110px;
  margin: 0 auto 20px;
  background: rgba(146, 209, 73, 0.15);
  border-radius: 50%;
}
.contacts-item-icon img {
  margin: 0 auto;
}
.contacts-item-info {
  font-size: 1rem;
}
.contacts-item-info a {
  font-weight: 600;
}
a.contacts-phone {
  color: #000000;
  font-weight: normal;
  white-space: nowrap;
}
a.contacts-phone:hover {
  color: #23803f;
}
.copyright {
  padding-bottom: 21px;
  font-size: 0.9285rem;
  line-height: 1.385;
  color: rgba(0, 0, 0, 0.6);
}
.copyright p {
  margin-bottom: 15px;
}
a.copyright-agency {
  color: rgba(0, 0, 0, 0.6);
}
a.copyright-agency:hover {
  color: #23803f;
}
.copyright-more {
  display: none;
}
@media (min-width: 768px) {
  .hide-on-desktop {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .hide-on-mobile {
    display: none !important;
  }
  .container {
    padding: 0 20px;
  }
  .footer-global,
  .header-global {
    display: none;
  }
  .header-mobile {
    display: block;
  }
  .no-js .income-slider {
    display: block;
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
  }
  .no-js .income-slide {
    display: inline-block !important;
    vertical-align: top;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    white-space: normal;
  }
  .no-js .clients-slider {
    overflow: visible;
  }
  .no-js .clients-slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 196px;
    flex: 0 0 196px;
    max-width: 196px;
  }
  .panel {
    display: none;
  }
  .hero {
    padding-top: 20px;
    margin-bottom: 25px;
  }
  .hero-content {
    max-width: 480px;
  }
  .hero-content h1 {
    font-size: 1.7857rem;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  .hero-content p {
    font-size: 1.0714rem;
    line-height: 1.6667;
    max-width: none;
    margin-bottom: 25px;
  }
  .hero-buttons {
    margin: 0 -5px;
    padding-bottom: 3px;
    text-align: center;
  }
  .hero-button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
  .hero-button a.button {
    min-width: 290px;
  }
  .global-title {
    text-align: left;
  }
  .global-title h2,
  .global-title h3,
  .global-title h4,
  .global-title h5,
  .global-title h6 {
    font-size: 1.4285rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .advantages {
    margin-bottom: 25px;
  }
  .advantages-list {
    margin: 0;
  }
  .advantages-list ul {
    padding: 0;
  }
  .income {
    margin-bottom: 40px;
  }
  .income-info {
    text-align: left;
    margin-top: 0;
    margin-bottom: 25px;
  }
  .income-info p {
    margin-bottom: 15px;
  }
  .income-slider {
    width: 265px;
    margin: 0;
    padding-bottom: 18px;
  }
  .income-slider .slick-list {
    overflow: visible;
  }
  .income-slide {
    display: block !important;
    padding: 0 15px 0 0;
  }
  .income-item {
    min-height: 235px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    padding: 20px 20px 15px;
    margin-bottom: 20px;
  }
  .income-item-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 10px;
  }
  .income-item-title {
    min-height: 60px;
    padding-bottom: 10px;
    margin-bottom: 13px;
  }
  .applicants-video {
    margin-bottom: 20px;
  }
  .applicants-slider {
    max-width: none;
    padding: 5px 0 0;
    margin: 0 -20px;
  }
  .applicants-slider .slick-dots {
    left: 20px;
    bottom: 20px;
  }
  .applicants-slide {
    padding: 0 20px 58px;
  }
  .clients {
    margin-bottom: 40px;
  }
  .clients .global-title {
    text-align: center;
  }
  .clients-slider {
    width: 196px;
    margin-top: 0;
    margin-right: 0;
    padding: 5px 0 48px;
  }
  .clients-slider .slick-list {
    overflow: visible;
  }
  .clients-slide {
    padding-right: 20px;
  }
  .company {
    margin-bottom: 25px;
  }
  .company-about {
    margin: 0;
  }
  .company-about-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .company-about-number {
    display: none;
  }
  .company-about-title {
    padding: 0 0 15px 25px;
    position: relative;
  }
  .company-about-title:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 12px;
    height: 9px;
    background: transparent url("../gr/check.svg") 50% 50% no-repeat;
    background-size: 100% 100%;
  }
  .learn-block {
    padding: 0;
    margin-bottom: 40px;
    border: 0;
    border-radius: 0;
  }
  .learn-form {
    max-width: none;
    margin-top: -5px;
  }
  .learn-form input.button {
    min-width: 0;
    width: calc(100% + 10px);
    margin: 0 -5px;
  }
  .learn-form-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .learn-form-row > label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0 10px;
  }
  .learn-form-row .input-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .learn-form-confirm {
    margin-bottom: 20px;
  }
  .input-error {
    min-height: 20px;
    line-height: 16px;
    padding-bottom: 4px;
  }
  .conditions {
    padding: 10px 0;
    margin-bottom: 40px;
  }
  .conditions-content {
    padding: 15px 20px 10px;
    margin: 0 -10px;
  }
  .conditions-list {
    margin: 0;
  }
  .conditions-list ul {
    padding: 0;
  }
  .contacts {
    margin-bottom: 0;
  }
  .contacts-title {
    font-weight: bold;
    margin-bottom: 19px;
  }
  .contacts-title h4 {
    font-weight: bold;
  }
  .contacts-list {
    margin-left: 0;
  }
  .contacts-col {
    padding-left: 0;
  }
  .contacts-item {
    min-height: 0;
    text-align: left;
    padding: 19px 18px;
    margin-bottom: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contacts-item-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
    padding-right: 15px;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .contacts-item-icon span {
    width: 55px;
    height: 55px;
    margin: 0;
  }
  .contacts-item-icon img {
    -webkit-transform: scale(0.55, 0.55);
    -ms-transform: scale(0.55, 0.55);
    transform: scale(0.55, 0.55);
  }
  .contacts-item-info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .copyright.open .copyright-content {
    height: auto;
    overflow: visible;
    margin-bottom: 0;
  }
  .copyright.open .copyright-content:after {
    display: none;
  }
  .copyright-content {
    height: 105px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
  }
  .copyright-content:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: -20px;
    right: -20px;
    height: 60px;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0)),
      to(#ffffff)
    );
    background-image: -webkit-linear-gradient(
      top,
      rgba(255, 255, 255, 0) 0%,
      #ffffff 100%
    );
    background-image: -o-linear-gradient(
      top,
      rgba(255, 255, 255, 0) 0%,
      #ffffff 100%
    );
    background-image: linear-gradient(
      -180deg,
      rgba(255, 255, 255, 0) 0%,
      #ffffff 100%
    );
  }
  .copyright-more {
    display: block;
  }
  .modal-close {
    top: 10px;
    right: 10px;
  }
  .modal-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .modal-title {
    font-size: 1.4285rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
}

/*Центрирование текса под заголовком*/
div.income-info p {
  max-width: 700px;
}
div.income-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/*Стили иконки над заголовком*/
.content-caption-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin: 0 auto 25px;
  padding: 5px;
  border-radius: 50%;
  background: #5aa844;
  -webkit-box-shadow: 0 15px 20px 0 rgba(146, 209, 73, 0.3);
  box-shadow: 0 15px 20px 0 rgba(146, 209, 73, 0.3);
}

/*Крупные предложения*/
.company-title {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 30px;
}

/*id для блоков на всю ширину экрана*/
#grey-backgrond {
  background: #f4f8fb;
  padding: 40px 0px;
}
#padding-60 {
  padding: 60px 0px;
}
#products {
  padding: 60px 0px;
  color: white;
}
#products .content-caption-icon {
  background: #ffffff !important;
}

/*блоки с серой горизонтальной полосой*/
.cost-saving-item:first-child {
  border-top: 0;
  padding-top: 30px;
}
.cost-saving-item:last-child {
  padding-bottom: 0px;
}
.cost-saving-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0 50px;
  padding-top: 60px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cost-saving-item div:nth-child(2) {
  padding-left: 40px;
}
/*Белая кнопка*/
.button-white {
  padding: 15px 33px 16px;
  color: #23803f !important;
  background: #ffffff !important;
  border: 2px solid #92d149 !important;
  -webkit-box-shadow: 0 10px 15px 0 #dbe4eb !important;
  box-shadow: 0 10px 15px 0 #dbe4eb !important;
  min-height: 51px !important;
}
.button-white:hover {
  color: #ffffff !important;
  background: #5aa844 !important;
  border-color: #5aa844 !important;
}
.reso-btstrp a.button.recalc-button,
.reso-btstrp button.button.recalc-button,
.reso-btstrp input.button.recalc-button {
  color: #23803f;
  background: #ffffff;
  border: 2px solid #92d149;
}
/*Серый блок на 100% + поля 60px*/
#grey-background-60 {
  background: #f4f8fb;
  padding: 60px 0px;
}

#company .contacts-list {
  margin: 0px 0px -42px 0px;
  position: relative;
  z-index: 2;
}

.doc-list-item {
  margin-bottom: 15px;
}

/*---Список с черточкой впереди---*/
ul.list-line li::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 10px;
  height: 2px;
  background: #23803f;
  margin: 11px 0px;
}
ul.list-line li {
  padding-left: 20px;
}
ul.list-line {
  padding-bottom: 10px;
  position: relative;
}

/*Серый шрифт*/
.gray {
  color: #a3a3a3 !important;
}
/*Стили для нумереванного списка*/
.accident-instructions-item {
  min-width: 33.333333%;
}
.accident-instructions-item .accident-instructions-item-number {
  display: inline-block;
  vertical-align: top;
  min-width: 60px;
  padding-bottom: 29px;
  margin-bottom: 30px;
  font-size: 3.2142rem;
  line-height: 1.2223;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 800;
  color: #23803f;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 30px 35px;
}
.accident-instructions-item .accident-instructions-item-text {
  margin: 0px 35px 20px;
  padding-bottom: 2px;
}
#grey-background-60 .contacts-item {
  background: #ffffff;
  border: 2px solid #ffffff;
}

#padding-bottom-40 {
  padding-bottom: 40px;
}
#padding-bottom-60 {
  padding-bottom: 60px;
}
#padding-top-60 {
  padding-top: 60px;
}
#grey-backgrond-Season-RENAULT {
  background: #f4f8fb;
  padding: 40px 0px;
  margin-top: 40px;
}
#green-backgrond-60 {
  background: #23803f;
  background-image: none;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(1%, rgba(90, 168, 68, 0)),
    color-stop(99%, #5aa844)
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(90, 168, 68, 0) 1%,
    #5aa844 99%
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(90, 168, 68, 0) 1%,
    #5aa844 99%
  );
  background-image: linear-gradient(0deg, rgba(90, 168, 68, 0) 1%, #5aa844 99%);
  padding: 60px 0px;
  color: white;
}
#green-backgrond-60 .content-caption-icon {
  background: #ffffff !important;
}
#background-cost {
  padding: 95px 0;
  background-size: cover;
  background-image: url("/system/modules/ru.reso.landing/resources/images/gr/calculate.jpg");
}
.white-block {
  padding: 60px 65px;
  max-width: 780px;
  background: #ffffff;
  border-radius: 10px;
}
.white-block .text {
  padding: 0px 0px 20px 0px;
}

#products .faq-item.open {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
#products .faq-item {
  background: rgba(255, 255, 255) !important;
}

p.description {
  color: #aaaaaa;
  font-size: 0.9em;
  line-height: 1.6em;
  margin-top: 30px;
}

/*--Форма отправки заявки на полис--*/
.reso_from_title {
  display: flex;
  justify-content: center;
  margin-bottom: 22px;
}
.reso_from_title h3 {
  font-weight: 900;
}
.margin-5-0 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.personal__info {
  max-width: 610px;
  margin: 20px auto;
}

/*--Хлебные крошки--*/
nav {
  display: block;
}
.breadcrumb > li + li:before {
  color: #cccccc;
  content: "→";
  padding: 0 5px;
}
.breadcrumb li.active {
  color: #a3a3a3;
}
.breadcrumb li a {
  color: #a3a3a3;
  border-bottom: 1px solid rgba(163, 163, 163, 0.33);
}
.breadcrumb li a:hover {
  border-bottom: 1px solid rgba(17, 86, 37, 0.33) !important;
  color: #115625 !important;
}
.breadcrumb {
  font-size: 0.8em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 2em;
  list-style: none;
}
ol.breadcrumb {
  margin-top: 0;
}

@media (min-width: 992px) {
  #vip-contacts .contacts-item {
    min-height: 220px;
  }
}

@media (min-width: 980px) {
  .footer-mobile {
    display: none;
  }
}
@media (max-width: 979px) {
  .copyright {
    display: none;
  }
  .footer-mobile {
    max-width: 1000px;
    padding: 0 20px 20px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  #grey-backgrond-Season-RENAULT {
    display: none;
  }
  div.income-info p {
    max-width: 100%;
  }
  .cost-saving-item div:nth-child(2) {
    padding-left: 15px;
  }
  .white-block {
    padding: 30px;
  }
}
@media screen and (max-width: 470px) {
  a.button {
    padding: 14px 15px 16px;
  }
  .white-block a.button {
    padding: 15px 10px;
  }
}

.banner-button-1 {
  padding: 12px 25px 12px;
  /* margin-top: 25px; */
  vertical-align: top;
  font-size: 1.2142rem;
  line-height: 1.471;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  border: 0;
  border-radius: 28px;
  background: #23803f;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(3%, rgba(90, 168, 68, 0)),
    to(#5aa844)
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(90, 168, 68, 0) 3%,
    #5aa844 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(90, 168, 68, 0) 3%,
    #5aa844 100%
  );
  background-image: linear-gradient(
    90deg,
    rgba(90, 168, 68, 0) 3%,
    #5aa844 100%
  );
  -webkit-box-shadow: 0 10px 15px 0 rgba(146, 209, 73, 0.3);
  box-shadow: 0 10px 15px 0 rgba(146, 209, 73, 0.3);
  -webkit-transition: background 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: background 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: background, color, border-color, opacity;
  cursor: pointer;
  display: flex;
}

.banner-button-1 a {
  text-decoration: none;
}

.visuallyImpairedButton {
  position: absolute;
  font-size: 0.7857rem;
  line-height: 1.2;
  left: 50%;
  right: 0;
  display: table;
  margin-left: 325px;
  top: 13px;
  color: rgb(124, 137, 136);
  text-decoration: none;
  border: 0;
  cursor: pointer;
}
.visuallyImpaired {
  font-size: 20px;
}
.visuallyImpaired .visuallyImpairedButton {
  margin-left: 361px;
}

.visuallyImpaired .f-nav-block table td {
  display: inline-block !important;
}
.visuallyImpairedButton:hover {
  color: rgb(17, 86, 37);
  text-decoration: underline;
}

.visuallyImpaired .footer-menu {
  display: block;
  margin: 0;
}
.visuallyImpaired .footer-menu li {
  display: inline-block;
  white-space: nowrap;
  margin-right: 20px;
}
.visuallyImpaired .header-navigation-list li {
  flex: 0 0 33%;
  max-width: 33%;
}
.visuallyImpaired .header-menu-wrapper {
  position: absolute;
  top: -40px;
  right: 0;
}

.visuallyImpaired .logo-title {
  position: absolute;
  top: 70px;
  left: 0;
}
.visuallyImpaired .header-content {
  margin-bottom: 80px;
}
.visuallyImpaired .company-item-title {
  font-size: 2.3rem;
}
.visuallyImpaired .footer-menu li {
  border: 0;
}
.visuallyImpaired select.select {
  line-height: 1.1;
}

.visuallyImpaired a,
.visuallyImpaired .logo-title,
.visuallyImpaired .logo-title strong,
.visuallyImpaired .header-phone,
.visuallyImpaired .header-phone a,
.visuallyImpaired .header-navigation-item.active .header-navigation-toggle,
.visuallyImpaired .header-navigation-list li a,
.visuallyImpaired .header-navigation-list li a.header-navigation-buy,
.visuallyImpaired .header-navigation-list li a.header-navigation-calculator,
.visuallyImpaired .header-navigation-list li a.header-navigation-check,
.visuallyImpaired .header-navigation-list li a.header-navigation-signup,
.visuallyImpaired .header-navigation-list a.header-navigation-title,
.visuallyImpaired .header-menu li,
.visuallyImpaired .header-menu li a,
.visuallyImpaired .footer-menu li a,
.visuallyImpaired .footer-social li,
.visuallyImpaired .footer-dev li,
.visuallyImpaired .footer-dev li a,
.visuallyImpaired .income-item-price,
.visuallyImpaired .income-item-total,
.visuallyImpaired .company-about-number,
.visuallyImpaired .button-white,
.visuallyImpaired .reso-btstrp a.button.recalc-button,
.visuallyImpaired .reso-btstrp button.button.recalc-button,
.visuallyImpaired .reso-btstrp input.button.recalc-button,
.visuallyImpaired .gray,
.visuallyImpaired
  .accident-instructions-item
  .accident-instructions-item-number,
.visuallyImpaired p.description,
.visuallyImpaired .breadcrumb > li + li:before,
.visuallyImpaired .breadcrumb li.active,
.visuallyImpaired .breadcrumb li a,
.visuallyImpaired .company-item-title,
.visuallyImpaired .copyright {
  color: #000 !important;
}

.visuallyImpaired input.input-text::-webkit-input-placeholder,
.visuallyImpaired textarea.textarea::-webkit-input-placeholder {
  color: #000;
}
.visuallyImpaired input.input-text:-ms-input-placeholder,
.visuallyImpaired textarea.textarea:-ms-input-placeholder {
  color: #000;
}
.visuallyImpaired input.input-text::-ms-input-placeholder,
.visuallyImpaired textarea.textarea::-ms-input-placeholder {
  color: #000;
}
.visuallyImpaired input.input-text::placeholder,
.visuallyImpaired textarea.textarea::placeholder {
  color: #000;
}
.visuallyImpaired input.header-search-text::-webkit-input-placeholder {
  color: #000;
}
.visuallyImpaired input.header-search-text:-ms-input-placeholder {
  color: #000;
}
.visuallyImpaired input.header-search-text::-ms-input-placeholder {
  color: #000;
}
.visuallyImpaired input.header-search-text::placeholder {
  color: #000;
}

.visuallyImpaired .oson_banner-input-button,
.visuallyImpaired .oson_banner-input-text,
.visuallyImpaired .os-on_banner-input-button,
.visuallyImpaired .os-on_banner-input-text,
.visuallyImpaired .input__button,
.visuallyImpaired .button,
.visuallyImpaired .button-reno,
.visuallyImpaired .banner-button {
  background: #000 !important;
  border: 1px solid #fff !important;
  background-image: none !important;
  color: #fff !important;
}
.visuallyImpaired .sidebar-menu ul li.active,
.visuallyImpaired .sidebar-buttons li a {
  background: #fff !important;
  border: 1px solid #000;
}
.visuallyImpaired .sidebar-menu ul li.active a.active,
.visuallyImpaired .sidebar-menu ul li.active a.active-breadcrumb:last-child {
  background: #000 !important;
  color: #fff !important;
}
.visuallyImpaired .oson-slider * {
  line-height: 1rem !important;
}
.visuallyImpaired .title-banner,
.visuallyImpaired .banner-title,
.visuallyImpaired .oson-banner h1 {
  color: #fff !important;
  line-height: 1.2 !important;
  text-shadow: 1px 1px 12px #000;
}
.visuallyImpaired .oson-banner .text,
.visuallyImpaired .os-on-banner .text {
  text-shadow: 1px 1px 12px #000;
}

.visuallyImpaired .sidebar-menu {
  background: #fff;
  box-shadow: none !important;
}
.visuallyImpaired .green-background,
.visuallyImpaired #green-backgrond-60 {
  background: #000 !important;
}
.visuallyImpaired .contacts-item {
  background-color: #fff !important;
  border-color: #000 !important;
}
.visuallyImpaired .frmtr-faq-list .faq-item {
  border: 1px solid #000 !important;
}
.visuallyImpaired .doc-list-link,
.doc-list-link a {
  border: 1px solid #000;
  padding: 10px;
  border-radius: 6px;
}


/*ЧЕК БЛАНКА - АДАПТИВ 
.blank-check-num {
   font-size:20px;
  }
.select-check-adaptiv select  {
   display: block;
   width: 80px;
   padding: 5px 20px 5px 5px;
   background: none; 
   border: 1px solid #5AA844;
   border-radius: 3px;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   font-family: inherit;
   font-size: 1rem;
   color: #444;
   cursor:pointer;
   background: url('/Galleries/ImagesGallery/treangle.png') no-repeat right center;
   background-size:30%;
}*/


/*АГЕНТЫ*/
.body-agent {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #727272;
}
.agent-img {
  margin: 20px 0;
  padding-right: 40px;
}
.agent-img .img-media {
  max-width: 75px;
  height: 75px;
  border-radius: 65px;
}
.agent-text {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  max-width: 700px;
}
.agent-name {
  max-width: 300px;
  padding-right: 30px;
}
.agent-name p {
  margin: 0;
  line-height: 25px;
}
.agent-button {
  display: flex;
  padding-right: 30px;
  max-width: 350px;
}
.agent-button-action {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px 10px;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  color: #238045;
  line-height: 25px;
  cursor:pointer;
}
.agent-button-action + .agent-button-action {
  margin-left: 20px;
}
.agent-img-buble{height:100px; border-radius: 50px;}
.agent-name {width:240px;}
.agent-img {width:115px;}
.agent-img .img-media {margin:0 auto;}
@media screen and (max-width: 767px) {
.agent-img-buble{height:65px; border-radius: 65px;}
.agent-img {padding-right:10px;}
.agent-img .img-media {
    max-width: 55px;
    height: 55px;
}
.agent-button{padding-right:10px;}
.agent-button-action {white-space:nowrap;}
.h2-mobile{font-size:1em;}
}
@media screen and (max-width: 992px) {
.visuallyImpairedButton {margin-left:0;transform: translateX(-6px);top: 7px;}
.visuallyImpaired .visuallyImpairedButton {    margin-left: 0;}}



.popover a {
    color: #000;
    font-weight: 400;
	position:relative;
	display:table;
	margin:0 0 5px 0;

}
.popover a:hover:after {
content:"";
position:absolute;
width:100%; height:2px;
left:0;
bottom:-3px;
background-color:#56A844;
}
.popover {
    background-color: #fff;
    padding: 10px 10px;
	border: 1px solid #00984A;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
    }


ul.territory-list {
  margin: 0;
  padding: 5px 0 0;
  max-height: 340px;
  overflow: auto;
}
ul.territory-list li {
  float: left;
  background: none;
  line-height: 1.2857rem;
  padding: 0;
  width: 100%;
}
ul.territory-list .territory-block {
  float: left;
  width: 33%; /*margin-bottom:15px;*/
  background: none;
  padding: 0;
}
ul.territory-list .territory-block-delimeter {
  clear: both;
  display: block;
  line-height: 0;
  height: 15px;
  font-size: 0;
}
ul.territory-list .territory-letter {
  width: 100%;
  font-size: 1.2857rem;
  margin-bottom: 10px;
}
ul.territory-list li {
  width: 100%;
  font-size: 1.0714rem;
  margin-bottom: 10px;
  float: none;
  border-bottom: 0px none;
  overflow: hidden;
}
ul.territory-list a {
  border-bottom: 0px none;
}
ul.territory-list .territory-block-main a {
  font-weight: bold;
  border-bottom: 1px dotted #23803f;
  display: inline-block;
}
ul.territory-list .cities-panel a {
  border-bottom: 1px dotted #23803f;
  font-size: 0.9285rem;
}
ul.territory-list span {
  float: left;
}
ul.territory-list span.img-arrow {
  float: left;
  width: 6px;
  height: 5px;
  background-image: url("/system/modules/ru.reso/resources/images/oson/arrows-icon.png");
  margin-top: 6px;
  margin-left: 5px;
}
ul.territory-list .selected span.img-arrow {
  background-position: bottom !important;
}
ul.territory-list .territory-block .cities-panel li {
  padding-left: 14px;
  width: 90%;
  margin-bottom: 5px;
}
/*ul.territory-list .territory-group a{border-bottom:1px dotted #23803f;}*/
ul.territory-list .cities-panel {
  display: none;
  margin-bottom: 15px;
}