@media (max-width: 1300px) {
  .calculator-block-content {
    width: calc(100% - 405px);
  }
}
@media (max-width: 1230px) {
  .calculator-form {
    width: 370px;
    padding: 25px;
  }
  .calculator-block-content-type-object-inputs div {
    width: calc(50% - 16px);
  }
  .calculator-block-content-type-system-inputs div {
    width: 100%;
    margin-bottom: 12px;
  }
}
@media (max-width: 1200px) {
  .accordion-category.active .accordion-category-body {
    height: auto;
    padding: 31px 0 0 0;
  }
  .hero h1 {
    font-size: 90px;
  }
  h2, footer .footer-title {
    font-size: 40px;
  }
  .tariff .tariff-item {
    margin-bottom: 20px;
  }
  .tariff .col-xl-4 {
    margin: auto;
  }
}
@media (max-width: 1100px) {
  .calculator-block-content, .calculator-form {
    width: 100%;
  }
  .calculator-block {
    padding: 20px 10px;
  }
  .calculator-block .calculator-title {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  header {
    padding: 18px 0;
  }
  .hero {
    padding: 23px 0 40px;
    background: url(../images/hero.png) no-repeat #050D1A;
    background-position: top 67px right;
  }
  header .open-menu {
    display: flex;
    float: right;
  }
  header ul {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #0068A0;
    flex-direction: column;
    align-content: center;
    align-items: center;
    padding-top: 70px;
    z-index: 111;
  }
  header ul.active {
    display: flex;
  }
  header ul li {
    margin: 0px;
  }
  header ul li:last-child {
    display: block;
  }
  .user-link {
    display: none;
  }
  header .row > div:nth-child(2) {
    order: 3;
  }
  header .row > div:nth-child(3) {
    order: 2;
  }
  h2 {
    font-size: 28px;
    line-height: 140%;
  }
  .hero {
    padding: 23px 0 40px;
  }
  .hero a {
    width: 100%;
    justify-content: center;
  }
  .hero h1 {
    font-size: 50px;
    line-height: 120%;
    margin-bottom: 20px;
  }
  .hero form {
    margin-top: 0;
    display: none;
  }
  .hero p {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 30px;
  }
  .hero p br {
    display: none;
  }
  #breadcrumb {
    position: relative;
    z-index: 10;
    margin: 23px 0 13px;
  }
  #breadcrumb li {
    font-size: 12px;
  }
  #breadcrumb li a {
    font-size: 12px;
  }
  .page-title {
    font-size: 28px;
    line-height: 130%;
    margin-bottom: 15px;
  }
  body:has(.service-page) .services {
    padding: 64px 0 38px;
  }
  .service-page {
    padding-bottom: 23px;
  }
  .service-page h3 {
    font-size: 16px;
    margin-bottom: 19px;
  }
  .service-page p {
    font-size: 14px;
  }
  .service-page img {
    height: 270px;
    margin-bottom: 25px;
  }
  .service-page .service-page-main {
    display: none;
  }
  .service-page .service-page-mobile {
    display: block;
  }
  .services {
    padding: 60px 0 34px;
  }
  .services h2 {
    margin-bottom: 16px;
  }
  .services p {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 27px;
  }
  .services .services-item-icon {
    margin: -41px auto 25px;
  }
  .services .services-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .services .services-item p br {
    display: none;
  }
  .security-structure p {
    font-size: 16px;
    line-height: 140%;
  }
  .security-structure h2 {
    margin-bottom: 10px;
  }
  .tariff {
    padding-bottom: 40px;
  }
  .tariff h2 {
    margin-bottom: 23px;
  }
  .tariff h2 br {
    display: none;
  }
  .tariff .tariff-item-description {
    padding: 0 14px 20px;
  }
  .tariff .tariff-item {
    margin-bottom: 20px;
  }
  .tariff .tariff-item h3, .tariff .tariff-item .tariff-item-price {
    text-align: center;
    height: auto;
    min-height: 0px;
  }
  .tariff .tariff-item h3 {
    margin-bottom: 22px;
  }
  .tariff .tariff-item .tariff-item-price {
    margin-bottom: 20px;
  }
  .tariff .tariff-item a {
    width: 100%;
    padding: 0;
    justify-content: center;
  }
  .partners {
    padding-bottom: 83px;
  }
  .partners .partners-items {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  .partners .partners-items .partners-item {
    height: 62px;
  }
  .partners .partners-items .partners-item img {
    max-height: 62px;
  }
  .price {
    padding-bottom: 61px;
  }
  .price h2 {
    margin-bottom: 14px;
  }
  .price h2 br {
    display: none;
  }
  .price p {
    font-size: 16px;
    margin-bottom: 28px;
    line-height: 150%;
  }
  .price .row > div:nth-child(2) {
    display: block;
  }
  .reviews {
    padding: 29px 0;
  }
  .reviews h2 {
    margin-bottom: -63px;
  }
  .reviews .reviews-slider-item {
    height: 287px;
    padding: 16px;
  }
  .reviews .reviews-slider-item .reviews-slider-item-text {
    -webkit-line-clamp: 8;
    font-size: 12px;
  }
  .reviews .reviews-slider-item .reviews-slider-item-header {
    gap: 25px;
    margin-bottom: 13px;
  }
  .reviews .reviews-slider-item .reviews-slider-item-header span {
    font-size: 20px;
  }
  .faq {
    padding: 60px 0 108px;
  }
  .faq h2 {
    margin-bottom: 21px;
  }
  .accordion-category-title {
    font-size: 20px;
    line-height: 140%;
  }
  .accordion-category {
    padding: 12px 3px 12px 0;
  }
  .accordion-category-body p {
    font-size: 12px;
    line-height: 140%;
  }
  .accordion-category.active .accordion-category-body {
    height: auto;
    padding: 12px 0 0 0;
  }
  footer {
    padding: 31px 0 23px;
  }
  footer .footer-title {
    font-size: 28px;
    margin-bottom: 15px;
  }
  footer p {
    font-size: 16px;
  }
  footer .footer-line-1 {
    margin: 21px 0 20px;
  }
  footer .footer-subtitle {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 12px;
  }
  footer .footer-subtitle br {
    display: none;
  }
  footer .footer-address {
    font-size: 12px;
    line-height: 140%;
    margin: 3px 0 9px;
  }
  footer .footer-soc span {
    width: 100%;
  }
  footer ul {
    gap: 10px;
    flex-wrap: wrap;
  }
  footer .copyright {
    text-align: left;
    margin-top: 24px;
  }
  .input-check label:before {
    bottom: 0;
    margin: auto;
  }
  .price form, .hero form {
    max-width: 992px;
  }
  .account-page-menu {
    margin-bottom: 50px;
  }
  .about-page-certificate .col-xl-12 img {
    width: calc(50% - 17px);
  }
  .about-page-banner .col-xl-12 .about-page-banner-info {
    background-position: center left -67px;
  }
  .about-page-banner .col-xl-12 .about-page-banner-info > div {
    max-width: 992px;
  }
}
@media (max-width: 768px) {
  .security-structure .security-structure-items {
    grid-template-columns: repeat(1, 1fr);
    margin: 11px 0 19px;
  }
  .security-structure .security-structure-items div {
    margin-bottom: 21px;
  }
  .security-structure .security-structure-items span:nth-child(2) {
    font-size: 14px;
  }
  .security-structure .security-structure-items span:nth-child(2) br {
    display: none;
  }
  .price form {
    padding: 20px 12px;
  }
  footer form {
    margin: 0;
    padding: 16px 7px;
  }
  footer form textarea {
    margin-bottom: 12px;
  }
  footer form > * {
    width: 100%;
    margin: 0 6px 12px;
  }
  footer form .input-check {
    margin: 8px 0 17px;
  }
  .login-page {
    padding-bottom: 60px;
  }
  .login-page h1 {
    text-align: left;
    margin-bottom: 29px;
  }
  .contacts-page .page-title {
    margin-bottom: 27px;
  }
  .contacts-page iframe {
    margin: 18px 0 60px;
    height: 260px;
  }
  .contacts-page-info {
    margin-bottom: 20px;
  }
  .contacts-page-info-title {
    font-size: 20px;
    line-height: 140%;
  }
  .contacts-page-info-soc {
    display: flex;
    gap: 24px;
  }
  .account-page-info-title {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .account-page-info-subtitle {
    font-size: 20px;
  }
  .account-page {
    padding: 0 0 60px;
  }
  .account-page h1 {
    margin-bottom: 30px;
  }
  .account-page-pay-title {
    font-size: 20px;
    margin-bottom: 17px;
  }
  .account-page-pay > *:not(button) {
    padding: 15px 0 11px;
  }
  .account-page-pay-line {
    padding: 12px 20px;
  }
  .account-page-pay-line img {
    max-height: 20px;
  }
  .account-page-pay-line label {
    padding-left: 24px;
  }
  .account-page-pay button, .account-page-chat button, .account-page-review button {
    margin-top: 0;
    max-width: 360px;
  }
  .account-page-chat-main-admin, .account-page-chat-main-user {
    padding: 0 12px;
  }
  .account-page-chat textarea, .account-page-review textarea {
    margin-bottom: 10px;
  }
  .error-page {
    padding: 50px 10px;
  }
  .about-page-banner .col-xl-12 .about-page-banner-info {
    background-image: url("/images/about-page-banner-mob.png");
    height: 553px;
    background-position: bottom center;
    background-size: cover;
    align-items: flex-start;
    padding-top: 30px;
  }
  .about-page-banner .col-xl-12 .about-page-banner-info-title {
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 24px;
  }
  .about-page-banner .col-xl-12 .about-page-banner-info ul {
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    align-items: center;
  }
  .about-page .col-xl-7 {
    order: 2;
  }
  .about-page .col-xl-5 {
    order: 1;
  }
  .about-page h1 {
    font-size: 28px;
    line-height: 130%;
    margin-bottom: 16px;
  }
  .about-page p {
    font-size: 14px;
    line-height: 140%;
  }
  .about-page img {
    margin-bottom: 16px;
  }
  .about-page-certificate {
    padding: 20px 0 30px;
  }
  .about-page-banner {
    padding-bottom: 60px;
  }
  .calculator-block {
    padding: 20px 0 0;
  }
  .calculator-block .calculator-title {
    padding: 0 10px;
  }
  .calculator-block-content {
    padding: 0 10px;
  }
  .calculator-block-content-type-object-inputs div {
    width: calc(100% - 16px);
  }
  .modal-body {
    width: 100%;
    padding: 20px;
  }
}

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