@media screen and (max-width: 768px) {
  /*.allCard {*/
  /*  width: 725px;*/
  /*  margin: auto;*/
  /*}*/

  .img-static {
    position: inherit;
  }
  .mobils {
    display: none;
  }
  /*.title0 mobils {*/
  /*  font-size: 3vh*/
  /*}*/
  .title0 {
    font-size: 30px;
    line-height: 50px;
    color: #171717;
    order: 0;
    padding-top: 0.67rem;
    word-break: break-word;
  }
  .form-container {
    padding: unset;
    text-align: center;
  }

  /*.container{*/
  /*  width: 100% !important;*/
  /*}*/

  .form-title {
    font-size: 30px;
    line-height: 50px;
    color: #171717;
    order: 0;
    padding-top: 0.67rem;
  }

  .lb {
    border-left: none;
  }

  .popover{
    z-index: 0;
  }

  .popover-title {
    z-index: 0;
  }

  .popover-content {
    z-index: 0;
  }
}

@media screen and (max-width: 768px) {
  .FullScr {
    display: initial;
  }
  .Midtext {
    flex: 0 0 auto;
    width: 100%;
  }
  .MidForm {
    position: absolute;
    display: contents;
  }
}

@media screen and (max-width: 615px) {
  .regButton {
    display: none;
  }
  .leftTitleButtons{
    margin-left: 0;
  }
  .rightTitleButtons{
    margin-right: 0;
  }
  .homeButton{
    width: 130px;
  }
  .titlediv {
    margin-top: 70px;
    margin-left: 0;
    margin-right: 0;
  }
  .title{
    font-size: 1rem;
  }

}

@media screen and (max-width: 650px) {
  .btn-arrow-right{
    width: 100% !important;
    margin-bottom: 5px;

    /*font-size: 0;*/
    /*text-indent: -999em;*/
  }
  .btn-arrow-left{
    width: 100% !important;
    margin-bottom: 5px;
    padding-left: 10px !important;
    /*font-size: 0;*/
    /*text-indent: -999em;*/
  }
  .btn-link{
    width: 100% !important;
    margin-bottom: 5px;
    /*text-indent: -999em;*/
  }
  .cool_button_bar{
    left: 25%;
    margin-left: 0 !important;
    width: 50% !important;
    position: relative;
  }
  #saveWarning {
    background-color: white;
    font-size: 20px !important;
    position: fixed;
    z-index: 110;
    top:90px;
    width: 100%;
  }

  .task {
    width: 200% !important;
  }

}


@media screen and (min-width: 615px) {
  .leftTitleButtons{
    margin-left: 15%;
  }
  .rightTitleButtons{
    margin-right: 15%;
  }
  .title{
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 990px) {
  .carouselka{
    display: none;
  }
  .newsblock{
    width: 100%;
  }
/*}*/

/*@media screen and (max-width: 1055px) {*/
  .exitButton{
    display: none !important;
  }
  .regNumStr{
    display: none !important;
  }
  .gnlogo {
    width: 70px;
    margin: 7px 13px 13px 13px;
    display: none !important;
  }
  .exEnRu {
    display: none !important;
  }
  .EnRuMob {
    margin-bottom: 0
  }
  #leftbox{
    display: none !important;
  }
  #rightbox {
    display: contents;
  }
  .container{
    width: 100% !important;
  }
  .col__aside {
    display: none !important;
  }
  .allCard {
    width: auto;
    margin: auto;
  }
  .gn-menu {
    width: 100%;
  }
}
@media screen and (min-width: 1055px) {
  .card-title p {
    font-size: 24px;
  }
  
}


@media screen and (min-width: 990px) {
  .exitMenuButton {
    display: none !important;
  }
  .fullTitleController {
    display: none !important;
  }
  .EnRuMob {
    display: none !important;
  }
  .LogoLeg {
    display: none !important;
  }

  /* 2/3 от ширины контейнера */
  .col__article {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  /* 1/3 от ширины контейнера */
  .col__aside {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  #gn-menu {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .card-title p{
    font-size: 1.8vw;
  }
  .card-text  {
    font-size: 0.3vw;
  }

}
@media (max-width: 991px) {
  .card-title p {
    font-size: 19px;
  }
  .card-text {
    font-size: 16px;
  }
}

@media (max-width: 400px) {
  .card-title p{
    font-size: 15px;
  }
  .card-text {
    font-size: 12px;
  }
  .space {
    display: none !important;
  }
}

@media (max-width: 375px) {
  .card-title p{
    font-size: 12px;
  }
  .card-text {
    font-size: 10px;
  }
  .card-content p {
    font-size: 12px;
  }
  .space {
    display: none !important;
  }
}

@media screen and (max-width: 1010px){
  #on-app {
    display: block;
  }
  p {
    text-align: center;
    font-size: 28px;
  }
  .page-item{
    display: flex;;
  }
  #off-app {
    display: none;
  }

}
@media screen and (min-width: 1010px){
  #on-app {
    display: none;
  }
}

