html {
  scroll-behavior: smooth;
}


* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; list-style: none }


body {
  font-size: 14px; line-height: 1.6;
  min-width: 320px;
  position: relative;
  font-family: "Montserrat", sans-serif;
  background: #fff;
  color: #425050; }

html, body {
  overflow-x: hidden; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

.text-center {
  text-align: center; }

a {color: #425050;
  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-accent {
  background: rgb(91,121,12);
background: linear-gradient(0deg, rgba(91,121,12,1) 0%, rgba(131,166,37,1) 100%);
  color: #fff; font-size: 12px;
  border-radius: 18px;
  overflow: hidden;
  font-weight: normal;}


  .btn-accent:hover {
   background: rgb(91,121,12);
background: linear-gradient(0deg, rgba(91,121,12,1) 50%, rgba(131,166,37,1) 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(#FBAE38), to(#F5576C));
  background: linear-gradient(90deg, #FBAE38 0%, #F5576C 100%);
  padding: 2px;
  font-weight: 500; }

  .btn-border .btn-text {
    background: -webkit-linear-gradient(90deg, #FBAE38 0%, #F5576C 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(#F5576C), to(#FBAE38 ));
    background: linear-gradient(90deg, #F5576C 0%, #FBAE38  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, #F5576C 0%, #FBAE38  100%);}
/****************************************/



.fw-bold {font-weight: 600 !important}
.fw-bolder {font-weight: 900 !important}





/************/
#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}
/************/

.container {
  max-width: 1470px; }

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: 24px;
  line-height: 1.2;
  font-weight: bold;
  background: -webkit-linear-gradient(90deg, #FBAE38 0%, #F5576C 100%);
  -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;}
.f-s26 {font-size: 26px;}

/***********/

.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; }

/************************************************/
.owl-nav {position: absolute; top: 42%; display: none;}
.owl-prev {position: absolute;  left: 0; font-size: 42px; background: -webkit-gradient(linear, left top, right top, from(#F5576C), to(#FBAE38));
    background: linear-gradient(90deg, #F5576C 0%, #FBAE38 100%);  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;}	
.owl-next {position: absolute;  right: 0; font-size: 42px; background: -webkit-gradient(linear, left top, right top, from(#F5576C), to(#FBAE38));
    background: linear-gradient(90deg, #F5576C 0%, #FBAE38 100%);  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;}	
.item {margin: 25px 30px 25px 0; /*-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);*/}

/************************************************/




.main-img {
  margin: 0 auto;
  max-width: 719px;
  width: 100%; }

.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%;
  max-width: 284px;
  margin: 0 0 0 auto; }

.modal-header {
  background: #F3F8FF;
  padding: 25px 20px 0px 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-title {
    font-size: 34px; }
  .modal-header .logo-description {
    display: none; }

.modal-content {
  border: none;
    border-radius: 0; }
  .modal-content h3 {
    text-align: center;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    color: #283C63;
    margin: 0 auto 40px; }

.modal-dialog {
  max-width: 800px; }

.modal-body {
  padding: 34px 0 60px; }


.form-control {background: none; padding-bottom: 0; min-height:20px;}

.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; background: #fff;
    -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(#FBAE38 ), to(#F5576C));
  background: linear-gradient(90deg, #FBAE38  0%, #F5576C 100%);
  color: #fff; }

.consent {
  margin: 0;
  color: #333333;
  font-size: 12px; }

.links-accent {
  display: inline-block;
  color: #F5576C;
  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: #425050; color: #FFFFFF} 

section.topMenu a {color:#AED63D}
section.topMenu a:hover, section.topMenu a:focus {color:#fff}

.header {}

.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(#FBAE38 ), to(#F5576C));
    background: linear-gradient(90deg, #FBAE38  0%, #F5576C 100%); }
  .nav-tabs .nav-item.show .nav-link .text-gradient, .nav-tabs .nav-link.active .text-gradient {
    background: -webkit-linear-gradient(90deg, #FBAE38  0%, #F5576C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

.tab-content {
  margin: 30px 0 0; }



.card {
  background:0;
  border: none; width: 100%;
  border-radius: 0px;
  -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;}




/***************/
.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: 16px; }

.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)); }
    header .btn:before, footer .btn:before {
      content: 'Заказать';
      display: inline-block;
      font-size: 16px;
      font-weight: 500; }
    header .btn .btn-text, footer .btn .btn-text {
      display: none; }
  .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; background: #425050; }
    .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; } }
