[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

body {
    height: 100%;
    min-height: 100%;
    padding: 0;
    font-family: 'PT Sans', sans-serif;
    background-color: #fcfafb;
}

body .container.white-navbar-legacy.fixed,
body .container.white-navbar-legacy.fixed {
    margin-top: 80px;
}

html {
    height: 100%;
    min-height: 100%;
    padding: 0;
    font-family: 'PT Sans', sans-serif;
    background: #fcfafb;
}

article ul > li {
    margin-bottom: 0;
}

/* HEADINGS */
h1, h2, h3, h4, h5 {
    font-family: 'PT Sans', sans-serif;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 16px;
}

h6, p, small, blockquote {
    font-family: 'PT Sans', sans-serif;
}

h6 {
    font-weight: bolder;
    text-transform: uppercase;
}

p {
    font-size: 18px;
}

blockquote {
    font-size: 20px;
    font-style: italic;
}

small {
    font-size: 14px;
}

.text-muted {
    color: #645f5c;
}

.x {
    color: white;
}

.connector-icon-telegrambot {
    background-size: 50% auto !important;
}

/* FORM GROUPS */
.form-group.form-group-rk .form-control-feedback {
    left: 0;
    margin: 6px 15px;
    color: #b0aeaf;
}

.form-group.form-group-rk input.form-control {
    padding-left: 44px;
    padding-right: 10px;
}

.form-group.form-group-rk:not(.has-error) input.form-control {
    border: 3px solid #d0dde5;
    border-radius: 4px;
}

.form-group.form-group-rk input.form-control:focus {
    outline: 0;
    box-shadow: none;
}

.form-group.form-group-rk:not(.has-error) input.form-control:focus {
    border-color: #5986a3;
}

.input-group.has-error Sinput.form-control,
.form-group.form-group-rk.has-error input.form-control {
    border: 3px solid #e32251;
}

.form-group.form-group-rk .form-control::-moz-placeholder {
    color: #b0aeaf;
    opacity: 1;
}

.form-group.form-group-rk .form-control:-ms-input-placeholder {
    color: #b0aeaf;
}

.form-group.form-group-rk .form-control::-webkit-input-placeholder {
    color: #b0aeaf;
}

/* BUTTONS */

.btn {
    font-family: 'PT Sans', sans-serif !important;
    font-weight: bold !important;
    border-radius: 3px !important;
    padding: 15px 30px !important;
    text-transform: uppercase !important;
    border: none !important;
    letter-spacing: 0.30px !important;
    outline: none !important;
}

    .btn:focus,
    .btn:hover {
        outline: none !important;
    }

    .btn:active {
        outline: none !important;
    }


.btn-danger {
    color: white;
    background-image: linear-gradient(to bottom, #e52151, #df2b41) !important;
}

.btn-default {
    color: white !important;
    background: white !important;
}

.btn-primary {
    color: white;
    background-image: linear-gradient(to bottom, #2a53df, #2142e5) !important;
    box-shadow: 0px 2px 15px rgba(33,66,229,0.4) !important;
}

    .btn-primary:focus,
    .btn-primary:hover {
        box-shadow: 0px 2px 15px rgba(33,66,229,0.6) !important;
    }

    .btn-primary:active {
        background: #2142e5 !important;
    }

.btn-info {
    color: #232323;
    background-image: linear-gradient(to bottom, #eaeaea, #e8e8e8 ) !important;
    box-shadow: 0px 2px 15px rgba(155,155,155,0.2) !important;
}

    .btn-info:focus,
    .btn-info:hover {
        box-shadow: 0px 2px 15px rgba(100,100,100,0.2) !important;
        color: #232323 !important;
    }

    .btn-info:active {
        background: #e8e8e8 !important;
    }

/* MODALS */

.modal .modal-content {
    border-radius: 0;
}

.modal .modal-header {
    padding: 25px 50px;
}

.modal h4 {
    font-size: 22px;
}

.modal h4.modal-title {
    font-weight: bold;
    text-align: center;
}

.modal .modal-body {
    padding: 25px 50px;
}

    .modal .modal-body .checkbox label {
        font-family: "PT Sans", sans-serif;
        font-size: 14px;
    }

    .modal .modal-body .form-group:last-child {
        margin-bottom: 10px;
    }

    .modal .modal-body .form-group input {
        border-radius: 6px;
        font-family: "PT Sans", sans-serif;
        font-weight: normal;
    }

.modal .modal-footer {
    border: none;
    padding: 0px 50px 50px;
}

    .modal .modal-footer .btn-toolbar .btn-group-cancel {
        padding: 14px 0px;
        font-size: 16px;
    }

.modal .or-span {
    padding: 0 10px;
}

.modal .btn-group-cancel a {
    color: #b0aeaf;
}

    .modal .btn-group-cancel a:hover,
    .modal .btn-group-cancel a:focus {
        color: #231918;
    }

.modal .close {
    display: block;
    background: url('/legacy/images/mainlanding/fancybox_sprite.png') no-repeat;
    width: 38px;
    height: 38px;
    opacity: 1;
    position: absolute;
    top: -16px;
    right: -20px;
    outline: 0;
}

    .modal .close:focus,
    .modal .close:hover {
        outline: 0;
    }

.modal-backdrop {
    background: rgba(0,0,0,.5);
}

.modal.center .modal-dialog {
    position: fixed;
    top: 40%;
    left: 50%;
    min-width: 320px;
    max-width: 630px;
    width: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

a.close-modal {
    text-decoration: none;
    border-bottom: 1px dashed;
    position: relative;
}

/* Фикс проблемы с размытием модалки */
.modal.center .modal-dialog {
    position: absolute;
}

/* Ask Form start */

.ask-question-form-wrap {
    display: flex;
    font-family: "PT Sans", sans-serif !important;
    padding-bottom: 0;
}

    .ask-question-form-wrap .title {
        display: flex;
        justify-content: center;
    }

    .ask-question-form-wrap .section-heading {
        margin-bottom: 10px;
    }

        .ask-question-form-wrap .section-heading .decoration {
            width: 555px;
        }

        .ask-question-form-wrap .section-heading h2 span {
            color: #df2b41;
        }

    .ask-question-form-wrap > div {
        display: flex;
        justify-content: center;
    }

    .ask-question-form-wrap .form-wrap {
        width: 660px;
    }

        .ask-question-form-wrap .form-wrap h3 {
            font-family: inherit;
            font-size: 28px;
            margin-bottom: 4px;
            text-align: center;
        }

            .ask-question-form-wrap .form-wrap h3 span {
                color: #E2254A;
            }

        .ask-question-form-wrap .form-wrap p {
            line-height: 20px;
            margin-bottom: -8px;
            text-align: center;
            padding: 0 5px;
            font-size: 17px;
        }

        .ask-question-form-wrap .form-wrap .form-group {
            margin-bottom: -5px;
        }

        .ask-question-form-wrap .form-wrap form {
            padding: 0 30px;
        }

            .ask-question-form-wrap .form-wrap form svg:not(.fa-comment) {
                color: #B0AEAF;
                left: 16px;
                position: relative;
                top: 34px;
                font-size: 12px;
            }

        .ask-question-form-wrap .form-wrap .fa-pencil {
            top: 30px !important;
        }

        .ask-question-form-wrap .form-wrap .fa-phone {
            top: 35px !important;
        }

        .ask-question-form-wrap .form-wrap .fa-comment {
            bottom: 2px;
            left: -4px;
            position: relative;
        }

        .ask-question-form-wrap .form-wrap textarea {
            height: 67px !important;
            resize: none;
        }

        .ask-question-form-wrap .form-wrap .form-control {
            border: 3px solid #d0dde5;
            box-shadow: none;
            font-family: inherit;
            font-size: 16px;
            height: 47px;
            padding-left: 35px;
        }

            .ask-question-form-wrap .form-wrap .form-control:focus {
                border-color: #5986a3;
            }

        .ask-question-form-wrap .form-wrap button {
            margin-top: 20px;
            border-radius: 3px !important;
        }

/* Ask Form end */

/* Cookie Notify start */

.cookie-notify {
    position: fixed;
    bottom: 0;
    padding: 9px 14px;
    width: 100%;
    background-color: rgba(255, 255, 255, .95);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

    .cookie-notify div {
        color: black;
        font-size: 13px;
        font-family: sans-serif;
    }

        .cookie-notify div a {
            text-decoration: underline;
        }

    .cookie-notify .btn-cookie {
        background: none;
        padding: 0;
        margin: 0 10px;
        border: none;
        cursor: pointer;
        display: inline-block;
        width: 28px;
        font-family: sans-serif;
        font-weight: normal;
        color: #999;
    }

        .cookie-notify .btn-cookie:hover {
            color: #777;
        }
/* Cookie Notify end */

iframe[name="google_conversion_frame"] {
    display: none;
}

/* Landing Traffic Modal start */

.landing-traffic-modal .modal-body .col-xs-10 p {
    text-align: center;
    margin-bottom: 25px;
}

.landing-traffic-modal .modal-body .col-xs-10 > div label {
    font-size: 18px;
}

    .landing-traffic-modal .modal-body .col-xs-10 > div label input {
        margin-top: 8px;
    }

/* Landing Traffic Modal end */

/*
This is an example of how to use the image sprite in your own CSS files
*/
.nav-icon {
    background-image: url('//176428.selcdn.ru/RosKvartal.CDN/images/sprites/nav-icon.sprite.png');
	background-repeat: no-repeat;
	display: inline-block;
}
.nav-icon.api {
	width: 60px;
	height: 60px;
	background-position: 0 0;
}
.nav-icon.gisconsulting {
	width: 60px;
	height: 60px;
	background-position: 0 -60px;
}
.nav-icon.gkh {
	width: 60px;
	height: 60px;
	background-position: 0 -120px;
}
.nav-icon.license {
	width: 60px;
	height: 60px;
	background-position: 0 -180px;
}
.nav-icon.odn {
	width: 60px;
	height: 60px;
	background-position: 0 -240px;
}
.nav-icon.oss {
	width: 60px;
	height: 60px;
	background-position: 0 -300px;
}
.nav-icon.ossservice {
	width: 60px;
	height: 60px;
	background-position: 0 -360px;
}
.nav-icon.prozkh {
	width: 60px;
	height: 60px;
	background-position: 0 -420px;
}
.nav-icon.reform {
	width: 60px;
	height: 60px;
	background-position: 0 -480px;
}
.nav-icon.school {
	width: 60px;
	height: 60px;
	background-position: 0 -540px;
}
.nav-icon.uk {
	width: 60px;
	height: 60px;
	background-position: 0 -600px;
}
.nav-icon.webinar {
	width: 60px;
	height: 60px;
	background-position: 0 -660px;
}


/* FOOTER start */

/* Common */

.adaptive-footer {
  background-image: url('/legacy/images/Shared/Footer/png/footer-background.png');
  color: #b4bccc;
}

.adaptive-footer,
.adaptive-footer p,
.adaptive-footer h1,
.adaptive-footer h2,
.adaptive-footer h3,
.adaptive-footer h4,
.adaptive-footer h5,
.adaptive-footer h6 {
  font-family: 'Exo 2', sans-serif;
}

.adaptive-footer-link {
  color: #b4bccc;
  transition: 0.18s;
  transition-timing-function: ease-in;
}

.adaptive-footer-link:hover {
  color: #fff;
  text-decoration: none;
}

.adaptive-footer-link:focus {
  color: #b4bccc;
  text-decoration: none;
}

.adaptive-footer-link:active {
  color: #6d9ebc;
}

.adaptive-footer-title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.adaptive-footer-long-body-l {
  font-size: 14px;
  line-height: 20px;
}

.adaptive-footer-caption-m {
  font-size: 10px;
  line-height: 14px;
}

.adaptive-footer-caption-l {
  font-size: 12px;
  line-height: 16px;
}

.adaptive-footer-control-m { /* УБРАТЬ */
  font-size: 12px;
  line-height: 16px;
}

/* Elements */

.adaptive-footer__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 20px;
}

.adaptive-footer__grid-box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.adaptive-footer__logo-link {
  display: block;
  margin-bottom: 12px;
  margin-left: 4px;
}

.adaptive-footer__policy-link {
  display: block;
  margin-bottom: 20px;
}

.adaptive-footer__rules-link {
  display: block;
  margin-bottom: 16px;
}

.adaptive-footer__links-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 180px;
}

.adaptive-footer__site-map-icon-focused {
  display: none;
}

.adaptive-footer__site-map-link:hover .adaptive-footer__site-map-icon {
  display: none;
}

.adaptive-footer__site-map-link:hover .adaptive-footer__site-map-icon-focused {
  display: block;
}

.adaptive-footer__nav-title {
  margin-bottom: 16px;
  margin-top: 0;
}

.adaptive-footer__nav-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px 20px;
  margin-bottom: 0;
}

.adaptive-footer__nav-list-link {
  display: block;
}

.adaptive-footer__ads-block {
  display: none;
}

.adaptive-footer__ads-icon {
  align-self: flex-start;
  flex-shrink: 0;
  width: 40px;
  margin-left: 25px;
  margin-right: 20px;
  border-radius: 50%;
}

.adaptive-footer__ads-content {
  display: flex;
  flex-direction: column;
  max-width: 205px;
}

.adaptive-footer__ads-title {
  margin-bottom: 8px;
  margin-top: 0;
}

.adaptive-footer__ads-description {
  margin-bottom: 16px;
}

.adaptive-footer__ads-show-more-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  width: 144px;
  height: 40px;
  padding: 0 18px;
  text-transform: uppercase;
  font-weight: 600;
  transition:
      background-color 0.17s ease-out,
      color 0.17s ease-out;
  border: 1px solid #fff;
  color: #fff;
}

.adaptive-footer__ads-show-more-btn:hover {
  background-color: #fff;
  color: #265e86;
  text-decoration: none;
}

.adaptive-footer__ads-show-more-btn:focus {
  color: #fff;
  text-decoration: none;
}

.adaptive-footer__ads-show-more-btn:active {
  background-color: #e1e6ec;
  color: #173a58;
}

.adaptive-footer__soc-links-block {
  display: flex;
  justify-content: space-between;
  max-width: 172px;
  margin-top: 30px;
  margin-right: auto;
}

.adaptive-footer__soc-link {
  position: relative;
  transition: 0.18s;
  transition-timing-function: ease-in;
}

.adaptive-footer__soc-link:hover::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  background-color: rgba(212, 232, 241, 0.25);
  opacity: 0.5;
  border-radius: 50%;
}

@media (min-width: 740px) {
  .adaptive-footer__grid-box {
      grid-template-columns: 1.02fr 1fr 1.03fr;
      gap: 20px;
  }

  .adaptive-footer__nav-list {
      grid-template-columns: 1fr;
  }

  .adaptive-footer__soc-links-block {
      margin-left: auto;
  }
}

@media (min-width: 1024px) {
  .adaptive-footer__container {
      max-width: 1024px;
      padding: 40px 30px;
  }

  .adaptive-footer__grid-box {
      grid-template-columns: repeat(4, 224px);
  }

  .adaptive-footer__ads-block {
      display: flex;
      justify-content: flex-end;
  }
}

@media (min-width: 1240px) {
  .adaptive-footer__container {
      max-width: 1240px;
  }

  .adaptive-footer__grid-box {
      grid-template-columns: 280px 230px 230px 380px;
  }

  .adaptive-footer__policy-link {
      margin-bottom: 32px;
  }

  .adaptive-footer__ads-icon {
      width: auto;
  }

  .adaptive-footer__ads-description {
      margin-bottom: 28px;
  }

  .adaptive-footer__ads-show-more-btn {
      width: auto;
  }

  .adaptive-footer__soc-links-block {
      margin-top: 26px;
  }
}

/* FOOTER end */
.give-feedback-dialog,
.give-feedback-dialog p,
.give-feedback-dialog h1,
.give-feedback-dialog h2,
.give-feedback-dialog h3,
.give-feedback-dialog h4,
.give-feedback-dialog h5,
.give-feedback-dialog h6 {
  font-family: 'Exo 2', sans-serif;
}

.give-feedback-modal {
  display: flex !important;
}

.give-feedback-dialog {
  position: relative;
  margin: auto;
  width: 300px;
  border-radius: 12px;
  background-color: #ffffff;
  padding: 24px;
}

.give-feedback-header {
  padding-right: 44px;
  padding-bottom: 12px;
}

.give-feedback-title {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  margin: 0;
}

.give-feedback-text {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}

.give-feedback-description {
  margin-top: 8px;
}

.give-feedback-close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 12px;
  right: 12px;
  color: #5B5F70;
  border: none;
  background-color: inherit;
  font-size: 20px;
}

