@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap&subset=cyrillic");

@import url("https://fonts.googleapis.com/css?family=Bebas+Neue&display=swap");

@import url("https://fonts.googleapis.com/css?family=Raleway:500&display=swap");

/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root{
  --blue: #007BFF;
  --indigo: #6610F2;
  --purple: #6F42C1;
  --pink: #E83E8C;
  --red: #DC3545;
  --orange: #FD7E14;
  --yellow: #FFC107;
  --green: #28A745;
  --teal: #20C997;
  --cyan: #17A2B8;
  --white: #FFFFFF;
  --gray: #6C757D;
  --gray-dark: #343A40;
  --primary: #007BFF;
  --secondary: #6C757D;
  --success: #8DCA00;
  --info: #17A2B8;
  --warning: #FFC107;
  --danger: #DC3545;
  --light: #F8F9FA;
  --dark: #343A40;
  --breakpoint-xxs: 0;
  --breakpoint-xs: 576px;
  --breakpoint-sm: 768px;
  --breakpoint-md: 1023px;
  --breakpoint-lg: 1320px;
  --breakpoint-xl: 1400px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

body{
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #FFFFFF;
}

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

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

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

p{
  margin-top: 0;
  margin-bottom: 24px;
}

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

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

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

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

dt{
  font-weight: 700;
}

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

blockquote{
  margin: 0 0 1rem;
}

dfn{
  font-style: italic;
}

b,
strong{
  font-weight: bolder;
}

small{
  font-size: 80%;
}

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

sub{
  bottom: -0.25em;
}

sup{
  top: -0.5em;
}

a{
  color: #007BFF;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover{
  color: #0056B3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]){
  color: inherit;
  text-decoration: none;
}

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

a:not([href]):not([tabindex]):focus{
  outline: 0;
}

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

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

figure{
  margin: 0 0 1rem;
}

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

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

table{
  border-collapse: collapse;
}

caption{
  padding-top: 25px 15px;
  padding-bottom: 25px 15px;
  color: #6C757D;
  text-align: left;
  caption-side: bottom;
}

th{
  text-align: inherit;
}

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

button{
  border-radius: 0;
}

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

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

button,
input{
  overflow: visible;
}

button,
select{
  text-transform: none;
}

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

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

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

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

textarea{
  overflow: auto;
  resize: vertical;
}

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

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

progress{
  vertical-align: baseline;
}

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

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

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

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

output{
  display: inline-block;
}

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

template{
  display: none;
}

[hidden]{
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6{
  margin-bottom: 24px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1,
.h1{
  font-size: 2.5rem;
}

h2,
.h2{
  font-size: 2rem;
}

h3,
.h3{
  font-size: 1.75rem;
}

h4,
.h4{
  font-size: 1.5rem;
}

h5,
.h5{
  font-size: 1.25rem;
}

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

.lead{
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1{
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2{
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3{
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4{
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr{
  margin-top: 48px;
  margin-bottom: 48px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small{
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark{
  padding: 0.2em;
  background-color: #FCF8E3;
}

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

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

.list-inline-item{
  display: inline-block;
}

.list-inline-item:not(:last-child){
  margin-right: 0.5rem;
}

.initialism{
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote{
  margin-bottom: 48px;
  font-size: 1.25rem;
}

.blockquote-footer{
  display: block;
  font-size: 80%;
  color: #6C757D;
}

.blockquote-footer::before{
  content: "\2014 \00A0";
}

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

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

.figure{
  display: inline-block;
}

.figure-img{
  margin-bottom: 24px;
  line-height: 1;
}

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

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

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

.row{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first{
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  order: -1;
}

.order-last{
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
  order: 13;
}

.order-0{
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  order: 0;
}

.order-1{
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  order: 1;
}

.order-2{
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  order: 2;
}

.order-3{
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  order: 3;
}

.order-4{
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  order: 4;
}

.order-5{
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  order: 5;
}

.order-6{
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  order: 6;
}

.order-7{
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  order: 7;
}

.order-8{
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  order: 8;
}

.order-9{
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  order: 9;
}

.order-10{
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  order: 10;
}

.order-11{
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  order: 11;
}

.order-12{
  -webkit-box-ordinal-group: 13;
  -webkit-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%;
}

.table{
  width: 100%;
  margin-bottom: 48px;
  background-color: transparent;
}

.table th,
.table td{
  padding: 25px 15px;
  vertical-align: top;
  border-top: 0 solid #F2F7FC;
}

.table thead th{
  vertical-align: bottom;
  border-bottom: 0 solid #F2F7FC;
}

.table tbody + tbody{
  border-top: 0 solid #F2F7FC;
}

.table .table{
  background-color: #FFFFFF;
}

.table-sm th,
.table-sm td{
  padding: 15px 15px;
}

.table-bordered{
  border: 0 solid #F2F7FC;
}

.table-bordered th,
.table-bordered td{
  border: 0 solid #F2F7FC;
}

.table-bordered thead th,
.table-bordered thead td{
  border-bottom-width: 0;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody{
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd){
  background-color: #F2F7FC;
}

.table-hover tbody tr:hover{
  background-color: #F2F7FC;
}

.table-primary,
.table-primary > th,
.table-primary > td{
  background-color: #B8DAFF;
}

.table-hover .table-primary:hover{
  background-color: #9FCDFF;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th{
  background-color: #9FCDFF;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td{
  background-color: #D6D8DB;
}

.table-hover .table-secondary:hover{
  background-color: #C8CBCF;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th{
  background-color: #C8CBCF;
}

.table-success,
.table-success > th,
.table-success > td{
  background-color: #DFF0B8;
}

.table-hover .table-success:hover{
  background-color: #D6ECA3;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th{
  background-color: #D6ECA3;
}

.table-info,
.table-info > th,
.table-info > td{
  background-color: #BEE5EB;
}

.table-hover .table-info:hover{
  background-color: #ABDDE5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th{
  background-color: #ABDDE5;
}

.table-warning,
.table-warning > th,
.table-warning > td{
  background-color: #FFEEBA;
}

.table-hover .table-warning:hover{
  background-color: #FFE8A1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th{
  background-color: #FFE8A1;
}

.table-danger,
.table-danger > th,
.table-danger > td{
  background-color: #F5C6CB;
}

.table-hover .table-danger:hover{
  background-color: #F1B0B7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th{
  background-color: #F1B0B7;
}

.table-light,
.table-light > th,
.table-light > td{
  background-color: #FDFDFE;
}

.table-hover .table-light:hover{
  background-color: #ECECF6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th{
  background-color: #ECECF6;
}

.table-dark,
.table-dark > th,
.table-dark > td{
  background-color: #C6C8CA;
}

.table-hover .table-dark:hover{
  background-color: #B9BBBE;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th{
  background-color: #B9BBBE;
}

.table-active,
.table-active > th,
.table-active > td{
  background-color: #F2F7FC;
}

.table-hover .table-active:hover{
  background-color: #DDEAF7;
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th{
  background-color: #DDEAF7;
}

.table .thead-dark th{
  color: #FFFFFF;
  background-color: #0066CC;
  border-color: #0079F2;
}

.table .thead-light th{
  color: #F2F7FC;
  background-color: #F2F7FC;
  border-color: #F2F7FC;
}

.table-dark{
  color: #FFFFFF;
  background-color: #0066CC;
}

.table-dark th,
.table-dark td,
.table-dark thead th{
  border-color: #0079F2;
}

.table-dark.table-bordered{
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd){
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover{
  background-color: rgba(255, 255, 255, 0.075);
}

.table-responsive{
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered{
  border: 0;
}

.form-control{
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #CED4DA;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::-ms-expand{
  background-color: transparent;
  border: 0;
}

.form-control:focus{
  color: #495057;
  background-color: #FFFFFF;
  border-color: #80BDFF;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder{
  color: #B0B0B0;
  opacity: 1;
}

.form-control::-moz-placeholder{
  color: #B0B0B0;
  opacity: 1;
}

.form-control::placeholder{
  color: #B0B0B0;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly]{
  background-color: #E9ECEF;
  opacity: 1;
}

select.form-control:focus::-ms-value{
  color: #495057;
  background-color: #FFFFFF;
}

.form-control-file,
.form-control-range{
  display: block;
  width: 100%;
}

.col-form-label{
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg{
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm{
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext{
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg{
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm{
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg{
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size],
select.form-control[multiple]{
  height: auto;
}

textarea.form-control{
  height: auto;
}

.form-group{
  margin-bottom: 1rem;
}

.form-text{
  display: block;
  margin-top: 0.25rem;
}

.form-row{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"]{
  padding-right: 5px;
  padding-left: 5px;
}

.form-check{
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input{
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label{
  color: #6C757D;
}

.form-check-label{
  margin-bottom: 0;
}

.form-check-inline{
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input{
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback{
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #8DCA00;
}

.valid-tooltip{
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(141, 202, 0, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated
.custom-select:valid,
.custom-select.is-valid{
  border-color: #8DCA00;
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated
  .custom-select:valid:focus,
.custom-select.is-valid:focus{
  border-color: #8DCA00;
  box-shadow: 0 0 0 0.2rem rgba(141, 202, 0, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated
  .custom-select:valid ~ .valid-feedback,
.was-validated
  .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip{
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip{
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label{
  color: #8DCA00;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip{
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label{
  color: #8DCA00;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before{
  background-color: #C8FF4B;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip{
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before{
  background-color: #B1FD00;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before{
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(141, 202, 0, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label{
  border-color: #8DCA00;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::after,
.custom-file-input.is-valid ~ .custom-file-label::after{
  border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip{
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label{
  box-shadow: 0 0 0 0.2rem rgba(141, 202, 0, 0.25);
}

.invalid-feedback{
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #DC3545;
}

.invalid-tooltip{
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #FFFFFF;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated
.custom-select:invalid,
.custom-select.is-invalid{
  border-color: #DC3545;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated
  .custom-select:invalid:focus,
.custom-select.is-invalid:focus{
  border-color: #DC3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated
  .custom-select:invalid ~ .invalid-feedback,
.was-validated
  .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip{
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip{
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label{
  color: #DC3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip{
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label{
  color: #DC3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before{
  background-color: #EFA2A9;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip{
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before{
  background-color: #E4606D;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before{
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label{
  border-color: #DC3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::after,
.custom-file-input.is-invalid ~ .custom-file-label::after{
  border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip{
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label{
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.form-inline .form-check{
  width: 100%;
}

.btn{
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover,
.btn:focus{
  text-decoration: none;
}

.btn:focus,
.btn.focus{
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.btn:disabled{
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled){
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn{
  pointer-events: none;
}

.btn-primary{
  color: #FFFFFF;
  background-color: #007BFF;
  border-color: #007BFF;
}

.btn-primary:hover{
  color: #FFFFFF;
  background-color: #0069D9;
  border-color: #0062CC;
}

.btn-primary:focus,
.btn-primary.focus{
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled{
  color: #FFFFFF;
  background-color: #007BFF;
  border-color: #007BFF;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle{
  color: #FFFFFF;
  background-color: #0062CC;
  border-color: #005CBF;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus{
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary{
  color: #FFFFFF;
  background-color: #6C757D;
  border-color: #6C757D;
}

.btn-secondary:hover{
  color: #FFFFFF;
  background-color: #5A6268;
  border-color: #545B62;
}

.btn-secondary:focus,
.btn-secondary.focus{
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled{
  color: #FFFFFF;
  background-color: #6C757D;
  border-color: #6C757D;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle{
  color: #FFFFFF;
  background-color: #545B62;
  border-color: #4E555B;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus{
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success{
  color: #212529;
  background-color: #8DCA00;
  border-color: #8DCA00;
}

.btn-success:hover{
  color: #FFFFFF;
  background-color: #72A400;
  border-color: #699700;
}

.btn-success:focus,
.btn-success.focus{
  box-shadow: 0 0 0 0.2rem rgba(141, 202, 0, 0.5);
}

.btn-success.disabled,
.btn-success:disabled{
  color: #212529;
  background-color: #8DCA00;
  border-color: #8DCA00;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle{
  color: #FFFFFF;
  background-color: #699700;
  border-color: #618A00;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus{
  box-shadow: 0 0 0 0.2rem rgba(141, 202, 0, 0.5);
}

.btn-info{
  color: #FFFFFF;
  background-color: #17A2B8;
  border-color: #17A2B8;
}

.btn-info:hover{
  color: #FFFFFF;
  background-color: #138496;
  border-color: #117A8B;
}

.btn-info:focus,
.btn-info.focus{
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled,
.btn-info:disabled{
  color: #FFFFFF;
  background-color: #17A2B8;
  border-color: #17A2B8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle{
  color: #FFFFFF;
  background-color: #117A8B;
  border-color: #10707F;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus{
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning{
  color: #212529;
  background-color: #FFC107;
  border-color: #FFC107;
}

.btn-warning:hover{
  color: #212529;
  background-color: #E0A800;
  border-color: #D39E00;
}

.btn-warning:focus,
.btn-warning.focus{
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled{
  color: #212529;
  background-color: #FFC107;
  border-color: #FFC107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle{
  color: #212529;
  background-color: #D39E00;
  border-color: #C69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus{
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger{
  color: #FFFFFF;
  background-color: #DC3545;
  border-color: #DC3545;
}

.btn-danger:hover{
  color: #FFFFFF;
  background-color: #C82333;
  border-color: #BD2130;
}

.btn-danger:focus,
.btn-danger.focus{
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled{
  color: #FFFFFF;
  background-color: #DC3545;
  border-color: #DC3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle{
  color: #FFFFFF;
  background-color: #BD2130;
  border-color: #B21F2D;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus{
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light{
  color: #212529;
  background-color: #F8F9FA;
  border-color: #F8F9FA;
}

.btn-light:hover{
  color: #212529;
  background-color: #E2E6EA;
  border-color: #DAE0E5;
}

.btn-light:focus,
.btn-light.focus{
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled,
.btn-light:disabled{
  color: #212529;
  background-color: #F8F9FA;
  border-color: #F8F9FA;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle{
  color: #212529;
  background-color: #DAE0E5;
  border-color: #D3D9DF;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus{
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark{
  color: #FFFFFF;
  background-color: #343A40;
  border-color: #343A40;
}

.btn-dark:hover{
  color: #FFFFFF;
  background-color: #23272B;
  border-color: #1D2124;
}

.btn-dark:focus,
.btn-dark.focus{
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled{
  color: #FFFFFF;
  background-color: #343A40;
  border-color: #343A40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle{
  color: #FFFFFF;
  background-color: #1D2124;
  border-color: #171A1D;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus{
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary{
  color: #007BFF;
  background-color: transparent;
  background-image: none;
  border-color: #007BFF;
}

.btn-outline-primary:hover{
  color: #FFFFFF;
  background-color: #007BFF;
  border-color: #007BFF;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus{
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled{
  color: #007BFF;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle{
  color: #FFFFFF;
  background-color: #007BFF;
  border-color: #007BFF;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus{
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary{
  color: #6C757D;
  background-color: transparent;
  background-image: none;
  border-color: #6C757D;
}

.btn-outline-secondary:hover{
  color: #FFFFFF;
  background-color: #6C757D;
  border-color: #6C757D;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus{
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled{
  color: #6C757D;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle{
  color: #FFFFFF;
  background-color: #6C757D;
  border-color: #6C757D;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus{
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success{
  color: #8DCA00;
  background-color: transparent;
  background-image: none;
  border-color: #8DCA00;
}

.btn-outline-success:hover{
  color: #212529;
  background-color: #8DCA00;
  border-color: #8DCA00;
}

.btn-outline-success:focus,
.btn-outline-success.focus{
  box-shadow: 0 0 0 0.2rem rgba(141, 202, 0, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled{
  color: #8DCA00;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle{
  color: #212529;
  background-color: #8DCA00;
  border-color: #8DCA00;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus{
  box-shadow: 0 0 0 0.2rem rgba(141, 202, 0, 0.5);
}

.btn-outline-info{
  color: #17A2B8;
  background-color: transparent;
  background-image: none;
  border-color: #17A2B8;
}

.btn-outline-info:hover{
  color: #FFFFFF;
  background-color: #17A2B8;
  border-color: #17A2B8;
}

.btn-outline-info:focus,
.btn-outline-info.focus{
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled{
  color: #17A2B8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle{
  color: #FFFFFF;
  background-color: #17A2B8;
  border-color: #17A2B8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus{
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning{
  color: #FFC107;
  background-color: transparent;
  background-image: none;
  border-color: #FFC107;
}

.btn-outline-warning:hover{
  color: #212529;
  background-color: #FFC107;
  border-color: #FFC107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus{
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled{
  color: #FFC107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle{
  color: #212529;
  background-color: #FFC107;
  border-color: #FFC107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus{
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger{
  color: #DC3545;
  background-color: transparent;
  background-image: none;
  border-color: #DC3545;
}

.btn-outline-danger:hover{
  color: #FFFFFF;
  background-color: #DC3545;
  border-color: #DC3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus{
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled{
  color: #DC3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle{
  color: #FFFFFF;
  background-color: #DC3545;
  border-color: #DC3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus{
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light{
  color: #F8F9FA;
  background-color: transparent;
  background-image: none;
  border-color: #F8F9FA;
}

.btn-outline-light:hover{
  color: #212529;
  background-color: #F8F9FA;
  border-color: #F8F9FA;
}

.btn-outline-light:focus,
.btn-outline-light.focus{
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled{
  color: #F8F9FA;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle{
  color: #212529;
  background-color: #F8F9FA;
  border-color: #F8F9FA;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus{
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark{
  color: #343A40;
  background-color: transparent;
  background-image: none;
  border-color: #343A40;
}

.btn-outline-dark:hover{
  color: #FFFFFF;
  background-color: #343A40;
  border-color: #343A40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus{
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled{
  color: #343A40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle{
  color: #FFFFFF;
  background-color: #343A40;
  border-color: #343A40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus{
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link{
  font-weight: 400;
  color: #007BFF;
  background-color: transparent;
}

.btn-link:hover{
  color: #0056B3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus,
.btn-link.focus{
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled{
  color: #6C757D;
  pointer-events: none;
}

.btn-lg,
.btn-group-lg > .btn{
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn{
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block{
  display: block;
  width: 100%;
}

.btn-block + .btn-block{
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block{
  width: 100%;
}

.dropup,
.dropright,
.dropdown,
.dropleft{
  position: relative;
}

.dropdown-toggle::after{
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after{
  margin-left: 0;
}

.dropdown-menu{
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-right{
  right: 0;
  left: auto;
}

.dropup .dropdown-menu{
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after{
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after{
  margin-left: 0;
}

.dropright .dropdown-menu{
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after{
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after{
  margin-left: 0;
}

.dropright .dropdown-toggle::after{
  vertical-align: 0;
}

.dropleft .dropdown-menu{
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after{
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after{
  display: none;
}

.dropleft .dropdown-toggle::before{
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after{
  margin-left: 0;
}

.dropleft .dropdown-toggle::before{
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"]{
  right: auto;
  bottom: auto;
}

.dropdown-divider{
  height: 0;
  margin: 24px 0;
  overflow: hidden;
  border-top: 1px solid #E9ECEF;
}

.dropdown-item{
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus{
  color: #16181B;
  text-decoration: none;
  background-color: #F8F9FA;
}

.dropdown-item.active,
.dropdown-item:active{
  color: #FFFFFF;
  text-decoration: none;
  background-color: #007BFF;
}

.dropdown-item.disabled,
.dropdown-item:disabled{
  color: #6C757D;
  background-color: transparent;
}

.dropdown-menu.show{
  display: block;
}

.dropdown-header{
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6C757D;
  white-space: nowrap;
}

.dropdown-item-text{
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical{
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn{
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover{
  z-index: 1;
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active{
  z-index: 1;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group{
  margin-left: -1px;
}

.btn-toolbar{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.btn-toolbar .input-group{
  width: auto;
}

.btn-group > .btn:first-child{
  margin-left: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split{
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after{
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before{
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split{
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split{
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group{
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group{
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn{
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn{
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn{
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"]{
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group{
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file{
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file{
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label{
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus{
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child){
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child){
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn{
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn{
  margin-left: -1px;
}

.input-group-prepend{
  margin-right: -1px;
}

.input-group-append{
  margin-left: -1px;
}

.input-group-text{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #E9ECEF;
  border: 1px solid #CED4DA;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"]{
  margin-top: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn{
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn{
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child){
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child){
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control{
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline{
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input{
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before{
  color: #FFFFFF;
  background-color: #007BFF;
}

.custom-control-input:focus ~ .custom-control-label::before{
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before{
  color: #FFFFFF;
  background-color: #B3D7FF;
}

.custom-control-input:disabled ~ .custom-control-label{
  color: #6C757D;
}

.custom-control-input:disabled ~ .custom-control-label::before{
  background-color: #E9ECEF;
}

.custom-control-label{
  position: relative;
  margin-bottom: 0;
}

.custom-control-label::before{
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #DEE2E6;
}

.custom-control-label::after{
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before{
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before{
  background-color: #007BFF;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after{
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before{
  background-color: #007BFF;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after{
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before{
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before{
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before{
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before{
  background-color: #007BFF;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after{
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before{
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select{
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #FFFFFF url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #CED4DA;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus{
  border-color: #80BDFF;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}

.custom-select:focus::-ms-value{
  color: #495057;
  background-color: #FFFFFF;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]){
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled{
  color: #6C757D;
  background-color: #E9ECEF;
}

.custom-select::-ms-expand{
  opacity: 0;
}

.custom-select-sm{
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg{
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file{
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input{
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label{
  border-color: #80BDFF;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus ~ .custom-file-label::after{
  border-color: #80BDFF;
}

.custom-file-input:disabled ~ .custom-file-label{
  background-color: #E9ECEF;
}

.custom-file-input:lang(en) ~ .custom-file-label::after{
  content: "Browse";
}

.custom-file-label{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #FFFFFF;
  border: 1px solid #CED4DA;
  border-radius: 0.25rem;
}

.custom-file-label::after{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #E9ECEF;
  border-left: 1px solid #CED4DA;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range{
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus{
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb{
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb{
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb{
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer{
  border: 0;
}

.custom-range::-webkit-slider-thumb{
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007BFF;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

.custom-range::-webkit-slider-thumb:active{
  background-color: #B3D7FF;
}

.custom-range::-webkit-slider-runnable-track{
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #DEE2E6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb{
  width: 1rem;
  height: 1rem;
  background-color: #007BFF;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

.custom-range::-moz-range-thumb:active{
  background-color: #B3D7FF;
}

.custom-range::-moz-range-track{
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #DEE2E6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb{
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007BFF;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

.custom-range::-ms-thumb:active{
  background-color: #B3D7FF;
}

.custom-range::-ms-track{
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower{
  background-color: #DEE2E6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper{
  margin-right: 15px;
  background-color: #DEE2E6;
  border-radius: 1rem;
}

.custom-control-label::before,
.custom-file-label,
.custom-select{
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.alert{
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading{
  color: inherit;
}

.alert-link{
  font-weight: 700;
}

.alert-dismissible{
  padding-right: 4rem;
}

.alert-dismissible .close{
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary{
  color: #004085;
  background-color: #CCE5FF;
  border-color: #B8DAFF;
}

.alert-primary hr{
  border-top-color: #9FCDFF;
}

.alert-primary .alert-link{
  color: #002752;
}

.alert-secondary{
  color: #383D41;
  background-color: #E2E3E5;
  border-color: #D6D8DB;
}

.alert-secondary hr{
  border-top-color: #C8CBCF;
}

.alert-secondary .alert-link{
  color: #202326;
}

.alert-success{
  color: #496900;
  background-color: #E8F4CC;
  border-color: #DFF0B8;
}

.alert-success hr{
  border-top-color: #D6ECA3;
}

.alert-success .alert-link{
  color: #263600;
}

.alert-info{
  color: #0C5460;
  background-color: #D1ECF1;
  border-color: #BEE5EB;
}

.alert-info hr{
  border-top-color: #ABDDE5;
}

.alert-info .alert-link{
  color: #062C33;
}

.alert-warning{
  color: #856404;
  background-color: #FFF3CD;
  border-color: #FFEEBA;
}

.alert-warning hr{
  border-top-color: #FFE8A1;
}

.alert-warning .alert-link{
  color: #533F03;
}

.alert-danger{
  color: #721C24;
  background-color: #F8D7DA;
  border-color: #F5C6CB;
}

.alert-danger hr{
  border-top-color: #F1B0B7;
}

.alert-danger .alert-link{
  color: #491217;
}

.alert-light{
  color: #818182;
  background-color: #FEFEFE;
  border-color: #FDFDFE;
}

.alert-light hr{
  border-top-color: #ECECF6;
}

.alert-light .alert-link{
  color: #686868;
}

.alert-dark{
  color: #1B1E21;
  background-color: #D6D8D9;
  border-color: #C6C8CA;
}

.alert-dark hr{
  border-top-color: #B9BBBE;
}

.alert-dark .alert-link{
  color: #040505;
}

.media{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.media-body{
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.list-group{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action{
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus{
  color: #495057;
  text-decoration: none;
  background-color: #F8F9FA;
}

.list-group-item-action:active{
  color: #212529;
  background-color: #E9ECEF;
}

.list-group-item{
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child{
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:hover,
.list-group-item:focus{
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled,
.list-group-item:disabled{
  color: #6C757D;
  background-color: #FFFFFF;
}

.list-group-item.active{
  z-index: 2;
  color: #FFFFFF;
  background-color: #007BFF;
  border-color: #007BFF;
}

.list-group-flush .list-group-item{
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child{
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child{
  border-bottom: 0;
}

.list-group-item-primary{
  color: #004085;
  background-color: #B8DAFF;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus{
  color: #004085;
  background-color: #9FCDFF;
}

.list-group-item-primary.list-group-item-action.active{
  color: #FFFFFF;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary{
  color: #383D41;
  background-color: #D6D8DB;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus{
  color: #383D41;
  background-color: #C8CBCF;
}

.list-group-item-secondary.list-group-item-action.active{
  color: #FFFFFF;
  background-color: #383D41;
  border-color: #383D41;
}

.list-group-item-success{
  color: #496900;
  background-color: #DFF0B8;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus{
  color: #496900;
  background-color: #D6ECA3;
}

.list-group-item-success.list-group-item-action.active{
  color: #FFFFFF;
  background-color: #496900;
  border-color: #496900;
}

.list-group-item-info{
  color: #0C5460;
  background-color: #BEE5EB;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus{
  color: #0C5460;
  background-color: #ABDDE5;
}

.list-group-item-info.list-group-item-action.active{
  color: #FFFFFF;
  background-color: #0C5460;
  border-color: #0C5460;
}

.list-group-item-warning{
  color: #856404;
  background-color: #FFEEBA;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus{
  color: #856404;
  background-color: #FFE8A1;
}

.list-group-item-warning.list-group-item-action.active{
  color: #FFFFFF;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger{
  color: #721C24;
  background-color: #F5C6CB;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus{
  color: #721C24;
  background-color: #F1B0B7;
}

.list-group-item-danger.list-group-item-action.active{
  color: #FFFFFF;
  background-color: #721C24;
  border-color: #721C24;
}

.list-group-item-light{
  color: #818182;
  background-color: #FDFDFE;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus{
  color: #818182;
  background-color: #ECECF6;
}

.list-group-item-light.list-group-item-action.active{
  color: #FFFFFF;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark{
  color: #1B1E21;
  background-color: #C6C8CA;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus{
  color: #1B1E21;
  background-color: #B9BBBE;
}

.list-group-item-dark.list-group-item-action.active{
  color: #FFFFFF;
  background-color: #1B1E21;
  border-color: #1B1E21;
}

.modal-open{
  overflow: hidden;
}

.modal-open .modal{
  overflow-x: hidden;
  overflow-y: auto;
}

.modal{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog{
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog{
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.show .modal-dialog{
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-dialog-centered::before{
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

.modal-content{
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  outline: 0;
}

.modal-backdrop{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #0066CC;
}

.modal-backdrop.fade{
  opacity: 0;
}

.modal-backdrop.show{
  opacity: 0.5;
}

.modal-header{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 0 solid #E9ECEF;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.modal-header .close{
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title{
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body{
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 0 solid #E9ECEF;
}

.modal-footer > :not(:first-child){
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child){
  margin-right: 0.25rem;
}

.modal-scrollbar-measure{
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

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

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

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

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

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

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

.bg-primary{
  background-color: #007BFF !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus{
  background-color: #0062CC !important;
}

.bg-secondary{
  background-color: #6C757D !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus{
  background-color: #545B62 !important;
}

.bg-success{
  background-color: #8DCA00 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus{
  background-color: #699700 !important;
}

.bg-info{
  background-color: #17A2B8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus{
  background-color: #117A8B !important;
}

.bg-warning{
  background-color: #FFC107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus{
  background-color: #D39E00 !important;
}

.bg-danger{
  background-color: #DC3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus{
  background-color: #BD2130 !important;
}

.bg-light{
  background-color: #F8F9FA !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus{
  background-color: #DAE0E5 !important;
}

.bg-dark{
  background-color: #343A40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus{
  background-color: #1D2124 !important;
}

.bg-white{
  background-color: #FFFFFF !important;
}

.bg-transparent{
  background-color: transparent !important;
}

.border{
  border: 1px solid #DEE2E6 !important;
}

.border-top{
  border-top: 1px solid #DEE2E6 !important;
}

.border-right{
  border-right: 1px solid #DEE2E6 !important;
}

.border-bottom{
  border-bottom: 1px solid #DEE2E6 !important;
}

.border-left{
  border-left: 1px solid #DEE2E6 !important;
}

.border-0{
  border: 0 !important;
}

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

.border-right-0{
  border-right: 0 !important;
}

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

.border-left-0{
  border-left: 0 !important;
}

.border-primary{
  border-color: #007BFF !important;
}

.border-secondary{
  border-color: #6C757D !important;
}

.border-success{
  border-color: #8DCA00 !important;
}

.border-info{
  border-color: #17A2B8 !important;
}

.border-warning{
  border-color: #FFC107 !important;
}

.border-danger{
  border-color: #DC3545 !important;
}

.border-light{
  border-color: #F8F9FA !important;
}

.border-dark{
  border-color: #343A40 !important;
}

.border-white{
  border-color: #FFFFFF !important;
}

.rounded{
  border-radius: 0.25rem !important;
}

.rounded-top{
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right{
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom{
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left{
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle{
  border-radius: 50% !important;
}

.rounded-0{
  border-radius: 0 !important;
}

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

.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: -webkit-flex !important;
  display: flex !important;
}

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

.embed-responsive{
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before{
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before{
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before{
  padding-top: 56.25%;
}

.embed-responsive-4by3::before{
  padding-top: 75%;
}

.embed-responsive-1by1::before{
  padding-top: 100%;
}

.flex-row{
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column{
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse{
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse{
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

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

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

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

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

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

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

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

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

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

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

.justify-content-center{
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  justify-content: center !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.float-left{
  float: left !important;
}

.float-right{
  float: right !important;
}

.float-none{
  float: none !important;
}

.position-static{
  position: static !important;
}

.position-relative{
  position: relative !important;
}

.position-absolute{
  position: absolute !important;
}

.position-fixed{
  position: fixed !important;
}

.position-sticky{
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top{
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom{
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky){
  .sticky-top{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus{
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm{
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow{
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg{
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none{
  box-shadow: none !important;
}

.w-25{
  width: 25% !important;
}

.w-50{
  width: 50% !important;
}

.w-75{
  width: 75% !important;
}

.w-100{
  width: 100% !important;
}

.w-auto{
  width: auto !important;
}

.h-25{
  height: 25% !important;
}

.h-50{
  height: 50% !important;
}

.h-75{
  height: 75% !important;
}

.h-100{
  height: 100% !important;
}

.h-auto{
  height: auto !important;
}

.mw-100{
  max-width: 100% !important;
}

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

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

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

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

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

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

.m-1{
  margin: 16.0px !important;
}

.mt-1,
.my-1{
  margin-top: 16.0px !important;
}

.mr-1,
.mx-1{
  margin-right: 16.0px !important;
}

.mb-1,
.my-1{
  margin-bottom: 16.0px !important;
}

.ml-1,
.mx-1{
  margin-left: 16.0px !important;
}

.m-2{
  margin: 24px !important;
}

.mt-2,
.my-2{
  margin-top: 24px !important;
}

.mr-2,
.mx-2{
  margin-right: 24px !important;
}

.mb-2,
.my-2{
  margin-bottom: 24px !important;
}

.ml-2,
.mx-2{
  margin-left: 24px !important;
}

.m-3{
  margin: 48px !important;
}

.mt-3,
.my-3{
  margin-top: 48px !important;
}

.mr-3,
.mx-3{
  margin-right: 48px !important;
}

.mb-3,
.my-3{
  margin-bottom: 48px !important;
}

.ml-3,
.mx-3{
  margin-left: 48px !important;
}

.m-4{
  margin: 64.0px !important;
}

.mt-4,
.my-4{
  margin-top: 64.0px !important;
}

.mr-4,
.mx-4{
  margin-right: 64.0px !important;
}

.mb-4,
.my-4{
  margin-bottom: 64.0px !important;
}

.ml-4,
.mx-4{
  margin-left: 64.0px !important;
}

.m-5{
  margin: 88px !important;
}

.mt-5,
.my-5{
  margin-top: 88px !important;
}

.mr-5,
.mx-5{
  margin-right: 88px !important;
}

.mb-5,
.my-5{
  margin-bottom: 88px !important;
}

.ml-5,
.mx-5{
  margin-left: 88px !important;
}

.m-6{
  margin: 104px !important;
}

.mt-6,
.my-6{
  margin-top: 104px !important;
}

.mr-6,
.mx-6{
  margin-right: 104px !important;
}

.mb-6,
.my-6{
  margin-bottom: 104px !important;
}

.ml-6,
.mx-6{
  margin-left: 104px !important;
}

.m-mob3{
  margin: 32px !important;
}

.mt-mob3,
.my-mob3{
  margin-top: 32px !important;
}

.mr-mob3,
.mx-mob3{
  margin-right: 32px !important;
}

.mb-mob3,
.my-mob3{
  margin-bottom: 32px !important;
}

.ml-mob3,
.mx-mob3{
  margin-left: 32px !important;
}

.m-mob4{
  margin: 48px !important;
}

.mt-mob4,
.my-mob4{
  margin-top: 48px !important;
}

.mr-mob4,
.mx-mob4{
  margin-right: 48px !important;
}

.mb-mob4,
.my-mob4{
  margin-bottom: 48px !important;
}

.ml-mob4,
.mx-mob4{
  margin-left: 48px !important;
}

.m-mob5{
  margin: 64px !important;
}

.mt-mob5,
.my-mob5{
  margin-top: 64px !important;
}

.mr-mob5,
.mx-mob5{
  margin-right: 64px !important;
}

.mb-mob5,
.my-mob5{
  margin-bottom: 64px !important;
}

.ml-mob5,
.mx-mob5{
  margin-left: 64px !important;
}

.m-mob6{
  margin: 88px !important;
}

.mt-mob6,
.my-mob6{
  margin-top: 88px !important;
}

.mr-mob6,
.mx-mob6{
  margin-right: 88px !important;
}

.mb-mob6,
.my-mob6{
  margin-bottom: 88px !important;
}

.ml-mob6,
.mx-mob6{
  margin-left: 88px !important;
}

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

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

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

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

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

.p-1{
  padding: 16.0px !important;
}

.pt-1,
.py-1{
  padding-top: 16.0px !important;
}

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

.pb-1,
.py-1{
  padding-bottom: 16.0px !important;
}

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

.p-2{
  padding: 24px !important;
}

.pt-2,
.py-2{
  padding-top: 24px !important;
}

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

.pb-2,
.py-2{
  padding-bottom: 24px !important;
}

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

.p-3{
  padding: 48px !important;
}

.pt-3,
.py-3{
  padding-top: 48px !important;
}

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

.pb-3,
.py-3{
  padding-bottom: 48px !important;
}

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

.p-4{
  padding: 64.0px !important;
}

.pt-4,
.py-4{
  padding-top: 64.0px !important;
}

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

.pb-4,
.py-4{
  padding-bottom: 64.0px !important;
}

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

.p-5{
  padding: 88px !important;
}

.pt-5,
.py-5{
  padding-top: 88px !important;
}

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

.pb-5,
.py-5{
  padding-bottom: 88px !important;
}

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

.p-6{
  padding: 104px !important;
}

.pt-6,
.py-6{
  padding-top: 104px !important;
}

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

.pb-6,
.py-6{
  padding-bottom: 104px !important;
}

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

.p-mob3{
  padding: 32px !important;
}

.pt-mob3,
.py-mob3{
  padding-top: 32px !important;
}

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

.pb-mob3,
.py-mob3{
  padding-bottom: 32px !important;
}

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

.p-mob4{
  padding: 48px !important;
}

.pt-mob4,
.py-mob4{
  padding-top: 48px !important;
}

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

.pb-mob4,
.py-mob4{
  padding-bottom: 48px !important;
}

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

.p-mob5{
  padding: 64px !important;
}

.pt-mob5,
.py-mob5{
  padding-top: 64px !important;
}

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

.pb-mob5,
.py-mob5{
  padding-bottom: 64px !important;
}

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

.p-mob6{
  padding: 88px !important;
}

.pt-mob6,
.py-mob6{
  padding-top: 88px !important;
}

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

.pb-mob6,
.py-mob6{
  padding-bottom: 88px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-success{
  color: #8DCA00 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible{
  visibility: visible !important;
}

.invisible{
  visibility: hidden !important;
}

html{
  height: 100%;
  font-size: 10px;
  background: #FFFFFF;
}

body{
  background: #FFFFFF;
  min-height: 100%;
  min-width: 300px;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.55em;
  color: #000000;
}

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

::-moz-selection,
.why-slide-text::-moz-selection{
  color: #FFFFFF;
  background: #0066CC;
}

::selection,
.why-slide-text::selection{
  color: #FFFFFF;
  background: #0066CC;
}

/****** HEADINGS ******/

h1,
.h1{
  font-style: normal;
  font-weight: normal;
  font-size: 56px;
  line-height: 64px;
}

h2,
.h2{
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
}

h3,
.h3{
  font-style: normal;
  font-weight: 500;
  font-size: 27px;
  line-height: 36px;
}

h4,
.h4{
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 36px;
}

h5,
.h5{
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
}

h6,
.h6{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child{
  margin-top: 0;
}

p{
  margin-bottom: 30px;
  margin-top: 0;
}

p:last-child{
  margin-bottom: 0;
}

small{
  font-size: 12px;
}

hr{
  background-color: #B0B0B0;
  height: 1px;
  border: none;
}

/****** TEXT BLOCK ******/

.text{
  font-size: 18px;
  line-height: 1.55em;
  color: #000000;
}

.text a{
  display: inline-block;
  line-height: 1em;
}

.text .media-img,
.text .ext-img{
  display: inline;
}

.text hr{
  margin: 47px 0 40px;
}

.text ul,
.text ol{
  overflow: hidden;
}

.text p{
  max-width: 960px;
}

.page-text{
  border: 1px solid #E0E0E0;
  padding: 48px;
}

.page-text p,
.page-text > div,
.page-text h1,
.page-text .h1,
.page-text h2,
.page-text .h2,
.page-text h3,
.page-text .h3,
.page-text h4,
.page-text .h4,
.page-text h5,
.page-text .h5,
.page-text h6,
.page-text .h6{
  margin-left: auto;
  margin-right: auto;
  max-width: 823px;
}

.page-text h6,
.page-text .h6{
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 0;
  font-weight: 500;
}

.page-text p{
  margin-bottom: 44px;
}

.page-text p:last-child{
  margin-bottom: 0;
}

.page-text h1,
.page-text .h1{
  font-weight: 500;
}

.wp-block-image{
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 44px;
}

.wp-block-image img{
  display: block;
  margin: 0 auto;
}

.wp-block-image figcaption{
  text-align: center;
  color: #B0B0B0;
  font-size: 16px;
  margin-top: 16px;
}

a{
  color: #0066CC;
  text-decoration: none;
  -webkit-transition: color 0.24s, background-color 0.24s, border-color 0.24s, -webkit-transform 0.24s;
  transition: color 0.24s, background-color 0.24s, border-color 0.24s, -webkit-transform 0.24s;
  transition: color 0.24s, background-color 0.24s, border-color 0.24s, transform 0.24s;
  transition: color 0.24s, background-color 0.24s, border-color 0.24s, transform 0.24s, -webkit-transform 0.24s;
}

a:hover,
a:active{
  text-decoration: none;
  color: inherit;
}

.invert{
  color: inherit;
}

.invert:hover{
  color: #0066CC;
}

.dark .invert:hover{
  color: #000000;
}

/****** LISTS ******/

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

ol{
  padding: 0;
  margin: 0 0 30px;
  list-style-type: none;
  counter-reset: myCounter;
}

ol li{
  position: relative;
  padding-left: 22px;
}

ol li:before{
  counter-increment: myCounter;
  content: counter(myCounter, decimal-leading-zero);
  position: absolute;
  top: 6px;
  left: 0;
  color: #000000;
  font-weight: 800;
  font-size: 11px;
  line-height: 11px;
}

.list-unstyled li{
  padding-top: 0;
}

.list-unstyled li:before,
.list-unstyled li:after{
  content: none;
}

ul,
menu,
dir{
  padding: 0 0 0 23px;
  margin: 0 0 30px;
  list-style-type: none;
}

li{
  margin-bottom: 10px;
  position: relative;
}

li:before{
  content: "";
  position: absolute;
  top: 14px;
  left: -23px;
  width: 10px;
  height: 2px;
  background: #000000;
}

/****** UTILS ******/

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

.nobord{
  border: none;
}

.nowrap{
  display: inline-block;
}

.dark{
  background: url("../img/background/bg.jpg");
  background-size: cover;
  color: #FFFFFF;
}

.dark a{
  color: inherit;
}

.bg2{
  background-color: #E4F2FF;
}

.decor{
  position: relative;
  z-index: 1;
}

.decor:before{
  content: " ";
  position: absolute;
  top: -10px;
  right: -10px;
  width: 100%;
  height: 100%;
  border: 1px solid #0066CC;
  z-index: -1;
}

.decor:after{
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  z-index: -1;
}

.img-decor{
  position: relative;
  display: inline-block;
}

.img-decor img{
  position: relative;
}

/****** TABLES ******/

.table td,
.table th{
  vertical-align: middle;
}

/****** BUTTONS ******/

.btn{
  display: inline-block;
  vertical-align: middle;
  min-width: 188px;
  max-width: 100%;
  padding: 15px 30px;
  border: 1px solid #0066CC;
  background: #FFFFFF;
  color: #0066CC;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  white-space: normal;
  outline: none !important;
  position: relative;
  box-shadow: none !important;
  -webkit-appearance: none;
  cursor: pointer;
  font-family: "Roboto", Arial, sans-serif;
  text-decoration: none !important;
  border-radius: 3px;
}

.btn .svgicon{
  display: inline-block;
  vertical-align: middle;
  margin: -6px -5px -6px 10px;
}

.btn.btn-lg,
.btn-group-lg > .btn{
  padding: 23px 24px;
  min-width: 300px;
  max-width: 100%;
}

.btn:focus{
  border-color: #0066CC;
  box-shadow: none;
}

.btn:active,
.btn:hover{
  box-shadow: none;
  background-color: #0066CC;
  border-color: #0066CC;
  color: #FFFFFF !important;
}

.btn:active{
  background-color: #014C97;
  border-color: #014C97;
  color: #FFFFFF;
}

.btn.btn-bordered{
  background-color: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.btn.btn-bordered:focus,
.btn.btn-bordered:hover{
  border-color: #FFFFFF;
  background-color: #FFFFFF;
  color: #0066CC;
}

.btn.btn-bordered:active{
  background-color: #E4F2FF;
  border-color: #E4F2FF;
  color: #0066CC;
}

.btn.disabled,
.btn:disabled{
  color: #B0B0B0;
  border-color: #B0B0B0;
  background: #FFFFFF;
  cursor: default;
}

.btn.loading{
  border: 1px solid #0066CC;
  background: #FFFFFF;
  color: #0066CC;
}

.btn.loading.with-arrow:after{
  width: 0 !important;
}

.btn-link{
  background: transparent;
  color: #1E2022;
  border-color: transparent;
  min-width: 0;
}

.btn-link:hover{
  box-shadow: none;
  background-color: #0066CC;
  color: #FFFFFF;
  border-color: #E4F2FF;
}

.btn-transp{
  background: transparent;
  border: 1px solid #0066CC;
  color: #0066CC;
}

.btn-transp:hover{
  color: #FFFFFF;
  background-color: #0066CC;
}

.dashed{
  border-bottom-style: dashed;
}

.block{
  padding: 64px 0;
  position: relative;
}

.wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 1286px;
  padding: 0 24px;
  position: relative;
}

.max-width-block{
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.page-content{
  position: relative;
  overflow: hidden;
}

.form-group{
  margin-bottom: 20px;
}

.alignleft{
  float: left;
  margin: 3px 52px 41px 0;
}

.alignright{
  float: right;
  margin: 3px 0 41px 52px;
}

.wp-caption{
  max-width: 100%;
}

.wp-caption .media-img{
  display: inline-block;
}

.wp-caption p{
  font-size: 15px;
  color: #E4F2FF;
  margin-top: 7px;
}

.wp-caption p:before{
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 0;
  border-top: 1px solid;
  margin-right: 16px;
}

.wp-caption a{
  border: none;
  display: inline-block;
  overflow: hidden;
  border: 1px solid #0066CC;
}

.wp-caption a img{
  -webkit-transition: -webkit-transform 0.24s;
  transition: -webkit-transform 0.24s;
  transition: transform 0.24s;
  transition: transform 0.24s, -webkit-transform 0.24s;
  border: none;
}

.wp-caption a:hover img{
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.wp-caption img{
  display: block;
  border: 1px solid #B0B0B0;
}

.media-img{
  border: none;
}

.media-img img{
  display: block;
  border: 1px solid #B0B0B0;
}

svg{
  max-width: 100%;
  height: auto;
}

.svgicon svg{
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.section{
  position: relative;
  padding: 54px 0;
}

.section-title{
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 42px;
  overflow: hidden;
}

.section-title span{
  display: inline-block;
  position: relative;
  max-width: 90%;
}

.section-title span:before{
  content: " ";
  position: absolute;
  bottom: 7px;
  border-top: 1px solid #E0E0E0;
  width: 100000px;
  left: 100%;
  margin: 0 50px;
}

.page-wrap{
  background: #FFFFFF;
  -webkit-transition: -webkit-filter 0.24s;
  transition: -webkit-filter 0.24s;
  transition: filter 0.24s;
  transition: filter 0.24s, -webkit-filter 0.24s;
}

.anim{
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}

blockquote{
  box-shadow: 5px 5px 20px rgba(0, 102, 204, 0.2);
  padding: 64px 6.2%;
  position: relative;
}

blockquote cite{
  font-style: normal;
  font-weight: 500;
}

blockquote:before{
  content: " ";
  position: absolute;
  bottom: 45px;
  right: 43px;
  background: url(../img/icons/quote.svg) no-repeat 0 0;
  width: 87px;
  height: 82px;
  background-size: contain;
}

.blockquote-img{
  float: left;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  margin: -23px 8.22% -14px 0;
  position: relative;
  overflow: hidden;
}

.blockquote-img img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.blockquote-text{
  overflow: hidden;
}

.wp-block-quote{
  font-style: italic;
  font-size: 21px;
  line-height: 34px;
  padding: 30px 90px 30px 48px;
  background-color: #F2F7FC;
  margin: 0 -48px 44px;
  box-shadow: none;
  position: relative;
  z-index: 1;
}

.wp-block-quote p{
  max-width: 720px;
}

.wp-block-quote:before{
  width: 53px;
  height: 48px;
}

.map{
  position: relative;
  overflow: hidden;
  padding-bottom: 50%;
}

.map > iframe,
.map > ymaps{
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.note{
  display: inline-block;
  padding: 8px 20px 8px 55px;
  font-size: 14px;
  background: #F2F7FC;
  margin-bottom: 40px;
  position: relative;
}

.note .svgicon{
  color: #0066CC;
  vertical-align: middle;
  position: absolute;
  top: 10px;
  left: 20px;
}

.wp-block-media-text{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #0066CC;
  margin-bottom: 44px;
}

.wp-block-media-text img{
  display: block;
}

.wp-block-media-text figure{
  margin-bottom: 0;
}

.wp-block-media-text div{
  margin: 0 0 0 30px;
}

.mess{
  background-color: #F2F7FC;
  padding: 30px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 44px;
  font-size: 16px;
  line-height: 1.55em;
}

.mess .mess-icon{
  margin-right: 20px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-basis: 17.5%;
  flex-basis: 17.5%;
  width: 17.5%;
  text-align: center;
  padding-top: 18px;
}

.mess h5,
.mess .h5{
  color: #0066CC;
  margin-bottom: 5px;
  font-weight: 500;
}

.icon{
  background: url("../img/icons/sprite.png") no-repeat 1000px 1000px;
  display: inline-block;
  vertical-align: middle;
}

.icon.arrow{
  background: none;
  width: 8px;
  height: 12px;
  position: relative;
  margin-bottom: 1px;
}

.icon.arrow:after{
  content: " ";
  position: absolute;
  bottom: 50%;
  right: 0;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 10px;
  height: 10px;
  margin-right: -1px;
}

.icon.arrow.arrow-left{
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.svgicon{
  display: inline-block;
  vertical-align: top;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.svgicon-area{
  font-size: 3.3rem;
  width: 0.66667em;
}

.svgicon-arrow{
  font-size: 0.8rem;
  width: 4.75em;
}

.svgicon-arrow-line{
  font-size: 2.8rem;
  width: 3.82143em;
}

.svgicon-arrow-short{
  font-size: 0.9rem;
  width: 2em;
}

.svgicon-building{
  font-size: 2.6rem;
  width: 1.23077em;
}

.svgicon-caret{
  font-size: 0.8rem;
  width: 1.5em;
}

.svgicon-check{
  font-size: 1.8rem;
  width: 1.22222em;
}

.svgicon-close{
  font-size: 2rem;
  width: 0.95em;
}

.svgicon-grid{
  font-size: 1.3rem;
  width: 1em;
}

.svgicon-height{
  font-size: 1.5rem;
  width: 2.13333em;
}

.svgicon-list{
  font-size: 1.3rem;
  width: 1.23077em;
}

.svgicon-location{
  font-size: 2.9rem;
  width: 1.10345em;
}

.svgicon-mini-arrow{
  font-size: 1rem;
  width: 0.6em;
}

.svgicon-note{
  font-size: 1.9rem;
  width: 1.31579em;
}

.svgicon-other{
  font-size: 2.9rem;
  width: 0.96552em;
}

.svgicon-phone{
  font-size: 5rem;
  width: 0.48em;
}

.svgicon-place{
  font-size: 1.9rem;
  width: 0.73684em;
}

.svgicon-quote{
  font-size: 7.8rem;
  width: 1.10256em;
}

.svgicon-slider-arrow{
  font-size: 5.8rem;
  width: 0.51724em;
}

.svgicon-slider-arrow2{
  font-size: 2.8rem;
  width: 0.57143em;
}

.svgicon-type{
  font-size: 2.2rem;
  width: 1.27273em;
}

.svgicon-user{
  font-size: 2.5rem;
  width: 0.76em;
}

.svgicon-write{
  font-size: 2.2rem;
  width: 0.90909em;
}

.form-row,
.form-group,
.input-wrap{
  position: relative;
}

.form-row label,
.form-group label,
.input-wrap label{
  color: #000000;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 4px;
  display: inline-block;
  cursor: text;
  padding: 0;
  -webkit-transition: color 0.24s;
  transition: color 0.24s;
}

.form-control,
.jq-selectbox__select-text,
.jq-checkbox,
.jq-radio,
.input-text,
.select2-selection__rendered,
.jq-file{
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
  color: #000000;
  box-shadow: none;
  max-width: 100%;
  width: 100%;
  -webkit-transition: background-color 0.24s, border-color 0.24s, color 0.24s, box-shadow 0.24s;
  transition: background-color 0.24s, border-color 0.24s, color 0.24s, box-shadow 0.24s;
  font-size: 14px;
  padding: 12px 21px;
  line-height: 22px;
  height: auto;
  outline: none;
  border-radius: 4px;
}

.form-control:hover,
.form-control:active,
.jq-selectbox__select-text:hover,
.jq-selectbox__select-text:active,
.jq-checkbox:hover,
.jq-checkbox:active,
.jq-radio:hover,
.jq-radio:active,
.input-text:hover,
.input-text:active,
.select2-selection__rendered:hover,
.select2-selection__rendered:active,
.jq-file:hover,
.jq-file:active{
  border-color: #0066CC;
}

.form-control:focus,
.jq-selectbox__select-text:focus,
.jq-checkbox:focus,
.jq-radio:focus,
.input-text:focus,
.select2-selection__rendered:focus,
.jq-file:focus{
  border-color: #0066CC;
  box-shadow: 0 1px 10px rgba(55, 125, 253, 0.45);
  outline: none;
}

.form-control[aria-invalid="true"],
.jq-selectbox__select-text[aria-invalid="true"],
.jq-checkbox[aria-invalid="true"],
.jq-radio[aria-invalid="true"],
.input-text[aria-invalid="true"],
.select2-selection__rendered[aria-invalid="true"],
.jq-file[aria-invalid="true"]{
  border-color: #FF0000;
}

.dark .form-control:active,
.dark .form-control:hover,
.dark .form-control:focus,
.dark
  .jq-selectbox__select-text:active,
.dark
  .jq-selectbox__select-text:hover,
.dark
  .jq-selectbox__select-text:focus,
.dark
  .jq-checkbox:active,
.dark
  .jq-checkbox:hover,
.dark
  .jq-checkbox:focus,
.dark
  .jq-radio:active,
.dark
  .jq-radio:hover,
.dark
  .jq-radio:focus,
.dark
  .input-text:active,
.dark
  .input-text:hover,
.dark
  .input-text:focus,
.dark
  .select2-selection__rendered:active,
.dark
  .select2-selection__rendered:hover,
.dark
  .select2-selection__rendered:focus,
.dark
  .jq-file:active,
.dark
  .jq-file:hover,
.dark
  .jq-file:focus{
  border-color: #FFFFFF;
}

.dark .form-control:active,
.dark .form-control:focus,
.dark
  .jq-selectbox__select-text:active,
.dark
  .jq-selectbox__select-text:focus,
.dark
  .jq-checkbox:active,
.dark
  .jq-checkbox:focus,
.dark
  .jq-radio:active,
.dark
  .jq-radio:focus,
.dark
  .input-text:active,
.dark
  .input-text:focus,
.dark
  .select2-selection__rendered:active,
.dark
  .select2-selection__rendered:focus,
.dark
  .jq-file:active,
.dark
  .jq-file:focus{
  box-shadow: 3px 5px 10px rgba(255, 255, 255, 0.4);
}

textarea.form-control,
textarea{
  min-height: 90px;
  height: auto;
  resize: vertical;
  width: 100%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

fieldset{
  margin-bottom: 20px;
}

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

label{
  font-size: 14px;
}

label img{
  display: inline-block;
  vertical-align: middle;
  margin: -5px 5px -5px 0;
}

.jq-selectbox{
  width: 100%;
  display: block;
}

.jq-selectbox__select{
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.jq-selectbox__select-text{
  height: auto;
  width: 100% !important;
  min-height: 48px;
  height: 48px;
  padding-right: 32px;
}

.opened .jq-selectbox__select-text{
  border-color: #0066CC;
}

.jq-selectbox__dropdown{
  background-color: #FFFFFF;
  width: 100%;
  border: none;
  text-align: left;
  max-width: 100%;
  border: 1px solid #0066CC;
  border-radius: 3px;
  margin: 4px 0;
}

.jq-selectbox__dropdown ul{
  margin: 0;
  padding: 0;
  max-height: 300px;
  overflow: auto;
}

.jq-selectbox__dropdown ul li{
  padding: 10px 21px;
  line-height: 16px;
  font-size: 14px;
  margin-bottom: 0;
  cursor: pointer;
  white-space: normal;
}

.jq-selectbox__dropdown ul li:first-child{
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.jq-selectbox__dropdown ul li:hover,
.jq-selectbox__dropdown ul li.sel{
  background-color: #E4F2FF;
}

.jq-selectbox__dropdown ul li:last-child{
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.jq-selectbox__trigger-arrow{
  position: absolute;
  top: 50%;
  right: 17px;
  width: 10px;
  height: 4px;
  margin-top: -2px;
}

.jq-selectbox__trigger-arrow:before{
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  border-bottom: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  width: 8px;
  height: 8px;
  margin: -2px;
}

.opened .jq-selectbox__trigger-arrow{
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.opened .jq-selectbox__trigger-arrow:before{
  border-bottom-color: #0066CC;
  border-right-color: #0066CC;
}

.jq-checkbox,
.jq-radio{
  width: 14px;
  height: 14px;
  line-height: 14px;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border: 1px solid #0066CC;
  cursor: pointer;
}

.jq-checkbox:focus-within,
.jq-radio:focus-within{
  box-shadow: 0 1px 10px rgba(55, 125, 253, 0.45);
}

.checkbox label{
  position: relative;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  top: 0;
  left: 0;
  color: #0066CC !important;
  display: inline-block;
  vertical-align: middle;
  margin: 8px 0 6px 13px;
}

.radio{
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}

.radio label{
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.jq-radio{
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: box-shadow 0.23s;
  transition: box-shadow 0.23s;
  border-radius: 50%;
  margin-top: -3px;
}

.jq-radio:hover{
  box-shadow: 0 1px 10px #0066CC;
}

.jq-radio.checked .jq-radio__div{
  width: 8px;
  height: 8px;
  background: #0066CC;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px;
}

.check label{
  display: inline-block;
  font-weight: inherit;
}

.jq-checkbox{
  border-radius: 3px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: box-shadow 0.23s;
  transition: box-shadow 0.23s;
  margin-top: -2px;
}

.jq-checkbox .jq-checkbox__div{
  -webkit-transform: scale(0) rotate(0);
  -ms-transform: scale(0) rotate(0);
  transform: scale(0) rotate(0);
  -webkit-transition: opacity 0.23s, background 0.23s, -webkit-transform 0.23s;
  transition: opacity 0.23s, background 0.23s, -webkit-transform 0.23s;
  transition: transform 0.23s, opacity 0.23s, background 0.23s;
  transition: transform 0.23s, opacity 0.23s, background 0.23s, -webkit-transform 0.23s;
  opacity: 0;
  width: 20px;
  height: 20px;
  margin: -2px;
  border: none;
  top: 50%;
  left: 50%;
  background: #0066CC url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath d='M.04.627L.146.52.43.804.323.91zm.177.177L.854.167.96.273.323.91z' fill='%23ebf1fe'/%3E%3C/svg%3E") no-repeat 50% 50%;
  background-size: 14px 14px;
}

.jq-checkbox.checked .jq-checkbox__div{
  -webkit-transform: scale(1) rotate(0);
  -ms-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  opacity: 1;
  width: 20px;
  height: 20px;
  margin: -2px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  border: none;
  border-color: #0066CC;
}

.jq-file{
  max-width: 300px;
}

.jq-file .jq-file__browse{
  display: none;
}

.jq-file__name{
  color: #E0E0E0;
}

.changed .jq-file__name{
  color: #000000;
}

div.wpcf7 .ajax-loader,
.ajax-loader{
  position: absolute;
  top: 50%;
  left: 22px;
  width: 16px;
  height: 16px;
  background: 0 0 !important;
  border: 2px solid #0066CC;
  border-left-color: transparent;
  border-right-color: transparent;
  margin: -8px;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

div.wpcf7 .ajax-loader:after,
.ajax-loader:after{
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2px;
  border: inherit;
}

div.wpcf7 .btn:hover + span.ajax-loader,
div.wpcf7 .btn:active + span.ajax-loader{
  border-top-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
}

span.wpcf7-not-valid-tip{
  color: #FF0000;
  font-size: 12px;
  margin: 3px 0 0;
}

.form-capt{
  display: block;
  margin-top: 7px;
}

body .wpcf7-response-output{
  padding: 1.2em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  font-size: 18px;
  background: #FFFFFF;
  box-shadow: 5px 5px 20px rgba(0, 102, 204, 0.2);
  border: none;
  color: #1E2022;
  border-radius: 0;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

body .wpcf7-response-output li{
  width: 100%;
}

body .wpcf7-response-output.wpcf7-display-none{
  display: none;
}

body .wpcf7-response-output:before{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  position: absolute;
  top: 50%;
  left: 23px;
  color: #E4F2FF;
  line-height: 33px;
  font-size: 12px;
  margin-top: -15px;
}

body .wpcf7-response-output .button{
  float: none;
  margin-left: 20px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  order: 2;
}

body .wpcf7-validation-errors{
  color: #FF0000;
}

.wpcf7-mail-sent-ok{
  color: #8DCA00;
}

.header-right{
  text-align: right;
}

.header-contacts{
  display: inline-block;
  vertical-align: middle;
  margin-right: 62px;
}

.header-top{
  padding: 18px 0;
}

.header-menu{
  margin: 0;
  cursor: default;
}

.header-menu-wrap{
  padding: 29px 0 18px;
  text-align: center;
}

.header-menu-wrap .header-contacts{
  display: none;
}

.header-menu > .menu-item{
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 10px;
  line-height: normal;
  padding-bottom: 8px;
}

.header-menu > .menu-item .toggle{
  display: none;
}

.header-menu > .menu-item > a{
  border-bottom: 1px solid transparent;
}

.header-menu > .menu-item > a:hover{
  border-bottom-color: #FFFFFF;
}

.header-menu > .menu-item.menu-item-has-children > a{
  position: relative;
  display: inline-block;
  margin-right: 21px;
}

.header-menu > .menu-item.menu-item-has-children > a:after{
  content: " ";
  position: absolute;
  top: 8px;
  right: -21px;
  background: url(../img/icons/caret.svg) no-repeat 0 0;
  width: 12px;
  height: 7px;
  -webkit-transition: -webkit-transform 0.24s;
  transition: -webkit-transform 0.24s;
  transition: transform 0.24s;
  transition: transform 0.24s, -webkit-transform 0.24s;
}

.header-menu > .menu-item.catalog-item > .sub-menu{
  min-width: 560px;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  padding: 37px 37px;
}

.header-menu > .menu-item.catalog-item > .sub-menu a{
  border: none;
}

.header-menu > .menu-item.catalog-item > .sub-menu .menu-item + .menu-item{
  margin-top: 23px;
}

.header-menu > .menu-item.catalog-item > .sub-menu .with-icon > a{
  padding-left: 25px;
  display: inline-block;
  position: relative;
}

.header-menu > .menu-item.catalog-item > .sub-menu .with-icon > a:before{
  content: " ";
  position: absolute;
  top: -2px;
  left: -3px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.header-menu > .menu-item.catalog-item > .sub-menu .icon-0 > a:before{
  background-image: url("../img/icons/icon-0.svg");
}

.header-menu > .menu-item.catalog-item > .sub-menu .icon-1 > a:before{
  background-image: url("../img/icons/icon-1.svg");
}

.header-menu > .menu-item.catalog-item > .sub-menu .icon-2 > a:before{
  background-image: url("../img/icons/icon-2.svg");
}

.header-menu > .menu-item.catalog-item > .sub-menu .icon-3 > a:before{
  background-image: url("../img/icons/icon-3.svg");
}

.header-menu > .menu-item.catalog-item > .sub-menu .icon-4 > a:before{
  background-image: url("../img/icons/icon-4.svg");
}

.header-menu > .menu-item.catalog-item > .sub-menu .icon-5 > a:before{
  background-image: url("../img/icons/icon-5.svg");
}

.header-menu > .menu-item.catalog-item > .sub-menu .icon-6 > a:before{
  background-image: url("../img/icons/icon-6.svg");
}

.header-menu > .menu-item.catalog-item > .sub-menu .icon-7 > a:before{
  background-image: url("../img/icons/icon-7.svg");
}

.header-menu > .menu-item.catalog-item > .sub-menu .icon-8 > a:before{
  background-image: url("../img/icons/icon-8.svg");
}

.header-menu > .menu-item.catalog-item > .sub-menu .icon-9 > a:before{
  background-image: url("../img/icons/icon-9.svg");
}

.header-menu .sub-menu{
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  padding: 14px 19px;
  background: #FFFFFF;
  min-width: 204px;
  list-style-type: none;
  border-radius: 3px;
  box-shadow: 5px 5px 20px rgba(0, 102, 204, 0.2);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.01s 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.01s 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, visibility 0.01s 0.3s;
  transition: opacity 0.3s, transform 0.3s, visibility 0.01s 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(12px);
  -ms-transform: translateY(12px);
  transform: translateY(12px);
  text-align: left;
  font-size: 16px;
}

.header-menu .sub-menu a{
  color: #000000;
  display: inline;
  border-bottom: 1px solid transparent;
}

.header-menu .sub-menu a:hover{
  color: #0066CC;
  border-bottom-color: #0066CC;
}

.header-menu .sub-menu .menu-item{
  margin-bottom: 0;
}

.header-menu .sub-menu .menu-item + .menu-item{
  margin-top: 13px;
}

.header-menu > .menu-item:hover > a:after{
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.header-menu > .menu-item:hover .sub-menu{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.3s, visibility 0.01s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.01s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, visibility 0.01s;
  transition: opacity 0.3s, transform 0.3s, visibility 0.01s, -webkit-transform 0.3s;
}

.header-menu .mobile-item{
  display: none;
}

.logo{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: normal;
}

.logo img{
  display: block;
  margin-right: 16px;
  max-width: 73px;
}

.logo-block{
  display: inline-block;
  vertical-align: middle;
}

.logo-slogan{
  max-width: 245px;
  font-size: 21px;
  line-height: 1.2em;
}

.mobile-header{
  display: none;
}

.menu-item .toggle{
  border: none;
  background: none;
  padding: 0;
  margin: -1px -15px 0 5px;
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: inherit;
  outline: none;
}

.menu-item .toggle:after{
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -6px -4px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-item.opened > .toggle:after{
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: -2px;
}

.phone{
  position: relative;
  display: inline-block;
  padding-left: 29px;
}

.phone .svgicon{
  color: #0066CC;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -2px;
  width: 18px;
}

.socials{
  margin: 0 0 37px;
}

.socials:hover .socials-item{
  opacity: 0.6;
}

.socials-item{
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  -webkit-transition: opacity 0.24s, -webkit-transform 0.24s;
  transition: opacity 0.24s, -webkit-transform 0.24s;
  transition: transform 0.24s, opacity 0.24s;
  transition: transform 0.24s, opacity 0.24s, -webkit-transform 0.24s;
}

.socials:hover .socials-item:hover{
  opacity: 1;
}

.socials-item a{
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 42px;
  background-color: #0066CC;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  padding: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.socials-item a i{
  color: #FFFFFF;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  z-index: 5;
}

.socials-item a i:before{
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.socials-item a .fa-instagram:after{
  content: " ";
  position: absolute;
  top: -2%;
  left: -2%;
  width: 104%;
  height: 104%;
  background: #D6249F;
  background: -webkit-radial-gradient(30% 107%, circle, #FDF497 0%, #FDF497 5%, #FD5949 45%, #D6249F 60%, #285AEB 90%);
  background: radial-gradient(circle at 30% 107%, #FDF497 0%, #FDF497 5%, #FD5949 45%, #D6249F 60%, #285AEB 90%);
  z-index: -1;
}

.footer{
  background: #E4F2FF;
  padding: 72px 0;
}

.footer .wrapper{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.footer-logo{
  width: 98px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 98px;
  flex: 0 0 98px;
  margin-right: 43px;
}

.footer-menu-wrap{
  width: 43%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 43%;
  flex: 0 0 43%;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  font-size: 16px;
  line-height: 1.35em;
  padding-right: 20px;
  padding-top: 6px;
}

.footer-menu-wrap a{
  color: #000000;
  text-decoration: underline;
}

.footer-menu-wrap a:hover{
  color: #0066CC;
}

.footer-menu .menu-item{
  display: block;
  margin-bottom: 15px;
}

.footer-menu .menu-item:first-child .sub-menu{
  display: block;
}

.footer-menu .menu-item .toggle{
  display: none;
}

.footer-menu > .menu-item > a{
  font-weight: 500;
}

.footer-menu .sub-menu{
  padding: 15px 0 0;
  font-size: 14px;
  display: none;
  -webkit-column-break-inside: avoid;
}

.footer-content{
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding-top: 4px;
}

.footer-contacts{
  font-size: 14px;
  line-height: 1.65em;
}

.footer-contacts-title{
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  margin-bottom: 18px;
}

.footer-contacts-title a{
  color: inherit;
  text-decoration: underline;
}

.footer-contacts-title a:hover{
  color: #0066CC;
}

.footer-contacts p{
  margin-bottom: 19px;
}

.footer .subscribe .btn{
  color: #B0B0B0;
  border-color: #B0B0B0;
}

.footer .subscribe .btn:hover,
.footer .subscribe .btn:focus{
  color: #FFFFFF;
  background-color: #0066CC;
  border-color: #0066CC;
}

.footer .subscribe .btn:active{
  color: #FFFFFF;
  background-color: #014C97;
  border-color: #014C97;
}

.contacts-links{
  line-height: 1.5em;
}

.contacts-links li{
  margin-bottom: 1px;
}

.contacts-links .phones,
.contacts-links .emails{
  display: inline-block;
  vertical-align: top;
  margin-right: 33px;
}

.copyright{
  display: none;
}

.gotop{
  position: fixed;
  z-index: 100;
  bottom: 50px;
  right: 50px;
  padding: 51px 0 0 0;
  text-align: center;
  background: none;
  border: none;
  color: #0066CC;
  outline: none !important;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.001s 0.03s;
  transition: opacity 0.3s, visibility 0.001s 0.03s;
  font-size: 14px;
}

.gotop:before{
  content: " ";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  border: 2px solid;
  color: #0066CC;
  border-radius: 50%;
}

.gotop:after{
  content: " ";
  display: block;
  position: absolute;
  top: 25px;
  left: 50%;
  width: 11px;
  height: 11px;
  border-top: 2px solid;
  border-right: 2px solid;
  margin: -3px -5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.gotop:hover{
  color: #000000;
}

.gotop:hover:before{
  background-color: #0066CC;
  border-color: #FFFFFF;
}

.gotop:hover:after{
  border-right-color: #FFFFFF;
  border-top-color: #FFFFFF;
}

.gotop.gotop-show{
  -webkit-transition: opacity 0.3s, visibility 0.001s;
  transition: opacity 0.3s, visibility 0.001s;
  opacity: 1;
  visibility: visible;
}

.promo-block{
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 660px;
}

.promo-block-text{
  max-width: 772px;
  font-size: 22px;
  line-height: 1.65em;
  margin-bottom: 35px;
}

.promo-block-text .btn{
  margin-top: 5px;
}

.advantages-block .subscribe,
.advantages-image{
  float: right;
  width: 60.5%;
  position: relative;
}

.advantages-block .section-title{
  padding-left: 5.1%;
  padding-top: 8px;
}

.advantages-image{
  margin-top: 4px;
  margin-bottom: 38px;
}

.advantages-image .swiper-slide{
  padding-top: 17px;
  padding-right: 24px;
}

.advantages-image-slide{
  position: relative;
  display: block;
  max-width: 100%;
}

.advantages-image-slide img{
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
}

.advantages-image-slide:before{
  content: " ";
  position: absolute;
  top: -17px;
  right: -21px;
  left: 37px;
  border: 1px solid #FFFFFF;
  bottom: 42px;
}

.advantages-image .swiper-pagination{
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 24px;
  text-align: center;
  z-index: 10;
}

.advantages-image .swiper-pagination .swiper-pagination-bullet{
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #FFFFFF;
  margin: 0 9px;
  width: 12px;
  height: 12px;
  -webkit-transition: background 0.24s, -webkit-transform 0.24s cubic-bezier(0.105, 0.38, 0.11, 1.65);
  transition: background 0.24s, -webkit-transform 0.24s cubic-bezier(0.105, 0.38, 0.11, 1.65);
  transition: background 0.24s, transform 0.24s cubic-bezier(0.105, 0.38, 0.11, 1.65);
  transition: background 0.24s, transform 0.24s cubic-bezier(0.105, 0.38, 0.11, 1.65), -webkit-transform 0.24s cubic-bezier(0.105, 0.38, 0.11, 1.65);
}

.advantages-image .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #FFFFFF;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

.advantages-list{
  float: left;
  width: 30.6%;
  padding-right: 30px;
  margin-left: 5.1%;
  padding-top: 7px;
}

.advantages-list-item{
  position: relative;
  font-size: 20px;
  padding: 17px 29px 16px 0;
  margin: 9px 0;
  cursor: pointer;
  -webkit-transition: color 0.24s;
  transition: color 0.24s;
}

.advantages-list-item:hover{
  color: rgba(255, 255, 255, 0.8);
}

.advantages-list .swiper-container{
  overflow: visible;
}

.advantages-list .swiper-slide{
  height: auto !important;
  opacity: 1 !important;
}

.advantages-list .swiper-slide.swiper-slide-active .advantages-list-item{
  background: #FFFFFF;
  color: #0066CC;
  z-index: 20;
}

.advantages-list .swiper-slide.swiper-slide-active .advantages-list-item:before{
  content: " ";
  position: absolute;
  top: -10px;
  right: -13px;
  border: 1px solid #FFFFFF;
  height: 100%;
  width: 10000px;
  z-index: -1;
}

.advantages-list .swiper-slide.swiper-slide-active .advantages-list-item:after{
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 10000px;
  background: inherit;
}

.advantages-list .swiper-pagination{
  display: none;
}

.why-block{
  padding-top: 80px;
}

.why-slider-wrap{
  margin-top: 64px;
  padding: 0;
  position: relative;
  z-index: 1;
}

.why-slider-wrap .swiper-slide{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: auto;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.why-slider-wrap .swiper-slide.swiper-slide-active{
  z-index: 10;
}

.why-slider-wrap .swiper-container,
.why-slider-wrap .swiper-wrapper{
  z-index: inherit;
}

.why-slider-wrap .swiper-pagination{
  position: absolute;
  top: 0;
  right: 0;
}

.why-slider-wrap .swiper-pagination-bullet{
  display: block;
  position: relative;
  margin: 0 0 20px;
}

.why-slider-wrap .swiper-pagination-bullet:before{
  content: " ";
  position: absolute;
  right: 100%;
  width: 0;
  top: 50%;
  border-top: 1px solid #0066CC;
  -webkit-transition: width 0.24s;
  transition: width 0.24s;
  z-index: -1;
}

.why-slider-wrap .swiper-pagination-bullet:after{
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.why-slider-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active{
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.why-slider-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active:before{
  width: 245px;
  -webkit-transition: width 0.5s 0.3s;
  transition: width 0.5s 0.3s;
}

.why-slide{
  position: relative;
  padding: 258px 45px 30px 43px;
  width: 100%;
  opacity: 1 !important;
}

.why-slide:before{
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.why-slide-img{
  position: absolute;
  top: 0;
  right: 20.8%;
  max-width: 600px;
  opacity: 0;
  -webkit-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(40px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  z-index: 2;
  cursor: pointer;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
}

.swiper-slide-active .why-slide-img{
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 0.7s 0.3s, -webkit-transform 0.7s 0.3s;
  transition: opacity 0.7s 0.3s, -webkit-transform 0.7s 0.3s;
  transition: transform 0.7s 0.3s, opacity 0.7s 0.3s;
  transition: transform 0.7s 0.3s, opacity 0.7s 0.3s, -webkit-transform 0.7s 0.3s;
}

.swiper-slide-active .why-slide-img:hover{
  -webkit-transform: translateX(0) scale(1.05);
  -ms-transform: translateX(0) scale(1.05);
  transform: translateX(0) scale(1.05);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.why-slide-text{
  position: relative;
  padding: 23px 25px 21px;
  z-index: 2;
}

.why-slide-text:before{
  content: " ";
  position: absolute;
  top: 15px;
  left: -17px;
  border-left: 17px solid #0066CC;
  border-bottom: 15px solid #0066CC;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.why-slide-text h4{
  margin-bottom: 9px;
  line-height: 1.35em;
}

.why-slide-text blockquote{
  position: relative;
  margin: 0;
  box-shadow: none;
  padding: 0 0 50px;
}

.why-slide-text blockquote:before{
  bottom: 0;
  right: -2px;
  width: 52px;
  height: 47px;
}

.why-slide-text blockquote cite{
  display: block;
  margin-top: 30px;
  margin-bottom: -50px;
  font-style: normal;
  margin-right: 60px;
}

.why-slide-text-wrap{
  margin: 0 30px 0 119px;
  max-width: 583px;
  position: relative;
  background: #FFFFFF;
  z-index: 5;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  user-select: auto;
  opacity: 0;
  -webkit-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  transform: translateX(-40px);
  -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: transform 0.7s, opacity 0.7s;
  transition: transform 0.7s, opacity 0.7s, -webkit-transform 0.7s;
}

.why-slide-text-wrap:before{
  content: attr(data-letter);
  position: absolute;
  top: -262px;
  left: -120px;
  font-size: 400px;
  line-height: 400px;
  font-weight: bold;
  color: #E4F2FF;
  z-index: -2;
  vertical-align: top;
  display: inline-block;
  -webkit-transform: translateX(-80px);
  -ms-transform: translateX(-80px);
  transform: translateX(-80px);
  opacity: 0;
  -webkit-transition: opacity 0.5s 0.3s, -webkit-transform 0.5s 0.3s;
  transition: opacity 0.5s 0.3s, -webkit-transform 0.5s 0.3s;
  transition: transform 0.5s 0.3s, opacity 0.5s 0.3s;
  transition: transform 0.5s 0.3s, opacity 0.5s 0.3s, -webkit-transform 0.5s 0.3s;
}

.swiper-slide-active .why-slide-text-wrap:before{
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

.why-slide-text-wrap:after{
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 5px 5px 20px rgba(0, 102, 204, 0.2);
  background: rgba(255, 255, 255, 1e-05);
}

.swiper-slide-active .why-slide-text-wrap{
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.opt-scheme{
  position: relative;
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 0 10px 163px;
}

.opt-scheme-block{
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding-right: 50px;
  -webkit-transition: margin 0.3s;
  transition: margin 0.3s;
}

.opt-scheme-title{
  font-weight: 500;
  font-size: 27px;
  color: #0066CC;
  padding-bottom: 18px;
  max-width: 444px;
  width: 100%;
  position: relative;
}

.opt-scheme-title span{
  display: block;
}

.opt-scheme-title-decor{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #0066CC;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

.opt-scheme-text{
  width: 190px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 190px;
  flex: 0 0 190px;
  font-size: 16px;
  padding-top: 51px;
  line-height: 1.55em;
  margin-right: 31px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.opt-scheme-text-item{
  margin-bottom: 36px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.opt-scheme-text-item img{
  display: inline-block;
  margin-bottom: 12px;
}

.opt-scheme-content{
  position: relative;
  padding: 0 108px 0 0;
  clear: both;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.opt-scheme-items{
  padding-top: 53px;
  font-size: 18px;
  color: #0066CC;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

.opt-scheme-item{
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 1px;
  line-height: 1.6em;
  z-index: 10;
}

.opt-scheme-item-wrap{
  position: relative;
}

.opt-scheme-item-wrap:before{
  content: " ";
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  border-top: 1px solid #0066CC;
}

.opt-scheme-item:after{
  content: " ";
  position: absolute;
  left: 100%;
  bottom: 100%;
  width: 94px;
  height: 40px;
  margin-left: 15px;
  background: url("../img/icons/arrow-line.svg") no-repeat 0 0;
  background-size: 100% auto;
  z-index: 10;
}

.opt-scheme-item:first-child:after{
  content: none;
}

.opt-scheme-item span{
  display: inline-block;
  position: relative;
  padding-right: 20px;
  background: #FFFFFF;
  max-width: 77%;
}

.opt-scheme-item span:before{
  content: " ";
  position: absolute;
  top: 10px;
  left: 100%;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 1px solid #0066CC;
  background: #FFFFFF;
}

.opt-scheme-item:last-child{
  margin-bottom: 0;
}

.opt-scheme-item.final{
  position: absolute;
  top: 100%;
  z-index: 2;
  left: -156px;
  margin-top: -14px;
}

.opt-scheme-item.final span{
  max-width: 260px;
}

.opt-scheme-item.final .opt-scheme-item-wrap:before{
  width: 390px;
  left: 100%;
  margin-left: -85px;
}

.opt-scheme-item.final:after{
  content: none;
}

.opt-scheme-item .opt-scheme-text-item{
  display: none;
}

.opt-scheme-line{
  position: absolute;
  top: 0;
  right: 0;
  width: 92px;
  height: 100%;
  background: -webkit-linear-gradient(bottom, #0066CC 0%, #BDDEFF 100%);
  background: linear-gradient(0deg, #0066CC 0%, #BDDEFF 100%);
  overflow: hidden;
}

.opt-scheme-line-cover{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
}

.opt-scheme-line-cover:before,
.opt-scheme-line-cover:after{
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 92px;
  height: 92px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  margin-top: -46px;
  background: #FFFFFF;
}

.opt-scheme-line-cover:after{
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
}

.opt-scheme-toggle{
  display: none;
  position: absolute;
  top: 100px;
  left: 0;
  width: 34px;
  height: 210px;
  background: url("../img/background/method-left.svg") no-repeat 0 0;
  background-size: 100% 100%;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 20;
  color: #FFFFFF;
  -webkit-transition: -webkit-transform 0.24s;
  transition: -webkit-transform 0.24s;
  transition: transform 0.24s;
  transition: transform 0.24s, -webkit-transform 0.24s;
}

.opt-scheme-toggle span{
  display: block;
  position: absolute;
  white-space: nowrap;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 12px;
  line-height: 18px;
  padding-right: 18px;
  margin-top: 3px;
}

.opt-scheme-toggle span:after{
  content: " ";
  position: absolute;
  bottom: 5px;
  right: 0;
  background: url(../img/icons/arrow.svg) no-repeat 0 0;
  width: 10px;
  height: 8px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.opt-scheme-toggle.right{
  left: inherit;
  right: 0;
  background-image: url("../img/background/method-right.svg");
}

.opt-scheme-toggle.right span{
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  padding-left: 20px;
  padding-right: 0;
}

.opt-scheme-toggle.right span:after{
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  left: 0;
  right: inherit;
}

.opt-scheme-right{
  padding-right: 0;
  padding-left: 45px;
}

.opt-scheme-right .opt-scheme-title{
  -webkit-align-self: flex-end;
  align-self: flex-end;
  text-align: right;
}

.opt-scheme-right .opt-scheme-title-decor{
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
}

.opt-scheme-right .opt-scheme-text{
  left: inherit;
  right: 0;
  margin-right: 0;
  margin-left: 20px;
}

.opt-scheme-right .opt-scheme-content{
  padding-left: 108px;
  padding-right: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.opt-scheme-right .opt-scheme-line{
  left: 0;
  right: inherit;
  background: -webkit-linear-gradient(bottom, #F81E25 0%, #F32128 3.96%, #E52C32 8.52%, #CE3C41 13.37%, #AE5457 18.42%, #857272 23.58%, #7A7A7A 24.84%);
  background: linear-gradient(0deg, #F81E25 0%, #F32128 3.96%, #E52C32 8.52%, #CE3C41 13.37%, #AE5457 18.42%, #857272 23.58%, #7A7A7A 24.84%);
}

.opt-scheme-right .opt-scheme-item-wrap{
  padding-left: 46px;
}

.opt-scheme-right .opt-scheme-item-wrap:before{
  left: 0;
}

.opt-scheme-right .opt-scheme-item span{
  padding-left: 13px;
  padding-right: 26px;
  text-align: left;
  display: block;
  max-width: 100%;
}

.opt-scheme-right .opt-scheme-item span:before{
  left: inherit;
  right: 100%;
}

.opt-scheme-right .opt-scheme-item:after{
  left: inherit;
  right: 100%;
  margin-right: 15px;
}

.opt-scheme-right .opt-scheme-item.final{
  left: 0;
  right: -100px;
}

.opt-scheme-right .opt-scheme-item.final .opt-scheme-item-wrap:before{
  width: 240px;
  right: 100%;
  left: inherit;
  margin-right: -56px;
}

.opt-scheme-right .opt-scheme-item.red{
  color: red;
}

.opt-scheme-right .opt-scheme-item.red .opt-scheme-item-wrap:before{
  border-color: red;
}

.opt-scheme-right .opt-scheme-item.red span:before{
  border-color: red;
}

.factor{
  padding: 73px 70px 96px;
  margin-bottom: 39px;
}

.factor h3,
.factor .h3{
  font-weight: 500;
}

.factor-list{
  padding-top: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  float: left;
  width: 62%;
}

.factor-list-item{
  padding-right: 15px;
  margin-bottom: 30px;
  min-width: 25%;
}

.factor-list-item-icon{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  min-height: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 5px;
}

.factor-text{
  background: #FFFFFF;
  padding: 40px 36px 46px;
  float: right;
  width: 42%;
  margin-right: -9%;
  margin-top: -27px;
  box-shadow: 5px 5px 20px rgba(0, 102, 204, 0.2);
  line-height: 1.6em;
}

.packages-slider-wrap{
  margin-bottom: -60px;
}

.packages .swiper-slide{
  width: 310px;
}

.packages-item{
  margin-top: 31px;
  padding: 28px 37px 51px;
  position: relative;
  z-index: 2;
  margin-bottom: 80px;
  border-radius: 3px;
}

.packages-item:before{
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #0066CC;
  background: #FFFFFF;
  z-index: -1;
  -webkit-transition: 0.24s, background-color 0s;
  transition: 0.24s, background-color 0s;
  border-radius: 3px;
}

.packages-item .dots .dot{
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  width: 14px;
  height: 14px;
  background: #0066CC;
  border-radius: 50%;
}

.packages-item-title{
  color: #0066CC;
  border-bottom: 1px solid #000000;
  padding-bottom: 15px;
  min-height: 116px;
  margin-bottom: 22px;
}

.packages-item-title h5,
.packages-item-title .h5{
  margin-bottom: 2px;
}

.packages-item-title .capt{
  color: #000000;
  font-size: 14px;
  line-height: 1.6em;
}

.packages-item-btn{
  padding-top: 9px;
}

.packages-item-list{
  font-size: 14px;
  line-height: 22px;
}

.ab-list-item{
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 23px;
}

.ab-list-item-text{
  padding-right: 15px;
  display: table-cell;
  vertical-align: middle;
}

.ab-list-item-val{
  width: 30px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #0066CC;
}

.ab-list-item.disabled .ab-list-item-val{
  color: #BCBCBC;
}

.target-block{
  margin-top: 155px;
  background-image: url("../img/background/bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding-bottom: 5px;
}

.target-block-img{
  position: absolute;
  top: -21px;
  left: 0;
  width: 39%;
  max-width: 870px;
  z-index: 5;
}

.target-block-img:before{
  content: " ";
  position: absolute;
  left: -20px;
  top: -31px;
  right: -36px;
  height: 75px;
  border: 1px solid #0066CC;
  z-index: -1;
}

.target-block-img img{
  display: block;
  width: 100%;
}

.target-block-content{
  margin-left: 37%;
  padding-left: 48px;
}

.target-block-content h2,
.target-block-content .h2{
  font-size: 48px;
  margin-top: -6px;
  margin-bottom: 37px;
}

.target-list{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px;
  max-width: 700px;
}

.target-list-item{
  margin-bottom: 48px;
  display: inline-block;
  vertical-align: top;
  padding-left: 30px;
  width: 44%;
  line-height: 1.56em;
}

.target-list-item:nth-child(even){
  width: 56%;
}

.target-list-item-icon{
  margin-bottom: 7px;
  min-height: 58px;
}

.target-list-item-title{
  font-size: 27px;
  margin-bottom: 5px;
}

.examples-block{
  padding-top: 114px;
}

.examples-block-title h2,
.examples-block-title .h2{
  float: left;
  max-width: 50%;
  padding-right: 26px;
  margin-top: -7px;
}

.examples-slider{
  clear: both;
  margin-top: 54px;
  margin-left: -50px;
  margin-right: -50px;
  margin-bottom: 78px;
}

.examples-slider .swiper-slide-active{
  z-index: 10;
}

.examples-slider .swiper-slide{
  -webkit-transition: opacity 1.6s;
  transition: opacity 1.6s;
  padding-bottom: 92px;
}

.examples-slider .swiper-button-prev,
.examples-slider .swiper-button-next{
  width: 64px;
  height: 64px;
  margin-top: -32px;
  box-shadow: 5px 5px 20px rgba(0, 102, 204, 0.2);
  border-radius: 50%;
}

.examples-slider .swiper-button-prev .svgicon,
.examples-slider .swiper-button-next .svgicon{
  width: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.examples-slider .swiper-button-prev{
  left: -90px;
}

.examples-slider .swiper-button-next{
  right: -90px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.examples-slider .swiper-button-next .svgicon{
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}

.examples-slider .swiper-container{
  overflow: visible;
}

.counter{
  overflow: hidden;
  width: 50%;
  margin-top: 7px;
  font-size: 14px;
}

.counter-nums{
  color: #FFFFFF;
  font-size: 47px;
  display: inline-block;
  vertical-align: top;
  line-height: normal;
  width: 370px;
  height: 75px;
  margin-bottom: 8px;
}

.counter .tick{
  font-size: 40px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.counter .tick.done{
  opacity: 1;
}

.counter .tick-flip-panel{
  background-color: #0066CC;
}

.counter .tick-flip-panel-text-wrapper{
  color: #FFFFFF;
}

.counter .tick-flip-panel-back:before{
  content: " ";
  position: absolute;
  top: -8px;
  left: -1px;
  right: 0;
  height: 16px;
  background: url("../img/background/counter-decor.png") no-repeat 0 50%;
  background-size: 100% auto;
}

.counter .tick-flip-panel-back:after{
  content: none;
}

.counter .tick-flip-card{
  width: 45px;
  height: 70px;
  margin-left: 0;
  margin-right: 6px;
  line-height: 80px;
  font-family: "Bebas Neue", Arial, sans-serif;
  font-size: 80px;
  font-weight: 400;
  text-indent: 7px;
  border-radius: 3px;
}

.counter .tick-flip-shadow{
  box-shadow: none;
}

.counter .tick-text-inline{
  width: 17px;
}

.example{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 50px;
  padding-right: 50px;
}

.example-img{
  width: 48%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48%;
  flex: 0 0 48%;
  opacity: 0;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.swiper-slide-active .example-img{
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.example-img img{
  display: block;
  width: 100%;
}

.example-text{
  padding-left: 22px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 52%;
  opacity: 0;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.swiper-slide-active .example-text{
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.example-capt{
  font-size: 14px;
  line-height: normal;
  margin-bottom: 7px;
}

.example-capt .dash{
  display: inline-block;
  vertical-align: middle;
  border-top: 1px solid;
  width: 37px;
  margin: 0 6px;
}

.example-title{
  font-size: 27px;
  line-height: 1.35em;
  font-weight: 500;
  margin-bottom: 8px;
}

.example-btn{
  padding-top: 14px;
}

.example-btn .btn{
  padding-left: 56px;
  padding-right: 56px;
}

.example-quote{
  width: 100%;
  box-shadow: 5px 5px 20px rgba(0, 102, 204, 0.2);
  padding: 41px 49px 20px 34%;
  margin: 90px 0 0;
  opacity: 0;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  min-height: 246px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.example-quote:before{
  content: " ";
  position: absolute;
  bottom: 18px;
  right: 41px;
  background: url(../img/icons/quote.svg) no-repeat 0 0;
  background-size: contain;
  width: 86px;
  height: 82px;
}

.swiper-slide-active .example-quote{
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.example-quote-photo{
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 39%;
}

.example-quote blockquote{
  max-width: 535px;
  margin-bottom: 15px;
  color: #0066CC;
  padding: 0;
  box-shadow: none;
}

.example-quote blockquote:before{
  content: none;
}

.example-quote cite{
  font-style: normal;
}

.example-quote cite strong{
  display: block;
}

.example-mobile-title{
  display: none;
}

.pagecontent-nav-wrap{
  text-align: center;
  padding: 28px 0;
  font-size: 14px;
}

.pagecontent-nav-wrap ul{
  margin: 0;
  padding: 0;
}

.pagecontent-nav-wrap li{
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
}

.pagecontent-nav-wrap a,
.pagecontent-nav-wrap button{
  display: inline-block;
  vertical-align: middle;
  padding: 7px 22px 6px;
  border-radius: 20px;
  color: #000000;
  border: 1px solid transparent;
  background: transparent;
  cursor: pointer;
}

.pagecontent-nav-wrap a:hover,
.pagecontent-nav-wrap button:hover{
  color: #0066CC;
  border: 1px solid #0066CC;
}

.pagecontent-nav-wrap .current-item a,
.pagecontent-nav-wrap .current-item button{
  background: #0066CC;
  color: #FFFFFF;
}

.pagecontent-nav-fixed .pagecontent-nav-wrap{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 5px 5px 20px rgba(0, 102, 204, 0.2);
}

.terms-block + .price-block{
  margin-top: -64px;
}

.mess-block{
  padding: 51px 0;
}

.mess-block h4,
.mess-block .h4{
  margin-bottom: 0;
  margin-left: -168px;
  margin-right: 45px;
}

.mess-block .btn{
  padding-top: 20px;
  padding-bottom: 20px;
}

.terms-block .text{
  max-width: 1000px;
}

.mobile-phone{
  display: none;
}

.mobile-phone .phone .svgicon{
  color: #FFFFFF;
}

.mobile-phone .close{
  position: absolute;
  top: 50%;
  right: 10px;
  color: #FFFFFF;
  padding: 0;
  margin: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  background: none;
  outline: none !important;
}

.subscribe{
  font-size: 14px;
}

.subscribe p{
  margin-bottom: 6px;
}

.subscribe .form-group{
  display: inline-block;
  vertical-align: top;
  margin-right: 21px;
  min-width: 200px;
}

.subscribe .form-group.wide{
  width: 59%;
}

.subscribe .form-group:last-child{
  margin-right: 0;
}

.subscribe-section{
  padding: 48px 0 40px;
}

.subscribe-section .h5{
  margin-bottom: 36px;
}

.subscribe-section .subscribe-form{
  text-align: center;
}

.subscribe-section .form-group{
  width: 236px;
}

.subscribe-section .form-group.medium{
  width: 300px;
  max-width: 100%;
}

.textimg-content{
  position: relative;
  padding-top: 325px;
  overflow: hidden;
  margin-top: 52px;
  z-index: 2;
}

.textimg-content .wrapper{
  position: static;
}

.textimg-content-img{
  position: absolute;
  top: 0;
  right: 0;
  left: 29%;
}

.textimg-content-img img{
  display: block;
  overflow: hidden;
  width: 100%;
}

.textimg-content-text{
  max-width: 722px;
  width: 80%;
  background: #FFFFFF;
  position: relative;
  margin-left: 35px;
  padding: 49px 63px 69px;
  box-shadow: -5px 10px 27px rgba(0, 102, 204, 0.2);
  margin-bottom: 45px;
}

.textimg-content-text:before{
  content: " ";
  position: absolute;
  top: -29px;
  left: -25px;
  bottom: -22px;
  right: 48px;
  border: 1px solid #0066CC;
  z-index: -1;
}

.textimg-content-text:after{
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  z-index: -1;
}

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

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

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

.swiper-container-vertical > .swiper-wrapper{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
}

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

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

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

.swiper-container-multirow-column > .swiper-wrapper{
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
}

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

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

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

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide{
  height: auto;
}

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

/* 3D Effects */

.swiper-container-3d{
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow{
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left{
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right{
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top{
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom{
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

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

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar{
  display: none;
}

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

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

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

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

.swiper-pagination-bullet{
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 14px;
  border: 1px solid #0066CC;
  background: #FFFFFF;
  border-radius: 50%;
  outline: none !important;
  cursor: pointer;
  margin: 0 9px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #0066CC;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.swiper-button-prev,
.swiper-button-next{
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  opacity: 0.8;
  color: #0066CC;
  outline: none !important;
}

.swiper-button-prev:hover,
.swiper-button-next:hover{
  opacity: 1;
}

.swiper-button-prev .svgicon,
.swiper-button-next .svgicon{
  max-width: 100%;
}

.swiper-button-next{
  left: inherit;
  right: 30px;
  -webkit-transform: rotate(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
}

.dark .swiper-pagination-bullet{
  background-color: rgba(255, 255, 255, 0.5);
  border-color: #FFFFFF;
}

.dark .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #FFFFFF;
}

.dark .swiper-button-prev,
.dark .swiper-button-next{
  color: #FFFFFF;
  cursor: pointer;
}

.slider{
  margin-bottom: 5px;
}

.slider img{
  width: 100%;
}

.slider .swiper-pagination{
  position: absolute;
  bottom: 34px;
  left: 0;
  right: 0;
  z-index: 10;
}

.slider-content{
  padding: 37px 85px 88px;
}

.slider-content:before{
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.slider-date{
  font-size: 14px;
  margin-bottom: 7px;
  position: relative;
}

.slider-title{
  font-size: 27px;
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 1.35em;
  position: relative;
}

.slider-text{
  max-width: 450px;
  position: relative;
}

.slider-text p{
  margin-bottom: 20px;
}

.slider-text .btn{
  padding-left: 52px;
  padding-right: 52px;
}

.cover-slide{
  position: relative;
  padding-bottom: 44.44%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden;
}

.cover-slide img{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.pagination{
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0;
}

.pagination-wrap{
  text-align: center;
  margin-top: 63px;
  margin-bottom: 30px;
}

.pagination li{
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  margin: 0 3px;
}

.pagination li:last-child{
  border-right: none;
}

.pagination li:before{
  content: none;
}

.pagination li > a,
.pagination li > span{
  font-size: 16px;
  display: inline-block;
  color: #0066CC;
  text-decoration: none;
  width: 46px;
  padding: 7px 0;
  border: 1px solid #0066CC;
  border-radius: 3px;
  -webkit-transition: box-shadow 0.24s, color 0.24s, background-color 0.24s;
  transition: box-shadow 0.24s, color 0.24s, background-color 0.24s;
}

.pagination li > a:hover{
  box-shadow: 2px 2px 5px rgba(0, 102, 204, 0.5);
}

.pagination li a:hover{
  background-color: #0066CC;
  color: #FFFFFF;
  cursor: pointer;
}

.pagination li .previouspostslink,
.pagination li .first,
.pagination li .nextpostslink,
.pagination li .last,
.pagination li .next,
.pagination li .previous{
  color: #0066CC;
}

.pagination li .current{
  background-color: #0066CC;
  color: #FFFFFF;
  box-shadow: 2px 2px 5px rgba(0, 102, 204, 0.5);
}

.breadcrumbs{
  line-height: 1em;
  margin-bottom: 23px;
  cursor: default;
  font-size: 14px;
}

.breadcrumbs-wrap + h1{
  margin-top: 0;
}

.breadcrumbs li{
  margin: 0 6px 4px 0;
  position: relative;
  display: inline-block;
  vertical-align: baseline;
}

.breadcrumbs li a{
  display: inline-block;
  color: #343A40;
  border-bottom: 1px solid;
}

.breadcrumbs li a:hover{
  color: #0066CC;
}

.breadcrumbs li:after{
  content: "";
  display: inline-block;
  font-size: inherit;
  font-size: 14px;
  margin: -2px 1px -1px 5px;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-right: 1px solid #0066CC;
  border-bottom: 1px solid #0066CC;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.breadcrumbs li:last-child:after{
  display: none;
}

.breadcrumbs li:first-child:after{
  display: inline-block;
}

.fancybox-button{
  background-color: #1E2022;
  color: #E4F2FF;
  outline: none !important;
}

.fancybox-button--left,
.fancybox-button--right{
  color: #FFFFFF;
  background-color: transparent;
  border: none;
  border-radius: 0;
  position: fixed;
  left: 44px;
  top: 47%;
}

.fancybox-button--left:focus,
.fancybox-button--right:focus{
  outline: none;
}

.fancybox-button--left:hover,
.fancybox-button--right:hover{
  color: #0066CC;
  background: transparent;
}

.fancybox-button--left:after,
.fancybox-button--right:after{
  width: 12px;
  height: 12px;
}

.fancybox-button--right{
  left: inherit;
  right: 44px;
}

.fancybox-container--thumbs .fancybox-button--right{
  right: 244px;
}

.fancybox-infobar__body{
  display: none;
}

.fancybox-thumbs{
  background-color: #1E2022;
  z-index: 99994;
}

.fancybox-thumbs > ul{
  background-color: #1E2022;
}

.fancybox-thumbs > ul > li{
  border-left: 12px solid #1E2022;
  border-bottom: 12px solid #1E2022;
}

.fancybox-thumbs > ul > li:before{
  border: 4px solid #E4F2FF;
  width: auto;
  height: auto;
  background: none;
}

.fancybox-caption{
  font-size: 18px;
  font-family: "Roboto", Arial, sans-serif;
}

.fancybox-bg{
  background: rgba(3, 76, 151, 0.5);
  opacity: 1;
}

.fancybox-enabled .page-wrap,
.modal-open .page-wrap{
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.fancybox-container--ready .fancybox-bg{
  opacity: 1;
}

.video{
  position: relative;
  overflow: hidden;
  padding-bottom: 52%;
  margin-bottom: 20px;
  background: #0066CC;
}

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

.video .ytp-large-play-button{
  position: absolute;
  top: 50%;
  left: 50%;
  color: #FFFFFF;
  width: 30%;
  height: 30%;
  margin: -7%;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background: url("../img/icons/play.svg") no-repeat 0 0;
  background-size: contain;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.video .ytp-large-play-button svg{
  display: none;
}

.video .ytp-thumbnail:after{
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0066CC;
  opacity: 0.2;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.video:hover .ytp-thumbnail:after{
  opacity: 0.3;
}

.video:hover .ytp-large-play-button{
  -webkit-transform: scale(1.05) !important;
  -ms-transform: scale(1.05) !important;
  transform: scale(1.05) !important;
}

.video-info .h5{
  font-weight: bold;
  margin-bottom: 7px;
}

.video-text{
  background: #F2F7FC;
  padding: 30px 50px;
  margin-bottom: 44px;
  font-size: 21px;
}

.video-text .video{
  margin: 0;
}

.html5-info-bar{
  display: none;
}

.ytp-thumbnail{
  padding-bottom: inherit;
  cursor: pointer;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.big-video{
  position: relative;
  padding-top: 35px;
  padding-bottom: 20px;
}

.big-video-text{
  position: absolute;
  top: 76px;
  left: 53px;
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  color: #FFFFFF;
  z-index: 10;
}

.video-block .video-flex{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: 16px;
}

.video-block .video-flex .video{
  width: 100%;
  height: 100%;
}

.video-block .little-video{
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 32%;
  flex: 0 0 32%;
  position: relative;
}

.video-block .little-video-text{
  position: absolute;
  top: 18px;
  left: 22px;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  z-index: 10;
  width: 70%;
}

.about-content{
  padding: 0;
}

.about-info{
  padding-top: 10px;
}

.about-info .pagecontent-nav-wrap{
  background-color: #F2F7FC;
}

.about-info .pagecontent-nav-wrap .menu-item{
  padding: 0 5px;
}

.about-info .pagecontent-nav-wrap ul{
  padding: 0 5px;
}

.text-and-stat{
  position: relative;
  padding-right: 44%;
}

.text-and-stat h4{
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
}

.text-and-stat .order-block-form{
  position: absolute;
  top: 16px;
  right: 30px;
  border: none;
  padding: 28px 20px 18px 28px;
  box-shadow: 5px 5px 20px rgba(0, 102, 204, 0.2);
  margin-top: 0;
  width: 288px;
}

.text-and-stat .order-block-form .h5{
  margin-bottom: 12px;
}

.text-and-stat .order-block-form .h2{
  color: #0066CC;
  margin-bottom: 0;
  line-height: 48px;
}

.text-and-stat hr{
  background: #0066CC;
  margin: 12px 0;
}

.text-and-stat .order-block-form.long{
  width: 390px;
  top: 20px;
  right: 22px;
}

.text-and-stat .numbs-and-facts{
  color: #FFFFFF;
  padding: 48px 48px 18px 45px;
}

.text-and-stat .numbs-and-facts.long-block{
  width: 760px;
  top: -145px;
  right: -38px;
}

.text-and-stat .numbs-and-facts.long-block ul{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.text-and-stat .numbs-and-facts.long-block ul p{
  width: 180px;
}

.text-and-stat .numbs-and-facts.long-block.order-block-form:before{
  border: 1px solid #FFFFFF;
}

.text-and-stat .numbs-and-facts.tall-block{
  width: 396px;
  padding-right: 0;
  top: -278px;
  right: 15px;
}

.text-and-stat .numbs-and-facts.tall-block ul p{
  width: 250px;
}

.text-and-stat .numbs-and-facts.tall-block li{
  margin-bottom: 40px;
}

.text-and-stat .numbs-and-facts.order-block-form:after{
  background: url("../img/background/bg.jpg");
  background-size: cover;
}

.text-and-stat .numbs-and-facts hr{
  background: #FFFFFF;
}

.text-and-stat .numbs-and-facts ul{
  margin-top: 60px;
}

.text-and-stat .numbs-and-facts ul p{
  margin-left: 30px;
  margin-top: 12px;
  display: inline-block;
  line-height: 28px;
}

.text-and-stat .numbs-and-facts h3{
  margin-bottom: 16px;
}

.text-and-stat .order-block-form.numbs-and-facts .h2{
  color: #FFFFFF;
  font-size: 48px;
  line-height: 28px;
  font-weight: normal;
}

.numbs-and-facts__location{
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 22px;
  padding-left: 43px;
  line-height: 28px;
  color: #000000;
}

.numbs-and-facts__location p{
  margin-bottom: 0;
}

.numbs-and-facts__location:before{
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 29px;
  height: 40px;
  background: url("../img/icons/marker.svg");
}

.page-title-capt{
  max-width: 782px;
  font-size: 18px;
  margin-bottom: 43px;
}

.page-content{
  padding: 64px 0;
}

.content-block{
  padding: 45px 0;
}

.single-main-image,
.page-text .single-main-image{
  margin: -48px -48px 56px;
  max-width: inherit;
}

.single-main-image img,
.page-text .single-main-image img{
  display: block;
  width: 100%;
}

.filters{
  border: 1px solid #0066CC;
  padding: 43px 26px;
  background: #FFFFFF;
}

.filters .form-group:last-child{
  margin-bottom: 0;
}

.filters-title{
  background: none;
  border: none;
  padding: 0;
  outline: none;
  margin-bottom: 17px;
  outline: none !important;
}

.filters .jq-selectbox__select-text{
  padding: 6px 30px 6px 16px;
  height: 36px;
  min-height: 36px;
  border-color: #0066CC;
}

.filters .jq-selectbox__trigger-arrow:before{
  border-right-color: #0066CC;
  border-bottom-color: #0066CC;
}

.filters .jq-selectbox__dropdown ul li{
  padding-left: 16px;
  padding-right: 16px;
}

.filters .form-group{
  margin-bottom: 24px;
}

.filters .radio{
  margin-bottom: 3px;
}

.downloads-title{
  overflow: hidden;
  position: relative;
  font-weight: 500;
  margin-bottom: 32px;
}

.downloads-title:before{
  content: " ";
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 100%;
  border-top: 1px solid #0066CC;
}

.downloads-title span{
  position: relative;
  background: #FFFFFF;
  padding-right: 17px;
}

.downloads-list{
  padding-left: 0;
  -webkit-columns: 4;
  -moz-columns: 4;
  columns: 4;
  font-size: 14px;
}

.downloads-list li{
  margin-bottom: 20px;
  line-height: normal;
  padding: 4px 22px 4px 0;
  -webkit-column-break-inside: avoid;
}

.downloads-list a{
  color: inherit;
  text-decoration: underline;
  padding-left: 22px;
  display: inline-block;
  position: relative;
}

.downloads-list a:hover{
  color: #0066CC;
}

.downloads-list a:before{
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 14px;
  height: 22px;
  margin-top: -11px;
  background: url("../img/icons/pdf.svg") no-repeat 0 0;
}

.card{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  min-height: 100%;
  width: 100%;
  text-align: left;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  border: 1px solid #E0E0E0;
  -webkit-transition: box-shadow 0.3s, border-color 0.3s;
  transition: box-shadow 0.3s, border-color 0.3s;
}

.card:hover{
  box-shadow: 5px 5px 20px rgba(0, 102, 204, 0.2);
  border-color: transparent;
}

.card:hover .card-img:before{
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.card-link{
  display: inherit;
  height: 100%;
  -webkit-box-align: inherit;
  -webkit-align-items: inherit;
  align-items: inherit;
  -webkit-box-pack: inherit;
  -webkit-justify-content: inherit;
  justify-content: inherit;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
  -webkit-flex-direction: inherit;
  flex-direction: inherit;
}

.card-link:hover .card-title{
  color: #0066CC;
}

.card-link:hover .card-footer .btn{
  border-color: #0066CC;
  color: #0066CC;
}

.card-link:hover .card-footer .btn:hover{
  color: #FFFFFF;
}

.card-img{
  position: relative;
  overflow: hidden;
  background-size: cover;
  height: 210px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 210px;
  flex: 0 0 210px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  overflow: hidden;
}

.card-img:before{
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.card-img img{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.card-content{
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 14px 24px 21px;
  color: #000000;
}

.card-title{
  font-weight: 500;
  margin-bottom: 10px;
}

.card-place{
  margin-bottom: 10px;
  font-size: 14px;
}

.card-place .svgicon{
  color: #0066CC;
  margin: 4px 3px -5px 0;
}

.card-text{
  font-size: 16px;
  line-height: 1.55em;
  margin-bottom: 17px;
}

.card-text-item{
  margin-top: 10px;
  margin-bottom: 25px;
}

.card-text-item p{
  margin-bottom: 0;
}

.card-footer{
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-top: auto;
  line-height: normal;
}

.card-footer .btn{
  border-color: #E0E0E0;
  color: #E0E0E0;
  min-width: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 38px;
}

.card-footer .btn .svgicon{
  margin: 0;
}

.card-footer .btn:hover{
  border-color: #0066CC;
  color: #FFFFFF;
}

.card-simple{
  background: #FFFFFF;
  box-shadow: 5px 5px 20px rgba(0, 102, 204, 0.2);
  padding: 18px 30px;
  margin-bottom: 35px;
}

.card-decor{
  background: #FFFFFF;
  box-shadow: 5px 5px 20px rgba(0, 102, 204, 0.2);
  padding: 44px 67px;
  position: relative;
  z-index: 1;
  margin-right: 11px;
}

.card-decor:before{
  content: " ";
  position: absolute;
  top: -14px;
  right: -11px;
  left: 14px;
  height: 100%;
  border: 1px solid #0066CC;
  z-index: -1;
}

.card-decor:after{
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #FFFFFF;
}

.catalog-wrap{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.catalog-sidebar{
  width: 289px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 289px;
  flex: 0 0 289px;
  margin-left: 20px;
  margin-right: 22px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  order: 2;
}

.catalog-content{
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  order: 1;
}

.catalog-cats{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: 30px;
}

.catalog-cats-item{
  padding-left: 20px;
  margin-bottom: 20px;
  height: 200px;
  width: 50%;
  text-align: center;
  line-height: normal;
}

.catalog-cats-item a{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 0 0;
  overflow: hidden;
}

.catalog-cats-item a:before{
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: inherit;
  background-size: cover;
  opacity: 0.2;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.catalog-cats-item a:hover:before{
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0.3;
}

.catalog-cats-item a:hover{
  color: #0066CC;
}

.catalog-cats-item-icon{
  margin-bottom: 5px;
  margin-top: -26px;
}

.catalog-cats-item-icon,
.catalog-cats-item-title{
  position: relative;
}

.catalog-grid{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: 44px;
}

.catalog-grid .item{
  padding-left: 20px;
  width: 33.3%;
  margin-bottom: 20px;
}

.catalog-grid .item .card{
  height: 100%;
}

.catalog-grid.columns-4 .item{
  width: 25%;
}

.catalog-grid.list .item{
  width: 100%;
}

.catalog-grid.list .item .card{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.catalog-grid.list .item .card-img{
  width: 55%;
  -webkit-flex-basis: 55%;
  flex-basis: 55%;
  height: 100%;
}

.catalog-grid.list .item .card-content{
  padding-top: 25px;
  padding-bottom: 25px;
}

.catalog-grid.list .item .card-link{
  width: 100%;
}

.catalog-grid.list .item .card-text-item{
  margin-bottom: 10px;
}

.catalog-display{
  text-align: right;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px 0;
  font-family: "Raleway", sans-serif;
}

.catalog-display li{
  display: inline-block;
  vertical-align: middle;
  margin-left: 19px;
}

.catalog-display a{
  color: #E0E0E0;
}

.catalog-display a.active,
.catalog-display a:hover{
  color: #0066CC;
}

.catalog-display-icon{
  vertical-align: middle;
  display: inline-block;
  line-height: 13px;
  margin-top: -3px;
  color: #0066CC;
}

.category-promo{
  margin-top: 43px;
  padding-top: 77px;
  min-height: 654px;
}

.category-promo .promo-block-text{
  margin-left: 100px;
  position: relative;
}

.category-promo .promo-block-icon{
  position: absolute;
  top: -15px;
  left: -100px;
  color: #FFFFFF;
  width: 76px;
}

.category-promo .promo-block-icon svg{
  width: 100%;
  height: auto;
}

.category-promo .promo-block-icon svg *{
  fill: #FFFFFF;
}

.category-adv-block{
  background: #0066CC url("../img/background/bg.jpg") no-repeat 50% 57%;
  background-size: cover;
  margin-bottom: 35px;
}

.category-adv-title{
  position: relative;
  overflow: hidden;
  margin-top: 33px;
  margin-bottom: 28px;
  margin-right: 5%;
}

.category-adv-title span{
  position: relative;
  display: inline-block;
  max-width: 80%;
}

.category-adv-title span:after{
  content: " ";
  position: absolute;
  bottom: 13px;
  left: 100%;
  width: 100000px;
  border-bottom: 1px solid;
  margin-left: 26px;
}

.category-adv-list{
  margin-bottom: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category-adv-item{
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  flex: 0 0 25%;
  padding-right: 20px;
}

.category-adv-item-icon{
  min-height: 70px;
  margin-bottom: 10px;
}

.category-content .catalog-sidebar{
  margin-top: 57px;
}

.category-text{
  padding-top: 64px;
}

.category-text p{
  margin-bottom: 8px;
}

.back-link{
  color: #000000;
}

.back-link .icon{
  margin-right: 6px;
  margin-top: -3px;
  color: #0066CC;
}

.solution h3,
.solution .h3{
  margin-bottom: 38px;
}

.solution .textimg-content{
  padding-top: 267px;
}

.solution .textimg-content-text{
  max-width: 626px;
  margin-left: 22px;
}

.solution .textimg-content-text:before{
  top: -21px;
  left: -21px;
}

.solution-client{
  float: right;
  width: 495px;
  margin: 15px 0 7px 135px;
  font-size: 16px;
  line-height: 1.55em;
}

.solution-client-capt{
  max-width: 390px;
}

.solution-client-info{
  padding: 19px 30px 31px;
  background: #E4F2FF;
  margin-bottom: 11px;
}

.solution-client-info .h4{
  margin-bottom: 8px;
}

.solution-client-info .svgicon{
  vertical-align: middle;
  margin: -5px 6px -5px 0;
  color: #0066CC;
}

.solution-description h3,
.solution-description .h3{
  margin-bottom: 4px;
}

.solution-info-list{
  padding-top: 12px;
}

.solution-info-row{
  border-top: 1px solid #0066CC;
  display: grid;
  grid-template-columns: 1fr 1fr 1.6fr;
  margin-bottom: 13px;
}

.solution-info-row:last-child{
  margin-bottom: 0;
}

.solution-info-item{
  position: relative;
  padding: 9px 20px 9px 42px;
  min-height: 80px;
  font-size: 14px;
  line-height: 1.55em;
}

.solution-info-item:last-child{
  padding-right: 0;
}

.solution-info-item-icon{
  position: absolute;
  top: 11px;
  left: 0;
  width: 36px;
  color: #0066CC;
}

.news-widget{
  background: #F2F7FC;
  padding: 59px 37px;
}

.news-widget .swiper-pagination{
  bottom: 22px;
}

.news-widget .swiper-button-prev,
.news-widget .swiper-button-next{
  width: 21px;
}

.news-widget .swiper-button-prev{
  left: 25px;
}

.news-widget .swiper-button-next{
  right: 21px;
}

.news-widget .video{
  margin-bottom: 15px;
}

.news-widget-slider .swiper-pagination{
  position: absolute;
  bottom: 34px;
  left: 0;
  right: 0;
  z-index: 10;
}

.solution-price,
.solution-text{
  float: left;
  width: 50%;
}

.solution-text{
  margin-bottom: 64px;
}

.solution-price{
  margin-bottom: 40px;
  font-weight: 500;
}

.solution-price .val{
  color: #0066CC;
  font-size: 36px;
  font-weight: 500;
  line-height: normal;
  margin-top: -3px;
}

.solution-slider{
  position: relative;
  padding: 0 20px;
  border-bottom: 1px solid #0066CC;
  padding-bottom: 14px;
}

.solution-slider-wrap{
  float: right;
  width: 40%;
  padding: 18px 0;
  margin-right: 10%;
  margin-bottom: 64px;
}

.solution-slider .swiper-button-prev,
.solution-slider .swiper-button-next{
  width: 15px;
  top: 100%;
  margin-top: -68px;
}

.solution-slider .swiper-button-prev{
  left: 7px;
}

.solution-slider .swiper-button-next{
  right: 7px;
}

.solution-slider .swiper-pagination{
  display: none;
}

.solution-slider-thumbs{
  margin: 0 20px;
}

.solution-slider-thumbs .swiper-slide{
  border: 1px solid transparent;
  overflow: hidden;
  padding: 5px;
}

.solution-slider-thumbs .swiper-slide img{
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.solution-slider-thumbs .swiper-slide:hover img{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.solution-slider-thumbs .swiper-slide-thumb-active{
  border-color: #0066CC;
}

.solution-slider-thumbs .swiper-slide-thumb-active img{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.solution-slider-top{
  margin-bottom: 60px;
}

.solution-slider-top img{
  display: block;
  margin: 0 auto;
}

.solution-text .h3{
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 4px;
}

.solution-text ul{
  margin-bottom: 40px;
}

.solution-text li{
  margin-bottom: 1px;
}

.solution-opts{
  padding: 40px 0 55px;
}

.solution-opts .opts-item{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-align: center;
  color: #B0B0B0;
  min-height: 112px;
  line-height: 21px;
}

.solution-opts .opts-item strong{
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  font-size: 27px;
  font-weight: 500;
  color: #000000;
  line-height: normal;
  margin: 8px 0 -7px;
}

.solution-opts .col-12{
  margin-bottom: 35px;
}

.solution-table tr{
  height: 109px;
}

.solution-table td{
  padding-left: 85px;
  padding-right: 55px;
}

.related .catalog-grid{
  margin-bottom: 20px;
}

.to-catalog{
  border-bottom: 1px solid;
}

.page-404 .main-img{
  position: absolute;
  top: 37px;
  left: -30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 825px;
}

.page-404 .main-img .btn{
  display: none;
  width: 100%;
  color: #000000;
  font-size: 20px;
  padding-top: 18px;
}

.page-404 .main-img h2{
  text-align: center;
  padding-left: 30px;
  padding-top: 72px;
}

.page-404 .mini-logo{
  display: none;
  padding-top: 28px;
}

.page-404 .mini-logo img{
  margin-right: 0;
  width: 100%;
}

.img-404{
  margin: 0 auto;
  height: 100%;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-animation-name: page-404-drop-down, page-404;
  animation-name: page-404-drop-down, page-404;
  -webkit-animation-duration: 4s, 3s;
  animation-duration: 4s, 3s;
  -webkit-animation-timing-function: ease-in-out, ease-in-out;
  animation-timing-function: ease-in-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
}

.header-404{
  padding-top: 40px;
  padding-right: 15px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.header-404 .to-home{
  padding-top: 28px;
  padding-right: 8px;
}

.header-404 .to-home a{
  font-size: 28px;
  font-weight: 500;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #000000;
  line-height: 38px;
  letter-spacing: 0.05px;
}

.header-404 .logo img{
  max-width: 100px;
}

@-webkit-keyframes page-404{
  0%{
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }

  50%{
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  100%{
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
}

@keyframes page-404{
  0%{
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }

  50%{
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  100%{
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
}

@-webkit-keyframes page-404-drop-down{
  0%{
    margin-top: -800px;
    margin-bottom: 800px;
  }

  80%{
    margin-top: -50px;
    margin-bottom: 50px;
  }

  100%{
    margin-top: 0;
    margin-bottom: 0;
  }
}

@keyframes page-404-drop-down{
  0%{
    margin-top: -800px;
    margin-bottom: 800px;
  }

  80%{
    margin-top: -50px;
    margin-bottom: 50px;
  }

  100%{
    margin-top: 0;
    margin-bottom: 0;
  }
}

.contacts.over{
  overflow: hidden;
}

.contacts button,
.contacts button:active,
.contacts button:focus{
  outline: none;
}

.contacts .section{
  padding-bottom: 0;
}

.contacts .page-content{
  padding-bottom: 37px;
}

.contacts h5{
  line-height: 27px;
  letter-spacing: 0.05px;
  font-weight: 500;
  color: #000000;
}

.contacts h2{
  color: #000000;
}

.contacts p{
  color: #000000;
}

.contacts .btn-txt-mini{
  display: none;
}

.contacts-content{
  padding-top: 2px;
}

.contacts-info{
  padding-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.contacts-info h5{
  margin-bottom: 10px;
}

.contacts-info p{
  letter-spacing: 0.05px;
  margin-bottom: 0;
}

.contacts-info a{
  color: #000000;
}

.contacts-info a:hover{
  color: #0066CC;
}

.contacts-info__socials{
  padding-left: 115px;
}

.contacts-info__socials .socials{
  padding-top: 8px;
}

.contacts-info__socials .socials-item a{
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.contacts-info__socials .socials-item a i{
  font-size: 20px;
}

.contacts-map{
  padding: 105px 21px 0 0;
}

.contacts-map .map{
  padding-bottom: 38%;
}

.contacts-centers{
  padding-top: 96px;
  padding-bottom: 70px;
}

.contacts-centers h5{
  margin-bottom: 0;
}

.contacts .contacts-centers__title{
  line-height: 30px;
}

.contacts-office{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.contacts-office h3{
  margin-bottom: 40px;
}

.contacts-office .btn{
  min-width: 236px;
}

.contacts-office .btn .icon.arrow:after{
  top: -1px;
  right: -44px;
  width: 6px;
  height: 6px;
}

.contacts-office .btn .icon.arrow.fade:after{
  top: -1px;
  right: -44px;
  width: 6px;
  height: 6px;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.contacts-office .office-left-block{
  min-width: 300px;
}

.contacts-office .office-right-block{
  padding-left: 48px;
  padding-top: 12px;
  display: none;
}

.contacts-office .office-btn{
  margin-bottom: 75px;
}

.centers-list{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  padding-top: 16px;
}

.centers-item{
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 28%;
  flex: 1 0 28%;
  margin-right: 65px;
  margin-bottom: 15px;
  line-height: 27px;
}

.centers-item:before{
  display: none;
}

.centers-item p{
  margin-bottom: 0;
}

.centers-item h5{
  padding-bottom: 3px;
}

.centers-img{
  max-width: 355px;
  padding-bottom: 10px;
}

.centers-img img{
  width: 100%;
}

.big-list{
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 134px;
  -moz-column-gap: 134px;
  column-gap: 134px;
  padding-left: 66px;
}

.big-item{
  -webkit-column-break-inside: avoid;
  padding-bottom: 18px;
  line-height: 28px;
  color: #000000;
}

.big-item p{
  margin-bottom: 0;
}

.big-item a{
  color: #000000;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.big-item a:hover{
  color: #0066CC;
}

.big-item strong{
  font-weight: 500;
}

.big-item:before{
  display: none;
}

.mini-office{
  display: none;
}

.mini-office-btn{
  background: none;
  border: none;
}

.mini-office-btn .arrow{
  color: #0066CC;
}

.mini-office-btn .office-text{
  line-height: 0.8;
  display: inline-block;
  border-bottom: 1px solid black;
}

.news{
  margin-bottom: 44px;
}

.news .col-12{
  margin-bottom: 20px;
}

.news-item{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.news-item .card-content{
  padding: 29px 33px 34px;
}

.news-item .card-footer{
  color: #B0B0B0;
  font-size: 16px;
}

.news-item .card-title{
  line-height: normal;
}

.news-item .card-text{
  font-size: 18px;
}

.news-item .card-img{
  -webkit-flex-basis: 260px;
  flex-basis: 260px;
  height: 260px;
  margin-left: -1px;
  margin-right: -1px;
  margin-top: -1px;
}

.news-item.main-news-item .card-link{
  padding-bottom: 49.2%;
  position: relative;
}

.news-item.main-news-item .card-img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.news-item.main-news-item .card-img:after{
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(0, 102, 204, 0) 40%, rgba(0, 102, 204, 0.9) 75.52%);
  background: linear-gradient(180deg, rgba(0, 102, 204, 0) 40%, rgba(0, 102, 204, 0.9) 75.52%);
}

.news-item.main-news-item .card-content{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  color: #FFFFFF;
  padding: 14px 46px 32px;
}

.news-item.main-news-item .card-title{
  font-size: 27px;
  line-height: normal;
}

.news-item.main-news-item .card-footer{
  color: inherit;
}

.news-item.main-news-item .card-footer .btn{
  background: none;
  width: 60px;
  height: 60px;
  line-height: 58px;
}

.news-item.main-news-item .card:hover .card-title{
  color: #FFFFFF;
}

.news-item.main-news-item .card:hover .card-footer .btn{
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.news-item.medium .card-img{
  height: 433px;
  -webkit-flex-basis: 433px;
  flex-basis: 433px;
}

.partners h2{
  color: #000000;
}

.partners-content{
  padding-top: 0;
  padding-bottom: 0;
}

.partners-info{
  padding-top: 20px;
}

.partners-info strong{
  display: block;
  padding-bottom: 8px;
}

.partners .big-list{
  padding-left: 0;
  -webkit-columns: 1;
  -moz-columns: 1;
  columns: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.partners .big-item{
  padding-bottom: 25px;
  letter-spacing: 0.05px;
  line-height: 27px;
  min-height: 229px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  flex: 0 0 25%;
}

.partners .big-item p,
.partners .big-item a{
  font-size: 16px;
}

.partners .page-content{
  padding-bottom: 40px;
}

.big-item__link-block{
  padding-top: 5px;
  padding-bottom: 5px;
}

.big-item__link-block a{
  line-height: 26px;
}

.blog{
  margin-bottom: 44px;
}

.blog .col-12{
  margin-bottom: 20px;
}

.blog-main-item{
  margin-bottom: 38px;
}

.blog-main-item .card{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.blog-main-item .card-link{
  width: 100%;
}

.blog-main-item .card-img{
  width: 48.6%;
  -webkit-flex-basis: 48.6%;
  flex-basis: 48.6%;
  min-height: 400px;
  margin: -1px 0;
}

.blog-main-item .card-title{
  font-size: 27px;
  line-height: 36px;
  margin-bottom: 19px;
}

.blog-main-item .card-text{
  max-width: 470px;
}

.blog-main-item .card-content{
  padding: 38px;
}

.blog-main-item .card-footer .btn{
  width: 60px;
  height: 60px;
  line-height: 58px;
}

.date{
  color: #B0B0B0;
  margin-bottom: 9px;
  font-size: 16px;
}

.arrow-list{
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-top: 228px;
}

.arrow-item{
  margin-left: auto;
  width: 41.5%;
  position: relative;
}

.arrow-item h4{
  margin-bottom: -2px;
  font-weight: 500;
}

.arrow-item__content > h4{
  padding-right: 125px;
  padding-bottom: 7px;
  margin-top: -30px;
}

.arrow-item:before{
  content: "";
  display: block;
  border-left: 1px solid #0066CC;
  position: absolute;
  top: 0;
  left: -20.6%;
  width: 0;
  background: none;
  height: calc(100% + 13px);
}

.arrow-item:nth-child(even){
  margin-left: 0;
  text-align: right;
}

.arrow-item:nth-child(even):before{
  left: auto;
  right: -20.6%;
}

.arrow-item:nth-child(even) .arrow-item__content > h4{
  padding-right: 0;
  padding-left: 125px;
}

.arrow-item:nth-child(even) .arrow-text{
  padding-right: 0;
  padding-left: 230px;
}

.arrow-item:nth-child(even) .arrow-year:before{
  left: auto;
  right: -16%;
}

.arrow-item:nth-child(even) .arrow-year:after{
  left: auto;
  right: calc(-20.5% - 6px);
}

.arrow-item:nth-child(even) .arrow-square{
  left: auto;
  right: calc(-20.5% - 27px);
}

.arrow-item:nth-child(even) .arrow-square:after{
  left: auto;
  right: 50%;
}

.arrow-item:nth-child(even):last-child .arrow-item__content > h4:after{
  left: auto;
  right: -20.6%;
}

.arrow-item:last-child .arrow-item__content > h4{
  position: relative;
}

.arrow-item:last-child .arrow-item__content > h4:after{
  content: "";
  display: block;
  border-left: 1px solid #0066CC;
  position: absolute;
  top: 0;
  left: -20.6%;
  width: 0;
  background: none;
  height: 100%;
}

.arrow-item:last-child:before{
  display: none;
}

.arrow-item:last-child .arrow-text:before{
  display: none;
}

.arrow-item:last-child .arrow-text:after{
  display: none;
}

.arrow-item:first-child:before{
  top: -130px;
  height: calc(100% + 143px);
}

.arrow-year{
  position: relative;
  color: #0066CC;
}

.arrow-year h3{
  margin-bottom: 10px;
}

.arrow-year:before{
  content: " ";
  position: absolute;
  top: 20px;
  left: -16%;
  width: 55px;
  border-top: 1px solid #0066CC;
}

.arrow-square{
  content: " ";
  position: absolute;
  top: -6px;
  left: calc(-20.5% - 27px);
  width: 54px;
  height: 54px;
  background: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.arrow-square:after{
  content: "";
  position: absolute;
  bottom: 100%;
  left: calc(50% - 4px);
  border-right: 1px solid #0066CC;
  border-bottom: 1px solid #0066CC;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 4px;
  height: 4px;
}

.arrow-square span{
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #0066CC;
}

.arrow-text{
  padding-right: 230px;
  position: relative;
  font-size: 14px;
  line-height: 21px;
}

.about-who .example-quote{
  opacity: 1;
  padding-bottom: 48px;
  padding-left: 27.8%;
  margin-top: 82px;
  margin-bottom: 80px;
}

.about-who .example-quote-photo{
  left: 2.8%;
}

.about-who .example-quote blockquote{
  max-width: 680px;
  padding-bottom: 17px;
}

.about-production .catalog-cats-item{
  height: 300px;
}

.about-production .catalog-cats-img{
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.about-production .catalog-cats-img img{
  opacity: 0;
}

.about-production .catalog-cats-img:before{
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.about-production .catalog-cats-img:hover:before{
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.about-production .text-and-stat{
  margin-top: 35px;
  margin-bottom: 75px;
}

.about-experience .block.dark{
  margin-top: 35px;
  min-height: 630px;
  margin-bottom: 45px;
}

.about-experience .text-and-stat{
  min-height: 243px;
  margin-bottom: 90px;
}

.about-experience .text-and-stat.long{
  padding-right: 65%;
}

.about-experience .text-and-stat.long h2{
  margin-bottom: 8px;
}

.about-experience .text-and-stat.tall{
  padding-right: 43%;
}

.about-experience .example-quote{
  opacity: 1;
  padding-left: 43.5%;
  margin-top: 55px;
  padding-bottom: 32px;
  margin-bottom: 145px;
}

.about-experience .example-quote blockquote{
  margin-bottom: 28px;
}

.about-experience .slider{
  margin-top: 60px;
}

.about-experience-gallery{
  margin-bottom: 96px;
}

.about-experience-map{
  margin-bottom: 40px;
}

.about-experience-map .map{
  margin-top: 45px;
}

.about-experience .slide-text{
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 20px;
  background-color: rgba(0, 102, 204, 0.7);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 0;
}

.about-experience .slide-text:before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  padding-bottom: 44.44%;
  height: 100%;
  width: 100%;
  mix-blend-mode: multiply;
  background-image: inherit;
  background-blend-mode: multiply;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.about-experience .slide-text-bg{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.about-experience .slide-text h4{
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

.about-personal .block.dark{
  min-height: 544px;
  background-position: 50% 50%;
  margin-top: 35px;
}

.about-personal .text-and-stat{
  margin-top: 40px;
}

.about-personal-tabs .menu-item a{
  font-size: 16px;
  line-height: 24px;
  padding: 11px 29px 11px;
  border-radius: 50px;
  margin-bottom: 20px;
  border: 1px solid #0066CC;
}

.about-personal-tabs .tabs{
  padding-top: 98px;
}

.about-personal-tabs .pagecontent-nav-wrap{
  width: 70%;
  margin: 0 auto;
}

.about-personal-tabs .pagecontent-nav-wrap li{
  margin: 0 20px;
}

.about-personal-tabs-content .tabcontent{
  display: none;
}

.about-personal-tabs-content .tabcontent.active{
  display: block;
}

.about-personal-tabs-title{
  position: absolute;
  max-width: 380px;
  top: -10px;
}

.about-personal-tabs-title .section-specifications{
  color: #0066CC;
  position: relative;
  padding-left: 30px;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
}

.about-personal-tabs-title .section-specifications:before{
  content: "";
  position: absolute;
  top: -3px;
  left: -2px;
  width: 25px;
  height: 31px;
  background: url("../img/icons/user.svg");
  background-size: cover;
}

.about-personal-tabs-title .section-title{
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 32px;
  overflow: visible;
}

.about-personal .textimg-content{
  padding-top: 240px;
}

.about-personal .textimg-content-img{
  left: 40%;
}

.about-personal .block .textimg-block{
  padding-top: 0;
  padding-bottom: 20px;
}

.about-personal .textimg-content{
  margin-top: 40px;
}

.about-personal .textimg-content-text{
  max-width: 660px;
  padding: 34px 31px 40px;
}

.about-personal .textimg-content-text:before{
  top: 27px;
  left: -35px;
}

.about-warranty-documents{
  margin-top: 252px;
  background-color: #F2F7FC;
  background-size: 50%;
  padding-bottom: 60px;
}

.about-warranty .documents-img{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-top: -100px;
}

.about-warranty .documents-img__item{
  width: 248px;
  min-width: 207px;
  margin-right: 20px;
}

.about-warranty .documents-img__item img{
  width: 100%;
}

.about-warranty .documents-text{
  margin-top: auto;
  margin-bottom: -7px;
  padding-right: 65px;
}

.about-warranty .documents-text p{
  display: block;
}

.about-warranty .documents-block{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-right: 30px;
  margin-left: 82px;
}

.about-warranty .text-and-stat{
  margin-top: 32px;
  margin-bottom: 60px;
}

.about-warranty .text-and-stat h2{
  margin-bottom: 14px;
}

.about-warranty .text-and-stat li{
  margin-bottom: 0;
}

.about-warranty .target-block{
  margin-top: 108px;
  padding-top: 75px;
  margin-bottom: 68px;
}

.about-warranty .target-block-img{
  left: auto;
  right: 0;
  top: 198px;
  max-width: 955px;
  width: 45%;
}

.about-warranty .target-block-img:before{
  content: "";
  border: 1px solid #FFFFFF;
  height: 100%;
  width: 100%;
  left: -24px;
  right: -600px;
  top: 24px;
}

.about-warranty .target-block-content{
  margin-left: 0;
  padding-left: 0;
  margin-right: 40%;
}

.about-warranty .target-list{
  display: block;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin-top: 56px;
  max-width: none;
  margin-left: 0;
}

.about-warranty .target-list-item{
  width: 100%;
  position: relative;
  padding-left: 0;
}

.about-warranty .target-list-item-text{
  padding-left: 63px;
  padding-right: 65px;
}

.about-warranty .target-list-item-icon{
  position: absolute;
  top: 0;
  left: 0;
}

.about-warranty .target-block-content h2,
.about-warranty .target-block-content .h2{
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 28px;
}

.about-warranty-additionally{
  width: 597px;
  padding-top: 28px;
  padding-left: 75px;
  padding-right: 10px;
  padding-bottom: 25px;
  color: #0066CC;
  background: #FFFFFF;
  margin-bottom: 100px;
}

.about-warranty-additionally .target-list-item{
  margin-bottom: 0;
}

.tabs-nav{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  margin: 0 20px -1px;
  position: relative;
  z-index: 1;
}

.tabs-nav-item{
  margin: 0 4px;
  background: #0066CC;
  color: #FFFFFF;
  border: 1px solid #0066CC;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
}

.tabs-nav-item a{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  min-height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-width: 169px;
  text-align: center;
  padding: 12px 32px;
  font-weight: 500;
  font-size: 18px;
  -webkit-transition: none;
  transition: none;
  color: #FFFFFF;
  line-height: normal;
}

.tabs-nav-item.active{
  margin-top: -8px;
  background: #F2F7FC;
}

.tabs-nav-item.active a{
  padding-top: 17px;
  color: #0066CC;
}

.tabs-content{
  border: 1px solid #0066CC;
  background: #F2F7FC;
  border-radius: 5px;
}

.tabs-block{
  display: none;
  padding: 58px 50px;
}

.tabs-block.active{
  display: block;
}

.tabs-block-mobile-title{
  display: none;
  padding: 15px 40px 15px 21px;
  background: #0066CC;
  color: #FFFFFF;
  border: none;
  width: 100%;
  outline: none !important;
  text-align: left;
  position: relative;
}

.tabs-block-mobile-title:after{
  content: "";
  position: absolute;
  bottom: 50%;
  right: 21px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-bottom: -4px;
}

.order-block{
  background: url("../img/background/light-bg.jpg") no-repeat 50% 50%;
  background-size: cover;
  margin-top: 78px;
}

.order-block .wrapper{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.order-block-image{
  margin: -159px 7px -47px -95px;
  width: 50%;
}

.order-block-form{
  padding: 40px 42px;
  border: 1px solid #0066CC;
  position: relative;
  z-index: 2;
  margin-top: -126px;
  width: 389px;
  line-height: normal;
}

.order-block-form:before{
  content: " ";
  position: absolute;
  top: -13px;
  right: -12px;
  left: 9px;
  height: 100%;
  border: 1px solid #0066CC;
  z-index: -1;
}

.order-block-form:after{
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #FFFFFF;
}

.order-block-form .form-control,
.order-block-form .jq-selectbox__select-text,
.order-block-form .jq-checkbox,
.order-block-form .jq-radio,
.order-block-form .input-text,
.order-block-form .select2-selection__rendered,
.order-block-form .jq-file{
  padding: 6px 12px;
}

.order-block-form .jq-selectbox__select-text{
  height: 36px;
  min-height: 36px;
  padding-right: 36px;
}

.order-block-form .btn{
  margin-top: 36px;
}

.order-block-form .form > .form-group:last-child{
  margin-bottom: 0;
}

.order-block.single-form{
  margin-top: 0;
}

.order-block.single-form .order-block-form{
  margin: 34px auto 0;
  width: 100%;
  max-width: 605px;
  border: none;
  box-shadow: 5px 5px 20px rgba(0, 102, 204, 0.2);
}

.order-block.single-form .wrapper{
  display: block;
}

.modal-content{
  padding: 25px;
}

.modal-header,
.modal-body,
.modal-footer{
  padding: 21px;
}

.modal-header{
  font-size: 24px;
  line-height: 1.35em;
  font-weight: 500;
}

.modal-close{
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 10;
  display: none;
}

.modal-close svg{
  fill: #E0E0E0;
}

.modal .modal-dialog{
  z-index: 10;
  margin: 48px auto;
}

.modal .modal-dialog:before{
  content: "";
  position: absolute;
  top: -16px;
  right: -16px;
  border: 1px solid #FFFFFF;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.modal .form{
  margin-bottom: -24px;
}

.share{
  width: 90%;
  max-width: 823px;
  margin: 0 auto;
  color: #B0B0B0;
  font-size: 16px;
}

.share-block{
  border: 1px solid #E0E0E0;
  padding: 38px 48px;
}

.page-text + .share-block{
  border-top: none;
}

.share-block .socials{
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 20px;
}

.share-block .socials li{
  margin-bottom: 0;
}

.share-block .socials-item a{
  width: 36px;
  height: 36px;
  line-height: 36px;
}

.share-block .socials-item a i{
  font-size: 20px;
}

.share-block .single-tags-wrap{
  margin-left: auto;
  margin-right: auto;
  max-width: 823px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: -20px;
}

.share-block .single-tags-wrap .tags-block{
  padding: 0;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
  color: #B0B0B0;
  white-space: nowrap;
  margin-right: 20px;
}

.share-block .single-tags-wrap .tags-block ul{
  display: inline-block;
  vertical-align: top;
  margin: -4px 0 0 0;
  white-space: normal;
}

.share-block .single-tags-wrap .share{
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
}

.tags{
  margin-left: -20px;
  margin-bottom: -8px;
}

.tags-block{
  padding: 40px 0;
  margin-bottom: 40px;
}

.tags-block h5,
.tags-block .h5{
  font-weight: 500;
}

.tags li{
  display: inline-block;
  vertical-align: top;
  margin: 0 0 20px 20px;
}

.tags li a,
.tags li span{
  border-radius: 3px;
  color: #B0B0B0;
  border: 1px solid;
  display: inline-block;
  padding: 5px 20px;
  background: #FFFFFF;
}

.tags li:hover a,
.tags li:hover span{
  color: #0066CC;
}

.tags li.active a,
.tags li.active span{
  color: #FFFFFF;
  background-color: #0066CC;
  border-color: #0066CC;
}

@media (min-width: 576px){
  .col-xs{
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xs-first{
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    order: -1;
  }

  .order-xs-last{
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    order: 13;
  }

  .order-xs-0{
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    order: 0;
  }

  .order-xs-1{
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
  }

  .order-xs-2{
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
  }

  .order-xs-3{
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3;
  }

  .order-xs-4{
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    order: 4;
  }

  .order-xs-5{
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    order: 5;
  }

  .order-xs-6{
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    order: 6;
  }

  .order-xs-7{
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    order: 7;
  }

  .order-xs-8{
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    order: 8;
  }

  .order-xs-9{
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    order: 9;
  }

  .order-xs-10{
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    order: 10;
  }

  .order-xs-11{
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    order: 11;
  }

  .order-xs-12{
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    order: 12;
  }

  .offset-xs-0{
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-xs-flex{
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
  }

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

  .flex-xs-row{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xs-column{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xs-row-reverse{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xs-column-reverse{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

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

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

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

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

  .flex-xs-grow-0{
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xs-grow-1{
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    flex-grow: 1 !important;
  }

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

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

  .justify-content-xs-start{
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xs-end{
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xs-center{
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }

  .justify-content-xs-between{
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
  }

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

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

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

  .align-items-xs-center{
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
  }

  .align-items-xs-baseline{
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xs-stretch{
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    align-items: stretch !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .float-xs-left{
    float: left !important;
  }

  .float-xs-right{
    float: right !important;
  }

  .float-xs-none{
    float: none !important;
  }

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

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

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

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

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

  .m-xs-1{
    margin: 16.0px !important;
  }

  .mt-xs-1,
  .my-xs-1{
    margin-top: 16.0px !important;
  }

  .mr-xs-1,
  .mx-xs-1{
    margin-right: 16.0px !important;
  }

  .mb-xs-1,
  .my-xs-1{
    margin-bottom: 16.0px !important;
  }

  .ml-xs-1,
  .mx-xs-1{
    margin-left: 16.0px !important;
  }

  .m-xs-2{
    margin: 24px !important;
  }

  .mt-xs-2,
  .my-xs-2{
    margin-top: 24px !important;
  }

  .mr-xs-2,
  .mx-xs-2{
    margin-right: 24px !important;
  }

  .mb-xs-2,
  .my-xs-2{
    margin-bottom: 24px !important;
  }

  .ml-xs-2,
  .mx-xs-2{
    margin-left: 24px !important;
  }

  .m-xs-3{
    margin: 48px !important;
  }

  .mt-xs-3,
  .my-xs-3{
    margin-top: 48px !important;
  }

  .mr-xs-3,
  .mx-xs-3{
    margin-right: 48px !important;
  }

  .mb-xs-3,
  .my-xs-3{
    margin-bottom: 48px !important;
  }

  .ml-xs-3,
  .mx-xs-3{
    margin-left: 48px !important;
  }

  .m-xs-4{
    margin: 64.0px !important;
  }

  .mt-xs-4,
  .my-xs-4{
    margin-top: 64.0px !important;
  }

  .mr-xs-4,
  .mx-xs-4{
    margin-right: 64.0px !important;
  }

  .mb-xs-4,
  .my-xs-4{
    margin-bottom: 64.0px !important;
  }

  .ml-xs-4,
  .mx-xs-4{
    margin-left: 64.0px !important;
  }

  .m-xs-5{
    margin: 88px !important;
  }

  .mt-xs-5,
  .my-xs-5{
    margin-top: 88px !important;
  }

  .mr-xs-5,
  .mx-xs-5{
    margin-right: 88px !important;
  }

  .mb-xs-5,
  .my-xs-5{
    margin-bottom: 88px !important;
  }

  .ml-xs-5,
  .mx-xs-5{
    margin-left: 88px !important;
  }

  .m-xs-6{
    margin: 104px !important;
  }

  .mt-xs-6,
  .my-xs-6{
    margin-top: 104px !important;
  }

  .mr-xs-6,
  .mx-xs-6{
    margin-right: 104px !important;
  }

  .mb-xs-6,
  .my-xs-6{
    margin-bottom: 104px !important;
  }

  .ml-xs-6,
  .mx-xs-6{
    margin-left: 104px !important;
  }

  .m-xs-mob3{
    margin: 32px !important;
  }

  .mt-xs-mob3,
  .my-xs-mob3{
    margin-top: 32px !important;
  }

  .mr-xs-mob3,
  .mx-xs-mob3{
    margin-right: 32px !important;
  }

  .mb-xs-mob3,
  .my-xs-mob3{
    margin-bottom: 32px !important;
  }

  .ml-xs-mob3,
  .mx-xs-mob3{
    margin-left: 32px !important;
  }

  .m-xs-mob4{
    margin: 48px !important;
  }

  .mt-xs-mob4,
  .my-xs-mob4{
    margin-top: 48px !important;
  }

  .mr-xs-mob4,
  .mx-xs-mob4{
    margin-right: 48px !important;
  }

  .mb-xs-mob4,
  .my-xs-mob4{
    margin-bottom: 48px !important;
  }

  .ml-xs-mob4,
  .mx-xs-mob4{
    margin-left: 48px !important;
  }

  .m-xs-mob5{
    margin: 64px !important;
  }

  .mt-xs-mob5,
  .my-xs-mob5{
    margin-top: 64px !important;
  }

  .mr-xs-mob5,
  .mx-xs-mob5{
    margin-right: 64px !important;
  }

  .mb-xs-mob5,
  .my-xs-mob5{
    margin-bottom: 64px !important;
  }

  .ml-xs-mob5,
  .mx-xs-mob5{
    margin-left: 64px !important;
  }

  .m-xs-mob6{
    margin: 88px !important;
  }

  .mt-xs-mob6,
  .my-xs-mob6{
    margin-top: 88px !important;
  }

  .mr-xs-mob6,
  .mx-xs-mob6{
    margin-right: 88px !important;
  }

  .mb-xs-mob6,
  .my-xs-mob6{
    margin-bottom: 88px !important;
  }

  .ml-xs-mob6,
  .mx-xs-mob6{
    margin-left: 88px !important;
  }

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

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

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

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

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

  .p-xs-1{
    padding: 16.0px !important;
  }

  .pt-xs-1,
  .py-xs-1{
    padding-top: 16.0px !important;
  }

  .pr-xs-1,
  .px-xs-1{
    padding-right: 16.0px !important;
  }

  .pb-xs-1,
  .py-xs-1{
    padding-bottom: 16.0px !important;
  }

  .pl-xs-1,
  .px-xs-1{
    padding-left: 16.0px !important;
  }

  .p-xs-2{
    padding: 24px !important;
  }

  .pt-xs-2,
  .py-xs-2{
    padding-top: 24px !important;
  }

  .pr-xs-2,
  .px-xs-2{
    padding-right: 24px !important;
  }

  .pb-xs-2,
  .py-xs-2{
    padding-bottom: 24px !important;
  }

  .pl-xs-2,
  .px-xs-2{
    padding-left: 24px !important;
  }

  .p-xs-3{
    padding: 48px !important;
  }

  .pt-xs-3,
  .py-xs-3{
    padding-top: 48px !important;
  }

  .pr-xs-3,
  .px-xs-3{
    padding-right: 48px !important;
  }

  .pb-xs-3,
  .py-xs-3{
    padding-bottom: 48px !important;
  }

  .pl-xs-3,
  .px-xs-3{
    padding-left: 48px !important;
  }

  .p-xs-4{
    padding: 64.0px !important;
  }

  .pt-xs-4,
  .py-xs-4{
    padding-top: 64.0px !important;
  }

  .pr-xs-4,
  .px-xs-4{
    padding-right: 64.0px !important;
  }

  .pb-xs-4,
  .py-xs-4{
    padding-bottom: 64.0px !important;
  }

  .pl-xs-4,
  .px-xs-4{
    padding-left: 64.0px !important;
  }

  .p-xs-5{
    padding: 88px !important;
  }

  .pt-xs-5,
  .py-xs-5{
    padding-top: 88px !important;
  }

  .pr-xs-5,
  .px-xs-5{
    padding-right: 88px !important;
  }

  .pb-xs-5,
  .py-xs-5{
    padding-bottom: 88px !important;
  }

  .pl-xs-5,
  .px-xs-5{
    padding-left: 88px !important;
  }

  .p-xs-6{
    padding: 104px !important;
  }

  .pt-xs-6,
  .py-xs-6{
    padding-top: 104px !important;
  }

  .pr-xs-6,
  .px-xs-6{
    padding-right: 104px !important;
  }

  .pb-xs-6,
  .py-xs-6{
    padding-bottom: 104px !important;
  }

  .pl-xs-6,
  .px-xs-6{
    padding-left: 104px !important;
  }

  .p-xs-mob3{
    padding: 32px !important;
  }

  .pt-xs-mob3,
  .py-xs-mob3{
    padding-top: 32px !important;
  }

  .pr-xs-mob3,
  .px-xs-mob3{
    padding-right: 32px !important;
  }

  .pb-xs-mob3,
  .py-xs-mob3{
    padding-bottom: 32px !important;
  }

  .pl-xs-mob3,
  .px-xs-mob3{
    padding-left: 32px !important;
  }

  .p-xs-mob4{
    padding: 48px !important;
  }

  .pt-xs-mob4,
  .py-xs-mob4{
    padding-top: 48px !important;
  }

  .pr-xs-mob4,
  .px-xs-mob4{
    padding-right: 48px !important;
  }

  .pb-xs-mob4,
  .py-xs-mob4{
    padding-bottom: 48px !important;
  }

  .pl-xs-mob4,
  .px-xs-mob4{
    padding-left: 48px !important;
  }

  .p-xs-mob5{
    padding: 64px !important;
  }

  .pt-xs-mob5,
  .py-xs-mob5{
    padding-top: 64px !important;
  }

  .pr-xs-mob5,
  .px-xs-mob5{
    padding-right: 64px !important;
  }

  .pb-xs-mob5,
  .py-xs-mob5{
    padding-bottom: 64px !important;
  }

  .pl-xs-mob5,
  .px-xs-mob5{
    padding-left: 64px !important;
  }

  .p-xs-mob6{
    padding: 88px !important;
  }

  .pt-xs-mob6,
  .py-xs-mob6{
    padding-top: 88px !important;
  }

  .pr-xs-mob6,
  .px-xs-mob6{
    padding-right: 88px !important;
  }

  .pb-xs-mob6,
  .py-xs-mob6{
    padding-bottom: 88px !important;
  }

  .pl-xs-mob6,
  .px-xs-mob6{
    padding-left: 88px !important;
  }

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

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

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

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

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

@media (min-width: 768px){
  .container{
    max-width: 960px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first{
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    order: -1;
  }

  .order-sm-last{
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    order: 13;
  }

  .order-sm-0{
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    order: 0;
  }

  .order-sm-1{
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
  }

  .order-sm-2{
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
  }

  .order-sm-3{
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3;
  }

  .order-sm-4{
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    order: 4;
  }

  .order-sm-5{
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    order: 5;
  }

  .order-sm-6{
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    order: 6;
  }

  .order-sm-7{
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    order: 7;
  }

  .order-sm-8{
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    order: 8;
  }

  .order-sm-9{
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    order: 9;
  }

  .order-sm-10{
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    order: 10;
  }

  .order-sm-11{
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    order: 11;
  }

  .order-sm-12{
    -webkit-box-ordinal-group: 13;
    -webkit-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%;
  }

  .form-inline label{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control{
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext{
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select{
    width: auto;
  }

  .form-inline .form-check{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input{
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control{
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .form-inline .custom-control-label{
    margin-bottom: 0;
  }

  .modal-dialog{
    max-width: 590px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered{
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-dialog-centered::before{
    height: calc(100vh - (1.75rem * 2));
  }

  .modal-sm{
    max-width: 389px;
  }

  .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: -webkit-flex !important;
    display: flex !important;
  }

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

  .flex-sm-row{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

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

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

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

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

  .flex-sm-grow-0{
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1{
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    flex-grow: 1 !important;
  }

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

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

  .justify-content-sm-start{
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end{
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center{
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between{
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
  }

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

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

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

  .align-items-sm-center{
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline{
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch{
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    align-items: stretch !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .float-sm-left{
    float: left !important;
  }

  .float-sm-right{
    float: right !important;
  }

  .float-sm-none{
    float: none !important;
  }

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

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

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

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

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

  .m-sm-1{
    margin: 16.0px !important;
  }

  .mt-sm-1,
  .my-sm-1{
    margin-top: 16.0px !important;
  }

  .mr-sm-1,
  .mx-sm-1{
    margin-right: 16.0px !important;
  }

  .mb-sm-1,
  .my-sm-1{
    margin-bottom: 16.0px !important;
  }

  .ml-sm-1,
  .mx-sm-1{
    margin-left: 16.0px !important;
  }

  .m-sm-2{
    margin: 24px !important;
  }

  .mt-sm-2,
  .my-sm-2{
    margin-top: 24px !important;
  }

  .mr-sm-2,
  .mx-sm-2{
    margin-right: 24px !important;
  }

  .mb-sm-2,
  .my-sm-2{
    margin-bottom: 24px !important;
  }

  .ml-sm-2,
  .mx-sm-2{
    margin-left: 24px !important;
  }

  .m-sm-3{
    margin: 48px !important;
  }

  .mt-sm-3,
  .my-sm-3{
    margin-top: 48px !important;
  }

  .mr-sm-3,
  .mx-sm-3{
    margin-right: 48px !important;
  }

  .mb-sm-3,
  .my-sm-3{
    margin-bottom: 48px !important;
  }

  .ml-sm-3,
  .mx-sm-3{
    margin-left: 48px !important;
  }

  .m-sm-4{
    margin: 64.0px !important;
  }

  .mt-sm-4,
  .my-sm-4{
    margin-top: 64.0px !important;
  }

  .mr-sm-4,
  .mx-sm-4{
    margin-right: 64.0px !important;
  }

  .mb-sm-4,
  .my-sm-4{
    margin-bottom: 64.0px !important;
  }

  .ml-sm-4,
  .mx-sm-4{
    margin-left: 64.0px !important;
  }

  .m-sm-5{
    margin: 88px !important;
  }

  .mt-sm-5,
  .my-sm-5{
    margin-top: 88px !important;
  }

  .mr-sm-5,
  .mx-sm-5{
    margin-right: 88px !important;
  }

  .mb-sm-5,
  .my-sm-5{
    margin-bottom: 88px !important;
  }

  .ml-sm-5,
  .mx-sm-5{
    margin-left: 88px !important;
  }

  .m-sm-6{
    margin: 104px !important;
  }

  .mt-sm-6,
  .my-sm-6{
    margin-top: 104px !important;
  }

  .mr-sm-6,
  .mx-sm-6{
    margin-right: 104px !important;
  }

  .mb-sm-6,
  .my-sm-6{
    margin-bottom: 104px !important;
  }

  .ml-sm-6,
  .mx-sm-6{
    margin-left: 104px !important;
  }

  .m-sm-mob3{
    margin: 32px !important;
  }

  .mt-sm-mob3,
  .my-sm-mob3{
    margin-top: 32px !important;
  }

  .mr-sm-mob3,
  .mx-sm-mob3{
    margin-right: 32px !important;
  }

  .mb-sm-mob3,
  .my-sm-mob3{
    margin-bottom: 32px !important;
  }

  .ml-sm-mob3,
  .mx-sm-mob3{
    margin-left: 32px !important;
  }

  .m-sm-mob4{
    margin: 48px !important;
  }

  .mt-sm-mob4,
  .my-sm-mob4{
    margin-top: 48px !important;
  }

  .mr-sm-mob4,
  .mx-sm-mob4{
    margin-right: 48px !important;
  }

  .mb-sm-mob4,
  .my-sm-mob4{
    margin-bottom: 48px !important;
  }

  .ml-sm-mob4,
  .mx-sm-mob4{
    margin-left: 48px !important;
  }

  .m-sm-mob5{
    margin: 64px !important;
  }

  .mt-sm-mob5,
  .my-sm-mob5{
    margin-top: 64px !important;
  }

  .mr-sm-mob5,
  .mx-sm-mob5{
    margin-right: 64px !important;
  }

  .mb-sm-mob5,
  .my-sm-mob5{
    margin-bottom: 64px !important;
  }

  .ml-sm-mob5,
  .mx-sm-mob5{
    margin-left: 64px !important;
  }

  .m-sm-mob6{
    margin: 88px !important;
  }

  .mt-sm-mob6,
  .my-sm-mob6{
    margin-top: 88px !important;
  }

  .mr-sm-mob6,
  .mx-sm-mob6{
    margin-right: 88px !important;
  }

  .mb-sm-mob6,
  .my-sm-mob6{
    margin-bottom: 88px !important;
  }

  .ml-sm-mob6,
  .mx-sm-mob6{
    margin-left: 88px !important;
  }

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

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

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

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

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

  .p-sm-1{
    padding: 16.0px !important;
  }

  .pt-sm-1,
  .py-sm-1{
    padding-top: 16.0px !important;
  }

  .pr-sm-1,
  .px-sm-1{
    padding-right: 16.0px !important;
  }

  .pb-sm-1,
  .py-sm-1{
    padding-bottom: 16.0px !important;
  }

  .pl-sm-1,
  .px-sm-1{
    padding-left: 16.0px !important;
  }

  .p-sm-2{
    padding: 24px !important;
  }

  .pt-sm-2,
  .py-sm-2{
    padding-top: 24px !important;
  }

  .pr-sm-2,
  .px-sm-2{
    padding-right: 24px !important;
  }

  .pb-sm-2,
  .py-sm-2{
    padding-bottom: 24px !important;
  }

  .pl-sm-2,
  .px-sm-2{
    padding-left: 24px !important;
  }

  .p-sm-3{
    padding: 48px !important;
  }

  .pt-sm-3,
  .py-sm-3{
    padding-top: 48px !important;
  }

  .pr-sm-3,
  .px-sm-3{
    padding-right: 48px !important;
  }

  .pb-sm-3,
  .py-sm-3{
    padding-bottom: 48px !important;
  }

  .pl-sm-3,
  .px-sm-3{
    padding-left: 48px !important;
  }

  .p-sm-4{
    padding: 64.0px !important;
  }

  .pt-sm-4,
  .py-sm-4{
    padding-top: 64.0px !important;
  }

  .pr-sm-4,
  .px-sm-4{
    padding-right: 64.0px !important;
  }

  .pb-sm-4,
  .py-sm-4{
    padding-bottom: 64.0px !important;
  }

  .pl-sm-4,
  .px-sm-4{
    padding-left: 64.0px !important;
  }

  .p-sm-5{
    padding: 88px !important;
  }

  .pt-sm-5,
  .py-sm-5{
    padding-top: 88px !important;
  }

  .pr-sm-5,
  .px-sm-5{
    padding-right: 88px !important;
  }

  .pb-sm-5,
  .py-sm-5{
    padding-bottom: 88px !important;
  }

  .pl-sm-5,
  .px-sm-5{
    padding-left: 88px !important;
  }

  .p-sm-6{
    padding: 104px !important;
  }

  .pt-sm-6,
  .py-sm-6{
    padding-top: 104px !important;
  }

  .pr-sm-6,
  .px-sm-6{
    padding-right: 104px !important;
  }

  .pb-sm-6,
  .py-sm-6{
    padding-bottom: 104px !important;
  }

  .pl-sm-6,
  .px-sm-6{
    padding-left: 104px !important;
  }

  .p-sm-mob3{
    padding: 32px !important;
  }

  .pt-sm-mob3,
  .py-sm-mob3{
    padding-top: 32px !important;
  }

  .pr-sm-mob3,
  .px-sm-mob3{
    padding-right: 32px !important;
  }

  .pb-sm-mob3,
  .py-sm-mob3{
    padding-bottom: 32px !important;
  }

  .pl-sm-mob3,
  .px-sm-mob3{
    padding-left: 32px !important;
  }

  .p-sm-mob4{
    padding: 48px !important;
  }

  .pt-sm-mob4,
  .py-sm-mob4{
    padding-top: 48px !important;
  }

  .pr-sm-mob4,
  .px-sm-mob4{
    padding-right: 48px !important;
  }

  .pb-sm-mob4,
  .py-sm-mob4{
    padding-bottom: 48px !important;
  }

  .pl-sm-mob4,
  .px-sm-mob4{
    padding-left: 48px !important;
  }

  .p-sm-mob5{
    padding: 64px !important;
  }

  .pt-sm-mob5,
  .py-sm-mob5{
    padding-top: 64px !important;
  }

  .pr-sm-mob5,
  .px-sm-mob5{
    padding-right: 64px !important;
  }

  .pb-sm-mob5,
  .py-sm-mob5{
    padding-bottom: 64px !important;
  }

  .pl-sm-mob5,
  .px-sm-mob5{
    padding-left: 64px !important;
  }

  .p-sm-mob6{
    padding: 88px !important;
  }

  .pt-sm-mob6,
  .py-sm-mob6{
    padding-top: 88px !important;
  }

  .pr-sm-mob6,
  .px-sm-mob6{
    padding-right: 88px !important;
  }

  .pb-sm-mob6,
  .py-sm-mob6{
    padding-bottom: 88px !important;
  }

  .pl-sm-mob6,
  .px-sm-mob6{
    padding-left: 88px !important;
  }

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

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

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

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

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

@media (min-width: 1023px){
  .container{
    max-width: 972px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first{
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    order: -1;
  }

  .order-md-last{
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    order: 13;
  }

  .order-md-0{
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    order: 0;
  }

  .order-md-1{
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
  }

  .order-md-2{
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
  }

  .order-md-3{
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3;
  }

  .order-md-4{
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    order: 4;
  }

  .order-md-5{
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    order: 5;
  }

  .order-md-6{
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    order: 6;
  }

  .order-md-7{
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    order: 7;
  }

  .order-md-8{
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    order: 8;
  }

  .order-md-9{
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    order: 9;
  }

  .order-md-10{
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    order: 10;
  }

  .order-md-11{
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    order: 11;
  }

  .order-md-12{
    -webkit-box-ordinal-group: 13;
    -webkit-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%;
  }

  .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: -webkit-flex !important;
    display: flex !important;
  }

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

  .flex-md-row{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

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

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

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

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

  .flex-md-grow-0{
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1{
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    flex-grow: 1 !important;
  }

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

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

  .justify-content-md-start{
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end{
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center{
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between{
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
  }

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

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

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

  .align-items-md-center{
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline{
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch{
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    align-items: stretch !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .float-md-left{
    float: left !important;
  }

  .float-md-right{
    float: right !important;
  }

  .float-md-none{
    float: none !important;
  }

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

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

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

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

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

  .m-md-1{
    margin: 16.0px !important;
  }

  .mt-md-1,
  .my-md-1{
    margin-top: 16.0px !important;
  }

  .mr-md-1,
  .mx-md-1{
    margin-right: 16.0px !important;
  }

  .mb-md-1,
  .my-md-1{
    margin-bottom: 16.0px !important;
  }

  .ml-md-1,
  .mx-md-1{
    margin-left: 16.0px !important;
  }

  .m-md-2{
    margin: 24px !important;
  }

  .mt-md-2,
  .my-md-2{
    margin-top: 24px !important;
  }

  .mr-md-2,
  .mx-md-2{
    margin-right: 24px !important;
  }

  .mb-md-2,
  .my-md-2{
    margin-bottom: 24px !important;
  }

  .ml-md-2,
  .mx-md-2{
    margin-left: 24px !important;
  }

  .m-md-3{
    margin: 48px !important;
  }

  .mt-md-3,
  .my-md-3{
    margin-top: 48px !important;
  }

  .mr-md-3,
  .mx-md-3{
    margin-right: 48px !important;
  }

  .mb-md-3,
  .my-md-3{
    margin-bottom: 48px !important;
  }

  .ml-md-3,
  .mx-md-3{
    margin-left: 48px !important;
  }

  .m-md-4{
    margin: 64.0px !important;
  }

  .mt-md-4,
  .my-md-4{
    margin-top: 64.0px !important;
  }

  .mr-md-4,
  .mx-md-4{
    margin-right: 64.0px !important;
  }

  .mb-md-4,
  .my-md-4{
    margin-bottom: 64.0px !important;
  }

  .ml-md-4,
  .mx-md-4{
    margin-left: 64.0px !important;
  }

  .m-md-5{
    margin: 88px !important;
  }

  .mt-md-5,
  .my-md-5{
    margin-top: 88px !important;
  }

  .mr-md-5,
  .mx-md-5{
    margin-right: 88px !important;
  }

  .mb-md-5,
  .my-md-5{
    margin-bottom: 88px !important;
  }

  .ml-md-5,
  .mx-md-5{
    margin-left: 88px !important;
  }

  .m-md-6{
    margin: 104px !important;
  }

  .mt-md-6,
  .my-md-6{
    margin-top: 104px !important;
  }

  .mr-md-6,
  .mx-md-6{
    margin-right: 104px !important;
  }

  .mb-md-6,
  .my-md-6{
    margin-bottom: 104px !important;
  }

  .ml-md-6,
  .mx-md-6{
    margin-left: 104px !important;
  }

  .m-md-mob3{
    margin: 32px !important;
  }

  .mt-md-mob3,
  .my-md-mob3{
    margin-top: 32px !important;
  }

  .mr-md-mob3,
  .mx-md-mob3{
    margin-right: 32px !important;
  }

  .mb-md-mob3,
  .my-md-mob3{
    margin-bottom: 32px !important;
  }

  .ml-md-mob3,
  .mx-md-mob3{
    margin-left: 32px !important;
  }

  .m-md-mob4{
    margin: 48px !important;
  }

  .mt-md-mob4,
  .my-md-mob4{
    margin-top: 48px !important;
  }

  .mr-md-mob4,
  .mx-md-mob4{
    margin-right: 48px !important;
  }

  .mb-md-mob4,
  .my-md-mob4{
    margin-bottom: 48px !important;
  }

  .ml-md-mob4,
  .mx-md-mob4{
    margin-left: 48px !important;
  }

  .m-md-mob5{
    margin: 64px !important;
  }

  .mt-md-mob5,
  .my-md-mob5{
    margin-top: 64px !important;
  }

  .mr-md-mob5,
  .mx-md-mob5{
    margin-right: 64px !important;
  }

  .mb-md-mob5,
  .my-md-mob5{
    margin-bottom: 64px !important;
  }

  .ml-md-mob5,
  .mx-md-mob5{
    margin-left: 64px !important;
  }

  .m-md-mob6{
    margin: 88px !important;
  }

  .mt-md-mob6,
  .my-md-mob6{
    margin-top: 88px !important;
  }

  .mr-md-mob6,
  .mx-md-mob6{
    margin-right: 88px !important;
  }

  .mb-md-mob6,
  .my-md-mob6{
    margin-bottom: 88px !important;
  }

  .ml-md-mob6,
  .mx-md-mob6{
    margin-left: 88px !important;
  }

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

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

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

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

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

  .p-md-1{
    padding: 16.0px !important;
  }

  .pt-md-1,
  .py-md-1{
    padding-top: 16.0px !important;
  }

  .pr-md-1,
  .px-md-1{
    padding-right: 16.0px !important;
  }

  .pb-md-1,
  .py-md-1{
    padding-bottom: 16.0px !important;
  }

  .pl-md-1,
  .px-md-1{
    padding-left: 16.0px !important;
  }

  .p-md-2{
    padding: 24px !important;
  }

  .pt-md-2,
  .py-md-2{
    padding-top: 24px !important;
  }

  .pr-md-2,
  .px-md-2{
    padding-right: 24px !important;
  }

  .pb-md-2,
  .py-md-2{
    padding-bottom: 24px !important;
  }

  .pl-md-2,
  .px-md-2{
    padding-left: 24px !important;
  }

  .p-md-3{
    padding: 48px !important;
  }

  .pt-md-3,
  .py-md-3{
    padding-top: 48px !important;
  }

  .pr-md-3,
  .px-md-3{
    padding-right: 48px !important;
  }

  .pb-md-3,
  .py-md-3{
    padding-bottom: 48px !important;
  }

  .pl-md-3,
  .px-md-3{
    padding-left: 48px !important;
  }

  .p-md-4{
    padding: 64.0px !important;
  }

  .pt-md-4,
  .py-md-4{
    padding-top: 64.0px !important;
  }

  .pr-md-4,
  .px-md-4{
    padding-right: 64.0px !important;
  }

  .pb-md-4,
  .py-md-4{
    padding-bottom: 64.0px !important;
  }

  .pl-md-4,
  .px-md-4{
    padding-left: 64.0px !important;
  }

  .p-md-5{
    padding: 88px !important;
  }

  .pt-md-5,
  .py-md-5{
    padding-top: 88px !important;
  }

  .pr-md-5,
  .px-md-5{
    padding-right: 88px !important;
  }

  .pb-md-5,
  .py-md-5{
    padding-bottom: 88px !important;
  }

  .pl-md-5,
  .px-md-5{
    padding-left: 88px !important;
  }

  .p-md-6{
    padding: 104px !important;
  }

  .pt-md-6,
  .py-md-6{
    padding-top: 104px !important;
  }

  .pr-md-6,
  .px-md-6{
    padding-right: 104px !important;
  }

  .pb-md-6,
  .py-md-6{
    padding-bottom: 104px !important;
  }

  .pl-md-6,
  .px-md-6{
    padding-left: 104px !important;
  }

  .p-md-mob3{
    padding: 32px !important;
  }

  .pt-md-mob3,
  .py-md-mob3{
    padding-top: 32px !important;
  }

  .pr-md-mob3,
  .px-md-mob3{
    padding-right: 32px !important;
  }

  .pb-md-mob3,
  .py-md-mob3{
    padding-bottom: 32px !important;
  }

  .pl-md-mob3,
  .px-md-mob3{
    padding-left: 32px !important;
  }

  .p-md-mob4{
    padding: 48px !important;
  }

  .pt-md-mob4,
  .py-md-mob4{
    padding-top: 48px !important;
  }

  .pr-md-mob4,
  .px-md-mob4{
    padding-right: 48px !important;
  }

  .pb-md-mob4,
  .py-md-mob4{
    padding-bottom: 48px !important;
  }

  .pl-md-mob4,
  .px-md-mob4{
    padding-left: 48px !important;
  }

  .p-md-mob5{
    padding: 64px !important;
  }

  .pt-md-mob5,
  .py-md-mob5{
    padding-top: 64px !important;
  }

  .pr-md-mob5,
  .px-md-mob5{
    padding-right: 64px !important;
  }

  .pb-md-mob5,
  .py-md-mob5{
    padding-bottom: 64px !important;
  }

  .pl-md-mob5,
  .px-md-mob5{
    padding-left: 64px !important;
  }

  .p-md-mob6{
    padding: 88px !important;
  }

  .pt-md-mob6,
  .py-md-mob6{
    padding-top: 88px !important;
  }

  .pr-md-mob6,
  .px-md-mob6{
    padding-right: 88px !important;
  }

  .pb-md-mob6,
  .py-md-mob6{
    padding-bottom: 88px !important;
  }

  .pl-md-mob6,
  .px-md-mob6{
    padding-left: 88px !important;
  }

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

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

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

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

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

@media (min-width: 1320px){
  .container{
    max-width: 1230px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first{
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    order: -1;
  }

  .order-lg-last{
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    order: 13;
  }

  .order-lg-0{
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    order: 0;
  }

  .order-lg-1{
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
  }

  .order-lg-2{
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
  }

  .order-lg-3{
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3;
  }

  .order-lg-4{
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    order: 4;
  }

  .order-lg-5{
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    order: 5;
  }

  .order-lg-6{
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    order: 6;
  }

  .order-lg-7{
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    order: 7;
  }

  .order-lg-8{
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    order: 8;
  }

  .order-lg-9{
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    order: 9;
  }

  .order-lg-10{
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    order: 10;
  }

  .order-lg-11{
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    order: 11;
  }

  .order-lg-12{
    -webkit-box-ordinal-group: 13;
    -webkit-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%;
  }

  .modal-lg{
    max-width: 800px;
  }

  .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: -webkit-flex !important;
    display: flex !important;
  }

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

  .flex-lg-row{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

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

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

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

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

  .flex-lg-grow-0{
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1{
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    flex-grow: 1 !important;
  }

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

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

  .justify-content-lg-start{
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end{
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center{
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between{
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
  }

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

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

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

  .align-items-lg-center{
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline{
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch{
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    align-items: stretch !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .float-lg-left{
    float: left !important;
  }

  .float-lg-right{
    float: right !important;
  }

  .float-lg-none{
    float: none !important;
  }

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

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

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

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

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

  .m-lg-1{
    margin: 16.0px !important;
  }

  .mt-lg-1,
  .my-lg-1{
    margin-top: 16.0px !important;
  }

  .mr-lg-1,
  .mx-lg-1{
    margin-right: 16.0px !important;
  }

  .mb-lg-1,
  .my-lg-1{
    margin-bottom: 16.0px !important;
  }

  .ml-lg-1,
  .mx-lg-1{
    margin-left: 16.0px !important;
  }

  .m-lg-2{
    margin: 24px !important;
  }

  .mt-lg-2,
  .my-lg-2{
    margin-top: 24px !important;
  }

  .mr-lg-2,
  .mx-lg-2{
    margin-right: 24px !important;
  }

  .mb-lg-2,
  .my-lg-2{
    margin-bottom: 24px !important;
  }

  .ml-lg-2,
  .mx-lg-2{
    margin-left: 24px !important;
  }

  .m-lg-3{
    margin: 48px !important;
  }

  .mt-lg-3,
  .my-lg-3{
    margin-top: 48px !important;
  }

  .mr-lg-3,
  .mx-lg-3{
    margin-right: 48px !important;
  }

  .mb-lg-3,
  .my-lg-3{
    margin-bottom: 48px !important;
  }

  .ml-lg-3,
  .mx-lg-3{
    margin-left: 48px !important;
  }

  .m-lg-4{
    margin: 64.0px !important;
  }

  .mt-lg-4,
  .my-lg-4{
    margin-top: 64.0px !important;
  }

  .mr-lg-4,
  .mx-lg-4{
    margin-right: 64.0px !important;
  }

  .mb-lg-4,
  .my-lg-4{
    margin-bottom: 64.0px !important;
  }

  .ml-lg-4,
  .mx-lg-4{
    margin-left: 64.0px !important;
  }

  .m-lg-5{
    margin: 88px !important;
  }

  .mt-lg-5,
  .my-lg-5{
    margin-top: 88px !important;
  }

  .mr-lg-5,
  .mx-lg-5{
    margin-right: 88px !important;
  }

  .mb-lg-5,
  .my-lg-5{
    margin-bottom: 88px !important;
  }

  .ml-lg-5,
  .mx-lg-5{
    margin-left: 88px !important;
  }

  .m-lg-6{
    margin: 104px !important;
  }

  .mt-lg-6,
  .my-lg-6{
    margin-top: 104px !important;
  }

  .mr-lg-6,
  .mx-lg-6{
    margin-right: 104px !important;
  }

  .mb-lg-6,
  .my-lg-6{
    margin-bottom: 104px !important;
  }

  .ml-lg-6,
  .mx-lg-6{
    margin-left: 104px !important;
  }

  .m-lg-mob3{
    margin: 32px !important;
  }

  .mt-lg-mob3,
  .my-lg-mob3{
    margin-top: 32px !important;
  }

  .mr-lg-mob3,
  .mx-lg-mob3{
    margin-right: 32px !important;
  }

  .mb-lg-mob3,
  .my-lg-mob3{
    margin-bottom: 32px !important;
  }

  .ml-lg-mob3,
  .mx-lg-mob3{
    margin-left: 32px !important;
  }

  .m-lg-mob4{
    margin: 48px !important;
  }

  .mt-lg-mob4,
  .my-lg-mob4{
    margin-top: 48px !important;
  }

  .mr-lg-mob4,
  .mx-lg-mob4{
    margin-right: 48px !important;
  }

  .mb-lg-mob4,
  .my-lg-mob4{
    margin-bottom: 48px !important;
  }

  .ml-lg-mob4,
  .mx-lg-mob4{
    margin-left: 48px !important;
  }

  .m-lg-mob5{
    margin: 64px !important;
  }

  .mt-lg-mob5,
  .my-lg-mob5{
    margin-top: 64px !important;
  }

  .mr-lg-mob5,
  .mx-lg-mob5{
    margin-right: 64px !important;
  }

  .mb-lg-mob5,
  .my-lg-mob5{
    margin-bottom: 64px !important;
  }

  .ml-lg-mob5,
  .mx-lg-mob5{
    margin-left: 64px !important;
  }

  .m-lg-mob6{
    margin: 88px !important;
  }

  .mt-lg-mob6,
  .my-lg-mob6{
    margin-top: 88px !important;
  }

  .mr-lg-mob6,
  .mx-lg-mob6{
    margin-right: 88px !important;
  }

  .mb-lg-mob6,
  .my-lg-mob6{
    margin-bottom: 88px !important;
  }

  .ml-lg-mob6,
  .mx-lg-mob6{
    margin-left: 88px !important;
  }

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

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

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

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

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

  .p-lg-1{
    padding: 16.0px !important;
  }

  .pt-lg-1,
  .py-lg-1{
    padding-top: 16.0px !important;
  }

  .pr-lg-1,
  .px-lg-1{
    padding-right: 16.0px !important;
  }

  .pb-lg-1,
  .py-lg-1{
    padding-bottom: 16.0px !important;
  }

  .pl-lg-1,
  .px-lg-1{
    padding-left: 16.0px !important;
  }

  .p-lg-2{
    padding: 24px !important;
  }

  .pt-lg-2,
  .py-lg-2{
    padding-top: 24px !important;
  }

  .pr-lg-2,
  .px-lg-2{
    padding-right: 24px !important;
  }

  .pb-lg-2,
  .py-lg-2{
    padding-bottom: 24px !important;
  }

  .pl-lg-2,
  .px-lg-2{
    padding-left: 24px !important;
  }

  .p-lg-3{
    padding: 48px !important;
  }

  .pt-lg-3,
  .py-lg-3{
    padding-top: 48px !important;
  }

  .pr-lg-3,
  .px-lg-3{
    padding-right: 48px !important;
  }

  .pb-lg-3,
  .py-lg-3{
    padding-bottom: 48px !important;
  }

  .pl-lg-3,
  .px-lg-3{
    padding-left: 48px !important;
  }

  .p-lg-4{
    padding: 64.0px !important;
  }

  .pt-lg-4,
  .py-lg-4{
    padding-top: 64.0px !important;
  }

  .pr-lg-4,
  .px-lg-4{
    padding-right: 64.0px !important;
  }

  .pb-lg-4,
  .py-lg-4{
    padding-bottom: 64.0px !important;
  }

  .pl-lg-4,
  .px-lg-4{
    padding-left: 64.0px !important;
  }

  .p-lg-5{
    padding: 88px !important;
  }

  .pt-lg-5,
  .py-lg-5{
    padding-top: 88px !important;
  }

  .pr-lg-5,
  .px-lg-5{
    padding-right: 88px !important;
  }

  .pb-lg-5,
  .py-lg-5{
    padding-bottom: 88px !important;
  }

  .pl-lg-5,
  .px-lg-5{
    padding-left: 88px !important;
  }

  .p-lg-6{
    padding: 104px !important;
  }

  .pt-lg-6,
  .py-lg-6{
    padding-top: 104px !important;
  }

  .pr-lg-6,
  .px-lg-6{
    padding-right: 104px !important;
  }

  .pb-lg-6,
  .py-lg-6{
    padding-bottom: 104px !important;
  }

  .pl-lg-6,
  .px-lg-6{
    padding-left: 104px !important;
  }

  .p-lg-mob3{
    padding: 32px !important;
  }

  .pt-lg-mob3,
  .py-lg-mob3{
    padding-top: 32px !important;
  }

  .pr-lg-mob3,
  .px-lg-mob3{
    padding-right: 32px !important;
  }

  .pb-lg-mob3,
  .py-lg-mob3{
    padding-bottom: 32px !important;
  }

  .pl-lg-mob3,
  .px-lg-mob3{
    padding-left: 32px !important;
  }

  .p-lg-mob4{
    padding: 48px !important;
  }

  .pt-lg-mob4,
  .py-lg-mob4{
    padding-top: 48px !important;
  }

  .pr-lg-mob4,
  .px-lg-mob4{
    padding-right: 48px !important;
  }

  .pb-lg-mob4,
  .py-lg-mob4{
    padding-bottom: 48px !important;
  }

  .pl-lg-mob4,
  .px-lg-mob4{
    padding-left: 48px !important;
  }

  .p-lg-mob5{
    padding: 64px !important;
  }

  .pt-lg-mob5,
  .py-lg-mob5{
    padding-top: 64px !important;
  }

  .pr-lg-mob5,
  .px-lg-mob5{
    padding-right: 64px !important;
  }

  .pb-lg-mob5,
  .py-lg-mob5{
    padding-bottom: 64px !important;
  }

  .pl-lg-mob5,
  .px-lg-mob5{
    padding-left: 64px !important;
  }

  .p-lg-mob6{
    padding: 88px !important;
  }

  .pt-lg-mob6,
  .py-lg-mob6{
    padding-top: 88px !important;
  }

  .pr-lg-mob6,
  .px-lg-mob6{
    padding-right: 88px !important;
  }

  .pb-lg-mob6,
  .py-lg-mob6{
    padding-bottom: 88px !important;
  }

  .pl-lg-mob6,
  .px-lg-mob6{
    padding-left: 88px !important;
  }

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

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

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

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

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

@media (min-width: 1400px){
  .container{
    max-width: 1236px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first{
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    order: -1;
  }

  .order-xl-last{
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    order: 13;
  }

  .order-xl-0{
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    order: 0;
  }

  .order-xl-1{
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
  }

  .order-xl-2{
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
  }

  .order-xl-3{
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3;
  }

  .order-xl-4{
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    order: 4;
  }

  .order-xl-5{
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    order: 5;
  }

  .order-xl-6{
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    order: 6;
  }

  .order-xl-7{
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    order: 7;
  }

  .order-xl-8{
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    order: 8;
  }

  .order-xl-9{
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    order: 9;
  }

  .order-xl-10{
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    order: 10;
  }

  .order-xl-11{
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    order: 11;
  }

  .order-xl-12{
    -webkit-box-ordinal-group: 13;
    -webkit-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-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: -webkit-flex !important;
    display: flex !important;
  }

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

  .flex-xl-row{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

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

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

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

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

  .flex-xl-grow-0{
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1{
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    flex-grow: 1 !important;
  }

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

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

  .justify-content-xl-start{
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end{
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center{
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between{
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
  }

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

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

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

  .align-items-xl-center{
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline{
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch{
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    align-items: stretch !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .float-xl-left{
    float: left !important;
  }

  .float-xl-right{
    float: right !important;
  }

  .float-xl-none{
    float: none !important;
  }

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

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

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

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

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

  .m-xl-1{
    margin: 16.0px !important;
  }

  .mt-xl-1,
  .my-xl-1{
    margin-top: 16.0px !important;
  }

  .mr-xl-1,
  .mx-xl-1{
    margin-right: 16.0px !important;
  }

  .mb-xl-1,
  .my-xl-1{
    margin-bottom: 16.0px !important;
  }

  .ml-xl-1,
  .mx-xl-1{
    margin-left: 16.0px !important;
  }

  .m-xl-2{
    margin: 24px !important;
  }

  .mt-xl-2,
  .my-xl-2{
    margin-top: 24px !important;
  }

  .mr-xl-2,
  .mx-xl-2{
    margin-right: 24px !important;
  }

  .mb-xl-2,
  .my-xl-2{
    margin-bottom: 24px !important;
  }

  .ml-xl-2,
  .mx-xl-2{
    margin-left: 24px !important;
  }

  .m-xl-3{
    margin: 48px !important;
  }

  .mt-xl-3,
  .my-xl-3{
    margin-top: 48px !important;
  }

  .mr-xl-3,
  .mx-xl-3{
    margin-right: 48px !important;
  }

  .mb-xl-3,
  .my-xl-3{
    margin-bottom: 48px !important;
  }

  .ml-xl-3,
  .mx-xl-3{
    margin-left: 48px !important;
  }

  .m-xl-4{
    margin: 64.0px !important;
  }

  .mt-xl-4,
  .my-xl-4{
    margin-top: 64.0px !important;
  }

  .mr-xl-4,
  .mx-xl-4{
    margin-right: 64.0px !important;
  }

  .mb-xl-4,
  .my-xl-4{
    margin-bottom: 64.0px !important;
  }

  .ml-xl-4,
  .mx-xl-4{
    margin-left: 64.0px !important;
  }

  .m-xl-5{
    margin: 88px !important;
  }

  .mt-xl-5,
  .my-xl-5{
    margin-top: 88px !important;
  }

  .mr-xl-5,
  .mx-xl-5{
    margin-right: 88px !important;
  }

  .mb-xl-5,
  .my-xl-5{
    margin-bottom: 88px !important;
  }

  .ml-xl-5,
  .mx-xl-5{
    margin-left: 88px !important;
  }

  .m-xl-6{
    margin: 104px !important;
  }

  .mt-xl-6,
  .my-xl-6{
    margin-top: 104px !important;
  }

  .mr-xl-6,
  .mx-xl-6{
    margin-right: 104px !important;
  }

  .mb-xl-6,
  .my-xl-6{
    margin-bottom: 104px !important;
  }

  .ml-xl-6,
  .mx-xl-6{
    margin-left: 104px !important;
  }

  .m-xl-mob3{
    margin: 32px !important;
  }

  .mt-xl-mob3,
  .my-xl-mob3{
    margin-top: 32px !important;
  }

  .mr-xl-mob3,
  .mx-xl-mob3{
    margin-right: 32px !important;
  }

  .mb-xl-mob3,
  .my-xl-mob3{
    margin-bottom: 32px !important;
  }

  .ml-xl-mob3,
  .mx-xl-mob3{
    margin-left: 32px !important;
  }

  .m-xl-mob4{
    margin: 48px !important;
  }

  .mt-xl-mob4,
  .my-xl-mob4{
    margin-top: 48px !important;
  }

  .mr-xl-mob4,
  .mx-xl-mob4{
    margin-right: 48px !important;
  }

  .mb-xl-mob4,
  .my-xl-mob4{
    margin-bottom: 48px !important;
  }

  .ml-xl-mob4,
  .mx-xl-mob4{
    margin-left: 48px !important;
  }

  .m-xl-mob5{
    margin: 64px !important;
  }

  .mt-xl-mob5,
  .my-xl-mob5{
    margin-top: 64px !important;
  }

  .mr-xl-mob5,
  .mx-xl-mob5{
    margin-right: 64px !important;
  }

  .mb-xl-mob5,
  .my-xl-mob5{
    margin-bottom: 64px !important;
  }

  .ml-xl-mob5,
  .mx-xl-mob5{
    margin-left: 64px !important;
  }

  .m-xl-mob6{
    margin: 88px !important;
  }

  .mt-xl-mob6,
  .my-xl-mob6{
    margin-top: 88px !important;
  }

  .mr-xl-mob6,
  .mx-xl-mob6{
    margin-right: 88px !important;
  }

  .mb-xl-mob6,
  .my-xl-mob6{
    margin-bottom: 88px !important;
  }

  .ml-xl-mob6,
  .mx-xl-mob6{
    margin-left: 88px !important;
  }

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

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

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

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

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

  .p-xl-1{
    padding: 16.0px !important;
  }

  .pt-xl-1,
  .py-xl-1{
    padding-top: 16.0px !important;
  }

  .pr-xl-1,
  .px-xl-1{
    padding-right: 16.0px !important;
  }

  .pb-xl-1,
  .py-xl-1{
    padding-bottom: 16.0px !important;
  }

  .pl-xl-1,
  .px-xl-1{
    padding-left: 16.0px !important;
  }

  .p-xl-2{
    padding: 24px !important;
  }

  .pt-xl-2,
  .py-xl-2{
    padding-top: 24px !important;
  }

  .pr-xl-2,
  .px-xl-2{
    padding-right: 24px !important;
  }

  .pb-xl-2,
  .py-xl-2{
    padding-bottom: 24px !important;
  }

  .pl-xl-2,
  .px-xl-2{
    padding-left: 24px !important;
  }

  .p-xl-3{
    padding: 48px !important;
  }

  .pt-xl-3,
  .py-xl-3{
    padding-top: 48px !important;
  }

  .pr-xl-3,
  .px-xl-3{
    padding-right: 48px !important;
  }

  .pb-xl-3,
  .py-xl-3{
    padding-bottom: 48px !important;
  }

  .pl-xl-3,
  .px-xl-3{
    padding-left: 48px !important;
  }

  .p-xl-4{
    padding: 64.0px !important;
  }

  .pt-xl-4,
  .py-xl-4{
    padding-top: 64.0px !important;
  }

  .pr-xl-4,
  .px-xl-4{
    padding-right: 64.0px !important;
  }

  .pb-xl-4,
  .py-xl-4{
    padding-bottom: 64.0px !important;
  }

  .pl-xl-4,
  .px-xl-4{
    padding-left: 64.0px !important;
  }

  .p-xl-5{
    padding: 88px !important;
  }

  .pt-xl-5,
  .py-xl-5{
    padding-top: 88px !important;
  }

  .pr-xl-5,
  .px-xl-5{
    padding-right: 88px !important;
  }

  .pb-xl-5,
  .py-xl-5{
    padding-bottom: 88px !important;
  }

  .pl-xl-5,
  .px-xl-5{
    padding-left: 88px !important;
  }

  .p-xl-6{
    padding: 104px !important;
  }

  .pt-xl-6,
  .py-xl-6{
    padding-top: 104px !important;
  }

  .pr-xl-6,
  .px-xl-6{
    padding-right: 104px !important;
  }

  .pb-xl-6,
  .py-xl-6{
    padding-bottom: 104px !important;
  }

  .pl-xl-6,
  .px-xl-6{
    padding-left: 104px !important;
  }

  .p-xl-mob3{
    padding: 32px !important;
  }

  .pt-xl-mob3,
  .py-xl-mob3{
    padding-top: 32px !important;
  }

  .pr-xl-mob3,
  .px-xl-mob3{
    padding-right: 32px !important;
  }

  .pb-xl-mob3,
  .py-xl-mob3{
    padding-bottom: 32px !important;
  }

  .pl-xl-mob3,
  .px-xl-mob3{
    padding-left: 32px !important;
  }

  .p-xl-mob4{
    padding: 48px !important;
  }

  .pt-xl-mob4,
  .py-xl-mob4{
    padding-top: 48px !important;
  }

  .pr-xl-mob4,
  .px-xl-mob4{
    padding-right: 48px !important;
  }

  .pb-xl-mob4,
  .py-xl-mob4{
    padding-bottom: 48px !important;
  }

  .pl-xl-mob4,
  .px-xl-mob4{
    padding-left: 48px !important;
  }

  .p-xl-mob5{
    padding: 64px !important;
  }

  .pt-xl-mob5,
  .py-xl-mob5{
    padding-top: 64px !important;
  }

  .pr-xl-mob5,
  .px-xl-mob5{
    padding-right: 64px !important;
  }

  .pb-xl-mob5,
  .py-xl-mob5{
    padding-bottom: 64px !important;
  }

  .pl-xl-mob5,
  .px-xl-mob5{
    padding-left: 64px !important;
  }

  .p-xl-mob6{
    padding: 88px !important;
  }

  .pt-xl-mob6,
  .py-xl-mob6{
    padding-top: 88px !important;
  }

  .pr-xl-mob6,
  .px-xl-mob6{
    padding-right: 88px !important;
  }

  .pb-xl-mob6,
  .py-xl-mob6{
    padding-bottom: 88px !important;
  }

  .pl-xl-mob6,
  .px-xl-mob6{
    padding-left: 88px !important;
  }

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

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

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

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

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

@media screen and (max-width: 1400px){
  .wrapper{
    max-width: 1278px;
  }

  .blockquote-img{
    width: 280px;
    height: 280px;
    margin-top: 0;
  }

  .logo img{
    max-width: 64px;
  }

  .logo-slogan{
    font-size: 18px;
  }

  .header-top{
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .header-menu-wrap{
    padding: 21px 0 12px;
    font-size: 16px;
  }

  .header-menu > .menu-item.menu-item-has-children > a:after{
    top: 6px;
  }

  .gotop{
    right: 20px;
    font-size: 14px;
    padding-top: 60px;
  }

  .gotop:before{
    width: 50px;
    height: 50px;
    margin-left: -25px;
  }

  .gotop:after{
    top: 25px;
  }

  .promo-block{
    padding-bottom: 64px;
    min-height: 500px;
  }

  .promo-block h1,
  .promo-block .h1{
    font-size: 48px;
    line-height: 1.15em;
  }

  .promo-block-text{
    font-size: 19px;
    max-width: 680px;
  }

  .target-block-content{
    margin-left: 41%;
  }

  .examples-slider{
    margin-bottom: 48px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .examples-slider .swiper-slide{
    padding-bottom: 64px;
  }

  .examples-slider .swiper-button-prev{
    left: -60px;
  }

  .examples-slider .swiper-button-next{
    right: -60px;
  }

  .examples-block{
    margin-bottom: 0;
  }

  .page-content{
    padding: 56px 0;
  }

  .downloads-list{
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
  }

  .catalog-sidebar{
    margin-right: 0;
  }

  .catalog-grid .item{
    width: 50%;
  }

  .solution-client{
    margin-left: 70px;
    width: 400px;
  }

  .solution-slider-wrap{
    margin-right: 0;
    width: 50%;
  }

  .news-item .card-content{
    padding: 24px 28px 28px;
  }

  .news-item.main-news-item .card-content{
    padding-left: 28px;
    padding-right: 28px;
  }

  .news-item.medium .card-img{
    height: 300px;
    -webkit-flex-basis: 300px;
    flex-basis: 300px;
  }

  .tabs-nav-item a{
    font-size: 16px;
    padding-left: 14px;
    padding-right: 14px;
    min-width: 120px;
  }

  .order-block-image{
    width: 60%;
  }

  .share-block .single-tags-wrap{
    margin-bottom: -10px;
  }
}

@media (max-width: 1399.98px){
  .table-responsive-xl{
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-xl > .table-bordered{
    border: 0;
  }
}

@media screen and (max-width: 1320px){
  body{
    font-size: 16px;
  }

  .block{
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .wrapper{
    max-width: 1020px;
  }

  .btn.btn-lg,
  .btn-group-lg > .btn{
    min-width: 262px;
    padding: 19px;
  }

  h2,
  .h2{
    font-size: 32px;
    line-height: 40px;
  }

  .text{
    font-size: 16px;
  }

  .text p{
    max-width: 860px;
  }

  h4,
  .h4{
    font-size: 28px;
    line-height: 35px;
  }

  h4,
  .h4{
    font-size: 20px;
    line-height: 28px;
  }

  .page-text p,
  .page-text > div,
  .page-text h1,
  .page-text .h1,
  .page-text h2,
  .page-text .h2,
  .page-text h3,
  .page-text .h3,
  .page-text h4,
  .page-text .h4,
  .page-text h5,
  .page-text .h5,
  .page-text h6,
  .page-text .h6{
    max-width: 720px;
  }

  .footer-logo{
    width: 64px;
    -webkit-flex-basis: 64px;
    flex-basis: 64px;
    margin-right: 28px;
  }

  .promo-block{
    padding-bottom: 82px;
    min-height: 400px;
  }

  .advantages-block .section-title{
    padding-left: 0;
  }

  .advantages-list{
    margin-left: 0;
    width: 37.6%;
  }

  .advantages-list-item{
    font-size: 18px;
  }

  .why-slide{
    padding-left: 0;
  }

  .why-slide-img{
    right: 8%;
  }

  .why-slider-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active:before{
    width: 65px;
  }

  .terms-block .text{
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }

  .opt-scheme-block{
    padding-right: 10px;
  }

  .opt-scheme-block.opt-scheme-right{
    padding-left: 10px;
    padding-right: 0;
  }

  .opt-scheme-title{
    max-width: 100%;
  }

  .opt-scheme-line{
    margin-top: -1px;
  }

  .opt-scheme-text{
    font-size: 14px;
    -webkit-flex-basis: 155px;
    flex-basis: 155px;
    width: 155px;
    margin-right: 15px;
  }

  .opt-scheme-items{
    font-size: 16px;
    line-height: 1.5em;
    width: 196px;
  }

  .opt-scheme-item span{
    max-width: 86%;
  }

  .opt-scheme-item.final:before{
    width: 286px;
  }

  .opt-scheme-right .opt-scheme-item-wrap{
    padding-left: 36px;
  }

  .opt-scheme-right .opt-scheme-item:before{
    left: 10px;
  }

  .opt-scheme-right .opt-scheme-item:after{
    margin-right: 2px;
  }

  .opt-scheme-right .opt-scheme-item.final:before{
    width: 170px;
    right: 100%;
    left: inherit;
    margin-left: -144px;
  }

  .factor{
    padding-left: 42px;
    padding-right: 42px;
    font-size: 14px;
  }

  .factor h3,
  .factor .h3{
    margin-bottom: 32px;
  }

  .factor-text{
    margin-top: -17px;
    margin-right: -70px;
  }

  .packages .wrapper{
    max-width: 100%;
  }

  .target-block{
    margin-top: 124px;
  }

  .target-block-img{
    position: relative;
    width: 90%;
    left: 0;
    top: -90px;
    margin: 0 auto 20px;
    max-width: 540px;
  }

  .target-block-content{
    margin-left: 0;
    padding-left: 0;
  }

  .target-list{
    max-width: 100%;
    margin-left: -20px;
  }

  .target-list-item{
    padding: 0 0 0 84px;
    position: relative;
    min-height: 40px;
    margin-bottom: 36px;
    width: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }

  .target-list-item-icon{
    position: absolute;
    top: 5px;
    left: 20px;
    width: 46px;
  }

  .target-list-item-title{
    line-height: normal;
    margin-bottom: 15px;
  }

  .target-list-item:nth-child(n){
    width: 100%;
  }

  .example{
    padding-left: 24px;
    padding-right: 24px;
  }

  .example-title{
    font-size: 24px;
  }

  .example-btn{
    padding-top: 0;
  }

  .examples-slider{
    margin-bottom: 36px;
    margin-left: -24px;
    margin-right: -24px;
  }

  .examples-slider .swiper-slide{
    padding-bottom: 48px;
  }

  .pagecontent-nav-wrap .menu-item{
    margin-left: 0;
    margin-right: 0;
    font-size: 13px;
  }

  .pagecontent-nav-wrap a{
    padding-left: 15px;
    padding-right: 15px;
  }

  .pagecontent-nav-wrap .wrapper{
    max-width: 100%;
  }

  .mess-block{
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .subscribe .form-group{
    margin-right: 16px;
    min-width: 150px;
  }

  .subscribe .form-group:last-child{
    margin-right: 0;
  }

  .subscribe .btn{
    min-width: 150px;
  }

  .video-block .little-video-text{
    top: 10px;
    left: 11px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    width: 90%;
  }

  .text-and-stat .numbs-and-facts.long-block{
    width: 396px;
    top: -245px;
    right: 0;
  }

  .text-and-stat .numbs-and-facts.long-block ul{
    display: block;
  }

  .text-and-stat .numbs-and-facts.long-block li{
    margin-bottom: 40px;
  }

  .category-promo .promo-block-text{
    margin-left: 0;
  }

  .category-promo .promo-block-icon{
    left: 0;
    top: 30px;
  }

  .category-promo .promo-block-title{
    padding-left: 148px;
  }

  .category-adv-item{
    width: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }

  .related .catalog-grid .item{
    width: 33.3%;
  }

  .related .catalog-grid .item:nth-child(n+4){
    display: none;
  }

  .contacts .centers-item{
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 26%;
    flex: 1 0 26%;
  }

  .news-item .card-img{
    height: 208px;
    -webkit-flex-basis: 208px;
    flex-basis: 208px;
  }

  .news-item.medium .card-img{
    height: 342px;
    -webkit-flex-basis: 342px;
    flex-basis: 342px;
  }

  .partners .big-item{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
    flex: 0 0 33%;
  }

  .blog-main-item{
    margin-bottom: 0;
  }

  .blog-main-item .card-img{
    width: 48.6%;
    -webkit-flex-basis: 48.6%;
    flex-basis: 48.6%;
  }

  .arrow-text{
    padding-right: 150px;
  }

  .arrow-item:nth-child(even) .arrow-text{
    padding-left: 150px;
  }

  .about-who .example-quote img:first-child{
    max-width: 80%;
  }

  .about-who .example-quote-photo{
    left: 0;
  }

  .about-experience .block.dark{
    min-height: 500px;
  }

  .about-experience .text-and-stat{
    min-height: 315px;
  }

  .about-personal .block.dark{
    min-height: 420px;
  }

  .about-personal-tabs .pagecontent-nav-wrap{
    width: 90%;
  }

  .about-warranty .target-block-img{
    right: auto;
    top: auto;
    width: 100%;
    margin-bottom: 35px;
    margin-right: -21px;
  }

  .about-warranty .target-block-img:before{
    left: 13px;
    top: -11px;
  }

  .about-warranty .target-block-content{
    margin-right: 0;
  }

  .about-warranty .target-block{
    padding-top: 44px;
  }

  .share{
    max-width: 720px;
  }

  .tags{
    margin-left: -10px;
  }

  .tags-block{
    margin-bottom: 0;
  }

  .tags li{
    margin: 0 0 10px 10px;
  }
}

@media (max-width: 1319.98px){
  .table-responsive-lg{
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-lg > .table-bordered{
    border: 0;
  }
}

@media screen and (max-width: 1023px){
  .wrapper{
    padding-left: 42px;
    padding-right: 42px;
  }

  .block{
    padding-top: 56px;
    padding-bottom: 56px;
  }

  h1,
  .h1{
    font-size: 48px;
    line-height: 1.2em;
  }

  .blockquote-img{
    width: 200px;
    height: 200px;
  }

  .wp-block-quote{
    font-size: 18px;
    line-height: 1.55em;
  }

  .page-text p,
  .page-text > div,
  .page-text h1,
  .page-text .h1,
  .page-text h2,
  .page-text .h2,
  .page-text h3,
  .page-text .h3,
  .page-text h4,
  .page-text .h4,
  .page-text h5,
  .page-text .h5,
  .page-text h6,
  .page-text .h6{
    max-width: 100%;
  }

  .jq-checkbox,
  .jq-radio{
    width: 20px;
    height: 20px;
    margin-right: 9px;
  }

  .header{
    position: fixed;
    top: 0;
    left: 0;
    width: 258px;
    z-index: 1000;
    background: #0066CC url("../img/background/header.jpg") no-repeat 50% 50%;
    background-size: cover;
    height: 100%;
    -webkit-transform: translateX(-259px);
    -ms-transform: translateX(-259px);
    transform: translateX(-259px);
    padding: 16px 20px 100px;
    bottom: -40px;
    overflow: auto;
    -webkit-transition: box-shadow 0.3s, -webkit-transform 0.3s;
    transition: box-shadow 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, box-shadow 0.3s;
    transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
  }

  .header .wrapper,
  .header .container{
    display: block;
    padding: 0;
  }

  .header .logo-block{
    margin-bottom: 22px;
  }

  .header .logo-block img{
    width: 32px;
    border: 1px solid #FFFFFF;
  }

  .header .logo-slogan{
    font-size: 11px;
    color: #FFFFFF;
    padding-top: 4px;
  }

  .header .header-contacts{
    display: none;
  }

  .header .btn{
    display: block;
    background: transparent;
    color: #FFFFFF;
    border-color: #FFFFFF;
    margin-bottom: 24px;
  }

  .header-menu{
    text-align: left;
  }

  .header-menu .menu-item{
    margin: 0;
    display: block;
    padding: 16px 11px 11px 46px;
  }

  .header-menu .menu-item.catalog-item > .sub-menu{
    min-width: 0;
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    padding: 19px 0 9px;
    margin-left: -26px;
  }

  .header-menu .menu-item.catalog-item > .sub-menu .with-icon > a:before{
    top: -6px;
  }

  .header-menu .mobile-item{
    display: block;
  }

  .header-menu > .menu-item.menu-item-has-children > a:after{
    content: none;
  }

  .header-menu > .menu-item.menu-item-has-children .toggle{
    display: inline-block;
    position: absolute;
    left: 17px;
    top: 20px;
  }

  .header-menu-wrap{
    margin-left: -20px;
    margin-right: -20px;
    background-color: transparent;
  }

  .header-menu-wrap .header-contacts{
    display: block;
    margin: 20px 0 0 42px;
    border-top: 1px solid #FFFFFF;
    padding-top: 27px;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
  }

  .header-menu-wrap .header-contacts .phone{
    padding-left: 0;
  }

  .home .header-menu-wrap .header-contacts{
    display: none;
  }

  .header-menu .sub-menu{
    display: none;
    position: relative;
    opacity: 1;
    visibility: visible;
    padding: 19px 0 9px;
    margin: 0;
    font-size: 12px;
    background: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .header-menu .sub-menu .menu-item{
    padding: 0;
  }

  .header-menu .sub-menu .menu-item + .menu-item{
    margin-top: 19px;
  }

  .header-menu .sub-menu a{
    color: #0066CC;
  }

  .header-menu .menu-item.opened{
    background: #FFFFFF;
  }

  .header-menu .menu-item.opened > a{
    color: #0066CC;
  }

  .header-menu .menu-item.opened > .sub-menu{
    display: block;
  }

  .header-menu .menu-item.opened .toggle{
    color: #0066CC;
  }

  .mobile-header{
    display: block;
    padding: 20px 0;
  }

  .mobile-header .logo-block{
    width: 355px;
  }

  .mobile-header .logo-block a{
    display: block;
  }

  .mobile-header .logo-block img{
    width: 72px;
    margin-right: 12px;
    display: inline-block;
    vertical-align: middle;
  }

  .mobile-header .logo-block .logo-slogan{
    display: inline-block;
    vertical-align: middle;
    width: 255px;
    max-width: 255px;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    margin-top: 4px;
  }

  .mobile-header .menu-toggle{
    position: absolute;
    top: 50%;
    right: 42px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    min-width: 0;
    border: none;
    padding: 0;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
  }

  .mobile-header .menu-toggle:hover,
  .mobile-header .menu-toggle:focus,
  .mobile-header .menu-toggle:active{
    background: none;
    border: none;
  }

  .mobile-header .menu-toggle .line{
    position: absolute;
    top: 4px;
    left: 0;
    width: 24px;
    height: 2px;
    background: #0066CC;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
  }

  .mobile-header .menu-toggle:active .line{
    background-color: #014C97;
  }

  .mobile-header .menu-toggle .l2{
    top: 11px;
  }

  .mobile-header .menu-toggle .l3{
    top: 18px;
  }

  .menu-opened .header{
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    box-shadow: 2px 5px 35px rgba(0, 102, 204, 0.3);
  }

  .menu-opened .menu-toggle .l1{
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 11px;
  }

  .menu-opened .menu-toggle .l2{
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }

  .menu-opened .menu-toggle .l3{
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 11px;
  }

  .socials-item{
    margin-right: 16px;
  }

  .socials-item a{
    width: 32px;
    height: 32px;
    line-height: 30px;
  }

  .socials-item a i{
    font-size: 18px;
  }

  .footer{
    padding-bottom: 0;
  }

  .footer .wrapper{
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  .footer-logo{
    width: 98px;
    -webkit-flex-basis: 98px;
    flex-basis: 98px;
    margin-right: 43px;
  }

  .footer-menu-wrap{
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 500px;
  }

  .footer-menu .menu-item .toggle{
    display: inline-block;
  }

  .footer-menu .menu-item:nth-child(n) .sub-menu{
    display: none;
  }

  .footer-menu .menu-item.opened > .sub-menu{
    display: block;
  }

  .footer-content{
    width: 100%;
    margin-top: 40px;
  }

  .footer .subscribe{
    margin-left: -42px;
    margin-right: -42px;
    background: #FFFFFF;
    max-width: inherit;
    width: auto;
    padding: 36px 42px 24px;
  }

  .footer .subscribe p,
  .footer .subscribe-form{
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer .subscribe .btn{
    width: 100%;
  }

  .copyright{
    display: block;
    background: #E4F2FF;
    padding: 40px 40px;
    text-align: center;
    font-size: 16px;
  }

  .gotop{
    display: none;
  }

  .promo-block{
    padding: 0;
    background-size: 0 0;
    background-color: #FFFFFF;
    color: #000000;
    min-height: 0;
  }

  .promo-block .wrapper{
    background: inherit;
  }

  .promo-block-text{
    background: inherit;
    font-size: 18px;
    line-height: 26px;
    max-width: 100%;
  }

  .promo-block-text p{
    max-width: 675px;
  }

  .promo-block-text .btn{
    border-color: #0066CC;
    color: #0066CC;
  }

  .promo-block-title{
    margin: 0 -42px 34px;
    min-height: 360px;
    background: inherit;
    background-size: cover;
    color: #FFFFFF;
    padding: 48px 5% 48px 42px;
  }

  .promo-block h1,
  .promo-block .h1{
    max-width: 675px;
    font-size: 48px;
    line-height: 1.25em;
  }

  .advantages-block{
    margin-top: 48px;
  }

  .advantages-block .subscribe{
    float: none;
    max-width: 500px;
    margin: 0 auto;
  }

  .advantages-image{
    float: none;
    width: auto;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    z-index: 2;
    position: relative;
  }

  .advantages-image .swiper-slide{
    padding: 0;
  }

  .advantages-image-slide:before{
    content: none;
  }

  .advantages-image .swiper-pagination{
    display: none;
  }

  .advantages-list{
    width: auto;
    padding: 0;
    max-width: 500px;
    margin: 0 auto 40px;
    float: none;
    position: relative;
    left: 20px;
  }

  .advantages-list .swiper-wrapper{
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .advantages-list .swiper-slide{
    opacity: 0;
  }

  .advantages-list .swiper-slide-active{
    opacity: 1 !important;
    z-index: 10;
  }

  .advantages-list .advantages-list-item,
  .advantages-list .swiper-slide.swiper-slide-active .advantages-list-item{
    margin: 0;
    padding-left: 19px;
    margin-left: 20px;
    background-color: #E4F2FF;
  }

  .advantages-list .advantages-list-item:before,
  .advantages-list .swiper-slide.swiper-slide-active .advantages-list-item:before{
    content: " ";
    position: absolute;
    top: -2px;
    right: 20px;
    border: 1px solid #E4F2FF;
    height: auto;
    bottom: -22px;
    width: 100%;
    z-index: -1;
  }

  .advantages-list .advantages-list-item:after,
  .advantages-list .swiper-slide.swiper-slide-active .advantages-list-item:after{
    content: none;
  }

  .advantages-list .swiper-pagination{
    position: relative;
    left: -20px;
    display: block;
    margin-top: 50px;
  }

  .why-slider-wrap{
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
  }

  .why-slider-wrap .swiper-pagination{
    position: relative;
  }

  .why-slider-wrap .swiper-pagination .swiper-pagination-bullet{
    display: inline-block;
    margin: 0 10px;
  }

  .why-slider-wrap .swiper-pagination .swiper-pagination-bullet:before{
    content: none;
  }

  .why-slider-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }

  .why-slide{
    padding: 0 42px 42px;
  }

  .why-slide-img{
    position: relative;
    width: auto;
    top: 0;
    right: 0;
    margin: 0 auto 20px;
  }

  .why-slide-text{
    min-height: 266px;
  }

  .why-slide-text-wrap{
    margin: 0;
    max-width: 100%;
  }

  .why-slide-text-wrap:before{
    left: inherit;
    right: 24px;
    top: 44px;
    font-size: 240px;
    line-height: 240px;
  }

  .why-slide-text blockquote:after{
    bottom: inherit;
    top: 0;
  }

  .why-slide-text h4,
  .why-slide-text .h4{
    font-size: 24px;
    line-height: 1.5em;
    margin-bottom: 16px;
    padding-right: 60px;
  }

  .opt-scheme{
    margin-left: -42px;
    margin-right: -42px;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    font-size: 0;
  }

  .opt-scheme-block{
    width: 100%;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    padding-right: 0;
    font-size: 16px;
  }

  .opt-scheme-block:first-child{
    margin-left: -50%;
  }

  .opt-scheme-toggle{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }

  .opt-scheme-title{
    text-align: right;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    padding-left: 20px;
    padding-right: 20px;
  }

  .opt-scheme-line{
    right: 10px;
    top: 20px;
  }

  .opt-scheme-item span{
    opacity: 0;
  }

  .opt-scheme-item .opt-scheme-item-wrap:before{
    opacity: 0;
  }

  .opt-scheme-item:after{
    margin-left: 6px;
  }

  .opt-scheme-item.final{
    margin-top: 4px;
    left: 0;
  }

  .opt-scheme-item.final .opt-scheme-item-wrap:before{
    width: 210px;
  }

  .opt-scheme-content{
    padding-left: 108px;
  }

  .opt-scheme-text-item{
    opacity: 0;
  }

  .opt-scheme-block.opt-scheme-right{
    padding-left: 0;
  }

  .opt-scheme-block.opt-scheme-right .opt-scheme-title{
    text-align: left;
  }

  .opt-scheme-block.opt-scheme-right .opt-scheme-line{
    left: 10px;
    right: inherit;
  }

  .opt-scheme-block.opt-scheme-right .opt-scheme-content{
    padding-right: 108px;
  }

  .opt-scheme-block.opt-scheme-right .opt-scheme-item:after{
    margin-right: 4px;
  }

  .opt-scheme-block.opt-scheme-right .opt-scheme-item.final .opt-scheme-item-wrap:before{
    width: 127px;
    margin-left: -100px;
  }

  .opt-scheme.opt-left .opt-scheme-block:first-child{
    margin-left: 0;
  }

  .opt-scheme.opt-left .opt-scheme-toggle.left span:after{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    bottom: 4px;
  }

  .opt-scheme.opt-left .opt-scheme-toggle.right{
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }

  .opt-scheme.opt-left .opt-scheme-left .opt-scheme-text-item{
    opacity: 1;
  }

  .opt-scheme.opt-left .opt-scheme-left .opt-scheme-item span{
    opacity: 1;
  }

  .opt-scheme.opt-left .opt-scheme-left .opt-scheme-item .opt-scheme-item-wrap:before{
    opacity: 1;
  }

  .opt-scheme.opt-right .opt-scheme-block:first-child{
    margin-left: -100%;
  }

  .opt-scheme.opt-right .opt-scheme-toggle.left{
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .opt-scheme.opt-right .opt-scheme-toggle.right span:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    bottom: 4px;
  }

  .opt-scheme.opt-right .opt-scheme-right .opt-scheme-text-item{
    opacity: 1;
  }

  .opt-scheme.opt-right .opt-scheme-right .opt-scheme-item span{
    opacity: 1;
  }

  .opt-scheme.opt-right .opt-scheme-right .opt-scheme-item .opt-scheme-item-wrap:before{
    opacity: 1;
  }

  .opt-scheme.opt-right .opt-scheme-right .opt-scheme-item:after{
    margin-left: 6px;
  }

  .factor{
    margin-left: -42px;
    margin-right: -42px;
    font-size: 18px;
  }

  .factor-list{
    float: none;
    width: auto;
  }

  .factor-text{
    float: none;
    width: auto;
    margin: 0;
  }

  .packages-slider-wrap{
    margin-left: -42px;
    margin-right: -42px;
  }

  .swiper-slide-active .packages-item{
    color: #FFFFFF;
  }

  .swiper-slide-active .packages-item:before{
    top: -20px;
    left: -10px;
    right: -10px;
    bottom: -20px;
    background-color: #0066CC;
    box-shadow: 10px 20px 35px rgba(0, 102, 204, 0.3);
  }

  .swiper-slide-active .packages-item .dot{
    background-color: #FFFFFF;
  }

  .swiper-slide-active .packages-item .packages-item-title{
    border-bottom-color: #FFFFFF;
  }

  .swiper-slide-active .packages-item .packages-item-title,
  .swiper-slide-active .packages-item .packages-item-title .capt{
    color: #FFFFFF;
  }

  .swiper-slide-active .packages-item .ab-list-item-val,
  .swiper-slide-active .packages-item .ab-list-item.disabled .ab-list-item-val{
    color: #FFFFFF;
  }

  .swiper-slide-active .packages-item .btn{
    border-color: #FFFFFF;
    background: transparent;
    color: #FFFFFF;
  }

  .swiper-slide-active .packages-item .btn:hover{
    background-color: #FFFFFF;
    color: #0066CC;
  }

  .target-block{
    margin-top: 72px;
  }

  .target-block-img:before{
    content: none;
  }

  .example{
    display: block;
  }

  .example-img{
    width: auto;
    margin: 0 auto 24px;
    max-width: 600px;
  }

  .example-text{
    margin: 0;
    padding: 0;
    width: auto;
  }

  .example-quote{
    margin-top: 64px;
  }

  .example-quote:before{
    width: 46px;
    height: 46px;
  }

  .examples-slider{
    padding-left: 0;
    padding-right: 0;
  }

  .examples-slider .swiper-button-prev,
  .examples-slider .swiper-button-next{
    display: none;
  }

  .examples-slider .swiper-container{
    overflow: hidden;
  }

  .counter .tick-text-inline{
    width: 10px;
  }

  .counter .tick-flip{
    min-width: 0;
  }

  .counter .tick-flip-card{
    width: 42px;
  }

  .pagecontent-nav-wrap{
    background: none;
    padding: 40px 0 0;
  }

  .pagecontent-nav-wrap .menu-item{
    font-size: 16px;
    margin: 0 8px 14px;
    width: 300px;
    max-width: 45%;
  }

  .pagecontent-nav-wrap .menu-item a{
    padding: 15px;
    border-radius: 40px;
    border: 1px solid #0066CC;
    display: block;
  }

  .pagecontent-nav-fixed .pagecontent-nav-wrap{
    position: relative;
    box-shadow: none;
  }

  .mess-block h4,
  .mess-block .h4{
    margin-left: 0;
  }

  .home{
    padding-bottom: 46px;
  }

  .terms-block + .price-block{
    margin-top: 0;
  }

  .mobile-phone{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
    background: #0066CC;
    color: #FFFFFF;
    text-align: center;
    padding: 11px 15px;
    display: block;
    -webkit-transition: -webkit-transform 0.24s;
    transition: -webkit-transform 0.24s;
    transition: transform 0.24s;
    transition: transform 0.24s, -webkit-transform 0.24s;
  }

  .mobile-phone a{
    color: inherit;
  }

  .mobile-phone .phone{
    padding-left: 22px;
  }

  .mobile-phone .svgicon{
    width: 10px;
    height: 20px;
  }

  .menu-opened .mobile-phone{
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }

  .subscribe{
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto;
  }

  .subscribe p{
    margin-bottom: 15px;
  }

  .subscribe .form-group,
  .subscribe .form-group.wide{
    width: 100%;
    margin-right: 0;
  }

  .subscribe-section .subscribe-form{
    max-width: 300px;
    margin: 0 auto;
  }

  .textimg-content{
    padding-top: 0;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .textimg-content-img{
    position: relative;
    left: 0;
    width: 100%;
  }

  .textimg-content-img img{
    width: 100%;
  }

  .textimg-content-text{
    width: auto;
    max-width: 100%;
    margin: 0;
    padding: 24px 21px;
  }

  .textimg-content-text:before{
    content: none;
  }

  .breadcrumbs-wrap{
    display: none;
  }

  .video-text{
    padding: 30px 24px;
  }

  .big-video-text{
    top: 36px;
    left: 20px;
    font-size: 25px;
  }

  .about .back-link{
    display: none;
  }

  .about-content.block{
    padding-top: 0;
    padding-bottom: 0;
  }

  .about .page-content{
    padding-top: 10px;
    padding-bottom: 0;
  }

  .about .page-title{
    margin-bottom: 17px;
  }

  .about-info .pagecontent-nav-wrap{
    padding-top: 15px;
    margin-bottom: 28px;
  }

  .text-and-stat{
    padding-right: 0;
  }

  .text-and-stat .order-block-form{
    position: relative;
    top: auto;
    right: auto;
  }

  .text-and-stat .order-block-form.long{
    top: auto;
    right: auto;
    margin-bottom: 30px;
  }

  .text-and-stat .numbs-and-facts.long-block,
  .text-and-stat .numbs-and-facts.tall-block{
    top: auto;
    right: auto;
    margin-top: 40px;
  }

  .text-and-stat .numbs-and-facts.long-block{
    margin-bottom: 128px;
  }

  .text-and-stat .numbs-and-facts.long-block.order-block-form:before{
    border: 1px solid #0066CC;
  }

  .page-title-capt{
    display: none;
  }

  .content-block{
    padding: 24px 0;
  }

  .filters-title{
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    width: 100%;
    border: 1px solid #0066CC;
    border-radius: 20px;
    letter-spacing: 0.12em;
    padding: 3px 30px;
    position: relative;
  }

  .filters-title:after,
  .filters-title:before{
    content: " ";
    position: absolute;
    top: 50%;
    right: 16px;
    border-right: 1px solid #0066CC;
    border-bottom: 1px solid #0066CC;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 8px;
    height: 8px;
    margin-top: -8px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
  }

  .filters-title:after{
    opacity: 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .filters-content{
    display: none;
    padding: 14px 0;
  }

  .filters .jq-selectbox__select-text{
    padding-top: 10px;
    padding-bottom: 10px;
    height: 44px;
    min-height: 44px;
  }

  .filters .radio{
    margin-bottom: 23px;
  }

  .filters .btn{
    color: #FFFFFF;
    background-color: #0066CC;
  }

  .filters.filters-opened .filters-title{
    color: #FFFFFF;
    background: #0066CC;
  }

  .filters.filters-opened .filters-title:before,
  .filters.filters-opened .filters-title:after{
    border-right-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
  }

  .filters.filters-opened .filters-title:before{
    right: 22px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .filters.filters-opened .filters-title:after{
    opacity: 1;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    right: 22px;
    margin-top: -10px;
  }

  .filters.filters-opened .filters-content{
    display: block;
  }

  .card-decor{
    padding: 26px 21px;
  }

  .catalog-wrap{
    display: block;
  }

  .catalog-sidebar{
    margin: 0 0 42px;
    width: auto;
    box-shadow: none;
    padding: 0;
    max-width: 320px;
    border: none;
  }

  .catalog-display{
    text-align: left;
  }

  .catalog-display li{
    margin: 0 10px 0 0;
  }

  .category-promo{
    margin-top: 28px;
  }

  .category-adv-block{
    margin-bottom: 0;
  }

  .category-adv-list{
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
    margin-bottom: 0;
  }

  .category-adv-title{
    margin-bottom: 38px;
  }

  .category-adv-item{
    width: 50%;
    position: relative;
    padding-left: 45px;
    padding-right: 15px;
    margin-left: 0;
    margin-bottom: 36px;
  }

  .category-adv-item-icon{
    width: 38px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .category-content{
    padding-bottom: 0;
  }

  .category-content .catalog-sidebar{
    margin-top: 0;
  }

  .solution-client{
    float: none;
    margin: 32px 0 0;
    width: auto;
    -webkit-box-ordinal-group: 101;
    -webkit-order: 100;
    order: 100;
  }

  .solution-description .wrapper{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .solution-info{
    margin-bottom: 0;
  }

  .solution-info-row{
    border: none;
    display: block;
  }

  .solution-info-item{
    min-height: 55px;
    padding-right: 0;
  }

  .solution .textimg-content{
    padding-top: 0;
  }

  .solution .textimg-content-text{
    margin-left: 0;
  }

  .solution-price,
  .solution-slider-wrap,
  .solution-text{
    float: none;
    width: auto;
  }

  .solution-price{
    margin-bottom: 0;
  }

  .solution-slider{
    border: none;
  }

  .solution-slider-wrap{
    margin: 0 -42px 30px;
  }

  .solution-slider-wrap .swiper-slide{
    padding: 0 42px;
  }

  .solution-slider-wrap .swiper-button-prev,
  .solution-slider-wrap .swiper-button-next{
    display: none;
  }

  .solution-slider-wrap .swiper-pagination{
    display: block;
  }

  .solution-slider-thumbs{
    display: none;
  }

  .solution-table td{
    padding-left: 35px;
    padding-right: 35px;
  }

  .solution-opts .col-12{
    margin-bottom: 24px;
  }

  .news-widget{
    margin-left: -21px;
    margin-right: -21px;
    padding: 21px;
  }

  .news-widget .h3{
    margin-bottom: 20px;
  }

  .news-widget:before{
    border-right: 0;
    right: 0;
    left: 17px;
    bottom: -17px;
    height: auto;
    width: auto;
  }

  .news-widget .video{
    margin-top: 30px;
  }

  .news-widget-slider .swiper-button-prev,
  .news-widget-slider .swiper-button-next{
    display: none;
  }

  .related .catalog-grid .item:nth-child(n){
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }

  .related .catalog-grid .item:nth-child(n):nth-child(n+5){
    display: none;
  }

  .page-404 .main-img{
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    top: -25px;
    left: auto !important;
    height: auto !important;
    padding: 0 21px;
    padding-bottom: 30px;
  }

  .page-404 .main-img .btn{
    display: block;
  }

  .page-404 .main-img h2{
    font-size: 20px;
    padding: 28px 20px 24px;
    line-height: 24px;
  }

  .page-404 .mini-logo{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .img-404{
    width: 40%;
    height: auto;
  }

  .header-404{
    display: none;
  }

  .contacts-office{
    display: block;
  }

  .contacts-office .office-right-block{
    position: fixed;
    top: 0;
    right: 0;
    background-color: #FFFFFF;
    z-index: 300;
    max-height: 100%;
    width: 100%;
    overflow-x: hidden;
    padding-top: 28px;
    padding-left: 11px;
  }

  .contacts-office .office-right-block .icon.arrow:after{
    width: 7px;
    height: 7px;
    top: -2px;
    left: 4px;
  }

  .big-list{
    padding: 0;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }

  .big-item{
    padding-left: 0;
  }

  .contacts .back-link{
    display: none;
  }

  .mini-office{
    display: block;
  }

  .mini-office h2{
    padding-top: 19px;
    padding-bottom: 7px;
  }

  .big-item strong{
    display: block;
    font-size: 20px;
    line-height: 24px;
  }

  .big-item p,
  a{
    line-height: 21px;
  }

  .big-item{
    padding-bottom: 12px;
  }

  .contacts .centers-list{
    display: block;
  }

  .contacts .centers-item{
    margin-right: 0;
  }

  .contacts-centers{
    padding-bottom: 40px;
  }

  .contacts-info{
    display: block;
    padding-top: 0;
  }

  .contacts-info__text{
    padding-bottom: 15px;
  }

  .contacts-info__socials{
    padding-left: 0;
  }

  .contacts-map{
    width: 100%;
    padding: 15px 0 0 0;
  }

  .contacts-map .map{
    padding-bottom: 50%;
  }

  .news-item .card-img{
    height: 260px;
    -webkit-flex-basis: 260px;
    flex-basis: 260px;
  }

  .news-item.medium .card-img{
    height: 260px;
    -webkit-flex-basis: 260px;
    flex-basis: 260px;
  }

  .partners .big-item{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .partners .back-link{
    display: none;
  }

  .partners .block{
    padding-top: 0;
  }

  .partners .page-content{
    padding-top: 10px;
  }

  .partners-info{
    padding-top: 0;
  }

  .partners .page-title{
    margin-bottom: 20px;
  }

  .partners-info strong{
    padding-bottom: 12px;
  }

  .partners .big-item p{
    font-size: 14px;
  }

  .partners .big-item a{
    font-size: 14px;
  }

  .partners .big-item a[href^="tel:"]{
    color: #0066CC;
    text-decoration: underline;
    line-height: 32px;
  }

  .partners .big-item .comma{
    display: none;
  }

  .partners .big-list{
    margin-bottom: 0;
  }

  .partners .block{
    padding-bottom: 0;
  }

  .partners .page-content{
    padding-bottom: 20px;
  }

  .blog-main-item .card-title{
    font-size: 24px;
    line-height: 30px;
  }

  .blog-main-item .card-img{
    width: 48.6%;
    -webkit-flex-basis: 48.6%;
    flex-basis: 48.6%;
  }

  .arrow-list{
    display: block;
    margin-top: 15px;
    margin-bottom: 0;
  }

  .arrow-item{
    margin-left: 37px;
    width: 100%;
  }

  .arrow-item__content{
    margin-top: 0;
  }

  .arrow-item:before{
    top: 0;
    left: -6%;
    height: calc(100% + 13px);
  }

  .arrow-item:first-child:before{
    top: 8px;
    height: calc(100% + 5px);
  }

  .arrow-square{
    top: -3px;
    width: auto;
    height: 40px;
    left: calc(-6% - 5px);
  }

  .arrow-item:nth-child(even){
    margin-left: 37px;
    width: 100%;
    text-align: left;
  }

  .arrow-item:nth-child(even):before{
    top: 0;
    left: -6%;
    height: calc(100% + 13px);
  }

  .arrow-item:nth-child(even) .arrow-item__content > h4{
    padding-left: 0;
    padding-right: 80px;
  }

  .arrow-item:nth-child(even) .arrow-text{
    padding-left: 0;
    padding-right: 45px;
  }

  .arrow-item:nth-child(even) .arrow-square{
    right: auto;
    left: calc(-6% - 5px);
  }

  .arrow-item:nth-child(even):last-child .arrow-item__content > h4:after{
    left: -6%;
  }

  .arrow-item:last-child .arrow-item__content > h4:after{
    left: -6%;
  }

  .arrow-item__content > h4{
    padding-right: 80px;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 18px;
    margin-top: 0;
  }

  .arrow-year:before{
    display: none;
  }

  .arrow-year h3{
    font-size: 27px;
    margin-bottom: 15px;
  }

  .arrow-text{
    padding-right: 45px;
    padding-bottom: 45px;
  }

  .arrow-text h4{
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
  }

  .about-who .example-quote img:first-child{
    max-width: 70%;
  }

  .about-production .catalog-cats-item{
    height: 250px;
    width: 50% !important;
  }

  .about-experience .block.dark{
    min-height: 350px;
  }

  .about-experience .text-and-stat.long,
  .about-experience .text-and-stat.tall{
    padding-right: 0;
  }

  .about-personal .block.dark{
    min-height: 400px;
  }

  .about-personal-tabs-title{
    margin-bottom: 25px;
  }

  .about-personal-tabs-title .section-title{
    margin-bottom: 20px;
  }

  .about-personal .textimg-content{
    padding-top: 0;
    max-width: none;
  }

  .about-personal .textimg-content-img{
    left: 0;
  }

  .about-personal-tabs-title{
    position: relative;
    max-width: none;
    top: auto;
  }

  .about-personal-tabs .pagecontent-nav-wrap{
    width: 100%;
    padding-top: 40px;
  }

  .about-personal .textimg-content-text{
    min-width: 100%;
  }

  .about-personal-tabs-content{
    margin-bottom: 40px;
  }

  .about-warranty .documents-block{
    display: block;
    margin-right: 0;
    margin-left: 0;
    padding-top: 25px;
  }

  .about-warranty .documents-img{
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 22px;
    margin-top: 0;
  }

  .tabs-nav{
    display: none;
  }

  .tabs-content{
    border-radius: 0;
    border: none;
    background: #FFFFFF;
  }

  .tabs-block{
    padding: 12px 21px 32px;
    background: #F2F7FC;
  }

  .tabs-block.active{
    display: none;
  }

  .tabs-block.mobile-active{
    display: block;
  }

  .tabs-block-mobile-title{
    display: block;
    margin-top: 2px;
  }

  .tabs-block-mobile-title:first-child{
    margin-top: 0;
  }

  .tabs-block-mobile-title.active{
    background-color: #F2F7FC;
    color: #0066CC;
  }

  .tabs-block-mobile-title.active:after{
    border-right-color: #0066CC;
    border-bottom-color: #0066CC;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-bottom: 3px;
  }

  .order-block{
    margin-top: 0;
  }

  .order-block-image{
    display: none;
  }

  .order-block-form{
    margin: 0 auto;
  }

  .share{
    max-width: 100%;
    width: auto;
  }
}

@media (max-width: 1022.98px){
  .table-responsive-md{
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-md > .table-bordered{
    border: 0;
  }
}

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

  li:before{
    top: 10px;
  }

  .text{
    font-size: 14px;
  }

  .wrapper{
    padding-left: 21px;
    padding-right: 21px;
  }

  .block{
    padding-top: 28px;
    padding-bottom: 28px;
  }

  h1,
  .h1{
    font-size: 24px;
    line-height: 1.2em;
  }

  h2,
  .h2{
    margin-bottom: 10px;
  }

  h3,
  .h3{
    font-size: 20px;
    line-height: 26px;
  }

  blockquote{
    padding-top: 52px;
    padding-bottom: 52px;
  }

  blockquote:before{
    bottom: inherit;
    top: 25px;
    right: 21px;
    width: 30px;
    height: 30px;
  }

  .blockquote-img{
    float: none;
    width: 177px;
    height: 177px;
    margin: 0 auto 24px;
  }

  .wp-block-quote{
    margin-left: -21px;
    margin-right: -21px;
  }

  .note{
    margin-left: -21px;
    margin-right: -21px;
    padding-left: 64px;
    padding-right: 21px;
  }

  .note .svgicon{
    left: 21px;
  }

  .page-text{
    border: none;
    padding: 0;
  }

  .page-text p{
    margin-bottom: 21px;
  }

  .page-text h6,
  .page-text .h6{
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 16px;
  }

  .wp-block-image{
    margin-bottom: 21px;
  }

  .section-title{
    margin-bottom: 27px;
  }

  .section-title span{
    max-width: 100%;
  }

  .section-title span:before{
    content: none;
  }

  .mobile-header{
    display: block;
    padding: 15px 0;
  }

  .mobile-header .logo-block{
    width: 240px;
  }

  .mobile-header .logo-block img{
    width: 34px;
    margin-right: 6px;
  }

  .mobile-header .logo-block .logo-slogan{
    width: 130px;
    font-size: 11px;
    line-height: 13px;
    color: #000000;
    margin-top: 2px;
  }

  .mobile-header .menu-toggle{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    right: 26px;
  }

  .footer{
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .footer .footer-logo{
    width: 66px;
    -webkit-flex-basis: 66px;
    flex-basis: 66px;
    margin-right: 22px;
  }

  .footer .wrapper{
    padding-left: 36px;
    padding-right: 36px;
  }

  .footer-menu-wrap{
    font-size: 14px;
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    padding-top: 0;
  }

  .footer-menu .menu-item{
    margin-bottom: 16px;
  }

  .footer-content{
    border-top: 1px solid #A3A1A1;
    margin-top: 14px;
    padding-top: 22px;
    font-size: 12px;
  }

  .footer-contacts{
    font-size: 10px;
  }

  .footer-contacts-title{
    display: none;
  }

  .footer .subscribe{
    margin-left: -36px;
    margin-right: -36px;
    padding: 23px 21px 24px;
  }

  .footer .subscribe .btn{
    border-color: #0066CC;
    color: #0066CC;
  }

  .contacts-links{
    font-size: 11px;
    margin-bottom: 3px;
  }

  .contacts-links .phoners,
  .contacts-links .emails{
    margin-bottom: 20px;
  }

  .copyright{
    padding: 40px 40px 70px;
  }

  .promo-block{
    padding-top: 0;
  }

  .promo-block-title{
    min-height: 233px;
    margin-left: -21px;
    margin-right: -21px;
    margin-bottom: 17px;
    padding: 28px 21px 48px 21px;
  }

  .promo-block-text{
    font-size: 14px;
    line-height: 21px;
    max-width: 100%;
    margin-bottom: 0;
  }

  .promo-block-text p{
    margin-bottom: 20px;
  }

  .promo-block-text .btn{
    padding: 15px 20px;
    font-size: 14px;
    display: block;
  }

  .promo-block h1,
  .promo-block .h1{
    font-size: 24px;
    line-height: 1.25em;
  }

  .advantages-block{
    margin-top: 36px;
    overflow: hidden;
  }

  .advantages-block h2,
  .advantages-block .h2{
    font-size: 20px;
    line-height: 26px;
  }

  .advantages-block .section-title{
    padding-top: 0;
  }

  .advantages-block .subscribe{
    width: auto;
  }

  .advantages-list{
    left: 0;
    margin-bottom: 28px;
  }

  .advantages-list-item{
    font-size: 14px;
    opacity: 0;
  }

  .swiper-slide-active .advantages-list-item{
    opacity: 1;
  }

  .advantages-list .advantages-list-item:before,
  .advantages-list .swiper-slide.swiper-slide-active .advantages-list-item:before{
    right: -324px;
    width: auto;
    left: -12px;
    border-top: none;
    bottom: -10px;
  }

  .advantages-list .advantages-list-item:after,
  .advantages-list .swiper-slide.swiper-slide-active .advantages-list-item:after{
    content: " ";
    top: 10;
    left: 100%;
    height: 100%;
    margin-left: -1px;
    width: 1000px;
    background: inherit;
  }

  .advantages-list .swiper-pagination{
    margin-top: 36px;
    left: 0;
  }

  .why-slider-wrap{
    margin: 28px auto 0;
  }

  .why-slider-wrap .swiper-pagination .swiper-pagination-bullet{
    margin-left: 6px;
    margin-right: 6px;
  }

  .why-slide{
    padding-left: 21px;
    padding-right: 21px;
  }

  .why-slide-img{
    margin-bottom: 31px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .why-slide-text{
    padding: 21px 15px 21px;
    min-height: 233px;
  }

  .why-slide-text-wrap{
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .why-slide-text-wrap:before{
    right: 4px;
    top: 35px;
    font-size: 200px;
    line-height: 200px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .why-slide-text:before{
    left: 17px;
    border-left: none;
    width: auto;
    right: 17px;
    border-bottom-width: 17px;
  }

  .why-slide-text h4,
  .why-slide-text .h4{
    font-size: 20px;
    margin-bottom: 7px;
  }

  .why-slide-text p{
    margin-bottom: 20px;
  }

  .why-slide-text blockquote{
    padding-bottom: 0;
  }

  .why-slide-text blockquote:after{
    top: -8px;
    width: 24px;
    height: 20px;
  }

  .why-slide-text blockquote cite{
    margin: 0;
    padding: 0;
  }

  .opt-scheme{
    margin-left: -21px;
    margin-right: -21px;
    padding-bottom: 60px;
  }

  .opt-scheme-title{
    font-size: 14px;
    line-height: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 55px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }

  .opt-scheme-items{
    width: auto;
    padding-left: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 220px;
    margin-left: auto;
  }

  .opt-scheme-right .opt-scheme-title{
    padding-right: 50%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  .opt-scheme-right.opt-scheme-block .opt-scheme-content{
    padding-left: 108px;
    padding-right: 50px;
  }

  .opt-scheme-right.opt-scheme-block .opt-scheme-item:after{
    margin-right: 9px;
  }

  .opt-scheme-right .opt-scheme-item-wrap{
    padding-left: 0;
  }

  .opt-scheme-right .opt-scheme-item span{
    padding-left: 0;
  }

  .opt-scheme-right .opt-scheme-item.final{
    right: 0;
  }

  .opt-scheme-right .opt-scheme-items{
    margin-left: 0;
  }

  .opt-scheme-content{
    padding-left: 50px;
    display: block;
  }

  .opt-scheme-text{
    display: none;
  }

  .opt-scheme-item{
    margin-bottom: 30px !important;
    position: relative;
    z-index: 5;
  }

  .opt-scheme-item-wrap:before{
    content: none;
  }

  .opt-scheme-item span{
    display: block;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .opt-scheme-item span:before{
    content: none;
  }

  .opt-scheme-item.with-text > .opt-scheme-item-wrap > span:after{
    content: " ";
    display: inline-block;
    vertical-align: middle;
    margin: -5px -18px 0 10px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #0066CC;
    border-bottom: 1px solid #0066CC;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .opt-scheme-item.opened > .opt-scheme-item-wrap > span:after{
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: 4px;
  }

  .opt-scheme-item.opened .opt-scheme-text-item{
    display: block;
    font-size: 14px;
    color: #000000;
    padding-top: 10px;
    margin: 0 !important;
  }

  .opt-scheme-item.final{
    position: relative;
    margin-bottom: -30px !important;
  }

  .factor{
    margin-left: 0;
    margin-right: 0;
    padding: 40px 20px;
    margin-bottom: 80px;
  }

  .factor-list{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-top: 0;
  }

  .factor-list-item{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    margin-bottom: 21px;
  }

  .factor-list-item-icon{
    width: 32px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32px;
    flex: 0 0 32px;
    margin-right: 12px;
    margin-bottom: 0;
    min-height: 0;
  }

  .factor-text{
    margin-left: -7px;
    margin-right: -7px;
    margin-bottom: -100px;
    padding: 24px 19px;
    font-size: 14px;
  }

  .packages-slider-wrap{
    margin-left: -21px;
    margin-right: -21px;
  }

  .packages-item{
    padding: 17px 21px;
  }

  .swiper-slide-active .packages-item:before{
    top: -7px;
    bottom: -7px;
  }

  .swiper-slide-active .packages-item:before{
    top: -13px;
    bottom: -13px;
    left: -8px;
    right: -8px;
  }

  .packages-item .dots .dot{
    width: 10px;
    height: 10px;
  }

  .packages-item .btn{
    padding-left: 10px;
    padding-right: 10px;
    min-width: 0;
  }

  .packages-item-title{
    font-size: 14px;
    min-height: 0;
    margin-bottom: 13px;
  }

  .packages-item-title h5,
  .packages-item-title .h5{
    margin-bottom: 6px;
  }

  .packages-item-title .capt{
    font-size: 10px;
  }

  .packages-item-list{
    font-size: 10px;
    line-height: 16px;
  }

  .ab-list-item{
    margin-bottom: 18px;
  }

  .ab-list-item-val{
    width: 14px;
  }

  .ab-list-item-val .svgicon{
    width: 14px;
  }

  .target-block-img{
    top: -50px;
    margin-bottom: 0;
  }

  .target-block-content h2,
  .target-block-content .h2{
    font-size: 24px;
    line-height: 30px;
  }

  .target-list{
    max-width: 100%;
    margin: 0;
  }

  .target-list-item{
    padding: 0 0 0 44px;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
  }

  .target-list-item-icon{
    width: 32px;
    left: 0;
  }

  .target-list-item-title{
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 7px;
  }

  .target-list-item:nth-child(n){
    width: 100%;
  }

  .examples-block-title h2,
  .examples-block-title .h2{
    float: none;
    max-width: 100%;
    margin-bottom: 27px;
  }

  .examples-slider{
    margin-left: -21px;
    margin-right: -21px;
  }

  .counter{
    width: 100%;
    text-align: center;
  }

  .counter-nums{
    width: auto;
  }

  .counter .tick-text-inline{
    width: 5px;
  }

  .counter .tick{
    font-size: 32px;
  }

  .counter .tick-flip{
    min-width: 0;
  }

  .counter .tick-flip-card{
    width: 32px;
    height: 56px;
    line-height: 62px;
    font-size: 56px;
    margin-right: 3px;
    text-indent: 6px;
  }

  .example{
    padding-bottom: 36px;
    box-shadow: -5px 10px 27px rgba(0, 102, 204, 0.2);
  }

  .example-img{
    margin-bottom: 5px;
  }

  .example-capt{
    text-align: center;
    margin-bottom: 20px;
  }

  .example-title{
    display: none;
  }

  .example-mobile-title{
    display: block;
    margin-bottom: 15px;
  }

  .example-quote{
    margin-top: 60px;
    box-shadow: none;
    padding: 0 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .example-quote-photo{
    width: 158px;
    height: 158px;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto 20px;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
  }

  .example-quote-photo img{
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 10000px;
    min-height: 100%;
    min-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .example-quote:before{
    bottom: inherit;
    top: 0;
    right: 0;
  }

  .example-quote blockquote{
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3;
    margin: 20px 0 0;
  }

  .example-quote cite{
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
  }

  .pagecontent-nav-wrap{
    padding-top: 20px;
  }

  .pagecontent-nav-wrap ul{
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -5px;
    font-size: 0;
  }

  .pagecontent-nav-wrap .menu-item{
    padding: 0 10px;
    margin: 0 0 15px;
    width: 50%;
    max-width: 50%;
    font-size: 10px;
  }

  .pagecontent-nav-wrap .menu-item a{
    padding: 12px 5px;
    line-height: normal;
  }

  .mess-block{
    padding-bottom: 13px;
  }

  .mess-block h4,
  .mess-block .h4{
    margin-right: 10px;
    margin-bottom: 15px;
  }

  .mess-block .btn{
    display: block;
    margin: 0 auto 15px;
    max-width: 240px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .subscribe{
    font-size: 14px;
  }

  .subscribe p{
    margin-bottom: 12px;
  }

  .subscribe-form .form-control{
    text-align: center;
    border-color: #0066CC;
  }

  .subscribe .form-group{
    margin-bottom: 11px;
  }

  .textimg -content-text{
    padding: 25px 22px;
  }

  .textimg -content-text h3,
  .textimg -content-text .h3{
    font-size: 20px;
    line-height: 26px;
  }

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

  .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    margin-left: 6px;
    margin-right: 6px;
  }

  .slider{
    margin-left: -21px;
    margin-right: -21px;
    background: #FFFFFF;
  }

  .slider .swiper-pagination{
    display: none;
  }

  .slider .swiper-button-prev,
  .slider .swiper-button-next{
    width: 14px;
  }

  .slider .swiper-button-prev{
    left: 10px;
  }

  .slider .swiper-button-next{
    right: 10px;
  }

  .slider-content{
    padding-top: 30px;
    padding-left: 21px;
    padding-right: 21px;
  }

  .slider-title{
    font-size: 20px;
  }

  .cover-slide{
    padding-bottom: 64%;
  }

  .pagination li{
    margin: 0;
  }

  .pagination li > a,
  .pagination li > span{
    width: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

  .video-text .video{
    margin-bottom: 20px;
  }

  .video-block .video-flex{
    display: block;
  }

  .video-block .little-video{
    margin-bottom: 24px;
  }

  .video-block h3{
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0;
  }

  .about .example-quote-photo{
    margin-top: 55px;
  }

  .about .example-quote:before{
    top: 30px;
    right: 30px;
    width: 32px;
    height: 32px;
  }

  .page-title{
    margin-bottom: 27px;
  }

  .page-content{
    padding: 28px 0;
  }

  .single-main-image,
  .page-text .single-main-image{
    margin: 0 -21px 20px;
  }

  .downloads-list{
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
  }

  .downloads-list li{
    padding: 0 0 0 20px;
    width: 50%;
  }

  .downloads-list li a{
    display: block;
    box-shadow: 2px 2px 20px rgba(0, 102, 204, 0.2);
    padding: 22px 25px 22px 68px;
    text-decoration: none;
  }

  .downloads-list li a:before{
    left: 42px;
  }

  .downloads-title{
    font-size: 20px;
    margin-bottom: 20px;
  }

  .downloads-title:before{
    content: none;
  }

  .downloads-title span{
    background: none;
  }

  .catalog-grid .item{
    width: 100%;
  }

  .catalog-grid.list .item .card{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: auto;
  }

  .catalog-grid.list .item .card-img{
    width: 100%;
    height: 200px;
    -webkit-flex-basis: 200px;
    flex-basis: 200px;
  }

  .catalog-display{
    display: none;
  }

  .category-adv-title{
    margin-bottom: 38px;
    margin-bottom: 18px;
  }

  .category-adv-block{
    padding-top: 44px;
  }

  .category-adv-item{
    width: 100%;
    margin-bottom: 21px;
  }

  .category-adv-title{
    margin-right: 0;
  }

  .category-adv-title span{
    max-width: 100%;
  }

  .category-adv-title span:after{
    content: none;
  }

  .category-promo .promo-block-icon{
    top: 36px;
    width: 32px;
  }

  .category-promo .promo-block-title{
    padding-left: 60px;
    min-height: 179px;
    padding-bottom: 20px;
    margin-bottom: 24px;
    padding-top: 42px;
  }

  .solution-slider-wrap{
    margin: 0 -21px 30px;
  }

  .solution-slider-wrap .swiper-slide{
    padding: 0 21px;
  }

  .solution-slider-top{
    margin-bottom: 20px;
  }

  .related .catalog-grid .item:nth-child(n){
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }

  .page-404 .img-404{
    width: 50%;
    height: auto;
  }

  .news-item .card-content{
    padding: 15px 17px 17px;
  }

  .news-item .card-text{
    display: none;
  }

  .news-item.medium .card-content{
    min-height: 0;
  }

  .news-item.main-news-item{
    background: #FFFFFF;
    margin-left: -21px;
    margin-right: -21px;
    width: auto;
  }

  .news-item.main-news-item .card{
    border: none;
  }

  .news-item.main-news-item .card-link{
    padding-bottom: 0;
  }

  .news-item.main-news-item .card-img{
    position: relative;
    height: 300px;
  }

  .news-item.main-news-item .card-img:after{
    content: none;
  }

  .news-item.main-news-item .card-content{
    position: relative;
    color: #000000;
    padding: 15px 21px 17px;
  }

  .news-item.main-news-item .card-text,
  .news-item.main-news-item .card-title{
    color: inherit;
  }

  .news-item.main-news-item .card-title{
    font-size: 20px;
  }

  .news-item.main-news-item .card-text{
    display: block;
    font-size: 16px;
  }

  .news-item.main-news-item .card-footer .btn{
    width: 40px;
    height: 40px;
    line-height: 38px;
  }

  .partners .big-item{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .blog-main-item .card{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .blog-main-item .card-title{
    font-size: 20px;
    line-height: 24px;
  }

  .blog-main-item .card-img{
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 260px;
    flex: 0 0 260px;
    height: 260px;
    min-height: 0;
  }

  .blog-main-item .card-text{
    display: block;
  }

  .blog .news-item .card-footer{
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 8px;
  }

  .blog .news-item .card-text{
    display: block;
  }

  .about-who .example-quote{
    margin-top: 50px;
    padding-left: 0;
    box-shadow: 5px 5px 20px rgba(0, 102, 204, 0.2);
  }

  .about-who .example-quote-photo{
    width: 200px;
    height: 200px;
  }

  .about-production .catalog-cats-item{
    height: 200px;
  }

  .about-experience .example-quote{
    padding-left: 0;
    margin-top: 25px;
    margin-bottom: 60px;
    box-shadow: 5px 5px 20px rgba(0, 102, 204, 0.2);
  }

  .about-experience .example-quote-photo{
    width: 200px;
    height: 200px;
  }

  .about-experience-gallery h3{
    font-size: 24px;
    line-height: 30px;
  }

  .about-experience-map h3{
    font-size: 24px;
    line-height: 30px;
  }

  .about-experience .slide-text:before{
    padding-bottom: 64%;
  }

  .about-personal .block.dark{
    min-height: 300px;
  }

  .about-personal-tabs .pagecontent-nav-wrap .menu-item{
    width: 300px;
    margin: 0 3px;
  }

  .about-personal-tabs .pagecontent-nav-wrap .menu-item a{
    padding: 15px 20px 15px;
  }

  .about-warranty .target-block-content h2,
  .about-warranty .target-block-content .h2{
    font-size: 24px;
    line-height: 30px;
  }

  .about-warranty .target-list{
    margin-top: 30px;
  }

  .about-warranty .target-list-item-text{
    padding-right: 10px;
    padding-left: 50px;
  }

  .about-warranty-additionally{
    width: 500px;
    padding-top: 20px;
    padding-left: 24px;
    padding-right: 10px;
    padding-bottom: 20px;
  }

  .order-block-form{
    padding: 32px 21px;
  }

  .modal .modal-dialog{
    margin: 0 auto;
  }

  .modal-close{
    display: block;
  }

  .share{
    font-size: 12px;
  }

  .share-block{
    text-align: center;
    border: none;
    padding-left: 0;
    padding-right: 0;
  }

  .share-block .single-tags-wrap{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .share-block .single-tags-wrap .tags-block{
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
  }

  .share-block .socials{
    display: block;
    margin-top: 20px;
  }

  .tags{
    margin-left: -5px;
  }

  .tags li{
    margin: 0 0 5px 5px;
  }

  .tags li a,
  .tags li span{
    font-size: 12px;
    padding: 5px 10px;
  }
}

@media (max-width: 767.98px){
  .table-responsive-sm{
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-sm > .table-bordered{
    border: 0;
  }
}

@media screen and (max-width: 576px){
  h1,
  .h1{
    font-size: 24px;
    line-height: 30px;
  }

  h2,
  .h2{
    font-size: 24px;
    line-height: 28px;
  }

  h3,
  .h3{
    font-size: 20px;
    line-height: 30px;
  }

  h4,
  .h4{
    font-size: 20px;
    line-height: 24px;
  }

  h5,
  .h5{
    font-size: 20px;
    line-height: 24px;
  }

  h6,
  .h6{
    font-size: 14px;
    line-height: 21px;
  }

  .btn.btn-lg,
  .btn-group-lg > .btn{
    min-width: 0;
  }

  .table td,
  .table th{
    padding: 15px;
  }

  .wp-block-media-text div{
    margin-left: 15px;
  }

  .wp-block-quote{
    font-size: 14px;
    padding-left: 21px;
    padding-right: 21px;
    padding-bottom: 60px;
  }

  .wp-block-quote:before{
    top: inherit;
    bottom: 15px;
  }

  .mess,
  .page-text .mess{
    margin-left: -21px;
    margin-right: -21px;
    padding-left: 42px;
    padding-right: 42px;
    max-width: 1000px;
    position: relative;
  }

  .mess-icon,
  .page-text .mess-icon{
    position: absolute;
    top: 29px;
    left: 42px;
    width: 24px;
    padding: 0;
  }

  .mess-icon + .mess-text h5,
  .mess-icon + .mess-text .h5,
  .page-text .mess-icon + .mess-text h5,
  .page-text .mess-icon + .mess-text .h5{
    padding-left: 38px;
    margin-bottom: 10px;
  }

  .why-slider-wrap{
    margin: 28px -21px 0;
  }

  .mess-block h4,
  .mess-block .h4{
    max-width: 240px;
    margin: 0 auto 18px;
  }

  .video-text,
  .page-text .video-text{
    margin-left: -21px;
    margin-right: -21px;
    padding: 26px 21px;
    max-width: 1000px;
    font-size: 14px;
    text-align: left;
    font-weight: 500;
  }

  .big-video{
    padding-bottom: 0;
  }

  .big-video-text{
    display: none;
  }

  .text-and-stat p{
    margin-bottom: 20px;
  }

  .text-and-stat h4{
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 30px;
  }

  .text-and-stat .order-block-form{
    padding: 19px 30px 20px 13px;
  }

  .text-and-stat .order-block-form .h5{
    font-weight: 500;
    margin-bottom: 17px;
  }

  .text-and-stat .order-block-form .h2{
    font-size: 36px;
    line-height: 32px;
    font-weight: normal;
    letter-spacing: 0.01px;
    margin-bottom: 25px;
  }

  .text-and-stat .order-block-form .h2 span{
    display: block;
    font-size: 30px;
  }

  .text-and-stat .order-block-form.long{
    width: 90%;
  }

  .text-and-stat .order-block-form{
    padding: 41px 0 4px 24px;
  }

  .text-and-stat .numbs-and-facts.long-block,
  .text-and-stat .numbs-and-facts.tall-block{
    width: 100%;
  }

  .text-and-stat .order-block-form.numbs-and-facts .h2{
    font-size: 36px;
    margin-bottom: 5px;
  }

  .text-and-stat .numbs-and-facts h3{
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 0;
  }

  .text-and-stat .numbs-and-facts ul{
    margin-top: 33px;
  }

  .text-and-stat .numbs-and-facts ul p{
    font-size: 20px;
    line-height: 24px;
    margin-left: 25px;
    margin-top: 3px;
  }

  .text-and-stat .numbs-and-facts.long-block li,
  .text-and-stat .numbs-and-facts.tall-block li{
    margin-bottom: 14px;
  }

  .text-and-stat .numbs-and-facts.long-block ul,
  .text-and-stat .numbs-and-facts.tall-block ul{
    margin-bottom: 0;
  }

  .numbs-and-facts__location p{
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
  }

  .text-and-stat .numbs-and-facts.tall-block ul p{
    width: 180px;
  }

  .numbs-and-facts__location:before{
    top: 0;
    left: 2px;
  }

  .numbs-and-facts__location{
    margin-top: 12px;
    padding-left: 40px;
  }

  .page-content{
    padding: 14px 0;
  }

  .filters-title{
    font-size: 14px;
  }

  .downloads-list li{
    width: 100%;
  }

  .downloads-title{
    font-size: 20px;
  }

  .catalog-cats-item{
    width: 50% !important;
    height: auto;
  }

  .catalog-cats-item a{
    box-shadow: 2px 2px 20px rgba(0, 102, 204, 0.2);
    padding: 15px 16px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  .catalog-cats-item a:before{
    content: none;
  }

  .catalog-cats-item-icon{
    margin-top: 4px;
  }

  .catalog-cats-item.long-title{
    font-size: 12px;
  }

  .category-promo{
    margin-top: 26px;
  }

  .category-adv-title{
    font-size: 20px;
    font-weight: normal;
  }

  .category-adv-item{
    width: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }

  .solution-table .table-responsive{
    margin: 0 -21px;
    width: auto;
  }

  .solution-table table *{
    display: block;
    width: 100%;
  }

  .solution-table table td,
  .solution-table table th{
    padding: 0;
  }

  .solution-table table td:first-child{
    font-weight: bold;
  }

  .solution-table table tr{
    padding: 10px 21px;
    height: auto;
  }

  .page-404 .main-img{
    top: -15px;
  }

  .page-404 .main-img .mini-logo img{
    width: 66%;
  }

  .page-404 .main-img .btn{
    font-size: 14px;
  }

  .page-404 .img-404{
    width: 80%;
    height: auto;
  }

  .contacts-map .map{
    padding-bottom: 65%;
  }

  .contacts .block{
    padding-top: 0;
  }

  .contacts .page-content{
    padding-top: 10px;
  }

  .contacts .page-title{
    margin-bottom: 16px;
  }

  .contacts-info h5{
    margin-bottom: 15px;
  }

  .contacts .contact-us{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .contacts .contact-us span{
    display: none;
  }

  .contacts .contact-us p{
    padding-bottom: 20px;
  }

  .contacts-phone{
    font-weight: 500;
    color: #0066CC !important;
    display: block;
    padding-bottom: 13px;
    text-decoration: underline;
  }

  .contacts-info__text{
    padding-bottom: 7px;
  }

  .contacts-info__socials .socials{
    padding-top: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }

  .contacts-info__socials .socials-item a{
    width: 47px;
    height: 47px;
  }

  .contacts-info__socials .socials-item a i{
    font-size: 25px;
  }

  .contacts .contacts-info__socials .socials-item{
    display: block;
    margin-right: 30px;
  }

  .contacts-map{
    padding: 0;
  }

  .contacts-map .map{
    margin: 0 -20px;
    padding-bottom: 71%;
  }

  .contacts-centers{
    padding-top: 40px;
    padding-bottom: 0;
  }

  .contacts-centers .contacts-centers__title{
    font-size: 24px;
    padding-bottom: 8px;
  }

  .contacts .centers-img{
    padding-bottom: 13px;
  }

  .contacts .centers-item p{
    line-height: 18px;
  }

  .contacts .centers-item{
    margin-bottom: 46px;
  }

  .contacts-office h3{
    display: none;
  }

  .contacts .btn-txt{
    display: none;
  }

  .contacts .btn-txt-mini{
    display: inline;
    font-size: 14px;
  }

  .contacts-office .btn{
    width: 100%;
  }

  .contacts-office .office-left-block{
    min-width: 0;
  }

  .contacts-office .btn .icon.arrow:after{
    right: -34px;
  }

  .contacts-office .office-btn{
    margin-bottom: 25px;
  }

  .big-list{
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }

  .news-item .card-img,
  .news-item.medium .card-img{
    -webkit-flex-basis: 186px;
    flex-basis: 186px;
    height: 186px;
  }

  .news-item .card-footer .btn{
    width: 35px;
    height: 35px;
    line-height: 30px;
  }

  .news-item.main-news-item .card-footer{
    margin-bottom: 16px;
  }

  .news-item.main-news-item .card-footer .btn{
    display: none;
  }

  .news-item.main-news-item .card-content > .btn{
    margin-top: 0;
  }

  .blog .news-item .card-footer,
  .blog-main-item .card-footer{
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 8px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    order: 0;
  }

  .blog .news-item .card-footer .btn,
  .blog-main-item .card-footer .btn{
    display: none;
  }

  .blog .news-item .card-title,
  .blog-main-item .card-title{
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
  }

  .blog .news-item .card-text,
  .blog-main-item .card-text{
    display: block;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
  }

  .blog .news-item .card-content > .btn,
  .blog-main-item .card-content > .btn{
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3;
  }

  .blog-main-item .card{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    border: none;
    padding: 0;
  }

  .blog-main-item .card-content{
    padding-left: 0;
    padding-right: 0;
  }

  .blog-main-item .card-img{
    margin-left: -21px;
    margin-right: -21px;
    width: auto;
  }

  .blog .news-item .card-footer,
  .blog-main-item .card-footer{
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 8px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    order: 0;
  }

  .blog .news-item .card-footer .btn,
  .blog-main-item .card-footer .btn{
    display: none;
  }

  .blog .news-item .card-title,
  .blog-main-item .card-title{
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
  }

  .blog .news-item .card-text,
  .blog-main-item .card-text{
    display: block;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
  }

  .blog .news-item .card-content > .btn,
  .blog-main-item .card-content > .btn{
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3;
  }

  .about-who .example-quote{
    margin-bottom: 85px;
  }

  .about-who .example-quote cite{
    padding-top: 6px;
    padding-right: 35px;
  }

  .about-who .example-quote blockquote{
    padding-right: 20px;
    margin-top: 16px;
  }

  .about-who .example-quote blockquote,
  .about-who .example-quote cite{
    padding-left: 20px;
  }

  .about-who .text-and-stat .order-block-form:before{
    top: 13px;
  }

  .about-production .catalog-cats{
    margin-bottom: 7px;
  }

  .about-production .catalog-cats-item{
    height: 180px;
    width: 100% !important;
  }

  .about-production .big-video{
    padding-top: 0;
    padding-bottom: 43px;
  }

  .about-experience .example-quote cite{
    padding-top: 6px;
    padding-right: 35px;
  }

  .about-experience .example-quote blockquote{
    padding-right: 20px;
    margin-top: 16px;
  }

  .about-experience .example-quote blockquote,
  .about-experience .example-quote cite{
    padding-left: 20px;
  }

  .about-experience .block.dark{
    min-height: 180px;
    margin: 15px 21px 13px 21px;
  }

  .about-experience .text-and-stat.tall{
    margin-bottom: 35px;
  }

  .about-experience-gallery{
    margin-bottom: 40px;
  }

  .about-experience .slider{
    margin-top: 20px;
  }

  .about-experience-map{
    margin-bottom: 60px;
  }

  .about-experience-map .map{
    margin: 0 -21px;
    padding-bottom: 62%;
  }

  .about-experience .slide-text{
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: left;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 1.85%, #0066CC 86.56%) !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 1.85%, #0066CC 86.56%) !important;
  }

  .about-experience .slide-text h4{
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
  }

  .about-experience .slide-text:before{
    display: none;
  }

  .about-personal .block.dark{
    min-height: 180px;
  }

  .about-personal-tabs .pagecontent-nav-wrap .menu-item{
    min-width: 100%;
  }

  .about-personal .text-and-stat .order-block-form{
    padding: 25px 0 4px 10px;
  }

  .about-personal .text-and-stat .order-block-form.long{
    width: 100%;
  }

  .about-personal .text-and-stat{
    margin-top: 46px;
  }

  .about-personal-tabs .pagecontent-nav-wrap{
    padding-top: 19px;
  }

  .about-personal-tabs .pagecontent-nav-wrap .menu-item a{
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 13px;
  }

  .about-personal-tabs-title .section-title{
    font-size: 24px;
    line-height: 30px;
  }

  .about-personal .textimg-content{
    margin-top: 21px;
  }

  .about-personal-tabs-title .section-specifications{
    font-size: 14px;
    line-height: 18px;
    padding-left: 26px;
  }

  .about-personal-tabs-title .section-specifications:before{
    width: 18px;
    height: 23px;
    left: 0;
  }

  .about-warranty .documents-overflow{
    overflow: scroll;
  }

  .about-warranty .target-list{
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }

  .about-warranty .target-block-img{
    margin-bottom: 27px;
  }

  .about-warranty .target-block-content h2,
  .about-warranty .target-block-content .h2{
    margin-bottom: 35px;
  }

  .about-warranty .target-block-content h4{
    margin-bottom: 9px;
  }

  .about-warranty .target-list{
    margin-top: 18px;
  }

  .about-warranty .target-list-item-text{
    padding-right: 12px;
    padding-left: 40px;
  }

  .about-warranty .target-list-item{
    margin-bottom: 15px;
  }

  .about-warranty-additionally{
    width: auto;
    margin-left: -21px;
    margin-right: -21px;
    margin-top: 30px;
    padding-bottom: 6px;
    margin-bottom: 20px;
  }

  .about-warranty .target-block{
    margin-bottom: 13px;
  }

  .about-warranty .big-video{
    margin-bottom: 60px;
  }

  .about-warranty-documents{
    margin-top: 10px;
  }

  .about-warranty .documents-text{
    font-weight: 500;
  }

  .about-warranty .documents-text p{
    margin-bottom: 10px;
    line-height: 18px;
  }

  .about-warranty .target-block{
    margin-top: 120px;
  }

  .about-warranty .documents-img__item{
    width: 207px;
  }

  .about-warranty .documents-img{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
  }
}

@media (max-width: 575.98px){
  .table-responsive-xs{
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-xs > .table-bordered{
    border: 0;
  }
}

@media screen and (prefers-reduced-motion: reduce){
  .form-control{
    -webkit-transition: none;
    transition: none;
  }

  .btn{
    -webkit-transition: none;
    transition: none;
  }

  .custom-range::-webkit-slider-thumb{
    -webkit-transition: none;
    transition: none;
  }

  .custom-range::-moz-range-thumb{
    -webkit-transition: none;
    transition: none;
  }

  .custom-range::-ms-thumb{
    -webkit-transition: none;
    transition: none;
  }

  .custom-control-label::before,
  .custom-file-label,
  .custom-select{
    -webkit-transition: none;
    transition: none;
  }

  .modal.fade .modal-dialog{
    -webkit-transition: none;
    transition: none;
  }
}

@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: -webkit-flex !important;
    display: flex !important;
  }

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

  *,
  *::before,
  *::after{
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn){
    text-decoration: underline;
  }

  abbr[title]::after{
    content: " (" attr(title) ")";
  }

  pre{
    white-space: pre-wrap !important;
  }

  pre,
  blockquote{
    border: 1px solid #ADB5BD;
    page-break-inside: avoid;
  }

  thead{
    display: table-header-group;
  }

  tr,
  img{
    page-break-inside: avoid;
  }

  p,
  h2,
  h3{
    orphans: 3;
    widows: 3;
  }

  h2,
  h3{
    page-break-after: avoid;
  }

  @page{
    size: a3;
  }

  body{
    min-width: 1320px !important;
  }

  .container{
    min-width: 1320px !important;
  }

  .navbar{
    display: none;
  }

  .badge{
    border: 1px solid #000000;
  }

  .table{
    border-collapse: collapse !important;
  }

  .table td,
  .table th{
    background-color: #FFFFFF !important;
  }

  .table-bordered th,
  .table-bordered td{
    border: 1px solid #DEE2E6 !important;
  }

  .table-dark{
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody{
    border-color: #F2F7FC;
  }

  .table .thead-dark th{
    color: inherit;
    border-color: #F2F7FC;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 1.01), screen and (-moz-device-pixel-ratio: 1.01){
  .icon{
    background-image: url("../img/icons/sprite@x2.png");
    background-size: 250px auto;
  }
}

@media (hover: hover) and (pointer: fine){
  .packages-item:hover{
    color: #FFFFFF;
  }

  .packages-item:hover:before{
    top: -20px;
    left: -10px;
    right: -10px;
    bottom: -20px;
    background-color: #0066CC;
    box-shadow: 10px 20px 35px rgba(0, 102, 204, 0.3);
  }

  .packages-item:hover .dot{
    background-color: #FFFFFF;
  }

  .packages-item:hover .packages-item-title{
    border-bottom-color: #FFFFFF;
  }

  .packages-item:hover .packages-item-title,
  .packages-item:hover .packages-item-title .capt{
    color: #FFFFFF;
  }

  .packages-item:hover .ab-list-item-val,
  .packages-item:hover .ab-list-item.disabled .ab-list-item-val{
    color: #FFFFFF;
  }

  .packages-item:hover .btn{
    border-color: #FFFFFF;
    background: transparent;
    color: #FFFFFF;
  }

  .packages-item:hover .btn:hover{
    background-color: #FFFFFF;
    color: #0066CC;
  }
}

@media screen and (max-height: 1000px){
  .page-404 .main-img{
    height: 750px;
  }
}

@media screen and (max-height: 900px){
  .page-404 .main-img{
    height: 650px;
  }
}

@media screen and (max-height: 800px){
  .page-404 .main-img{
    height: 550px;
  }
}

@media screen and (max-height: 700px){
  .page-404 .main-img{
    height: 450px;
  }
}