@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Fira+Sans:300,400,500,600,700&display=swap&subset=cyrillic");

/*!
 * 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: #000000;
  --breakpoint-xs: 0;
  --breakpoint-sm: 680px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1280px;
  --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: 0.5rem;
}

p{
  margin-top: 0;
  margin-bottom: 1rem;
}

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: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6C757D;
  text-align: left;
  caption-side: bottom;
}

th{
  text-align: inherit;
}

label{
  display: inline-block;
  margin-bottom: 0.5rem;
}

button{
  border-radius: 0;
}

button:focus{
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea{
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input{
  overflow: visible;
}

button,
select{
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"]{
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner{
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"]{
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"]{
  -webkit-appearance: listbox;
}

.single-new-credit-mobile {
  display: none;
}

.single-new-credit {
  text-shadow: 1px 1px 2px #525252;
}

.single-new-credit a {
  text-shadow: 1px 1px 2px #377dff;
}


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: 0.5rem;
  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: 1rem;
  margin-bottom: 1rem;
  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: 1rem;
  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: 0.5rem;
  line-height: 1;
}

.figure-caption{
  font-size: 90%;
  color: #6C757D;
}

.container{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters{
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"]{
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto{
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.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: 1rem;
  background-color: transparent;
}

.table th,
.table td{
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #DEE2E6;
}

.table thead th{
  vertical-align: bottom;
  border-bottom: 2px solid #DEE2E6;
}

.table tbody + tbody{
  border-top: 2px solid #DEE2E6;
}

.table .table{
  background-color: #FFFFFF;
}

.table-sm th,
.table-sm td{
  padding: 0.3rem;
}

.table-bordered{
  border: 1px solid #DEE2E6;
}

.table-bordered th,
.table-bordered td{
  border: 1px solid #DEE2E6;
}

.table-bordered thead th,
.table-bordered thead td{
  border-bottom-width: 2px;
}

.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: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover{
  background-color: rgba(0, 0, 0, 0.075);
}

.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: #B8B8B8;
}

.table-hover .table-dark:hover{
  background-color: #ABABAB;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th{
  background-color: #ABABAB;
}

.table-active,
.table-active > th,
.table-active > td{
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover{
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th{
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th{
  color: #FFFFFF;
  background-color: #212529;
  border-color: #32383E;
}

.table .thead-light th{
  color: #495057;
  background-color: #E9ECEF;
  border-color: #DEE2E6;
}

.table-dark{
  color: #FFFFFF;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th{
  border-color: #32383E;
}

.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: #C2C5C7;
  opacity: 1;
}

.form-control::-moz-placeholder{
  color: #C2C5C7;
  opacity: 1;
}

.form-control::placeholder{
  color: #C2C5C7;
  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: #000000;
  border-color: #000000;
}

.btn-dark:hover{
  color: #FFFFFF;
  background-color: black;
  border-color: black;
}

.btn-dark:focus,
.btn-dark.focus{
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled{
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle{
  color: #FFFFFF;
  background-color: black;
  border-color: black;
}

.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(0, 0, 0, 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: #000000;
  background-color: transparent;
  background-image: none;
  border-color: #000000;
}

.btn-outline-dark:hover{
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus{
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled{
  color: #000000;
  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: #000000;
  border-color: #000000;
}

.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(0, 0, 0, 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: 0.5rem 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: black;
  background-color: #CCCCCC;
  border-color: #B8B8B8;
}

.alert-dark hr{
  border-top-color: #ABABAB;
}

.alert-dark .alert-link{
  color: black;
}

.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: black;
  background-color: #B8B8B8;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus{
  color: black;
  background-color: #ABABAB;
}

.list-group-item-dark.list-group-item-action.active{
  color: #FFFFFF;
  background-color: black;
  border-color: black;
}

.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: #1B2207;
}

.modal-backdrop.fade{
  opacity: 0;
}

.modal-backdrop.show{
  opacity: 0.3;
}

.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: #000000 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus{
  background-color: black !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: #000000 !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: 0.25rem !important;
}

.mt-1,
.my-1{
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1{
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1{
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1{
  margin-left: 0.25rem !important;
}

.m-2{
  margin: 0.5rem !important;
}

.mt-2,
.my-2{
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2{
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2{
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2{
  margin-left: 0.5rem !important;
}

.m-3{
  margin: 1rem !important;
}

.mt-3,
.my-3{
  margin-top: 1rem !important;
}

.mr-3,
.mx-3{
  margin-right: 1rem !important;
}

.mb-3,
.my-3{
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3{
  margin-left: 1rem !important;
}

.m-4{
  margin: 1.5rem !important;
}

.mt-4,
.my-4{
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4{
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4{
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4{
  margin-left: 1.5rem !important;
}

.m-5{
  margin: 3rem !important;
}

.mt-5,
.my-5{
  margin-top: 3rem !important;
}

.mr-5,
.mx-5{
  margin-right: 3rem !important;
}

.mb-5,
.my-5{
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5{
  margin-left: 3rem !important;
}

.p-0{
  padding: 0 !important;
}

.pt-0,
.py-0{
  padding-top: 0 !important;
}

.pr-0,
.px-0{
  padding-right: 0 !important;
}

.pb-0,
.py-0{
  padding-bottom: 0 !important;
}

.pl-0,
.px-0{
  padding-left: 0 !important;
}

.p-1{
  padding: 0.25rem !important;
}

.pt-1,
.py-1{
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1{
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1{
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1{
  padding-left: 0.25rem !important;
}

.p-2{
  padding: 0.5rem !important;
}

.pt-2,
.py-2{
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2{
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2{
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2{
  padding-left: 0.5rem !important;
}

.p-3{
  padding: 1rem !important;
}

.pt-3,
.py-3{
  padding-top: 1rem !important;
}

.pr-3,
.px-3{
  padding-right: 1rem !important;
}

.pb-3,
.py-3{
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3{
  padding-left: 1rem !important;
}

.p-4{
  padding: 1.5rem !important;
}

.pt-4,
.py-4{
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4{
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4{
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4{
  padding-left: 1.5rem !important;
}

.p-5{
  padding: 3rem !important;
}

.pt-5,
.py-5{
  padding-top: 3rem !important;
}

.pr-5,
.px-5{
  padding-right: 3rem !important;
}

.pb-5,
.py-5{
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5{
  padding-left: 3rem !important;
}

.m-auto{
  margin: auto !important;
}

.mt-auto,
.my-auto{
  margin-top: auto !important;
}

.mr-auto,
.mx-auto{
  margin-right: auto !important;
}

.mb-auto,
.my-auto{
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto{
  margin-left: auto !important;
}

.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: #000000 !important;
}

a.text-dark:hover,
a.text-dark:focus{
  color: black !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: #000000;
}

body{
  background: #FFFFFF;
  min-width: 300px;
  font: 14px/1.35em "Fira Sans", Arial, sans-serif;
}

img{
  max-width: 100%;
  height: auto;
}

::-moz-selection{
  color: #FFFFFF;
  background: #553F7E;
}

::selection{
  color: #FFFFFF;
  background: #553F7E;
}

/****** HEADINGS ******/

h1,
.h1{
  font-size: 32px;
  font-weight: 400;
  margin: 40px 0 22px;
}

h2,
.h2{
  font-size: 24px;
  font-weight: 600;
  margin: 20px 0 20px;
}

h3,
.h3{
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0 20px;
}

h4,
.h4{
  font-size: 20px;
  font-weight: 400;
  margin: 14px 0 24px;
}

h5,
.h5{
  font-size: 18px;
  font-weight: 600;
  color: #377DFF;
  margin: 14px 0 14px;
}

h6,
.h6{
  font-size: 16px;
  font-weight: 600;
  margin: 15px 0 10px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6{
  line-height: 1.5em;
}

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: #525252;
  height: 1px;
  border: none;
}

.subtitle{
  text-transform: uppercase;
  text-align: center;
  color: #377DFF;
  font-size: 14px;
  letter-spacing: 3px;
  margin-bottom: 20px;
  margin-bottom: 11px;
  font-weight: 500;
}

.subtitle + h1,
.subtitle + .h1{
  margin-top: 11px;
}

/****** TEXT BLOCK ******/

.text{
  font-size: 16px;
  line-height: 1.5em;
  color: #525252;
}

.text a{
  display: inline-block;
  line-height: 1em;
}

.text .media-img,
.text .ext-img{
  display: inline;
}

.text hr{
  margin: 47px 0 40px;
}

.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text .h1,
.text .h2,
.text .h3,
.text .h4,
.text .h5,
.text strong{
  color: #333333;
}

.text ul{
  overflow: hidden;
}

.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);
  position: absolute;
  top: 4px;
  left: 8px;
  color: #377DFF;
  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;
}

a{
  color: #377DFF;
  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;
}

/****** LISTS ******/

ul,
menu,
dir{
  padding: 0 0 0 23px;
  margin: 0 0 30px;
  list-style-type: none;
}

li{
  margin-bottom: 2px;
  position: relative;
}

li:before{
  content: "-";
  position: absolute;
  top: 0;
  left: -14px;
  width: 6px;
  height: 6px;
  color: #377DFF;
}

/****** UTILS ******/

.clearfix::after{
  display: block;
  content: "";
  clear: both;
}

.nobord{
  border: none;
}

.bg1{
  background-color: #F6F9FE;
}

.bg2{
  background-color: #E9F1FE;
}

.nowrap{
  display: inline-block;
}

/****** TABLES ******/

.table{
  border-radius: 5px;
  background-color: #525252;
  font-size: 15px;
  overflow: hidden;
}

.table thead tr{
  background-color: #525252;
}

.table thead tr th,
.table thead tr td{
  border: none;
  vertical-align: middle;
}

.table tr:nth-child(even){
  background-color: #525252;
}

.table tr:first-child th:first-child,
.table tr:first-child td:first-child{
  border-top-left-radius: 5px;
}

.table tr:first-child th:last-child,
.table tr:first-child td:last-child{
  border-top-left-radius: 5px;
}

.table tr:last-child th:first-child,
.table tr:last-child td:first-child{
  border-bottom-left-radius: 5px;
}

.table tr:last-child th:last-child,
.table tr:last-child td:last-child{
  border-bottom-left-radius: 5px;
}

.table th,
.table td{
  text-align: left;
  padding: 18px 30px;
  border: none;
  vertical-align: middle;
}

.table th{
  color: #377DFF;
  font-weight: 900;
  border: none;
  vertical-align: middle;
}

.table.table-shadow tbody tr:first-child th:first-child,
.table.table-shadow tbody tr:first-child td:first-child{
  position: relative;
}

.table.table-shadow tbody tr:first-child th:first-child:after,
.table.table-shadow tbody tr:first-child td:first-child:after{
  content: " ";
  position: absolute;
  top: -10000px;
  right: 0;
  width: 20px;
  height: 100000px;
  box-shadow: 5px 0 10px -3px rgba(50, 50, 50, 0.15);
}

.table.table-shadow tbody tr:first-child th:last-child,
.table.table-shadow tbody tr:first-child td:last-child{
  position: relative;
}

.table.table-shadow tbody tr:first-child th:last-child:after,
.table.table-shadow tbody tr:first-child td:last-child:after{
  content: none;
}

/****** BUTTONS ******/

.btn,
.woocommerce-Button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button{
  display: inline-block;
  vertical-align: middle;
  min-width: 188px;
  max-width: 100%;
  padding: 14px 20px;
  border: 1px solid #F6F9FE;
  background: #EBF1FE;
  color: #377DFF;
  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: "Fira Sans", system-ui, Arial, sans-serif;
  border-radius: 0;
  text-decoration: none !important;
}

.btn .fa,
.woocommerce-Button .fa,
.woocommerce #respond input#submit .fa,
.woocommerce a.button .fa,
.woocommerce button.button .fa,
.woocommerce input.button .fa{
  font-size: 12px;
}

.btn:focus,
.woocommerce-Button:focus,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus{
  border-color: #377DFF;
  box-shadow: none;
}

.btn:active,
.btn:hover,
.woocommerce-Button:active,
.woocommerce-Button:hover,
.woocommerce #respond input#submit:active,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:active,
.woocommerce a.button:hover,
.woocommerce button.button:active,
.woocommerce button.button:hover,
.woocommerce input.button:active,
.woocommerce input.button:hover{
  box-shadow: none;
  background-color: #377DFF;
  color: #FFFFFF;
  border-color: #F6F9FE;
}

.btn:active,
.woocommerce-Button:active,
.woocommerce #respond input#submit:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active{
  background-color: #1E2022;
  border-color: #1E2022;
  color: #FFFFFF;
}

.btn.disabled,
.btn:disabled,
.woocommerce-Button.disabled,
.woocommerce-Button:disabled,
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled{
  opacity: 1;
  background-color: #525252;
  border-color: #525252;
  color: #FFFFFF;
}

.btn:disabled,
.woocommerce-Button:disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce a.button:disabled,
.woocommerce button.button:disabled,
.woocommerce input.button:disabled{
  color: #FFFFFF;
  background-color: #525252;
  border-color: #525252;
  cursor: default;
}

.btn.transp,
.woocommerce-Button.transp,
.woocommerce #respond input#submit.transp,
.woocommerce a.button.transp,
.woocommerce button.button.transp,
.woocommerce input.button.transp{
  background-color: transparent;
  border-color: transparent;
  color: #525252;
}

.btn.transp:focus,
.btn.transp:active,
.btn.transp:hover,
.woocommerce-Button.transp:focus,
.woocommerce-Button.transp:active,
.woocommerce-Button.transp:hover,
.woocommerce #respond input#submit.transp:focus,
.woocommerce #respond input#submit.transp:active,
.woocommerce #respond input#submit.transp:hover,
.woocommerce a.button.transp:focus,
.woocommerce a.button.transp:active,
.woocommerce a.button.transp:hover,
.woocommerce button.button.transp:focus,
.woocommerce button.button.transp:active,
.woocommerce button.button.transp:hover,
.woocommerce input.button.transp:focus,
.woocommerce input.button.transp:active,
.woocommerce input.button.transp:hover{
  border-color: #525252;
}

.btn .svgicon-arrow,
.woocommerce-Button .svgicon-arrow,
.woocommerce #respond input#submit .svgicon-arrow,
.woocommerce a.button .svgicon-arrow,
.woocommerce button.button .svgicon-arrow,
.woocommerce input.button .svgicon-arrow{
  margin-left: 7px;
  margin-top: 0;
  vertical-align: middle;
}

.btn .fa,
.woocommerce-Button .fa,
.woocommerce #respond input#submit .fa,
.woocommerce a.button .fa,
.woocommerce button.button .fa,
.woocommerce input.button .fa{
  font-size: 14px;
  margin: -2px 10px 0 -10px;
}

.btn.btn2,
.woocommerce-Button.btn2,
.woocommerce #respond input#submit.btn2,
.woocommerce a.button.btn2,
.woocommerce button.button.btn2,
.woocommerce input.button.btn2{
  background-color: #377DFF;
  color: #FFFFFF;
  border-color: #377DFF;
}

.btn.btn2:focus,
.btn.btn2:active,
.btn.btn2:hover,
.woocommerce-Button.btn2:focus,
.woocommerce-Button.btn2:active,
.woocommerce-Button.btn2:hover,
.woocommerce #respond input#submit.btn2:focus,
.woocommerce #respond input#submit.btn2:active,
.woocommerce #respond input#submit.btn2:hover,
.woocommerce a.button.btn2:focus,
.woocommerce a.button.btn2:active,
.woocommerce a.button.btn2:hover,
.woocommerce button.button.btn2:focus,
.woocommerce button.button.btn2:active,
.woocommerce button.button.btn2:hover,
.woocommerce input.button.btn2:focus,
.woocommerce input.button.btn2:active,
.woocommerce input.button.btn2:hover{
  box-shadow: none;
  background-color: #377DFF;
  color: #FFFFFF;
  border-color: #377DFF;
}

.btn.with-arrow:after,
.woocommerce-Button.with-arrow:after,
.woocommerce #respond input#submit.with-arrow:after,
.woocommerce a.button.with-arrow:after,
.woocommerce button.button.with-arrow:after,
.woocommerce input.button.with-arrow:after{
  content: "→";
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  margin-top: -4px;
  margin-bottom: -2px;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: 0.24s;
  transition: 0.24s;
}

.btn.with-arrow:focus:after,
.btn.with-arrow:active:after,
.btn.with-arrow:hover:after,
.woocommerce-Button.with-arrow:focus:after,
.woocommerce-Button.with-arrow:active:after,
.woocommerce-Button.with-arrow:hover:after,
.woocommerce #respond input#submit.with-arrow:focus:after,
.woocommerce #respond input#submit.with-arrow:active:after,
.woocommerce #respond input#submit.with-arrow:hover:after,
.woocommerce a.button.with-arrow:focus:after,
.woocommerce a.button.with-arrow:active:after,
.woocommerce a.button.with-arrow:hover:after,
.woocommerce button.button.with-arrow:focus:after,
.woocommerce button.button.with-arrow:active:after,
.woocommerce button.button.with-arrow:hover:after,
.woocommerce input.button.with-arrow:focus:after,
.woocommerce input.button.with-arrow:active:after,
.woocommerce input.button.with-arrow:hover:after{
  width: 25px;
}

.btn.loading,
.woocommerce-Button.loading,
.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading{
  border: 1px solid #377DFF;
  background: #EBF1FE;
  color: #377DFF;
}

.btn.loading.with-arrow:after,
.woocommerce-Button.loading.with-arrow:after,
.woocommerce #respond input#submit.loading.with-arrow:after,
.woocommerce a.button.loading.with-arrow:after,
.woocommerce button.button.loading.with-arrow:after,
.woocommerce input.button.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: #377DFF;
  color: #FFFFFF;
  border-color: #F6F9FE;
}

.btn-transp{
  background: transparent;
  border: 1px solid #377DFF;
  color: #377DFF;
}

.btn-transp:hover{
  color: #FFFFFF;
  background-color: #377DFF;
}

.dashed{
  border-bottom-style: dashed;
}

.block{
  padding: 50px 0;
  position: relative;
}

.wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 1344px;
  padding: 0 15px;
  position: relative;
}

.page-content{
  position: relative;
}

.form-group{
  margin-bottom: 20px;
}

