@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: Rubik Regular;
  src: url("../fonts/Rubik/Rubik-Regular.ttf");
}
@font-face {
  font-family: ArvoRegular;
  src: url("../fonts/Arvo/ArvoRegular/ArvoRegular.ttf");
}
@font-face {
  font-family: ArvoBold;
  src: url("../fonts/Arvo/ArvoBold/ArvoBold.ttf");
}
html {
  height: 100%;
}
body {
  font-family: 'ArvoRegular';
  font-size: 20px;
  background-color: #f1f1f1;
  color: #000000;
  height: 100%;
}
h1, h2, h3, h4, h5, h6 {
  color: #00349a;
  /*text-transform: uppercase;*/
  line-height: normal;
  font-weight: bold;
}
h1 {
  font-size: 34px;
  margin: 25px 0px 25px;
}
h2 {
  font-size: 30px;
  margin: 15px 0px 25px;
}
h3 {
  font-size: 28px;
  margin: 10px 0px 20px;
}
h4 {
  font-size: 26px;
  margin: 10px 0px 20px;
}
h5 {
  font-size: 24px;
  margin: 10px 0px;
}
h6 {
  font-size: 22px;
  margin: 10px 0px;
}
@media (max-width: 1025px) {
  body {
    font-size: 20px;
  }
  h1 {
    font-size: 32px;
    margin: 10px 0px 20px;
  }
  h2 {
    font-size: 28px;
    margin: 10px 0px 20px;
  }
  h3 {
    font-size: 26px;
    margin: 10px 0px 20px;
  }
  h4 {
    font-size: 24px;
    margin: 10px 0px 20px;
  }
  h5 {
    font-size: 22px;
    margin: 10px 0px;
  }
  h6 {
    font-size: 20px;
    margin: 10px 0px;
  }
}
@media (max-width: 600px) {
  body {
    font-size: 18px;
  }
  h1 {
    font-size: 26px;
    margin: 10px 0px 20px;
  }
  h2 {
    font-size: 24px;
    margin: 10px 0px 20px;
  }
  h3 {
    font-size: 22px;
    margin: 10px 0px 20px;
  }
  h4 {
    font-size: 20px;
    margin: 10px 0px 20px;
  }
  h5 {
    font-size: 19px;
    margin: 10px 0px;
  }
  h6 {
    font-size: 18px;
    margin: 10px 0px;
  }
}
a {
  color: #000000;
}
a:hover, a:focus {
  color: #1D1D1D;
}
.noselect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
img {
  font-size: 12px;
}
.inline-block {
  display: inline-block !important;
}
.w-1200 {
  max-width: 1200px !important;
}
.container-1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 0px;
}
.container-1050 {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  padding-top: 0px;
}
.container-700 {
  width: 100%;
  max-width: 700px;
  margin: 20px 0;
  padding: 10px !important;
  background-color: #dad1b0;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
input[type="text"]::placeholder {
  color: #D3D1D0;
}
input:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1) !important;
  border: rgba(0, 0, 0, 0.5);
}
textarea::placeholder {
  color: #D3D1D0;
}
textarea:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1) !important;
  border: rgba(0, 0, 0, 0.5);
}
/******Цвет всплывающей подсказки использующей data-toggle="tooltip" data-placement="top или bottom, left, right" *****/
.tooltip-main {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  font-weight: 700;
  background: #f3f3f3;
  border: 1px solid #737373;
  color: #737373;
  margin: 4px 121px 0 5px;
  float: right;
  text-align: left !important;
}
.tooltip-qm {
  float: left;
  margin: -2px 0px 3px 4px;
  font-size: 12px;
}
.tooltip.show {
  opacity: 1;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #681503;
  font-size: 16px;
  text-align: center;
  background-color: #FFE37A;
  border-radius: .25rem;
}
.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top /*для верхней стрелки*/
.arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #FFE37A;
}
/*для стрелки внизу*/
.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #FFE37A;
}
/*для стрелки вправо*/
.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
  margin-top: -3px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #FFE37A;
}
/*для левой стрелки*/
.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
  right: 0;
  margin-top: -3px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #FFE37A;
}
/******************************************************/
.container {
  position: relative;
}
#quickbar-wrapper {
  text-transform: lowercase;
  z-index: 500000;
}
button:focus {
  outline: 0;
}
.btn-primary {
  color: #fff;
  background-color: #00349a;
  border-color: #00349a;
  font-size: 22px;
}
.btn-primary:hover {
  color: #C4C4C4;
  background-color: #002A7C;
  border-color: #002A7C;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #DDAFAF !important;
  background-color: #00349a !important;
  border-color: #00349a !important;
  cursor: default;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #00349a;
  border-color: #00349a;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.10);
}
/***************************************************************************************/
.wrapper {
  display: grid;
  grid-template: minmax(105px, auto) minmax(40px, auto) 1fr minmax(75px, auto)/ 1fr;
  width: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0 auto;
  grid-template-areas:
    "header"
    "nav_up"
    "content"
    "footer";
}
/*** Header ****/
.header_bg {
  background-image: url(../images/header-bg-gradient.png);
  background-repeat: repeat-x;
  background-position: top left;
}
.header {
  grid-area: header;
  display: grid;
  grid-template-columns: 210px 1fr 225px 200px;
  grid-template-rows: 1fr;
  align-items: center;
  justify-items: center;
  width: 100%;
  max-width: 1200px;
  height: 105px;
  margin: 0 auto;
  background-image: url("../images/header-bg.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  overflow: hidden;
}
.header-logo {
  /* grid-area: header-logo;*/
  /*width: 210px;*/
}
.logo-img {
  height: 80px;
  width: 188px;
}
.header-ascb {
  /*grid-area: header-ascb;*/
}
/*.header-ascb img {}*/
.header-info {
  /*grid-area: header-info;*/
  text-align: right;
}
.tel-mail-block {
  display: block;
  font-size: 20px;
  font-family: "Rubik Regular";
  line-height: 22px;
}
.description-block {
  /* grid-area: description-block;*/
  font-family: "ArvoBold";
  color: #00349a;
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  /*width: 480px*/
}
.description-block.lang-ru, .description-block.lang-ua {
  font-size: 32px;
}
@media (max-width: 600px) {
  .description-block {
    font-size: 22px !important;
    line-height: 28px;
  }
}
@media (max-width: 450px) {
  .description-block {
    font-size: 20px !important;
    line-height: 28px;
  }
}
.lang-block {
  display: block;
  overflow: hidden;
  width: 100%;
}
.lang-block li {
  list-style-type: none;
  display: inline-block;
  margin: 0 10px;
}
.lang-block li a {
  font-family: "Rubik Regular";
  font-size: 16px;
}
.lang-block li a.active {
  color: #00349a;
}
.lang-block li a.en:before {
  display: block;
  content: "";
  width: 25px;
  height: 18px;
  background-image: url("../images/fl-en.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  cursor: pointer;
  margin-bottom: -5px;
}
.lang-block li a.ua:before {
  display: block;
  content: "";
  
  width: 25px;
  height: 18px;
  background-image: url("../images/fl-ua.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  cursor: pointer;
  margin-bottom: -5px;
}
.lang-block li a.ru:before {
  display: block;
  content: "";
  width: 25px;
  height: 18px;
  background-image: url("../images/fl-ru.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  cursor: pointer;
  margin-bottom: -5px;
}
@media (max-width: 1200px) {
  .header_bg {
    background-image: url(../images/header-bg-gradient-big.png);
    background-repeat: repeat-x;
    background-position: top left;
}
  .header {
  display: grid;
  grid-template-columns: 1fr;
    grid-row-gap: 10px;
  align-items: center;
  justify-items: center;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  background-image: url("../images/header-bg-mob.png");
    padding-bottom: 10px;
}
  .description-block {
    text-align: center;
  }
  .header-logo {
    margin: 10px auto;
    text-align: center;
  }

  .tel-block, .mail-block {
    margin: 5px auto 5px;
    text-align: center;
  }
  .lang-block {
    text-align: center;
  }
  .lang-block li {
    list-style-type: none;
    display: inline-block;
    margin: 0 20px;
}
  .contact-text {
    text-align: center;
  }
}
/*** content-block ***/
content {
  grid-area: content;
}
.content-block {
  min-height: 660px;
  overflow: hidden;
}
.content-block li {
  margin: 15px 0;
}
@media (max-width: 1200px) {
  .content-block {
    min-height: 300px;
  }
}
/**** Feed Back Form ***/
.feedback-form {
  max-width: 800px;
  margin: 0 auto;
}
.feedback-form .form-control {
  border: 1px solid #828282;
}
.feedback-form.card {
  /*background: #ededed;*/
  border: 0px;
}
.feedback-form-title {
  display: block;
  margin: 30px 0 10px;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  color: #00349a;
  font-family: ArvoRegular;
}
.fbt-f1, .fbt-f2, .fbt-f3, .fbt-f4, .fbt-f5 {
  text-align: center !important;
  margin: 5px;
  padding: 5px;
}
.fbt-f1 {
  display: block;
}
.fbt-f1.form-control {
  /*background: #ededed;*/
  border: #FFFFFF;
  font-weight: bold;
}
.fbt-f2, .fbt-f3, .fbt-f5 {
  display: none !important;
}
.fbt-f4 {
  color: #a10000;
  border: solid 1px #a10000 !important;
}
.send-button {
  display: block;
  margin: 20px 10px;
}
.send-button .btn-primary {
  min-width: 120px;
}
.error-cph {
  display: block;
  padding: 0 20px;
  text-align: right;
  clear: both;
}
/************ Footer **************/
.footer {
  grid-area: footer;
  background-color: #FFFFFF;
  background-image: url("../images/footer-bg.jpg");
  background-repeat: repeat-x;
  background-position: top left;
  transition: none;
  /*height: 75px;*/
  /*padding: 10px 0;*/
  text-align: right;
  font-family: "Rubik Regular";
  font-size: 18px;
  color: #000000;
  overflow: hidden;
}
.footer-list {
  display: grid;
  grid-template: 1fr / 200px 230px 1fr;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  justify-items: end;
  align-items: center;
}
.footer .header-ascb {
  
} 
.footer .header-ascb img {
  width: 100%;
  max-width: 200px;
}
.footer p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.footer-copy {
  padding-right: 10px;
}
.registration_item a {
  font-size: 14px;
}

@media (max-width: 960px) {
  .footer {
  background: url("../images/footer-bg-big.jpg") repeat-x;

}
  .footer-list {
  display: grid;
  grid-template: auto auto auto / 1fr;
    grid-row-gap: 10px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  justify-items: center;
  align-items: center;
    text-align: center;
}
}
/*********  Booton back-top ************/
#back-top {
  position: fixed;
  right: 30px;
  bottom: 100px;
  z-index: 99999;
  opacity: 0.9;
}
#back-top a {
  color: #ff3300;
  display: block;
  width: 50px;
  height: 50px;
  font-size: 80%;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 1s ease 0s;
}
#back-top a:hover, #back-top a:focus {
  color: #ff3300;
}
#back-top span {
  background-image: url("../images/icons/scroll-up-icon.png");
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 12px;
  display: block;
  height: 50px;
  width: 50px;
  margin-bottom: 7px;
  transition: all 1s ease 0s;
}
/************  crumbBox *********************/
.crumbBox {
  display: block;
  padding: 0px;
  margin: 10px auto 0;
  overflow: hidden;
  width: 100%;
  min-height: 30px;
  font-size: 14px;
}
ul.B_crumbBox {
  margin: 15px 0 0 0;
  padding: 0px;
  text-transform: uppercase;
}
ul.B_crumbBox li {
  list-style-type: none;
  margin-right: 2px;
  margin-left: 2px;
  padding: 0px;
  float: left;
  font-weight: normal;
}
ul.B_crumbBox li a {
  font-size: 14px;
}
ul.B_crumbBox li a span {
  color: #828282;
  float: left;
  display: inline;
  text-decoration: none;
  margin-top: 0px;
}
ul.B_crumbBox li a:hover span {
  color: #828282;
  text-decoration: underline;
}
.B_crumbBox span {
  float: left;
  list-style-type: none;
  padding-right: 1px;
  padding-left: 1px;
  color: #828282;
  vertical-align: bottom;
  display: table-cell;
  padding-top: 0px;
  padding-bottom: 0px;
}
.B_currentCrumb, ul li a.B_currentCrumb span, ul li a:hover.B_currentCrumb span {
  color: #000000;
}
/********* pagination ***********/
.block-pagination {
  display: block;
  overflow: hidden;
  width: 100%;
  text-align: right;
  padding: 0 10px;
}
.block-pagination ul {
  display: block;
  margin: 20px 0;
}
.block-pagination li.page-item {
  display: block;
  padding: 0px;
  float: left;
  height: 50px;
  width: auto;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 0px;
  list-style-type: none;
  border: 0;
}
.block-pagination li.page-item a:focus {
  color: #495057;
  background-color: #fff;
  border: 1px solid rgba(160, 49, 6, 0.23);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(110, 110, 110, 0.20);
}
.block-pagination li.page-item a.page-link {
  font-size: 16px;
  font-weight: normal;
  background-color: #ededed;
  color: #000000;
  border: 1px solid #ededed;
  border-radius: 5px;
  display: table-cell;
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  padding-top: 0px;
  padding-right: 4px;
  padding-bottom: 0px;
  padding-left: 4px;
  text-decoration: none;
  list-style: none;
}
.block-pagination li.page-item.control-f a.page-link, .block-pagination li.page-item.control-l a.page-link {
  border: 1px solid #FBF7E5;
  white-space: nowrap;
  width: 60px;
}
.block-pagination li.page-item.control a:hover, .block-pagination li.page-item.control a:hover {
  color: #5F5E5E;
  text-decoration: none;
  background-color: #ededed;
  border: 0;
  outline: 0;
  box-shadow: none;
  font-weight: bold;
}
.block-pagination li.page-item a:hover.page-link {
  color: #262626;
  border: 1px solid #000000;
  text-decoration: underline;
}
.block-pagination .page-item.current .page-link {
  text-decoration: none;
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 5px;
  width: 40px;
  height: 40px;
}
/**************************** Stat Catalog ***********************/
.stat_catalog {
  display: block;
  overflow: hidden;
  text-align: center;
}
.catalog-stat-prev {
  display: inline-block;
  width: 330px;
  height: 580px;
  border: solid 1px #ff9800;
  border-radius: 0.25rem;
  background-color: #fff;
  overflow: hidden;
  float: none;
  margin: 14px;
  position: relative;
}
/*.catalog-stat-prev:nth-child(3n+1) {margin-right: 22px;}*/
.catalog-stat-prev a.more {
  display: block;
  width: 125px;
  height: 50px;
  margin: 20px auto 0px;
  text-align: center;
  background-color: #ff9800;
  font-size: 18px;
  color: #fdf3cf;
  padding-top: 12px;
  position: relative;
}
.catalog-stat-img {
  display: block;
  width: 330px;
  height: 206px;
  margin: 14px auto 20px;
}
.catalog-stat-img img {
  width: 100%;
  max-width: 330px;
  max-height: 206px;
  border: 0px;
}
.catalog-stat-title {
  display: block;
  margin: 0px auto 10px;
  overflow: hidden;
  font-size: 22px;
  line-height: 24px;
  font-weight: bold;
  color: #ff9800;
  text-align: center;
}
@media (max-width: 576px) {
  .catalog-stat-title {
    font-size: 18px;
  }

}
.catalog-stat-desc {
  display: block;
  max-width: 330px;
  height: 250px;
  margin: 0 auto;
  font-size: 18px;
  overflow-y: scroll;
  text-align: justify;
  padding: 0 15px;
}
@media (max-width: 1200px) {
  .catalog-stat-prev {
    width: 100%;
    max-width: 250px;
    height: auto;
  }
  /*    .catalog-stat-prev:nth-child(2n+1) {margin-right: auto;}*/
  .catalog-stat-prev a.more {
    margin-bottom: 15px;
  }
  .catalog-stat-img {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 5px auto 20px;
  }
  .catalog-stat-img img {
    display: block;
    width: 100%;
    margin: 0px auto;
  }
}
@media (max-width: 768px) {
  .catalog-stat-prev {
    width: 100%;
    max-width: 330px;
    height: auto;
  }
}
/********* Stat page ********/
.stat-doc-image {
  display: block;
  width: auto;
  overflow: hidden;
  margin: 10px;
}
@media (max-width: 992px) {
  .content-block img {
    display: block !important;
    width: auto;
    max-width: 100% !important;
    height: auto !important;
    margin: 10px auto 20px !important;
    float: none !important;
  }
  .content-block .stat-doc-image img {
    margin: 0px auto !important;
    width: auto;
  }
}
@media (max-width: 768px) {
  .content-block img {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 10px !important;
  }
  .stat-doc-image {
    display: block;
    width: auto;
    max-width: 768px;
    overflow: hidden;
    margin: 10px auto !important;
    padding: 0px 10px;
    float: none !important;
  }
  .content-block .stat-doc-image img {
    margin: 0px auto !important;
    width: 100% !important;
  }
  .personal-image {
    display: block;
    max-width: 580px;
    float: none;
    margin: 10px auto;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .content-block img {
    margin: 5px auto !important;
  }
}
@media (max-width: 296px) {
  .content-block img {
    max-width: 260px !important;
    margin: 5px auto !important;
  }
}
/******************************************************************/
/* Add My styles for editor.css******/
.size_10per {
  font-size: 10%;
}
.size_20per {
  font-size: 20%;
}
.size_30per {
  font-size: 30%;
}
.size_40per {
  font-size: 40%;
}
.size_50per {
  font-size: 50%;
}
.size_60per {
  font-size: 60%;
}
.size_70per {
  font-size: 70%;
}
.size_80per {
  font-size: 80%;
}
.size_90per {
  font-size: 90%;
}
.size_100per {
  font-size: 100%;
}
.size_110per {
  font-size: 110%;
}
.size_120per {
  font-size: 120%;
}
.size_130per {
  font-size: 130%;
}
.size_140per {
  font-size: 140%;
}
.size_150per {
  font-size: 150%;
}
.size_160per {
  font-size: 160%;
}
.size_170per {
  font-size: 170%;
}
.size_180per {
  font-size: 180%;
}
.size_190per {
  font-size: 190%;
}
.size_200per {
  font-size: 200%;
}
.zagolovok_color {
  font-family: ArvoRegular;
  text-transform: uppercase;
  font-size: 20px;
  color: #1520a5;
}
.blue, .blue p, p.blue {
  color: #1520a5 !important;
}
.red, .red p, p.red {
  color: #b6151a !important;
}
.orange, .orange p, p.orange {
  color: #ff9800 !important;
}
.yellow, .yellow p, p.yellow {
  color: #fec919 !important;
}
.white, .white p, p.white {
  color: #FFFFFF !important;
}
.black, .black p, p.black {
  color: #000000 !important;
}
.swipebox {}
ol.numeric-left50 {
  margin-top: 10px;
  margin-left: 50px;
  margin-right: auto;
  width: 98%;
}
.numeric-left50 li {
  margin-top: 5px;
  padding-left: 5px;
}
ol.numeric, ol.numeric-big {
  margin-top: 10px;
  margin-left: 100px;
  margin-right: auto;
  width: 90%;
}
.numeric li {
  margin-top: 5px;
  padding-left: 5px;
}
.numeric-big li {
  margin-top: 15px;
  padding-left: 10px;
  font-size: 130%;
}
.size_10 {
  font-size: 10px !important;
}
.size_12 {
  font-size: 12px !important;
}
.size_14 {
  font-size: 14px !important;
}
.size_16 {
  font-size: 16px !important;
}
.size_18 {
  font-size: 18px !important;
}
.size_20 {
  font-size: 20px !important;
}
.size_22 {
  font-size: 22px !important;
}
.size_24 {
  font-size: 24px !important;
}
.size_26 {
  font-size: 26px !important;
}
.size_28 {
  font-size: 28px !important;
}
.size_32 {
  font-size: 32px !important;
}
.size_34 {
  font-size: 34px !important;
}
.size_36 {
  font-size: 36px !important;
}
.justifyright {
  text-align: right;
}
.justifyleft {
  text-align: left;
}
.justifyfull {
  text-align: justify;
}
.justifycenter {
  text-align: center;
}
/************* COLLAPSE ***********/
.collapse .card {
  padding: 5px;
}




/*.partners-1col {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  grid-gap: 20px;
  margin-bottom: 40px;
}
.partners-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  grid-gap: 20px;
  margin-bottom: 40px;
}
.partners-3col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  grid-gap: 20px;
  margin-bottom: 40px;
}
.partners-aitem {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
}
.partners-aitem img {
  display: block !important;
  width: auto;
  max-width: 100% !important;
}
a.partners-link-text {
  font-size: 24px;
  color: #00349a;
  margin-top: 5px;
  align-self: end;
}


@media (max-width: 600px) {
  .partners-2col {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 980px) {
  .partners-3col {
    grid-template-columns: 1fr;
  }
}*/


/* Block Partners*/
.partners {
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(auto-fill, 350px);
  grid-gap: 40px 30px;  
  align-items: center;
  justify-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto 20px;
}
.partners__item {
  display: grid;
  grid-template: 140px auto / 1fr;
  align-items: center;
  width: 100%;  
  text-align: center;
}
.content-block .partners__item img {
  max-width: 330px!important;
  max-height: 330px;
}
.partners__link {
  display: block;
  font-size: 24px;
  color: #00349a;
  margin-top: 5px;
}
.mygallery .thumb {
  display: inline-block;
  overflow: hidden;
  margin: 10px 5px 20px;
  padding: 0;
  width: 266px;
  height: 270px;
  text-align: center;
}

.mygallery .video {
  display: inline-block;
  overflow: hidden;
  margin: 10px 5px 20px;
  padding: 0;
  max-width: 532px;
  text-align: center;
}


.mygallery .image-desc {
  min-height: 60px;
}


@media (max-width: 960px) {
  .partners {
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
      grid-column-gap: 0px;
  }
}
@media (max-width: 420px) {
  .content-block .partners__item img {
  max-width: 290px!important;
  max-height: 330px;
}
}
.google_map iframe {
    height: 450px;
    width: 100%;
    max-width: 1200px;
}
.gs_link {
  font-size: 14px;
}

.otdels__list {
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(auto-fill, 330px);
  grid-gap: 30px 40px;  
  align-items: start;
  justify-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto 20px;
}
.otdels__item {
  display: grid;
  grid-template: 330px auto / 1fr;
  align-items: center;
  width: 100%;  
  text-align: center;
    margin-bottom: 20px;
}
.content-block .otdels__item img {
  max-width: 330px!important;
  max-height: 330px;
}
.otdels__link {
  display: block;
  font-size: 20px;
  color: #00349a;
  margin-top: 20px;
  line-height: 1;
}
@media (max-width: 600px) {
  .otdels__list {
  display: grid;
  grid-template: 1fr / 290px;
  grid-gap: 20px 0px;
  }
  .otdels__item {
  display: grid;
  grid-template: 290px auto / 1fr;
}
.content-block .otdels__item img {
  max-width: 290px!important;
  max-height: 290px;
}
}
/******** NTS ********/
.nts_prezidium__list {
  margin: 20px 0;
}
.nts_presidium__item {
  display: grid;
  grid-template: 1fr / 290px 1fr;
  justify-items: start;
  align-items: start;
  width: 100%;
  margin: 20px 0;
}
@media (max-width: 920px) {
  .nts_presidium__item {
    display: grid;
    grid-template: 230px 1fr / 290px;
    justify-items: center;
    justify-content: center;
    align-items: start;
    width: 100%;
    margin: 20px 0;
    text-align: center;
  }
  .nts_presidium__item .nts__person {
    margin-top: 20px;
  }
}
.nts_sostav__list {
  display: grid;
  grid-auto-rows: auto;
    grid-template-columns: repeat(auto-fill, 250px);
    grid-gap: 35px;
  justify-items: center;
  justify-content: center;
  align-items: start;
  width: 100%;
  margin: 0 0 20px 0;
  text-align: center;
}


.nts_sostav__list .nts__person {
  padding-top: 20px;
}
.nts__foto {
  width: 250px;
  height: 230px;
  overflow: hidden;
}
.nts__foto img {
  width: 250px;
}
.nts__mail, .nts__mail a {
  font-size: 20px;
  color: #00349a;
}
.nts__rang {
  font-size: 18px;
  text-transform: uppercase;
}
.nts__name {
  font-size: 20px;
}
.nts__desc {
  display: none;
  overflow: hidden;
}
.nts_presidium__item:hover .nts__desc {
  display: block;
  width: 100%;
  max-width: 500px;
  padding: 10px;
  margin-top: 10px;
  background: #FFFFFF;
}
.nts__item:hover .nts__desc {
  display: block;
  width: 100%;
  width: 250px;
  height: 170px;
  padding: 20px 10px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}
.nts__item .nts__person {
  position: relative;
}

/*.nts__item .nts__link {
  margin: 20px 0
}*/


.nts__link {
  margin-top: 20px;
}
.nts__link a{
  font-size: 20px;
  color: #00349a;/*
  text-decoration: underline;*/
}

.nts__title {
  text-align: center;
  margin: 40px 0 20px;
}
/******** NTS page ********/
.nts_foto__page {
  float: left;
  margin: 0 20px 10px 0;
  max-width: 500px;
}
.nts_foto__page img {
   max-width: 500px;
}

/************* Contact page **********/
.google_map {
  margin: 40px auto 10px;
}
.contact__title {
  color: #000000;
  font-size: 1.8rem;
  margin: 30px 0 20px;
  text-align: center;
}
.contact__info {
  width: 100%;
  margin: 30px auto;
  display: grid;
  grid-template-areas: "contact__address contact__tel"
                        "contact__address contact__mail";
  grid-row-gap: 20px;
}
.contact__address {
  grid-area: contact__address;
  /*width: 100%;*/
  display: grid;
  grid-template: 1fr / 60px 1fr;
  
}
.contact__tel {
  grid-area: contact__tel;
  /*width: 100%;*/
  display: grid;
  grid-template: 1fr / 60px 1fr;
}
.contact__mail {
  grid-area: contact__mail;
  /*width: 100%;*/
  display: grid;
  grid-template: 1fr / 60px 1fr;
}

.nts_sostav__list.contact {
  display: grid;
  grid-template-columns: repeat(3,minmax(250px, 1fr));
  grid-gap: 5px;
  justify-items: center;
  justify-content: center;
  align-items: start;
  width: 100%;
  margin: 0 0 20px 0;
  text-align: center;
}

.nts_sostav__list.contact .nts__item {
  max-width: 220px;
  margin: 0 auto;
}
.nts_sostav__list.contact .nts__foto {
  margin: 0 auto;
      width: 150px;
    height: 138px;
}
.nts_sostav__list.contact .nts__foto img {
      width: 150px!important;
    height: 138px!important;
}

.nts_sostav__list.contact .nts__rang {
    font-size: 16px;
}
.nts_sostav__list.contact .nts__name {
    font-size: 16px;
}
.nts_sostav__list.contact .nts__mail, 
.nts_sostav__list.contact .nts__mail a {
    font-size: 16px;
}
.nts_sostav__list.contact .nts__item:hover .nts__desc {
    display: block;
    width: 100%;
    width: 250px;
    height: auto;
  max-height: 200px;
  min-height: 90px;
    padding: 10px 5px 5px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
  font-size: 16px;
  
}
.nts_sostav__list.contact .nts__link {
  margin-top: 10px;
}
.nts_sostav__list.contact .nts__link a {
  font-size: 16px;
}

@media (max-width: 1025px) {
  
  .contact__info {
  width: 100%;
  margin: 30px auto;
  display: grid;
  grid-template-areas: "contact__address"
                        "contact__tel"
                        "contact__mail";
  grid-row-gap: 20px;
    justify-items: center;
    align-items: center;
}
  
  .nts_sostav__list.contact {
  display: grid;
    grid-template-columns: repeat(auto-fill, 250px);
  grid-gap: 5px;
  justify-items: center;
  justify-content: center;
  align-items: start;
  width: 100%;
  margin: 0 0 20px 0;
  text-align: center;
}
}