@charset "UTF-8";
@font-face {
  font-family: 'Alef';
  src: url("../fonts/Alef-Bold.eot");
  src: url("../fonts/Alef-Bold.eot?#iefix") format('embedded-opentype'), url("../fonts/Alef-Bold.woff2") format('woff2'), url("../fonts/Alef-Bold.woff") format('woff'), url("../fonts/Alef-Bold.ttf") format('truetype'), url("../fonts/Alef-Bold.svg#Alef-Bold") format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Alef';
  src: url("../fonts/Alef-Regular.eot");
  src: url("../fonts/Alef-Regular.eot?#iefix") format('embedded-opentype'), url("../fonts/Alef-Regular.woff2") format('woff2'), url("../fonts/Alef-Regular.woff") format('woff'), url("../fonts/Alef-Regular.ttf") format('truetype'), url("../fonts/Alef-Regular.svg#Alef-Regular") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansHebrew';
  src: url("../fonts/OpenSansHebrew-Regular.eot");
  src: url("../fonts/OpenSansHebrew-Regular.eot?#iefix") format('embedded-opentype'), url("../fonts/OpenSansHebrew-Regular.woff") format('woff'), url("../fonts/OpenSansHebrew-Regular.ttf") format('truetype'), url("../fonts/OpenSansHebrew-Regular.svg#OpenSansHebrew-Regular") format('svg');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  margin: 0;
  padding: 0;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 10px;
  direction: rtl;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
body {
  background-color: #eff0f4;
  color: #3d3d3d;
  font-family: "Heebo", sans-serif;
  font-size: 16px;
  height: 100%;
  line-height: 1.2em;
  overflow-x: hidden;
}
img {
  display: block;
  height: auto;
  max-width: 100%;
}
svg {
  -webkit-transition: fill 0.2s ease, stroke 0.2s ease;
  -o-transition: fill 0.2s ease, stroke 0.2s ease;
  transition: fill 0.2s ease, stroke 0.2s ease;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
a:hover {
  color: #2076bd;
}
p {
  margin-bottom: 0;
  margin-top: 0;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
dl,
dd {
  margin: 0;
}
dt {
  font-weight: 700;
}
dd + dt {
  margin-top: 1em;
}
figure {
  margin: 0;
}
b {
  font-weight: 600;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3d3d3d;
  font-family: "Heebo", sans-serif;
  font-weight: 600;
  margin: 0;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #2076bd;
}
h1,
.h1 {
  font-size: 30px;
  line-height: 1.2em;
}
h2,
.h2 {
  font-size: 30px;
  line-height: 1.2em;
}
h3,
.h3 {
  font-size: 20px;
  line-height: 1.2em;
}
h4,
.h4 {
  font-size: 20px;
  line-height: 1.2em;
}
h5,
.h5 {
  font-size: 20px;
  line-height: 1.2em;
}
h6,
.h6 {
  font-size: 10px;
  line-height: 1.2em;
}
.text-start {
  text-align: left;
}
.text-end {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.font-normal {
  font-weight: 400;
}
.font-bold {
  font-weight: 600;
}
select {
  border: 1px solid #c6c6c6;
  color: #525252;
  font-family: "Heebo", sans-serif;
  font-size: 17px;
  line-height: 22px;
  padding: 3px 6px;
}
.hide-block {
  display: none;
}
.show-block {
  display: block;
}
.hide-md-block {
  display: block;
}
@media (min-width: 768px) {
  .hide-md-block {
    display: none;
  }
}
.show-md-block {
  display: none;
}
@media (min-width: 768px) {
  .show-md-block {
    display: block;
  }
}
.hide-lg-block {
  display: block;
}
@media (min-width: 992px) {
  .hide-lg-block {
    display: none;
  }
}
.show-lg-block {
  display: none;
}
@media (min-width: 992px) {
  .show-lg-block {
    display: block;
  }
}
.hide-xl-block {
  display: block;
}
@media (min-width: 1200px) {
  .hide-xl-block {
    display: none;
  }
}
.show-xl-block {
  display: none;
}
@media (min-width: 1200px) {
  .show-xl-block {
    display: block;
  }
}
.mt-20 {
  margin-top: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pl-10 {
  padding-left: 10px;
}
.pr-10 {
  padding-right: 10px;
}
@media (min-width: 576px) {
  .pr-sm-10 {
    padding-right: 10px;
  }
}
.pt-20 {
  padding-top: 20px;
}
.site {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.site__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  width: 100%;
}
.site__header {
  padding-bottom: 30px;
  width: 100%;
}
.site__main {
  padding-bottom: 30px;
  padding-top: 0;
}
@media (min-width: 576px) {
  .site__main {
    padding-bottom: 50px;
  }
}
.site__footer {
  margin-top: auto;
}
.site__width {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  width: 730px;
}
.cols {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
/* Columns Flex Properties */
/* Columns Spaces */
/* Additional Properties */
}
.cols__col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
/* Column Spaces */
/* Column Sizes */
/* Column Flex Properties */
}
.cols__col--v-pad-0 {
  padding-left: 0;
  padding-right: 0;
}
.cols__col--v-pad-6 {
  padding-left: 6px;
  padding-right: 6px;
}
.cols__col--v-pad-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.cols__col--v-pad-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.cols__col--v-pad-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.cols__col--v-gut-20 {
  padding-bottom: 20px;
}
.cols__col--v-gut-22 {
  padding-bottom: 20px;
}
.cols__col--v-gut-25 {
  padding-bottom: 25px;
}
.cols__col--v-gut-30 {
  padding-bottom: 30px;
}
.cols__col--v-gut-50 {
  padding-bottom: 50px;
}
.cols__col--auto {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  max-width: 100%;
  width: auto;
}
.cols__col--1-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.666667%;
      -ms-flex: 0 0 16.666667%;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.cols__col--1-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}
.cols__col--1-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
.cols__col--1-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cols__col--2-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
}
.cols__col--1-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.cols__col--3-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
}
.cols__col--2-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666667%;
      -ms-flex: 0 0 66.666667%;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.cols__col--3-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}