.give-feedback-rating {
  margin: 16px 0 8px;
}

.give-feedback-star__input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.give-feedback-star__input:checked+.give-feedback-star {
  color: #FFA800;
}

.give-feedback-star {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  width: 40px;
  height: 40px;
  margin: 0;
}

.give-feedback-star__active {
  color: #FFA800;
}

.give-feedback-star__disabled {
  color: #E8ECF1;
}

.give-feedback-input {
  background-color: #F5F6F7;
  color: #6C757D;
  border-radius: 8px;
  font-size: 17px;
  line-height: 24px;
  padding: 18px 20px;
  border: none;
  width: 100%;
}

.give-feedback-input.has-error {
  background-color: #FFCFD2;
}

.give-feedback-input.has-error::placeholder {
  color: #FF0F1F;
}

.give-feedback-error-text {
  font-size: 14px;
  line-height: 24px;
  color: #DB0A18;
  margin-top: 4px;
  margin-left: 20px;
}

.give-feedback-textarea {
  resize: none;
  height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}

.give-feedback-input {
  margin-top: 8px;
}

.give-feedback-input::placeholder {
  color: #ADB5BD;
}

.give-feedback-btn {
  background-color: #265E86;
  box-shadow: 0px 4px 8px rgba(38, 41, 51, 0.15), inset 0px -1px 0px rgba(38, 41, 51, 0.15), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  border: none;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 16px 24px;
  width: 100%;
  transition: all 0.1s ease-in-out;
  flex-shrink: 0;
}

