/*General*/
@font-face {
    font-family: Roboto; /* Гарнитура шрифта */
    font-display: swap;
    font-weight: 500;
    font-style: normal;
    src: url("/fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("/fonts/roboto/Roboto-Regular.woff") format("woff"); /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: Roboto; /* Гарнитура шрифта */
    font-display: swap;
    font-weight: 100;
    font-style: normal;
    src: url("/fonts/roboto/Roboto-Light.woff2") format("woff2"), url("/fonts/roboto/Roboto-Light.woff") format("woff"); /* Путь к файлу со шрифтом */
}

:root {
    --main-color: #35495D;
    --main-text-color: #35495D;
    --white-elements-color: #FFFFFF;
    --white-background-color: #FFFFFF;
    --light-hovered-color: #466482;
    --dark-hovered-color: #2B3D50;
    --dark-focus-color: #2B3D50;
    --placeholder-color: #7C8288;
    --borders-color: #E6EBEF;
    --second-background-color: #E6EBEF;
    --text-hovered-color: #567BA0;
}

html {
    position: relative;
    min-height: 100%;
    height: 100%;
}

body {
    font-family: Roboto;
    color: var(--main-color);
    font-weight: 100;
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #35495D;
    margin-top: 0;
    font-family: Roboto;
    margin-bottom: 0;
    z-index: 3;
}

h3 {
    font-weight: lighter;
    font-size: 20px;
    line-height: 23px;
    font-weight: 500;
    margin-bottom: 0;
}

.page-header {
    margin-top: 0;
    border-bottom: 1px solid #d9e0e9;
}

a {
    color: #597fad;
}

p {
    font-size: 18px;
    line-height: 21px;
    padding: 0;
    margin: 0;
    z-index: 3;
}

a:hover {
    text-decoration: none;
    color: var(--text-hovered-color);
}

section {
    overflow: hidden;
}

.btn-primary {
    background: #7196F1;
    border-color: #7196F1;
}
.btn-primary:hover {
    background: #597bd9;
    border-color: #597bd9;
}
/*map*/

.map-wrap > iframe,
.map-wrap > video {
    padding: 20px;
    border-radius: 10px;
    line-height: 0;
    width: 100%;
}

/*Form components*/

.btn-default {
    background-color: #445161;
    color: white;
}

.btn-default:hover {
    background-color: #5e7086;
    color: white;
}

.text-muted {
    color: #999;
}

.text-black {
    color: rgb(0, 0, 0);
}

.btn {
    border: 0;
    text-decoration: none;
    webkit-transition: background-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: background-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: background-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #aaa;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #aaa;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #aaa;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #aaa;
}

/*Effects for animation*/

.delay1 {
    animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-delay: .1s;
    -o-animation-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
}

.delay2 {
    animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-delay: .2s;
    -o-animation-delay: .2s;
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: var(--white-background-color);
    color: var(--borders-color);
    border-radius: 50px;
    text-decoration: none !important;
  }

  .back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 27px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: var(--white-background-color);
    color: var(--borders-color);
    transition: all 0.4s;
    border: 2px solid var(--borders-color);
  }

  .back-to-top i:hover {
    background: var(--light-hovered-color);
    color: var(--borders-color);
    text-decoration: none;
    border-color: var(--light-hovered-color);
  }

  .datepicker-dropdown {
    padding: 20px !important;
  }

/*Footer*/

.footer {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 100%;
    background-color: var(--main-color);
    padding: 30px 40px;
    margin-top: 12px;
    box-shadow: 2px 0px 15px rgba(25, 119, 204, 0.1);
    color: var(--white-elements-color);
    border-radius: 0px !important;
}

.container-for-footer-div {
    margin: 8px 0;
    padding: 0;
}

#header .container {
    width: 100%;
    padding: 20px 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer p {
    margin-bottom: 0;
    font-weight: 500;
}

.row-of-download-icons{
    margin: 8px 0;
    justify-content: center;
}

.row-of-download-icons img{
    opacity: .8;
}

.container-of-social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
}

.container-of-social-icons a {
    margin: 0 8px;
}

.social-icons {
    background: url(/img/socneticon.svg) no-repeat;
    background-size: 340px 40px;
    font-size: 0;
    -webkit-transition: .4s cubic-bezier(.4, 0, .6, 1.8);
    transition: .4s cubic-bezier(.4, 0, .6, 1.8);
    height: 40px;
    width: 40px;
}

.icon-vk {
    background-position: 0 0;
}

.icon-ok {
    background-position: -60px 0;
}

.icon-f {
    background-position: -120px 0;
}

.icon-inst {
    background-position: -300px 0;
}

.footer__social_networks {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    width: 100%;
    max-width: 160px;
    /* Если вернутся insta и facebook */
    /* max-width: 280px;  */
    margin: 0 auto;
    padding: 0;
}

.footer__social_networks__icon {
    height: 26px;
}

.icon__small {
    height: 22px;
}

/*Presentation*/

.presentation h1 {
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 25px;
    line-height: 28px;
    text-transform: uppercase;
    color: #3A99D9;
}

.presentation p.lead {
    font-size: 18px;
    line-height: 21px;
    border-top: 2px solid rgba(255, 255, 255, 0.3);
    color: #7F8C8D;
}

.presentation .check-list {
    padding-left: 20px;
    color: #7F8C8D;
}

.presentation .check-list li > span {
    margin-right: 10px;
    color: #3A99D9;
}

/*Reviews*/

.reviews .review-item {
    margin-bottom: 30px;
}

.reviews .review-item .ava {
    width: 75px;
    height: 75px;
    border-radius: 75px;
    overflow: hidden;
    background: url("../img/ava.png") left top no-repeat;
}

.reviews .review-item .ava > img {
    height: 75px;
    width: auto;
}

.reviews .review-body {
    border-radius: 5px;
    background-color: #fff;
    padding: 10px;
    margin-left: 100px;
    position: relative;
    border: 3px solid #c5ced9;
}

.reviews .review-body:before {
    display: block;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #c5ced9;
    left: -13px;
    top: 28px;
}

.reviews .review-body blockquote,
.reviews .review-body p {
    font-size: 14px;
    line-height: 17px;
}

.reviews .review-body p.text-muted {
    margin-bottom: 0;
}

.reviews .review-body blockquote {
    padding: 0;
    border-left: 0;
    margin-bottom: 10px;
    font-style: italic;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

  #header.header-scrolled {
    top: 0;
  }

  #header .logo {
    font-size: 32px;
    line-height: 35px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    font-family: Roboto;
  }

  #header .logo a {
    color: #2c4964;
  }

  #header .logo img {
    max-height: 40px;
  }

/* navbar */

.nav > li > a:hover {
    background-color: #398439;
}

.navbar-default {
    border: none;
}

/* Navbar Logo */

.header .logo {
    width: 100px;
    height: 50px;
    float: left;
}

.header .logo-wrap {
    display: inline-block;
    padding: 15px 0;
}

.header .logo-wrap:focus,
.header .logo-wrap:hover {
    text-decoration: none;
}

.header .navbar-toggle {
    border: none;
    padding: 0;
}

