body {
  color: #141414;
  font-size: 14px;
  font-family: 'GOTHAM_BOOK'; }
a{
  text-decoration: none;
}
a:hover, a:focus, a:active, button:hover, button:focus, button:active,
select:hover, select:focus, select:active,
input:hover, input:focus, input:active {
  outline: none;
  text-decoration: none; }

.padding-0 {
  padding: 0; }

.pl-0 {
  padding-left: 0; }

.button-blue {
  height: 40px;
  width: 100%;
  font-size: 14px;
  font-family: 'GOTHAM_MEDIUM';
  color: #fff;
  border-radius: 4px;
  background: #2363B0;
  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;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: none; }
  .button-blue img {
    margin-right: 12px; }
  .button-blue:hover, .button-blue:focus, .button-blue:active {
    background: #3185EA;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    color: #fff; }

.header {
  position: relative;
  z-index: 2; }
  .header-1 {
    background: #FAFAFA; }
  .header .head-1 {
    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;
    min-height: 44px; }
  .header .head1-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header .language a {
    padding: 3px 10px;
    color: #B9B9B9;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
  .header .language a:hover {
    text-decoration: none;
    color: #2363B0;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
  .header .language a:focus, .header .language a:active {
    text-decoration: none; }
  .header .language .active {
    background: #fff;
    color: #5B5B5B;
    border-radius: 4px; }
  .header .social {
    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;
    margin-right: 26px; }
    .header .social a {
      width: 20px;
      height: 20px;
      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;
      border-radius: 50%;
      background: #B9B9B9;
      margin: 0 6px;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      .header .social a .fa {
        color: #fff;
        font-size: 12px; }
    .header .social a:hover, .header .social a:focus, .header .social a:active {
      text-decoration: none;
      background: #2363B0;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
  .header .tel {
    color: #000000;
    font-family: 'GOTHAM_MEDIUM';
    display: block;
    margin-right: 32px; }
  .header .call-back {
    color: #2363B0; }
  .header .call-back:hover {
    text-decoration: underline; }
  .header-2 {
    padding: 24px 0;
    -webkit-box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.2);
    position: relative; }
  .header .menu {
    padding: 0 15px 0 0; }
    .header .menu .nav li a {
      color: #141414;
      font-family: 'GOTHAM_MEDIUM';
      white-space: nowrap; }
    .header .menu .nav li a span {
      position: relative; }
    .header .menu .nav li a span:after {
      content: '';
      border-bottom: 4px solid #2363B0;
      display: none;
      position: absolute;
      bottom: -42px;
      width: 100%;
      left: 0;
      right: 0; }
    .header .menu .nav li a:hover, .header .menu .nav li.active .dropdown-toggle {
      color: #2363B0;
      background: none; }
    .header .menu .nav li a:hover span:after, .header .menu .nav li.active .dropdown-toggle span:after, .header .menu .navbar-default .navbar-nav > .open > a span:after,
    .header .menu .navbar-default .navbar-nav > .open > a:focus span:after, .header .menu .navbar-default .navbar-nav > .open > a:hover span:after {
      display: block; }
    .header .menu .navbar-collapse {
      padding-left: 0; }
    .header .menu .navbar {
      margin: 0;
      border: none;
      min-height: 1px; }
  .header .button-blue {
    width: 172px;
    margin: 0 0 0 auto;
    min-width: 150px; }
  .header .logo {
    display: block; }
  .header .menu-large {
    position: static !important; }
  .header .megamenu {
    padding: 20px 0px;
    width: 100%; }
  .header .navbar-default {
    background: none;
    border: none;
    min-height: auto;
    margin: 0; }
  .header .header2-2 {
    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;
    padding: 0; }
  .header .dropdown-menu {
    /*top: 74px;*/
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;}
    .header .dropdown-menu li {
      list-style: none;
      margin-bottom: 3px; }
    .header .dropdown-menu a {
      color: #141414;
      font-size: 14px;
      padding: 5px 0;
      font-family: 'GOTHAM_MEDIUM'; }
    .header .dropdown-menu a:hover, .header .dropdown-menu a:focus, .header .dropdown-menu a:active {
      color: #2363B0; }
  .header .navbar-default .navbar-nav > .open > a, .header .navbar-default .navbar-nav > .open > a:focus, .header .navbar-default .navbar-nav > .open > a:hover {
    background: none;
    color: #2363B0; }

.block1 {
  margin-bottom: 65px; }
  .block1 .slider img {
    width: 100%;
    height: 450px;
    -o-object-fit: cover;
       object-fit: cover; }
  .block1 .slide-item {
    position: relative; }
  .block1 .slide-item:hover, .block1 .slide-item:focus, .block1 .slide-item:active {
    outline: none; }
  .block1 .sl-text {
    max-width: 680px;
    width: 100%;
    padding-left: 100px; }
  .block1 .slide-text {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    height: 450px;
    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; }
    .block1 .slide-text .title-s {
      font-family: 'GOTHAM_BOLD';
      font-size: 32px;
      line-height: 1.2;
      margin-bottom: 36px; }
    .block1 .slide-text .text {
      margin-bottom: 46px;
      font-size: 16px;
      font-family: 'GOTHAM_MEDIUM';
      color: #5B5B5B; }
    .block1 .slide-text .button-blue {
      width: 276px;
      height: 56px;
      font-size: 20px;
      text-transform: uppercase; }
  .block1 .slick-next {
    right: calc(50% - 570px);
    background: url(../images/icon/right.svg);
    background-size: 100%;
    background-position: center;
    width: 48px;
    height: 48px;
    z-index: 1; }
  .block1 .slick-prev {
    left: calc(50% - 570px);
    background: url(../images/icon/left.svg);
    background-size: 100%;
    background-position: center;
    width: 48px;
    height: 48px;
    z-index: 1; }

.slick-prev:before, .slick-next:before {
  display: none !important; }

.block2 .calculator-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px; }
.block2 .title-c {
  font-size: 32px;
  font-family: 'GOTHAM_BOLD'; }
.block2 .select-c {
  max-width: 776px;
  width: 100%; }
  .block2 .select-c select {
    width: 100%;
    height: 48px;
    background: #fff;
    border: 1px solid #E8E8E8;
    color: #141414;
    font-family: 'GOTHAM_MEDIUM';
    font-size: 14px; }
.block2 .dflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.block2 .form {
  width: 32%;
  margin-bottom: 35px; }
  .block2 .form span {
    font-size: 13px;
    color: #5B5B5B;
    margin-bottom: 10px;
    display: block; }
  .block2 .form input {
    width: 100%;
    height: 48px;
    padding: 0 15px;
    border-radius: 4px;
    border: 1px solid #E8E8E8;
    font-size: 15px;
    color: #5B5B5B;
    background: #fff; }
  .block2 .form select {
    width: 100%;
    height: 48px;
    padding: 0 15px;
    border-radius: 4px;
    border: 1px solid #E8E8E8;
    font-size: 15px;
    color: #5B5B5B;
    background: #fff; }
  .block2 .form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #B9B9B9; }
  .block2 .form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #B9B9B9; }
  .block2 .form :-ms-input-placeholder {
    /* IE 10+ */
    color: #B9B9B9; }
  .block2 .form :-moz-placeholder {
    /* Firefox 18- */
    color: #B9B9B9; }
.block2 .rows-bottom {
  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;
  margin-bottom: 60px; }
  .block2 .rows-bottom .form-link {
    font-size: 16px;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .block2 .rows-bottom .form-link input {
      margin: 0px 10px 0px 0; }
    .block2 .rows-bottom .form-link label {
      margin-bottom: 0;
      font-weight: normal; }
    .block2 .rows-bottom .form-link a {
      color: #2363B0; }
  .block2 .rows-bottom .button-blue {
    height: 56px;
    width: 276px;
    font-size: 20px; }
.block2 .rows-3 .form {
  width: 16%; }
.block2 .rows-3 .form:last-child {
  width: 28%; }
.block2 .rows-4 .form {
  width: 49%; }
.block2 .rows-5 .form {
  width: 15%; }

.block3 {
  background: #FAFAFA;
  padding-top: 30px;
  margin-bottom: 70px; }
  .block3-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .block3 .b3 {
    background: #fff;
    max-width: 328px;
    width: 100%;
    margin: 0 25px 25px;
    padding: 20px;
    text-align: center; }
    .block3 .b3 .name {
      font-family: 'GOTHAM_MEDIUM';
      margin-bottom: 10px; }
    .block3 .b3 p {
      color: #2363B0;
      font-family: 'GOTHAM_MEDIUM';
      margin-bottom: 2px;
      font-size: 16px; }
    .block3 .b3 span {
      color: #B9B9B9; }
  .block3 .title {
    text-align: center;
    font-size: 16px;
    font-family: 'GOTHAM_BOLD';
    margin-bottom: 20px; }
    .block3 .title span {
      font-family: 'GOTHAM_MEDIUM'; }

.block4 {
  background-color: #fff;
  background-image: url(../images/new_img/girl_in_main.png);

  background-repeat: no-repeat;

  padding-bottom: 130px;
  margin-bottom: 70px;
background-size: contain;
  background-position: bottom center;
translateX(-50%);}
/*.block4::after {*/
/*  content: '';*/
/*  position: absolute;*/
/*  top: 80px; !* Позиция под заголовком *!*/
/*  left: 50%;*/
/*  transform: translateX(-50%);*/
/*  width: 300px; !* Ширина изображения *!*/
/*  height: 400px; !* Высота изображения *!*/
/*  background-image: url(../images/new_img/girl_in_main.png);*/
/*  background-size: contain;*/
/*  background-repeat: no-repeat;*/
/*  background-position: center;*/
/*}*/
  .block4 .title {
    text-align: left;
    font-size: 32px;
    font-family: 'GOTHAM_BOLD';
    margin-bottom: 60px; }
  .block4 .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 0; }
    .block4 .list li {
      list-style: none;
      width: 34%;
      margin-bottom: 20px;
      padding-left: 40px; }
    .block4 .list a {
      font-size: 18px;
      font-family: 'GOTHAM_MEDIUM';
      color: #141414; }

.block5 {
  margin-bottom: 60px; }
  .block5 .title {
    text-align: center;
    font-size: 32px;
    font-family: 'GOTHAM_BOLD';
    margin-bottom: 60px; }
  .block5-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .block5 .b5 {
    width: 256px;
    margin-bottom: 40px; }
    .block5 .b5 a {
      color: #141414;
      font-family: 'GOTHAM_MEDIUM'; }
    .block5 .b5 span {
      display: block;
      color: #5B5B5B;
      font-size: 16px;
      margin-bottom: 10px;
      font-family: 'GOTHAM_BOOK'; }

.mb-35 {
  margin-bottom: 25px; }

.modal-window .form {
  width: 100%;
  margin-bottom: 25px; }
  .modal-window .form span {
    font-size: 13px;
    color: #5B5B5B;
    margin-bottom: 10px;
    display: block; }
  .modal-window .form input {
    width: 100%;
    height: 48px;
    padding: 0 15px;
    border-radius: 4px;
    border: 1px solid #E8E8E8;
    font-size: 15px;
    color: #5B5B5B;
    background: #fff; }
  .modal-window .form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #B9B9B9; }
  .modal-window .form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #B9B9B9; }
  .modal-window .form :-ms-input-placeholder {
    /* IE 10+ */
    color: #B9B9B9; }
  .modal-window .form :-moz-placeholder {
    /* Firefox 18- */
    color: #B9B9B9; }
.modal-window .modal-dialog {
  max-width: 500px;
  width: 100%;
  margin: 10% auto 0; }
.modal-window .modal-body {
  padding: 30px; }
.modal-window .text {
  text-align: center;
  font-size: 15px; }
.modal-window .button-blue {
  height: 48px;
  width: 100%;
  font-size: 16px;
  text-transform: uppercase; }
.modal-window .modal-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  padding: 10px;
  font-family: 'GOTHAM_MEDIUM'; }



.header-secondary .head-c {
  position: relative;
  height: 250px; }
  .header-secondary .head-c .img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover; }
  .header-secondary .head-c .title {
    position: absolute;
    top: 0;
    left: 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;
    height: 250px;
    font-size: 48px;
    color: #fff;
    text-align: center;
    font-family: 'GOTHAM_BOLD';
    text-shadow: 1px 3px 4px rgba(0, 0, 0, 0.5); }
.header-secondary .menu-secondary {
  /*background: #2363B0; */

}
.header-secondary .menu-secondary .container{
  background-color: #EFF5FE;
  border-radius: 8px;
  padding: 10px;
}
  .header-secondary .menu-secondary ul {

    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-content: space-around;
  }
  .header-secondary .menu-secondary li {
    list-style: none; }
  .header-secondary .menu-secondary a {
    color: #191919;
    font-size: 18px;
    font-family: 'GOTHAM_MEDIUM';
    padding: 10px 8px;
    display: block;
     }
  .header-secondary .menu-secondary a:hover, .header-secondary .menu-secondary a:focus, .header-secondary .menu-secondary a:active, .header-secondary .menu-secondary .active {
    background-color: white;
    /*color:#48C0E8;*/
    color:#2363B0;
    border-radius: 8px;

  }

.block6 {
  margin-top: 65px;
  margin-bottom: 25px; }
  .block6 .nav{
    display:block;
  }
  .block6 .nav-tabs li {
    float: none;
    margin: 0;
    padding: 0 0 0 15px; }
  .block6 .nav-tabs {
    border: 1px solid #E8E8E8;
    margin-bottom: 40px; }
  .block6 .nav-tabs li a {
    color: #000;
    font-size: 14px;
    margin: 0;
    padding: 10px 0px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #E8E8E8 !important;
    border-top: 1px solid transparent !important;
    border-left: none !important;
    border-right: none !important; }
  .block6 .nav-tabs > li.active > a, .block6 .nav-tabs > li.active > a:focus, .block6 .nav-tabs > li.active > a:hover {
    color: #2363B0;
    font-family: 'GOTHAM_MEDIUM'; }
  .block6 .nav > li > a:focus, .block6 .nav > li > a:hover {
    color: #2363B0;
    background: none; }
  .block6 .nav > li:focus, .block6 .nav > li:hover {
    background: rgba(35, 99, 176, 0.1); }
  .block6 .nav-tabs li:last-child a {
    border: none !important; }
  .block6 .b6-menu {
    padding-right: 0; }
  .block6 .b6-content {
    padding-left: 85px; }
  .block6 .tab-content {
    font-size: 16px; }
    .block6 .tab-content .title {
      color: #000;
      font-size: 24px;
      font-family: 'GOTHAM_BOLD';
      margin-bottom: 35px; }
    .block6 .tab-content .title-d {
      font-size: 18px;
      font-family: 'GOTHAM_MEDIUM';
      color: #5B5B5B;
      margin-bottom: 15px; }
    .block6 .tab-content .subtitle {
      color: #000;
      font-size: 16px;
      font-family: 'GOTHAM_MEDIUM';
      margin-bottom: 20px; }
    .block6 .tab-content .text {
      margin-bottom: 40px; }
      .block6 .tab-content .text ul {
        padding-left: 20px; }
        .block6 .tab-content .text ul li {
          list-style: none; }
    .block6 .tab-content .block-text {
      border: 1px solid #E8E8E8;
      padding: 30px 25px 20px;
      border-radius: 4px;
      margin-bottom: 30px;
      border-bottom: 5px solid #48C0E8; }
      .block6 .tab-content .block-text .title {
        margin-bottom: 20px; }
      .block6 .tab-content .block-text .text {
        margin-bottom: 0; }
    .block6 .tab-content .ul-text {
      margin-bottom: 40px; }
      .block6 .tab-content .ul-text ul {
        padding: 0 0 0 15px;
        margin: 0; }
      .block6 .tab-content .ul-text li {
        margin-bottom: 20px;
        padding-left: 40px; }
      .block6 .tab-content .ul-text .name {
        font-family: 'GOTHAM_MEDIUM'; }
    .block6 .tab-content .ul-bold {
      margin-bottom: 40px; }
      .block6 .tab-content .ul-bold ul {
        padding-left: 20px;
        margin: 0; }
      .block6 .tab-content .ul-bold li {
        list-style: none;
        font-size: 16px;
        font-family: 'GOTHAM_MEDIUM';
        margin-bottom: 5px; }
    .block6 .tab-content .address {
      margin-bottom: 30px; }
      .block6 .tab-content .address p {
        font-size: 16px;
        font-family: 'GOTHAM_MEDIUM';
        margin-bottom: 5px; }
      .block6 .tab-content .address span {
        display: block; }
      .block6 .tab-content .address a {
        color: #000; }
    .block6 .tab-content .block-flex {
      margin-bottom: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .block6 .tab-content .block-flex .tb {
        width: 48%;
        border: 1px solid #E8E8E8;
        border-radius: 4px;
        margin-bottom: 30px;
        text-align: center;
        padding: 40px 50px; }
        .block6 .tab-content .block-flex .tb img {
          width: 192px;
          height: 192px;
          -o-object-fit: cover;
             object-fit: cover;
          border-radius: 50%;
          margin-bottom: 35px; }
        .block6 .tab-content .block-flex .tb p {
          font-size: 18px;
          font-family: 'GOTHAM_BOLD';
          margin-bottom: 20px; }
        .block6 .tab-content .block-flex .tb span {
          font-size: 16px;
          color: #000; }
    .block6 .tab-content .tb-file {
      margin-bottom: 40px; }
      .block6 .tab-content .tb-file .file {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        height: 56px;
        border: 1px solid #E8E8E8;
        border-radius: 4px;
        padding: 0 20px;
        margin-bottom: 15px; }
        .block6 .tab-content .tb-file .file span {
          font-size: 14px;
          color: #2363B0;
          font-family: 'GOTHAM_MEDIUM'; }
        .block6 .tab-content .tb-file .file img {
          margin-right: 20px;
          -webkit-filter: grayscale(100%);
                  filter: grayscale(100%);
          opacity: 0.4; }
      .block6 .tab-content .tb-file .file:hover img {
        -webkit-filter: grayscale(0%);
                filter: grayscale(0%);
        opacity: 1; }
    .block6 .tab-content .title-flex {
      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; }
      .block6 .tab-content .title-flex .date {
        margin-bottom: 35px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .block6 .tab-content .title-flex .date span {
          font-size: 18px;
          color: #000000;
          font-family: 'GOTHAM_MEDIUM';
          margin-right: 30px;
          display: block; }
        .block6 .tab-content .title-flex .date .select {
          background: #FAFAFA;
          border-radius: 44px;
          height: 56px;
          width: 140px;
          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; }
          .block6 .tab-content .title-flex .date .select select {
            background: none;
            border: none;
            font-size: 18px;
            font-family: 'GOTHAM_MEDIUM';
            width: 80%; }

.container-776 {
  max-width: 806px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
  display: block; }
.container-776 .tab-pane {
  display: none;
}
.container-776 .tab-pane.active {
  display: block;
}
.container-776 .nav-tabs .active {
  background-color: #2363B0;
  color: white;
}
.container-776 .nav-tabs .active a {
  background-color: #2363B0;
  color: white;
  border-color: #2363B0;
  font-weight: bold;
}
.container-776 .nav-tabs a:hover {
  background-color: #e9ecef;
}
.block8 {
  margin: 65px 0; }
  .block8 .date {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .block8 .date span {
      font-size: 18px;
      color: #000000;
      font-family: 'GOTHAM_MEDIUM';
      margin-right: 30px;
      display: block; }
    .block8 .date .select {
      background: #FAFAFA;
      border-radius: 44px;
      height: 56px;
      width: 140px;
      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; }
      .block8 .date .select select {
        background: none;
        border: none;
        font-size: 18px;
        font-family: 'GOTHAM_MEDIUM';
        width: 80%; }
  .block8 .b8-block .b8 {
    border: 1px solid #E8E8E8;
    border-radius: 4px;
    padding: 20px 15px 5px;
    margin-bottom: 15px; }
  .block8 .b8-block .b8-flex {
    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;
    margin-bottom: 20px; }
    .block8 .b8-block .b8-flex p {
      margin: 0;
      color: #141414;
      font-size: 18px;
      font-family: 'GOTHAM_BOLD'; }
    .block8 .b8-block .b8-flex span {
      color: #b9b9b9;
      font-size: 14px; }
  .block8 .b8-block .file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 15px; }
    .block8 .b8-block .file span {
      font-size: 14px;
      color: #2363B0;
      font-family: 'GOTHAM_MEDIUM'; }
    .block8 .b8-block .file img {
      margin-right: 20px;
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%);
      opacity: 0.4; }
  .block8 .b8-block .file:hover img {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
    opacity: 1; }

.block9 {
  margin: 65px 0 25px;
  font-size: 16px; }
  .block9 .title {
    color: #000;
    font-size: 24px;
    font-family: 'GOTHAM_BOLD';
    margin-bottom: 35px; }
  .block9 .subtitle {
    color: #000;
    font-size: 16px;
    font-family: 'GOTHAM_MEDIUM';
    margin-bottom: 20px; }
  .block9 .text {
    margin-bottom: 40px; }
    .block9 .text ul {
      padding-left: 20px; }
      .block9 .text ul li {
        list-style: none; }
  .block9 .ul-text {
    margin-bottom: 40px; }
    .block9 .ul-text ul {
      padding: 0 0 0 15px;
      margin: 0; }
    .block9 .ul-text li {
      margin-bottom: 20px;
      padding-left: 40px; }

.block10 {
  margin: 65px 0 0; }
  .block10 .mb-40 {
    margin-bottom: 40px !important; }
  .block10 .nav-tabs {
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 40px; }
  .block10 .nav-tabs li {
    margin-bottom: 0;
    max-width: 258px;
    width: 100%;
    border-right: 1px solid #E8E8E8; }
  .block10 .nav-tabs li:last-child {
    border: none; }
  .block10 .nav-tabs li a {
    margin-right: 0;
    font-size: 16px;
    color: #000;
    background: #FAFAFA;
    border: none;
    border-radius: 0;
    text-align: center;
    padding: 17px 10px; }
  .block10 .nav-tabs > li.active > a, .block10 .nav-tabs > li.active > a:focus, .block10 .nav-tabs > li.active > a:hover {
    background: #2363B0;
    color: #fff;
    border: none; }
  .block10 .contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px; }
  .block10 .cont-1 {
    width: 60%;
    padding-right: 50px; }
    .block10 .cont-1 p {
      color: #2363B0;
      font-size: 16px;
      font-family: 'GOTHAM_MEDIUM';
      margin-bottom: 10px; }
    .block10 .cont-1 span {
      font-size: 16px;
      display: block;
      color: #5B5B5B; }
  .block10 .cont-2 {
    width: 20%;
    text-align: center; }
    .block10 .cont-2 span {
      font-size: 16px;
      display: block;
      color: #5B5B5B; }
  .block10 .cont-3 {
    width: 20%;
    text-align: right; }
  .block10 a {
    font-size: 16px;
    display: block;
    color: #5B5B5B; }
  .block10 .title-t {
    color: #2363B0;
    font-size: 16px;
    font-family: 'GOTHAM_MEDIUM';
    margin-bottom: 30px; }
  .block10 .requisites-list .requisites {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    color: #5B5B5B;
    font-size: 16px;
    margin-bottom: 20px; }
  .block10 .requisites-list .rq {
    width: 35%; }
  .block10 .requisites-list .rq-2 {
    width: 65%; }
  .block10 .form-select {
    width: 50%; }
    .block10 .form-select select {
      width: 100%;
      height: 48px;
      border: 1px solid #E8E8E8;
      background: #fff;
      border-radius: 8px; }
  .block10 .tab-con {
    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;
    margin-bottom: 30px;
    margin-top: -20px; }
    .block10 .tab-con .nav-tabs {
      border: none;
      border-radius: 0;
      margin-bottom: 0;
      width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .block10 .tab-con .nav-tabs li {
      max-width: 100%;
      border: none;
      margin-left: 15px; }
    .block10 .tab-con .nav-tabs li a {
      padding: 13px 10px;
      border-radius: 8px;
      background: #FAFAFA;
      font-size: 16px; }
      .block10 .tab-con .nav-tabs li a .fa {
        margin-right: 6px; }
    .block10 .tab-con .nav-tabs > li.active > a, .block10 .tab-con .nav-tabs > li.active > a:focus, .block10 .tab-con .nav-tabs > li.active > a:hover {
      background: #48C0E8;
      color: #fff; }

.product .title {
  font-size: 24px;
  font-family: 'GOTHAM_MEDIUM';
  margin-bottom: 40px; }
.product .subtitle {
  font-size: 24px;
  font-family: 'GOTHAM_MEDIUM';
  margin-bottom: 30px; }
.product .ul-text ul {
  margin-bottom: 40px;
  padding-left: 15px; }
.product .ul-text li {
  color: #5B5B5B;
  font-size: 16px;
  list-style: none;
  margin-bottom: 20px; }
.product .ul-text li::before {
  content: "\2022";
  color: #2363B0;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em; }
.product .text {
  margin-bottom: 30px;
  color: #5B5B5B;
  font-size: 16px; }
.product .product-1 {
  background: #2363B0;
  color: #fff;
  border-radius: 16px;
  padding: 35px 30px 35px;
  margin-bottom: 60px; }
  .product .product-1 .prod-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px; }
    .product .product-1 .prod-1 .prod1-1 {
      font-size: 16px;
      font-family: 'GOTHAM_BOLD';
      width: 32%;
      padding-right: 40px; }
    .product .product-1 .prod-1 .sb-title {
      display: block;
      font-size: 14px;
      color: rgba(255, 255, 255, 0.64);
      font-family: 'GOTHAM_BOOK';
      width: 100%; }
    .product .product-1 .prod-1 .prod1-2 {
      margin: 0;
      font-size: 16px;
      width: 68%;
      color: rgba(255, 255, 255, 0.64); }
      .product .product-1 .prod-1 .prod1-2 p {
        margin-bottom: 10px; }
      .product .product-1 .prod-1 .prod1-2 ul {
        padding-left: 15px; }
      .product .product-1 .prod-1 .prod1-2 li {
        margin-bottom: 15px; }
        .product .product-1 .prod-1 .prod1-2 li span {
          font-family: 'GOTHAM_BOOK_ITALIC';
          display: block;
          margin-top: 10px; }
.product .table-responsive {
  margin-bottom: 32px;
  border: 1px solid #E8E8E8;
  border-radius: 8px;
  overflow-x: hidden !important; }
.product table {
  width: 100%; }
.product th {
  border: 1px solid #E8E8E8;
  width: 50%;
  font-size: 16px;
  font-family: 'GOTHAM_MEDIUM';
  padding: 20px 22px;
  border-radius: 8px;
  border-top: none;
  border-left: none; }
.product th:last-child {
  border-right: none; }
.product td {
  border: 1px solid #E8E8E8;
  width: 50%;
  font-size: 14px;
  padding: 20px 22px;
  border-left: none;
  border-bottom: none;
  color: #5B5B5B; }

.medium {
  font-family: 'GOTHAM_MEDIUM';
  color: #141414 !important; }

#sm_menu_ham {
  display: none; }

.news-wrapper {
  margin: 65px 0; }
  .news-wrapper .news-list .news {
    margin-bottom: 60px; }
    .news-wrapper .news-list .news a {
      display: block;
      color: #141414;
      font-family: 'GOTHAM_BOLD';
      font-size: 24px;
      margin-bottom: 15px; }
    .news-wrapper .news-list .news span {
      display: block;
      color: #5B5B5B;
      font-size: 20px; }

.pagination {
  text-align: center;
  width: 100%; }
  .pagination ul {
    padding: 0;
    margin: 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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .pagination li {
    list-style: none; }
  .pagination a {
    color: #0A090E;
    font-size: 14px;
    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;
    width: 44px;
    height: 44px;
    background: #FAFAFA;
    margin: 0 3px 6px;
    border-radius: 4px; }
  .pagination .active a {
    background: #2363B0;
    color: #fff; }
  .pagination .bg-none a {
    background: none; }
  .pagination .fa {
    font-size: 18px; }

.single-news {
  margin: 30px 0 80px; }
  .single-news .container-776 {
    padding: 0; }
  .single-news .back {
    color: #B9B9B9;
    font-size: 16px;
    display: block;
    margin-bottom: 30px; }
    .single-news .back img {
      margin-right: 5px; }
  .single-news .title {
    font-size: 32px;
    font-family: 'GOTHAM_BOLD';
    margin-bottom: 10px; }
  .single-news .date {
    font-size: 20px;
    color: #5B5B5B;
    margin-bottom: 30px; }
  .single-news .img {
    width: 100%;
    height: 394px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 30px; }
  .single-news .text {
    font-size: 16px;
    color: #000; }
    .single-news .text p {
      margin-bottom: 20px; }
    .single-news .text ul {
      margin-bottom: 20px;
      padding-left: 15px; }
    .single-news .text li {
      margin-bottom: 20px;
      padding-left: 40px; }
      .single-news .text li span {
        font-family: 'GOTHAM_MEDIUM'; }

.dflex-prod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  margin: 65px 0; }
  .dflex-prod .product {
    width: 776px; }
  .dflex-prod .prod-form {
    width: 300px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    -webkit-transform: translate(0);
            transform: translate(0); }
  .dflex-prod .form-product {
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    text-align: center;
    padding: 22px 24px; }
    .dflex-prod .form-product .title-f {
      font-size: 18px;
      font-family: 'GOTHAM_BOLD';
      margin-bottom: 24px; }
    .dflex-prod .form-product .form {
      max-width: 376px;
      width: 100%;
      display: block;
      text-align: center;
      margin: 0 auto; }
      .dflex-prod .form-product .form input {
        width: 100%;
        height: 48px;
        border-radius: 4px;
        border: 1px solid #E8E8E8;
        margin-bottom: 24px;
        padding: 0 15px; }
      .dflex-prod .form-product .form .button-blue {
        width: 100%;
        height: 56px;
        margin: 5px auto 0;
        font-size: 16px;
        text-transform: uppercase; }
  .dflex-prod .affix {
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px); }

.customer-support .tab-content .select {
  margin-bottom: 35px; }
  .customer-support .tab-content .select select {
    border-radius: 4px;
    width: 100%;
    height: 48px;
    border: 1px solid #E8E8E8;
    background: #fff; }
.customer-support .tab-content .subtitle {
  font-size: 24px; }
.customer-support .tab-content .small-title {
  font-size: 18px;
  font-family: 'GOTHAM_MEDIUM';
  margin-bottom: 20px; }
.customer-support .tab-content .text-trans {
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'GOTHAM_MEDIUM';
  margin-bottom: 40px; }
.customer-support .tab-content .text-wrapper .ul-text ul {
  padding-left: 0; }
.customer-support .tab-content .text-wrapper .ul-text li {
  padding-left: 20px; }
.customer-support .tab-content .text-wrapper .ul-text li:before {
  content: "-";
  position: absolute;
  margin-left: -20px; }
.customer-support a {
  color: #2363B0; }
.customer-support .small-text {
  font-size: 14px;
  margin-bottom: 10px; }
  .customer-support .small-text p {
    margin-bottom: 0px; }
  .customer-support .small-text a {
    font-family: 'GOTHAM_MEDIUM';
    font-size: 16px;
    white-space: nowrap; }

.useful-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .useful-links .link {
    width: 48%;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    padding: 25px 20px;
    margin-bottom: 30px; }
  .useful-links .img {
    border-bottom: 3px solid #C4C4C4;
    margin-bottom: 20px; }
    .useful-links .img img {
      width: 100%;
      height: 86px;
      -o-object-fit: scale-down;
         object-fit: scale-down;
      -o-object-position: center bottom;
         object-position: center bottom; }
  .useful-links .title-l {
    font-size: 14px;
    font-family: 'GOTHAM_MEDIUM';
    margin-bottom: 20px; }
  .useful-links a {
    color: #2363B0;
    font-size: 14px;
    font-family: 'GOTHAM_MEDIUM'; }

.text-termin p {
  margin-bottom: 20px; }
.text-termin .bold {
  font-family: 'GOTHAM_BOLD'; }

.s-info {
  background: #FAFAFA;
  padding: 30px 15px 10px;
  margin-bottom: 40px; }
  .s-info p {
    font-size: 16px;
    margin-bottom: 20px; }
  .s-info a {
    font-size: 16px;
    font-family: 'GOTHAM_MEDIUM';
    color: #141414;
    display: block;
    margin-bottom: 20px; }
    .s-info a img {
      margin-right: 10px; }

.panel-group .panel {
  -webkit-box-shadow: none;
          box-shadow: none; }
.panel-group .expand_caret {
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
  position: absolute;
  right: 20px;
  top: 48%;
  background: url(../img/icon/arraw.svg);
  background-repeat: no-repeat;
  width: 10px;
  height: 6px; }
.panel-group a[aria-expanded='false'] > .expand_caret {
  -webkit-transform: scale(1.6) rotate(-90deg);
          transform: scale(1.6) rotate(-90deg); }
.panel-group .panel-heading {
  position: relative;
  background: #fff;
  padding: 0;
  border-radius: 4px; }
  .panel-group .panel-heading a {
    display: block;
    padding: 20px 50px 20px 15px;
    color: #141414;
    font-size: 14px;
    font-family: 'GOTHAM_MEDIUM'; }
.panel-group .panel-default {
  border-color: #E8E8E8; }
.panel-group .panel-body {
  font-size: 14px;
  color: #5B5B5B;
  padding: 0 15px 15px; }
  .panel-group .panel-body p {
    margin-bottom: 15px; }

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  border: none; }

.form-text .form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.form-text .form {
  width: 48%;
  margin-bottom: 25px; }
  .form-text .form p {
    color: #5B5B5B;
    font-size: 14px; }
  .form-text .form span {
    color: #C14944; }
  .form-text .form input {
    width: 100%;
    height: 48px;
    border-radius: 4px;
    border: 1px solid #E8E8E8;
    padding: 0 15px;
    background: #fff;
    font-size: 14px; }
  .form-text .form select {
    width: 100%;
    height: 48px;
    border-radius: 4px;
    border: 1px solid #E8E8E8;
    padding: 0 15px;
    background: #fff;
    font-size: 14px; }
.form-text .form-textarea {
  width: 100%;
  margin-bottom: 25px; }
  .form-text .form-textarea p {
    color: #5B5B5B;
    font-size: 14px; }
  .form-text .form-textarea textarea {
    width: 100%;
    height: 95px;
    border-radius: 4px;
    border: 1px solid #E8E8E8;
    padding: 0 15px;
    background: #fff;
    font-size: 14px;
    resize: vertical; }

.form-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .form-file .file {
    margin-right: 40px; }
    .form-file .file label {
      color: #141414;
      font-size: 14px;
      font-family: 'GOTHAM_MEDIUM';
      font-weight: normal;
      height: 32px;
      width: 164px;
      border: 1px dashed #48C0E8;
      border-radius: 4px;
      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; }
    .form-file .file label:hover {
      background: #FAFAFA; }
    .form-file .file input {
      display: none; }
  .form-file .file-text .fl {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .form-file .file-text .fl button {
      background: none;
      border: none;
      margin-left: 5px; }
    .form-file .file-text .fl a {
      color: #2363B0;
      font-size: 16px; }
    .form-file .file-text .fl a:hover {
      text-decoration: underline; }

.form-down {
  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;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 90px; }
  .form-down p {
    margin: 0;
    font-size: 16px;
    color: #141414; }
  .form-down span {
    color: #C14944; }
  .form-down .button-blue {
    max-width: 276px;
    width: 100%;
    height: 56px;
    font-size: 16px;
    text-transform: uppercase; }

.content {
  min-height: calc(100vh - 540px); }

.page {
  margin: 100px 0;
  text-align: center;
  padding: 0 15px; }
  .page img {
    margin-bottom: 40px; }
  .page p {
    color: #000000;
    font-size: 20px;
    font-family: 'GOTHAM_MEDIUM';
    margin-bottom: 30px; }
  .page span {
    font-size: 16px;
    color: #000000; }
    .page span a {
      color: #2363B0; }

.grade-list {
  margin-bottom: 75px; }
  .grade-list .grade {
    margin-bottom: 25px; }
    .grade-list .grade .question {
      font-size: 18px;
      font-family: 'GOTHAM_MEDIUM';
      margin-bottom: 15px; }
    .grade-list .grade .answer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      max-width: 435px;
      width: 100%; }
      .grade-list .grade .answer button {
        width: 72px;
        height: 48px;
        border-radius: 4px;
        background: #FAFAFA;
        font-size: 18px;
        color: #5B5B5B;
        margin-right: 15px;
        border: none;
        margin-bottom: 15px; }
      .grade-list .grade .answer .active, .grade-list .grade .answer button:hover {
        background: #48C0E8;
        color: #fff; }
  .grade-list .button-blue {
    max-width: 276px;
    width: 100%;
    height: 56px;
    font-size: 16px;
    text-transform: uppercase; }

.qa-wrapper {
  margin-bottom: 75px; }
  .qa-wrapper .item {
    margin-bottom: 35px; }
    .qa-wrapper .item .question {
      color: #141414;
      font-size: 18px;
      font-family: 'GOTHAM_MEDIUM';
      margin-bottom: 15px; }
    .qa-wrapper .item .answer {
      color: #5B5B5B;
      font-size: 16px;
      margin-bottom: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .qa-wrapper .item .answer label {
        font-weight: normal;
        margin-left: 5px; }
    .qa-wrapper .item .answer-sub {
      padding-left: 23px; }
      .qa-wrapper .item .answer-sub .answer {
        color: #B9B9B9;
        font-size: 14px; }
  .qa-wrapper .button-blue {
    max-width: 276px;
    width: 100%;
    height: 56px;
    font-size: 16px;
    text-transform: uppercase; }

.header-third {
  height: 250px; }
  .header-third .container {
    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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .header-third .header-t {
    width: 60%;
    padding-right: 30px; }
  .header-third .header-t1 {
    width: 40%; }
  .header-third .img {
    display: block;
    margin: 0 0 0 auto;
    width: 100%;
    height: 250px;
    -o-object-fit: scale-down;
       object-fit: scale-down;
    -o-object-position: right top;
       object-position: right top; }
  .header-third .title {
    color: #2363B0;
    font-size: 48px;
    font-family: 'GOTHAM_BOLD';
    margin-bottom: 10px; }
  .header-third .subtitle {
    color: #2363B0;
    font-size: 24px;
    font-family: 'GOTHAM_MEDIUM'; }

.modal-user .modal-dialog {
  max-width: 576px;
  width: 100%;
  margin: 15% auto 0; }
.modal-user .modal-content {
  border-radius: 8px; }
.modal-user .modal-body {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.modal-user .user-img {
  width: 72px;
  height: 72px;
  margin-bottom: 20px; }
  .modal-user .user-img img {
    width: 72px;
    height: 72px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    margin-right: 24px; }
.modal-user .user-text {
  width: calc(100% - 96px); }
  .modal-user .user-text .name {
    color: #141414;
    font-size: 16px;
    font-family: 'GOTHAM_BOLD';
    margin-bottom: 10px; }
  .modal-user .user-text .position {
    color: #5B5B5B;
    font-size: 14px;
    margin-bottom: 30px; }
  .modal-user .user-text .text p {
    margin: 0;
    font-size: 14px;
    color: #000; }

.authorization .title {
  text-align: center;
  font-size: 32px;
  color: #141414;
  font-family: 'GOTHAM_BOLD';
  margin: 50px 0 40px; }
.authorization .block-auth {
  max-width: 776px;
  width: 100%;
  display: block;
  margin: 0 auto 100px;
  border: 1px solid #E8E8E8;
  border-radius: 8px;
  overflow: hidden; }
.authorization .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .authorization .nav-tabs li {
    width: 34%;
    margin: 0; }
    .authorization .nav-tabs li a {
      margin: 0;
      border: none;
      border-right: 1px solid #E8E8E8;
      border-radius: 0;
      text-align: center;
      font-size: 16px;
      color: #000;
      padding: 20px 15px;
      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%; }
  .authorization .nav-tabs li:last-child a {
    border: none; }
.authorization .nav-tabs > li.active > a, .authorization .nav-tabs > li.active > a:focus, .authorization .nav-tabs > li.active > a:hover {
  border: none;
  background: #1A4F8E;
  color: #fff; }
.authorization .tab-content {
  padding: 35px 15px; }
  .authorization .tab-content .form {
    max-width: 420px;
    width: 100%;
    margin: 0 auto; }
  .authorization .tab-content .form-second {
    max-width: 500px;
    width: 100%;
    margin: 0 auto; }
    .authorization .tab-content .form-second .button-blue2 {
      margin: 30px auto 0;
      max-width: 276px;
      width: 100%; }
  .authorization .tab-content .button-blue2 {
    height: 56px;
    display: block;
    border: 1px solid #2363B0;
    background: #2363B0;
    border-radius: 4px;
    font-size: 20px;
    font-family: 'GOTHAM_MEDIUM';
    color: #fff; }
  .authorization .tab-content .button-blue-line2 {
    height: 56px;
    display: block;
    border: 1px solid #E8E8E8;
    background: #fff;
    border-radius: 4px;
    font-size: 20px;
    font-family: 'GOTHAM_MEDIUM';
    color: #B9B9B9; }
  .authorization .tab-content .bb-2 {
    margin: 0 0 0 auto;
    max-width: 215px;
    width: 100%; }
  .authorization .tab-content .form-1 span {
    display: block;
    font-size: 14px;
    color: #5B5B5B;
    margin: 0 0 5px; }
  .authorization .tab-content .form-1 input {
    width: 100%;
    height: 48px;
    border-radius: 4px;
    border: 1px solid #E8E8E8;
    margin-bottom: 28px;
    padding: 0 15px;
    font-size: 16px; }
  .authorization .tab-content .form-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 15px; }
    .authorization .tab-content .form-2 span {
      font-size: 16px;
      font-family: 'GOTHAM_MEDIUM';
      color: #000000;
      display: block;
      min-width: 125px;
      text-align: right; }
    .authorization .tab-content .form-2 input {
      height: 35px;
      width: 68%;
      border: none;
      border-bottom: 1px solid #B9B9B9; }
    .authorization .tab-content .form-2 p {
      width: 68%;
      margin: 0; }
  .authorization .tab-content .form-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .authorization .tab-content .form-flex a {
      width: 48%;
      height: 56px;
      display: block;
      border: 1px solid #E8E8E8;
      border-radius: 4px;
      font-size: 20px;
      font-family: 'GOTHAM_MEDIUM';
      color: #2363B0;
      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; }
    .authorization .tab-content .form-flex button {
      width: 48%; }
  .authorization .tab-content .email-tel .nav-pills {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 25px; }
  .authorization .tab-content .email-tel .nav-pills li {
    width: 50%; }
  .authorization .tab-content .email-tel .nav-pills li a {
    height: 48px;
    background: #FAFAFA;
    color: #141414;
    font-size: 16px;
    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;
    border-radius: 0; }
  .authorization .tab-content .email-tel .nav-pills > li + li {
    margin: 0; }
  .authorization .tab-content .email-tel .nav-pills > li.active > a, .authorization .tab-content .email-tel .nav-pills > li.active > a:focus, .authorization .tab-content .email-tel .nav-pills > li.active > a:hover {
    background: #48C0E8;
    color: #fff; }
  .authorization .tab-content .email-tel .tab-content {
    padding: 0; }

.modal-window-error .modal-dialog {
  margin: 15% auto 0;
  max-width: 505px;
  width: 100%;
  text-align: center; }
.modal-window-error .modal-content {
  border-radius: 8px; }
.modal-window-error .modal-body {
  padding: 50px 20px; }
.modal-window-error .title-m {
  color: #000;
  font-size: 24px;
  font-family: 'GOTHAM_BOLD';
  margin-bottom: 40px; }
.modal-window-error .text {
  font-size: 16px;
  color: #000; }

.pl-30 {
  padding-left: 30px; }

.modal-window-address .modal-dialog {
  max-width: 712px;
  width: 100%;
  margin: 5% auto 0; }
.modal-window-address .modal-body {
  padding: 50px 60px; }
.modal-window-address .title-m {
  font-size: 24px;
  color: #000;
  font-family: 'GOTHAM_BOLD';
  text-align: center;
  margin-bottom: 45px; }
.modal-window-address .form-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.modal-window-address .form-1 {
  width: 48%;
  margin-bottom: 30px; }
  .modal-window-address .form-1 span {
    font-size: 14px;
    color: #5B5B5B;
    margin-bottom: 10px;
    display: block; }
  .modal-window-address .form-1 input {
    width: 100%;
    height: 48px;
    padding: 0 15px;
    border-radius: 4px;
    border: 1px solid #E8E8E8;
    font-size: 15px;
    color: #141414;
    background: #fff; }
  .modal-window-address .form-1 select {
    width: 100%;
    height: 48px;
    padding: 0 15px;
    border-radius: 4px;
    border: 1px solid #E8E8E8;
    font-size: 15px;
    color: #141414;
    background: #fff; }
.modal-window-address .button-blue {
  width: 252px;
  height: 56px;
  background: #2363B0;
  color: #fff;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'GOTHAM_MEDIUM';
  margin: 0 auto; }

.reference {
  padding: 50px 0 95px;
  color: #000;
  font-size: 14px; }
  .reference .box_1 {
    text-align: center;
    margin-bottom: 30px; }
    .reference .box_1 p {
      padding: 10px 0;
      border-bottom: 1px solid #E8E8E8;
      font-family: 'GOTHAM_BOLD';
      font-size: 16px; }
  .reference .box_2 {
    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;
    margin-bottom: 30px; }
    .reference .box_2 span {
      display: block;
      margin-right: 30px; }
    .reference .box_2 p {
      margin: 0;
      font-family: 'GOTHAM_MEDIUM'; }
  .reference .title {
    text-align: center;
    font-family: 'GOTHAM_MEDIUM';
    margin-bottom: 40px; }
  .reference .box_3 {
    margin-bottom: 35px; }
    .reference .box_3 p {
      margin-bottom: 20px; }
      .reference .box_3 p span:first-child {
        font-family: 'GOTHAM_MEDIUM';
        max-width: 140px;
        width: 100%;
        margin-right: 65px;
        display: inline-block;
        vertical-align: text-top; }
  .reference .box-table {
    margin-bottom: 30px; }
    .reference .box-table table {
      width: 100%;
      border: 1px solid #B9B9B9;
      font-size: 14px; }
      .reference .box-table table th {
        border: 1px solid #B9B9B9;
        width: 16%;
        padding: 15px;
        font-family: 'GOTHAM_MEDIUM';
        text-align: center;
        vertical-align: text-top; }
      .reference .box-table table td {
        border: 1px solid #B9B9B9;
        width: 16%;
        padding: 8px 15px;
        text-align: right;
        white-space: nowrap; }
      .reference .box-table table td:first-child {
        text-align: left; }
      .reference .box-table table tr:last-child td {
        font-size: 16px;
        font-family: 'GOTHAM_MEDIUM';
        padding-top: 30px; }
      .reference .box-table table tfoot td {
        font-size: 16px;
        font-family: 'GOTHAM_MEDIUM';
        padding-top: 30px; }
  .reference .box_4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .reference .box_4 .box_5 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .reference .box_4 .box_5 p {
        font-size: 16px;
        font-family: 'GOTHAM_MEDIUM';
        margin: 0 35px 0 0; }
        .reference .box_4 .box_5 p span {
          color: #2363B0; }
    .reference .box_4 .button-blue-line {
      width: 200px;
      height: 48px;
      border-radius: 4px;
      border: 1px solid #E8E8E8;
      color: #2363B0;
      font-size: 16px;
      font-family: 'GOTHAM_MEDIUM';
      background: #fff; }
    .reference .box_4 .button-blue {
      width: 128px;
      height: 48px;
      border-radius: 4px;
      border: 1px solid #2363B0;
      color: #fff;
      font-size: 16px;
      font-family: 'GOTHAM_MEDIUM';
      background: #2363B0; }

@media print {
  header, footer, .reference .box_4 {
    display: none; }

  .reference .box_3 p span:first-child {
    max-width: 140px !important;
    margin-right: 65px !important;
    display: inline-block !important; } }

/*# sourceMappingURL=style.css.map */

/***** PRODUCT STYLE ************ PRODUCT STYLE ***********/
.btn-primary {
  background-color: rgba(35, 99, 176, 0.6);
  border-color: #007bff;
  color: white;
  text-decoration: none;
  padding: 8px 32px;
  border-radius: 5px;
  display: inline-block;
}
.btn-primary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
  color: white;
  text-decoration: none;
}

.product-card {
  transition: transform 0.2s;
  border-radius: 10px;
  background-color: rgba(72, 192, 232, 0.2);
  font-size: 20px;
}
.product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
/*.product-img{*/
/*  height: 120px;*/
/*}*/
.benefit-card {
  transition: transform 0.2s;
  border: 1px solid rgba(72, 192, 232, 1);
  border-radius: 10px;
  background-color: rgba(72, 192, 232, 0.2);
}
.benefit-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.fact{
  background-color: rgba(35, 99, 176,0.1);
  border-radius: 8px;
  border: 1px solid rgba(72, 192, 232, 1);
}
.fact:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.product-title h3 {
  margin-bottom: 8px;
  color: rgba(35, 99, 176, 1);
  font-size: 1.6rem;
  font-weight: 650;
}
.slogan-product {
  color: rgba(35, 99, 176, 1);
  font-weight: 500;
  margin-bottom: 10px;
}
.descriptions-product {
  margin-bottom: 20px;
}
.title-p h2 {
  margin-bottom: 15px;
  color: rgba(35, 99, 176, 1);
  font-weight: bold;
}
.subtitle h5 {
  color: rgba(35, 99, 176, 1);
  font-weight: bold;
}
.title-benefits h2 {
  margin-bottom: 30px;
  text-align: left;
}
.benefit h5 {
  margin-top: 15px;
  text-align: center;
}


/* Вариации скорости */
.btn-fast::before {
  transition: left 0.3s ease;
}

.btn-slow::before {
  transition: left 0.8s ease;
}

/* Вариация с плавным появлением */

/*.enter_ecp_btn{*/
/*  background-color: rgba(35, 99, 176, 0.6);*/
/*  border-color: #007bff;*/
/*  color: white;*/
/*  text-decoration: none;*/
/*  padding: 8px 24px;*/
/*  border-radius: 5px;*/
/*  display: inline-block;*/
/*  transition: left 0.5s ease-in-out;*/
/*}*/
/*.enter_ecp_btn:hover {*/
/*  background: linear-gradient(90deg, #0056b3, #007bff);*/
/*  border-color: #0056b3;*/
/*  color: white;*/
/*  text-decoration: none;*/
/*}*/

.description img{
  width: 24px;
}
/* Основная кнопка */
.btn-custom {
  padding: 15px 30px;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  color: white;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: rgba(35, 99, 176, 0.6);
  transition: all 0.5s ease;
  /*min-width: 200px;*/
}

.btn-custom::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0056b3, #007bff);
  transition: left 0.6s ease;
  z-index: 0;
}

.btn-custom:hover::before {
  left: 0;
}

.btn-custom span {
  position: relative;
  z-index: 1;
  color: white;
}
/* Вариация с плавным появлением для заключение договоров */
.enter_ecp_btn{
  background-color: rgba(35, 99, 176, 0.6);
  border-color: #007bff;
  color: white;
  text-decoration: none;
  padding: 8px 24px;
  /*border-radius: 5px;*/
  display: inline-block;
  transition: left 0.5s ease-in-out;
  min-width: 200px;
}
.enter_ecp_btn:hover {
  background: linear-gradient(90deg, #0056b3, #007bff);
  border-color: #0056b3;
  color: white;
  text-decoration: none;
}

/* Вариация с плавным появлением для продуктов */
.more_info_btn{
  background-color: rgba(35, 99, 176, 0.6);
  border-color: #007bff;
  color: white;
  text-decoration: none;
  padding: 8px 24px;
  /*border-radius: 5px;*/
  display: inline-block;
  transition: left 0.5s ease-in-out;

}
.more_info_btn:hover {
  background: linear-gradient(90deg, #0056b3, #007bff);
  border-color: #0056b3;
  color: white;
  text-decoration: none;
}
/***** PRODUCT STYLE **************** PRODUCT STYLE **************/
.insurance-hero-section {
  background: linear-gradient(135deg, #2363B0 0%, #3170BC 50%, #4185D7 100%);
  color: white;
  padding: 20px ;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.insurance-hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><pattern id="grid" width="50" height="50" patternUnits="userSpaceOnUse"><path d="M 50 0 L 0 0 0 50" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)" /></svg>');
}

.insurance-hero-section .breadcrumb {
  background: transparent;
  margin-bottom: 1rem;
  padding: 0;
}

.insurance-hero-section .breadcrumb-item + .breadcrumb-item::before {
  content: ">>";
  color: rgba(255, 255, 255, 0.7);
}

.insurance-hero-section .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: rgba(255, 255, 255, 0.8);
}
.insurance-hero-section .breadcrumb-item a:hover {
  color: white;
  text-decoration: none;
}

.insurance-hero-section .breadcrumb-item.active {
  color: white;
}

.insurance-hero-section .hero-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.insurance-hero-section .hero-description {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  opacity: 0.95;
}

.insurance-hero-section .btn-custom-2 {
  background-color: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: white;
  padding: 12px 30px;
  font-weight: 500;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.insurance-hero-section .btn-custom-2:hover {
  background-color: white;
  color: #2363B0;
  border-color: white;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.insurance-hero-section .hero-image {
  position: relative;
  z-index: 2;
  margin-top: auto;
}


.insurance-hero-section .hero-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.insurance-hero-section .text-content {
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
}

/* Extra Large devices (desktops, 1200px and up) */
@media (min-width: 1200px) {
  .insurance-hero-section .hero-title {
    font-size: 3rem;
  }

  .insurance-hero-section .hero-description {
    font-size: 1.2rem;
  }

  .insurance-hero-section {
    padding: 20px 0 0 0;
  }
}

/* Large devices (desktops, 992px to 1199px) */
@media (max-width: 1199px) and (min-width: 992px) {
  .insurance-hero-section .hero-title {
    font-size: 2.3rem;
  }
}

/* Medium devices (tablets, 768px to 991px) */
@media (max-width: 991px) and (min-width: 768px) {
  .insurance-hero-section .hero-title {
    font-size: 2.2rem;
  }

  .insurance-hero-section {
    padding: 50px 0 0 0;
  }

  .insurance-hero-section .text-content {
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 30px;
  }
}

/* Small devices (landscape phones, 576px to 767px) */
@media (max-width: 767px) and (min-width: 576px) {
  .insurance-hero-section .hero-title {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .insurance-hero-section {
    padding: 40px 0 0 0;
  }

  .insurance-hero-section .text-content {
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 20px;
  }

  .insurance-hero-section .hero-description {
    font-size: 1rem;
  }

  .insurance-hero-section .btn-custom {
    padding: 10px 25px;
    font-size: 0.95rem;
  }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
  .insurance-hero-section .hero-title {
    font-size: 1.6rem;
    line-height: 1.4;
  }

  .insurance-hero-section {
    padding: 30px 0 0 0;
  }

  .insurance-hero-section .text-content {
    text-align: center;
    margin-bottom: 1.5rem;
    padding-bottom: 20px;
  }

  .insurance-hero-section .hero-description {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
  }

  .insurance-hero-section .btn-custom {
    padding: 8px 20px;
    font-size: 0.9rem;
    width: 100%;
    max-width: 250px;
  }

  .insurance-hero-section .breadcrumb {
    font-size: 0.85rem;
    margin-bottom: 1.5rem;
  }

  .insurance-hero-section .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .insurance-hero-section .hero-image {
    position: relative;
    z-index: 0;
    margin-top: auto;
  }
}




.support-section {
  padding: 60px 0;
  /*background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);*/
}

.support-card {
  background: white;
  /*border-radius: 20px;*/
  /*box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);*/
  /*padding: 40px;*/
  margin: 10px 0;
}

/*.support-title {*/
/*  color: #0d6efd;*/
/*  font-size: 2.2rem;*/
/*  font-weight: 700;*/
/*  margin-bottom: 20px;*/
/*}*/

.support-description {
  color: #6c757d;
  font-size: 1.1rem;
  margin-bottom: 30px;
  line-height: 1.6;
}

.support-image {
  text-align: center;
  margin: 20px 0;
}

.support-image img {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  /*box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);*/
}

.support-lists-desktop {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 50px;
  margin-top: 30px;
  align-items: start;
}

.support-image-center {
  text-align: center;
  padding: 0 30px;
}

.support-image-center img {
  max-width: 220px;
  height: auto;
  border-radius: 15px;
  /*box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);*/
}

.support-column h5 {
  color: #0d6efd;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 1.1rem;
}

.support-column ul li{
  list-style: none;
  padding: 15px;
}

.support-column li a{
  padding: 8px 0;
  color: #495057;
  border-bottom: 1px solid #e9ecef;
  transition: color 0.3s ease;
}

.support-column li a:hover {
  color: #0d6efd;
  cursor: pointer;
}

.support-column li a:last-child {
  border-bottom: none;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
  .support-card {
    padding: 10px;
    margin: 5px 0;
  }

  .support-title {
    font-size: 1.8rem;
    text-align: center;
  }

  .support-description {
    text-align: center;
    font-size: 1rem;
  }

  .support-lists {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
  }

  .support-image {
    order: 1;
    margin: 20px 0;
    width: 80%;
    margin:auto;
  }

  .support-content {
    order: 0;
  }

  .support-lists-container {
    order: 2;
  }
}

@media (max-width: 576px) {
  .support-section {
    padding: 20px 0;
  }

  .support-title {
    font-size: 1.5rem;
  }

  .support-description {
    font-size: 0.95rem;
  }
  .support-image img {
    max-width: 70%;
    height: auto;
    border-radius: 15px;
    margin:auto;
    /*box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);*/
  }
}

.section-title {
  font-size: 1.9rem;
  font-weight: 700;
  color: #2563eb;
  margin: 0;
}