/* раздел услуги */


@media (max-width: 991px) {
  .usluga-wraper {
    margin: 25px 0 0 0;
  }
}

.usluga-category {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
  font-family: 'pt sans';
}

@media (max-width: 1100px){
  .usluga-category {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}

@media (max-width: 700px) {
  .usluga-category {
    grid-template-columns: 1fr;
  }
}

.usluga-cat__price-block {
    margin-top: 60px;
}

.usluga-cat__item {
  min-height: 130px;
}

.usluga-cat__item:first-child {
  grid-row: span 2;
}
.usluga-cat__item:nth-child(2) {
  grid-column: span 2;
}

.usluga-cat__item:nth-child(13) {
  grid-row: span 2;
}

.usluga-cat__item:nth-child(14) {
  grid-row: span 2;
}

@media (max-width: 1100px){
  .usluga-cat__item {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
  }
}

.usluga-cat__item:hover .usluga-cat__item-text {
  background-image: linear-gradient(88deg, #044074, transparent);
}

.usluga-cat__item:hover .usluga-cat__item-container img {
  opacity: 0.3;
}

@media (max-width: 991px) {
  .usluga-cat__item {
    border: 0;
  }
}

.usluga-cat__item-container {
    height: 100%;
    position: relative;
    background-color: #054175;
}

.usluga-cat__item-container .catItemImage {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.usluga-cat__item-container img {
  object-position: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
.usluga-cat__item-container img {
  object-position: center;
  width: 100%;
  object-fit: cover;
}
}

.usluga-cat__item-text {
  padding: 15px 25px 15px 25px;
  display: flex;
  align-items: center;
  background-image: linear-gradient(88deg, #04407491, transparent);
  height: 100%;
  /* width: 80%; */
  z-index: 1;
  position: relative;
}
@media (max-width: 700px) {
  .usluga-cat__item-text {
    width: 100%;
  }
}

.usluga-cat__item-title-link {
  color: #fff;
  display: flex;
    height: 100%;
    align-items: center;
}
.usluga-cat__item-title-link:hover {
  color: #fff;
}


.usluga-cat__read-more {
  margin-top: 10px;
  display: none;
}
@media (max-width: 991px) {
  .usluga-cat__read-more {
    display: none;
  }
}

.usluga-cat__read-more-link {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #4789c8;
  font-size: 13px;
  color: #ffffff;
  text-decoration: none;
  font-family: 'PT Sans';
}

.usluga-cat__read-more-link:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: yellowgreen;
}

.usluga-cat__price-block-title {
  font-family: 'pt serif';
  font-size: 31px;
  line-height: 1.1;
  margin-top: 30px;
  color: #2d7199;
  margin-bottom: 30px;
  text-transform: none;
  font-weight: 400;
}

.usluga-cat__price-block h3 {
  font-family: 'pt serif';
  font-size: 21px;
  line-height: 1.1;
  padding: 30px 0 0;
  margin-bottom: 30px;
  font-weight: 400;
  color: #2d7199;
  border-top: 1px dashed #4789c8;
}

.usluga-cat__price-block ul {
  padding-left: 0;
  display: grid;
  gap: 20px;
  margin: 0;
  list-style-type: none;
  grid-template-columns: 1fr;
}

.usluga-cat__price-block li {
  font-size: 17px;
  margin: 0;
  border-radius: 3px;
}
.usluga-cat__price-block li p {
  font-size: 17px;
  margin: 0;
  border-radius: 3px;
}

.usluga-cat__price-block li a {
  display: flex;
  align-items: center;
  height: 100%;
  color: #2d7199;
  font-family: 'pt sans';
  gap: 15px;
}

.usluga-cat__price-block li a::before {
  flex: 0 0 35px;
  line-height: 0;
}
.usluga-cat__price-block a[href*=".pdf"]::before,
.usluga-cat__price-block a[href*=".PDF"]::before {
  content: url(/images/icon/pdf1.svg);
}

.usluga-cat__price-block a[href*=".xlsx"]::before, 
.usluga-cat__price-block a[href*=".xlsx"]::before {
  content: url(/images/icon/xlsx1.svg);
}

.usluga-cat__price-block a[href*=".doc"]::before,
.usluga-cat__price-block a[href*=".DOC"]::before,
.usluga-cat__price-block a[href*=".docx"]::before,
.usluga-cat__price-block a[href*=".DOCX"]::before {
  content: url(/images/icon/word.svg);
}

.moduletable_oferta-subblock {
  margin-top: 30px;
}

.moduletable_zayavka-big-button {
  margin-top: 50px;
}


.moduletable_zayavka-big-button {
  margin: 60px 0 60px;
}
@media (max-width: 800px) {
.moduletable_zayavka-big-button {
  margin: 30px 0;
}
}

h1.usluga-item__title {
  line-height: 1.2;
  margin: 0 0 30px 0;
  font-weight: 700;
  color: #2d7199;
  padding: 0;
  /* border-bottom: 1px solid #4789c8;*/
}

.usluga-item__top-block {
  /* display: grid;
  grid-template-columns: 300px auto;
  gap: 30px; */
  margin-bottom: 30px;
}
@media (max-width: 800px) {
.usluga-item__top-block {
  grid-template-columns: 1fr;
}
}

.usluga-item__extrafilds {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.usluga-item__extrafilds-contact {
  font-size: 16px;
  /* font-weight: 700; */
  color: #0b6a98;
}

.usluga-item__body h2 {
  font-size: 21px;
  line-height: 1.2;
  margin: 50px 0 30px 0;
  font-weight: 700;
  color: #2d7199;
  padding: 0;
  text-transform: uppercase;
  border-bottom: 1px solid #4789c8;
  font-family: 'Roboto Condensed';
}

.usluga-item__extrafilds-contact-list {
  font-size: 16px;
  color: #0b6a98;
  line-height: 1;
}

.usluga-item__zayavka p {
margin: 0;
}
.usluga-item__zayavka a {
  background-color: #4789c8;
  padding: 10px 15px 10px;
  display: inline-flex;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  align-items: center;
  border-bottom: 0 !important;
  text-decoration: none;
}

/* .usluga-item__extrafilds-contact-block {
  padding: 15px 0;
} */

.usluga-item__img-block img {
  opacity: 0.9;
  height: 350px !important;
  border-radius: 10px;
  width: 100% !important;
  z-index: 0;
  display: block;
  position: relative;
  object-fit: cover;
  object-position: center;
  /* filter: hue-rotate(343deg); */
}
@media (max-width: 800px) {
  .usluga-item__img-block img {
    height: 300px !important;
    width: 100%;
  }
}


.usluga-item__img-block span a {
  z-index: 0;
  font-size: 0;
  line-height: 0;
  display: block;
  position: relative;
  height: 100%;
}

.usluga-item__img-block span::after {
  content: '';
  z-index: 1;
  width: 100%;
  height: 100%;
  line-height: 0;
  top: 0;
  left: 0;
  font-size: 0;
  display: block;
  position: absolute;
  background: linear-gradient(213deg, rgb(71 137 200) 10%, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0) 56%, rgb(4 64 118 / 0%) 100%);
  border-bottom: 10px solid #3377a5;
  box-shadow: inset #397cb096 0 0 46px 19px;
  border-radius: 10px;
}

.usluga-item__img-block {
  margin-bottom: 70px;
  display: flex;
  align-items: center;
  position: relative;
}

.usluga-item__img-block span {
  height: 100%;
  width: 100%;
  position: relative;
}

@media (max-width: 800px) {
  .usluga-item__img-block span {
  width: 100%;
  }
}

.usluga-item__body p a,
.usluga-item__body li a {
  /* border-bottom: 1px solid #0b6a98; */
}
.usluga-item__body span,
.usluga-item__body span:hover,
.usluga-item__body p a:hover,
.usluga-item__body li a:hover {
  text-decoration: none !important;
}


.usluga-item__oferta {
  margin-top: 30px;
}

h3.usluga-item__oferta-title {
  font-family: 'pt serif';
  font-size: 21px;
  line-height: 1.1;
  padding: 30px 0 0;
  margin-bottom: 30px;
  font-weight: 400;
  color: #2d7199;
  border-top: 1px dashed #4789c8;
}

.usluga-item__oferta-value ul {
  padding-left: 0;
  display: grid;
  gap: 20px;
  margin: 0;
  list-style-type: none;
  grid-template-columns: 1fr;
}

.usluga-item__oferta-value-li {
  font-size: 17px;
  margin: 0;
  border-radius: 3px;
}

.usluga-item__oferta-value-li a {
  display: flex;
  align-items: center;
  height: 100%;
  color: #2d7199;
  font-family: 'pt sans';
  gap: 15px;
}

.usluga-item__oferta-value-li a::before {
  flex: 0 0 35px;
  line-height: 0;
  content: url(/images/icon/pdf1.svg);
}

.usluga-cat__item-title {
  height: 100%;
  font-size: 20px;
  line-height: 1.2;
  text-shadow: #001425 0 0 23px;
  position: relative;
  font-weight: 600;
  z-index: 1;
  font-family: 'roboto condensed';
  margin: 0;
}

.usluga-item__extrafilds-contact-item {
  margin-bottom: 7px;
}


.animated-button {
  background: linear-gradient(-30deg, #0b1b3d 50%, #08142b 50%);
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  overflow: hidden;
  color: #d4e0f7;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #8592ad;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.animated-button:hover::before {
  opacity: 0.2;
}

.animated-button span {
  position: absolute;
}

.animated-button span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(8, 20, 43, 0)), to(#2662d9));
  background: linear-gradient(to left, rgba(8, 20, 43, 0), #2662d9);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
}

@-webkit-keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.animated-button span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 20, 43, 0)), to(#2662d9));
  background: linear-gradient(to top, rgba(8, 20, 43, 0), #2662d9);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
}

@-webkit-keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.animated-button span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(8, 20, 43, 0)), to(#2662d9));
  background: linear-gradient(to right, rgba(8, 20, 43, 0), #2662d9);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
}

@-webkit-keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.animated-button span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 20, 43, 0)), to(#2662d9));
  background: linear-gradient(to bottom, rgba(8, 20, 43, 0), #2662d9);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
}

@-webkit-keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.animated-button1 {
  padding: 15px 30px;
  display: block;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  overflow: hidden;
  color: #ffffff;
  background-color: steelblue;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  border: 1px dashed #4789c8;
  text-decoration: none;
}

@media (max-width: 800px) {
  .animated-button1 {
    padding: 15px 30px;
    color: #ffffff;
    background-color: steelblue;
    font-size: 16px;
    letter-spacing: 0;
    text-align: center;
    text-transform: none;
  }
}

  .animated-button1:hover {
    color: #ffffff;
    text-decoration: none;
    background: linear-gradient(-30deg, #28a745 40%, #4789c8 60%);
  }


.animated-button1::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #ad8585;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.animated-button1:hover::before {
  opacity: 0.2;
}

.animated-button1 span {
  position: absolute;
}

.animated-button1 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 8, 0)), to(#d0f0f6));
  background: linear-gradient(to left, rgba(43, 8, 8, 0), #d0f0f6);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.animated-button1 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 8, 0)), to(#d0f0f6));
  background: linear-gradient(to top, rgba(43, 8, 8, 0), ##d0f0f6);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.animated-button1 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 8, 0)), to(#d0f0f6));
  background: linear-gradient(to right, rgba(43, 8, 8, 0), #d0f0f6);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.animated-button1 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(#d92626));
  background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #d0f0f6);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}


.btn-uslugi {
  line-height: 1;
  width: 100%;
  font-size: 24px;
  letter-spacing: .05rem;
  font-weight: 700;
  color: #fff;
  background-color: #45a6b8;
  border-color: #4bafc2;
  text-transform: uppercase;
  padding: 1.5rem 1rem;
}
.btn-uslugi:hover {
  color: #fff;
  background-color: #3793a4;
  border-color: #3793a4;
}

/* старинца каждой услуги */
.usluga-item__list {
  list-style-image: none;
  list-style-type: none !important;
  display: grid;
  gap: 30px;
  /* margin: 50px 0 50px 0 !important; */
  margin: 30px 0 30px 0 !important;
  position: relative;
  padding: 0 !important;
}

.grid-list_col_3 {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1200px) {
  .grid-list_col_3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 700px) {
  .grid-list_col_3 {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.grid-list_col_2 {
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 1100px) {
.grid-list_col_2 {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.grid-list_col_1 {
  grid-template-columns: 1fr;
}

.usluga-item__list li {
  padding: 30px 15px 30px 30px;
  line-height: 1.1;
  font-size: 21px;
  color: #ffffff;
  /* background-color: #4789c8; */
  background-image: linear-gradient(148deg, #2d7199, #4789c8);
  margin: 0;
  font-family: "roboto condensed";
  border-radius: 10px;
}


.usluga-item__list li span {
  display: block;
  font-size: 15px;
  margin-top: 7px;
  font-weight: 400;
}

.usluga-item__list li ul {
  margin: 15px 0 0;
  list-style-type: square;
  padding-left: 20px;
}


.usluga-item__list li li {
  padding: 0;
  line-height: 1.1;
  font-size: 16px;
  color: #ffffff;
  margin: 0 0 5px;
  font-family: "roboto condensed";
  background-image: none;
}


.usluga-item__list-left-header {
  list-style-image: none;
  list-style-type: none;
  display: grid;
  gap: 30px 30px;
  margin: 50px 0 50px 0 !important;
  padding: 0 !important;
}

.usluga-item__list-left-header>li {
  line-height: 1.1;
  font-size: 21px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  color: #ffffff;
  margin: 0;
  font-family: "roboto condensed";
}

@media (max-width: 700px) {
.usluga-item__list-left-header>li {
  grid-template-columns: 1fr;
}
}


.usluga-item__list-header {
  padding: 0 15px 0 0;
  font-size: 20px;
  font-weight: 700;
  color: #2d7199;
}

@media (max-width: 700px) {
  .usluga-item__list-header {
    padding: 0;
    font-size: 15px;
  }
}


.usluga-item__list-sublist {
  padding: 0 0 0 30px !important;
  margin: 0 0 0 15px !important;
  list-style-type: square !important;
  border-left: 3px solid #2d7199;
  /* list-style-position: inside !important; */
  border-radius: 15px;
}

@media (max-width: 700px) {
  .usluga-item__list-sublist {
    padding: 0 0 0 10px !important;
    margin: 15px 0 0 0 !important;
    border-left: 0;
  }
}

.usluga-item__list-left-header li li {
  padding: 0;
  line-height: 1.1;
  font-size: 16px;
  color: #2d7199;
  margin: 0 0 5px;
  font-family: "roboto condensed";
}
@media (max-width: 700px) {
  .usluga-item__list-left-header li li {
    font-size: 15px;
  }
}

.usluga-item__list-left-header li li::marker {
  content: "- ";
}


.usluga-item__btn-list {
  display: grid;
  list-style-type: none !important;
  margin: 40px 0 50px !important;
  padding: 0 !important;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

@media (max-width: 700px) {
  .usluga-item__btn-list {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}



.usluga-item__btn {
  display: flex;
  padding: 18px 25px 19px;
  /* border-radius: 3px; */
  text-decoration: none;
  height: 100%;
  min-height: 100px;
  /* font-family: "roboto condensed"; */
  flex-direction: column;
  justify-content: center;
  line-height: 1.1;
  font-size: 19px;
  color: #ffffff !important;
  border-radius: 10px;
  /* box-shadow: #3477a5 4px 4px 0px 0px; */
  box-shadow: #3477a5ab 7px 7px 0px 0px;
  border: 1px solid #fff;
}

.usluga-item__btn:visited {
  color: #ffffff;
}

.usluga-item__btn span {
  font-size: 15px;
  margin-top: 6px;
  font-weight: 400;
  font-family: "roboto condensed";
}



.btn_color1 {
  background-color: #459582;
}

.btn_color2 {
  background-color: #f3921a;
}

.usluga-item__btn:hover {
  color: #fff;
  background-color: tomato;
}

.usluga-item__contacts {
  list-style-type: none !important;
  margin: 0 0 15px !important;
  padding: 0 !important;
}

.usluga-item__contacts li  {
  display: flex;
  list-style-position: inside;
  padding-left: 30px;
  padding: 0 0 10px;
  line-height: 1.3;
  align-items: center;
  position: relative;
  gap: 20px;
  margin: 0;
}

.usluga-item__contacts li::before {
  display: inline-block;
  width: 27px;
  height: 27px;
  line-height: 0;
  flex: 0 0 27px;
  border-radius: 50%;
  margin-left: 3px;
}

.contacts__otdel::before {
  content: url(/images/my_ico_vniro/uslugi-anchor.svg);
}
.contacts__person::before {
  content: url(/images/my_ico_vniro/uslugi-user.svg);
}
.contacts__tel::before {
  content: url(/images/my_ico_vniro/uslugi-phone.svg);
}
.contacts__mail::before {
  content: url(/images/my_ico_vniro/uslugi-mail.svg);
}



.usluga-item__doc-list {
  list-style-type: none !important;
  margin:  0 !important;
  padding: 0 !important;

}

.usluga-item__doc-list a {
  display: flex;
  align-items: center;
  height: 100%;
  color: #2d7199;
  gap: 15px;
  padding: 0 0 10px;
}

.usluga-item__doc-list a::before {
  flex: 0 0 35px;
  line-height: 0;
}

.usluga-item__doc-list a[href*=".pdf"]::before, .usluga-item__doc-list a[href*=".PDF"]::before {
  content: url(/images/my_ico_vniro/pdf1.svg);
}

.usluga-item__doc-list a[href*=".doc"]::before, .usluga-item__doc-list a[href*=".DOC"]::before, 
.usluga-item__doc-list a[href*=".docx"]::before, .usluga-item__doc-list a[href*=".DOCX"]::before {
  content: url(/images/my_ico_vniro/word1.svg);
}

.usluga-item__doc-list a[href*=".xlsx"]::before, .usluga-item__doc-list a[href*=".xlsx"]::before {
  content: url(/images/my_ico_vniro/xlsx1.svg);
}

.usluga__important-link {
  background-color: #3377a5;
  padding: 30px;
  display: flex;
  justify-content: center;
  line-height: 1.6 !important;
  font-size: 21px !important;
  color: #ffffff !important;
  min-height: 100px;
  margin: 40px 0 40px !important;
  text-transform: uppercase;
  /* font-weight: 700; */
  /* font-family: "roboto condensed"; */
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 15px !important;
  border-radius: 10px;
}


.usluga__important-link span {
  font-size: 15px;
  /* margin-top: 3px; */
  font-weight: 400;
}

.usluga__important-link a {
  color: #fff;
  /* border-bottom: 1px solid #fff; */
  text-decoration: underline;
}

.col-span-2 {
  grid-column: span 2;
}

@media (max-width: 1100px) {
  .col-span-2 {
    grid-column: span 1;
  }
}

.row-span-2 {
  grid-row: span 2;
}

.col-span-3 {
  grid-column: span 3;
}

.col-span-2 .usluga-item__btn {
  justify-content: center;
  align-items: center;
  text-align: center;
}

.table_100_blue td, .table_100_blue th {
  border: 1px solid #4789c8 !important;
  padding: 10px;
  width: auto !important;
  text-align: left !important;
  /* vertical-align: top; */
}
.table_100_blue p {
  margin-bottom: 2px !important;
  margin-top: 2px !important;
  font-size: 15px;
  line-height: 1.4;
  text-align: left;
  font-family: 'Roboto Condensed';
  color: #3e71a2;
}
.table_100_blue tr:first-child td p {
  font-size: 15px;
  color: #3e71a2;
  font-family: 'Roboto Condensed';
  font-weight: 600;
}


.transform-td-90 th {
  transform: rotate(-90deg);
  height: 82px;
  padding: 0;
  line-height: 1;
  vertical-align: middle ;
  text-align: center ;
}

.table__no-paddig td, .table__no-paddig th  {
padding: 1px;
vertical-align: middle;
}
.table__no-paddig strong  {
  font-weight: 700;
}

.table__no-paddig tr:nth-child(2) th:nth-child(2),
.table__no-paddig tr:nth-child(2) th:nth-child(4),
.table__no-paddig tr:nth-child(2) th:nth-child(6)  {
  background-color: aliceblue;
}

.table__no-paddig td:nth-child(8),
.table__no-paddig td:nth-child(15),
.table__no-paddig td:nth-child(22)  {
  background-color: aliceblue;
}


.usluga-item__body ol {
  margin-bottom: 10px;
  list-style-position: inside;
  margin-left: 0;
}

.usluga-item__body hr {
  border-top: 1px solid #2d7199;
  margin: 20px 0 20px;
}

.usluga-item__body h4 {
  color: #2d7199;
  /* text-transform: uppercase; */
  font-family: "roboto condensed";
  font-weight: 700;
  font-size: 17px;
  padding: 0 !important;
}

.usluga-item__body p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.4;
  color: #2C2C2C;
  padding: 0;
}