.give-feedback-btn:hover {
  background-color: #194B70;
}

.give-feedback-btn:focus {
  text-decoration: none;
  outline: none;
  background-color: #265E86;
}

.give-feedback-btn:active {
  background-color: #174060;
}

.give-feedback-btn:focus-visible {
  outline: none;
  box-shadow: 0px 0px 0px 4px rgba(38, 94, 134, 0.4), 0px 4px 8px rgba(38, 41, 51, 0.15), inset 0px -1px 0px rgba(38, 41, 51, 0.15), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
}

.give-feedback-btn-close {
  margin-top: 12px;
}

.give-feedback-footer {
  margin-top: 12px;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
}

.give-feedback-policy {
  margin-top: 12px;
}

.give-feedback-policy-link {
  color: #006fed;
  text-decoration: none;
}

.give-feedback-policy-agreement {
  display: inline-flex;
  align-items: start;
  gap: 10px;
  margin-top: 12px;
}

.give-feedback-policy-agreement input[type="checkbox"] {
  appearance: none;
  min-width: 24px;
  min-height: 24px;
  border: 2px solid #D8E2E7;
  border-radius: 6px;
  position: relative;
  cursor: pointer;
  background-color: #fff;
  transition: border-color 200ms ease-out, background-color 200ms ease-out;
  margin: 0;
}

