body {
  /*font-family: 'Rubik', sans-serif;*/
  font-family: "IBM Plex Sans", sans-serif;

  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: #171f46;
  margin: 0;
  overflow-x:hidden;
}
*,
::after,
::before {
  box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
  clear: both;
  display: table;
  line-height: 0;
  content: "";
}
a {
  color: #171f46;
}
a:focus,
a:hover {
  text-decoration: none;
  color: inherit;
}
h1 {
  font-size: 40px;
  font-weight: 600;
  margin: 0 0 12px 0;
}
h1 {
  font-size: 32px;
  font-weight: 500;
  margin: 0 0 12px 0;
}
h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 12px 0;
}
h4 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 12px 0;
}
h5 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 4px 0;
}
p {
  margin-top: 0;
  margin-bottom: 14px;
}
.container {
  max-width: 1440px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-left: 64px;
  padding-right: 64px;
  position: relative;
}
img {
  height: auto;
  max-width: 100%;
}
ul {
  margin: 0 0 24px 0;
  padding: 0;
  list-style: none;
}
pre {
	color:inherit;
}
section { overflow-x:hidden; wifth:100%; }
/***********************************
Form
************************************/
label {
  display: block;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #7e858e;
  margin-bottom: 8px;
  text-align: left;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  width: 100%;
  /*max-width: 266px;*/
  background-color: #ffffff;
  border: 1px solid #d7dfe9;
  border-radius: 2px;
  height: 40px;
  /* padding: 8px 28px 8px 16px; */
  padding: 8px 16px 8px 16px;
  font-size: 14px;
  color: #7e858e;
}
input[type="search"] {
  width: 100%;/
  background-color: #ffffff;
  border: 1px solid #d7dfe9;
  border-radius: 2px;
  height: 40px;
  padding: 8px 16px;
  font-size: 14px;
  color: #7e858e;
}
textarea.form-control{
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #d7dfe9;
  border-radius: 2px;
  min-height: 88px;
  padding: 8px 28px 8px 16px;
  font-size: 14px;
  color: #7e858e;
}
.form-row input {
  max-width: 100%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  outline: none;
}
select,
select.form-control {
  width: 100%;
  /*max-width: 266px;*/
  background: #ffffff;
  border: 1px solid #d7dfe9;
  border-radius: 2px;
  height: 40px;
  padding: 8px 38px 8px 16px;
  font-size: 14px;
  color: #7e858e;
  background: url(/design/img/arrow-down.svg) no-repeat right #fff;
  background-position: right 16px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
select:focus {
  outline: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
::placeholder {
  color: #d0d0d0 !important;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #d0d0d0 !important;
}
::-ms-input-placeholder {
  color: #d0d0d0 !important;
}
button:focus {
  outline: none;
}
.req-field.invalid,
.req-checkbox.invalid {
  border: 1px solid #fc163e;
}
.form-group .btn {
  max-width: 266px;
  width: 100%;
}
.btn {
  display: inline-block;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: none;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1;
  width: 100%;
  height: 40px;
  border-radius: 4px;
}
.btn-blue {
  background: #0a71c0;
}
.btn-blue:hover {
  color: #ffffff;
  background: #0a71c0;
  opacity: 0.8;
}
.btn-green {
  background: #38c976;
  text-transform: uppercase;
}
.btn-green-low {
  background: #38c976;
}
.btn-green:hover {
  color: #ffffff;
  background: #38c976;
  opacity: 0.8;
}
.btn-orange {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fdb72b;
  text-transform: uppercase;
  padding: 11px 16px 10px 16px;
}
.btn-orange:hover {
  color: #ffffff;
  background: #fdb72b;
  opacity: 0.8;
}
.btn-next {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #0a71c0;
  text-transform: uppercase;
  padding: 11px 16px 10px 16px;
}
.btn-next.btn-next--big {
  padding: 15px 16px 14px 16px;
  height: 48px;
  font-size: 20px;
}
.btn-next:hover {
  color: #ffffff;
  background: #0a71c0;
  opacity: 0.8;
}
.btn-prev {
  height: 40px;
  background: #ffffff;
  border: 1px solid #d7dfe9;
  border-radius: 4px;
  padding: 8px 16px;
  font-weight: 600;
  font-size: 14px;
  color: #171f46;
  text-transform: uppercase;
  padding: 11px 16px 10px 16px;
}
.btn-outline {
  height: 40px;
  background: #ffffff;
  border: 1px solid #d7dfe9;
  border-radius: 4px;
  padding: 8px 16px;
  font-weight: 600;
  font-size: 14px;
  color: #171f46;
}
.btn-outline:hover {
  opacity: 0.8;
}
.btn-pfd {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  height: 40px;
  padding: 8px 24px 8px 48px;
  background: #0a71c0;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
}
.btn-pfd:before {
  content: url(/design/img/icon-pdf.svg);
  position: absolute;
  left: 24px;
}
.btn-pfd:hover {
  color: #ffffff;
  background: #0a71c0;
  opacity: 0.8;
}
.btn-short {
  width: auto;
}
.btn-call{
  height: 36px;
  width: auto;
  background: transparent;
  border-radius: 4px;
  padding: 6px 16px;
  font-weight: 600;
  font-size: 12px;
  position: relative;
  left: -16px;
  margin-top: 8px;
  text-transform: uppercase;
}
.color .btn-call{
  border: 1px solid #ffffff;
  color: #ffffff;
}
.white .btn-call{
  border: 1px solid #171f46;
  color:#171f46;
  /*
  border: 2px solid #0F4C81;
  color:#0F4C81;*/
}
input[type="text"].date-field {
  padding: 0 0 0 17px;
  height: auto;
  border: none !important;
  width: auto;
  max-width: 99px;
  color: #0a71c0;
  background-color: transparent;
  background:url('/design/img/calendar-icon.png') left center no-repeat;
}
input[type="text"].date-field-2 {
  max-width: 220px;
}
/*
input[type="text"].date-field::after {
  height: auto;
  border: none !important;
  width: 10px;
  content: "";
  background:url('/design/img/arrow-down.svg') right center no-repeat;
}
*/
input[type="text"].normal-text {
  padding: 0;
  height: auto;
  border: none;
  width: auto;
  max-width: 90px;
  color: #171f46;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 8px 16px 16px 16px;
  margin: 0;
  font-size: 14px;
  color: #7e858e;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d7dfe9;
  border-radius: 2px;
}
.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th,
.datepicker th {
  font-weight: 500;
  color: #171f46;
}
.datepicker td,
.datepicker th {
  /* padding: 4px 6px; */
  width: 40px;
  height: 40px;
  color: #171f46;
}
.datepicker td {
  border: 1px solid #d7dfe9;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  color: #7e858e;
  opacity: 0.7;
}
.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
  background: transparent;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
  background-image: none;
  background-color: #0a71c0;
}
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled] {
  background-image: none;
  background-color: #0a71c0;
  border-radius: 0;
}
.datepicker td:hover {
  border-radius: 0;
}
.datepicker table tr td span {
  display: block;
  width: 25%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 0;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-group {
  margin-bottom: 16px;
}
.form-check-inline {
  margin: 8px 24px 16px 0;
}
.form-check-inline--top {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  padding-left: 0;
  margin: 8px 24px 16px 0;
}
.form-check-inline--top .checkbox-label {
  width: calc(100% - 32px);
}
.form-check-inline:last-child {
  margin-right: 0;
}
.form-check-input:checked,
.form-check-input:not(:checked) {
  position: absolute;
  left: -9999px;
}
.form-check-input:checked + label,
.form-check-input:not(:checked) + label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}

.form-check-input:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border: 1px solid #0a71c0;
  border-radius: 100%;
  background: #fff;
}
.form-check-input:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  border: 1px solid #d7dfe9;
  border-radius: 100%;
  background: #fff;
}

.form-check-input:checked + label:after,
.form-check-input:not(:checked) + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #0a71c0;
  position: absolute;
  top: 6px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form-check-input:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.form-check-input:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.form-check-input:disabled + label:before {
  border: 1px solid #ccc;
  cursor: not-allowed;
}

.form-check-label {
  font-size: 12px;
  font-weight: 400;
  color: #7e858e;
  text-transform: none;
}
.form-check-label .btn-tooltip {
  background-image: url(/design/img/question-dark.svg);
}
.form-check-green .form-check-label span {
  background-color: #38c976;
  color: #ffffff;
  padding: 4px;
}
.form-check-green .form-check-label span.btn-tooltip {
  background-color: transparent;
  vertical-align: text-bottom;
}
.form-check-green .form-check-input:checked + label:before {
  border: 1px solid #38c976;
}
.form-check-green .form-check-input:checked + label:after,
.form-check-green .form-check-input:not(:checked) + label:after {
  background: #38c976;
}
.switch-wrap {
  position: relative;
  margin: 0 0 14px 0;
}
.switch-slider__label {
  padding-left: 8px;
  font-size: 12px;
  font-weight: 400;
  color: #7e858e;
  text-transform: none;
}
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #d7dfe9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
}

.switch-slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
  background: #ffffff;
}

label input[type="checkbox"]:checked + .switch-slider::before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
  background: #0a71c0;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 8px;
  padding-left: 8px;
}
.form-section {
  /* border-bottom: 1px solid #d7dfe9; */
  margin-bottom: 24px;
}
.form-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.form-section input[type="text"], .form-section select, .form-section input[type="email"], .form-section input[type="tel"], .form-section input[type="date"], .form-section input[type="datetime"], .form-section input[type="datetime-local"] {
	border: 1px solid #171F46;
	border-radius:8px;
}
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  margin-right: -8px;
  margin-left: -8px;
  text-align: left;
}
.form-row.form-row--align-end {
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.form-row.form-row--align-center {
  -ms-flex-align: center;
  align-items: center;
}
.form-row--align-start {
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.form-field {
  display: inline-block;
  padding-bottom: 24px;
}
.checkbox-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  background: #ffffff;
  /* border: 1px solid #D7DFE9; */
  border: 1px solid #0a71c0;
  box-sizing: border-box;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  margin-right: 16px;
  vertical-align: text-top;
}
.checkbox-field:focus {
  outline: none;
}
.checkbox-field:checked {
  background-color: #0a71c0;
  border: 1px solid #0a71c0;
}
.checkbox-label {
  font-size: 14px;
  font-weight: 400;
  color: #171f46;
  text-transform: none;
  margin-bottom: 0;
}
.form-row input.custom-field-220 {
  width: 220px;
}
.error-msg-general {
  font-size: 10px;
  text-align: left;
  color: #fc163e;
  display: none; /* */
}
.error-msg-general-big {
  font-size: 16px;
  text-align: center;
  color: #fc163e;
}

.bs-searchbox,
.bs-actionsbox {
  padding: 0;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #ffffff;
  border: 1px solid #d7dfe9;
  border-radius: 2px;
}
.dropdown-item {
  color: #7e858e !important;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #7e858e;
  text-decoration: none;
  background: #d7dfe9;
}
.bootstrap-select > .btn {
  color: #7e858e;
  border: 1px solid #d7dfe9;
  border-radius: 2px;
  font-weight: 400;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #7e858e;
  text-decoration: none;
  background: #d7dfe9;
}
.bootstrap-select .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0;
  vertical-align: 0;
  content: url(/design/img/arrow-down.svg);
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}
.bootstrap-select .dropdown-toggle.btn-light:hover {
  color: #7e858e;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid #d7dfe9;
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
  background-color: #0a71c0;
}
.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
  background-color: #0a71c0;
  background-image: none;
  border-color: #0a71c0;
  color: #fff;
  text-shadow: none;
  border-radius: 0;
}
.form-check-label .btn-tooltip {
  background-image: url(/design/img/question-dark.svg);
}
.car-number-field {
  position: relative;
}
.car-number-field {
  background-image: url(/design/img/car-number.svg);
  background-size: 20px 38px;
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 32px !important;
  border:1px solid #171F46; /* */

}
.form-field .form-control.car-number-field {
	width:240px !important;
	margin:0 auto;
}
.pt-32,
.params-form__col.pt-32 {
  padding-top: 26px;
}

.payment_form { display:none; }


.breadcrumbs {
	margin: 24px 0 0 0;
}
.breadcrumbs li {
  display: inline;
  padding: 0 0 5px 0;
  font-size: 16px;
  line-height: 1;
  /* position: relative; */
}

.breadcrumbs li:before {
	content: url(/design/img/arrow-right.svg);
	padding: 0 5px;
	position: relative;
	top:3px;
}

/*
.breadcrumbs:before {
  content: url(/design/img/arrow-right.svg);
  position: absolute;
  left: 0;
}
*/