.light-grey {
    color: #000 !important;
    background-color: #E6E9ED !important;
}

.dividline {
    padding-top: 1px;
    background-color: inherit;
}

#filters {
    padding: 0;
    list-style: none;
}

#filters li {
    display: inline-block;
    margin-right: 20px;
}

#filters li span {
    cursor: pointer;
    color: rgba(0, 0, 0, 0.3);
}

#filters li span:hover,
#filters li span:focus,
#filters li span.active {
    color: #000 !important;
}

.client-logo {
    width: 80px;
    height: 87px;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 50px;
    list-style-type: none;
}

.label {
    display: inline;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #c5ced9;
    text-align: center;
}

/* хлебные крошки */
#breadcrumb {
    list-style: none;
    display: inline-block;
    padding-left: 0px;
}

#breadcrumb .icon {
    font-size: 14px;
    line-height: 17px;
}

#breadcrumb li {
    float: left;
}

#breadcrumb li a {
    color: #fff;
    display: block;
    background: #3A99D9;
    text-decoration: none;
    position: relative;
    height: 34px;
    line-height: 34px;
    padding: 0 10px 0 5px;
    text-align: center;
    margin-right: 23px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#breadcrumb li:first-child a {
    padding-left: 15px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 0 0 4px;
}

#breadcrumb li:first-child a:before {
    border: none;
}

#breadcrumb li:last-child a {
    padding-right: 15px;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0;
    border-radius: 0 4px 4px 0;
}

#breadcrumb li:last-child a:after {
    border: none;
}

#breadcrumb li a:before, #breadcrumb li a:after {
    content: "";
    position: absolute;
    top: 0;
    border: 0 solid #3A99D9;
    border-width: 17px 10px;
    width: 0;
    height: 0;
}

#breadcrumb li a:before {
    left: -20px;
    border-left-color: transparent;
}

#breadcrumb li a:after {
    left: 100%;
    border-color: transparent;
    border-left-color: #3A99D9;
}

#breadcrumb li a:hover {
    background-color: #597fad;
}

#breadcrumb li a:hover:before {
    border-color: #597fad;
    border-left-color: transparent;
}

#breadcrumb li a:hover:after {
    border-left-color: #597fad;
}

#breadcrumb li a:active {
    background-color: #597fad;
}

#breadcrumb li a:active:before {
    border-color: #597fad;
    border-left-color: transparent;
}

#breadcrumb li a:active:after {
    border-left-color: #597fad;
}

#breadcrumb li.current a {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

/* Sections General */

   .section-bg {
     background-color: #f1f7fd;
   }

   .section-title {
     text-align: center;
     padding-bottom: 30px;
   }

   .section-title h2 {
     font-size: 32px;
     line-height: 35px;
     font-weight: 500;
     margin-bottom: 20px;
     padding-bottom: 20px;
     position: relative;
     color: #2c4964;
   }

   .section-title h2::before {
     content: '';
     position: absolute;
     display: block;
     width: 120px;
     height: 1px;
     background: #ddd;
     bottom: 1px;
     left: calc(50% - 60px);
   }

   .section-title h2::after {
     content: '';
     position: absolute;
     display: block;
     width: 40px;
     height: 3px;
     background: #1977cc;
     bottom: 0;
     left: calc(50% - 20px);
   }

   .section-title p {
     margin-bottom: 0;
   }

   /* Styles for card */
   .card {
    box-shadow: 1px 1px 10px rgba(68,68,68,0.1);
    border-color: #ecf7fd;
    background-color: #fcfcfc;
    color: #2c4964;
    padding: 16px;
  }

  .card:hover {
    box-shadow: 2px 2px 12px rgba(68,68,68,0.1);
  }

/* Styles for blindfold-version */

.blindfold-version {
    width: 100%;
    background-color: var(--main-color);
    min-height: 28px;
    padding-top: 2px;
    border-radius: 0px !important;
  }

  .blindfold-version a {
    color:#fff;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
  }

.btn-light {
    font-size: 16px !important;
    line-height: 19px !important;
    border: 1px solid #26599B;
    padding: 16px 32px;
    border-radius: 8px !important;
    color: #26599B;
    background-color: white;
}

#check-lmk .btn-light {
    padding: 18px 16px !important;
}

/* .container {
    display: flex;
    align-items: center;
} */

#navbar {
    margin-left: 17px;
    margin-top: 5px;
}

.logo-img {
    width: 206px;
    height: 27px;
    border-radius: 0px !important;
}

.mis-logo-img {
    width: 206px;
    height: 50px;
    border-radius: 0px !important;
}

.new-year-logo-img {
    margin-top: 6px;
    height: 80px;
    width: 237px;
    margin-left: -20px;
    margin-top: -30px;
}

.header-links {
    font-size: 16px;
    line-height: 19px;
    display: flex;
    gap: 400px;
}

.footer-blocks {
    max-width: 1300px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
}

.footer-logo-img {
    width: 206px;
    height: 67px;
    border-radius: 0 !important;
    margin-top: -25px;
}

.footer-mis-logo-img {
    width: 206px;
    height: 67px;
    border-radius: 0 !important;
    margin-top: -15px;
}

.footer-text-section {
    display: flex;
    flex-direction: row;
    gap: 72px;
    margin-top: 4px;
}