.alignleft{
  float: left;
  margin: 3px 52px 41px 0;
}

.alignright{
  float: right;
  margin: 3px 0 41px 52px;
}

.wp-caption .media-img{
  display: inline-block;
}

.wp-caption p{
  font-size: 15px;
  color: #F6F9FE;
  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 #377DFF;
}

.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 #525252;
}

.wp-caption{
  max-width: 100%;
}

.cblock{
  background: #FFFFFF;
  box-shadow: 0 2px 20px rgba(25, 25, 5, 0.05);
}

.media-img{
  border: none;
}

.media-img img{
  display: block;
  border: 1px solid #525252;
}

.svgicon svg{
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.shadow-1{
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.2);
}

.section{
  position: relative;
  padding: 54px 0;
}

.section-title{
  font-weight: bold;
  margin-bottom: 33px;
  font-size: 32px;
  line-height: 1.5em;
}

.section-subtitle{
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto 40px;
  line-height: 1.35em;
  color: #525252;
}

.page-wrap{
  background: #FFFFFF;
}

.icon{
  background: url("../img/icons/sprite.png") no-repeat 1000px 1000px;
  display: inline-block;
  vertical-align: middle;
}

.svgicon{
  display: inline-block;
  vertical-align: top;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.svgicon-arrow{
  font-size: 1rem;
  width: 1.4em;
}

.svgicon-automat{
  font-size: 1.5rem;
  width: 1.4em;
}

.svgicon-body{
  font-size: 4.54rem;
  width: 1em;
}

.svgicon-capacity{
  font-size: 1.7rem;
  width: 1.47059em;
}

.svgicon-car{
  font-size: 3.3rem;
  width: 1.57576em;
}

.svgicon-colors{
  font-size: 1.8rem;
  width: 1.27778em;
}

.svgicon-fav{
  font-size: 2.5rem;
  width: 1.04em;
}

.svgicon-fuel{
  font-size: 2.2rem;
  width: 0.86364em;
}

.svgicon-lizing{
  font-size: 4.5rem;
  width: 1.04444em;
}

.svgicon-location{
  font-size: 2.2rem;
  width: 0.81818em;
}

.svgicon-road{
  font-size: 2rem;
  width: 1.3em;
}

.svgicon-shield{
  font-size: 5.2rem;
  width: 0.92308em;
}

.svgicon-teamwork{
  font-size: 5.4rem;
  width: 0.96296em;
}

.svgicon-ticket{
  font-size: 12.5rem;
  width: 0.968em;
}

.svgicon-time{
  font-size: 5.2rem;
  width: 1em;
}

.svgicon-time2{
  font-size: 5.2rem;
  width: 0.98077em;
}

.svgicon-transmission{
  font-size: 2rem;
  width: 0.9em;
}

.svgicon-user{
  font-size: 3.3rem;
  width: 1em;
}

.form-row,
.form-group,
.input-wrap{
  position: relative;
}

.form-row label,
.form-group label,
.input-wrap label{
  color: #6B7C93;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 4px;
  display: block;
  cursor: text;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  padding: 0;
  -webkit-transition: color 0.24s;
  transition: color 0.24s;
}

.form-row.focused-input label,
.form-row.with-text label,
.form-group.focused-input label,
.form-group.with-text label,
.input-wrap.focused-input label,
.input-wrap.with-text label{
  -webkit-transform: scale(0.8) translate(0, -34px) !important;
  -ms-transform: scale(0.8) translate(0, -34px) !important;
  transform: scale(0.8) translate(0, -34px) !important;
  color: #F6F9FE;
}

.form-row.focused-input label,
.form-group.focused-input label,
.input-wrap.focused-input label{
  color: #F6F9FE !important;
}

.form-control,
.select,
.jq-selectbox__select-text,
.jq-checkbox,
.jq-radio,
.woocommerce-Input,
.input-text,
.select2-selection__rendered,
.comment-form input[type="text"],
.comment-form input[type="email"]{
  background-color: #FFFFFF;
  border: 1px solid #DCDFE6;
  color: #333333;
  box-shadow: none;
  max-width: 100%;
  width: 100%;
  -webkit-transition: background-color 0.24s, border-color 0.24s, color 0.24s;
  transition: background-color 0.24s, border-color 0.24s, color 0.24s;
  font-size: 16px;
  padding: 8px 10px;
  line-height: 22px;
  height: auto;
  outline: none;
  border-radius: 4px;
}

.form-control:hover,
.form-control:active,
.select:hover,
.select:active,
.jq-selectbox__select-text:hover,
.jq-selectbox__select-text:active,
.jq-checkbox:hover,
.jq-checkbox:active,
.jq-radio:hover,
.jq-radio:active,
.woocommerce-Input:hover,
.woocommerce-Input:active,
.input-text:hover,
.input-text:active,
.select2-selection__rendered:hover,
.select2-selection__rendered:active,
.comment-form input[type="text"]:hover,
.comment-form input[type="text"]:active,
.comment-form input[type="email"]:hover,
.comment-form input[type="email"]:active{
  border-color: #377DFF;
}

.form-control:focus,
.select:focus,
.jq-selectbox__select-text:focus,
.jq-checkbox:focus,
.jq-radio:focus,
.woocommerce-Input:focus,
.input-text:focus,
.select2-selection__rendered:focus,
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus{
  border-color: #377DFF;
  box-shadow: 0 1px 10px rgba(55, 125, 253, 0.45);
  outline: none;
}

.form-control[aria-invalid="true"],
.select[aria-invalid="true"],
.jq-selectbox__select-text[aria-invalid="true"],
.jq-checkbox[aria-invalid="true"],
.jq-radio[aria-invalid="true"],
.woocommerce-Input[aria-invalid="true"],
.input-text[aria-invalid="true"],
.select2-selection__rendered[aria-invalid="true"],
.comment-form input[type="text"][aria-invalid="true"],
.comment-form input[type="email"][aria-invalid="true"]{
  border-color: #FF3860;
}

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;
}

.woocommerce form .form-row label{
  color: #525252;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 4px;
  display: block;
}

input[type="number"]{
  -moz-appearance: textfield;
}

label{
  font-size: 15px;
}

.checkbox label{
  position: relative;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  top: 0;
  left: 0;
  color: #377DFF !important;
  display: inline-block;
  vertical-align: middle;
  margin: 8px 0 6px 13px;
}

.woocommerce form .form-row{
  padding: 0;
}

.select2-container--default .select2-selection--single{
  border: none;
  background: none;
  height: auto;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select{
  background: url("../img/background/error.png") no-repeat 100% 50%;
  background-size: 38px auto;
  border-color: #FF3860;
  color: #FF3860;
  padding-right: 48px;
}

.woocommerce form .form-row.woocommerce-invalid label{
  color: #FF3860 !important;
}

.jq-checkbox,
.jq-radio,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:before,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a:before{
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border: 2px solid #377DFF;
  cursor: pointer;
}

.jq-checkbox:focus-within,
.jq-radio:focus-within{
  box-shadow: 0 1px 10px rgba(55, 125, 253, 0.45);
}

.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: 5px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: box-shadow 0.23s;
  transition: box-shadow 0.23s;
}

.jq-radio:hover{
  box-shadow: 0 1px 10px #377DFF;
}

.jq-radio.checked .jq-radio__div{
  width: 10px;
  height: 10px;
  background: #377DFF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a{
  border: none;
}

.woocommerce-widget-layered-nav-list__item.chosen a:after{
  width: 6px;
  height: 9px;
  border-right: 2px solid #1E2022;
  border-bottom: 2px solid #1E2022;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -5.5px -2.5px;
}

.woocommerce-widget-layered-nav-list__item.chosen a:after{
  left: 13px;
}

.auth-checkbox .jq-checkbox{
  display: block;
  margin: 0 auto 10px;
}

.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: #377DFF 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: #377DFF;
}

.jq-file{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  min-height: 110px;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  border: 1px dashed #ADD9EB;
  padding: 20px 30px;
  cursor: pointer;
  border-radius: 4px;
  -webkit-transition: border-color 0.24s, background-color 0.24s;
  transition: border-color 0.24s, background-color 0.24s;
}

.jq-file .jq-file__browse{
  display: none;
}

.jq-file__name{
  position: relative;
  font-size: 16px;
  color: #377DFF;
  -webkit-transition: color 0.24s;
  transition: color 0.24s;
  margin-left: -20px;
}

.jq-file__name:before{
  content: " ";
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  margin-bottom: 6px;
  width: 34px;
  height: 34px;
  background: url("../img/icons/camera.svg") no-repeat 50% 50%;
  background-size: contain;
}

.jq-file:hover{
  border-color: #377DFF;
  background-color: #F6F9FE;
}

.jq-file:hover .jq-file__name{
  color: #4A4A4A;
}

div.wpcf7 .ajax-loader,
.ajax-loader{
  position: absolute;
  top: 50%;
  left: 22px;
  width: 16px;
  height: 16px;
  background: 0 0 !important;
  border: 2px solid #377DFF;
  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: #FF3860;
  font-size: 12px;
  margin: 3px 0 0;
}

.tabs-nav{
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin: 0 auto 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}

.tabs-nav-item{
  margin: 0 -1px;
}

.tabs-nav-item:before{
  content: none;
}

.tabs-nav-item .btn{
  border-radius: 0;
  background-color: #FFFFFF;
  color: #1E2022;
  padding-top: 12px;
  padding-bottom: 10px;
  min-width: 155px;
}

.tabs-nav-item .btn:hover{
  color: #F6F9FE;
}

.tabs-nav-item .btn.active{
  background-color: #F6F9FE;
  color: #FFFFFF;
  box-shadow: 0 15px 40px rgba(26, 72, 0, 0.2) !important;
}

