
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }


body {
  font-size: 14px; line-height: 1.6;
  min-width: 320px;
  position: relative;
  font-family: "Montserrat", sans-serif;
  background: #FAFAFA;
  color: #737373; }

html, body {
  overflow-x: hidden; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

.text-center {
  text-align: center; }

a {color: #00A0C1;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  outline: none; }
  a:hover, a:focus {
    text-decoration: none; }

.flex {display: flex;}


b,
strong {
  font-weight: 600 !important;
}

.btn {
  border-radius: 25px;
  overflow: hidden; max-height: 50px; }



.btn-accent {
  background: #FFA62B;
  color: #fff;

  font-weight: 500;}
.btn-accent:hover {
    background: #00A0C1}



.carousel-control-prev-icon, .carousel-control-next-icon {border-radius: 50%; background: #00A0C1;}

/************/
#intro h1 {font-size: 42px;  font-weight: 600;  margin: 0 0 1px;  text-transform: uppercase;}
#intro .advant .title {font-size: 20px; line-height: 1.2}
/************/

header {
  padding: 20px 0; }
  header .btn {
    max-width: 284px;
    margin: 0 0 0 auto;
    width: 100%; }



.logo-text {font-size: .7rem; float: right}

.navbar-toggler:focus { box-shadow: 0 0 0 0.025rem;}


/************************************************************/

#intro {background: url(../img/foto-intro.jpg) no-repeat right top; height: 700px; }
#intro .row {height: 550px; display: flex; align-items: center;}


/************************************/


#help .card {padding-bottom: 180px;}

/************************************/
#preim {margin-top: -150px;}	
#preim .preim .col:nth-child(3) .card {background: #00A0C1; color: #fff;}
	
/************************************************************/
footer .contact-form {width: 100%; top:0;}
footer .contact-form .row {display: flex; align-items: center; height: 750px;}


footer .footer-bott {background: #F3F3F3;}

/************************************************************/

.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; }


form button {
  width: 100%;
  max-width: 284px;
  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-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-group {
  position: relative;
  width: 100%;
  height: 50px;
  margin: 0 0 20px;
  border: 1px solid #bbb;
  border-radius: 25px;
  padding: 0 30px;
  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; background: #fff; }

  .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: 20px 0 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; }



section.topMenu {background: #F3F8FF}

.header {background: #fff;}
.navbar a {color: #737373;}

.card {
  background: #fff;
  border: none; width: 100%;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  position: relative; 
	
box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.07);
}
  .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; }



.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}	
	
	


.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; }
    .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; }
 
  .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;}
 }
