body::-webkit-scrollbar {
  width: 12px;               /* ширина scrollbar */
}
body::-webkit-scrollbar-track {
  background: white;        /* цвет дорожки */
}
body::-webkit-scrollbar-thumb {
  background-color: #1E4B7D;    /* цвет плашки */
  border-radius: 20px;       /* закругления плашки */
  border: 3px solid #fff;  /* padding вокруг плашки */
}


* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

*::-webkit-input-placeholder {
  color: #666;
  opacity: 1; }
*:-moz-placeholder {
  color: #666;
  opacity: 1; }
*::-moz-placeholder {
  color: #666;
  opacity: 1; }
*:-ms-input-placeholder {
  color: #666;
  opacity: 1; }

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #666; }
body input:required:valid,
body textarea:required:valid {
  color: #283C63; }



* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {

  display: block; }



ol, ul {

  list-style: none; }



blockquote, q {

  quotes: none; }



blockquote:before, blockquote:after, q:before, q:after {

  content: '';
  content: none; }



table {

  border-collapse: collapse;
  border-spacing: 0; }



body {

  font-size: 16px; line-height: 1.6;
  min-width: 320px;
  position: relative;
  font-family: "Montserrat", sans-serif;
  background: #fff;
  color: #283C63; }

html, body {

  overflow-x: hidden; }

img {

  display: block;
  max-width: 100%;
  height: auto; }

.text-center {

  text-align: center; }

a {color: #283C63;
  display: block;
  text-decoration: none;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  outline: none; }

  a:hover, a:focus {
    text-decoration: none; }



.flex {display: flex;}

.fill-none {
  fill: none; }

.icon-svg {
  width: 100%;
  height: 100%;
  display: inline-block; }

.btn, button {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  font-family: "Roboto", sans-serif;
  font-size: 16px; }
  .btn:hover, .btn:focus, button:hover, button:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none; }

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {

  border-radius: 4px;

  overflow: hidden; }



.btn {
  border-radius: 4px;
  overflow: hidden; }


/******

.btn-danger {background: linear-gradient(90deg, #FF4B2C 0%, #FF464B 100%); color:#fff;
}*****/


.btn-danger {background: linear-gradient(0deg, #02CFF2 12%, #3ADEAD 90%); color:#fff; transition: all 0.3s ease;  
}

.btn-danger:hover {background: linear-gradient(-90deg, #3ADEAD 0%, #02CFF2 100%); transition: all 0.3s ease;
}


.btn-accent {
background: linear-gradient(220deg, #B9FE00 0%, #02CFF2 100%);

  color: #fff !important;
  height: 60px;
  font-weight: 500; }

  .btn-accent:hover {
background: linear-gradient(90deg, #B9FE00 0%, #02CFF2 100%)}

.btn-blue {
  background: -webkit-gradient(linear, left top, right top, from(#00EFD1), to(#00ACEA));
  background: linear-gradient(90deg, #00EFD1 0%, #00ACEA 100%);
  color: #fff;
  height: 60px;
  font-weight: 500; }

  .btn-blue:hover {
    background: -webkit-gradient(linear, left top, right top, from(#00ACEA), to(#00EFD1));
    background: linear-gradient(90deg, #00ACEA 0%, #00EFD1 100%); }

.btn-border {
  background: -webkit-gradient(linear, left top, right top, from(#B9FE00), to(#02CFF2));
  background: linear-gradient(90deg, #B9FE00 0%, #02CFF2 100%);
  padding: 2px;
  font-weight: 500; }

  .btn-border .btn-text {
    background: -webkit-linear-gradient(90deg, #B9FE00 0%, #02CFF2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

  .btn-border .btn-overlay {
    width: 100%;
    height: 100%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .btn-border:hover {
    background: -webkit-gradient(linear, left top, right top, from(#02CFF2), to(#B9FE00 ));
    background: linear-gradient(90deg, #02CFF2 0%, #B9FE00  100%); }

.btn-icon {
  width: 14px;
  height: 14px;
  margin: 0 0 0 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.carousel-control-prev-icon, .carousel-control-next-icon {border-radius: 50%; background: linear-gradient(0deg, #02CFF2 0%, #B9FE00  100%);}



/************/

#intro h1 {font-size: 42px;  font-weight: 900;  margin: 0 0 1px;  text-transform: uppercase;}

#intro h2 {font-size: 30px; line-height: 1.2}

#intro .advant .title {font-size: 20px; line-height: 1.2}

/************/











.oneProd {position: relative; width: 100%; background: #fff !important; border: 1px solid #e6edf4;
    box-shadow: rgb(17 17 26 / 5%) 0px 0px 0px, rgb(17 17 26 / 5%) 0px 0px 26px;}







/*********************************/	

.edit {overflow: hidden; clear: both}

.edit a {display:block;}	

.edit a span {text-align: center; display: inline-block; margin:10px 0px 0px 1px !important; border: 0px solid #bbb; background:  #0F82BB; border-radius: 2px; text-transform: uppercase; font-size:9px; padding: 1px 4px; height: 15px;}	

span.button {float: left; margin-right: 5px; color: #fff;}

	

	

.ar-down {

    display: inline-block; margin-top: 2px;

    width: 6px;

    height: 6px;

    border-top: 2px solid #fff !important;

    border-right: 2px solid #fff !important;

    transform: rotate(135deg);

}

	

.ar-top {

    display: inline-block; margin-top: 5px;

    width: 6px;

    height: 6px;

    border-top: 2px solid #fff !important;

    border-right: 2px solid #fff !important;

    transform: rotate(-45deg);

}







/**********************/







header, footer {

  padding: 20px 0; }

  header .btn, footer .btn {

    max-width: 284px;

    margin: 0 0 0 auto;

    width: 100%; }



.logo { margin-top: 5px;

display: -webkit-box;

display: -ms-flexbox;

display: flex;

-webkit-box-align: center;

-ms-flex-align: center;

align-items: center;

color: #283C63; }

.logo:hover {color: #283C63; }



.logo-title {

  text-transform: uppercase;

  font-size: 28px;

  line-height: 1.2;

  font-weight: bold;

  background: -webkit-linear-gradient(0deg, #02CFF2 12%, #3ADEAD 90%);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent; }





/***********************************************************/

.text-grey {

  background: none;

  -webkit-background-clip: initial;

  -webkit-text-fill-color: initial; }



.text-white {color: #fff; background: none;

  -webkit-background-clip: initial;

  -webkit-text-fill-color: initial;}

/***********/



.f-w3 {font-weight: 300;}

.f-w6 {font-weight: 600;}

.f-w9 {font-weight: 900;}



/***********/



.f-s12 {font-size: 12px; line-height: 1.6}

.f-s14 {font-size: 14px; line-height: 1.6}

.f-s16 {font-size: 16px; line-height: 1.6}

.f-s18 {font-size: 18px; line-height: 1.6}

.f-s26 {font-size: 26px; line-height: 1.4}



/***********/



.t-tu {text-transform: uppercase;}



/************************************************************/



.logo-icon {

  width: 50px;

  height: 50px;

  min-width: 50px;

  margin: 5px 10px 0 0; }



.logo-content {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

      -ms-flex-direction: column;

          flex-direction: column;

  -webkit-box-align: start;

      -ms-flex-align: start;

          align-items: flex-start;

  font-size: 12px;

  font-weight: bold;

  text-transform: uppercase; }



.main-content {

  max-width: 470px;

  width: 100%;

  height: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

      -ms-flex-direction: column;

          flex-direction: column;

  -webkit-box-align: start;

      -ms-flex-align: start;

          align-items: flex-start;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center; }







.main-img {

  margin: 0 auto;

  max-width: 719px;

  width: 90%; }



.btn-group {

  width: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: stretch;

      -ms-flex-align: stretch;

          align-items: stretch;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between; }

  .btn-group .btn-accent {

    max-width: 277px; }

  .btn-group .btn-border {

    max-width: 166px; }



.mt-10 {

  margin-top: 10px; }



form button {

  width: 100%;
  margin: 0 0 0 auto; }



.modal-header {

  background: #F3F8FF;

  padding: 25px 20px;

  border: none; }

  .modal-header .close {

    padding: 0;

    margin: 0;

    opacity: 1;

    width: 17px;

    height: 17px;

 }

  .modal-header .logo {

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;

    margin: 0 auto; }


  .modal-header .logo-description {

    display: none; }



.modal-content {

  border: none;

    border-radius: 5; }

  .modal-content h3 {

    text-align: center;

    width: 100%;

    font-size: 24px;

    font-weight: 500;

    color: #283C63;

    margin: 0 auto 40px; }



.modal-dialog {

  max-width: 30%; }



.modal-body {

  padding: 34px 0 60px; }



.form-group {

  position: relative;

  width: 100%;

  height: 60px;

  margin: 0 0 20px;

  border: 1px solid #4F4F4F;

    border-radius: 3px;

  padding: 0 40px 0 50px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

      -ms-flex-direction: column;

          flex-direction: column;

  -webkit-box-align: start;

      -ms-flex-align: start;

          align-items: flex-start;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  color: #4F4F4F; }

  .form-group input {

    border: none;

      border-radius: 0;

    padding: 0;

    height: 19px;

    color: #4F4F4F;

    font-size: 16px;

    font-weight: 300;

    outline: none;

    -webkit-box-shadow: none;

            box-shadow: none;

    font-family: "Roboto", sans-serif; }

    .form-group input::-webkit-input-placeholder {

      color: #4F4F4F; }

    .form-group input::-moz-placeholder {

      color: #4F4F4F; }

    .form-group input::-ms-input-placeholder {

      color: #4F4F4F; }

    .form-group input::placeholder {

      color: #4F4F4F; }

    .form-group input:hover, .form-group input:focus {

      outline: none;

      -webkit-box-shadow: none;

              box-shadow: none; }

  .form-group select {

    -webkit-appearance: none;

    -moz-appearance: none;

         appearance: none;

    outline: none;

    padding: 0 14px 0 0;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

    color: #4F4F4F;

    font-size: 16px;

    font-weight: 300;

    font-family: "Roboto", sans-serif;

    background: url("../img/arrow-bottom.svg") no-repeat right center;

      background-size: 14px;

    border: none;

      border-radius: 0; }

    .form-group select:hover, .form-group select:focus {

      outline: none;

      -webkit-box-shadow: none;

              box-shadow: none; }



.form-group-error {

  border: 1px solid #EB5757;

  color: #EB5757; }

  .form-group-error input {

    color: #EB5757; }

    .form-group-error input::-webkit-input-placeholder {

      color: #EB5757; }

    .form-group-error input::-moz-placeholder {

      color: #EB5757; }

    .form-group-error input::-ms-input-placeholder {

      color: #EB5757; }

    .form-group-error input::placeholder {

      color: #EB5757; }



label {

  display: block;

  font-size: 12px;

  font-weight: 500;

  margin: 0 0 2px; }



input {

  border: none;

    border-radius: 0;

  padding: 0;

  height: 19px;

  color: #4F4F4F;

  font-size: 16px;

  font-weight: 300;

  outline: none;

  -webkit-box-shadow: none;

          box-shadow: none;

  font-family: "Roboto", sans-serif; }

  input::-webkit-input-placeholder {

    color: #4F4F4F; }

  input::-moz-placeholder {

    color: #4F4F4F; }

  input::-ms-input-placeholder {

    color: #4F4F4F; }

  input::placeholder {

    color: #4F4F4F; }

  input:hover, input:focus {

    outline: none;

    -webkit-box-shadow: none;

            box-shadow: none; }



select {

  -webkit-appearance: none;

  -moz-appearance: none;

       appearance: none;

  outline: none;

  padding: 0 14px 0 0;

  -webkit-box-sizing: border-box;

          box-sizing: border-box;

  color: #4F4F4F;

  font-size: 16px;

  font-weight: 300;

  font-family: "Roboto", sans-serif;

  background: url("../img/arrow-bottom.svg") no-repeat right center;

    background-size: 14px;

  border: none;

    border-radius: 0; }

  select:hover, select:focus {

    outline: none;

    -webkit-box-shadow: none;

            box-shadow: none; }



.form-group__icon {

  position: absolute;

  width: 50px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  height: 100%;

  left: 0;

  top: 0; }



.select2-container .select2-selection--single .select2-selection__rendered {

  padding: 0;

  border: none;

    border-radius: 0;

  height: auto;

  width: 100%; }

  .select2-container .select2-selection--single .select2-selection__rendered:hover, .select2-container .select2-selection--single .select2-selection__rendered:focus {

    border: none;

    outline: none;

    -webkit-box-shadow: none;

            box-shadow: none; }



.select2-container {

  width: 100%; }



.select2-container--default .select2-selection--single {

  border: none;

    border-radius: 0;

  width: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between; }

  .select2-container--default .select2-selection--single:hover, .select2-container--default .select2-selection--single:focus {

    border: none;

    outline: none;

    -webkit-box-shadow: none;

            box-shadow: none; }



.select2-container--default .select2-selection--single .select2-selection__rendered {

  line-height: normal; }



.select2-container--default .select2-selection--single .select2-selection__arrow {

  position: relative;

  background: url("../img/arrow-bottom.svg") no-repeat right center;

    background-size: 14px;

  width: 14px;

  height: 8px;

  top: 0;

  right: 0;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center; }

  .select2-container--default .select2-selection--single .select2-selection__arrow b {

    display: none; }



.select2-container--default .select2-search--dropdown .select2-search__field {

  border: 1px solid #BDBDBD;

    border-radius: 4px;

  padding: 0 20px;

  font-style: italic;

  background: #FFFFFF;

  color: #828282;

  font-family: "Roboto", sans-serif;

  font-size: 16px;

  height: 50px;

  font-weight: normal; }

  .select2-container--default .select2-search--dropdown .select2-search__field::-webkit-input-placeholder {

    color: #828282; }

  .select2-container--default .select2-search--dropdown .select2-search__field::-moz-placeholder {

    color: #828282; }

  .select2-container--default .select2-search--dropdown .select2-search__field::-ms-input-placeholder {

    color: #828282; }

  .select2-container--default .select2-search--dropdown .select2-search__field::placeholder {

    color: #828282; }



.select2-search--dropdown {

  padding: 20px 20px 30px; }



.select2-dropdown, .select2-container--open .select2-dropdown--below, .select2-container--open .select2-dropdown--above {

  background: #F3F8FF;

  border: 1px solid #E0E0E0;

    border-radius: 4px; }



.select2-container--default .select2-results > .select2-results__options {

  font-size: 16px;

  color: #828282;

  -webkit-transition: .3s ease;

  transition: .3s ease; }

  .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {

    width: 2px;

    height: 2px; }

  .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {

    background-color: #828282; }

  .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track-piece {

    background-color: #BDBDBD; }

  .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {

    background-color: #828282; }

  .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-corner {

    background-color: #BDBDBD; }

  .select2-container--default .select2-results > .select2-results__options::-webkit-resizer {

    background-color: #828282; }



.select2-results {

  padding: 0 37px 25px 19px; }



.select2-results__option {

  padding: 5px 10px; }



.select2-container--default .select2-results__option[aria-selected=true] {

  background: transparent;

  color: #828282; }



.select2-container--default .select2-results__option--highlighted[aria-selected] {

  background: -webkit-gradient(linear, left top, right top, from(#B9FE00 ), to(#02CFF2));

  background: linear-gradient(90deg, #B9FE00  0%, #02CFF2 100%);

  color: #fff; }



.consent {

  margin: 20px 0 0;

  color: #333333;

  font-size: 12px; }



.links-accent {

  display: inline-block;

  color: #02CFF2;

  text-decoration: underline; }

  .links-accent:hover {

    text-decoration: none;

    color: #333; }



.form-group__icon-question {

  position: absolute;

  right: 19px;

  top: 0;

  height: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  cursor: pointer; }



.line-wrapper {

  font-size: 17px;

  font-weight: 500;

  color: #2B2736;

  margin: 30px 0 0; }



.links-grey {

  text-decoration: underline;

  color: #2B2736;

  display: inline-block; }

  .links-grey:hover {

    color: #333; }



.btn-group .btn-come {

  max-width: 166px; }



.btn-group .btn-check {

  max-width: 177px; }



.header-box {

  width: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between; }



.links-exit {

  color: #828282;

  font-size: 18px;

  font-weight: 500;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center; }

  .links-exit:hover {

    color: #333; }



.links-exit-icon {

  margin: 0 11px 0 0; }



.form-search {

  width: 100%;

  position: relative; }

  .form-search button {

    background: transparent;

    width: 28px;

    height: 28px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;

    position: absolute;

    right: 22px;

    top: 50%;

    -webkit-transform: translate(0, -50%);

            transform: translate(0, -50%); }

  .form-search label {

    margin: 0; }

  .form-search input {

    width: 100%;

    padding: 0 50px 0 20px;

    background: #F3F8FF;

    border: 1px solid #828282;

      border-radius: 4px;

    height: 60px;

    color: #828282;

    font-size: 18px;

    font-weight: normal;

    font-style: italic; }

    .form-search input::-webkit-input-placeholder {

      color: #828282; }

    .form-search input::-moz-placeholder {

      color: #828282; }

    .form-search input::-ms-input-placeholder {

      color: #828282; }

    .form-search input::placeholder {

      color: #828282; }





section.topMenu {background: #F3F8FF}



.header {background: #fff;}



.main-links {

  background: #F3F8FF;

  padding: 40px 0 260px; }

  .main-links .form-search {

    max-width: 250px; }

    .main-links .form-search input {

      height: 40px;

      font-size: 14px;

      padding: 0 28px 0 14px; }

    .main-links .form-search button {

      width: 14px;

      height: 14px;

      right: 14px; }

  .main-links .btn-border {

    height: 60px;

    max-width: 309px;

    width: 100%; }

    .main-links .btn-border .btn-overlay {

      background: #F3F8FF; }



.btn-burger {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

      -ms-flex-direction: column;

          flex-direction: column;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  width: 40px;

  height: 27px; }



.nav-tabs-wrapper {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center; }



.nav-tabs {

  border: none;

    border-bottom: 2px solid #BDBDBD; }

  .nav-tabs .nav-link {

    padding: 4px 10px;

    color: #BDBDBD;

    font-size: 18px;

    font-weight: 600;

    border-radius: 0;

    position: relative;

    border: none;

    margin: 0; }



.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {

  background: transparent;

  border-color: transparent; }

  .nav-tabs .nav-item.show .nav-link:before, .nav-tabs .nav-link.active:before {

    content: '';

    position: absolute;

    left: 0;

    bottom: -2px;

    width: 100%;

    height: 2px;

    background: -webkit-gradient(linear, left top, right top, from(#B9FE00 ), to(#02CFF2));

    background: linear-gradient(90deg, #B9FE00  0%, #02CFF2 100%); }

  .nav-tabs .nav-item.show .nav-link .text-gradient, .nav-tabs .nav-link.active .text-gradient {

    background: -webkit-linear-gradient(90deg, #B9FE00  0%, #02CFF2 100%);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent; }



.tab-content {

  margin: 30px 0 0; }







.card {

  background: #fff;

  border: none; width: 100%;

    border-radius: 4px;

  -webkit-transition: .3s ease;

  transition: .3s ease;

  position: relative; 



-webkit-box-shadow: 4px 4px 20px 0px rgba(0, 172, 234, 0.2);

-moz-box-shadow: 4px 4px 20px 0px rgba(0, 172, 234, 0.2);

box-shadow: 4px 4px 20px 0px rgba(0, 172, 234, 0.2);

}

  .card:hover {

	  

-webkit-box-shadow: 4px 4px 20px 0px rgba(0, 172, 234, 0.2);

-moz-box-shadow: 4px 4px 20px 0px rgba(0, 172, 234, 0.2);

box-shadow: 4px 4px 20px 0px rgba(0, 172, 234, 0.2);

}

    .card:hover .card-hover {

      display: -webkit-box;

      display: -ms-flexbox;

      display: flex; }

  .card h3 a {

    color: #283C63;

    font-weight: 600; 

	font-size: 18px;	

    margin: 0 0 5px; }





.card .more {}

.card .more a {font-size: 9px; padding:2px; text-decoration: none; text-transform: uppercase; color: #fff; background: linear-gradient(180deg, #00EFD1 0%, #00ACEA 100%); border-radius:10px; }

.card .more a img {float: left}



  .card .text {

    color: #4F4F4F;

    font-size: 12px;

    line-height: 150%; }



.card-hover {

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  border-radius: 3px 3px 0 0;

  background: rgba(43, 39, 54, 0.5);

  display: none;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  padding: 10px 0; }

  .card-hover a {

    margin: 0 12px 0 0; }

    .card-hover a:last-child {

      margin: 0; }



.card-img {

width: 170px; height: 175px;  

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center; }



.card-body {

  padding: 15px 5px 11px 9px; }



/***************/



.master-round {position: absolute; width: 120px; height: 120px; border-radius: 50%; top:-65px;}


.open_chat{
  cursor: pointer;
}


.open_chat:hover{
  background: #F6F6F6;
}





/***************/

.tags {

  width: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center; }



.tag {

  color: #9B51E0;

  font-size: 12px;

  margin: 5px 0 5px 2px; }

  .tag:first-child {

    margin-left: 0; }

  .tag:hover {

    color: #333; }



.links-blue {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  color: #2F80ED;

  font-size: 12px; }

  .links-blue:hover {

    color: #333; }



.links-icon {

  margin: 0 5px 0 0; }



.modal-confirm .modal-dialog {

  max-width: 440px; }



.modal-confirm .modal-body {

  padding: 31px 10px 50px; }



.modal-confirm .btn {

  height: 60px;

  max-width: none;

  width: 100%;

  margin: 2px auto 0; }



.mb-20 {

  margin-bottom: 20px; }



.main-links__box {

  width: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap; }



.mobile-menu {

  position: fixed;

  z-index: 3;

  width: 100%;

  height: 100%;

  overflow-x: auto;

  background: #FFFFFF;

  display: none; }

  .mobile-menu .links-exit {

    margin: 0 0 0 auto;

    -webkit-box-pack: end;

        -ms-flex-pack: end;

            justify-content: flex-end; }

  .mobile-menu .btn {

    margin: 43px auto 0;

    height: 60px;

    max-width: none;

    width: 100%; }



.mobile-menu__header {

  width: 100%;

  padding: 16px 17px; }



.mobile-menu__body {

  padding: 28px 17px 100px; }



.list-category {

  width: 100%; }

  .list-category li {

    margin: 0 0 13px; }

    .list-category li:last-child {

      margin: 0; }

    .list-category li:first-child {

      margin: 0 0 23px;

      font-weight: 500; }

    .list-category li a {

      width: 100%;

      display: -webkit-box;

      display: -ms-flexbox;

      display: flex;

      -webkit-box-align: center;

          -ms-flex-align: center;

              align-items: center;

      -webkit-box-pack: justify;

          -ms-flex-pack: justify;

              justify-content: space-between;

      color: #333333;

      font-size: 18px; }





@media only screen and (max-width: 1366px) {

#intro h1 {font-size: 38px;}

#intro h2 {font-size: 28px; line-height: 1.2}

#intro .advant .title {font-size: 16px; line-height: 1.2}	

}







@media only screen and (max-width: 1200px) {

#intro h1 {font-size: 30px;}

#intro h2 {font-size: 22px; line-height: 1.2}

#intro .advant .title {font-size: 12px; line-height: 1.2}	

#present .lead {font-size: 1.15rem;}



  .logo-description {

    font-size: 9px; }

  .logo-title {

    font-size: 18px; }	

	

  .btn-group .btn-accent {

    max-width: 220px; }

  .btn-group .btn-come {

    max-width: 166px;

    margin: 10px 0 0; }

  .btn-group .btn-check {

    max-width: 177px;

    margin: 10px 0 0; }

}



@media only screen and (max-width: 992px) {

  .btn-group .btn-accent {

    max-width: 177px; }

  .btn {

    font-size: 14px; } }



@media only screen and (max-width: 768px) {

.btn-icon {display: none}	

	

	

.main-content {

    max-width: none;

    margin: 0 auto 30px; }



    .main .box-text {

      font-size: 18px; }



.btn-group {

    -webkit-box-pack: start;

        -ms-flex-pack: start;

            justify-content: flex-start; }

.btn-group .btn {

      margin: 0 12px 0 0; }

      .btn-group .btn:last-child {

        margin: 0; }

h1 {

    font-size: 28px;

    margin: 0 0 12px; }

header {

    background: #F3F8FF;

    padding: 30px 0; }

header .btn, footer .btn {

    height: 40px;

    -webkit-filter: drop-shadow(5px 5px 10px rgba(23, 32, 43, 0.25));

            filter: drop-shadow(5px 5px 10px rgba(23, 32, 43, 0.25)); }



  .logo-icon {

    width: 30px;

    height: 30px;

    min-width: 30px;

    margin: 0 9px 0 0; }

  .logo-description {

    font-size: 9px; }

  .logo-title {

    font-size: 18px; }

  footer {

    background: #F3F8FF;

    padding: 11px 0; }

    footer .logo {

      margin: 0 auto;

      -webkit-box-pack: center;

          -ms-flex-pack: center;

              justify-content: center; }

  .form-group {

    height: 50px; }

  .modal-header {

    padding: 11px 0; }

    .modal-header .close {

      display: -webkit-box;

      display: -ms-flexbox;

      display: flex;

      position: absolute;

      top: 4px;

      right: 4px; }

    .modal-header .logo-title {

      font-size: 18px; }

    .modal-header .logo-description {

      display: -webkit-box;

      display: -ms-flexbox;

      display: flex;

      font-size: 10px; }

  .modal-content h3 {

    font-size: 18px;

    margin: 0 auto 25px; }

  .modal-body {

    padding: 13px 0 41px; }

  form button, form .btn {

    height: 50px;

    margin: 0 auto;

    max-width: 274px; }

  .consent {

    font-size: 10px; }

  .mt-10 {

    margin-top: 0; }

  .tab-content {

    margin: 60px 0 0; }

  .main-links {

    padding: 20px 0 76px; }

  .card-body {

    padding: 17px 6px 21px; }

  .card h3 {

    margin: 0 0 12px;

    font-size: 12px; } }



@media only screen and (max-width: 420px) {



.navbar-nav {height: 100vh; padding-top: 20px; }

.navbar-nav li {padding:10px; border-bottom: 1px dotted #bbb; text-align: center}

	

#present .lead {min-height: 200px;}

	

	

.main-links .col-card {

    padding: 0 10px; } }