.tabs-nav-item:first-child .btn{
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.tabs-nav-item:last-child .btn{
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.tabs-content{
  display: none;
}

.tabs-content.active{
  display: block;
}

body .woocommerce-error,
body .woocommerce-info,
body .woocommerce-message,
body .wpcf7-response-output[aria-hidden="false"]{
  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: 14px;
  background: #FFFFFF;
  box-shadow: 0 6px 15px 0 rgba(3, 41, 106, 0.1);
  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 .woocommerce-error li,
body .woocommerce-info li,
body .woocommerce-message li,
body .wpcf7-response-output li{
  width: 100%;
}

body .woocommerce-error.wpcf7-display-none,
body .woocommerce-info.wpcf7-display-none,
body .woocommerce-message.wpcf7-display-none,
body .wpcf7-response-output.wpcf7-display-none{
  display: none;
}

body .woocommerce-error:before,
body .woocommerce-info:before,
body .woocommerce-message:before,
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: #F6F9FE;
  line-height: 33px;
  font-size: 12px;
  margin-top: -15px;
}

body .woocommerce-error .button,
body .woocommerce-info .button,
body .woocommerce-message .button,
body .wpcf7-response-output .button{
  float: none;
  margin-left: 20px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  order: 2;
}

body .woocommerce-message.woocommerce-message:before{
  content: "\f00c";
}

body .wpcf7-validation-errors,
body .woocommerce-error{
  color: #F15D6B;
}

body .wpcf7-validation-errors:before,
body .woocommerce-error:before{
  color: #F15D6B;
  content: "\f071";
}

body .wpcf7-mail-sent-ok{
  color: #8DCA00;
}

.header{
  background: #000000;
  color: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1500;
  padding: 12px 0;
}

.header-holder{
  min-height: 80px;
  box-shadow: 0 6px 15px 0 rgba(3, 41, 106, 0.1);
  position: relative;
  z-index: 1;
}

.header a{
  color: inherit;
}

.header a:hover{
  color: #FFFFFF;
}

.header > .wrapper{
  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;
}

.header-user{
  display: inline-block;
  vertical-align: middle;
}

.header-user .user-block{
  margin: -12px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 10px;
}

.header .btn{
  margin-left: 21px;
  background: transparent;
  border-color: #FFFFFF;
  padding: 13px 23px;
  min-width: 0;
  font-size: 18px;
}

.header .btn.menu-toggle {
  padding: 0 0 13px;
}

.header .btn:hover{
  border-color: #377DFF;
  background-color: #377DFF;
}

.header .logo{
  height: 80px;
  margin: -12px 0;
  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;
  position: relative;
  -webkit-transition: background-color 0.24s;
  transition: background-color 0.24s;
  padding-bottom: 12px;
}

.anim-link{
  position: relative;
}

.anim-link:before{
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  -webkit-transition: width 0.24s, left 0.24s;
  transition: width 0.24s, left 0.24s;
  border-top: 2px solid #FFFFFF;
  top: 0;
}

.anim-link:hover,
.anim-link.active{
  background-color: rgba(255, 255, 255, 0.2);
}

.anim-link:hover:before,
.anim-link.active:before{
  left: 0;
  width: 100%;
}

.user-block-icon{
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -2px;
}

.main-nav{
  margin: 0 5%;
}

.main-nav .menu{
  margin: -12px 0;
  font-size: 18px;
  font-weight: 500;
  font-size: 0;
}

.main-nav .menu-item{
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0;
  -webkit-transition: background-color 0.24s;
  transition: background-color 0.24s;
  font-size: 18px;
}

.main-nav .menu-item:before{
  content: " ";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  -webkit-transition: width 0.24s, left 0.24s;
  transition: width 0.24s, left 0.24s;
  border-top: 2px solid #FFFFFF;
}

.main-nav .menu-item:hover,
.main-nav .menu-item.active{
  background-color: rgba(255, 255, 255, 0.2);
}

.main-nav .menu-item:hover:before,
.main-nav .menu-item.active:before{
  left: 0;
  width: 100%;
}

.main-nav .menu-item > a{
  padding: 31px 16px;
  display: inline-block;
}

.main-nav .menu-item > a:hover{
  color: #FFFFFF;
}

.main-nav ul li.menu-item.menu-item-has-children {
  position: relative;
}

.main-nav .sub-menu {
  position: absolute;
  top: 79px;
  left: 0;
  width: 227px;
  padding-left: 0;
  background-color: black;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}

.main-nav .sub-menu li:before {
  display: none;
}

.main-nav .sub-menu li {
  display: block;
}

.main-nav .sub-menu li a {
  font-size: 16px;
}

.main-nav ul li.menu-item.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  z-index: 9999999;
  pointer-events: auto;
}

.main-nav-wrap > .menu-item{
  display: none;
}

.menu-toggle{
  display: none;
}

.cars{
  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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  margin-bottom: 13px;
}

.cars > .col{
  padding-bottom: 30px;
}

.cars-item{
  background: #FFFFFF;
  box-shadow: 0 6px 15px 0 rgba(3, 41, 106, 0.1);
  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: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  height: 100%;
  -webkit-transition: box-shadow 0.24s;
  transition: box-shadow 0.24s;
}

.cars-item-image{
  position: relative;
  min-height: 150px;
  background: #525252;
  overflow: hidden;
}

.cars-item-image img{
  width: 100%;
  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;
}

.cars-item:hover{
  box-shadow: 0 6px 15px 0 rgba(3, 41, 106, 0.2);
}

.cars-item:hover .cars-item-image img{
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.cars-item-price{
  position: absolute;
  bottom: 13px;
  left: 16px;
  right: 16px;
  text-shadow: 1px 2px 4px #000000;
  color: rgba(255, 255, 255, 0.7);
}

.cars-item-price .price1{
  color: #FFFFFF;
}

.cars-item-content{
  padding: 28px 15px 37px;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  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: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  color: #525252;
}

.cars-item-title{
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 6px;
  line-height: 1.35em;
}

.cars-item-title .fav-wrap{
  float: right;
  margin: 0 0 0 15px;
}

.cars-item-title a{
  color: inherit;
}

.cars-item-title a:hover{
  color: #377DFF;
}

.cars-item-text{
  margin-bottom: 25px;
}

.cars-item-id{
  position: absolute;
  bottom: 10px;
  right: 15px;
  left: 15px;
  text-align: right;
}

.cars-item .car-params{
  margin-top: auto;
}

.cars-item.outofstock .cars-item-image{
  background: #FFFFFF;
}

.cars-item.outofstock .cars-item-image img{
  opacity: 0.5;
}

.cars-item.outofstock:hover .cars-item-image img{
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.car-params{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.car-params-item{
  width: 50%;
  position: relative;
  padding: 7px 15px 7px 60px;
  -webkit-transition: color 0.23s;
  transition: color 0.23s;
}

.car-params-item .param-icon{
  position: absolute;
  top: 15px;
  left: 27px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #999999;
  -webkit-transition: color 0.23s;
  transition: color 0.23s;
}

.car-params-item .param-icon .svgicon{
  display: block;
}

.car-params-item:hover{
  color: #377DFF;
}

.car-params-item:hover .param-icon{
  color: #377DFF;
}

.price{
  font-weight: bold;
  font-size: 16px;
}

.add-to-fav{
  color: #999999;
}

.add-to-fav:hover,
.add-to-fav.active{
  color: #377DFF;
}

.load-more{
  border-color: #377DFF;
}

.best-deals-cars.owl-carousel{
  width: auto;
}

.best-deals-cars .owl-item{
  padding: 10px 15px 20px;
}

.lizing-section{
  z-index: 1;
  overflow: hidden;
}

.lizing-section .lizing-bg{
  position: absolute;
  top: 0;
  right: -10%;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 1169px;
  z-index: -1;
}

.lizing-section .section-title{
  margin-bottom: 15px;
}

.lizing-content{
  position: relative;
}

.instructions{
  max-width: 408px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  padding: 35px 25px 25px;
}

.instructions-title{
  padding: 16px 0 3px 67px;
  position: relative;
  margin-bottom: 20px;
}

.instructions-title .svgicon{
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #377DFF;
}

.instructions-content{
  font-size: 13px;
}

.instructions-text{
  margin-bottom: 37px;
}

.instructions-list{
  margin: 0 -25px;
}

.instructions-item{
  position: relative;
  padding: 0 25px 25px 49px;
  border-bottom: 1px solid #ECEEEF;
  margin-bottom: 25px;
  color: #525252;
}

.instructions-item-title{
  color: #4A4A4A;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  position: relative;
  line-height: normal;
  text-transform: uppercase;
}

.instructions-item-num{
  position: absolute;
  top: 50%;
  left: -75px;
  width: 55px;
  height: 55px;
  margin-top: -27px;
  padding: 10px;
  line-height: 37px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  background: #FFFFFF;
  border-radius: 50%;
  z-index: 1;
}

.instructions-item-num:before,
.instructions-item-num:after{
  content: " ";
  position: absolute;
  z-index: -1;
  border-radius: inherit;
}

.instructions-item-num:before{
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: -webkit-linear-gradient(top, #99475C, #553F7E);
  background: linear-gradient(to bottom, #99475C, #553F7E);
}

.instructions-item-num:after{
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background: inherit;
}

.mslider{
  max-width: 45%;
  min-width: 450px;
}

.mslider-wrap{
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 80px);
  height: calc(100vh - 80px);
}

.mslider-item{
  height: calc(100vh - 80px);
  min-height: 510px;
  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: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 15% 0 20%;
}

.mslider-title{
  font-size: 50px;
  line-height: normal;
  margin: 0 0 25px;
}

.mslider-text{
  font-size: 18px;
  color: #818A91;
  margin: 0 0 35px;
  line-height: 1.25em;
}

.mslider-buttons{
  font-size: 0;
}

.mslider-buttons .btn{
  margin-right: 5px;
}

.mslider-buttons .btn-link{
  padding-left: 26px;
  padding-right: 26px;
}

.mslider-image{
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  max-height: 720px;
  left: 50%;
  background-position: 0 50%;
  background-repeat: no-repeat;
}

.mslider-image img{
  display: none;
}

.icon-scroll{
  position: absolute;
  left: 50%;
  width: 32px;
  height: 50px;
  margin-left: -20px;
  bottom: 40px;
  border: 2px solid #377DFF;
  background: transparent;
  border-radius: 25px;
  cursor: pointer;
  outline: none !important;
}

.icon-scroll:before{
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #377DFF;
  margin-left: -3px;
  left: 50%;
  top: 10px;
  border-radius: 3px;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}

@-webkit-keyframes scroll{
  0%{
    opacity: 1;
  }

  100%{
    opacity: 0;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
  }
}

@keyframes scroll{
  0%{
    opacity: 1;
  }

  100%{
    opacity: 0;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
  }
}

.about-section .text .h1{
  color: #1E2022;
}

.about-section .text h5{
  font-weight: normal;
  margin-bottom: 12px;
}

.why-header{
  font-weight: 700;
  font-size: 53px;
  line-height: 49px;
  height: 52px;
  margin-bottom: -9px;
  text-transform: uppercase;
  color: #377DFF;
  letter-spacing: -1px;
  padding-left: 12px;
  margin-left: 30px;
}

.why-items{
  background-color: #FFFFFF;
  box-shadow: 0 6px 15px 0 rgba(3, 41, 106, 0.1);
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  margin-left: 30px;
}

.why-item{
  margin-bottom: 38px;
  padding: 0 15px;
}

.why-item:last-child{
  margin-bottom: 0;
}

.why-title,
.why-icon{
  padding-top: 10px;
  text-align: center;
  margin-bottom: 17px;
}

.why-icon{
  min-height: 65px;
  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;
}

.why-title{
  font-weight: 600;
  color: #333333;
  font-size: 16px;
  margin-bottom: 11px;
}

.why-text{
  text-align: center;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5em;
}

.why-title,
.why-text{
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}

.bg-orbit{
  padding-top: 3rem;
  background-image: url("../img/background/orbit.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.contacts-form-section .h1{
  font-weight: bold;
  text-align: center;
  margin-top: 0;
  color: #525252;
  margin-bottom: 40px;
  line-height: normal;
}

.contacts-wrap{
  max-width: 1140px;
  margin: 0 auto 20px;
  box-shadow: 0 6px 15px 0 rgba(3, 41, 106, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  justify-content: stretch;
}

.contacts-text{
  background-color: #000000;
  border-radius: 5px 0 0 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  flex: 0 0 40%;
  padding: 51px 56px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5em;
}

.contacts-text-title{
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 12px;
  margin-bottom: 17px;
}

.contacts-text ul{
  padding-left: 0;
}

.contacts-text li{
  background: transparent url("../img/icons/bg-ok-w.svg") 0 4px no-repeat;
  padding-left: 28px;
  margin-bottom: 25px;
}

.contacts-text li:before{
  content: none;
}

.contacts-form{
  background-color: #FFFFFF;
  border-radius: 0 5px 5px 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding: 51px 56px;
}

.contacts-form .radio{
  margin-top: 15px;
}

.contacts-form .wpcf7-list-item{
  margin: 15px 20px 0 0;
}

.contacts-form .form-group > label{
  font-weight: bold;
}

.wpcf7 .wpcf7-response-output{
  margin-top: 15px;
  border: 1px solid;
  box-shadow: none;
}

.submit-wrap{
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 28px;
}

.submit-wrap .btn{
  padding-left: 40px;
  padding-right: 40px;
}

.footer{
  background-color: #000000;
  background-position: top;
  padding-top: 42px;
  padding-bottom: 42px;
}

.footer .wrapper{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.footer-logo{
  margin-right: 10%;
  color: #FFFFFF;
}

.footer-contacts{
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.footer-contacts-item{
  margin-left: 30px;
  color: #FFFFFF;
  padding-top: 8px;
  line-height: 30px;
  font-size: 16px;
  position: relative;
}

.footer-contacts-item .fa{
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: -16px;
  font-size: 60px;
  opacity: 0.08;
}

.footer-contacts label{
  display: block;
  font-weight: bold;
  color: #999999;
  font-size: 14px;
}

.footer-contacts a{
  color: #FFFFFF;
  line-height: normal;
  font-weight: 600;
}

.footer-contacts a:hover{
  color: #377DFF;
}

.footer-contacts .phone{
  font-size: 40px;
}

.footer-contacts .mail{
  font-size: 20px;
}

.footer .copy{
  margin-top: 20px;
  text-align: center;
}

.contact-global-wrap{
  position: fixed;
  z-index: 39;
  border: none;
  box-shadow: 0 6px 15px 0 rgba(3, 41, 106, 0.1);
  display: inline-block;
  background: #FFFFFF url("../img/icons/ticket.svg") no-repeat 0 0;
  background-size: 100% 100%;
  outline: none;
  text-align: center;
  bottom: 100px;
  right: 0;
  width: 121px;
  height: 125px;
}

.contact-global-link{
  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: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 10px 24px 10px 10px;
  color: #333333;
  font-size: 15px;
}

.contact-global-link strong{
  line-height: 25px;
  font-size: 23px;
  font-weight: 500;
  margin-top: 10px;
  display: block;
}

.contact-global-link:hover{
  color: #377DFF;
}

.card{
  border: none;
}

.card-header{
  background: none;
  font-size: 26px;
  font-weight: bold;
  padding: 36px 120px 32px 30px;
  border-bottom: 1px solid #525252;
}

.card-body{
  padding: 23px 30px;
}

.card-title{
  line-height: 1.1em;
  margin-bottom: 16px;
}

.card-text{
  font-size: 15px;
}

.card-footer{
  background-color: #17A2B8;
  border-top-color: #525252;
  color: #333333;
}

.card,
.card-img-top{
  border-radius: 0;
}

.card .owl-carousel .owl-nav{
  right: 27px;
  margin-bottom: 24px;
}

.admin_edit_link{
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 3px 5px;
  background: #525252;
  color: #FFFFFF;
  font-size: 12px;
  opacity: 0.8;
  z-index: 5;
}

.admin_edit_link:hover{
  color: #FFFFFF;
  opacity: 1;
}

.pagination-wrap{
  text-align: center;
  margin-top: 47px;
  margin-bottom: 30px;
}

.pagination-wrap .pagination{
  display: inline-block;
  vertical-align: top;
}

.pagination-wrap .pagination ul.page-numbers{
  box-shadow: 0 6px 15px 0 rgba(3, 41, 106, 0.1);
}

.pagination-wrap .pagination .page-numbers,
.pagination-wrap .pagination .woocommerce nav.woocommerce-pagination ul{
  margin: 0 auto;
  padding: 0;
  cursor: default;
  font-size: 0;
  background-color: #FFFFFF;
  border: none;
}

.pagination-wrap .pagination .page-numbers li,
.pagination-wrap .pagination .woocommerce nav.woocommerce-pagination ul li{
  display: inline-block;
  font-size: 14px;
  border-right: 2px solid #E9F1FE;
  margin: 0;
}

.pagination-wrap .pagination .page-numbers li:last-child,
.pagination-wrap .pagination .woocommerce nav.woocommerce-pagination ul li:last-child{
  border-right: none;
}

.pagination-wrap .pagination .page-numbers li:before,
.pagination-wrap .pagination .woocommerce nav.woocommerce-pagination ul li:before{
  content: none;
}

.pagination-wrap .pagination .page-numbers li a,
.pagination-wrap .pagination .page-numbers li span,
.pagination-wrap .pagination .woocommerce nav.woocommerce-pagination ul li a,
.pagination-wrap .pagination .woocommerce nav.woocommerce-pagination ul li span{
  font-size: 16px;
  display: inline-block;
  color: #333333;
  font-weight: 800;
  text-decoration: none;
  border-bottom: none;
  width: 74px;
  padding: 28px 0 24px;
}

.pagination-wrap .pagination .page-numbers li a:hover,
.pagination-wrap .pagination .woocommerce nav.woocommerce-pagination ul li a:hover{
  background-color: #377DFF;
  color: #FFFFFF;
  cursor: pointer;
}

.pagination-wrap .pagination .page-numbers li .previouspostslink,
.pagination-wrap .pagination .page-numbers li .first,
.pagination-wrap .pagination .page-numbers li .nextpostslink,
.pagination-wrap .pagination .page-numbers li .last,
.pagination-wrap .pagination .page-numbers li .next,
.pagination-wrap .pagination .page-numbers li .previous,
.pagination-wrap .pagination .woocommerce nav.woocommerce-pagination ul li .previouspostslink,
.pagination-wrap .pagination .woocommerce nav.woocommerce-pagination ul li .first,
.pagination-wrap .pagination .woocommerce nav.woocommerce-pagination ul li .nextpostslink,
.pagination-wrap .pagination .woocommerce nav.woocommerce-pagination ul li .last,
.pagination-wrap .pagination .woocommerce nav.woocommerce-pagination ul li .next,
.pagination-wrap .pagination .woocommerce nav.woocommerce-pagination ul li .previous{
  color: #377DFF;
}

.pagination-wrap .pagination .page-numbers li .current,
.pagination-wrap .pagination .woocommerce nav.woocommerce-pagination ul li .current{
  background-color: #377DFF;
  color: #FFFFFF;
}

.pagination-wrap .pagination .page-numbers li .paginator-dots:hover,
.pagination-wrap .pagination .woocommerce nav.woocommerce-pagination ul li .paginator-dots:hover{
  background-color: #FFFFFF;
  color: #333333;
}

.pagination-wrap .cel{
  margin-top: 28px;
  margin-bottom: -2px;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
}

.breadcrumbs{
  line-height: 1em;
  margin-bottom: 3px;
  cursor: default;
}

.breadcrumbs-wrap + h1{
  margin-top: 0;
}

.breadcrumbs li{
  margin: 0 6px 4px 0;
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  color: #818A91;
}

.breadcrumbs li a{
  display: inline-block;
  color: #000000;
}

.breadcrumbs li a:hover{
  color: #377DFF;
}

.breadcrumbs li:after{
  content: "/";
  display: inline-block;
  font-size: inherit;
  font-size: 14px;
  margin: -2px 1px -1px 5px;
  vertical-align: middle;
}

.breadcrumbs li:last-child:after{
  display: none;
}

.breadcrumbs li:first-child:after{
  display: inline-block;
}

.fancybox-button{
  background-color: #1E2022;
  color: #F6F9FE;
  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: #377DFF;
  background: transparent;
}

.fancybox-button--left:before,
.fancybox-button--right:before{
  content: "\f053";
  display: inline-block;
  vertical-align: top;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 24px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 14px;
  margin-top: 2px;
}

.fancybox-button--left:after,
.fancybox-button--right:after{
  content: none;
}

.fancybox-button--right{
  left: inherit;
  right: 44px;
}

.fancybox-button--right:before{
  content: "\f054";
}

.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 #F6F9FE;
  width: auto;
  height: auto;
  background: none;
}

.fancybox-caption{
  font-size: 18px;
  font-family: "Fira Sans", Arial, sans-serif;
}

.fancybox-bg{
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#bf000000',GradientType=0 );
  opacity: 1;
}

.fancybox-container--ready .fancybox-bg{
  opacity: 1;
}

.owl-dots{
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  z-index: 20;
}

.owl-carousel .animated{
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.owl-carousel button.owl-dot{
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #377DFF;
  border: 2px solid #FFFFFF;
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
  outline: none;
  -webkit-transition: border 0.3s cubic-bezier(0.28, 1, 0.625, 1), background-color 0.3s cubic-bezier(0.28, 1, 0.625, 1);
  transition: border 0.3s cubic-bezier(0.28, 1, 0.625, 1), background-color 0.3s cubic-bezier(0.28, 1, 0.625, 1);
}

.owl-carousel button.owl-dot.active{
  border-color: #377DFF;
  background-color: #FFFFFF;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev{
  display: inline-block;
  vertical-align: top;
  position: absolute;
  bottom: 20px;
  border-radius: 50%;
  color: #FFFFFF;
  outline: none;
  font-size: 30px;
  margin-left: 9px;
  -webkit-transition: background-color 0.24s, color 0.24s;
  transition: background-color 0.24s, color 0.24s;
  left: 15px;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}

.owl-carousel .owl-nav button.owl-next:first-child,
.owl-carousel .owl-nav button.owl-prev:first-child{
  margin-left: 0;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover{
  color: #377DFF;
}

.owl-carousel .owl-nav button.owl-next.disabled,
.owl-carousel .owl-nav button.owl-prev.disabled{
  color: #FFFFFF;
  cursor: default;
  opacity: 0.5;
}

.owl-carousel .owl-nav button.owl-next + .owl-dot,
.owl-carousel .owl-nav button.owl-prev + .owl-dot{
  margin-left: 30px;
}

.owl-carousel .owl-nav button.owl-next{
  left: inherit;
  right: 15px;
}

.owl-carousel .owl-nav .owl-dot{
  margin: 0 3px 0 9px;
  width: 10px;
  height: 10px;
  border: 3px solid #333333;
}

.owl-carousel .owl-nav .owl-dot.active{
  border-color: #F6F9FE;
  background: #F6F9FE;
}

.owl-carousel .owl-nav .owl-dot + .owl-next,
.owl-carousel .owl-nav .owl-dot + .owl-prev{
  margin-left: 30px;
}

@-webkit-keyframes fadeOutDown{
  0%{
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100%{
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
  }
}

@keyframes fadeOutDown{
  0%{
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100%{
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
  }
}

.fadeOutDown{
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeInDown{
  from{
    opacity: 0;
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0);
  }

  to{
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown{
  from{
    opacity: 0;
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0);
  }

  to{
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown{
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-delay: 0.23s;
  animation-delay: 0.23s;
}

@-webkit-keyframes fadeOutLeft{
  0%{
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100%{
    opacity: 0;
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
  }
}

@keyframes fadeOutLeft{
  0%{
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100%{
    opacity: 0;
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
  }
}

.fadeOutLeft{
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeInRight{
  from{
    opacity: 0;
    -webkit-transform: translate3d(80px, 0, 0);
    transform: translate3d(80px, 0, 0);
  }

  to{
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight{
  from{
    opacity: 0;
    -webkit-transform: translate3d(80px, 0, 0);
    transform: translate3d(80px, 0, 0);
  }

  to{
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight{
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-delay: 0.23s;
  animation-delay: 0.23s;
}

.select2-container--default,
.select2-selection--single,
.select2-selection__rendered{
  max-width: 100%;
}

.select2{
  width: 100% !important;
  left: 0;
  right: 0;
}

.select2-container--default .select2-selection{
  outline: none;
}

.select2-container--default .select2-selection[aria-expanded="true"]:focus{
  box-shadow: 0 1px 10px rgba(55, 125, 253, 0.45);
  outline: none;
}

.select2-container--default .select2-selection[aria-expanded="true"]:focus .select2-selection__rendered{
  border-color: #377DFF;
}

.select2-container--default .select2-dropdown{
  overflow: hidden;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
  height: auto;
  bottom: 1px;
  width: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
  border-top-color: #C2C5C7;
  left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 22px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder{
  color: #C2C5C7;
}

.select2-container--default .select2-search__field{
  color: #C2C5C7;
}

.select2-container--default .select2-search__field::-webkit-input-placeholder{
  color: #C2C5C7;
}

.select2-container--default .select2-search__field::-moz-placeholder{
  color: #C2C5C7;
}

.select2-container--default .select2-search__field::placeholder{
  color: #C2C5C7;
}

.select2-container--default.select2-container--open .select2-selection--single{
  box-shadow: 0 1px 10px rgba(55, 125, 253, 0.45);
  border-color: #377DFF;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
  border-bottom-color: #C2C5C7;
}

.select2-container--default.select2-container--open .select2-selection__rendered{
  border-radius: 0;
}

.select2-container--default.select2-container--disabled .select2-selection__rendered{
  background-color: #ECEEEF;
}

.select2-container--default.select2-container--disabled .select2-selection__rendered:hover,
.select2-container--default.select2-container--disabled .select2-selection__rendered:active,
.select2-container--default.select2-container--disabled .select2-selection__rendered:focus{
  border-color: #CCCCCC;
}

.select2-container--default.select2-container--disabled.select2-container--default .select2-selection--single .select2-selection__arrow b{
  border-top-color: #C2C5C7;
}

.select2-container--default.select2-container--disabled.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
  border-bottom-color: #C2C5C7;
}

.select2-container--default .select2-selection--multiple{
  border: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered{
  vertical-align: top;
  padding: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li{
  margin-bottom: 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before{
  content: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-search--inline{
  margin: 0;
  width: auto !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{
  margin: 2px 5px 2px 0;
  background: #E9F1FE;
  border: 1px solid #E9F1FE;
  color: #377DFF;
  border-radius: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove{
  color: #377DFF;
  margin: 0 6px 0 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear{
  margin-top: 3px;
  margin-bottom: 1px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple{
  border: none;
  box-shadow: 0 1px 10px rgba(55, 125, 253, 0.45);
}

.select2-container--default .select2-search--dropdown{
  padding: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field{
  border: none;
  border-bottom: 1px solid #CCCCCC;
  padding: 8px;
  outline: none !important;
  margin: 0;
}

.select2-container--default .select2-search--inline .select2-search__field{
  margin: 3px 0;
}

.select2-container--default .select2-results__option{
  font-size: 16px;
  -webkit-transition: background-color 0.24s;
  transition: background-color 0.24s;
  padding: 10px 15px;
}

.select2-container--default .select2-results__option[aria-selected="true"]{
  background-color: #FFFFFF;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]{
  background-color: #ECEEEF;
  color: inherit;
}

.select2-container--default .multiple-dropdown .select2-results__option{
  padding: 10px 10px 10px 40px;
  position: relative;
}

.select2-container--default .multiple-dropdown .select2-results__option:before{
  content: " ";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 20px;
  height: 20px;
  border: 2px solid #999999;
  margin-top: -10px;
  border-radius: 3px;
  background: #FFFFFF;
}

.select2-container--default .multiple-dropdown .select2-results__option:after{
  content: " ";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border-radius: 3px;
  background: #FFFFFF;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.23s;
  transition: all 0.23s;
  opacity: 0;
  border-color: #377DFF;
  background: #377DFF 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;
}

.select2-container--default .multiple-dropdown .select2-results__option[aria-selected="true"]:before{
  border-color: #377DFF;
}

.select2-container--default .multiple-dropdown .select2-results__option[aria-selected="true"]:after{
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.select2-container--default .multiple-dropdown .select2-results__option:hover:before{
  border-color: #377DFF;
}

.select2-container--default .select2-results__group{
  padding: 10px 15px;
  font-weight: normal;
  background: #F6F9FE;
  color: #C2C5C7;
  border-top: 1px solid #ECEEEF;
}

.select2-results__option{
  margin: 0;
}

.catalog-filters{
  padding: 24px 0;
  margin-bottom: -10px;
}

.catalog-filters .btn{
  padding-top: 11px;
  padding-bottom: 11px;
}

.catalog-filters .filter-content{
  height: 40px;
}

.loaded .catalog-filters .filter-content{
  height: auto;
}

.filter{
  margin-bottom: 20px;
}

.filter-title{
  color: #6B7C93;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 5px;
}

.filter-toggle-wrap{
  display: none;
}

.input-range{
  margin-left: -20px;
}

.input-range .input-wrap{
  width: 50%;
  padding-left: 20px;
  float: left;
  position: relative;
}

.input-range .input-wrap:before{
  content: "–";
  position: absolute;
  top: 11px;
  left: 6px;
}

.input-range .input-wrap:first-child:before{
  content: none;
}

.check-filters{
  position: relative;
}

.check-filters.opened{
  z-index: 300;
}

.check-filters.opened .check-dropdown{
  display: block;
}

.check-filters.opened .select2-container--default .select2-selection--multiple .select2-selection__rendered{
  box-shadow: 0 1px 10px rgba(55, 125, 253, 0.45);
}

.check-filters .select2-container--default .select2-selection--multiple{
  padding-bottom: 4px;
  padding-top: 4px;
}

.check-filters .select2-container--default .placeholder{
  padding-top: 3px;
  padding-bottom: 3px;
  display: inline-block;
  vertical-align: top;
  color: #CACACA;
}

.check-dropdown{
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 100;
  background: #FFFFFF;
  padding: 0;
  display: none;
  border: 1px solid #AAAAAA;
  border-top: none;
  max-height: 200px;
  overflow-y: auto;
}

.check-dropdown .check{
  position: relative;
  overflow: hidden;
}

.check-dropdown .check .jq-checkbox{
  position: absolute;
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  border-radius: 0;
}

.check-dropdown .check .jq-checkbox.checked{
  background: #DDDDDD;
}

.check-dropdown .check .jq-checkbox__div{
  display: none;
}

.check-dropdown .check label{
  position: relative;
  z-index: 2;
  padding: 6px;
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}

.irs--round .irs-handle{
  border-color: #377DFF;
  -webkit-transition: 0.24s;
  transition: 0.24s;
  cursor: pointer;
}

.irs--round .irs-bar,
.irs--round .irs-single{
  background-color: #377DFF;
  -webkit-transition: 0.24s;
  transition: 0.24s;
}

.irs--round .irs-min,
.irs--round .irs-max{
  display: none;
}

.page-title{
  padding: 40px 0 27px;
  border-bottom: 1px solid #DDE9FF;
  background: #E9F1FE;
}

.page-title h1{
  margin: 0;
  font-weight: bold;
}

.page-title.nobord{
  border: none;
}

.page-title.nobord + .car-info-section{
  padding-top: 0;
}

.car-info-section .breadcrumbs-wrap{
  margin-bottom: 30px;
}

.main-info-block{
  color: #525252;
}

.price1{
  font-weight: normal;
}

.prod-page{
  padding-top: 15px;
}

.prod-block{
  padding: 30px;
  margin-bottom: 24px;
}

.prod-block-title{
  font-weight: bold;
  margin: -10px -30px 20px;
  padding: 0 30px 18px;
  border-bottom: 1px solid #ECEEEF;
  font-size: 22px;
  line-height: normal;
  color: #6B7C93;
}

.prod-block-title > h3,
.prod-block-title > h2 {
  margin-bottom: 0;
}


.prod-block-title-custom {
  color: #6b7c93;
  line-height: 1.5em;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 20px;
}

.prod-block h1{
  font-weight: 800;
  margin: 12px 0 6px;
  line-height: 1em;
}

.prod-block .sep{
  margin: 22px -30px;
}

.prod-block .text{
  font-size: 16px;
}

.prod-block > .cblock > .stock{
  display: none;
}

.prod-desc{
  padding: 30px;
}

.prod-image .cblock,
.prod-info .cblock{
  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;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  justify-content: stretch;
  position: relative;
}

.prod-image-block{
  padding: 0;
  position: relative;
}

.prod-image-block .fav-wrap{
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 5;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
}

.prod-image-slider-item{
  position: relative;
  overflow: hidden;
  padding-bottom: 88.6%;
}

.prod-image-slider-item a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.prod-image-slider-item img{
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.prod-image-nav-item a{
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.prod-image-nav .prod-image-nav-item{
  padding: 10px;
}

.prod-image-nav .active-slide .prod-image-nav-item a:before{
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 3px solid #377DFF;
  z-index: 2;
}

.prod-image-nav .active-slide .prod-image-nav-item a:after{
  content: " ";
  position: absolute;
  bottom: 100%;
  left: 50%;
  z-index: 2;
  border: 8px solid transparent;
  border-bottom-color: #377DFF;
  margin-left: -4px;
}

.prod-info .cblock{
  padding: 45px 30px 23px;
}

.prod-soc{
  position: absolute;
  top: 35px;
  left: 38px;
  width: 22px;
}

.prod-fav{
  position: absolute;
  right: 37px;
  top: 98px;
}

.prod-head{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.prod-rating{
  display: inline-block;
}

.prod-rating .fa{
  font-size: 12px;
}

.prod-rating .fa-star{
  color: #F6F9FE;
}

.prod-buy{
  margin: 15px -30px 30px;
  padding: 14px 30px 10px;
  background: #DDE9FF;
  border: 1px solid rgba(55, 125, 253, 0.45);
  border-top: 1px solid rgba(55, 125, 253, 0.45);
  border-bottom: 1px solid rgba(55, 125, 253, 0.45);
  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;
}

.prod-buy-item{
  margin-bottom: 6px;
  padding-right: 10px;
}

.prod-buy-item .price{
  font-size: inherit;
}

.prod-buy-item .price1{
  font-size: 30px;
}

.prod-buy-item:last-child{
  padding-right: 0;
}

.sold .prod-buy{
  border-color: #CCCCCC;
  background-color: #ECEEEF;
}

.sold .prod-buy .prod-price{
  color: #999999;
}

.prod-sold{
  margin-top: 12px;
}

.prod-price{
  color: #377DFF;
  font-size: 22px;
}

.prod-capt{
  font-weight: bold;
  margin-bottom: 4px;
}

.prod-capt span{
  text-transform: lowercase;
}

.prod-bottom{
  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;
}

.prod-bottom .btn .btn-cart-icon{
  margin: -4px 15px -4px 0;
  background-position: -86px -53px;
}

.prod-bottom .btn:hover .btn-cart-icon,
.prod-bottom .btn:focus .btn-cart-icon,
.prod-bottom .btn:active .btn-cart-icon{
  background-position: -4px -53px;
}

.prod-code span{
  font-weight: bold;
}

.prod-request{
  text-align: right;
}

.prod-more a{
  border-bottom: 1px dashed;
}

.prod-car-params{
  padding: 30px 18px 20px;
}

.prod-car-params .car-params-item{
  width: 25%;
  margin-bottom: 10px;
}

.prod-car-params .param-icon{
  color: #377DFF;
}

.prod-options ul{
  margin-bottom: 0;
}

.prod-options ul li{
  margin-top: 10px;
  background: transparent url(../img/icons/check.svg) 0 2px no-repeat;
  padding-left: 28px;
  margin-bottom: 25px;
}

.prod-options h1,
.prod-options h2,
.prod-options h3,
.prod-options h4{
  color: #6B7C93;
}

.prod-title-mobile{
  display: none;
}

.car-short{
  font-size: 16px;
  font-weight: normal;
}

.сbann{
  display: block;
  width: 190px;
}

.сbann-button{
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  float: right;
  outline: none !important;
}

.сbann-button .сbann-header{
  color: #377DFF;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}

.сbann-button .сbann-header:hover .сbann-header{
  color: #1E2022;
}

.сbann-content{
  border: 1px solid #377DFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}

.сbann-content .сbann-item-price{
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-right: 5px;
}

.сbann-content .сbann-item-price:before{
  content: "";
  position: absolute;
  background-color: #377DFF;
  padding-bottom: 141.42136%;
  width: 100%;
  bottom: -19px;
  left: 69%;
  right: 1px;
  -webkit-transform: rotate(26deg);
  -ms-transform: rotate(26deg);
  transform: rotate(26deg);
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
}

.сbann-content .сbann-item-desc{
  max-width: 100px;
}

.сbann-content .credit-price{
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #525252;
}

.сbann-content .credit-price .usd{
  font-size: 16px;
  color: #818A91;
}

.сbann-content .credit-desc{
  text-align: right;
  font-weight: 500;
  line-height: 1.2;
  font-size: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #377DFF;
  color: rgba(255, 255, 255, 0.8);
  padding-right: 8px;
}

.calc{
  color: #525252;
  color: #6B7C93;
}

.calc-title{
  font-size: 18px;
  line-height: normal;
  margin-bottom: 25px;
  margin-top: -10px;
}

.calc-title-wrap{
  margin-bottom: 15px;
}

.calc-title-wrap .lizing-price{
  color: #6B7C93;
}

.calc-title-wrap .lizing-price .price2 .amount{
  font-size: 26px;
}

.calc-title-wrap .lizing-price .price1 .amount{
  font-size: 18px;
  margin-top: 5px;
}

.calc-content{
  padding: 40px 30px 20px;
  border: 1px solid #ECEEEF;
}

.calc-init{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.calc-init-title{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

.calc-init-price{
  font-size: 30px;
  font-weight: 500;
  white-space: nowrap;
  line-height: normal;
}

.calc-init-price .price1 .amount{
  font-size: 24px;
}

.calc-init-price .woocommerce-Price-currencySymbol{
  font-size: 16px;
}

.calc-init-price .price2{
  font-weight: normal;
}

.calc-init-price .price2 .amount{
  font-size: 18px;
}

.calc-init-slider{
  margin-bottom: 20px;
}

.calc-init-slider .irs-single{
  opacity: 0;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
}

.calc-init-slider .irs-single:after{
  content: "%";
}

.calc-init-slider .irs{
  margin-top: -10px;
}

.calc-init-slider .irs:hover .irs-single{
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.calc-month{
  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;
  max-width: 250px;
  margin: 0 auto 30px;
}

.calc-month-label{
  font-weight: bold;
  margin-bottom: 10px;
}

.calc-month-select{
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.calc-res{
  text-align: center;
  margin-bottom: 20px;
}

.calc-res-title{
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}

.calc-res-val{
  font-size: 42px;
  font-weight: 500;
  line-height: normal;
  color: #525252;
}

.calc-res .price2{
  font-size: 42px;
}

.calc-res .price1{
  font-size: 24px;
}

.calc-btn{
  text-align: center;
}

.calc-capt{
  text-align: center;
  color: #818A91;
  font-size: 13px;
  margin: 21px 0 -7px;
}

.form-page > .wrapper{
  max-width: 530px;
}

.form-block{
  margin: 0 auto 25px;
  background: #FFFFFF;
  padding: 32px;
  box-shadow: 0 6px 15px 0 rgba(3, 41, 106, 0.1);
}

.form-block-title{
  font-size: 24px;
  font-weight: 600;
  line-height: 1.125;
}

.form-block .btn{
  font-size: 20px;
}

.form-block .btn-form-group{
  margin-top: 30px;
  margin-bottom: 10px;
}

.note{
  color: #525252;
  font-size: 14px;
}

.woocommerce-form-login .link{
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
}

.profile-page{
  position: relative;
  overflow: hidden;
  background: #F6F9FE;
}

.profile-page:before{
  content: " ";
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 50%;
  background: #E9F1FE;
}

.profile-page .btn2{
  min-width: 240px;
}

.profile-page h2,
.profile-page .h2{
  color: #6B7C93;
}

.profile-page .page-title{
  background: transparent;
}

.profile-wrap{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.profile-nav{
  font-size: 14px;
}

.profile-nav-wrap{
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 300px;
  flex: 0 0 300px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  order: 2;
  padding: 79px 0 70px 30px;
}

.profile-nav li{
  margin-bottom: 22px;
}

.profile-nav li.is-active a{
  color: inherit;
}

.profile-nav li.add{
  margin-top: 45px;
}

.profile-nav a{
  display: inline-block;
  padding-left: 45px;
  position: relative;
}

.profile-nav a .fa{
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #525252;
  font-size: 24px;
  line-height: 24px;
}

.profile-nav a .fa-car{
  font-size: 20px;
}

.profile-content{
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  background: #F6F9FE;
  padding-right: 60px;
  min-height: 500px;
}

.profile-content .note{
  text-align: left !important;
}

.profile-form{
  max-width: 750px;
}

.profile-form .form-group{
  margin-bottom: 26px;
}

.profile-form .form-cols{
  margin-left: -8px;
  margin-right: -8px;
}

.profile-form .form-cols > .col{
  padding-left: 8px;
  padding-right: 8px;
}

.car-opt-title{
  color: #6B7C93;
}

.car-opt-list{
  margin-right: -15px;
  font-size: 0;
  margin-bottom: 30px;
}

.car-opt-item{
  font-size: 14px;
}

.car-opt-item .check{
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #FFFFFF;
  margin: 0 15px 15px 0;
  padding: 0 0 0 32px;
  border: none;
}

.car-opt-item .jq-checkbox{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 32px;
  background: #D0D6E5;
  border: none;
  border-radius: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border: 1px solid #D0D6E5;
  border-right: none;
  margin: 0;
  line-height: 0;
}

.car-opt-item .jq-checkbox .jq-checkbox__div{
  background: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  -ms-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
  width: 12px;
  height: 12px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  -webkit-transition: 0.24s;
  transition: 0.24s;
  margin: 0 0 0 -1px;
  opacity: 1;
}

.car-opt-item .jq-checkbox.checked{
  background-color: #8DCA00;
}

.car-opt-item .jq-checkbox.checked .jq-checkbox__div{
  width: 9px;
  height: 15px;
  border-top-color: transparent;
  border-left-color: transparent;
  border-radius: 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin: -3px 0;
}

.car-opt-item .jq-checkbox.checked + label{
  border-color: #8DCA00;
  color: #65845B;
}

.car-opt-item label{
  display: block;
  margin: 0;
  padding: 7px 10px;
  border: 1px solid #D0D6E5;
  border-left: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: border-color 0.24s, color 0.24s;
  transition: border-color 0.24s, color 0.24s;
}

.car-images-list{
  background: #FFFFFF;
  padding: 21px 25px 4px 25px;
}

.car-images-list .row{
  margin-left: -7px;
  margin-right: -7px;
}

.car-images-list .row .col{
  padding: 0 7px;
}

.car-images-list .capt{
  font-size: 12px;
  text-align: center;
  color: #6B7C93;
  margin-top: 15px;
  margin-bottom: 15px;
}

.car-images-item{
  position: relative;
  float: left;
  margin-bottom: 14px;
}

.car-images-item .del_image,
.car-images-item .bks_edit_image {
  opacity: 0;
  -webkit-transition: opacity 0.24s;
  transition: opacity 0.24s;
  z-index: 10;
}

.car-images-item:hover .del_image,
.car-images-item:hover .bks_edit_image{
  opacity: 1;
}

.car-images-item.main_image:after{
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #377DFF;
  z-index: 1;
}

.car-images-item.main_image:before{
  content: "Главное";
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 3px 10px;
  text-align: center;
  background: #377DFF;
  color: #FFFFFF;
  z-index: 1;
}

.del_image {
  position: absolute;
  top: 4px;
  right: 11px;
  width: 28px;
  height: 28px;
  background: #377DFF;
  color: #FFFFFF;
  text-align: center;
  line-height: 28px;
  font-size: 15px;
  border: none;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  outline: none;
}

.del_image:hover{
  background: dark;
}

.bks_edit_image {
  position: absolute;
  bottom: 4px;
  left: 11px;
  width: 28px;
  height: 28px;
  background: green;
  color: #FFFFFF;
  text-align: center;
  line-height: 28px;
  font-size: 15px;
  border: none;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  outline: none;
}

.add-auto-sold-wrap{
  margin-top: 15px;
}

.modal-backdrop{
  background: #FFFFFF;
}

.modal-open{
  background: transparent;
}

.modal-open .page-wrap{
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.modal-body{
  padding: 52px 46px;
}

.modal-body form .row{
  margin-left: -8px;
  margin-right: -8px;
}

.modal-body form .row .col{
  padding-left: 8px;
  padding-right: 8px;
}

.modal-body .form-group{
  margin-bottom: 26px;
}

.modal .modal-dialog{
  max-width: 570px;
}

.modal-content{
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.15);
}

.modal-close{
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  border: none;
  background: none;
  font-size: 32px;
  line-height: 24px;
  text-align: center;
  padding: 0;
  outline: none !important;
}

.modal-close:hover{
  color: #377DFF;
}

.modal .btn{
  min-width: 260px;
}

.mp-title{
  padding-right: 10px;
  font-weight: 500;
  line-height: normal;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  color: #6B7C93;
}

.mp-title-wrap{
  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;
}

.mp-title-image{
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.mp-subtitle{
  color: #6B7C93;
  font-size: 16px;
  margin: -8px 0 34px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price{
  color: inherit;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt{
  padding: 0;
}

.add-to-fav{
  background: url("../img/icons/fav.svg") no-repeat 50% 50%;
  width: 27px;
  height: 27px;
  display: inline-block;
  vertical-align: top;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.8;
  -webkit-transform: scale(1) rotate(0);
  -ms-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  -webkit-transition: opacity 0.24s, -webkit-filter 0.24s, -webkit-transform 1s;
  transition: opacity 0.24s, -webkit-filter 0.24s, -webkit-transform 1s;
  transition: opacity 0.24s, filter 0.24s, transform 1s;
  transition: opacity 0.24s, filter 0.24s, transform 1s, -webkit-filter 0.24s, -webkit-transform 1s;
}

.add-to-fav:hover{
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

.add-to-fav.tinvwl-product-make-remove{
  background-image: url("../img/icons/fav-active.svg");
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
  -webkit-transform: scale(1) rotate(720deg);
  -ms-transform: scale(1) rotate(720deg);
  transform: scale(1) rotate(720deg);
}

.add-to-fav.ftinvwl-pulse{
  opacity: 1;
  -webkit-transform: scale(0) rotate(360deg);
  -ms-transform: scale(0) rotate(360deg);
  transform: scale(0) rotate(360deg);
}

.page404-text{
  padding: 60px 0;
}

.cat-tag {
  margin-right: 15px;
  min-width: 0;
  padding: 14px 25px;
  margin-bottom: 15px;
}

.grecaptcha-badge {
  visibility: hidden;
}

@media (min-width: 680px){
  .container{
    max-width: 800px;
  }

  .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: 680px;
    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: 300px;
  }

  .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: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1{
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1{
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1{
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1{
    margin-left: 0.25rem !important;
  }

  .m-sm-2{
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2{
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2{
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2{
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2{
    margin-left: 0.5rem !important;
  }

  .m-sm-3{
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3{
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3{
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3{
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3{
    margin-left: 1rem !important;
  }

  .m-sm-4{
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4{
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4{
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4{
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4{
    margin-left: 1.5rem !important;
  }

  .m-sm-5{
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5{
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5{
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5{
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5{
    margin-left: 3rem !important;
  }

  .p-sm-0{
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0{
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0{
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0{
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0{
    padding-left: 0 !important;
  }

  .p-sm-1{
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1{
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1{
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1{
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1{
    padding-left: 0.25rem !important;
  }

  .p-sm-2{
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2{
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2{
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2{
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2{
    padding-left: 0.5rem !important;
  }

  .p-sm-3{
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3{
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3{
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3{
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3{
    padding-left: 1rem !important;
  }

  .p-sm-4{
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4{
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4{
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4{
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4{
    padding-left: 1.5rem !important;
  }

  .p-sm-5{
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5{
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5{
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5{
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5{
    padding-left: 3rem !important;
  }

  .m-sm-auto{
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto{
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto{
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto{
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto{
    margin-left: auto !important;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 940px;
  }

  .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: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1{
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1{
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1{
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1{
    margin-left: 0.25rem !important;
  }

  .m-md-2{
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2{
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2{
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2{
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2{
    margin-left: 0.5rem !important;
  }

  .m-md-3{
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3{
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3{
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3{
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3{
    margin-left: 1rem !important;
  }

  .m-md-4{
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4{
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4{
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4{
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4{
    margin-left: 1.5rem !important;
  }

  .m-md-5{
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5{
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5{
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5{
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5{
    margin-left: 3rem !important;
  }

  .p-md-0{
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0{
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0{
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0{
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0{
    padding-left: 0 !important;
  }

  .p-md-1{
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1{
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1{
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1{
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1{
    padding-left: 0.25rem !important;
  }

  .p-md-2{
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2{
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2{
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2{
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2{
    padding-left: 0.5rem !important;
  }

  .p-md-3{
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3{
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3{
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3{
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3{
    padding-left: 1rem !important;
  }

  .p-md-4{
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4{
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4{
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4{
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4{
    padding-left: 1.5rem !important;
  }

  .p-md-5{
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5{
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5{
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5{
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5{
    padding-left: 3rem !important;
  }

  .m-md-auto{
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto{
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto{
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto{
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto{
    margin-left: auto !important;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1200px;
  }

  .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: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1{
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1{
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1{
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1{
    margin-left: 0.25rem !important;
  }

  .m-lg-2{
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2{
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2{
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2{
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2{
    margin-left: 0.5rem !important;
  }

  .m-lg-3{
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3{
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3{
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3{
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3{
    margin-left: 1rem !important;
  }

  .m-lg-4{
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4{
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4{
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4{
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4{
    margin-left: 1.5rem !important;
  }

  .m-lg-5{
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5{
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5{
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5{
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5{
    margin-left: 3rem !important;
  }

  .p-lg-0{
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0{
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0{
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0{
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0{
    padding-left: 0 !important;
  }

  .p-lg-1{
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1{
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1{
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1{
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1{
    padding-left: 0.25rem !important;
  }

  .p-lg-2{
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2{
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2{
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2{
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2{
    padding-left: 0.5rem !important;
  }

  .p-lg-3{
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3{
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3{
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3{
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3{
    padding-left: 1rem !important;
  }

  .p-lg-4{
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4{
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4{
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4{
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4{
    padding-left: 1.5rem !important;
  }

  .p-lg-5{
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5{
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5{
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5{
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5{
    padding-left: 3rem !important;
  }

  .m-lg-auto{
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto{
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto{
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto{
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto{
    margin-left: auto !important;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1344px;
  }

  .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: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1{
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1{
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1{
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1{
    margin-left: 0.25rem !important;
  }

  .m-xl-2{
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2{
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2{
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2{
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2{
    margin-left: 0.5rem !important;
  }

  .m-xl-3{
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3{
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3{
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3{
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3{
    margin-left: 1rem !important;
  }

  .m-xl-4{
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4{
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4{
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4{
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4{
    margin-left: 1.5rem !important;
  }

  .m-xl-5{
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5{
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5{
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5{
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5{
    margin-left: 3rem !important;
  }

  .p-xl-0{
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0{
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0{
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0{
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0{
    padding-left: 0 !important;
  }

  .p-xl-1{
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1{
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1{
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1{
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1{
    padding-left: 0.25rem !important;
  }

  .p-xl-2{
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2{
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2{
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2{
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2{
    padding-left: 0.5rem !important;
  }

  .p-xl-3{
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3{
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3{
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3{
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3{
    padding-left: 1rem !important;
  }

  .p-xl-4{
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4{
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4{
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4{
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4{
    padding-left: 1.5rem !important;
  }

  .p-xl-5{
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5{
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5{
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5{
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5{
    padding-left: 3rem !important;
  }

  .m-xl-auto{
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto{
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto{
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto{
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto{
    margin-left: auto !important;
  }
}

@media screen and (max-width: 1600px){
  .footer-logo{
    margin-right: 5%;
  }

  .footer-contacts{
    margin-right: 80px;
  }
}

@media screen and (max-width: 1400px){
  .car-params-item{
    padding: 7px 10px 7px 45px;
  }

  .car-params-item .param-icon{
    left: 14px;
  }

  .lizing-content{
    padding-left: 30px;
  }

  .mslider-title{
    font-size: 32px;
  }

  .mslider-text{
    font-size: 16px;
  }

  .icon-scroll{
    display: none;
  }

  .why-header,
  .why-items{
    margin-left: 0;
  }

  .why-header{
    font-size: 42px;
    line-height: 58px;
  }

  .footer-contacts{
    margin-right: 120px;
  }

  .footer-contacts .phone{
    font-size: 30px;
  }

  .footer-contacts .mail{
    font-size: 18px;
  }
}

@media (max-width: 1400px){
  .page-wrap{
    position: relative;
    overflow: hidden;
  }
}

@media screen and (max-width: 1280px){
  .contacts-text,
  .contacts-form{
    padding: 42px 36px;
  }

  .footer .phone{
    font-size: 30px;
  }

  .footer .mail{
    font-size: 18px;
  }

  .footer-contacts{
    margin-right: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-contacts-item{
    padding-top: 0;
    width: 50%;
    padding-left: 30px;
    margin-left: 0;
  }

  .footer-contacts-item .fa{
    display: none;
  }

  .footer-contacts label{
    line-height: normal;
    margin-bottom: 5px;
  }
/*
  .calc-form-wrap > .col:first-child{
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
  }
  */

  .calc-init-title,
  .calc-init-price{
    padding: 0;
  }

  .calc-content{
    margin: 0 -24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .calc-init-slider .irs-single{
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media (max-width: 1279.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: 1279px){
  .wrapper{
    max-width: 1200px;
  }
}

@media (max-width: 1023.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{
    max-width: 940px;
  }

  .main-nav{
    margin: 0 15px;
  }

  .main-nav .menu-item > a{
    padding-left: 8px;
    padding-right: 8px;
  }

  .user-block-icon{
    margin-right: 0;
  }

  .user-block-text{
    display: none;
  }

  .header .btn{
    margin-left: 5px;
  }

  .header .logo{
    padding-bottom: 0;
  }

  .prod-image-nav{
    display: none !important;
  }

  .prod-title-mobile .prod-block{
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .prod-image-block{
    margin-left: -15px;
    margin-right: -15px;
  }

  .best-deals-cars{
    margin-left: -24px;
    margin-right: -24px;
  }

  .instructions{
    margin: 120px auto 0;
  }

  .lizing-section .lizing-bg{
    position: relative;
    right: 0;
    z-index: 0;
    margin: -130px 0 50px;
  }

  .mslider-item{
    min-height: 400px;
  }

  .mslider-image{
    left: 400px;
  }

  .why-header{
    margin-top: 60px;
  }

  .contact-global-wrap{
    width: 80px;
    height: 82px;
  }

  .contact-global-link{
    font-size: 10px;
    line-height: normal;
  }

  .contact-global-link strong{
    font-size: 14px;
    margin-top: 2px;
  }

  .owl-dots{
    bottom: 20px;
    left: 0;
  }

  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev{
    bottom: 50%;
    margin-bottom: -15px;
  }

  .prod-car-params .car-params-item{
    width: 33.3%;
  }

  .prod-title-mobile{
    display: block;
  }

  .prod-title-mobile .prod-block{
    margin-bottom: 0;
  }

  .main-info-block{
    padding-top: 0;
  }

  .single-new-credit-mobile {
    display: block;
  }

  .main-info-block .prod-head,
  .main-info-block h1,
  .main-info-block .car-short,
  .main-info-block .cars-item-title,
  .single-new-credit-web {
    display: none;
  }

  .main-info-block .prod-buy{
    margin-top: 0;
  }

  .prod-car-params{
    margin-bottom: 0;
  }

  .calc-capt{
    margin-bottom: 0;
  }

  .form-block .btn{
    font-size: 16px;
  }

  .profile-nav-wrap{
    -webkit-flex-basis: 235px;
    flex-basis: 235px;
  }
}

@media screen and (max-width: 768px){
  .section-title{
    line-height: 1.1em;
    font-size: 28px;
  }

  .header-right{
    padding-right: 45px;
    position: relative;
  }

  .menu-toggle{
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -22px;
    border: none;
    margin-right: -12px;
    z-index: 1101;
  }

  .menu-toggle:focus,
  .menu-toggle:active,
  .menu-toggle:hover{
    background: transparent !important;
  }

  .menu-toggle .line{
    width: 20px;
    height: 1px;
    background-color: #FFFFFF;
    margin: 3px 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 -10px;
  }

  .menu-toggle .l1{
    margin-top: -6px;
  }

  .menu-toggle .l3{
    margin-top: 6px;
  }

  .menu-opened .menu-toggle .l1{
    -webkit-transform: translateY(6px) translateZ(0) rotate(135deg);
    transform: translateY(6px) translateZ(0) rotate(135deg);
  }

  .menu-opened .menu-toggle .l2{
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }

  .menu-opened .menu-toggle .l3{
    -webkit-transform: translateY(-6px) translateZ(0) rotate(-135deg);
    transform: translateY(-6px) translateZ(0) rotate(-135deg);
  }

  .menu-toggle:active .line{
    background-color: #377DFF;
  }

  .main-nav{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: -40px;
    padding: 60px 30px 100px;
    background: #0A0A0A;
    text-align: center;
    z-index: 1000;
    margin: 0;
    min-height: 100%;
    overflow: auto;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.24s;
    transition: -webkit-transform 0.24s;
    transition: transform 0.24s;
    transition: transform 0.24s, -webkit-transform 0.24s;
  }

  .main-nav .menu{
    margin: 0 0 33px;
  }

  .main-nav .menu-item{
    display: block;
    margin: 12px 0;
    font-size: 24px;
    line-height: normal;
    letter-spacing: 2px;
    font-weight: normal;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .main-nav .menu-item:before{
    content: none;
  }

  .main-nav .menu-item a{
    padding: 0 10px;
  }

  .main-nav .menu-item a:active{
    color: #377DFF;
  }

  .main-nav .menu-item:hover{
    background: none;
  }

  .main-nav-wrap{
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    width: 100%;
  }

  .main-nav-wrap > .menu-item{
    margin: 6px 0;
  }

  .menu-opened .main-nav{
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .mslider{
    max-width: 10000px;
    margin: 0 -24px;
    width: auto;
  }

  .mslider-item{
    padding: 0 30px 50px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    min-height: 0;
    height: auto;
  }

  .mslider-item .btn{
    min-width: 0;
  }

  .mslider-item .btn-link{
    padding-left: 16px;
    padding-right: 16px;
  }

  .mslider-image{
    position: relative;
    left: 0;
    top: 0;
    background: none;
    overflow: hidden;
  }

  .mslider-image img{
    display: block;
    margin-top: -10%;
    left: 13%;
    position: relative;
  }

  .mslider-text{
    font-size: 14px;
    margin-bottom: 14px;
  }

  .contact-global-wrap{
    width: 100%;
    bottom: 0;
    height: 34px;
    padding: 0 15px;
    background-color: #377DFF;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  }

  .contact-global-link{
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    font-size: 13px;
    color: #FFFFFF;
    font-weight: 500;
  }

  .contact-global-link strong{
    line-height: inherit;
    margin: 0 0 0 10px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
  }

  .contact-global-link strong:after{
    content: "\2192 ";
    display: inline-block;
    vertical-align: baseline;
    margin-left: 10px;
    color: #377DFF;
    background: #FFFFFF;
    padding: 4px 10px 6px;
    line-height: 8px;
    position: relative;
    top: -2px;
    margin-bottom: -3px;
  }

  .mslider{
    min-width: 0;
  }

  .mslider-title{
    line-height: normal;
    font-size: 26px;
    margin-bottom: 12px;
  }

  .footer-contacts-item{
    width: 100%;
    font-size: 14px;
    padding-left: 0;
    line-height: normal;
    margin-bottom: 10px;
  }

  .footer-contacts-item label{
    display: none;
  }

  .footer-logo{
    margin-right: 15%;
  }

  .pagination-wrap .pagination .page-numbers li .page-numbers,
  .pagination-wrap .pagination .page-numbers li a,
  .pagination-wrap .pagination .page-numbers li span{
    width: 50px;
    padding: 16px 0 12px;
  }

  .owl-dots{
    text-align: center;
  }

  .filter-toggle-wrap{
    display: block;
    padding: 20px 15px;
  }

  .catalog-filters .hidden-rows {
    display: none;
  }

  .filters-opened .catalog-filters .hidden-rows {
    display: block;
  }

  .catalog-filters{
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
  }

  .car-info-section{
    padding-top: 20px;
    padding-bottom: 4px;
  }

  .car-info-section .breadcrumbs-wrap{
    margin-bottom: 15px;
  }

  .сbann-button{
    float: none;
    margin: 0 auto 24px;
  }

  .calc-title-wrap{
    text-align: center;
  }

  .calc-title-wrap > .col{
    margin-bottom: 20px;
  }

  .calc-title-wrap > .col:last-child{
    margin-bottom: 0;
  }

  .calc-init-title{
    margin-bottom: 3px;
  }

  .calc-form-wrap .calc-month-select{
    margin-bottom: 30px;
  }

  .form-page{
    padding-top: 0;
    padding-bottom: 0;
    background-color: #FFFFFF;
  }

  .form-page > .wrapper{
    padding: 0;
    max-width: 10000px;
  }

  .form-block .btn{
    font-size: 14px;
  }

  .btn.with-arrow:after{
    margin-top: -2px;
  }

  .profile-wrap{
    display: block;
  }

  .profile-content{
    padding-right: 0;
  }

  .profile-page:before{
    content: none;
  }

  .profile-nav{
    margin: 0;
    color: #FFFFFF;
    white-space: nowrap;
    overflow: auto;
    margin-bottom: -17px;
    padding: 0 14px 17px;
  }

  .profile-nav-wrap{
    padding: 10px 0;
    margin: 0 -24px;
    width: auto;
    max-width: 2000px;
    background: #377DFF;
    overflow: hidden;
  }

  .profile-nav li{
    display: inline-block;
    margin: 0 10px;
  }

  .profile-nav li.add{
    margin-top: 0;
  }

  .profile-nav a{
    padding: 0;
    color: #FFFFFF;
  }

  .profile-nav a .fa{
    display: none;
  }
}

@media (max-width: 767.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 (max-width: 680px){
  .modal .modal-dialog{
    max-width: 100%;
  }
}

@media (max-width: 679.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 all and (max-width: 600px) {
  .header-right{
    padding-right: 30px;
  }
}


@media (max-width: 580px){
  .mp-title-wrap{
    text-align: center;
    display: block;
  }

  .mp-title-image{
    display: none;
  }

  .modal-body{
    padding: 40px 24px;
  }

  .modal-close{
    top: 6px;
    right: 6px;
  }
}

@media screen and (max-width: 576px){
  h1,
  .h1{
    font-size: 24px;
  }

  h2,
  .h2{
    font-size: 22px;
  }

  h3,
  .h3{
    font-size: 20px;
  }

  h4,
  .h4{
    font-size: 18px;
  }

  h5,
  .h5{
    font-size: 16px;
  }

  h6,
  .h6{
    font-size: 14px;
  }

  .section-title{
    line-height: 1.1em;
    font-size: 24px;
  }

  .section-subtitle{
    font-size: 13px;
  }

  .cars-item-content{
    padding-top: 18px;
  }

  .car-params-item{
    padding-left: 34px;
  }

  .prod-block.prod-image-block{
    margin-bottom: 0;
    padding-bottom: 14px;
    box-shadow: none;
  }

  .lizing-content{
    padding-left: 0;
  }

  .instructions{
    max-width: 1000px;
  }

  .instructions{
    margin-left: -24px;
    margin-right: -24px;
  }

  .instructions-item{
    padding-left: 26px;
    padding-right: 26px;
  }

  .instructions-item-num{
    position: relative;
    width: auto;
    height: auto;
    left: 0;
    top: 0;
    display: inline;
    padding: 0;
    line-height: inherit;
  }

  .instructions-item-num:before{
    content: none;
  }

  .instructions-item-num:after{
    content: ".";
    background: none;
    position: static;
  }

  .why-items{
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .contacts-wrap{
    box-shadow: none;
  }

  .contacts-form{
    padding: 30px 24px;
    margin: 0 -24px;
  }

  .contacts-form-section{
    padding-bottom: 0;
    background: #FFFFFF;
  }

  .contacts-form-section .h1{
    margin-bottom: 0;
  }

  .bg-orbit{
    background: none;
  }

  .mslider-item .btn{
    padding: 11px 10px;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .footer{
    text-align: center;
  }

  .footer .wrapper{
    display: block;
  }

  .footer-logo{
    margin-right: 0;
    margin-bottom: 30px;
  }

  .pagination-wrap .pagination .page-numbers li .page-numbers,
  .pagination-wrap .pagination .page-numbers li a,
  .pagination-wrap .pagination .page-numbers li span{
    width: 30px;
    padding: 7px 0 5px;
    font-size: 13px;
  }

  .filter-toggle-wrap{
    padding-left: 0;
    padding-right: 0;
  }

  .catalog-filters{
    padding-left: 0;
    padding-right: 0;
  }

  .prod-car-params .car-params-item{
    width: 50%;
  }

  .prod-block{
    padding: 18px;
  }

  .prod-image-block{
    padding: 0;
  }

  .main-info-block{
    padding-top: 0;
  }

  .main-info-block .prod-buy{
    margin: 0 -18px 30px;
  }

  .prod-block-title{
    font-weight: bold;
    margin: 0 -18px 20px;
    padding: 0 18px 18px;
  }

  .prod-block{
    margin-left: -15px;
    margin-right: -15px;
  }

  .car-info-section{
    padding-bottom: 0;
  }

  .page404-text{
    padding-bottom: 0;
  }
}

@media screen and (max-width: 480px){
  .header-btn{
    display: none;
  }
}

@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: 1024px !important;
  }

  .container{
    min-width: 1024px !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: #DEE2E6;
  }

  .table .thead-dark th{
    color: inherit;
    border-color: #DEE2E6;
  }
}

@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;
  }
}

.back-button {
  background-color: #377dff;
  margin-bottom: 15px;
  color: white
}

.back-button:hover {
  background-color: transparent;
  border: 1px solid #377dff;
  color: #377dff;
}

.related-single-cars,
.more-single-cars,
.related-articles {
  margin-top: 60px;
}

.related-single-cars a,
.related-single-cars a:hover,
.more-single-cars a,
.more-single-cars a:hover,
.related-articles a,
.related-articles a:hover {
  display: block;
  color: #525252;
}

.related-single-cars-image > div,
.related-articles-image > div {
  width: 100%;
  height: 180px;
  background-size: cover!important;
  background-position: center center!important;
  margin-bottom: 10px;
}

.related-single-cars-title,
.related-articles-title{
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 10px;
}

.related-single-cars-data,
.related-articles-data {
  margin-bottom: 10px;
}

.related-single-cars-data > div,
.related-single-cars-data > div:hover,
.related-articles-data > div,
.related-articles-data > div:hover {
  display: inline-block;
  color: #377dff;
  position: relative;
  top: -1px
}

.related-single-cars-price {
  font-weight: 700;
  font-size: 16px;
}

.related-single-cars .owl-nav,
.more-single-cars .owl-nav,
.related-articles .owl-nav{
  position: absolute;
  right: 0;
  top: -40px;
}

.related-single-cars .owl-nav button.owl-next,
.related-single-cars .owl-nav button.owl-prev,
.more-single-cars .owl-nav button.owl-next,
.more-single-cars .owl-nav button.owl-prev,
.related-articles .owl-nav button.owl-next,
.related-articles .owl-nav button.owl-prev {
  position: static;
  color: #377dff
}

.related-single-cars .owl-nav button.owl-next,
.related-articles .owl-nav button.owl-next,
.more-single-cars .owl-nav button.owl-next{
  margin-left: 30px;
}

#initial-fee,
#initial-all-payment {
  background-color: #fff;
  border: 1px solid #377dff;
  color: #333;
  box-shadow: none;
  max-width: 100%;
  width: 100%;
  -webkit-transition: background-color .24s,border-color .24s,color .24s;
  transition: background-color .24s,border-color .24s,color .24s;
  font-size: 16px;
  padding: 8px 10px;
  line-height: 22px;
  height: auto;
  outline: none;
  border-radius: 4px;

}

.single-article-image {
  width: 30%;
  max-width: 100%;
}

.with-back {
  background: #e9f1fe;
}

.cblock-margin-top {
  margin-top: 24px;
}

.article-item-img {
  height: 200px;
  background-size: cover!important;
  margin-bottom: 15px;
  background-position: center center!important;
}

.article-item {
  margin-bottom: 30px;
}

.article-item-title {
  margin-bottom: 15px;
}

.article-item-title a {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35em;
}

.article-item-exerpt {
  color: #525252;
}

.btn-big {
  font-size: 32px;
  line-height: 32px;
  min-width: 0;
  width: 376px;
  padding: 24px 40px;
  color: white;
  background-color: #377dff;
}

.get-phone {
  margin-top: 20px;
  text-align: center;
}

.get-phone p {
  margin-bottom: 15px;
  display: block;
}

.get-phone a,
.get-phone a:hover,
.get-phone a:focus {
  background-color: #55bb00;
  color: white;
  text-decoration: none;
  border-color:#55bb00;
}

.sold-block {
  margin-bottom: 24px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  padding: 20px 15px;
  width: 415px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.sold-block-image {
  float: left;
  max-width: 40px;
  margin-right: 20px;
}

.sold-block-image img {
  max-width: 100%;
}

.sold-block-title {
  color: red;
  font-weight: bold;
  font-size: 16px;
  line-height: 36px;
  background: url("/wp-content/uploads/2020/10/car_sale_contract-512.png") no-repeat;
  background-position: 15px center;
  background-size: 40px auto!important;
  padding-left: 70px;
}

.menu-word {
  color: white;
  font-size: 12px;
}
/*
.wpcf7-response-output {
  background: url("/wp-content/uploads/2020/12/ny-v2.png") no-repeat!important;
  background-size: auto 175px!important;
  background-position: right bottom!important;
  padding-right: 63px!important;
  padding-bottom: 59px!important;
}
*/

.gallery-play-icon {
  position: absolute;
  left: 50%!important;
  top: 50%!important;
  width: 50px!important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.8!important;
}

.gallery-play-icon-small {

}

.ukraine {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  color: white;
  font-size: 30px;
  line-height: 36px;
}

#back-popup .ukraine {
  font-size: 26px;
  line-height: 32px;
}



#main-popup .modal-content,
#back-popup .modal-content {
  background: url("../img/ukraine.jpg") no-repeat;
  background-position: center center!important;
  background-size: cover!important;
}

#main-popup .modal-content {
  background-image: url("/wp-content/uploads/2025/05/HERO-BACKGROUND.png");
}

#main-popup .modal-content a {
  color: white;
  text-decoration: underline;
}

#main-popup .mp-title,
#main-popup .form-group label,
#main-popup .note,
#back-popup .mp-title,
#back-popup .form-group label,
#back-popup .note {
  color: white
}

.mobile-button {
  padding: 13px 10px!important;
  background: #377dff!important;
  color: white!important;
  display:none;
}

.like-table {
  display: table;
  width: 100%;
  height: 100%;
}

.like-table > div {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.benefit-item {
  background-color: rgb(233, 241, 254);
  box-shadow: rgba(3, 41, 106, 0.2) 0px 6px 15px 0px;
  text-align: center;
  font-weight: bold;
  padding: 15px;
  margin-bottom: 30px;
  min-height: 70px;
  height: 70px;
}

.big-button-in-catalog {
  text-align: center;
  margin: 30px 0;
}

.big-button-in-catalog a {
  animation-duration: 1s;
  animation-name: bigbuttonanimation;
  animation-iteration-count: infinite;
}


.big-button-in-catalog a,
.big-button-in-catalog a:hover {
  background-color: white;
  padding: 15px 30px;
  font-weight: bold;
  color: #377dff;
  border: 1px solid #377dff;
  text-transform: uppercase;
  font-size: 16px;
  /*box-shadow: rgba(3, 41, 106, 0.2) 0px 6px 15px 0px;*/
}

.popup-accordion {
  text-align: center;
  margin-bottom: 15px;
  border: 1px solid #FFD800;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px 5px ;
  font-weight: bold;
}

.popup-accordion.animated {
  border: 1px solid #0056B9;
}

.popup-accordion-title {
  color: white;
  text-decoration: underline;
  font-size: 16px;
  margin-bottom: 10px;
}

.popup-accordion-text {
  color: white;
  font-size: 14px;
}

body header .main-nav li#menu-item-38 {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #FFD800
}

body header .main-nav li#menu-item-38.animated {
  color: #0056B9
}

body .contact-global-wrap {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

body .contact-global-wrap.animated {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

@keyframes bigbuttonanimation {
  0% {
    box-shadow: rgba(3, 41, 106, 0.2) 0px 6px 15px 0px;
  }

  25% {
    box-shadow: rgba(3, 41, 106, 0.2) 0px 6px 15px 3px;
  }

  50% {
    box-shadow: rgba(3, 41, 106, 0.2) 0px 6px 15px 5px;
  }

  75% {
    box-shadow: rgba(3, 41, 106, 0.2) 0px 6px 15px 3px;
  }

  80% {
    box-shadow: rgba(3, 41, 106, 0.2) 0px 6px 15px 0px;
  }
}


.catalog-benefits-block {
  margin: 30px 15px 0;
}

.white-color {
  color: white;
}

.close-popup-custom {
  font-size: 15px;
  width: 80px;
  top: 10px;
}

.close-popup-custom span span {
  font-size: 32px;
  position: relative;
  top:5px
}

ul.about-list li {
  padding-top: 5px;
  padding-bottom: 5px;
}

ul.about-list {
  list-style-type: disc;
}

ul.about-list li:before {
  content: '';
}


#initial-payment {
  height: 10px;
}

#initial-payment .noUi-connect {
  background: #c0392b;
}

#initial-payment .noUi-handle {
  height: 18px;
  width: 18px;
  top: -5px;
  right: -9px; /* half the width */
  border-radius: 9px;
}
#initial-payment .noUi-marker-normal,
#initial-payment .noUi-marker-large,
#initial-payment .noUi-marker-sub,
#initial-payment .noUi-handle:before,
#initial-payment .noUi-handle:after{
  display: none;
}

#initial-payment .noUi-value-large {
  font-size: 10px;
  color: #ccc;
}

#initial-payment .noUi-touch-area {
  background-color: #377dff;
  border-radius: 50%;
}

#initial-payment  .noUi-pips-horizontal {
  padding: 0;
  height: 36px;
}
#initial-payment {
  top: -4px;
  border-color: #377dff;
}

#initial-payment .noUi-value {
 cursor: pointer;
}

#initial-payment .noUi-value.active {
  color: #377dff;
  font-weight: bold;
}

#initial-payment .manual {
  position: absolute;
  width: 100%;
  text-align: center;
  top: -6px;
  font-size: 12px;
}

#initial-fee:disabled {
  color: #377dff;
  text-align: center;
  opacity: 1;
  border: none;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;

}

#initial-payment .manual span {
  position: relative;
  animation: manual 3s linear infinite;
  color: #377dff;
  display: inline-block;
  -webkit-transform: translateX(-15px);
  -moz-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  -o-transform: translateX(-15px);
  transform: translateX(-15px);
}

@keyframes manual {
  0%{
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  25%{
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  50%{
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  75%{
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -o-transform: translateX(15px);
    transform: translateX(15px);
  }
  100%{
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}

.custom-btn {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  animation: custombutton 1.5s linear infinite;
}

.custom-btn:hover {
  animation: custombuttonlight 1.5s linear infinite;
}

@keyframes custombutton {
  0%{
    text-shadow: none;
  }
  50%{
    /*text-shadow: blueviolet 1px 0 10px;*/
    text-shadow: 1px 1px 2px #377dff
  }
  100%{
    text-shadow: none;
  }
}

@keyframes custombuttonlight {
  0%{
    text-shadow: none;
  }
  50%{
    text-shadow: #FC0 1px 0 10px;
  }
  100%{
    text-shadow: none;
  }
}

.wrapper-little {
  max-width: 800px;
}

.footer-social {
  margin-top: -20px;
}

.footer-social img {
  height: 30px;
  width:auto;
}

.footer-social a {
  margin-right: 10px;
}

.footer-social a.tt {
  display: inline-block;
  background-color: white;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  text-align: center;
  position: relative;
  top: -2px;
}

.footer-social a.ins {
  display: inline-block;
  background-color: white;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  text-align: center;
  position: relative;
  margin-right: 0;
}

.footer-social a.tt img {
  width: 18px;
  height: auto;
  margin-top: 6px;
}

.bks-edit-image-popup {

}

#edit-image-popup.modal .modal-dialog {
  width: 1000px;
  max-width: calc(100vw - 30px);
}

#edit-image-popup.modal .close-popup-custom {
  color: #377dff
}

.edit-image-popup-wrap-title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.edit-image-popup-wrap-image {
  position: relative;
}

.edit-image-popup-wrap-image > img {
  width: 100%;
  height: auto;
}

.blur-element {
  background-color: rgba(256,256,256, 0.5);
  height: 50px;
  width: 100px;
  position: absolute;
  top:0;
  left:0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  cursor: pointer;
  transform-origin: center center;
  /*transform: rotate(15deg);*/
  z-index: 1;
}

.blur-element-resize,
.blur-element-rotate {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 110px;
  background-color: rgba(256,256,256, 0.5);
  border-radius: 50%;
  z-index: 10;
}

.blur-element-resize {
  top: 30px;
}

.blur-element-rotate {
  top:0
}

/* last test
.blur-element-wrap {
  position: absolute;
  width: 125px;
  height: 50px;
}

.blur-element-wrap .blur-element {
  height: 100%;
  width: calc(100% - 25px)
}

.blur-element-wrap .blur-element-resize,
.blur-element-wrap .blur-element-rotate {
  left: auto;
  right: 0;
}

.blur-element-wrap .blur-element-resize {
  top: calc(100% - 20px)
}*/

#blur-element-v2 {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.edit-image-popup-wrap-points-item {
  margin-bottom: 10px;
  line-height: 20px;
}

.edit-image-popup-wrap-points-item span {
  color: red;
  display: inline-block;
  height: 20px;
  width: 20px;
  cursor: pointer;
  margin-left: 20px;
}

.btn2[disabled],
.btn2[disabled]:hover {
  background-color: grey;
}

.blur-status-error {
  color: red
}

.blur-status-success {
  color: green
}

#bks-add-blur {
  max-width: 100%;
  min-width: 100%;
}

.edit-image-popup-wrap-points {
  border: 1px solid lightgray;
  padding: 15px;
  position: relative;
  margin-bottom: 15px;
}

.edit-image-popup-wrap-points.active {
  box-shadow: 10px 5px 5px rgba(0,0,0, 0.5);
}

.edit-image-popup-wrap-points .edit-image-popup-wrap-points-remove {
  position: absolute;
  right: 5px;
  top: 15px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  z-index: 2;
}

.edit-image-popup-wrap-points .edit-image-popup-wrap-points-remove:hover {
  color: red
}

.edit-image-popup-wrap-polygons {
  margin-top: 10px;
}

.edit-image-popup-wrap-points-title {
  cursor: pointer;
  padding-right: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

.back-popup {

}

#back-popup .modal-content {
  background: none;
  background-color: #ebf1fe;
  color: #377dff;
  border: 1px solid  #377dff
}

#back-popup .white-color,
#back-popup .ukraine,
#back-popup .popup-accordion-title,
#back-popup .popup-accordion-text,
#back-popup .form-group label ,
#back-popup .note {
  color: #377dff;
}

#back-popup .note a {
  text-decoration: underline;
}

#back-popup .custom-btn {
  border: 1px solid  #377dff
}

.woocommerce-page .custom-sorting-row .woocommerce-ordering {
  float: none;
}

.custom-sorting-row .custom-sorting-row-product-count {
  position: relative;
}

.custom-sorting-row .custom-sorting-row-product-count .custom-sorting-row-product-count-label {
  font-weight: bold;
}

.custom-sorting-row .custom-sorting-row-product-count a {
  display: inline-block;
  height: 40px;
  width: 40px;
  margin-left: 10px;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  background-color: white;
  border: 1px solid #dcdfe6;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: black;
}

.custom-sorting-row .custom-sorting-row-product-count a.current-variation,
.custom-sorting-row .custom-sorting-row-product-count a:hover  {
  font-weight: bold;
  border: 1px solid #377dff;
  color: #377dff;
}

.seo-text {
  margin: 30px 0;
}

.accordion-docs {

}

.accordion-docs-item {
  padding: 15px 0;
  border-bottom: 1px solid #377dff;
}

.accordion-docs-item-name {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  position: relative;
  color: #333;
  padding-left: 60px;
  cursor: pointer;
}

.accordion-docs-item-name h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #333;
  margin: 0;
}

.accordion-docs-item-name:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  top:0;
  left: 0;
  background-color: rgba(55, 125, 255, 0.5);
  background-image: url('../img/accordion-open.svg');
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.accordion-docs-item.opened .accordion-docs-item-name:before {
  background-color: #377dff;
  background-image: url('../img/accordion-close.svg');
}

.accordion-docs-item-name:hover:before {
  background-color: #377dff;
}

.accordion-docs-item-body {
  display: none;
  padding-top: 15px;
}

.header-search {
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
}

.header-search img {
  width: 22px;
  height: auto;
}

.header-search-wrap {
  position: fixed;
  top: 81px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(0,0,0, 0.9);
  z-index: 1499;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.header-search-wrap.opened {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.search-form-wrap {
  position: relative;
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
}

.search-form-wrap input[type="text"] {
  height: 40px;
  width: 100%;
  padding: 0 90px 0 10px;
  line-height: 40px;
  outline: none;
  border-radius: 3px;
  border: none;
}

.search-form-wrap input[type="text"]:focus {
  box-shadow: 0 6px 15px 0 rgba(256, 256, 256,.3);
}

.search-form-wrap input[type="submit"] {
  height: 40px;
  width: 80px;
  position: absolute;
  right: 0;
  top:0;
  border: none;
  background-color: rgb(55, 125, 255);
  color: white;
  border-radius: 0 3px 3px 0;
}

.search-form-dropdown {
  position: absolute;
  background-color: rgba(0,0,0, 0.9);
  width: 100%;
  border-radius: 0 0 5px 5px;
  padding: 15px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.search-form-dropdown.opened {
  z-index: 1;
  opacity: 1;
}

.search-form-dropdown-item {
  padding: 15px 0;
  border-bottom: 1px solid rgba(256, 256, 256, 0.2);
}

.search-form-dropdown-item a {
  display: block;
}

.search-form-dropdown-item-image {
  width: 100px;
  height: 60px;
  background-size: cover!important;
  background-position: center center!important;
}

.search-form-dropdown-item-body {
  height: 100%;
}

.search-form-dropdown-item-body-title {
  color: white;
  font-weight: bold;
  margin-bottom: 3px;
  font-size: 16px;
}

.search-form-dropdown-item-body-price {
  color: rgba(256, 256, 256, 0.7);
}

.search-form-dropdown > .search-form-dropdown-item:last-child {
  border-bottom: none;
  text-align: center;
  padding-bottom: 0;
  color: white;
}

.search-form-dropdown > .search-form-dropdown-item:last-child a {
  color: white;
  text-decoration: underline;
}

#home-benefits {
  padding-bottom: 35px;
  padding-top: 35px;
}

#home-benefits .home-benefits-item {
  margin-bottom: 20px;
  text-align: center;
}

#home-benefits .home-benefits-item-image {
  margin-bottom: 30px;
  position: relative;
}

#home-benefits .home-benefits-item-image img {
  width: 50px;
  height: auto;
}

#home-benefits .home-benefits-item-image .home-benefits-item-image-number {
  position: absolute;
  bottom: -18px;
  height: 30px;
  width: 30px;
  background: #377dff;
  border-radius: 100%;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  left: calc(50% - 41px);
}

#home-benefits .home-benefits-item-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #4A4A4A
}

#home-benefits .home-benefits-item-description {
  font-size: 12px;
  line-height: 18px;
  color: #4A4A4A
}

.home-counter-value {
  font-size: 50px;
  color: #377dff;
  margin-bottom: 10px;
  text-align: center;
  line-height: 50px;
}

.home-counter_text {
  font-size: 13px;
  color: #525252;
  text-align: center;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
}

#home-counter > .container .row:nth-child(2) > div {
  position: relative;
}

#home-counter > .container .row:nth-child(2) > div:after {
  content: '';
  position: absolute;
  background-color: #377dff;
  width: 1px;
  height: calc(77px + 20px);
  right: 0;
  top: 0
}

#home-counter > .container .row:nth-child(2) > div:last-child:after {
  display: none;
}

#home-counter .section-title h2 {
  margin-bottom: 34px;
}

.header-phone-last {
  font-size: 30px;
  position: relative;
  color: #377dff!important;
  top: 6px;
  display: inline-block;
  -webkit-transform: scaleY(1.5);
  -moz-transform: scaleY(1.5);
  -ms-transform: scaleY(1.5);
  -o-transform: scaleY(1.5);
  transform: scaleY(1.5);
}

.header-mobile-phone {
  display: none;
}

.home-marks-a {
  display: block;
  margin-bottom: 30px;
  border: 1px solid rgba(74, 74, 74, 0.3);
  padding: 10px;
}

.home-marks-image {
  width: 100px;
  height: 60px;
  text-align: center;
  position: relative;
}

.home-marks-image img {
  max-height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home-marks-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #4A4A4A
}

.home-marks-content {
  font-size: 13px;
  color: rgba(74, 74, 74, 0.7);
}

.home-marks-a > .row > .col {
  padding-left: 0;
}

#home-brands .load-more-brands {
  background-color: white;
  padding: 15px 30px;
  font-weight: bold;
  color: #377dff;
  border: 1px solid #377dff;
  text-transform: uppercase;
  font-size: 16px;
  transition: all 0.3s;
}

#home-brands .load-more-brands:hover {
  box-shadow: rgba(3, 41, 106, 0.2) 0px 6px 15px 0px;
}

.load-more-brands-row {
  margin-top: 30px;
}

#home-brands .hidden-row {
  display: none;
}

#home-google-reviews {
  padding-top: 30px;
}

.home-cars-swiper-controls {
  text-align: right;
}

.home-cars-swiper-controls-left,
.home-cars-swiper-controls-right {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-color: rgb(55, 125, 255);
  border-radius: 100%;
  cursor: pointer;
}

.home-cars-swiper-controls-left {
  margin-right: 20px;
  background-image: url('../img/big-swiper-left.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 50%;
}

.home-cars-swiper-controls-right {
  background-image: url('../img/big-swiper-right.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 50%;
}

.new-car-item {
  background-color: white;
  box-shadow: 0 6px 15px 0 rgba(3, 41, 106, 0.1);
  transition: all 0.3s;
}

.new-car-item:hover {
  box-shadow: 0 6px 15px 0 rgba(3, 41, 106, 0.2);
}

.new-car-item-images {
  position: relative;
}

.new-car-item-images .new-car-item-images-wishlist {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 9999;
}

.new-car-item-images .new-car-item-images-wishlist a:not(.tinvwl-product-make-remove) {
  width: 27px;
  height: 27px;
  background: white;
  -webkit-mask-image: url('../img/icons/fav-active.svg');
  mask-image: url('../img/icons/fav-active.svg');
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  display: block;
}

.new-car-item-images-swiper .swiper-button-prev,
.new-car-item-images-swiper .swiper-button-next {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 100%;
  background-color: rgba(256, 256, 256, 0.5);
  opacity: 0;
  transition: all 0.3s;
}

.new-car-item-images-swiper:hover .swiper-button-prev,
.new-car-item-images-swiper:hover .swiper-button-next {
  opacity: 1;
}

.new-car-item-images-swiper .swiper-button-prev:after,
.new-car-item-images-swiper .swiper-button-next:after {
  font-size: 20px;
  color: #377dff;
}

.new-car-item-body {
  padding: 20px 15px;
  color: #525252;
  position: relative;
}

.new-car-item-body-title {
  margin-bottom: 6px;
}

.new-car-item-body-title a {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35em;
  color: #525252;
  transition: all 0.3s;
}

.new-car-item-body-title a:hover {
  color: #377dff;
}

.new-car-item-body-params,
.new-car-item-body-price-monthly,
.new-car-item-body-price,
.new-car-item-body-id {
  margin-bottom: 10px;
}

.new-car-item-body-price .price2 {
  color: #377dff;
}

.new-car-item-body-id {
  text-align: right;
}

.new-car-item-body-buttons-style-1,
.new-car-item-body-buttons-style-2 {
  height: 50px;
  display: block;
  text-align: center;
  font-weight: bold;
  transition: all 0.3s;
}


.new-car-item-body-buttons-style-1,
.new-car-item-body-buttons-style-1:hover {
  border: 1px solid #377DFF;
  background: #EBF1FE;
  color: #377DFF;
}

.new-car-item-body-buttons-style-2,
.new-car-item-body-buttons-style-2:hover {
  border: 1px solid #377DFF;
  background: #377DFF;
  color: white;
}

.new-car-item-body-buttons-style-1:hover,
.new-car-item-body-buttons-style-2:hover {
  box-shadow: 0 6px 15px 0 rgba(3, 41, 106, 0.2);
}

.new-car-item-body-params .car-params-item {
  padding-left: 40px;
}

.new-car-item-body-params  .car-params-item .param-icon {
  left: 15px
}

.new-car-item-body-sticker {
  width: 75px;
  height: 75px;
  position: absolute;
  top:-37px;
  right: 0;
  background: url('../img/sticker.svg') no-repeat center center;
  background-size: 100% auto!important;
  color: white;
  text-align: center;
  line-height: 75px;
  z-index: 3;
}

.has-title {
  cursor: pointer;
}

.custom-title {
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateX(calc(-100% + 75px));
  background: white;
  padding: 10px 15px;
  border-radius: 4px;
  font-size: 14px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  max-width: 300px;
  border: 1px solid #377DFF;
  color: #525252;
  line-height: 18px;
}

.has-title:hover .custom-title,
.has-title.active .custom-title {
  opacity: 1;
}

body.page-template-page-custom-shop .woocommerce-ordering {
  margin: 0 0 1em;
}

#faq {
  padding-top: 144px;
  padding-bottom: 211px;
  background-color: #EBF1FE;
  background-image: url('../img/faq.svg');
  background-position: right 100px;
  background-repeat: no-repeat;
}

#faq .section-title,
#faq .section-title h2 {
  margin-bottom: 18px;
}

.faq-wrap {
  padding-top: 65px;
  position: relative;
}

.faq-name {
  padding: 20px 40px;
  cursor: pointer;
  font-size: 18px;
  line-height: 120%;
  font-weight: 600;
  color: #525252;
  transition: all 0.3s;
  position: absolute;
  top:0
}

.faq-wrap > .faq-name[data-id="1"] {
  left: 230px;
}

.faq-wrap > .faq-name[data-id="2"] {
  left: 367px;
}

.faq-name.active,
.faq-name:hover {
  background-color: white;
  color: #377DFF;
}

.faq-item {
  background-color: white;
  display: none;
  padding: 5px 20px 10px;
}

.faq-item[data-id="0"] {
  display: block;
}

.faq-item-wrap {
  border-bottom: 1px solid #ECEEEF;
  position: relative;
}

.faq-item > .faq-item-wrap:last-child {
  border-bottom: none;
}

.faq-item-question {
  padding: 20px 50px 20px 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  cursor: pointer;
  position: relative;
}

.faq-item-question:after {
  content: '';
  width: 50px;
  height: 50px;
  background: url("../img/faq-arrow.svg");
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
}

.faq-items-answer {
  display: none;
  font-size: 16px;
  line-height: 24px;
  padding: 0 50px 20px 22px
}

.faq-items-answer p {
  margin-bottom: 10px;
}

.faq-item-wrap.opened .faq-item-question:after {
  transform: rotate(180deg);
}

.faq-aside {
  width: 415px;
  margin-left: 38px;
  padding: 47px 30px;
  background-color: #7377BF;
  margin-top: 66px;
}

.faq-aside-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  color: white;
  margin-bottom: 30px;
  text-align: center;
}

.faq-aside-body {
  text-align: center;
  padding: 27px 46px;
  background-color: #7E80CB;
  margin-bottom: 30px;
}

.faq-aside-body-content  {
  font-size: 16px;
  line-height: 24px;
  color: white;
  margin-bottom: 14px;
}

.faq-aside-body-button a img,
.faq-aside-buttons a img {
  position: relative;
  margin-right: 6px;
}

.faq-aside-body-button a {
  padding: 11px 30px;
  background-color: white;
  display: inline-block;
  color: #6769AB;
  font-size: 16px;
  line-height: 24px;
  transition: all 0.3s;
  border:none;
}

.faq-aside-buttons a {
  display: inline-block;
  width: calc(50% - 9px);
  font-size: 16px;
  transition: all 0.3s;
  border:none;
  background-color: white;
  color: #25D366;
  text-align: center;
  height: 46px;
  line-height: 46px;
}

.faq-aside-buttons a:first-child {
  margin-right: 14px;
  color: #0088CC
}


.faq-aside-body-button a:hover,
.faq-aside-buttons a:hover {
    box-shadow: 0 6px 15px 0 rgba(3, 41, 106, 0.2);
}

/* banners */
#cta-banner {
  /*margin-top: 30px;
  margin-bottom: 30px;*/
}

.cta-banner-1 {
  background: url('../img/banner-1-back_v2.png') no-repeat center center;
  padding-top: 62px;
  padding-bottom: 81px;
  background-size: cover!important;
}

.cta-banner-1 .cta-banner-title {
  margin-bottom: 20px;
  color :white;
  font-weight: 700;
  font-size: 42px;
  line-height: 100%;
}

.cta-banner-1 .cta-banner-content {
  color :white;
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 25px;
}

.cta-banner-1 .cta-banner-buttons > a {
  display: inline-block;
  margin-right: 20px;
  height: 46px;
  line-height: 46px;
  color: white;
  padding-right: 20px;
  padding-left: 20px;
}

.cta-banner-1 .cta-banner-buttons > a svg {
  margin-right: 6px;
}

.cta-banner-1 .cta-banner-buttons > a:first-child {
  background-color: #0088CC;
}

.cta-banner-1 .cta-banner-buttons > a:last-child{
  background-color: #25D366;
}

.cta-banner-1 .cta-banner-buttons > a:hover {
  /*box-shadow: 0 6px 15px 0 rgba(3, 41, 106, 0.2);*/
  box-shadow: 0 6px 15px 0 rgba(256, 256, 256, 0.2);
}

.cta-banner-2 {
  background: url('../img/banner-2-back.png') no-repeat center center;
  padding-top: 69px;
  padding-bottom: 69px;
  background-size: cover!important;
  text-align: center;
}

.cta-banner-2 .cta-banner-title {
  margin-bottom: 25px;
  color :white;
  font-weight: 700;
  font-size: 42px;
  line-height: 100%;
}

.cta-banner-2 .cta-banner-content {
  color :white;
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 25px;
}

.cta-banner-2 .cta-banner-buttons > a {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  height: 46px;
  line-height: 46px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: white;
}

.cta-banner-2 .cta-banner-buttons > a svg {
  margin-right: 6px;
}

.cta-banner-2 .cta-banner-buttons > a:first-child {
  color: #0088CC;
}

.cta-banner-2 .cta-banner-buttons > a:first-child svg g > path:first-child {
  fill: #0088CC;
}

.cta-banner-2 .cta-banner-buttons > a:first-child svg g > path:last-child {
  fill: white;
}

.cta-banner-2 .cta-banner-buttons > a:last-child{
  color: #25D366;
}

.cta-banner-2 .cta-banner-buttons > a:last-child svg g > path:first-child {
  fill: #25D366;
}

.cta-banner-2 .cta-banner-buttons > a:hover {
  box-shadow: 0 6px 15px 0 rgba(3, 41, 106, 0.2);
}

.cta-banner-3 {
  background: url('../img/banner-3-back.png') no-repeat right center;
  padding-top: 199px;
  padding-bottom: 217px;
}

.cta-banner-3 .cta-banner-title {
  margin-bottom: 20px;
  color: #212529;
  font-weight: 700;
  font-size: 42px;
  line-height: 100%;
}

.cta-banner-3 .cta-banner-content {
  color: #212529;
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 25px;
}

.cta-banner-3 .cta-banner-buttons > a {
  display: inline-block;
  margin-right: 20px;
  height: 46px;
  line-height: 46px;
  color: white;
  padding-right: 20px;
  padding-left: 20px;
}

.cta-banner-3 .cta-banner-buttons > a svg {
  margin-right: 6px;
}

.cta-banner-3 .cta-banner-buttons > a:first-child {
  background-color: #0088CC;
}

.cta-banner-3 .cta-banner-buttons > a:last-child{
  background-color: #25D366;
}

.cta-banner-3 .cta-banner-buttons > a:hover {
  box-shadow: 0 6px 15px 0 rgba(256, 256, 256, 0.2);
}

/* hreo */
#main-hero {
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}

#main-hero > div {
  padding: 85px 0;
  background-size: 750px auto;
  background-repeat: no-repeat;
  background-position: right top;
}

#main-hero .section-title {
  font-weight: 700;
  font-size: 42px;
  line-height: 100%;
  color: #F6F9FE;
  margin-bottom: 25px;
  margin-top: 0;
}

.hero-form {
  width: 530px;
  background-color: white;
}

.hero-form-wrap {
  padding: 30px;
}

.hero-form-wrap > .row {
  margin-bottom: 20px;
}

.hero-form-wrap > .row:last-child {
  margin-bottom: 0;
}

.hero-form-label {
  margin-bottom: 10px;
  color: #525252;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
}

.hero-form-field {
  position: relative;
}

.hero-form-field input {
  height: 40px;
  line-height: 40px;
  display: block;
  width: 100%;
  padding: 0 15px 0 25px;
  border: 1px solid #377DFF;
  outline: none!important;
  position: relative;
  font-size: 18px;
  border-radius: 4px;
}

.hero-form-field input::placeholder {
  color: #C2C5C7;
}

.hero-form-field:before {
  content: '$';
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 18px;
  color: #C2C5C7;
  z-index: 2;
}

#hero-form-slider {
  margin-top: 40px;
  margin-bottom: 40px;
  height: 3px;
  background-color: #EBF1FE;
  border: none;
  border-radius: 0;
}

#hero-form-slider .noUi-handle {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: none;
  background-color: #77A6FF;
  right: -6px;
  top: -5px;
  box-shadow: none
}

#hero-form-slider .noUi-handle:after,
#hero-form-slider .noUi-handle:before {
  display: none;
}

#hero-form-slider .noUi-tooltip {
  border: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #6B7C93;
  padding-bottom: 0;
}

#hero-form-slider .noUi-connect {
  background-color: #377DFF;
}

.bottom-pip {
  position: absolute;
  top: 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #C2C5C7;
}

.bottom-pip-right {
  right: 0;
}

.hero-form-value {
  color: #6B7C93;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  min-height: 32px;
}

.has-right-border {
  position: relative;
}

.has-right-border:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 80px;
  right: 0;
  top:0;
  background-color: #E9F1FE;
}

.hero-form-tg,
.hero-form-wa {
  height: 46px;
  line-height: 46px;
  color: white;
  transition: all 0.3s;
  font-size: 16px;
  width: 100%;
  text-align: center;
  display: block;
}

.hero-form-tg:hover,
.hero-form-wa:hover {
  box-shadow: 0 6px 15px 0 rgba(3, 41, 106, 0.2);
  color: white;
}

.hero-form-tg img,
.hero-form-wa img {
  margin-right: 6px;
}

.hero-form-tg {
  background-color: #0088CC;
}

.hero-form-wa {
  background-color: #25D366
}

.hero-form-label-notice {
  font-size: 10px;
  color: #6B7C93;
}

.home-cars-swiper .car-params {
  min-height: 85px;
}

.new-car-item-images-a {
  position: relative;
  display: block;
}

.new-car-item-images-a .new-car-item-images-a-sold {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(256,256,256,.5);
  z-index: 2;
  color: white;
  text-align: center;
  text-shadow: 1px 2px 4px #000;
  font-weight: bold;
}

.new-car-item.new-car-item-sold .new-car-item-body-price {
  font-weight: bold;
}

.new-car-item.new-car-item-sold .new-car-item-body-price-monthly {
  height: 20px;
}

.new-car-item-images-edit {
  position: absolute;
  z-index: 4;
  top:0;
  right:0;
  background-color: white;
  padding: 10px;
}

.contact-item {
  padding: 15px;
  border: 1px solid white;
  border-radius: 10px;
  height: 100%;
  text-align: center;
  background-color: white;
}

.contact-item-icon {
  margin-bottom: 15px;
}

.contact-item-icon img {
  max-width: 100px;
  height: auto;
}

.contact-item-content {
  text-align: center;
}

.contact-item-content strong {
  display: block;
  margin-bottom: 5px;
}

.contact-item-content a {
  font-weight: bold;
}

.contacts-section h2 {
  text-align: center;
}

.contacts-social {
  text-align: center;
}

.contacts-social img {
  max-width: 50px;
}

.accordion-docs-item-body-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.has-carat-new-bg {
  background: url("/wp-content/uploads/2025/05/HERO-BACKGROUND-1.png") no-repeat;
  background-size: cover!important;
  background-position: center center!important;

}


@media all and (max-width: 1400px) {
  #main-hero .section-title {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
}
@media all and (max-width: 1400px) {
  .hero-form {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
}


@media all and (max-width: 1199px) {
  #main-hero > div {
    background-size: 600px auto;
  }
}

@media all and (max-width: 1105px) {
  #main-hero > div {
    background-size: 550px auto;
  }

  .main-nav {
    margin: 0 auto;
  }
}



@media all and (max-width: 1046px) {

  .faq-aside {
    margin-left: 0;
  }
}

@media all and (max-width: 1023px) {
  header .footer-social a.tt {
    padding: 0 8px;
    top:-4px;
    margin-right: 18px;
  }

  header .footer-social a.ins {
    padding: 0
  }

  header .footer-social a.ins img {
    width: 30px;
    height: 30px;
    max-width: 30px;
  }

  .home-benefits-item {
    margin-bottom: 30px;
  }

  #home-counter > .container .row:nth-child(2) > div {
    margin-bottom: 20px;
  }


  #home-counter > .container .row:nth-child(2) > div:nth-child(1):after {
    width: 1px;
    height: 100%;
    right: 0;
    left: auto;
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  #home-counter > .container .row:nth-child(2) > div:nth-child(2):after {
    display: none;
  }

  #home-counter > .container .row:nth-child(2) > div:nth-child(3):before {
    content: '';
    position: absolute;
    background-color: #377dff;
    height: 1px;
    width: calc(77px + 20px);
    right: 10px;
    top: -10px;
  }

  #home-counter > .container .row:nth-child(2) > div:nth-child(4):before {
    content: '';
    position: absolute;
    background-color: #377dff;
    height: 1px;
    width: calc(77px + 20px);
    left: 10px;
    top: -10px;
  }

  .faq-aside {
    margin-top: 107px;
    width: 100%;
  }

  #faq {
    padding-top: 56px;
    padding-bottom: 229px;
    background-position: right bottom 100px;
  }

  #main-hero .section-title {
    max-width: 566px;
  }

  .contact-item-col {
    margin-bottom: 30px;
  }
}

@media all and  (max-width: 1023px) and  (min-width: 769px) {
  header .header-phone,
  header .footer-social {
    display: none!important;
  }
}

@media screen and (max-width: 845px) {
  .header-phone-last {
    font-size: 23px;
    top: 4px;
  }

}

@media all and (max-width: 790px) and  (min-width: 768px) {
  .main-nav .menu-item > a {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .main-nav {
    margin: 0 0;
  }
  .mobile-button {
    display: inline-block;
  }

  .catalog-filters .btn {
    background-color: #377dff;
    color: #fff;
    border-color: #f6f9fe;
  }

  .mslider-wrap {
    height: auto;
  }

  .mslider {
    margin: 0 0;
  }


  .header-social a {
    padding: 0!important;
    margin-right: 10px;
    margin-left: 10px;
  }

  .menu-item.header-phone {
    margin-top: 30px
  }

  .header-social a.tt {
    top:0
  }

  .header-social a.tt img {
  margin-top:0
  }

  .custom-sorting-row-product-count {
    margin-bottom: 10px;
  }

  header .footer-social a.tt {
    top:0;
    margin-right: 10px;
    margin-left: 10px;
  }

  .main-nav .sub-menu {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    z-index: 1;
    pointer-events: auto;
    background-color: transparent;
  }

  .header-search-wrap {
    top: 80px;
  }
}

@media all and (max-width: 767px) {
  #home-counter > .container .row:nth-child(2) > div:nth-child(3):before,
  #home-counter > .container .row:nth-child(2) > div:nth-child(4):before {
    display: none;
  }

  #home-counter > .container .row:nth-child(2) > div:nth-child(1):after,
  #home-counter > .container .row:nth-child(2) > div:nth-child(2):after,
  #home-counter > .container .row:nth-child(2) > div:nth-child(3):after {
    width: 150px;
    height: 1px;
    bottom: -20px;
    top: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
  }

  #home-counter > .container .row:nth-child(2) > div {
    margin-bottom: 40px;
  }

  #home-counter > .container .row:nth-child(2) > div:last-child {
    margin-bottom: 0;
  }

  .faq-wrap {
    padding-top: 0;
  }

  .faq-name {
    position: relative;
    padding: 22px 20px;
    margin-bottom: 10px;
    background-color: white;
    left: 0!important;
  }

  .faq-name.active {
    border-bottom: 1px solid #ECEEEF;
    margin-bottom: 0;
  }

  .faq-name:after {
    content: '';
    width: 50px;
    height: 50px;
    background: url("../img/faq-arrow.svg");
    position: absolute;
    top: 10px;
    right: 20px;
    transition: all 0.3s;
  }

  .faq-name.active:after {
    transform: rotate(180deg);
  }

  .faq-item {
    margin-bottom: 20px;
  }

  .faq-items-answer {
    padding-right: 0;
  }

  .faq-aside {
    padding: 30px 20px;
  }

  .cta-banner-1 {
    padding-top: 80px;
    background: url('../img/banner-1-mobile-back.png') no-repeat 25% center;
    background-size: cover!important;
  }

  .cta-banner-1 .cta-banner-title {
    margin-bottom: 25px;
    font-size: 32px;
    line-height: 100%;
  }

  .cta-banner-1 .cta-banner-content {
    font-size: 18px;
    line-height: 120%;
  }

  .cta-banner-2 {
    padding-top: 63px;
    padding-bottom: 62px;
  }

  .cta-banner-2 .cta-banner-title {
    font-size: 32px;
    line-height: 120%;
  }

  .cta-banner-2 .cta-banner-content {
    font-size: 18px;
    line-height: 100%;
  }

  .cta-banner-3 {
    padding-top: 63px;
    padding-bottom: 412px;
    background: url('../img/banner-3-back.png') no-repeat right bottom;
    text-align: center;
    background-size: auto 437px;
  }

  .cta-banner-3 .cta-banner-title {
    margin-bottom: 25px;
    font-size: 32px;
    line-height: 100%;
  }

  .cta-banner-3 .cta-banner-content {
    font-size: 18px;
    line-height: 120%;
  }

  #main-hero .section-title {
    max-width: 100%;
  }

  #main-hero > div {
    padding: 56px 0 475px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: right bottom -270px;
  }

  .hero-form {
    width: 100%;
  }
}


@media (max-width: 679px) {
  .single-article-image {
    width: 100%;
  }

  #hero-form-total,
  #hero-form-monthly,
  .hero-form-tg {
    margin-bottom: 20px;
  }

  .has-right-border:after {
    width: 100%;
    height: 2px;
    right: auto;
    left: 0;
    top: auto;
    bottom: 10px;
  }

  #main-hero .section-title {
    font-size: 32px;
  }

  #main-hero > div {
    background-position: right bottom -174px;
  }

}

@media screen and (max-width: 600px) {
  .header-phone-last {
    display: none;
  }

  .header-mobile-phone {
    display: block;
    text-align: center;
    padding-top: 10px;
  }

  .header-mobile-phone a {
    font-size: 30px;
    color: #377dff !important;
    -webkit-transform: scaleY(1.5);
    -moz-transform: scaleY(1.5);
    -ms-transform: scaleY(1.5);
    -o-transform: scaleY(1.5);
    transform: scaleY(1.5);
    display: inline-block;
  }

  .header-search-wrap {
    top: 114px;
  }

  #main-hero > div {
    background-position: right bottom -100px;
  }
}


@media (max-width: 580px) {
  .header-btn {
    display: none;
  }

  .faq-aside-buttons a {
    display: block;
    width: 100%;
  }

  .faq-aside-buttons a:first-child {
    margin-bottom: 15px;
    margin-right: 0;
  }


}


@media (max-width: 525px) {
  .header-btn {
    display: none;
  }

  .benefit-item {
    height: 90px;
  }

  #main-hero > div {
    background-position: right bottom -50px;
  }
}

@media (max-width: 512px) {
  .cta-banner-3 {
    background: url('../img/banner-3-back.png') no-repeat left bottom;
    background-size: auto 437px;
  }
}

@media (max-width: 480px) {
  #main-hero > div {
    background-position: right bottom;
  }
}

@media (max-width: 410px) {
  header .logo img {
    width: 100px;
  }

  .header-user .user-block {
    padding-left: 0;
    padding-right: 0;
  }

  .header .btn {
    font-size: 16px;
  }

  .contacts-social img {
    max-width: 40px;
  }

}


/* new year */
/*
.ny-wrap {
  width: 100%;
  top:80px;
  position: fixed;
  z-index: 1500;
}
span.user-block-icon {
  position: relative;
}

.user-block-icon-head {
  width: 20px;
  height: 18px;
  background: url('../img/ny-head.png') no-repeat;
  background-size: cover!important;
  background-position: center center!important;
  left: 0;
  top:0;
  position: absolute;
  left: 8px;
  top: -5px;
}

.header-holder {

}

.b-page__content{min-height:100px; position: relative}
.b-head-decor{display:none}
.b-page_newyear .b-head-decor{
  position:absolute;
  top:0;
  left:0;
  display:block;
  height:115px;
  width:100%;
  overflow:hidden;
  background:url(balls/b-head-decor_newyear.png) repeat-x 0 0
}
.b-page_newyear .b-head-decor__inner{position:absolute;top:0;left:0;height:115px;display:block;width:373px}
.b-page_newyear .b-head-decor::before{content:'';display:block;position:absolute;top:-115px;left:0;z-index:3;height:115px;display:block;width:100%;box-shadow:0 15px 30px rgba(0,0,0,0.75)}
.b-page_newyear .b-head-decor__inner_n2{left:373px}
.b-page_newyear .b-head-decor__inner_n3{left:746px}
.b-page_newyear .b-head-decor__inner_n4{left:1119px}
.b-page_newyear .b-head-decor__inner_n5{left:1492px}
.b-page_newyear .b-head-decor__inner_n6{left:1865px}
.b-page_newyear .b-head-decor__inner_n7{left:2238px}

.b-ball{position:absolute}
.b-ball_n1{top:0;left:3px;width:59px;height:83px}
.b-ball_n2{top:-19px;left:51px;width:55px;height:70px}
.b-ball_n3{top:9px;left:88px;width:49px;height:67px}
.b-ball_n4{top:0;left:133px;width:57px;height:102px}
.b-ball_n5{top:0;left:166px;width:49px;height:57px}
.b-ball_n6{top:6px;left:200px;width:54px;height:70px}
.b-ball_n7{top:0;left:240px;width:56px;height:67px}
.b-ball_n8{top:0;left:283px;width:54px;height:53px}
.b-ball_n9{top:10px;left:321px;width:49px;height:66px}
.b-ball_n1 .b-ball__i{background:url(balls/b-ball_n1.png) no-repeat}
.b-ball_n2 .b-ball__i{background:url(balls/b-ball_n2.png) no-repeat}
.b-ball_n3 .b-ball__i{background:url(balls/b-ball_n3.png) no-repeat}
.b-ball_n4 .b-ball__i{background:url(balls/b-ball_n4.png) no-repeat}
.b-ball_n5 .b-ball__i{background:url(balls/b-ball_n5.png) no-repeat}
.b-ball_n6 .b-ball__i{background:url(balls/b-ball_n6.png) no-repeat}
.b-ball_n7 .b-ball__i{background:url(balls/b-ball_n7.png) no-repeat}
.b-ball_n8 .b-ball__i{background:url(balls/b-ball_n8.png) no-repeat}
.b-ball_n9 .b-ball__i{background:url(balls/b-ball_n9.png) no-repeat}
.b-ball_i1 .b-ball__i{background:url(balls/b-ball_i1.png) no-repeat}
.b-ball_i2 .b-ball__i{background:url(balls/b-ball_i2.png) no-repeat}
.b-ball_i3 .b-ball__i{background:url(balls/b-ball_i3.png) no-repeat}
.b-ball_i4 .b-ball__i{background:url(balls/b-ball_i4.png) no-repeat}
.b-ball_i5 .b-ball__i{background:url(balls/b-ball_i5.png) no-repeat}
.b-ball_i6 .b-ball__i{background:url(balls/b-ball_i6.png) no-repeat}
.b-ball_i1{top:0;left:0;width:25px;height:71px}
.b-ball_i2{top:0;left:25px;width:61px;height:27px}
.b-ball_i3{top:0;left:176px;width:29px;height:31px}
.b-ball_i4{top:0;left:205px;width:50px;height:51px}
.b-ball_i5{top:0;left:289px;width:78px;height:28px}
.b-ball_i6{top:0;left:367px;width:6px;height:69px}
.b-ball__i{
  position:absolute;
  width:100%;
  height:100%;
  -webkit-transform-origin:50% 0;
  -moz-transform-origin:50% 0;
  -o-transform-origin:50% 0;
  transform-origin:50% 0;
  -webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
  pointer-events:none
}
.b-ball_bounce .b-ball__right{position:absolute;top:0;right:0;left:50%;bottom:0;z-index:9}
.b-ball_bounce:hover .b-ball__right{display:none}
.b-ball_bounce .b-ball__right:hover{left:0;display:block!important}
.b-ball_bounce.bounce>.b-ball__i{-webkit-transform:rotate(-9deg);-moz-transform:rotate(-9deg);-o-transform:rotate(-9deg);transform:rotate(-9deg)}
.b-ball_bounce .b-ball__right.bounce+.b-ball__i{-webkit-transform:rotate(9deg);-moz-transform:rotate(9deg);-o-transform:rotate(9deg);transform:rotate(9deg)}
.b-ball_bounce.bounce1>.b-ball__i{-webkit-transform:rotate(6deg);-moz-transform:rotate(6deg);-o-transform:rotate(6deg);transform:rotate(6deg)}
.b-ball_bounce .b-ball__right.bounce1+.b-ball__i{-webkit-transform:rotate(-6deg);-moz-transform:rotate(-6deg);-o-transform:rotate(-6deg);transform:rotate(-6deg)}
.b-ball_bounce.bounce2>.b-ball__i{-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}
.b-ball_bounce .b-ball__right.bounce2+.b-ball__i{-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}
.b-ball_bounce.bounce3>.b-ball__i{-webkit-transform:rotate(1.5deg);-moz-transform:rotate(1.5deg);-o-transform:rotate(1.5deg);transform:rotate(1.5deg)}
.b-ball_bounce .b-ball__right.bounce3+.b-ball__i{-webkit-transform:rotate(-1.5deg);-moz-transform:rotate(-1.5deg);-o-transform:rotate(-1.5deg);transform:rotate(-1.5deg)}

img.ded {
  position: absolute;
  opacity: 0;
  left: 50%;
  top: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  max-width: 50%;
  z-index: 2;
  pointer-events: none;
}

.cars-item.product:hover img.ded {
  opacity: 1;
  -webkit-transform: translate(-50%, -140%);
  -moz-transform: translate(-50%, -140%);
  -ms-transform: translate(-50%, -140%);
  -o-transform: translate(-50%, -140%);
  transform: translate(-50%, -140%);
}

.modal-body {
  background-image: url("../img/ny-top.png"),  url("../img/ny-bottom.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right bottom;
  background-size: 100px auto, 150px auto;
}

@media (max-width: 768px) {
  .modal-body {
    background-size: 75px auto, 150px auto;
  }
}
*/