.footer-block-text {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.footer-stores {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-stores-title p {
    font-size: 12px;
    line-height: 15px;
}

.footer-stores-title {
    font-size: 12px;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 0px;
}

.footer-stores-title strong {
    font-size: 14px;
    line-height: 17px;
}

.footer-block-stores {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.footer-caption {
    font-size: 14px;
    line-height: 17px;
    color: var(--white-elements-color);
}

.footer-caption a {
    color: var(--white-elements-color);
    font-weight: 500;
}

.footer-title {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 0px !important;

}

.footer-main-caption {
    min-width: auto;
}

.footer-block-about-info {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.footer-block-social {
    max-width: 1300px;
    width: 100%;
    margin-top: 32px;
    border-top: 1px solid #46596C;
    border-radius: 0px !important;
    display: inline-block;
    padding-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.egisz-operator {
    width: 40px;
}

.operator-block {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 300px;
    align-items: center;
    justify-content: start;
}

.operator-block .footer-caption {
    font-size: 12px;
    line-height: 15px;
}

.footer-block-about {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}

.footer-block-social-media {
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.menu__icon {
    width: 12px;
    height: 10px;
    margin-left: 2px;
    cursor: pointer;
    fill: #35495D;
}

.menu__dropdown {
    overflow: hidden;
    display: none;
    position: absolute;
    background: var(--white-elements-color);
    width: auto;
    height: auto;
    transition-delay: 0s;
    border-radius: 0 0 8px 8px !important;
    margin: 0;
    box-shadow: 4px 8px 10px rgba(0, 0, 0, 0.25);
}

.menu__item--open > *.menu__dropdown {
    display: block;
}

.menu-dropdown__link {
    color: var(--main-color);
    display: block;
    position: relative;
}

.menu__link {
    padding-top: 20px;
    padding-bottom: 20px;
    color: var(--main-color);
    font-weight: 500;
}

.menu-dropdown-description {
    margin-top: 5px;
    max-width: 230px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
}

.menu__link a {
    color: var(--main-color);
}

.menu__link a:hover {
    text-decoration: none;
}

.menu__dropdown ul {
    padding-top: 0;
    padding-bottom: 0;
    list-style-type: none;
    width: auto;
    padding: 0;
    margin-bottom: 0;
}

.menu__dropdown ul li {
    padding: 20px 30px;
}

  .menu-dropdown__link--active::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 1px;
    background: white;
  }

  .menu-dropdown__title {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 2px;
    font-weight: 900 !important;
    display: block;
    line-height: 1.3 !important;
    box-sizing: border-box;
    transition: all linear .1s;
  }

  .menu-dropdown__text {
    color: #F8FBFF;
    font-size: 12px;
    line-height: 15px;
    position: relative;
    white-space: normal;
  }

.rotate {
    fill: #5479F8;
    transform: rotate(180deg);
}

.link-hovered {
    color: var(--text-hovered-color) !important;
    margin: 0px !important;
}

.header {
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
    height: auto;
    background-color: white;
}

.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
}

.header__phone {
    margin-left: auto;
}

  .phone {
    display: flex;
    align-items: flex-end;
    gap: 4px;
  }

  .phone__icon {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    margin-bottom: 3px;
    border-radius: 0 !important;
  }

  .phone__top {
    font-size: 12px;
    line-height: 15px;
  }

  .phone__bottom {
    color: #35495D;
    font-size: 16px;
    line-height: 19px;
    margin-left: 0px !important;
  }

  .menu_links {
    display: flex;
    gap: 24px;
  }

  .phone__bottom:hover {
    color: #5479f8;
  }

.header-menu-side {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 30px;
}

.menu-side {
    display: none;
}

.footer-text-caption {
    display: flex;
    gap: 5px;
}

.side-nav-menu-block {
    display: flex;
    justify-content: end;
    margin-top: 110px;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    background-color: rgba(11, 11, 11, 0.7);
    border-radius: 0px !important;
}

.side-nav-menu {
    display: flex;
    width: 320px;
    height: 100%;
    flex-direction: column;
    background-color: #26599B;
    border-radius: 0px !important;
}

.close-icon {
    display: none;
}

.side-nav-menu {
    width: 0px;
    transition: width 1s;
}

.side-menu-buttons {
    width: 100%;
    height: 56px;
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid white;
    border-radius: 0px !important;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 40px;
    font-size: 16px;
    line-height: 19px;
}

#side-nav-menu-block .menu__icon {
    width: 20px;
    height: 20px;
}

#side-nav-menu-block .menu-dropdown__item {
    width: 100%;
    max-width: 100%;
    padding-bottom: 20px;
    padding-left: 40px;
    margin-bottom: 20px;
    margin-top: 10px;
    border: 0px;
    border-bottom: 1px solid white;
    border-radius: 0px !important;
}

#side-nav-menu-block .menu__dropdown {
    display: none;
    position: relative;
    background: #26599B;
    padding: 0px 0px 0px 0px;
    min-width: 0px;
    top: 10px;
    max-width: 100%;
    transition-delay: 0s;
    border-radius: 0px !important;
    margin: 0;
}

#side-nav-menu-block ul {
    margin-left: -40px;
    list-style-type: none;
}

.footer-block-about-info .footer-caption {
    font-size: 12px !important;
    line-height: 15px !important;
}

.footer-block-about-info a {
    width: auto;
    font-size: 12px;
    line-height: 15px;
    color: var(--white-elements-color);
}

.zoomable { cursor: pointer; }
#overlay {
    overflow-y: auto;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.25);
    z-index: 1000;
    text-align: center;
}
#overlay img {
    height: 90vh;
    margin-top: 40px;
    border-radius: 20px;
    box-shadow: 0 0 10px #000;
}

.custom-tooltip {
    position: absolute;
    z-index: 1000;
    background: rgb(53, 73, 93, 0.7);
    color: white;
    padding: 5px;
    border: 1px solid #fff;
    width: fit-content;
}

@media (min-width: 1024px) and (max-width: 1439px){
    .logo-img {
        margin-top: 0px;
    }

    .footer-blocks {
        display: flex;
        gap: 60px;
        flex-direction: row;
        align-items: start;
        justify-content: space-between;
    }

    #header .container-new-land {
        width: 100%;
    }

    .header-links {
        display: flex;
        gap: 65px;
        width: 306px;
    }

    .container-new-land {
        display: flex;
        margin-top: 10px;
        align-items: center;
        justify-content: center;
        gap: 300px;
    }

    #menu__link,
    #btn-check-lmk,
    #btn-service-capability,
    #btn-certificates {
        display: none;
    }

    .menu-side {
        display: block;
    }

    .footer-block-social .footer-caption {
        font-size: 12px;
        line-height: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1023px){
    .logo-img {
        margin-top: 0px;
    }

    #header .container-new-land {
        width: 100%;
    }

    .header-links {
        display: flex;
        gap: 65px;
        width: 306px;
    }

    .footer-text-caption {
        display: flex;
        gap: 10px;
    }

    .header-links {
        display: flex;
        gap: 32px;
        width: 306px;
    }

    .container-new-land{
        display: flex;
        margin-top: 10px;
        align-items: center;
        justify-content: center;
        padding-left: 70px;
        gap: 260px;
    }

    #menu__link,
    #btn-check-lmk,
    #btn-service-capability,
    #btn-certificates {
        display: none;
    }

    .menu-side {
        display: block;
    }

    .footer-block-social .footer-caption {
        font-size: 12px;
        line-height: 15px;
    }

    .footer-block-about-info {
        display: flex;
        flex-direction: row;
        gap: 10px;
    }

    .footer-blocks {
        gap: 30px;
    }

    .footer-text-section {
        gap: 30px;
    }

    .footer-block-social-media {
        gap: 5px;
    }

    .footer-block-social-media img {
        width: 24px;
        height: 24px;
    }

    .certificate-block-text {
        width: 320px;
        text-align: center;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .logo-img {
        margin-top: 0px;
    }

    #header .container-new-land {
        width: 100%;
        max-width: 767px;
    }

    .header-links {
        display: flex;
        gap: 65px;
        width: 306px;
    }

    .menu-icon {
        display: block;
    }

    .header-links {
        display: flex;
        gap: 32px;
        width: 306px;
    }

    .container-new-land {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 220px;
        border-radius: 0px !important;
        gap: 97%;
    }

    #menu__link,
    #btn-check-lmk,
    #btn-service-capability,
    #btn-certificates,
    .phone {
        display: none;
    }

    .footer-main-caption {
        min-width: 250px !important;
        width: 270px !important;
    }

    .menu-side {
        display: block;
        margin-left: 20px;
    }

    .logo-img {
        width: 102px;
        height: 16px;
        border-radius: 0px !important;
    }

    .new-year-logo-img {
        height: 60px;
        width: 120px;
        margin-left: 10px;
        margin-top: -8px;
    }

    .footer-blocks {
        display: flex;
        gap: 40px;
        flex-direction: column;
        align-items: center;
        justify-content: start;
    }

    .footer-text-section {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .footer-block-text {
        display: flex;
        flex-direction: column;
    }

    .footer-stores {
        display: flex;
        flex-direction: row;
        gap: 19px;
    }

    .footer-block-stores {
        display: flex;
        flex-direction: column;
        gap: 16px;
        align-items: center;
        justify-content: center;
    }

    .footer-block-about-info {
        display: flex;
        flex-direction: column;
        gap: 8px;
        align-items: center;
        justify-content: center;
    }

    .footer-block-about-info .footer-caption {
        font-size: 12px;
        line-height: 15px;
    }

    .footer-block-about {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .collapse {
        display: block;
        margin-right: 0px;
        margin-left: 0px;
    }

    .header-menu-side .btn-light {
        display: none;
    }

    .header .navbar-toggle {
        display: none;
    }

    .footer-text-caption {
        display: flex;
        gap: 10px;
    }

    .side-nav-menu-block {
        margin-top: 88px;
    }

    #how-it-works {
        display: flex;
    }

    .footer_social_networks_link img {
        width: 22px;
        height: 22px;
    }
}