.give-feedback-policy-agreement input[type="checkbox"]:focus {
  outline: none;
  box-shadow: none;
}

.give-feedback-policy-agreement input[type="checkbox"]:hover:not(.has-error):not(:checked) {
  border-color: #BFCED6;
}

.give-feedback-policy-agreement input[type="checkbox"]:checked {
  border-color: #265E86;
  background-color: #265E86;
}

.give-feedback-policy-agreement input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-image: url("https://176428.selcdn.ru/RosKvartal.CDN/images/portal/ic_check_solid.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.give-feedback-policy-agreement input[type="checkbox"].has-error {
  border-color: #ee001c;
  background-color: #FFCFD2;
}

.give-feedback-policy-agreement label {
  cursor: pointer;
  margin-top: 2px;
  line-height: 18px;
  font-weight: 400 !important;
}

@media (min-width: 640px) {
  .give-feedback-dialog {
    width: 580px;
    padding: 32px;
  }

  .give-feedback-description {
    margin-top: 12px;
  }

  .give-feedback-input {
    margin-top: 12px;
  }

  .give-feedback-btn {
    width: auto;
  }

  .give-feedback-rating {
    margin: 20px 0 8px;
  }

  .give-feedback-footer {
    flex-direction: row;
    justify-content: flex-end;
  }

  .give-feedback-policy {
    margin-top: 0;
  }
}