html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: underline;
}
ol,
ul {
  list-style: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 100%;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
  outline: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button,
input,
label,
select,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  font-size: 16px;
  font-family: Arial;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}
input,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
}
button,
input[type="button"],
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"],
select {
  box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
  width: 13px;
  height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: border-box;
}
::-webkit-search-decoration {
  display: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  overflow: visible;
  width: auto;
}
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}
select[multiple],
textarea {
  vertical-align: top;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:focus input:-webkit-autofill,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
  caret-color: #fff;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: inset 0 0 0 50px #121212;
}
@font-face {
  font-family: HelveticaNeueCE55Roman;
  src: url(../font/HelveticaNeueCE55Roman.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
* {
  box-sizing: border-box;
  font-size: 12px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
}
html {
  height: 100%;
  width: 100%;
}
body {
  cursor: default;
  color: #494949;
}
body,
button,
label {
  font-family: verdana, sans-serif;
  font-size: 12px;
}
button {
  -webkit-tap-highlight-color: transparent;
  color: #494949;
}
a {
  color: inherit;
  background-color: transparent;
}
a,
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:focus input:-webkit-autofill,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
  -webkit-box-shadow: inset 0 0 0 50px #fff;
}
wbr {
  display: inline-block;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 340px;
}
.container.no-gutters {
  padding: 0;
  max-width: 340px;
}
.wrapper {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.wrapper2 {
  width: 100%;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.main {
  flex: 1 0 auto;
}
.footer {
  flex: 0 0 auto;
}
.hide {
  display: none;
  visibility: hidden;
}
.font--300 {
  font-weight: 300;
}
.font--400 {
  font-weight: 400;
}
.font--500 {
  font-weight: 500;
}
.font--600 {
  font-weight: 600;
}
.font--700 {
  font-weight: 700;
}
.font--12 {
  font-size: 12px;
}
.font--14 {
  font-size: 14px;
}
.font--16 {
  font-size: 16px;
}
.font--20 {
  font-size: 20px;
}
.font--45 {
  font-size: 45px;
}
.text--center {
  text-align: center;
}
.text--left {
  text-align: left;
}
.text--right {
  text-align: right;
}
.l-h--1 {
  line-height: 1;
}
.text--underline,
.underline {
  text-decoration: underline;
}
.m-t--20 {
  margin-top: 20px;
}
.m-b---9 {
  margin-bottom: -9px;
}
.m-b---20 {
  margin-bottom: -20px;
}
.m-b--3 {
  margin-bottom: 3px;
}
.m-b--5 {
  margin-bottom: 5px;
}
.m-b--8 {
  margin-bottom: 8px;
}
.m-b--10 {
  margin-bottom: 10px;
}
.m-b--15 {
  margin-bottom: 15px;
}
.m-b--16 {
  margin-bottom: 16px;
}
.m-b--18 {
  margin-bottom: 18px;
}
.m-b--20 {
  margin-bottom: 20px;
}
.m-b--25 {
  margin-bottom: 25px;
}
.m-b--30 {
  margin-bottom: 30px;
}
.m-b--35 {
  margin-bottom: 35px;
}
.m-b--40 {
  margin-bottom: 40px;
}
.m-r---10 {
  margin-right: -10px;
}
.m-r--5 {
  margin-right: 5px;
}
.m-x--auto {
  margin-left: auto;
  margin-right: auto;
}
.p-r--35 {
  padding-right: 35px;
}
.p-b--5 {
  padding-bottom: 5px;
}
.p-b--8 {
  padding-bottom: 8px;
}
.p-b--10 {
  padding-bottom: 10px;
}
.p-b--15 {
  padding-bottom: 15px;
}
.p-b--20 {
  padding-bottom: 20px;
}
.p-b--25 {
  padding-bottom: 25px;
}
.p-b--30 {
  padding-bottom: 30px;
}
.p-b--35 {
  padding-bottom: 35px;
}
.p-b--40 {
  padding-bottom: 40px;
}
.p-t--5 {
  padding-top: 5px;
}
.p-t--10 {
  padding-top: 10px;
}
.p-t--15 {
  padding-top: 15px;
}
.p-t--19 {
  padding-top: 19px;
}
.p-t--20 {
  padding-top: 20px;
}
.p-t--25 {
  padding-top: 25px;
}
.p-t--26 {
  padding-top: 26px;
}
.p-t--30 {
  padding-top: 30px;
}
.p-t--35 {
  padding-top: 35px;
}
.p-t--40 {
  padding-top: 40px;
}
.p-t--45 {
  padding-top: 45px;
}
.p-t--50 {
  padding-top: 50px;
}
.p-t--70 {
  padding-top: 70px;
}
.p-t--85 {
  padding-top: 85px;
}
.p-l--20 {
  padding-left: 20px;
}
.p-l--30 {
  padding-left: 30px;
}
.p-l--35 {
  padding-left: 35px;
}
.p-l--45 {
  padding-left: 45px;
}
.p-l--55 {
  padding-left: 55px;
}
.bg--gray {
  background: url(../img/bg-gray.png);
  background-size: 326px;
}
.color--blue {
  color: #00397e;
}
.color--blue-light {
  color: #0068e8;
}
.color--red {
  color: #ec0000;
}
.title {
  color: #00397e;
  font-weight: 700;
  font-family: open-sans, sans-serif;
  font-size: 17px;
  margin-bottom: 18px;
}
.link {
  text-decoration: underline;
  color: #0068e8;
}
.btn-reset {
  background: #0055c1;
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 4px;
}
.btn-reset:after,
.btn-reset:before {
  content: "";
  width: 22px;
  height: 4px;
  display: block;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
}
.btn-reset:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.btn-reset:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.btn--submit {
  border-radius: 4px;
  font-size: 17px;
  color: #fff;
  background: #0055c1;
  font-weight: 600;
  text-align: center;
  min-width: 240px;
  font-family: open-sans, sans-serif;
  padding-top: 11px;
  padding-bottom: 13px;
  margin-right: 10px;
}
.btn--submit[disabled] {
  background: grey;
}
.input {
  color: #585a5b;
  height: 30px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #b9b9b9;
  border-radius: 25px;
  width: 100%;
}
.label-checbox {
  left: 8px;
  top: 45px;
  transition: opacityt 0.3s;
  cursor: pointer;
  display: block;
}
.checbox,
.label-checbox {
  position: absolute;
  opacity: 0;
}
.checbox {
  width: 100%;
  height: 100%;
  z-index: 3;
}
.checbox:checked + .checbox-marker:before {
  opacity: 1;
}
.checbox-marker {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #c2c2c2;
  cursor: pointer;
  padding-top: 1px;
  width: 20px;
  height: 20px;
}
.checbox-marker:before {
  content: url(../img/icon/check.png);
  opacity: 0;
  transition: opacity 0.3s;
}
.radio-label {
  display: inline-block;
  position: relative;
}
.radio-input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.radio-input:checked + .radio-marked--theme-1 {
  border-color: #0093de;
  background-color: #e0f9ff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}
.radio-input:checked + .radio-marked--theme-2 {
  background: transparent;
}
.radio-input:checked + .radio-marked--theme-2 > .radio-marked__elem {
  background-color: #0097ff;
  border: 1px solid #1eb7f7;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5), 3px 3px 10px rgba(0, 0, 0, 0.2);
}
.radio-input:checked + .radio-marked--theme-2 > .radio-marked__elem:before {
  background: #fff;
}
.radio-input:checked + .radio-marked--theme-2 > .radio-marked__text {
  color: #00397e;
  font-weight: 700;
}
.radio-marked--theme-1 {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 106px;
  border-radius: 5px;
  border: 1px solid #cbcbcb;
}
.radio-marked--theme-1 span {
  font-family: open-sans, sans-serif;
  color: #494949;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: -4px;
  margin-bottom: 5px;
}
.radio-marked--theme-1 p {
  color: #00397e;
  font-family: open-sans, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
.radio-marked--theme-2 {
  border-radius: 22px;
  border: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  min-width: 125px;
}
.radio-marked--theme-2-big {
  min-width: 195px;
}
.radio-marked--theme-2-large {
  min-width: 227px;
}
.radio-marked__elem {
  display: block;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  background-color: #eaeaea;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  margin: -1px 12px -1px -1px;
}
.radio-marked__elem:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #b9b9b9;
  border-radius: 50%;
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.radio-marked__text {
  color: #585a5b;
}
.label-switch {
  position: relative;
}
.switch {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 0;
  height: 0;
}
.switch:focus {
  outline: 0;
}
.switch:checked + .switch-mark:after {
  transform: translatex(20px);
}
.switch-mark {
  height: 25px;
  width: 42px;
  border-radius: 16px;
  display: inline-block;
  position: relative;
  margin: 0;
  border: 1px solid #003681;
  background: #fff;
  transition: all 0.2s ease;
  cursor: pointer;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}
.switch-mark:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #0075cd;
  transition: all 0.2s cubic-bezier(0.5, 0.1, 0.75, 1.35);
}
.current-filter-1 .block-cards {
  background: #eaeaea;
}
.current-filter-1 .block-cards__notic {
  display: block;
}
.current-filter-1 .block-cards .card,
.current-filter-1 .block-cards .same-card-elem {
  transform: translateX(40px);
}
.current-filter-1 .block-cards .label-checbox {
  opacity: 1;
}
.current-filter-1 .block-cards .form-ctrl {
  display: block;
}
.current-filter-1 .block-filter button:first-of-type {
  border-bottom: 2px solid #00397e;
}
.current-filter-1 .block-info,
.current-filter-1 .block-mini-card {
  display: none;
}
.current-filter-2 .block-filter button:nth-of-type(2) {
  border-bottom: 2px solid #00397e;
}
.current-filter-2 .block-cards,
.current-filter-2 .block-info,
.current-filter-2 .block-mini-card {
  display: none;
}
.current-filter-2 .box-filter {
  display: block;
}
.current-filter-3 .block-filter button:nth-of-type(3) {
  border-bottom: 2px solid #00397e;
}
.current-filter-3 .block-cards,
.current-filter-3 .block-info,
.current-filter-3 .block-mini-card {
  display: none;
}
.current-filter-3 .box-sort {
  display: block;
}
.hero-block {
  border: 4px solid #ffaf00;
  position: relative;
  padding: 13px 17px 11px;
}
.hero-block__wrap-img {
  position: absolute;
  right: 11px;
  bottom: -24px;
}
.block-filter {
  background-color: #e0f9ff;
  /*box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);*/
  display: flex;
  align-items: center;
}
.block-filter button {
  flex-grow: 1;
  color: #00397e;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 17px;
  padding-bottom: 15px;
  border-bottom: 2px solid transparent;
}
.block-filter button span {
  margin-left: 5px;
}
.block-info {
  padding-top: 10px;
  padding-bottom: 8px;
  background-color: #eaeaea;
}
.block-info--hide {
  display: none;
}
.block-info .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.block-info button {
  display: flex;
  align-items: center;
  text-align: left;
  color: #00397e;
}
.block-info button span {
  margin-left: 4px;
}
.block-mini-card {
  display: flex;
  overflow: auto;
  align-items: center;
  padding-top: 8px;
  padding-left: 21px;
  padding-bottom: 10px;
}
.mini-card {
  display: block;
  flex-shrink: 0;
  text-align: center;
  min-width: 112px;
  padding: 8px 10px;
  border-radius: 5px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  margin-right: 11px;
  position: relative;
}
.mini-card.active {
  background-color: #e0f9ff;
}
.mini-card.active .mini-card__close {
  display: block;
}
.mini-card__close {
  display: none;
  width: 14px;
  padding: 5px;
  height: 14px;
  position: absolute;
  top: 0;
  right: 0;
}
.mini-card__close:after,
.mini-card__close:before {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 2px;
  background: #003681;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.mini-card__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.mini-card p {
  padding-top: 2px;
  font-size: 9px;
}
.block-cards {
  overflow: hidden;
  transition: background 0.3s;
}
.block-cards__notic {
  display: none;
  background: #fff;
  color: #00873c;
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
  padding-left: 23px;
  margin-bottom: 10px;
}
.block-cards__notic:before {
  content: "";
  border: 10px solid transparent;
  border-top: 12px solid #fff;
  position: absolute;
  left: 8px;
  bottom: 0;
  transform: translateY(100%);
}
.card,
.wrap-card {
  position: relative;
}
.card {
  max-width: 354px;
  margin-left: auto;
  margin-right: auto;
  transition: transform 0.3s;
  z-index: 2;
}
.card.card-wide {
  max-width: 500px;
}
.card--blue .card__body {
  background: #e0f9ff;
}
.card__body {
  padding: 15px;
  border: 1px solid #003681;
  background: #fff;
}
.card__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.card__inner .block-price {
  margin-top: -11px;
}
.card__header {
  font-size: 12px;
  color: #fff;
  background: #003681;
  padding: 7px 20px 7px 18px;
  min-width: 175px;
  display: inline-block;
  position: relative;
  margin-bottom: -1px;
}
.card__header:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 29px solid #003681;
  border-right: 20px solid transparent;
  right: 0;
  top: 0;
  transform: translateX(100%);
}
.card__wrap-img {
  display: flex;
  padding-top: 20px;
  margin-bottom: 20px;
}
.card__wrap-img--between {
  justify-content: space-between;
}
.card__wrap-img--small {
  padding-top: 10px;
}
.card__img-partner:first-of-type {
  margin-left: -5px;
}
.card__img-partner:last-of-type {
  margin-right: -5px;
}
.card__footer {
  justify-content: space-between;
  padding-right: 15px;
}
.card__footer,
.marked-text {
  display: flex;
  align-items: flex-start;
}
.marked-text {
  margin-bottom: 8px;
}
.marked-text .marked {
  margin-right: 5px;
  margin-top: -4px;
}
.border-gray,
.border-white {
  height: 2px;
  background: #fff;
  margin-top: 20px;
  margin-bottom: 14px;
}
.border-white {
  background: #fff;
}
.border-gray {
  background-color: #eaeaea;
}
.block-product__desc {
  font-size: 10px;
  margin-bottom: 7px;
}
.block-product__img {
  margin-bottom: 5px;
}
.block-product--top {
  margin-top: -14px;
  margin-bottom: 14px;
}
.wrap-block-advanteg {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.block-price {
  text-align: right;
}
.block-price--compair {
  text-align: center;
  /*min-height: 110px;*/
}
.block-price--compair .block-price__text {
  color: #00873c;
}
.block-price--compair .block-price__period {
  margin-bottom: 12px;
}
.block-price__value {
  color: #00873c;
  font-size: 25px;
  font-family: open-sans, sans-serif;
  font-weight: 700;
}
.block-price__period {
  font-size: 9px;
  margin-bottom: 8px;
}
.block-price__text {
  font-size: 10px;
}
.block-price__text--red {
  color: #ec0000;
}
.block-advanteg {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  position: relative;
  border: 2px solid #fff;
  border-radius: 7px;
  padding: 5px 12px 5px 31px;
  display: inline-block;
  min-width: 175px;
  margin-bottom: 6px;
  font-size: 12px;
}
.block-advanteg:before {
  content: url(../img/icon/like.png);
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
}
.block-advanteg.v2:before {
  content: url(../img/icon/like2.png);
}
.block-advanteg span {
  color: #00873c;
  font-weight: 700;
}
.block-advanteg.v2 span {
  color: #ffae00;
}
.marked {
  border-radius: 5px;
  padding: 5px 6px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 2px;
  font-weight: 700;
  font-size: 12px;
}
.marked--yellow {
  color: #00397e;
  background: #ffe500;
}
.marked--blue {
  background: #003681;
  color: #fff;
}
.marked--green {
  background: #00bf00;
  color: #fff;
}
.marked--orange {
  background: #ffae00;
  color: #fff;
}
.marked--gray {
  background-color: #9e9e9e;
  color: #fff;
}
.form-ctrl {
  display: none;
  -webkit-animation: fadeIn 0.3s backwards;
  animation: fadeIn 0.3s backwards;
  bottom: 0;
  position: fixed;
  padding-bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  background: linear-gradient(0deg, #fff, transparent);
  width: 100%;
}
.form-ctrl__content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.box-filter {
  display: none;
}
.box-filter h3 {
  font-weight: 700;
  color: #00397e;
  margin-bottom: 12px;
}
.box-filter__row {
  padding: 20px;
  background: #f4f4f4;
  border-top: 1px solid #d5d5d5;
}
.box-filter__row--last {
  border-bottom: 1px solid #d5d5d5;
}
.box-filter__content {
  display: flex;
  align-items: center;
}
.box-filter__content--between {
  justify-content: space-between;
}
.box-filter__content--between .box-filter__col {
  width: auto;
}
.box-filter__content--col {
  flex-direction: column;
  align-items: flex-start;
}
.box-filter__col {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 50%;
  width: 100%;
}
.box-sort {
  display: none;
}
.overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal {
  max-width: 320px;
  max-height: 90vh;
  background: #fff;
  padding: 40px;
  position: relative;
  overflow: auto;
}
.modal--25 {
  padding-left: 25px;
  padding-right: 25px;
}
.modal__close {
  position: absolute;
  width: 50px;
  height: 50px;
  width: 26px;
  padding: 5px;
  height: 26px;
  right: 0;
  top: 0;
}
.modal__close:after,
.modal__close:before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 3px;
  background: #003681;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal__content {
  position: relative;
}
.modal__content h5 {
  color: #00397e;
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
  font-family: open-sans, sans-serif;
  text-align: center;
}
.modal__icon {
  position: absolute;
  left: 10px;
  top: 10px;
}
.modal__title {
  color: #585a5b;
  margin-bottom: 5px;
  display: block;
}
.modal__row {
  padding-bottom: 30px;
  border-bottom: 1px solid #d2d2d2;
}
.modal__row--last {
  padding-top: 30px;
  border-bottom: none;
}
.modal__choose-block {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15.5px;
  margin-right: -15.5px;
}
.modal__choose-block .radio-label {
  margin: 4px 7.5px;
  width: 100%;
  max-width: 125px;
}
.modal__choose-block .radio-input:checked + .radio-marked p {
  color: #00397e;
}
.modal__choose-block .radio-marked {
  width: 100%;
  flex-shrink: 0;
  height: 50px;
}
.modal__choose-block .radio-marked p {
  font-size: 12px;
  color: #585a5b;
}
.navigations-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 0;
}
.navigations-links a {
  color: #00f;
}
.navigations-links a:first-of-type:before {
  margin-right: 5px;
  margin-bottom: -2px;
}
.navigations-links a:first-of-type:before,
.navigations-links a:last-of-type:after {
  content: url(../img/icon/arrow-link.png);
  display: inline-block;
  vertical-align: middle;
}
.navigations-links a:last-of-type:after {
  margin-left: 5px;
  margin-top: -2px;
  transform: rotate(180deg);
}
.section-compair {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.compair-table {
  width: 100%;
}
.compair-table[data-avtice="1"] tr td:first-of-type,
.compair-table-blue td:first-of-type {
  background-color: #e0f9ff;
  border-left-color: #002e71;
  border-right-color: #002e71;
}
.compair-table[data-avtice="1"] tr:first-of-type td:first-of-type {
  border-top-color: #002e71;
}
.compair-table[data-avtice="1"] tr:last-of-type td:first-of-type {
  border-bottom: 1px solid #002e71;
}

.compair-table-blue-bottom td:first-of-type {
  border-bottom: 1px solid #002e71;
}
.compair-table-blue-bottom td {
  border-bottom: 1px solid #ededed;
}

.compair-table-blue-top td:first-of-type {
  border-top: 1px solid #002e71;
}
.compair-table-blue-top td {
  border-top: 1px solid #ededed;
}

.compair-table[data-avtice="2"] tr td:first-of-type {
  border-right-color: #002e71;
}
.compair-table[data-avtice="2"] tr td:nth-of-type(2) {
  background-color: #e0f9ff;
  border-right-color: #002e71;
}
.compair-table[data-avtice="2"] tr:first-of-type td:nth-of-type(2) {
  border-top-color: #002e71;
}
.compair-table[data-avtice="2"] tr:last-of-type td:nth-of-type(2) {
  border-bottom-color: #002e71;
}
.compair-table[data-avtice="3"] tr td:nth-of-type(2) {
  border-right-color: #002e71;
}
.compair-table[data-avtice="3"] tr td:nth-of-type(3) {
  background-color: #e0f9ff;
  border-right-color: #002e71;
}
.compair-table[data-avtice="3"] tr:first-of-type td:nth-of-type(3) {
  border-top-color: #002e71;
}
.compair-table[data-avtice="3"] tr:last-of-type td:nth-of-type(3) {
  border-bottom-color: #002e71;
}
.compair-table__top {
  padding-bottom: 10px;
  padding-top: 6px;
  text-align: right;
  padding-right: 5px;
}
.compair-table__header {
  text-align: center;
}
.compair-table__header p {
  font-size: 10px;
  padding-top: 6px;
}
.compair-table__close {
  width: 26px;
  padding: 5px;
  height: 26px;
  right: 0;
  top: 0;
  position: relative;
}
.compair-table__close:after,
.compair-table__close:before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 3px;
  background: #003681;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.compair-table__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.compair-table__link {
  text-align: center;
  color: #fff;
  background-color: #0055c1;
  border-radius: 4px;
  line-height: 40px;
  padding-bottom: 2px;
  margin-bottom: 15px;
  height: 42px;
  font-size: 17px;
  font-family: open-sans, sans-serif;
  font-weight: 600;
  display: block;
  margin-left: 2px;
  margin-right: 2px;
}
.compair-table__result {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}
.compair-table__result:after {
  content: "";
  display: block;
  width: 90%;
  border-bottom: 2px solid #dbdbdb;
  margin-top: 18px;
  position: absolute;
  bottom: 0;
  left: 5%;
}
.compair-table__result-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3fa16c;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 5px;
}
.compair-table__result-icons span {
  margin-left: 7px;
  padding-bottom: 1px;
}
.compair-table__footer {
  text-align: center;
  padding-top: 16px;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.compair-table__footer p {
  padding-top: 5px;
  font-size: 10px;
}
.compair-table__footer p span {
  text-align: center;
  color: #0068e8;
}
.compair-table .block-price {
  padding-top: 12px;
  padding-bottom: 20px;
}
.compair-table tr:first-of-type td {
  border-top: 1px solid #ededed;
}
.compair-table tr:last-of-type td {
  border-bottom: 1px solid #ededed;
}
.compair-table td {
  border-right: 1px solid #ededed;
  border-left: 1px solid #ededed;
  width: 33%;
}
.block-tipp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #0055c1;
  padding: 12px 20px 11px;
  margin-top: 3px;
  margin-bottom: 28px;
}
.block-tipp p {
  color: #fff;
}
.table-title {
  color: #00397e;
  font-size: 17px;
  font-weight: 700;
  padding-left: 20px;
  margin-bottom: 8px;
}
.table-function {
  width: 100%;
  margin-bottom: 30px;
}
.table-function td {
  text-align: center;
  vertical-align: middle;
  padding-top: 7px;
  padding-bottom: 8px;
  width: 33%;
}
.table-function td {
  border-right: 1px solid #a4a4a4;
  border-left: 1px solid #a4a4a4;
  border-bottom: 1px solid #a4a4a4;
  border-top: 1px solid #a4a4a4;
}
/*
.table-function tr td:last-of-type {
    border-right: none;
}*/
.table-function__title td {
  background: #e0f9ff;
  color: #494949;
  font-weight: 700;
  padding-top: 12px;
  padding-bottom: 12px;
}
.table-function__sectiontitle td {
  background-color: #fff !important;
  border: none;
  font-weight: 700;
  padding-top: 40px;
  padding-bottom: 12px;
}
.header {
  background: #003681;
}
.header__contant {
  text-align: center;
  padding-top: 7px;
  padding-bottom: 2px;
}
.footer {
  background: #eaeaea;
  overflow: hidden;
}
.footer__content {
  width: 110%;
  left: -5%;
  position: relative;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer__nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__nav li {
  margin-left: 18px;
  margin-right: 18px;
}
.footer__nav li a {
  color: #494949;
}

@media (max-width: 400px) {
  .m-resp1 {
    margin-right: -33px;
    margin-left: -9px;
  }
}

@media (min-width: 1000px) {
  .block-mini-card {
    justify-content: center;
  }
}
.block-mini-card {
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
.block-mini-card::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

.sticky {
  position: sticky;
  z-index: 2;
  top: 0;
  background: #fff;
}
.sticky-pos2 {
  z-index: 2;
  top: 34px;
}
.sticky::after {
  position: absolute;
  width: 100%;
  height: 100px;
  border: 2px solid red;
  z-index: 2;
}

.block-filter-parent {
  background: #e0f9ff;
  box-shadow: 0 3px 5px rgb(0 0 0 / 20%);
}

.seo_link {
  background-color: #0049a2;
  width: 315px;
  margin: 0px auto 10px auto;
  padding: 14px 0px;
  border-radius: 4px;
  font-family: open-sans, sans-serif;
  font-size: 15px;
  color: #fff;
}

#infocontent {
  background-color: #fff;
  width: 240px;
  font-size: 12px;
  position: absolute;
  z-index: 10;
  top: -60px;
  right: 0;
  padding: 15px;
  box-shadow: 0px 2px 5px 5px rgb(0 0 0 / 10%);
  border-radius: 5%;
}

#info {
  text-decoration: underline;
  margin-left: 80px;
}

@media (min-width: 440px) {
  #info {
    margin-left: 0;
  }
}

.tooltip-trigger + .tooltip {
  display: none;
}

.tooltip-trigger:hover + .tooltip {
  /* display:block; */
}
#info {
  cursor: pointer;
}


/*Arrow*/
.triangle {
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid  red;
}

.arrow{
  width: 0; 
  height: 0; 
  background-color: red;
  padding: 3px 6px;
  color: white;
  font-weight: 600;
}

.white {
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 10px solid  white;
  position: absolute;
  top:-5px;
}

.arrow-container{
    width: 93px;
    height: 35px;
    background-image: url(../img/arrow-red.png);
    background-repeat: no-repeat;
    background-size: 90%;
    color: white;
    margin-bottom: 20px;
    padding-left: 19px;
    margin-left: -5px;
    padding-top: 10px;
}

.yellow-btn {
      background-color: #ffce2c;
      color: #000
}

.btn-arrow{
  width: 15px;
    margin-top: 14px;
}