body {
  min-width: 320px;
}
.modal-content {
  min-width: 320px;
}

.btn-white {
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  text-align: left;
  line-height: 1.2;
  font-size: inherit;
  font-family: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 3px;
  font-size: 1.2rem;
  background-color: #fff;
  color: #2055a4;
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center; }
  .btn-white:hover, .btn-white:focus, .btn-white:active {
    text-decoration: none; }
  .btn-white:hover, .btn-white:focus, .btn-white:active {
    background: #4285F4;
    color: #fff; }
  .btn-white [data-icon]:first-child {
    font-size: 1.6rem;
    margin-right: 10px; }
  .btn-white [data-icon]:last-child {
    font-size: 1.6rem;
    margin-left: 10px; }
  .btn-white[disabled] {
    background: #ddd;
    color: #aaa; }
	
/* ---------------------------- */

#back-to-top {
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 3;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 2px;
  display: none;
  background-image: -ms--linear-gradient(45deg, #55acee 0%, #2154cf 100%) !important;
  background-image: linear-gradient(45deg, #55acee 0%, #2154cf 100%) !important;
  color: #fff;
}
#back-to-top:hover {
  opacity: 0.8;
}
#back-to-top.visible {
  display: block;
}

/* ---------------------------- */

.mouse_wrapper.hidden {
  display: none;
}

  ._gray {
    color: #8B8B8A;
  }

  ._blue {
    color: #0E347B;
  }

  main h2, main h1 {
    margin: 30px 0;
  }

  header {
    color: #8B8B8A;
    padding-top: 15px;
  }

  header nav {
    text-align: left;
    margin-bottom:20px;
  }

  header > .container {
    margin-bottom:20px;
  }

  .navbar-toggler {
    color: rgba(0,0,0,.5);
  }
  nav .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(139, 139, 138, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }

  .toggler_text {
    font-size: 14px;
    font-weight: bold;
  }

  .header_title {
    font-size: 24px;
  }

  .login {
    color: #8B8B8A;
  }
  .login:hover {
    color: #8B8B8A;
  }

  .login img {
    width: 35px;
  }

  #login button {
    margin: 15px 0;
  }

  hr {
    border-color: #8B8B8A;
  }

  .main_hr {
    margin: 30px 0;
  }

  .main_img_top {
    background: #070C7C;
    color: #fff;
    padding: 15px 0;
  }
  .main_img_top span {
    background: #14387F;
    display: inline-block;
    padding: 6px;
    width: 36px;
    margin-left: 15px;
    cursor: pointer;
  }
  .main_img_top span:hover {
    /* // opacity: 0.7; */
    background: #4285F4;
  }
  .main_img_top span img {
    width: 15px;
  }
  .main_img {
    height: 470px;
    background-image: url("../../img/main_img.jpg");
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
  }
  .btn-main {
    background: #070C7C;
    color: #fff;
    border-radius: 0;
    font-weight: bold;
  }


  .main_img .main_img_btn_wrapper .btn-main {
    padding: 15px 35px;
    display: block;
    margin: 0 auto;
  }
  .main_img_btn_wrapper {
    position: absolute;
    top: 180px;
    width: calc(100% - 200px);
    margin-left: 200px;
  }

  .main_left_column {
    position: relative;
  }

  .main_left_column img {
    max-width: 400px;
  }

  .main_block_overlay {
    position: absolute;
    background: #14387F;
    color: #fff;
    padding: 30px;
    max-width: 300px;
    font-size: 14px;
  }
  .main_block_overlay hr, .main_right_bottom_column  hr {
    border-color: #fff;
    border-width: 3px;
    width: 40px;
    margin-left: 0;
  }
  .main_block_overlay h5 {
    font-weight: bold;
  }
  .main_block_overlay .btn-main {
    font-size: 14px;
    margin-top: 45px;
  }

  .main_left_column .main_block_overlay {
    top: 120px;
    left: 150px;
  }

  .main_right_column img {
    max-width: 450px;
    display: block;
    margin-left: auto;
  }

  .main_right_column .main_block_overlay {
    top: 50px;
    right: 250px;
  }
  .main_right_bottom_column {
    color: #0E347B;
    border: 1px solid #8B8B8A;
    padding: 62px 30px;
    margin-top: 30px;
  }

  .main_right_bottom_column  hr {
    border-color: #0E347B;
  }
  .main_right_bottom_column h1 {
    margin-bottom: 0;
  }

  .news_block p {
    font-size: 12px;
    margin-top: 10px;

    word-break: break-all;
  }

  footer {
    margin-top: 60px;
  }
  .footer_wrapper {
    background-image: url("../../img/footer.jpg");
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
  }
  .footer_wrapper h4 {
    color: #72B6D8;
    padding: 30px 0;
    margin-bottom: 0;
  }
  .footer_wrapper .btn-main {
    background: #fff;
    color: black;
    font-weight: normal;
    margin-left: 30px;
    font-style: italic;
  }

  .insights_block img:not(.first_insight_img) {
    width: 100%;
    margin-top: 75px;
  }
  .first_insight_img {
    width: 100%;
  }
  .insights_block h5 {
    margin-top: 10px;
  }

  .inside_border {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    border: 30px solid #fff;
    border-bottom-width: 110px;
  }
  .insights_block .first_insight_img_wrapper {
    position: relative;
    width: calc(100% + 100px);
    margin-left: -50px;
    margin-top: 15px;
    z-index: 99;
  }


  #login .modal-body {
    padding: 45px;
  } 

  #login h4 {
    margin-bottom: 45px;
  }

  #login hr {
    border-color: #070C7C;
    border-width: 2px;
    margin: 8px 0;
  }

  #login  input {
    border-radius: 0;
  }

  #login .login_forgot {
    font-weight: bold;
    font-style: italic;
    color: black;
    text-decoration: underline;
  }

  #login button {
    min-width: 200px;
  }

  .main_img_popup {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    color: #fff;
    z-index: 100;
  }
  .main_img_popup_wrapper {
    position: absolute;
    width: 100%;
    top: 0;
    display: none;
  }
  .main_img_popup_overlay {
    background: #070C7C;
    opacity: 0.5;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }
  .main_img_popup_header, .main_img_popup_content {
    padding: 15px 45px;
  }
  .main_img_popup ul {
    padding-left: 0;
  }
  .main_img_popup ul li .square {
    display: inline-block;
    margin-right: 15px;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    cursor: pointer;
  }
  .main_img_popup ul li .square.active {
    background: #fff;
  }
  .main_img_popup ul li {
    list-style-type: none;
    margin: 8px 0;
    font-style: italic;
  }
  .main_img_popup_footer .footer_wrapper {
    padding: 15px 0;
  }
  .main_img_popup_footer .footer_wrapper p {
    margin-bottom: 0;
  }
  .header_plus {
    position: absolute; 
    right: 10px;
    top: 0; 
  }
  .mouse_wrapper {
    position: fixed;
    bottom: 30px;
    width: 100%;
  }

  .mouse {
      display: block;
      margin: 0 auto;
      height: 44px;
      width: 28px;
      border-radius: 12px;
      border: 2px solid #070C7C;
      text-align: center;
  }
  .mouse:after {
      display: inline-block;
      height: 8px;
      width: 8px;
      background-color: #070C7C;
      border-radius: 50%;
      content: "";
      -webkit-animation: scroll 1.3s ease-out infinite forwards;
      animation: scroll 1.3s ease-out infinite forwards;
      transition: all 0.3s ease;
  }


  @-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}