.cols__col--9-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 90%;
      -ms-flex: 0 0 90%;
          flex: 0 0 90%;
  max-width: 90%;
}
.cols__col--first {
  -webkit-box-ordinal-group: -19;
  -webkit-order: -20;
      -ms-flex-order: -20;
          order: -20;
}
.cols__col--last {
  -webkit-box-ordinal-group: 21;
  -webkit-order: 20;
      -ms-flex-order: 20;
          order: 20;
}
@media (min-width: 576px) {
  .cols__col--sm-1-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .cols__col--sm-1-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .cols__col--sm-1-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .cols__col--sm-2-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .cols__col--sm-3-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (min-width: 768px) {
  .cols__col--md-1-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .cols__col--md-1-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .cols__col--md-2-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }
  .cols__col--md-1-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .cols__col--md-3-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
  .cols__col--md-2-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .cols__col--md-3-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .cols__col--md-first {
    -webkit-box-ordinal-group: -19;
    -webkit-order: -20;
        -ms-flex-order: -20;
            order: -20;
  }
  .cols__col--md-last {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
        -ms-flex-order: 20;
            order: 20;
  }
}
@media (min-width: 992px) {
  .cols__col--lg-1-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .cols__col--lg-1-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .cols__col--lg-1-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .cols__col--lg-1-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .cols__col--lg-3-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .cols__col--lg-first {
    -webkit-box-ordinal-group: -19;
    -webkit-order: -20;
        -ms-flex-order: -20;
            order: -20;
  }
  .cols__col--lg-last {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
        -ms-flex-order: 20;
            order: 20;
  }
}
@media (min-width: 1200px) {
  .cols__col--xl-1-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .cols__col--xl-1-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .cols__col--xl-1-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .cols__col--xl-1-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .cols__col--xl-1-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .cols__col--xl-1-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .cols__col--xl-2-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .cols__col--xl-3-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .cols__col--xl-4-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }
  .cols__col--xl-first {
    -webkit-box-ordinal-group: -19;
    -webkit-order: -20;
        -ms-flex-order: -20;
            order: -20;
  }
  .cols__col--xl-last {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
        -ms-flex-order: 20;
            order: 20;
  }
}
.cols__col--grow-1 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}
.cols__col--grow-2 {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  max-width: 100%;
}
.cols__col--grow-3 {
  -webkit-box-flex: 3;
  -webkit-flex-grow: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
  max-width: 100%;
}
.cols__col--grow-4 {
  -webkit-box-flex: 4;
  -webkit-flex-grow: 4;
      -ms-flex-positive: 4;
          flex-grow: 4;
  max-width: 100%;
}
.cols__col--grow-5 {
  -webkit-box-flex: 5;
  -webkit-flex-grow: 5;
      -ms-flex-positive: 5;
          flex-grow: 5;
  max-width: 100%;
}
.cols__col--top {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.cols__col--center {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.cols__col--bottom {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
.cols--start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cols--center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cols--end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cols--stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.cols--middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.cols--bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.cols--v-mar-0 {
  margin-left: 0;
  margin-right: 0;
}
.cols--v-mar-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.cols--v-mar-6 {
  margin-left: -6px;
  margin-right: -6px;
}
.cols--v-mar-15 {
  margin-left: -15px;
  margin-right: -15px;
}
.cols--v-mar-30 {
  margin-left: -30px;
  margin-right: -30px;
}
.cols--v-gut-20 {
  margin-bottom: -20px;
}
.cols--v-gut-25 {
  margin-bottom: -25px;
}
.cols--v-gut-22 {
  margin-bottom: -22px;
}
.cols--v-gut-30 {
  margin-bottom: -30px;
}
.cols--v-gut-50 {
  margin-bottom: -50px;
}
.cols--fullheight {
  height: 100%;
}
.header {
  padding-top: 15px;
}
.header__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__access {
  right: 0;
  position: absolute;
  top: 12px;
}
.header__access-btn svg {
  fill: #1b65a1;
  height: auto;
  width: 25px;
}
.header__access-btn:hover svg {
  fill: #2076bd;
}
.header__access-btn--close svg {
  width: 22px;
}
.header__nav {
  padding: 0 50px;
  position: relative;
}
.logo {
  width: 100%;
  height: auto;
}
.logo--header {
  max-width: 153px;
}
.logo--header-big {
  max-width: 250px;
}
.logo--footer {
  max-width: 200px;
}
.logo--footer-big {
  max-width: 198px;
}
.page-block__title {
  color: #3d3d3d;
  margin: 0;
  padding: 0;
}
.page-title {
  color: #1b65a1;
  padding-bottom: 20px;
  text-align: center;
}
.box {
  background-color: #fff;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  display: block;
  padding: 30px 22px;
  position: relative;
}
.box__title {
  text-align: center;
}
.box__title--yellow {
  color: #ffce06;
}
.box__notice {
  color: #1b65a1;
  font-weight: 700;
  margin-top: 1em;
}
.box__label {
  background-color: #1b65a1;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  color: #fff;
  font-weight: 700;
  left: 50%;
  min-width: 160px;
  padding: 9px 15px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.box__label--red {
  background-color: #e92828;
}
.box__label--yellow {
  background-color: #ffce06;
  color: #3d3d3d;
}
.box--bd {
  -webkit-box-shadow: inset 0 0 0 2px #1b65a1;
          box-shadow: inset 0 0 0 2px #1b65a1;
}
.box--bd-yellow {
  -webkit-box-shadow: inset 0 0 0 2px #ffce06;
          box-shadow: inset 0 0 0 2px #ffce06;
}
.box--bd-red {
  -webkit-box-shadow: inset 0 0 0 2px #e92828;
          box-shadow: inset 0 0 0 2px #e92828;
}
.box--bd-yellow-bold {
  -webkit-box-shadow: inset 0 0 0 6px #ffce06;
          box-shadow: inset 0 0 0 6px #ffce06;
}
.box--label-top {
  margin-top: 40px;
  padding-top: 47px;
}
.box--label-right {
  padding-left: 40px;
  padding-right: 47px;
  margin-right: 20px;
}
.box--label-right .box__label {
  bottom: auto;
  left: 100%;
  min-width: 155px;
  right: auto;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.form__fieldset {
  border: none;
  padding: 0;
}
.form__btn {
  margin-top: 30px;
}
.form__btn--grow-1 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.form__forgot-pass {
  text-align: center;
}
.form__field {
  width: 100%;
}
.form__field + .form__field {
  margin-top: 30px;
}
.form__row + .form__field,
.form__field + .form__row {
  margin-top: 30px;
}
.form__label {
  cursor: default;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
  padding: 0 10px 4px;
}
.form__label--login {
  color: #44436b;
}
.form__input {
  background-color: #eff0f4;
  border: none;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  display: block;
  font-family: "Heebo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
  padding: 15px 10px;
  width: 100%;
  -webkit-transition: border-color 0.2s ease, color 0.2s ease;
  -o-transition: border-color 0.2s ease, color 0.2s ease;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.form__input::-webkit-input-placeholder {
  color: #3d3d3d;
  opacity: 1;
}
.form__input:-moz-placeholder {
  color: #3d3d3d;
  opacity: 1;
}
.form__input::-moz-placeholder {
  color: #3d3d3d;
  opacity: 1;
}
.form__input:-ms-input-placeholder {
  color: #3d3d3d;
  opacity: 1;
}
.form__input:focus {
  border-color: #3d3d3d;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.form__input--login {
  color: #44436b;
  font-weight: 700;
}
.form__input--search {
  background-color: #fff;
  border: 2px solid #e2e2e2;
  text-align: center;
}
.form__input--select1 {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
/* Firefox: */
/* Edge: */
/* IE11: */
}
.form__input--select1::-ms-expand {
  display: none;
}
@-moz-document url-prefix() {
  .form__input--select1 {
    text-indent: -2px;
  }
}
@supports (-ms-ime-align: auto) {
  .form__input--select1 {
    width: -webkit-calc(100% + 4px);
    width: calc(100% + 4px);
    margin-left: -4px;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .form__input--select1 {
    width: -webkit-calc(100% + 4px);
    width: calc(100% + 4px);
    margin-left: -3px;
  }
}
.form__input--number {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.form__input--number::-ms-expand {
  display: none;
}
.form__input--textarea {
  height: 160px;
  resize: none;
}
.btn {
  background-color: #3d3d3d;
  border: none;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Heebo", sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2em;
  min-width: 120px;
  padding: 8px 20px;
  text-align: center;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.btn:hover {
  background-color: #1b65a1;
  color: #fff;
}
.btn--load-more {
  -webkit-border-radius: 20px;
          border-radius: 20px;
  font-size: 16px;
  min-width: 100px;
}
.btn--load-more:hover {
  background-color: #2076bd;
}
.btn--submit {
  background-color: #1b65a1;
  display: block;
  font-weight: 700;
  width: 100%;
}
.btn--submit:hover {
  background-color: #2076bd;
}
.btn--search-submit {
  background-color: #1b65a1;
  font-size: 20px;
  font-weight: 700;
  padding: 12px 20px;
}
.btn--search-submit:hover {
  background-color: #2076bd;
}
.btn--search-item {
  background-color: #1b65a1;
  font-size: 16px;
  font-weight: 700;
  min-width: 150px;
}
.btn--search-item:hover {
  background-color: #2076bd;
}
.btn--add {
  background-color: #fff;
  color: #3d3d3d;
  font-size: 20px;
  font-weight: 700;
  padding-right: 60px;
  padding-bottom: 16px;
  padding-top: 16px;
  position: relative;
  width: 100%;
}
.btn--add .btn__icon {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 3px solid #1b65a1;
  -webkit-border-radius: 40px;
          border-radius: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: color 0.2s ease, border-color 0.2s ease;
  -o-transition: color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, border-color 0.2s ease;
  width: 40px;
}
.btn--add .btn__icon svg,
.btn--add .btn__icon img {
  height: 20px;
  width: auto;
  fill: #3fae49;
}
.btn--add:hover .btn__icon {
  border-color: #fff;
}
.btn--add:hover .btn__icon svg,
.btn--add:hover .btn__icon img {
  fill: #fff;
}
.btn--grey {
  background-color: #e2e2e2;
  color: #3d3d3d;
}
.btn--grey:hover {
  background-color: #2076bd;
  color: #fff;
}
.btn--red {
  background-color: #e92828;
  color: #fff;
}
.btn--red:hover {
  background-color: #2076bd;
  color: #fff;
}
.btn--green {
  background-color: #3fae49;
  color: #fff;
}
.btn--green:hover {
  background-color: #2076bd;
  color: #fff;
}
.btn--blue-light {
  background-color: #4490cd;
  color: #fff;
}
.btn--blue-light:hover {
  background-color: #2076bd;
  color: #fff;
}
.btn__wrapper--center {
  text-align: center;
}
.btn__wrapper--to-end {
  text-align: right;
}
.btn__wrapper--to-start {
  text-align: left;
}
.btn__wrapper--group {
  margin-bottom: -4px;
  margin-left: -4px;
  margin-right: -4px;
  display: flex;
  justify-content: space-between;
}
.btn__wrapper--group .btn {
  margin-bottom: 4px;
  margin-left: 4px;
  margin-right: 4px;
}
.access-info {
  padding-bottom: 20px;
  text-align: center;
}
.steps {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  direction: ltr;
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 20px;
}
.steps__step {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 72px;
          border-radius: 72px;
  border: 8px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 72px;
  width: 72px;
}
.steps__step img,
.steps__step svg {
  height: 23px;
  width: auto;
}
.steps__step--blue,
.steps__step--green,
.steps__step--red,
.steps__step--yellow,
.steps__step color color__light {
  fill: #fff;
}
.steps__step--blue svg,
.steps__step--green svg,
.steps__step--red svg,
.steps__step--yellow svg,
.steps__step color color__light svg {
  color: #fff;
  fill: #fff;
}
.steps__step--blue svg .cls-stroke-1,
.steps__step--green svg .cls-stroke-1,
.steps__step--red svg .cls-stroke-1,
.steps__step--yellow svg .cls-stroke-1,
.steps__step color color__light svg .cls-stroke-1 {
  stroke: #fff;
}
.steps__step--blue {
  background-color: #1b65a1;
}
.steps__step--green {
  background-color: #3fae49;
}
.steps__step--red {
  background-color: #e92828;
}
.steps__step--yellow {
  background-color: #ffce06;
}
.steps__hr {
  background-color: #fff;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 3px;
  width: auto;
}
.tabs__nav {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 40px;
}
.tabs__btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 17px;
  font-weight: 700;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 100px;
  padding: 7px 6px;
  text-align: center;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.tabs__btn svg {
  margin-right: 7px;
  height: 31px;
  -webkit-transition: fill 0.2s ease;
  -o-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
  width: auto;
}
.tabs__btn.active,
.tabs__btn:hover {
  background-color: #1b65a1;
  color: #fff;
}
.tabs__btn.active svg,
.tabs__btn:hover svg {
  fill: #fff;
}
.tabs__nav-item:last-child {
  -webkit-border-radius: 0 20px 20px 0;
          border-radius: 0 20px 20px 0;
  overflow: hidden;
}
.tabs__nav-item:first-child {
  -webkit-border-radius: 20px 0 0 20px;
          border-radius: 20px 0 0 20px;
  overflow: hidden;
}
.footer {
  padding-top: 80px;
}
.footer__logo {
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: fixed;
  width: 100%;
}
.block-results {
  padding-top: 20px;
}
.block-results__title {
  color: #1b65a1;
  text-align: center;
  background-image: url("../img/icons/results.png");
  background-repeat: no-repeat;
  background-position: 0 50%;
  -webkit-background-size: 40px auto;
          background-size: 40px auto;
  margin: 0 20px;
  padding: 0 50px;
}
.search-item {
  background-color: #fff;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  padding: 15px 20px 15px 20px;
}
.search-item__header {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.search-item__header-label {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  margin-left: auto;
}
.search-item__icon {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #3d3d3d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  height: 44px;
  margin-right: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 30px;
}
.search-item__icon:before {
  background: none;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 11px 6.5px 0;
  border-color: transparent #1b65a1 transparent transparent;
  opacity: 1;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.search-item.open .search-item__icon:before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.search-item__icon-remove {
  padding: 0 15px 0 0;
}
.search-item__icon-remove svg {
  height: 25px;
  width: auto;
  vertical-align: top;
}
.search-item__main {
  display: none;
}
.search-item__btns {
  margin: 0 auto;
  padding-top: 10px;
}
.search-item.open .search-item__description {
  display: none;
}
.SumoSelect {
  width: 100%;
}
.SumoSelect.open > .optWrapper {
  top: 100%;
}
.SumoSelect .CaptionCont {
  background-color: #eff0f4;
  border: none;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  display: block;
  font-family: "Heebo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
  padding: 15px 10px;
  width: 100%;
  -webkit-transition: border-color 0.2s ease, color 0.2s ease;
  -o-transition: border-color 0.2s ease, color 0.2s ease;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.SumoSelect .CaptionCont > span {
  padding-right: 0;
  padding-left: 0;
  background: none;
}
.SumoSelect .CaptionCont > label {
  background-color: #1b65a1;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  bottom: 7px;
  height: auto;
  left: 7px;
  position: absolute;
  right: auto;
  top: 7px;
  width: 35px;
}
.SumoSelect .CaptionCont > label > i {
  background: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 6.5px 0 6.5px;
  border-color: #fff transparent transparent transparent;
  opacity: 1;
}


/*# sourceMappingURL=../maps/style.css.map */
