@charset "UTF-8";
@import url(helpers/bootstrap.min.css);
@import url(helpers/normalize.css);
@import url(helpers/jquery.fancybox.min.css);
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

body {
  font-family: "Roboto", sans-serif; }

img {
  max-width: 100%;
  vertical-align: middle; }

::-moz-selection {
  color: #fff;
  background-color: #075e9d; }

::selection {
  color: #fff;
  background-color: #075e9d; }

.btn, .section_membership a,
.section_membership input[type="submit"] {
  color: #fff;
  text-decoration: none;
  outline: none;
  border: none;
  cursor: pointer;
  text-align: center;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  transition: 200ms;
  -webkit-transition-property: background-color, border-color, opacity;
  -moz-transition-property: background-color, border-color, opacity;
  transition-property: background-color, border-color, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:hover, .section_membership a:hover,
  .section_membership input[type="submit"]:hover {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; }
  .btn a, .section_membership a a,
  .section_membership input[type="submit"] a {
    color: inherit;
    text-decoration: inherit; }
  .btn_main, .section_membership a,
  .section_membership input[type="submit"] {
    padding: 14px;
    border-radius: 6px;
    background-color: #2b94e1;
    box-shadow: 0 2px 0 #1e73b2;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase; }
    .btn_main:hover, .section_membership a:hover,
    .section_membership input[type="submit"]:hover {
      background-color: #2fa3f8; }
    .btn_main:active, .section_membership a:active,
    .section_membership input[type="submit"]:active {
      background-color: #2b94e1; }
    .btn_main:disabled, .section_membership a:disabled,
    .section_membership input[type="submit"]:disabled {
      color: #afc5dd;
      background-color: #e8f5ff;
      box-shadow: 0 2px 0 #dbebf7;
      cursor: default; }
  .btn_accent {
    padding: 14px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #00b715;
    background-image: -webkit-linear-gradient(left, #00b715, #6ef100 20%, #70f300 30%, #6ef100 50%, #00b715);
    background-image: linear-gradient(to right,#00b715, #6ef100 20%, #70f300 30%, #6ef100 50%, #00b715);
    box-shadow: 0 3px 0 #438600; }
    .btn_accent:hover {
      background-color: #00b715;
      background-image: -webkit-linear-gradient(left, #00b715, #79ff00 20%, #7bff00 30%, #79ff00 50%, #00c917);
      background-image: linear-gradient(to right,#00b715, #79ff00 20%, #7bff00 30%, #79ff00 50%, #00c917); }
    .btn_accent:active {
      background-color: #00b715;
      background-image: -webkit-linear-gradient(left, #00b715, #6ef100 20%, #70f300 30%, #6ef100 50%, #00b715);
      background-image: linear-gradient(to right,#00b715, #6ef100 20%, #70f300 30%, #6ef100 50%, #00b715); }
  .btn_light {
    padding: 7px 40px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 18px;
    border: 2px solid #fff;
    white-space: nowrap; }
    .btn_light:hover {
      background-color: rgba(255, 255, 255, 0.3); }
    .btn_light:active {
      background-color: unset; }
  .btn_pure {
    border-bottom: 1px solid rgba(255, 255, 255, 0); }
    .btn_pure:hover {
      border-bottom-color: white; }
    .btn_pure:active {
      border-bottom-color: rgba(255, 255, 255, 0); }

.control {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .control_checkbox {
    margin-bottom: 5px;
    padding-left: 22px;
    display: block;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; }
  .control_slider {
    padding-left: 23px;
    display: inline-block;
    height: 13px; }
  .control_radio {
    padding-left: 21px;
    display: block; }
  .control_eye {
    position: relative;
    height: 16px;
    width: 16px; }
  .control input {
    position: absolute;
    z-index: -1;
    opacity: 0; }

.control__indicator {
  position: absolute;
  top: 2px;
  right: auto;
  bottom: auto;
  left: 0;
  height: 16px;
  width: 16px;
  /************* */
  /***CHECKBOX** */
  /************* */
  /*********** */
  /***SLIDER** */
  /*********** */
  /************* */
  /****RADIO**** */
  /************* */
  /************* */
  /*****EYE***** */
  /************* */ }
  .control input:disabled ~ .control__indicator {
    pointer-events: none; }
  .control_checkbox .control__indicator {
    border: 2px solid #333;
    border-radius: 4px; }
    .control_checkbox .control__indicator::after {
      position: absolute;
      top: -5px;
      right: -7px;
      display: none;
      font-size: 23px;
      content: "✔"; }
  .control_checkbox:hover input ~ .control__indicator::after {
    display: block;
    opacity: 0.4; }
  .control_checkbox input:disabled ~ .control__indicator {
    opacity: 0.6; }
  .control_checkbox input:checked ~ .control__indicator::after {
    display: block; }
  .control_checkbox:hover input:not([disabled]):checked ~ .control__indicator::after {
    opacity: 1; }
  .control_slider .control__indicator {
    height: 11px;
    width: 23px;
    border: 1px solid #fff;
    border-radius: 6px;
    background-color: #a3c5df; }
    .control_slider .control__indicator::after {
      position: absolute;
      top: -2px;
      left: -2px;
      height: 13px;
      width: 13px;
      border: 2px solid #fff;
      border-radius: 50%;
      background-color: #1e73b2;
      -webkit-transition: left 200ms;
      -moz-transition: left 200ms;
      transition: left 200ms;
      content: ""; }
  .control_slider:hover input ~ .control__indicator::after {
    left: 0; }
  .control_slider input:disabled ~ .control__indicator {
    opacity: 0.6; }
  .control_slider input:checked ~ .control__indicator::after {
    left: 10px; }
  .control_slider:hover input:not([disabled]):checked ~ .control__indicator::after {
    left: 8px; }
  .control_radio .control__indicator {
    top: 0;
    height: 16px;
    width: 16px;
    border: 1px solid rgba(73, 73, 73, 0.5);
    border-radius: 50%; }
    .control_radio .control__indicator::after {
      position: absolute;
      top: 2px;
      left: 2px;
      height: 10px;
      width: 10px;
      border-radius: 50%;
      background-color: transparent;
      content: ""; }
  .control_radio:hover input ~ .control__indicator::after {
    background-color: #248ad6; }
  .control_radio input:checked ~ .control__indicator::after {
    background-color: #1e73b2; }
  .control_eye .control__indicator {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../img/ico_eye_disabled.png");
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.5; }
  .control_eye:hover input ~ .control__indicator {
    opacity: 1; }
  .control_eye input:disabled ~ .control__indicator {
    opacity: 0.3; }
  .control_eye input:checked ~ .control__indicator {
    background-image: url("../img/ico_eye.png");
    opacity: 1; }
  .control_eye:hover input:not([disabled]):checked ~ .control__indicator {
    opacity: 1; }

@-webkit-keyframes fadeInHintArrow {
  0% {
    left: 28px;
    opacity: 0; }
  100% {
    left: 13px;
    opacity: 1; } }
@-moz-keyframes fadeInHintArrow {
  0% {
    left: 28px;
    opacity: 0; }
  100% {
    left: 13px;
    opacity: 1; } }
@keyframes fadeInHintArrow {
  0% {
    left: 28px;
    opacity: 0; }
  100% {
    left: 13px;
    opacity: 1; } }
@-webkit-keyframes fadeInHintContent {
  0% {
    left: 35px;
    opacity: 0; }
  100% {
    left: 20px;
    opacity: 1; } }
@-moz-keyframes fadeInHintContent {
  0% {
    left: 35px;
    opacity: 0; }
  100% {
    left: 20px;
    opacity: 1; } }
@keyframes fadeInHintContent {
  0% {
    left: 35px;
    opacity: 0; }
  100% {
    left: 20px;
    opacity: 1; } }
@-webkit-keyframes fadeInFilter {
  0% {
    right: -15px;
    opacity: 0; }
  100% {
    right: 0;
    opacity: 1; } }
@-moz-keyframes fadeInFilter {
  0% {
    right: -15px;
    opacity: 0; }
  100% {
    right: 0;
    opacity: 1; } }
@keyframes fadeInFilter {
  0% {
    right: -15px;
    opacity: 0; }
  100% {
    right: 0;
    opacity: 1; } }
@-webkit-keyframes fadeInExport {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeInExport {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeInExport {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeInSidebarPopup {
  0% {
    right: -205px;
    opacity: 0; }
  100% {
    right: -190px;
    opacity: 1; } }
@-moz-keyframes fadeInSidebarPopup {
  0% {
    right: -205px;
    opacity: 0; }
  100% {
    right: -190px;
    opacity: 1; } }
@keyframes fadeInSidebarPopup {
  0% {
    right: -205px;
    opacity: 0; }
  100% {
    right: -190px;
    opacity: 1; } }
.hint {
  position: relative;
  bottom: 5px;
  height: 12px;
  width: 12px;
  display: inline-block;
  margin-left: 3px;
  white-space: nowrap;
  background-image: url("../img/ico_hint.png");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer; }
  .hint_large::after {
    min-width: 210px;
    white-space: normal; }
  .hint:hover::before, .hint:hover::after {
    display: block;
    animation-duration: 200ms;
    animation-fill-mode: forwards; }
  .hint:hover::before {
    animation-name: fadeInHintArrow; }
  .hint:hover::after {
    animation-name: fadeInHintContent; }
  .hint::before {
    position: absolute;
    top: 50%;
    left: 13px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 15px;
    width: 8px;
    z-index: 2;
    display: none;
    background-image: url("../img/ico_hint_arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    content: ""; }
  .hint::after {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
    display: none;
    padding: 8px 10px;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #718cc3;
    border-radius: 5px;
    background-color: #fff;
    content: attr(data-content); }

.section_bookmark {
  position: relative;
  background-color: #2b94e1; }
  .section_bookmark::after {
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 70px 0 70px;
    border-color: #2b95e1 transparent transparent transparent;
    content: ""; }
  .section_bookmark .content__title,
  .section_bookmark .content__body {
    background-color: #fff; }
.section_header {
  height: 87px;
  background-color: #075e9d; }
  @media only screen and (max-width: 1040px) {
    .section_header {
      height: 68px; } }
  .section_header_thin {
    height: 60px; }
.section_intro {
  padding: 60px 0 80px;
  -webkit-transition: padding 200ms;
  -moz-transition: padding 200ms;
  transition: padding 200ms; }
  @media only screen and (max-width: 600px) {
    .section_intro {
      padding: 30px 0 20px; } }
  .section_intro_thin {
    padding: 20px 0; }
.section_content {
  background: #E5E5E5; }
  .section_content .quote_block {
    padding: 50px 140px 30px 140px;
    background: #F2F6F8;
    width: 1141px;
    position: relative;
    right: 60px;
    margin-top: 100px; }
  .section_content .quote_content {
    position: relative;
    padding-left: 50px; }
    .section_content .quote_content p:last-child {
      font-size: 14px;
      font-style: italic;
      padding-bottom: 0; }
    .section_content .quote_content::before {
      content: "";
      position: absolute;
      top: -20px;
      left: 0;
      background: url("/wp-content/themes/kparser/img/youtube-new/quote.svg") no-repeat;
      width: 34px;
      height: 64px; }
    .section_content .quote_content::after {
      content: "";
      position: absolute;
      top: -20px;
      left: 45px;
      background: url("/wp-content/themes/kparser/img/youtube-new/quote.svg") no-repeat;
      width: 34px;
      height: 64px; }
  @media only screen and (max-width: 479px) {
    .section_content {
      padding: 25px 0; } }
  @media only screen and (max-width: s) {
    .section_content {
      padding: 25px 0; } }
  .section_content h1 {
    color: #2b94e1;
    font-size: 48px;
    font-weight: 700;
    text-align: center; }
    @media only screen and (max-width: 479px) {
      .section_content h1 {
        font-size: 30px; } }
    @media only screen and (max-width: s) {
      .section_content h1 {
        font-size: 30px; } }
.section_checkout {
  padding: 50px 0;
  min-height: -webkit-calc(100vh - 300px);
  min-height: calc(100vh - 300px);
  background-color: #2b94e1; }
.section_membership {
  padding: 50px 0;
  min-height: -webkit-calc(100vh - 316px);
  min-height: calc(100vh - 316px);
  background-color: #2b94e1; }
  .section_membership .container {
    margin: 0 auto;
    padding: 40px;
    border-radius: 10px;
    background-color: #fff; }
  .section_membership a,
  .section_membership input[type="submit"] {
    padding: 3px 14px !important;
    display: inline-block;
    font-size: 16px; }
  .section_membership #pmpro_account-invoices tbody tr,
  .section_membership #pmpro_invoices_table tbody tr {
    height: 30px; }
  .section_membership #pmpro_account-membership tbody td:nth-child(2), .section_membership #pmpro_account-membership tbody td:nth-child(3),
  .section_membership #pmpro_account-invoices tbody td:nth-child(2),
  .section_membership #pmpro_account-invoices tbody td:nth-child(3) {
    text-align: center; }
  .section_membership #pmpro_account-links ul {
    padding: 0;
    list-style: none; }
  .section_membership .tml-action-links {
    padding: 0;
    list-style: none; }
  .section_membership #loginform label,
  .section_membership #pmpro_user_fields label {
    display: inline-block;
    width: 150px; }
  .section_membership #pmpro_user_fields td > div {
    margin-bottom: 10px; }
    .section_membership #pmpro_user_fields td > div:first-child {
      margin-top: 30px; }
    .section_membership #pmpro_user_fields td > div:last-child {
      margin-bottom: 30px; }
  .section_membership .nav-next,
  .section_membership .nav-prev {
    height: 30px; }
.section_counters {
  padding: 40px 0 20px;
  background-color: #e8f5ff; }
.section_results {
  padding: 30px 0 60px; }
.section_how-it-works {
  padding: 75px 0 30px; }
  @media only screen and (max-width: 479px) {
    .section_how-it-works {
      padding: 50px 0 20px; } }
  @media only screen and (max-width: s) {
    .section_how-it-works {
      padding: 50px 0 20px; } }
.section_strip {
  padding: 40px 0;
  background-color: #075e9d; }
  @media only screen and (max-width: 479px) {
    .section_strip {
      padding: 20px 0; } }
  @media only screen and (max-width: s) {
    .section_strip {
      padding: 20px 0; } }
.section_statistics {
  padding: 30px 0; }
  @media only screen and (max-width: 600px) {
    .section_statistics {
      padding: 10px 0 20px; } }
.section_testimonials {
  padding: 60px 0; }
  @media only screen and (max-width: 479px) {
    .section_testimonials {
      padding: 40px 0 30px; } }
  @media only screen and (max-width: s) {
    .section_testimonials {
      padding: 40px 0 30px; } }
.section_plans {
  display: flex;
  position: relative;
  padding: 50px 0; }
  .section_plans::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 50%;
    width: 100%;
    background-color: #e6e6e6;
    content: ""; }
  @media only screen and (max-width: 1040px) {
    .section_plans {
      padding: 0 0 40px; }
      .section_plans::before {
        display: none; } }
.section_cloud {
  padding: 25px 0 50px;
  background-color: #eee; }
  @media only screen and (max-width: 479px) {
    .section_cloud {
      padding: 15px 0 10px; } }
  @media only screen and (max-width: s) {
    .section_cloud {
      padding: 15px 0 10px; } }
.section_footer {
  padding: 35px 0 25px;
  background-color: #075e9d; }
  @media only screen and (max-width: 1155px) {
    .section_footer {
      padding: 25px 0; } }

.container {
  margin-left: auto;
  margin-right: auto;
  width: 1140px; }
  @media only screen and (max-width: 1155px) {
    .container {
      margin: 0;
      padding: 0 10px;
      width: 100%; } }
  .container_inner-page img {
    margin: 10px auto;
    width: auto;
    max-width: 100%;
    height: auto; }
  @media only screen and (max-width: 1155px) {
    .container_inner-page {
      width: 100%; } }
  .container_header {
    height: 100%; }
  @media only screen and (max-width: 479px) {
    .container_how-it-works {
      padding: 0; } }
  @media only screen and (max-width: s) {
    .container_how-it-works {
      padding: 0; } }
  @media only screen and (max-width: 1155px) {
    .container_plans {
      padding: 0; } }
  .container_innert-page a, .container_how-it-works a, .container_statistics a {
    color: #075e9d; }
    .container_innert-page a:hover, .container_how-it-works a:hover, .container_statistics a:hover {
      color: #0871bc; }
    .container_innert-page a:visited, .container_how-it-works a:visited, .container_statistics a:visited {
      color: #075e9d; }

.content__title {
  margin: 0 0 20px;
  padding: 20px 30px;
  color: #1e73b2;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  border-radius: 6px;
  background-color: #fff; }
  @media only screen and (max-width: 479px) {
    .content__title {
      padding: 20px;
      font-size: 18px;
      line-height: normal; } }
  @media only screen and (max-width: s) {
    .content__title {
      padding: 20px;
      font-size: 18px;
      line-height: normal; } }
.content__bridge {
  position: relative;
  margin: -20px 0 0 100px;
  width: 24px;
  height: 20px;
  background-color: #fff; }
  .content__bridge::before, .content__bridge::after {
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: #E5E5E5;
    border-radius: 50%;
    content: ""; }
  .content__bridge::before {
    left: -10px; }
  .content__bridge::after {
    right: -10px; }
.content__body {
  max-width: 1300px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 25px;
  color: #3D3D3D;
  font-family: "Roboto", sans-serif;
  overflow: hidden;
  background: #fff;
  padding: 60px; }
  .content__body .size-full {
    display: block;
    max-width: 100%;
    height: auto;
    width: 1025px; }
  .content__body h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 46px;
    text-decoration: underline;
    color: #3D3D3D;
    text-align: center;
    display: block;
    padding-top: 60px; }
  @media only screen and (max-width: 479px) {
    .content__body {
      padding: 20px;
      line-height: normal; } }
  @media only screen and (max-width: s) {
    .content__body {
      padding: 20px;
      line-height: normal; } }
  .content__body .table_of_content ul {
    margin-bottom: 65px; }
  .content__body .table_of_content li {
    position: relative;
    display: block;
    margin-bottom: 16px; }
  .content__body .table_of_content li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: -12px;
    width: 8px;
    height: 8px;
    background: #3D3D3D;
    border-radius: 50%; }
  .content__body .table_of_content a {
    color: #3D3D3D;
    text-decoration: none; }
  .content__body .table_of_content a:hover {
    text-decoration: underline;
    color: #5CBAFF; }

.results {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }
  @media only screen and (max-width: 670px) {
    .results {
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .results__sidebar {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-negative: 0;
    margin-right: 20px;
    width: 290px; }
    @media only screen and (max-width: 670px) {
      .results__sidebar {
        margin-right: 0;
        width: calc(100vw - 30px); } }
  .results__table {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 11px;
    width: 830px; }
    @media only screen and (max-width: 1155px) {
      .results__table {
        width: calc(100vw - 340px); } }
    @media only screen and (max-width: 670px) {
      .results__table {
        width: calc(100vw - 30px); } }
  .results__search {
    position: relative;
    padding: 4px 7px 4px 30px;
    width: 100%;
    height: 28px;
    border-radius: 5px;
    background-color: #fff; }
    .results__search_sidebar {
      border: 1px solid #c8e1f4; }
    .results__search_table {
      max-width: 203px; }
      @media only screen and (max-width: 1040px) {
        .results__search_table {
          max-width: 150px; } }
      @media only screen and (max-width: 479px) {
        .results__search_table {
          max-width: 125px; } }
      @media only screen and (max-width: s) {
        .results__search_table {
          max-width: 125px; } }
    .results__search input {
      height: 100%;
      width: 100%;
      outline: none;
      border: none;
      background-color: transparent; }
  .results__eye {
    height: 10px;
    width: 16px;
    background-image: url("../img/ico_eye_blue.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    cursor: pointer; }
    .results__eye:hover {
      opacity: 0.7; }
    .results__eye:active {
      opacity: 1; }
  .results__search-btn {
    position: absolute;
    top: 50%;
    left: 7px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 16px;
    width: 16px;
    cursor: pointer; }
    .results__search-btn:hover {
      opacity: 0.7; }
    .results__search-btn:active {
      opacity: 1; }
  .results__bottom {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    margin-top: 10px; }
  .results__select {
    padding: 12px 38px 12px 15px;
    outline: none;
    border: 1px solid #c8e1f4;
    border-radius: 5px;
    background-color: #fff;
    background-image: url("../img/ico_dropdown_arrow.png");
    background-repeat: no-repeat;
    background-position: 80% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer; }

/*# sourceMappingURL=app.css.map */