.header-navigate-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1360px;
    width: 100%;
}

.specialist-phone {
    font-size: 16px;
    line-height: 19px;
    margin-left: 15px;
    font-weight: 500;
    color: var(--main-color);
}

.specialist-phone:hover {
    text-decoration: none;
    color: var(--text-hovered-color);
}

.navigate-panel {
    justify-content: center;
    gap: 120px;
    font-size: 18px;
    line-height: 21px;
}

.navbar-header {
    height: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.navbar-header img {
    border-radius: 0 !important;
}

.socials-block {
    display: flex;
    align-items: center;
    gap: 10px;
}

.menu-dropdown__item:hover {
    background-color: var(--light-hovered-color);
    text-decoration: none !important;
    color: var(--white-elements-color);
    border-radius: 0px !important;
}

.menu-dropdown a:hover {
    text-decoration: none !important;
    color: var(--white-elements-color);
}

.menu-dropdown__item:hover a {
    text-decoration: none !important;
    color: var(--white-elements-color);
}

.footer-store-block {
    display: flex;
    align-items: center;
    border: 2px solid white;
    border-radius: 30px !important;
    padding: 8px 30px;
    gap: 10px;
    width: auto;
}

.rustore-store {
    width: 32px;
    height: 30px;
}

.google-store {
    width: 32px;
    height: 35px;
}

.apple-store {
    width: 32px;
    height: 39px;
}

.footer-soc {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer__item {
    color: var(--white-elements-color);
    font-weight: 100;
}

.footer__item {
    font-weight: 100;
    font-size: 14px;
    line-height: 17px;
}

.content-block {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 30px 70px 80px 70px;
    gap: 80px;
    align-items: center;
    justify-content: center;
    flex: 1 0 auto;
}

.btn {
    width: 100% !important;
    font-size: 18px !important;
    line-height: 21px !important;
    font-weight: bold !important;
    border-radius: 20px !important;
    padding: 20px 25px !important;
    text-align: center !important;
    border: 0 !important;
}

.green-variant-btn {
    color: var(--white-elements-color);
    background-color: #378d9b;
}

.green-variant-btn:hover {
    background-color: #245b63;
    color: var(--white-elements-color);
}

.green-variant-btn:focus {
    background-color: #245b63;
    color: var(--white-elements-color);
}

.main-variant-btn {
    color: var(--white-elements-color);
    background-color: var(--main-color);
}

.main-variant-btn:hover {
    background-color: var(--dark-hovered-color);
    color: var(--white-elements-color);
}

.main-variant-btn:focus {
    background-color: var(--dark-focus-color);
    color: var(--white-elements-color);
}

.second-variant-btn {
    color: var(--white-elements-color);
    background-color: var(--light-hovered-color);
}

.second-variant-btn:hover {
    background-color: var(--main-color);
    color: var(--white-elements-color);
}

.second-variant-btn:focus {
    background-color: var(--dark-focus-color);
    color: var(--white-elements-color);
}

.white-variant-btn {
    color: var(--main-color);
    background-color: var(--white-elements-color);
    border: 2px solid var(--borders-color) !important;
}

.white-variant-btn:hover {
    background-color: var(--main-color);
    color: var(--white-elements-color);
}

.white-variant-btn:focus {
    background-color: var(--dark-focus-color);
    color: var(--white-elements-color);
}

.fit-btn {
    width: fit-content !important;
}

.landing-input {
    border: 2px solid var(--borders-color);
    padding: 20px 25px;
    border-radius: 20px;
    width: 100%;
    font-weight: 400;
    color: var(--main-color);
}

.landing-input-label {
    display: inline-block;
    font-weight: 400;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 0;
}

.smart-captcha {
    height: 104px !important;
    border-radius: 20px !important;
    width: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
}

.highlighted-block {
    background-color: var(--second-background-color);
    border-radius: 20px;
    padding: 50px;
}

.review-img-block {
    width: 210px;
    height: 283px;
    position: relative;
    z-index: 3;
}

.review-background-block {
    background: var(--borders-color);
    border: 2px solid var(--borders-color);
    border-radius: 20px;
    rotate: -4.81deg;
    position: absolute;
    top: -8px;
    left: -9px;
    width: 210px;
    height: 283px;
    transition: transform 0.5s ease-in-out;
    transform: rotate(0deg) translate(0, 0);
}

.review-img {
    width: 210px;
    height: 283px;
    border: 2px solid var(--borders-color);
    border-radius: 20px;
    position: absolute;
    transition: transform 0.5s ease-in-out;
    transform: rotate(0deg) translate(0, 0);
}

.review-img-block:hover .review-img {
    transform: rotate(4.99deg) translate(17px, 15px);
}

.review-img-block:hover .review-background-block {
    transform: rotate(-3.01deg);
}

.review-item {
    display: flex;
    flex-direction: row;
    gap: 30px;
    padding: 30px;
    flex-shrink: 0;
    width: 100%;
    align-items: center;
}

.review-info-block {
    position: relative;
    color: var(--main-color);
    border: 2px solid var(--borders-color);
    border-radius: 20px;
    padding: 30px 50px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    max-width: 860px;
    width: 860px;
    height: fit-content;
    min-height: 283px;
}

.review-info-title {
    font-size: 20px;
    line-height: 23px;
    font-weight: 500;
}

.review-info-content {
    font-size: 14px;
    line-height: 17px;
}

.decorate-review {
    position: absolute;
    width: 47px;
    height: 41px;
    right: 20px;
    top: 25px;
}

.rewies-slider {
    width: 1160px;
    overflow: hidden;
    position: relative;
}

.items {
    width: auto;
    display: flex;
    flex-direction: row;
    transition: transform 0.9s ease-in-out;
}

.controls {
    text-align: center;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    position: absolute;
    top: 55%;
    height: 0;
}

.controls .prev, .controls .next {
    padding: 10px 25px;
    height: fit-content;
}

.prev, .next {
    transform: translateY(-50%);
    color: var(--borders-color);
    border: none;
    border-radius: 10px;
    padding: 10px 0;
    cursor: pointer;
    font-size: 35px;
    line-height: 38px;
    font-weight: 500;
    z-index: 2;
    background: transparent;
}

.prev a, .next a, .prev span, .next span {
    padding: 10px 25px !important;
}

.prev:hover, .next:hover {
    background: var(--borders-color);
    color: var(--main-color);
}

section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
    max-width: 1300px;
    width: 100%
}

.side-nav-menu {
    display: none;
    position: absolute;
    background: rgba(0, 0, 0, 0.25);
    height: 100%;
    width: 100%;
    right: 0;
    z-index: 3;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.side-nav-menu-open {
    display: block;
    opacity: 1;
    z-index: 10;
}

.side-nav-menu a {
    color: var(--main-color);
    font-weight: 500;
    text-decoration: none;
}

.side-nav-menu-block {
    background-color: var(--white-background-color);
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: flex-start;
    gap: 0;
    width: 0;
    right: 0;
    margin: 0;
    transition: width 0.3s ease;
}

.no-scroll { overflow: hidden; }

.side-nav-menu-block-open {
    width: 40%;
}

.arrow {
    rotate: -90deg;
    width: 20px;
    text-align: center;
    transition: rotate 0.9s ease;
}

.arrow-open {
    rotate: 90deg;
}

.side-nav-menu-item {
    padding: 20px 30px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    line-height: 21px;
}

.side-nav-menu-item:hover {
    background-color: var(--light-hovered-color);
    color: var(--white-elements-color);
}

.side-nav-menu-list-item {
    width: 100%;
}

.side-nav-menu-item-dropdown {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.9s ease-in-out, opacity 0.9s ease-in-out;
    opacity: 0;
}

.side-nav-menu-item-dropdown-open {
    max-height: 500px;
    opacity: 1;
}

.side-nav-menu-item-dropdown ul {
    margin: 0;
    padding: 0;
}

.side-nav-menu-item-dropdown li {
    padding: 20px;
}

.side-nav-menu-item-dropdown a {
    margin-left: 30px;
}

.adres {
    width: 130px;
}

.about-company, .knowledge-base {
    display: flex;
}

.footer-central-block {
    display: none;
}


/* Style for breadcrumbs */
.gigtest-breadcrumbs {
    display: grid;
    place-items: center;
    padding: 24px 5%;
    background-color: #E6EBEF;
    width: 100%;
}

.gigtest-breadcrumbs .breadcrumb {
    max-width: 1300px;
    width: 100%;
    background-color: transparent;
    padding: 0px;
    margin-bottom: 0px;
}

.gigtest-breadcrumbs .breadcrumb-item {
    font-size: 14px;
    line-height: 17px;
    color: #35495D;
    font-weight: 400;
}

.gigtest-breadcrumbs .breadcrumb-item a {
    color: #466482
}

.gigtest-breadcrumbs .breadcrumb>li+li:before {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    color: #35495D !important;
    content: "/" !important;
}

.card {
    background: var(--white-background-color);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    padding: 25px 30px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    color: var(--main-color);
    border-radius: 16px;
    align-items: center;
    justify-content: center;
    text-wrap: balance;
}

.bold-text {
    font-weight: bold;
    margin-bottom: 20px !important;
}

.checkbox-group {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.checkbox-group label {
    padding: 0;
    margin: 0;
}

.custom-checkbox {
    display: flex;
    cursor: pointer;
    align-items: center;
    text-align: left;
    gap: 10px;
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
}

.checkbox-box {
    position: relative;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    background-color: var(--white-background-color);
    border: 1px solid var(--borders-color);
    border-radius: 8px;
    padding: 0 !important;
    margin: 0 !important;
}

/* Галочка (скрыта по умолчанию) */
.checkbox-box::after {
    content: "";
    position: absolute;
    display: none;
    left: 8px;
    top: 4px;
    width: 6px;
    height: 12px;
    border: solid var(--main-color);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.custom-checkbox input:checked + .checkbox-box::after {
    display: block;
}

.tarif-img {
    width: 515px;
    height: 251px;
    margin-left: -40px;
}

.tarif-info p {
    font-size: 18px;
    line-height: 21px;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

.tarif-block {
    display: flex;
    flex-direction: row;
    gap: 50px;
    align-items: center;
    justify-content: center;
    padding: 20px;
    width: 100%;
}

.tarif-info-block {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 515px;
}

.tarif-info {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
    gap: 20px;
}

.new-tarif-price {
    width: fit-content;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1490196078);
    border-radius: 20px;
}

.new-tarif-price_header-block {
    width: fit-content;
    padding: 40px;
    background-color: var(--main-color);
    border-radius: 20px 20px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.new-tarif-options-block {
    font-size: 16px;
    line-height: 1.5;
}

.new-tarif-options-block-main {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.new-tarif-options-regular table, .new-tarif-options-regular thead, .new-tarif-options-regular tbody {
    width: 100%;
}

.new-tarif-options-block th {
    padding-bottom: 10px;
}

.new-tarif-options-semd-table-text {
    min-width: 80px;
    vertical-align: top;
}

.new-tarif-options-central-table-text {
    text-align: center;
}

.new-tarif-price_title {
    font-size: 32px;
    line-height: 35px;
    color: var(--white-background-color);
    font-weight: 500;
}

.new-tarif-text-about {
    font-size: 18px;
    line-height: 21px;
    color: var(--white-background-color);
}

.new-tarif_body {
    padding: 30px;
    color: var(--main-color);
    font-size: 14px;
    line-height: 1.5;
    background: var(--white-background-color);
    border-radius: 0 0 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.main-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 16px;
    line-height: 19px;
}

.new-tarif-options-bold {
    font-weight: 500;
}

.new-tarif-price .about-block {
    padding: 0;
    margin: 0;
}

.new-tarif-price .main-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.new-tarif-price_header-block {
    width: 100%;
}

.option-width {
    width: 100px;
}

.why-us-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
}

.why-us-li {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: start;
    font-size: 18px;
    line-height: 21px;
    width: 100%;
    text-wrap: pretty;
}

.why-us-li::before {
    content: "";
    display: flex;
    flex-direction: row;
    width: 25px;
    min-width: 25px;
    height: 25px;
    border-radius: 50%;
}

.why-us-li:nth-child(odd)::before {
    background: var(--main-color);
}

.why-us-li:nth-child(even)::before {
    background: var(--second-background-color);
}

.tarif-info .why-us-li:nth-child(even)::before {
    background: var(--white-background-color);
}

.egisz-tarif .new-tarif-price {
    max-width: 560px;
}

.egisz-tarif .tarif-info-block {
    max-width: 382px;
}

.egisz-tarif .tarif-img {
    margin-left: -100px;
}

/* Paginations styles */
.gigtest-paginations-block {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column: 1 / -1;
    margin: 0;
    padding: 0;
}

.gigtest-paginations-block .prev, .gigtest-paginations-block .next {
    transform: none;
    text-decoration: none;
}

.gigtest-paginations-element {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: var(--main-color);
    text-decoration: none;
    cursor: pointer;
}

.gigtest-paginations-element a {
    padding: 15px 22px;
    color: var(--main-color) !important;
    text-decoration: none;
    display: block;
}

.gigtest-paginations-element-active, .gigtest-paginations-element:hover, .gigtest-paginations-element:focus, .gigtest-paginations-elementactive {
    transform: none;
    text-decoration: none;
    background: var(--borders-color);
    color: var(--main-color);
    border-radius: 10px;
}

.form-group {
    margin: 0;
    width: 100%;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    max-width: 450px;
    width: 100%;
}

.landing-input {
    width: 100%;
}

.contact-form-section p {
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 21px;
}

.contact-form-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 30px 50px;
    width: 100%;
    max-width: 1300px;
    overflow: unset;
}

.contact-form-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
    width: 100%;
    padding-right: 106px;
    z-index: 1;
}

.contact-form-img {
    width: 672px;
    height: 384px;
    position: absolute;
    bottom: 0;
    left: 32px;
    z-index: 0;
    overflow: hidden;
}

.integrations-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.integrations-carusel {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 1320px;
    overflow: hidden;
    padding: 10px;
}

.integrations-carusel .card {
    width: 100%;
    min-width: 302px;
}

.partners .integrations-carusel .card {
    width: 100%;
    min-width: 302px;
    max-height: 150px;
    overflow: hidden;
}

.tstu-img {
    max-height: 120px;
}

.integrations-carusel .card img {
    max-width: 100%;
    height: auto;
}

.integrations-carusel .bold-text {
    margin-bottom: 0 !important;
}

.integrations-row, .partners-row {
    display: flex;
    justify-content: space-around;
    position: relative;
    width: 100%;
}

.liquidGlass-wrapper {
    position: relative;
    display: flex;
    font-weight: 600;
    overflow: hidden;
    color: black;
    cursor: pointer;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
}

.liquidGlass-effect {
    position: absolute;
    z-index: 0;
    inset: 0;

    backdrop-filter: blur(3px);
    filter: url(#glass-distortion);
    overflow: hidden;
    isolation: isolate;
}

.liquidGlass-tint {
    z-index: 1;
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.7);
}

.liquidGlass-shine {
    position: absolute;
    inset: 0;
    z-index: 2;
    overflow: hidden;
    box-shadow: inset 2px 2px 1px 0 rgba(255, 255, 255, 0.5),
        inset -1px -1px 1px 1px rgba(255, 255, 255, 0.5);
}

.liquidGlass-text, .liquidGlass-text p {
    z-index: 3;
    color: var(--main-color) !important;
    font-size: 14px !important;
    line-height: 17px !important;
}

.modal {
    height: 90vh;
    max-height: 795px;
    padding: 30px !important;
    border-radius: 20px;
    max-width: 540px;
    text-align: center;
    display: none;
    position: fixed;
    left: auto;
    right: auto;
    top: 20px;
    width: 100%;
}

.modal-content {
    overflow-y: auto;
    background: none;
    box-shadow: none;
    border: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-height: 80vh;
    align-items: center;
    height: fit-content;
}

.modal-list, .modal-list ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.modal-list ul {
    margin: 0;
    padding: 0 25px;
}

.modal-li {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    text-align: left;
    gap: 15px;
}

.modal-header {
    position: relative;
    z-index: 1000;
    padding: 0;
    border-bottom: 0;
}

.close {
    font-size: 32px;
    line-height: 35px;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
    height: fit-content;
}

.faq-img {
    margin-top: 10px;
    width: 70%;
}

.help-block {
    color: var(--main-color) !important;
    font-size: 14px !important;
    line-height: 17px !important;
    text-align: center !important;
}

.tip-description {
    max-width: 400px;
}

.for-admin-btn {
    background-color: #6e88a3;
}

.name-error-hint,
.email-error-hint,
.phone-error-hint,
.modal-name-error-hint,
.modal-email-error-hint,
.modal-phone-error-hint {
    display: none;
    text-align: center;
}

.menu-link-block {
    padding: 20px 0;
}

.main-landing .status-info-block {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 5px;
}

.main-landing .status-description {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 855px;
}

.main-landing .reestr-card {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    height: 100%;
    width: 100%;
}

.main-landing .reestrs-block {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.main-landing .egisz-img {
    width: 52px;
    height: 59px;
}

.main-landing .fstek-img {
    width: 60px;
    height: 59px;
}

.main-landing .status-main-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.main-landing .reestrs-block a {
    width: 271px;
}

.main-landing .reestrs-block p {
    font-size: 14px;
    line-height: 17px;
}

.main-landing .review-item {
    justify-content: center;
}

.main-landing .rewies-slider {
    width: 400px;
}

.main-landing .review-img {
    width: 291px;
    height: 383px;
}

.main-landing .review-background-block {
    rotate: -4.81deg;
    top: -10px;
    left: -16px;
    width: 291px;
    height: 383px;
}

.main-landing .review-img-block {
    width: 291px;
    height: 383px;
}

.main-landing .prev, .main-landing .next {
    padding: 3px 15px;
    font-size: 30px;
}

.status-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.status-description-small {
    display: none;
}

.status-description p {
    font-size: 14px;
    line-height: 17px;
}

@media (max-width: 1439px) {
    .main-landing .reestr-card {
        flex-direction: row;
        align-items: center;
        width: 100%;
    }

    .main-landing .reestrs-block a {
        width: 100%;
    }

    .main-landing .reestrs-block {
        flex-direction: column;
    }

    .main-landing .status-description {
        display: none;
    }

    .main-landing .status-description-small {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .main-landing .egisz-img {
        width: 40px;
        height: 45px;
    }

    .main-landing .fstek-img {
        width: 45px;
        height: 45px;
    }

    .main-landing .rospo-img {
        width: 38px;
        height: 38px;
    }

    .main-landing .rewies-slider {
        width: 330px;
    }

    .main-landing .review-item {
        padding: 20px 22px;
    }

    .main-landing .review-img-block {
        width: 209px;
        height: 280px;
    }

    .main-landing .review-background-block {
        width: 209px;
        height: 280px;
        top: -8px;
        left: -11px;
    }

    .main-landing .review-img {
        width: 209px;
        height: 280px;
    }

    .main-landing .controls {
        top: 160px;
    }
}

@media (max-width: 1190px) {
    .main-landing .review-item {
        padding: 15px 30px;
        gap: 30px;
        height: fit-content;
        align-items: center;
    }

    .main-landing .controls {
        text-align: center;
        margin-top: 10px;
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
        position: absolute;
        top: 160px;
        gap: 10px;
    }
}

@media (max-width: 1023px) {
    .main-landing .rewies-slider {
        width: 341px;
    }

    .main-landing .review-img-block {
        width: 147px;
        height: 198px;
    }

    .main-landing .review-background-block {
        width: 147px;
        height: 198px;
        top: -8px;
        left: -11px;
    }

    .main-landing .review-img {
        width: 147px;
        height: 198px;
    }

    .main-landing .controls {
        top: 110px;
        justify-content: space-between;
    }

    .main-landing .reestr-text {
        text-align: left;
    }

    .main-landing .status-description-small {
        text-align: center;
    }

    .footer-block-social {
        flex-direction: column-reverse;
        justify-content: center;
        gap: 10px;
    }
}

@media (min-width: 450px) and (max-width: 767px) {
    .footer-block-social {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .egisz-operator {
        width: 30px;
    }

    .operator-block {
        width: 280px;
        text-align: center;
        justify-content: center;
    }

    .main-landing .card {
        padding: 20px;
        text-align: center;
        width: 100% !important;
        text-wrap: pretty;
    }

    .main-landing .banner-cards {
        gap: 10px;
    }

    .main-landing .status-main-block {
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 449px) {
    .footer-block-social {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .egisz-operator {
        width: 30px;
    }

    .operator-block {
        width: 280px;
        text-align: center;
        justify-content: center;
    }

    .main-landing .card {
        padding: 20px;
        text-align: center;
        width: 100% !important;
        text-wrap: pretty;
    }

    .main-landing .banner-cards {
        gap: 10px;
    }

    .main-landing .status-main-block {
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 1439px) {
    .tip-description {
        max-width: 300px;
        width: 290px;
    }

    .main-options, .new-tarif-options-block {
        font-size: 14px;
        line-height: 1.2;
    }

    p {
        font-size: 14px;
        line-height: 17px;
    }

    .content-block {
        gap: 60px;
        padding: 30px 70px 50px 70px;
    }

    .navigate-panel, .socials-block {
        display: none;
    }

    .logo-img {
        width: 141px;
        height: 18px;
    }

    .mis-logo-img {
        width: 141px;
        height: 35px;
        border-radius: 0px !important;
    }

    #header .container {
        padding: 20px 40px;
        margin: 0;
        display: block;
    }

    .icon-bar {
        width: 22px;
        height: 2px;
        border-radius: 1px;
        background: var(--main-color);
    }

    .header .navbar-toggle {
        display: flex;
        flex-direction: column;
        gap: 1px;
        border: none;
        padding: 10px;
        margin: 0;
    }

    .main-variant-btn , .second-variant-btn , .white-variant-btn, .green-variant-btn {
        font-size: 14px !important;
        line-height: 17px !important;
    }

    .review-info-block {
        max-width: 720px;
        width: fit-content;
        padding: 30px 20px;
        gap: 20px;
    }

    .review-item {
        padding: 15px 62px;
    }

    .review-info-title {
        font-size: 14px;
        line-height: 17px;
    }

    .review-info-content {
        line-height: 17px;
    }

    .decorate-review {
        width: 35px;
        height: 29px;
    }

    .prev, .next {
        font-size: 28px;
        line-height: 31px;
    }

    .footer-blocks {
        gap: 39px;
    }

    .tarif-img {
        width: 387px;
        height: 188px;
        margin-left: 0;
    }

    .tarif-block {
        gap: 30px;
    }

    .tarif-info-block {
        max-width: 387px;
    }

    .tarif-info p {
        font-size: 14px;
        line-height: 17px;
    }

    .why-us-li {
        font-size: 14px;
        line-height: 17px;
    }

    .why-us-li::before {
        width: 18px;
        min-width: 18px;
        height: 18px;
    }

    .egisz-tarif .tarif-info-block {
        max-width: 297px;
    }

    .egisz-tarif .tarif-img {
        margin-left: -70px;
    }

    .contact-form-img {
        border-radius: 20px;
        left: 0;
    }

    .integrations-carusel {
        width: 904px;
    }

    .integrations-carusel .card {
        min-width: 274px;
        gap: 15px;
    }

    .rewies-slider {
        width: 100%;
        overflow: hidden;
        position: relative;
    }
}

@media (max-width: 1300px) {
    .contact-form-img {
        width: 528px;
        height: 384px;
        left: 0;
    }
}

@media (max-width: 1190px) {
    section {
        max-width: 884px;
        width: 100%;
        gap: 20px;
    }

    .rewies-slider {
        max-width: 884px;
        width: 884px;
    }

    .content-block {
        gap: 50px;
        padding: 30px 40px 50px 40px;
    }

    .rewies-slider {
        max-width: 688px;
        width: 688px;
    }

    .review-item {
        padding: 15px 30px;
        gap: 30px;
        height: fit-content;
        align-items: center;
    }

    .review-info-block {
        max-width: 400px;
        width: 400px;
        padding: 30px 20px;
        gap: 15px;
        height: fit-content;
        max-height: fit-content;
    }

    .decorate-review {
        width: 27px;
        height: 24px;
        right: 15px;
        top: 15px;
    }

    .controls {
        text-align: center;
        margin-top: 10px;
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
        position: absolute;
        top: 60px;
        gap: 10px;
    }

    .letters-of-appreciation {
        gap: 70px;
    }

    .rustore-store {
        width: 24px;
        height: 22px;
    }

    .google-store {
        width: 24px;
        height: 26px;
    }

    .apple-store {
        width: 24px;
        height: 29px;
    }

    .footer {
        padding: 30px 20px;
    }

    .caption {
        font-size: 14px !important;
        line-height: 17px !important;
    }

    .footer__item {
        font-size: 12px;
        line-height: 15px;
    }

    .footer-blocks {
        gap: 25px;
    }

    .footer-soc .socials {
        width: 32px;
        height: 32px;
    }

    .adres {
        width: 110px;
    }

    .tarif-img {
        width: 321px;
        height: 156px;
        margin-left: 0;
    }

    .tarif-block {
        gap: 0;
    }

    .tarif-info-block {
        max-width: 300px;
    }

    .new-tarif_body {
        font-size: 12px;
        line-height: 1.2;
    }

    .new-tarif-price_title {
        font-size: 20px;
        line-height: 23px;
    }

    .new-tarif-text-about {
        font-size: 14px;
        line-height: 17px;
    }

    .tarif-info p {
        margin: 0;
    }

    .egisz-tarif .tarif-img {
        margin-left: -30px;
    }

    .contact-form-img {
        width: 498px;
        height: 384px;
        left: 0;
        z-index: 0;
        overflow: hidden;
        border-radius: 20px;
    }

    .contact-form-block {
        padding-right: 0;
    }

    .contact-form-section {
        text-align: center;
    }

    .contact-form-block {
        justify-content: center;
    }

    .contact-form-img {
        width: 688px;
        height: 384px;
        position: unset;
    }

    .contact-form-section {
        padding-bottom: 0;
    }

    .integrations-carusel {
        width: 708px;
    }

    .integrations-carusel .card {
        width: 100%;
        min-width: 220px;
    }

    .integrations .card img {
        width: 55px;
    }

    .partners .card {
        width: 149px;
        min-width: auto;
    }
}

@media (max-width: 767px) {
    .footer-store-block {
        border: 0;
        border-radius: 0 !important;
        padding: 0;
    }

    .footer-stores-title {
        display: none;
    }

    .footer {
        padding: 20px 10px;
    }

    .footer-block-text {
        align-items: center;
        gap: 10px;
    }

    .adres {
        width: auto;
    }

    .footer-soc {
        flex-direction: row;
    }

    .footer-main-caption {
        text-wrap: balance;
        text-align: center;
    }

    .footer-block-social {
        margin-top: 10px;
        padding-top: 10px;
    }

    .footer-blocks {
        gap: 15px;
    }

    .about-company, .knowledge-base {
        display: none;
    }

    .footer-central-block {
        display: flex;
        gap: 20px;
    }

    .review-item {
        padding: 15px 30px;
        gap: 15px;
        height: fit-content;
        align-items: center;
        flex-direction: column;
    }

    .prev a, .next a, .prev span, .next span {
        padding: 10px 15px !important;
    }

    .gigtest-paginations-element a {
        padding: 12px 15px;
    }

    .side-nav-menu-block-open {
        width: 60%;
    }
}

@media (max-width: 715px) {
    .tarif-img {
        display: none;
    }

    .tarif-block {
        flex-direction: column;
        gap: 20px;
        padding-bottom: 20px !important;
    }
}

@media (max-width: 701px) {
    .egisz-tarif {
        flex-direction: column;
        gap: 20px;
    }

    .tarif-img {
        display: none;
    }

    .tarif-info {
        padding: 0;
        text-align: center;
    }

    .main-btn {
        flex-direction: column;
        gap: 10px;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 500px) {
    .tip-description {
        max-width: 300px;
        width: 100%;
    }

    .main-options, .new-tarif-options-block {
        font-size: 12px;
        line-height: 15px;
    }

    .content-block {
        gap: 40px;
        padding: 15px 10px;
    }

    section {
        width: 100%
    }

    h1, h2 {
        font-size: 18px !important;
        line-height: 21px !important;
    }

    h3 {
        font-size: 18px !important;
        line-height: 21px !important;
    }

    #header .container {
        padding: 20px 15px;
    }

    .img-main {
        width: 300px !important;
        height: 174px !important;
    }

    .highlighted-block {
        padding: 20px 10px;
    }

    .main-btns-block .btn {
        width: 270px !important;
    }

    .lmk-page-block {
        display: none;
    }

    .review-item {
        flex-direction: column;
    }

    .review-info-block {
        max-width: 300px;
        width: 300px;
    }

    .rewies-slider {
        max-width: 300px;
        width: 300px;
    }

    .footer-store-block {
        border: 0;
        border-radius: 0 !important;
        padding: 0;
    }

    .footer-stores-title {
        display: none;
    }

    .footer {
        padding: 20px 10px;
    }

    .footer-block-text {
        align-items: center;
        gap: 10px;
    }

    .adres {
        width: auto;
    }

    .footer-soc {
        flex-direction: row;
    }

    .footer-main-caption {
        text-wrap: balance;
        text-align: center;
    }

    .footer-block-social {
        margin-top: 10px;
        padding-top: 10px;
    }

    .footer-blocks {
        gap: 15px;
    }

    .about-company, .knowledge-base {
        display: none;
    }

    .footer-central-block {
        display: flex;
        gap: 20px;
    }

    .tarif-info-block {
        max-width: 280px;
    }

    .tarif-info {
        padding: 0;
        text-align: center;
    }

    .why-us-list {
        margin-left: 10px;
    }

    .why-us-li {
        gap: 10px;
        text-align: left;
    }

    .why-us-li::before {
        width: 12px;
        min-width: 12px;
        height: 12px;
    }

    .new-tarif-text-about {
        font-size: 12px;
        line-height: 15px;
    }

    .contact-form-img {
        width: 298px;
        height: 229px;
        position: unset;
    }

    .contact-form-img img {
        width: 378px;
        height: 229px;
    }

    .highlighted-block {
        padding-bottom: 0;
    }

    .checkbox-group {
        text-align: left;
    }

    .contact-form-section p {
        padding: 0;
        margin: 0;
        font-size: 14px;
        line-height: 17px;
        text-wrap: pretty;
    }

    .integrations-carusel {
        width: 320px;
    }

    .integrations-carusel .card {
        min-width: 142px;
        flex-direction: column;
        padding: 15px;
        text-align: center;
        gap: 5px;
    }

    .partners .integrations-carusel .card {
        min-width: 134px;
        width: 134px;
        padding: 15px;
        gap: 5px;
    }

    .integrations-block, .mis-possibilities, .integrations-block {
        gap: 20px;
    }

    .integrations .card img {
        width: 50px;
    }

    #overlay img {
        width: 100%;
        height: 75vh;
        margin-top: 40px;
        border-radius: 20px;
        box-shadow: 0 0 10px #000;
    }
}

.animation-right-side {
    position: relative;
    transform: translateX(200%);
    animation: slow-right-slide 0.9s forwards;
}

.re-animation-right-side {
    position: relative;
    transform: translateX(20px);
    animation: slow-right-slide-back 0.9s forwards;
}

.animation-left-side {
    position: relative;
    transform: translateX(-200%);
    animation: slow-left-slide 0.9s forwards;
}

.re-animation-left-side {
    position: relative;
    transform: translateX(20px);
    animation: slow-left-slide-back 0.9s forwards;
}

.animation-top-side {
    position: relative;
    transform: translateY(-200%);
    animation: slow-top-slide 0.9s forwards;
}

.re-animation-top-side {
    position: relative;
    transform: translateY(0);
    animation: slow-top-slide-back 0.9s forwards;
}

.animation-bot-side {
    position: relative;
    transform: translateY(200%);
    animation: slow-bot-slide 0.9s forwards;
}

.re-animation-bot-side {
    position: relative;
    transform: translateY(0);
    animation: slow-bot-slide-back 0.9s forwards;
}

.animation-opacity {
    opacity: 0;
    animation: opasity-on 2s forwards;
}

.re-animation-opacity {
    opacity: 1;
    animation: opasity-off 2s forwards;
}

.cursive {
    font-style: italic;
    margin-bottom: 20px;
}

.for-white-articles-image-blocks {
    border: 2px solid #E6EBEF;
    border-radius: 20px 20px 0 0;
}

@keyframes slow-left-slide {
    to { transform: translateX(0); }
}

@keyframes slow-right-slide {
    to { transform: translateX(0); }
}

@keyframes slow-left-slide-back {
    to { transform: translateX(-200%); }
}

@keyframes slow-right-slide-back {
    to { transform: translateX(-200%); }
}

@keyframes slow-top-slide {
    to { transform: translateY(0); }
}

@keyframes slow-top-slide-back {
    to { transform: translateY(-200%); }
}

@keyframes slow-bot-slide {
    to { transform: translateY(0); }
}

@keyframes slow-bot-slide-back {
    to { transform: translateY(200%); }
}

@keyframes opasity-on {
    to { opacity: 1; }
}

@keyframes opasity-off {
    to { opacity: 0; }
}

.reestrs-block :nth-child(1), .approach-info-list :nth-child(1), .why-us-list:nth-child(1) { animation-delay: 0s; }
.reestrs-block :nth-child(2), .approach-info-list :nth-child(2), .why-us-list:nth-child(2) { animation-delay: 0.25s; }
.reestrs-block :nth-child(3), .approach-info-list :nth-child(3), .why-us-list:nth-child(3) { animation-delay: 0.5s; }