.btn-primary i {
  margin-left: 15px;
  font-size: 20px;
  color: #55acee;
}
.btn-primary span {
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.btn-primary span:first-child {
  position: absolute;
  left: 0;
  top: 100%;
  height: 100%;
  width: 100%;
  padding: 22px 35px;
  line-height: 1;
  color: #ffffff !important;
  background: #002e5a;
  transition: all 0.2s ease;
}
.btn-primary span:first-child i {
  color: #ffffff;
}
.btn-primary:hover span:first-child {
  top: 0;
}
.btn-primary:hover span:last-child {
  transform: translateY(-300%);
}
.btn-primary.color-gradient i {
  color: #fff !important;
}
.btn-primary.transparent {
  background: transparent;
  padding: 20px 31px;
  color: #ffffff !important;
  /* //border: 2px solid #ffffff; ANTON */
}
.btn-primary.transparent span:first-child {
  padding: 20px 31px;
}
.btn-primary.color-gradient span {
  background: transparent;
}
.btn-primary.color-gradient:hover span:first-child {
  background: transparent;
}

.color-gradientA {
  color: #fff !important;
  background: #4285f4 !important;
  text-shadow: 0 1px 3px rgba(2, 6, 32, 0.3);
}

.color-gradientB {
  color: #fff !important;
  background: #070C7C !important;
  text-shadow: 0 1px 3px rgba(2, 6, 32, 0.3);
}

.body-text-style {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
}





#reslts .modal-body {
  padding: 30px;
}
.reslts_wrapper h3 {
  margin: 30px 0;
}
.reslts_wrapper h3 img {
  margin-bottom: 5px;
}
.reslts_solution hr {
  border: 1px solid #070C7C;
}
.reslts_solution > .text-right > div {
  display: inline-block;
  text-align: center;
  margin-left: 10px;
}
#filters .modal-header {
  background: #070C7C;
}
#filters .modal-header > span {
  color: #fff;
  margin-bottom: 0;
  display: inline-block;
}
#filters .modal-header > span > .filter {
  margin-right: 15px;
}
#filters .modal-body {
  padding: 0 1rem;
  padding-bottom: 30px;
}
.filters_block p {
  margin: 20px 0;
}
.filters_block hr {
  border-color: black;
}
.filters_block p span {
  display: inline-block;
  /* float: right;                                             --------------------------- */
  height: 20px;
  width: 20px;
  position: relative;
  cursor: pointer;
}
.filters_block p .square {
  border: 1px solid black;
  
}

