﻿@font-face {
  font-family: "ProbaPro-Bold";
  src: url("../app/fonts/ProbaPro/ProbaPro-Bold.woff");
}
@font-face {
  font-family: "ProbaPro-Regular";
  src: url("../app/fonts/ProbaPro/ProbaPro-Regular.woff");
}
@font-face {
  font-family: "ProbaPro-SemiBold";
  src: url("../app/fonts/ProbaPro/ProbaPro-SemiBold.woff");
}
h1 {
  font-family: "ProbaPro-SemiBold";
  font-size: 40px;
  line-height: 1.5em;
  margin-bottom: 60px;
}
h2 {
  font-family: "ProbaPro-SemiBold";
  font-size: 30px;
  line-height: 1.5em;
  margin-bottom: 40px;
}
h3 {
  font-family: "ProbaPro-SemiBold";
  font-size: 24px;
  line-height: 1.5em;
  margin-bottom: 30px;
}
h4,
h5,
h6 {
  font-family: "ProbaPro-SemiBold";
  font-size: 20px;
  line-height: 1.5em;
  margin-bottom: 26px;
}
p,
label,
span,
button,
input,
li,
input,
button,
select,
textarea,
optgroup,
option,
html,
body,
form,
fieldset,
table,
tr,
td,
img,
div {
  font-family: "ProbaPro-Bold";
  font-size: 18px;
  line-height: 1.5em;
}
span,
label,
div:focus {
  outline: none;
}
img {
  border: none;
}
a {
  text-decoration: none !important;
  border: none;
}
.container {
  padding: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  cursor: unset !important;
}
.container_howtogetservice {
  font-family: "ProbaPro-Regular";
}
.search-form {
  position: absolute;
  left: 0;
  right: 0;
  top: 250px;
  width: auto;
  padding: 20px 20px 50px 25px;
  background-color: #273043;
  z-index: 3;
  transition: 0.5s ease-in-out;
}
.search-form .btns-wrap {
  padding-left: 20px;
  margin-bottom: 60px;
  margin-top: 5px;
}
.search-form .btns-wrap .close-icon {
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: right;
}
.search-form .btns-wrap a {
  font-size: 100%;
  color: #fff;
  font-family: "ProbaPro-Bold", "ProbaPro-Regular";
  line-height: 11px;
  cursor: pointer;
  padding: 10px 19px;
  transition: 0.2s ease-in-out;
}
.search-form .btns-wrap a.active {
  background: #56217A;
  border-radius: 20px;
}
.search-form label {
  width: 100%;
  color: #fff;
  display: block;
  font-weight: 100;
  font-family: "ProbaPro-Bold", "ProbaPro-SemiBold";
}
.search-form .input {
  width: 100%;
  display: block;
  background-color: #5b6a7d;
  height: 50px;
  border: none;
  color: #fff;
  padding-left: 20px;
  margin-top: 10px;
}
.search-form .submit-label {
  color: #000;
  margin-top: 10px;
}
.search-form .submit-label .search-btn {
  position: relative;
  display: block;
  float: left;
  margin-right: 30px;
  height: 50px;
  width: 100%;
  margin-top: 25px;
  text-align: center;
  font-family: "ProbaPro-Bold", "ProbaPro-SemiBold";
  background: #ffe358;
  border: none;
  letter-spacing: 0;
  line-height: 39px;
  padding-left: 20px;
}
.search-form .submit-label:after {
  z-index: 1;
  content: "";
  position: absolute;
  left: 50px;
  top: 40px;
  width: 20px;
  height: 20px;
  margin-top: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-image: url(../../images/icn-search-black.svg);
}
html {
  min-height: 100%;
}
body {
  background: #f0f2f8;
  height: 100%;
}
div {
  padding: 0;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  color: white;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
md-sidenav {
  width: 100% !important;
}
@media screen and (max-width: 991px) {
  .search-form .submit-label:after {
    top: 32.5px;
  }
  .servicesX .services .nav-tabs {
    border-bottom: none !important;
  }
}
@media screen and (max-width: 500px) {
  md-dialog.md-transition-in,
  md-dialog.md-transition-out {
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 15%;
    left: 0;
    border-radius: 0;
  }
  .infoAlertPopup md-dialog.md-transition-in,
  .infoAlertPopup md-dialog.md-transition-out {
    width: 90%;
    margin: 0 auto;
  }
  .infoAlertPopup md-dialog.md-transition-in h2,
  .infoAlertPopup md-dialog.md-transition-out h2 {
    margin-bottom: 0px !important;
  }
  .content .main_content p {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .content .main_content table td {
    border-top: unset !important;
  }
  .content .main_content .table-responsive {
    margin-top: 25px;
  }
  .content .main_content .table-responsive table {
    margin-left: unset !important;
  }
  .content .title .title--text {
    font-weight: bold;
    font-size: 30px !important;
  }
}
@media screen and (max-width: 500px) {
  .content .main_content #videopopup #videopopup-content {
    width: 100% !important;
    height: auto !important;
    position: absolute;
    top: 15%;
  }
  .content .main_content #videopopup #videopopup-content #close {
    left: -15px !important;
  }
  .content .main_content .videoitem .description {
    padding-left: 75% !important;
    padding-top: 1% !important;
  }
  .search-form .submit-label::after {
    margin-top: 9px !important;
  }
  footer .companyDev {
    justify-content: unset !important;
  }
  .content .main_content .outserviceForm .form .support .editInputFile label {
    padding: 27px 25px !important;
  }
  .content .main_content .outserviceForm .form .support .AgreementText .AgreementTitle {
    font-size: 20px;
    margin-left: 0px;
  }
  .content .main_content .feedbackForm .form .feedback .placements .rating li {
    font-size: 28px !important;
  }
  .content .main_content .commentsList .comment .response .text-content {
    display: unset !important;
  }
  .content .main_content .commentsList .comment .response .text-content .imgViza {
    width: 120px !important;
    margin-bottom: 30px !important;
    margin-top: 30px !important;
  }
  .content .main_content .commentsList .comment .head-content {
    display: unset !important;
  }
  .content .main_content .commentsList .comment .head-content ul.rating {
    width: 100% !important;
  }
  .content .main_content .commentsList .comment .head-content .pib {
    width: 100% !important;
  }
  .content .main_content .commentsList .comment .comment-content {
    margin-top: 30px;
  }
  .content .main_content .commentsList {
    width: 100% !important;
  }
  .content .main_content .commentsList .comment .response .text-content .text-answer {
    width: 100% !important;
  }
  .content .main_content .feedbackForm .form,
  .content .main_content .outserviceForm .form {
    width: 100% !important;
  }
  .content .main_content .feedbackForm .form .feedback .AgreementText .AgreementTitle {
    font-size: 20px;
    margin-left: 0px;
  }
  .content .main_content .feedbackForm .form .feedback .placements .title-estimate {
    margin-bottom: 20px !important;
  }
  .content .main_content .feedbackForm .form .feedback .AgreementText .AgreementTitle {
    text-align: left;
  }
  .preLoader {
    width: 100%;
  }
  .content .main_content .outserviceForm .form .support .closeBtn {
    width: 90% !important;
  }
  .content .main_content .outserviceForm .form .support .editInputFile label {
    width: 90% !important;
  }
  .content .main_content table td .rating li {
    color: #ccc !important;
  }
  .content .main_content table td .rating .filled {
    color: #000 !important;
  }
}
@media screen and (max-width: 400px) {
  .content .main_content .videoitem {
    max-width: 100% !important;
  }
  .content .main_content .videoitem .title--video {
    width: 100% !important;
  }
}
@media screen and (max-width: 390px) {
  .content .main_content .videoitem .playback-img {
    margin-top: 30% !important;
  }
}
@media screen and (max-width: 375px) {
  .content .main_content .outserviceForm .form .support .editInputFile label {
    padding: 17px 15px !important;
  }
}
@media screen and (max-width: 345px) {
  .content .main_content .outserviceForm .form .support .AgreementText .AgreementTitle {
    font-size: 16px;
  }
  .content .main_content .feedbackForm .form .feedback .AgreementText .AgreementTitle {
    font-size: 16px;
  }
}
.md-sidenav-left .headX {
  display: flex;
  padding: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #56217A;
  width: 100%;
}
.md-sidenav-left .headX .closeMenuIcon {
  width: 25%;
}
.md-sidenav-left .headX .closeMenuIcon img {
  vertical-align: baseline;
}
.md-sidenav-left .headX .change {
  cursor: pointer;
  width: 75%;
  display: flex;
  justify-content: flex-end;
}
.md-sidenav-left .headX .change .img {
  display: inline-block;
  vertical-align: top;
  opacity: 0.5;
}
.md-sidenav-left .headX .change .img i {
  margin-right: 10px;
  margin-top: 2px;
}
.md-sidenav-left .headX .change .language {
  opacity: 0.5 !important;
}
.md-sidenav-left .headX .change p {
  width: calc(100% - 35px);
  word-wrap: break-word;
  color: white;
  display: inline-block;
}
.md-sidenav-left .bodyX .menuItem {
  padding-left: 20px;
  padding-top: 20px;
}
.md-sidenav-left .bodyX .menuItem div a {
  font-size: 1.1rem;
  line-height: 38px;
  height: inherit;
  width: 100%;
  color: #fff;
  display: block;
  font-family: "ProbaPro-Bold";
}
.md-sidenav-left .searchBlock {
  display: inline-block;
  padding: 0;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 30px;
}
.md-sidenav-left .searchBlock a .img {
  display: inline-block;
  padding: 0 1px;
}
.md-sidenav-left .searchBlock a .img .outapps {
  height: 23px;
  opacity: 0.5;
}
.md-sidenav-left .left {
  display: inline-flex;
}
.md-sidenav-left .left .rec_1 {
  height: 20px;
  width: 10px;
  background-color: #2669E3;
  display: block;
}
.md-sidenav-left .left .rec_2 {
  height: 20px;
  width: 10px;
  background-color: #FFE358;
  display: block;
}
.md-sidenav-left .left .title-wrap {
  padding-left: 11px;
}
.md-sidenav-left .left .title-wrap .title_1 {
  height: 24px;
  width: 65px;
  color: #FFFFFF;
  font-family: "ProbaPro-SemiBold";
  font-size: 24px;
  line-height: 31px;
  position: relative;
  top: -5px;
}
.md-sidenav-left .left .title-wrap .title_2 {
  height: 12.5px;
  width: 148px;
  color: #aab3c6;
  font-family: "ProbaPro-SemiBold";
  font-size: 12.5px;
  letter-spacing: 0.8px;
  line-height: 15px;
}
@media (max-width: 1200px) {
  #googlePopups {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  #googlePopups {
    display: none;
  }
  .leaflet-sidebar.right.visible ~ .leaflet-right {
    right: 0  !important;
  }
}
.leaflet-sidebar .close {
  display: none;
}
.infoAlertPopup md-dialog.md-transition-in,
.infoAlertPopup md-dialog.md-transition-out {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}
.md-title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.md-button.md-default-theme.md-primary,
.md-button.md-primary {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
footer {
  padding: 27px 35px !important;
  width: 100%;
  background-color: #F1F1F1;
}
footer .contacts {
  padding: 0 !important;
}
footer .contacts .map {
  display: inline-block;
  cursor: pointer;
}
footer .contacts .map p {
  display: inline-block;
  color: #56217A;
  font-size: 24px;
}
footer .contacts .map div {
  margin-left: 5px;
  display: inline-block;
}
footer .contacts .map div i {
  color: #56217A;
  vertical-align: bottom;
}
footer .contacts .contact label {
  font-size: 16px;
  color: #1D1D1B;
  font-family: "ProbaPro-Regular";
  font-weight: 100;
}
footer .contacts .contact p {
  margin-top: -9px;
  font-size: 16px;
  color: #56217A;
  margin-bottom: 7px;
}
footer .VisualImpairment .img {
  display: inline-block;
  vertical-align: top;
}
footer .VisualImpairment .img i {
  color: #56217A;
}
footer .VisualImpairment .text {
  display: inline-block;
  color: #56217A;
}
footer .apps .app {
  margin-top: 60px;
  display: inline-block;
  margin-right: 30px;
}
footer .apps .app .con .img {
  vertical-align: top;
  display: inline-block;
}
footer .apps .app .con .img img {
  height: 80px;
  border-radius: 25px;
}
footer .apps .app .con .info {
  display: inline-block;
  margin-left: 10px;
}
footer .apps .app .con .info label {
  color: #56217A;
}
footer .apps .app .con .info p {
  color: #9B9B9B;
  font-family: "ProbaPro-Regular";
  font-weight: 100;
  font-size: 16px;
  margin-top: -5px;
}
footer .apps .app .con .info .span {
  color: #62A415;
  font-size: 10px;
  letter-spacing: 1px;
  margin-top: 15px;
}
footer .apps .app .images {
  margin-top: 12px;
}
footer .apps .app .images .img {
  display: inline-block;
  margin-right: 5px;
}
footer .apps .app .images .img img {
  height: 45px;
}
footer .companyDev {
  font-family: "ProbaPro-Regular";
  font-size: 14px;
  line-height: 20px;
  color: #4A4A4A;
  width: 100%;
  max-width: 615px;
  display: flex;
  justify-content: flex-end;
  padding-top: 50px;
}
footer .companyDev a {
  padding-right: 2px;
}
@media screen and (max-width: 682px) {
  footer .apps {
    display: unset;
    padding-left: 0px;
  }
}
header {
  padding-bottom: 10px !important;
  width: 100%;
  background: radial-gradient(circle, #803DAD 0%, #56217A 100%);
}
header.container {
  padding: 27px 0;
}
@media screen and (max-width: 389px) {
  header {
    padding: 27px 13px !important;
  }
}
header .my-cab-link {
  margin-top: 5px;
}
header .my-cab-link a {
  color: #ffffff;
  display: inline-block;
  cursor: pointer;
}
header .pics div {
  padding: 0;
}
header .pics .basicEl .left {
  margin-bottom: 20px;
  display: inline-flex;
  padding-left: 35px;
}
header .pics .basicEl .left .rec_1 {
  height: 20px;
  width: 10px;
  background-color: #2669E3;
  display: block;
}
header .pics .basicEl .left .rec_2 {
  height: 20px;
  width: 10px;
  background-color: #FFE358;
  display: block;
}
header .pics .basicEl .left .title-wrap {
  padding-left: 11px;
}
header .pics .basicEl .left .title-wrap .title_1 {
  height: 24px;
  width: 65px;
  color: #FFFFFF;
  font-family: "ProbaPro-SemiBold";
  font-size: 24px;
  line-height: 31px;
  position: relative;
  top: -5px;
}
header .pics .basicEl .left .title-wrap .title_2 {
  height: 12.5px;
  width: 148px;
  color: #aab3c6;
  font-family: "ProbaPro-SemiBold";
  font-size: 12.5px;
  letter-spacing: 0.8px;
  line-height: 15px;
}
header .pics .basicEl .left img {
  height: 40px;
}
header .pics .basicEl .menu-mobile {
  display: none;
  width: 50%;
  align-items: flex-end;
  justify-content: flex-end;
  margin-bottom: 20px;
}
header .pics .center {
  text-align: center;
}
header .pics .center .img {
  display: inline-block;
}
header .pics .center .img img {
  height: 115px;
  border-radius: 20px;
}
header .pics .center h3 {
  color: white;
  letter-spacing: 0.5px;
  font-size: 20px;
}
header .pics .center p {
  font-family: "ProbaPro-Regular";
  margin-top: -25px;
  margin-bottom: 2px;
  color: white;
}
header .pics .right {
  padding-right: 35px;
}
header .pics .right .change {
  cursor: pointer;
  margin-left: 60px;
}
header .pics .right .change .font-wrapper {
  width: 150px;
  display: flex;
  justify-content: space-between;
}
header .pics .right .change .font-wrapper .fontMagnifier {
  width: 45px;
  height: 22px;
  border: 2px solid #000;
  font-size: 14px;
  text-align: center;
}
header .pics .right .change .img {
  display: inline-block;
  vertical-align: top;
  opacity: 0.5;
}
header .pics .right .change .img i {
  margin-right: 10px;
  margin-top: 2px;
}
header .pics .right .change .language {
  opacity: 0.5 !important;
}
header .pics .right .change p {
  width: calc(100% - 35px);
  word-wrap: break-word;
  color: white;
  display: inline-block;
}
header .pics .searchBlock {
  display: inline-block;
  padding: 0;
  margin-left: 60px;
}
header .pics .searchBlock a .img {
  display: inline-block;
  padding: 0 1px;
}
header .pics .searchBlock a .img img {
  height: 23px;
  opacity: 0.5;
}
header .pics .searchBlock .s {
  display: inline-block;
  float: right;
  margin-left: 10px;
}
header .pics .searchBlock .s .img {
  display: inline-block;
}
header .pics .searchBlock .s .img i {
  vertical-align: middle;
  font-size: 30px;
}
header .pics .searchBlock .s span {
  background: transparent;
  border: none;
  width: 80px;
  outline: none;
  color: white;
}
header .pics .searchBlock .s span::-webkit-input-placeholder {
  color: white;
}
header .pics .searchBlock .s span::-moz-placeholder {
  color: white;
}
header .pics .searchBlock .s span:-ms-input-placeholder {
  color: white;
}
header .pics .searchBlock .s span:-moz-placeholder {
  color: white;
}
header .menu .items {
  padding: 0 35px;
  margin-bottom: -10px;
}
header .menu .items .menuItem {
  display: inline-block;
  padding: 18px 12px;
}
header .menu .items .menuItem a {
  display: inline-block;
  color: white;
  font-family: "ProbaPro-Bold";
  font-size: 17px;
  cursor: pointer;
}
header .menu .items .menuItem div {
  display: inline-block;
}
header .menu .items .menuItem div i {
  margin-left: 3px;
  color: white;
  font-size: 19px;
  vertical-align: middle;
}
header .menu .items .menuItem .sumItems {
  display: none;
  background-color: #273043;
  z-index: 20;
  position: absolute;
  top: 63px;
  left: 0;
  right: 0;
}
header .menu .items .menuItem .sumItems .menuItem {
  display: block;
  margin: 0px;
  padding: 25px 25px;
}
header .menu .items .menuItem .sumItems .menuItem a {
  font-family: "ProbaPro-Regular";
  cursor: pointer;
}
header .menu .items .menuItem:hover {
  background-color: #273043;
}
header .menu .items .menuItem:hover > a {
  color: #FFFFFF;
}
header .menu .items .menuItem:hover div i {
  color: #FFFFFF;
}
header .menu .items .menuItem:hover .sumItems {
  display: block !important;
}
@media screen and (max-width: 500px) {
  header .menu .items {
    display: none;
  }
  header .pics .basicEl {
    display: flex;
    width: 100%;
  }
  header .pics .basicEl .left {
    width: 50%;
  }
  header .pics .basicEl .menu-mobile {
    display: flex;
  }
}
.main {
  padding: 0 !important;
  background: white;
}
.main .line {
  border-top: 1px solid #E6E6E6;
  width: 100%;
}
.main .info {
  margin-top: 25px;
}
.main .info .inf {
  text-align: center;
  margin-bottom: 30px;
}
.main .info .inf .img img {
  height: 100px;
}
.main .info .inf label {
  color: #56217A;
  font-family: "ProbaPro-Regular";
  font-size: 35px;
  font-weight: 100;
}
.main .info .inf p {
  color: #56217A;
  font-family: "ProbaPro-Regular";
  font-size: 24px;
  margin-top: -15px;
}
.main .categories .categories2 {
  border-right: 1px solid #E6E6E6;
  padding-bottom: 10px;
}
.main .categories .categories2 h2 {
  font-size: 32px;
}
.main .categories .categories2 .cat {
  text-align: center;
  margin-bottom: 40px;
  width: 245px;
  margin-left: calc(50% - 122px) !important;
}
.main .categories .categories2 .cat .img img {
  height: 80px;
}
.main .categories .categories2 .cat .img .count {
  height: 30px;
  width: 30px;
  border-radius: 15px;
  background-color: #56217A;
  text-align: center;
  padding-top: 6px;
  position: absolute;
  top: 0px;
  margin-left: 148px;
}
.main .categories .categories2 .cat .img .count p {
  margin: 0 !important;
  color: white;
  font-size: 12px;
  line-height: 20px;
}
.main .categories .categories2 .cat p {
  color: #56217A;
  margin-top: 15px;
  height: 1em;
  line-height: 24px;
}
.main .categories .categories2 .cat .line {
  width: 125px;
  border-bottom: 2px solid #56217A;
  opacity: 0.2;
  margin: 0px 61px;
  height: 35px;
}
.main .categories .news .checkUserCase {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
.main .categories .news .checkUserCase .checkBlock .title,
.main .categories .news .checkUserCase .passportBlock .title {
  margin-bottom: 20px;
}
.main .categories .news .checkUserCase .checkBlock .sendToActive,
.main .categories .news .checkUserCase .passportBlock .sendToActive {
  margin-top: 30px;
  background-color: #56217A;
  border: 0;
  color: #ffffff;
  width: 180px;
  height: 40px;
  font-family: "ProbaPro-Bold";
}
.main .categories .news .checkUserCase .statusBlock {
  display: none;
}
.main .categories .news .checkUserCase .statusBlock .title {
  margin-bottom: 20px;
}
.main .categories .news .checkUserCase .statusBlock .statusText {
  font-family: "ProbaPro-Regular";
}
.main .categories .news .checkUserCase .statusBlock .link {
  margin-top: 20px;
}
.main .categories .news .checkUserCase .statusBlock .link a {
  color: #56217A;
  cursor: pointer;
}
.main .categories .news h2 {
  font-size: 32px;
  margin-bottom: 20px;
}
.main .categories .news .new {
  margin-bottom: 25px;
}
.main .categories .news .new .date {
  opacity: 0.5;
  color: #000000;
  font-size: 16px;
  font-family: "ProbaPro-Regular";
  line-height: 20px;
}
.main .categories .news .new .title {
  color: #56217A;
  font-size: 16px;
  line-height: 24px;
  font-family: "ProbaPro-Regular";
}
.main .categories .news .allNews {
  cursor: pointer;
}
.main .categories .news .allNews p {
  display: inline-block;
  color: #56217A;
}
.main .categories .news .allNews .img {
  display: inline-block;
}
.main .categories .news .allNews .img i {
  margin-top: -2px;
  color: #56217A;
  vertical-align: middle;
}
.main .map {
  padding: 0;
}
.main .map h3 {
  font-size: 32px;
  margin-left: 35px;
}
.main .map .mapCNAP {
  height: 500px;
  width: 100%;
  background-color: #fff !important;
}
.main .map .cnaps {
  padding: 20px;
  background-color: #F8F8F8;
}
.main .map .cnaps .cnap {
  padding: 0;
}
.main .map .cnaps .cnap .mid {
  margin-left: calc(50% - 185px) !important;
}
.main .map .cnaps .cnap div[id^="cnap2"] {
  height: 170px;
  width: 370px;
  margin: 6px;
  padding: 15px;
  border-radius: 4px;
  background-color: #FFFFFF;
}
.main .map .cnaps .cnap div[id^="cnap2"] .infoWI .img {
  margin-top: -4px;
  vertical-align: top;
  margin-left: -10px;
  display: inline-block;
}
.main .map .cnaps .cnap div[id^="cnap2"] .infoWI .img i {
  font-size: 55px;
  color: #56217A;
}
.main .map .cnaps .cnap div[id^="cnap2"] .infoWI .img .small {
  font-size: 30px;
  margin-left: 9px;
  margin-top: 5px;
  margin-right: 13px;
  height: 28px;
  width: 28px;
}
.main .map .cnaps .cnap div[id^="cnap2"] .infoWI .img .phone {
  font-size: 26px;
  margin-left: 11px !important;
  margin-top: 7px !important;
  width: 25px;
  height: 26px;
}
.main .map .cnaps .cnap div[id^="cnap2"] .infoWI a {
  color: #4A4A4A;
}
.main .map .cnaps .cnap div[id^="cnap2"] .infoWI .title {
  display: inline-block;
  max-width: calc(100% - 60px) !important;
  font-size: 18px;
  color: #56217A;
  line-height: 22px;
}
.main .map .cnaps .cnap div[id^="cnap2"] .infoWI .smallT {
  height: 28px;
  width: 277px;
  font-family: "ProbaPro-Regular";
  color: #4A4A4A !important;
  font-size: 16px;
  line-height: 24px;
}
.main .map .cnaps .cnap div[id^="cnap2"] .infoWI .maintitle {
  margin-top: -2px;
  margin-left: 15px;
  width: 301px;
  height: 53px;
  font-family: "ProbaPro-Bold";
}
.main .map .cnaps .cnap div[id^="cnap2"]:hover {
  cursor: pointer;
  background-color: #F4EFF8;
}
.main .popupGoogleCnapShow {
  display: block !important;
  top: 0px !important;
}
.main div[id^="popupGoogleCnap"] {
  height: 446px;
  width: 350px;
  border-radius: 4px;
  background-color: #FFFFFF;
  display: none;
  margin-right: 70px;
}
.main div[id^="popupGoogleCnap"] .popupitem {
  display: inline-flex;
}
.main div[id^="popupGoogleCnap"] .popupitem .img {
  vertical-align: top;
  display: inline-block;
}
.main div[id^="popupGoogleCnap"] .popupitem .titleitem {
  padding-top: 10px;
}
.main div[id^="popupGoogleCnap"] .popupitem .maintitle {
  height: 56px;
  width: 320px;
  font-size: 18px;
  font-family: "ProbaPro-Bold";
  color: #56217A;
  line-height: 24px;
  display: inline-block;
  padding-left: 22.5px;
  padding-top: 17px;
  margin-bottom: 42px;
}
.main div[id^="popupGoogleCnap"] .popupitem .smallT {
  height: 28px;
  width: 277px;
  font-family: "ProbaPro-Regular";
  color: #4A4A4A !important;
  font-size: 16px;
  display: inline-block;
  line-height: 24px;
  padding-left: 14px;
}
.main div[id^="popupGoogleCnap"] .popupitem .smallT .grayText {
  font-family: "ProbaPro-Regular";
  color: #d6d6d6;
  font-size: 16px;
}
.main div[id^="popupGoogleCnap"] .popupitem .smallT .redText {
  font-family: "ProbaPro-Regular";
  color: #ffbcbc;
  font-size: 16px;
}
.main div[id^="popupGoogleCnap"] .popupitem .smallT .originText {
  font-family: "ProbaPro-Regular";
  color: #4A4A4A !important;
  font-size: 16px;
}
.main div[id^="popupGoogleCnap"] .popupitem .smallT .purpleText {
  font-family: "ProbaPro-Bold";
  color: #56217A;
  font-size: 16px;
}
.main div[id^="popupGoogleCnap"] .popupitem .contacts {
  height: 28px;
  width: 277px;
  font-family: "ProbaPro-Regular";
  color: #4A4A4A !important;
  font-size: 16px;
  display: inline-block;
  line-height: 24px;
  padding-left: 12px;
  margin-top: 5px;
}
.main div[id^="popupGoogleCnap"] .popupitem .contacts a {
  color: #4A4A4A;
}
.main div[id^="popupGoogleCnap"] .popupitem .phone {
  width: 25px;
  height: 26px;
  font-size: 26px !important;
  margin-left: 17px !important;
  margin-top: 5px;
}
.main div[id^="popupGoogleCnap"] .popupitem .pointer {
  width: 25px;
  height: 26px;
  font-size: 30px !important;
  margin-left: 15px !important;
}
.main div[id^="popupGoogleCnap"] .popupitem .calendar {
  width: 25px;
  height: 26px;
  font-size: 25px !important;
  margin-left: 18px !important;
  margin-top: 5px;
}
.main div[id^="popupGoogleCnap"] .popupitem .material-icons.street {
  font-size: 36px;
  color: #56217A;
  display: inline-block;
}
.main div[id^="popupGoogleCnap"] .popupitem .schedule {
  height: 130px;
  width: 282px;
  display: inline-flex;
  margin-bottom: 17px;
  margin-top: 20px;
}
.main div[id^="popupGoogleCnap"] .popupitem .schedule .workday-wrapper {
  padding-left: 13px;
  margin-top: 5px;
  width: 300px;
  min-width: 300px;
}
.main div[id^="popupGoogleCnap"] .popupitem .schedule .workday-wrapper .date .day {
  color: #171E42;
  font-family: "ProbaPro-Regular";
  font-size: 16px;
}
.main div[id^="popupGoogleCnap"] .popupitem .schedule .workday-wrapper .date .lineX {
  box-sizing: border-box;
  height: 3px;
  border-bottom: 1px solid #4A4A4A;
  opacity: 0.1;
  display: inline-block;
  margin-top: 16px;
}
.main div[id^="popupGoogleCnap"] .popupitem .schedule .workday-wrapper .date .time {
  font-family: "ProbaPro-Regular";
  color: #4A4A4A !important;
  font-size: 16px;
  padding-left: 10px;
}
.main div[id^="popupGoogleCnap"] .popupitem .schedule .workday-wrapper .date .time-red {
  width: 66px;
  font-family: "ProbaPro-Regular";
  color: #ffbcbc;
  font-size: 16px;
  padding-left: 10px;
}
.main div[id^="popupGoogleCnap"] .workload {
  height: 22px;
  width: 310px;
  font-family: "ProbaPro-Regular" !important;
  line-height: 21px;
  display: inline-block;
  padding-left: 17px;
}
.main div[id^="popupGoogleCnap"] .workload .purpleText {
  color: #56217A;
}
.main div[id^="popupGoogleCnap"] .workload .violetText {
  color: #D3C1DF;
}
.main div[id^="popupGoogleCnap"] .loading {
  height: 82px;
  width: 296px;
  margin-left: 26px;
  margin-top: 7px;
}
.main div[id^="popupGoogleCnap"] .loading .grid-line {
  border-bottom: 1px solid #979797;
  width: 290px;
}
.main div[id^="popupGoogleCnap"] .loading .top-shape {
  height: 0.5px;
  width: 290px;
  background-color: #D8D8D8;
}
.main div[id^="popupGoogleCnap"] .loading .below-shape {
  height: 1px;
  width: 290px;
  opacity: 0.2;
  background-color: #979797;
}
.main div[id^="popupGoogleCnap"] .loading .below-shape-first {
  height: 2px;
  width: 10px;
  border-right: 1px solid #f2f2f2;
  display: inline-flex;
}
.main div[id^="popupGoogleCnap"] .loading .below-shape-middle-21 {
  height: 2px;
  width: 21px;
  border-right: 1px solid #f2f2f2;
  display: inline-flex;
  margin-left: 1px;
}
.main div[id^="popupGoogleCnap"] .loading .below-shape-middle-22 {
  height: 2px;
  width: 22px;
  border-right: 1px solid #f2f2f2;
  display: inline-flex;
  margin-left: 1px;
}
.main div[id^="popupGoogleCnap"] .loading .below-shape-middle-22-first {
  height: 2px;
  width: 22px;
  border-right: 1px solid #f2f2f2;
  display: inline-flex;
  margin-left: 1px;
}
.main div[id^="popupGoogleCnap"] .loading .below-shape-last {
  height: 5px;
  width: 10px;
  display: flex;
}
.main div[id^="popupGoogleCnap"] .loading .below-shape-wrapper {
  font-size: 0;
}
.main div[id^="popupGoogleCnap"] .loading .group {
  height: 60px;
  width: 290px;
  font-size: 0;
  background-image: url("../images/grid-line.jpg");
  background-repeat: repeat-y;
}
.main div[id^="popupGoogleCnap"] .loading .group .rectangle-copy-space {
  height: 60px;
  width: 10px;
  display: inline-flex;
}
.main div[id^="popupGoogleCnap"] .loading .group .rectangle-copy-1 {
  width: 22px;
  border-radius: 2px 2px 0 0;
  background-color: #D3C1DF;
  display: inline-block;
}
.main div[id^="popupGoogleCnap"] .loading .group .rectangle-copy-2 {
  width: 21px;
  border-radius: 2px 2px 0 0;
  background-color: #D3C1DF;
  display: inline-block;
  margin-left: 1px;
}
.main div[id^="popupGoogleCnap"] .loading .group .rectangle-copy-3 {
  width: 22px;
  border-radius: 2px 2px 0 0;
  background-color: #D3C1DF;
  display: inline-block;
  margin-left: 1px;
}
.main div[id^="popupGoogleCnap"] .loading .group .rectangle-copy-4 {
  width: 21px;
  border-radius: 2px 2px 0 0;
  background-color: #D3C1DF;
  display: inline-block;
  margin-left: 1px;
}
.main div[id^="popupGoogleCnap"] .loading .group .rectangle-copy-5 {
  width: 22px;
  border-radius: 2px 2px 0 0;
  background-color: #56217A;
  display: inline-block;
  margin-left: 1px;
}
.main div[id^="popupGoogleCnap"] .loading .group .rectangle-copy-6 {
  width: 21px;
  border-radius: 2px 2px 0 0;
  background-color: #D3C1DF;
  display: inline-block;
  margin-left: 1px;
}
.main div[id^="popupGoogleCnap"] .loading .group .rectangle-copy-7 {
  width: 22px;
  border-radius: 2px 2px 0 0;
  background-color: #D3C1DF;
  display: inline-block;
  margin-left: 1px;
}
.main div[id^="popupGoogleCnap"] .loading .group .rectangle-copy-8 {
  width: 21px;
  border-radius: 2px 2px 0 0;
  background-color: #D3C1DF;
  display: inline-block;
  margin-left: 1px;
}
.main div[id^="popupGoogleCnap"] .loading .group .rectangle-copy-9 {
  width: 22px;
  border-radius: 2px 2px 0 0;
  background-color: #D3C1DF;
  display: inline-block;
  margin-left: 1px;
}
.main div[id^="popupGoogleCnap"] .loading .group .rectangle-copy-10 {
  width: 21px;
  border-radius: 2px 2px 0 0;
  background-color: #D3C1DF;
  display: inline-block;
  margin-left: 1px;
}
.main div[id^="popupGoogleCnap"] .loading .group .rectangle-copy-11 {
  width: 22px;
  border-radius: 2px 2px 0 0;
  background-color: #D3C1DF;
  display: inline-block;
  margin-left: 1px;
}
.main div[id^="popupGoogleCnap"] .loading .group .rectangle-copy-12 {
  width: 21px;
  border-radius: 2px 2px 0 0;
  background-color: #D3C1DF;
  display: inline-block;
  margin-left: 1px;
}
.main div[id^="popupGoogleCnap"] .loading .group .combined-shape {
  height: 10px;
  border: 1px solid #F7F7F7;
  font-size: 0;
}
.main div[id^="popupGoogleCnap"] .loading .timeload {
  display: inline-flex;
}
.main div[id^="popupGoogleCnap"] .loading .timeload .time-1 {
  height: 12px;
  width: 23px;
  color: #4A4A4A !important;
  font-family: "ProbaPro-Regular" !important;
  font-size: 12px;
  line-height: 15px;
  display: inline-block;
}
.main div[id^="popupGoogleCnap"] .loading .timeload .time-2 {
  height: 12px;
  width: 27px;
  color: #4A4A4A !important;
  font-family: "ProbaPro-Regular" !important;
  font-size: 12px;
  line-height: 15px;
  display: inline-block;
  text-align: center;
  margin-left: 40px;
}
.main div[id^="popupGoogleCnap"] .loading .timeload .time-3 {
  height: 12px;
  width: 27px;
  color: #4A4A4A !important;
  font-family: "ProbaPro-Regular" !important;
  font-size: 12px;
  line-height: 15px;
  display: inline-block;
  margin-left: 40px;
}
.main div[id^="popupGoogleCnap"] .loading .timeload .time-4 {
  height: 12px;
  width: 27px;
  color: #4A4A4A !important;
  font-family: "ProbaPro-Regular" !important;
  font-size: 12px;
  line-height: 15px;
  display: inline-block;
  margin-left: 40px;
}
.main div[id^="popupGoogleCnap"] .loading .timeload .time-5 {
  height: 12px;
  width: 27px;
  color: #4A4A4A !important;
  font-family: "ProbaPro-Regular" !important;
  font-size: 12px;
  line-height: 15px;
  display: inline-block;
  text-align: center;
  margin-left: 40px;
}
.main .pass {
  height: 170px;
  width: 370px;
  border-radius: 4px;
  margin: 6px;
  padding: 15px;
  background: linear-gradient(99.68deg, #A1E497 7.23%, #208EFF 106.37%);
}
.main .pass .cnapInfo {
  height: 149px;
  width: 260px;
}
.main .pass .cnapInfo p {
  height: 94px;
  color: #000000;
  display: inline-block;
  line-height: 30px;
  font-size: 30px;
}
.main .pass .cnapInfo p:nth-child(2) {
  font-family: "ProbaPro-Regular";
  font-size: 16px;
}
.main .pass .cnapInfo .linkOut p {
  height: auto;
  font-size: 18px;
}
.main .pass .cnapInfo .linkOut .img {
  display: inline-block;
  margin-left: 13px;
}
.main .pass .cnapInfo a .linkOut .img i {
  vertical-align: middle;
  font-size: 35px;
}
.main .links {
  background-color: white;
  padding: 20px;
}
.main .links .link {
  padding: 0;
}
.main .links .link .link2 {
  padding: 15px;
  width: 380px;
  height: 215px;
  overflow-y: hidden;
}
.main .links .link .link2 img {
  height: auto;
  width: 100%;
}
.main .links .link .link2 .filter {
  position: absolute;
  height: 200px;
  width: 350px;
  background-color: #56217A;
  opacity: 0.8;
  z-index: 5;
  top: 15px;
}
.main .links .link .link2 .greenF {
  background-color: green;
  opacity: 0.4;
}
.main .links .link .link2 h2 {
  position: absolute;
  z-index: 7;
  color: #FFFFFF;
  font-family: "ProbaPro-Regular";
  line-height: 34px;
  font-size: 36px;
  top: 10px;
  left: 40px;
  height: 84px;
  width: 299px;
  padding: 6px;
}
.main .links .link .link2 a {
  position: absolute;
  z-index: 7;
  left: 30px;
  bottom: 25px;
  max-width: 300px;
}
.main .links .link .link2 a .linkOut p {
  height: 18px;
  width: 133px;
  color: #FFFFFF;
  font-family: "ProbaPro-SemiBold";
  font-size: 18px;
  line-height: 23px;
  display: inline-block;
}
.main .links .link .link2 a .linkOut .img {
  display: inline-block;
}
.main .links .link .link2 a .linkOut .img i {
  vertical-align: text-top;
  font-size: 25px;
}
.main .links .link .link2 .logo {
  position: absolute;
  z-index: 7;
  bottom: 30px;
  right: 45px;
}
.main .links .link .link2 .logo img {
  height: 50px;
  width: auto;
}
.main .viewsCounter {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  padding-right: 30px;
}
.main .search-form-dis {
  display: none;
}
.main .search-form {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: auto;
  padding: 20px 20px 50px 25px;
  background-color: #273043;
  z-index: 3;
  transition: 0.5s ease-in-out;
}
.main .search-form .btns-wrap {
  padding-left: 20px;
  margin-bottom: 60px;
  margin-top: 5px;
}
.main .search-form .btns-wrap .close-icon {
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: right;
}
.main .search-form .btns-wrap a {
  font-size: 100%;
  color: #fff;
  font-family: "ProbaPro-Bold", "ProbaPro-Regular";
  line-height: 11px;
  cursor: pointer;
  padding: 10px 19px;
  transition: 0.2s ease-in-out;
}
.main .search-form .btns-wrap a.active {
  background: #56217A;
  border-radius: 20px;
}
.main .search-form label {
  width: 100%;
  color: #fff;
  display: block;
  font-weight: 100;
  font-family: "ProbaPro-Bold", "ProbaPro-SemiBold";
}
.main .search-form .input {
  width: 100%;
  display: block;
  background-color: #5b6a7d;
  height: 50px;
  border: none;
  color: #fff;
  padding-left: 20px;
  margin-top: 10px;
}
.main .search-form .submit-label {
  color: #000;
  margin-top: 10px;
}
.main .search-form .submit-label .search-btn {
  position: relative;
  display: block;
  float: left;
  margin-right: 30px;
  height: 50px;
  width: 100%;
  margin-top: 25px;
  text-align: center;
  font-family: "ProbaPro-Bold", "ProbaPro-SemiBold";
  background: #ffe358;
  border: none;
  letter-spacing: 0;
  line-height: 39px;
  padding-left: 20px;
}
.main .search-form .submit-label:after {
  z-index: 1;
  content: "";
  position: absolute;
  left: 50px;
  top: 40px;
  width: 20px;
  height: 20px;
  margin-top: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-image: url(../images/icn-search-black.svg);
}
.main #jumboCarousel {
  padding: 30px;
  width: calc(100%-60px);
  height: 420px;
  min-height: max-content;
  margin-bottom: -25px;
  z-index: 1;
}
.main #jumboCarousel .left {
  padding: 0 !important;
}
.main #jumboCarousel .rightX {
  padding: 30px !important;
  min-height: 100%;
  background-color: #F4EFF8;
}
.main #jumboCarousel .rightX h2 {
  color: #56217A;
  font-size: 32px;
  line-height: 42px;
  margin-top: 30px;
}
.main #jumboCarousel .rightX .more {
  position: absolute;
  bottom: 25px;
  cursor: pointer;
}
.main #jumboCarousel .rightX .more p {
  color: #56217A;
  display: inline-block;
}
.main #jumboCarousel .rightX .more .img {
  display: inline-block;
}
.main #jumboCarousel .rightX .more .img i {
  margin-left: 5px;
  vertical-align: middle;
  color: #56217A;
  font-size: 25px;
}
.main #jumboCarousel img {
  height: 360px;
  width: auto;
  min-width: 100%;
}
.main #jumboCarousel > .carousel-indicators > li {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #56217A;
  opacity: 0.1;
  margin-right: 3px;
  margin-left: 3px;
  cursor: pointer;
}
.main #jumboCarousel > .carousel-indicators > .active {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  opacity: 1;
}
.main #jumboCarousel .carousel-caption {
  color: white;
  text-align: center;
  max-width: 300px;
  left: none !important;
  right: 0;
  left: 75px;
  top: 1px;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  height: 100%;
}
.main .carousel-inner {
  height: 360px;
}
.main .item {
  transform-style: preserve-3d;
  height: 360px;
}
.main .prev {
  padding: 0 !important;
}
.main .carousel-indicators {
  bottom: auto !important;
  position: absolute;
  z-index: 14;
  width: 32%;
  top: 50px;
  right: 30px;
  left: auto;
  vertical-align: middle;
}
.blockSites {
  padding: 15px;
  background: radial-gradient(circle, #803DAD 0%, #56217A 100%);
  padding: 25px 65px;
}
.blockSites .item {
  min-width: 230px;
}
.blockSites .item p {
  font-family: "ProbaPro-Regular";
  color: white;
  font-size: 16px;
  display: inherit;
}
.blockSites .item p:hover {
  border-bottom: 1px solid #fff;
}
.blockSites .bott {
  padding-top: 70px;
  padding-bottom: 10px;
}
.blockSites .close {
  position: absolute;
  right: 14px;
  top: 10px;
}
.blockSites .close i {
  font-size: 12px;
}
._md {
  top: 60px;
  position: absolute;
  border-radius: 0px;
  max-width: 675px;
  /*left: 21%;*/
  margin-right: 10px;
  margin-left: 10px;
  /*height: 100%;*/
  overflow: inherit;
}
._md .container-mainpagepopup {
  /*height: calc(~'100% - 50px');
        overflow-y: auto;*/
  height: 100%;
}
._md .container-mainpagepopup .content {
  overflow-y: auto;
  height: calc(100% - 50px);
}
@media screen and (max-height: 600px) {
  ._md {
    height: 100%;
  }
}
.supportBlock {
  padding-right: 15px;
  padding-bottom: 10px;
  margin-top: 10px;
}
.supportBlock .contact {
  font-family: "ProbaPro-Regular";
  font-size: 13px;
  line-height: 20px;
  color: #4A4A4A;
  padding-bottom: 20px;
}
.supportBlock .contact a {
  color: #2D5CA6;
}
.supportBlock .contact a:hover {
  color: #254c8a;
}
.supportBlock .logo {
  padding: 0px 15px 3px 0;
}
.supportBlock .logo img {
  width: 40px;
}
.d {
  color: red;
}
/*
.activeNewsCategory, .activeNewsCategory:hover, .activeNewsCategory:focus {
    background-color: #787878;
    color: white;
}

.categoryFilter {
    margin-left: 1%;
}

.dateFilter {
    padding-bottom: 7%;
    margin-left: 1%;
    margin-top: 15px;
}

.categoryFilterA, .activeNewsCategory {
    margin-top: 10px;
}

.dateFilerA, .categoryFilterA, .activeNewsCategory {
    padding-left: 1.5%;
    padding-right: 1.5%;
    float: left;
    text-decoration: none;
    border: solid 1px;
    margin-right: 1%;
}

.dateFilerA:hover, .categoryFilterA:hover {
    background-color: #56217a;
    color: aliceblue;
}*/
.activeNewsCategory,
.activeNewsCategory:hover,
.activeNewsCategory:focus {
  background-color: #787878;
  color: white;
}
.newsBlock {
  display: flex;
  /*flex-wrap: wrap;*/
}
.dateFilter {
  padding-bottom: 15px;
}
.dateFilter .monthPicker {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
  height: 30px;
}
.dateFilter .monthPicker .selectMonth {
  border: unset;
  font-size: 16px;
}
.dateFilter .monthPicker .selectMonth option {
  font-family: "ProbaPro-Bold";
}
.dateFilter .monthPicker select:focus {
  border: unset;
  outline: unset;
}
.categoryFilter,
.dateFilter {
  display: flex;
  flex-wrap: wrap;
}
.categoryFilter > a,
.dateFilter > a {
  background: #eaeaee;
  border-radius: 28px;
  cursor: pointer;
  padding: 0 0.9375rem;
  margin-right: 0.3125rem;
  margin-left: 0.3125rem;
  margin-bottom: 0.5625rem;
  transition: background 0.4s;
  color: #9c9c9c;
  font-size: 0.875rem;
  line-height: 1.8rem;
  font-weight: 400;
  font-family: "ProbaPro-Regular";
}
.categoryFilter > a:hover,
.dateFilter > a:hover {
  background-color: #d8d8d8;
  border: none;
}
.categoryFilter > a.activeNewsCategory,
.dateFilter > a.activeNewsCategory,
.categoryFilter > a.activeNewsCategory:hover,
.dateFilter > a.activeNewsCategory:hover,
.categoryFilter > a.activeNewsCategory:focus,
.dateFilter > a.activeNewsCategory:focus {
  background-color: #787878;
  color: white;
}
.content .main_content .categoryFilter > a:hover,
.content .main_content .dateFilter > a:hover {
  border: none;
}
.newsBlock-content {
  flex: 0 0 64%;
  width: 740px;
  padding-right: 40px;
  padding-left: 14px;
  margin-top: 40px;
  min-height: 500px;
}
.newsBlock-content .news_article {
  max-width: inherit;
}
.newsBlock-right {
  flex: 0 0 400px;
  position: relative;
  width: 400px;
}
.stickyMain {
  /* position: sticky;
    top: 0;
    height: 100vh;*/
  width: 400px;
  margin-top: 40px;
}
.stickyMain.fixed {
  position: fixed;
  padding-top: 80px;
  top: 0;
}
#wrapper.fix-bottom-VP #sc,
#wrapper.fix-top-VP #sc {
  position: fixed;
  /* padding-top: 80px;
    top: 0;*/
}
#wrapper.fix-bottom-VP #sc {
  bottom: 0;
}
#wrapper.fix-top-VP #sc {
  top: 0;
}
#wrapper.flex-bottom {
  align-items: flex-end;
}
.search-form-news {
  display: flex;
  align-items: center;
  border: 1px solid #b5b5b5;
  height: 49px;
  border-radius: 50px;
  overflow: hidden;
  margin: 0 5px 25px;
}
.search-form-news input {
  background: 0 0;
  border: none;
  font-size: 0.875rem;
  line-height: 120%;
  font-weight: 300;
  color: #000;
  padding: 0;
  height: 100%;
  flex-grow: 1;
  order: 1;
  outline: none;
}
.search-form-news button {
  background: 0 0;
  border: none;
  padding: 0 15px;
}
.search-form-news button img {
  padding: 0;
  margin: 0 !important;
}
.container-mainpagepopup .header {
  background: radial-gradient(circle, #803DAD 0%, #56217A 100%);
  display: flex;
  align-content: center;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
}
.container-mainpagepopup .header .title {
  color: #fff;
  font-family: "ProbaPro-Regular";
  font-size: 25px;
  width: 65%;
  text-align: end;
}
.container-mainpagepopup .header .closeBtn {
  width: 35%;
  text-align: end;
}
.container-mainpagepopup .content {
  padding: 25px 35px 25px 35px;
}
.container-mainpagepopup .content .text p,
.container-mainpagepopup .content .text span,
.container-mainpagepopup .content .text div,
.container-mainpagepopup .content .text li {
  font-size: 90%;
  color: #1D1D1B;
  font-family: "ProbaPro-Regular";
  line-height: 22px;
  word-wrap: break-word;
}
.content-elqueue .chooseServicesBlock {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.content-elqueue .chooseServicesBlock .wrapperFirstPage,
.content-elqueue .chooseServicesBlock .wrapperSecondPage {
  width: 70%;
}
.content-elqueue .chooseServicesBlock .wrapperThirdPage {
  padding: 0 20px;
  width: 100%;
}
.content-elqueue .chooseServicesBlock .wrapperFirstPage .wrapperFields,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .wrapperFields,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .wrapperFields,
.content-elqueue .chooseServicesBlock .wrapperFourPage .wrapperFields {
  margin-top: 35px;
}
.content-elqueue .chooseServicesBlock .wrapperFirstPage .wrapperFields .field .requiredSymbol,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .wrapperFields .field .requiredSymbol,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .wrapperFields .field .requiredSymbol,
.content-elqueue .chooseServicesBlock .wrapperFourPage .wrapperFields .field .requiredSymbol {
  color: #ff0000;
}
.content-elqueue .chooseServicesBlock .wrapperFirstPage .wrapperFields .field .invalid_phone_hidden,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .wrapperFields .field .invalid_phone_hidden,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .wrapperFields .field .invalid_phone_hidden,
.content-elqueue .chooseServicesBlock .wrapperFourPage .wrapperFields .field .invalid_phone_hidden {
  display: none;
}
.content-elqueue .chooseServicesBlock .wrapperFirstPage .wrapperFields .field .invalid_phone_visible,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .wrapperFields .field .invalid_phone_visible,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .wrapperFields .field .invalid_phone_visible,
.content-elqueue .chooseServicesBlock .wrapperFourPage .wrapperFields .field .invalid_phone_visible {
  color: #ff0000;
  padding: 0;
  font-style: italic;
  display: block;
}
.content-elqueue .chooseServicesBlock .wrapperFirstPage .wrapperFields .field .invalidfield,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .wrapperFields .field .invalidfield,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .wrapperFields .field .invalidfield,
.content-elqueue .chooseServicesBlock .wrapperFourPage .wrapperFields .field .invalidfield {
  border-color: #ff0000;
}
.content-elqueue .chooseServicesBlock .wrapperFirstPage .chooseDateAndTime,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .chooseDateAndTime,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .chooseDateAndTime,
.content-elqueue .chooseServicesBlock .wrapperFourPage .chooseDateAndTime {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
}
.content-elqueue .chooseServicesBlock .wrapperFirstPage .chooseDateAndTime .calendarWrapper,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .chooseDateAndTime .calendarWrapper,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .chooseDateAndTime .calendarWrapper,
.content-elqueue .chooseServicesBlock .wrapperFourPage .chooseDateAndTime .calendarWrapper,
.content-elqueue .chooseServicesBlock .wrapperFirstPage .chooseDateAndTime .timeWrapper,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .chooseDateAndTime .timeWrapper,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .chooseDateAndTime .timeWrapper,
.content-elqueue .chooseServicesBlock .wrapperFourPage .chooseDateAndTime .timeWrapper {
  flex: 0 0 50%;
}
.content-elqueue .chooseServicesBlock .wrapperFirstPage .chooseDateAndTime .calendarWrapper .hasDatepicker,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .chooseDateAndTime .calendarWrapper .hasDatepicker,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .chooseDateAndTime .calendarWrapper .hasDatepicker,
.content-elqueue .chooseServicesBlock .wrapperFourPage .chooseDateAndTime .calendarWrapper .hasDatepicker {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  font-size: 15px;
}
.content-elqueue .chooseServicesBlock .wrapperFirstPage .chooseDateAndTime .calendarWrapper .ui-datepicker span,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .chooseDateAndTime .calendarWrapper .ui-datepicker span,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .chooseDateAndTime .calendarWrapper .ui-datepicker span,
.content-elqueue .chooseServicesBlock .wrapperFourPage .chooseDateAndTime .calendarWrapper .ui-datepicker span,
.content-elqueue .chooseServicesBlock .wrapperFirstPage .chooseDateAndTime .calendarWrapper .ui-datepicker td,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .chooseDateAndTime .calendarWrapper .ui-datepicker td,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .chooseDateAndTime .calendarWrapper .ui-datepicker td,
.content-elqueue .chooseServicesBlock .wrapperFourPage .chooseDateAndTime .calendarWrapper .ui-datepicker td,
.content-elqueue .chooseServicesBlock .wrapperFirstPage .chooseDateAndTime .calendarWrapper .ui-datepicker th,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .chooseDateAndTime .calendarWrapper .ui-datepicker th,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .chooseDateAndTime .calendarWrapper .ui-datepicker th,
.content-elqueue .chooseServicesBlock .wrapperFourPage .chooseDateAndTime .calendarWrapper .ui-datepicker th {
  font-size: 15px;
}
.content-elqueue .chooseServicesBlock .wrapperFirstPage .chooseDateAndTime .calendarWrapper .ui-datepicker.ui-widget.ui-widget-content,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .chooseDateAndTime .calendarWrapper .ui-datepicker.ui-widget.ui-widget-content,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .chooseDateAndTime .calendarWrapper .ui-datepicker.ui-widget.ui-widget-content,
.content-elqueue .chooseServicesBlock .wrapperFourPage .chooseDateAndTime .calendarWrapper .ui-datepicker.ui-widget.ui-widget-content {
  border-color: #56217A;
  border-radius: 0;
}
.content-elqueue .chooseServicesBlock .wrapperFirstPage .chooseDateAndTime .calendarWrapper .ui-datepicker .ui-widget-header,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .chooseDateAndTime .calendarWrapper .ui-datepicker .ui-widget-header,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .chooseDateAndTime .calendarWrapper .ui-datepicker .ui-widget-header,
.content-elqueue .chooseServicesBlock .wrapperFourPage .chooseDateAndTime .calendarWrapper .ui-datepicker .ui-widget-header {
  background: #56217A;
  border-color: #56217A;
  border-radius: 0;
  color: #ffffff;
}
.content-elqueue .chooseServicesBlock .wrapperFirstPage .chooseDateAndTime .calendarWrapper .ui-datepicker .ui-datepicker-prev,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .chooseDateAndTime .calendarWrapper .ui-datepicker .ui-datepicker-prev,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .chooseDateAndTime .calendarWrapper .ui-datepicker .ui-datepicker-prev,
.content-elqueue .chooseServicesBlock .wrapperFourPage .chooseDateAndTime .calendarWrapper .ui-datepicker .ui-datepicker-prev,
.content-elqueue .chooseServicesBlock .wrapperFirstPage .chooseDateAndTime .calendarWrapper .ui-datepicker .ui-datepicker-next,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .chooseDateAndTime .calendarWrapper .ui-datepicker .ui-datepicker-next,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .chooseDateAndTime .calendarWrapper .ui-datepicker .ui-datepicker-next,
.content-elqueue .chooseServicesBlock .wrapperFourPage .chooseDateAndTime .calendarWrapper .ui-datepicker .ui-datepicker-next {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-elqueue .chooseServicesBlock .wrapperFirstPage .chooseDateAndTime .calendarWrapper .ui-datepicker .ui-datepicker-prev:hover,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .chooseDateAndTime .calendarWrapper .ui-datepicker .ui-datepicker-prev:hover,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .chooseDateAndTime .calendarWrapper .ui-datepicker .ui-datepicker-prev:hover,
.content-elqueue .chooseServicesBlock .wrapperFourPage .chooseDateAndTime .calendarWrapper .ui-datepicker .ui-datepicker-prev:hover,
.content-elqueue .chooseServicesBlock .wrapperFirstPage .chooseDateAndTime .calendarWrapper .ui-datepicker .ui-datepicker-next:hover,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .chooseDateAndTime .calendarWrapper .ui-datepicker .ui-datepicker-next:hover,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .chooseDateAndTime .calendarWrapper .ui-datepicker .ui-datepicker-next:hover,
.content-elqueue .chooseServicesBlock .wrapperFourPage .chooseDateAndTime .calendarWrapper .ui-datepicker .ui-datepicker-next:hover,
.content-elqueue .chooseServicesBlock .wrapperFirstPage .chooseDateAndTime .calendarWrapper .ui-datepicker .ui-datepicker-prev.ui-state-hover,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .chooseDateAndTime .calendarWrapper .ui-datepicker .ui-datepicker-prev.ui-state-hover,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .chooseDateAndTime .calendarWrapper .ui-datepicker .ui-datepicker-prev.ui-state-hover,
.content-elqueue .chooseServicesBlock .wrapperFourPage .chooseDateAndTime .calendarWrapper .ui-datepicker .ui-datepicker-prev.ui-state-hover,
.content-elqueue .chooseServicesBlock .wrapperFirstPage .chooseDateAndTime .calendarWrapper .ui-datepicker .ui-datepicker-next.ui-state-hover,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .chooseDateAndTime .calendarWrapper .ui-datepicker .ui-datepicker-next.ui-state-hover,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .chooseDateAndTime .calendarWrapper .ui-datepicker .ui-datepicker-next.ui-state-hover,
.content-elqueue .chooseServicesBlock .wrapperFourPage .chooseDateAndTime .calendarWrapper .ui-datepicker .ui-datepicker-next.ui-state-hover {
  background: none;
  border-color: transparent;
}
.content-elqueue .chooseServicesBlock .wrapperFirstPage .chooseDateAndTime .calendarWrapper .ui-datepicker .ui-datepicker-prev span,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .chooseDateAndTime .calendarWrapper .ui-datepicker .ui-datepicker-prev span,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .chooseDateAndTime .calendarWrapper .ui-datepicker .ui-datepicker-prev span,
.content-elqueue .chooseServicesBlock .wrapperFourPage .chooseDateAndTime .calendarWrapper .ui-datepicker .ui-datepicker-prev span,
.content-elqueue .chooseServicesBlock .wrapperFirstPage .chooseDateAndTime .calendarWrapper .ui-datepicker .ui-datepicker-next span,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .chooseDateAndTime .calendarWrapper .ui-datepicker .ui-datepicker-next span,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .chooseDateAndTime .calendarWrapper .ui-datepicker .ui-datepicker-next span,
.content-elqueue .chooseServicesBlock .wrapperFourPage .chooseDateAndTime .calendarWrapper .ui-datepicker .ui-datepicker-next span {
  cursor: pointer;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  position: relative;
  margin: 0;
  left: auto;
  right: auto;
  top: auto;
}
.content-elqueue .chooseServicesBlock .wrapperFirstPage .chooseDateAndTime .calendarWrapper .ui-datepicker .ui-datepicker-prev span,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .chooseDateAndTime .calendarWrapper .ui-datepicker .ui-datepicker-prev span,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .chooseDateAndTime .calendarWrapper .ui-datepicker .ui-datepicker-prev span,
.content-elqueue .chooseServicesBlock .wrapperFourPage .chooseDateAndTime .calendarWrapper .ui-datepicker .ui-datepicker-prev span {
  background-image: url("../images/chevron-left-duo.svg");
}
.content-elqueue .chooseServicesBlock .wrapperFirstPage .chooseDateAndTime .calendarWrapper .ui-datepicker .ui-datepicker-next span,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .chooseDateAndTime .calendarWrapper .ui-datepicker .ui-datepicker-next span,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .chooseDateAndTime .calendarWrapper .ui-datepicker .ui-datepicker-next span,
.content-elqueue .chooseServicesBlock .wrapperFourPage .chooseDateAndTime .calendarWrapper .ui-datepicker .ui-datepicker-next span {
  background-image: url("../images/chevron-right-duo.svg");
}
.content-elqueue .chooseServicesBlock .wrapperFirstPage .chooseDateAndTime .calendarWrapper .ui-datepicker-calendar .redItem,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .chooseDateAndTime .calendarWrapper .ui-datepicker-calendar .redItem,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .chooseDateAndTime .calendarWrapper .ui-datepicker-calendar .redItem,
.content-elqueue .chooseServicesBlock .wrapperFourPage .chooseDateAndTime .calendarWrapper .ui-datepicker-calendar .redItem {
  opacity: 1;
}
.content-elqueue .chooseServicesBlock .wrapperFirstPage .chooseDateAndTime .calendarWrapper .ui-datepicker-calendar .redItem span,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .chooseDateAndTime .calendarWrapper .ui-datepicker-calendar .redItem span,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .chooseDateAndTime .calendarWrapper .ui-datepicker-calendar .redItem span,
.content-elqueue .chooseServicesBlock .wrapperFourPage .chooseDateAndTime .calendarWrapper .ui-datepicker-calendar .redItem span {
  background: #ff0000;
  border-color: red;
  color: #000;
}
.content-elqueue .chooseServicesBlock .wrapperFirstPage .chooseDateAndTime .calendarWrapper .ui-datepicker-calendar .greenItem,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .chooseDateAndTime .calendarWrapper .ui-datepicker-calendar .greenItem,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .chooseDateAndTime .calendarWrapper .ui-datepicker-calendar .greenItem,
.content-elqueue .chooseServicesBlock .wrapperFourPage .chooseDateAndTime .calendarWrapper .ui-datepicker-calendar .greenItem {
  opacity: 1;
}
.content-elqueue .chooseServicesBlock .wrapperFirstPage .chooseDateAndTime .calendarWrapper .ui-datepicker-calendar .greenItem a,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .chooseDateAndTime .calendarWrapper .ui-datepicker-calendar .greenItem a,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .chooseDateAndTime .calendarWrapper .ui-datepicker-calendar .greenItem a,
.content-elqueue .chooseServicesBlock .wrapperFourPage .chooseDateAndTime .calendarWrapper .ui-datepicker-calendar .greenItem a {
  background: #7fbf7f;
  border-color: green;
  color: #fff;
}
.content-elqueue .chooseServicesBlock .wrapperFirstPage .chooseDateAndTime .calendarWrapper .ui-datepicker-calendar .greenItem a:hover,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .chooseDateAndTime .calendarWrapper .ui-datepicker-calendar .greenItem a:hover,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .chooseDateAndTime .calendarWrapper .ui-datepicker-calendar .greenItem a:hover,
.content-elqueue .chooseServicesBlock .wrapperFourPage .chooseDateAndTime .calendarWrapper .ui-datepicker-calendar .greenItem a:hover {
  cursor: pointer;
  background: green;
}
.content-elqueue .chooseServicesBlock .wrapperFirstPage .chooseDateAndTime .calendarWrapper .ui-datepicker-calendar .greenItem .ui-state-active,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .chooseDateAndTime .calendarWrapper .ui-datepicker-calendar .greenItem .ui-state-active,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .chooseDateAndTime .calendarWrapper .ui-datepicker-calendar .greenItem .ui-state-active,
.content-elqueue .chooseServicesBlock .wrapperFourPage .chooseDateAndTime .calendarWrapper .ui-datepicker-calendar .greenItem .ui-state-active {
  background: green !important;
}
.content-elqueue .chooseServicesBlock .wrapperFirstPage .chooseDateAndTime .calendarWrapper .ui-datepicker-calendar .greyItem,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .chooseDateAndTime .calendarWrapper .ui-datepicker-calendar .greyItem,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .chooseDateAndTime .calendarWrapper .ui-datepicker-calendar .greyItem,
.content-elqueue .chooseServicesBlock .wrapperFourPage .chooseDateAndTime .calendarWrapper .ui-datepicker-calendar .greyItem {
  opacity: 0.35;
}
.content-elqueue .chooseServicesBlock .wrapperFirstPage .chooseDateAndTime .calendarWrapper .ui-datepicker-calendar .greyItem span,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .chooseDateAndTime .calendarWrapper .ui-datepicker-calendar .greyItem span,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .chooseDateAndTime .calendarWrapper .ui-datepicker-calendar .greyItem span,
.content-elqueue .chooseServicesBlock .wrapperFourPage .chooseDateAndTime .calendarWrapper .ui-datepicker-calendar .greyItem span {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.content-elqueue .chooseServicesBlock .wrapperFirstPage .chooseDateAndTime .timeWrapper,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .chooseDateAndTime .timeWrapper,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .chooseDateAndTime .timeWrapper,
.content-elqueue .chooseServicesBlock .wrapperFourPage .chooseDateAndTime .timeWrapper {
  margin-left: 0;
}
.content-elqueue .chooseServicesBlock .wrapperFirstPage .chooseDateAndTime .timeWrapper .items-list,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .chooseDateAndTime .timeWrapper .items-list,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .chooseDateAndTime .timeWrapper .items-list,
.content-elqueue .chooseServicesBlock .wrapperFourPage .chooseDateAndTime .timeWrapper .items-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
  margin-top: 20px;
  overflow-y: auto;
  max-height: 330px;
}
.content-elqueue .chooseServicesBlock .wrapperFirstPage .chooseDateAndTime .timeWrapper .items-list .item1,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .chooseDateAndTime .timeWrapper .items-list .item1,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .chooseDateAndTime .timeWrapper .items-list .item1,
.content-elqueue .chooseServicesBlock .wrapperFourPage .chooseDateAndTime .timeWrapper .items-list .item1,
.content-elqueue .chooseServicesBlock .wrapperFirstPage .chooseDateAndTime .timeWrapper .items-list .item1-active,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .chooseDateAndTime .timeWrapper .items-list .item1-active,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .chooseDateAndTime .timeWrapper .items-list .item1-active,
.content-elqueue .chooseServicesBlock .wrapperFourPage .chooseDateAndTime .timeWrapper .items-list .item1-active {
  font-size: 16px;
  color: #56217A;
  width: 70px;
  padding: 5px 10px;
  flex: 0 0 30%;
  text-align: center;
}
.content-elqueue .chooseServicesBlock .wrapperFirstPage .chooseDateAndTime .timeWrapper .items-list .item1:hover,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .chooseDateAndTime .timeWrapper .items-list .item1:hover,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .chooseDateAndTime .timeWrapper .items-list .item1:hover,
.content-elqueue .chooseServicesBlock .wrapperFourPage .chooseDateAndTime .timeWrapper .items-list .item1:hover,
.content-elqueue .chooseServicesBlock .wrapperFirstPage .chooseDateAndTime .timeWrapper .items-list .item1-active:hover,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .chooseDateAndTime .timeWrapper .items-list .item1-active:hover,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .chooseDateAndTime .timeWrapper .items-list .item1-active:hover,
.content-elqueue .chooseServicesBlock .wrapperFourPage .chooseDateAndTime .timeWrapper .items-list .item1-active:hover {
  cursor: pointer;
  background: radial-gradient(circle, #803DAD 0%, #56217A 100%);
  color: #fff;
}
.content-elqueue .chooseServicesBlock .wrapperFirstPage .chooseDateAndTime .timeWrapper .items-list .item1-active,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .chooseDateAndTime .timeWrapper .items-list .item1-active,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .chooseDateAndTime .timeWrapper .items-list .item1-active,
.content-elqueue .chooseServicesBlock .wrapperFourPage .chooseDateAndTime .timeWrapper .items-list .item1-active {
  background: radial-gradient(circle, #803DAD 0%, #56217A 100%);
  color: #fff;
}
.content-elqueue .chooseServicesBlock .wrapperFirstPage .chooseDateAndTime .timeWrapper .emptyList,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .chooseDateAndTime .timeWrapper .emptyList,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .chooseDateAndTime .timeWrapper .emptyList,
.content-elqueue .chooseServicesBlock .wrapperFourPage .chooseDateAndTime .timeWrapper .emptyList {
  margin-top: 30px;
  color: #ff0000;
}
.content-elqueue .chooseServicesBlock .wrapperFirstPage .titleFilial,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .titleFilial,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .titleFilial,
.content-elqueue .chooseServicesBlock .wrapperFourPage .titleFilial,
.content-elqueue .chooseServicesBlock .wrapperFirstPage .titleService,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .titleService,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .titleService,
.content-elqueue .chooseServicesBlock .wrapperFourPage .titleService {
  text-align: center;
  font-size: 225%;
  line-height: 40px;
  color: #1D1D1B;
  font-family: "ProbaPro-Regular";
}
.content-elqueue .chooseServicesBlock .wrapperFirstPage .thisService,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .thisService,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .thisService,
.content-elqueue .chooseServicesBlock .wrapperFourPage .thisService {
  font-size: 18px;
}
.content-elqueue .chooseServicesBlock .wrapperFirstPage .thisService .ser1,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .thisService .ser1,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .thisService .ser1,
.content-elqueue .chooseServicesBlock .wrapperFourPage .thisService .ser1,
.content-elqueue .chooseServicesBlock .wrapperFirstPage .thisService .ser2,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .thisService .ser2,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .thisService .ser2,
.content-elqueue .chooseServicesBlock .wrapperFourPage .thisService .ser2 {
  display: inline-block;
}
.content-elqueue .chooseServicesBlock .wrapperFirstPage .thisService .ser1,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .thisService .ser1,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .thisService .ser1,
.content-elqueue .chooseServicesBlock .wrapperFourPage .thisService .ser1 {
  margin-right: 10px;
}
.content-elqueue .chooseServicesBlock .wrapperFirstPage .thisService .ser2,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .thisService .ser2,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .thisService .ser2,
.content-elqueue .chooseServicesBlock .wrapperFourPage .thisService .ser2 {
  font-family: "ProbaPro-Regular";
  line-height: 1.2;
  border-bottom: 1px solid;
}
.content-elqueue .chooseServicesBlock .wrapperFirstPage .list-filials,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .list-filials,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .list-filials,
.content-elqueue .chooseServicesBlock .wrapperFourPage .list-filials,
.content-elqueue .chooseServicesBlock .wrapperFirstPage .list-services,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .list-services,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .list-services,
.content-elqueue .chooseServicesBlock .wrapperFourPage .list-services {
  margin-top: 35px;
  border: 2px solid #ddd;
  border-radius: 5px;
}
.content-elqueue .chooseServicesBlock .wrapperFirstPage .list-filials .filial:first-child,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .list-filials .filial:first-child,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .list-filials .filial:first-child,
.content-elqueue .chooseServicesBlock .wrapperFourPage .list-filials .filial:first-child,
.content-elqueue .chooseServicesBlock .wrapperFirstPage .list-services .filial:first-child,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .list-services .filial:first-child,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .list-services .filial:first-child,
.content-elqueue .chooseServicesBlock .wrapperFourPage .list-services .filial:first-child,
.content-elqueue .chooseServicesBlock .wrapperFirstPage .list-filials .service:first-child,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .list-filials .service:first-child,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .list-filials .service:first-child,
.content-elqueue .chooseServicesBlock .wrapperFourPage .list-filials .service:first-child,
.content-elqueue .chooseServicesBlock .wrapperFirstPage .list-services .service:first-child,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .list-services .service:first-child,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .list-services .service:first-child,
.content-elqueue .chooseServicesBlock .wrapperFourPage .list-services .service:first-child {
  margin-top: unset;
  border-top: unset;
}
.content-elqueue .chooseServicesBlock .wrapperFirstPage .list-filials .filial,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .list-filials .filial,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .list-filials .filial,
.content-elqueue .chooseServicesBlock .wrapperFourPage .list-filials .filial,
.content-elqueue .chooseServicesBlock .wrapperFirstPage .list-services .filial,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .list-services .filial,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .list-services .filial,
.content-elqueue .chooseServicesBlock .wrapperFourPage .list-services .filial {
  margin-top: 5px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px 15px 10px 15px;
  text-align: center;
}
.content-elqueue .chooseServicesBlock .wrapperFirstPage .list-filials .filial .nameFilial,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .list-filials .filial .nameFilial,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .list-filials .filial .nameFilial,
.content-elqueue .chooseServicesBlock .wrapperFourPage .list-filials .filial .nameFilial,
.content-elqueue .chooseServicesBlock .wrapperFirstPage .list-services .filial .nameFilial,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .list-services .filial .nameFilial,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .list-services .filial .nameFilial,
.content-elqueue .chooseServicesBlock .wrapperFourPage .list-services .filial .nameFilial,
.content-elqueue .chooseServicesBlock .wrapperFirstPage .list-filials .filial .nameService,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .list-filials .filial .nameService,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .list-filials .filial .nameService,
.content-elqueue .chooseServicesBlock .wrapperFourPage .list-filials .filial .nameService,
.content-elqueue .chooseServicesBlock .wrapperFirstPage .list-services .filial .nameService,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .list-services .filial .nameService,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .list-services .filial .nameService,
.content-elqueue .chooseServicesBlock .wrapperFourPage .list-services .filial .nameService {
  color: #000000;
  font-family: "ProbaPro-Bold";
  font-size: 18px;
}
.content-elqueue .chooseServicesBlock .wrapperFirstPage .list-filials .filial:hover,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .list-filials .filial:hover,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .list-filials .filial:hover,
.content-elqueue .chooseServicesBlock .wrapperFourPage .list-filials .filial:hover,
.content-elqueue .chooseServicesBlock .wrapperFirstPage .list-services .filial:hover,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .list-services .filial:hover,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .list-services .filial:hover,
.content-elqueue .chooseServicesBlock .wrapperFourPage .list-services .filial:hover {
  cursor: pointer;
}
.content-elqueue .chooseServicesBlock .wrapperFirstPage .list-filials .service,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .list-filials .service,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .list-filials .service,
.content-elqueue .chooseServicesBlock .wrapperFourPage .list-filials .service,
.content-elqueue .chooseServicesBlock .wrapperFirstPage .list-services .service,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .list-services .service,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .list-services .service,
.content-elqueue .chooseServicesBlock .wrapperFourPage .list-services .service {
  margin-top: 5px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-radius: 5px;
}
.content-elqueue .chooseServicesBlock .wrapperFirstPage .list-filials .service .block-1,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .list-filials .service .block-1,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .list-filials .service .block-1,
.content-elqueue .chooseServicesBlock .wrapperFourPage .list-filials .service .block-1,
.content-elqueue .chooseServicesBlock .wrapperFirstPage .list-services .service .block-1,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .list-services .service .block-1,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .list-services .service .block-1,
.content-elqueue .chooseServicesBlock .wrapperFourPage .list-services .service .block-1 {
  padding: 10px 15px 10px 15px;
  text-align: center;
}
.content-elqueue .chooseServicesBlock .wrapperFirstPage .list-filials .service .includedServices,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .list-filials .service .includedServices,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .list-filials .service .includedServices,
.content-elqueue .chooseServicesBlock .wrapperFourPage .list-filials .service .includedServices,
.content-elqueue .chooseServicesBlock .wrapperFirstPage .list-services .service .includedServices,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .list-services .service .includedServices,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .list-services .service .includedServices,
.content-elqueue .chooseServicesBlock .wrapperFourPage .list-services .service .includedServices {
  border-top: 1px solid #ddd;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.content-elqueue .chooseServicesBlock .wrapperFirstPage .list-filials .service .includedServices ul,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .list-filials .service .includedServices ul,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .list-filials .service .includedServices ul,
.content-elqueue .chooseServicesBlock .wrapperFourPage .list-filials .service .includedServices ul,
.content-elqueue .chooseServicesBlock .wrapperFirstPage .list-services .service .includedServices ul,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .list-services .service .includedServices ul,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .list-services .service .includedServices ul,
.content-elqueue .chooseServicesBlock .wrapperFourPage .list-services .service .includedServices ul {
  margin: unset;
}
.content-elqueue .chooseServicesBlock .wrapperFirstPage .list-filials .service .includedServices ul li,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .list-filials .service .includedServices ul li,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .list-filials .service .includedServices ul li,
.content-elqueue .chooseServicesBlock .wrapperFourPage .list-filials .service .includedServices ul li,
.content-elqueue .chooseServicesBlock .wrapperFirstPage .list-services .service .includedServices ul li,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .list-services .service .includedServices ul li,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .list-services .service .includedServices ul li,
.content-elqueue .chooseServicesBlock .wrapperFourPage .list-services .service .includedServices ul li {
  margin: unset;
}
.content-elqueue .chooseServicesBlock .wrapperFirstPage .list-filials .service .includedServices ul li a:hover,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .list-filials .service .includedServices ul li a:hover,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .list-filials .service .includedServices ul li a:hover,
.content-elqueue .chooseServicesBlock .wrapperFourPage .list-filials .service .includedServices ul li a:hover,
.content-elqueue .chooseServicesBlock .wrapperFirstPage .list-services .service .includedServices ul li a:hover,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .list-services .service .includedServices ul li a:hover,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .list-services .service .includedServices ul li a:hover,
.content-elqueue .chooseServicesBlock .wrapperFourPage .list-services .service .includedServices ul li a:hover {
  cursor: pointer;
}
.content-elqueue .chooseServicesBlock .wrapperFirstPage .list-filials .service .includedServices ul li::before,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .list-filials .service .includedServices ul li::before,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .list-filials .service .includedServices ul li::before,
.content-elqueue .chooseServicesBlock .wrapperFourPage .list-filials .service .includedServices ul li::before,
.content-elqueue .chooseServicesBlock .wrapperFirstPage .list-services .service .includedServices ul li::before,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .list-services .service .includedServices ul li::before,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .list-services .service .includedServices ul li::before,
.content-elqueue .chooseServicesBlock .wrapperFourPage .list-services .service .includedServices ul li::before {
  position: absolute;
  content: "";
  left: -16px;
  top: 12px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #adc9ea;
}
.content-elqueue .chooseServicesBlock .wrapperFirstPage .list-filials .filial:last-child,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .list-filials .filial:last-child,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .list-filials .filial:last-child,
.content-elqueue .chooseServicesBlock .wrapperFourPage .list-filials .filial:last-child,
.content-elqueue .chooseServicesBlock .wrapperFirstPage .list-services .filial:last-child,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .list-services .filial:last-child,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .list-services .filial:last-child,
.content-elqueue .chooseServicesBlock .wrapperFourPage .list-services .filial:last-child,
.content-elqueue .chooseServicesBlock .wrapperFirstPage .list-filials .service:last-child,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .list-filials .service:last-child,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .list-filials .service:last-child,
.content-elqueue .chooseServicesBlock .wrapperFourPage .list-filials .service:last-child,
.content-elqueue .chooseServicesBlock .wrapperFirstPage .list-services .service:last-child,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .list-services .service:last-child,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .list-services .service:last-child,
.content-elqueue .chooseServicesBlock .wrapperFourPage .list-services .service:last-child {
  border-bottom: unset;
}
.content-elqueue .chooseServicesBlock .wrapperFirstPage .stepsPage,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .stepsPage,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .stepsPage,
.content-elqueue .chooseServicesBlock .wrapperFourPage .stepsPage {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.content-elqueue .chooseServicesBlock .wrapperFirstPage .previousPage,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .previousPage,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .previousPage,
.content-elqueue .chooseServicesBlock .wrapperFourPage .previousPage {
  display: flex;
  justify-content: center;
}
.content-elqueue .chooseServicesBlock .wrapperFirstPage .previousPage .btn-1,
.content-elqueue .chooseServicesBlock .wrapperSecondPage .previousPage .btn-1,
.content-elqueue .chooseServicesBlock .wrapperThirdPage .previousPage .btn-1,
.content-elqueue .chooseServicesBlock .wrapperFourPage .previousPage .btn-1 {
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #56217A;
  border: 0;
  border-radius: 30px;
  color: #ffffff;
  min-width: 200px;
  padding: 5px 20px 7px;
  font-family: "ProbaPro-Bold";
}
@media screen and (max-width: 1199px) {
  .newsBlock-content {
    flex: 0 0 57%;
  }
}
@media screen and (max-width: 991px) {
  .newsBlock-content {
    flex: 0 0 48%;
  }
  .newsBlock-right {
    flex: 0 0 360px;
    position: relative;
    width: 360px;
  }
  #wrapper.fix-top-VP #sc {
    width: 360px !important;
  }
  .stickyMain {
    width: 360px !important;
  }
}
@media screen and (max-width: 920px) {
  .newsBlock-right {
    flex: 0 0 300px;
  }
}
@media screen and (max-width: 768px) {
  .newsBlock {
    flex-wrap: wrap;
  }
  .newsBlock-content {
    padding-right: 14px;
    margin-top: 20px;
    order: 2;
    flex: 1 1 100%;
  }
  .newsBlock-right {
    flex: 1 1 100%;
    order: 1;
  }
  #wrapper.fix-bottom-VP #sc,
  #wrapper.fix-top-VP #sc {
    position: relative;
  }
  #wrapper.fix-bottom-VP #sc {
    bottom: auto;
  }
  #wrapper.fix-top-VP #sc {
    top: auto;
    width: 100% !important;
  }
  .stickyMain {
    width: 100% !important;
  }
}
@media screen and (max-width: 736px) {
  .content-elqueue .chooseServicesBlock .wrapperThirdPage {
    padding: 20px 15px;
  }
  .content-elqueue .chooseServicesBlock .wrapperThirdPage .chooseDateAndTime .calendarWrapper,
  .content-elqueue .chooseServicesBlock .wrapperThirdPage .chooseDateAndTime .timeWrapper {
    flex: 1 1 100%;
  }
  .content-elqueue .chooseServicesBlock .wrapperThirdPage .chooseDateAndTime .calendarWrapper,
  .content-elqueue .chooseServicesBlock .wrapperThirdPage .chooseDateAndTime .timeWrapper {
    margin-bottom: 20px;
  }
  .content-elqueue .chooseServicesBlock .wrapperThirdPage .chooseDateAndTime .timeWrapper .items-list .item1 {
    flex: 0 0 28%;
  }
  .content-elqueue .chooseServicesBlock .wrapperFourPage .wrapperFields {
    margin-bottom: 20px;
  }
  .content-elqueue .chooseServicesBlock .wrapperFirstPage .stepsPage,
  .content-elqueue .chooseServicesBlock .wrapperSecondPage .stepsPage,
  .content-elqueue .chooseServicesBlock .wrapperThirdPage .stepsPage,
  .content-elqueue .chooseServicesBlock .wrapperFourPage .stepsPage {
    gap: 20px;
    padding-bottom: 30px;
  }
  .content-elqueue .chooseServicesBlock .wrapperFirstPage .previousPage,
  .content-elqueue .chooseServicesBlock .wrapperSecondPage .previousPage,
  .content-elqueue .chooseServicesBlock .wrapperThirdPage .previousPage,
  .content-elqueue .chooseServicesBlock .wrapperFourPage .previousPage {
    display: flex;
    justify-content: center;
  }
  .content-elqueue .chooseServicesBlock .wrapperFirstPage .previousPage .btn-1,
  .content-elqueue .chooseServicesBlock .wrapperSecondPage .previousPage .btn-1,
  .content-elqueue .chooseServicesBlock .wrapperThirdPage .previousPage .btn-1,
  .content-elqueue .chooseServicesBlock .wrapperFourPage .previousPage .btn-1 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 400px) {
  .main .map .cnaps .cnap div[id^="cnap2"] {
    max-width: 370px;
    width: 105%;
    height: auto;
  }
  .main .map .cnaps .cnap .mid {
    margin-left: 0 !important;
  }
  .main .pass {
    height: auto;
    width: 95%;
    max-width: 360px;
  }
  .linkOut .img {
    margin-left: 0px;
  }
  .main .pass .cnapInfo {
    height: auto;
    width: 100%;
    max-width: 250px;
  }
  .main .map .cnaps #passport-cnap {
    margin-left: 15px;
  }
  .main .links .link .link2 {
    width: 104%;
    max-width: 380px;
    padding-left: 0;
  }
  .main .links .link .link2 .filter {
    width: 100%;
    max-width: 380px;
  }
  .main .links .link .link2 h2 {
    width: unset;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 200%;
  }
  .main .links .link .link2 a {
    left: 15%;
    bottom: 15%;
  }
  .main .links .link .link2 a .linkOut p {
    max-width: 133px;
    width: 100%;
  }
  footer .apps .app .images {
    display: block;
  }
  footer .apps .app .images .img img {
    margin-top: 15px;
  }
}
@media screen and (max-width: 360px) {
  .main .map .cnaps .cnap div[id^="cnap2"] {
    left: 10%;
    right: 10%;
  }
}
/*
.ol-attribution.ol-uncollapsible {
    visibility: hidden;
}*/
.content {
  background: white;
}
.content .main-breadcrumbs {
  padding: 20px 4px;
  background-color: #fff;
  font-size: 18px;
}
.content .main-breadcrumbs .breadcrumb {
  font-size: 90%;
  padding: 10px 0 5px 0;
  margin: 0;
  background-color: transparent;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 0;
}
.content .main-breadcrumbs .breadcrumb .active {
  font-family: "ProbaPro-Regular";
}
.content .main-breadcrumbs .breadcrumb > li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.content .main-breadcrumbs .breadcrumb li > a {
  font-family: "ProbaPro-Bold";
  color: #2d5ca6;
  border-bottom: 1px solid transparent;
  transition: 0.4s ease-in-out;
}
.content .title {
  text-align: center;
}
.content .title .title--text {
  text-align: center;
  font-size: 225%;
  line-height: 40px;
  color: #1D1D1B;
  font-family: "ProbaPro-Regular";
  max-width: 749px;
  margin: 0 auto;
  margin-bottom: 12px;
}
.content .title .title--outservice {
  text-align: center;
  font-size: 200%;
  line-height: 40px;
  color: #1D1D1B;
  font-family: "ProbaPro-Regular";
  max-width: 749px;
  margin: 0 auto;
  margin-bottom: 12px;
}
.content .title .title--desc {
  color: #a7a9af;
  font-family: "ProbaPro-Regular";
  margin: 15px 0;
  letter-spacing: 0.7px;
  margin-bottom: 20px;
}
.content .title .title--tags .tag {
  border-radius: 0.8125rem;
  margin-bottom: 5px;
}
.content .par {
  text-indent: 1.5em;
}
.content .row {
  margin-right: 0px;
  margin-left: 0px;
}
.content .divider {
  border-top: 1px solid #e6e9eb;
  margin: 30px 0;
}
.content .main_content .outserviceForm,
.content .main_content .feedbackForm {
  margin-bottom: 50px;
}
.content .main_content .outserviceForm .title,
.content .main_content .feedbackForm .title {
  font-style: italic;
  font-weight: bold;
}
.content .main_content .outserviceForm .form,
.content .main_content .feedbackForm .form {
  width: 70%;
  margin: 0 auto;
  margin-top: 30px;
}
.content .main_content .outserviceForm .form .support .placements,
.content .main_content .feedbackForm .form .support .placements,
.content .main_content .outserviceForm .form .feedback .placements,
.content .main_content .feedbackForm .form .feedback .placements {
  margin-bottom: 30px;
}
.content .main_content .outserviceForm .form .support .placements textarea,
.content .main_content .feedbackForm .form .support .placements textarea,
.content .main_content .outserviceForm .form .feedback .placements textarea,
.content .main_content .feedbackForm .form .feedback .placements textarea {
  height: 130px !important;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  resize: none;
}
.content .main_content .outserviceForm .form .support .placements textarea[validity=invalid]:invalid,
.content .main_content .feedbackForm .form .support .placements textarea[validity=invalid]:invalid,
.content .main_content .outserviceForm .form .feedback .placements textarea[validity=invalid]:invalid,
.content .main_content .feedbackForm .form .feedback .placements textarea[validity=invalid]:invalid {
  border-color: #ff0000;
  overflow: auto;
  outline: none;
  box-shadow: none;
  resize: none;
}
.content .main_content .outserviceForm .form .support .placements .rating,
.content .main_content .feedbackForm .form .support .placements .rating,
.content .main_content .outserviceForm .form .feedback .placements .rating,
.content .main_content .feedbackForm .form .feedback .placements .rating {
  color: #a9a9a9;
  margin: 0;
  padding: 0;
}
.content .main_content .outserviceForm .form .support .placements ul.rating,
.content .main_content .feedbackForm .form .support .placements ul.rating,
.content .main_content .outserviceForm .form .feedback .placements ul.rating,
.content .main_content .feedbackForm .form .feedback .placements ul.rating {
  display: inline-block;
}
.content .main_content .outserviceForm .form .support .placements .rating li,
.content .main_content .feedbackForm .form .support .placements .rating li,
.content .main_content .outserviceForm .form .feedback .placements .rating li,
.content .main_content .feedbackForm .form .feedback .placements .rating li {
  list-style-type: none;
  display: inline-block;
  padding: 1px;
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  margin-left: unset !important;
  margin-bottom: unset !important;
  position: unset !important;
  line-height: unset !important;
  padding-left: unset !important;
  margin: 0 !important;
  color: #b094c4;
  cursor: pointer;
}
.content .main_content .outserviceForm .form .support .placements .rating li:before,
.content .main_content .feedbackForm .form .support .placements .rating li:before,
.content .main_content .outserviceForm .form .feedback .placements .rating li:before,
.content .main_content .feedbackForm .form .feedback .placements .rating li:before {
  background-color: unset !important;
}
.content .main_content .outserviceForm .form .support .placements .rating .filled,
.content .main_content .feedbackForm .form .support .placements .rating .filled,
.content .main_content .outserviceForm .form .feedback .placements .rating .filled,
.content .main_content .feedbackForm .form .feedback .placements .rating .filled {
  color: #562 17A !important;
}
.content .main_content .outserviceForm .form .support .placements .clear,
.content .main_content .feedbackForm .form .support .placements .clear,
.content .main_content .outserviceForm .form .feedback .placements .clear,
.content .main_content .feedbackForm .form .feedback .placements .clear {
  margin-top: 20px;
}
.content .main_content .outserviceForm .form .support .placements .requiredSymbol,
.content .main_content .feedbackForm .form .support .placements .requiredSymbol,
.content .main_content .outserviceForm .form .feedback .placements .requiredSymbol,
.content .main_content .feedbackForm .form .feedback .placements .requiredSymbol {
  color: #ff0000;
}
.content .main_content .outserviceForm .form .support .fields,
.content .main_content .feedbackForm .form .support .fields,
.content .main_content .outserviceForm .form .feedback .fields,
.content .main_content .feedbackForm .form .feedback .fields {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
.content .main_content .outserviceForm .form .support .fields input,
.content .main_content .feedbackForm .form .support .fields input,
.content .main_content .outserviceForm .form .feedback .fields input,
.content .main_content .feedbackForm .form .feedback .fields input {
  max-width: 400px;
  width: 100%;
  margin-bottom: 15px;
}
.content .main_content .outserviceForm .form .support .fields input[validity=invalid]:invalid,
.content .main_content .feedbackForm .form .support .fields input[validity=invalid]:invalid,
.content .main_content .outserviceForm .form .feedback .fields input[validity=invalid]:invalid,
.content .main_content .feedbackForm .form .feedback .fields input[validity=invalid]:invalid {
  border-color: #ff0000;
}
.content .main_content .outserviceForm .form .support .fields .requiredSymbol,
.content .main_content .feedbackForm .form .support .fields .requiredSymbol,
.content .main_content .outserviceForm .form .feedback .fields .requiredSymbol,
.content .main_content .feedbackForm .form .feedback .fields .requiredSymbol {
  color: #ff0000;
}
.content .main_content .outserviceForm .form .support .fields .invalid_phone,
.content .main_content .feedbackForm .form .support .fields .invalid_phone,
.content .main_content .outserviceForm .form .feedback .fields .invalid_phone,
.content .main_content .feedbackForm .form .feedback .fields .invalid_phone {
  color: #ff0000;
  padding: 0;
  font-style: italic;
  display: none;
}
.content .main_content .outserviceForm .form .support .closeBtn,
.content .main_content .feedbackForm .form .support .closeBtn,
.content .main_content .outserviceForm .form .feedback .closeBtn,
.content .main_content .feedbackForm .form .feedback .closeBtn {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  position: relative;
  left: 20px;
  padding-top: 10px;
}
.content .main_content .outserviceForm .form .support .editInputFile,
.content .main_content .feedbackForm .form .support .editInputFile,
.content .main_content .outserviceForm .form .feedback .editInputFile,
.content .main_content .feedbackForm .form .feedback .editInputFile {
  position: relative;
  padding-top: 20px;
  text-align: center;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  margin-top: 0px !important;
  padding-top: 0px !important;
}
.content .main_content .outserviceForm .form .support .editInputFile label,
.content .main_content .feedbackForm .form .support .editInputFile label,
.content .main_content .outserviceForm .form .feedback .editInputFile label,
.content .main_content .feedbackForm .form .feedback .editInputFile label {
  cursor: pointer;
  background: #f4f8ff;
  border: 2px dashed #cbd7f0;
  text-align: center;
  transition: background 0.3s ease-in-out;
  word-wrap: break-word;
  line-height: 1.4;
  padding: 37px 65px;
  max-width: 400px;
  width: 100%;
}
.content .main_content .outserviceForm .form .support .editInputFile input[id^=upload-file],
.content .main_content .feedbackForm .form .support .editInputFile input[id^=upload-file],
.content .main_content .outserviceForm .form .feedback .editInputFile input[id^=upload-file],
.content .main_content .feedbackForm .form .feedback .editInputFile input[id^=upload-file],
.content .main_content .outserviceForm .form .support .editInputFile #upload-mainfile,
.content .main_content .feedbackForm .form .support .editInputFile #upload-mainfile,
.content .main_content .outserviceForm .form .feedback .editInputFile #upload-mainfile,
.content .main_content .feedbackForm .form .feedback .editInputFile #upload-mainfile {
  opacity: 0;
  position: absolute;
  z-index: -1;
  max-width: 100%;
}
.content .main_content .outserviceForm .form .support .additionalFilesBtn,
.content .main_content .feedbackForm .form .support .additionalFilesBtn,
.content .main_content .outserviceForm .form .feedback .additionalFilesBtn,
.content .main_content .feedbackForm .form .feedback .additionalFilesBtn {
  margin-top: 30px;
}
.content .main_content .outserviceForm .form .support .additionalFilesBtn .addbtn,
.content .main_content .feedbackForm .form .support .additionalFilesBtn .addbtn,
.content .main_content .outserviceForm .form .feedback .additionalFilesBtn .addbtn,
.content .main_content .feedbackForm .form .feedback .additionalFilesBtn .addbtn {
  font-size: 28px;
  background-color: #56217A;
  border: 0;
  border-radius: 48px;
  width: 45px;
  height: 45px;
  color: #fff;
}
.content .main_content .outserviceForm .form .support .additionalFilesBtn .textbtn,
.content .main_content .feedbackForm .form .support .additionalFilesBtn .textbtn,
.content .main_content .outserviceForm .form .feedback .additionalFilesBtn .textbtn,
.content .main_content .feedbackForm .form .feedback .additionalFilesBtn .textbtn {
  vertical-align: super;
  margin-left: 10px;
}
.content .main_content .outserviceForm .form .support .checkBox .labelContainer,
.content .main_content .feedbackForm .form .support .checkBox .labelContainer,
.content .main_content .outserviceForm .form .feedback .checkBox .labelContainer,
.content .main_content .feedbackForm .form .feedback .checkBox .labelContainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  user-select: none;
}
.content .main_content .outserviceForm .form .support .checkBox .labelContainer input,
.content .main_content .feedbackForm .form .support .checkBox .labelContainer input,
.content .main_content .outserviceForm .form .feedback .checkBox .labelContainer input,
.content .main_content .feedbackForm .form .feedback .checkBox .labelContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.content .main_content .outserviceForm .form .support .checkBox .checkmark,
.content .main_content .feedbackForm .form .support .checkBox .checkmark,
.content .main_content .outserviceForm .form .feedback .checkBox .checkmark,
.content .main_content .feedbackForm .form .feedback .checkBox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.content .main_content .outserviceForm .form .support .checkBox .labelContainer:hover input ~ .checkmark,
.content .main_content .feedbackForm .form .support .checkBox .labelContainer:hover input ~ .checkmark,
.content .main_content .outserviceForm .form .feedback .checkBox .labelContainer:hover input ~ .checkmark,
.content .main_content .feedbackForm .form .feedback .checkBox .labelContainer:hover input ~ .checkmark {
  background-color: #ccc;
}
.content .main_content .outserviceForm .form .support .checkBox .labelContainer input:checked ~ .checkmark,
.content .main_content .feedbackForm .form .support .checkBox .labelContainer input:checked ~ .checkmark,
.content .main_content .outserviceForm .form .feedback .checkBox .labelContainer input:checked ~ .checkmark,
.content .main_content .feedbackForm .form .feedback .checkBox .labelContainer input:checked ~ .checkmark {
  background-color: #56217A;
}
.content .main_content .outserviceForm .form .support .checkBox .checkmark:after,
.content .main_content .feedbackForm .form .support .checkBox .checkmark:after,
.content .main_content .outserviceForm .form .feedback .checkBox .checkmark:after,
.content .main_content .feedbackForm .form .feedback .checkBox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.content .main_content .outserviceForm .form .support .checkBox .labelContainer input:checked ~ .checkmark:after,
.content .main_content .feedbackForm .form .support .checkBox .labelContainer input:checked ~ .checkmark:after,
.content .main_content .outserviceForm .form .feedback .checkBox .labelContainer input:checked ~ .checkmark:after,
.content .main_content .feedbackForm .form .feedback .checkBox .labelContainer input:checked ~ .checkmark:after {
  display: block;
}
.content .main_content .outserviceForm .form .support .checkBox .labelContainer .checkmark:after,
.content .main_content .feedbackForm .form .support .checkBox .labelContainer .checkmark:after,
.content .main_content .outserviceForm .form .feedback .checkBox .labelContainer .checkmark:after,
.content .main_content .feedbackForm .form .feedback .checkBox .labelContainer .checkmark:after {
  left: 9px;
  top: 5px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.content .main_content .outserviceForm .form .support .AgreementText,
.content .main_content .feedbackForm .form .support .AgreementText,
.content .main_content .outserviceForm .form .feedback .AgreementText,
.content .main_content .feedbackForm .form .feedback .AgreementText {
  text-align: justify;
}
.content .main_content .outserviceForm .form .support .AgreementText .AgreementTitle,
.content .main_content .feedbackForm .form .support .AgreementText .AgreementTitle,
.content .main_content .outserviceForm .form .feedback .AgreementText .AgreementTitle,
.content .main_content .feedbackForm .form .feedback .AgreementText .AgreementTitle {
  line-height: 20px;
  font-family: "ProbaPro-SemiBold";
}
.content .main_content .outserviceForm .form .support .sendToInActive,
.content .main_content .feedbackForm .form .support .sendToInActive,
.content .main_content .outserviceForm .form .feedback .sendToInActive,
.content .main_content .feedbackForm .form .feedback .sendToInActive {
  margin-top: 30px;
  background-color: #e0e0e0;
  border: 0;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1;
  width: 180px;
  height: 40px;
  font-family: "ProbaPro-Bold";
  cursor: pointer;
}
.content .main_content .outserviceForm .form .support .sendToActive,
.content .main_content .feedbackForm .form .support .sendToActive,
.content .main_content .outserviceForm .form .feedback .sendToActive,
.content .main_content .feedbackForm .form .feedback .sendToActive {
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #56217A;
  border: 0;
  color: #ffffff;
  width: 180px;
  height: 40px;
  font-family: "ProbaPro-Bold";
}
.content .main_content .commentsList {
  width: 70%;
  margin: 0 auto;
}
.content .main_content .commentsList .comment .head-content {
  display: flex;
}
.content .main_content .commentsList .comment .head-content .rating {
  color: #a9a9a9;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.content .main_content .commentsList .comment .head-content ul.rating {
  display: inline-block;
}
.content .main_content .commentsList .comment .head-content .rating li {
  list-style-type: none;
  display: inline-block;
  padding: 1px;
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  margin-left: unset !important;
  margin-bottom: unset !important;
  position: unset !important;
  line-height: unset !important;
  padding-left: unset !important;
  margin: 0;
  color: #b094c4 !important;
}
.content .main_content .commentsList .comment .head-content .rating li:before {
  background-color: unset !important;
}
.content .main_content .commentsList .comment .head-content .rating .filled {
  color: #56217A !important;
}
.content .main_content .commentsList .comment .head-content .clear {
  margin-top: 20px;
}
.content .main_content .commentsList .comment .head-content .pib {
  display: inline-block;
  width: 60%;
  font-size: 14px;
}
.content .main_content .commentsList .comment .head-content .pib span {
  font-family: "ProbaPro-Regular";
}
.content .main_content .commentsList .comment .head-content .date {
  font-size: 16px;
  font-family: "ProbaPro-Regular";
}
.content .main_content .commentsList .comment .comment-content {
  font-family: "ProbaPro-Regular";
}
.content .main_content .commentsList .comment .response {
  margin-top: 30px;
}
.content .main_content .commentsList .comment .response .text-title {
  color: #56217A;
}
.content .main_content .commentsList .comment .response .text-content {
  display: flex;
  width: 100%;
  margin-top: 15px;
}
.content .main_content .commentsList .comment .response .text-content .imgViza {
  width: 10%;
}
.content .main_content .commentsList .comment .response .text-content .imgViza img {
  margin: 0 !important;
  height: 80px;
  border-radius: 25px;
}
.content .main_content .commentsList .comment .response .text-content .text-answer {
  width: 80%;
}
.content .main_content .commentsList .comment .response .text-content .text-answer .text-justify {
  text-align: unset !important;
}
.content .main_content .pagination {
  text-align: center;
}
.content .main_content .pagination .paginator {
  display: inline-block;
  font-size: 90%;
  color: #1D1D1B;
  font-family: "ProbaPro-Regular";
  border: 1px solid #ddd;
  margin-top: 14px;
  cursor: pointer;
  margin-left: -1px;
  width: 40px;
  height: 30px;
}
.content .main_content .pagination .paginator a:hover {
  border-bottom: none !important;
  cursor: pointer;
}
.content .main_content .pagination .active {
  background-color: #b3c2d8;
}
.content .main_content #videopopup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 110%;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  top: -30px;
  z-index: 1;
}
.content .main_content #videopopup #videopopup-content {
  background-color: #fefefe;
  margin: 15% auto;
  border: 1px solid #888;
  width: 605px;
  height: 338px;
}
.content .main_content #videopopup #videopopup-content #close {
  color: #fff;
  float: right;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  top: -40px;
  left: 15px;
  height: 0;
}
.content .main_content #videopopup #videopopup-content #close:hover,
.content .main_content #videopopup #videopopup-content #close:focus {
  text-decoration: none;
  cursor: pointer;
}
.content .main_content #videopopup #videopopup-content #videoIframe {
  padding: 10px;
}
.content .main_content h3,
.content .main_content h4,
.content .main_content ol,
.content .main_content li {
  margin: 0 30px 20px 30px;
}
.content .main_content p,
.content .main_content li {
  font-size: 90%;
  color: #1D1D1B;
  font-family: "ProbaPro-Regular";
  line-height: 22px;
  word-wrap: break-word;
}
.content .main_content p {
  padding-left: 30px;
  padding-right: 30px;
}
.content .main_content .Bold {
  font-size: 90%;
}
.content .main_content .Bold > p {
  font-family: "ProbaPro-Bold";
}
.content .main_content a,
.content .main_content a:hover,
.content .main_content a:focus,
.content .main_content a:active,
.content .main_content a:visited {
  text-decoration: none;
  outline: none;
}
.content .main_content a:hover {
  border-bottom: 1px solid #2d5ca6;
}
.content .main_content ul {
  list-style-type: none;
  position: relative;
}
.content .main_content ul ul {
  margin-left: 0;
  padding-left: 0;
}
.content .main_content ul > li:before {
  position: absolute;
  content: "";
  left: 7px;
  top: 9px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #adc9ea;
}
.content .main_content ul > li {
  padding-left: 30px;
  margin-left: 15px;
  margin-bottom: 8px;
  position: relative;
  line-height: 22px;
}
.content .main_content ol > li {
  padding-left: 15px;
  margin-bottom: 15px;
  position: relative;
  line-height: 22px;
}
.content .main_content img {
  margin: 0 auto;
  display: block;
  margin-bottom: 15px;
  margin-top: 5px;
  max-width: 100%;
}
.content .main_content .ItalBol {
  font-weight: bold;
  font-style: italic;
  font-size: 90%;
}
.content .main_content .ItalText {
  font-style: italic;
  font-family: "ProbaPro-Regular";
  font-size: 90%;
}
.content .main_content .clearfix {
  clear: both;
  float: none;
  margin-right: 25px;
}
.content .main_content .table-responsive {
  margin-bottom: 50px;
}
.content .main_content .active {
  background-color: white;
}
.content .main_content .pagination {
  text-align: center;
}
.content .main_content .pagination .paginator {
  display: inline-block;
  font-size: 90%;
  color: #1D1D1B;
  font-family: "ProbaPro-Regular";
  border: 1px solid #ddd;
  margin-top: 14px;
  cursor: pointer;
  margin-left: -1px;
  width: 40px;
  height: 30px;
}
.content .main_content .pagination .paginator a:hover {
  border-bottom: none !important;
  cursor: pointer;
}
.content .main_content .pagination .active {
  background-color: #b3c2d8;
}
.content .main_content table {
  margin: 0 auto;
  width: 75%;
}
.content .main_content table td {
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  font-size: 90%;
  color: #1D1D1B;
  font-family: "ProbaPro-Regular";
  word-wrap: break-word;
}
.content .main_content table td .rating {
  color: #a9a9a9;
  margin: 0;
  padding: 0;
}
.content .main_content table td ul.rating {
  display: inline-block;
}
.content .main_content table td .rating li {
  list-style-type: none;
  display: inline-block;
  padding: 1px;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  margin-left: unset !important;
  margin-bottom: unset !important;
  position: unset !important;
  line-height: unset !important;
  padding-left: unset !important;
  margin: 0 !important;
  color: #b094c4;
}
.content .main_content table td .rating li:before {
  background-color: unset !important;
}
.content .main_content table td .rating .filled {
  color: #56217A !important;
}
.content .main_content table td .clear {
  margin-top: 20px;
}
.content .main_content table tr:nth-child(2n) {
  background-color: #f4f7fa;
}
.content .main_content .table {
  margin: 0 auto;
  width: 75%;
}
.content .main_content .table .tr .td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  font-size: 90%;
  color: #1D1D1B;
  font-family: "ProbaPro-Regular";
  word-wrap: break-word;
}
.content .main_content .table .tr .td .rating {
  color: #a9a9a9;
  margin: 0;
  padding: 0;
}
.content .main_content .table .tr .td ul.rating {
  display: inline-block;
}
.content .main_content .table .tr .td .rating li {
  list-style-type: none;
  display: inline-block;
  padding: 1px;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  margin-left: unset !important;
  margin-bottom: unset !important;
  position: unset !important;
  line-height: unset !important;
  padding-left: unset !important;
  margin: 0 !important;
  color: #b094c4;
}
.content .main_content .table .tr .td .rating li:before {
  background-color: unset !important;
}
.content .main_content .table .tr .td .rating .filled {
  color: #56217A !important;
}
.content .main_content .table .tr .td .clear {
  margin-top: 20px;
}
.content .main_content .table .responseblock {
  padding: 8px;
}
.content .main_content .table .tr:nth-child(2n) {
  background-color: #f4f7fa;
}
.content .main_content iframe {
  width: 100%;
}
.content .main_content .videoitem {
  float: left;
  padding-left: 20px;
  opacity: 1;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.content .main_content .videoitem .title--video {
  width: 350px;
  height: 50px;
  padding-left: 0px;
  cursor: pointer;
}
.content .main_content .videoitem .preview:before {
  background-color: rgba(35, 43, 66, 0.5) !important;
}
.content .main_content .videoitem .preview {
  position: relative;
  display: block;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  width: 100%;
  height: 240px;
  cursor: pointer;
}
.content .main_content .videoitem .playback-img {
  background-image: url("../images/theme/img-playback.svg") !important;
  position: absolute;
  height: 20%;
  width: 20%;
  opacity: 0.7;
  background-repeat: no-repeat !important;
  margin-left: 50%;
  margin-top: 25%;
}
.content .main_content .videoitem .description {
  padding-left: 260px;
}
.content .main_content .videoitem .description .date-icon {
  background-image: url("../images/theme/icn-time.svg") !important;
  position: absolute;
  height: 25px;
  width: 25px;
  background-repeat: no-repeat;
  color: #777;
  margin-left: -30px;
  margin-top: -3px;
  cursor: pointer;
}
.content .main_content .videoitem .description .date-video {
  font-size: 14px;
  font-family: "ProbaProRegular", "SourceSansPro";
  color: #777;
  white-space: nowrap;
  line-height: 17px;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.content .main_content .videoitem:hover {
  cursor: pointer;
  opacity: 0.9;
}
.content .main_content .print {
  font-size: 100%;
  color: #2d5ca6;
  font-family: "ProbaPro-Regular";
  position: relative;
  border-bottom: 1px solid transparent;
  transition: 0.3s ease-in-out;
}
.content .main_content .print:before {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  left: -40px;
  top: -8px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url("../images/theme/icn-print.svg");
  transition: 0.3s ease-in-out;
}
.content .main_content :after,
.content .main_content :before {
  box-sizing: border-box;
}
.content .main_content .tag {
  display: inline-block;
  line-height: 25px;
  border-radius: 15px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  color: #a7a9af;
  font-family: "ProbaPro-Regular";
  border: 2px solid #d5deed;
  text-transform: uppercase;
  font-size: 0.625rem;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
  transition: 0.2s ease-in-out;
}
.content .main_content .tag:hover {
  color: #d5deed;
  border: 2px solid #d5deed;
}
.content .main_content .news_article {
  margin: 0 auto;
  padding-bottom: 50px;
  max-width: 800px;
  min-width: 300px;
}
.content .main_content .news_article .img_art {
  float: left;
  margin: 5px 40px 5px 30px;
}
.content .main_content .news_article .img_art img {
  max-width: 150px;
  max-height: 250px;
}
.content .main_content .news_article .text_art {
  overflow: hidden;
}
.content .main_content .news_article .text_art .title_art {
  font-size: 110%;
  line-height: 24px;
  color: #2d5ca6;
  margin-bottom: 10px;
}
.content .main_content .news_article .text_art .text-content {
  display: flex;
  width: 100%;
}
.content .main_content .news_article .text_art .text-content .avatar {
  width: 20%;
}
.content .main_content .news_article .text_art .text-content .avatar img {
  border-radius: 25px;
}
.content .main_content .news_article .text_art .text-content .text-preview {
  width: 80%;
  max-height: 7em;
  overflow: hidden;
}
.content .main_content .news_article .text_art p {
  padding: 0;
  margin-bottom: 20px;
  padding-left: 15px;
}
.content .main_content .news_article .text_art .dateblock {
  position: relative;
  padding-left: 26px;
  color: #a7a9af;
  display: flex;
}
.content .main_content .news_article .text_art .dateblock div {
  font-size: 80%;
}
.content .main_content .news_article .text_art .dateblock .time {
  margin-left: 10px;
}
.content .main_content .news_article .text_art .time:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("../images/icn-time.png");
}
.content .main_content .goToPage {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.content .main_content .goToPage .inputGoTo {
  height: 40px;
  font-size: 90%;
  font-family: "ProbaPro-Regular";
  color: #1D1D1B;
  border: 1px solid #ddd;
  text-align: center;
}
.content .main_content .goToPage .buttonGoTo {
  background-color: #56217A;
  border: 0;
  color: #ffffff;
  width: 180px;
  height: 40px;
  font-family: "ProbaPro-Bold";
}
.content .viewsCounter {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}
.newsX .news__item--navigation {
  margin: 20px 0 70px 100px;
}
.newsX .news__item--navigation a {
  display: block;
}
.newsX .news__item--navigation a .link:before {
  display: block;
  content: '';
  height: 24px;
  width: 24px;
  position: absolute;
  top: 3px;
  background-image: url("../images/theme/icn-more-b.svg");
  background-repeat: no-repeat;
  transition: 0.2s ease-in-out;
}
.newsX .news__item--navigation a .link {
  font-size: 100%;
  color: #2d5ca6;
  line-height: 32px;
  margin-bottom: 16px;
  font-family: "ProbaPro-Regular";
  position: relative;
}
.newsX .news__item--navigation a .title a .title {
  display: inline;
  font-size: 100%;
  font-family: "ProbaPro-Regular";
  color: #2d5ca6;
  line-height: 22px;
  border-bottom: 1px solid transparent;
  transition: 0.2s ease-in-out;
}
.newsX .news__item--navigation .prev {
  text-align: left;
  padding-left: 20px;
  position: relative;
}
.newsX .news__item--navigation .prev a .link .prev a .link {
  padding-left: 50px;
}
.newsX .news__item--navigation .next {
  text-align: right;
  padding-right: 20px;
}
.newsX .news__item--navigation .next a .link .next a .link {
  padding-right: 50px;
}
.newsX .news__item .print {
  margin: 20px 0 25px;
}
.servicesX .userName {
  justify-content: flex-end;
  width: 35%;
  text-align: right;
}
.servicesX .exitApp {
  justify-content: flex-start;
  width: 15%;
  margin-left: 5px;
}
.servicesX .exitApp .link {
  cursor: pointer;
  border-bottom: none;
  color: black;
}
.servicesX .newstitle {
  padding-left: 14px;
}
.servicesX .searchresults #leftSideBarFilters {
  margin-bottom: 30px;
}
.servicesX .searchresults .search-tags {
  background-color: #f4f7fa;
  text-align: left;
}
.servicesX .searchresults .search-tags .title {
  font-size: 100%;
  font-family: "ProbaPro-Bold", "ProbaPro-Regular";
  line-height: 36px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
.servicesX .searchresults .search-tags ul li {
  margin-bottom: 15px;
  margin-top: 20px;
}
.servicesX .searchresults .search-tags .count {
  display: inline-block;
  margin-left: 15px;
  color: #acb3c3;
}
.servicesX .searchresults .searchResultsContrainer .main-results,
.servicesX .searchresults .searchResultsContrainer .resultsByTheme {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #d3d5d9;
}
.servicesX .searchresults .searchResultsContrainer .main-results .title-wrap,
.servicesX .searchresults .searchResultsContrainer .resultsByTheme .title-wrap {
  margin-bottom: 20px;
}
.servicesX .searchresults .searchResultsContrainer .main-results .title-wrap .text,
.servicesX .searchresults .searchResultsContrainer .resultsByTheme .title-wrap .text {
  color: #2d5ca6;
  font-size: 20px;
}
.servicesX .searchresults .searchResultsContrainer .clearfix {
  clear: both;
  float: none;
}
.servicesX .searchresults .searchResultsContrainer .search-results-list {
  padding-left: 35px;
}
.servicesX .searchresults .searchResultsContrainer .search-results-list .search-item {
  position: relative;
  padding-left: 20px;
  word-break: break-word;
  margin-bottom: 40px;
}
.servicesX .searchresults .searchResultsContrainer .search-results-list .search-item .count {
  font-family: "ProbaPro-Bold", "ProbaPro-Regular";
  font-size: 0.875rem;
  color: #a9b7d5;
  position: absolute;
  left: -20px;
}
.servicesX .searchresults .searchResultsContrainer .search-results-list .search-item .date {
  display: inline;
  color: #a9b7d5;
  font-size: 14px;
}
.servicesX .searchresults .searchResultsContrainer .search-results-list .search-item .search-date {
  color: #a9b7d5;
  font-size: 14px;
  display: block;
  border-bottom: none !important;
}
.servicesX .searchresults .searchResultsContrainer .search-results-list .search-item a {
  color: #2d5ca6;
  font-family: "ProbaPro-Regular";
}
.servicesX .searchresults .searchResultsContrainer .all-items {
  display: flex;
  justify-content: flex-end;
  font-family: "ProbaPro-SemiBold";
  font-size: 16px;
  cursor: pointer;
  margin-top: 0;
}
.servicesX .searchresults .searchResultsContrainer .all-items .linkgrey {
  margin-left: 15px;
}
.servicesX .searchresults .search-tags:last-child {
  padding-top: 10px;
  padding-bottom: 35px;
}
.servicesX .searchresults .search-info,
.servicesX .searchresults .short-res {
  font-family: "ProbaPro-Regular";
}
.servicesX .searchresults .category-title {
  font-family: "ProbaPro-SemiBold";
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .servicesX .services {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 25px;
  }
}
.servicesX .services .nav-tabs {
  border-bottom: 1px solid #d3d5d9;
  margin-bottom: 30px;
  margin-left: 5px;
}
.servicesX .services .nav-tabs > li {
  color: #000000;
  border: none;
  padding-left: 0;
  margin-left: 0;
  float: left;
  margin-bottom: -1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .servicesX .services .nav-tabs .nav-item .nav-link {
    font-family: "ProbaPro-Bold";
  }
}
.servicesX .services .nav-tabs .nav-item.active .nav-link:before {
  content: '';
  position: absolute;
  right: 10px;
  top: 7px;
  width: 10px;
  height: 6px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url("themes/kmu/assets/images/icons/icn-dropdown.png");
}
@media only screen and (min-width: 992px) {
  .servicesX .services .nav-tabs .nav-item.active .nav-link:before {
    top: 13px;
  }
}
@media only screen and (min-width: 992px) {
  .servicesX .services .nav-tabs .nav-item.active .nav-link:hover {
    border-bottom: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .servicesX .services .services-tabs {
    border-bottom: none;
  }
}
.servicesX .services .services-tabs li.active a {
  color: #000000;
  border: none;
  background: transparent;
  border-bottom: 4px solid #2d5ca6;
}
.servicesX .services .services-tabs li a {
  padding: 0;
  margin: 0;
  width: 100%;
  padding-bottom: 16px;
  position: relative;
  border-bottom: 4px solid transparent;
  cursor: pointer;
}
.servicesX .services .services-tabs li a .first {
  font-size: 100%;
}
.servicesX .services .services-tabs li a span {
  border-bottom: none !important;
}
.servicesX .services .services-tabs li a:focus {
  background: transparent;
}
.servicesX .services .services-tabs li a:hover {
  color: #000000;
  border: none;
  background: transparent;
  border-bottom: 4px solid #2d5ca6;
}
@media only screen and (min-width: 992px) {
  .servicesX .services .services-tabs li a:hover {
    border-bottom: none;
    border-color: transparent;
  }
}
.servicesX .services .services-tabs.services-tabs_news {
  margin-bottom: 0;
}
.servicesX .services .block-title {
  position: relative;
  padding-left: 0px;
}
.servicesX .services .block-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: -6px;
  width: 45px;
  height: 45px;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url("themes/kmu/assets/images/icons/icon_service.png");
  display: none;
}
@media only screen and (min-width: 450px) {
  .servicesX .services .block-title::before {
    width: 30px;
    height: 30px;
    top: -5px;
  }
}
.servicesX .services .tab-item {
  margin-bottom: 28px;
}
@media only screen and (min-width: 450px) and (max-width: 767px) {
  .servicesX .services .tab-item {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .servicesX .services .tab-item {
    margin-bottom: 15px;
  }
}
.servicesX .services .tab-item ul {
  padding-left: 0;
}
.servicesX .services .tab-item ul li {
  margin-bottom: 10px;
}
.servicesX .services .tab-item ul li a {
  color: #2d5ca6;
  cursor: pointer;
  display: inline-block;
  border-bottom: 1px solid transparent;
}
.servicesX .services .tab-item ul li a:hover {
  border-bottom-color: #2d5ca6;
}
.servicesX .services .tab-item ul li a p {
  font-weight: 500;
  font-size: 90%;
  line-height: 100%;
  padding: 0;
  color: #2d5ca6;
  cursor: pointer;
  line-height: 1.2;
}
.servicesX .services .tab-item ul li a p:first-letter {
  text-transform: capitalize;
  font-weight: bold;
}
.servicesX .services .tab-item div {
  display: inline-block;
}
.servicesX .services .tab-item div i {
  color: #2d5ca6;
  font-size: 19px;
  font-weight: bold;
  vertical-align: middle;
}
.servicesX .services .title {
  margin-bottom: 15px;
  display: inline-block;
  color: #000000;
  border-bottom: 1px solid transparent;
  transition: 0.2s ease-in-out;
}
.servicesX .services .alphabet-filter {
  float: right;
  position: relative;
  color: #2d5ca6;
  cursor: pointer;
  font-family: "ProbaProBold", "SourceSansProBold";
  font-size: 107%;
  top: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .servicesX .services .alphabet-filter {
    top: 15px;
  }
}
.servicesX .services .alphabet-filter:hover {
  border-bottom: 1px solid #2d5ca6;
}
.servicesX .services .all-services {
  position: relative;
  padding-right: 25px;
  color: #2d5ca6;
}
@media only screen and (min-width: 992px) {
  .servicesX .services .all-services {
    font-family: "ProbaPro-Bold";
    margin-bottom: 50px;
    display: inline-block;
  }
}
.servicesX .services .all-services:before {
  content: '';
  position: absolute;
  right: -15px;
  top: -2px;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("themes/kmu/assets/images/NewIcons/linkbtngrey.svg");
}
.servicesX .services .serviceitem {
  width: 100%;
  display: flex;
  padding-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .servicesX .services .serviceitem {
    flex-wrap: wrap;
  }
}
.servicesX .services .serviceitem .fileblock {
  width: 25%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 991px) {
  .servicesX .services .serviceitem .fileblock {
    flex: 1 1 100%;
    width: 100%;
    border: none;
    text-align: center;
  }
}
.servicesX .services .serviceitem .fileblock .titleicon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}
.servicesX .services .serviceitem .fileblock .docblock {
  padding-top: 30px;
}
.servicesX .services .serviceitem .fileblock .docblock label {
  color: #56217A;
}
.servicesX .services .serviceitem .fileblock .docblock .sendToActive {
  margin-top: 30px;
  background-color: #56217A;
  border: 0;
  color: #ffffff;
  width: 180px;
  height: 40px;
  font-family: "ProbaPro-Bold";
  margin-bottom: 30px;
}
.servicesX .services .serviceitem .fileblock .docblock .editInputFile {
  position: relative;
  padding-top: 20px;
  text-align: center;
  max-width: 250px;
  width: 90%;
  margin-top: 0px !important;
  padding-top: 0px !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
}
@media screen and (max-width: 991px) {
  .servicesX .services .serviceitem .fileblock .docblock .editInputFile {
    margin-left: auto;
    margin-right: auto;
  }
}
.servicesX .services .serviceitem .fileblock .docblock .editInputFile label {
  cursor: pointer;
  background: #f4f8ff;
  border: 2px dashed #cbd7f0;
  text-align: center;
  transition: background 0.3s ease-in-out;
  word-wrap: break-word;
  line-height: 1.4;
  padding: 17px 25px;
  max-width: 225px;
  width: 90%;
}
.servicesX .services .serviceitem .fileblock .docblock .editInputFile input[id^=upload-file],
.servicesX .services .serviceitem .fileblock .docblock .editInputFile #upload-mainfile,
.servicesX .services .serviceitem .fileblock .docblock .editInputFile #upload-additionaldoc-first {
  opacity: 0;
  position: absolute;
  z-index: -1;
  max-width: 100%;
}
.servicesX .services .serviceitem .fileblock .docblock .closeBtn {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding-top: 10px;
}
.servicesX .services .serviceitem .fileblock .docblock .additionalFilesBtn {
  margin-top: 30px;
}
.servicesX .services .serviceitem .fileblock .docblock .additionalFilesBtn .addbtn {
  font-size: 28px;
  background-color: #56217A;
  border: 0;
  border-radius: 48px;
  width: 45px;
  height: 45px;
  color: #fff;
}
.servicesX .services .serviceitem .fileblock .docblock .additionalFilesBtn .textbtn {
  vertical-align: super;
  margin-left: 10px;
}
.servicesX .services .serviceitem .generalinfo {
  width: 75%;
}
@media screen and (max-width: 991px) {
  .servicesX .services .serviceitem .generalinfo {
    flex: 1 1 100%;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .servicesX .services .serviceitem .generalinfo iframe {
    width: 100%;
  }
}
.servicesX .services .serviceitem .generalinfo .titleblock {
  padding-left: 65px;
  padding-right: 20px;
  padding-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .servicesX .services .serviceitem .generalinfo .titleblock {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.servicesX .services .serviceitem .generalinfo .titleblock .title {
  font-family: "ProbaPro-Regular";
  font-size: 36px;
}
@media screen and (max-width: 991px) {
  .servicesX .services .serviceitem .generalinfo .titleblock .title {
    font-size: 30px;
    line-height: 1.2;
  }
}
.servicesX .services .serviceitem .generalinfo .titleblock .category {
  font-family: "ProbaPro-Regular";
  color: #777;
}
.servicesX .services .serviceitem .generalinfo .infoblock {
  padding-left: 65px;
  padding-right: 20px;
  padding-top: 30px;
}
@media screen and (max-width: 682px) {
  .servicesX .services .serviceitem .generalinfo .infoblock {
    padding-left: 0;
    padding-right: 0;
  }
}
.servicesX .services .serviceitem .generalinfo .infoblock .textinfo {
  font-family: "ProbaPro-Regular";
  font-size: 18px;
}
.servicesX .services .serviceitem .generalinfo .infoblock .checkBox .labelContainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  user-select: none;
}
.servicesX .services .serviceitem .generalinfo .infoblock .checkBox .labelContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.servicesX .services .serviceitem .generalinfo .infoblock .checkBox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.servicesX .services .serviceitem .generalinfo .infoblock .checkBox .labelContainer:hover input ~ .checkmark {
  background-color: #ccc;
}
.servicesX .services .serviceitem .generalinfo .infoblock .checkBox .labelContainer input:checked ~ .checkmark {
  background-color: #56217A;
}
.servicesX .services .serviceitem .generalinfo .infoblock .checkBox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.servicesX .services .serviceitem .generalinfo .infoblock .checkBox .labelContainer input:checked ~ .checkmark:after {
  display: block;
}
.servicesX .services .serviceitem .generalinfo .infoblock .checkBox .labelContainer .checkmark:after {
  left: 9px;
  top: 5px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.servicesX .services .serviceitem .generalinfo .infoblock .AgreementText {
  text-align: justify;
}
.servicesX .services .serviceitem .generalinfo .infoblock .AgreementText .AgreementTitle {
  line-height: 20px;
  font-family: "ProbaPro-SemiBold";
}
.servicesX .services .payServices .list-items {
  margin-bottom: 60px;
}
.servicesX .services .payServices .list-items .title {
  display: flex;
  justify-content: center;
  font-size: 24px;
}
.servicesX .services .payServices .list-items > div {
  line-height: 30px;
}
.servicesX .services .payServices .list-items > div > span a {
  display: inline-block;
  cursor: pointer;
}
.servicesX .services .payServices .paymentBlock .requiredInfo .required {
  color: red;
}
.servicesX .services .payServices .paymentBlock .additionalInfo .required {
  color: red;
}
.servicesX .services .payServices .paymentBlock .recipientData {
  width: 80%;
  margin: 0 auto;
}
.servicesX .services .payServices .paymentBlock .recipientData .h-title {
  display: flex;
  justify-content: center;
}
.servicesX .services .payServices .paymentBlock .recipientData .h-title h6 {
  margin-bottom: 30px;
}
.servicesX .services .payServices .paymentBlock .recipientData .block {
  margin-bottom: 60px;
  padding: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.servicesX .services .payServices .paymentBlock .recipientData .block .b-main {
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.servicesX .services .payServices .paymentBlock .recipientData .block .b-main .name {
  width: 30%;
  font-size: 16px;
  font-family: "ProbaPro-SemiBold";
  color: #1D1D1B;
  line-height: 25px;
}
.servicesX .services .payServices .paymentBlock .recipientData .block .b-main .name .required {
  color: red;
}
.servicesX .services .payServices .paymentBlock .recipientData .block .b-main .value {
  width: 70%;
  font-size: 16px;
  font-family: "ProbaPro-Regular";
  color: #1D1D1B;
  line-height: 25px;
}
.servicesX .services .payServices .paymentBlock .recipientData .block .b-main .value .readOnly {
  border: 0;
}
.servicesX .services .payServices .paymentBlock .recipientData .block .b-main .value .readOnly:focus {
  border: 0 !important;
  outline: unset !important;
}
.servicesX .services .payServices .paymentBlock .payButton {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 60px;
}
.servicesX .services .payServices .paymentBlock .payButton input {
  background-color: #56217A;
  border: 0;
  color: #ffffff;
  width: 40%;
  height: 40px;
  font-family: "ProbaPro-Bold";
}
.servicesX .services .payServices .table-grid {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 560px) {
  .servicesX .services .payServices .table-grid {
    width: 100%;
  }
}
.servicesX .services .payServices .table-grid .h-title {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #56217A;
}
.servicesX .services .payServices .table-grid .h-title h6 {
  margin-bottom: 15px !important;
}
.servicesX .services .payServices .table-grid .h-title .t-1 {
  width: 60%;
  display: flex;
  justify-content: center;
}
.servicesX .services .payServices .table-grid .h-title .t-2 {
  width: 20%;
  display: flex;
  justify-content: center;
}
.servicesX .services .payServices .table-grid .h-title .t-3 {
  width: 20%;
}
.servicesX .services .payServices .table-grid .content {
  margin-top: 20px;
}
.servicesX .services .payServices .table-grid .content .element:last-child {
  border-bottom: unset;
}
.servicesX .services .payServices .table-grid .content .element {
  width: 100%;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 500px) {
  .servicesX .services .payServices .table-grid .content .element {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
  }
}
.servicesX .services .payServices .table-grid .content .element .c-1 {
  width: 60%;
}
.servicesX .services .payServices .table-grid .content .element .c-1 .txt {
  font-size: 16px;
  font-family: "ProbaPro-Regular";
  color: #1D1D1B;
  line-height: 25px;
}
.servicesX .services .payServices .table-grid .content .element .c-2 {
  font-size: 16px;
  font-family: "ProbaPro-Regular";
  color: #1D1D1B;
  line-height: 25px;
  width: 20%;
  display: flex;
  justify-content: center;
}
.servicesX .services .payServices .table-grid .content .element .c-2 span {
  font-size: 16px;
  font-family: "ProbaPro-Regular";
  color: #1D1D1B;
  line-height: 25px;
  margin-left: 5px;
}
.servicesX .services .payServices .table-grid .content .element .c-3 {
  font-size: 16px;
  font-family: "ProbaPro-Regular";
  color: #1D1D1B;
  line-height: 25px;
  width: 20%;
}
@media screen and (max-width: 500px) {
  .servicesX .services .payServices .table-grid .content .element .c-3 {
    width: auto;
    margin: 10px 0;
    flex: 1 1 100%;
  }
}
.servicesX .services .payServices .table-grid .content .element .c-3 .pay-btn {
  background-color: #56217A;
  border: 0;
  color: #ffffff;
  width: 100%;
  height: 40px;
  font-family: "ProbaPro-Bold";
  cursor: pointer;
}
.servicesX .services .payServices .responsePayment {
  display: flex;
  justify-content: center;
  font-size: 24px;
  font-family: "ProbaPro-SemiBold";
  color: #1D1D1B;
  line-height: 24px;
  margin-bottom: 60px;
}
.servicesX a,
.servicesX a:hover,
.servicesX a:focus,
.servicesX a:active,
.servicesX a:visited {
  text-decoration: none;
  outline: none;
}
.servicesX a:hover {
  border-bottom: 1px solid #2d5ca6;
}
.servicesX p {
  font-size: 100%;
  color: #1D1D1B;
  font-family: "ProbaPro-Regular";
  line-height: 22px;
  word-wrap: break-word;
  padding-left: 30px;
  padding-right: 30px;
}
.servicesX .clearfix {
  clear: both;
  float: none;
  margin-right: 25px;
}
.servicesX .print {
  font-size: 100%;
  color: #2d5ca6;
  font-family: "ProbaPro-Regular";
  position: relative;
  border-bottom: 1px solid transparent;
  transition: 0.3s ease-in-out;
}
.servicesX .print:before {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  left: -40px;
  top: -8px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url("../images/theme/icn-print.svg");
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.servicesX :after,
.servicesX :before {
  box-sizing: border-box;
}
.servicesX .tag {
  display: inline-block;
  line-height: 25px;
  border-radius: 15px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  color: #a7a9af;
  font-family: "ProbaPro-Regular";
  border: 2px solid #d5deed;
  text-transform: uppercase;
  font-size: 0.625rem;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
  transition: 0.2s ease-in-out;
}
.servicesX .tag :hover {
  color: #d5deed;
  border: 2px solid #d5deed;
}
.servicesX ul {
  list-style-type: none;
}
.servicesX ul > li {
  margin-bottom: 15px;
  position: relative;
  /*line-height: 22px;*/
}
.servicesX ol > li {
  padding-left: 35px;
  margin-bottom: 15px;
  position: relative;
  /*line-height: 22px;*/
}
.servicesX .button {
  font-size: 19px;
  color: #2d5ca6;
  border-color: #2d5ca6;
  width: 110px;
  font-family: "ProbaPro-Bold";
}
.CreateDocWr {
  padding: 15px 0;
  text-align: center;
}
.CreateDoc,
.signIt {
  font-family: 'ProbaPro-Bold';
  background-color: #56217A;
  border: 0;
  color: #ffffff;
  padding: 10px 25px;
  margin-bottom: 5px;
  white-space: normal;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .editorX {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 25px;
  }
}
.editorX ul {
  list-style-type: none;
}
.editorX ul > li {
  margin-bottom: 15px;
  position: relative;
  line-height: 22px;
}
.editorX ol > li {
  padding-left: 35px;
  margin-bottom: 15px;
  position: relative;
  line-height: 22px;
}
.editorX .ListItems {
  padding-top: 10px;
}
.editorX .ListItems .headline-content {
  display: flex;
  margin-bottom: 30px !important;
}
.editorX .ListItems .headline-content .h-item {
  width: 100%;
}
.editorX .ListItems .pagination {
  text-align: center;
}
.editorX .ListItems .pagination .paginator {
  display: inline-block;
  font-size: 90%;
  color: #1D1D1B;
  font-family: "ProbaPro-Regular";
  border: 1px solid #ddd;
  margin-top: 14px;
  cursor: pointer;
  margin-left: -1px;
  width: 40px;
  height: 30px;
}
.editorX .ListItems .pagination .paginator a:hover {
  border-bottom: none !important;
  cursor: pointer;
}
.editorX .ListItems .pagination .active {
  background-color: #b3c2d8;
}
.editorX .ListItems .list-content {
  display: flex;
}
.editorX .ListItems .list-content .item {
  width: 100%;
  word-wrap: break-word;
}
@media only screen and (min-width: 450px) and (max-width: 767px) {
  .editorX .ListItems .list-content .item {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .editorX .ListItems .list-content .item {
    margin-bottom: 15px;
  }
}
.editorX .ListItems .list-content .item a {
  color: #2d5ca6;
}
.editorX .ListItems .list-content .item a .docIcon:hover {
  cursor: pointer;
}
.editorX .ListItems .list-content .item a p {
  font-weight: 500;
  font-size: 90%;
  font-family: "ProbaPro-Regular";
  line-height: 100%;
  padding: 0;
  color: #2d5ca6;
}
.editorX .ListItems .list-content .item a p:first-letter {
  text-transform: capitalize;
  font-weight: bold;
}
.editorX .ListItems .list-content .item .firstLetter:first-letter {
  text-transform: capitalize;
  font-weight: bold;
}
.editorX .ListItems .list-content .item .rmv-link {
  display: inline;
}
.editorX .ListItems .list-content .item .rmv-link:first-letter {
  text-transform: none;
  font-weight: normal;
}
.editorX .ListItems .list-content .item div {
  display: inline-block;
}
.editorX .ListItems .list-content .item div i {
  color: #2d5ca6;
  font-size: 19px;
  font-weight: bold;
  vertical-align: middle;
}
.editorX .editor-item .editElements {
  margin-bottom: 200px;
}
.editorX .editor-item .editElements .select-item {
  width: 100%;
}
.editorX .editor-item .editElements .select-item select {
  width: 50%;
}
.editorX .editor-item .editElements .editor-type {
  display: flex;
  justify-content: flex-end;
}
.editorX .editor-item .editElements .editor-type .change-edit-btn {
  background: #56217A;
  border-radius: 20px;
  color: white;
  font-size: 20px;
  height: 50px;
  width: 150px;
  font-family: "ProbaPro-Bold";
}
.editorX .editor-item .editElements .editTitle {
  margin-bottom: 20px;
}
.editorX .editor-item .editElements .editRequiredDoc {
  padding-top: 15px;
  padding-bottom: 80px;
}
.editorX .editor-item .editElements .editRequiredDoc .textBlock {
  width: 100%;
  background-color: #56217A;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.editorX .editor-item .editElements .editRequiredDoc .docEditor {
  border: 2px solid #56217A;
}
.editorX .editor-item .editElements .editRequiredDoc .docEditor .additionalFilesBtn {
  margin-top: 0 !important;
  padding: 20px;
}
.editorX .editor-item .editElements .editRequiredDoc .docEditor .additionalFilesBtn .addbtn {
  font-size: 28px;
  background-color: #56217A;
  border: 0;
  border-radius: 48px;
  width: 45px;
  height: 45px;
  color: #fff;
}
.editorX .editor-item .editElements .editRequiredDoc .docEditor .additionalFilesBtn .textbtn {
  vertical-align: super;
  margin-left: 10px;
}
.editorX .editor-item .editElements .back {
  margin-bottom: 10px;
}
.editorX .editor-item .editElements .back a {
  cursor: pointer;
}
.editorX .editor-item .editElements .control {
  height: 25px;
  margin: 10px;
}
.editorX .editor-item .editElements .control .buttons {
  display: flex;
  width: 100%;
}
.editorX .editor-item .editElements .control .buttons .delete-but {
  display: flex;
  width: 100%;
}
.editorX .editor-item .editElements .control .buttons .can-sav-but {
  display: flex;
}
.editorX .editor-item .editElements .addNewsB {
  height: 50px;
  margin-top: -50px;
}
.editorX .editor-item .editElements .editInputFile {
  position: relative;
  padding-top: 20px;
  text-align: center;
}
.editorX .editor-item .editElements .editInputFile label {
  cursor: pointer;
  background: #f4f8ff;
  border: 2px dashed #cbd7f0;
  text-align: center;
  transition: background 0.3s ease-in-out;
  word-wrap: break-word;
  line-height: 1.4;
  padding: 37px 125px;
}
.editorX .editor-item .editElements .editInputFile #upload-photo,
.editorX .editor-item .editElements .editInputFile #upload-file {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.editorX .editor-item .editElements .feedbackEditor label {
  margin-top: 30px;
}
.editorX .editor-item .editElements .feedbackEditor .userComment {
  display: block;
  width: 100%;
  height: 350px;
  overflow: auto;
  font-family: "ProbaPro-Regular";
}
.editorX .editor-item .editElements .feedbackEditor .radioDecision {
  margin-top: 30px;
  margin-bottom: 30px;
}
.editorX .editor-item .editor-url {
  font-size: 90%;
  line-height: 100%;
  padding-left: 0;
  padding-right: 0;
  color: #2d5ca6 !important;
  display: inline-flex;
}
.editorX .editor-item .editor-title {
  display: inline-flex;
}
.editorX .editor-item .emptyList {
  text-align: center;
}
.editorX .editor-item .emptyList .new {
  font-size: 26px;
}
.editorX .editor-item .emptyList .new a {
  cursor: default;
  color: black;
}
.editorX .menu-horizontal {
  display: flex;
  margin-bottom: 30px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.editorX .menu-horizontal .items {
  display: flex;
  justify-content: flex-start;
  width: 90%;
}
.editorX .menu-horizontal .items .tab:hover {
  border-bottom: 2px solid #2d5ca6;
  color: #2d5ca6;
  padding-bottom: 5px;
  cursor: pointer;
}
.editorX .menu-horizontal .items .tab-active {
  border-bottom: 2px solid #2d5ca6;
  color: black;
  padding-bottom: 5px;
  cursor: pointer;
}
.editorX .menu-horizontal .items .v-line {
  border-left: 1px solid #ccc;
  margin-left: 10px;
  margin-right: 10px;
}
.editorX .menu-horizontal .add-item {
  width: 10%;
  text-align: end;
}
.editorX .menu-horizontal .add-item #icon-Arrow {
  color: #2d5ca6;
  font-size: 19px;
  font-weight: bold;
  vertical-align: middle;
}
.editorX .menu-horizontal .add-item .create-link:hover {
  cursor: pointer;
  border: none;
}
.editorX .feedbackAdmin {
  margin-bottom: 50px;
}
.editorX .feedbackAdmin .h-line {
  width: 100%;
  display: flex;
}
.editorX .feedbackAdmin .h-line .h-pib {
  width: 40%;
}
.editorX .feedbackAdmin .h-line .h-phone {
  width: 30%;
}
.editorX .feedbackAdmin .h-line .h-rating {
  width: 10%;
}
.editorX .feedbackAdmin .h-line .h-status {
  width: 20%;
}
.editorX .feedbackAdmin .comment {
  width: 100%;
  display: flex;
  cursor: pointer;
}
.editorX .feedbackAdmin .comment .pib {
  width: 40%;
  font-family: "ProbaPro-Regular";
}
.editorX .feedbackAdmin .comment .phone {
  width: 30%;
  font-family: "ProbaPro-Regular";
}
.editorX .feedbackAdmin .comment .rating {
  width: 10%;
  font-family: "ProbaPro-Regular";
}
.editorX .feedbackAdmin .comment .status {
  width: 20%;
  font-family: "ProbaPro-Regular";
}
.editorX .pagination {
  text-align: center;
}
.editorX .pagination .paginator {
  display: inline-block;
  font-size: 90%;
  color: #1D1D1B;
  font-family: "ProbaPro-Regular";
  border: 1px solid #ddd;
  margin-top: 14px;
  cursor: pointer;
  margin-left: -1px;
  width: 40px;
  height: 30px;
}
.editorX .pagination .paginator a:hover {
  border-bottom: none !important;
  cursor: pointer;
}
.editorX .pagination .active {
  background-color: #b3c2d8;
}
.authX {
  background: #FFFFFF;
}
.authX .description {
  margin-left: 10px;
  height: 60px;
}
.authX .auth {
  padding: 20px;
  padding-top: 50px;
  max-width: 640px;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 481px) {
  .authX .auth {
    padding: 20px 0;
  }
}
.authX .auth h1,
.authX .auth h2 {
  color: black;
  line-height: 0;
}
.authX .authInfo {
  font-size: 90%;
  font-family: "ProbaPro-Regular";
  margin-bottom: 15px;
  margin-left: 6px;
}
.authX .authProviders {
  margin-top: 40px;
  display: flex;
  margin: 0 -10px;
}
.authX .authProviders .authProvider {
  border: 2px solid #e9edf4;
  height: 190px;
  cursor: pointer;
  outline: none;
  position: relative;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  margin: 10px;
  border-radius: 8px;
  padding: 10px;
}
.authX .authProviders .authProvider img {
  cursor: pointer;
  outline: none;
  max-width: 100%;
  height: auto;
}
.authX .authProviders .authProvider a {
  width: 100%;
  height: 100%;
  padding: 0px;
}
.authX .authProviders .authProvider button {
  outline: none;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  background-color: #fff;
  position: relative;
  display: block;
}
.authX .authProviders .authProvider .topBlock {
  /*position: absolute;
                display: block;
                top: 0;*/
}
.authX .authProviders .authProvider .provName {
  font-family: "ProbaPro-Regular";
  line-height: 1.2;
  color: #1D1D1B;
  word-wrap: break-word;
  font-size: 15px;
  font-weight: 600;
  text-shadow: none;
  margin-top: 12px;
}
.authX .authProviders .authProvider .arrowAuth {
  position: absolute;
  bottom: -32px;
  left: calc(50% - 13px);
  content: '';
  width: 0;
  height: 0;
  border-bottom: solid 12px #EAEEF4;
  border-left: solid 13px transparent;
  border-right: solid 13px transparent;
}
.authX .helpInfo {
  padding: 15px 20px;
  background-color: #EAEEF4;
  border-radius: 2px;
  line-height: 18px;
  font-size: 14px;
  max-width: 640px;
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 30px;
}
.authX .helpInfo img {
  margin-right: 15px;
  width: 27px;
  height: 30px;
}
.authX .helpInfo .helpTextInfo {
  font-family: 90%;
  font-family: "ProbaPro-Regular";
  line-height: 22px;
  color: #1D1D1B;
  word-wrap: break-word;
}
.authProvideWr {
  display: flex;
  margin: 0 -10px;
}
.authProvideWr .authProvider {
  flex: 1;
  margin: 10px;
  border-radius: 8px;
}
.Cabinet .services {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .Cabinet .services {
    flex-wrap: wrap;
  }
}
.Cabinet .services .exitApp {
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .Cabinet .services .exitApp {
    width: auto;
  }
}
@media screen and (max-width: 500px) {
  .Cabinet .services > div:nth-child(1),
  .Cabinet .services > div:nth-child(2) {
    flex: 1 1 100%;
  }
}
@media screen and (max-width: 500px) {
  .Cabinet .services > div .nav-tabs {
    margin-left: 0;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 500px) {
  .Cabinet .services > div .nav-tabs > li {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .Cabinet.servicesX .newstitle {
    padding-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .Cabinet.servicesX .userName {
    padding-right: 20px;
    width: auto;
  }
}
.Cabinet .table-responsive .table {
  width: 865px;
  max-width: inherit;
  margin: 0 auto;
  display: table;
}
.Cabinet .table-responsive .table .tr {
  display: table-row;
}
.Cabinet .table-responsive .table .tr > div {
  display: table-cell;
}
.Cabinet .table-responsive .table .tr > div:first-child,
.Cabinet .table-responsive .table .tr > div:nth-child(4) {
  width: 100px;
}
.Cabinet .table-responsive .table .tr > div:nth-child(2),
.Cabinet .table-responsive .table .tr > div:nth-child(5) {
  width: 150px;
}
.Cabinet .table-responsive .table .tr > div:last-child {
  width: 190px;
}
.Cabinet .main_content .table-responsive {
  margin-bottom: 25px;
}
.Cabinet .main_content .table .tr:nth-child(odd) {
  background-color: #f4f7fa;
}
.Cabinet .main_content .table .tr:nth-child(even) {
  background-color: #ffffff;
}
.Cabinet .BtnGr {
  display: flex;
  justify-content: flex-end;
}
.Cabinet .resultGr {
  margin-bottom: 50px;
}
.Cabinet .BtnGr,
.Cabinet .resultGr {
  max-width: 865px;
  margin-left: auto;
  margin-right: auto;
}
.kr-chat-container {
  bottom: 0;
  position: fixed;
  margin: 20px;
  right: 0;
  z-index: 998;
}
@keyframes zoomIn {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.kr-chat-frame {
  background: #fff;
  position: fixed;
  right: 20px;
  bottom: 96px;
  width: 350px;
  font-size: 12px;
  line-height: 22px;
  font-family: "ProbaPro-Regular";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  opacity: 0;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.14), 0px 0px 2px 0px rgba(0, 0, 0, 0.12);
  transition: all 0.2s ease-in-out;
  height: 520px;
  max-height: calc(100vh - 120px);
  overflow: hidden;
  visibility: hidden;
  z-index: 10;
}
.kr-chat-frame.is-visible {
  opacity: 1;
  animation: zoomIn 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  visibility: visible;
}
.kr-chat-frame.is-hide {
  opacity: 0;
}
.kr-chat-frame .kr-chat-title {
  padding: 20px 15px;
  background: #56217A;
}
.kr-chat-frame .kr-chat-title h3 {
  font-size: 27px;
  margin: 5px 0;
  color: #ffffff;
  font-family: "ProbaPro-SemiBold";
  line-height: 1.2;
}
.kr-chat-frame .kr-chat-content {
  padding: 15px 15px;
  overflow-y: auto;
  flex: 1;
}
.kr-chat-frame .kr-chat-content::-webkit-scrollbar {
  width: 5px;
}
.kr-chat-frame .kr-chat-content::-webkit-scrollbar-thumb {
  background-color: rgba(27, 27, 27, 0.4);
  border-radius: 2px;
}
.kr-chat-frame .kr-chat-content::-webkit-scrollbar-track {
  background: transparent;
}
.kr-chat-frame .kr-chat-content .bot-message {
  font-family: "ProbaPro-Regular";
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
}
.kr-chat-frame .kr-chat-content .chat-button {
  background: #FFFFFF;
  outline: none;
  border-radius: 4px;
  border: 1px solid #56217A;
  padding: 5px 10px;
  color: #56217A;
  font-family: "ProbaPro-Regular";
  line-height: 1.2;
  margin: 0 8px 10px 8px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.kr-chat-frame .kr-chat-content .chat-button.disabled-button {
  opacity: 0.5;
}
.kr-chat-frame .kr-chat-content .chat-button:not(.disabled-button) {
  cursor: pointer;
}
.kr-chat-frame .kr-chat-content .chat-button i,
.kr-chat-frame .kr-chat-content .chat-button span {
  display: inline-block;
  vertical-align: middle;
  color: #56217A;
  line-height: 1;
}
.kr-chat-frame .kr-chat-content .chat-button i {
  font-size: 19px;
  margin-right: 5px;
}
.kr-chat-frame .kr-chat-content .chat-button:hover:not(.disabled-button) {
  color: #FFFFFF;
  background: #56217A;
}
.kr-chat-frame .kr-chat-content .chat-button:hover:not(.disabled-button) i,
.kr-chat-frame .kr-chat-content .chat-button:hover:not(.disabled-button) span {
  color: #FFFFFF;
}
.kr-chat-frame #chat-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.kr-chat-button {
  display: block;
  border: none;
  outline: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  color: #f0f0f0;
  margin: 25px auto 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  cursor: pointer;
  transition: all 0.1s ease-out;
  position: relative;
  z-index: 998;
  overflow: hidden;
  background: #56217A;
}
.kr-chat-button.is-active i.kr-answer {
  display: none;
}
.kr-chat-button.is-active i.kr-clear {
  display: inline-block;
}
.kr-chat-button i {
  font-size: 38px;
  vertical-align: middle;
  transition: all 0.2s ease-in-out;
  display: inline-block;
}
.kr-chat-button i.kr-clear {
  display: none;
}
.visimparnmentVis * {
  color: #000000 !important;
  background-color: #fff !important;
  background: #fff !important;
  border-radius: 0 !important;
  transition: 0.2s ease-in-out;
}
.visimparnmentVis img {
  filter: grayscale(1) !important;
}
.visimparnmentVis .servicesX .services .services-tabs li.active a {
  border-bottom: 4px solid #000000 !important;
}
.visimparnmentVis .editorX .menu-horizontal .items .tab-active {
  border-bottom: 2px solid #000000 !important;
}
.visimparnmentVis .editorX .menu-horizontal .items .tab:hover {
  border-bottom: 2px solid #000000 !important;
}
.visimparnmentVis header .pics .left .rec_1 {
  background-color: #646464 !important;
}
.visimparnmentVis header .pics .left .rec_2 {
  background-color: #dfdfdf !important;
}
.visimparnmentVis header .pics .searchBlock a .img .outapps {
  background-color: #000000 !important;
}
.visimparnmentVis .main #jumboCarousel > .carousel-indicators > li {
  background-color: #000000 !important;
}
.visimparnmentVis .main .links .link .link2 h2 {
  background: none !important;
  background-color: unset !important;
}
.visimparnmentVis .main .links .link .link2 .filter {
  background-color: #dedfdf !important;
}
.visimparnmentVis .main .links .link .link2 a #knowmore {
  background: none !important;
  background-color: unset !important;
}
.visimparnmentVis .main .links .link .link2 a .linkOut .img #keyboard_right {
  background: none !important;
  background-color: unset !important;
}
.visimparnmentVis .main .links .link .link2 a .linkOut .img {
  background: none !important;
  background-color: unset !important;
}
.visimparnmentVis .main .links .link .link2 a {
  background: none !important;
  background-color: unset !important;
}
.visimparnmentVis .main .links .link .link2 a .linkOut .outdesc {
  background: none !important;
  background-color: unset !important;
}
.visimparnmentVis .search-form-visimp {
  border: 1px solid #000000;
  width: auto;
  padding: 20px 20px 140px 25px;
  background-color: #273043;
  z-index: 3;
  transition: 0.5s ease-in-out;
}
.visimparnmentVis .search-form-visimp .btns-wrap {
  padding-left: 20px;
  margin-bottom: 60px;
  margin-top: 5px;
}
.visimparnmentVis .search-form-visimp .btns-wrap .close-icon {
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: right;
}
.visimparnmentVis .search-form-visimp .btns-wrap a {
  font-size: 100%;
  color: #fff;
  font-family: "ProbaPro-Bold", "ProbaPro-Regular";
  line-height: 11px;
  cursor: pointer;
  padding: 10px 19px;
  transition: 0.2s ease-in-out;
}
.visimparnmentVis .search-form-visimp .btns-wrap a.active {
  background: #D8D8D8 !important;
  border-radius: 20px;
}
.visimparnmentVis .search-form-visimp label {
  width: 100%;
  color: #fff;
  display: block;
  font-weight: 100;
  font-family: "ProbaPro-Bold", "ProbaPro-SemiBold";
}
.visimparnmentVis .search-form-visimp .input {
  width: 100%;
  display: block;
  background-color: #D8D8D8 !important;
  height: 50px;
  border: none;
  color: #fff;
  padding-left: 20px;
  margin-top: 10px;
}
.visimparnmentVis .search-form-visimp .submit-label {
  color: #000;
  margin-top: 10px;
}
.visimparnmentVis .search-form-visimp .submit-label .search-btn {
  position: relative;
  display: block;
  float: left;
  margin-right: 30px;
  height: 50px;
  width: 100%;
  margin-top: 25px;
  text-align: center;
  font-family: "ProbaPro-Bold", "ProbaPro-SemiBold";
  background: #D8D8D8 !important;
  border: none;
  letter-spacing: 0;
  line-height: 39px;
  padding-left: 20px;
}
.visimparnmentVis .search-form-visimp .submit-label:after {
  z-index: 1;
  content: "";
  position: absolute;
  left: 50px;
  top: 40px;
  width: 20px;
  height: 20px;
  margin-top: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-image: url(../images/icn-search-black.svg);
}
.visimparnmentVis .content .main_content .videoitem {
  filter: grayscale(1) !important;
}
.visimparnmentVis .content .main_content .videoitem .playback-img {
  background-color: unset !important;
}
.visimparnmentVis .content .main_content #videopopup {
  background-color: none !important;
  background: unset !important;
  filter: grayscale(1) !important;
}
.visimparnmentVis .content .main_content #videopopup #videopopup-content #videoIframe {
  background-color: none !important;
  background: unset !important;
}
.visimparnmentVis .content .main_content a:hover {
  border-bottom: 1px solid #000000 !important;
}
.visimparnmentVis header .pics .searchBlock a .img img {
  background: none !important;
  background-color: none !important;
}
.visimparnmentVis .authX .helpInfo {
  background-color: #EAEEF4 !important;
  background: #EAEEF4 !important;
}
.visimparnmentVis .authX .helpInfo .helptext {
  background-color: #EAEEF4 !important;
  background: #EAEEF4 !important;
}
.visimparnmentVis .authX .helpInfo .helpTextInfo {
  background-color: #EAEEF4 !important;
  background: #EAEEF4 !important;
}
.visimparnmentVis .mapCNAP {
  background-color: unset !important;
  background: none !important;
}
.visimparnmentVis .mapCNAP iframe {
  background-color: unset !important;
  background: none !important;
}
.visimparnmentVis .mapCNAP div {
  background-color: unset !important;
  background: none !important;
  transition: unset;
}
.visimparnmentVis .mapCNAP .gm-style-mtc {
  background: #fff !important;
  background-color: #fff !important;
}
.visimparnmentVis .mapCNAP #popupGoogleCnap {
  background-color: #fff !important;
}
.visimparnmentVis .mapCNAP img {
  background-color: unset !important;
  background: none !important;
}
.visimparnmentVis .mapCNAP .top-shape {
  background-color: #D8D8D8 !important;
}
.visimparnmentVis .mapCNAP .group {
  background-image: url(images/grid-line.jpg) !important;
  background-repeat: repeat-y !important;
}
.visimparnmentVis .mapCNAP .rectangle-copy-1,
.visimparnmentVis .mapCNAP .rectangle-copy-2,
.visimparnmentVis .mapCNAP .rectangle-copy-3,
.visimparnmentVis .mapCNAP .rectangle-copy-4,
.visimparnmentVis .mapCNAP .rectangle-copy-5,
.visimparnmentVis .mapCNAP .rectangle-copy-6,
.visimparnmentVis .mapCNAP .rectangle-copy-7,
.visimparnmentVis .mapCNAP .rectangle-copy-8,
.visimparnmentVis .mapCNAP .rectangle-copy-9,
.visimparnmentVis .mapCNAP .rectangle-copy-10,
.visimparnmentVis .mapCNAP .rectangle-copy-11,
.visimparnmentVis .mapCNAP .rectangle-copy-12 {
  background-color: #000000 !important;
}
.visimparnmentVis .md-sidenav-left .headX .closeMenuIcon img {
  background-color: #000 !important;
}
.visimparnmentVis .md-sidenav-left .left .rec_1 {
  background-color: #646464 !important;
}
.visimparnmentVis .md-sidenav-left .left .rec_2 {
  background-color: #dfdfdf !important;
}
.visimparnmentVis .md-sidenav-left .searchBlock a .img .outapps {
  background-color: #000 !important;
}
.visimparnmentVis .md-sidenav-left .headX div div img {
  background-color: #000 !important;
}
.visimparnmentVis .content .main_content .outserviceForm .form .support .additionalFilesBtn .addbtn {
  border: 1px solid #000000 !important;
}
.visimparnmentVis .content .main_content .outserviceForm .form .support .checkBox .checkmark {
  background-color: black !important;
}
.visimparnmentVis .content .main_content .outserviceForm .form .support .sendToInActive {
  background-color: #e0e0e0 !important;
}
.visimparnmentVis .content .main_content .outserviceForm .form .support .sendToActive {
  background-color: #000000 !important;
  color: #fff !important;
}
.visimparnmentVis .content .main_content .outserviceForm .form .support .editInputFile label {
  border: 2px dashed #000000 !important;
}
.visimparnmentVis .content .main_content .outserviceForm .form .support .fields input[validity=invalid]:invalid,
.visimparnmentVis .content .main_content .feedbackForm .form .support .fields input[validity=invalid]:invalid,
.visimparnmentVis .content .main_content .outserviceForm .form .feedback .fields input[validity=invalid]:invalid,
.visimparnmentVis .content .main_content .feedbackForm .form .feedback .fields input[validity=invalid]:invalid {
  border: 3px solid #000000 !important;
  border-color: #000000 !important;
}
.visimparnmentVis .md-button.md-default-theme:not([disabled]).md-focused,
.visimparnmentVis .md-button:not([disabled]).md-focused,
.visimparnmentVis .md-button.md-default-theme:not([disabled]):hover,
.visimparnmentVis .md-button:not([disabled]):hover {
  background-color: #ccc !important;
}
.visimparnmentVis .content .main_content .feedbackForm .form .feedback .checkBox .checkmark {
  background: #000000 !important;
}
.visimparnmentVis .content .main_content .feedbackForm .form .feedback .sendToInActive {
  background-color: #e0e0e0 !important;
}
.visimparnmentVis .content .main_content .feedbackForm .form .feedback .sendToActive {
  background-color: #000000 !important;
  color: #fff !important;
}
.visimparnmentVis .content .main_content li {
  color: #ccc !important;
}
.visimparnmentVis .content .main_content .feedbackForm .form .feedback .placements .rating .filled {
  color: #000 !important;
}
.visimparnmentVis .content .main_content .commentsList .comment .head-content .rating .filled {
  color: #000 !important;
}
.visimparnmentVis .content .main_content .commentsList .comment .head-content .rating li {
  color: #ccc !important;
}
.visimparnmentVis .leaflet-touch .leaflet-sidebar > .leaflet-control {
  border: none !important;
}
.visimparnmentVis .content .main_content .pagination .active {
  background-color: #ccc !important;
}
.visimparnmentVis .editorX .pagination .active {
  background-color: #ccc !important;
}
.visimparnmentVideo {
  background: none !important;
  background-color: unset !important;
}