html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: 'Noto Sans';
  font-display: swap;
  src: url("../fonts/NotoSans.woff2") format('woff2'), url("../fonts/NotoSans.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Noto Sans';
  font-display: swap;
  src: url("../fonts/NotoSans-Bold.woff2") format('woff2'), url("../fonts/NotoSans-Bold.woff") format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Noto Sans';
  font-display: swap;
  src: url("../fonts/NotoSans-BoldItalic.woff2") format('woff2'), url("../fonts/NotoSans-BoldItalic.woff") format('woff');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Noto Sans';
  font-display: swap;
  src: url("../fonts/NotoSans-Italic.woff2") format('woff2'), url("../fonts/NotoSans-Italic.woff") format('woff');
  font-weight: normal;
  font-style: italic;
}
a {
  text-decoration: none;
  color: #0f7cef;
}
a:hover {
  color: #fb1616;
}
.title {
  color: #22334a;
}
.title_h1 {
  font-size: 48px;
  line-height: 55px;
  font-weight: 800;
  margin-bottom: 16px;
}
@media (max-width: 763px) {
  .title_h1 {
    font-size: 26px;
    line-height: 32px;
  }
}
.title_big {
  font-size: 36px;
  line-height: 42px;
  color: #22334a;
  font-weight: 800;
  margin-bottom: 10px;
}
@media (max-width: 763px) {
  .title_big {
    font-size: 26px;
    line-height: 32px;
  }
}
.title_h2 {
  font-size: 30px;
  line-height: 42px;
  color: #22334a;
  font-weight: 800;
  margin-bottom: 16px;
}
@media (max-width: 763px) {
  .title_h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.title_h3 {
  font-size: 28px;
  margin-bottom: 16px;
  font-weight: 800;
}
@media (max-width: 763px) {
  .title_h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
.title_h4 {
  font-size: 20px;
  line-height: 29px;
  font-weight: 800;
  margin-bottom: 14px;
}
@media (max-width: 763px) {
  .title_h4 {
    font-size: 20px;
    line-height: 26px;
  }
}
.title_h4 + .desc-text {
  margin-top: -10px;
  margin-bottom: 16px;
}
.title_h5 {
  font-weight: 800;
  font-size: 18px;
  line-height: 25px;
}
.title_h6 {
  font-weight: 800;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 12px;
}
.title_center {
  text-align: center;
}
.title_screen {
  margin-bottom: 60px;
}
@media (max-width: 763px) {
  .title_screen {
    margin-bottom: 30px;
  }
}
.title_bold {
  font-weight: 800;
}
.title_top-disc {
  font-size: 24px;
  line-height: 35px;
  max-width: 800px;
  margin: 0 auto 35px;
}
@media (max-width: 763px) {
  .title_top-disc {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 40px;
  }
}
.title_top-disc-small {
  font-size: 20px;
}
@media (max-width: 763px) {
  .title_top-disc-small {
    font-size: 16px;
  }
}
.title_big-landing {
  font-size: 51px;
  letter-spacing: 0;
  line-height: 60px;
  font-weight: 800;
  margin-bottom: 32px;
}
@media (max-width: 763px) {
  .title_big-landing {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
.promo-label {
  background: #ffde70;
  box-shadow: 0 0 0 5px #ffde70;
}
.promo-label_fadeout {
  -webkit-transition: all 3s;
  transition: all 3s;
  background: rgba(255,255,255,0);
  box-shadow: 0 0 0 5px rgba(255,255,255,0);
}
.promo-label_small {
  background: #fcf2d1;
  box-shadow: 0 0 0 3px #fcf2d1;
}
.small-title {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 2.56375px;
  text-transform: uppercase;
  color: #8896a6;
  margin-bottom: 33px;
}
.input {
  height: 43px;
  background: #fff;
  box-shadow: none;
  outline: none;
  border-radius: 4px;
  display: block;
  width: 100%;
  padding: 0 15px;
  font-size: 16px;
  border: 1px solid #c3d6ea;
  margin-bottom: 14px;
  -webkit-appearance: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.input_code {
  width: 80px;
  letter-spacing: 3px;
}
@media (max-width: 763px) {
  .input {
    background: #f1f5f8;
    border-color: #f1f5f8;
  }
  .input:focus {
    background: #fff;
  }
}
.input.suggestions-input:not(.input_search) {
  padding-right: 40px;
}
.input:focus {
  border-color: #2f8fff;
  box-shadow: 0 0 4px 2px #70b1ff;
}
.input_big {
  height: 60px;
}
@media (max-width: 763px) {
  .input_big {
    height: 52px;
  }
}
.input_search {
  box-shadow: 0 3px 15px 0 rgba(0,0,0,0.18), 0 1px 3px 1px rgba(0,0,0,0.19);
  padding-right: 160px;
  border: none;
  padding-bottom: 2px;
  padding-left: 20px;
}
@media (max-width: 763px) {
  .input_search {
    padding: 0 25px 0 13px;
  }
}
.input_search:focus {
  box-shadow: 0 3px 15px 0 rgba(0,0,0,0.18), 0 1px 3px 1px rgba(0,0,0,0.19);
}
.input_search-new {
  box-shadow: 0 3px 15px 0 rgba(0,0,0,0.18), 0 1px 3px 1px rgba(0,0,0,0.19);
  padding-right: 160px;
  border: none;
  padding-bottom: 2px;
  padding-left: 20px;
  margin-bottom: 0;
}
@media (max-width: 763px) {
  .input_search-new {
    padding: 0 25px 0 13px;
  }
}
.input_search-new:focus {
  box-shadow: 0 3px 15px 0 rgba(0,0,0,0.18), 0 1px 3px 1px rgba(0,0,0,0.19);
}
.input_small-shadow {
  box-shadow: 0 4px 10px -4px rgba(128,152,188,0.18), 0 6px 5px -4px rgba(56,86,116,0.19);
}
.input_blue-shadow {
  border: 1px solid #2f8fff;
  box-shadow: 0 0 4px 2px #70b1ff;
}
.input_blue-shadow:focus {
  border: 1px solid #2f8fff;
  box-shadow: 0 0 5px 3px #70b1ff;
}
.input_ok {
  background: url("../img/general/ok.svg") no-repeat 95% 50% #fff;
}
.input_tel {
  max-width: 204px;
}
.input_err {
  border-color: #fb1616;
  box-shadow: none;
}
.input_err:focus {
  border-color: #fb1616;
  box-shadow: none;
}
.input_mobile-pl::-webkit-input-placeholder {
  color: rgba(255,255,255,0);
}
.input_mobile-pl:-ms-input-placeholder {
  color: rgba(255,255,255,0);
}
.input_mobile-pl::placeholder {
  color: rgba(255,255,255,0);
}
@media (max-width: 763px) {
  .input_mobile-pl::-webkit-input-placeholder {
    color: #8896a6;
  }
  .input_mobile-pl:-ms-input-placeholder {
    color: #8896a6;
  }
  .input_mobile-pl::placeholder {
    color: #8896a6;
  }
}
.input_disabled,
.input:disabled {
  background: rgba(243,247,249,0.8);
}
.input_date {
  max-width: 120px;
}
.input-wp {
  display: table;
  position: relative;
}
.input-wp__err-text {
  color: #fb1616;
  margin-top: 10px;
}
.input-err {
  position: absolute;
  left: 100%;
  top: 3px;
  font-size: 14px;
  line-height: 18px;
  color: #8896a6;
  min-width: 185px;
  margin-left: 13px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
@media (max-width: 763px) {
  .input-err {
    left: 0;
    position: relative;
    margin-left: 0;
    padding-left: 15px;
    display: none;
  }
}
.input-wp_show-err .input-err {
  opacity: 1;
}
@media (max-width: 763px) {
  .input-wp_show-err .input-err {
    display: block;
  }
}
.input-err__small {
  font-size: 12px;
}
.btn {
  background: #0f7cef;
  display: inline-block;
  height: 40px;
  line-height: 36px;
  border: none;
  padding: 0 14px;
  border-radius: 5px;
  cursor: pointer;
  outline: none;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  white-space: nowrap;
  font-weight: 800;
  text-align: center;
}
.btn:hover:not(:disabled):not(.btn_disabled):not(.btn_white):not(.btn_white-border):not(.btn_orange-border):not(.btn_green):not(.btn_border-gray):not(.btn_gradient) {
  background: #0b73e1;
  color: #fff;
}
.btn_white {
  background: none;
  border: 1px solid #8896a6;
  color: #8896a6;
  font-weight: normal;
}
.btn_white:hover:not(:disabled):not(.btn_disabled) {
  background: none;
  color: #22334a;
  border-color: #22334a;
}
.btn_white-border {
  background: none;
  border: 1px solid rgba(255,255,255,0.6);
  color: #fff;
  font-weight: normal;
}
.btn_white-border:hover:not(:disabled):not(.btn_disabled) {
  background: none;
  border-color: #fff;
}
.btn_orange-border {
  background: none;
  border: 1px solid #ff7f01;
  color: #ff7f01;
  font-weight: normal;
}
.btn_orange-border:hover:not(:disabled):not(.btn_disabled) {
  background: #ff7f01;
  color: #fff;
}
.btn_green {
  background: #15bd7a;
}
.btn_green:hover:not(:disabled):not(.btn_disabled) {
  background: #01a865;
  color: #fff;
}
.btn_border-gray {
  background: none;
  border: 1px solid rgba(136,150,166,0.3);
  font-weight: normal;
  color: #5a6a7c;
}
.btn_border-gray:hover {
  color: #000;
}
.btn_flash:not(:hover) {
  -webkit-animation: grayBtnFlash 1s infinite;
          animation: grayBtnFlash 1s infinite;
}
.btn_border-gray:hover:not(:disabled):not(.btn_disabled) {
  border-color: #8896a6;
  background: none;
}
.btn_border-light {
  background: none;
  color: #0f7cef;
  border: 1px solid #0f7cef;
  font-weight: normal;
}
.btn_border-light.btn_disabled {
  background: rgba(228,236,241,0.34);
  color: #c3cbd1;
  border-color: rgba(228,236,241,0.34);
}
.btn_big {
  height: 60px;
  line-height: 58px;
  font-size: 18px;
  padding: 0 20px;
  padding-bottom: 2px;
}
.btn_medium {
  height: 48px;
  line-height: 46px;
  padding: 0 20px;
  padding-bottom: 2px;
}
.btn_small {
  height: 35px;
  line-height: 34px;
  font-weight: normal;
  font-size: 14px;
  padding: 0 10px;
}
.btn_small .icon__download {
  width: 12px;
  height: 12px;
  position: relative;
  top: 1px;
}
.btn_large {
  width: 100%;
  text-align: center;
  height: 45px;
  font-size: 14px;
  line-height: 43px;
}
.btn_small_30 {
  height: 30px;
  font-size: 14px;
  padding: 0 12px;
  line-height: 26px;
}
.btn_normal {
  font-weight: normal;
}
.btn_center {
  display: table;
  margin: 0 auto;
}
.btn:disabled {
  cursor: not-allowed;
}
.btn_disabled {
  cursor: not-allowed;
}
.btn_disabled--blue {
  background: #0a6cc2;
  color: rgba(255,255,255,0.4);
}
.btn_wide {
  width: 100%;
  text-align: center;
}
.btn_mobile-pay {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  background: #00bb71;
  box-shadow: 0 15px 16px 0 rgba(98,177,146,0.6);
  position: relative;
  padding: 13px 20px 17px;
  padding-right: 40px;
  line-height: 1.4;
  height: auto;
  text-align: left;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 330px) {
  .btn_mobile-pay {
    display: block;
  }
}
.btn__right-arrow {
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 20px;
  margin-top: -1px;
}
.btn__text {
  margin-right: 6px;
  display: block;
}
@media (max-width: 763px) {
  .btn__text {
    font-size: 16px;
  }
}
.btn__price {
  font-weight: normal;
  display: block;
}
.btn_wait {
  background: #e4ecf1;
  color: #22334a;
  font-weight: normal;
}
.btn_wait svg {
  -webkit-animation: rotate360 3s linear infinite;
          animation: rotate360 3s linear infinite;
}
.btn svg {
  fill: #fff;
  margin-right: 4px;
  position: relative;
  top: 3px;
}
.btn_border-gray svg {
  fill: #5a6a7c;
}
.btn_gradient {
  background: #00bb71;
  box-shadow: 0 2px 3px 0 rgba(152,195,178,0.6);
  border-radius: 5px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
}
.btn_gradient:not(.btn_medium) {
  font-size: 14px;
}
.btn_gradient:hover:not(:disabled):not(.btn_disabled) {
  background: #02c176;
  color: #fff;
}
.btn_small_30 svg {
  width: 13px;
  height: 13px;
  top: 2px;
}
.btn_with-arrow {
  position: relative;
}
@-webkit-keyframes grayBtnFlash {
  0% {
    border-color: rgba(136,150,166,0.3);
  }
  60% {
    border-color: #8896a6;
  }
  100% {
    border-color: rgba(136,150,166,0.3);
  }
}
@keyframes grayBtnFlash {
  0% {
    border-color: rgba(136,150,166,0.3);
  }
  60% {
    border-color: #8896a6;
  }
  100% {
    border-color: rgba(136,150,166,0.3);
  }
}
.btn-desc {
  margin-top: 10px;
  color: #8896a6;
  font-size: 14px;
}
.btn-desc__link {
  color: #8896a6;
}
.btn-desc__link svg {
  fill: #8896a6;
  width: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  position: relative;
  top: -1px;
}
.btn-desc__link:hover svg {
  fill: #fb1616;
}
.link-hover {
  cursor: pointer;
}
@media (max-width: 763px) {
  .link-hover {
    border-bottom: 1px solid rgba(0,0,0,0.2);
  }
}
.link-hover:hover {
  color: #ffc843;
}
.checkbox {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 2px;
  border: none;
  padding: 0;
  outline: none;
  margin: 0;
  background: #e4ecf1;
  -webkit-appearance: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 763px) {
  .checkbox {
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin-right: 11px;
  }
}
.checkbox:before {
  position: absolute;
  width: 12px;
  height: 10px;
  content: '';
  display: block;
  background: url("../img/general/ok-white.svg") no-repeat;
  background-size: contain;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 763px) {
  .checkbox:before {
    width: 9px;
    height: 8px;
  }
}
.checkbox:hover {
  background: #d7e0e5;
  box-shadow: 0 0 0 2px #d7e0e5;
}
.checkbox:hover:before {
  opacity: 0.7;
}
.checkbox:checked {
  background: #0f7cef;
  box-shadow: none;
}
.checkbox:checked:before {
  opacity: 1;
}
.checkbox_small {
  width: 11px;
  height: 11px;
  min-width: 11px;
  background: none;
  border: 1px solid #8896a6;
  margin-right: 9px;
  top: 5px;
  opacity: 0.7;
}
.checkbox_small:before {
  width: 7px;
  height: 7px;
  background-image: url("../img/general/ok-gray.svg");
  -webkit-transform: translate(-45%, -50%);
          transform: translate(-45%, -50%);
}
.checkbox_small:hover {
  background: none;
  box-shadow: none;
}
.checkbox_small:hover:before {
  opacity: 0.7;
}
.checkbox_small:checked {
  background: none;
  box-shadow: none;
  opacity: 1;
}
.checkbox_small:checked:before {
  opacity: 1;
}
.checkbox_mini {
  width: 17px;
  height: 17px;
  min-width: 17px;
  margin-right: 12px;
}
.small-checkbox-block {
  display: block;
}
.small-checkbox-block .checkbox {
  display: inline-block;
  vertical-align: baseline;
  top: 1px;
  margin-right: 4px;
}
.radio {
  width: 24px;
  min-width: 24px;
  height: 24px;
  border-radius: 50%;
  border: none;
  padding: 0;
  outline: none;
  margin: 0;
  background: #e8eff3;
  -webkit-appearance: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.radio_small {
  width: 22px;
  height: 22px;
  min-width: 22px;
  margin-right: 12px;
}
.radio:before {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: '';
  display: block;
  background: #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.radio:hover {
  background: #d7e0e5;
  box-shadow: 0 0 0 2px #d7e0e5;
}
.radio:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.radio:checked {
  background: #0f7cef;
  box-shadow: none;
}
.radio:checked:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.desc-text {
  color: #5a6a7c;
}
.desc-text_small {
  font-size: 14px;
  color: #8895a5;
}
::-webkit-input-placeholder {
  color: #8896a6;
}
:-ms-input-placeholder {
  color: #8896a6;
}
::placeholder {
  color: #8896a6;
}
.edit-btn {
  cursor: pointer;
  opacity: 0.4;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: inline-block;
}
.edit-btn:hover {
  opacity: 0.7;
}
.edit-btn svg {
  display: block;
}
.choose-b {
  margin-bottom: 15px;
  max-width: 720px;
}
@media (max-width: 763px) {
  .choose-b {
    margin-bottom: 20px;
  }
}
.choose-b__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 20px 28px;
  padding-right: 50px;
  border-radius: 6px;
  margin-bottom: 11px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(200,214,229,0.5), 0 2px 10px 0 rgba(220,229,239,0.5);
  position: relative;
}
.choose-b__item .checkbox {
  top: 1px;
}
@media (max-width: 763px) {
  .choose-b__item {
    padding: 15px 15px 16px 15px;
    margin-bottom: 10px;
    box-shadow: 0 0 3px 0 rgba(188,205,222,0.8), 0 2px 3px 0 rgba(212,224,237,0.41);
  }
}
.choose-b__item:before {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 3px;
  background: #3291ff;
  content: '';
  border-radius: 6px 0 0 6px;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 763px) {
  .choose-b__item:before {
    width: 4px;
  }
}
.choose-b__item_green:before {
  background: #15bd7a;
}
.choose-b__item_green .checkbox:checked {
  background: #15bd7a;
}
.choose-b__item_hint {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-color: #3291ff;
  box-shadow: 0 0 0 0.5px #3291ff;
}
.choose-b__item:hover {
  box-shadow: 0 0 3px 0 #bccdde, 0 2px 10px 0 #d4e0ed;
}
.choose-b__item_checked {
  box-shadow: 0 0 3px 0 rgba(200,214,229,0.5), 0 2px 10px 0 rgba(220,229,239,0.5);
}
.choose-b__item_checked:before {
  opacity: 1;
}
.choose-b__item_animate {
  z-index: 2;
  -webkit-animation: checkAnimate 0.4s ease-in;
          animation: checkAnimate 0.4s ease-in;
}
.choose-b__item .dd-slide-b {
  margin-top: 10px;
  margin-bottom: 10px;
}
.choose-b__item .dd-slide-b__dd {
  padding-bottom: 10px;
}
.choose-b__item--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-right: -20px;
}
@media (max-width: 763px) {
  .choose-b__item--bottom {
    margin-right: 0;
  }
}
.choose-b__item--dd {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 763px) {
  .choose-b__item--dd {
    font-size: 13px;
    line-height: 21px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-top: 10px;
    padding-left: 1px;
  }
  .choose-b__item--dd p {
    margin-bottom: 6px;
  }
  .choose-b__item--dd .ok-list {
    font-size: inherit;
    line-height: inherit;
    margin-top: 10px;
  }
  .choose-b__item--dd .ok-list__ico {
    width: 16px;
    height: 16px;
  }
  .choose-b__item--dd .ok-list__item {
    padding-left: 25px;
  }
}
.choose-b__item--dd-link {
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: inline-block;
  padding: 10px 10px 20px;
  margin: -10px -10px -20px;
  color: #5a6a7c;
}
@media (max-width: 763px) {
  .choose-b__item--dd-link {
    font-size: 12px;
    color: #b4bfcb;
  }
}
.choose-b__item--dd-link:hover {
  color: #3291ff;
}
@media (max-width: 763px) {
  .choose-b__item--dd-link:hover {
    color: #b4bfcb;
  }
}
.choose-b__item_green .choose-b__item--dd-link:hover {
  color: #15bd7a;
}
@media (max-width: 763px) {
  .choose-b__item_green .choose-b__item--dd-link:hover {
    color: #b4bfcb;
  }
}
.choose-b__item--dd-ico {
  width: 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  fill: #b4bfcb;
}
@media (max-width: 763px) {
  .choose-b__item--dd-ico {
    width: 8px;
  }
}
.choose-b__item--dd-link:hover .choose-b__item--dd-ico {
  fill: #3291ff !important;
}
@media (max-width: 763px) {
  .choose-b__item--dd-link:hover .choose-b__item--dd-ico {
    fill: #b4bfcb !important;
  }
}
.choose-b__item_green .choose-b__item--dd-link:hover .choose-b__item--dd-ico {
  fill: #15bd7a !important;
}
@media (max-width: 763px) {
  .choose-b__item_green .choose-b__item--dd-link:hover .choose-b__item--dd-ico {
    fill: #b4bfcb !important;
  }
}
.choose-b__item--dd-link_open .choose-b__item--dd-ico {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@-webkit-keyframes checkAnimate {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1.1) rotate(3deg);
            transform: scale(1.1) rotate(3deg);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes checkAnimate {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1.1) rotate(3deg);
            transform: scale(1.1) rotate(3deg);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.choose-b__title {
  font-size: 18px;
}
@media (max-width: 763px) {
  .choose-b__title {
    font-size: 14px;
  }
}
.choose-b__text {
  font-size: 14px;
  line-height: 22px;
  color: #5a6a7c;
}
@media (max-width: 763px) {
  .choose-b__text {
    color: #22334a;
  }
}
.choose-b__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 7px;
}
@media (max-width: 763px) {
  .choose-b__top {
    margin-bottom: 0;
  }
}
.choose-b__top .tag-item {
  margin-right: -25px;
  margin-left: 10px;
}
@media (max-width: 763px) {
  .choose-b__top .tag-item {
    margin-right: 0px;
    margin-left: 10px;
  }
}
.choose-b__content {
  margin-bottom: 10px;
}
@media (max-width: 763px) {
  .choose-b__content {
    margin-bottom: 2px;
  }
}
.choose-b__right {
  position: relative;
  width: 100%;
}
@media (max-width: 763px) {
  .choose-b__right {
    display: block;
  }
}
.choose-b__price {
  font-size: 16px;
  color: #22334a;
  white-space: nowrap;
  display: inline-block;
}
@media (max-width: 763px) {
  .choose-b__price {
    margin-left: 0;
    display: inline-block;
    font-size: 14px;
    color: #657588;
  }
}
.choose-b__price_sale {
  color: #fb1616;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.choose-b__item_sale .choose-b__price {
  text-decoration: line-through;
}
.choose-b__item_sale .choose-b__price_sale {
  opacity: 1;
  text-decoration: none;
}
.choose-b__link {
  color: #32465c;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.choose-b__link:hover {
  border-bottom: 1px solid rgba(0,0,0,0.8);
}
@media (max-width: 763px) {
  .choose-b__link {
    color: #3291ff;
    border: none;
  }
  .choose-b__link:hover {
    color: #3291ff;
    border: none;
  }
}
.choose-b__date-label {
  margin-bottom: 6px;
}
.choose-b .input_date {
  margin-bottom: 0;
}
@media (max-width: 763px) {
  .choose-b .input_date {
    margin-bottom: 6px;
    height: 36px;
    font-size: 13px;
  }
}
.choose-b__date-input-wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 763px) {
  .choose-b__date-input-wp {
    display: block;
  }
}
.choose-b__date-input-err {
  margin-left: 16px;
  font-size: 12px;
}
@media (max-width: 763px) {
  .choose-b__date-input-err {
    margin-left: 0;
  }
}
.gray-link {
  color: #32465c;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.gray-link:hover {
  border-bottom: 1px solid rgba(0,0,0,0.8);
  color: #32465c;
}
@media (max-width: 763px) {
  .gray-link {
    color: #3291ff;
    border: none;
  }
  .gray-link:hover {
    color: #3291ff;
    border: none;
  }
}
.list {
  padding-left: 10px;
}
.list li {
  margin-bottom: 5px;
  list-style: disc;
}
.link-dashed {
  border-bottom: 1px dashed;
  cursor: pointer;
}
.link-dashed:hover {
  color: #22334a;
}
.check-list {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 30px;
}
.check-list_normal {
  line-height: 28px;
}
.check-list li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 38px;
}
.check-list__dot {
  position: absolute;
  left: 0;
  top: 0;
}
.check-list__dot svg {
  display: block;
}
.check-list_normal .check-list__dot {
  top: 3px;
}
@media (max-width: 763px) {
  .hide-on-mobile {
    display: none !important;
  }
}
@media (min-width: 764px) {
  .hide-on-desctop {
    display: none !important;
  }
}
.light-link {
  color: #2e66a5;
  cursor: pointer;
}
.light-link:hover {
  color: #3291ff;
}
.apple-pay-btn {
  -webkit-appearance: -apple-pay-button;
  -apple-pay-button-type: buy;
  -apple-pay-button-style: #000;
  display: none;
  height: 43px;
  width: 100%;
  margin-bottom: 16px;
  background-size: 90%;
  background-size: 100% 60%;
}
.apple-pay-btn_short {
  width: auto;
}
@media (max-width: 763px) {
  .apple-pay-btn_short {
    width: 100%;
  }
}
@supports (-webkit-appearance: -apple-pay-button) {
  .apple-pay-btn {
    display: block;
  }
}
@supports (-webkit-appearance: -apple-pay-button) {
  .apple-pay-not-available {
    display: none !important;
  }
}
.info-tile-b__title + .tabs-b {
  margin-top: 14px;
}
.tabs-b__top {
  display: table;
  background: #fff;
  box-shadow: 0 0 3px 0 #bccdde, 0 2px 10px 0 #d4e0ed;
  border-radius: 5px;
  position: relative;
  font-size: 0;
  white-space: nowrap;
  margin-bottom: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tabs-b__btns {
  margin-bottom: 30px;
}
.tabs-b__item {
  font-size: 14px;
  padding: 10px 13px 11px;
  display: inline-block;
  cursor: pointer;
  margin-right: -5px;
}
.tabs-b__item:last-of-type {
  margin-right: 0;
}
.tabs-b__item_active {
  cursor: default;
}
.tabs-b__active-border {
  left: 0;
  top: 0;
  bottom: 0;
  border: 1px solid #3291ff;
  width: 168px;
  display: block;
  position: absolute;
  border-radius: 5px;
  pointer-events: none;
}
.tabs-b__label {
  margin-bottom: 8px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blockquote {
  padding: 13px 17px 18px;
  font-size: 14px;
  line-height: 23px;
  background: #fcf2d1;
  border-radius: 5px;
}
.blockquote_border {
  background: none;
  border: 1px solid #e9eef3;
}
.blockquote_sm {
  font-size: 12px;
  line-height: 1.6;
}
.ok-list + .blockquote {
  margin-top: 20px;
}
.phone-input-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.phone-input-b_column {
  display: block;
}
.phone-input-b__code {
  margin-left: 14px;
  width: 65px;
  min-width: 65px;
  position: relative;
}
.phone-input-b__code .input {
  padding: 0 14px;
}
.phone-input-b__desc {
  margin-top: 8px;
  font-size: 14px;
  color: #8896a6;
  letter-spacing: 0;
  line-height: 18px;
}
.phone-input-b_column .phone-input-b__code {
  margin-left: 0;
  margin-top: 23px;
}
.phone-input-b__code-mess {
  position: absolute;
  left: 100%;
  top: 3px;
  font-size: 14px;
  line-height: 18px;
  color: #8896a6;
  min-width: 185px;
  margin-left: 13px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 763px) {
  .phone-input-b__code-mess {
    position: relative;
    left: auto;
    margin-left: 0;
    min-width: 95px;
  }
}
.phone-input-b__code-mess_show {
  opacity: 1;
}
.input-desc {
  color: #8896a6;
  font-size: 14px;
  margin-top: 4px;
}
.ok-list {
  font-size: 14px;
  line-height: 19px;
}
.ok-list__item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.ok-list__item_mt {
  margin-top: 16px;
}
.ok-list__ico {
  position: absolute;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  fill: #8896a6;
}
.ok-list__ico_green {
  fill: #00d632;
  width: 14px;
  height: 14px;
  top: 2px;
}
.tag-item {
  font-size: 12px;
  line-height: 26px;
  display: inline-block;
  border: 1px solid rgba(136,150,166,0.3);
  padding: 0 11px;
  border-radius: 20px;
}
@media (max-width: 763px) {
  .tag-item {
    line-height: 20px;
    padding: 0 8px;
    font-size: 10px;
    padding-bottom: 1px;
  }
}
.tag-item_no-border {
  border: none;
}
.btn-link {
  cursor: pointer;
  font-size: 15px;
  color: #8896a6;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn-link:hover {
  color: #5a6a7c;
}
.download-link {
  color: #3291ff;
  font-size: 14px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.download-link:hover {
  color: #0b73e1;
}
.download-link:hover svg {
  fill: #0b73e1;
}
.download-link svg {
  fill: #3291ff;
  position: relative;
  top: 1px;
  width: 14px;
  height: 12px;
}
.list-item {
  position: relative;
  padding-left: 10px;
}
.list-item:before {
  position: absolute;
  left: 0;
  content: '•';
}
.subscribe-select {
  margin: 0 -15px;
}
.subscribe-select .selectize-input {
  border: none !important;
}
.subscribe-select .selectize-dropdown {
  background: #fff;
  border: 1px solid #e9eef3;
  box-shadow: 0 1px 5px 0 rgba(110,122,135,0.1), 0 3px 15px -3px rgba(110,122,135,0.2);
  border-radius: 5px;
}
.subscribe-select .selectize-dropdown,
.subscribe-select .selectize-input,
.subscribe-select .selectize-input input {
  font-size: 14px;
}
.subscribe-select__dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #dde5ea;
  padding: 14px 12px;
}
.subscribe-select__dd:first-child {
  border-radius: 5px 5px 0 0;
}
.subscribe-select__dd:last-child {
  border: none;
  border-radius: 0 0 5px 5px;
}
@media (max-width: 763px) {
  .subscribe-select__dd:first-child .subscribe-select__sale {
    opacity: 1;
    display: block;
  }
}
.subscribe-select__time {
  min-width: 87px;
  padding-right: 10px;
}
@media (max-width: 763px) {
  .subscribe-select__time {
    min-width: 80px;
  }
}
.subscribe-select__price {
  min-width: 110px;
  text-align: right;
  margin-right: 25px;
}
.subscribe-select__sale {
  color: #fb1616;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 763px) {
  .subscribe-select__sale {
    display: none;
  }
}
.subscribe-select__dd:hover .subscribe-select__sale {
  opacity: 1;
}
.text-b {
  margin-bottom: 20px;
  line-height: 1.5;
}
.text-b_small {
  font-size: 15px;
  line-height: 24px;
}
.text-b_small + .text-b_small {
  margin-top: -10px;
}
.text-b_small-13 {
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 10px;
}
.text-b_big {
  font-size: 18px;
}
.text-b b {
  font-weight: 800;
}
.dot-list {
  padding-left: 30px;
}
.dot-list__item {
  margin-bottom: 10px;
  list-style: disc;
}
.list-b {
  padding-left: 20px;
}
.list-b li {
  list-style: disc;
  margin-bottom: 1em;
}
.text-b_small .list-b li,
.text-b_small-13 .list-b li {
  margin-bottom: 5px;
}
.input-b {
  position: relative;
  margin-bottom: 12px;
}
@media (max-width: 763px) {
  .input-b_mobile-center {
    display: table;
    margin: 0 auto 12px;
  }
}
.input-b__input {
  margin-bottom: 0;
  height: 50px;
  padding: 11px 12px 0;
}
.input-b__input_phone {
  width: 210px;
}
@media (max-width: 763px) {
  .input-b__input_phone {
    width: 100%;
  }
}
.input-b__input_code {
  width: 210px;
  letter-spacing: 4px;
}
.input-b_big .input-b__input {
  height: 60px;
}
.input-b__label {
  position: absolute;
  top: 50%;
  left: 12px;
  opacity: 0.5;
  font-size: 10px;
  color: #22334a;
  line-height: 22px;
  pointer-events: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-top: -9px;
  -webkit-transform: translate(0%, -14px);
          transform: translate(0%, -14px);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.input-b_big .input-b__label {
  font-size: 10px;
  text-transform: none;
  letter-spacing: 0;
  margin-top: -12px;
}
.input-b__input::-webkit-input-placeholder {
  opacity: 0;
}
.input-b__input:-ms-input-placeholder {
  opacity: 0;
}
.input-b__input::placeholder {
  opacity: 0;
}
.input-b__input:placeholder-shown + .input-b__label {
  -webkit-transform: translate(0%, 0px);
          transform: translate(0%, 0px);
  font-size: 15px;
}
.input-b__input:focus + .input-b__label {
  -webkit-transform: translate(0%, -14px);
          transform: translate(0%, -14px);
  font-size: 10px;
}
.input-b_show-placeholder .input-b__input::-webkit-input-placeholder {
  opacity: 1;
}
.input-b_show-placeholder .input-b__input:-ms-input-placeholder {
  opacity: 1;
}
.input-b_show-placeholder .input-b__input::placeholder {
  opacity: 1;
}
.input-b_show-placeholder .input-b__input:placeholder-shown + .input-b__label {
  -webkit-transform: translate(0%, -14px);
          transform: translate(0%, -14px);
}
.link {
  cursor: pointer;
  color: #3291ff;
}
.link:hover {
  color: #fb1616;
}
.tel-input-b__btn {
  margin-left: 10px;
  width: 80px;
  height: 50px;
}
@media (max-width: 763px) {
  .tel-input-b__btn {
    width: 100%;
    margin-left: 0;
  }
}
.tel-input-b__btn svg {
  margin-right: 0;
  top: 1px;
}
.duble-input-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.duble-input-b .input-b:first-child {
  width: 100%;
  margin-right: 12px;
}
.duble-input-b .input-b:last-child {
  min-width: 170px;
}
.add-btn {
  margin-bottom: 30px;
  opacity: 0.6;
  font-size: 15px;
  color: #22334a;
  letter-spacing: 0;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.add-btn:hover {
  color: #000;
}
.add-btn:hover svg {
  fill: #000;
}
.add-btn svg {
  fill: #8896a6;
  position: relative;
  margin-right: 8px;
  top: 1px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.counter {
  display: inline-block;
  font-weight: 800;
  font-size: 12px;
  color: #fff;
  min-width: 23px;
  height: 23px;
  background: #ff5757;
  line-height: 23px;
  padding: 0 3px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  top: -1px;
  margin-left: 3px;
}
.text-checkbox {
  position: relative;
  margin-right: 7px;
}
.text-checkbox:last-child {
  margin-right: 0;
}
.text-checkbox__checkbox {
  display: none;
}
.text-checkbox__item {
  border: 1px solid #e4ecf1;
  border-radius: 3px;
  font-size: 14px;
  color: #8896a6;
  letter-spacing: 0;
  text-align: right;
  line-height: 28px;
  padding: 0 10px;
  cursor: pointer;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.text-checkbox__item:hover {
  background: #e4ecf1;
}
.text-checkbox__checkbox:checked + .text-checkbox__item {
  border-color: #7c96a5;
  color: #233349;
}
.open-desc-link {
  cursor: pointer;
  color: #8896a6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.open-desc-link svg {
  fill: #8896a6;
  margin-right: 4px;
  position: relative;
  top: 1px;
}
.open-desc-link:hover {
  color: #0b73e1;
}
.open-desc-link:hover svg {
  fill: #0b73e1;
}
.doc-download-btn {
  position: relative;
  margin-right: 7px;
  border: 1px solid #1dc166;
  border-radius: 3px;
  font-size: 14px;
  color: #1dc166;
  letter-spacing: 0;
  text-align: right;
  line-height: 28px;
  padding: 0 10px;
  cursor: pointer;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.doc-download-btn:hover {
  background: #f0fcf5;
  color: #1dc166;
}
.doc-download-btn_disabled {
  cursor: default;
  color: #bbc2cb;
  border-color: #e4ecf1;
  background: #fafafa;
}
.doc-download-btn_disabled svg {
  position: relative;
  top: 1px;
  margin-right: 2px;
}
.dual-phone-b {
  position: relative;
  max-width: 230px;
}
.dual-phone-b__inputs-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dual-phone-b__hover {
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 4px;
  z-index: 1;
  content: '';
  border: 1px solid #c3d6ea;
}
.dual-phone-b__ok {
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin-left: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.dual-phone-b__ok svg {
  display: block;
  width: 17px;
  height: 17px;
  fill: #15bd7a;
}
.dual-phone-b_done .dual-phone-b__ok {
  opacity: 1;
  visibility: visible;
}
.dual-phone-b .input {
  position: relative;
  z-index: 2;
  border: none;
}
.dual-phone-b .input:first-child {
  border-radius: 4px 0 0 4px;
  width: 75px;
  border-right: 1px solid #c3d6ea;
}
.dual-phone-b .input:last-child {
  border-radius: 0 4px 4px 0;
  width: 100%;
}
.dual-phone-b .input:focus {
  box-shadow: none;
}
.dual-phone-b .input:focus + .dual-phone-b__hover {
  border-color: #2f8fff;
  box-shadow: 0 0 4px 2px #70b1ff;
}
@-webkit-keyframes rotate360 {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate360 {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
html {
  height: 100%;
  font-size: 16px;
}
body {
  font: 1em/1.4 'Noto Sans', 'Arial', sans-serif;
  height: 100%;
  color: #22334a;
}
.show-menu {
  overflow: hidden;
}
* {
  box-sizing: border-box;
  font-family: 'Noto Sans', 'Arial';
}
*:before,
*:after {
  box-sizing: border-box;
}
body.scroll-locked {
  overflow: hidden;
}
@media (max-width: 763px) {
  body.scroll-locked {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.wrapper {
  min-height: 100vh;
  position: relative;
  min-width: 750px;
}
.wrapper_blue-bg {
  background: #f3f7f9;
}
@media (max-width: 763px) {
  .wrapper {
    min-width: 100%;
  }
}
.wrapper_blur {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.inner-page:not(.inner-page_form) .wrapper {
  padding-bottom: 102px;
}
@media (max-width: 763px) {
  .inner-page:not(.inner-page_form) .wrapper {
    padding-bottom: 140px;
  }
}
.inner-packages-page .wrapper {
  padding-bottom: 102px;
}
@media (max-width: 763px) {
  .inner-packages-page .wrapper {
    padding-bottom: 140px;
  }
}
@media (max-width: 763px) {
  .wrapper_mobile-brand-bg {
    background: url("../img//general/main-form-bg.svg") no-repeat right top, url("../img//general/main-form-grad.svg") no-repeat 50% 50% #0d62bb;
    background-size: cover, cover;
    background-position: left top, center;
  }
  .inner-page .wrapper_mobile-brand-bg .header {
    background: none;
  }
  .inner-page:not(.inner-page_form) .wrapper_mobile-brand-bg .footer {
    background: none;
  }
}
.wrapper_bot {
  padding-bottom: 0px !important;
}
.wrapper_bot .page-b {
  margin-bottom: 0;
}
.wrapper_bot .cadr-map {
  margin-bottom: 0;
}
.max-width {
  max-width: 950px;
  padding: 0 24px;
  margin: 0 auto;
  width: 100%;
}
.large-page .max-width {
  max-width: 1024px;
}
.max-width_wide {
  max-width: 1024px;
}
@media (max-width: 763px) {
  .max-width {
    padding: 0 10px;
  }
}
.main-form-b {
  min-height: 100vh;
  background: url("../img/general/main-form-bg.svg") no-repeat right top, url("../img/general/main-form-grad.svg") no-repeat 50% 50% #0d62bb;
  background-size: auto 100%, cover;
  background-attachment: fixed;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding: 230px 0 300px;
}
@media (max-width: 763px) {
  .main-form-b {
    background-size: cover, cover;
    background-position: left top, center;
    padding: 180px 0 150px;
  }
}
.main-form-b_small-padding {
  padding: 130px 0 120px;
}
@media (max-width: 763px) {
  .main-form-b_small-padding {
    padding: 130px 0 150px;
  }
}
.main-form-b_top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.main-form-b_short {
  max-height: 450px;
  min-height: 1px;
  padding: 150px 0 145px;
}
.main-form-b:last-child {
  margin-bottom: 0;
}
.main-form-b__title {
  color: #fff;
  text-shadow: 0 2px 7px rgba(24,58,99,0.17);
}
.main-form-b__title_small {
  font-size: 36px;
  line-height: 45px;
  margin-bottom: 18px;
}
@media (max-width: 763px) {
  .main-form-b__title_small {
    font-size: 26px;
    line-height: 32px;
  }
}
.main-form-b__title_medium {
  font-size: 40px;
  line-height: 48px;
}
@media (max-width: 763px) {
  .main-form-b__title_medium {
    font-size: 26px;
    line-height: 32px;
  }
}
.main-form-b_new .main-form-b__title {
  font-size: 42px;
  line-height: 55px;
  margin-bottom: 13px;
}
.main-form-b__form {
  text-align: center;
  position: relative;
}
.main-form-b__form_short {
  max-width: 700px;
  margin: 0 auto;
}
.main-form-b__form .order-count-b {
  position: absolute;
  top: 100%;
  margin-top: 100px;
  width: 100%;
}
.main-form-b__disc {
  color: #fff;
  text-shadow: 0 2px 7px rgba(24,58,99,0.17);
}
.main-form-b_new .main-form-b__disc {
  font-size: 20px;
  line-height: 30px;
}
.main-form-b__mess {
  width: 100%;
  max-width: 595px;
  background: rgba(255,255,255,0.17);
  box-shadow: 0 3px 15px 0 rgba(0,0,0,0.18), 0 1px 3px 0 rgba(0,0,0,0.22);
  padding: 25px 20px;
  text-align: left;
  border-radius: 5px;
  font-size: 14px;
  line-height: 21px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -43px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
@media (max-width: 763px) {
  .main-form-b__mess {
    position: relative;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    left: auto;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.main-form-b__mess_hide {
  opacity: 0;
  visibility: hidden;
}
.main-form-b__mess svg {
  fill: none;
  margin-right: 16px;
}
.main-form-b__mess--close {
  position: absolute;
  right: 5px;
  top: 5px;
  display: block;
  padding: 10px;
  opacity: 0.4;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.main-form-b__mess--close:hover {
  opacity: 0.8;
}
.main-form-b__mess--close svg {
  fill: #fff;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0;
}
.main-form-b__bottom-desc {
  opacity: 0.7;
  font-size: 14px;
  line-height: 21px;
}
.screen-b {
  padding: 120px 0;
  position: relative;
}
@media (max-width: 763px) {
  .screen-b {
    padding: 30px 0;
  }
}
.screen-b_map {
  margin-bottom: -60px;
  overflow: hidden;
}
@media (max-width: 763px) {
  .screen-b_map {
    margin-bottom: 0;
  }
}
.screen-b_fullscreen {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.screen-b_gray {
  background: #f3f7f9;
}
.htg-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -30px 94px;
}
@media (max-width: 763px) {
  .htg-b {
    display: block;
    margin: 0 -10px 40px;
  }
}
.htg-b__item {
  width: 25%;
  text-align: center;
  padding: 0 20px;
}
@media (max-width: 763px) {
  .htg-b__item {
    width: auto;
    margin-bottom: 15px;
  }
}
.htg-b__ill {
  height: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 763px) {
  .htg-b__ill {
    display: none;
  }
}
.htg-b__text {
  position: relative;
  font-size: 18px;
  color: #32465c;
  letter-spacing: 0;
  text-align: center;
  line-height: 26px;
}
@media (max-width: 763px) {
  .htg-b__text {
    text-align: left;
    font-size: 16px;
  }
  .htg-b__text br {
    display: none;
  }
}
.htg-b__text:before {
  content: '';
  position: absolute;
  left: 100%;
  line-height: 1;
  margin-left: 10px;
  background: url("../img/general/arrow-right.svg") no-repeat;
  background-size: contain;
  width: 23px;
  height: 20px;
  margin-top: 17px;
}
@media (max-width: 763px) {
  .htg-b__text:before {
    display: none;
  }
}
.htg-b__item:last-child .htg-b__text:before {
  display: none;
}
@media (max-width: 763px) {
  .ordering-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 -10px;
  }
  .ordering-slider .ordering-b {
    min-width: 100vw;
    padding: 0 10px;
  }
}
.ordering-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}
@media (max-width: 763px) {
  .ordering-b {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
}
.ordering-b:last-child {
  margin-bottom: 0;
}
.ordering-b__left {
  width: 300px;
  min-width: 300px;
  padding-left: 30px;
  text-align: center;
}
@media (max-width: 763px) {
  .ordering-b__left {
    width: auto;
    padding: 0;
  }
}
.ordering-b__img {
  display: block;
  margin: 0 auto 10px;
  max-width: 100%;
  width: 230px;
  box-shadow: 0 10px 15px 0 rgba(96,134,182,0.11), 0 2px 5px 0 rgba(100,117,170,0.15);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 763px) {
  .ordering-b__img {
    width: 180px;
  }
}
.ordering-b__content {
  width: 100%;
  padding-left: 30px;
  max-width: 490px;
  padding-top: 10px;
}
@media (max-width: 763px) {
  .ordering-b__content {
    padding: 0;
  }
}
.ordering-b__desc {
  text-transform: uppercase;
  letter-spacing: 2.34px;
  font-size: 12px;
  color: #8896a6;
  margin-bottom: 10px;
  font-weight: 800;
}
@media (max-width: 763px) {
  .ordering-b__desc {
    opacity: 0.5;
    font-weight: normal;
  }
}
.ordering-b__text {
  color: #5a6a7c;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 26px;
  margin-top: 20px;
}
@media (max-width: 763px) {
  .ordering-b__text {
    font-size: 16px;
    line-height: 30px;
    margin-top: 28px;
  }
}
.ordering-b__text .ok-list {
  margin-top: 20px;
}
.ordering-b__btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
}
.ordering-b__btn-block .btn {
  margin-right: 30px;
}
.ordering-b__show-example {
  font-size: 16px;
  color: #8896a6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ordering-b__show-example svg {
  margin-right: 9px;
  fill: #8896a6;
  width: 16px;
  height: 16px;
}
.ordering-b__example {
  cursor: pointer;
}
.ordering-b__example:hover .ordering-b__show-example {
  color: #5a6a7c;
}
.ordering-b__example:hover .ordering-b__show-example svg {
  fill: #5a6a7c;
}
.ordering-b__example:hover .ordering-b__img {
  box-shadow: 0 10px 30px 0 rgba(96,134,182,0.2), 0 2px 15px 0 rgba(100,117,170,0.2);
}
.features-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -30px 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 763px) {
  .features-b {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 -10px 60px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.features-b__img {
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.features-b__img img {
  max-width: 100%;
  height: auto;
}
.features-b__item {
  width: 33.33%;
  padding: 0 10px;
  text-align: center;
}
@media (max-width: 763px) {
  .features-b__item {
    width: 100vw;
    min-width: 100vw;
  }
}
.features-b__text {
  font-size: 18px;
  color: #5a6a7c;
  letter-spacing: 0;
  text-align: center;
  line-height: 26px;
}
.btn-block {
  display: table;
  margin: 0 auto 75px;
  position: relative;
}
.btn-block__cursor {
  position: absolute;
  top: 100%;
  margin-top: -10px;
  left: 60%;
  pointer-events: none;
}
.google-b {
  text-align: center;
  display: table;
  margin: 0 auto 49px;
}
.google-b__desc {
  font-size: 14px;
  color: #8896a6;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.google-b:hover .google-b__desc {
  color: #32465c;
}
.google-b__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  color: #eba000;
  margin-bottom: 10px;
}
.google-b__stars svg {
  margin-right: 6px;
}
.blockquote-img {
  position: absolute;
  right: -30px;
  bottom: -40px;
}
.order-form-b {
  max-width: 610px;
  border-radius: 4px;
  margin: 0 auto;
  background: #fff;
  color: #000;
  padding: 50px 60px;
  min-height: 560px;
  position: relative;
}
@media (max-width: 763px) {
  .order-form-b {
    padding: 26px 23px;
    margin-bottom: 130px;
  }
}
.order-form-b .title {
  color: #000;
}
.order-form-b__err {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 10px;
  width: 100%;
}
@media (max-width: 763px) {
  .order-form-b__err {
    position: relative;
  }
}
.order-form-b .order-count-b {
  position: absolute;
  top: 100%;
  margin-top: 120px;
  width: 100%;
  left: 0;
}
.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
}
@media (max-width: 763px) {
  .form-row {
    display: block;
  }
}
.form-row_relative {
  position: relative;
}
.form-row_mb-2 {
  margin-bottom: 28px;
}
.form-row__left {
  width: 115px;
  min-width: 115px;
  padding-right: 10px;
  padding-top: 10px;
}
@media (max-width: 763px) {
  .form-row__left {
    display: none;
  }
}
.form-row__right {
  width: 100%;
  max-width: 260px;
  position: relative;
}
@media (max-width: 763px) {
  .form-row__right {
    max-width: 100%;
  }
}
.form-row__right_short {
  max-width: 260px;
}
.form-row__right_short .input-wp {
  display: block;
}
@media (max-width: 763px) {
  .form-row__right_short {
    max-width: 100%;
  }
  .form-row__right_short .input-wp {
    display: block;
  }
}
.form-row__right_long {
  max-width: 100%;
}
.form-row__right .input,
.form-row__right .tabs {
  margin-bottom: 0;
}
.form-row__desc {
  font-size: 14px;
  color: #8896a6;
  margin-top: 10px;
}
.form-row__desc_small {
  font-size: 11px;
}
.form-row__desc a {
  color: #5278a3;
  text-decoration: none;
}
.form-row__desc a:hover {
  color: #fdc84d;
}
@media (max-width: 763px) {
  .form-row .btn {
    width: 100%;
  }
}
@media (max-width: 763px) {
  .form-row .btn-desc {
    text-align: center;
  }
}
.form-row-simple {
  margin-bottom: 23px;
  font-size: 14px;
}
.form-row-simple img {
  height: auto;
  max-width: 100%;
}
.form-row-simple .selectize-dropdown,
.form-row-simple .selectize-input,
.form-row-simple .selectize-input input {
  font-size: 14px;
}
.form-row-simple__label {
  font-size: 13px;
  color: #233349;
  letter-spacing: 0;
  line-height: 21px;
  margin-bottom: 6px;
}
.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 26px;
  font-size: 17px;
}
@media (max-width: 763px) {
  .tabs {
    font-size: 16px;
  }
}
.tabs__item {
  margin-right: 16px;
  cursor: pointer;
  color: #8896a6;
  padding-bottom: 8px;
}
.tabs__item:hover:not(.tabs__item_active) {
  color: #5a6a7c;
}
.tabs__item:last-child {
  margin-right: 0;
}
.tabs__item_active {
  color: #22334a;
  border-bottom: 2px solid #3291ff;
  cursor: default;
}
.input-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-set__input {
  margin-right: 10px;
  width: 100%;
}
.input-set__input:last-child {
  margin-right: 0;
}
.input-set__input_short {
  width: 50px;
  padding: 0 8px;
}
.dev-menu {
  margin-top: 200px;
  margin-bottom: 100px;
}
.order-b_wide {
  max-width: 100%;
}
@media (max-width: 763px) {
  .order-b__choose-title {
    font-size: 17px;
  }
}
.order-b__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 28px;
  margin-bottom: 50px;
  position: relative;
}
@media (max-width: 763px) {
  .order-b__top {
    margin-bottom: 26px;
    padding-left: 6px;
    padding-bottom: 14px;
  }
}
.order-b__top_top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: -23px;
}
@media (max-width: 763px) {
  .order-b__top_top {
    margin-top: 0;
  }
}
.title_big + .order-b__top {
  margin-top: 30px;
}
.order-b__top:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  content: '';
  box-shadow: 0 10px 25px 0 rgba(81,127,184,0.13), 0 0 75px 0 rgba(100,117,170,0.06);
  border-radius: 4px;
  height: 60px;
}
@media (max-width: 763px) {
  .order-b__top:before {
    box-shadow: 0 1px 3px 1px rgba(188,205,222,0.6), 0 2px 15px 0 rgba(212,224,237,0.7);
  }
}
.order-b__top:after {
  position: absolute;
  left: -40px;
  bottom: 0;
  height: 130px;
  content: '';
  right: -40px;
  background: #fff;
}
@media (max-width: 982px) {
  .order-b__top:after {
    right: -24px;
    left: -24px;
  }
}
.wrapper_blue-bg .order-b__top:after {
  background: #f3f7f9;
}
@media (max-width: 763px) {
  .order-b__top:after {
    left: -10px;
    right: -10px;
  }
}
.order-b__top--pin {
  position: relative;
  z-index: 2;
  margin-right: 13px;
  padding-left: 13px;
  padding-top: 4px;
}
@media (max-width: 763px) {
  .order-b__top--pin {
    padding-left: 0;
    padding-top: 0;
    margin-right: 10px;
  }
}
.order-b__top--pin svg {
  width: 16px;
  height: 22px;
  fill: #3291ff;
}
@media (max-width: 763px) {
  .order-b__top--pin svg {
    width: 11px;
    height: 16px;
  }
}
.order-b__top--left {
  min-width: 125px;
  margin-right: 17px;
  position: relative;
  z-index: 2;
}
@media (max-width: 763px) {
  .order-b__top--left {
    margin-bottom: 10px;
  }
}
.order-b__top--left img {
  display: block;
  margin: 0 auto;
}
.order-b__top--right {
  position: relative;
  z-index: 2;
}
.order-b__top--right .attention-text {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 763px) {
  .order-b__top--right .attention-text {
    color: #657588;
    font-size: 14px;
  }
}
.order-b__title {
  font-size: 18px;
  line-height: 28px;
  max-width: 500px;
}
.order-b__title .edit-btn {
  margin-left: 6px;
  position: relative;
  top: 0px;
}
@media (max-width: 763px) {
  .order-b__title--ico {
    min-width: 15px;
    min-width: 30px;
  }
}
@media (max-width: 763px) {
  .order-b__title {
    font-size: 14px;
    line-height: 21px;
  }
}
.order-b__title-wp {
  margin-bottom: 10px;
}
@media (max-width: 763px) {
  .order-b__title-wp {
    margin-bottom: 4px;
  }
}
.order-b__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 763px) {
  .order-b__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.order-b__bottom--left {
  width: 66.666%;
  padding-right: 20px;
}
@media (max-width: 763px) {
  .order-b__bottom--left {
    width: auto;
    padding-right: 0;
  }
}
.order-b__bottom--right {
  width: 33.33%;
}
@media (max-width: 763px) {
  .order-b__bottom--right {
    width: auto;
    margin-bottom: 40px;
  }
}
.order-b__mid-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 17px;
}
@media (max-width: 763px) {
  .order-b__mid-columns {
    margin-top: 0;
  }
}
@media (max-width: 763px) {
  .order-b__mid-columns {
    display: block;
  }
}
.order-b__mid-columns--left {
  padding-right: 36px;
}
@media (max-width: 763px) {
  .order-b__mid-columns--left {
    padding-right: 0;
  }
}
.order-b__mid-columns--right {
  width: 240px;
  min-width: 240px;
}
@media (max-width: 763px) {
  .order-b__mid-columns--right {
    width: auto;
  }
}
.order-b__mid-columns--mobile-b {
  margin-bottom: 30px;
}
.order-b__bottom-fix {
  position: relative;
  margin: 0 -24px;
  bottom: 0;
  z-index: 20;
}
@media (max-width: 763px) {
  .order-b__bottom-fix {
    margin: 0 -10px;
  }
}
.order-b__bottom-fix:before {
  content: '';
  display: block !important;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 0px;
  bottom: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  border-radius: 25px;
  opacity: 0;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
@media (max-width: 763px) {
  .order-b__bottom-fix:before {
    left: 0;
    right: 0;
    border-radius: 0;
  }
}
.order-b__bottom-fix.isSticky:before {
  opacity: 1;
}
.order-b__bottom-fix .confirm-now-small {
  margin-bottom: 0;
}
.order-b__bottom-fix .btn-row + .confirm-now-small {
  margin-bottom: 0;
}
.order-b__bottom-inner {
  padding: 15px 24px 10px;
  background: #fff;
  position: relative;
  z-index: 2;
}
@media (max-width: 763px) {
  .order-b__bottom-inner {
    padding-top: 10px;
  }
}
.wrapper_blue-bg .order-b__bottom-inner {
  background: #f3f7f9;
}
.order-b__bottom-mobile {
  position: relative;
  margin: 20px -10px 0;
  z-index: 20;
  padding: 0 10px;
}
.order-b__bottom-mobile .btn {
  position: relative;
  z-index: 2;
}
.order-b__mobile-price {
  text-align: center;
  font-size: 12px;
  position: relative;
  display: table;
  margin: 0 auto;
  color: #666a74;
  margin-top: 11px;
  background: #f3f7f8;
  padding: 4px 10px;
  border-radius: 20px;
  box-shadow: 0 1px 7px 5px #f3f7f8;
}
.confirm-now-small {
  font-size: 12px;
  color: #5a6a7c;
  margin-bottom: 15px;
}
@media (max-width: 763px) {
  .confirm-now-small {
    text-align: center;
  }
}
.confirm-now-small svg {
  width: 20px;
  height: 20px;
  position: relative;
  top: 5px;
  margin-right: 3px;
}
.page-b {
  margin-bottom: 60px;
}
.page-b_pt {
  padding-top: 55px;
}
@media (max-width: 763px) {
  .page-b {
    margin-bottom: 30px;
  }
}
.find-list {
  margin-top: -10px;
}
.find-list__link {
  display: block;
  color: #3291ff;
  cursor: pointer;
  padding: 14px 12px;
  padding-right: 30px;
  border-bottom: 1px solid rgba(177,177,197,0.2);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}
.find-list__link:hover {
  border-bottom: 1px solid rgba(177,177,197,0.6);
}
.find-list__link:before {
  content: '';
  position: absolute;
  background: url("../img/general/right-arrow.svg") no-repeat;
  width: 8px;
  height: 18px;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.find-list__link:hover:before {
  opacity: 1;
}
.breadcrumbs {
  margin-bottom: 10px;
}
.breadcrumbs__item {
  display: inline-block;
  position: relative;
}
.breadcrumbs__back {
  margin-left: -8px;
  margin-right: 4px;
  display: inline-block;
}
.check-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 16px;
  cursor: pointer;
}
.check-item__left {
  width: 55px;
  min-width: 55px;
  padding-top: 3px;
  padding-left: 10px;
}
.check-item__text {
  font-size: 18px;
}
.check-item__desc {
  color: #5a6a7c;
  font-size: 16px;
}
.btn-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-b_column {
  display: block;
}
.btn-b__desc {
  margin-left: 20px;
  color: #5a6a7b;
}
.btn-b_column .btn-b__desc {
  margin-left: 0;
  margin-top: 10px;
  font-size: 15px;
}
.scroll-bottom-arrow {
  position: absolute;
  bottom: 20px;
  left: 50%;
  cursor: pointer;
  opacity: 0.25;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (max-width: 763px) {
  .scroll-bottom-arrow {
    display: none;
  }
}
.scroll-bottom-arrow:hover {
  opacity: 0.4;
}
.scroll-bottom-arrow svg {
  fill: #fff;
}
.scroll-bottom-arrow_dark svg {
  fill: #8896a6;
}
.order-count-b {
  font-size: 14px;
  line-height: 20px;
  color: #8896a5;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.order-count-b__ico {
  margin-right: 10px;
}
.order-count-b__ico svg {
  display: block;
}
.order-count-b_white {
  color: #fff;
  opacity: 0.7;
}
.order-count-b_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.order-count-b_small .order-count-b__ico svg {
  width: 20px;
  height: 20px;
}
.cities-list {
  -webkit-columns: 3;
          columns: 3;
  margin-top: 30px;
}
@media (max-width: 763px) {
  .cities-list {
    -webkit-columns: 2;
            columns: 2;
  }
}
.cities-list__list {
  margin-bottom: 10px;
  padding-right: 20px;
}
.cities-list b {
  font-weight: 800;
}
.help-link {
  cursor: pointer;
}
.help-link svg {
  display: inline-block;
  margin-right: 3px;
  position: relative;
  top: 1px;
}
.radio-b {
  margin-bottom: 32px;
}
.radio-b__label {
  border-bottom: 1px solid #e4ecf1;
  padding: 13px 0;
  font-size: 16px;
  color: #244871;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-right: 180px;
}
@media (max-width: 763px) {
  .radio-b__label {
    padding-right: 0;
    padding-bottom: 25px;
  }
}
.radio-b__label_big {
  padding: 16px 12px;
  padding-right: 0;
}
@media (max-width: 763px) {
  .radio-b__label_big {
    padding: 12px 0px;
  }
}
.radio-b__label:hover {
  color: #091d38;
}
.radio-b__label:last-child {
  border-bottom: none;
}
.radio-b__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 763px) {
  .radio-b__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.radio-b__cadr-number {
  position: absolute;
  right: 0;
  opacity: 0.4;
}
@media (max-width: 763px) {
  .radio-b__cadr-number {
    font-size: 12px;
    bottom: 5px;
    right: auto;
    left: 40px;
  }
}
.radio-b__count {
  font-weight: 800;
  min-width: 135px;
  padding-right: 30px;
  white-space: nowrap;
}
@media (max-width: 763px) {
  .radio-b__count {
    min-width: 1px;
    padding-right: 10px;
  }
}
.radio-b__price-per-doc {
  white-space: nowrap;
  min-width: 140px;
  padding-right: 20px;
}
@media (max-width: 763px) {
  .radio-b__price-per-doc {
    min-width: 1px;
    padding-right: 10px;
  }
}
.radio-b__price {
  white-space: nowrap;
  color: #0f7cef;
}
.attention-text {
  color: #5a6a7c;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.attention-text svg {
  display: block;
  margin-right: 6px;
  min-width: 20px;
}
@media (max-width: 763px) {
  .attention-text svg {
    margin-right: 10px;
  }
}
.attention-text__loader {
  width: 14px;
  height: 14px;
  fill: #5a6a7c;
  position: relative;
  margin-left: 2px;
  top: 2px;
}
.btn-row {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 763px) {
  .btn-row {
    text-align: center;
    display: block;
  }
  .btn-row + .confirm-now-small {
    margin-top: -25px;
    margin-bottom: 30px;
  }
}
@media (max-width: 763px) {
  .btn-row__mobile-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .btn-row__mobile-reverse .btn {
    margin-top: 10px;
  }
}
@media (max-width: 763px) {
  .btn-row .btn {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
.btn-row .btn + .btn {
  margin-left: 10px;
}
@media (max-width: 763px) {
  .btn-row .btn + .btn {
    margin-left: 0;
  }
}
.btn-row .btn-link {
  margin-left: 30px;
}
@media (max-width: 763px) {
  .btn-row .btn-link {
    margin-left: 0;
  }
}
.btn-row__right {
  margin-left: 26px;
}
.btn-row__right_opacity {
  opacity: 0.7;
}
@media (max-width: 763px) {
  .btn-row__right {
    margin-left: 0;
  }
}
.btn-row__small-text {
  font-size: 14px;
}
.btn-row__desc {
  color: #8896a6;
}
.btn-row__desc_black {
  color: #22334a;
}
@media (max-width: 763px) {
  .btn-row__desc {
    display: block;
    margin-left: 0;
  }
}
.btn-row__desc--sale {
  color: #fb1616;
}
@media (max-width: 763px) {
  .btn-row__desc--sale {
    display: block;
  }
}
.btn-row + .confirm-now-small {
  margin-top: -10px;
}
@media (max-width: 763px) {
  .btn-row + .confirm-now-small {
    margin-top: -25px;
  }
}
.message-b {
  background: #f3f7f9;
  padding: 14px 15px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  position: relative;
}
.message-b__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 763px) {
  .message-b__title {
    padding-right: 15px;
  }
}
.message-b__link {
  white-space: nowrap;
  margin-left: 16px;
  color: #5a6a7c;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.message-b:hover .message-b__link {
  color: #22334a;
}
.message-b__dd {
  padding: 5px 0 10px;
  max-width: 470px;
  color: #5a6a7c;
}
.message-b__dd-arrow {
  position: absolute;
  right: 15px;
  top: 13px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.message-b_show .message-b__dd-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.order-processing-b {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  width: 100%;
}
@media (max-width: 763px) {
  .order-processing-b {
    display: block;
  }
}
.order-processing-b_wrap {
  display: block;
  max-width: 570px;
}
.order-processing-b__left {
  width: 66.66%;
  padding-right: 70px;
}
@media (max-width: 763px) {
  .order-processing-b__left {
    width: auto;
    padding-right: 0;
  }
}
.order-processing-b__left_wide {
  width: 100%;
  padding-right: 0px;
}
.title_big + .order-processing-b {
  margin-top: 30px;
}
.order-processing-b_confirm .order-processing-b__left {
  padding-right: 48px;
}
@media (max-width: 763px) {
  .order-processing-b_confirm .order-processing-b__left {
    padding-right: 0;
  }
}
.order-processing-b_wrap .order-processing-b__left {
  width: auto;
  padding-right: 0;
  margin-bottom: 30px;
}
.order-processing-b__right {
  width: 33.333%;
  padding-top: 20px;
}
@media (max-width: 763px) {
  .order-processing-b__right {
    display: none;
    width: auto;
  }
  .order-processing-b__right_show {
    display: block;
  }
}
.order-processing-b_wrap .order-processing-b__right {
  width: auto;
  padding-top: 0;
}
.order-processing-b__text {
  max-width: 528px;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 763px) {
  .order-processing-b__text {
    font-size: 16px;
    line-height: 22px;
  }
}
.order-processing-b__text_small {
  color: #5a6a7c;
  font-size: 16px;
  line-height: 1.6;
}
.order-processing-b__text + .download-doc {
  margin-top: 32px;
}
.order-processing-b__big-ill {
  margin-top: 60px;
}
.shadow-b {
  background: #fff;
  border: 1px solid #e9eef3;
  box-shadow: 0 1px 3px 0 rgba(176,180,184,0.23);
  border-radius: 5px;
  padding: 7px 15px 10px 12px;
  max-width: 490px;
  margin-bottom: 18px;
}
.shadow-b .info-table {
  margin-bottom: 0;
}
.info-tile-b__title + .shadow-b {
  margin-top: 12px;
}
.order-number {
  font-size: 14px;
  color: #5a6a7c;
  margin-bottom: 10px;
}
.order-number_small {
  font-size: 12px;
  margin-bottom: 0;
}
.plz-wait {
  font-size: 16px;
  color: #5a6a7c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.plz-wait__loader {
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.plz-wait__loader svg {
  width: 16px;
  height: 16px;
  fill: #3291ff;
  display: block;
}
.download-doc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.download-doc_small {
  margin-bottom: 30px;
}
.download-doc_small:last-child {
  margin-bottom: 10px;
}
.download-doc__img {
  width: 116px;
  min-width: 116px;
  padding-right: 16px;
}
.download-doc__img img {
  display: block;
  max-width: 100%;
}
.download-doc__img a:hover .doc-ico {
  box-shadow: 0px 5px 10px rgba(165,167,168,0.331);
}
.download-doc_small .download-doc__img {
  width: 80px;
  min-width: 80px;
}
.download-doc__title {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 6px;
  font-weight: 800;
}
.download-doc_small .download-doc__title {
  font-size: 16px;
  line-height: 23px;
  font-weight: normal;
}
.download-doc_small .download-doc__title + .btn {
  margin-top: 8px;
}
.download-doc__text {
  font-size: 14px;
  line-height: 22px;
  color: #32465c;
  margin-bottom: 16px;
}
.download-doc .btn {
  min-width: 176px;
}
.download-doc .btn_small {
  min-width: 140px;
}
.doc-ico {
  position: relative;
  width: 100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: -3px;
  margin-top: 0px;
}
.doc-ico_small {
  width: 60px;
}
.doc-ico img {
  display: block;
  width: 100%;
}
.doc-ico__format {
  position: absolute;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 800;
  color: #3291ff;
  line-height: 18px;
  padding: 0 6px;
  border: 1px solid #3291ff;
  border-radius: 3px;
  background: #fff;
  right: -5px;
  bottom: 18px;
}
.doc-ico__state {
  position: absolute;
  right: -2px;
  bottom: 16px;
}
.doc-ico__state svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: #00d632;
}
.doc-ico_small .doc-ico__state {
  bottom: 13px;
}
.doc-ico_small .doc-ico__state svg {
  width: 16px;
  height: 16px;
}
.info-tile-b {
  position: relative;
  background: #fff;
  border: 1px solid #e9eef3;
  box-sizing: border-box;
  box-shadow: 0px 1px 3px rgba(176,180,184,0.231);
  border-radius: 5px;
  padding: 20px 30px 32px;
}
@media (max-width: 763px) {
  .info-tile-b {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.info-tile-b__bottom-l-b {
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: -32px;
  margin-top: 10px;
}
@media (max-width: 763px) {
  .info-tile-b__bottom-l-b {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.info-tile-b__pay-btn {
  display: table;
  margin-right: 23px;
  padding-top: 4px;
}
@media (max-width: 763px) {
  .info-tile-b__pay-btn {
    margin-right: 0;
    margin-bottom: 16px;
    display: block;
  }
}
.info-tile-b__pay-btn .btn {
  margin-bottom: 10px;
}
@media (max-width: 763px) {
  .info-tile-b__pay-btn .btn {
    width: 100%;
  }
}
.info-tile-b__pay-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.info-tile-b__pay-logo img {
  margin: 0 4px;
}
.info-tile-b__title {
  font-weight: 800;
  font-size: 16px;
  margin-bottom: 8px;
}
.order-number + .info-tile-b__title {
  margin-top: -6px;
}
.info-tile-b__info {
  color: #5a6a7c;
  font-size: 14px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e9eef3;
  padding-bottom: 16px;
}
.info-tile-b:before {
  top: 19px;
  bottom: 19px;
  left: 0;
  content: '';
  position: absolute;
  background: #3291ff;
  width: 5px;
  border-radius: 0 5px 5px 0;
}
.info-tile-b_auth {
  padding-top: 37px;
}
.info-tile-b_auth:before {
  display: none;
}
.info-tile-b_not-border:before {
  display: none;
}
.info-tile-b:after {
  content: '';
  position: absolute;
  right: 30px;
  bottom: 40px;
  background: url("../img/general/ill-2.svg") no-repeat;
  background-size: contain;
  width: 90px;
  height: 76px;
}
@media (max-width: 763px) {
  .info-tile-b:after {
    display: none;
  }
}
.info-tile-b__list {
  list-style: disc;
  padding-left: 20px;
  font-size: 14px;
}
.info-tile-b__list li {
  margin-bottom: 4px;
}
.info-tile-b_not-ill:after {
  display: none;
}
.info-tile-b_dd {
  cursor: pointer;
}
.info-tile-b__dd {
  display: none;
  padding-bottom: 16px;
}
.info-tile-b__dd--link {
  cursor: pointer;
  position: relative;
  display: block;
}
.info-tile-b__dd--arrow {
  position: absolute;
  right: 0;
  margin-right: -10px;
  top: 4px;
  opacity: 0.7;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.info-tile-b .plz-wait {
  font-size: 14px;
}
.info-tile-b_dd:hover .info-tile-b__dd--arrow {
  opacity: 1;
}
.info-tile-b__bottom {
  margin-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 763px) {
  .info-tile-b__bottom {
    display: block;
  }
}
.title_big + .info-tile-b {
  margin-top: 30px;
}
.info-tile-b__head {
  border-bottom: 1px solid rgba(151,151,151,0.3);
  padding-bottom: 17px;
  margin-bottom: 18px;
  position: relative;
}
.info-tile-b__head:before {
  top: 0px;
  bottom: 19px;
  content: '';
  position: absolute;
  background: #3291ff;
  width: 5px;
  border-radius: 0 5px 5px 0;
  left: -30px;
}
@media (max-width: 763px) {
  .info-tile-b__head:before {
    left: -20px;
  }
}
.info-tile-b__top-header {
  font-size: 14px;
  color: #5a6a7c;
  margin-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (max-width: 763px) {
  .info-tile-b__top-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .info-tile-b__top-header .order-number {
    margin-bottom: 5px;
  }
}
.info-tile-b__select {
  border-bottom: 1px solid #5a6a7c;
  margin-bottom: 4px;
}
.info-tile-b__total {
  font-weight: 800;
  font-size: 14px;
  color: #233349;
  letter-spacing: 0;
  line-height: 28px;
}
.info-tile-b__acts {
  margin-top: 20px;
  border-top: 1px solid rgba(151,151,151,0.3);
  padding-top: 15px;
  font-size: 14px;
}
.info-tile-b__acts--title {
  margin-bottom: 6px;
}
.info-tile-b__acts--list {
  font-size: 14px;
  list-style: disc;
  padding-left: 20px;
}
.info-tile-b__acts--list-item {
  margin-bottom: 4px;
}
.pay-info-b {
  background: #f3f7f9;
  font-size: 11px;
  color: #5a697b;
  letter-spacing: 0;
  line-height: 16px;
  padding: 12px 26px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0 0 5px 5px;
}
@media (max-width: 763px) {
  .pay-info-b {
    padding-left: 16px;
    padding-right: 16px;
  }
  .pay-info-b br {
    display: none;
  }
}
.pay-info-b__lock {
  width: 16px;
  height: 20px;
}
.pay-info-b__text {
  max-width: 400px;
}
.pay-info-b__pic {
  margin-right: 15px;
  min-width: 23px;
}
.pay-info-b__pic img {
  display: block;
  max-width: auto;
}
.pay-table {
  width: 100%;
}
.pay-table__right {
  text-align: right;
  white-space: nowrap;
  padding-left: 15px;
}
.pay-info {
  font-size: 12px;
  line-height: 18px;
  color: #5a6a7c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pay-info__ico {
  margin-right: 10px;
}
.info-table {
  width: 100%;
  font-size: 14px;
  margin-bottom: 16px;
  max-width: 500px;
}
.info-table td {
  padding-bottom: 6px;
  padding-right: 10px;
}
.info-table td b {
  font-weight: 800;
}
.info-table td:last-child {
  white-space: nowrap;
}
.info-table__bottom-line td {
  border-bottom: 1px solid #8896a6;
  padding-bottom: 10px;
}
.info-table__bottom-line + tr td {
  padding-top: 10px;
}
.info-table__bottom-line_light td {
  border-bottom: 1px solid rgba(136,150,166,0.3);
}
.info-table__title {
  padding-right: 20px;
  color: #8896a6;
  max-width: 300px;
  width: 24%;
}
.features-item {
  margin-bottom: 28px;
  max-width: 520px;
}
.features-item__title {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 5px;
}
.features-item__text {
  color: #8896a6;
  font-size: 16px;
  line-height: 26px;
}
.about-pay-b__text {
  font-size: 12px;
  line-height: 18px;
  color: #8896a6;
  margin-bottom: 10px;
}
.about-pay-b__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-pay-b__logos img {
  margin: 6px;
}
.about-pay-b__logos img:last-child {
  margin-right: 0;
}
.price-b {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 19px;
}
.city-list {
  -webkit-columns: 4;
          columns: 4;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 763px) {
  .city-list {
    -webkit-columns: 2;
            columns: 2;
    margin-right: -10px;
  }
}
@media (max-width: 763px) {
  .city-list li {
    padding-right: 15px;
    margin-bottom: 10px;
  }
}
.city-list_light {
  -webkit-columns: 3;
          columns: 3;
}
@media (max-width: 763px) {
  .city-list_light {
    -webkit-columns: 2;
            columns: 2;
  }
}
.city-list_light li {
  margin-bottom: 22px;
}
.adress-select-b {
  position: relative;
}
.adress-select-b .radio-b {
  margin-bottom: 0;
}
.adress-select-b__bottom {
  border-top: 1px solid #e4ecf1;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  padding: 20px 0;
  background: #fff;
}
.popup-text {
  width: 100%;
  background: rgba(255,255,255,0.17);
  box-shadow: 0 3px 15px 0 rgba(0,0,0,0.18), 0 1px 3px 0 rgba(0,0,0,0.22);
  padding: 20px;
  text-align: left;
  border-radius: 5px;
  font-size: 14px;
  line-height: 21px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
  color: #fff;
}
@media (max-width: 763px) {
  .popup-text {
    color: #22334a;
  }
}
.popup-text_hide {
  opacity: 0;
  visibility: hidden;
}
.popup-text__ico {
  margin-right: 16px;
}
@media (max-width: 763px) {
  .popup-text__ico {
    display: none;
  }
}
.popup-text__ico svg {
  fill: none;
  display: block;
}
.popup-text__close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.popup-text__close:hover {
  opacity: 1;
}
.popup-text__close svg {
  fill: #fff;
  display: block;
  width: 13px;
  height: 13px;
}
@media (max-width: 763px) {
  .popup-text__close svg {
    fill: #000;
  }
}
.content-b {
  font-size: 18px;
  line-height: 28px;
  max-width: 700px;
  margin-bottom: 50px;
}
.content-b p {
  color: #233349;
  margin-bottom: 10px;
}
.content-b ul:not(.ok-list) {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}
.content-b ul:not(.ok-list) li {
  margin-bottom: 10px;
}
.content-b b,
.content-b strong {
  font-weight: 800;
}
.content-b blockquote {
  border-radius: 5px;
  margin-top: 15px;
  padding: 30px;
  padding-right: 50px;
  font-size: 15px;
  line-height: 24px;
  position: relative;
  background: #f3f7f9;
  margin-bottom: 10px;
}
.content-b_small {
  font-size: 16px;
  line-height: 1.6;
}
.content-b_article {
  padding-left: 12px;
  padding-right: 50px;
}
@media (max-width: 763px) {
  .content-b_article {
    padding-right: 0;
  }
}
@media (max-width: 763px) {
  .content-b {
    font-size: 16px;
    line-height: 1.4;
  }
}
.content-b h1 {
  font-weight: 800;
  font-size: 38px;
  color: #000;
  line-height: 50px;
  margin-bottom: 80px;
}
@media (max-width: 763px) {
  .content-b h1 {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}
.content-b h1 + .art-desc {
  margin-top: -70px;
  margin-bottom: 80px;
}
@media (max-width: 763px) {
  .content-b h1 + .art-desc {
    margin-top: -20px;
    margin-bottom: 20px;
  }
}
.content-b h2 {
  font-weight: 800;
  font-size: 30px;
  color: #000;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media (max-width: 763px) {
  .content-b h2 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 16px;
  }
}
.content-b * + h2 {
  margin-top: 50px;
}
.content-b h3 {
  font-weight: 800;
  font-size: 26px;
  color: #000;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media (max-width: 763px) {
  .content-b h3 {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}
.content-b * + h3 {
  margin-top: 40px;
}
.content-b p {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.content-b ol {
  list-style: decimal;
  padding-left: 20px;
}
.content-b ol li {
  margin-bottom: 20px;
}
.content-b ol.mb-80 li {
  margin-bottom: 80px;
}
.content-b img {
  max-width: 100%;
}
.blog-list {
  max-width: 600px;
  margin-bottom: 100px;
}
.title + .blog-list {
  margin-top: 50px;
}
.blog-list__item {
  margin-bottom: 40px;
}
@media (max-width: 763px) {
  .blog-list__title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
.blog-list__title a {
  color: #22334a;
}
.blog-list__title a:hover {
  color: #fb1616;
}
.blog-list__text {
  font-size: 18px;
  line-height: 1.4;
}
@media (max-width: 763px) {
  .blog-list__text {
    font-size: 16px;
  }
}
.dd-b__link {
  cursor: pointer;
  color: #5a6a7c;
  border-bottom: 1px dotted;
}
.tutorial-b {
  max-width: 470px;
  margin-bottom: 24px;
}
.tutorial-b__list {
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 35px;
  min-height: 266px;
}
.tutorial-b__list p {
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}
.tutorial-b__list--step {
  position: absolute;
  left: 0;
  top: 0;
}
.tutorial-b__btns .btn {
  margin-right: 20px;
  vertical-align: top;
}
@media (max-width: 763px) {
  .tutorial-b__btns .btn {
    margin-bottom: 16px;
  }
}
.adress-hint-exmp {
  color: #8896a6;
  display: block;
  margin-top: 6px;
}
.adress-hint-exmp__select {
  background: #e8eff3;
  box-shadow: 0 0 0 2px #e8eff3;
}
.searching-more {
  margin-top: 30px;
  margin-bottom: 30px;
}
.searching-more svg {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  position: relative;
  top: 3px;
  fill: #5a6a7c;
}
.choose-opt-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-bottom: 33px;
}
.title + .choose-opt-b {
  margin-top: 30px;
}
@media (max-width: 763px) {
  .choose-opt-b {
    display: block;
    margin-right: 0;
  }
}
.choose-opt-b__column {
  width: 33.333%;
  padding-right: 15px;
}
@media (max-width: 763px) {
  .choose-opt-b__column {
    width: auto;
    padding: 0;
    margin-bottom: 10px;
  }
}
.choose-opt-b__item {
  height: 200px;
  background: #fff;
  border-radius: 5px;
  padding: 26px;
  color: #22334a;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.choose-opt-b__item .btn {
  min-width: 125px;
}
.choose-opt-b__item:hover {
  -webkit-transform: translate(0, -5px);
          transform: translate(0, -5px);
  box-shadow: 0 10px 35px 0 rgba(0,0,0,0.18), 0 1px 9px 1px rgba(0,0,0,0.19);
}
.choose-opt-b__item:hover .btn {
  background: #0b73e1;
  color: #fff;
}
.choose-opt-b__item_shadow {
  border: 1px solid #e4ecf1;
}
.choose-opt-b__item_shadow:hover {
  border: 1px solid #e4ecf1;
  box-shadow: 0 0 2px 0 rgba(188,205,222,0.27), 0 2px 5px 0 rgba(212,224,237,0.5);
}
.choose-opt-b__title {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 5px;
}
.choose-opt-b__text {
  color: #5a6a7c;
  font-size: 16px;
  margin-bottom: 15px;
}
.top-features-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  position: absolute;
  top: 100%;
  margin-top: 100px;
  text-align: left;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 763px) {
  .top-features-b {
    position: relative;
    display: block;
  }
}
.top-features-b__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.333%;
  font-size: 14px;
  line-height: 21px;
  max-width: 300px;
  padding: 0 10px;
  opacity: 0.7;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: default;
}
@media (max-width: 763px) {
  .top-features-b__item {
    width: auto;
    max-width: 100%;
    margin-bottom: 16px;
  }
}
.top-features-b__item_link {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  cursor: pointer;
}
.top-features-b__item_link:hover {
  opacity: 1;
}
.top-features-b__link {
  border-bottom: 1px dotted rgba(255,255,255,0.5);
  color: #fff;
}
.top-features-b__link_solid {
  border-bottom: 1px solid rgba(255,255,255,0.5);
}
.top-features-b__link:hover {
  color: #fff;
}
.top-features-b__ico {
  padding-right: 15px;
}
.top-features-b__ico svg {
  fill: #fff;
  opacity: 0.4;
  display: block;
}
.search-place-b {
  text-align: left;
  margin-top: -8px;
}
.search-place-b__top {
  position: relative;
}
.search-place-b__bottom {
  margin-top: 25px;
}
.search-place-b__items {
  margin-top: 12px;
}
.search-place-b_btn {
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.18);
}
.search-place-b__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  padding-bottom: 29px;
}
.search-place-b__count {
  opacity: 0.4;
  font-size: 14px;
}
.add-object-link {
  font-size: 14px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.9;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.add-object-link:hover {
  opacity: 1;
}
.add-object-link svg {
  display: block;
  position: relative;
  top: 1px;
  margin-right: 6px;
}
.search-place-item {
  background: rgba(255,255,255,0.15);
  padding: 15px 14px 20px 17px;
  border-radius: 5px;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.18);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: background 0.1s;
  transition: background 0.1s;
  position: relative;
}
.search-place-item:hover {
  background: rgba(255,255,255,0.2);
}
.search-place-item_specify {
  cursor: pointer;
}
.search-place-item_specify:hover .btn_white-border {
  border-color: #fff;
}
.search-place-item__right {
  margin-left: 20px;
}
.search-place-item__title {
  font-size: 16px;
  margin-bottom: 4px;
}
.search-place-item__desc {
  color: rgba(255,255,255,0.7);
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-place-item__ico {
  margin-right: 8px;
  opacity: 0.6;
}
.search-place-item__ico svg {
  fill: #fff;
  display: block;
  width: 17px;
  height: 17px;
}
.search-place-item_done .search-place-item__ico {
  opacity: 1;
}
.search-place-item_done .search-place-item__ico svg {
  fill: #1ff05e;
}
.search-place-item__remove {
  position: absolute;
  left: 100%;
  display: block;
  padding: 14px;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.search-place-item__remove svg {
  fill: #fff;
  width: 14px;
  height: 14px;
  opacity: 0.5;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.search-place-item__remove:hover svg {
  opacity: 1;
}
.search-place-item:hover .search-place-item__remove {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.search-place-item__btn {
  height: 40px;
  font-size: 14px;
  line-height: 38px;
}
.top-mobile-features-b {
  margin-top: 35px;
}
.top-mobile-features-b__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
  opacity: 0.5;
}
.top-mobile-features-b__icons svg {
  fill: #fff;
  margin: 0 7px;
}
.top-mobile-features-b__text {
  font-size: 12px;
  line-height: 20px;
  opacity: 0.7;
  max-width: 180px;
  margin: 0 auto;
}
.cupon-number {
  color: #3291ff;
  font-weight: 800;
}
.counter-table {
  font-size: 14px;
  margin-bottom: 20px;
}
.counter-table__gray {
  color: #5a6a7c;
}
.counter-table td {
  padding-right: 8px;
  padding-bottom: 4px;
}
.dd-slide-b {
  margin-bottom: 30px;
}
.dd-slide-b__title {
  position: relative;
  cursor: pointer;
  margin-bottom: 14px;
  color: #3291ff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.dd-slide-b__title svg {
  fill: #3291ff;
  width: 10px;
}
.dd-slide-b__title:hover {
  color: #0b73e1;
}
.dd-slide-b__title:hover svg {
  fill: #0b73e1;
}
.dd-slide-b__link {
  font-size: 14px;
  margin-bottom: 10px;
  color: #8896a6;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.dd-slide-b__link:hover {
  color: #15bd7a;
}
.dd-slide-b__ico {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.dd-slide-b__link .dd-slide-b__ico {
  width: 10px;
  fill: #8896a6;
}
.dd-slide-b_open .dd-slide-b__ico {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.dd-slide-b__dd {
  background: #f3f7f9;
  padding: 26px 20px 36px;
  border-radius: 10px;
}
.dd-slide-b__dd_white {
  background: #fff;
}
.object-info-b__dd {
  font-size: 12px;
  padding-top: 10px;
  color: #5a6a7c;
}
@media (max-width: 763px) {
  .object-info-b__dd {
    font-size: 12px;
    color: #657588;
  }
}
.object-info-b__table td {
  padding-right: 15px;
  padding-bottom: 5px;
}
.object-info-b__link {
  font-size: 14px;
  color: #5a6a7c;
  cursor: pointer;
}
.object-info-b__link:hover {
  color: #22334a;
}
@media (max-width: 763px) {
  .object-info-b__link {
    color: #657588;
    font-size: 12px;
  }
  .object-info-b__link:hover {
    color: #657588;
  }
}
.object-info-b__arrow {
  fill: #5a6a7c;
  width: 10px;
  height: 8px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-left: 3px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 763px) {
  .object-info-b__arrow {
    fill: #657588;
    width: 8px;
    height: 6px;
    margin-left: 1px;
  }
}
.object-info-b__arrow_open {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.object-info-b__link:hover .object-info-b__arrow {
  fill: #22334a;
}
.promo-top-b {
  background: url("../img/general/promo-top-bg.jpg") no-repeat left 50% #fff;
  background-size: 344px 301px;
  padding: 46px 65px 80px 390px;
  box-shadow: 0 1px 5px 0 rgba(212,224,237,0.5);
  border-radius: 5px;
  margin: 0 -24px 64px;
}
@media (max-width: 763px) {
  .promo-top-b {
    padding: 30px 20px 40px;
    margin: 0 0 40px;
    background: #fff;
  }
}
.promo-top-b__title {
  font-size: 36px;
  color: #212223;
  letter-spacing: 0;
  line-height: 46px;
  font-weight: 800;
  margin-bottom: 17px;
}
@media (max-width: 763px) {
  .promo-top-b__title {
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 14px;
  }
}
.promo-top-b__text {
  font-size: 22px;
  color: #22334a;
  letter-spacing: 0;
  line-height: 35px;
  margin-bottom: 37px;
}
@media (max-width: 763px) {
  .promo-top-b__text {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}
.promo-top-b__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 763px) {
  .promo-top-b__bottom {
    display: block;
  }
}
.promo-top-b__btn {
  margin-right: 26px;
  min-width: 170px;
  background: #00bb71;
  box-shadow: 0 10px 10px -12px #1c6f1f, 0 3px 8px 0 rgba(35,115,22,0.2);
}
@media (max-width: 763px) {
  .promo-top-b__btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.promo-top-b__check {
  color: #708194;
  font-size: 16px;
  margin-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
}
.promo-top-b__check:last-child {
  margin-bottom: 0;
}
.promo-top-b__check svg {
  margin-right: 6px;
  margin-top: -3px;
  fill: #708194;
  width: 16px;
  height: 16px;
}
.features-risk-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -24px 200px;
}
@media (max-width: 763px) {
  .features-risk-b {
    margin: 0 0 80px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.features-risk-b__item {
  width: 25%;
  text-align: center;
  font-size: 15px;
  line-height: 24px;
  color: #22334a;
  font-family: 'Noto Serif', serif;
  padding: 0 20px;
}
@media (max-width: 763px) {
  .features-risk-b__item {
    width: 50%;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 20px;
    padding: 0 10px;
  }
}
.features-risk-b__img {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 18px;
}
@media (max-width: 763px) {
  .features-risk-b__img {
    height: 40px;
    margin-bottom: 10px;
  }
  .features-risk-b__img img {
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.risk-b-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 170px;
  margin-right: -24px;
}
@media (max-width: 763px) {
  .risk-b-block {
    display: block;
    margin-right: 0;
    padding: 0 9px;
  }
}
.risk-b-block__left {
  width: 60%;
}
@media (max-width: 763px) {
  .risk-b-block__left {
    width: auto;
  }
}
.risk-b-block__right {
  width: 40%;
  padding: 0 0 0 15px;
}
.risk-b-block__right img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 763px) {
  .risk-b-block__right {
    display: none;
  }
}
.risk-b-block__ill {
  display: block;
  margin: 0 auto;
}
.risk-b-block__text {
  font-size: 20px;
  color: #32465c;
  letter-spacing: 0;
  line-height: 34px;
  margin-bottom: 46px;
}
@media (max-width: 763px) {
  .risk-b-block__text {
    font-size: 16px;
    line-height: 28px;
  }
}
.risk-b-block__text strong {
  font-weight: 800;
}
.risk-b-block__blockquote {
  font-style: italic;
  font-size: 20px;
  color: #32465c;
  letter-spacing: 0;
  line-height: 34px;
  padding-left: 24px;
  border-left: 6px solid #3291ff;
  margin-left: 30px;
  margin-bottom: 54px;
  max-width: 500px;
}
@media (max-width: 763px) {
  .risk-b-block__blockquote {
    font-size: 16px;
    line-height: 28px;
    margin-left: 10px;
    padding-left: 17px;
  }
}
.table-risk {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 14px;
}
@media (max-width: 763px) {
  .table-risk {
    font-size: 14px;
    display: block;
    margin-top: 24px;
  }
  .table-risk tbody {
    display: block;
  }
}
.table-risk td {
  padding: 21px 50px 26px 0;
  border-bottom: 1px solid rgba(136,150,166,0.3);
}
@media (max-width: 763px) {
  .table-risk td {
    display: block;
    padding: 0;
    border: none;
  }
}
.table-risk__left {
  font-size: 12px;
  width: 163px;
}
@media (max-width: 763px) {
  .table-risk__left {
    width: auto;
    color: #fb1616;
    margin-bottom: 7px;
    letter-spacing: 1.44px;
  }
}
@media (max-width: 763px) {
  .table-risk__item {
    margin-bottom: 32px;
    display: block;
  }
}
.table-risk-b {
  margin-bottom: 60px;
}
.table-risk-b__more {
  text-align: center;
}
@media (max-width: 763px) {
  .table-risk-b__more {
    border-top: 1px solid rgba(0,0,0,0.1);
    padding-top: 16px;
  }
}
.table-risk-b__more--link {
  border-bottom: 1px dotted rgba(0,0,0,0.2);
  cursor: pointer;
  color: #5a6a7c;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.table-risk-b__more--link:hover {
  border-color: rgba(0,0,0,0.8);
}
.what-is-b {
  margin-bottom: 180px;
}
@media (max-width: 763px) {
  .what-is-b {
    margin-bottom: 80px;
  }
}
.what-is-b__top {
  text-align: center;
  margin-bottom: 52px;
}
@media (max-width: 763px) {
  .what-is-b__top {
    margin-bottom: 40px;
  }
}
.what-is-b__desc {
  font-size: 20px;
  color: #32465c;
  letter-spacing: 0;
  text-align: center;
  line-height: 34px;
  max-width: 640px;
  margin: 0 auto;
}
@media (max-width: 763px) {
  .what-is-b__desc {
    font-size: 16px;
    line-height: 1.6;
  }
}
.what-is-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 763px) {
  .what-is-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.what-is-tabs__left {
  width: 55%;
  padding-right: 20px;
  padding-left: 23px;
}
@media (max-width: 763px) {
  .what-is-tabs__left {
    width: auto;
    padding: 0;
  }
}
.what-is-tabs__right {
  padding: 0 20px;
  width: 50%;
}
@media (max-width: 763px) {
  .what-is-tabs__right {
    width: auto;
    margin-bottom: 20px;
  }
}
.what-is-tabs__tab {
  padding: 15px 40px 22px 24px;
  border: 1px solid rgba(0,0,0,0);
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 763px) {
  .what-is-tabs__tab {
    padding: 16px 20px 20px;
  }
}
.what-is-tabs__tab_active {
  border: 1px solid rgba(136,150,166,0.4);
  cursor: default;
}
.what-is-tabs__tab--title {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 4px;
  color: #3291ff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 763px) {
  .what-is-tabs__tab--title {
    font-size: 18px;
    line-height: 1.6;
  }
}
.what-is-tabs__tab:hover .what-is-tabs__tab--title {
  color: #fb1616;
}
.what-is-tabs__tab_active .what-is-tabs__tab--title,
.what-is-tabs__tab_active:hover .what-is-tabs__tab--title {
  color: #22334a;
}
.what-is-tabs__tab--text {
  font-size: 15px;
  color: #5a6a7c;
  letter-spacing: 0;
  line-height: 26px;
}
@media (max-width: 763px) {
  .what-is-tabs__tab--text {
    font-size: 14px;
    line-height: 1.6;
  }
}
.what-is-tabs__ex img {
  display: block;
  margin: 0 auto;
  background: #3291ff;
  box-shadow: 0 10px 15px 0 rgba(96,134,182,0.21), 0 2px 5px 0 rgba(100,117,170,0.35);
  border-radius: 3px 0 0 3px;
  border-left: 6px solid #3291ff;
  max-width: 100%;
  height: auto;
}
@media (max-width: 763px) {
  .what-is-tabs__ex img {
    width: 150px;
  }
}
.what-is-tabs__frame {
  max-width: 300px;
  margin: 0 auto 10px;
  text-align: center;
}
.what-is-tabs__frame--img {
  width: 150px;
  margin: 0 auto 20px;
}
.what-is-tabs__frame--img img {
  display: block;
  margin: 0 auto;
  background: #3291ff;
  box-shadow: 0 10px 15px 0 rgba(96,134,182,0.21), 0 2px 5px 0 rgba(100,117,170,0.35);
  border-radius: 3px 0 0 3px;
  border-left: 4px solid #3291ff;
  max-width: 100%;
  height: auto;
}
.what-is-tabs__frame .what-is-tabs__tab--title {
  color: inherit;
}
.what-ill-know {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -24px 220px;
}
@media (max-width: 763px) {
  .what-ill-know {
    margin: 0 0 80px;
    display: block;
  }
}
.what-ill-know__left {
  width: 33.333%;
}
@media (max-width: 763px) {
  .what-ill-know__left {
    width: auto;
    display: none;
  }
  .what-ill-know__left img {
    width: 150px;
    height: auto;
  }
}
.what-ill-know__right {
  width: 66.66%;
  padding-left: 100px;
  padding-right: 24px;
}
@media (max-width: 763px) {
  .what-ill-know__right {
    width: auto;
    padding: 0;
  }
}
.what-ill-know__ill {
  height: auto;
  max-width: 100%;
}
.wik-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(136,150,166,0.3);
  padding-bottom: 30px;
}
.wik-item:last-child {
  margin-bottom: 0;
}
.title_big-landing + .wik-item {
  margin-top: 80px;
}
@media (max-width: 763px) {
  .title_big-landing + .wik-item {
    margin-top: 30px;
  }
}
.wik-item__ico {
  width: 70px;
  min-width: 70px;
  margin-right: 25px;
  margin-left: -10px;
}
@media (max-width: 763px) {
  .wik-item__ico {
    margin-right: 10px;
    margin-left: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.wik-item__ico img {
  display: block;
  margin: 0 auto;
}
.wik-item__text {
  font-size: 16px;
  color: #5a6a7c;
  letter-spacing: 0;
  line-height: 28px;
  max-width: 390px;
}
.faq-chat-wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 670px;
  margin: 70px auto 155px;
}
@media (max-width: 763px) {
  .faq-chat-wp {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}
.faq-chat-wp__more {
  width: 100%;
  text-align: center;
  background: #f3f7f9;
  box-shadow: 0 -40px 54px -34px rgba(26,37,57,0.1), 0 -11px 24px -20px rgba(44,65,98,0.3);
  padding: 23px 0 29px;
  margin: 0 -30px;
  font-size: 16px;
  color: #8896a6;
  letter-spacing: 0;
  cursor: pointer;
}
@media (max-width: 763px) {
  .faq-chat-wp__more {
    margin: 0;
  }
}
.faq-chat-wp__more--link {
  border-bottom: 1px dotted rgba(0,0,0,0.1);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.faq-chat-wp__more:hover .faq-chat-wp__more--link {
  color: rgba(0,0,0,0.8);
  border-color: rgba(0,0,0,0.8);
}
.faq-chat-item__mess {
  background: #fff;
  background: rgba(50,145,255,0.1);
  border: 1px solid rgba(50,145,255,0.3);
  box-shadow: 0 12px 19px -17px rgba(37,48,79,0.4);
  border-radius: 5px;
  padding: 10px 18px 16px;
  font-size: 18px;
  color: #244871;
  letter-spacing: 0;
  line-height: 26px;
  display: table;
  margin-bottom: 18px;
  margin-right: 135px;
}
@media (max-width: 763px) {
  .faq-chat-item__mess {
    margin-right: 84px;
    font-size: 14px;
    line-height: 1.6;
  }
}
.faq-chat-item__replay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 80px;
}
@media (max-width: 763px) {
  .faq-chat-item__replay {
    margin-left: 25px;
  }
}
.faq-chat-item__replay--ppl {
  margin-left: 20px;
  text-align: center;
  width: 65px;
  min-width: 65px;
}
.faq-chat-item__replay--mess {
  background: rgba(50,145,255,0.05), #fff;
  border: 1px solid rgba(50,145,255,0.3);
  box-shadow: 0 10px 14px -12px rgba(67,81,118,0.3);
  font-size: 16px;
  color: #22334a;
  letter-spacing: 0;
  line-height: 28px;
  border-radius: 5px;
  padding: 10px 18px 16px;
  margin-bottom: 80px;
}
@media (max-width: 763px) {
  .faq-chat-item__replay--mess {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 60px;
  }
}
.faq-chat-item__replay--ava {
  margin-bottom: 9px;
}
.faq-chat-item__replay--ava img {
  display: block;
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  border-radius: 50%;
}
.faq-chat-item__replay--name {
  font-size: 10px;
}
.risk-reviews-b {
  margin-bottom: 190px;
}
.risk-reviews-b__wp {
  max-width: 675px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 70px;
}
.risk-reviews-b__item {
  background: #fff;
  border: 1px solid #e4ecf1;
  box-shadow: 0 14px 25px 0 rgba(96,134,182,0.11), 0 25px 55px 0 rgba(100,117,170,0.15);
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: -20px;
  position: relative;
  max-width: 470px;
}
.risk-reviews-b__item img {
  display: block;
  max-width: 100%;
}
.risk-reviews-b__item:nth-child(even) {
  -ms-flex-item-align: end;
      align-self: flex-end;
  z-index: 2;
}
.risk-order-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 763px) {
  .risk-order-b {
    display: block;
    padding: 0 9px;
  }
}
.risk-order-b__title {
  font-size: 48px;
  margin-bottom: 25px;
  line-height: 56px;
}
@media (max-width: 763px) {
  .risk-order-b__title {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 16px;
  }
  .risk-order-b__title br {
    display: none;
  }
}
.risk-order-b__left {
  width: 33.333%;
  padding-right: 60px;
}
@media (max-width: 763px) {
  .risk-order-b__left {
    display: none;
  }
}
.risk-order-b__left img {
  width: 100%;
  height: auto;
}
.risk-order-b__right {
  width: 66.666%;
  padding-left: 18px;
}
@media (max-width: 763px) {
  .risk-order-b__right {
    width: auto;
    padding: 0;
  }
}
.risk-order-b__desc {
  font-size: 22px;
  color: #32465c;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 50px;
}
@media (max-width: 763px) {
  .risk-order-b__desc {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}
.order-steps-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 55px;
}
@media (max-width: 763px) {
  .order-steps-b {
    margin: 0 0 30px;
    display: block;
  }
}
.order-steps-b__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #8896a6;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  padding-right: 50px;
}
@media (max-width: 763px) {
  .order-steps-b__item {
    width: auto;
    font-size: 16px;
    margin-bottom: 16px;
  }
  .order-steps-b__item br {
    display: none;
  }
}
.order-steps-b__item:before {
  position: absolute;
  right: 20px;
  width: 10px;
  height: 34px;
  top: 5px;
  content: '';
  background: url("../img/general/arrow-right-big.svg") no-repeat center center;
  background-size: contain;
}
@media (max-width: 763px) {
  .order-steps-b__item:before {
    display: none;
  }
}
.order-steps-b__item:last-child {
  padding-right: 0;
  white-space: nowrap;
}
@media (max-width: 763px) {
  .order-steps-b__item:last-child {
    white-space: normal;
  }
}
.order-steps-b__item:last-child:before {
  display: none;
}
.order-steps-b__item_active {
  color: #3291ff;
}
.order-steps-b__count {
  font-size: 42px;
  letter-spacing: 0;
  line-height: 38px;
  margin-right: 10px;
  font-weight: 800;
}
@media (max-width: 763px) {
  .order-steps-b__count {
    font-size: 16px;
    line-height: inherit;
    font-weight: 400;
  }
}
.search-new-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 763px) {
  .search-new-b {
    display: block;
  }
}
.search-new-b__left {
  width: 100%;
}
.search-new-b__right {
  margin-left: 14px;
}
@media (max-width: 763px) {
  .search-new-b__right {
    margin: 0;
  }
  .search-new-b__right .btn {
    width: 100%;
  }
}
.search-new-b__ex {
  font-size: 13px;
  color: #8896a6;
  text-align: center;
}
@media (max-width: 763px) {
  .search-new-b__ex {
    display: none;
  }
}
.search-new-b__input:not(:focus) {
  background: #e3e8ea;
  box-shadow: 0 10px 11px 0 rgba(139,160,217,0.14), 0 4px 6px -2px rgba(0,0,0,0.12);
  border-color: #e3e8ea;
  padding-bottom: 2px;
}
.search-new-b__btn {
  box-shadow: 0 10px 11px 0 rgba(62,123,213,0.24), 0 4px 6px -2px rgba(31,56,86,0.27);
  padding-bottom: 2px;
}
.page-loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.7;
}
.page-loader__loader {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  opacity: 0.8;
}
.title-row-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}
.title-row-b__title {
  margin-bottom: 0;
  margin-right: 16px;
}
.title_h1 + .title-row-b {
  margin-top: 30px;
}
.lk-orders-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 763px) {
  .lk-orders-columns {
    display: block;
  }
}
.lk-orders-columns__right {
  width: 226px;
  min-width: 226px;
  margin-left: 47px;
}
@media (max-width: 763px) {
  .lk-orders-columns__right {
    width: auto;
    min-width: 100%;
    margin-left: 0;
    padding-left: 30px;
  }
}
.lk-orders-columns__left {
  width: 100%;
}
@media (max-width: 763px) {
  .lk-orders-columns__left {
    margin-bottom: 60px;
  }
}
.order-card {
  background: #fff;
  padding: 25px 26px;
  border-radius: 5px;
  color: #32465c;
  border: 1px solid #e9eef3;
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  visibility: visible;
  box-shadow: 0 1px 3px 0 rgba(176,180,184,0.25);
}
.order-card_not-tile {
  padding: 0;
  border: none;
  box-shadow: none;
}
.order-card:first-child {
  z-index: 10;
}
.order-card_hide {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
  -webkit-transform: translate(0, -20%) scale(0.8);
          transform: translate(0, -20%) scale(0.8);
  visibility: hidden;
  position: absolute;
}
.order-card__status {
  font-size: 14px;
  margin-bottom: 10px;
}
.order-card__title {
  font-weight: 800;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 13px;
  max-width: 545px;
}
.order-card__desc {
  font-size: 14px;
  margin-bottom: 12px;
}
.order-card__body {
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid rgba(90,106,124,0.4);
}
.order-card__body_small {
  font-size: 14px;
  padding-top: 14px;
  padding-bottom: 10px;
  margin-top: 29px;
}
.order-card__docs {
  width: 100%;
  font-size: 14px;
  color: #22334a;
}
.order-card__docs td {
  padding-bottom: 10px;
}
.order-card__docs td:last-child {
  text-align: right;
}
.order-card__docs--status {
  padding-left: 20px;
}
.order-card__docs--status .btn {
  min-width: 132px;
}
.order-card__download-link {
  font-size: 12px;
  color: #8896a6;
  cursor: pointer;
}
.order-card__download-link:hover {
  color: #22334a;
}
.order-card__status-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 763px) {
  .order-card__status-line {
    display: block;
  }
}
.order-card__small-link {
  font-size: 12px;
  color: #6b7989;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.order-card__small-link:hover {
  color: #22334a;
}
.order-card:before,
.order-card:after {
  position: absolute;
  top: 100%;
  height: 6px;
  left: 5px;
  right: 5px;
  background: #fff;
  content: '';
  margin-top: 1px;
  border: 1px solid #e9eef3;
  border-top: none;
  border-radius: 0 0px 6px 6px;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.order-card:after {
  left: 10px;
  right: 10px;
  margin-top: 7px;
}
.order-card_first:before,
.order-card_first:after {
  opacity: 1;
}
.order-card__pack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 763px) {
  .order-card__pack {
    display: block;
  }
}
.order-card__pack-desc {
  margin-left: 16px;
  font-size: 12px;
  color: #93a0b0;
  letter-spacing: 0;
  max-width: 310px;
}
@media (max-width: 763px) {
  .order-card__pack-desc {
    margin-left: 0;
    margin-top: 10px;
  }
}
.package-code {
  font-weight: 800;
  font-size: 16px;
  color: #3291ff;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  border: 1px dashed rgba(136,150,166,0.4);
  border-radius: 5px;
  padding: 7px 17px;
  white-space: nowrap;
}
.package-code_disabled {
  color: #8896a6;
  opacity: 0.5;
}
.orders-list-b {
  margin-bottom: 45px;
  position: relative;
}
.orders-list-b__show-more {
  text-align: center;
}
.orders-list-b__show-more--link {
  color: #8896a6;
  cursor: pointer;
}
.orders-list-b__show-more--link:hover {
  color: #22334a;
}
.subscribe-offer-b {
  background: #fff;
  border: 1px solid #e9eef3;
  border-radius: 5px;
  box-shadow: 0 1px 3px 0 rgba(176,180,184,0.25);
  padding: 77px 70px 72px;
  border-top: 4px solid #3291ff;
  position: relative;
  margin-top: 85px;
  margin-bottom: 38px;
}
@media (max-width: 763px) {
  .subscribe-offer-b {
    padding: 77px 20px 72px;
  }
}
.subscribe-offer-b__title {
  font-weight: 800;
  font-size: 24px;
  color: #22334a;
  letter-spacing: 0;
  text-align: center;
  line-height: 38px;
  margin-bottom: 13px;
}
.subscribe-offer-b__desc {
  font-size: 16px;
  color: #32465c;
  letter-spacing: 0;
  text-align: center;
  line-height: 23px;
  max-width: 430px;
  margin: 0 auto 20px;
}
.subscribe-offer-b__ico {
  width: 86px;
  height: 86px;
  background: url("../img/general/ring.svg") no-repeat center center #3291ff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: -2px;
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.3, 1.64, 0.95, 1.52);
  transition: all 0.2s cubic-bezier(0.3, 1.64, 0.95, 1.52);
}
.subscribe-offer-b__ico:hover {
  -webkit-transform: translate(-50%, -50%) rotate(10deg);
          transform: translate(-50%, -50%) rotate(10deg);
}
.subscribe-offer-b .price-offer-b {
  text-align: center;
}
.price-offer-b__desc {
  font-size: 12px;
  color: #8896a6;
  letter-spacing: 0;
  margin-top: 10px;
}
.price-offer-b .btn {
  width: 224px;
  position: relative;
}
.price-offer-b .btn__right-arrow {
  font-size: 16px;
}
.price-offer-b__price {
  margin-bottom: 19px;
  font-size: 16px;
}
.dropdown-slider {
  margin-bottom: 30px;
}
.dropdown-slider__item {
  border-bottom: 1px solid #e4ecf1;
}
.dropdown-slider__item:last-child {
  border: none;
}
.dropdown-slider__title {
  font-size: 16px;
  padding: 18px 16px 19px 0;
  cursor: pointer;
  position: relative;
}
.dropdown-slider__title:hover {
  color: #000;
}
.dropdown-slider__arrow {
  position: absolute;
  right: 0;
  top: 26px;
  fill: #32465c;
  opacity: 0.5;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.dropdown-slider__item_open .dropdown-slider__arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.dropdown-slider__title:hover .dropdown-slider__arrow {
  opacity: 1;
}
.dropdown-slider__slide {
  font-size: 14px;
  padding: 0px 0 30px 0px;
}
.dropdown-slider__slide--text-b {
  margin-bottom: 16px;
}
.dropdown-slider__slide--subtitle {
  font-weight: 800;
}
.lk-info-b {
  max-width: 224px;
}
.lk-info-b__ill {
  display: block;
  margin-bottom: 20px;
}
.lk-info-b__text-b {
  font-size: 14px;
  color: #5a6a7c;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 14px;
}
.lk-info-b__link {
  color: #2e66a5;
  border-bottom: 1px solid rgba(46,102,165,0.2);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  cursor: pointer;
}
.lk-info-b__link:hover {
  border-color: #2e66a5;
}
.status-mess-b {
  font-size: 10px;
  color: #fb1616;
  letter-spacing: 1.5px;
  background: rgba(251,22,22,0.1);
  text-transform: uppercase;
  display: table;
  padding: 5px 10px 6px;
  border-radius: 5px;
  cursor: default;
}
.status-mess-b svg {
  fill: #fb1616;
}
.status-mess-b_link {
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.status-mess-b_link:hover {
  background: rgba(251,22,22,0.15);
}
.status-mess-b_ok {
  background: none;
  text-transform: none;
  border: 1px solid rgba(0,214,50,0.3);
  color: #29c74e;
  letter-spacing: 0;
  font-size: 14px;
  padding: 4px 10px 5px;
}
.status-mess-b_ok svg {
  fill: #29c74e;
}
.status-mess-b_gray {
  border: 1px solid rgba(136,150,166,0.3);
  color: #5a6a7c;
}
.status-mess-b_gray svg {
  fill: #5a6a7c;
}
.status-mess-b_ok.status-mess-b_link:hover {
  background: rgba(0,214,50,0.3);
}
.status-mess-b_wait {
  background: none;
  text-transform: none;
  border: 1px solid rgba(136,150,166,0.3);
  color: rgba(136,150,166,0.8);
  letter-spacing: 0;
  font-size: 14px;
  padding: 4px 10px 5px;
}
.status-mess-b_wait svg {
  fill: #29c74e;
}
.status-mess-b_war {
  background: none;
  text-transform: none;
  border: 1px solid rgba(251,22,22,0.3);
  color: #fb1616;
  letter-spacing: 0;
  font-size: 14px;
  padding: 4px 10px 5px;
}
.status-mess-b_war svg {
  fill: #fb1616;
  width: 12px;
  height: 12px;
}
.status-mess-b__pic {
  display: inline-block;
  font-weight: 800;
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.orders-wp {
  margin-bottom: 43px;
}
.subscribe-process-title {
  font-size: 16px;
  color: #32465c;
  letter-spacing: 0;
  line-height: 23px;
  margin-bottom: 26px;
}
.subscribe-order-b {
  background: #fff;
  border: 1px solid #e9eef3;
  box-shadow: 0 1px 3px 0 rgba(176,180,184,0.25);
  border-radius: 5px;
  max-width: 633px;
}
.subscribe-order-b__steps {
  border-bottom: 1px solid #e4ecf1;
  padding: 23px 33px 0;
  font-size: 14px;
  color: #8896a6;
  letter-spacing: 0;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 763px) {
  .subscribe-order-b__steps {
    padding: 23px 16px 0;
    font-size: 12px;
  }
}
.subscribe-order-b__steps--step {
  margin-right: 20px;
  padding-bottom: 10px;
  margin-bottom: -1px;
}
.subscribe-order-b__steps--step_current {
  color: #22334a;
  border-bottom: 2px solid #3291ff;
}
.subscribe-order-b__body {
  padding: 23px 33px 43px;
}
@media (max-width: 763px) {
  .subscribe-order-b__body {
    padding: 23px 16px 43px;
  }
}
.subscribe-order-b__title {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 21px;
}
.radio-tiles-b {
  margin-bottom: 24px;
}
.radio-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border: 1px solid #e4ecf1;
  border-radius: 4px;
  padding: 11px 16px 11px;
  cursor: pointer;
  margin-bottom: 13px;
}
.radio-tile__title {
  border-radius: 4px;
  margin-bottom: 5px;
  font-size: 16px;
}
.radio-tile__desc {
  font-style: italic;
  font-size: 14px;
  color: #32465c;
  letter-spacing: 0;
  margin-bottom: 4px;
}
.tabs-b {
  margin-bottom: 20px;
}
.tabs-b_mb-0 {
  margin-bottom: 0;
}
.tabs-new-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.tabs-new-b__tab {
  width: 100%;
  text-align: center;
  border: 1px solid rgba(46,102,165,0.2);
  padding: 9px 16px 10px;
  font-size: 14px;
  margin-right: -1px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.tabs-new-b__tab:first-child {
  border-radius: 6px 0 0 6px;
}
.tabs-new-b__tab:last-child {
  border-radius: 0 6px 6px 0;
}
.tabs-new-b__tab:hover {
  background: rgba(241,244,249,0.3);
}
.tabs-new-b__tab_active {
  background: #f1f4f9;
  cursor: default;
}
.tabs-new-b__tab_active:hover {
  background: #f1f4f9;
}
.changes-list-b {
  font-size: 14px;
}
.changes-list-b__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 10px 16px;
  cursor: pointer;
  margin: 0 -10px;
}
.changes-list-b__main_detected {
  color: #fb1616;
}
.changes-list-b__main:hover {
  background: rgba(241,244,249,0.3);
}
.changes-list-b__item {
  border-bottom: 1px solid #e4ecf1;
}
.changes-list-b__dd {
  padding-bottom: 16px;
}
.changes-list-b__dd p {
  margin-bottom: 16px;
}
.pagination-b-wp {
  display: table;
}
.pagination-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pagination-b_white {
  background: #fff;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 1px solid #e9eef3;
  box-shadow: 0 1px 3px 0 rgba(176,180,184,0.23);
  border-radius: 5px;
}
.pagination-b__item {
  padding: 15px 10px;
  color: #32465c;
  font-size: 14px;
}
.pagination-b__item:hover {
  color: #fb1616;
}
.pagination-b__item_current {
  cursor: default;
  color: #3291ff;
}
.pagination-b__item_current:hover {
  color: #3291ff;
}
.pagination-b_white .pagination-b__item {
  padding: 11px 15px;
}
.pagination-b_white .pagination-b__item:first-child {
  border-radius: 5px 0 0 5px;
}
.pagination-b_white .pagination-b__item:last-child {
  border-radius: 0 5px 5px 0;
}
.pagination-b_white .pagination-b__item_current {
  background: #3291ff;
  color: #fff;
}
.breadcrumbs {
  font-size: 14px;
}
.breadcrumbs__link {
  opacity: 0.5;
  color: #8896a6;
  letter-spacing: 0;
}
.breadcrumbs__link:after {
  content: '〉';
  margin-left: 4px;
}
.breadcrumbs__item:last-child .breadcrumbs__link {
  cursor: default;
  opacity: 1;
}
.breadcrumbs__item:last-child .breadcrumbs__link:after {
  display: none;
}
.off-data-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  color: #93a0b0;
  letter-spacing: 0;
  line-height: 15px;
  max-width: 320px;
  margin-top: 20px;
}
.off-data-desc__img {
  margin-right: 17px;
}
.old-price {
  opacity: 0.5;
  text-decoration: line-through;
}
.new-price {
  color: #fb1616;
}
.login-page-b {
  padding-top: 100px;
}
@media (max-height: 850px) {
  .login-page-b {
    padding-top: 0;
  }
}
@media (max-width: 763px) {
  .login-page-b {
    padding-top: 0;
  }
}
.map-desc-text {
  line-height: 22px;
  font-size: 14px;
  color: #8896a6;
}
.map-desc-text p {
  margin-bottom: 16px;
}
.packages-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  margin-top: -94px;
  position: relative;
  z-index: 2;
  border-radius: 4px;
  border: 1px solid #e9eef3;
  box-shadow: 0 1px 3px 0 rgba(176,180,184,0.23);
  margin-bottom: 55px;
}
@media (max-width: 763px) {
  .packages-b {
    display: block;
    background: none;
    box-shadow: none;
    border: none;
  }
}
.packages-b__title {
  font-weight: 800;
  font-size: 20px;
  color: #22334a;
  letter-spacing: 0;
  margin-bottom: 8px;
}
.packages-b__desc {
  font-size: 14px;
  color: #383f48;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 24px;
}
@media (max-width: 763px) {
  .packages-b__desc {
    margin-bottom: 14px;
  }
}
.packages-b__inner {
  position: relative;
  z-index: 2;
}
.packages-b__item {
  width: 100%;
  padding: 20px 20px 34px;
  border-right: 1px solid #e9eeef;
  cursor: pointer;
  position: relative;
}
@media (max-width: 763px) {
  .packages-b__item {
    border-radius: 4px;
    border: 1px solid #e9eef3;
    box-shadow: 0 1px 3px 0 rgba(176,180,184,0.23);
    background: #fff;
    margin-bottom: 16px;
    text-align: center;
  }
}
.packages-b__item .btn {
  font-weight: 800;
}
.packages-b__item:before {
  left: -2px;
  top: -2px;
  right: -2px;
  bottom: -2px;
  position: absolute;
  content: '';
  background: #fff;
  border-radius: 4px;
  opacity: 0;
  border: 1px solid #e9eef3;
  box-shadow: 0 10px 35px 0 rgba(85,117,154,0.18), 0 1px 9px 1px rgba(136,160,203,0.19);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.packages-b__item:hover:before {
  opacity: 1;
}
.packages-b__item:hover .btn {
  background: #3291ff;
  color: #fff;
}
.packages-b__item:last-child {
  border-right: none;
}
.features-text-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
@media (max-width: 763px) {
  .features-text-b {
    display: block;
  }
}
.features-text-b__item {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 18px;
}
@media (max-width: 763px) {
  .features-text-b__item {
    width: auto;
    padding: 0;
  }
}
.features-text-b__title {
  font-weight: 800;
  font-size: 18px;
  color: #22334a;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 8px;
}
.features-text-b__text {
  font-size: 14px;
  color: #34465b;
  letter-spacing: 0;
  line-height: 22px;
}
.lk-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 763px) {
  .lk-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.lk-columns__left {
  width: 100%;
  max-width: 537px;
}
.lk-columns__right {
  padding-left: 36px;
  width: 220px;
}
.lk-columns__right_long {
  width: 300px;
  min-width: 300px;
}
@media (max-width: 763px) {
  .lk-columns__right {
    padding-left: 0;
    margin-bottom: 20px;
    width: auto;
    min-width: 1px;
  }
}
.order-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.order-tile:hover:not(.order-tile_disabled):not(.order-tile_pay) {
  box-shadow: 0 10px 15px 0 rgba(96,134,182,0.11), 0 0 5px 0 rgba(100,117,170,0.15);
}
.order-tile__title {
  font-size: 15px;
  color: #2a4261;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 3px;
}
.order-tile__title_type-2 {
  font-size: 16px;
  color: #000;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: 0;
}
.order-tile__text {
  font-size: 13px;
  color: #5a6a7c;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 10px;
}
.order-tile__subtitle {
  font-size: 13px;
  color: #394f68;
  letter-spacing: 0;
  line-height: 17px;
}
.order-tile__left {
  padding-right: 20px;
  width: 100%;
}
.order-tile_pay {
  display: block;
}
.order-tile_pay--left {
  padding-right: 16px;
}
@media (max-width: 763px) {
  .order-tile_pay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .order-tile_pay:before {
    display: none;
  }
}
.order-tile_pay .btn {
  min-width: 100%;
}
@media (max-width: 763px) {
  .order-tile_pay .btn {
    min-width: 1px;
  }
}
.order-tile_common {
  display: block;
}
.order-tile__right {
  padding-top: 6px;
}
.order-tile__right .btn {
  min-width: 155px;
}
.order-tile_disabled .order-tile__left {
  opacity: 0.6;
}
.order-tile + .title {
  margin-top: 40px;
}
.pay-systems {
  text-align: center;
  margin-bottom: 100px;
}
.order-tile {
  background: #fff;
  border: 1px solid #ecf0f3;
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 14px 23px 21px;
  position: relative;
}
.order-tile_line:before {
  position: absolute;
  top: 14px;
  bottom: 14px;
  content: '';
  width: 5px;
  background: #00bb71;
  border-radius: 0 5px 5px 0;
  left: 0;
}
.order-tile__table {
  font-size: 13px;
  color: #395069;
  letter-spacing: 0;
  line-height: 17px;
  max-width: 450px;
}
.order-tile__table td {
  padding-bottom: 8px;
}
.order-tile__table td:first-child {
  min-width: 100px;
  padding-right: 16px;
}
.order-tile__counter {
  font-size: 18px;
  color: #22334a;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 12px;
}
@media (max-width: 763px) {
  .order-tile__counter {
    margin-bottom: 0;
  }
}
.load-btn {
  background: rgba(178,204,217,0.2);
  padding: 10px;
  border-radius: 6px;
  cursor: pointer;
  text-align: center;
  font-size: 15px;
  color: #263a55;
  letter-spacing: 0;
  line-height: 28px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-top: 20px;
}
.load-btn:hover {
  background: rgba(178,204,217,0.4);
}
.sum-input {
  max-width: 125px;
  margin-bottom: 26px;
}
.pay-row-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
@media (max-width: 763px) {
  .pay-row-b {
    display: block;
    text-align: center;
  }
}
.pay-row-b__btn {
  margin-right: 27px;
}
@media (max-width: 763px) {
  .pay-row-b__btn {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.pay-row-b__btn .btn {
  width: 215px;
}
@media (max-width: 763px) {
  .pay-row-b__btn .btn {
    width: 100%;
  }
}
.cadr-lend-top-b {
  background: #fff;
  box-shadow: 0 10px 25px 0 rgba(81,127,184,0.13), 0 0 75px 0 rgba(100,117,170,0.06);
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 40px 78px;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
@media (max-width: 763px) {
  .cadr-lend-top-b {
    padding: 20px 16px 30px;
  }
}
.cadr-lend-top-b__title {
  font-weight: 800;
  font-size: 40px;
  color: #273a54;
  letter-spacing: 0;
  line-height: 50px;
  margin-bottom: 20px;
}
@media (max-width: 763px) {
  .cadr-lend-top-b__title {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}
.cadr-lend-top-b__left {
  max-width: 540px;
}
.cadr-lend-top-b__right {
  padding: 15px 50px 10px 40px;
}
@media (max-width: 763px) {
  .cadr-lend-top-b__right {
    display: none;
  }
}
.cadr-lend-top-b__right img {
  display: block;
}
.cadr-lend-top-b__list {
  font-size: 18px;
  color: #657588;
  letter-spacing: 0;
  margin-bottom: 28px;
  list-style: disc;
  padding-left: 30px;
}
@media (max-width: 763px) {
  .cadr-lend-top-b__list {
    font-size: 14px;
    line-height: 1.4;
    padding-left: 20px;
  }
}
.cadr-lend-top-b__list-item {
  margin-bottom: 6px;
}
.cadr-lend-top-b__form--desc {
  opacity: 0.6;
  font-size: 14px;
  color: #657588;
  letter-spacing: 0;
}
@media (max-width: 763px) {
  .cadr-lend-top-b__form--desc {
    font-size: 12px;
  }
}
.enter-input-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 515px;
  margin-bottom: 8px;
}
@media (max-width: 763px) {
  .enter-input-b {
    display: block;
  }
}
.enter-input-b__btn {
  height: 55px;
  line-height: 55px;
  min-width: 136px;
  margin-left: 10px;
}
@media (max-width: 763px) {
  .enter-input-b__btn {
    margin-left: 0;
    width: 100%;
    margin-top: 4px;
  }
}
.enter-input-b__btn svg {
  margin-left: 6px;
  margin-right: -11px;
  top: 2px;
}
.enter-input-b__input {
  height: 55px;
  background: #eff2f7;
  border-color: #eff2f7;
  margin-bottom: 0;
  padding-bottom: 3px;
}
.enter-input-b__input:focus {
  background: #fff;
}
.mej-features-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px 40px;
}
@media (max-width: 763px) {
  .mej-features-b {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.mej-features-b__item {
  width: 33.333%;
  padding: 0 15px;
}
@media (max-width: 763px) {
  .mej-features-b__item {
    width: auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.mej-features-b__title {
  font-weight: 800;
  font-size: 24px;
  color: #273b54;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 12px;
}
@media (max-width: 763px) {
  .mej-features-b__title {
    font-size: 18px;
    line-height: 24px;
  }
  .mej-features-b__title br {
    display: none;
  }
}
.mej-features-b__text {
  font-size: 18px;
  color: #273b54;
  letter-spacing: 0;
  line-height: 30px;
}
@media (max-width: 763px) {
  .mej-features-b__text {
    font-size: 14px;
    line-height: 20px;
  }
}
.mej-features-b__ico {
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 763px) {
  .mej-features-b__ico {
    height: auto;
    min-width: 50px;
    width: 50px;
    margin-right: 20px;
  }
  .mej-features-b__ico img {
    max-width: 100%;
    height: auto;
  }
}
.refund-b {
  overflow: hidden;
  max-width: 653px;
  margin: 0 auto;
}
.refund-b__top {
  padding: 30px 30px 40px;
  background: #fff;
  box-shadow: 0 1px 3px 2px rgba(188,205,222,0.6), 0 2px 15px -30px rgba(212,224,237,0.7);
  text-align: center;
  margin: -20px -30px 10px;
  position: relative;
}
.refund-b__title {
  font-weight: 800;
  font-size: 30px;
  color: #233349;
  letter-spacing: 0;
  text-align: center;
  line-height: 42px;
  margin-bottom: 10px;
}
.refund-b__date {
  font-size: 14px;
  color: #657588;
  letter-spacing: 0;
  line-height: 22px;
  display: table;
  padding: 4px 20px;
  background: #f3f7f9;
  margin: 0 auto;
  border-radius: 30px;
}
.refund-b__date_red {
  color: #fd1001;
  background: rgba(249,23,22,0.05);
}
.refund-b__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.refund-b__bottom--right {
  text-align: right;
}
.refund-b__summ-text {
  font-size: 14px;
  color: #9daab9;
  letter-spacing: 0;
  text-align: right;
  line-height: 24px;
  margin-bottom: 8px;
}
.refund-b__total-sum {
  font-size: 30px;
  color: #263955;
  letter-spacing: 0;
  text-align: right;
  line-height: 24px;
}
.refund-b__back {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #dce5ee;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.refund-b__back svg {
  fill: #dce5ee;
  position: relative;
  left: -1px;
}
.refund-b__back:hover {
  border-color: #83a7cc;
}
.refund-b__back:hover svg {
  fill: #83a7cc;
}
.refund-check-b {
  margin-bottom: 40px;
}
.refund-check-b__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #e8eff3;
  cursor: pointer;
}
.refund-check-b__title {
  font-size: 16px;
  color: #2b4161;
  margin-bottom: 6px;
}
.refund-check-b__title span {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
}
.refund-check-b__status {
  color: #9daab9;
  font-size: 14px;
}
.refund-check-b__status_done {
  color: #00dd93;
}
.refund-check-b__center {
  width: 100%;
}
.refund-check-b__right {
  text-align: right;
  white-space: nowrap;
  padding-left: 20px;
}
.lk-top-filter-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tabs-filter-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e9eef3;
  box-shadow: 0 1px 3px 0 rgba(176,180,184,0.23);
  border-radius: 5px;
  margin-bottom: 20px;
}
.tabs-filter-b__item {
  font-size: 14px;
  color: #4f4f4f;
  letter-spacing: 0;
  padding: 11px 15px 12px;
  background: #fff;
  text-align: center;
  min-width: 147px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 763px) {
  .tabs-filter-b__item {
    min-width: 1px;
    font-size: 12px;
  }
}
.tabs-filter-b__item:not(.tabs-filter-b__item_active):hover {
  background: #eff6ff;
}
.tabs-filter-b__item:first-child {
  border-radius: 5px 0 0 5px;
}
.tabs-filter-b__item:last-child {
  border-radius: 0 5px 5px 0;
}
.tabs-filter-b__item_active {
  background: #3291ff;
  color: #fff;
  cursor: default;
}
.filter-search-b {
  position: relative;
  margin-bottom: 20px;
}
.filter-search-b__input {
  height: 42px;
  background: #fff;
  border: 1px solid #e9eef3;
  box-shadow: 0 1px 3px 0 rgba(176,180,184,0.23);
  border-radius: 6px;
  margin-bottom: 0;
  padding-left: 36px;
  font-size: 14px;
  width: 390px;
}
@media (max-width: 763px) {
  .filter-search-b__input {
    width: 100%;
  }
}
.filter-search-b__button {
  position: absolute;
  left: 0;
  top: 0;
  background: none;
  outline: none;
  height: 100%;
  width: 38px;
  border: none;
  padding: 0;
}
.filter-search-b__button svg {
  width: 15px;
  height: 15px;
  fill: #223249;
  opacity: 0.3;
  position: relative;
  top: 2px;
  left: 2px;
}
@media (max-width: 763px) {
  .filter-search-b-form {
    display: block;
    width: 100%;
  }
}
.items-table-b {
  width: 100%;
  background: #fff;
  text-align: left;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 22px;
  color: #4f4f4f;
  letter-spacing: 0;
  border: 1px solid #e9eef3;
  box-shadow: 0 1px 3px 0 rgba(176,180,184,0.23);
  border-radius: 5px;
  overflow: auto;
}
@media (max-width: 763px) {
  .items-table-b {
    margin-right: -10px;
    width: auto;
    margin-left: -10px;
  }
}
.items-table-b__table {
  width: 100%;
}
.items-table-b__head {
  border-bottom: 1px solid #dce5ee;
  box-shadow: 0 1px 3px 2px rgba(188,205,222,0.6), 0 2px 15px -30px rgba(212,224,237,0.7);
  position: relative;
  z-index: 2;
}
.items-table-b__head--item {
  padding: 19px 0 19px 18px;
  white-space: nowrap;
  text-align: left;
}
.items-table-b__head--item_right {
  text-align: right;
}
.items-table-b__head--item:last-child {
  padding-right: 22px;
}
.items-table-b__item {
  border-bottom: 1px solid #dce5ee;
  cursor: pointer;
}
.items-table-b__item:last-child {
  border: none;
}
.items-table-b__item:hover {
  background: #e0f2ff;
}
.items-table-b__item--cell {
  padding: 18px 0 22px 18px;
}
.items-table-b__item--cell_right {
  text-align: right;
}
.items-table-b__item--cell:last-child {
  padding-right: 22px;
}
.items-table-b__status {
  white-space: nowrap;
  border: 1px solid #9ab7d3;
  border-radius: 6px;
  padding: 4px 10px;
  font-size: 12px;
  color: #223249;
}
.items-table-b__size {
  white-space: nowrap;
}
.items-table-b__cadnum {
  color: #8895a5;
}
.filter-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}
.filter-b__on-item {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e6eef2;
  font-size: 12px;
  color: #3b5568;
  letter-spacing: 0;
  line-height: 22px;
  padding: 5px 9px;
  border-radius: 6px;
  margin: 0 9px 9px 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.filter-b__on-item:hover {
  background: #d8e3e8;
}
.filter-b__on-item svg {
  width: 10px;
  height: 10px;
  fill: #a6b9c3;
  margin-left: 8px;
}
.filter-b__open-filter-btn {
  font-weight: 800;
  font-size: 12px;
  color: #3b5568;
  letter-spacing: 0;
  line-height: 22px;
  border: 1px solid #bfcfde;
  border-radius: 6px;
  padding: 4px 15px 4px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.filter-b__open-filter-btn:hover {
  background: #e6eef2;
}
.filter-b__open-filter-btn svg {
  margin-right: 6px;
}
.check-label-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  color: #223249;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 14px;
  cursor: pointer;
}
.check-label-b .checkbox {
  margin-right: 12px;
}
.lead-info-b {
  padding: 35px 33px;
}
@media (max-width: 763px) {
  .lead-info-b {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.lead-info-b__title {
  font-weight: 800;
  font-size: 16px;
  color: #223249;
  letter-spacing: 0;
  line-height: 25px;
  margin-bottom: 6px;
}
.lead-info-b__desc {
  font-size: 14px;
  color: #223149;
  letter-spacing: 0;
  line-height: 22px;
}
.lead-info-b__top {
  margin-bottom: 29px;
  padding-right: 20px;
}
.lead-info-b__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -25px;
}
@media (max-width: 763px) {
  .lead-info-b__columns {
    display: block;
  }
}
.lead-info-b__columns-left {
  width: 50%;
  padding-right: 25px;
}
@media (max-width: 763px) {
  .lead-info-b__columns-left {
    width: auto;
    padding-right: 0;
    margin-bottom: 25px;
  }
}
.lead-info-b__columns-right {
  width: 50%;
}
@media (max-width: 763px) {
  .lead-info-b__columns-right {
    width: auto;
    padding-right: 0;
  }
}
.lead-info-b__subtitle {
  font-weight: 800;
  font-size: 15px;
  color: #223249;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.lead-info-b__item {
  font-size: 14px;
  color: #223149;
  letter-spacing: 0;
  line-height: 17px;
  margin-bottom: 7px;
  margin-left: -5px;
}
.lead-info-b__item svg {
  margin-right: 5px;
}
.lead-info-b__item_disabled {
  color: #8895a5;
}
.lead-info-b__item_disabled svg {
  fill: #8895a5;
}
.lead-info-b__bottom {
  margin-left: -33px;
  margin-right: -33px;
  padding: 30px 33px 0px;
  border-top: 1px solid #ced3da;
  margin-top: 50px;
  font-size: 14px;
  color: #223149;
  letter-spacing: 0;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 763px) {
  .lead-info-b__bottom {
    display: block;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.lead-info-b__btn {
  width: 250px;
  margin-bottom: 0;
  margin-right: 38px;
}
@media (max-width: 763px) {
  .lead-info-b__btn {
    margin-bottom: 15px;
  }
}
.lead-card {
  background: #fff;
  border: 1px solid #e9eef3;
  box-shadow: 0 1px 3px 0 rgba(176,180,184,0.23);
  border-radius: 5px;
  padding: 30px;
}
@media (max-width: 763px) {
  .lead-card {
    padding: 20px 15px;
  }
}
.lead-card__title {
  max-width: 550px;
  font-weight: 800;
  font-size: 16px;
  color: #223249;
  letter-spacing: 0;
  line-height: 25px;
  margin-bottom: 6px;
}
.lead-card__desc {
  font-size: 14px;
  color: #223149;
  letter-spacing: 0;
  line-height: 22px;
}
.lead-card__top {
  padding-bottom: 18px;
  border-bottom: 1px solid #ced3da;
  margin-bottom: 30px;
}
.lead-card__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 763px) {
  .lead-card__columns {
    display: block;
  }
}
.lead-card__columns--left {
  max-width: 590px;
  width: 100%;
  margin-right: 30px;
}
@media (max-width: 763px) {
  .lead-card__columns--left {
    margin-right: 0;
  }
}
.lead-card__comments {
  padding: 30px;
  margin-left: -30px;
  margin-right: -30px;
  position: relative;
}
@media (max-width: 763px) {
  .lead-card__comments {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.lead-card__comments:before {
  content: '';
  position: absolute;
  top: 0;
  height: 5px;
  box-shadow: 0 1px 3px 2px rgba(188,205,222,0.6), 0 2px 15px -30px rgba(212,224,237,0.7);
  left: 5px;
  right: 5px;
}
.lead-card__comments:after {
  position: absolute;
  content: '';
  top: -5px;
  height: 10px;
  left: 0;
  right: 0;
  background: #fff;
}
.docs-list {
  margin-bottom: 8px;
}
.docs-list__item {
  display: block;
  background: #f0f9ff;
  border-radius: 6px;
  padding: 9px 15px;
  font-size: 14px;
  color: #0c68e0;
  margin-bottom: 5px;
}
.docs-list__item_disabled {
  cursor: default;
  color: #8895a5;
  background: #f3f7f9;
}
.docs-list__item:not(.docs-list__item_disabled):hover {
  background: #e0f2ff;
  color: #0c68e0;
}
.doc-block {
  margin-bottom: 25px;
}
.editable-text {
  position: relative;
}
.editable-text__val {
  color: #3291ff;
  cursor: pointer;
}
.editable-text__val svg {
  fill: #3291ff;
}
.editable-text__val:hover {
  color: #ffc843;
}
.editable-text__val:hover svg {
  fill: #ffc843;
}
.editable-text__input {
  position: absolute;
  top: -5px;
  left: 0;
  height: 30px;
  font-size: 14px;
}
.simple-text {
  font-size: 14px;
  margin-bottom: 7px;
}
.simple-text_big {
  font-size: 20px;
}
.load-doc {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.load-doc svg {
  margin-right: 8px;
}
.load-doc:hover {
  color: #ffc843;
}
.load-doc:hover svg {
  fill: #ffc843;
}
.comments-b__add {
  margin-bottom: 20px;
}
.comments-b__textarea {
  height: 43px;
  min-height: 43px;
  background: #fff;
  box-shadow: none;
  outline: none;
  border-radius: 4px;
  display: block;
  width: 100%;
  padding: 10px 15px;
  font-size: 14px;
  border: 1px solid #c3d6ea;
  margin-bottom: 14px;
  -webkit-appearance: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  max-width: 100%;
}
.comments-b__textarea:focus {
  border-color: #2f8fff;
  box-shadow: 0 0 4px 2px #70b1ff;
}
.comments-b__log {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  color: #223249;
  letter-spacing: 0;
  line-height: 22px;
  border-bottom: 1px solid #e6ecf4;
  padding-bottom: 15px;
  padding-top: 15px;
}
.comments-b__log:last-child {
  border-bottom: none;
}
.comments-b__log--right {
  color: #8895a5;
  text-align: right;
  margin-left: 10px;
}
.popup-from-b {
  max-width: 350px;
}
.lk-top-menu {
  background: #fff;
  padding: 35px 0 0;
  border-bottom: 1px solid #e4ecf1;
  margin-top: -51px;
  margin-bottom: 36px;
}
@media (max-width: 763px) {
  .lk-top-menu {
    margin-top: -15px;
    padding-top: 20px;
  }
}
.lk-top-menu__search {
  margin-bottom: 24px;
}
.lk-top-menu__title {
  font-size: 22px;
  margin-bottom: 16px;
}
.lk-top-menu__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 763px) {
  .lk-top-menu__menu {
    display: block;
  }
}
.menu-row {
  font-size: 16px;
  color: #22334a;
  letter-spacing: 0;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 763px) {
  .menu-row {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 16px;
  }
}
.menu-row__item {
  padding: 6px 8px 17px;
  position: relative;
  cursor: pointer;
  margin-right: 3px;
}
@media (max-width: 763px) {
  .menu-row__item .counter {
    position: absolute;
    min-width: 16px;
    height: 16px;
    line-height: 16px;
    padding: 0 2px;
    font-size: 10px;
    font-weight: 400;
  }
}
.menu-row__item_active {
  cursor: default;
  color: #22334a;
}
.menu-row__item_active:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  content: '';
  background: #3291ff;
}
.balans-count-b {
  cursor: default;
  position: relative;
  padding-bottom: 14px;
}
@media (max-width: 763px) {
  .balans-count-b {
    display: table;
  }
}
.balans-count-b__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 151px;
  background: #f1f8ff;
  line-height: 30px;
  border-radius: 3px;
  padding: 0 9px;
  font-size: 16px;
  color: #0f7cef;
  letter-spacing: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 763px) {
  .balans-count-b__count {
    max-width: 150px;
  }
}
.balans-count-b__num {
  font-weight: 800;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid rgba(192,209,227,0.5);
  font-size: 14px;
  line-height: 15px;
}
@media (max-width: 763px) {
  .balans-count-b__num {
    font-size: 12px;
  }
}
.balans-count-b__btn {
  position: absolute;
  top: 0;
  background: #0f7cef;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 9px;
  border-radius: 3px;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  visibility: hidden;
  padding-bottom: 1px;
}
.balans-count-b__btn:hover {
  color: #fff;
  background: #0b73e1;
}
.balans-count-b__btn--pluse {
  padding-left: 9px;
  border-left: 1px solid rgba(255,255,255,0.5);
  line-height: 15px;
}
@media (max-width: 763px) {
  .balans-count-b__btn--pluse {
    margin-left: 6px;
  }
}
.balans-count-b__btn--pluse svg {
  display: block;
}
.balans-count-b:hover .balans-count-b__btn {
  opacity: 1;
  visibility: visible;
}
.balans-count-b_red .balans-count-b__count {
  background: #fff1f1;
  color: #ff5757;
}
.balans-count-b_red .balans-count-b__num {
  border-left: 1px solid rgba(255,133,133,0.5);
}
.balans-count-b_red .balans-count-b__btn {
  background: #ff5757;
}
.balans-count-b_red .balans-count-b__btn:hover {
  background: #fb1616;
}
.mass-order-b {
  margin-top: 37px;
}
.mass-order-b__empty {
  opacity: 0.6;
  font-size: 14px;
  color: #5a6a7b;
  letter-spacing: 0;
  text-align: center;
  line-height: 22px;
  text-align: center;
  max-width: 430px;
  margin: 0 auto;
  padding: 100px 0;
}
@media (max-width: 763px) {
  .mass-order-b__empty {
    padding: 0;
  }
}
.mass-order-b__empty--img {
  display: block;
  margin: 0 auto 30px;
}
.mass-order-b__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 13px;
}
@media (max-width: 763px) {
  .mass-order-b__top {
    display: block;
  }
}
.mass-order-b__top--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 18px;
}
@media (max-width: 763px) {
  .mass-order-b__top--right {
    margin-top: 10px;
  }
}
.mass-order-b__total {
  padding-left: 18px;
  margin-top: 16px;
}
@media (max-width: 763px) {
  .mass-order-b__total {
    padding-left: 0;
    font-size: 14px;
  }
}
.mass-order-b__btm-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 18px;
}
@media (max-width: 763px) {
  .mass-order-b__btm-info {
    padding: 0;
    display: block;
  }
}
.mass-order-b__bottom {
  margin-top: 40px;
  padding: 0 18px;
}
@media (max-width: 763px) {
  .mass-order-b__bottom {
    padding: 0;
  }
}
.mass-order-b__bottom__desc {
  opacity: 0.7;
  font-size: 14px;
  color: #22334a;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 6px;
}
.mass-order-b__bottom .btn {
  width: 270px;
}
.order-object-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  border: 1px solid #e4ecf1;
  border-radius: 5px;
  padding: 12px 18px 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: default;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-bottom: 8px;
  position: relative;
}
@media (max-width: 763px) {
  .order-object-item {
    display: block;
  }
}
.order-object-item__remove {
  position: absolute;
  left: 100%;
  padding-left: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  color: #8896a6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
.order-object-item__remove--text {
  margin-left: 5px;
}
@media (max-width: 763px) {
  .order-object-item__remove--text {
    display: none;
  }
}
@media (max-width: 763px) {
  .order-object-item__remove {
    left: auto;
    right: 0;
    top: 0;
    padding: 8px;
    opacity: 1;
    visibility: visible;
  }
  .order-object-item__remove svg {
    width: 10px;
    height: 10px;
  }
}
.order-object-item__remove:hover svg {
  opacity: 1;
}
.order-object-item__remove svg {
  display: block;
  fill: #979797;
  opacity: 0.4;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.order-object-item:hover .order-object-item__remove {
  opacity: 1;
  visibility: visible;
}
.order-object-item:hover {
  box-shadow: 0 0 3px 0 #bccdde, 0 2px 10px 0 #d4e0ed;
}
.order-object-item__title {
  font-size: 16px;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.order-object-item__desc {
  color: #8896a6;
  font-size: 14px;
}
.order-object-item__desc_orange {
  color: #ff7f03;
}
.order-object-item__desc svg {
  width: 17px;
  height: 17px;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 2px;
}
svg.order-object-item__desc-loader {
  fill: #8896a6;
  width: 16px;
  height: 16px;
}
svg.order-object-item__desc-attention {
  fill: #ff7f03;
}
.order-object-item__left {
  max-width: 70%;
}
@media (max-width: 763px) {
  .order-object-item__left {
    max-width: 100%;
    padding-right: 10px;
  }
}
.order-object-item__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 763px) {
  .order-object-item__right {
    margin-top: 10px;
  }
}
.load-more-btn {
  background: #e9eff4;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 24px;
  color: #7a8b9e;
  display: block;
}
.load-more-btn:hover {
  background: #dde9f3;
}
.load-more-btn__count {
  font-size: 12px;
  width: 23px;
  height: 23px;
  border: 1px solid #c8d0d7;
  border-radius: 50%;
  line-height: 22px;
  display: inline-block;
  margin-left: 3px;
}
.white-content-b {
  background: #fff;
  border-radius: 5px;
  color: #34465b;
}
.opt-landing-promo-b {
  text-align: center;
  padding-top: 64px;
}
@media (max-width: 763px) {
  .opt-landing-promo-b {
    padding: 20px 20px 0;
    text-align: left;
  }
}
.opt-landing-promo-b img {
  max-width: 100%;
  height: auto;
}
.opt-landing-promo-b__title {
  font-size: 32px;
  line-height: 44px;
}
@media (max-width: 763px) {
  .opt-landing-promo-b__title {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 6px;
  }
  .opt-landing-promo-b__title br {
    display: none;
  }
}
.opt-landing-promo-b__subtitle {
  font-size: 22px;
  color: #24344a;
  line-height: 30px;
  margin-bottom: 30px;
}
@media (max-width: 763px) {
  .opt-landing-promo-b__subtitle {
    font-size: 18px;
  }
}
.opt-landing-promo-b__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  font-size: 16px;
  color: #34465b;
  max-width: 750px;
  line-height: 24px;
  margin: 0 auto 40px;
}
@media (max-width: 763px) {
  .opt-landing-promo-b__steps {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
    list-style: decimal;
    padding-left: 16px;
  }
}
.opt-landing-promo-b__step {
  padding: 0 26px;
  position: relative;
}
@media (max-width: 763px) {
  .opt-landing-promo-b__step {
    padding: 0;
    text-align: left;
    margin-bottom: 10px;
    padding-left: 4px;
  }
}
.opt-landing-promo-b__step:before {
  position: absolute;
  right: 16px;
  width: 16px;
  height: 16px;
  content: '';
  background: url("../img/general/arrow-right.svg") no-repeat;
  background-size: contain;
  top: 50%;
  margin-top: -8px;
}
@media (max-width: 763px) {
  .opt-landing-promo-b__step:before {
    display: none;
  }
}
.opt-landing-promo-b__step:last-child:before {
  display: none;
}
.opt-landing-promo-b__btn-b {
  max-width: 450px;
  margin: 0 auto 50px;
}
.opt-landing-promo-b__btn-b .btn {
  position: relative;
}
.opt-landing-promo-b__btn-b .btn__right-arrow {
  margin-top: -6px;
  font-size: 25px;
  right: 16px;
}
.opt-landing-promo-b__btn-b--desc {
  font-size: 14px;
  color: #8896a6;
  letter-spacing: 0;
  text-align: center;
  line-height: 22px;
  margin-top: 17px;
}
.opt-landing-bottom-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f4f6f8;
  font-size: 14px;
  color: #24344a;
  letter-spacing: 0;
  line-height: 23px;
  padding: 26px 0px 50px 30px;
}
@media (max-width: 763px) {
  .opt-landing-bottom-b {
    display: block;
  }
}
.opt-landing-bottom-b__column {
  width: 25%;
  padding-right: 20px;
}
@media (max-width: 763px) {
  .opt-landing-bottom-b__column {
    width: 100%;
    margin-bottom: 16px;
  }
}
.opt-landing-bottom-b__title {
  font-size: 18px;
  color: #24344a;
  letter-spacing: 0;
  line-height: 23px;
  margin-bottom: 9px;
}
.opt-landing-bottom-b ul {
  list-style: disc;
  padding-left: 20px;
}
.opt-landing-bottom-b ul li {
  margin-bottom: 10px;
}
.opt-landing-order-b {
  padding: 48px 20px;
  max-width: 490px;
  margin: 0 auto;
}
.opt-landing-order-b__step {
  opacity: 0.8;
  font-size: 16px;
  color: #34465b;
  letter-spacing: 0;
  text-align: center;
  line-height: 26px;
  margin-bottom: 5px;
}
.opt-landing-order-b__title {
  font-size: 22px;
  color: #233349;
  letter-spacing: 0;
  text-align: center;
  line-height: 34px;
  margin-bottom: 35px;
}
.opt-landing-order-b__btn-b {
  max-width: 450px;
  margin: 47px auto 50px;
}
.opt-landing-order-b__btn-b .btn {
  position: relative;
}
.opt-landing-order-b__btn-b .btn__right-arrow {
  margin-top: -6px;
  font-size: 25px;
  right: 16px;
}
.opt-landing-order-b__btn-b--desc {
  font-size: 14px;
  color: #8896a6;
  letter-spacing: 0;
  text-align: center;
  line-height: 22px;
  margin-top: 17px;
}
.opt-section-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (max-width: 763px) {
  .opt-section-columns {
    display: block;
    padding-bottom: 20px;
  }
}
.opt-section-columns__text {
  font-size: 22px;
  color: #24344a;
  line-height: 30px;
  margin-bottom: 36px;
  margin-top: 4px;
}
@media (max-width: 763px) {
  .opt-section-columns__text {
    font-size: 18px;
    line-height: 1.4;
  }
}
.opt-section-columns__left {
  min-width: 400px;
  margin-right: 78px;
  margin-left: -10px;
}
@media (max-width: 763px) {
  .opt-section-columns__left {
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.opt-section-columns__left img {
  width: 100%;
  height: auto;
}
@media (max-width: 763px) {
  .opt-section-columns__left img {
    max-width: 80%;
    display: block;
    margin: 0 auto;
    position: relative;
    left: -5%;
  }
}
.enter-call-number-b {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 25px;
  border-radius: 6px;
  background: #eaf7ff;
  z-index: 20;
  margin-top: 20px;
  box-shadow: 0 16px 14px -10px #bed4e1;
  min-height: 235px;
}
.enter-call-number-b__title {
  font-weight: 800;
  font-size: 18px;
  color: #22334a;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 2px;
}
@media (max-width: 763px) {
  .enter-call-number-b__title {
    font-size: 20px;
    margin-bottom: 6px;
  }
}
.enter-call-number-b__text {
  font-size: 16px;
  color: #22334a;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 16px;
}
@media (max-width: 763px) {
  .enter-call-number-b__text br {
    display: none;
  }
}
.enter-call-number-b__code-input {
  width: 72px;
  letter-spacing: 1px;
  margin-bottom: 7px;
}
@media (max-width: 763px) {
  .enter-call-number-b__code-input {
    background: #fff;
    border-color: #c3d6ea;
  }
}
.enter-call-number-b__link {
  font-size: 14px;
  color: #8896a6;
  letter-spacing: 0;
  line-height: 22px;
  cursor: pointer;
}
.enter-call-number-b__link:hover {
  border-bottom: 1px dotted;
}
.enter-call-number-b__link_disabled {
  cursor: default;
}
.enter-call-number-b__link_disabled:hover {
  border: none;
}
.breadcrumb-blog {
  margin-bottom: 20px;
}
.breadcrumb-blog__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -16px;
}
.breadcrumb-blog__item {
  margin-left: 16px;
  letter-spacing: 0.01rem;
  color: #505050;
  font-weight: 400;
}
@media (max-width: 763px) {
  .breadcrumb-blog__item {
    font-size: 12px;
  }
}
.breadcrumb-blog__item a {
  text-decoration: none;
  color: inherit;
}
.breadcrumb-blog__item a:hover {
  color: #000;
}
.breadcrumb-blog__item a:after {
  display: inline-block;
  content: "/";
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
.more-articles-block {
  padding: 30px 0 40px;
  background: #f3f7f9;
}
.more-articles-block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}
@media (max-width: 763px) {
  .more-articles-block__inner {
    display: block;
    margin: 0;
  }
}
.more-articles-block__item {
  width: 33.33%;
  padding: 0 10px;
}
@media (max-width: 763px) {
  .more-articles-block__item {
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
  }
}
.article-tile {
  color: #505050;
}
.article-tile:hover {
  color: #000;
}
.article-tile__img {
  display: block;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-tile__img-wp {
  margin-bottom: 10px;
}
.article-tile__title {
  font-size: 18px;
  font-weight: 500;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -mox-line-clamp: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.suggestions-nowrap {
  white-space: nowrap;
}
.suggestions-input {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
/*width: 100%;*/
  position: relative;
/*z-index: 21;*/
}
.input-set__input_short.suggestions-input {
/*Правим баг с прелоадером, который паддинг двигает*/
  padding: 0 8px !important;
}
.suggestions-input::-ms-clear {
  display: none;
}
.suggestions-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  vertical-align: top;
  -webkit-text-size-adjust: 100%;
  color: #000;
  text-align: left;
}
@media (max-width: 763px) {
  .suggestions-wrapper {
    font-size: 12px;
  }
}
.suggestions-addon {
  display: none;
  opacity: 0;
  position: absolute;
}
.suggestions-addon[data-addon-type="spinner"] {
  background: rgba(255,255,255,0.75) url("data:image/gif;base64,R0lGODlhEAAQAKUAABwaHIyOjMzKzOTm5LSytFxaXHR2dJyenNza3PT29Ly+vISGhERGRJSWlNTS1Ozu7Ly6vGRmZHx+fKSmpOTi5Pz+/MTGxDQyNJSSlMzOzOzq7LS2tHx6fNze3Pz6/MTCxIyKjExKTJyanNTW1PTy9GxqbKyqrP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQAnACwAAAAAEAAQAAAGk8CTcHgSHYjIU8dAOoFApwfDkfQYJqcFdBFKECleS4mCaSAum1MiIwQFHBWTRtgJxC8XYYIggSQlABwPRAODSB0jQxYKEB9JQiUFBQaLCo6PEZIGQyReSCRNQx4ZBIlIDgQOHkIQEBQVI54kIxUUG35RqxQEJBkOJAQDJx6GQh4biQJsGRCrSA/NJ8rDG8WPI6ZIQQAh+QQJCQArACwAAAAAEAAQAIUEAgSEgoTEwsTk4uSkoqRERkRkYmTU0tT08vSUlpS0srRsbmwcHhyMiozMyszs6uysqqxcXlzc2tz8+vxMTkycnpy8urx0dnQcGhyEhoTExsTk5uSkpqRMSkxsamzU1tT09vScmpy0trR0cnQ0MjSMjozMzszs7uysrqzc3tz8/vz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGk8CVcLiCoIjI1aAEWoVCq1NEkpw0RKsENGFoDh+TlSmwIXAGHcEKdBASCB+V5SQcVFSKQkcIEoQ0SSUkGQhEJ4VIAylDHyYObUkrFx4eAR8OJpBJk5VDCF5EEporEyYKH0kjAAt0KxYWAyofXghxBBgMQidhAwoImQgKAysIgEMTIqiYYhZhSCfNK8vIrZErH6hJQQAh+QQJCQAkACwAAAAAEAAQAIUEAgSEhoTExsTk5uRMTkykpqTU1tRsamz09vS0trR0dnScmpzMzszs7uzc3tw0MjRcXly0srT8/vy8vrx8fnwcGhyUkpTMyszs6uysqqzc2tx0cnT8+vy8urx8enykoqTU0tT08vTk4uRkZmT///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGkECScEhKdIhI0qCAIGUypJDCkeR8BE7oR8EhNrqaRSMSEY0uJIRB2OmIJIKQcJCRTCAQIYeRWCMXBAtyQyFNSCIiQwYMFyBJQgEeHhYGFwyOjwEKk4SGRA5+egwRoUMUFR4NbG4SBoYaGxIZDw9CXyQiESGXDAAFaQxEHH0kliQHFZ5DDR1dxhgVWI9CBqVDQQAh+QQJCQAmACwAAAAAEAAQAIUcGhyMjozMysxUVlTk5uSsrqx0cnT09vS8vrzc3tyEgoScnpxERkTU0tTs7uy0trRkZmR8fnz8/vzExsSMioykpqQ0MjSUlpTMzsxcWlzs6uy0srR0dnT8+vzEwsTk4uSEhoRMSkzU1tT08vS8urysqqz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGjkCTcGiaCIhIk4PUMZEQphHlk+w8Gk7oJtAcOpqEzQgxIUSwh4SQRPpIRAehhiSZcDjCDuYhSpYgJSNEI3FIGlRCIhgCWEkmFxQUCyICGI1JkCALQ4RJH2pDeht9SBQWIIJObW+FCQoSDyEMQl8mH2IQECIABSYHlyZWfQMZJhwWhURLTcRKFhiOQwZ4SUEAIfkECQkAKQAsAAAAABAAEACFBAIEhIKExMLE5OLkREZEpKKkZGZk1NLU9PL0tLK0dHZ0XF5cnJqczMrM7OrsbG5s3Nrc/Pr8vLq8NDI0jI6MTE5MrK6sHBochIaExMbE5ObkTEpMpKakbGps1NbU9Pb0tLa0fH58ZGJkzM7M7O7sdHJ03N7c/P78vL68////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABpDAlHCY8niIyBRJEkk1RqlPwZGMgA5OqIDTHJKamgRidHAwjpGBUCIZnDwfISlzOlAowsgIdERKQglxQwiCRA5UQh4jDVhJKQUMDBYeT41JkJKDhUMDJkR6CX1EDBUMCGttJyWeKQMUJygLInJNBQAHJQoQEyApEaIpCBcPKQYdKRgbm0IZF1TGSgSWjiEBjkEAIfkECQkAJgAsAAAAABAAEACFBAIEhIKExMLE5OLkpKKkTE5M1NLU9PL0lJKUZGZktLK0zMrM7Ors3Nrc/Pr8nJqcdHZ0NDI0jI6MrKqsXF5cHBochIaExMbE5ObkpKak1NbU9Pb0lJaUbGpsvLq8zM7M7O7s3N7c/P78nJ6cfHp8ZGJk////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABpRAk3Bo0miISBPI4zAtPiaHB5SUGpzQD5MIaoYUh48BpMBEzSaPByPSbIQHjahByAgdH8UReXkI3kMHgEQHVEIaHwtXSSYKExMeGk+LSQoZkEMGDUkYaEIMHQAQSRMJGQdCFRUZDgEhQhgjIgsQoyYXbxMVGhYWAwUCJhuvQxsRoxAkJgglg0MLEVTJShSbjEISCIxBACH5BAkJACkALAAAAAAQABAAhRwaHIyOjMzKzFxaXKyurOTm5HR2dJyenLy+vPT29Nze3DQ2NISChJSWlNTS1GxqbLS2tOzu7KyqrMTGxPz+/ERGRIyKjDQyNJSSlMzOzGRmZLSytOzq7Hx6fKSipMTCxPz6/OTi5ISGhJyanNTW1HRydLy6vPTy9ExKTP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaTwJRwmCKRiMhUxARKCTIpkCmSBEEcTmiGSYw0C5tTxnHahKLUlMkUopASwhOJEoKYhKAM5Ih0XJtDJ3BIJydDJQMDD0lCHwgmE4gDGowpjggTQyQKSREFXR0ADEkQDBuDFxcSFAFnKRyrDhYBQgJwGwsKGA0hGgIpCa5CCRUWKSLGHgaARA4VhsgpJwaclSkjB4xBACH5BAkJACgALAAAAAAQABAAhQQCBISChMTGxKSipOTm5ERGRLSytGxqbJSSlNTW1PT29IyKjMzOzKyqrOzu7FxeXLy6vHR2dDQyNExOTJyanOTi5Pz+/Hx+fBwaHISGhMzKzKSmpOzq7ExKTLS2tNza3Pz6/IyOjNTS1KyurPTy9Ly+vHx6fJyenP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaTQJRwiEokiEiUAwJCaRgoEMSRBHlETiiDSRQoUBUDiSEiGSpRKgqD2VgSXxQpYal4IELOARBJiq5NQyIfSSQkQwEHB31JKCIMGgkXiox+kEdCH2hIDmpCDhkSCEkCFF5CHR0eFicEnxAWHwMbQiJfJRMVAwMEF1ggrkMKDxQoCCcoBiGBRAkPhxTFCgubjSgNI41BACH5BAkJACoALAAAAAAQABAAhQQCBISChMTCxOTi5KSipExOTNTS1PTy9LSytGRmZJSWlHRydCwuLMzKzOzq7KyqrNza3Pz6/Ly6vIyOjFxeXJyenHx6fBwaHISGhMTGxOTm5KSmpNTW1PT29LS2tGxubJyanHR2dDQyNMzOzOzu7KyurNze3Pz+/Ly+vGRiZP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaRQJVwqOJwiEhV5uJQNUaqiISUPFw+TuhIEiE2OioCwDAyHBCDKFXFEJVOC5PwwDkNPBIhyXIJJA0eBl1DHHJIBwdDExYWGElCZA0ciyGOjwZPR0ImGlWJQwcKBRVJHAiCQhQpKCcPTSokDXZ4QhxdGQkaCAgkIBBqRB0LGyoPDyooG4NEJiGJxiodG6+PKrRJQQAh+QQJCQAnACwAAAAAEAAQAIUcGhyMjozMyszk5uRUVlSsrqx0cnTc2tz09vS8vryEgoScnpxERkTU0tTs7uy0trRkZmR8enzk4uT8/vzExsSMioykpqQ0MjSUlpTMzszs6uxcWly0srR0dnTc3tz8+vzEwsSEhoRMSkzU1tT08vS8urysqqz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGkMCTcHgydIjIk+DiOBE2p0+piURcIk5opvQhNhAnE2AEgZA4gyiVIXpMFB4hYjSRlEpCR+gSSDY4GV1DBxJJCCRDCxUVGElCDRkCI4qMjicNAhkjQxIaSSRUQiQWEAVJIxwNgh0GAhNTonQSD3gnHmAZCgMgIA4chROhURUPJyUJl1xJEhVgxycIsJYnFAKOQQAh+QQJCQApACwAAAAAEAAQAIUEAgSEgoTExsTk5uRERkSkoqRkZmTU1tSUlpT09vS0srRcXlx0dnSMiozMzszs7uzc3tw0NjRMTkysqqx0cnScnpz8/vy8urwcGhyEhoTMyszs6uxMSkykpqRsamzc2tycmpz8+vxkYmR8fnyMjozU0tT08vTk4uS8vrz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGj8CUcJgKBIjIVIlgShk8qQ1GkEwQGk6oAZMgHkIpReRDYZQAnZTlIVyIUBbSSfhhWE6Xi9CE4FSSJQoOYEMQA0kmXUITICBpSUoOGgeMjpBKGg4HQwNsSCaeQgkKAXpIgSWEDSQOFhqeJgd3eUInYB8gDyUlDwqHIaEpIRVUGhopDheERAMdYJnCF8GAm0lBACH5BAkJACgALAAAAAAQABAAhQQCBISChMTCxOTi5KSipExOTNTS1PTy9LSytGRmZJSSlHRydBweHMzKzOzq7KyqrNza3Pz6/IyOjLy6vJyanHx6fBwaHISGhMTGxOTm5KSmpFxeXNTW1PT29GxubHR2dDQyNMzOzOzu7KyurNze3Pz+/Ly+vJyenP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaWQJRwiJIoiEgUZ3NAfSooESiU7GwoTugH1CGSIqhJYRC4cCwj1KEhXHwaJUpGSAqUCBaG8EBIPJILAB4ORAOESBwcQxMPDwhJQiGSHAgjGo+QBiENikIiTUgHoEIdAhQYSZQGYCgEGhAlHF1qHCUDExNCDl0DCAchBgcIcxEiRCUTBigNVCETrEQiE12bKBETxpBCiZBBADs=") 50% 50% no-repeat;
  border-radius: 50%;
}
.suggestions-addon[data-addon-type="clear"] {
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTAwJyBoZWlnaHQ9JzEwMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48Zz48cGF0aCBkPSdtMjAsMjBtMTAsMGwyMCwyMGwyMCwtMjBsMTAsMTBsLTIwLDIwbDIwLDIwbC0xMCwxMGwtMjAsLTIwbC0yMCwyMGwtMTAsLTEwbDIwLC0yMGwtMjAsLTIwbDEwLC0xMCcgZmlsbD0nIzk5OScvPjwvZz48L3N2Zz4=") 50% 50% no-repeat;
  background-size: contain;
  cursor: pointer;
  opacity: 0.8;
  display: none !important;
}
.suggestions-addon[data-addon-type="clear"]:hover {
  opacity: 1;
}
.suggestions-suggestions {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 20;
  background: #fff;
  width: 100%;
  text-align: left;
  margin-top: 0px;
  box-shadow: 0 12px 55px 0 rgba(105,145,194,0.18), 0 12px 25px 0 rgba(100,117,170,0.41);
  border-radius: 4px 4px 4px 4px;
  max-height: 300px;
  overflow: auto;
  margin-top: 3px;
  min-width: 100px;
}
.suggestions-suggestions strong {
  font-weight: normal;
  color: #39f;
}
.suggestions-suggestions.suggestions-mobile {
  border-style: none;
}
.suggestions-suggestions.suggestions-mobile .suggestions-suggestion {
  border-bottom: 1px solid #ddd;
}
.suggestions-suggestion {
  padding: 20px 17px;
  color: #5a6a7b;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  overflow: hidden;
}
@media (max-width: 763px) {
  .suggestions-suggestion {
    padding: 10px;
  }
}
.suggestions-suggestion:last-child {
  border-radius: 0 0 4px 4px;
}
.suggestions-suggestion:hover {
  background: rgba(206,234,255,0.271);
}
.suggestions-selected {
  background: #ceeaff;
}
.suggestions-selected:hover {
  background: rgba(206,234,255,0.271);
}
.suggestions-hint {
  padding: 4px 4px;
  white-space: nowrap;
  overflow: hidden;
  color: #777;
  font-size: 85%;
  line-height: 20px;
  display: none;
}
.suggestions-constraints {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
}
.suggestions-constraints:empty {
  display: none !important;
}
.suggestions-constraints li {
  background: #f8f8f8;
  border: 1px solid #ccc;
  border-radius: 3px;
  cursor: default;
  display: inline-block;
  margin: 0 4px 0 0;
  padding: 0 0.5em;
}
.suggestions-constraints li .suggestions-remove {
  height: 1em;
  width: 1em;
  display: inline-block;
  margin: 0 0 0 0.25em;
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTAwJyBoZWlnaHQ9JzEwMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48Zz48cGF0aCBkPSdtMjAsMjBtMTAsMGwyMCwyMGwyMCwtMjBsMTAsMTBsLTIwLDIwbDIwLDIwbC0xMCwxMGwtMjAsLTIwbC0yMCwyMGwtMTAsLTEwbDIwLC0yMGwtMjAsLTIwbDEwLC0xMCcgZmlsbD0nIzk5OScvPjwvZz48L3N2Zz4=") 50% 50% no-repeat;
  background-size: contain;
  cursor: pointer;
  opacity: 0.8;
}
.suggestions-constraints li .suggestions-remove:hover {
  opacity: 1;
}
.suggestions-constraints li span {
  vertical-align: middle;
}
.suggestions-subtext {
  color: #777;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.suggestions-subtext_inline {
  display: inline-block;
  min-width: 6em;
  vertical-align: bottom;
  margin: 0 0.5em 0 0;
}
.suggestions-subtext-delimiter {
  display: inline-block;
  width: 2px;
}
.suggestions-subtext_label {
  margin: 0 0 0 0.25em;
  border-radius: 3px;
  padding: 0 3px;
  background: #f5f5f5;
  font-size: 85%;
}
.suggestions-value[data-suggestion-status="LIQUIDATED"] {
  position: relative;
}
.suggestions-value[data-suggestion-status="LIQUIDATED"]:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px solid rgba(0,0,0,0.4);
  content: "";
}
.suggestions-promo {
  font-size: 85%;
  display: none;
  color: #777;
  padding: 4px;
  text-align: center;
}
.suggestions-promo a {
  color: #777;
  display: block;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  line-height: 20px;
  text-decoration: none;
}
.suggestions-promo a:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.suggestions-promo svg {
  height: 20px;
  vertical-align: bottom;
}
.suggestions-promo-desktop {
  position: absolute;
  top: 0;
  right: 0;
  text-align: left;
}
/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__html,.fotorama__img,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.fotorama--fullscreen,.fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame{-webkit-transform:translateZ(0);transform:translateZ(0)}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus,.fotorama__nav__frame{outline:0}.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after{content:'';border-radius:inherit;background-color:rgba(0,175,234,.5)}.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft{-webkit-transform:none!important;transform:none!important}.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-property:-webkit-transform,width;-webkit-transition-property: width,-webkit-transform;transition-property: width,-webkit-transform;transition-property: transform,width;transition-property:transform,width,-webkit-transform;-webkit-transition-timing-function:cubic-bezier(0.1,0,.25,1);transition-timing-function:cubic-bezier(0.1,0,.25,1);-webkit-transition-duration:0ms;transition-duration:0ms}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama__caption__wrap,.fotorama__nav__frame,.fotorama__nav__shaft{display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.fotorama__nav__frame,.fotorama__thumb-border{box-sizing:content-box}.fotorama__caption__wrap{box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play{-webkit-tap-highlight-color:transparent}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(fotorama.png) no-repeat}@media (-webkit-min-device-pixel-ratio:1.5),(-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(fotorama@2x.png) 0 0/96px 160px no-repeat}}.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}@media print{.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__thumb-border,.fotorama__video-close,.fotorama__video-play{background:none!important}}.fotorama{min-width:1px;overflow:hidden}.fotorama:not(.fotorama--unobtrusive)>*:not(:first-child){display:none}.fullscreen{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000}.fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:2147483647!important;background:#000;width:100%!important;height:100%!important;margin:0!important}.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage{background:#000}.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__nav,.fotorama__stage{overflow:hidden;position:relative;max-width:100%}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear,.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:none!important}.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage{max-width:99999px!important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}.fotorama__nav__frame{position:relative;cursor:pointer}.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{display:block;width:4px;height:4px;position:relative;top:12px;left:6px;border-radius:6px;border:1px solid #7f7f7f}.fotorama__nav__frame:focus .fotorama__dot:after{padding:1px;top:-1px;left:-1px}.fotorama__nav__frame.fotorama__active .fotorama__dot{width:0;height:0;border-width:3px}.fotorama__nav__frame.fotorama__active .fotorama__dot:after{padding:3px;top:-3px;left:-3px}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#00afea;background-image:-webkit-linear-gradient(top left,rgba(255,255,255,.25),rgba(64,64,64,.1));background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.5;color:#000}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;background-color:rgba(255,255,255,.9);padding:5px 10px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fotorama__wrap--css3 .fotorama__spinner{-webkit-animation:spinner 24s infinite linear;animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img{-webkit-transition-property: opacity;transition-property:opacity;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transition-duration:.3s;transition-duration:.3s}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{position:absolute;z-index:11;cursor:pointer}.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.fotorama__arr--prev{left:2px;background-position:0 0}.fotorama__arr--next{right:2px;background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}.fotorama__fullscreen-icon{width:32px;height:32px;top:2px;right:2px;background-position:0 -32px;z-index:20}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus{border-radius:50%}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;opacity:0}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{opacity:1;display:block}.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px}.fotorama__video-close{width:32px;height:32px;top:0;right:0;background-position:-64px 0;z-index:20;opacity:0}.fotorama__wrap--css2 .fotorama__video-close{display:none}.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--video .fotorama__video-close{display:block;opacity:1}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0!important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none!important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(32px,-32px,0)!important;transform:translate3d(32px,-32px,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-48px,0,0)!important;transform:translate3d(-48px,0,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(48px,0,0)!important;transform:translate3d(48px,0,0)!important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus){transition-property:-webkit-transform,opacity;-webkit-transition-property: opacity,-webkit-transform;transition-property: opacity,-webkit-transform;transition-property: transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transition-duration:.3s;transition-duration:.3s}.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.fotorama__nav:before,.fotorama__stage:before{background-image:-webkit-linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),-webkit-radial-gradient(0 50%,farthest-side,rgba(0,0,0,.4),transparent);background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before{left:0}.fotorama__nav:after,.fotorama__stage:after{background-image:-webkit-linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),-webkit-radial-gradient(100% 50%,farthest-side,rgba(0,0,0,.4),transparent);background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before{display:none}
.leaflet-pane, .leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-tile-container, .leaflet-map-pane svg, .leaflet-map-pane canvas, .leaflet-zoom-box, .leaflet-image-layer, .leaflet-layer {
    position: absolute;
    left: 0;
    top: 0
}
.leaflet-container {
    overflow: hidden
}
.leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
    -webkit-user-drag: none
}
.leaflet-safari .leaflet-tile {
    image-rendering: -webkit-optimize-contrast
}
.leaflet-safari .leaflet-tile-container {
    width: 1600px;
    height: 1600px;
    -webkit-transform-origin: 0 0
}
.leaflet-marker-icon, .leaflet-marker-shadow {
    display: block
}
.leaflet-container .leaflet-overlay-pane svg, .leaflet-container .leaflet-marker-pane img, .leaflet-container .leaflet-tile-pane img, .leaflet-container img.leaflet-image-layer {
    max-width: none !important
}
.leaflet-container.leaflet-touch-zoom {
    -ms-touch-action: pan-x pan-y;
    touch-action: pan-x pan-y
}
.leaflet-container.leaflet-touch-drag {
    -ms-touch-action: pinch-zoom
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-drag {
    -ms-touch-action: none;
    touch-action: none
}
.leaflet-tile {
    -webkit-filter: inherit;
            filter: inherit;
    visibility: hidden
}
.leaflet-tile-loaded {
    visibility: inherit
}
.leaflet-zoom-box {
    width: 0;
    height: 0;
    box-sizing: border-box;
    z-index: 800
}
.leaflet-overlay-pane svg {
    -moz-user-select: none
}
.leaflet-pane {
    z-index: 400
}
.leaflet-tile-pane {
    z-index: 200
}
.leaflet-overlay-pane {
    z-index: 400
}
.leaflet-shadow-pane {
    z-index: 500
}
.leaflet-marker-pane {
    z-index: 600
}
.leaflet-tooltip-pane {
    z-index: 650
}
.leaflet-popup-pane {
    z-index: 700
}
.leaflet-map-pane canvas {
    z-index: 100
}
.leaflet-map-pane svg {
    z-index: 200
}
.leaflet-vml-shape {
    width: 1px;
    height: 1px
}
.lvml {
    behavior: url(#default#VML);
    display: inline-block;
    position: absolute
}
.leaflet-control {
    position: relative;
    z-index: 800;
    pointer-events: visiblePainted;
    pointer-events: auto
}
.leaflet-top, .leaflet-bottom {
    position: absolute;
    z-index: 1000;
    pointer-events: none
}
.leaflet-top {
    top: 0
}
.leaflet-right {
    right: 0
}
.leaflet-bottom {
    bottom: 0
}
.leaflet-left {
    left: 0
}
.leaflet-control {
    float: left;
    clear: both
}
.leaflet-right .leaflet-control {
    float: right
}
.leaflet-top .leaflet-control {
    margin-top: 10px
}
.leaflet-bottom .leaflet-control {
    margin-bottom: 10px
}
.leaflet-left .leaflet-control {
    margin-left: 10px
}
.leaflet-right .leaflet-control {
    margin-right: 10px
}
.leaflet-fade-anim .leaflet-tile {
    will-change: opacity
}
.leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1
}
.leaflet-zoom-animated {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}
.leaflet-zoom-anim .leaflet-zoom-animated {
    will-change: transform
}
.leaflet-zoom-anim .leaflet-zoom-animated {
    -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, 0.25, 1);
    transition: -webkit-transform .25s cubic-bezier(0, 0, 0.25, 1);
    transition: transform .25s cubic-bezier(0, 0, 0.25, 1);
    transition: transform .25s cubic-bezier(0, 0, 0.25, 1), -webkit-transform .25s cubic-bezier(0, 0, 0.25, 1)
}
.leaflet-zoom-anim .leaflet-tile, .leaflet-pan-anim .leaflet-tile {
    -webkit-transition: none;
    transition: none
}
.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden
}
.leaflet-interactive {
    cursor: pointer
}
.leaflet-grab {
    cursor: -webkit-grab;
    cursor: -moz-grab
}
.leaflet-crosshair, .leaflet-crosshair .leaflet-interactive {
    cursor: crosshair
}
.leaflet-popup-pane, .leaflet-control {
    cursor: auto
}
.leaflet-dragging .leaflet-grab, .leaflet-dragging .leaflet-grab .leaflet-interactive, .leaflet-dragging .leaflet-marker-draggable {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing
}
.leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-image-layer, .leaflet-pane>svg path, .leaflet-tile-container {
    pointer-events: none
}
.leaflet-marker-icon.leaflet-interactive, .leaflet-image-layer.leaflet-interactive, .leaflet-pane>svg path.leaflet-interactive {
    pointer-events: visiblePainted;
    pointer-events: auto
}
.leaflet-container {
    background: #ddd;
    outline: 0
}
.leaflet-container a {
    color: #0078a8
}
.leaflet-container a.leaflet-active {
    outline: 2px solid orange
}
.leaflet-zoom-box {
    border: 2px dotted #38f;
    background: rgba(255, 255, 255, 0.5)
}
.leaflet-container {
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif
}
.leaflet-bar {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    border-radius: 4px
}
.leaflet-bar a, .leaflet-bar a:hover {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: black
}
.leaflet-bar a, .leaflet-control-layers-toggle {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block
}
.leaflet-bar a:hover {
    background-color: #f4f4f4
}
.leaflet-bar a:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}
.leaflet-bar a:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: 0
}
.leaflet-bar a.leaflet-disabled {
    cursor: default;
    background-color: #f4f4f4;
    color: #bbb
}
.leaflet-touch .leaflet-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px
}
.leaflet-control-zoom-in, .leaflet-control-zoom-out {
    font: bold 18px 'Lucida Console', Monaco, monospace;
    text-indent: 1px
}
.leaflet-control-zoom-out {
    font-size: 20px
}
.leaflet-touch .leaflet-control-zoom-in {
    font-size: 22px
}
.leaflet-touch .leaflet-control-zoom-out {
    font-size: 24px
}
.leaflet-control-layers {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    background: #fff;
    border-radius: 5px
}
.leaflet-control-layers-toggle {
    background-image: url(images/layers.png);
    width: 36px;
    height: 36px
}
.leaflet-retina .leaflet-control-layers-toggle {
    background-image: url(images/layers-2x.png);
    background-size: 26px 26px
}
.leaflet-touch .leaflet-control-layers-toggle {
    width: 44px;
    height: 44px
}
.leaflet-control-layers .leaflet-control-layers-list, .leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: none
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative
}
.leaflet-control-layers-expanded {
    padding: 6px 10px 6px 6px;
    color: #333;
    background: #fff
}
.leaflet-control-layers-scrollbar {
    overflow-y: scroll;
    padding-right: 5px
}
.leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px
}
.leaflet-control-layers label {
    display: block
}
.leaflet-control-layers-separator {
    height: 0;
    border-top: 1px solid #ddd;
    margin: 5px -10px 5px -6px
}
.leaflet-default-icon-path {
    background-image: url(images/marker-icon.png)
}
[href^="http://leafletjs.com"] {
    display: none !important
}
.leaflet-container .leaflet-control-attribution {
    background: #fff;
    background: rgba(255, 255, 255, .7);
    margin: 0
}
.leaflet-control-attribution, .leaflet-control-scale-line {
    padding: 0 5px;
    color: #333
}
.leaflet-control-attribution a {
    text-decoration: none
}
.leaflet-control-attribution a:hover {
    text-decoration: underline
}
.leaflet-container .leaflet-control-attribution, .leaflet-container .leaflet-control-scale {
    font-size: 11px
}
.leaflet-left .leaflet-control-scale {
    margin-left: 5px
}
.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px
}
.leaflet-control-scale-line {
    border: 2px solid #777;
    border-top: 0;
    line-height: 1.1;
    padding: 2px 5px 1px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    background: #fff;
    background: rgba(255, 255, 255, .5)
}
.leaflet-control-scale-line:not(:first-child) {
    border-top: 2px solid #777;
    border-bottom: 0;
    margin-top: -2px
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777
}
.leaflet-touch .leaflet-control-attribution, .leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
    box-shadow: none
}
.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
    border: 2px solid rgba(0, 0, 0, 0.2);
    background-clip: padding-box
}
.leaflet-popup {
    position: absolute;
    text-align: center;
    margin-bottom: 20px
}
.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 12px
}
.leaflet-popup-content {
    margin: 13px 19px;
    line-height: 1.4
}
.leaflet-popup-content p {
    margin: 18px 0
}
.leaflet-popup-tip-container {
    width: 40px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    overflow: hidden;
    pointer-events: none
}
.leaflet-popup-tip {
    width: 17px;
    height: 17px;
    padding: 1px;
    margin: -10px auto 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    background: white;
    color: #333;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4)
}
.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 4px 0 0;
    border: 0;
    text-align: center;
    width: 18px;
    height: 14px;
    font: 16px/14px Tahoma, Verdana, sans-serif;
    color: #c3c3c3;
    text-decoration: none;
    font-weight: bold;
    background: transparent
}
.leaflet-container a.leaflet-popup-close-button:hover {
    color: #999
}
.leaflet-popup-scrolled {
    overflow: auto;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd
}
.leaflet-oldie .leaflet-popup-content-wrapper {
    zoom: 1
}
.leaflet-oldie .leaflet-popup-tip {
    width: 24px;
    margin: 0 auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)
}
.leaflet-oldie .leaflet-popup-tip-container {
    margin-top: -1px
}
.leaflet-oldie .leaflet-control-zoom, .leaflet-oldie .leaflet-control-layers, .leaflet-oldie .leaflet-popup-content-wrapper, .leaflet-oldie .leaflet-popup-tip {
    border: 1px solid #999
}
.leaflet-div-icon {
    background: #fff;
    border: 1px solid #666
}
.leaflet-tooltip {
    position: absolute;
    padding: 6px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #222;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4)
}
.leaflet-tooltip.leaflet-clickable {
    cursor: pointer;
    pointer-events: auto
}
.leaflet-tooltip-top:before, .leaflet-tooltip-bottom:before, .leaflet-tooltip-left:before, .leaflet-tooltip-right:before {
    position: absolute;
    pointer-events: none;
    border: 6px solid transparent;
    background: transparent;
    content: ""
}
.leaflet-tooltip-bottom {
    margin-top: 6px
}
.leaflet-tooltip-top {
    margin-top: -6px
}
.leaflet-tooltip-bottom:before, .leaflet-tooltip-top:before {
    left: 50%;
    margin-left: -6px
}
.leaflet-tooltip-top:before {
    bottom: 0;
    margin-bottom: -12px;
    border-top-color: #fff
}
.leaflet-tooltip-bottom:before {
    top: 0;
    margin-top: -12px;
    margin-left: -6px;
    border-bottom-color: #fff
}
.leaflet-tooltip-left {
    margin-left: -6px
}
.leaflet-tooltip-right {
    margin-left: 6px
}
.leaflet-tooltip-left:before, .leaflet-tooltip-right:before {
    top: 50%;
    margin-top: -6px
}
.leaflet-tooltip-left:before {
    right: 0;
    margin-right: -12px;
    border-left-color: #fff
}
.leaflet-tooltip-right:before {
    left: 0;
    margin-left: -12px;
    border-right-color: #fff
}

/**
 * selectize.css (v0.12.6)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #fff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}
.selectize-input.full {
  background-color: #fff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.selectize-dropdown [data-selectable].option {
  opacity: 1;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

/**
 * selectize.default.css (v0.12.6) - Default Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #fff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #0073bb;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa;
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}
.selectize-input.full {
  background-color: #fff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #fff;
  border: 1px solid #0073bb;
}
.selectize-control.multi .selectize-input > div.active {
  background: #92c836;
  color: #fff;
  border: 1px solid #00578d;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.selectize-dropdown [data-selectable].option {
  opacity: 1;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px;
}
.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  box-shadow: none;
}
.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}
.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  border-radius: 3px;
  background-color: #1b9dec;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
  background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
  box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
}
.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
  background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0);
}
.selectize-control.single .selectize-input {
  box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.8);
  background-color: #f9f9f9;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0);
}
.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8;
}
.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em;
}
.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}
.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.faq-big-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
.faq-big-b * + .title {
  margin-top: 96px;
}
.faq-big-b__left {
  width: 240px;
  min-width: 240px;
  padding-left: 30px;
}
@media (max-width: 763px) {
  .faq-big-b__left {
    display: none;
  }
}
.faq-big-b__right {
  width: 100%;
  margin-bottom: 30px;
  max-width: 600px;
}
.faq-menu {
  font-size: 16px;
  position: relative;
  margin-bottom: 40px;
}
.faq-menu__item {
  padding: 6px 0;
  cursor: pointer;
  display: block;
  color: #8896a6;
}
.faq-menu__item:hover {
  color: #5a6a7c;
}
.faq-menu__item_active {
  color: #000;
  cursor: default;
}
.faq-menu__item_active:hover {
  color: #000;
}
.faq-menu__line {
  display: block;
  position: absolute;
  right: 100%;
  margin-right: 16px;
  top: 0;
  height: 33px;
  border-left: 4px solid #3291ff;
}
.faq-small-b {
  max-width: 530px;
}
.faq-small-b__item {
  margin-bottom: 30px;
}
.faq-small-b_light .faq-small-b__item {
  margin-bottom: 20px;
}
.faq-small-b .title {
  margin-bottom: 6px;
  font-size: 18px;
  color: #32465c;
}
.faq-small-b_light .title {
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 4px;
}
.faq-small-b_light .title_bold {
  font-weight: 800;
}
.faq-small-b__text {
  color: #5a6a7c;
  font-size: 16px;
  line-height: 1.6;
}
.faq-small-b__text + .faq-small-b__text {
  margin-top: 10px;
}
.faq-small-b_light .faq-small-b__text {
  line-height: 22px;
  font-size: 14px;
}
.footer {
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 1.6;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding-top: 16px;
}
@media (max-width: 763px) {
  .footer {
    font-size: 12px;
  }
}
.inner-page:not(.inner-page_form) .footer {
  background: url("../img/general/main-form-bg.svg") no-repeat right bottom, url("../img/general/main-form-grad.svg") no-repeat 50% 50%;
  background-size: 700px auto, cover;
}
.inner-page:not(.inner-page_form) .footer_white {
  background: none;
}
.footer_white {
  background: #fff;
  color: #22334a;
}
.wrapper_blue-bg .footer_white {
  background: none;
}
.footer .footer-text {
  opacity: 0.7;
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 763px) {
  .footer__inner {
    display: block;
  }
}
.footer_white .footer__inner {
  border-top: 1px solid #e9eef3;
  padding-top: 17px;
}
.footer__copy {
  max-width: 500px;
}
.footer__contacts {
  text-align: right;
  white-space: nowrap;
}
@media (max-width: 763px) {
  .footer__contacts {
    display: none;
  }
}
.footer a,
.footer .help-link {
  color: #fff;
  opacity: 0.7;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.footer a svg,
.footer .help-link svg {
  fill: #fff;
}
.footer a:hover,
.footer .help-link:hover {
  opacity: 1;
}
.footer_white a,
.footer_white .help-link {
  color: #22334a;
}
.footer_white a svg,
.footer_white .help-link svg {
  fill: #22334a;
  opacity: 0.7;
}
.footer_white .footer__copy {
  max-width: 100%;
  padding-right: 16px;
}
.footer-lite {
  text-align: center;
  font-size: 10px;
  color: #8896a6;
  line-height: 18px;
  background: url("../img/general/footer-ill.svg") repeat-x 50% bottom;
  min-height: 322px;
  padding-top: 120px;
}
@media (max-width: 763px) {
  .footer-lite {
    background-size: auto 220px;
    min-height: 285px;
    padding-top: 80px;
  }
}
.footer-lite__copy {
  max-width: 545px;
  margin: 0 auto;
  color: #8896a6;
  opacity: 0.5;
}
.footer-lite__copy a {
  color: #8896a6;
}
.inner-page:not(.inner-page_form) .footer-lite {
  margin-bottom: -102px;
  margin-top: -55px;
}
@media (max-width: 763px) {
  .inner-page:not(.inner-page_form) .footer-lite {
    margin-bottom: -140px;
    margin-top: 0;
  }
}
.header {
  padding-top: 15px;
  margin-bottom: 51px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 30;
  padding-bottom: 23px;
}
@media (max-width: 763px) {
  .header {
    margin-bottom: 15px;
  }
}
.header_no-mb {
  margin-bottom: 0;
}
.inner-page .header {
  background: url("../img/general/main-form-bg.svg") no-repeat right top, url("../img/general/main-form-grad.svg") no-repeat 50% 50% #0d62bb;
  background-size: 700px auto, cover;
  position: relative;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 763px) {
  .header__inner {
    padding: 0 19px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header__mobile-top {
  border-bottom: 1px solid rgba(255,255,255,0.4);
  padding-bottom: 5px;
  margin-bottom: 12px;
}
.header .contacts-b a {
  color: #fff;
}
.header__title {
  max-width: 136px;
  margin-right: 16px;
  color: #fff;
}
@media (max-width: 763px) {
  .header__title {
    font-size: 14px;
    border: none;
    max-width: 100%;
    padding: 0;
    margin: 16px 0 0;
    text-align: center;
  }
}
.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 763px) {
  .header__left {
    display: block;
    width: 100%;
  }
}
.header__left--wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__right_burger {
  padding-top: 23px;
  display: block;
  padding-left: 20px;
}
@media (max-width: 763px) {
  .header__right {
    padding-top: 0px;
  }
}
.header__contacts-wp {
  position: relative;
  padding-left: 25px;
  margin-left: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__contacts-wp:before {
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  content: '';
  border-left: 1px solid #fff;
  opacity: 0.7;
}
.logo {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.logo:hover {
  color: #fff;
}
@media (max-width: 763px) {
  .logo {
    font-size: 11px;
    line-height: 18px;
    max-width: 300px;
  }
}
.logo__text {
  max-width: 280px;
  opacity: 0.9;
}
.logo svg {
  width: 46px;
  height: 68px;
  fill: #fff;
  margin-right: 19px;
}
@media (max-width: 763px) {
  .logo svg {
    width: 34px;
    height: 50px;
    margin-right: 16px;
    min-width: 34px;
  }
}
.logo_new svg {
  width: 51px;
  height: 68px;
}
@media (max-width: 763px) {
  .logo_new svg {
    width: 36px;
    min-width: 36px;
    height: 50px;
    margin-right: 16px;
  }
}
.logo__img {
  margin-right: 19px;
  margin-top: -5px;
}
@media (max-width: 763px) {
  .logo__img {
    width: 45px;
    min-width: 45px;
    margin-left: -10px;
    margin-right: 10px;
    margin-top: -2px;
  }
}
.logo__img img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.contacts-b {
  font-size: 14px;
  margin-left: 36px;
}
.city-select {
  font-size: 16px;
  color: #fff;
  position: relative;
  margin-bottom: 6px;
  font-weight: 800;
}
@media (max-width: 763px) {
  .city-select {
    margin-left: 30px;
    font-size: 12px;
    font-weight: normal;
  }
}
.city-select__gerb {
  position: absolute;
  right: 100%;
  margin-right: 13px;
}
@media (max-width: 763px) {
  .city-select__gerb {
    margin-right: 8px;
    top: -2px;
  }
}
@media (max-width: 763px) {
  .city-select__gerb img {
    width: 20px;
    height: 20px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.city-select__link {
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  display: table;
}
.city-select__link:before {
  content: '';
  position: absolute;
  left: 100%;
  background: url("../img/general/arrow.svg") no-repeat;
  background-size: contain;
  width: 8px;
  height: 5px;
  margin-left: 4px;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}
.city-select__link:hover {
  opacity: 0.7;
}
.user-header-b {
  margin-left: 65px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.user-header-b__pic {
  margin-right: 10px;
}
.user-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 6px;
}
.user-name__pic {
  margin-right: 12px;
  width: 36px;
  height: 36px;
  margin-left: -48px;
}
.user-name__pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.orders-dd-list {
  position: relative;
}
.orders-dd-list__link {
  font-size: 14px;
  display: table;
  position: relative;
  cursor: pointer;
  color: #fff;
}
.orders-dd-list__link:hover {
  opacity: 0.7;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
}
.orders-dd-list__link:before {
  content: '';
  position: absolute;
  left: 100%;
  background: url("../img/general/arrow.svg") no-repeat;
  background-size: contain;
  width: 8px;
  height: 5px;
  margin-left: 4px;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
  display: none;
}
.orders-dd-list__dd {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  z-index: 20;
  border-radius: 4px;
  width: 335px;
  margin-top: 15px;
  box-shadow: 0 1px 63px 0 rgba(100,122,147,0.57);
}
.orders-dd-list__scroll {
  -webkit-overflow-scrolling: touch;
  max-height: 268px;
  overflow: auto;
}
.orders-dd-list__item {
  color: #5a6a7c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 17px;
  font-size: 14px;
  cursor: pointer;
  position: relative;
}
.orders-dd-list__item_all {
  padding: 18px 17px;
  border-top: 1px solid #dde5ea;
}
.orders-dd-list__item:hover {
  background: #f1f4f9;
  color: #22334a;
}
.orders-dd-list__item:before {
  position: absolute;
  bottom: 0;
  left: 17px;
  right: 17px;
  content: '';
  border-bottom: 1px solid #dde5ea;
}
.orders-dd-list__item:last-child {
  border-radius: 0 0 4px 4px;
}
.orders-dd-list__item:last-child:before {
  display: none;
}
.orders-dd-list__item--text {
  width: 135px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 10px;
}
.burger-btn {
  width: 30px;
  height: 24px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.burger-btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 763px) {
  .burger-btn {
    width: 25px;
    height: 20px;
  }
}
.burger-btn i {
  display: block;
  width: 100%;
  background: #fff;
  height: 2px;
  border-radius: 1px;
}
.login-b {
  display: block;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e9eef3;
  box-shadow: 0 1px 3px 0 rgba(176,180,184,0.23);
  border-radius: 6px;
  max-width: 550px;
  overflow: hidden;
  min-height: 340px;
}
.login-b__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.login-b__row_step-2 {
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}
.login-b__step {
  padding: 60px 40px 70px;
  text-align: center;
  min-width: 100%;
  position: relative;
}
.login-b__top {
  margin-bottom: 30px;
}
.login-b__title {
  font-size: 26px;
  margin-bottom: 7px;
}
.login-b__resend-mess {
  font-size: 14px;
  color: #93a0b0;
  letter-spacing: 0;
  text-align: center;
  line-height: 18px;
}
.login-b__back {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(50,145,255,0.1);
  left: 20px;
  top: 20px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.login-b__back:hover {
  box-shadow: 0 0 0 2px rgba(50,145,255,0.1);
}
.login-b__back svg {
  fill: #0b73e1;
  margin-left: -3px;
}
.login-b__back-wp {
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.login-b__row_step-2 .login-b__back-wp {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.tel-input-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 763px) {
  .tel-input-b {
    display: block;
  }
}
.cadr-map {
  height: 900px;
  position: relative;
  margin-bottom: 56px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  min-height: calc(100vh - 106px);
}
@media (max-width: 763px) {
  .cadr-map {
    height: 100vh;
  }
}
.cadr-map__map {
  width: 100%;
/* height: 600px; */
  height: 100%;
  margin: 0px auto;
  position: relative;
  z-index: 1;
}
.cadr-map__info-b {
  width: 430px;
  position: absolute;
  z-index: 20;
  top: 55px;
  left: 24px;
  max-width: 100%;
}
@media (max-width: 1300px) {
  .cadr-map__info-b {
    width: 430px;
  }
}
@media (max-width: 950px) {
  .cadr-map__info-b {
    left: 24px;
    margin-left: 0;
  }
}
@media (max-width: 763px) {
  .cadr-map__info-b {
    left: 10px;
    right: 10px;
    width: auto;
    top: 14px;
  }
}
.cadr-map__loading-b {
  background: #fff;
  padding: 5px 15px 5px 10px;
  display: table;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 18px;
  margin: 0 auto;
}
.cadr-map__loading-b svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 4px;
  opacity: 0.8;
}
.cadr-map-info-b {
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(29,33,53,0.1), 0 3px 25px -5px rgba(69,80,93,0.7);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  font-size: 13px;
}
.cadr-map-info-b__step {
  padding: 20px 30px 54px;
  width: 100%;
  position: relative;
}
@media (max-width: 763px) {
  .cadr-map-info-b__step {
    padding: 18px 18px 22px;
    font-size: 12px;
  }
}
.cadr-map-info-b__close {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 10px;
  opacity: 0.5;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  z-index: 2;
}
.cadr-map-info-b__close:hover {
  opacity: 1;
}
.cadr-map-info-b__close svg {
  display: block;
  width: 14px;
  height: 14px;
}
.cadr-map-info-b__subtitle {
  font-size: 14px;
  color: #32465c;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 3px;
  max-height: 150px;
  overflow: hidden;
  padding-right: 10px;
}
.cadr-map-info-b__subtitle:first-letter {
  text-transform: uppercase;
}
@media (max-width: 763px) {
  .cadr-map-info-b__subtitle {
    display: none;
  }
}
.cadr-map-info-b__title {
  font-weight: 800;
  font-size: 14px;
  color: #233349;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 16px;
  padding-right: 10px;
}
.cadr-map-info-b__title:first-letter {
  text-transform: uppercase;
}
@media (max-width: 763px) {
  .cadr-map-info-b__title {
    font-weight: normal;
    margin-bottom: 4px;
    line-height: 20px;
  }
}
.cadr-map-info-b__info-table {
  margin-bottom: 20px;
}
.cadr-map-info-b__info-table td {
  padding-bottom: 18px;
  font-size: 13px;
}
@media (max-width: 763px) {
  .cadr-map-info-b__info-table td {
    padding-bottom: 10px;
  }
}
.cadr-map-info-b__info-table td:first-child {
  opacity: 0.5;
  color: #22334a;
  letter-spacing: 0;
  padding-right: 20px;
}
@media (max-width: 763px) {
  .cadr-map-info-b__dd {
    display: none;
  }
}
@media (min-width: 764px) {
  .cadr-map-info-b__dd {
    display: block !important;
  }
}
.cadr-map-info-b .btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cadr-map-info-b .btn svg {
  top: 0;
  width: 13px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
}
.cadr-map-info-b__mobile-info {
  display: none;
  margin-bottom: 16px;
  font-size: 12px;
}
@media (max-width: 763px) {
  .cadr-map-info-b__mobile-info {
    display: block;
  }
}
.cadr-map-info-b__mobile-info--left {
  color: #a7b3c3;
  margin-bottom: 6px;
}
.cadr-map-info-b__mobile-info--left:first-letter {
  text-transform: uppercase;
}
.cadr-map-info-b__mobile-info--right {
  font-size: 12px;
}
.cadr-map-info-b__dd-link {
  color: #3291ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cadr-map-info-b__dd-link svg {
  fill: #3291ff;
  width: 10px;
  height: 5px;
  margin-left: 2px;
  position: relative;
  top: 0px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cadr-map-info-b__dd-link_open svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 763px) {
  .cadr-map-info-b__mobile--toggle {
    display: none;
  }
}
.cadr-map-info-b__bc {
  margin-bottom: 15px;
  cursor: pointer;
  position: relative;
}
.cadr-map-info-b__bc:before {
  position: absolute;
  right: 100%;
  width: 7px;
  height: 10px;
  content: '';
  background: url("../img/general/back-arrow.svg") no-repeat;
  background-size: contain;
  margin-right: 6px;
  top: 4px;
}
.cadr-map-info-b__bc:hover {
  color: #5a6a7c;
}
.cadr-map-info-b__order-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cadr-map-info-b__desc-content {
  font-size: 13px;
  padding-bottom: 0px;
}
.cadr-map-info-b__desc-content p {
  opacity: 0.9;
  color: #32465c;
  letter-spacing: 0;
  margin-bottom: 16px;
}
.cadr-map-info-b__desc-content p.small {
  font-size: 10px;
  opacity: 0.6;
  margin-bottom: 10px;
}
.cadr-map-info-b__desc-content .ok-list {
  font-size: 13px;
  opacity: 0.9;
  margin-bottom: 22px;
}
.cadr-map-info-b__desc-content .ok-list__ico {
  width: 16px;
  height: 16px;
  margin-right: 13px;
}
.cadr-map-info-b__desc-content .link {
  color: #3291ff;
  cursor: pointer;
}
.cadr-map-info-b__desc-content .link:hover {
  color: #fdc84d;
}
.cadr-map-info-b__desc-content .btn {
  margin-top: 15px;
}
.cadr-map-info-b__click-mess {
  padding: 24px 22px 30px 32px;
  font-size: 14px;
  color: #263a55;
  letter-spacing: 0;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 375px;
}
.cadr-map-info-b__click-mess img {
  margin-right: 29px;
}
.cadr-map-info-b__text {
  font-size: 14px;
  color: #223249;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 10px;
}
.cadr-map-info-b__text + .btn {
  margin-top: 16px;
}
.cadr-map-info-b__btn-desc {
  opacity: 0.9;
  font-size: 12px;
  color: #32465c;
  letter-spacing: 0;
  margin-top: 11px;
  padding-left: 8px;
}
.cadr-map-info-b__btn-desc a {
  color: #2d5685;
}
.cadr-map-info-b__btn-desc a:hover {
  color: #3291ff;
}
.choose-small-b {
  margin-bottom: 18px;
}
.choose-small-b--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  border-bottom: 1px solid #e4ecf1;
  padding-bottom: 12px;
  padding-top: 12px;
  color: #32465c;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  background: #fff;
}
.choose-small-b--item_animate {
  z-index: 2;
  -webkit-animation: checkAnimate 0.4s ease-in;
          animation: checkAnimate 0.4s ease-in;
}
.choose-small-b--item:first-child {
  padding-top: 0;
}
.choose-small-b--item:last-child {
  border: none;
}
.choose-small-b--item__title {
  font-size: 14px;
  margin-bottom: 5px;
  color: #22334a;
}
.choose-small-b--item__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 16px;
  font-size: 13px;
  text-align: right;
}
.choose-small-b--item__price {
  white-space: nowrap;
  color: #fb1616;
}
.choose-small-b--item__sale-price {
  white-space: nowrap;
  color: #8896a6;
  text-decoration: line-through;
}
.choose-small-b--item__more {
  font-size: 12px;
  cursor: pointer;
  color: #5a6a7c;
}
.choose-small-b--item__more:hover {
  color: #3291ff;
}
.choose-small-b--item__text {
  color: #32465c;
  font-size: 12px;
}
.small-order-button-b {
  max-width: 360px;
}
.small-order-button-b__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.small-order-button-b .btn {
  min-width: 130px;
}
.small-order-button-b__desc {
  margin-left: 19px;
  font-size: 12px;
  color: #22334a;
  letter-spacing: 0;
}
.small-order-button-b__desc .old-price {
  opacity: 1;
}
.small-order-button-b__link {
  cursor: pointer;
}
@media (max-width: 763px) {
  .small-order-button-b__link {
    border-bottom: 1px dotted;
  }
}
.small-order-button-b__link:hover {
  color: #fdc84d;
}
.small-order-button-b__count {
  font-size: 13px;
  color: #8896a6;
  letter-spacing: 0;
  margin-top: 10px;
}
.phone-duble-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 43px;
  border: 1px solid #c3d6ea;
  border-radius: 4px;
  max-width: 210px;
}
.phone-duble-input_focus {
  border-color: #2f8fff;
  box-shadow: 0 0 4px 2px #70b1ff;
}
.phone-duble-input__input {
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  height: 41px;
  width: 100%;
  background: none;
  outline: none;
  font-size: 16px;
  color: #22334a;
  padding-left: 14px;
}
.phone-duble-input .selectize-control {
  position: relative;
}
.phone-duble-input .selectize-control:before {
  height: 24px;
  border-left: 1px solid #c3d6ea;
  content: '';
  position: absolute;
  right: 0;
  top: 8px;
}
.phone-duble-input .selectize-control [type="select-one"] {
  position: absolute;
}
.phone-duble-input .selectize-control.single .selectize-input {
  border: none;
  padding: 12px 15px 12px;
  white-space: nowrap;
  color: #22334a;
}
.phone-duble-input .selectize-control.single .selectize-input.input-active {
  background: none;
  box-shadow: none;
  border: none;
  padding-right: 9px;
}
.phone-duble-input .selectize-control.single .selectize-input.input-active:before {
  display: none;
}
.phone-duble-input .selectize-control.single .selectize-input:after {
  display: none;
}
.phone-duble-input .selectize-control.single .selectize-dropdown {
  min-width: 280px;
  background: #fff;
  border: 1px solid #e9eef3;
  box-shadow: 0 1px 5px 0 rgba(110,122,135,0.1), 0 3px 15px -3px rgba(110,122,135,0.2);
  border-radius: 4px;
  margin-top: 10px;
}
.phone-duble-input__dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  padding: 8px 13px;
}
.phone-duble-input__dd--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.phone-duble-input__dd--pic {
  margin-right: 10px;
}
.phone-duble-input__dd--pic img {
  width: 19px;
  height: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
.phone-duble-input__dd--text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 160px;
}
.phone-duble-input__dd--code {
  color: #3291ff;
  text-align: right;
}
.main-menu {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(6,38,66,0.7);
  -webkit-backdrop-filter: 3px;
          backdrop-filter: 3px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.main-menu__inner {
  background: url("../img/general/main-menu-bg.svg") no-repeat 0 0 #0d62bb;
  background-size: cover;
  width: 380px;
  min-height: 100%;
  position: relative;
  float: right;
  padding: 40px 33px 37px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 10;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 763px) {
  .main-menu__inner {
    float: none;
    width: 100%;
    padding: 30px 23px 27px;
  }
}
.main-menu__inner a {
  color: #fff;
}
.main-menu_show .main-menu__inner {
  -webkit-transform: translate(0%, 0);
          transform: translate(0%, 0);
}
.main-menu__close-zone {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.main-menu__top {
  position: relative;
}
.main-menu__title {
  font-size: 20px;
  opacity: 0.2;
  margin-bottom: 32px;
}
@media (max-width: 763px) {
  .main-menu__title {
    margin-bottom: 16px;
  }
}
.main-menu__contacts {
  font-size: 20px;
  line-height: 31px;
}
@media (max-width: 763px) {
  .main-menu__contacts {
    font-size: 16px;
    line-height: 26px;
  }
}
.main-menu__close {
  position: absolute;
  width: 32px;
  height: 32px;
  right: 0;
  z-index: 5;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 763px) {
  .main-menu__close {
    width: 26px;
    height: 26px;
  }
}
.main-menu__close i {
  display: block;
  width: 100%;
  top: 50%;
  height: 1px;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
}
.main-menu__close i:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.main-menu__close:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.menu-list {
  font-size: 24px;
  max-width: 280px;
  margin-bottom: 60px;
}
@media (max-width: 763px) {
  .menu-list {
    font-size: 28px;
    max-width: 100%;
  }
}
.menu-list__item {
  padding: 18px 0;
  display: block;
}
@media (max-width: 763px) {
  .menu-list__item {
    padding: 14px 0;
  }
}
.menu-list__item:hover .menu-user-b {
  border: 1px solid #fff;
}
.menu-list__link {
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}
@media (max-width: 763px) {
  .menu-list__link {
    border: none;
  }
}
.menu-list__link_no-border {
  border: none;
}
.menu-list__item:hover .menu-list__link {
  border-bottom: 1px solid #fff;
}
.menu-list__item:hover .menu-list__link_inactive {
  border: none;
}
.menu-list__item_active .menu-list__link {
  cursor: default;
  border: none;
  font-weight: 800;
}
.menu-list__item_active:hover .menu-list__link {
  border: none;
}
.menu-user-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 0 10px 10px 10px;
  margin-top: 22px;
  padding: 10px 17px;
  font-size: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 763px) {
  .menu-user-b {
    font-size: 16px;
    margin-top: 10px;
  }
}
.menu-user-b__ico {
  margin-right: 14px;
  position: relative;
  top: -1px;
}
@media (max-width: 763px) {
  .menu-user-b__ico {
    width: 15px;
    height: 17px;
  }
}
.map-b {
  position: relative;
  display: table;
  margin: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  pointer-events: none;
}
@media (max-width: 763px) {
  .map-b {
    margin-bottom: 40px;
  }
}
.map-b__map {
  display: block;
  opacity: 0.2;
  height: auto;
}
@media (max-width: 763px) {
  .map-b__map {
    max-width: 100%;
  }
}
.map-b__pin {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #1d1e1f;
}
.map-b__pin svg {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.17, 1.28, 0.76, 1.35);
  transition: -webkit-transform 0.4s cubic-bezier(0.17, 1.28, 0.76, 1.35);
  transition: transform 0.4s cubic-bezier(0.17, 1.28, 0.76, 1.35);
  transition: transform 0.4s cubic-bezier(0.17, 1.28, 0.76, 1.35), -webkit-transform 0.4s cubic-bezier(0.17, 1.28, 0.76, 1.35);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  fill: #89bfff;
}
@media (max-width: 763px) {
  .map-b__pin svg {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.map-b__pin_show svg {
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media (max-width: 763px) {
  .map-b__pin {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}
.map-b__pin:hover {
  color: #1d1e1f;
}
.map-b__pin svg {
  display: block;
}
.map-b__pin--text {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  opacity: 0;
  margin-top: 5px;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}
@media (max-width: 763px) {
  .map-b__pin--text {
    display: none;
  }
}
.map-b__pin_show .map-b__pin--text {
  opacity: 0.6;
}
.map-content-b {
  position: absolute;
  background: #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.7);
          transform: translate(-50%, -50%) scale(0.7);
  width: 500px;
  box-shadow: 0 4px 14px 0 rgba(166,166,166,0.5);
  border-radius: 5px;
  padding: 37px 40px 53px;
  padding-right: 50px;
  overflow: hidden;
  max-width: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.24, 1.28, 0.71, 1.51);
  transition: all 0.5s cubic-bezier(0.24, 1.28, 0.71, 1.51);
  border-top: 8px solid #3291ff;
}
.map-content-b_show {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
@media (max-width: 763px) {
  .map-content-b {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    padding: 0 20px 0px;
    border-radius: 0;
    border-top: none;
    box-shadow: none;
  }
  .map-content-b .title {
    text-align: center;
  }
}
.map-content-b__inner {
  position: relative;
  z-index: 2;
}
.map-content-b__gerb {
  position: absolute;
  opacity: 0.1;
  left: 234px;
  bottom: -59px;
}
@media (max-width: 763px) {
  .map-content-b__gerb {
    display: none;
  }
}
.map-content-b:before {
  content: '';
  position: absolute;
  left: 234px;
  top: 59px;
  width: 100%;
  height: 100%;
  background-position: left bottom;
  background-size: 348px auto;
  opacity: 0.1;
  pointer-events: none;
}
@media (max-width: 763px) {
  .map-content-b:before {
    display: none;
  }
}
.map-content-b .text {
  padding-left: 3px;
}
.cities-b {
  max-width: 400px;
}
.popup {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(18,30,61,0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
.popup_dark {
  background: rgba(18,30,61,0.9);
}
.popup_show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popup__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: auto;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
}
.popup__inner_top {
  display: block;
  padding: 90px 0;
}
@media (max-width: 763px) {
  .popup__inner_top {
    padding: 0;
  }
}
.popup__inner_p0 {
  padding: 0;
}
@media (max-width: 763px) {
  .popup__inner {
    display: block;
    background: #fff;
  }
}
.popup__scroll {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 150px 0;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 763px) {
  .popup__scroll {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
.popup__close {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.popup__close-btn {
  position: absolute;
  top: 40px;
  right: 30px;
  cursor: pointer;
  z-index: 5;
}
.popup__close-btn_small {
  right: 20px;
  top: 20px;
}
@media (max-width: 763px) {
  .popup__close-btn {
    top: 10px;
    right: 10px;
  }
}
.popup__close-btn svg {
  display: block;
  fill: #8896a6;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.popup__close-btn svg:hover {
  opacity: 1;
}
.popup__close-btn_white svg {
  fill: #fff;
}
.popup__content_duble .popup__close-btn {
  right: 10px;
  top: 10px;
}
.popup__content {
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  max-width: 650px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  z-index: 2;
}
.popup__content_680 {
  max-width: 680px;
}
.popup__content--bottom-b {
  margin: 24px -30px -30px;
}
@media (max-width: 763px) {
  .popup__content--bottom-b {
    margin: 24px -16px 0;
  }
}
.popup__content_duble {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  border-radius: 5px;
}
.popup__content--left {
  padding: 28px 55px 38px 32px;
}
.popup__content--right {
  background: #f3f7f9;
  width: 280px;
  min-width: 280px;
  padding: 40px 30px 50px 23px;
  border-radius: 0 5px 5px 0;
  position: relative;
}
.popup__content--ill {
  margin: -30px -30px 34px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
@media (max-width: 763px) {
  .popup__content--ill {
    margin: -30px -16px 34px;
    border-radius: 0;
  }
}
.popup__content--ill img {
  display: block;
  width: 100%;
}
.popup__content_bg-gray {
  background: #f3f7f9;
}
@media (max-width: 763px) {
  .popup__content {
    padding: 30px 16px;
  }
}
.popup__content img {
  max-width: 100%;
}
.popup__content_bp {
  padding: 70px;
}
@media (max-width: 763px) {
  .popup__content_bp {
    padding: 30px 16px;
  }
}
.popup__content .search-b {
  margin: 0 0 40px;
}
.popup__content_long {
  max-width: 950px;
}
.popup__content_middle {
  max-width: 770px;
}
.popup__content_w-530 {
  max-width: 530px;
}
.popup__content_w-500 {
  max-width: 500px;
}
.popup__content_short {
  max-width: 390px;
}
.popup__content_pdf {
  max-width: 720px;
  padding: 0;
  background: none;
}
.popup__content_pdf img {
  margin-bottom: 30px;
}
.popup__content_pb {
  padding-bottom: 53px;
}
.popup__content_pb .popup__content--bottom-b {
  margin-bottom: -53px;
}
.popup__content_p0 {
  padding: 0;
}
.popup__content_overflow-h {
  overflow: hidden;
}
.popup__content_short .popup__close-btn {
  right: 15px;
  top: 15px;
}
.popup__content_p0 .popup__close-btn {
  right: 24px;
  top: 24px;
}
.popup__form {
  margin-top: 35px;
}
.popup__header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: rgba(18,30,61,0.9);
  color: #fff;
  padding: 17px 90px 17px 40px;
  font-size: 20px;
}
@media (max-width: 763px) {
  .popup__header {
    padding: 10px 50px 10px 10px;
    font-size: 14px;
  }
}
.popup__header--btn {
  position: absolute;
  right: 35px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 763px) {
  .popup__header--btn {
    right: 20px;
  }
}
.popup__header--btn:hover {
  -webkit-transform: translate(0, -50%) scale(1.1);
          transform: translate(0, -50%) scale(1.1);
}
.popup__header--btn svg {
  display: block;
  fill: #fff;
}
@media (max-width: 763px) {
  .popup__header--btn svg {
    width: 16px;
    height: 16px;
  }
}
.popup__hover-btn {
  position: absolute;
  right: 40px;
  bottom: 30px;
  z-index: 5;
}
.popup__hover-block {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  position: absolute;
  bottom: 80px;
  right: 0;
  width: 310px;
  padding-right: 40px;
  z-index: 5;
}
.popup__hover-block--title {
  margin-bottom: 10px;
}
.popup__hover-block--text {
  opacity: 0.6;
  margin-bottom: 30px;
}
@media (max-width: 1380px) {
  .popup__hover-block {
    right: 20px;
    bottom: 20px;
    padding: 0;
    width: auto;
  }
  .popup__hover-block--title {
    display: none;
  }
  .popup__hover-block--text {
    display: none;
  }
}
@media (max-width: 763px) {
  .popup__hover-block {
    padding: 0;
    bottom: 10px;
    width: auto;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.popup__max-width {
  max-width: 500px;
}
.popup__loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
  margin: 100px 0;
}
.popup__loader svg {
  display: block;
  fill: #3291ff;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.popup__border-header {
  padding: 20px 19px;
  background: #fff;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 1px 3px 2px rgba(188,205,222,0.6), 0 2px 15px -30px rgba(212,224,237,0.7);
  position: relative;
  z-index: 2;
}
.popup__border-header--title {
  font-weight: 800;
  font-size: 18px;
  color: #223249;
  letter-spacing: 0;
  line-height: 24px;
}
.passport-form-b__title {
  font-weight: 800;
  font-size: 17px;
  color: #22334a;
  letter-spacing: 0;
  line-height: 40px;
}
.popup-bottom-desc {
  opacity: 0.7;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
}
.popup-info-b {
  margin-bottom: 18px;
  font-size: 12px;
  color: #32445b;
  letter-spacing: 0;
  line-height: 19px;
}
.popup-info-b__title {
  font-weight: 800;
  font-size: 14px;
  color: #8896a6;
  letter-spacing: 0;
  line-height: 20px;
}
.popup-info-b__text {
  opacity: 0.8;
}
.popup-filter-b__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e7edf3;
}
@media (max-width: 763px) {
  .popup-filter-b__top {
    display: block;
  }
}
.popup-filter-b__bottom {
  padding: 21px 0px 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 763px) {
  .popup-filter-b__bottom {
    display: block;
    padding: 21px 20px 33px;
  }
}
.popup-filter-b__bottom--left {
  width: 240px;
  margin-right: 36px;
}
@media (max-width: 763px) {
  .popup-filter-b__bottom--left {
    display: none;
  }
}
.popup-filter-b__left {
  width: 240px;
  min-width: 240px;
  border-right: 1px solid #e7edf3;
  padding-bottom: 100px;
}
@media (max-width: 763px) {
  .popup-filter-b__left {
    min-width: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 100%;
    padding-bottom: 0;
    border-right: none;
    border-bottom: 1px solid #e7edf3;
  }
}
.popup-filter-b__right {
  padding: 25px 36px;
  padding-bottom: 100px;
  width: 100%;
}
@media (max-width: 763px) {
  .popup-filter-b__right {
    padding: 25px 20px;
  }
}
.popup-filter-b__tab--item {
  padding: 10px 28px;
  font-size: 14px;
  color: #223249;
  letter-spacing: 0;
  line-height: 22px;
  cursor: pointer;
}
@media (max-width: 763px) {
  .popup-filter-b__tab--item {
    padding: 10px 10px;
    border-right: 1px solid #f3f7f9;
  }
}
.popup-filter-b__tab--item:not(.popup-filter-b__tab--item_selected):hover {
  background: #fcfcfd;
}
.popup-filter-b__tab--item_selected {
  cursor: default;
  background: #f3f7f9;
}
.popup-filter-b__tab--item:first-child {
  padding-top: 19px;
}
.popup-filter-b__tab--item_active .popup-filter-b__title {
  font-weight: 800;
}
.popup-filter-b__status {
  font-size: 12px;
  color: #8895a5;
  letter-spacing: 0;
  line-height: 22px;
}
.filter-toggle-btns {
  font-size: 12px;
  color: #8895a5;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.filter-toggle-btns__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 22px;
  cursor: pointer;
}
.filter-toggle-btns__btn:hover {
  color: #223249;
}
.filter-toggle-btns__btn:hover svg {
  stroke: #223249;
}
.filter-toggle-btns__btn svg {
  margin-right: 8px;
  stroke: #8895a5;
  position: relative;
  top: -1px;
}
.search-b {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.search-b_wide {
  max-width: 100%;
}
.search-b__wp {
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 763px) {
  .search-b__wp {
    margin-bottom: 14px;
  }
}
.search-b__wp_m0 {
  margin-bottom: 0;
}
.search-b_small .search-b__wp {
  margin-bottom: 13px;
}
.search-b_searching .search-b__wp {
  opacity: 0.3;
}
.search-b__btn {
  background: none;
  border: none;
  display: block;
  outline: none;
  cursor: pointer;
  width: auto;
  padding: 0;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 22;
}
.search-b__btn:disabled {
  cursor: not-allowed;
}
.search-b__btn svg {
  fill: #006be6;
  display: block;
}
.search-b__green-btn {
  position: absolute;
  right: 0;
  top: 0;
  background: #11d683;
  cursor: pointer;
  border: none;
  outline: none;
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  font-size: 16px;
  color: #fff;
  border-radius: 0 4px 4px 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 22;
  font-weight: 800;
  margin: 0;
}
@media (max-width: 763px) {
  .search-b__green-btn {
    position: relative;
    border-radius: 4px;
    display: block;
    text-align: center;
    width: 100%;
    height: 48px;
    line-height: 48px;
    z-index: auto;
  }
}
.search-b__green-btn:not(.search-b__green-btn_disabled):hover {
  background: #00bd6e;
}
.search-b__green-btn_disabled {
  cursor: not-allowed;
  background: #3291ff;
}
.search-b__green-btn svg {
  display: inline-block;
  fill: #fff;
  margin-right: 6px;
  vertical-align: center;
  position: relative;
  top: 4px;
}
@media (max-width: 763px) {
  .search-b__green-btn svg {
    width: 14px;
    height: 14px;
    margin-left: -14px;
    top: 1px;
  }
}
.search-b__blue-btn {
  position: absolute;
  right: 0;
  top: 0;
  background: #3291ff;
  cursor: pointer;
  border: none;
  outline: none;
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  font-size: 16px;
  color: #fff;
  border-radius: 0 4px 4px 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 22;
  font-weight: 800;
  margin: 0;
}
@media (max-width: 763px) {
  .search-b__blue-btn {
    position: relative;
    border-radius: 4px;
    display: block;
    text-align: center;
    width: 100%;
    height: 48px;
    line-height: 48px;
    z-index: auto;
  }
}
.search-b__blue-btn:not(.search-b__blue-btn_disabled):hover {
  background: #0f7cef;
}
.search-b__blue-btn_disabled {
  cursor: not-allowed;
  background: #3291ff;
}
.search-b__blue-btn svg {
  display: inline-block;
  fill: #fff;
  margin-right: 6px;
  vertical-align: center;
  position: relative;
  top: 4px;
}
@media (max-width: 763px) {
  .search-b__blue-btn svg {
    width: 14px;
    height: 14px;
    margin-left: -14px;
    top: 1px;
  }
}
.search-b_small .search-b__green-btn,
.search-b_small .search-b__blue-btn {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
.search-b__white-btn {
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  cursor: pointer;
  border: none;
  outline: none;
  height: 100%;
  line-height: 46px;
  padding: 0 18px;
  font-size: 16px;
  color: #3291ff;
  border-radius: 0 4px 4px 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 22;
  font-weight: 800;
  padding-bottom: 2px;
}
@media (max-width: 763px) {
  .search-b__white-btn {
    position: relative;
    border-radius: 4px;
    display: block;
    text-align: center;
    width: 100%;
    height: 48px;
    line-height: 48px;
    z-index: auto;
  }
}
.search-b__white-btn:not(.search-b__white-btn_disabled):hover {
  color: #0b73e1;
}
.search-b__white-btn:not(.search-b__white-btn_disabled):hover svg {
  fill: #0b73e1;
}
.search-b__white-btn_disabled {
  cursor: not-allowed;
  background: #3291ff;
}
.search-b__white-btn svg {
  display: inline-block;
  fill: #3291ff;
  margin-right: 6px;
  vertical-align: center;
  position: relative;
  top: 2px;
  width: 17px;
  height: 17px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 763px) {
  .search-b__white-btn svg {
    width: 14px;
    height: 14px;
    margin-left: -14px;
    top: 1px;
  }
}
.search-b_inner .search-b__btn {
  top: 15px;
}
.search-b__disc {
  font-size: 14px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  z-index: 2;
  text-align: center;
  margin-top: 20px;
}
.search-b__disc--text {
  opacity: 0.7;
}
.search-b__disc--link {
  opacity: 0.7;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.search-b__disc--link:hover {
  opacity: 1;
}
.search-b__disc:hover {
  opacity: 1;
}
.search-b_small .search-b__disc {
  text-align: left;
  margin-top: 13px;
}
.search-b_small .input_search {
  box-shadow: 0 3px 15px 0 rgba(63,87,117,0.2), 0 1px 3px 1px rgba(176,185,217,0.19);
  height: 50px;
}
.search-b_searching .search-b__disc,
.search-b_err .search-b__disc {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 763px) {
  .search-b_searching .search-b__disc,
  .search-b_err .search-b__disc {
    display: none;
  }
}
.search-b__ac {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 20;
  background: #fff;
  width: 100%;
  text-align: left;
  margin-top: -4px;
  box-shadow: 0 12px 55px 0 rgba(105,145,194,0.18), 0 12px 25px 0 rgba(100,117,170,0.41);
  border-radius: 0 0 4px 4px;
}
.search-b__ac--item {
  padding: 12px 17px;
  color: #32465c;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: #fff;
}
.search-b__ac--item:before {
  position: absolute;
  left: 10px;
  right: 10px;
  content: '';
  border-bottom: 1px solid #b1b1c5;
  opacity: 0.2;
  bottom: 0;
}
.search-b__ac--item:first-child {
  padding: 16px 17px;
}
.search-b__ac--item:last-child {
  border-radius: 0 0 4px 4px;
  padding: 16px 17px;
}
.search-b__ac--item:last-child:before {
  display: none;
}
.search-b__ac--item_select {
  background: #ceeaff;
}
.search-b__ac--item:not(.search-b__ac--item_select):hover {
  background: rgba(206,234,255,0.271);
}
.search-b__wait {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  font-size: 14px;
  z-index: 1;
  visibility: hidden;
}
@media (max-width: 763px) {
  .search-b__wait {
    display: none;
    position: relative;
  }
}
.search-b__wait_fix {
  position: fixed;
  top: 10px;
  background: #0f7cef;
  width: auto;
  height: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  padding: 5px 13px 9px 9px;
  border-radius: 20px;
  z-index: 1000;
}
.search-b__wait svg {
  width: 18px;
  height: 18px;
  fill: #fff;
  margin-right: 4px;
  position: relative;
  top: 4px;
}
.search-b_small .search-b__wait svg {
  fill: #22334a;
}
.search-b_landing .search-b__wait svg {
  fill: rgba(0,0,0,0.6);
}
.search-b_searching .search-b__wait {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 763px) {
  .search-b_searching .search-b__wait {
    display: block;
  }
}
.search-b__err {
  position: absolute;
  left: 0;
  top: 80px;
  width: 100%;
  background: rgba(255,255,255,0.17);
  box-shadow: 0 3px 15px 0 rgba(0,0,0,0.18), 0 1px 3px 0 rgba(0,0,0,0.22);
  padding: 20px;
  text-align: left;
  border-radius: 5px;
  font-size: 14px;
  line-height: 21px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  z-index: 3;
}
@media (max-width: 763px) {
  .search-b__err {
    position: relative;
    top: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: none;
  }
}
.search-b__err--ico {
  margin-right: 16px;
}
@media (max-width: 763px) {
  .search-b__err--ico {
    margin-right: 10px;
    display: none;
  }
}
.search-b__err--ico svg {
  fill: none;
  display: block;
}
@media (max-width: 763px) {
  .search-b__err--ico svg {
    width: 16px;
    height: 16px;
  }
}
.search-b__err--close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.search-b__err--close:hover {
  opacity: 1;
}
.search-b__err--close svg {
  fill: #fff;
  display: block;
  width: 13px;
  height: 13px;
}
.search-b__err--link {
  color: #fff;
  border-bottom: 1px dotted;
}
.search-b__err--link:hover {
  color: #ffc843;
}
.search-b_small .search-b__err {
  top: 60px;
  background: #f3f7f9;
}
.search-b_small .search-b__err--link {
  color: #3291ff;
}
.search-b_small .search-b__err--close svg {
  fill: #22334a;
}
.search-b_landing .search-b__err--link {
  color: inherit;
}
.search-b_err .search-b__err {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media (max-width: 763px) {
  .search-b_err .search-b__err {
    display: block;
  }
}
.search-b_searching .search-b__err {
  opacity: 0;
}
@media (max-width: 763px) {
  .search-b_searching .search-b__err {
    display: none;
  }
}
.search-b_landing .input_search:focus {
  border-color: #2f8fff;
  box-shadow: 0 0 4px 2px #70b1ff;
}
.search-b_small-btn .input_search {
  padding-right: 50px;
  background: #fff;
}
@media (max-width: 1300px) {
  .search-b_small .input_search {
    padding-right: 50px;
  }
  .search-b_small .search-b__green-btn,
  .search-b_small .search-b__blue-btn {
    font-size: 0;
    padding: 0 15px;
  }
  .search-b_small .search-b__green-btn svg,
  .search-b_small .search-b__blue-btn svg {
    margin: 0;
    vertical-align: middle;
    top: 0;
  }
}
@media (max-width: 763px) {
  .search-b_small .search-b__green-btn,
  .search-b_small .search-b__blue-btn {
    position: absolute;
    width: auto;
    right: 0;
    border-radius: 0 4px 4px 0;
  }
  .search-b_small .search-b__green-btn svg,
  .search-b_small .search-b__blue-btn svg {
    width: 16px;
    height: 16px;
  }
}
.search-b_small .search-b__wait {
  bottom: auto;
  top: 100%;
  margin-top: 10px;
  background: #fff;
  padding: 3px 10px 5px;
  border-radius: 20px;
  width: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.inputloadanimation {
  -webkit-animation: inputLoadAnimation 0.8s ease-out;
          animation: inputLoadAnimation 0.8s ease-out;
}
@-webkit-keyframes inputLoadAnimation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes inputLoadAnimation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.small-features-b {
  margin-bottom: 22px;
}
.small-features-b__ill {
  margin-bottom: 20px;
}
@media (max-width: 763px) {
  .small-features-b__ill {
    margin-bottom: 0;
    margin-right: 16px;
  }
}
.small-features-b__ill img {
  display: block;
}
.small-features-b__title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  margin-bottom: 6px;
}
@media (max-width: 763px) {
  .small-features-b__title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 6px;
    font-weight: normal;
  }
}
.small-features-b__top {
  margin-bottom: 37px;
}
@media (max-width: 763px) {
  .small-features-b__top {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background: #e4ecf1;
    padding: 20px;
    border-radius: 5px;
  }
}
.small-features-b__more-link {
  font-size: 14px;
  cursor: pointer;
}
.small-features-b__subtitle {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
.small-features-b__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
}
@media (max-width: 763px) {
  .small-features-b__item {
    margin-bottom: 8px;
  }
}
.small-features-b__text {
  font-size: 14px;
  line-height: 20px;
  color: #5a6a7c;
}
@media (max-width: 763px) {
  .small-features-b__text {
    font-size: 12px;
    line-height: 18px;
  }
}
.small-features-b__ico {
  width: 18px;
  min-width: 18px;
  margin-right: 15px;
  padding-top: 2px;
}
@media (max-width: 763px) {
  .small-features-b__ico {
    width: 14px;
    min-width: 14px;
    margin-right: 10px;
    padding-top: 0;
    padding-bottom: 2px;
  }
}
.small-features-b__ico svg {
  display: block;
  margin: 0 auto;
  fill: #22334a;
  opacity: 0.6;
}
@media (max-width: 763px) {
  .small-features-b__ico svg {
    max-width: 100%;
    fill: #3291ff;
    opacity: 1;
  }
}
.progress-oval {
  font-size: 53px;
  width: 1em;
  height: 1em;
  border: 0.056603773584906em solid #d3deea;
  border-radius: 50%;
  position: relative;
}
.progress-oval__line {
  position: absolute;
  left: -0.094339622641509em;
  top: -0.094339622641509em;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  height: 1.06em;
  width: 1.06em;
}
.progress-oval__attention {
  fill: #fb1616;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.113207547169811em;
  height: 0.471698113207547em;
  margin-left: 0.009433962264151em;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.progress-oval__attention_hide {
  opacity: 0;
  -webkit-transform: translate(-50%, -80%);
          transform: translate(-50%, -80%);
  -webkit-transition-delay: 0.3ss;
          transition-delay: 0.3ss;
}
.progress-oval__shield {
  fill: #00bb71;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  width: 0.471698113207547em;
  height: 0.528301886792453em;
  margin-left: 0.005660377358491em;
  -webkit-transition: all 0.4s cubic-bezier(0.22, -0.76, 0.39, -0.06);
  transition: all 0.4s cubic-bezier(0.22, -0.76, 0.39, -0.06);
}
.progress-oval__shield_show {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.4s cubic-bezier(0.18, 1.01, 0.75, 1.46);
  transition: all 0.4s cubic-bezier(0.18, 1.01, 0.75, 1.46);
}
.progress-oval__lock {
  position: absolute;
  right: -0.169811320754717em;
  bottom: -0.150943396226415em;
  background: #c8d5e3;
  width: 0.490566037735849em;
  height: 0.490566037735849em;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.progress-oval__lock_hide {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.progress-oval__lock svg {
  display: block;
  fill: #fff;
  width: 0.169811320754717em;
  height: 0.226415094339623em;
  margin-right: -0.018867924528302em;
  margin-top: -0.037735849056604em;
}
.progress-oval__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  width: 0.415094339622642em;
  height: 0.584905660377358em;
  opacity: 1;
  margin-left: 0.009433962264151em;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin-top: -0.037735849056604em;
  fill: #c8d5e3;
  stroke-width: 0.6;
  stroke: #c8d5e4;
}
.progress-oval__logo_hide {
  -webkit-transform: translate(-50%, -20%);
          transform: translate(-50%, -20%);
  opacity: 0;
}
.progress-b {
  margin-top: 20px;
  padding-left: 5px;
  font-size: 12px;
  line-height: 19px;
}
.progress-b__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.progress-b__left {
  margin-right: 20px;
}
.progress-b__right {
  max-width: 350px;
}
.progress-b__text {
  margin-bottom: 6px;
}
.progress-b__features {
  margin-top: 20px;
  border: 1px solid #c7c7c7;
  padding: 10px 10px;
  border-radius: 10px;
  position: relative;
}
.progress-b__features--text {
  position: absolute;
  top: -11px;
  left: 21px;
  background: #f3f7f9;
  box-shadow: 0 0 0 5px #f3f7f9;
}
.reviews-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  max-width: 1220px;
  margin: 50px auto 36px;
}
@media (max-width: 763px) {
  .reviews-b {
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .reviews-b.slick-slider {
    display: block;
  }
  .reviews-b.slick-slider .slick-slide {
    margin: 0 10px;
  }
  .reviews-b.slick-slider .reviews-b__item {
    width: 100%;
    margin: 0;
    min-width: 100%;
    max-width: 100%;
  }
}
.reviews-b__item {
  text-align: center;
  max-width: 490px;
  padding: 37px 20px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 10px 15px 0 rgba(96,134,182,0.11), 0 2px 5px 0 rgba(100,117,170,0.15);
  margin: 0 10px 20px;
  -webkit-transition: all 0.8s cubic-bezier(0.34, 1.36, 0.74, 1.37);
  transition: all 0.8s cubic-bezier(0.34, 1.36, 0.74, 1.37);
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media (max-width: 763px) {
  .reviews-b__item {
    min-width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    width: calc(100% - 20px);
    margin: 0 10px;
    padding: 28px 10px 25px;
    box-shadow: none;
    border: 1px solid #e9eef3;
  }
}
.reviews-b__item_350 {
  max-width: 350px;
  box-shadow: none;
  border: 1px solid #e9eef3;
}
@media (max-width: 763px) {
  .reviews-b__item_350 {
    box-shadow: none;
    border: 1px solid #e9eef3;
  }
}
.reviews-b__item_middle {
  max-width: 330px;
  box-shadow: 0 12px 55px 0 rgba(105,145,194,0.18), 0 12px 25px 0 rgba(100,117,170,0.14);
}
@media (max-width: 763px) {
  .reviews-b__item_middle {
    box-shadow: none;
    border: 1px solid #e9eef3;
  }
}
.reviews-b__item_small {
  max-width: 330px;
  box-shadow: 0 1px 3px 0 rgba(176,180,184,0.23);
  border: 1px solid #e9eef3;
}
@media (max-width: 763px) {
  .reviews-b__item_small {
    box-shadow: none;
    border: 1px solid #e9eef3;
  }
}
.reviews-b__item_big {
  max-width: 410px;
  box-shadow: 0 22px 75px 0 rgba(63,107,163,0.18), 0 82px 135px 0 rgba(100,117,170,0.06);
  padding: 50px 20px;
  margin-top: -20px;
}
@media (max-width: 763px) {
  .reviews-b__item_big {
    margin: 0 10px;
    box-shadow: none;
    border: 1px solid #e9eef3;
  }
}
@media (max-width: 1170px) {
  .reviews-b__item_big {
    margin-top: 0;
  }
}
.reviews-b__item:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.reviews-b__item:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.reviews-b__item:nth-child(5) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.hide-shadows .reviews-b__item {
  box-shadow: none;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.hide-shadows .reviews-b__item_350 {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.hide-shadows .reviews-b__item_small {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.reviews-b__title {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 10px;
  font-weight: 800;
}
.reviews-b__item_big .reviews-b__title {
  font-size: 28px;
  margin-bottom: 20px;
}
@media (max-width: 763px) {
  .reviews-b__item_big .reviews-b__title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.reviews-b__item_small .reviews-b__title {
  font-size: 22px;
}
.reviews-b__text {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 26px;
  color: #5a6a7b;
}
@media (max-width: 763px) {
  .reviews-b__text {
    line-height: 24px;
    font-size: 16px;
  }
}
.reviews-b__desc {
  font-size: 14px;
  color: #7e8a97;
}
.reviews-b__img {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto 18px;
}
@media (max-width: 763px) {
  .reviews-b__img {
    width: 80px;
    height: 80px;
  }
}
.reviews-b__item_350 .reviews-b__img {
  width: 80px;
  height: 80px;
}
.reviews-b__item_small .reviews-b__img {
  width: 90px;
  height: 90px;
}
@media (max-width: 763px) {
  .reviews-b__item_small .reviews-b__img {
    width: 80px;
    height: 80px;
  }
}
.reviews-b__item_410 .reviews-b__img {
  width: 110px;
  height: 110px;
}
@media (max-width: 763px) {
  .reviews-b__item_410 .reviews-b__img {
    width: 80px;
    height: 80px;
  }
}
.selectize-control.single .selectize-input {
  background: none;
}
.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #c3d6ea;
}
.selectize-control.single .selectize-input {
  box-shadow: none;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  font-size: 16px;
}
.selectize-input {
  padding: 11px 15px;
  border-radius: 5px;
}
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 11px 15px;
}
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.slick-dots button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  outline: none;
  border: 1px solid #8896a6;
  padding: 0;
  background: none;
  -webkit-appearance: none;
  margin: 0 5px;
}
.slick-dots .slick-active button {
  background: #3291ff;
  border-color: #3291ff;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}
.sticky:before,
.sticky:after {
  content: '';
  display: table;
}
.fotorama * {
  box-sizing: content-box;
}