.filters_block p .plus::after {
  content: " ";
  position: absolute;
  display: block;
  background-color: black;
  height: 1px;
  margin-top: -5px;
  top: 15px;
  left: 0;
  right: 0;
  z-index: 9;
}
.filters_block p .plus::before {
  content: " ";
  position: absolute;
  display: block;
  background-color: black;
  width: 1px;
  margin-left: -5px;
  left: 14px;
  top: 0;
  bottom: 0;
  z-index: 9;
}

.filters_block p .minus::after {
  content: " ";
  position: absolute;
  display: block;
  background-color: black;
  height: 1px;
  margin-top: -5px;
  top: 15px;
  left: 0;
  right: 0;
  z-index: 9;
}
.filters_block .content {
  display: none;
}

.filters_block button {
  width: 100%;
  background: #DEDEDD;
  margin-bottom: 20px;
}


#info .modal-header {
  background: #070C7C;
  border: none;
}
#info .modal-header > span:not(#info_close) {
  color: #fff;
  margin-bottom: 0;
  display: inline-block;
  padding: 0 10px;
}
#info .modal-header > span#info_close {
  background: #fff;
  margin: -16px;
  padding: 16px;
  cursor: pointer;
}
#info .breadcrumbs ul {
  list-style: none;
  padding-left: 0;
  margin: 1rem 0;
}
#info .breadcrumbs li {
  display: inline-block;
}
#info .breadcrumbs li:first-child {
  margin-right: 30px;
}

#info .breadcrumbs li:not(:first-child) {
  font-style: italic;
}

#info .breadcrumbs li:not(:first-child):not(:last-child):after {
  content: '/';
  margin: 0 10px;
}

#info .info_main {
  background: #F3F3F9;
  margin: 0 -30px;
  padding: 30px;
}
#info .info_main hr {
  border: 1px solid black;
}
#info .header {
  margin-bottom: 30px;
}
#info .header .icons {
  text-align: right;
}
#info .header .icons img {
  cursor: pointer;
}
#info table th, #info table td {
  border: none;
}

#info table .info_tooltip {
  font-style: italic;
  display: inline-block;
  border: 2px solid #070C7C;
  border-radius: 100%;
  padding: 0 10px;
  color: #070C7C;
  cursor: pointer;
  font-weight: bold;

}
#info table .info_tooltip.hovered {
  background: #070C7C;
  color: #fff;
}

#info table .content_tooltip {
 visibility: hidden;
 display: inline-block;
 color: #fff;
 background: #070C7C;
 padding: 0 10px;
}
#info .calculate button {
  border: 2px solid #070C7C;
  color: #070C7C;
  margin-left: 15px;
}
#info .info_additional {
  margin-bottom: 40px;
}
#info .info_additional h4 {
  margin-top: 30px;
}
#info .info_additional hr {
  border-width: 3px;
  width: 40px;
  margin-left: 0;
  border-color: #070C7C;
}
#info .info_additional > img {
  max-width: 400px;
}
.other_apps {
  display: flex;
  flex-wrap: wrap;
}


.other_apps .left_column {
  border: 1px solid #8B8B8A;
  padding: 30px;
  width: 300px;
}
.other_apps .right_column {
  width: calc(100% - 330px);
  margin-left: 30px;
}