/***********************************
Header
************************************/
header {
  /* height: 96px; */
  height: 116px;
  position: relative;
  z-index: 10;
}
.transparent-header{
  background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
}
.header-wrap {
  max-width: 1128px;
  /* max-width: 1280px; */
  width: 100%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 0;
}
.logo img{
  /* width: 200px; */
  height: auto;
  max-width: 200px;
  /* max-height: 53px; */
}
.top-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  order: 2;
}
.nav-menu li {
  display: inline-block;
  padding-left: 30px;
  padding-bottom: 8px;
}
.nav-menu li a {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #171f46;
}
.nav-menu li a.active {
  text-decoration: underline;
}
.transparent-header .nav-menu li a {
  color: #fff;
}
.color-header {
  border-bottom: 1px solid #d7dfe9;
}
.cabinet-menu-item, .articles-menu-item, .car-menu-item {
  position: relative;
}
.cabinet-select, .articles-select, .car-select {
  display: none;
  width: 160px;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  transform: translate(0, 100%);
  padding: 8px 0;
  background: #ffffff;
  border-radius: 4px;
  border: none;
  z-index: 999;
}
.cabinet-select.in, .articles-select.in, .car-select.in {
  width: auto;
}
.cabinet-menu-item:hover .cabinet-select, .articles-menu-item:hover .articles-select, .car-menu-item:hover .car-select {
  display: block;
}
.nav-menu ul li {
  display: block;
  padding: 0;
}
.transparent-header .nav-menu ul li a,
.nav-menu ul li a {
  display: block;
  padding: 8px 16px;
  font-size: 14px;
  color: #7e858e;
  text-transform: none;
}
.transparent-header .nav-menu ul li a:hover,
.nav-menu ul li a:hover {
  background: rgba(215, 223, 233, 0.24);
  color: #171f46;
}
.mobile-menu-toggle {
  display: none;
}
.modal-form__callform{
  max-width: 400px;
  width: 100%;
  padding: 48px 20px 16px 20px;
  margin: 0 auto;
}
.modal-title__callform {
  font-weight: normal;
  font-size: 32px;
  margin: 0 0 32px 0;
  text-align: center;
}
/***********************************
Footer
************************************/
footer {
  background: #fff;
}
.footer-wrap {
  max-width: 1128px;
  width: 100%;
  margin: 0 auto;
}
.footer-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  padding: 26px 0;
  margin-left: -36px;
  margin-right: -36px;
}
.footer-col1 {
  width: 20%;
  padding: 0 36px;
}
.footer-col2 {
  width: 30%;
  padding: 0 36px;
}
.footer-wrap h3 {
  font-weight: 300;
  font-size: 18px;
  color: #7e858e;
  margin: 0 0 12px 0;
}
.footer-wrap a {
  font-weight: 500;
  font-size: 16px;
  color: #171f46;
  margin: 0 0 8px 0;
  display: block;
}
.footer-wrap p {
  font-weight: 300;
  font-size: 16px;
  color: #171f46;
  margin: 0 0 8px 0;
}
.footer-col__copyright {
  font-size: 12px;
  color: #7e858e;
  text-align: right;
  padding-top: 8px;
}
.footer-nav {
  padding-right: 80px;
}
.footer-nav .nav-menu li {
  padding-left: 24px;
}
.footer-socials {
  margin-left: 40px;
  text-align: right;
}
.footer-soc-icon {
  margin: 0 20px;
}
.footer-soc-icon img {
  width: 20px;
  height: auto;
}
/***********************************
Top line
************************************/
.topline { background-color:#182045; padding:5px; overflow:hidden; z-index:8; position:relative; }
.topline_green { background-color:#38C976; }
.topline_inner { width:100%; max-width:1128px; margin:0 auto; text-align:center; font-size:20px; font-weight:bold; }

/***********************************
Top box
************************************/
.top-box {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  /* margin-top: -96px; */
  margin-top: -116px;
  padding-top: 140px;
  padding-bottom: 190px;
}
.main-top-box {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* margin-top: -96px;
  padding-top: 96px; */
  margin-top: -116px;
  padding-top: 116px;
  padding-left: 16px;
  padding-right: 16px;
  /* overflow: hidden; */
}
.top-steps {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-steps h1 {
  color: #fff;
}
.top-steps h4 {
  color: #fff;
}
.top-steps-list {
  margin-top: 36px;
  margin-right: -20px;
  margin-left: -20px;
  margin-bottom: 44px;
}
.top-steps-item {
  padding: 0 20px 36px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top-steps-item__number {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #0a71c0;
  border: 1px solid #ffffff;
  font-size: 28px;
  color: #ffffff;
}
.top-steps-item__number.top-steps-item__number--green{
  background: #38C976;
}
.top-steps-item__title {
  font-size: 16px;
  color: #ffffff;
  width: calc(100% - 66px);
  padding-left: 10px;
  text-align: left;
}
.params-form {
  margin: 50px 0;
}
.params-form__inner {
  padding: 8px 32px;
  background: #ffffff;
  border: 1px solid #d7dfe9;
  border-radius: 4px;
  position: relative;
}
.params-form__header {
  background: #ffffff;
  border-top: 1px solid #d7dfe9;
  border-left: 1px solid #d7dfe9;
  border-right: 1px solid #d7dfe9;
  border-radius: 4px;
  padding: 12px 32px 0 32px;
}
.params-form__notabs .params-form__header {
  padding: 12px 32px;
}
.params-form__header h2 {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  margin: 0;
  color: #171f46;
}
.params-form__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: -8px;
  margin-right: -8px;
}
/* .tourism-params .params-form__row{
    justify-content: flex-end;
} */
.params-form__row.params-form__row--end{
  -ms-flex-align: end;
  align-items: flex-end;
}
.params-form__col {
  width: 25%;
  padding: 8px;
  text-align: left;
}
.params-form__col--18 {
  width: 18%;
  padding: 8px;
  text-align: left;
}
.params-form__col--23 {
  width: 23%;
  padding: 8px;
  text-align: left;
}
.params-form__col.params-form__col-big {
  width: 30%;
}
.params-form__col.params-form__col-small {
  width: 19%;
}
.miniparams-form__row .params-form__col {
	padding: 0 0 0 8px;
	margin-top: -14px;
	vertical-align:bottom;
	overflow:hidden;
}
.miniparams-form__row .params-form__col input[type=checkbox]{
	border: 1px solid #D7DFE9;
	position: relative;
	top: 2px;
}

.miniparams-form__mobile {
	display:none;
	padding:0 10px;
}

@media screen and (max-width: 1024px) {
	.miniparams-form__row {
		display:none;
	}
	.miniparams-form__mobile {
		display:block;
	}
}

.div_year_plan {
  display: none;
}

.tab-nav-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tab-nav-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 12px;
}
.tab-nav-item {
  padding: 8px 24px;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}
.tab-nav-item-icon {
  padding: 8px 16px 8px 38px;
  color: #171f46;
}
.tab-nav-item-number:before {
  content: url(/design/img/item-number.svg);
  position: absolute;
  top: 8px;
  left: 10px;
}
.tab-nav-item-param:before {
  content: url(/design/img/item-param.svg);
  position: absolute;
  top: 8px;
  left: 10px;
}
.tab-nav-item-number.active:before {
  content: url(/design/img/item-number-w.svg);
}
.tab-nav-item-param.active:before {
  content: url(/design/img/item-param-w.svg);
}
.tab-nav-item {
  background: #fff;
  border-top: 1px solid #d7dfe9;
  border-right: 1px solid #d7dfe9;
  cursor: pointer;
}
.tab-nav-item:first-child {
  border-left: 1px solid #d7dfe9;
  border-radius: 4px 0 0 0;
}
.tab-nav-item:last-child {
  border-radius: 0 4px 0 0;
}
.tab-nav-item-icon.active {
  background: #0a71c0;
  border: 1px solid #0a71c0;
  color: #ffffff;
}
.tab-content-item {
  /* display: none; */
  height: 0;
  overflow: hidden;
}
.tab-content-item.active-tab-item {
  /* display: block; */
  height: auto;
  overflow: visible;
}
.informer-danger {
  font-size: 13px;
  color: #fc163e;
  padding-left: 24px;
  position: relative;
}
.informer-danger:before {
  content: url(/design/img/danger-icon.svg);
  position: absolute;
  top: 4px;
  left: 0;
}
.informer-tooltip {
  padding-top: 10px;
  padding-left: 40px;
  margin-top: 12px;
  font-weight: 500;
  font-size: 13px;
  position: relative;
}
.informer-tooltip:before {
  content: url(/design/img/tooltip-icon.svg);
  position: absolute;
  top: 12px;
  left: 16px;
}
.year_plan__wrap {
  margin-bottom: 0;
  margin-top: 8px;
}
.dropdown-open__btn {
  /* width: 100%;
  background-color: #ffffff;
  border: 1px solid #d7dfe9;
  box-shadow: none;
  border-radius: 2px;
  height: 40px;
  padding: 8px 28px 8px 16px;
  font-size: 14px;
  color: #7e858e;
  text-align: left; */
  font-size: 14px;
  line-height: 24px;
  color: #0a71c0;
  cursor: pointer;
  padding-top: 8px;
}
.dropdown-menu.dropdown-menu__quantity {
  min-width: 280px;
  top: 40px;
  right: 0;
  left: auto;
}
.quantity__wrap {
  padding: 8px 16px 32px 16px;
}
.quantity__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
  padding: 8px 0;
}
.quantity__col {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 8px;
  padding-left: 8px;
  line-height: 1.3;
  color: #171f46;
}
.quantity {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 2px;
  padding: 0;
}
.quantity input {
  height: 40px;
  padding: 0;
  text-align: center;
  border: none;
  background: transparent;
  font-size: 20px;
  color: #171f46;
}
.quantity input:disabled {
  color: #747474;
}
input.qty-number {
  width: 40px;
  border: 1px solid #d7dfe9;
}
input.qty {
  width: 30px;
}
.quantity-close__wrap {
  /* text-align: right;
  padding: 4px 0; */
  position: absolute;
  right: 16px;
  bottom: 8px;
}
.quantity-close {
  background-color: #ffffff;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  font-size: 14px;
  color: #0a71c0;
}
.dropdown-risk {
  border: 1px solid #d7dfe9;
  border-radius: 2px;
  width: 100%;
  color: #7e858e;
}
.dropdown-open__risk {
  width: 100%;
  border: none;
  background: url(/design/img/arrow-down.svg) no-repeat right #fff;
  background-position: right 16px center;
  padding: 8px 38px 8px 16px;
  height: 40px;
  text-align: left;
  color: #7e858e;
}
.dropdown-menu.dropdown-menu__risk {
  width: 100%;
  padding: 8px 16px;
  min-width: 280px;
}
.params-form__add {
  padding: 8px 32px;
  background: #f7f7f7;
  border: 1px solid #d7dfe9;
  border-radius: 4px;
}
.add-params-btn {
  padding: 0;
  text-align: left;
  position: absolute;
  bottom: 16px;
}
.add-params-btn__name {
  font-size: 14px;
  line-height: 24px;
  color: #0a71c0;
  cursor: pointer;
  border-bottom: 1px solid #0a71c0;
  padding-right: 10px;
  position: relative;
}
.add-params-btn__name:after {
  content: "";
  width: 8px;
  height: 4px;
  background-image: url(/design/img/params-icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 8px;
  right: 0;
}
.add-params-btn.open .add-params-btn__name:after {
  transform: rotate(180deg);
}
/***********************************
Landing Companies
************************************/
.landing-companies {
  background: linear-gradient(180deg, rgba(23, 31, 70, 0.6) 0%, #171f46 100%);
  /* background: linear-gradient(180deg, rgba(23, 31, 70, 0.6) 0%, #3d487d 100%); */
  /* background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, #F3F5F8 100%); */
  padding: 32px 0 40px 0;
}
.landing-companies__title {
  font-size: 24px;
  font-weight: 300;
  /* font-weight: 600; */
  color: #fff;
  /* color: #374374; */
  text-align: center;
  margin-bottom: 32px;
}
.landing-companies__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.landing-companies__list--item {
  padding: 0 25px;
  text-align: center;
}
.landing-companies__list--link {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.landing-companies__list--logo {
  width: 140px;
  vertical-align: middle;
}
.landing-companies__list--title {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-top: 8px;
  margin-bottom: 0;
}
/***********************************
Top offers
************************************/
.top-offer {
  background: linear-gradient(
      0deg,
      rgba(215, 223, 233, 0.3),
      rgba(215, 223, 233, 0.3)
    ),
    #ffffff;
  padding: 40px 0 24px 0;
}
.top-offer__title {
  font-weight: 500;
  font-size: 32px;
  margin: 0 0 48px 0;
  text-align: center;
}
.top-offer__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* margin-left: -20px; */
  /* margin-right: -20px; */
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
.top-offer__item {
  /* width: 33.3%; */
  width: 50%;
  padding: 0 20px;
  margin-bottom: 40px;
}
.offer-item--table {
  display: table;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border: 1px solid #d7dfe9;
  border-radius: 4px;
  overflow: hidden;
}
.offer-item--row {
  display: table-row;
}
.offer-item--cell1 {
  display: table-cell;
  width: 40%;
  background-position: center;
  background-size: cover;
}
.offer-item--cell2 {
  display: table-cell;
  width: 60%;
  /* padding: 56px 16px 96px 16px; */
  padding: 36px 16px 46px 16px;
  position: relative;
}
.offer-item--cell2 h3 {
  font-weight: 500;
  font-size: 20px;
}
.offer-item--cell2 p {
  margin-bottom: 16px;
  color: #7e858e;
}
.offer-item--cell2 a {
  display: block;
  width: calc(100% - 32px);
  background: rgba(10, 113, 192, 0.1);
  border-radius: 2px;
  padding: 9px 16px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: #0a71c0;
  position: absolute;
  left: 16px;
  bottom: 11px;
}
.offer-item--cell2 a:hover {
  opacity: 0.8;
}
/*
.offer-item--cell3{
    display: table-cell;
    width: 100%;
    padding: 10px;
    positon: relative;
}*/

/***********************************
Advantages
************************************/
.advantages {
  background: #182045;
  padding: 40px 0 48px 0;
}
.advantages.advantages--style2{
  background: #ffffff;
  padding: 40px 0 8px 0;
}
.advantages.advantages--style3{
  background: #ffffff;
  padding: 40px 0 48px 0;
}
.advantages__title {
  font-weight: 500;
  font-size: 32px;
  margin: 0 0 48px 0;
  text-align: center;
  color: #ffffff;
}
.advantages--style2 .advantages__title, .advantages--style3 .advantages__title {
  color: #171F46;
}
.advantages-list {
  justify-content: center;
}
.advantages--style2 .advantages-list {
  max-width: 832px;
  margin: 0 auto;
}
.advantages-list__item {
  text-align: center;
  padding: 0 14px;
  width: 20%;
}
.advantages--style2 .advantages-list__item{
  width: 33.3%;
  padding: 0 14px 48px 14px;
}
.advantages-list__item--img {
  margin-bottom: 32px;
}
.advantages-list__item--content h3 {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 16px;
  text-transform: uppercase;
  color: #ffffff;
}
.advantages--style2 .advantages-list__item--content h3, .advantages--style3 .advantages-list__item--content h3 {
  color: #064473;
}
.advantages-list__item--content p {
  font-weight: 300;
  font-size: 18px;
  color: #ffffff;
  margin: 0;
}
.advantages--style2 .advantages-list__item--content p, .advantages--style3 .advantages-list__item--content p {
  color: #171F46;
}
/***********************************
Remind box
************************************/
.remind-box {
  background: #182045;
  padding: 32px 0;
}
.remind-box__wrap {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
.remind-box__title {
  color: #ffffff;
}
.remind-box__description {
  color: #ffffff;
  margin: 0 0 24px 0;
}
.remind-form__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: -8px;
  margin-right: -8px;
}
.remind-form__col {
  width: 25%;
  padding: 8px;
  text-align: left;
}
.remind-form__col label {
  color: #ffffff;
  opacity: 0.6;
}
/***********************************
How box
************************************/
.how-box {
  padding: 40px 0 76px 0;
  border-top: 1px solid #d7dfe9;
  border-bottom: 1px solid #d7dfe9;
}
.how-box--green{
  background: #38C976;
  color: #ffffff;
}
.how-box__wrap {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
.how-box__title {
  font-weight: 500;
  font-size: 32px;
  margin: 0 0 12px 0;
  text-align: center;
}
.how-box__description {
  font-weight: 300;
  font-size: 18px;
  text-align: center;
  color: #7e858e;
}
.how-box--green .how-box__description {
  color: #ffffff;
  opacity: 0.9;
}
.video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.video-container::after {
  padding-top: 56.25%;
  display: block;
  content: "";
}
.how-box .video-container::after {
  padding-top: 0;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.how-box__row {
  margin-top: 48px;
  -ms-flex-align: center;
  align-items: center;
}
.how-box__steps {
  padding-left: 42px;
}
.how-box__step {
  position: relative;
  padding-bottom: 80px;
  display: -ms-flexbox;
  display: flex;
}
.how-box--green .how-box__step{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.how-box__step:last-child {
  padding-bottom: 0;
}
.how-box__step-number {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 56px;
  height: 56px;
  background: rgba(10, 113, 192, 0.08);
  border: 1.4px solid #0a71c0;
  border-radius: 50%;
  font-size: 28px;
  color: #0a71c0;
}
.how-box__step-text {
  font-weight: 500;
  font-size: 16px;
  width: calc(100% - 80px);
  padding-left: 24px;
}
.how-box__step-number--green{
  background: #FFFFFF;
  border: 1.4px solid #2DA15E;
  color: #38C976;
}
.how-box__step:nth-child(odd):after {
  content: url(/design/img/step-arrow.svg);
  width: 8px;
  height: 64px;
  position: absolute;
  bottom: 8px;
  left: 16px;
}
.how-box__step:nth-child(even):after {
  content: url(/design/img/step-arrow.svg);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  width: 8px;
  height: 64px;
  position: absolute;
  bottom: 8px;
  left: 32px;
}
.how-box__step.how-box__step--green:nth-child(odd):after {
  content: url(/design/img/step-arrow-w.svg);
}
.how-box__step.how-box__step--green:nth-child(even):after {
  content: url(/design/img/step-arrow-w.svg);
}
.how-box__step:last-child:after {
  content: none;
}
.how-box__step.how-box__step--green:last-child:after {
  content: none;
}

/***********************************
Why box
************************************/
.why-box {
  background: #182045;
  padding: 32px 0 0 0;
}
.why-box__wrap {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  background: url(/design/img/why_me.png) bottom center no-repeat;
  background-size: 100%;
  padding: 0 0 150px 0;
  font-size: 16px;
}
.why-box__title {
  font-family: IBM Plex Sans;
  color: #ffffff;
  text-align: center;
  font-size: 34px;
  margin: 1% 0 5% 0;
}
.why-box__wrap {
  color: #ffffff;
}
.why-box__wrap p {
  color: #ffffff;
  margin: 0 0 24px 0;
  opacity: 0.8;
  font-size: 16px;
}
.remind-form__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: -8px;
  margin-right: -8px;
}
.remind-form__col {
  width: 25%;
  padding: 8px;
  text-align: left;
}
.remind-form__col label {
  color: #ffffff;
  opacity: 0.6;
}

/***********************************
Project partners box
************************************/
.project-partners .project-partners_item {
	width:200px;
	height:180px;
	background:#FFFFFF;
	color:#182045;
	border-radius: 8px;
	margin: 20px;
	padding:15px;
	font-size:16px;
	display: none;
}

.project-partners .advantages-list__item a {
	display: block;
	width:100%;
	height:100%;
}

.project-partners .advantages-list__item img {
	max-width:100px;
	max-height:50px;
	margin-bottom:15px;
}

/***********************************
Filter box
************************************/
.price-box {
  background: linear-gradient(
      0deg,
      rgba(215, 223, 233, 0.3),
      rgba(215, 223, 233, 0.3)
    ),
    #ffffff;
  padding: 40px 0;
}
.price-box__title {
  font-weight: 500;
  font-size: 32px;
  margin: 0 0 48px 0;
  text-align: center;
}
.price-box__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.price-box__btn{
  height: 40px;
  max-width: 228px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #d7dfe9;
  border-radius: 4px;
  padding: 8px 16px;
  font-weight: 600;
  font-size: 14px;
  color: #171f46;
  text-transform: uppercase;
  padding: 11px 16px 10px 16px;
  margin: 32px auto 0 auto;
  cursor: pointer;
}
.price-box__item {
  display: none;
  width: 25%;
  padding: 0 8px;
  margin-bottom: 16px;
}
.price-box__item a {
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 8px;
  padding: 24px 16px 64px 16px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.price-box__item a:before {
  content: "";
  width: 84px;
  height: 84px;
  border-radius: 50%;
  position: absolute;
  top: -42px;
  left: -42px;
}
.price-box__item:nth-child(8n + 1) a:before {
  background: #d4f5d1;
}
.price-box__item:nth-child(8n + 2) a:before {
  background: #d1f1ff;
}
.price-box__item:nth-child(8n + 3) a:before {
  background: #d9f9f0;
}
.price-box__item:nth-child(8n + 4) a:before {
  background: #e1d7ff;
}
.price-box__item:nth-child(8n + 5) a:before {
  background: rgba(221, 193, 150, 0.5);
}
.price-box__item:nth-child(8n + 6) a:before {
  background: rgba(255, 157, 157, 0.5);
}
.price-box__item:nth-child(8n + 7) a:before {
  background: rgba(255, 216, 157, 0.5);
}
.price-box__item:nth-child(8n + 8) a:before {
  background: rgba(255, 194, 138, 0.5);
}
.price-box__item a:hover:before {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.5s linear;
  -moz-transform: scale(10);
  -ms-transform: scale(10);
  -webkit-transform: scale(10);
  -o-transform: scale(10);
  transform: scale(10);
}
.price-box__item-img {
  margin-bottom: 12px;
  position: relative;
}
.price-box__item h5 {
  position: relative;
}
.price-box__item-text {
  font-size: 16px;
  margin-bottom: 4px;
  position: relative;
}
.price-box__item-number {
  font-size: 14px;
  color: #7e858e;
  position: relative;
}
.price-box__item-link {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 24px;
  font-size: 14px;
  color: #0a71c0;
}
/***********************************
Partners box
************************************/
.partners-box {
  padding: 40px 0 64px 0;
  border-top: 1px solid #d7dfe9;
  border-bottom: 1px solid #d7dfe9;
}
.partners-box__title {
  margin: 0 0 40px 0;
  text-align: center;
}
.partners-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -24px;
  margin-right: -24px;
}
.partners-list__item {
  display: none;
  width: 16.6%;
  text-align: center;
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 16px;
}
.partners-list__img-wrap {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 8px;
}
.partners-list__img {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  /*    display: table;
    vertical-align: middle;*/
  text-align: center;
}
.partners-list__img img {
  max-width: 100%;
  max-height: 100%;
}
.partners-list__item span {
  display: block;
  margin-top: 2px;
  vertical-align: bottom;
}
.partners-more__btn, .project-partners-more__btn {
  height: 40px;
  max-width: 228px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #d7dfe9;
  border-radius: 4px;
  padding: 8px 16px;
  font-weight: 600;
  font-size: 14px;
  color: #171f46;
  text-transform: uppercase;
  padding: 11px 16px 10px 16px;
  margin: 32px auto 0 auto;
  cursor: pointer;
}
/***********************************
News box
************************************/
.news-box {
  background: linear-gradient(
      0deg,
      rgba(215, 223, 233, 0.3),
      rgba(215, 223, 233, 0.3)
    ),
    #ffffff;
  padding: 40px 0 10px 0;
}
.news-box__title {
  text-align: center;
  margin: 0 0 48px 0;
}
.news-box__wrap .col-lg-4,
.news-box__wrap .col-md-6,
.news-box-page .col-lg-4,
.news-box-page .col-md-6 {
  padding-bottom: 30px;
}
.news-item {
  width: 100%;
  height: 100%;
  background: #ffffff;
  border: 1px solid #d7dfe9;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  padding-bottom: 72px;
}
.news-item__img {
  width: 100%;
  padding-bottom: 60%;
  background-size: cover;
  background-position: center;
  margin-bottom: 24px;
}
.author-item__img {
  background-position: top;
  min-height:400px;
}
.news-item__title {
  padding: 0 24px 12px 24px;
}
.news-item__excerpt {
  padding: 0 24px;
  margin: 0;
  /* color: #7e858e; */
}
.news-item__more {
  position: absolute;
  left: 24px;
  bottom: 24px;
  font-weight: 500;
  font-size: 14px;
  color: #0a71c0;
}
.news-item__date {
  position: absolute;
  right: 24px;
  bottom: 24px;
  font-size: 14px;
  color: #7e858e;
}
.news-box-page {
  padding-top: 40px;
  padding-bottom: 40px;
}
.news-page {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
.news-return-link {
  display: block;
  padding: 24px 20px 0 20px;
  font-size: 16px;
  line-height: 1;
  position: relative;
}
.news-return-link:before {
  content: url(/design/img/arrow-right.svg);
  position: absolute;
  left: 0;
}
.news-article {
  width: 71%;
  float: left;
}
.news-aside {
  width: 29%;
  float: left;
  padding-top: 24px;
  padding-left: 32px;
}
.news-article__top {
  margin-bottom: 40px;
}
.news-article__header {
  font-weight: 600;
  /* font-size: 24px; */
  font-size: 2.5rem;
  margin: 0 0 16px 0;
}
.news-article__date {
  font-size: 14px;
  color: #7e858e;
  text-align: right;
  padding: 24px 0 0 0;
}
.news-article__meta{
  margin-bottom: 24px;
  /* display: -ms-flexbox;
  display: flex;
  -ms-flex-align:center;
  align-items:center; */
  display: table;
}
.news-article__meta-img{
  width: 64px;
  padding-right: 16px;
  display: table-cell;
}
.news-article__meta-box{
  display: table-cell;
  vertical-align: top;
}
.news-article__meta-img img{
  border-radius: 50%;
  width: 48px;
  height: 48px;
  object-fit: cover;
}
.news-article__meta-title{
  color: #0a71c0;
  font-weight: 500;
}
.news-article__meta-description{
  font-size: 12px;
  color: #7e858e;
}
.news-article__body img {
  margin-bottom: 24px;
  /* max-width: 200px; */
}
.news-article__body a {
  color:rgb(0, 123, 255);
  text-decoration:underline;
}
.news-article__share {
  padding-top: 24px;
}
.news-article ul {
	list-style:disc;
	margin-left:15px;
}
.news-article ul.pagination {
	list-style:none;
	margin-left:0;
}
.share-title {
  font-weight: normal;
  font-size: 16px;
  margin: 0 0 24px 0;
}
.share-list li {
  display: inline-block;
  padding-right: 16px;
}
.subscribe-box {
  background: #f3f5f8;
  border: 1px solid #d7dfe9;
  border-radius: 4px;
  padding: 24px 16px 16px 16px;
  margin-bottom: 32px;
}
.subscribe-box img {
  margin: 0 auto 8px auto;
  display: block;
}
.subscribe-title {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  margin: 0 0 24px 0;
}
.last-posts {
  background: #ffffff;
  border: 1px solid #d7dfe9;
  border-radius: 4px;
  padding: 32px 16px 8px 16px;
}
.last-posts__title {
  font-weight: 500;
  font-size: 20px;
  color: #22343b;
  opacity: 0.6;
}
.last-posts__item {
  margin-bottom: 24px;
}
.last-posts__date {
  font-size: 14px;
  color: #7e858e;
  margin-bottom: 8px;
}
.last-posts__link {
  font-weight: 600;
}
.last-posts__link:hover {
  text-decoration: underline;
}
.show-more-news__wrap {
  text-align: center;
  width:100%;
}
.show-more-news {
  width: auto;
  font-weight: 500;
  text-transform: uppercase;
}
.cat__list{
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 32px;
}
.cat__list-item{
  display: inline-block;
  position: relative;
  padding: 4px 8px;
}
.cat__link{
  font-size: 18px;
  position: relative;
  padding-bottom: 6px;
}
.cat__link:after{
  content: '';
  width: 0;
  height: 2px;
  background: #0a71c0;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.cat__link:hover{
  color: #0a71c0;
}
.cat__link:hover:after{
  width: 100%;
}
.cat__link--active{
  color: #0a71c0;
}
.cat__link--active:after{
  width: 100%;
}
.cat-sublist{
  display: none;
  width: 210px;
  position: absolute;
  left: 8px;
  top: 100%;
  margin: 0;
  padding: 8px 0;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 8px rgba(23, 31, 70, 0.08);
  box-shadow: 0px 2px 8px rgba(23, 31, 70, 0.08);
  border: 1px solid #d7dfe9;
  border-radius: 4px;
  border: none;
  /* z-index: 999; */
  z-index: 2;
}
.cat__list-item:hover .cat-sublist{
  display: block;
}
.cat__sublist-link{
  display: block;
  padding: 8px 16px;
}
.cat__sublist-link:hover{
  background: rgba(215, 223, 233, 0.24);
}
.cat__sublist-link--active{
  background: rgba(215, 223, 233, 0.24);
}
.cat-sublist__btn{
  display: none;
}
.mobile-cat__nav{
  display: none;
}
.article__tags-box{
  background: #ffffff;
  border: 1px solid #d7dfe9;
  border-radius: 4px;
  padding: 24px 16px 0 16px;
  margin-bottom: 32px;
}
.article__tags-list{
  margin-left: -3px;
  margin-right: -3px;
}
.article__tags-item{
  display: inline-block;
  padding: 3px;
}
.article__tags-link{
  display: block;
  background: #f3f5f8;
  border-radius: 4px;
  padding: 3px 6px;
  font-size: 12px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.article__tags-link:hover{
  background: #d7dfe9;
}

/***********************************
Author
************************************/
.author-top-block { width:100%; /*position:absolute; left:0;*/ background-color:#F2F5F8; border-bottom:2px solid #0A71C0; clear:both; padding:20px 0 20px 0; margin-bottom:10px; }
.author-short-data { font-family:'Roboto'; max-width:960px; margin:0 auto; clear:both; padding:10px; }
.author-short-data .author-photo img { border-radius:5px; width:320px; }
.author-short-data h1 { color:#171F46; font-size:3.2em; font-family: 'Roboto'; font-weight:bold; }
.author-short-data .author-position { color:#7E858E; font-size:1.6em; font-family: 'Roboto'; font-style: normal;font-weight: 400; }
.author-short-data .author-short-info { color:#0A71C0; margin-top:10px; }
.author-short-data .author-short-info span { margin-right:20px; }
.author-short-data .author-about { margin-top:10px; }
.author-short-data .author-about p { margin-bottom:5px; padding:0; }

.author_element { margin:10px 0; }
.author_element h2 { font-size:2em; color:#FE5655; }
.author_element h2 span { margin:0 20px 0 -5px; }
.author_element .inner { border-left:1px solid #0A71C0; padding:0px 10px 0px 50px; clear:both; overflow:hidden; }
.author_element .inner a { color: #0a71c0; }

/* .inside_author_elements { margin:10px 0 10px 10px; } */
.inside_author_element { border-bottom:1px solid #D7DFE9; margin:10px 0; padding:0 0 10px 0; clear:both; overflow:hidden; }
.inside_author_element img { float:left; margin:0 10px 0 0; border-radius:5px; width:160px; }
.inside_author_element a { float:left; }

.one_line_new { font-family: 'Roboto'; margin:40px 0; border-bottom:1px solid #D7DFE9; padding-bottom:10px; }
.one_line_new:first-of-type { margin:0 0; }
.one_line_new h5 { padding:0; }
.one_line_new a { color: #0a71c0; }
.one_line_new div { padding:0; }

.clickable_img { position: relative; display:inline-block; cursor:zoom-in; }
.clickable_img:after { content: ""; display:inline-block; width: 52px; height: 52px; margin: -26px 0 0 -26px; position: absolute; top: 50%; left: 50%; z-index: 100; background: url(/design/img/plus.png) 0 0 no-repeat; opacity:0.7; }





/***********************************
Description box
************************************/
.description-box {
  padding: 40px 0 16px 0;
  border-top: 1px solid #d7dfe9;
  border-bottom: 1px solid #d7dfe9;
}
.description-box__wrap {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  /* color: #7e858e; */
}
.description-box__wrap h4 {
  font-weight: 500;
}
.description-box__wrap ul {
  list-style: disc inside;
}

/***********************************
FAQ box
************************************/
.faq-box {
  padding: 40px 0 64px 0;
  border-top: 1px solid #d7dfe9;
  border-bottom: 1px solid #d7dfe9;
}
.faq-box__title {
  text-align: center;
  margin: 0 0 40px 0;
}
.faq-list {
  /* max-width: 800px;
    margin: 0 auto; */
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 48px;
  -webkit-column-gap: 48px;
  column-gap: 48px;
}
.faq-item {
  padding: 0 9px;
}
.faq-item__inner {
  padding-bottom: 6px;
  border-bottom: 1px solid #d7dfe9;
}
.faq-item__title {
  font-weight: 500;
  font-size: 16px;
  color: #0a71c0;
  padding: 15px 40px 9px 0;
  position: relative;
  cursor: pointer;
}
.faq-item__title:after {
  content: url(/design/img/faq-arrow.svg);
  position: absolute;
  right: 0;
  top: 16px;
}
.faq-item.open .faq-item__title:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.faq-item__text {
  display: none;
  margin-bottom: 12px;
}
.faq-item.open .faq-item__title {
  color: #171f46;
}
/***********************************
Page box
************************************/
.page-box{
  background: linear-gradient(0deg, rgba(215, 223, 233, 0.3), rgba(215, 223, 233, 0.3) ), #ffffff;
  padding: 40px 0 10px 0;
}
.page-box__wrap{
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
.page-box__tab-row{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.page-box__tab-col{
  width: 50%;
  padding: 0 15px;
}
#tab-col-tur-city, #tab-col-tur-country, #tab-col-tur-other {
  width: 33%;
  padding: 0 10px;
}
.page-box__row{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.page-box__col{
  width: 50%;
  padding: 0 15px 30px 15px;
}
#page-col-tur-city, #page-col-tur-country, #page-col-tur-other {
  width: 33%;
  padding: 0 10px 30px 10px;
}
.page-box__col-title{
  font-size: 20px;
  font-weight: 500;
  padding: 0 24px;
  margin-bottom: 16px;
}
.page-box__col-wrap{
  width: 100%;
  background: #ffffff;
  border: 1px solid #d7dfe9;
  border-radius: 4px;
  padding: 24px;
}
.page-box__col-list{
  list-style: none;
}
.page-box__col-list-item{
  font-size: 15px;
  height: 50px;
  margin-bottom: 16px;
  width: 100%;
  display: none;
}
.page-box__col-list-item a {
  display: table-row;
  height: 50px;
}
.page-box__col-list-item-img{
  width: 70px;
  height: 50px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.page-box__col-list-item-img img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  display: block;
  margin:0 auto;
}
.page-box__col-list-item-title{
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
}
.page-box__more{
  font-weight: 500;
  font-size: 20px;
  color: #0a71c0;
}
.page-box__more:hover{
  color: #171f46;
  cursor: pointer;
}
/***********************************
Filter box
************************************/
.filter-page {
  background: #f3f5f8;
  padding-bottom: 40px;
  padding-top: 16px;

  /* margin-top: -350px;
    padding-top: 366px; */
}
.filter-box__wrap {
  margin-top: -216px;
  background: -moz-linear-gradient(
    top,
    transparent 0%,
    transparent 220px,
    #f3f5f8 220px,
    #f3f5f8 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    transparent 0%,
    transparent 220px,
    #f3f5f8 220px,
    #f3f5f8 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 220px,
    #f3f5f8 220px,
    #f3f5f8 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.filter-box {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #d7dfe9;
  border-radius: 4px;
  /* padding: 24px 32px 8px 32px; */
  position: relative;
  /* overflow: hidden; */
}
.filter-box__title {
  font-weight: bold;
  font-size: 32px;
  padding: 8px 32px 0 32px;
}
.filter-box__undertitle {
  font-weight: bold;
  font-size: 18px;
  padding: 24px 32px 0 32px;
  border-top:1px solid #D7DFE9;
}
.filter-badge__block {
	display: -ms-flexbox;
	display: flex;
	 padding: 4px 32px 16px 32px;
}
.filter-badge__list {
  /* display: -ms-flexbox; */
  /* display: flex; */
 
}
.filter-badge {
  /* background: rgba(10, 113, 192, 0.1); */
  background:#EEF1F5;
  border-radius: 32px;
  padding: 6px 8px;
  margin: 0 4px 10px 0;
  font-size: 16px;
  /* line-height: 1; */
  /* color: #0a71c0; */
  color: #171F46;
  width:auto;
  display:inline-block;
}
.filter-btn {
  background: transparent;
  border: none;
  color: #0a71c0;
  font-size: 14px;
  margin-left: 20px;
}
.option__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 16px;
}
.option__list--item {
  padding: 16px 8px 0 8px;
}
.clean-filter {
  margin-left: auto;
  white-space: nowrap;
}
.clean-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: #d7dfe9;
  border-radius: 50%;
  border: none;
  box-shadow: none;
  position: relative;
}
.clean-filter-mobile {
	display:none;
}
.filter-row {
  background: rgba(255, 184, 0, 0.7);
  padding: 0 32px 0 32px;
}
.filter-row label {
  font-weight: 600;
  color: #171f46;
}
.filter-row label svg {
  vertical-align: initial;
  margin-left: 6px;
}
.option-btn-row {
  padding: 0;
}
.params-box {
  display: none;
  padding: 0 32px;
}
.params-btn {
  padding: 8px 32px 24px 32px;
  display: inline-block;
}
.params-btn.open {
  padding-top: 0;
}
.params-btn__name {
  font-size: 14px;
  line-height: 24px;
  color: #0a71c0;
  cursor: pointer;
  border-bottom: 1px solid #0a71c0;
  padding-right: 20px;
  position: relative;
}
.params-btn__name:after {
  content: "";
  width: 8px;
  height: 4px;
  background-image: url(/design/img/params-icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 8px;
  right: 0;
}
.params-btn.open .params-btn__name:after {
  transform: rotate(180deg);
  top: 10px;
}
.params-btn-mobile {
	display:none;
}

.params-btn__name-2 {
  display: none;
}
.params-btn.open .params-btn__name-1 {
  display: none;
  padding-top: 0;
}
.params-btn.open .params-btn__name-2 {
  display: block;
}
.option-btn-box {
  background: rgba(255, 184, 0, 0.1);
  border: 1px solid #ffb800;
  border-radius: 0 0 4px 4px;
  margin: -1px;
  padding: 32px 32px 16px 32px;
}
.option-btn-hint {
  padding-left: 50px;
  position: relative;
}
.option-btn-hint:before {
  content: url(/design/img/arrow-yellow.svg);
  position: absolute;
  top: -16px;
  left: -22px;
}
/***********************************
Filter box
************************************/
.sorting-bar {
  max-width: 960px;
  width: 100%;
  /*margin: 16px auto;*/
  margin: 22px auto 0 auto;
  background: #ffffff;
  border: 1px solid #d7dfe9;
  border-radius: 4px;
  padding: 10px 32px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sorting-bar .form-check-inline {
  margin: 9px 24px 9px 0;
}
.sorting-bar__section {
  /*display: flex;
  align-items: center;*/
  /* max-width:60%; from 2025 */
}
.sorting-bar__section span {
	font-weight:bold;
}
.dropdown-wrap {
  position: relative;
}
.btn-sorting {
  background: rgba(10, 113, 192, 0.1);
  border-radius: 2px;
  border: none;
  box-shadow: none;
  padding: 7px 8px;
  margin-right: 4px;
  font-size: 14px;
  line-height: 1;
  color: #7e858e;
}
.btn-sorting span {
  padding-right: 6px;
}
.btn-link {
  font-size: 14px;
  color: #0a71c0;
  background: transparent;
  border: none;
  box-shadow: none;
}
.btn-link span {
  padding-left: 6px;
}
.btn-link:hover {
  color: #0a71c0;
  text-decoration: none;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  margin: 2px 0 0;
  color: #7e858e;
  font-size: 14px;
  list-style: none;
  padding: 0;
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: none;
  border: 1px solid #d7dfe9;
  background-clip: padding-box;
}
.open > .dropdown-menu {
  display: block;
}
.open .btn-sorting svg {
  transform: rotate(180deg);
}
.sorting-bar__button {
  display: block;
  width: 100%;
  background-color: #fff;
  border: none;
  padding: 8px 16px;
  text-align: left;
}
.sorting-bar__button:disabled,
.sorting-bar__button:hover,
.sorting-bar__button:focus,
.sorting-bar__button--active {
  color: #7e858e;
  background: rgba(10, 113, 192, 0.1);
  outline: none;
}

.engine_B1, .engine_C1, .engine_D1 {
  display: none;
}
.option__list.align-top {
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.option__list--item.tourists {
  position: relative;
  padding-bottom: 32px;
}
.add_tourist__btn {
  /* position: absolute;
  left: 8px;
  bottom: 0; */
  position: absolute;
  left: 16px;
  bottom: 8px;
}
.add_tourist {
  display: block;
  font-size: 14px;
  color: #0a71c0;
  cursor: pointer;
}
.add_tourist:hover {
  opacity: 0.8;
}
.multiple-field {
  margin-top: 8px;
}
.dropdown .multiple-field {
  padding-right: 32px;
  position: relative;
}
.multiple-field:first-child {
  margin-top: 0;
}
.remove-tourist-db{
  position: absolute;
  top: 8px;
  right: 0;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: #d7dfe9;
  border-radius: 50%;
}
#risk_1 { background-color:gray; }

/****************
Bestprice
****************/
.bestprice-bar {
  max-width: 960px;
  width: 100%;
  margin: 10px auto 0 auto;
  background: #ffffff;
  border: 1px solid #d7dfe9;
  border-radius: 4px;
  padding: 10px 32px;
  overflow:hidden;
  /*
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  */
}
.bestprice-bar img { float:left; margin:0 10px 0 0; }


/***********************************
Product card
************************************/
.product-list {
  padding-bottom: 8px;
}
.product-card {
  margin-bottom: 16px;
}
.product-card-main {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #d7dfe9;
  border-radius: 4px;
  padding: 24px 32px 24px 32px;
  position: relative;
}
.product-card-main__badge {
  width: 48px;
  height: 48px;
  padding: 2px;
  border-radius: 0 0 20px 0;
  position: absolute;
  top: 0;
  left: 0;
}
.product-card-main__badge span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  font-weight: 500;
  font-size: 13px;
  text-align: center;
  line-height: 1.2;
  color: #ffffff;
  transform: rotate(-45deg);
}
.product-card-main__badge:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  top: 6px;
  left: 6px;
}
.product-card-body {
  display: -ms-flexbox;
  display: flex;
}
.product-card-body__picture {
  padding-top: 32px;
  padding-right: 32px;
  width: 20%;
}
.product-card-body__info {
  margin-right: auto;
  width: 60%;
}
.product-card-body__footer {
  width: 21%;
  text-align: center;
}
.product-card-body__header {
  padding-bottom: 24px;
}
.product-card-body__header h2,
.product-card-body__header h2 a {
  font-size: 16px;
  font-weight: 400;
  color: #0a71c0;
  margin: 0 0 12px 0;
}
.product-card-body__content {
	
}
.product-card-body__row {
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  margin-bottom: 22px;
}
/*
.product-card-body__row:last-child {
  margin-bottom: 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-height: 52px;
}*/
.product-card-body-grid__cell {
	padding-right: 64px;
}
.osago-one-item__content .product-card-body__row .product-card-body-grid__cell {
  padding-right: 14px;
  /* min-width: 25%; */
}
.osago-one-item__content .product-card-body__row .product-card-body-grid__cell:nth-child(1) {
	min-width:40%;
	/* padding-right: 4px; */
}
.osago-one-item__content .product-card-body__row .product-card-body-grid__cell:nth-child(2) {
	min-width:160px;
}
.osago-one-item__content .product-card-body__row .product-card-body-grid__cell:nth-child(3) {
	min-width:140px;
}

.osago_top_field--style1 {
	background: url('img/vector.png') left 5px no-repeat;
	padding-left:15px;
	color:#7E858E;
}
.product-card-body-grid__value {
  font-size: 22px;
  position: relative;
}
.product-card-body-grid__label {
  font-size: 14px;
  line-height: 1.2;
  color: #7e858e;
}
.product-card-body-grid__top_fields {
	margin-top:25px;
}
.color--red {
  color: #fc163e !important;
}
.product-card-body-grid__value--old {
  display: block;
  font-size: 14px;
  color: #b8bcbf;
  position: absolute;
  top: 0;
  left: 0;
}
.comments__wrap{
  display: -ms-flexbox;
  display: flex;
}


.osago-one-item__content .product-card-body__row .product-card-body-grid__cell .product-card-body__rating {
	margin: 0 0 8px 0;
	min-width:124px;
}
.product-card-body__rating {
  margin: 10px 0 9px 0;
  min-width:114px;
  /* text-align:center; */
}
.product-card-body__under_rating {
	padding-left:20px;
}
.rating {
  display: inline-block;
  margin-right: 4px;
  position: relative;
  width: 16px;
  height: 16px;
  background-position: center;
  background-size: contain;
}
.rating-full-star {
  background-image: url(/design/img/rating-full-star.svg);
}
.rating-empty-star {
  background-image: url(/design/img/rating-empty-star.svg);
}
.osago-one-item__content .product-card-body__row .product-card-body-grid__cell .product-card__more {
	margin-top:40px;
}
.comments-count__lonk {
  font-size: 12px;
  color: #0a71c0;
}
.comments__wrap .comments-count__lonk{
  margin-left: 10px;
}
.product-card-body__footer .btn-green {
  margin: 28px 0 16px 0;
}
.product-card-body__more-about {
  color: #7e858e;
  line-height: 1;
  text-align: center;
  /* padding-left: 16px; */
}
.product-card-body-grid__credit {
	margin: 28px 0 0 0;
}
.osago-one-item__content .product-card-body__row .product-card-body-grid__cell .product-card-body-grid__credit {
	margin: 46px 0 0 0;
}
.btn-tooltip {
  display: inline-block;
  /* vertical-align: middle; */
  vertical-align: top;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  background-image: url(/design/img/question.svg);
  background-position: center;
  background-size: contain;
}
.tooltip > .tooltip-inner {
  background-color: #d7dfe9;
  color: #171f46;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  padding: 8px 16px;
  min-width: 320px;
}
.tooltip > .tooltip-arrow {
  border-bottom-color: #d7dfe9;
}
.product-card-details {
  display: none;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #d7dfe9;
  border-radius: 4px;
  padding: 72px 32px 12px 32px;
  position: relative;
}
.card-close {
  position: absolute;
  top: 16px;
  right: 16px;
}
.product-card-details__item {
  padding-left: 23%;
  padding-right: 23%;
  margin-bottom: 20px;
}
.product-card-details__info-documents a {
	display:inline-block;
	margin:0 15px 0 0;
	color:blue;
	text-wrap: nowrap;
}
.product-card-details__info-documents a:hover {
	text-decoration:underline;
}
.details__item--style1 {
  padding: 6px 30px 6px 0;
  position: relative;
}
.details__item--style1:before {
  content: url(/design/img/details-style1.svg);
  position: absolute;
  left: -32px;
}

.details__item--style2 {
  padding: 6px 30px 6px 0;
  position: relative;
}
.details__item--style2:before {
  content: url(/design/img/details-style2.svg);
  position: absolute;
  left: -32px;
}
.rating__circle {
  position: relative;
  padding-left: 12px;
}
.rating__circle:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.rating__circle--good,
.rating__circle--3 {
  color: #2dca73;
}
.rating__circle--good:before,
.rating__circle--3:before {
  background-color: #2dca73;
}
.rating__circle--normal,
.rating__circle--2 {
  color: #fdb72b;
}
.rating__circle--normal:before,
.rating__circle--2:before {
  background-color: #fdb72b;
}
.rating__circle--bad,
.rating__circle--1 {
  color: #fc163e;
}
.rating__circle--bad:before,
.rating__circle--1:before {
  background-color: #fc163e;
}
.product-card__less {
  margin-top: 16px;
}
.product-card-main--red:hover {
  border: 1px solid #fc163e;
}
.product-card-main--red .product-card-main__badge {
  background-color: #fc163e;
}



/***********************************
Product description
************************************/
.product-description {
  max-width: 960px;
  width: 100%;
  margin: 0 auto 40px auto;
  background: #ffffff;
  border: 1px solid #d7dfe9;
  border-radius: 4px;
  padding: 24px 32px 24px 32px;
}
/***********************************
Count form
************************************/
.count-section {
  min-height: calc(100vh - 190px);
}
.price-details__box {
  background: rgba(56, 201, 118, 0.05);
  border: 1px solid #38c976;
  margin-bottom: 24px;
}
.price-details__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  padding: 16px 24px 24px 24px;
  margin-right: -10px;
  margin-left: -10px;
}
.price-details__col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
}
.price-details__col:first-child {
  width: 30%;
}
.price-details__col:nth-child(2) {
  width: 25%;
}
.price-details__col:last-child {
  width: 25%;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}
.price-details__col h4 {
  font-weight: 500;
  font-size: 20px;
  margin: 0;
}
.price-details__col span {
  font-size: 14px;
  color: #7e858e;
  padding-right: 4px;
}
.total-price-label {
  font-size: 14px;
  line-height: 1;
  color: #7e858e;
  padding-right: 8px;
}
.color-bg__box {
  background: linear-gradient(
      0deg,
      rgba(215, 223, 233, 0.3),
      rgba(215, 223, 233, 0.3)
    ),
    #ffffff;
  padding: 24px 0;
}
.color-bg__box p:last-child {
  margin: 0;
}
.color-bg__box .form-container {
  padding: 0 24px;
}
.form-container {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  position:relative;
}
.pt-container {
  padding-top: 64px;
}
.return-link {
  display: block;
  padding: 24px 54px 16px 54px;
  font-size: 16px;
  line-height: 1;
  position: relative;
}
.return-link:before {
  content: url(/design/img/arrow-right.svg);
  position: absolute;
  left: 20px;
}
.count-form__wrap {
  /* border: 1px solid #d7dfe9; */
  /* border-radius: 4px; */
  margin-bottom: 32px;
}
.count-form__inner-blue {
  background: rgba(10, 113, 192, 0.15);
  padding: 24px 56px 0 56px;
  /* border-bottom: 1px solid #D7DFE9; */
}
.count-form__inner-grey {
  background: #f3f5f8;
  padding: 24px 56px 0 56px;
  border-bottom: 1px solid #d7dfe9;
}
.count-form__inner-white {
  padding: 24px 56px 0 56px;
  border-bottom: 1px solid #d7dfe9;
}
.count-form__inner-white:last-child {
  border-bottom: 0;
  padding-bottom: 32px;
}
.count-form__header {
  margin-bottom: 32px;
  position: relative;
  padding: 0 170px;
}
.count-form__title h2 {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 16px;
  /* color: #7e858e; */
}

/* STEP COUNTER in form */
.count-form__step-counter {
	width:auto;
	margin:20px auto;
}
.count-form__step-counter .step {
	display:inline-block;
	width:32px;
	height:32px;
	border:1px solid #9CA3AF;
	border-radius:32px;
}
.count-form__step-counter .step span {
	display:block;
	width:10px;
	height:10px;
	background-color:#D1D5DB;
	border-radius:10px;
	margin:10px auto;
}
.count-form__step-counter .before-step {
	display:inline-block;
	width:78px;
	border-top:2px solid #9CA3AF;
	margin-bottom:15px;
}
.count-form__step-counter .before-step-g {
	display:inline-block;
	width:78px;
	border-top:2px solid #38C976;
	margin-bottom:15px;
}
.count-form__step-counter .step:first-child {
	margin-left:0;
}
.count-form__step-counter .step-active {
	border:1px solid #38C976;
	width:32px;
	height:32px;
	border-radius:32px;
}
.count-form__step-counter .step-active span {
	display:block;
	width:10px;
	height:10px;
	background-color:#38C976;
	border-radius:10px;
	margin:10px auto;
}
.count-form__step-counter .step-already {
	border:1px solid #38C976;
	background-color:#38C976;
	font-weight:bold;
	text-align:center; vertical-align:center;
	background:url('img/step-check.png') center center no-repeat;
}
.count-form__step-counter .step-already span {
	background-color:#38C976;
	width:auto;
	height:auto;
	border-radius:32px;
	margin:0 auto;
	display:none;
}

.oplata_portmone_img { height:71px; margin:42px 0 7px 0; }
.oplata_pumb_img { height:120px; }

@media screen and (max-width: 722px) {
	.count-form__step-counter .before-step {
		width:25px;
	}
	.count-form__step-counter .before-step-g {
		width:25px;
	}
	.oplata_portmone_img { margin:40px 0 7px 0; }
	.oplata_pumb_img { margin:20px 0 0 0; }
}

@media screen and (max-width: 524px) {
	.count-form__step-counter .step {
		width:16px;
		height:16px;
		border-radius:16px;
		border:0px;
		background-color:#D1D5DB;
	}
	.count-form__step-counter .step span {
		display:none;
	}
	.count-form__step-counter .step-active {
		background-color:#38C976;
	}
	.count-form__step-counter .step-active span {
		display:block;
		width:8px;
		height:8px;
		background-color:#FFFFFF;
		border-radius:8px;
		margin:4px auto 0 auto;
	}
	.count-form__step-counter .before-step {
		width:36px;
		margin-bottom:7px;
		border-top:2px solid #D1D5DB;
	}
	.count-form__step-counter .before-step-g {
		width:36px;
		margin-bottom:7px;
	}
}

.count-form__more-about {
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 14px;
  color: #0a71c0;
}
.count-form__total-price td {
  vertical-align: top;
  padding-right: 24px;
  text-align: left;
}
.next-step-hint {
  padding-left: 50px;
  position: relative;
  text-align: left;
}
.next-step-hint:before {
  content: url(/design/img/arrow-green.svg);
  position: absolute;
  top: -16px;
  left: -22px;
}
.btn-tooltip-blue {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  background-image: url(/design/img/question-blue.svg);
  background-position: center;
  background-size: contain;
}
.count-form__price {
  font-weight: normal;
  /* font-size: 22px; */
  font-size: 40px;
  /* color: #333333; */
  color: #FE5655;
}
.count-form__subtitle {
  font-size: 16px;
  text-align: center;
  color: #7e858e;
  margin-bottom: 16px;
}
.form-section__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: start;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -40px;
  margin-bottom: 16px;
}
.form-section__title h5 {
  font-weight: bold;
  font-size: 16px;
  color: #7e858e;
  margin: 0 40px 0 0;
}
.step-number {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background: #2dca73;
  border: 2px solid #ffffff;
  border-radius: 50%;
  margin-right: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.sposob-oplat { margin:30px auto; }
.and_dgo_text { font-size:20px; padding:15px 5px; }
.and_dgo_text span{ color:blue; }


input[name="dontHaveCode"] { margin-left:5px; }

.promocode_in_list { margin-top:16px; }
.promocode_in_list span{ display:block; margin-bottom:8px; }

.policy_add_promocode_block, .promocode_success, .promocode_error { display:none; }
.policy_remove_promocode { margin-bottom:5px; }
.promocode_just_text { display:none; font-weight:bold; }
input[name="policy_promocode"] { margin-bottom:10px; text-transform:uppercase; }



#count-form .tab {
  text-align: center;
  height: 0;
  opacity: 0;
  display: none;
}
#count-form .tab-active {
  display: block;
  height: auto;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
#count-form a {
  color: #0a71c0;
}
#count-form p {
  margin: 0;
}
.epolicy-register-form input[name="our_automodel"] {
  display: none;
  margin-top: 8px;
}
.epolicy-register-form .our_autoname_block {
	margin-top:10px;
}
.epolicy-register-form .our_autoname {
  display: none;
}
.doc_record_div, .doc_dateend_div { display:none; }

.grayscale {
  color: #7e858e;
}
.red-text {
  color: #fc163e;
}
.green-text {
  color: #38c976;
}
.count-form__btn--list {
  margin: 0;
  text-align: center;
}
.count-form__btn--item {
  display: inline-block;
  padding: 8px;
}
.count-form__btn--item .btn {
  width: 220px;
}
.subtit-form__btn .btn {
  width: 100%;
  max-width: 220px;
  /* display: block; */
  display: block-inline;
  margin: 0 10px 32px 10px;
}
.form-check__box {
  margin: 12px auto 32px auto;
  max-width: 624px;
  width: 100%;
  background: #ffffff;
  /* border: 1px solid #d7dfe9; */
  border-radius: 4px;
  padding: 24px 24px 8px 24px;
}
.form-check__box table {
  width: 100%;
  text-align: left;
}
.form-check__box table td {
  width: 50%;
  padding: 4px 4px 4px 0;
  vertical-align: top;
}
.form-check__box table td.datestart {
  font-size:1.5em;
  font-weight:bold;
  color:black;
  padding-top:0px;
}
.form-check__box table td #datepicker-limit_from {
	font-size:1.1em;
}
.form-check__box hr {
  margin-top: 12px;
  margin-bottom: 12px;
  border: 0;
  border-top: 1px solid #d7dfe9;
}
.total-price {
  font-size: 22px;
  line-height: 1;
  position: relative;
}
.total-price--sale {
  color: #fc163e !important;
  padding-top: 0;
}
.total-price--old {
  display: block;
  font-size: 14px;
  color: #b8bcbf;
  position: absolute;
  top: -4px;
  left: 0;
}
.user-agreement__box {
  /* text-align: left; */
  width: 100%;
  margin: 8px 0 0 0;
}
.user__wrap {
  border-bottom: 1px solid #d7dfe9;
  margin-bottom: 24px;
}
.user__wrap:last-child {
  border: none;
  margin-bottom: 0;
}
.user__title {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
}
/***********************************
Thanks Page
************************************/
.result__header h2 {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  margin-bottom: 32px;
}
.result__header h2 span {
  color: #38c976;
}
.result__img {
  text-align: center;
  margin-bottom: 32px;
}
.result__subtitle {
  text-align: center;
  margin-bottom: 32px;
}
.result__subtitle p {
  margin: 0;
}
.result__btn {
  text-align: center;
}
/***********************************
Modal Window
************************************/
.modal-content {
  border: none;
  border-radius: 6px;
  outline: 0;
}
.modal-header {
  padding: 16px;
  border-bottom: none;
}
.modal-body {
  padding: 8px 16px 32px 16px;
}
.modal-title {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  margin: 0 0 24px 0;
}
.modal-content p {
  text-align: center;
  margin: 0;
}
.modal-body__exit-popup {
	padding: 32px 16px 0 16px;
}
.modal-footer {
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 16px 40px 16px;
  border-top: none;
}
.modal-footer .btn {
  width: auto;
  min-width: 104px;
  font-weight: 600;
}

.text-uppercase {
  text-transform: uppercase;
}
/***********************************
404
************************************/
.error-title {
  font-size: 150px;
  font-weight: 700;
  text-align: center;
  color: #0a71c0;
}

/****** styles from OLEG ***/
.header-wrap .logo a {
  font-family: "MagistralC-Bold", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: white;
}
.footer-wrap__logo a {
  font-family: "MagistralC-Bold", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #182045;
}

.button_as_text {
  border: 0px;
  background-color: transparent;
  font-weight: bold;
  padding: 0;
}

/***********************************
Language
************************************/
.language-select__wrap {
  position: relative;
  order: 3;
}
.language-select__btn {
  text-align: right;
  cursor: pointer;
}
.language-switcher__item {
  display: none;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.language-switcher__item.active {
  display: block;
}
.language-select__wrap.color .language-switcher__item {
  color: #fff;
}
.language-select__wrap.white .language-switcher__item {
  color: #171f46;
}
.language-switcher__item {
  position: relative;
  padding: 0 12px 8px 40px;
}
footer .language-switcher__item {
  padding: 0 12px 0 40px;
}
.language-select__wrap.color .language-switcher__item:after {
  content: "";
  width: 8px;
  height: 4px;
  background-image: url(/design/img/icon-lang-w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 10px;
}
.language-select__wrap.white .language-switcher__item:after {
  content: "";
  width: 8px;
  height: 4px;
  background-image: url(/design/img/icon-lang-c.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 6px;
}
.language-select {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  transform: translate(0, 100%);
  padding: 8px 0;
  background: #ffffff;
  border-radius: 4px;
  border: none;
  z-index: 999;
}
.language-select__wrap:hover .language-select {
  display: block;
}
.language-select li a {
  padding: 8px 40px 8px 16px;
  display: block;
  font-weight: 500;
  color: #7e858e;
}
.language-select li.active a {
  color: #171f46;
  background: rgba(215, 223, 233, 0.24);
  border-radius: 2px;
}
/* .language-select li a:hover{
    color: #7E858E;
    background: rgba(215, 223, 233, 0.24);
    border-radius: 2px;
} */
summary:focus {
  outline: none;
}
/***********************************
Phone
************************************/
.tel-box{
  order: 1;
}
.tel-box__list{
  position: relative;
  margin: 0;
}
.tel-box__list:before{
  content: url(/design/img/phone-icon-w.svg);
  position: absolute;
  left: -20px;
  top: 4px;
}
.tel-box.white .tel-box__list:before{
  content: url(/design/img/phone-icon-b.svg);
}
.tel-box__list a{
  line-height: 24px;
}
.tel-box.color .tel-box__list a{
  color: #fff;
}
.tel-box.color .tel-box__list a:visited,
.tel-box.color .tel-box__list a:visited:active,
.tel-box.color .tel-box__list a:visited:hover{
  color: #fff;
}
.mobile-fb-link{
  display: none;
}
/***********************************
Sale mark
************************************/
.sale-mark__box {
  text-align: center;
  padding-bottom: 10px;
}
.sale-mark {
  display: inline-block;
  background: #fc163e;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  border-radius: 2px;
  width: 100%;
  height: 28px;
  padding: 3px 20px;
  position: relative;
}
.sale-mark:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 5px solid #fc163e;
  position: absolute;
  left: calc(50% - 10px);
  bottom: -5px;
}
.ribbon-right {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  top: 9px;
  left: -5px;
}
.ribbon-left {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  top: 9px;
  right: -5px;
}
/* .ribbon-right:before{
    content: '';
    width: 0;
    height: 0;
    border-top: 11px solid #FE5655;
    border-right: 11px solid transparent;
    position: absolute;
    right: -11px;
    top: 0;
}
.ribbon-right:after{
    content: '';
    width: 0;
    height: 0;
    border-bottom: 11px solid #FE5655;
    border-right: 11px solid transparent;
    position: absolute;
    right: -11px;
    bottom: 0;
}
.ribbon-left:before{
    content: '';
    width: 0;
    height: 0;
    border-top: 11px solid #FE5655;
    border-left: 11px solid transparent;
    position: absolute;
    left: -11px;
    top: 0;
}
.ribbon-left:after{
    content: '';
    width: 0;
    height: 0;
    border-bottom: 11px solid #FE5655;
    border-left: 11px solid transparent;
    position: absolute;
    left: -11px;
    bottom: 0;
} */
/***********************************
Bottom modal
************************************/
.bottom-modal {
  width: 100%;
  position: fixed;
  bottom: 0;
  background: #38c976;
  border-radius: 4px 4px 0 0;
  box-shadow: 0px -10px 12px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  z-index: 10;
}
.bottom-modal__inner {
  position: relative;
}
.bottom-modal__close {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.bottom-modal__col1 {
  width: 60%;
  padding: 76px 62px 60px 96px;
  color: #fff;
}
.bottom-modal__col1 h2 {
  font-size: 32px;
  font-weight: 500;
  margin: 0 0 16px 0;
}
.bottom-modal__col1 p {
  margin: 0 0 16px 0;
  font-size: 16px;
}
.bottom-modal__col1 p.span-red span {
  /* border-bottom:2px solid red; */
  /* color: #ffa500; */
  color: red;
  font-weight: bold;
}
.bottom-modal__col2 {
  width: 40%;
  background-image: url(/design/img/bottom-modal-bg.jpg);
  background-size: cover;
  background-position: top center;
}

.show-mobile, .show-article {
  display: none;
}
/***********************************
Log in
************************************/
.modal-dialog-login {
  max-width: 960px;
}
.modal-dialog-terms {
  max-width: 960px;
}
.close-login {
  position: absolute;
  top: 16px;
  right: 16px;
}
.modal-form__one-col {
  max-width: 400px;
  width: 100%;
  padding: 68px 20px 32px 20px;
  margin: 0 auto;
}
.modal-form__two-col {
  max-width: 540px;
  width: 100%;
  padding: 68px 20px 32px 20px;
  margin: 0 auto;
}
.modal-title-login {
  font-weight: normal;
  font-size: 32px;
  margin: 0 0 48px 0;
  text-align: center;
}
.modal-body-login .error_msg {
  font-size: 12px;
  color: #fc163e;
  padding-bottom: 8px;
}
.form-check-login {
  margin: 0;
}
.align-right-pass {
  text-align: right;
}
.modal-dialog-login a {
  color: #0a71c0;
}
.modal-dialog-login a:hover {
  opacity: 0.7;
}
.login__mt56 {
  margin-top: 56px;
}
.subtitle-highlight {
  font-size: 12px;
  color: #7e858e;
}
.modal-backdrop.show {
  opacity: 0.6;
}
.modal-backdrop {
  background-color: #171f46;
}
.cabinet-wrap {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
.cabinet__name{
  padding: 8px 0;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}
.tab-nav-item.tab-nav-item-cabinet {
  padding: 0;
}
.tab-nav-item.tab-nav-item-cabinet a {
  color: rgba(23, 31, 70, 0.5);
  padding: 8px 24px;
  display: block;
}
.tab-nav-item.tab-nav-item-cabinet.active a {
  color: #171f46;
}
.tab-nav-item.tab-nav-item-cabinet.active {
  background: rgba(215, 223, 233, 0.24);
}
.cabinet-form__inner {
  padding: 40px 32px;
  background: #f7f9fc;
  border: 1px solid #d7dfe9;
  border-radius: 4px;
}
.cabiner-form-submit {
  width: auto;
  padding: 0 40px;
}
.cabiner-form-submit:disabled {
  opacity: 1;
  background: #c8cfd9;
}
.product-card-main--cabinet {
  max-width: 800px;
  padding: 16px 32px;
}
.product-card-main--cabinet .product-card-body__header h2 {
  color: #333333;
}
.product-card-main--cabinet .product-card-body-grid__cell {
  padding-right: 40px;
}
.product-card-body__info-cabinet {
  width: 80%;
}
.product-card-main--cabinet .product-card-body__row:last-child {
  align-items: center;
}
.cabinet-partner-osago { overflow:hidden; }
.cabinet-partner-osago .filter-box__wrap { margin-top:0; }
.cabinet-partner-osago .container{ padding:0; }
.cabinet-partner-osago .filter-box{ margin:0; width:100%; }

input[name="iban"] { display:none; }
input[name="dateFrom"] { cursor:pointer; }



.cabiner-section__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: start;
  -ms-flex-align: center;
  margin-top: 8px;
}
.cabiner-section__title h5 {
  font-weight: bold;
  font-size: 16px;
  color: #7e858e;
  margin: 0 0 24px 0;
}
.grey-info {
  font-size: 14px;
  line-height: 16px;
  color: #7e858e;
  padding-left: 36px;
  position: relative;
}
.grey-info:before {
  content: url(/design/img/exclamation-icon.svg);
  position: absolute;
  left: 16px;
}
.cabiner-form-section {
  margin-bottom: 24px;
}
.cabiner-form-section__row {
  position: relative;
  padding-right: 32px;
}
.remove-item {
  border: none;
  padding: 0;
  background: transparent;
  box-shadow: none;
  position: absolute;
  right: 8px;
  top: 32px;
  cursor: pointer;
}
.remove-item:hover {
  opacity: 0.75;
}
.earned-box {
  display: table;
  width: 100%;
  margin-left: -10px;
  margin-right: -10px;
}
.earned-row {
  display: table-row;
}
.earned-col {
  display: table-cell;
  padding: 0 10px;
}
.cabinet-partner__section-title {
  font-weight: bold;
  font-size: 16px;
  color: #7e858e;
  margin: 0 0 24px 0;
}
.cabinet-history-box .tab-nav-item.active {
  background: #f7f9fc;
}
.tab-nav-item .cabinet-partner__section-title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.tab-nav-item.active .cabinet-partner__section-title {
  color: #171f46;
}
.number-highlight {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #38c976;
}
.subtitle-highlight {
  font-size: 14px;
  color: #7e858e;
}
.earned-col2 {
  vertical-align: bottom;
}
.earned-col3 {
  text-align: right;
}
.earned-col4 {
  text-align: right;
}
.terms-about {
  font-size: 14px;
  color: #0a71c0;
}
.get-btn {
  width: auto;
  height: 40px;
  background: #38c976;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0 16px;
  margin-top: 20px;
}
.get-btn:hover {
  color: #ffffff;
  background: #38c976;
  opacity: 0.8;
}
.number-total {
  font-weight: 500;
  font-size: 16px;
  color: #171f46;
}
.cabiner-period-box {
  padding: 16px 0 40px 0;
  border-top: 1px solid #d7dfe9;
  margin-top: 24px;
}
.calendar-fields {
  text-align: right;
}
.period-result-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  margin-top: 16px;
  margin-bottom: 32px;
}
.period-result-item {
  padding: 0 8px 8px 8px;
  width: 25%;
}
.period-result-inner {
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-left: 4px solid #38c976;
  box-shadow: 0px 2px 8px rgba(23, 31, 70, 0.08);
  border-radius: 8px;
  padding: 24px;
}
.period-result__number {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 8px;
}
.period-result__title {
  font-size: 14px;
  color: #7e858e;
}
.cabinet-link-box {
  margin-bottom: 40px;
}
.cabinet-field-copy {
  position: relative;
}
input[type="text"].field-copy {
  padding-right: 44px !important;
  border: 1px solid #0a71c0;
  width: 100%;
}
.cabinet-field-copy img {
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
}
.copy-tooltip {
  display: none;
  position: absolute;
  top: -24px;
  right: 0;
  background: #0a71c0;
  color: #fff;
  font-size: 10px;
  padding: 2px 8px;
  border-radius: 10px;
}
.history-table {
  display: table;
  width: 100%;
  background: #f7f9fc;
  border: 1px solid #d7dfe9;
  border-radius: 4px;
}
.history-table__row {
  display: table-row;
}
.history-table__cell {
  display: table-cell;
  padding: 20px 40px;
  border-bottom: 1px solid #d7dfe9;
}
.history-table__header {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: #7e858e;
}
.history-status--done {
  font-weight: 500;
  font-size: 8px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  background: #38c976;
  border-radius: 100px;
  padding: 3px 16px;
}
.history-status--approve {
  font-weight: 500;
  font-size: 8px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  background: #c8cfd9;
  border-radius: 100px;
  padding: 3px 16px;
}
.history-more__wrap {
  text-align: center;
  margin-top: 16px;
}
.history-more {
  border: none;
  background: transparent;
  border: none;
  box-shadow: none;
  font-size: 14px;
  color: #0a71c0;
}
.become-partner-box {
  background: rgba(255, 184, 0, 0.1);
  border: 1px solid #ffb800;
  padding: 24px 0;
  margin-bottom: 12px;
}
.become-partner-inner {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.become-partner__description {
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  padding-right: 24px;
}
.btn-become-partner {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  width: auto;
  background: #0a71c0;
  border-radius: 4px;
  padding: 0 44px 0 48px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
}
.btn-become-partner:before {
  content: url(/design/img/partner-icon.svg);
  position: absolute;
  left: 24px;
  top: 12px;
}
.add-new-vehicle span {
  cursor: pointer;
  color: #0a71c0;
}
/***********************************
Chosen
************************************/
.chosen-container-single .chosen-single {
  padding: 8px 38px 8px 16px;
  height: 40px;
  border: 1px solid #d7dfe9;
  border-radius: 2px;
  background-color: #fff;
  background: url(/design/img/arrow-down.svg) no-repeat right #fff;
  background-position: right 16px center;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #7e858e !important;
  font-size: 14px;
  line-height: 24px;
  width: 100% !important;
}
.chosen-container {
  width: 100% !important;
}
.chosen-container-single .chosen-single div b {
  background: transparent !important;
}
.chosen-container-active .chosen-single {
  border: 1px solid #d7dfe9;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.chosen-container .chosen-results {
  color: #171f46;
  margin: 0 0 4px 0;
  padding: 0 16px 0 16px;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #d7dfe9;
  background-image: url(/design/img/arrow-down.svg);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.chosen-container .chosen-results li {
  padding: 8px 2px;
  border-bottom: 1px solid #d7dfe9;
}
.chosen-container .chosen-results li:last-child {
  border-bottom: none;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #0a71c0;
  background-image: none;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .show-mobile {
    display: block;
  }
  .show-desktop {
    display: none;
  }
}
/***********************************
Index page
************************************/
.top-cat {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-cat h1{
  font-size: 40px;
  color: #FFFFFF;
}
.top-cat h4{
  font-size: 24px;
  color: #FFFFFF;
  margin: 0 0 24px 0;
}
.top-cat-list{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 720px;
  background: #FFFFFF;
  border: 1px solid #D7DFE9;
  border-radius: 4px;
  padding: 32px 0;
  margin: 0 auto;
}
.top-cat-item{
  /* width: 33.3%; */
  width: 25%;
}
/*
.top-cat-item:nth-child(2) {
  border-left: 1px solid #D7DFE9;
  border-right: 1px solid #D7DFE9;
}
*/
.top-cat-item:nth-child(1n) {
  border-right: 1px solid #D7DFE9;
}

.top-cat-item:nth-last-child() {
  border-right: none;
}

.top-cat-item__icon{
  margin-bottom: 16px;
}
.top-cat-item__title{
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  color: #171F46;
}
.top-cat-item__next{
  color: #7E858E;
  font-size: 14px;
}
.top-cat-item__new{
  font-size: 18px;
  font-weight:bold;
  color:red;
  border:2px solid red;
  margin:5px auto;
  width:100px;
  border-radius:3px;
}
.index-why-box{
  background: rgba(215, 223, 233, 0.3);
  padding: 40px 0;
}
.index-why-box__wrap{
  max-width: 1160px;
  margin: 0 auto;
}
.index-why-box__title{
  font-weight: 500;
  font-size: 32px;
  text-align: center;
  margin-bottom: 40px;
}
.index-why-box__row{
  margin-left: -40px;
  margin-right: -40px;
}
.index-why-box__col{
  /* padding: 0 40px 24px 40px; */
  padding: 0 10px 24px 10px;
  font-size: 18px;
  /* color: #7E858E; */
}
.index-why-box__col .row .col-md-6{
  text-align: center;
}
.index-why-box__col h4{
  font-weight: 500;
  font-size: 16px;
  color: #171F46;
  margin: 24px 0;
}
.index-advantages{
  background: #085A9A;
}
.testimonial-box{
  padding: 64px 0;
  max-width: 1148px;
  margin: 0 auto;
}
.testimonial-slider__wrap{
  position: relative;
}
.testimonial-slider{
  padding: 0 94px;
  margin-bottom: 50px;
}
.testimonial-slide{
  background: #F3F5F8;
  border: 1px solid #D7DFE9;
  border-radius: 4px;
  padding: 32px 40px 52px 40px;
}
.testimonial-slide__text{
  font-size: 18px;
  font-style: italic;
  margin-bottom: 16px;
}
.testimonial-slide__rating{
  text-align: center;
  margin-bottom: 8px;
}
.testimonial-slide__name{
  font-weight: 500;
  font-size: 14px;
  text-align: center;
}
.testimonial-slide__company{
  text-align: center;
}
.slick-arrow{
  border: none;
  background: transparent;
  box-shadow: none;
}
.slick-prev{
  position: absolute;
  top: calc(50% - 36px);
  left: 0;
}
.slick-next{
  position: absolute;
  top: calc(50% - 36px);
  right: 0;
}
.slick-dots {
  padding: 16px 0 0 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  padding: 0 5px;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  border-radius: 50%;
  outline: none;
  background: #D7DFE9;
  position: relative;
}
.slick-dots li.slick-active button{
  background-color: #0A71C0;
}
.slick-slide:focus{
  outline: none;
}
.add-testimonial-btn{
  display: block;
  height: 40px;
  max-width: 228px;
  width: 100%;
  text-align: center;
  background: #ffffff;
  border: 1px solid #d7dfe9;
  border-radius: 4px;
  padding: 8px 16px;
  font-weight: 600;
  font-size: 14px;
  color: #171f46;
  text-transform: uppercase;
  padding: 11px 16px 10px 16px;
  margin: 0 auto;
  cursor: pointer;
}
.modal-dialog-testimonial{
  max-width: 480px;
}
.modal-form__testimonial{
  padding: 64px 40px 16px 40px;
}
.modal-title-testimonial{
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  margin-bottom: 24px;
}
.form-rating {
  overflow: hidden;
  display: inline-block;
}
.rating-input {
  float: right;
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 0 0 0 -16px;
  opacity: 0;
}

.rating-star {
  position: relative;
  float: right;
  display: block;
  width: 16px;
  height: 16px;
  background-image: url('/design/img/rating-empty-star.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.form-rating:hover .rating-star:hover,
.form-rating:hover .rating-star:hover ~ .rating-star,
.rating-input:checked ~ .rating-star {
  background-image: url('/design/img/rating-full-star.svg');
}
.rating-star,
.form-rating:hover .rating-star {
  position: relative;
  float: right;
  display: block;
  width: 16px;
  height: 16px;
  background-image: url('/design/img/rating-empty-star.svg');
  cursor: pointer;
}
.adv-news{
  background: rgba(215, 223, 233, 0.3);
  padding: 64px 0 44px 0;
}
.adv-news__list{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -20px;
  margin-right: -20px;
}
.adv-news__item{
  padding: 0 20px 20px 20px;
}
.adv-news__img{
  height: 80px;
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.adv-news__title{
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #0A71C0;
}
.index-partner-box{
  padding: 40px 0 60px 0;
}
.index-partner-box__wrap {
  max-width: 1160px;
  margin: 0 auto;
}
.index-partner-box__title {
  font-weight: 500;
  font-size: 32px;
  text-align: center;
  margin-bottom: 40px;
}
.index-partner-box__row {
  margin-left: -40px;
  margin-right: -40px;
}
.index-partner-box__col {
  padding: 0 40px 24px 40px;
  font-size: 18px;
}
.index-partner-box__step {
  position: relative;
  padding-bottom: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.index-partner-box__step:last-child {
  padding-bottom: 0;
}
.index-partner-box__step-number {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: rgba(10, 113, 192, 0.08);
  border: 1.4px solid #0a71c0;
  border-radius: 50%;
  font-size: 24px;
  color: #0a71c0;
}
.index-partner-box__step-text {
  font-weight: 500;
  font-size: 16px;
  width: calc(100% - 80px);
  padding-left: 32px;
}
.index-services-box{
  background: rgba(215, 223, 233, 0.3);
  padding: 40px 0;
  text-align: center;
}
.index-services__wrap{
  max-width: 1160px;
  margin: 0 auto;
}
.index-services-box__title{
  font-weight: 500;
  font-size: 32px;
  margin-bottom: 48px;
}
.index-services__list{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.index-services__item{
  padding: 0 20px 24px 20px;
  width: 25%;
}
.index-services__item .index-services__inner{
  display: block;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border: 1px solid #D7DFE9;
  border-radius: 4px;
  padding-bottom: 20px;
  overflow: hidden;
}
.index-services__img{
  width: 100%;
  padding-bottom: 88%;
  background-size: cover;
  background-position: center;
}
.index-services__title{
  padding: 16px 16px 4px 16px;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
}
.index-services__next{
  color: #7E858E;
  font-size: 14px;
}
.index-services__new{
  font-size: 18px;
  font-weight:bold;
  color:red;
  border:2px solid red;
  margin:5px auto;
  width:100px;
  border-radius:3px;
}
/***********************************
Company page
************************************/
.testimonial-company-box{
  padding-top: 24px;
}
.tcb-btn__wrap{
  background: #F3F5F8;
  border: 1px solid #D7DFE9;
  border-radius: 4px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 32px;
  margin-bottom: 24px;
}
.tcb-btn__wrap span{
  font-weight: 500;
  font-size: 18px;
}
.add-testimonial-company-btn{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  color: #ffffff;
  background: #38c976;
  text-transform: uppercase;
  border: none;
  padding: 8px 32px;
  font-size: 14px;
  line-height: 1;
  height: 40px;
  border-radius: 4px;
}
.add-testimonial-company-btn:hover {
  color: #ffffff;
  background: #38c976;
  opacity: 0.8;
}
.add-testimonial-company-btn:focus{
  color: #ffffff;
  background: #38c976;
}
.tcb-item{
  border: 1px solid #D7DFE9;
  border-radius: 4px;
  padding: 24px 32px;
  margin-bottom: 16px;
}
.tcb-item__meta{
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}
.tcb-item__name{
  font-weight: 500;
  font-size: 16px;
}
.tcb-item__rating{
  height: 16px;
  margin: 0 0 0 auto;
}
.tcb-item__date{
  font-weight: 500;
  font-size: 16px;
  color: #7E858E;
  margin-left: 16px;
}
.tcb-item__body{
  font-style: italic;
}
.tcb-item__body p{
  margin-bottom: 8px;
}
.colorbg-page{
  background: #f3f5f8;
}
.company-filter-box{
  background: #ffffff;
  border: 1px solid #d7dfe9;
  border-radius: 4px;
  padding: 24px 32px 24px 32px;
  margin-bottom: 16px;
  position: relative;
}
.company-filter-box__header h1{
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 16px 0;
}
input[type="search"].form-search::-webkit-search-cancel-button {
  -webkit-appearance: none;
  cursor: pointer;
  height: 24px;
  width: 24px;
  background-image: url(img/icon-close-dark.svg);
  background-position: center;
}
.actually_ration_insurers { font-size:14px; margin-top:15px; }
.actually_ration_insurers a { color:#007bff; }
.insurer_short_info { margin-bottom:24px; font-size:16px; }
.company-sorting-box{
  width: 100%;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
}
.company-sorting__label{
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #7E858E;
  padding-right: 8px;
}
.letters-filter-list{
  margin-top: 16px;
}
.letters-filter-item{
  border: none;
  background: transparent;
  box-shadow: none;
  padding: 0 2px;
}
.letters-filter-item:hover{
  color: #0A71C0;
}
.letters-filter-item.current{
  color: #0A71C0;
}
.companies-list{
  margin-bottom: 32px;
}
.companies-item{
  background: #ffffff;
  border: 1px solid #d7dfe9;
  border-radius: 4px;
  padding: 16px 104px 16px 32px;
  margin-bottom: 8px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.companies-item__more{
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #D7DFE9;
  border-radius: 4px;
  text-align: center;
  padding: 7px 0;
  position: absolute;
  top: calc(50% - 20px);
  right: 32px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.companies-item__more span{
  display: block;
  width: 4px;
  height: 4px;
  background: #7f858e;
  border-radius: 50%;
  margin: 3px auto;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.companies-item__row{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.companies-item__col1{
  width: 20%;
  padding: 0 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.companies-item__col2{
  width: 22%;
  padding: 0 15px;
}
.companies-item__col3{
  width: 20%;
  padding: 0 15px;
}
.companies-item__col4{
  width: 38%;
  padding: 0 15px;
}
.companies-item__name{
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 12px 0;
}
.companies-item__type{
  display: block;
  font-size: 14px;
  color: #7E858E;
  padding: 0 0 2px 22px;
  position: relative;
}
.companies-item__type1:before{
  content: url(/design/img/icon-car.svg);
  position: absolute;
  left: 0;
  top: 0;
}
.companies-item__type2:before{
  content: url(/design/img/icon-sun-umbrella.svg);
  position: absolute;
  left: 0;
  top: 0;
}
.companies-item__rating{
  padding: 18px 0 5px 0;
}
.companies-item__testimonial{
  display: block;
  font-size: 12px;
  color: #0A71C0;
}
.companies-item__col4 h4{
  font-weight: 500;
  font-size: 14px;
  margin: 0 0 4px 0;
}
.rating__circle--lable{
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  color: #7E858E;
}
.rating__circle--lable:before{
  content: "";
  width: 8px;
  height: 8px;
  background: #D7DFE9;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.companies-item:hover{
  background: #E7F1F9;
}
.companies-item:hover .companies-item__more{
  background: #0A71C0;
  border: 1px solid #0A71C0;
}
.companies-item:hover .companies-item__more span{
  background: #ffffff;
}
.about-companies{
  background: #ffffff;
  border: 1px solid #d7dfe9;
  border-radius: 4px;
  padding: 40px 56px;
  margin-bottom: 64px;
}
.about-companies,
.about-companies p{
  color: #7E858E;
}
.about-companies__list{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.about-companies__list li{
  width: 33.3%;
  padding: 8px 12px;
}
.about-companies__list li a{
  font-weight: 600;
  color: #7E858E;
}
.add_dgo{
  margin-top: 16px;
}
.add_dgo_title{
  display: block;
  /* padding-left: 16px; */
  margin-bottom: 8px;
  color: #fc163e;
  text-align: center;
}
/***********************************
Best options
************************************/
.best-options{
  background: #F3F5F8;
  padding: 40px 0 100px 0;
}
.best-options__title{
  font-weight: 500;
  font-size: 32px;
  margin: 0 0 48px 0;
  text-align: center;
}
.tab-nav-box__options{
  max-width: 900px;
  margin: 0 auto;
  border-bottom: 1px solid #171F46;
}
.tab-nav-item__options{
  background: rgba(215, 223, 233, 0.24);
}
.tab-nav-item__options.active{
  background: #FFFFFF;
}
.tab-content-box__options{
  margin-top: 30px;
}
.best-options__col{
  width: 50%;
  padding: 0 15px 30px 15px;
}
.best-options__item{
  display: table;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border: 1px solid #d7dfe9;
  border-radius: 4px;
  overflow: hidden;
}
.best-options__cell1{
  display: table-cell;
  width: 50%;
  background-position: center;
  background-size: cover;
}
.best-options__cell2{
  display: table-cell;
  width: 50%;
  padding: 24px 32px 152px 32px;
  position: relative;
}
.best-options__cell2 h3{
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 8px;
}
.best-options__cell2 p{
  font-size: 14px;
  color: #7E858E;
  margin-bottom: 16px;
}
.best-options__cell2 a{
  color: #0A71C0;
}
.best-options__price{
  position: relative;
  padding-top: 16px;
  margin-bottom: 8px;
}
.best-options__price--regular{
  font-size: 22px;
  color: #FC163E;
}
.best-options__price--old{
  font-size: 14px;
  color: #B8BCBF;
  position: absolute;
  top: 0;
  left: 0;
}
.best-options__order{
  position: absolute;
  bottom: 24px;
  left: 32px;
}
.btn-light-order{
  background: rgba(56, 201, 118, 0.1);
  color: #0A71C0;
}
.best-options__order input[type=submit]{
  margin-top: 16px;
}
/***********************************
Order btn
************************************/
.order-btn-box{
  padding: 24px 0 48px 0;
  text-align: center;
}
.order-btn__title{
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 8px;
}
.btn-car-icon{
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  position: relative;
  padding: 12px 48px 12px 64px;
  height: 48px;
}
.btn-car-icon:before{
  content: '';
  width: 24px;
  height: 24px;
  background-image: url(/design/img/btn-car-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 32px;
  top: 12px;
}
/***********************************
Remind green
************************************/
.remind-green{
  background:  #60D491;
  background: linear-gradient(180deg, #60D491 0%, #0DD149 100%);
  padding: 32px 0 40px 0;
}
.remind-green__row{
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  -ms-flex-align: end;
  align-items: flex-end;
}
.remind-green__col1{
  width: 70%;
  padding-right: 32px;
  color: #ffffff;
}
.remind-green__col1 p{
  margin: 0;
}
.remind-green__col2{
  width: 30%;
  text-align: right;
}
.btn-remind-green{
  background: #0a71c0;
  text-transform: uppercase;
  min-width: 220px;
  width: auto;
  margin-bottom: 8px;
}
.btn-remind-green:hover{
  background: #0a71c0;
  color: #fff;
  opacity: 0.8;
}

.only-mobile { display:none; }
.only-mobile-inline { display:none; }
.result_text { margin-top:5px; }
.loading { display:none; width:64px; height:64px; background:url('/design/img/loading.gif'); position:fixed; top:50%; left:50%; margin:-32px 0 0 -32px; }