.image{
    /*isplay: none;*/
}
.active-checkbox{
    display:block;
}

.img-thumbnail-active{
    border: 1px solid #000000;
}
header .navbar {
    padding: 10px 60px;
}

@font-face {
  font-family: "Roboto-Regular";
  src: url("/fonts/Roboto-Regular/Roboto-Regular.eot");
  src: url("/fonts/Roboto-Regular/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Roboto-Regular/Roboto-Regular.woff2") format("woff2"), url("/fonts/Roboto-Regular/Roboto-Regular.woff") format("woff"), url("/fonts/Roboto-Regular/Roboto-Regular.ttf") format("truetype"), url(../fonts/Roboto-Regular/Roboto-Regular.svg#Roboto-Regular) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("/fonts/Roboto-Bold/Roboto-Bold.eot");
  src: url("/fonts/Roboto-Bold/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/Roboto-Bold/Roboto-Bold.woff2") format("woff2"), url("/fonts/Roboto-Bold/Roboto-Bold.woff") format("woff"), url("/fonts/Roboto-Bold/Roboto-Bold.ttf") format("truetype"), url(../fonts/Roboto-Bold/Roboto-Bold.svg#Roboto-Bold) format("svg");
  font-weight: bold;
  font-style: normal;
}

body {
  font-family: "Roboto-Regular", sans-serif;
}
.info-container__title,
.name-section,
.box-list .container-text,
.box-news .container-description .title,
.box-news .container-img .card,
.modal-custom .modal-header .modal-title,
.row-news .news-inform .news-title {
  font-family: "Roboto-Bold";
}
header .navbar .navbar-nav .nav-item .nav-link {
  font-weight: 400;
}

a,
a:hover,
a:active,
:after,
:before,
button,
button:hover,
input[type=button] {
  -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.mx-inside-page {
  padding-top: 60px;
}
.mx-inside-page .viktorina-container {
  padding-right: 30px;
    padding-left: 30px;
}
.mx-inside-page h1 {
  font-family: "Roboto-Bold";
  font-weight: bold;
  font-size: 34px;
  line-height: 34px;
  color: #586071;
  margin-bottom: 80px;
}
.v-goal {
    display: flex;
}
.v-goal-t {
    font-family: "Roboto-Bold";
    font-size: 24px;
    line-height: 25px;
    color: #506BA9;
    margin-right: 40px;
}
.v-goal-desc {
    font-size: 20px;
    line-height: 25px;
    color: #586071;
}
.v-subtitle {
    font-family: "Roboto-Bold";
    font-size: 24px;
    line-height: 25px;
    text-align: center;
    color: #506BA9;
    margin: 100px 0 60px;
    position: relative;
}
.v-subtitle:before,
.v-subtitle:after {
  content: '';
  position: absolute;
  width: 42%;
  height: 4px;
  left: 0;
  top: 50%;
  margin-top: -2px;
  background-color: #F4F8FB;
}
.v-subtitle:after {
  left: unset;
  right: 0;
}
.v-col {
    max-width: 400px;
    width: 100%;
    margin: auto;
}
.v-col-text {
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #586071;
    font-family: "Roboto-Regular";
}
.v-col-text span {
  font-family: "Roboto-Bold";
}
.v-col img {
  width: 100px;
  height: 104px;
  margin: auto;
  margin-bottom: 54px;
  display: block;
}
.v-block {
    margin-bottom: 120px;
}
.v-goal {
  margin-bottom: 30px;
}
.mx-inside-page h1 br {
    display: none;
}
.v-button-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 120px;
}
.v-button-wrap button {
  border-radius: 0px;
  min-height: 64px;
  padding: 10px 40px;
  color: #3765b1;
  border: 2px solid #3765b1;
  font-family: "Roboto-Bold";
}
.v-button-wrap button:hover {
  color: #fff;
  border: 2px solid #fff;
  background-color: #3765b1;
}
/*viktorina page2*/
.v-question {
  font-family: "Roboto-Regular";
  font-size: 20px;
  line-height: 25px;
  color: #506BA9;
}
.v-quest-numb {
  width: 33px;
  height: 32px;
  background: #506BA9;
  border-radius: 36px;
  line-height: 20px;
  color: #FFFFFF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
}
.v-question p,
.v-question-text {
  font-size: 20px;
  color: #586071;
  margin-top: 32px;
  margin-bottom: 16px;
  display: block;
}
.quest-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.quest-wrap input.input-custom {
  max-width: 915px;
  height: unset;
  padding: 16px 22px;
}
.quest-info {
  font-size: 20px;
  line-height: 20px;
  color: #586071;
  max-width: 566px;
  width: 100%;
  display: flex;
}
.quest-numb,
.quest-correct {
  margin-right: 10%;
}
.guest-time {
  position: relative;
  padding-left: 36px;
}
.guest-time:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: 50%;
  margin-top: -12px;
  background-image: url(/img/icon-time.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.butt-next {
  margin-left: 22%;
  display: flex;
}
.q-correct,
.q-incorrect {
  line-height: 20px;
  color: #24D68B;
  padding-left: 36px;
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.q-incorrect {
  color: #E9535C;
}
.q-correct:before,
.q-incorrect:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 50%;
  margin-top: -9px;
  background-image: url(/img/icon-correct.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.q-incorrect:before {
  background-image: url(/img/icon-wrong.svg);
}
.v-questions-wrap {
  padding-bottom: 80px;
  border-bottom: 4px solid #F4F8FB;
}
.v-question ::placeholder {
  font-family: "Roboto-Regular";
  font-size: 18px;
  line-height: 18px;
  color: #A9B1C2;
}
.v-question ::-webkit-input-placeholder {
  font-family: "Roboto-Regular";
  font-size: 18px;
  line-height: 18px;
  color: #A9B1C2;
}
.v-question :-moz-placeholder {
  font-family: "Roboto-Regular";
  font-size: 18px;
  line-height: 18px;
  color: #A9B1C2;
}
.v-question ::-moz-placeholder {
  font-family: "Roboto-Regular";
  font-size: 18px;
  line-height: 18px;
  color: #A9B1C2;
}
.v-question :-ms-input-placeholder {
  font-family: "Roboto-Regular";
  font-size: 18px;
  line-height: 18px;
  color: #A9B1C2;
}
.v-question ::-ms-input-placeholder {
  font-family: "Roboto-Regular";
  font-size: 18px;
  line-height: 18px;
  color: #A9B1C2;
}
.quest-info-wrap {
  max-width: 900px;
  width: 100%;
  display: flex;
  align-items: center;
}
.v-button {
  background-color: #49A0F1;
  padding: 11px 29px;
  line-height: 20px;
  color: #FFFFFF;
  border-radius: 0;
  border: 1px solid #49A0F1;
}
.v-button:hover {
  color: #49A0F1;
  background-color: #fff;
}
.q-img-wrap {
  margin-right: 32px;
  max-width: 285px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
}
.q-img-wrap img {
  width: 100%;
  display: block;
}
.q-radios {
  line-height: 20px;
  color: #586071;
}
.q-radios .form-check {
  margin-bottom: 24px;
  display: flex;
  padding-left: 30px;
}
.q-radios .form-check-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.radiobtn {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 1.5px solid #586071;
  border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.q-radios .form-check-label:hover input ~ .radiobtn {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.q-radios .form-check-label input:checked ~ .radiobtn {
  background-color: #fff;
}

/* Create the radiobtn/indicator (hidden when not checked) */
.radiobtn:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the radiobtn when checked */
.q-radios .form-check-label input:checked ~ .radiobtn:after {
  display: block;
}

/* Style the radiobtn/indicator */
.q-radios .form-check-label .radiobtn:after {
  left: 4px;
  top: 4px;
  width: 7px;
  height: 5px;
  border: solid #586071;
  border-width: 0 1.5px 1.5px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*user profile*/
.photo-user-wrap {
  max-width: 285px;
  width: 100%;
  margin: 0 auto;
}
.photo-user-wrap img {
  width: 100%;
}
.mx-form input {
  min-height: 54px;
}
.mx-form .form-group {
  margin-bottom: 52px;
}
.mx-profile-page {
  padding-bottom: 80px;
}
.profile-buttons {
    margin-top: 80px;
}
/*header*/
header .navbar .navbar-nav .nav-item {
    margin-right: 30px;
}
header .navbar .navbar-brand {
    max-width: 169px;
    width: 100%;
    display: block;
    margin-right: 4.5%;
}
header .navbar .navbar-brand.logo2 {
    max-width: 73px;
    width: 100%;
    display: block;
}
header .navbar .navbar-brand img {
    max-width: unset;
    width: 100%;
    min-width: unset;
}
/*page route*/
.route-title,
.route-day {
  margin-bottom: 60px;
}
.route-title h1 {
  margin-bottom: 30px;
}
.route-container {
  font-family: "Roboto-Regular";
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  color: #586071;
}
.route-desc,
.r-day-desc,
.route-day ul li,
.route-points {
  margin-bottom: 20px;
}
.route-day ul {
  padding-left: 18px;
}
.route-start span {
  font-family: "Roboto-Bold";
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  color: #506BA9;
}
.r-day-desc {
  color: #506BA9;
}
.r-day {
  background-color: #506BA9;
  border-radius: 36px;
  margin-right: 12px;
  color: #FFFFFF;
  padding: 6px 12px;
  display: inline-block;
  min-height: 32px;
  margin-bottom: 8px;
}
.route-container {
  background-image: url(/img/backgrounds/marshrut-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  padding-bottom: 60px;
}
.route-day ul ul {
    margin-top: 20px;
}

.modal-custom .link-reg,
.modal-custom .link-forgot {
  text-align: center;
  color: #506BA9;
  font-weight: normal;
  margin: auto;
}
.container-login .nav-link {
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  color: #FFFFFF;
  text-decoration: none;
}
.container-login .nav-link:hover {
  text-decoration: underline;
}
.text-bold {
  font-family: "Roboto-Bold";
}

/*login name*/
.container-login-auth {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container-login-auth a {
  display: block;
  font-size: 20px;
  line-height: 20px;
  color: #FFFFFF;
  text-decoration: none;
  position: relative;
  font-weight: normal;
}
.container-login-auth a:hover {
  text-decoration: underline;
}
.user-cabinet-link {
  margin-right: 30px;
  padding-left: 30px;
}
.user-cabinet-link:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 50%;
  margin-top: -8px;
  background-image: url(/img/icons/icon-user2.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
/*.exit-butt {
  height: 24px;
  width: 24px;
  background-image: url(/img/icons/icon-exit.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}*/
header .navbar .navbar-nav .nav-item .nav-link,
.container-login .btn {
    font-size: 20px;
    line-height: 20px;
}
.container-login {
    margin: auto;
    margin-right: 0;
}
/*news*/
.page-news p,
.news-text {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #586071;
}
.main-news-img {
  max-width: 440px;
  width: 100%;
  margin-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 300px;
  min-width: 300px;
}
.main-news-img img,
.news-img-wrap img {
  width: auto;
  height: 100%;
}
.news-gallery-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -5px;
}
.news-img-wrap {
  /*max-width: 274px;
  margin: 5px;
  width: 100%;*/ 
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 250px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: calc(1/4*100% - 10px);
  margin: 5px;
}
.news-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

/*reset pass page*/
.mx-card {
  font-family: "Roboto-Bold";
  font-style: normal;
  border: none;
}
.mx-card .card-header {
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: #586071;
  background: none;
  border-bottom: none;
}
.mx-card .mx-input-group {
  max-width: 380px;
  width: 100%;
  margin: auto;
  margin-bottom: 30px;
}
.mx-card .mx-input-group input {
  height: 46px;
}
.mx-submit-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  font-family: "Roboto-Regular";
}
.mx-card .v-button {
  white-space: unset;
}
.error {
    color: red;
}
.box-list {
  justify-content: unset;
}
.container-img .news-img-wrap {
  max-width: 342px;
  margin: 0;
  height: 300px;
  width: 100%;
}
.page-org .news-content {
  justify-content: unset;
  flex-flow: column;
}
.page-org .main-news-img {
  margin-right: unset;
}
.mx-inside-page.page-org h1 {
    line-height: 42px;
    text-align: center;
}
.page-news {
    padding-bottom: 40px;
}
.author-link {
  margin-top: 15px;
}
.author-link a {
  font-family: "Roboto-Regular";
  text-decoration: none;
  color: #3490dc;
}
.author-link a:hover {
  text-decoration: underline;
}
.form-consent .form-check.form-check-inline div {
  display: flex;
}
.form-consent .form-check.form-check-inline div .form-check-input {
  margin: auto 15px auto 0;
}
.form-consent .form-check.form-check-inline div label p {
  margin: 0;
}
.mx-share-link a {
  font-family: "Roboto-Regular";
  text-decoration: none;
  color: #3490dc;
}
.mx-share-link a:hover {
  text-decoration: underline;
}
.v-question p img {
  max-width: 400px;
  margin: 15px;
  width: 100%;
}
.v-result .viktorina-about {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #586071;
}
a.share-network-vk {
    border-radius: 0px;
    min-height: 64px;
    padding: 10px 40px;
    color: #3765b1;
    border: 2px solid #3765b1;
    font-family: "Roboto-Bold";
    margin: 50px 0;
    display: flex;
    max-width: 190px;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}
a.share-network-vk:hover {
  text-decoration: none;
  color: #fff;
  border: 2px solid #fff;
  background-color: #3765b1;
}
header .navbar .navbar-brand.logo3 {
    max-width: 35px;
    width: 100%;
    display: block;
}
/*footer new design*/
footer.mx-new-footer {
  display: flex;
  background: #586071;
  justify-content: space-between;
}
.mx-logo-wrapper {
  display: flex;
  width: 288px;
  justify-content: space-between;
}
.mx-navigation {
  width: 100%;
  margin-top: 12px;
  max-width: 1009px;
}
.mx-navigation ul {
  display: flex;
  list-style-type: none;
}
.mx-navigation ul li {
  margin-right: 60px;
}
.mx-navigation ul a {
  color: #fff;
  position: relative;
  padding: 20px 0px;
  font-weight: 300;
  font-size: 20px;
}
.mx-navigation ul a:hover {
  text-decoration: none;
}
.mx-navigation ul a:hover:after,
.mx-navigation ul a.active:after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background: #fff;
}
.mx-copyright {
  display: flex;
  align-items: center;
  color: #fff;
}
.mx-copyright .copyright-line {
  width: 100%;
  max-width: 209px;
}
.mx-copyright .copyright-text {
  width: 432px;
  font-size: 20px;
}
.mx-navigation ul li:last-child {
    margin-right: 0;
}
.mx-logo-wrapper a:first-child {

}

/*MEDIA*/

@media (max-width: 1919px) {
  .container-login-auth a,
  .container-login .nav-link {
    font-size: 18px;
    line-height: 18px;
  }
  header .navbar .navbar-nav .nav-item .nav-link,
  .container-login .btn {
      font-size: 18px;
      line-height: 18px;
  }
}
@media (max-width: 1770px) {
  .mx-copyright .copyright-text {
    width: 346px;
  }
  .mx-copyright .copyright-line {
    width: 100%;
    max-width: 137px;
  }
  .mx-logo-wrapper {
    width: 460px;
  }
  .mx-navigation ul li {
    margin-right: 50px;
  }
}
@media (max-width: 1700px) {
  header .navbar .navbar-brand {
      margin-right: 3%;
  }
  header .navbar .navbar-nav .nav-item {
      margin-right: 30px;
  }
  .user-cabinet-link {
    margin-right: auto;
  }
  .mx-copyright .copyright-text {
    width: 328px;
    font-size: 17px;
  }
  .mx-copyright {
    width: 277px;
  }
  .mx-copyright .copyright-line {
    max-width: 72px;
  }
}
@media (max-width: 1600px) {
  header .navbar .navbar-brand {
      margin-right: 22px;
  }
  header .navbar {
      padding: 10px 35px;
  }
  header .navbar {
      padding: 10px 45px;
  }
  .mx-navigation ul li {
    margin-right: 19px;
  }
  
}
@media (max-width: 1550px) {
  header .navbar .navbar-brand {
      max-width: 110px;
      width: 100%;
      display: block;
  }
  header .navbar .navbar-brand.logo2 {
      max-width: 50px;
      width: 100%;
      display: block;
  }
  header .navbar .navbar-nav .nav-item {
      margin-right: 15px;
  }
}
@media (max-width: 1500px) {
  .mx-logo-wrapper img {
    width: 100%;
  }
  .mx-logo-wrapper a:first-child {
    width: 128px;
  }
  .mx-logo-wrapper a:last-child {
    width: 84px;
  }
  .mx-logo-wrapper {
    width: 400px;
    align-items: center;
  }
  .mx-navigation ul a {
    font-size: 18px;
  }
}
@media (max-width: 1359.5px) {
  .q-radios .form-check {
      flex-wrap: wrap;
      flex-flow: column;
  }
  .q-radios .form-check .q-correct,
  .q-radios .form-check .q-incorrect {
    margin-left: 0;
    margin-top: 10px;
  }
  .q-radios {
    line-height: 24px;
  }
  .mx-logo-wrapper a:last-child {
    width: 61px;
  }
  .mx-logo-wrapper {
    width: 333px;
  }
  .mx-navigation ul a {
    font-size: 17px;
  }

}
@media (max-width: 1300px) {
  .container-login-auth a,
  header .navbar .navbar-nav .nav-item .nav-link,
  .container-login .btn,
  .container-login .nav-link {
    font-size: 16px;
    line-height: 16px;
  }
  .container-login .btn {
    min-height: 50px;
    padding: 10px 30px;
  }
  .mx-logo-wrapper a:first-child {
    width: 104px;
  }
  .mx-logo-wrapper a:last-child {
    width: 55px;
  }
  .mx-logo-wrapper {
    width: 299px;
  }
  .mx-copyright .copyright-text {
    width: 228px;
    font-size: 15px;
  }
  .mx-copyright .copyright-line {
    max-width: 56px;
    margin-right: 6px;
  }
  .mx-copyright {
    width: 240px;
  }
  .mx-navigation ul a {
    font-size: 15px;
  }
  .mx-navigation ul li {
    margin-right: 12px;
  }
}
@media (max-width: 1240px) {
  header .navbar {
    padding: 10px 15px;
  }
}
@media (max-width: 1200px) {
  .container-login-auth {
    margin-bottom: 15px;
  }
  .container-login {
    margin-left: 15px;
    margin-top: 0;
  }
  .mx-copyright .copyright-line {
    max-width: 100%;
    margin-right: 0;
  }
  .mx-copyright {
    width: 220px;
    flex-wrap: wrap;
  }
  .mx-copyright .copyright-text {
    width: 100%;
    font-size: 14px;
    margin-top: 12px;
  }
  .mx-logo-wrapper {
    width: 256px;
  }
  
}
@media (max-width: 1030px) {
  .mx-navigation ul {
    padding-left: 0;
  }
}
@media (max-width: 1199.5px) {
  header .navbar .navbar-brand {
    max-width: 169px;
    width: 100%;
    display: block;
  }
  header .navbar .navbar-brand.logo2 {
      max-width: 73px;
      width: 100%;
      display: block;
  }
  .navbar {
    justify-content: unset;
  }
  header .navbar .navbar-brand.logo3 {
    margin: auto;
    margin-left: 0;
  }
  .mobile-menu {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    margin: auto 0;
    position: relative;
  }
  nav.navbar.navbar-expand-xl {
      align-items: unset;
  }
  header .navbar .navbar-toggler {
    width: 55px;
    height: 39px;
    margin-right: 15px;
  }
  .container-login .btn {
    min-height: 39px;
  }
  header .navbar .navbar-nav .nav-item {
    margin-right: 0;
  }
  .navbar-collapse {
    position: absolute;
    z-index: 9;
    width: 260px !important;
    top: 40px;
    left: 50%;
    margin-left: -130px;
  }
  header .navbar .navbar-nav .nav-item .nav-link {
    background-color: #369dd7e0;
  }
  header .navbar .container-login {
      margin: 0;
      display: flex;
  }
  .container-login-auth {
    margin: auto;
  }
}
@media (max-width: 1000px) {
  footer.mx-new-footer {
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
    margin-bottom: -103px;
  }
  .mx-navigation ul {
    width: 100%;
    justify-content: space-around;
  }
  .mx-copyright {
    width: 100%;
    text-align: center;
    margin-top: 14px;
  }
  .mx-logo-wrapper {
    margin: 20px 0px;
  }
}
@media (max-width: 991.5px) {
  .v-section .v-goal-t {
    width: 50%;
  }
  .mx-inside-page h1 {
      line-height: 45px;
      margin-bottom: 40px;
      text-align: center;
  }
  .mx-inside-page h1 br {
    display: block;
  }
  .v-subtitle {
    margin: 50px 0 40px;
  }
  .v-subtitle:before, .v-subtitle:after {
    width: 35%;
  }
  .v-block {
      margin-bottom: 60px;
  }
  .quest-wrap {
      flex-flow: column;
      align-items: unset;
  }
  .q-correct, .q-incorrect {
    margin-top: 10px;
    margin-left: 0;
  }
  .q-img-wrap {
      margin: auto;
      margin-bottom: 25px;
  }
  .quest-info-wrap {
    max-width: 100%;
    justify-content: space-between;
  }
  .quest-info {
    justify-content: space-between;
  }
  .butt-next {
    margin-left: unset;
  }
  .quest-numb, .quest-correct {
    margin-right: unset;
  }
  .mx-form .form-group {
      margin-bottom: 1rem;
  }
  .mx-form input {
      padding: 12px 6px;
  }
  .news-content {
    flex-flow: column;
  }
  .main-news-img {
    margin: auto;
    margin-bottom: 30px;
  }
  .news-img-wrap {
    width: calc(1/3*100% - 10px);
  }  
}
@media (max-width: 767.5px) {
  .v-col {
    margin-bottom: 35px;
  }
  .v-goal {
    flex-wrap: wrap;
  }
  .v-goal-t,
  .v-section .v-goal-t {
      width: 100%;
      margin-bottom: 10px;
  }
  .quest-info-wrap {
    align-items: unset;
    flex-flow: column;
  }
  .butt-next {
    margin-left: unset;
    margin-top: 20px;
    align-self: flex-end;
  }
  .quest-info {
    max-width: 100%;
  }
  .photo-user-wrap {
      margin-bottom: 1rem;
  }
  .mb-sm {
    margin-bottom: 1rem;
  }
  .profile-buttons {
    margin-top: 40px;
  }
  .profile-buttons .mr-3 {
    margin-right: unset !important;
  }
  .mx-profile-page {
      padding-bottom: 40px;
  }
  .news-img-wrap {
    width: calc(1/2*100% - 10px);
  }
}
@media (max-width: 650px){
  .navbar-collapse {
    left: unset;
    margin-left: 0;
  }
  header .navbar .navbar-toggler {
    margin-right: 0;
  }
  header .navbar .container-login {
    margin: auto 0;
    width: 100%;
  }
  .container-login-auth {
    margin-top: 10px;
    margin-right: 0;
  }
  ul.pagination {
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .quest-info {
    max-width: 100%;
    flex-flow: column;
  }
  .quest-numb, .quest-correct {
    margin-bottom: 10px;
  }
  .v-question {
    padding: 70px 0;
  }
  .profile-buttons button,
  .profile-buttons a {
    margin-bottom: 1rem;
  }
  .mx-navigation ul {
    flex-wrap: wrap;
  }
  .mx-navigation ul li {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .mx-navigation ul a {
    display: block;
    padding: 8px;
  }
  .mx-navigation ul a:hover:after,
  .mx-navigation ul a.active:after {
    height: 1px;
  }
}
@media (max-width: 500px) {
  .v-goal-desc {
    font-size: 18px;
  }
  .v-col-text {
    font-size: 16px;
  }
  .v-goal-t {
    font-size: 20px;
    margin-right: 15px;
  }
  .mx-inside-page .viktorina-container {
      padding-right: 15px;
      padding-left: 15px;
  }
  .quest-info {
    line-height: 25px;
  }
  .v-question {
    font-size: 18px;
  }
    .route-container {
    font-size: 16px;
    line-height: 23px;
  }
  .route-start span {
    font-size: 17px;
  }
  .route-title, .route-day {
      margin-bottom: 40px;
  }
}
@media (max-width: 400px) {
  .mx-inside-page h1 {
    font-size: 29px;
  }
  .v-question {
    padding: 60px 0;
  }
  .mobile-menu {
    width: 100%;
  }
  .news-img-wrap {
    width: 90%;
  }
}
