

/* Start:/local/templates/izhtender_v2/preloader/preloader.css?1576752090661*/
.preloader {
  position: fixed;
  /* width: 100%; */
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 1000;
}
.preloader_active {
  opacity: 1;
  visibility: visible;
}
.preloader__logotype {
  max-width: 100%;
  max-height: 100%;
}
.preloader img {
  width: 140.625px;
  opacity: 0.8;
  animation: eye 1.5s infinite alternate;
}
@media (max-width: 576px) {
  .preloader img {
    width: 93.75px;
  }
}
@keyframes eye {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* End */


/* Start:/local/templates/izhtender_v2/styles.css?1763712392262808*/
@charset "UTF-8";
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

@font-face {
    font-family: Roboto;
    font-weight: 400;
    src: url(/local/templates/izhtender_v2/fonts/Roboto-Regular.woff2) format("woff2"), url(/local/templates/izhtender_v2/fonts/Roboto-Regular.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: Roboto;
    font-weight: 500;
    src: url(/local/templates/izhtender_v2/fonts/Roboto-Medium.woff2) format("woff2"), url(/local/templates/izhtender_v2/fonts/Roboto-Medium.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: Roboto;
    font-weight: 700;
    src: url(/local/templates/izhtender_v2/fonts/Roboto-Bold.woff2) format("woff2"), url(/local/templates/izhtender_v2/fonts/Roboto-Bold.woff) format("woff");
    font-display: swap
}

body {
    font: 16px/1.5 "Roboto", "Helvetica", "Arial", sans-serif;
    color: #0f1112;
    -webkit-text-size-adjust: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #f7f7f9
}

.h3-title, .h4-title, h1, h2, h3, h4 {
    font-style: normal;
    color: #0f1112
}

.h3-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.16667em;
    max-width: 487px;
    margin-bottom: 30px
}

@media (min-width: 576px) {
    .h3-title {
        font-size: 24px;
        line-height: 1.41667em
    }
}

.h4-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.1875em;
    max-width: 362px;
    margin-bottom: 30px
}

@media (min-width: 576px) {
    .h4-title {
        font-weight: 500;
        font-size: 18px;
        line-height: 1.38889em
    }
}

h1 {
    font-weight: 900;
    font-size: 30px;
    line-height: 1.16667em;
    margin-bottom: 40px;
    margin-top: 0
}

@media (min-width: 576px) {
    h1 {
        font-size: 44px;
        line-height: 1.18182em
    }
}

h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.16667em;
    max-width: 689px;
    margin-bottom: 30px
}

@media (min-width: 576px) {
    h2 {
        font-size: 34px;
        line-height: 1.17647em
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    h2 {
        font-size: 30px
    }
}

h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.16667em;
    max-width: 487px;
    margin-bottom: 30px
}

@media (min-width: 576px) {
    h3 {
        font-size: 24px;
        line-height: 1.41667em
    }
}

h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.1875em;
    max-width: 362px;
    margin-bottom: 30px
}

@media (min-width: 576px) {
    h4 {
        font-weight: 500;
        font-size: 18px;
        line-height: 1.38889em
    }
}

p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.78571em;
    margin-bottom: 1.71429em;
    max-width: 972px
}

@media (min-width: 576px) {
    p {
        font-size: 16px;
        line-height: 1.8125em
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    p {
        font-size: 14px;
        line-height: 22px
    }
}

a {
    color: #828282;
    text-decoration: none;
    transition: color .3s ease-out
}

a.primary {
    color: #5c6d99
}

a:active {
    color: #e4a71f
}

@media (min-width: 576px) {
    a:focus, a:hover {
        color: #e4a71f
    }
}

p > small {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.78571em;
    margin-bottom: 1.71429em;
    max-width: 865px;
    display: block
}

@media (min-width: 576px) {
    p > small {
        font-size: 1em;
        line-height: 1.375em
    }
}

p > span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.78571em;
    margin-bottom: 1.71429em;
    max-width: 865px;
    display: block
}

@media (min-width: 576px) {
    p > span {
        font-size: 14px;
        line-height: 1.78571em
    }
}

p > span.clampify-end {
    display: inline
}

del {
    color: #828282;
    -webkit-text-decoration: hsla(0, 0%, 51%, .5) solid line-through;
    text-decoration: hsla(0, 0%, 51%, .5) solid line-through;
    font-weight: 400
}

summary::-webkit-details-marker {
    display: none !important
}

button {
    font-weight: 400;
    border: 0;
    background: none;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    line-height: 1.375em;
    border-radius: 6px;
    cursor: pointer;
    transition: color .3s ease-out, background-color .3s ease-out, transform .1s ease-out, border-radius .3s ease-out, border-color .3s ease-out
}

@media (min-width: 576px) {
    button {
        font-size: 16px
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    button {
        font-size: 14px
    }
}

.content figure {
    margin-left: 0;
    margin-right: 0;
    margin-top: 24px
}

@media (min-width: 768px) {
    .content figure {
        margin-top: 30px
    }
}

.content figure img {
    border-radius: 10px;
    overflow: hidden
}

.content figure figcaprion {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.78571em;
    margin-bottom: 1.71429em;
    max-width: 972px;
    margin-top: 1.875em;
    display: block;
    max-width: 417px
}

@media (min-width: 576px) {
    .content figure figcaprion {
        font-size: 16px;
        line-height: 1.8125em
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .content figure figcaprion {
        font-size: 14px;
        line-height: 22px
    }
}

.content ol, .content ul {
    margin-top: 30px;
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .content ol, .content ul {
        margin-top: 40px;
        margin-bottom: 50px
    }
}

.content ol ol, .content ol ul, .content ul ol, .content ul ul {
    margin-top: 0;
    margin-bottom: 0
}

.content ol li, .content ul li {
    font-size: 1em;
    position: relative;
    list-style: none;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.78571em;
    margin-bottom: 1.71429em;
    max-width: 972px;
    margin-bottom: 14px;
    margin-top: 14px
}

@media (min-width: 576px) {
    .content ol li, .content ul li {
        font-size: 16px;
        line-height: 1.8125em
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .content ol li, .content ul li {
        font-size: 14px;
        line-height: 22px
    }
}

.content .about-service__list > li li {
    margin-bottom: 6px;
    margin-top: 6px
}

.content .about-service__list > li li:last-child {
    margin-bottom: 0
}

.content ul > li {
    padding-left: 1.3em
}

.content ul > li:before {
    content: "";
    position: absolute;
    display: inline-block;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: #f6bf46;
    left: 0;
    top: .65em
}

.content ol {
    counter-reset: myCounter
}

.content ol > li {
    padding-left: 1.8em
}

.content ol > li:before {
    counter-increment: myCounter;
    content: counter(myCounter) ".";
    display: inline-block;
    text-align: left;
    position: absolute;
    font-weight: 900;
    left: 0;
    top: 0
}

.content .slider-arrows {
    margin-top: 0;
    width: 50px;
    position: relative;
    display: flex;
    top: 0;
    left: 0;
    transform: none;
    justify-content: space-between
}

.content .slider-arrows li {
    padding-left: 0
}

.content .slider-arrows li:before {
    display: none
}

.content .grid-2, .content .grid-3, .content .grid-4 {
    display: flex;
    flex-wrap: wrap
}

.content .grid__cel {
    position: relative;
    margin-bottom: 10px
}

.content .grid-2 > .grid__cel {
    width: 100%;
    margin-left: 0;
    margin-right: 0
}

@media (min-width: 1024px) {
    .content .grid-2 > .grid__cel {
        width: 48.93617%;
        margin-right: 2.12766%
    }

    .content .grid-2 > .grid__cel:nth-of-type(2n) {
        margin-right: 0
    }
}

.content .grid-3 > .grid__cel {
    width: 100%;
    margin-left: 0;
    margin-right: 0
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .content .grid-3 > .grid__cel {
        width: 48.93617%;
        margin-right: 2.12766%
    }

    .content .grid-3 > .grid__cel:nth-of-type(2n) {
        margin-right: 0
    }
}

@media (min-width: 1024px) {
    .content .grid-3 > .grid__cel {
        width: 31.91489%;
        margin-right: 2.12766%
    }

    .content .grid-3 > .grid__cel:nth-of-type(3n) {
        margin-right: 0
    }
}

.content .grid-4 > .grid__cel {
    width: 100%;
    margin-left: 0;
    margin-right: 0
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .content .grid-4 > .grid__cel {
        width: 48.93617%;
        margin-right: 2.12766%
    }

    .content .grid-4 > .grid__cel:nth-of-type(2n) {
        margin-right: 0
    }
}

@media (min-width: 1024px) {
    .content .grid-4 > .grid__cel {
        width: 23.40426%;
        margin-right: 2.12766%
    }

    .content .grid-4 > .grid__cel:nth-of-type(4n) {
        margin-right: 0
    }
}

.style-page__content {
    padding-top: 0
}

@media (min-width: 768px) {
    .style-page__content {
        padding-top: 60px
    }
}

@media (min-width: 1366.02px) {
    .style-page__content {
        padding-top: 120px
    }
}

.content h1 {
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .content h1 {
        margin-bottom: 40px
    }
}

.content h2 {
    margin-top: 50px;
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .content h2 {
        margin-top: 71px
    }
}

.content p + h3 {
    margin-top: 50px
}

@media (min-width: 768px) {
    .content p + h3 {
        margin-top: 70px
    }
}

.content h3 {
    margin-top: 20px;
    margin-bottom: 24px
}

@media (min-width: 768px) {
    .content h3 {
        margin-bottom: 31px
    }
}

.content p + .h3-title {
    margin-top: 50px
}

@media (min-width: 768px) {
    .content p + .h3-title {
        margin-top: 70px
    }
}

.content .h3-title {
    margin-top: 20px;
    margin-bottom: 24px
}

@media (min-width: 768px) {
    .content .h3-title {
        margin-bottom: 31px
    }
}

.content h4:not(.icon-link__title) {
    margin-top: 50px;
    margin-bottom: 24px
}

@media (min-width: 768px) {
    .content h4:not(.icon-link__title) {
        margin-top: 71px;
        margin-bottom: 33px
    }
}

.content h4 + p {
    max-width: 753px
}

.content .h4-title:not(.icon-link__title) {
    margin-top: 50px;
    margin-bottom: 24px
}

@media (min-width: 768px) {
    .content .h4-title:not(.icon-link__title) {
        margin-top: 71px;
        margin-bottom: 33px
    }
}

.content .h4-title + p {
    max-width: 753px
}

*, :after, :before {
    box-sizing: border-box
}

body, html {
    width: 100%;
    height: 100%
}

body.modalOpen, html.modalOpen {
    height: auto !important;
    overflow-y: hidden !important
}

.body_hidden {
    overflow: hidden !important
}

.container, .container-fluid, .container-lg, .container-md, .container-xl {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm, .container-ssm {
        max-width: 707px
    }
}

@media (min-width: 1024px) {
    .container, .container-lg, .container-md, .container-sm, .container-ssm {
        max-width: 929px
    }
}

@media (min-width: 1366.02px) {
    .container, .container-lg, .container-md, .container-sm, .container-ssm, .container-xl {
        max-width: 1182px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -16px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-ssm, .col-ssm-1, .col-ssm-2, .col-ssm-3, .col-ssm-4, .col-ssm-5, .col-ssm-6, .col-ssm-7, .col-ssm-8, .col-ssm-9, .col-ssm-10, .col-ssm-11, .col-ssm-12, .col-ssm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 400px) {
    .col-ssm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-ssm-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-ssm-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-ssm-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-ssm-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-ssm-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-ssm-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-ssm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-ssm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-ssm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-ssm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-ssm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-ssm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-ssm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-ssm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-ssm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-ssm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-ssm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-ssm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-ssm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-ssm-first {
        order: -1
    }

    .order-ssm-last {
        order: 13
    }

    .order-ssm-0 {
        order: 0
    }

    .order-ssm-1 {
        order: 1
    }

    .order-ssm-2 {
        order: 2
    }

    .order-ssm-3 {
        order: 3
    }

    .order-ssm-4 {
        order: 4
    }

    .order-ssm-5 {
        order: 5
    }

    .order-ssm-6 {
        order: 6
    }

    .order-ssm-7 {
        order: 7
    }

    .order-ssm-8 {
        order: 8
    }

    .order-ssm-9 {
        order: 9
    }

    .order-ssm-10 {
        order: 10
    }

    .order-ssm-11 {
        order: 11
    }

    .order-ssm-12 {
        order: 12
    }

    .offset-ssm-0 {
        margin-left: 0
    }

    .offset-ssm-1 {
        margin-left: 8.33333%
    }

    .offset-ssm-2 {
        margin-left: 16.66667%
    }

    .offset-ssm-3 {
        margin-left: 25%
    }

    .offset-ssm-4 {
        margin-left: 33.33333%
    }

    .offset-ssm-5 {
        margin-left: 41.66667%
    }

    .offset-ssm-6 {
        margin-left: 50%
    }

    .offset-ssm-7 {
        margin-left: 58.33333%
    }

    .offset-ssm-8 {
        margin-left: 66.66667%
    }

    .offset-ssm-9 {
        margin-left: 75%
    }

    .offset-ssm-10 {
        margin-left: 83.33333%
    }

    .offset-ssm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1024px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1366.02px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width: 400px) {
    .d-ssm-none {
        display: none !important
    }

    .d-ssm-inline {
        display: inline !important
    }

    .d-ssm-inline-block {
        display: inline-block !important
    }

    .d-ssm-block {
        display: block !important
    }

    .d-ssm-table {
        display: table !important
    }

    .d-ssm-table-row {
        display: table-row !important
    }

    .d-ssm-table-cell {
        display: table-cell !important
    }

    .d-ssm-flex {
        display: flex !important
    }

    .d-ssm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1024px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1366.02px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0
}

.scroll-wrapper.scroll--rtl {
    direction: rtl
}

.scroll-element {
    display: none
}

.scroll-element, .scroll-element div {
    box-sizing: content-box
}

.scroll-element .scroll-arrow, .scroll-element .scroll-bar {
    cursor: default
}

.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
    display: block
}

.scroll-textarea {
    border: 1px solid #ccc;
    border-top-color: #999
}

.scroll-textarea > .scroll-content {
    overflow: hidden !important
}

.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0
}

.scrollbar-inner > .scroll-element, .scrollbar-inner > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%
}

.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden
}

.scrollbar-inner > .scroll-element .scroll-bar, .scrollbar-inner > .scroll-element .scroll-element_outer, .scrollbar-inner > .scroll-element .scroll-element_track {
    border-radius: 8px
}

.scrollbar-inner > .scroll-element .scroll-bar, .scrollbar-inner > .scroll-element .scroll-element_track {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: .4
}

.scrollbar-inner > .scroll-element .scroll-element_track {
    background-color: #e0e0e0
}

.scrollbar-inner > .scroll-element .scroll-bar {
    background-color: #c2c2c2
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar, .scrollbar-inner > .scroll-element:hover .scroll-bar {
    background-color: #919191
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -12px
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -12px
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -12px
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -12px
}

.scrollbar-outer > .scroll-element, .scrollbar-outer > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-outer > .scroll-element {
    background-color: #fff
}

.scrollbar-outer > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-outer > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    width: 100%
}

.scrollbar-outer > .scroll-element.scroll-y {
    height: 100%;
    right: 0;
    top: 0;
    width: 12px
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
    height: 8px;
    top: 2px
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
    left: 2px;
    width: 8px
}

.scrollbar-outer > .scroll-element .scroll-element_outer {
    overflow: hidden
}

.scrollbar-outer > .scroll-element .scroll-element_track {
    background-color: #eee
}

.scrollbar-outer > .scroll-element .scroll-bar, .scrollbar-outer > .scroll-element .scroll-element_outer, .scrollbar-outer > .scroll-element .scroll-element_track {
    border-radius: 8px
}

.scrollbar-outer > .scroll-element .scroll-bar {
    background-color: #d9d9d9
}

.scrollbar-outer > .scroll-element .scroll-bar:hover {
    background-color: #c2c2c2
}

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191
}

.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
    left: -12px;
    margin-left: 12px
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
    top: -12px;
    margin-top: 12px
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
    min-width: 10px
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
    min-height: 10px
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -14px
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -14px
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -14px
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -14px
}

.scrollbar-macosx > .scroll-element, .scrollbar-macosx > .scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-macosx > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-macosx > .scroll-element .scroll-element_track {
    display: none
}

.scrollbar-macosx > .scroll-element .scroll-bar {
    background-color: #6c6e71;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    border-radius: 7px;
    transition: opacity .2s linear
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar, .scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: .7
}

.scrollbar-macosx > .scroll-element.scroll-x {
    bottom: 0;
    height: 0;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%
}

.scrollbar-macosx > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 0
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
    height: 7px;
    min-width: 10px;
    top: -9px
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
    left: -9px;
    min-height: 10px;
    width: 7px
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
    left: 2px
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
    left: -4px
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
    top: 2px
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
    top: -4px
}

.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px
}

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px
}

.scrollbar-light > .scroll-element, .scrollbar-light > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-light > .scroll-element {
    background-color: #fff
}

.scrollbar-light > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-light > .scroll-element .scroll-element_outer {
    border-radius: 10px
}

.scrollbar-light > .scroll-element .scroll-element_size {
    background: #dbdbdb;
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
    background: linear-gradient(90deg, #dbdbdb 0, #e8e8e8);
    border-radius: 10px
}

.scrollbar-light > .scroll-element.scroll-x {
    bottom: 0;
    height: 17px;
    left: 0;
    min-width: 100%;
    width: 100%
}

.scrollbar-light > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 17px
}

.scrollbar-light > .scroll-element .scroll-bar {
    background: #fefefe;
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
    background: linear-gradient(90deg, #fefefe 0, #f5f5f5);
    border: 1px solid #dbdbdb;
    border-radius: 10px
}

.scrollbar-light > .scroll-content.scroll-scrolly_visible {
    left: -17px;
    margin-left: 17px
}

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
    top: -17px;
    margin-top: 17px
}

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
    height: 10px;
    min-width: 10px;
    top: 0
}

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
    left: 0;
    min-height: 10px;
    width: 10px
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
    height: 12px;
    left: 2px;
    top: 2px
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
    left: -4px
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
    left: 2px;
    top: 2px;
    width: 12px
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
    top: -4px
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -19px
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -19px
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -19px
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -19px
}

.scrollbar-rail > .scroll-element, .scrollbar-rail > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-rail > .scroll-element {
    background-color: #fff
}

.scrollbar-rail > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-rail > .scroll-element .scroll-element_size {
    background-color: #999;
    background-color: rgba(0, 0, 0, .3)
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
    background-color: #666;
    background-color: rgba(0, 0, 0, .5)
}

.scrollbar-rail > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    min-width: 100%;
    padding: 3px 0 2px;
    width: 100%
}

.scrollbar-rail > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    padding: 0 2px 0 3px;
    right: 0;
    top: 0;
    width: 12px
}

.scrollbar-rail > .scroll-element .scroll-bar {
    background-color: #d0b9a0;
    border-radius: 2px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .5)
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .6)
}

.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
    left: -17px;
    margin-left: 17px
}

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
    margin-top: 17px;
    top: -17px
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
    height: 10px;
    min-width: 10px;
    top: 1px
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
    left: 1px;
    min-height: 10px;
    width: 10px
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
    height: 15px;
    left: 5px
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
    height: 2px;
    left: -10px;
    top: 5px
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
    top: 5px;
    width: 15px
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
    left: 5px;
    top: -10px;
    width: 2px
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -25px
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -25px
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -25px
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -25px
}

.scrollbar-dynamic > .scroll-element, .scrollbar-dynamic > .scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-dynamic > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-dynamic > .scroll-element.scroll-x {
    bottom: 2px;
    height: 7px;
    left: 0;
    min-width: 100%;
    width: 100%
}

.scrollbar-dynamic > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 2px;
    top: 0;
    width: 7px
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
    opacity: .3;
    border-radius: 12px
}

.scrollbar-dynamic > .scroll-element .scroll-element_size {
    background-color: #ccc;
    opacity: 0;
    border-radius: 12px;
    transition: opacity .2s
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
    background-color: #6c6e71;
    border-radius: 7px
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
    bottom: 0;
    height: 7px;
    min-width: 24px;
    top: auto
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
    left: auto;
    min-height: 24px;
    right: 0;
    width: 7px
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
    bottom: 0;
    top: auto;
    left: 2px;
    transition: height .2s
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
    left: auto;
    right: 0;
    top: 2px;
    transition: width .2s
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
    left: -4px
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
    top: -4px
}

.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px
}

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px
}

.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer, .scrollbar-dynamic > .scroll-element:hover .scroll-element_outer {
    overflow: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: .7
}

.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size, .scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size {
    opacity: 1
}

.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar, .scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar {
    height: 100%;
    width: 100%;
    border-radius: 12px
}

.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer, .scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer {
    height: 20px;
    min-height: 7px
}

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer, .scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer {
    min-width: 7px;
    width: 20px
}

.scrollbar-chrome > .scroll-element, .scrollbar-chrome > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-chrome > .scroll-element {
    background-color: #fff
}

.scrollbar-chrome > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-chrome > .scroll-element .scroll-element_track {
    background: #f1f1f1;
    border: 1px solid #dbdbdb
}

.scrollbar-chrome > .scroll-element.scroll-x {
    bottom: 0;
    height: 16px;
    left: 0;
    min-width: 100%;
    width: 100%
}

.scrollbar-chrome > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 16px
}

.scrollbar-chrome > .scroll-element .scroll-bar {
    background-color: #d9d9d9;
    border: 1px solid #bdbdbd;
    cursor: default;
    border-radius: 2px
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
    background-color: #c2c2c2;
    border-color: #a9a9a9
}

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
    border-color: #7e7e7e
}

.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
    left: -16px;
    margin-left: 16px
}

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
    top: -16px;
    margin-top: 16px
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
    height: 8px;
    min-width: 10px;
    top: 3px
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
    left: 3px;
    min-height: 10px;
    width: 8px
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
    border-left: 1px solid #dbdbdb
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
    height: 14px;
    left: -3px
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
    height: 14px;
    left: -4px
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
    border-top: 1px solid #dbdbdb
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
    top: -3px;
    width: 14px
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
    width: 14px
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -19px
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -19px
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -19px
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -19px
}

*, * :after, :before {
    outline: none
}

.scrollbar-measure {
    width: 100px;
    height: 100px;
    overflow: scroll;
    position: absolute;
    top: -9999px
}

.page {
    flex: 1 0 auto;
    margin-top: 0
}

@media (min-width: 1024px) {
    .page {
        margin-top: 0
    }
}

@media (max-width: 399.98px) {
    .container {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (min-width: 768px) {
    .container {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width: 1024px) {
    .container {
        padding-left: 32px;
        padding-right: 32px
    }
}

@media (max-width: 399.98px) {
    .row {
        margin-left: -40px;
        margin-right: -40px
    }
}

@media (min-width: 768px) {
    .row {
        margin-left: -20px;
        margin-right: -20px
    }
}

@media (min-width: 1024px) {
    .row {
        margin-left: -32px;
        margin-right: -32px
    }
}

@media (max-width: 399.98px) {
    .col {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width: 768px) {
    .col {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (min-width: 1024px) {
    .col {
        padding-left: 16px;
        padding-right: 16px
    }
}

img {
    max-width: 100%;
    display: block
}

.logotype {
    width: 110px;
    height: 30px
}

hr {
    color: #e0e0e0;
    background-color: #e0e0e0;
    border: 0 none;
    height: 1px
}

ol, ul {
    padding-left: 0
}

ol li, ul li {
    list-style-type: none
}

fieldset {
    padding: 0;
    border: 0 none;
    margin: 0
}

.table {
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

th {
    text-align: left
}

.table__element {
    width: 100%;
    min-width: 800px
}

.meta-title {
    display: none
}

input, textarea {
    -webkit-appearance: none;
    appearance: none;
    caret-color: #e4a71f
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important
}

textarea {
    resize: none
}

.btn-skelet {
    font-weight: 400;
    border: 0;
    background: none;
    font-size: 14px;
    line-height: 1.375em;
    cursor: pointer;
    transition: color .3s ease-out, background-color .3s ease-out, transform .1s ease-out, border-radius .3s ease-out, border-color .3s ease-out;
    border: 1px solid rgba(112, 127, 165, .4);
    color: #5c6d99 !important;
    border-radius: 6px;
    display: inline-block;
    text-align: center;
    padding: 1.0625em 40px
}

@media (min-width: 576px) {
    .btn-skelet {
        font-size: 16px
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .btn-skelet {
        font-size: 14px
    }
}

.btn-skelet:active {
    border-color: #f6bf46;
    color: #5c6d99 !important
}

@media (min-width: 576px) {
    .btn-skelet:hover {
        border-color: #f6bf46;
        color: #5c6d99 !important
    }
}

.btn-primary {
    font-weight: 400;
    background: none;
    font-size: 14px;
    line-height: 1.375em;
    border-radius: 6px;
    cursor: pointer;
    transition: color .3s ease-out, background-color .3s ease-out, transform .1s ease-out, border-radius .3s ease-out, border-color .3s ease-out;
    box-shadow: 0 8px 30px rgba(234, 182, 81, .5);
    background-color: #f6bf46 !important;
    color: #000 !important;
    border: 0;
    display: inline-block;
    text-align: center;
    padding: 1.0625em 40px
}

@media (min-width: 576px) {
    .btn-primary {
        font-size: 16px
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .btn-primary {
        font-size: 14px
    }
}

.btn-primary:active {
    background-color: #ffcb59 !important;
    color: #000 !important
}

@media (min-width: 576px) {
    .btn-primary:hover {
        background-color: #ffcb59 !important;
        color: #000 !important
    }
}

.btn-triangular {
    position: relative;
    padding: 7px 14px 6px 4px;
    height: 36px;
    margin-left: 15px;
    border-radius: 0 6px 6px 0;
    border-color: #aeb6cc;
    border-left: 0 solid transparent
}

.btn-triangular:after {
    content: "";
    display: block;
    position: absolute;
    left: -15px;
    top: 1px;
    width: 32px;
    height: 32px;
    border: 1px solid #aeb6cc;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    border-radius: 11px 0 11px 8px;
    transform: rotate(45deg);
    transition: border .3s ease-out
}

.btn-triangular:active:after {
    border-color: #f6bf46;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent
}

@media (min-width: 576px) {
    .btn-triangular:hover:after {
        border-color: #f6bf46;
        border-right: 1px solid transparent;
        border-top: 1px solid transparent
    }
}

.reset-list li {
    padding-left: 0
}

.reset-list li:before {
    display: none
}

.reset-list-col li {
    padding-left: 0
}

.reset-list-col li:before {
    display: none
}

.reset-list-col > li {
    padding-left: 16px
}

@media (min-width: 768px) {
    .reset-list-col > li {
        padding-left: 10px
    }
}

@media (min-width: 1024px) {
    .reset-list-col > li {
        padding-left: 16px
    }
}

.card-style {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px
}

.link-primary {
    color: #5c6d99
}

.link-primary:active {
    color: #e4a71f
}

@media (min-width: 576px) {
    .link-primary:focus, .link-primary:hover {
        color: #e4a71f
    }
}

.hide-scrollbar {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none
}

.hide-scrollbar::-webkit-scrollbar {
    width: 0;
    background: transparent
}

.hide-scrollbar ::-webkit-scrollbar {
    width: 0;
    background: transparent;
    display: none
}

.hide-scrollbar ::-webkit-scrollbar-thumb {
    background: transparent
}

.container-fluid, .container-lg, .container-md, .container-xl {
    overflow-x: hidden
}

.svg-icon-close {
    stroke: #f6bf46;
    stroke-width: 2px
}

.mediabox-img {
    font-family: "blur-up: auto", "object-fit: cover"
}

.buttons li {
    padding-left: 0
}

.buttons li:before {
    display: none
}

.processing {
    transition: none;
    background-image: url(/local/templates/izhtender_v2/images/btn-loader.gif);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    color: transparent !important;
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.margin-section {
    margin-top: 50px;
    margin-bottom: 50px
}

@media (min-width: 1024px) {
    .margin-section {
        margin-top: 70px;
        margin-bottom: 70px
    }
}

.svg-icon-email, .svg-icon-phone-handset {
    fill: #e0e0e0
}

.subpage-slider.slick-slider {
    -webkit-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
    -webkit-touch-callout: auto !important;
    -khtml-user-select: auto !important
}

.subpage-slider .slick-slide {
    margin-left: auto;
    margin-right: auto;
    display: -webkit-flex;
    -webkit-justify-content: center;
    display: flex;
    justify-content: center
}

.subpage-slider .slick-slide + div {
    flex: 1
}

.specialize-platforms {
    padding-top: 20px
}

@media (min-width: 768px) {
    .specialize-platforms {
        padding-top: 29px
    }
}

.buttons-wp {
    display: flex;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    .buttons-wp {
        margin-top: 20px
    }
}

.buttons-wp > a, .buttons-wp > button {
    margin-bottom: 16px;
    width: 100%
}

@media (min-width: 576px) {
    .buttons-wp > a, .buttons-wp > button {
        margin-right: 28px;
        width: auto
    }

    .buttons-wp > a:last-of-type, .buttons-wp > button:last-of-type {
        margin-right: 0
    }
}

.about-center h2 {
    margin-top: 0
}

@media (min-width: 1366.02px) {
    .about-center h2 {
        margin-bottom: .70588em
    }
}

.partner-benefits {
    margin-top: 20px
}

@media (min-width: 1366.02px) {
    .partner-benefits {
        margin-top: 30px
    }

    .partner-benefits h2 {
        max-width: 752px
    }
}

.tmpl-page-content {
    padding-bottom: 60px
}

@media (max-width: 767.98px) {
    .tmpl-page-content {
        padding-top: 60px
    }
}

.services__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.16667em;
    max-width: 689px;
    margin-bottom: 30px
}

@media (min-width: 576px) {
    .services__title {
        font-size: 34px;
        line-height: 1.17647em
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .services__title {
        font-size: 30px
    }
}

.not-found {
    margin-bottom: 50px;
    text-align: center
}

@media (min-width: 1024px) {
    .not-found {
        margin-bottom: 70px
    }
}

.not-found__img, .not-found__img-wp {
    margin-left: auto;
    margin-right: auto
}

.not-found__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.16667em;
    max-width: 689px;
    margin-bottom: 30px;
    max-width: 100%;
    margin-bottom: 1.2em
}

@media (min-width: 576px) {
    .not-found__title {
        font-size: 34px;
        line-height: 1.17647em
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .not-found__title {
        font-size: 30px
    }
}

@media (min-width: 768px) {
    .not-found__title {
        margin-top: -70px
    }
}

.not-found__text {
    max-width: 100%;
    margin-bottom: 2.5em
}

.not-found__text > a {
    display: block
}

.answer {
    margin-top: 50px;
    margin-bottom: 50px
}

@media (min-width: 1024px) {
    .answer {
        margin-bottom: 70px
    }
}

.answer h1 {
    margin-top: 1em
}

@media (min-width: 1024px) {
    .answer h1 {
        margin-bottom: 1.15em;
        margin-top: 1.6em
    }
}

.answer .answer__author-question, .answer .answer__author-question span {
    margin-bottom: 0
}

.answer .answer__subtitle {
    margin-top: .3em
}

.answer .answer__quote-block {
    margin-top: 60px;
    margin-bottom: 2.6em
}

.answer > .row > .col > p:last-of-type {
    margin-bottom: 0
}

@media (min-width: 1024px) {
    .answer__answer-question .answer-question__form-wp {
        padding-bottom: 14px
    }
}

.questions-and-answers {
    margin-top: 50px;
    margin-bottom: 56px
}

@media (min-width: 1024px) {
    .questions-and-answers {
        margin-top: 70px
    }
}

.questions-and-answers .page-switch {
    margin-top: 12px;
    margin-bottom: 30px
}

@media (min-width: 400px) {
    .questions-and-answers .page-switch {
        margin-top: 0
    }
}

.working-with-platform {
    margin-bottom: 30px
}

.working-with-platform h2 {
    margin-top: 0
}

@media (min-width: 576px) {
    .working-with-platform {
        margin-bottom: 38px
    }
}

.answer-cards-wp {
    display: flex
}

.answer-cards {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 100%
}

.answer-cards > li {
    margin-bottom: 20px
}

.answer-cards > li:last-of-type {
    margin-bottom: 0
}

.nav-responses-wp {
    margin-right: 30px;
    display: none
}

@media (min-width: 1024px) {
    .nav-responses-wp {
        display: block
    }
}

.svg {
    display: block;
    flex-shrink: 0
}

.svg-sprite {
    display: none
}

.modal {
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    transition: opacity .3s, visibility .3s;
    z-index: 900;
    min-height: calc(100% + 1px);
    height: calc(100% + 1px)
}

.modal_active {
    opacity: 1;
    visibility: visible
}

.modal__overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .65)
}

@media (min-width: 576px) {
    .modal__overlay {
        background: rgba(0, 0, 0, .5)
    }
}

.modal__close, .modal__close-screen {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 24px;
    height: 24px;
    padding: 4px;
    z-index: 3
}

.modal__close-screen:active .modal__close-icon, .modal__close:active .modal__close-icon {
    stroke: #f6bf46
}

@media (min-width: 576px) {
    .modal__close, .modal__close-screen {
        top: 35px;
        right: 35px;
        width: 25px;
        height: 25px
    }

    .modal__close-screen:focus .modal__close-icon, .modal__close-screen:hover .modal__close-icon, .modal__close:focus .modal__close-icon, .modal__close:hover .modal__close-icon {
        stroke: #f6bf46
    }
}

@media (pointer: coarse) {
    .modal__close {
        -webkit-tap-highlight-color: transparent;
        -webkit-appearance: none;
        outline: none !important;
        background: none !important
    }
}

.modal__close-screen {
    display: none
}

.modal__close-icon {
    width: 100%;
    height: 100%;
    fill: #fff;
    stroke: #e0e0e0;
    stroke-width: 3px;
    transition: stroke .3s ease
}

.modal__content {
    width: 641px;
    max-width: 100%;
    height: auto;
    min-height: calc(100% + 1px);
    background: #fff;
    position: relative;
    z-index: 2;
    top: 0;
    border: 1px solid #f2f2f2;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 576px) {
    .modal__content {
        border-radius: 10px;
        top: 80px;
        max-width: calc(100vw - 40px);
        height: auto;
        min-height: 1px;
        padding: 0;
        top: 0;
        margin-top: 20px;
        margin-bottom: 20px
    }

    .modal__content .modal__tab {
        padding: 60px 60px 58px
    }
}

.modal__tab {
    display: none;
    padding: 30px
}

.modal__tab_active {
    display: block
}

.modal__content_licenses {
    max-width: 100%
}

.modal__content_licenses .modal__tab {
    max-width: 100%;
    padding: 0
}

.modal__content_large {
    width: 1088px
}

.modal__content_large .modal__tab {
    padding: 30px 8px 10px 30px
}

@media (min-width: 576px) {
    .modal__content_large .modal__tab {
        padding: 60px 8px 10px 60px
    }
}

.modal__content_search {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0
}

@media (max-width: 399.98px) {
    .modal__content .modal__tab {
        padding: 40px 20px
    }

    .modal__content.modal__content_licenses .modal__tab {
        padding: 0
    }
}

.modal__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.16667em;
    max-width: 689px;
    margin-bottom: 30px;
    margin-top: 0;
    margin-bottom: 24px
}

@media (min-width: 576px) {
    .modal__title {
        font-size: 34px;
        line-height: 1.17647em
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .modal__title {
        font-size: 30px
    }
}

@media (max-width: 399.98px) {
    .modal__title {
        margin-bottom: 10px
    }
}

.modal__input, .modal__input > .input__fluid, .modal__input > .textarea__fluid {
    width: 100%;
    max-width: 100%
}

.modal__text {
    max-width: 397px;
    margin-bottom: 38px
}

@media (max-width: 399.98px) {
    .modal__text {
        margin-bottom: 28px
    }
}

.modal__text_small {
    margin-top: 14px;
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 1.78571em;
    color: #828282;
    max-width: 480px
}

@media (max-width: 399.98px) {
    .modal__text_small {
        font-size: 12px;
        margin-bottom: 0
    }
}

.modal__link {
    color: #5c6d99
}

.modal__button {
    margin-top: 10px
}

@media (max-width: 399.98px) {
    .modal__button {
        margin-top: 16px;
        font-size: 14px;
        min-height: 52px;
        margin-bottom: 10px
    }
}

@media (max-width: 767.98px) {
    .modal__form {
        display: flex;
        flex-direction: column
    }

    .modal__form .modal__text_small {
        order: 99
    }
}

.question, .success {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center
}

.success {
    text-align: center
}

@media (min-width: 576px) {
    .success {
        padding-bottom: 13px
    }
}

.modal__illustration-wp {
    margin: 0 auto 60px;
    width: 190px;
    height: 135px;
    transform: translateX(5px)
}

@media (min-width: 576px) {
    .modal__illustration-wp {
        margin: 29px auto 126px;
        transform: translateX(2px);
        width: 290px;
        height: 200px
    }
}

.modal__illustration {
    height: 100%;
    width: 100%;
    max-height: 100%;
    max-width: 100%
}

.success__text {
    max-width: 397px;
    margin: 23px auto 0
}

@media (min-width: 576px) {
    .success__text {
        margin-top: 14px
    }
}

.modal-city {
    width: 100%;
    align-items: center
}

.modal-city .modal__inner {
    width: 100%
}

.modal-city__head {
    margin-right: 22px
}

@media (min-width: 576px) {
    .modal-city__head {
        margin-right: 52px
    }
}

.modal-city__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.16667em;
    max-width: 689px;
    margin-bottom: 30px;
    margin-top: 10px;
    margin-bottom: 25px
}

@media (min-width: 576px) {
    .modal-city__title {
        font-size: 34px;
        line-height: 1.17647em
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .modal-city__title {
        font-size: 30px
    }
}

.modal-city__text {
    margin-bottom: 24px
}

@media (min-width: 576px) {
    .modal-city__text {
        margin-bottom: 33px
    }
}

.city__input, .city__input .input__fluid {
    max-width: 100%;
    width: 100%
}

.cities {
    margin-top: 24px;
    position: relative
}

@media (min-width: 768px) {
    .cities {
        margin-top: 47px
    }
}

.cities:after, .cities:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    height: 24px;
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s ease-out
}

@media (min-width: 768px) {
    .cities:after, .cities:before {
        height: 80px
    }
}

@media (min-width: 1366.02px) {
    .cities:after, .cities:before {
        height: 145px
    }
}

.cities:after {
    bottom: 0;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff)
}

.cities:before {
    top: 0;
    background: linear-gradient(0deg, hsla(0, 0%, 100%, 0), #fff);
    z-index: 999
}

.scroll-gradient--bottom:after, .scroll-gradient--top:before {
    opacity: 1
}

.cities__scroll {
    position: relative;
    -webkit-transform: translateZ(0);
    -webkit-perspective: 1000;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    display: block;
    font-size: 14px;
    line-height: 1.78571em;
    height: 280px;
    max-height: 100%
}

@media (min-width: 576px) {
    .cities__scroll {
        font-size: 16px;
        line-height: 1.8125em;
        height: 327px
    }
}

.cities__list {
    -webkit-overflow-scrolling: touch;
    margin-top: 0;
    padding-right: 20px;
    margin-bottom: 10px
}

@media (min-width: 576px) {
    .cities__list {
        column-count: 2
    }
}

@media (min-width: 768px) {
    .cities__list {
        column-count: 3;
        padding-right: 35px
    }
}

@media (min-width: 1024px) {
    .cities__list {
        padding-right: 105px
    }
}

.cities__item {
    margin-bottom: 40px;
    column-width: 45%;
    display: block;
    display: flex;
    flex-direction: column;
    break-inside: avoid
}

@media (min-width: 768px) {
    .cities__item {
        column-width: 26.5%;
        max-width: 250px
    }
}

.cities__city {
    color: #000
}

.cities__char {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.41667em;
    color: #f6bf46;
    margin-top: 0;
    margin-bottom: 16px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (min-width: 576px) {
    .modal-settings__title {
        margin-bottom: 32px
    }
}

.modal__content_licenses {
    padding: 0;
    background: none;
    border: none;
    width: 100%;
    border-radius: 0;
    left: 0;
    top: 0;
    margin-top: 0;
    pointer-events: none;
    max-height: 100%
}

@media (min-width: 1024px) {
    .modal__content_licenses {
        width: 820px
    }
}

@media (min-width: 1366.02px) {
    .modal__content_licenses {
        width: 874px
    }
}

.modal__content_licenses .modal__close {
    display: none
}

.modal-licenses-teacher .licenses-slider__slide {
    margin-left: auto;
    margin-right: auto
}

.modal__content_licenses + .modal__close-screen {
    background-color: rgba(0, 0, 0, .2);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 20px;
    right: 50%;
    transform: none;
    width: 40px;
    height: 40px;
    margin-right: -20px;
    transition: background-color .3s ease-out
}

@media (min-width: 576px) {
    .modal__content_licenses + .modal__close-screen {
        width: 50px;
        height: 50px;
        top: 30px;
        margin-right: -25px
    }
}

@media (min-width: 1024px) {
    .modal__content_licenses + .modal__close-screen {
        right: 20px;
        top: 20px;
        margin-right: 0
    }
}

.modal__content_licenses + .modal__close-screen .modal__close-icon {
    height: 20px;
    width: 20px;
    stroke: #fff;
    stroke-width: 2px
}

.modal__content_licenses + .modal__close-screen:active, .modal__content_licenses + .modal__close-screen:hover {
    background-color: rgba(0, 0, 0, .4)
}

.modal__content .modal-search {
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0
}

@media (min-width: 576px) {
    .modal__content .modal-search {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

.modal-search .input-search {
    margin: 0
}

.modal-search__results {
    padding-top: 6px
}

.modal-search__results .h3-title {
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: .5em;
    margin-top: 1.4em
}

.modal-search__results .h3-title:first-child {
    margin-top: 34px
}

.modal-search__no-results {
    padding-left: 16px;
    padding-right: 16px
}

.modal-search__no-results p {
    margin-bottom: 1.1em
}

.modal-search__link {
    color: #0f1112;
    display: block;
    padding: .47em 16px;
    border-radius: 3px;
    transition: background-color .3s ease-out
}

.modal-search__link:active {
    color: inherit;
    background-color: #fafafa
}

@media (min-width: 576px) {
    .modal-search__link {
        display: flex;
        justify-content: space-between
    }

    .modal-search__link:focus, .modal-search__link:hover {
        background-color: #fafafa;
        color: inherit
    }
}

.modal-search__show-all {
    margin-left: 16px;
    margin-right: 16px;
    margin-top: .5em;
    width: calc(100% - 16px - 16px)
}

@media (min-width: 576px) {
    .modal-search__show-all {
        width: auto
    }
}

.modal-search__price {
    color: #5c6d99;
    min-width: 160px;
    display: block
}

@media (min-width: 576px) {
    .modal-search__price {
        text-align: right
    }
}

.modal-search__short-list li {
    display: none
}

.modal-search__short-list li:first-of-type, .modal-search__short-list li:nth-of-type(2), .modal-search__short-list li:nth-of-type(3) {
    display: block
}

.modal-document-content {
    width: -webkit-fit-content;
    width: fit-content
}

.modal-document-img {
    max-height: 320px;
    height: 100%
}

@media (min-width: 1366.02px) {
    .modal-document-img {
        max-height: 540px
    }
}

.site {
    min-height: 100%;
    display: flex;
    flex-direction: column
}

.site .header-fixed {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 797;
    background-color: #fff;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .05)
}

.hamburger {
    display: inline-block;
    transition-property: opacity, filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    overflow: visible;
    width: 35px;
    height: 30px;
    max-width: 35px;
    height: 100%;
    padding: .23em;
    margin: 0;
    background: none;
    border: none;
    cursor: pointer;
    margin-right: -.23em
}

@media (pointer: coarse) {
    .hamburger {
        -webkit-tap-highlight-color: transparent;
        -webkit-appearance: none;
        outline: none !important;
        background: none !important
    }
}

.hamburger:active, .hamburger:hover {
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none
}

.hamburger-box {
    width: 20px;
    height: 16px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -3px
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    width: 20px;
    height: 2px;
    background-color: #f6bf46;
    border-radius: 3px;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease
}

.hamburger-inner:after, .hamburger-inner:before {
    content: "";
    display: block
}

.hamburger-inner:before {
    top: -8px
}

.hamburger-inner:after {
    bottom: -8px
}

.hamburger--slider .hamburger-inner {
    top: 2px
}

.hamburger--slider .hamburger-inner:before {
    top: 8px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: .15s
}

.hamburger--slider .hamburger-inner:after {
    top: 16px
}

.header__logo {
    height: 24px;
    width: 80px
}

.header__contact-wp {
    font-size: 13px;
    line-height: 1em;
    display: flex;
    white-space: nowrap
}

@media (min-width: 576px) {
    .header__contact-wp {
        margin-left: 22px;
        margin-right: auto
    }
}

.header__contact-wp > :nth-child(1n) {
    margin-right: 22px
}

.header__contact-wp > :nth-child(1n) svg {
    transition: fill .3s ease-out
}

.header__contact-wp > :nth-child(1n):active {
    color: #0f1112
}

.header__contact-wp > :nth-child(1n):active svg {
    fill: #e4a71f
}

@media (min-width: 576px) {
    .header__contact-wp > :nth-child(1n):focus, .header__contact-wp > :nth-child(1n):hover {
        color: #0f1112
    }

    .header__contact-wp > :nth-child(1n):focus svg, .header__contact-wp > :nth-child(1n):hover svg {
        fill: #e4a71f
    }
}

.header__contact-wp > :nth-child(1n):last-of-type {
    margin-right: 0
}

.header__contact-wp > .icon-link.icon-link_small.icon-link_time:hover {
    color: #828282
}

.breadcrumbs {
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    width: 100%;
    margin: 10px auto
}

.breadcrumbs__container {
    width: 100%;
    max-width: 1182px;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .breadcrumbs__container {
        max-width: 929px
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .breadcrumbs__container {
        max-width: 707px
    }
}

.breadcrumbs__item {
    white-space: nowrap
}

.breadcrumbs__item + .breadcrumbs__item:before {
    content: ">";
    margin-left: 8px;
    margin-right: 8px
}

.header {
    width: 100%;
    max-width: 100%;
    position: static;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    opacity: 1;
    z-index: 799;
    background-color: #fff;
    box-shadow: 0 1px 9px rgba(0, 0, 0, .1);
    transition: opacity .3s ease-out;
    color: #828282;
    padding-top: 19px;
    padding-bottom: 19px
}

@media (min-width: 1024px) {
    .header {
        padding-top: 0;
        padding-bottom: 0
    }
}

.header.hide {
    display: none
}

.header.hide-slow {
    opacity: 0
}

@media (min-width: 768px) {
    .header.hide {
        display: flex
    }

    .header.hide-slow {
        opacity: 1
    }
}

.header__nav {
    width: 100%;
    max-width: 100%
}

.header__logo {
    display: block;
    height: 34px;
    width: 95px;
    flex-shrink: 0
}

@media (min-width: 1024px) {
    .header__logo {
        padding-top: 2px
    }
}

.logotype {
    height: 100%;
    width: 100%;
    max-height: 100%;
    max-width: 100%
}

a.logo-link {
    transition: opacity .3s ease-out
}

a.logo-link:active {
    opacity: .7
}

@media (min-width: 576px) {
    a.logo-link:focus, a.logo-link:hover {
        opacity: .7
    }
}

.header__top-block {
    box-shadow: 0 1px 0 hsla(0, 0%, 77%, .25)
}

.header__bottom, .header__top {
    justify-content: space-between;
    align-items: center
}

.city-link {
    position: relative;
    padding-left: 1em;
    display: flex;
    align-items: center;
    text-transform: none
}

@media (min-width: 1024px) {
    .city-link {
        font-size: 11px
    }
}

@media (min-width: 1366.02px) {
    .city-link {
        font-size: 12px
    }
}

.city-link:before {
    content: "";
    height: 4px;
    width: 4px;
    background-color: #c4c4c4;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

@media (max-width: 1023.98px) {
    .header__nav > .container {
        display: none !important
    }
}

@media (max-width: 1023.98px) {
    .header__top-block {
        box-shadow: none
    }
}

.header__top {
    text-transform: uppercase;
    display: flex
}

@media (min-width: 1024px) {
    .header__top, .header__top .header__item:first-of-type {
        margin-left: 0
    }

    .header__top {
        font-size: 10px
    }

    .header__top .header__item {
        margin-left: 17px
    }
}

@media (min-width: 1366.02px) {
    .header__top {
        font-size: 11px
    }
}

.header__bottom {
    display: flex
}

.headerEducation .header__contact-wp {
    height: 42px;
    line-height: 1em;
    display: flex;
    white-space: nowrap
}

@media (min-width: 576px) {
    .headerEducation .header__contact-wp {
        margin-left: 0;
        margin-right: auto
    }
}

.headerEducation .header__contact-wp > :nth-child(1n) {
    margin-right: 22px
}

.headerEducation .header__contact-wp > :nth-child(1n) svg {
    transition: fill .3s ease-out
}

.headerEducation .header__contact-wp > :nth-child(1n):active {
    color: #0f1112
}

.headerEducation .header__contact-wp > :nth-child(1n):active svg {
    fill: #e4a71f
}

@media (min-width: 576px) {
    .headerEducation .header__contact-wp > :nth-child(1n):focus, .headerEducation .header__contact-wp > :nth-child(1n):hover {
        color: #0f1112
    }

    .headerEducation .header__contact-wp > :nth-child(1n):focus svg, .headerEducation .header__contact-wp > :nth-child(1n):hover svg {
        fill: #e4a71f
    }
}

.headerEducation .header__contact-wp > :nth-child(1n):last-of-type {
    margin-right: 0
}

.headerEducation .header__contact-wp > .icon-link.icon-link_small.icon-link_time:hover {
    color: #828282
}

.header__contact-wp_top {
    margin-left: 40px
}

.header__contact-wp_top .header__city {
    display: none
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .header__contact-wp_top .header__city {
        display: block
    }
}

@media (max-width: 767.98px) {
    .header__contact-wp_top .icon-link {
        padding: 0
    }

    .header__contact-wp_top .icon-link .icon-link__icon-small-wp {
        display: none
    }
}

@media (max-width: 767.98px) {
    .header__contact-wp_top {
        justify-content: flex-end;
        margin-right: 20px;
        width: 100%
    }
}

@media (min-width: 1024px) {
    .header__contact-wp_top {
        display: none
    }
}

.header__tel {
    font-size: 1em
}

.header__tel-about {
    margin-bottom: 0;
    font-size: 1em;
    text-transform: none;
    color: #e4a71f;
    margin-top: .1em;
    line-height: 1em
}

.header__list {
    display: flex;
    justify-content: flex-end;
    text-align: right;
    margin-top: 0;
    margin-bottom: 0
}

.header__list-top {
    display: none
}

@media (min-width: 1024px) {
    .header__list-top {
        display: flex;
        margin-left: 20px
    }
}

.header__list-bottom {
    display: none
}

@media (min-width: 1024px) {
    .header__list-bottom {
        display: flex;
        font-size: 12px
    }
}

@media (min-width: 1024px) {
    .header__list-bottom .header__item {
        margin-left: 17px
    }
}

@media (min-width: 1366.02px) {
    .header__list-bottom {
        font-size: 13px
    }
}

.menu__item {
    position: relative
}

.menu__item.active > .menu__link {
    color: #333
}

.menu__item.active:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #f6bf46
}

.header__item {
    margin-left: 32px;
    margin-top: 0;
    margin-bottom: 0;
    white-space: nowrap
}

@media (min-width: 1024px) {
    .header__item {
        height: 42px;
        display: flex;
        align-items: center
    }
}

.header__button {
    display: inline-block;
    margin-bottom: -.18em
}

@media (min-width: 1024px) {
    .header__button {
        display: none
    }
}

.header__item-sub {
    position: relative
}

.header__item-sub:hover .header__sublist {
    display: block;
    max-height: 1000px;
    transition: max-height 1s ease-in-out
}

.header__item-sub:hover .header__sublist .header__subitem {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 1s ease-in-out
}

.header__subitem {
    opacity: 0;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    transition: opacity .5s cubic-bezier(0, 1, 0, 1)
}

.header__sublist {
    z-index: 799;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: block;
    max-height: 0;
    background-color: #fff;
    text-align: left;
    font-size: 13px;
    text-transform: none;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .05);
    border-radius: 0 0 6px 6px;
    transition: max-height .5s cubic-bezier(0, 1, 0, 1)
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .header__sublist {
        font-size: 12px
    }
}

.header__subitem-link {
    padding: .5em 10px;
    padding: 8px 10px;
    display: block
}

.header__subitem-link:last-of-type {
    margin-bottom: 10px
}

.call-search-box {
    text-transform: none;
    display: flex;
    align-items: center;
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    color: #828282;
    font-size: 12px;
    line-height: 1.81818em;
    padding: .5em .66667em;
    border-radius: 3px;
    width: 100%;
    overflow: hidden;
    flex-shrink: 2;
    transition: background-color .3s ease-out
}

.call-search-box > span {
    white-space: nowrap
}

.call-search-box:active {
    color: inherit;
    background-color: transparent
}

@media (min-width: 576px) {
    .call-search-box:focus, .call-search-box:hover {
        background-color: transparent;
        color: inherit
    }
}

@keyframes sheen {
    15% {
        width: 100%
    }
    16% {
        width: 100%;
        left: 0
    }
    30% {
        right: 0;
        left: 100%;
        width: 0
    }
}

.header__search {
    max-width: 100%;
    margin-left: 20px;
    margin-right: auto
}

@media (max-width: 1023.98px) {
    .header__search {
        display: none
    }
}

@media (min-width: 1024px) {
    .header__search {
        margin-left: 20px;
        font-size: 11px
    }
}

.header__search.glow {
    position: relative;
    overflow: hidden
}

.header__search.glow:before {
    content: "";
    background-color: rgba(246, 191, 70, .3);
    height: 100%;
    width: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition: width 1s ease-in-out;
    animation: sheen;
    animation-direction: normal;
    animation-iteration-count: infinite;
    animation-duration: 40s
}

.header__search-icon {
    height: 16px;
    width: 16px;
    margin-right: 8px;
    flex-shrink: 0
}

.header__icon-tel {
    height: 14px;
    width: 14px
}

.header__icon-time {
    width: 20px;
    height: 20px;
    margin-right: 8px
}

.header__icon-time:hover {
    color: grey
}

.header__icon-email {
    height: 15px;
    width: 15px
}

.headerEducation .header__topWrap .city-link {
    display: flex;
    margin-left: 10px;
    font-size: 12px;
    width: 100%;
    align-items: center
}

@media (max-width: 1366px) {
    .headerEducation .header__topWrap .city-link {
        font-size: 11px
    }
}

.headerEducation .header__topWrap {
    display: flex;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px
}

@media (max-width: 767.98px) {
    .headerEducation .header__topWrap {
        width: 360px
    }

    .headerEducation .header__topWrap .city-link {
        display: none
    }
}

.header-btnWrap {
    display: flex;
    min-width: 204px
}

@media (min-width: 1024px) {
    .header-btnWrap {
        display: none
    }
}

.header-btnWrap .header__button {
    margin-left: 10px
}

.footer__tel-text {
    margin-top: 0
}

.footer__nutnet {
    text-align: right
}

.footer {
    color: #828282;
    background-color: #efeff0;
    font-size: 12px;
    line-height: 1.16667em
}

@media (min-width: 768px) {
    .footer {
        padding-top: 20px
    }
}

.footer__list {
    margin-top: 0;
    margin-bottom: 0;
    margin-bottom: 37px
}

.footer__cookie-wp {
    padding-top: .5em
}

.footer__cookie {
    font-size: 1em
}

.footer__cookie-link {
    color: #5c6d99
}

.footer__item {
    text-transform: uppercase;
    margin-top: 40px
}

@media (min-width: 768px) {
    .footer__item {
        margin-top: 20px
    }
}

@media (min-width: 576px) {
    .footer__item:first-of-type {
        order: 3
    }

    .footer__item:nth-of-type(2) {
        order: 1
    }

    .footer__item:nth-of-type(3) {
        order: 2
    }

    .footer__item:nth-of-type(4) {
        order: 4
    }
}

@media (min-width: 768px) {
    .footer__item:nth-of-type(n) {
        order: 0
    }
}

.footer__sublist {
    text-transform: none;
    margin-top: 24px
}

.footer__subitem {
    margin-top: 12px
}

.footer__subitem > .active {
    color: #e4a71f
}

.footer__link {
    cursor: pointer;
    display: block
}

.footer__link.active {
    cursor: default
}

.footer__link-inn {
    margin-bottom: 8px
}

.anchor {
    position: relative;
    top: -70px
}

@media (min-width: 576px) {
    .anchor {
        top: -70px
    }
}

@media (min-width: 768px) {
    .anchor {
        top: -70px
    }
}

@media (min-width: 1024px) {
    .anchor {
        top: -90px
    }
}

@media (min-width: 1366.02px) {
    .anchor {
        top: -130px
    }
}

.footer__bottom {
    margin-top: 24px
}

.footer__copy {
    display: block;
    font-size: 12px;
    margin-bottom: 1.2em
}

@media (min-width: 576px) {
    .footer__copy {
        margin-bottom: 0
    }
}

.footer__tel-text {
    display: block;
    margin-top: 8px;
    font-size: 1em;
    margin-bottom: .8em
}

.footer__nutnet {
    text-align: left;
    margin-top: 1.2em
}

.footer__nutnet .nutnet-link {
    cursor: pointer;
    border-bottom: 1px solid #f6bf46
}

@media (min-width: 576px) {
    .footer__nutnet {
        text-align: right;
        margin-top: 0
    }
}

.footer__social-mobile {
    margin-top: 24px;
    align-items: flex-start;
    display: none
}

@media (max-width: 1024px) {
    .footer__social-mobile {
        display: flex
    }
}

.footer__social {
    margin-top: 17px;
    display: flex;
    align-items: flex-start
}

.footer__social-icon {
    display: block;
    width: 24px;
    height: 24px
}

.footer__social-icon + .footer__social-icon {
    margin-left: 16px
}

.footer__social-icon .svg {
    width: 100%;
    height: 100%
}

@media (max-width: 1024px) {
    .footer__social {
        display: none
    }
}

.footerTop__title:hover > a {
    color: #828282;
    cursor: default
}

.footerTop__ul {
    display: grid;
    width: 100%;
    grid-template-columns:repeat(4, 1fr);
    column-gap: 32px
}

@media (max-width: 768px) {
    .footerTop__ul {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (max-width: 576px) {
    .footerTop__ul {
        grid-template-columns:repeat(1, 1fr)
    }
}

.footerEducation .footer__tel-text {
    font-size: 14px;
    line-height: 20px
}

.footerEducation .footer__bottom {
    margin-bottom: 24px
}

.burger {
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: fixed;
    background-color: #fff;
    z-index: 800;
    transform: translateX(100%);
    right: 0;
    top: 0;
    transition: transform .3s;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 37px;
    font-size: 14px;
    overflow-y: auto
}

.burger_active {
    transform: none;
    box-shadow: 2px 0 10px 0 rgba(0, 0, 0, .25)
}

.burger hr {
    width: 100%
}

@media (min-width: 576px) {
    .burger {
        max-width: 320px
    }
}

.burger__close {
    position: absolute;
    top: 18px;
    right: 20px;
    width: 24px;
    height: 24px;
    padding: 4px;
    transition: transform .3s
}

@media (pointer: coarse) {
    .burger__close {
        -webkit-tap-highlight-color: transparent;
        -webkit-appearance: none;
        outline: none !important;
        background: none !important
    }
}

.burger__close:active, .burger__close:hover {
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none
}

.burger__close-icon {
    width: 100%;
    height: 100%
}

.burger__header {
    box-shadow: 0 .71111px 6.4px rgba(0, 0, 0, .1);
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 21px 20px 23px
}

.burger__header > .icon-link.icon-link_small.icon-link_time {
    margin-right: 30px;
    margin-left: -5px;
    font-weight: 400;
    font-size: 12px;
    line-height: 25px
}

.burger__header > .icon-link.icon-link_small.icon-link_time:hover {
    color: #828282
}

.burger__content {
    font-weight: 400;
    width: 100%;
    padding-top: 26px;
    padding-bottom: 30px;
    line-height: 1.14286em
}

.burger__list {
    padding-left: 20px;
    padding-right: 20px
}

.burger__city {
    font-size: 12px;
    padding-left: 1.2em;
    margin-right: 21px
}

.burger__city:before {
    height: 5px;
    width: 5px
}

.burger__top {
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px
}

.burger__top .burger__item {
    margin-bottom: 30px;
    margin-top: 0
}

.burger__bottom {
    margin-top: 40px
}

.burger__bottom .burger__item {
    margin-bottom: 0;
    margin-top: 30px
}

.burger__item.active {
    padding-bottom: 12px
}

.burger__search {
    max-width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 40px
}

.scrollbar-outer > .scroll-element .scroll-element_track {
    background-color: transparent
}

.scrollbar-outer > .scroll-element .scroll-bar {
    background-color: #e0e0e0;
    border-radius: 14px;
    width: 6px;
    transition: background-color .3s ease-out
}

.specify-city {
    position: absolute;
    padding-left: 20px;
    padding-right: 20px;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none
}

@media (min-width: 768px) {
    .specify-city {
        height: auto;
        width: auto;
        top: 88%;
        background-color: transparent;
        padding-left: 16px;
        padding-right: 16px;
        left: calc((100% - 707px - 10px) / 2)
    }
}

@media (min-width: 1024px) {
    .specify-city {
        left: calc((100% - 929px) / 2)
    }
}

@media (min-width: 1366.02px) {
    .specify-city {
        left: calc((100% - 1182px) / 2)
    }
}

.specify-city.show .specify-city__content {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25)
}

.specify-city__overlay {
    background-color: rgba(15, 17, 18, .5);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

@media (min-width: 768px) {
    .specify-city__overlay {
        display: none
    }
}

.specify-city__content {
    position: relative;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 30px 24px;
    transition: box-shadow .3s ease-out
}

@media (max-width: 767.98px) {
    .specify-city__content > a, .specify-city__content > button {
        width: 100%;
        font-size: 16px
    }

    .specify-city__content > .specify-city__btn {
        margin-bottom: 24px
    }
}

.specify-city__title {
    margin-top: 0;
    font-size: 24px
}

.specify-city__btn {
    margin-right: 16px
}

.btn-progress {
    position: relative;
    overflow: hidden
}

.btn-progress:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: #0f1112;
    opacity: .1;
    transition: width 5s ease
}

.btn-progress.in-progress:after {
    width: 100%
}

.btn-primary.processing:active {
    background-color: #f6bf46 !important;
    color: transparent !important
}

@media (min-width: 576px) {
    .btn-primary.processing:hover {
        background-color: #f6bf46 !important;
        color: transparent !important
    }
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list, .slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after, .slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slider-arrows {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    pointer-events: none
}

.slider-arrows button {
    pointer-events: visible;
    padding: 0;
    position: relative;
    height: 25px;
    width: 9px
}

.slider-arrows button:after, .slider-arrows button:before {
    content: "";
    display: block;
    width: 2px;
    background-color: #828282;
    height: 13px;
    position: absolute;
    left: 2px;
    transform-origin: .2em center;
    transition: .5s;
    border-radius: 2em
}

.slider-arrows button:after {
    bottom: 3px;
    transform: rotate(-40deg)
}

.slider-arrows button:before {
    top: 3px;
    transform: rotate(40deg)
}

.slider-arrows button:active:after, .slider-arrows button:active:before {
    background-color: #f6bf46
}

@media (min-width: 576px) {
    .slider-arrows button:hover:after, .slider-arrows button:hover:before {
        background-color: #f6bf46
    }
}

.slider-arrows .slider-arrows__next button {
    transform: rotate(180deg)
}

.icon-link {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 50px;
    padding-left: 69px
}

.icon-link__file {
    height: 60px;
    width: 50px
}

.icon-link__mail, .icon-link__phone {
    height: 60px;
    width: 54px
}

.icon-link--tel {
    padding-left: 38px
}

.icon-link_small {
    min-height: 0;
    padding-left: 26px
}

.icon-link__text {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    color: #828282;
    text-decoration: none;
    transition: color .3s ease-out;
    color: #5c6d99
}

.icon-link__text.primary {
    color: #5c6d99
}

.icon-link__text:active {
    color: #e4a71f
}

@media (min-width: 576px) {
    .icon-link__text:focus, .icon-link__text:hover {
        color: #e4a71f
    }
}

@media (min-width: 1366.02px) {
    .icon-link__text {
        font-size: 18px;
        line-height: 1.33333em
    }
}

.icon-link__tel {
    display: block;
    margin-top: 0;
    margin-bottom: 0
}

.icon-link__icon-small-wp, .icon-link__icon-wp {
    position: absolute;
    left: 0
}

.icon-link__icon-small-wp {
    top: 50%;
    transform: translateY(-50%)
}

.icon-link__icon-wp {
    top: 0;
    width: 69px;
    height: 50px
}

.icon-link__icon-tel {
    width: 18px;
    height: 18px;
    top: 50%;
    transform: translateY(-50%)
}

.icon-link__icon {
    height: 100%;
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.icon-link__title {
    margin-bottom: 0;
    margin-top: 0
}

.input {
    display: inline-block;
    position: relative;
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 16px
}

@media (max-width: 399.98px) {
    .input {
        margin-top: 16px;
        margin-bottom: 0
    }
}

.input__placeholder {
    position: absolute;
    margin: 0;
    top: 0;
    left: 12px;
    font-size: 1em;
    line-height: 1em;
    color: #828282;
    background-color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    cursor: text;
    transition: transform .2s ease-out, color .2s ease-out;
    max-width: 95%;
    width: auto;
    transform-origin: 0 100%;
    transform: translateY(20px)
}

@media (max-width: 399.98px) {
    .input__placeholder {
        left: 10px;
        transform: translateY(20px);
        font-size: 14px
    }
}

.input__error {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    padding-top: 10px;
    color: #eb5757;
    font-size: .875em;
    line-height: 1.42857em;
    opacity: 1;
    transition: opacity .5s ease-out;
    display: none
}

.input__fluid {
    height: 3.5em;
    padding: .8125em 1em;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 1em;
    line-height: 1.8125em;
    transition: border .3s ease-out
}

@media (max-width: 399.98px) {
    .input__fluid {
        height: 52px
    }
}

.input__fluid:hover {
    border-color: #d4d4d4
}

.input__fluid:focus ~ .input__placeholder, .input__fluid:not([value=""]) ~ .input__placeholder {
    transform-origin: 0 0;
    transform: translate(-1px, -5px) scale(.88)
}

.input__fluid.error {
    border-color: #eb5757
}

.input__fluid.error ~ .input__placeholder {
    color: #eb5757
}

.input__fluid.error ~ .input__error {
    display: block
}

.input__fluid.error ~ .input-interval__designation {
    color: #eb5757
}

.input__fluid.error ~ .input-interval__designation:after {
    background-color: #eb5757
}

.input__fluid.valid ~ .input__error {
    display: none
}

@media (max-width: 767.98px) {
    .input--big .input__placeholder {
        top: 6px
    }

    .input--big .input__fluid {
        height: 66px
    }

    .input--big .input__fluid:focus ~ .input__placeholder, .input--big .input__fluid:not([value=""]) ~ .input__placeholder {
        transform-origin: 0 0;
        transform: translate(-1px, -10px) scale(.88)
    }
}

.input-interval .input__fluid {
    padding-left: 4.4em
}

.input-interval .input__placeholder {
    margin-left: 3.5em
}

.input-interval__designation {
    font-size: 16px;
    line-height: 1em;
    color: #0f1112;
    position: absolute;
    top: 1.25em;
    left: 1em;
    padding-right: 1em;
    margin-right: 1em;
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: color .3s ease-out
}

.input-interval__designation:after {
    content: "";
    display: block;
    height: 36px;
    width: 1px;
    background-color: #e0e0e0;
    position: absolute;
    right: 0;
    top: -.5em;
    transition: background-color .3s ease-out
}

@media (max-width: 767.98px) {
    .input-interval__designation:after {
        top: -.6em
    }
}

.input-search {
    width: 100%;
    max-width: 100%
}

.input-search > .input__fluid {
    width: 100%;
    max-width: 100%;
    padding-right: 120px
}

.input-search__icon {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%
}

.input-search__reset, .input-search__start-search {
    position: absolute;
    top: 0;
    height: 100%;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: opacity .3s ease-out
}

.input-search__reset:active, .input-search__start-search:active {
    opacity: .5
}

@media (min-width: 576px) {
    .input-search__reset:hover, .input-search__start-search:hover {
        opacity: .5
    }
}

.input-search__reset {
    right: 60px
}

.input-search__start-search {
    right: 0
}

.input-search__start-search:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 60%;
    width: 1px;
    background-color: #e0e0e0
}

.input-search__icon--reset {
    height: 14px;
    width: 14px
}

.input-search__icon--search {
    height: 18px;
    width: 18px
}

.input-check-inn > .input__fluid {
    padding-right: 54px
}

.input-check-inn > .input__fluid.correct + .input-check-inn__icon {
    opacity: 1;
    pointer-events: auto
}

.input-check-inn__icon {
    position: absolute;
    top: 16px;
    right: 14px;
    height: 26px;
    width: 26px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease-out
}

@media (max-width: 767.98px) {
    .input-check-inn__icon {
        top: 14px
    }
}

.main-slider {
    margin-bottom: 43px;
    margin-top: 33px;
    overflow-x: hidden
}

@media (min-width: 576px) {
    .main-slider {
        margin-top: 40px;
        margin-bottom: 60px
    }
}

@media (min-width: 1024px) {
    .main-slider {
        margin-top: 34px;
        margin-bottom: 46px
    }
}

@media (min-width: 1366.02px) {
    .main-slider {
        margin-bottom: 20px;
        margin-top: 12px
    }
}

@media (max-width: 399.98px) {
    .main-slider__inner {
        max-width: 100%;
        padding-left: 20px;
        margin-left: 20px;
        margin-right: -20px
    }
}

@media (min-width: 400px) and (max-width: 767.98px) {
    .main-slider__inner {
        max-width: 100%;
        padding-left: 16px;
        margin-left: 16px;
        margin-right: -16px
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .main-slider__inner {
        max-width: 100%;
        margin-left: calc((100vw - 707px) / 2);
        margin-right: -calc((100vw -707px)/2)
    }
}

.main-slider__list-wp {
    position: relative
}

@media (min-width: 400px) and (max-width: 767.98px) {
    .main-slider__list-wp {
        padding: 0
    }
}

.main-slider__list {
    margin-top: 0;
    margin-bottom: 0
}

@media (min-width: 1024px) {
    .main-slider__list {
        -webkit-mask-image: url(/local/templates/izhtender_v2/images/slider-mask.svg);
        mask-image: url(/local/templates/izhtender_v2/images/slider-mask.svg);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-mask-size: 99% 99%;
        mask-size: 99% 99%;
        -webkit-mask-type: alpha;
        mask-type: alpha;
        -webkit-mask-mode: unset;
        mask-mode: unset
    }
}

.main-slider__list .slick-track {
    display: flex
}

.main-slider__list .slick-track .slick-slide {
    display: flex;
    height: auto
}

.main-slider__list .slick-track .slick-slide > div {
    width: 100%
}

.main-slider__item {
    display: block;
    height: 100%
}

@media (max-width: 767.98px) {
    .main-slider__item {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 10px
    }
}

@media (min-width: 1024px) {
    .main-slider__item {
        max-width: 100%
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .main-slider__item {
        margin-right: 20px
    }
}

.main-slider__content-inner {
    width: 100%
}

.main-block__content {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding-top: 70px;
    padding-bottom: 70px;
    min-height: 422px;
    width: 100%;
    max-width: 100%
}

.main-block__content .h3-title, .main-block__content h1, .main-block__content h2 {
    font-size: 30px;
    line-height: 35px;
    margin-top: 0;
    margin-bottom: 24px
}

@media (min-width: 1366.02px) {
    .main-block__content .h3-title, .main-block__content h1, .main-block__content h2 {
        font-size: 44px;
        line-height: 52px;
        margin-bottom: 23px
    }
}

.main-block__content p {
    line-height: 1.42857em;
    margin-bottom: 35px;
    max-width: 232px
}

@media (max-width: 767.98px) {
    .main-block__content p {
        margin-top: 0
    }
}

@media (min-width: 768px) {
    .main-block__content p {
        max-width: 333px;
        margin-bottom: 40px
    }
}

@media (min-width: 1024px) {
    .main-block__content p {
        max-width: 276px;
        margin-bottom: 30px
    }
}

@media (min-width: 1366.02px) {
    .main-block__content p {
        max-width: 380px;
        line-height: 1.8125em
    }
}

@media (min-width: 1024px) {
    .main-block__content .long-p {
        max-width: 400px;
        margin-bottom: 30px
    }
}

@media (min-width: 1366.02px) {
    .main-block__content .long-p {
        max-width: 450px;
        line-height: 1.8125em
    }
}

.main-block__content a {
    width: 100%
}

@media (min-width: 400px) {
    .main-block__content a {
        width: auto
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .main-block__content a {
        font-size: 12px;
        padding-top: 14px;
        padding-bottom: 14px
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .main-block__content a {
        font-size: 11px;
        padding-top: 12px;
        padding-bottom: 12px
    }
}

.main-block__content a:active, .main-block__content a:hover {
    color: #000
}

.main-block__content a.link-primary:active, .main-block__content a.link-primary:hover {
    color: #5c6d99
}

.main-block__content a.link-primary:active:active, .main-block__content a.link-primary:hover:active {
    color: #e4a71f
}

@media (min-width: 576px) {
    .main-block__content a.link-primary:active:focus, .main-block__content a.link-primary:active:hover, .main-block__content a.link-primary:hover:focus, .main-block__content a.link-primary:hover:hover {
        color: #e4a71f
    }
}

@media (min-width: 576px) {
    .main-block__content {
        min-height: 359px;
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media (min-width: 1024px) {
    .main-block__content {
        min-height: 355px;
        padding-top: 56px;
        padding-bottom: 56px
    }
}

@media (min-width: 1366.02px) {
    .main-block__content {
        min-height: 500px;
        padding-top: 79px;
        padding-bottom: 79px
    }
}

.main-slider__content {
    height: 100%;
    width: 100%;
    color: #fff;
    overflow: hidden;
    border-radius: 6px;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 70px 24px
}

@media (min-width: 768px) {
    .main-slider__content {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media (min-width: 1024px) {
    .main-slider__content {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media (min-width: 1366.02px) {
    .main-slider__content {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.main-slider__content a {
    margin-top: 0;
    margin-bottom: auto
}

.main-slider__content:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    background-color: rgba(0, 0, 0, .4);
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none
}

@media (max-width: 399.98px) {
    .main-slider__content {
        width: calc(100vw - 40px)
    }
}

@media (min-width: 400px) and (max-width: 767.98px) {
    .main-slider__content {
        width: calc(100vw - 32px)
    }
}

@media (min-width: 576px) {
    .main-slider__content:after {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .main-slider__content {
        width: 687px
    }
}

.main-slider__content:active, .main-slider__content:hover {
    color: #fff
}

@media (min-width: 576px) {
    .main-slider__content {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (min-width: 1024px) {
    .main-slider__content {
        padding-left: 234px;
        padding-right: 100px
    }
}

@media (min-width: 1366.02px) {
    .main-slider__content {
        padding-left: 300px;
        padding-right: 60px
    }
}

.main-slider__content .h3-title, .main-slider__content h1, .main-slider__content h2 {
    color: #fff;
    max-width: 232px
}

@media (min-width: 768px) {
    .main-slider__content .h3-title, .main-slider__content h1, .main-slider__content h2 {
        max-width: 284px
    }
}

@media (min-width: 1366.02px) {
    .main-slider__content .h3-title, .main-slider__content h1, .main-slider__content h2 {
        max-width: 416px
    }
}

.main-slider__content img {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    max-height: 100%;
    max-width: none;
    top: 0;
    right: 0;
    z-index: -1;
    transform: translate(214px)
}

@media (min-width: 576px) {
    .main-slider__content img {
        transform: none;
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
        right: -35.4%;
        width: auto
    }
}

@media (min-width: 768px) {
    .main-slider__content img {
        right: -26.8%
    }
}

@media (min-width: 1024px) {
    .main-slider__content img {
        right: -2.3%
    }
}

@media (min-width: 1366.02px) {
    .main-slider__content img {
        right: -4.6%
    }
}

.main-slider__arrows {
    transform: translate(-50%, -84%);
    margin-left: -20px;
    max-width: 93%;
    z-index: 700
}

@media (max-width: 1023.98px) {
    .main-slider__arrows {
        display: none
    }
}

@media (min-width: 1366.02px) {
    .main-slider__arrows {
        transform: translate(-50%, -84%);
        margin-left: -20px
    }
}

.main-slider__arrows .slider-arrows__next button {
    background-color: rgba(0, 0, 0, .3)
}

.main-slider__arrows .slider-arrows__next button:active, .main-slider__arrows .slider-arrows__next button:hover {
    background-color: rgba(0, 0, 0, .4)
}

.main-slider__arrows .slider-arrows__prev {
    margin-left: -16px
}

.main-slider__arrows button {
    height: 54px;
    width: 54px;
    border-radius: 50%;
    transition: background-color .3s ease-out
}

.main-slider__arrows button:after, .main-slider__arrows button:before {
    height: 11px;
    left: 23px;
    border-radius: 0
}

.main-slider__arrows button:after {
    bottom: 19px
}

.main-slider__arrows button:before {
    top: 19px
}

.categories-slider {
    display: flex;
    margin-top: 40px;
    align-items: center;
    width: 100%
}

@media (max-width: 768px) {
    .categories-slider {
        width: 80%;
        margin: 0 auto
    }
}

.categories-carousel {
    padding: 0
}

.categories-carousel .slick-list {
    height: 100%;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 30px
}

.categories-item {
    border-radius: 9.9px;
    width: 33.33333%;
    border: none;
    padding: 0 16px
}

.carousel-slider .card {
    display: block;
    height: 450px
}

.categories-carousel .container-arrow-right {
    right: -75px;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 50%;
    height: 54px;
    width: 54px;
    min-width: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color .3s ease-out
}

.categories-carousel .container-arrow-right:hover {
    background-color: rgba(0, 0, 0, .4)
}

.categories-carousel .container-arrow-right:hover .partners-arrow-right {
    stroke: #f6bf46
}

.categories-carousel .container-arrow-right .partners-arrow-right {
    height: auto;
    stroke: #f7f7f9;
    right: -3px
}

@media (max-width: 768px) {
    .categories-carousel .container-arrow-right {
        right: -40px;
        height: 45px;
        width: 45px;
        min-width: 45px;
        background-color: transparent
    }

    .categories-carousel .container-arrow-right .partners-arrow-right {
        stroke: #828282
    }

    .categories-carousel .container-arrow-right:hover {
        background-color: transparent
    }

    .categories-carousel .container-arrow-right:hover .partners-arrow-right {
        stroke: #f6bf46
    }
}

.categories-carousel .container-arrow-left {
    left: -75px;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 50%;
    height: 54px;
    width: 54px;
    min-width: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color .3s ease-out
}

.categories-carousel .container-arrow-left:hover {
    background-color: rgba(0, 0, 0, .4)
}

.categories-carousel .container-arrow-left:hover .partners-arrow-left {
    stroke: #f6bf46
}

.categories-carousel .container-arrow-left .partners-arrow-left {
    height: auto;
    stroke: #f7f7f9;
    left: -3px
}

@media (max-width: 768px) {
    .categories-carousel .container-arrow-left {
        left: -40px;
        height: 45px;
        width: 45px;
        min-width: 45px;
        background-color: transparent
    }

    .categories-carousel .container-arrow-left .partners-arrow-left {
        stroke: #828282
    }

    .categories-carousel .container-arrow-left:hover {
        background-color: transparent
    }

    .categories-carousel .container-arrow-left:hover .partners-arrow-left {
        stroke: #f6bf46
    }
}

.categories-carousel .card__title-part:nth-child(odd) {
    min-height: 47px
}

@media (max-width: 768px) {
    .categories-carousel .card__title-part:nth-child(odd) {
        display: block
    }
}

.categories-carousel .card__title-part:nth-child(2n) {
    color: #5c6d99;
    margin-top: 10px
}

@media (max-width: 768px) {
    .categories-carousel .card__title-part:nth-child(2n) {
        display: block
    }
}

.card-wp {
    margin-bottom: 20px
}

.card {
    transition-timing-function: ease;
    transition: transform .3s, box-shadow .3s;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%
}

.card .space .btn-skelet {
    width: 100%;
    border-radius: 10px;
    color: #000 !important;
    border: 1px solid #828282;
    white-space: nowrap;
    margin-top: 25px
}

.card .space .btn-skelet:hover {
    border: 1px solid #e4a71f
}

@media (min-width: 768px) {
    .card {
        display: block
    }
}

.card:before {
    content: "";
    opacity: 0;
    bottom: 0;
    left: 6.5%;
    display: block;
    position: absolute;
    transition: opacity .3s ease-out;
    width: 87%;
    max-width: 87%;
    height: 53px;
    background-color: transparent;
    z-index: -1;
    box-shadow: 0 4px 34px rgba(0, 0, 0, .25)
}

@media (min-width: 576px) {
    .card:active, .card:hover {
        transform: translateY(-10px)
    }

    .card:active:before, .card:hover:before {
        opacity: 1
    }
}

.card__img-wp {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    height: 137px
}

@media (min-width: 1366.02px) {
    .card__img-wp {
        height: 200px
    }
}

.card__img-wp .card__img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    position: relative
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .card__img-wp .card__img {
        width: 143%
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .card__img-wp .card__img {
        max-width: 100%
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .card__img-wp .card__img {
        height: 100%
    }
}

@media (min-width: 400px) and (max-width: 575.98px) {
    .card__img-wp .card__img {
        height: 190px !important
    }
}

@media (max-width: 399.98px) {
    .card__img-wp .card__img {
        height: 106%
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .card__img-wp .card-map__img {
        width: 112%
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .card__img-wp .card-map__img {
        max-width: 100%
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .card__img-wp .card-map__img {
        height: 100%
    }
}

@media (min-width: 400px) and (max-width: 575.98px) {
    .card__img-wp .card-map__img {
        height: 130%
    }
}

@media (max-width: 399.98px) {
    .card__img-wp .card-map__img {
        height: 106%
    }
}

@media (max-width: 767.98px) {
    .card__img-wp {
        height: 190px
    }
}

@media not all and (min-resolution: 0.001dpcm) and (max-width: 767.98px) and (min-width: 576px) {
    @supports (-webkit-appearance:none) {
        @media (max-width: 767.98px) and (min-width: 576px) {
            .card__img-wp .card__img {
                height: 100%;
                min-width: auto;
                max-width: 125%;
                width: 125%;
                position: relative
            }
        }
    }
}

@media not all and (min-resolution: 0.001dpcm) and (max-width: 575.98px) and (min-width: 400px) {
    @supports (-webkit-appearance:none) {
        @media (max-width: 575.98px) and (min-width: 500.98px) {
            .card__img-wp .card__img {
                height: 140%;
                min-width: auto;
                max-width: 100%;
                width: 100%;
                position: relative
            }
        }
    }
}

@media not all and (min-resolution: 0.001dpcm) and (max-width: 575.98px) and (min-width: 400px) {
    @supports (-webkit-appearance:none) {
        @media (max-width: 500px) and (min-width: 400px) {
            .card__img-wp .card__img {
                height: 130%;
                min-width: auto;
                max-width: 120%;
                width: 120%;
                position: relative
            }
        }
    }
}

@media not all and (min-resolution: 0.001dpcm) and (max-width: 399.98px) {
    @supports (-webkit-appearance:none) {
        @media (max-width: 399.98px) {
            .card__img-wp .card__img {
                height: 106%;
                min-width: auto;
                max-width: 120%;
                width: 120%;
                position: relative
            }
        }
    }
}

@media not all and (min-resolution: 0.001dpcm) and (max-width: 399.98px) {
    @supports (-webkit-appearance:none) {
        @media (max-width: 350px) {
            .card__img-wp .card__img {
                height: 106%;
                min-width: auto;
                max-width: 140%;
                width: 140%;
                position: relative
            }
        }
    }
}

.card__content {
    padding: 30px 24px;
    border: 1px solid #f2f2f2;
    border-radius: 0 0 10px 10px;
    background-color: #fff;
    height: calc(100% - 137px)
}

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

@media (min-width: 1024px) and (max-width: 1366px) {
    .card__content {
        padding: 20px
    }
}

@media (min-width: 1366.02px) {
    .card__content {
        height: calc(100% - 200px)
    }

    .card__content.space {
        height: calc(100% - 170px)
    }
}

.card__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.1875em;
    max-width: 362px;
    margin-bottom: 30px;
    color: #0f1112;
    margin-top: 0;
    margin-bottom: 1.33333em
}

@media (min-width: 576px) {
    .card__title {
        font-weight: 500;
        font-size: 18px;
        line-height: 1.38889em;
        margin-bottom: 1.11111em
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .card__title {
        font-size: 16px
    }
}

@media (min-width: 1366.02px) {
    .card__title {
        margin-bottom: 1.27778em;
        font-size: 18px
    }
}

@media (min-width: 768px) {
    .card__title-part {
        display: block
    }
}

.card__text-wp {
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.375em
}

.card__text {
    color: #828282;
    font-size: 14px;
    margin-bottom: 0
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .card__text {
        font-size: 16px
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .card__text {
        font-size: 14px
    }
}

@media (min-width: 1366.02px) {
    .card__text {
        font-size: 16px
    }
}

.services {
    padding-top: 8px
}

.services__list {
    margin-top: 10px
}

.services__item {
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .services__item {
        margin-bottom: 40px
    }
}

.service {
    background-color: #fff;
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
    border-radius: 10px;
    display: block;
    padding: 30px 24px 28px;
    height: 100%
}

@media (min-width: 576px) {
    .service:hover .service__svg {
        fill: #fbbf27
    }
}

.service_card {
    display: block
}

.service__round {
    transition: opacity .3s ease-out
}

.service__svg {
    height: 100%;
    max-height: 100%;
    width: 100%;
    max-width: 100%;
    fill: #fff;
    transition: fill .4s ease
}

.service__icon-wp {
    position: relative;
    height: 78px;
    width: 78px;
    margin-bottom: 30px
}

.service__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.1875em;
    max-width: 362px;
    margin-bottom: 30px;
    margin-top: 0;
    margin-bottom: 24px
}

@media (min-width: 576px) {
    .service__title {
        font-weight: 500;
        font-size: 18px;
        line-height: 1.38889em
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .service__title {
        font-size: 16px
    }
}

.service__text-wp {
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.375em
}

.service__text {
    font-size: 14px;
    color: #828282
}

@media (max-width: 1366px) {
    .service__text {
        margin-bottom: 0
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .service__text {
        font-size: 16px
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .service__text {
        font-size: 14px
    }
}

@media (min-width: 1366.02px) {
    .service__text {
        font-size: 16px
    }
}

.service__btn {
    margin-top: 28px;
    text-align: center;
    width: 100%
}

@media (min-width: 576px) {
    .service__btn {
        width: auto
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .service__btn {
        font-size: 16px
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .service__btn {
        font-size: 14px
    }
}

.service__btn:active, .service__btn:hover {
    color: #5c6d99
}

@media (min-width: 768px) {
    .service-card_big {
        display: flex;
        justify-content: space-between;
        align-items: center
    }
}

@media (min-width: 1024px) {
    .service-card_big {
        padding-right: 57px
    }
}

@media (min-width: 768px) {
    .service__content_big {
        order: -1
    }
}

@media (min-width: 768px) {
    .service__icon-wp_big {
        margin-bottom: 0;
        height: 100px;
        width: 124px
    }
}

@media (min-width: 768px) {
    .service__text-wp_big {
        max-width: 360px;
        margin-right: 10px
    }
}

.content-block {
    margin-bottom: 54px
}

@media (min-width: 1024px) {
    .content-block h1, .content-block h2 {
        margin-bottom: 40px
    }
}

.content-block .main-title {
    margin-top: 50px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.16667em;
    max-width: 689px;
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .content-block .main-title {
        margin-top: 71px
    }
}

@media (min-width: 576px) {
    .content-block .main-title {
        font-size: 34px;
        line-height: 1.17647em
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .content-block .main-title {
        font-size: 30px
    }
}

@media (min-width: 1024px) {
    .content-block p {
        margin-bottom: 16px
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .content-block p {
        font-size: 14px
    }
}

.licenses {
    padding-top: 14px
}

.licenses .icon-link__icon-wp {
    height: 64px;
    width: 54px
}

.licenses .icon-license {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%
}

.licenses .icon-link {
    min-height: 64px
}

@media (max-width: 575.98px) {
    .licenses .icon-link .icon-link__icon-wp {
        margin-bottom: 10px
    }
}

.licenses__content {
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 30px 20px 0
}

@media (min-width: 400px) {
    .licenses__content {
        padding: 50px 45px 29px
    }
}

.licenses__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.16667em;
    max-width: 689px;
    margin-bottom: 30px;
    margin-top: 0
}

@media (min-width: 576px) {
    .licenses__title {
        font-size: 34px;
        line-height: 1.17647em
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .licenses__title {
        font-size: 30px
    }
}

.licenses__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 46px;
    margin-bottom: 0
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .licenses__list {
        flex-wrap: nowrap
    }
}

.licenses__item {
    max-width: 100%;
    margin-bottom: 30px;
    width: 100%
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .licenses__item .icon-link__text {
        font-size: 16px
    }
}

@media (min-width: 1024px) {
    .licenses__item {
        margin-right: 40px
    }

    .licenses__item:last-of-type {
        margin-right: 0
    }

    .licenses__item:first-of-type {
        width: 287px
    }

    .licenses__item:nth-of-type(2) {
        width: 294px
    }

    .licenses__item:nth-of-type(3) {
        width: 352px
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .licenses__item {
        margin-right: 20px
    }

    .licenses__item .icon-link__text {
        font-size: 14px
    }

    .licenses__item:nth-of-type(n) {
        width: 33.3%
    }
}

.licensesEducation {
    background-color: transparent;
    border: none;
    padding: 50px 0 45px
}

.licensesEducation .licenses__list .licenses__item {
    background-color: #fff;
    max-width: 300px;
    width: 100%;
    height: 246px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px
}

@media screen and (max-width: 650px) {
    .licensesEducation .licenses__list .licenses__item {
        max-width: none;
        height: 540px
    }
}

.licensesEducation .licenses__list .licenses__item .icon-link {
    width: 100%;
    height: 100%;
    padding: 0
}

.licensesEducation .licenses__list .licenses__item .icon-link .icon-link__icon-wp {
    width: 100%;
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.licensesEducation .licenses__title {
    width: 100%;
    max-width: 800px
}

.licensesEducation .licenses__list {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0
}

@media screen and (min-width: 650px) {
    .licensesEducation .licenses__list {
        justify-content: space-between
    }
}

@media screen and (min-width: 1366px) {
    .licensesEducation .licenses__list {
        flex-wrap: nowrap
    }
}

.license-img {
    width: 100px
}

@media screen and (max-width: 650px) {
    .license-img {
        width: 350px
    }
}

.licenses-slider {
    padding-top: 108px
}

@media (min-width: 576px) {
    .licenses-slider {
        padding-top: 110px
    }
}

@media (min-width: 1024px) {
    .licenses-slider {
        padding-top: 60px
    }
}

.licenses-slider__list {
    margin: 0 auto
}

@media (min-width: 1024px) {
    .licenses-slider__list {
        width: 640px
    }

    .licenses-slider__list .slick-slide {
        margin-left: auto;
        margin-right: auto;
        display: -webkit-flex;
        -webkit-justify-content: center;
        display: flex;
        justify-content: center
    }

    .licenses-slider__list .slick-slide + div {
        flex: 1
    }
}

.licenses-slider__img {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 100%;
    flex-shrink: 0;
    display: block
}

.licenses-slider__slide {
    pointer-events: auto;
    width: 80vw
}

@media (min-width: 576px) {
    .licenses-slider__slide {
        width: 568px
    }
}

@media (min-width: 1024px) {
    .licenses-slider__slide {
        width: 586px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 1366.02px) {
    .licenses-slider__slide {
        width: 640px
    }
}

.licenses-slider__item {
    padding-left: 5px;
    padding-right: 5px
}

@media (min-width: 576px) {
    .licenses-slider__item {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width: 1024px) {
    .licenses-slider__item {
        padding-left: 0;
        padding-right: 0
    }
}

.licenses-slider__arrows {
    display: none;
    margin-bottom: 0;
    margin-top: 60px
}

@media (min-width: 1024px) {
    .licenses-slider__arrows {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 820px;
        height: 100%
    }
}

@media (min-width: 1366.02px) {
    .licenses-slider__arrows {
        max-width: 874px
    }
}

.licenses-slider__arrows button {
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    pointer-events: none
}

.licenses-slider__arrows button:after, .licenses-slider__arrows button:before {
    background-color: #fff;
    height: 21px;
    width: 4px;
    border-radius: 0
}

.licenses-slider__arrows li {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 54px;
    padding-right: 54px;
    pointer-events: auto;
    cursor: pointer
}

.licenses-slider__arrows li:active button:after, .licenses-slider__arrows li:active button:before {
    background-color: #f6bf46
}

@media (min-width: 576px) {
    .licenses-slider__arrows li:hover button:after, .licenses-slider__arrows li:hover button:before {
        background-color: #f6bf46
    }
}

.promo-wp {
    max-width: 100%;
    margin-bottom: 24px
}

@media (min-width: 768px) {
    .promo-wp {
        height: calc(100% - 24px)
    }
}

.promo {
    background-color: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 1.375em;
    width: 100%;
    max-width: 100%;
    height: 100%
}

.promo td, .promo th {
    display: block;
    padding: 0
}

@media (min-width: 576px) {
    .promo {
        font-size: 16px
    }
}

.promo:not(.promo-logo) {
    padding: 25px 21px 27px
}

.promo.promo-logo {
    padding: 10px 21px 27px
}

@media (min-width: 768px) {
    .promo .promo__body {
        flex-grow: 1
    }
}

@media (min-width: 768px) {
    .promo .promo__footer {
        flex-grow: 0
    }
}

.promo__header {
    display: block;
    border-bottom: 1px solid #e0e0e0
}

.promo__header th {
    font-weight: 400
}

.promo__header th:first-child {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.38889em
}

@media (min-width: 576px) {
    .promo__header th:first-child {
        font-size: 18px
    }
}

.promo__header_text {
    padding-bottom: 28px
}

.promo__header_text th:first-child {
    margin-bottom: 23px;
    margin-top: 4px
}

.promo__header_img th:first-child, .promo__header_svg th:first-child {
    margin-bottom: 12px
}

.promo__img-wp, .promo__svg-wp {
    width: 180px;
    height: 74px;
    display: block;
    display: flex;
    align-items: center
}

.promo__img-wp svg, .promo__svg-wp svg {
    height: 100%;
    width: 100%;
    max-height: 100%;
    max-width: 100%
}

.promo__img-wp img, .promo__svg-wp img {
    display: block;
    max-height: 100%;
    max-width: 100%
}

.promo__body {
    display: block;
    padding: 8px 0 39px
}

.promo__body td:first-child {
    color: #828282;
    margin-top: 29px;
    margin-bottom: 9px
}

.promo__footer {
    display: block;
    border-top: 1px solid #e0e0e0
}

.promo__footer td:first-child {
    margin-top: 27px
}

.promo__footer tr {
    width: 100%;
    display: block
}

.promo__footer .btn-primary {
    width: 100%
}

@media (min-width: 576px) {
    .promo__footer .btn-primary {
        width: auto
    }
}

.disclaimer-banner {
    background: linear-gradient(90deg, #9b4f5d 3.61%, #514f6f 97.36%);
    position: relative;
    display: block
}

.disclaimer-banner__bg {
    width: 100%;
    position: absolute;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none
}

@media (max-width: 767.98px) {
    .disclaimer-banner__bg {
        top: 0;
        height: 50px
    }
}

.disclaimer-banner__close {
    position: absolute;
    top: 10px;
    right: 10px
}

.disclaimer-banner__close-icon {
    width: 12px;
    height: 12px;
    stroke: #f2f2f2
}

.disclaimer-banner__inner {
    padding: 32px 0;
    text-align: center
}

@media (max-width: 767.98px) {
    .disclaimer-banner__inner {
        text-align: left;
        padding: 32px 20px;
        display: flex;
        justify-content: center;
        flex-direction: column
    }
}

.disclaimer-banner__inner a {
    font-size: 16px;
    padding-left: 33px;
    padding-right: 33px
}

.disclaimer-banner__inner .h3-title {
    max-width: 100%;
    color: #f2f2f2;
    margin: 0 0 20px
}

@media (max-width: 767.98px) {
    .disclaimer-banner__inner .h3-title {
        font-weight: 500;
        font-size: 18px;
        line-height: 140%
    }
}

.main-banner {
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
    background-image: url(/local/templates/izhtender_v2/images/bg_pattern.svg);
    background-repeat: repeat-y;
    background-position: center right 275%;
    background-size: 135% auto
}

.main-banner:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: -1
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .main-banner {
        background-position: center right 195%;
        background-size: 165% auto
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .main-banner {
        background-position: center right 145%;
        background-size: 240% auto
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .main-banner {
        background-position: center right 132%;
        background-size: 270% auto
    }
}

@media (min-width: 400px) and (max-width: 575.98px) {
    .main-banner {
        background-position: center right 120%;
        background-size: 360% auto
    }
}

@media (max-width: 399.98px) {
    .main-banner {
        background-position: center right 115%;
        background-size: 420% auto
    }
}

.main-banner .input__error {
    color: #eb5757
}

.main-banner form {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    width: 100%
}

@media (min-width: 768px) {
    .main-banner form {
        max-width: 450px
    }
}

.main-banner form .input {
    width: 100%;
    max-width: 100%;
    margin-bottom: 4px
}

@media (min-width: 576px) {
    .main-banner form .input {
        max-width: 373px
    }
}

.main-banner form .input input {
    width: 100%;
    max-width: 100%
}

.main-banner form button {
    margin-top: 18px;
    margin-bottom: 10px
}

@media (min-width: 576px) {
    .main-banner form button {
        align-self: flex-start
    }
}

.main-banner form:last-child {
    margin-bottom: 0
}

.main-banner form p {
    max-width: 100%
}

@media (min-width: 576px) {
    .main-banner form p {
        max-width: 373px
    }
}

@media (min-width: 1024px) {
    .main-banner form p {
        max-width: 100%
    }
}

.main-banner form span {
    color: #828282;
    margin-top: 0;
    margin-bottom: 0
}

.main-banner form span a {
    font-size: inherit
}

.main-banner--solid-color {
    background-image: none
}

.main-banner--solid-color:before {
    background-color: #e6e6e6
}

.main-banner__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end
}

@media (min-width: 768px) {
    .main-banner__content {
        justify-content: center
    }
}

@media (min-width: 1366.02px) {
    .main-banner__content {
        min-height: 525px;
        padding-top: 70px;
        padding-bottom: 70px
    }
}

.main-banner__content h1 {
    margin-bottom: 12px;
    max-width: 380px
}

@media (min-width: 768px) {
    .main-banner__content h1 {
        max-width: 390px
    }
}

@media (min-width: 1366.02px) {
    .main-banner__content h1 {
        margin-bottom: 9px;
        max-width: 548px
    }
}

.main-banner__content .long-h1 {
    max-width: 710px
}

.main-banner__content .time-p {
    margin: 10px 0 0 !important
}

.main-banner__content p {
    overflow: hidden !important;
    line-height: 1.78571em;
    margin-bottom: 40px
}

.main-banner__content p > a {
    color: #5c6d99;
    font-size: 1em
}

.main-banner__content p > a:active, .main-banner__content p > a:hover {
    color: #e4a71f
}

.main-banner__content b {
    font-size: 16px;
    margin-top: .25em;
    margin-bottom: 24px;
    line-height: 1.41667em;
    font-weight: 400
}

@media (min-width: 576px) {
    .main-banner__content b {
        font-size: 1.5em;
        margin-bottom: 16px
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .main-banner__content b {
        font-size: 1.125em
    }
}

@media (min-width: 1024px) {
    .main-banner__content b {
        margin-bottom: .41667em;
        margin-top: .66667em
    }
}

.main-banner__content b span {
    margin-right: .6em
}

.main-banner__content .buttons-wp {
    margin-top: 40px
}

.epc-state__banner-center p {
    margin-bottom: 0
}

.epc-state__banner-center a {
    margin-top: 40px
}

.epc-state__banner-center .banner-icon {
    display: none
}

.epc-state__banner-center .banner-icon .yellow-question__icon {
    width: 100%;
    height: 100%
}

@media (min-width: 576px) {
    .epc-state__banner-center .main-banner__content h1 {
        text-align: center;
        margin-top: 40px;
        margin-bottom: 0
    }

    .epc-state__banner-center .banner-icon {
        width: 100px;
        height: 100px
    }

    .epc-state__banner-center .main-banner__content {
        align-items: center
    }

    .epc-state__banner-center .banner-icon {
        display: block
    }
}

@media (min-width: 768px) {
    .epc-state__banner-center .main-banner__content h1 {
        text-align: center;
        max-width: 640px;
        margin-top: 40px;
        margin-bottom: 0
    }

    .epc-state__banner-center .banner-icon {
        width: 100px;
        height: 100px
    }
}

@media (min-width: 1366.02px) {
    .epc-state__banner-center .banner-icon {
        width: 120px;
        height: 120px
    }
}

.epc-state_portals__banner p {
    margin-bottom: 0
}

.epc-state_portals__banner a {
    margin-top: 40px
}

.epc-bidding__banner p {
    max-width: 350px
}

@media (min-width: 1366.02px) {
    .epc-bidding__banner p {
        max-width: 509px
    }
}

.epc-bidding__banner a {
    margin-top: 0
}

.detail-services__main-banner {
    background-color: #fff
}

@media (max-width: 767.98px) {
    .detail-services__main-banner p {
        max-width: 442px
    }
}

@media (min-width: 1024px) {
    .detail-services__main-banner {
        margin-bottom: 60px
    }

    .detail-services__main-banner p {
        max-width: 370px
    }
}

@media (min-width: 1366.02px) {
    .detail-services__main-banner {
        margin-bottom: 70px
    }

    .detail-services__main-banner p {
        max-width: 460px
    }

    .detail-services__main-banner .main-banner__content {
        padding-bottom: 60px;
        padding-top: 60px
    }
}

@media (min-width: 1024px) {
    .tech-support__main-banner a {
        margin-bottom: 40px !important
    }
}

.tech-support__main-banner p {
    margin-bottom: 10px
}

.epc-reporting__banner p {
    max-width: 350px
}

@media (min-width: 1366.02px) {
    .epc-reporting__banner p {
        max-width: 450px
    }
}

.epc-reporting__banner a {
    margin-top: 0
}

.epc-detail__main-banner p {
    max-width: 400px;
    width: 100%;
    margin-top: 0
}

@media (min-width: 1366.02px) {
    .epc-detail__main-banner p {
        max-width: 548px
    }
}

.epc-detail__main-banner b {
    margin-bottom: 26px;
    margin-bottom: 1.08333em
}

@media (min-width: 1366.02px) {
    .epc-detail__main-banner .main-banner__content {
        padding-bottom: 66px
    }
}

.bid-support__main-banner .btn-primary {
    margin-bottom: 55px
}

.bid-support__main-banner + .about-center .row {
    margin-bottom: 50px
}

.bid-support__main-banner + .about-center .row h2 {
    margin-bottom: 0
}

.bid-support__main-banner + .about-center .row + .row {
    margin-bottom: 70px
}

.bid-support__main-banner + .about-center .row + .row p {
    margin-bottom: 0;
    margin-top: 40px
}

.bid-support__main-banner + .about-center .info-block__title {
    color: #000
}

.bid-support__main-banner + .partners-carousel h2 {
    margin-top: 0
}

@media (max-width: 1366px) {
    .bid-support__main-banner + .about-center .row {
        margin-bottom: 40px
    }

    .bid-support__main-banner + .about-center .row + .row {
        margin-bottom: 60px
    }
}

@media (max-width: 1023.98px) {
    .bid-support__main-banner + .about-center .row {
        margin-bottom: 30px
    }
}

@media (max-width: 1023.98px) {
    .bid-support__main-banner {
        margin-bottom: 50px
    }

    .bid-support__main-banner + .about-center .row h2 {
        margin-bottom: 0
    }

    .bid-support__main-banner + .about-center .row + .row {
        margin-bottom: 50px
    }

    .bid-support__main-banner + .about-center .row + .row p {
        margin-bottom: 0;
        margin-top: 30px
    }
}

.bid-support__main-banner .main-banner__content h1 {
    max-width: 280px
}

@media (min-width: 768px) {
    .bid-support__main-banner .main-banner__content h1 {
        max-width: 280px
    }
}

@media (min-width: 1366.02px) {
    .bid-support__main-banner .main-banner__content h1 {
        max-width: 485px
    }
}

.advantages-order-up {
    transition-timing-function: ease;
    transition: transform .3s, box-shadow .3s;
    position: relative
}

@media (min-width: 1024px) {
    .advantages-order-up:focus, .advantages-order-up:hover {
        transform: translateY(-10px);
        box-shadow: 0 25px 34px -22px rgba(0, 0, 0, .25)
    }
}

.main-banner__buttons-wp {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 24px
}

@media (min-width: 576px) {
    .main-banner__buttons-wp {
        width: auto
    }
}

.main-banner__buttons-wp > a, .main-banner__buttons-wp > button {
    margin-bottom: 16px;
    width: 100%
}

@media (min-width: 576px) {
    .main-banner__buttons-wp > a, .main-banner__buttons-wp > button {
        width: auto
    }
}

@media (min-width: 1024px) {
    .main-banner__buttons-wp > a, .main-banner__buttons-wp > button {
        margin-right: 20px
    }
}

@media (min-width: 1024px) {
    .main-banner__buttons-wp {
        margin-top: 30px;
        flex-direction: row;
        flex-wrap: wrap
    }
}

.become-partner__main-banner .main-block__content {
    justify-content: center
}

.become-partner__main-banner .main-block__content h1 {
    max-width: 280px
}

@media (min-width: 1366.02px) {
    .become-partner__main-banner .main-block__content h1 {
        margin-top: 30px
    }
}

.main-banner--spoiler .main-block__content {
    justify-content: center
}

@media (min-width: 1366.02px) {
    .main-banner--spoiler .main-block__content {
        padding-top: 65px;
        height: auto
    }
}

.main-banner--spoiler .main-block__content p {
    max-height: 140px !important
}

@media (min-width: 1366.02px) {
    .detail-services__main-banner p {
        max-width: 548px
    }
}

@media (max-width: 767.98px) {
    .main-banner__buttons-wp {
        order: 99;
        margin-top: 40px
    }
}

.main-banner__video-wp {
    margin-top: 24px;
    max-width: 100%;
    border: 0 none;
    position: relative;
    width: 100%;
    height: calc(((100vw - 40px) * .56284153));
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 15px 25px rgba(0, 0, 0, .1);
    background-image: url(/local/templates/izhtender_v2/images/video-poster.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0
}

@media (min-width: 400px) {
    .main-banner__video-wp {
        height: calc(((100vw - 32px) * .56284153))
    }
}

@media (min-width: 576px) {
    .main-banner__video-wp {
        width: 380px;
        height: 214px
    }
}

@media (min-width: 768px) {
    .main-banner__video-wp {
        position: absolute;
        right: 0;
        top: 17.8%;
        width: 380px;
        height: 214px;
        margin-top: 0
    }
}

@media (min-width: 1366.02px) {
    .main-banner__video-wp {
        width: 549px;
        height: 309px
    }
}

.main-banner__video {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    border: 0 none;
    display: block;
    margin: 0
}

@media (min-width: 1366.02px) {
    .detail-services__main-banner .main-block__content h1, .epc-detail__main-banner .main-block__content h1 {
        font-size: 40px
    }
}

p > span.clampify-end {
    display: inline-block
}

.banner-img {
    position: absolute
}

@media (max-width: 767.98px) {
    .banner-img {
        display: none
    }
}

.banner-img img {
    max-height: 100%
}

.flash-card {
    right: -6%;
    width: 54%;
    top: 87px
}

@media (max-width: 1366px) {
    .flash-card {
        right: 4%;
        width: 46%;
        top: 50px
    }
}

@media (max-width: 1023.98px) {
    .flash-card {
        right: -3%;
        width: 54%;
        top: 81px
    }
}

.epc-detail-img {
    right: -8%;
    width: 54%;
    bottom: 0
}

@media (max-width: 1366px) {
    .epc-detail-img {
        right: -2%;
        width: 48%
    }
}

@media (max-width: 1023.98px) {
    .epc-detail-img {
        right: -5%;
        width: 50%
    }
}

.offer-gavel-banner {
    top: 8%;
    right: -2%
}

@media (max-width: 1366px) {
    .offer-gavel-banner {
        top: 9%;
        right: 8%;
        width: 47%
    }
}

@media (max-width: 1023.98px) {
    .offer-gavel-banner {
        top: 16%;
        right: 5%;
        width: 49%
    }
}

.detail-services-banner {
    right: -4%
}

@media (max-width: 1366px) {
    .detail-services-banner {
        width: 49%;
        right: -2%
    }
}

@media (max-width: 1023.98px) {
    .detail-services-banner {
        right: -3%
    }
}

.face-banner {
    bottom: 0;
    right: 0
}

@media (max-width: 1366px) {
    .face-banner {
        right: 0;
        height: 100%
    }
}

@media (max-width: 1023.98px) {
    .face-banner {
        height: 100%;
        right: -18%
    }
}

@media (min-width: 768px) {
    .face-banner {
        display: flex;
        align-items: flex-end
    }
}

.face-banner2 {
    bottom: 0;
    right: -3%
}

@media (max-width: 1366px) {
    .face-banner2 {
        right: 0;
        width: 47%
    }
}

@media (max-width: 1023.98px) {
    .face-banner2 {
        width: 65%;
        right: -8%
    }
}

.face-banner3 {
    bottom: 0;
    right: -5%
}

@media (max-width: 1366px) {
    .face-banner3 {
        right: 0;
        width: 47%
    }
}

@media (max-width: 1023.98px) {
    .face-banner3 {
        width: 65%;
        right: -8%
    }
}

.face-banner4 {
    bottom: 0;
    right: -5%
}

@media (max-width: 1366px) {
    .face-banner4 {
        right: 0;
        width: 47%
    }
}

@media (max-width: 1023.98px) {
    .face-banner4 {
        width: 69%;
        right: -12%
    }
}

.face-banner5 {
    bottom: 0;
    right: -3%
}

@media (max-width: 1366px) {
    .face-banner5 {
        right: -4%;
        height: 100%
    }
}

@media (max-width: 1023.98px) {
    .face-banner5 {
        height: 94%;
        right: -19%
    }
}

@media (min-width: 768px) {
    .face-banner5 {
        display: flex;
        align-items: flex-end
    }
}

.face-banner6 {
    bottom: 0;
    right: -5%
}

@media (max-width: 1366px) {
    .face-banner6 {
        right: -4%;
        width: 54%
    }
}

@media (max-width: 1023.98px) {
    .face-banner6 {
        width: 72%;
        right: -15%
    }
}

.face-banner7 {
    bottom: 0;
    right: -4%
}

.banner-site {
    bottom: 0;
    right: -8%
}

@media (max-width: 1366px) {
    .banner-site {
        right: -8%;
        height: 100%
    }
}

@media (max-width: 1023.98px) {
    .banner-site {
        display: none
    }
}

.banner-book {
    bottom: 0;
    right: -8%
}

@media (max-width: 1366px) {
    .banner-book {
        right: -6%;
        width: 58%
    }
}

@media (max-width: 1023.98px) {
    .banner-book {
        width: 70%;
        right: -8%
    }
}

.support-fz {
    bottom: 0;
    right: -8%
}

@media (max-width: 1366px) {
    .support-fz {
        right: -8%;
        bottom: 3%;
        height: 100%
    }
}

@media (max-width: 1023.98px) {
    .support-fz {
        display: none
    }
}

.licenses-img {
    bottom: 0;
    right: -8%
}

@media (max-width: 1366px) {
    .licenses-img {
        right: -4%;
        width: 50%
    }
}

@media (max-width: 1023.98px) {
    .licenses-img {
        display: none
    }
}

.licenses-bg-img {
    display: none
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .licenses-bg-img {
        right: -10%;
        width: 58%;
        display: block
    }
}

.educational-center__main-banner + .partner-benefits {
    margin-top: 70px;
    margin-bottom: 50px
}

@media (max-width: 1366px) {
    .educational-center__main-banner + .partner-benefits {
        margin-top: 60px;
        margin-bottom: 40px
    }
}

@media (max-width: 1023.98px) {
    .educational-center__main-banner + .partner-benefits {
        margin-top: 50px;
        margin-bottom: 30px
    }
}

.educational-center__main-banner + .partner-benefits h2 {
    margin-top: 0
}

.educational-center__main-banner + .partner-benefits ul {
    margin-bottom: 0;
    margin-top: 0
}

.tender-support__banner h1 {
    margin-bottom: 24px
}

.tender-support__banner ul {
    margin-top: 6px;
    margin-bottom: 40px
}

.tender-support__banner ul li {
    padding-left: 1.3em;
    font-size: 1em;
    position: relative;
    list-style: none;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.78571em;
    max-width: 972px
}

@media (min-width: 576px) {
    .tender-support__banner ul li {
        font-size: 16px;
        line-height: 1.8125em
    }
}

.tender-support__banner ul li:first-child {
    margin-top: 0
}

.tender-support__banner ul li:last-child {
    margin-bottom: 0
}

.tender-support__banner ul > li:before {
    content: "";
    position: absolute;
    display: inline-block;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: #f6bf46;
    left: 0;
    top: .8em
}

.certification-center__banner .main-banner__content p {
    max-width: 300px
}

@media (min-width: 768px) {
    .certification-center__banner .main-banner__content p {
        max-width: 360px
    }
}

@media (min-width: 1024px) {
    .certification-center__banner .main-banner__content p {
        max-width: 500px
    }
}

.grey-banner {
    background-color: #ededf1;
    background-image: url(/local/templates/izhtender_v2/images/bg_pattern-grey.svg);
    background-repeat: repeat-y;
    background-position: center right 250%;
    background-size: 135% auto
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .grey-banner {
        background-position: center right 180%;
        background-size: 165% auto
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .grey-banner {
        background-position: center right 135%;
        background-size: 240% auto
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .grey-banner {
        background-position: center right 132%;
        background-size: 270% auto
    }
}

@media (min-width: 400px) and (max-width: 575.98px) {
    .grey-banner {
        background-position: center right 120%;
        background-size: 360% auto
    }
}

@media (max-width: 399.98px) {
    .grey-banner {
        background-position: center right 115%;
        background-size: 420% auto
    }
}

.main-banner--wide-text p {
    max-width: 400px
}

@media (min-width: 1366.02px) {
    .main-banner--wide-text p {
        max-width: 500px
    }
}

.main-banner--wide-text .main-banner__spoiler-text {
    max-width: 400px;
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 1.78571em;
    margin-top: 1em
}

@media (min-width: 576px) {
    .main-banner--wide-text .main-banner__spoiler-text {
        font-size: 16px;
        line-height: 1.8125em
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .main-banner--wide-text .main-banner__spoiler-text {
        font-size: 14px;
        line-height: 22px
    }
}

@media (min-width: 1366.02px) {
    .main-banner--wide-text .main-banner__spoiler-text {
        max-width: 500px
    }
}

.main-banner__spoiler-text p {
    display: inline
}

.portal-monitor-img {
    max-width: 40%;
    max-height: 100%;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

@media (min-width: 768px) {
    .portal-monitor-img {
        align-items: center;
        display: flex
    }
}

@media (min-width: 1024px) {
    .portal-monitor-img {
        max-width: 46%
    }
}

@media (min-width: 1366.02px) {
    .portal-monitor-img {
        max-width: 56.5%;
        right: -2.5%
    }
}

.info-block {
    min-height: 220px;
    position: relative;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(90deg, #f6bf46 6px, #fff 0);
    padding: 30px 24px 27px 30px
}

.info-block__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.1875em;
    max-width: 362px;
    margin-bottom: 30px;
    margin-top: 0;
    display: block;
    height: 43px
}

@media (min-width: 576px) {
    .info-block__title {
        font-weight: 500;
        font-size: 18px;
        line-height: 1.38889em
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .info-block__title {
        font-size: 16px
    }
}

.info-block__text {
    margin-bottom: 0;
    color: #828282;
    line-height: 1.375em
}

.carousel-content .info-block .info-block__text:first-of-type{
    margin-top: 0
}

.info-block__text:first-of-type {
    margin-top: 1.5em
}

.info-block__text:last-of-type small {
    margin-bottom: 0
}

.info-block__text small {
    margin-bottom: 16px
}

.info-block__text--price {
    color: #000
}

.process {
    padding-top: 34px
}

.process__title {
    margin-top: 0
}

.process__subtitle {
    margin-top: 10px
}

@media (min-width: 1366.02px) {
    .process__subtitle {
        margin-bottom: 40px
    }
}

.process__list {
    margin-top: 0;
    margin-bottom: 0
}

@media (min-width: 1366.02px) {
    .process__list {
        display: flex;
        justify-content: flex-start
    }
}

.process__item {
    position: relative;
    margin-bottom: 16px
}

@media (max-width: 399.98px) {
    .process__item {
        padding-left: 90px;
        display: flex;
        align-items: center;
        min-height: 64px
    }
}

.process__item:after {
    content: "• • • • •";
    color: #e0e0e0;
    position: absolute;
    top: 15px;
    left: 120px;
    height: 6px;
    font-size: 27px;
    display: none
}

@media (min-width: 1366.02px) {
    .process__item:after {
        display: block
    }
}

.process__item:last-of-type:after {
    display: none
}

@media (min-width: 1366.02px) {
    .process__item {
        margin-right: 28px;
        padding-right: 0;
        flex: 0 0 18%;
        max-width: 18%
    }

    .process__item:first-of-type {
        margin-right: 4px
    }

    .process__item:last-of-type {
        margin-right: 0
    }
}

.process__number {
    width: 64px;
    height: 64px;
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(92, 109, 153, .1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4em;
    color: #5c6d99;
    margin-bottom: 24px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (max-width: 399.98px) {
    .process__number {
        position: absolute;
        left: 20px;
        top: 0;
        margin: 0;
        width: 50px;
        height: 50px;
        font-size: 16px
    }
}

@media (max-width: 399.98px) {
    .process__text {
        margin-top: 0
    }

    .process__text, .process__text > small {
        margin-bottom: 0
    }
}

.advantages-order__subtitle {
    margin-top: 14px
}

.advantages-order__list {
    margin-top: 10px
}

.advantages-order__item {
    margin-bottom: 20px
}

.advantages-order__link {
    margin-top: 23px
}

.answer-question__success {
    display: none
}

.answer-question {
    position: relative;
    overflow: hidden;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    padding-top: 40px;
    padding-bottom: 17px
}

.answer-question:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: -1
}

@media (min-width: 768px) {
    .answer-question {
        background: url(/local/templates/izhtender_v2/images/banner-pattern.svg);
        background-repeat: repeat-y;
        background-position: 100%;
        background-size: 25%;
        padding-top: 56px;
        padding-bottom: 44px;
        border-color: #e0e0e0
    }
}

@media (min-width: 1024px) {
    .answer-question {
        background-size: 250px
    }
}

@media (min-width: 1366.02px) {
    .answer-question {
        padding-top: 57px;
        padding-bottom: 41px
    }
}

@media (max-width: 767.98px) {
    .answer-question .modal__text_small {
        max-width: 100%
    }
}

.answer-question__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.16667em;
    max-width: 689px;
    margin-bottom: 30px;
    margin-top: 0
}

@media (min-width: 576px) {
    .answer-question__title {
        font-size: 34px;
        line-height: 1.17647em
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .answer-question__title {
        font-size: 30px
    }
}

@media (max-width: 575.98px) {
    .answer-question__title {
        margin-bottom: 24px
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .answer-question__title {
        font-size: 24px;
        line-height: 28px
    }
}

@media (min-width: 1366.02px) {
    .answer-question__title {
        margin-top: 14px;
        margin-bottom: 26px
    }
}

@media (min-width: 1366.02px) {
    .answer-question__header .answer-question__text:last-of-type {
        margin-bottom: 2.3em
    }
}

.answer-question__text {
    line-height: 180%
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .answer-question__text {
        font-size: 14px;
        line-height: 1.78571em
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .answer-question__form-wp .answer-question__title {
        font-size: 24px;
        line-height: 28px
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .answer-question__form-wp .answer-question__text {
        font-size: 14px;
        line-height: 1.78571em
    }
}

.answer-question__small-text {
    color: #828282;
    max-width: 100%;
    font-size: 12px;
    line-height: 1.66667em
}

.answer-question__small-text > span {
    font-size: 1em;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .answer-question__small-text {
        max-width: 380px
    }
}

@media (min-width: 1366.02px) {
    .answer-question__small-text {
        margin-top: 4px;
        margin-bottom: 0;
        font-size: 14px
    }
}

.answer-question__user-agreement {
    color: #5c6d99
}

.answer-question__form > .input, .answer-question__form > .input > .input__fluid {
    width: 100%;
    max-width: 100%
}

@media (min-width: 768px) {
    .answer-question__form {
        display: flex;
        align-items: flex-start
    }
}

@media (min-width: 768px) and (max-width: 1366px) {
    .answer-question__form {
        margin-top: 4px
    }

    .answer-question__form > .input {
        width: auto;
        font-size: 14px;
        margin-right: 20px
    }

    .answer-question__form > .input > .input__fluid {
        width: 216px;
        height: 45px;
        font-size: 14px
    }

    .answer-question__form > .input > .input__placeholder {
        margin-top: -4px
    }
}

@media (min-width: 1366.02px) {
    .answer-question__form > .input {
        max-width: 210px;
        margin-right: 20px
    }

    .answer-question__form > .input > .input__fluid {
        max-width: 210px
    }
}

.answer-question__btn {
    margin-top: 16px;
    margin-bottom: 14px;
    width: 100%
}

@media (min-width: 576px) {
    .answer-question__btn {
        width: auto
    }
}

@media (min-width: 768px) {
    .answer-question__btn {
        display: block;
        margin-top: 12px
    }
}

@media (min-width: 768px) and (max-width: 1366px) {
    .answer-question__btn {
        font-size: 14px;
        height: 45px;
        padding-top: 1em
    }
}

@media (min-width: 1366.02px) {
    .answer-question__btn {
        padding-left: 24px;
        padding-right: 24px
    }
}

@media (max-width: 767.98px) {
    .answer-question__success {
        text-align: center
    }
}

@media (min-width: 1024px) {
    .answer-question__success {
        margin-top: 13px;
        margin-bottom: 13px
    }
}

@media (min-width: 1366.02px) {
    .answer-question__success {
        margin-top: 12px;
        margin-bottom: 30px
    }
}

.answer-question__success .answer-question__title {
    max-width: 100%
}

@media (min-width: 768px) {
    .answer-question__success .answer-question__title {
        margin-top: 4px
    }
}

@media (min-width: 1366.02px) {
    .answer-question__success .answer-question__title {
        margin-top: 16px;
        margin-bottom: 24px
    }
}

@media (min-width: 768px) {
    .answer-question__success .answer-question__text {
        margin-bottom: 16px
    }
}

@media (max-width: 767.98px) {
    .answer-question__success .answer-question__text {
        max-width: 17.5em;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px
    }
}

@media (min-width: 1366.02px) {
    .answer-question__success .answer-question__text {
        margin-bottom: 13px
    }
}

.answer-question__illustration-wp {
    width: 190px;
    height: 135px;
    transform: translateX(5px);
    margin: 0 auto 50px
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .answer-question__illustration-wp {
        margin-bottom: 70px;
        width: 240px;
        height: 160px
    }
}

@media (min-width: 768px) {
    .answer-question__illustration-wp {
        margin-bottom: 0;
        transform: none;
        position: absolute;
        top: -30px;
        right: 16%
    }
}

@media (min-width: 1024px) {
    .answer-question__illustration-wp {
        width: 230px;
        height: 160px;
        top: -50px;
        right: 5%
    }
}

@media (min-width: 1366.02px) {
    .answer-question__illustration-wp {
        width: 270px;
        height: 220px;
        top: -53px
    }
}

.answer-question__illustration {
    height: 100%;
    max-height: 100%;
    width: 100%;
    max-width: 100%
}

.answer-question--rounded {
    display: none
}

.answer-question--rounded .answer-question {
    border-radius: 10px;
    border: 1px solid #f2f2f2
}

.answer-question--rounded .answer-question__success {
    display: block
}

@media (min-width: 576px) {
    .answer-question__footer {
        display: flex;
        align-items: center
    }

    .answer-question__footer .answer-question__btn {
        margin-right: 30px;
        flex-shrink: 0
    }

    .answer-question__footer .answer-question__small-text {
        margin-top: 12px;
        margin-bottom: 14px;
        max-width: 100%
    }
}

@media (min-width: 1366.02px) {
    .answer-question__footer .answer-question__btn {
        padding-left: 40px;
        padding-right: 40px
    }
}

.addresses-map {
    padding-top: 70px;
    padding-bottom: 70px
}

.addresses-map__title {
    margin-top: 0
}

.addresses-map__inner {
    height: 400px;
    overflow: hidden;
    margin-top: 9px
}

@media (min-width: 576px) {
    .addresses-map__inner {
        height: 540px
    }
}

.addresses-map__map {
    border-radius: 10px;
    background-color: #c4c4c4;
    height: 100%;
    width: 100%;
    max-height: 100%;
    max-width: 100%
}

.addresses-map__icon-title {
    margin: 6px 0 0 32px;
    font-weight: 700
}

.addresses-map__balloon-content {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 14px;
    padding: 10px;
    line-height: 1.78571em;
    font-style: normal;
    color: #0f1112;
    background: #fff;
    border-radius: 8px
}

.addresses-map__balloon-content b {
    font-weight: 700;
    display: block;
    margin-bottom: .4em
}

.addresses-map__balloon-content a {
    display: block;
    color: #0f1112
}

.addresses-map__balloon-content a:active {
    color: #e4a71f
}

@media (min-width: 576px) {
    .addresses-map__balloon-content a:focus, .addresses-map__balloon-content a:hover {
        color: #e4a71f
    }
}

.addresses-map__balloon-content span {
    display: block
}

.addresses-map__balloon-content .addresses-map__select-city {
    color: #5c6d99;
    margin-top: 10px
}

.addresses-map__balloon-content .addresses-map__select-city:active {
    color: #e4a71f
}

@media (min-width: 576px) {
    .addresses-map__balloon-content .addresses-map__select-city:focus, .addresses-map__balloon-content .addresses-map__select-city:hover {
        color: #e4a71f
    }
}

[class*=-balloon] {
    border-radius: 8px;
    box-shadow: none !important
}

[class*=-balloon__tail] {
    background: hsla(0, 0%, 100%, 0) !important
}

.links-block {
    padding-top: 16px;
    padding-bottom: 10px
}

@media (min-width: 768px) {
    .links-block {
        padding-top: 13px
    }
}

.links-block-content h2 {
    margin-top: 10px;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .links-block-content ul {
        margin-bottom: 60px
    }
}

.links-block-content ul li:first-of-type {
    margin-top: 0
}

.links-block-content ul li:before {
    top: .8em;
    left: .1em
}

@media (min-width: 576px) {
    .links-block__list {
        column-count: 2;
        column-gap: 30px
    }
}

@media (min-width: 768px) {
    .links-block__list {
        column-gap: 20px
    }
}

@media (min-width: 1024px) {
    .links-block__list {
        column-gap: 40px
    }
}

@media (min-width: 1024px) {
    .links-block__list.two {
        column-width: 260px;
        max-width: 660px
    }

    .links-block__list.two .links-block__item {
        max-width: 260px
    }
}

@media (min-width: 1024px) {
    .links-block__list.three {
        column-count: 3;
        column-width: 300px;
        max-width: 990px
    }

    .links-block__list.three .links-block__item {
        max-width: 300px
    }
}

@media (min-width: 768px) {
    .links-block__list.four {
        column-count: 3
    }
}

@media (min-width: 1024px) {
    .links-block__list.four {
        column-count: 4;
        column-width: 190px;
        max-width: 890px
    }
}

.links-block__item {
    break-inside: avoid
}

.links-block__item:first-of-type {
    margin-top: 0
}

.links-block__link {
    color: #5c6d99
}

@media (min-width: 1024px) {
    .epc-detail__links-block {
        padding-top: 32px
    }
}

.tech-support__links-block {
    padding-top: 0;
    margin-top: 60px
}

@media (min-width: 1024px) {
    .epc-state_portals__links-block {
        margin-top: 76px
    }
}

.tech-support__links-block .links-block__item, .tech-support__links-block .links-block__list {
    max-width: none
}

.links-block__text {
    color: #828282
}

.page-switch {
    height: 35px;
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 50px
}

@media (min-width: 1024px) {
    .page-switch {
        margin-top: 70px;
        margin-bottom: 70px
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .page-switch__inner {
        max-width: 100%
    }
}

.page-switch__list {
    margin-top: 0;
    margin-bottom: 0;
    overflow-x: auto;
    overflow-y: hidden;
    height: 55px;
    max-height: 55px;
    display: flex;
    align-items: flex-start
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .page-switch__list {
        padding-left: calc((100vw - 707px) / 2 + 10px)
    }
}

.page-switch__item:last-of-type > .page-switch__link {
    margin-right: 0
}

@media (max-width: 1023.98px) {
    .page-switch__item:last-of-type > .page-switch__link {
        margin-right: 16px
    }
}

.page-switch__link {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.1875em;
    max-width: 362px;
    margin-bottom: 30px;
    margin-top: 0;
    margin-bottom: 0;
    white-space: nowrap;
    display: block;
    margin-right: 30px;
    font-weight: 500;
    position: relative
}

@media (min-width: 576px) {
    .page-switch__link {
        font-weight: 500;
        font-size: 18px;
        line-height: 1.38889em
    }
}

.page-switch__link:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #f6bf46;
    bottom: -10px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease-out
}

.page-switch__link.active {
    color: #000
}

.page-switch__link.active:after {
    opacity: 1
}

.offer-wp {
    margin-bottom: 30px
}

@media (min-width: 576px) {
    .offer-wp {
        margin-bottom: 32px
    }
}

.offer {
    background-color: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    padding: 30px 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
}

@media (min-width: 1024px) {
    .offer {
        padding: 30px 30px 30px 24px
    }
}

@media (min-width: 1366.02px) {
    .offer {
        padding-right: 78px
    }
}

.offer__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.1875em;
    max-width: 362px;
    margin-bottom: 30px;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 100%
}

@media (min-width: 576px) {
    .offer__title {
        font-weight: 500;
        font-size: 18px;
        line-height: 1.38889em
    }
}

.offer__title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%
}

.offer__title-wrap .offer__time {
    white-space: nowrap;
    font-weight: 400;
    line-height: 10px;
    background: #fff;
    border: 1px solid #828282;
    border-radius: 10px;
    padding: 11px 13px;
    margin-left: 10px
}

@media (max-width: 767.98px) {
    .offer__title {
        line-height: 1.375em
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .offer__title {
        font-size: 16px
    }
}

@media (min-width: 1366.02px) {
    .offer__title {
        overflow: visible !important
    }
}

.offer__price {
    margin-bottom: 0;
    line-height: 1.375em;
    margin-top: 16px
}

@media (max-width: 767.98px) {
    .offer__price {
        color: #5c6d99;
        font-weight: 500;
        font-size: 16px;
        margin-top: 13px
    }
}

@media (min-width: 768px) {
    .offer__price {
        margin-top: 10px
    }
}

.offer__price > span {
    margin: 0;
    display: inline-block;
    font-size: 1em;
    padding-right: 30px;
    color: #5c6d99;
    font-weight: 500
}

.offer__text {
    margin-top: 24px;
    margin-bottom: 28px
}

@media (max-width: 767.98px) {
    .offer__text {
        margin-bottom: 33px
    }

    .offer__text, .offer__text > small {
        line-height: 20px
    }
}

@media (min-width: 768px) {
    .offer__text {
        margin-top: 20px
    }
}

.offer__small-text {
    font-size: 14px;
    color: #828282;
    margin-bottom: 0;
    line-height: 1.42857em;
    max-width: 538px
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .offer__small-text {
        font-size: 16px
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .offer__small-text {
        font-size: 14px
    }
}

@media (min-width: 1366.02px) {
    .offer__small-text {
        font-size: 16px
    }
}

.offer__link {
    margin-top: auto;
    margin-bottom: 0;
    text-align: center;
    width: 100%
}

@media (min-width: 576px) {
    .offer__link {
        width: auto
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .offer__link {
        font-size: 14px
    }
}

@media (min-width: 1024px) {
    .spoiler-card {
        padding: 30px 30px 30px 24px;
        height: 320px
    }
}

@media (min-width: 1366.02px) {
    .spoiler-card {
        height: 346px
    }
}

.spoiler-card .offer__title {
    overflow: hidden !important;
    max-height: 47px !important;
    min-height: 47px !important
}

.spoiler-card .offer__text {
    max-width: 100%
}

.spoiler-card .offer__small-text {
    overflow: hidden !important;
    max-height: 140px !important
}

@media (min-width: 576px) {
    .spoiler-card .offer__small-text {
        max-height: 60px !important
    }
}

@media (min-width: 768px) {
    .spoiler-card .offer__small-text {
        max-height: 66px !important
    }
}

@media (min-width: 1024px) {
    .spoiler-card .offer__small-text {
        max-height: 57px !important
    }
}

@media (min-width: 1366.02px) {
    .spoiler-card .offer__small-text {
        max-height: 66px !important
    }
}

@media (min-width: 1024px) {
    .offers {
        padding-top: 27px
    }
}

.offer-img__image-wp {
    background-color: #ededf1;
    border-radius: 10px 10px 0 0;
    height: 200px;
    overflow: hidden;
    display: block;
    position: relative
}

.offer-img__image-wp img {
    position: absolute;
    bottom: 0;
    left: 50%;
    max-height: 95%;
    transform: translateX(-50%)
}

@media (min-width: 576px) {
    .offer-img__image-wp img {
        max-height: none
    }
}

.offer-img__image-wp.eagle img {
    bottom: -40px
}

@media (min-width: 576px) {
    .offer-img__image-wp.eagle img {
        bottom: -78px
    }
}

.offer-img__image-wp.gavel img {
    bottom: -40px;
    transform: translateX(-62%)
}

.offer-img__image-wp.notebook-img img {
    bottom: 0
}

@media (max-width: 767.98px) {
    .offer-img__image-wp.notebook-img img {
        max-width: 150%
    }
}

.offer-img__image-wp.site-img img {
    bottom: 0
}

@media (max-width: 767.98px) {
    .offer-img__image-wp.site-img img {
        max-width: 130%
    }
}

.offer-img__content {
    border-radius: 0 0 10px 10px;
    height: calc(100% - 200px)
}

.offer-big {
    overflow: hidden;
    position: relative
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .offer-big {
        padding-right: 40%
    }
}

.offer-big p {
    max-width: 477px
}

.offer-big p:not(.offer-big__price) {
    margin-top: 16px;
    margin-bottom: 24px
}

@media (min-width: 768px) {
    .offer-big p:not(.offer-big__price) {
        margin-top: 1.5em
    }
}

.offer-big:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

@media (min-width: 1024px) {
    .offer-big {
        padding-left: 44px;
        padding-bottom: 55px;
        padding-top: 57px
    }
}

.offer-big h3 {
    margin-top: 0;
    margin-bottom: 0
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .offer-big h3 {
        font-size: 20px
    }
}

.offer-big .h4-title:not(.icon-link__title) {
    margin-top: 2.22222em;
    margin-bottom: 1.38889em
}

.offer-big ol, .offer-big ul {
    color: #828282;
    max-width: 538px
}

.offer-big ol, .offer-big ol li, .offer-big ul, .offer-big ul li {
    margin-top: 0;
    margin-bottom: 0
}

.offer-big ol li:first-of-type, .offer-big ul li:first-of-type {
    margin-top: 0
}

.offer-big ol li:last-of-type, .offer-big ul li:last-of-type {
    margin-bottom: 0
}

.offer-big__price {
    margin-top: 16px;
    margin-bottom: 24px
}

@media (min-width: 768px) {
    .offer-big__price {
        font-size: 24px;
        line-height: 1.41667em;
        margin-top: 1.08333em;
        margin-bottom: 1.25em
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .offer-big__price {
        font-size: 20px
    }
}

@media (max-width: 767.98px) {
    .offer-big__price {
        color: #5c6d99;
        font-weight: 500;
        font-size: 16px
    }
}

.offer-big a {
    margin-top: 30px
}

@media (min-width: 1024px) {
    .offer-big a {
        margin-top: 40px
    }
}

.offer-big.multisignature {
    background: url(/local/templates/izhtender_v2/images/multisignature-bg.svg) top 30% right 0 no-repeat;
    background-size: 60% auto
}

@media (min-width: 768px) {
    .offer-big.multisignature {
        background: url(/local/templates/izhtender_v2/images/multisignature-bg.svg) top 0 right 0 no-repeat;
        background-size: 55% 100%;
        background-position: top 0 right 0
    }
}

@media (min-width: 1024px) {
    .offer-big.multisignature {
        background-size: 55% 100%;
        background-position: top 0 right 0
    }
}

.offer-big.special-offer-government {
    background: url(/local/templates/izhtender_v2/images/graph-translucent-bg.svg) bottom 0 right 0 no-repeat;
    background-size: 100% auto
}

@media (min-width: 768px) {
    .offer-big.special-offer-government {
        background-size: 55% auto
    }
}

.offer-big.reports {
    background: url(/local/templates/izhtender_v2/images/offer-lines.svg) top 0 right 0 no-repeat;
    background-size: auto 101%
}

@media (min-width: 768px) {
    .offer-big.reports {
        background: url(/local/templates/izhtender_v2/images/offer-lines.svg) no-repeat;
        background-size: auto 101%;
        background-position: bottom -2px right 0
    }
}

@media (min-width: 1024px) {
    .offer-big.reports {
        background: url(/local/templates/izhtender_v2/images/offer-emblem.svg) no-repeat, url(/local/templates/izhtender_v2/images/offer-lines.svg) no-repeat;
        background-size: 200px auto, auto 101%;
        background-position: right 30% top -5px, bottom -2px right 0
    }
}

@media (min-width: 1366.02px) {
    .offer-big.reports {
        background-size: 315px 337px, 23% 100%;
        background-position: right 30% top -30px, bottom -2px right 0
    }
}

@media (min-width: 1024px) {
    .offer-big.reports h3 {
        max-width: 290px
    }
}

.offer-big.state_portals-reports {
    background: url(/local/templates/izhtender_v2/images/state_portals-reports.svg) bottom 40px right -125px no-repeat;
    background-size: auto 73%
}

@media (min-width: 768px) {
    .offer-big.state_portals-reports {
        background: url(/local/templates/izhtender_v2/images/state_portals-reports.svg) no-repeat;
        background-size: auto 64%;
        background-position: bottom 45px right 0
    }
}

@media (min-width: 1024px) {
    .offer-big.state_portals-reports {
        background: url(/local/templates/izhtender_v2/images/state_portals-reports.svg) no-repeat;
        background-size: auto 77%;
        background-position: bottom 31px right 0
    }
}

@media (min-width: 1366.02px) {
    .offer-big.state_portals-reports {
        background-size: auto 414px;
        background-position: bottom 31px right 0
    }
}

@media (min-width: 1024px) {
    .offer-big.state_portals-reports h3 {
        max-width: 360px
    }
}

.offer-big__img {
    position: absolute
}

@media (max-width: 767.98px) {
    .offer-big__img {
        display: none
    }
}

.offer-big__img.imac-bg {
    bottom: 0;
    width: 35%;
    right: 5%
}

@media (min-width: 1024px) {
    .offer-big__img.imac-bg {
        width: 35%
    }
}

@media (min-width: 1366.02px) {
    .offer-big__img.imac-bg {
        width: 40%
    }
}

.flash-cards-bg {
    right: 6%;
    top: 9%
}

@media (max-width: 1366px) {
    .flash-cards-bg {
        right: 0;
        top: 7%;
        width: 44%
    }
}

@media (max-width: 1023.98px) {
    .flash-cards-bg {
        right: 0;
        top: 23%;
        width: 40%
    }
}

.state_portals-comp {
    right: 0;
    bottom: 0;
    width: 60%
}

.offer-reports-comp-bg {
    right: 0;
    top: 25%
}

@media (max-width: 1366px) {
    .offer-reports-comp-bg {
        width: 40%
    }
}

@media (max-width: 1023.98px) {
    .offer-reports-comp-bg {
        top: 30%
    }
}

.about-service {
    padding-bottom: 30px
}

.about-service h2 {
    margin-top: 0
}

@media (min-width: 768px) {
    .about-service {
        padding-bottom: 42px
    }
}

.about-service .btn-primary {
    width: 100%
}

@media (min-width: 576px) {
    .about-service .btn-primary {
        width: auto
    }
}

.about-service__list > li:first-child {
    margin-top: 0
}

.partners-carousel {
    padding-left: 15px;
    padding-right: 15px
}

.partners-carousel h2 {
    margin-top: 0;
    margin-bottom: 0
}

.partners-carousel .carousel-content {
    display: flex;
    margin-top: 40px;
    align-items: center;
    margin-left: -16px;
    margin-right: -16px
}

@media (max-width: 1023.98px) {
    .partners-carousel .carousel-content {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px
    }
}

.partners-carousel .carousel-item {
    background: #fff;
    border: .99094px solid #f2f2f2;
    box-sizing: border-box;
    border-radius: 9.9px;
    width: 304px;
    height: 173px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex !important
}

.partners-carousel .carousel-item img {
    max-height: 85%;
    margin: auto
}

.partners-carousel .slick-slide {
    margin-right: 16px;
    margin-left: 16px
}

.partners-arrow-right {
    transform: rotate(180deg)
}

.container-arrow-right {
    height: 173px;
    min-width: 57px;
    position: absolute;
    right: -42px;
    cursor: pointer
}

@media (max-width: 600px) {
    .container-arrow-right {
        min-width: 50px;
        right: -36px
    }
}

.container-arrow-right:hover svg {
    stroke: #f6bf46
}

.container-arrow-left {
    height: 173px;
    min-width: 57px;
    position: absolute;
    left: -42px;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 20px
}

@media (max-width: 600px) {
    .container-arrow-left {
        min-width: 50px;
        left: -36px
    }
}

.container-arrow-left:hover svg {
    stroke: #f6bf46
}

.partners-arrow-left, .partners-arrow-right {
    margin-right: auto;
    height: 173px;
    right: 0;
    left: 0;
    margin-left: auto
}

.block-request-consultation {
    margin-top: 70px;
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #fff;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2
}

@media (max-width: 575.98px) {
    .block-request-consultation {
        padding-bottom: 40px;
        padding-top: 40px
    }
}

@media (max-width: 1366px) {
    .block-request-consultation {
        margin-top: 60px
    }
}

@media (max-width: 1023.98px) {
    .block-request-consultation {
        margin-top: 50px
    }
}

@media (min-width: 768px) {
    .block-request-consultation {
        background-image: url(/local/templates/izhtender_v2/images/banner-pattern.svg);
        background-repeat: repeat-y;
        background-position: 100%;
        background-size: 25%;
        border-color: #e0e0e0
    }
}

@media (min-width: 1024px) {
    .block-request-consultation {
        background-size: 250px
    }
}

.block-request-consultation .container {
    padding-left: 15px;
    padding-right: 15px
}

.consultation-top .consultation__title {
    margin-top: 0;
    max-width: none
}

.consultation-form {
    max-width: 862px;
    display: flex;
    flex-wrap: wrap
}

.consultation-form .input {
    flex: 1 0 auto;
    max-width: none;
    margin-bottom: 0
}

.consultation-form .input input {
    width: 100%
}

.consultation-form .input + .input {
    margin-left: 30px
}

.consultation-form .input__error {
    padding-top: 6px
}

.consultation-form .select-container {
    flex-basis: 100%;
    margin-top: 33px;
    position: relative
}

.consultation-form .textarea-container {
    flex-basis: 100%;
    position: relative;
    margin-bottom: 23px
}

.consultation-form .textarea-container .input__error {
    padding-top: 0
}

.consultation-form .textarea-container .input__placeholder {
    top: 10px
}

.consultation-form .input-question {
    width: 100%;
    margin-top: 16px;
    height: 137px;
    padding-left: 16px;
    padding-right: 8px;
    padding-top: 13px
}

.consultation-form .input-question.error {
    border-color: #eb5757
}

.consultation-form .input-question.error + .input__placeholder {
    color: #eb5757
}

.consultation-form .input-question.error ~ .input__error {
    display: block
}

.consultation-form .input-question.valid ~ .input__error {
    display: none
}

.consultation-form .input-question:focus + .input__placeholder, .consultation-form .input__placeholder--acrive + .input__placeholder {
    transform-origin: 0 0;
    top: 15px;
    transform: translate(-1px, -5px) scale(.88)
}

.consultation-form__select {
    width: 100%;
    padding-left: 16px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background: url(/local/templates/izhtender_v2/images/consultation-form-arrow.svg);
    background-repeat: no-repeat;
    background-size: 16px 17px;
    background-position: calc(100% - 20px)
}

.consultation-form__select + .input__placeholder {
    transform-origin: 0 0;
    transform: translate(-1px, -5px) scale(.88)
}

.consultation-form__agreement {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    color: #828282
}

.consultation-form .link-bottom {
    margin-left: 30px
}

@media (max-width: 575.98px) {
    .consultation-form .input {
        min-width: 100%
    }

    .consultation-form .input + .input {
        margin-left: 0
    }

    .consultation-form .consultation-form__submit {
        width: 100%
    }

    .consultation-form .link-bottom {
        max-width: none;
        width: 100%;
        margin-left: 0;
        margin-top: 23px
    }
}

.form-bottom {
    display: flex
}

@media (max-width: 575.98px) {
    .form-bottom {
        flex-direction: column
    }
}

.consultation-form__input {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    height: 56px;
    color: #828282
}

.consultation-form__input, .consultation-form__select, .consultation-form__textarea {
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    border-radius: 6px
}

.consultation-form__select {
    height: 56px
}

.consultation-form__submit {
    max-height: 56px
}

.consultation-form *, .consultation-form :after, .consultation-form :before {
    box-sizing: border-box
}

.consultation-form ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.consultation-form .select {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 56px
}

.consultation-form .select + .input__placeholder {
    top: -27px;
    z-index: 10
}

.consultation-form .select-wrap {
    max-width: 700px;
    width: 100%;
    margin: 20px auto
}

.consultation-form .select-wrap select {
    margin: 20px
}

.consultation-form .select__gap {
    background-color: #fff;
    cursor: pointer;
    position: relative;
    height: 100%;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    display: flex;
    align-items: center;
    padding-left: 16px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    z-index: 8
}

.consultation-form .select__gap, .consultation-form .select__list {
    width: 100%;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    border-radius: 6px
}

.consultation-form .select__list {
    background: #fff;
    background-color: #fff;
    position: absolute;
    z-index: 5;
    padding-top: 15px;
    margin-top: -10px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, .05)
}

.consultation-form .select__list.on {
    display: block
}

.consultation-form .select__item span {
    display: block;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 15px;
    cursor: pointer;
    color: #333
}

.consultation-form .select__item:nth-child(2n) {
    background-color: #f3f4f5
}

.consultation-form .select__item:hover {
    background-color: #fafafa
}

.consultation-form .select__gap:after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(/local/templates/izhtender_v2/images/consultation-form-arrow.svg);
    background-repeat: no-repeat;
    background-size: 16px 17px;
    width: 16px;
    height: 17px;
    right: 20px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    transition: all .27s ease-in-out;
    transform: rotate(0deg)
}

.consultation-form .on.select__gap:after {
    transform: rotate(180deg)
}

.bottom-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    margin: 0;
    color: #828282
}

.quote-card {
    background-color: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    margin: 36px 0;
    position: relative;
    padding: 90px 30px 50px
}

@media (min-width: 576px) {
    .quote-card {
        padding: 110px 45px 60px
    }
}

@media (min-width: 1024px) {
    .quote-card {
        padding: 50px 112px 60px;
        margin: 52px 0 40px
    }
}

@media (min-width: 1366.02px) {
    .quote-card {
        padding-right: 224px
    }
}

.quote-card__icon {
    position: absolute;
    width: 40px;
    height: 32px;
    top: 30px;
    left: 30px
}

@media (min-width: 576px) {
    .quote-card__icon {
        top: 45px;
        left: 45px
    }
}

@media (min-width: 768px) {
    .quote-card__icon {
        top: 51px
    }
}

.quote-card__title {
    margin-top: 0
}

@media (min-width: 1024px) {
    .quote-card__title {
        margin-bottom: 1.23529em
    }
}

@media (min-width: 1024px) {
    .quote-card__text {
        margin-bottom: 1em
    }
}

.quote-card__footer {
    position: relative;
    margin-top: 40px
}

@media (min-width: 400px) {
    .quote-card__footer {
        min-height: 78px;
        display: flex;
        align-items: center
    }
}

.quote-card__img-wp {
    width: 78px;
    height: 78px;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0
}

@media (min-width: 400px) {
    .quote-card__img-wp {
        margin-bottom: 0;
        margin-right: 24px
    }
}

.quote-card__img {
    flex-shrink: 0
}

.quote-card__author {
    display: block;
    font-style: normal;
    font-weight: 500
}

@media (min-width: 576px) {
    .quote-card__author {
        font-size: 1.125em
    }
}

.quote-card__author small {
    font-weight: 400;
    display: block;
    font-size: .88889em;
    color: #828282;
    max-width: 540px
}

@media (min-width: 400px) {
    .quote-card__author {
        margin-top: 0;
        padding-top: 0
    }

    .quote-card__author small {
        margin-top: 0
    }
}

.contacts {
    padding-bottom: 26px
}

@media (min-width: 576px) {
    .contacts__title {
        margin-bottom: 20px
    }
}

.contacts__item {
    margin-bottom: 30px
}

.contacts__item .icon-link {
    min-height: 60px
}

.contacts__item .icon-link__icon-wp {
    height: 60px
}

.contacts__item .icon-link__phone {
    left: -14px
}

.contacts__item .icon-link__mail {
    left: -10px
}

@media (min-width: 576px) {
    .contacts__item .icon-link__text {
        font-size: 1.125em
    }

    .contacts__item .icon-link {
        padding-left: 72px
    }
}

.checkbox {
    display: inline-block;
    display: block;
    position: relative;
    padding-left: 29px;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    line-height: 1.78571em
}

@media (min-width: 576px) {
    .checkbox {
        font-size: 16px;
        line-height: 1.8125em
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .checkbox {
        font-size: 14px;
        line-height: 22px
    }
}

.checkbox__input {
    display: none
}

.checkbox__input:checked + .checkbox__checkmark {
    background-color: #f6bf46;
    border-color: #f6bf46
}

.checkbox__input:checked + .radio__checkmark:after, .checkbox__input:checked:not(.partial) + .checkbox__checkmark > .checkbox__icon {
    opacity: 1
}

.checkbox__input:checked.partial + .checkbox__checkmark:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 7px;
    display: block;
    background-color: #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.checkbox__checkmark, .radio__checkmark {
    position: absolute;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    transition: color .3s ease-out, background-color .3s ease-out, transform .1s ease-out, border-radius .3s ease-out, border-color .3s ease-out;
    top: 45%;
    transform: translateY(-50%)
}

.checkbox__checkmark {
    border-radius: 3px
}

.checkbox__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    width: 9px;
    height: 8px
}

.radio__checkmark {
    border-radius: 50%
}

.radio__checkmark:after {
    content: "";
    display: block;
    height: 9px;
    width: 9px;
    background-color: #f6bf46;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity .3s ease-out
}

.state-platforms .checkbox-wp {
    margin-top: .3em
}

@media (min-width: 1366.02px) {
    .state-platforms .modal__text_small {
        max-width: 488px;
        margin-top: 20px
    }
}

.state-platforms__title {
    margin-bottom: 22px
}

@media (max-width: 399.98px) {
    .state-platforms__title {
        max-width: 210px
    }
}

@media (min-width: 576px) {
    .state-platforms__title {
        margin-bottom: 26px
    }
}

.modal__price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 21px
}

@media (min-width: 576px) {
    .modal__price {
        font-size: 1.14286em;
        margin-bottom: 1.45833em
    }
}

@media (min-width: 1024px) {
    .modal__price {
        font-size: 20px
    }
}

@media (min-width: 1366.02px) {
    .modal__price {
        font-size: 24px
    }
}

.modal__price > del, .modal__price > span {
    display: inline-block;
    font-size: 1em
}

.modal__price > span {
    margin: 0 20px 0 0
}

@media (max-width: 767.98px) {
    .modal__form .state-platforms__text {
        order: 0;
        margin-top: .6em;
        margin-bottom: .9em
    }

    .modal__form .state-platforms__text + .modal__input {
        margin-top: 20px
    }
}

@media (min-width: 576px) {
    .modal__form .state-platforms__text {
        margin-top: .7em;
        margin-bottom: 2em
    }
}

.modern-approach {
    margin-bottom: 0
}

.modern-approach + .best-service, .modern-approach + .offers {
    margin-top: 50px
}

@media (min-width: 1024px) {
    .modern-approach {
        margin-top: 70px;
        margin-bottom: 0
    }

    .modern-approach + .offers {
        margin-top: 20px
    }

    .modern-approach + .best-service {
        margin-top: 70px
    }
}

.modern-approach__img {
    padding-top: 72px;
    background: #ededf1;
    border-radius: 10px;
    padding: 40px 30px 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden
}

@media (max-width: 1023.98px) {
    .modern-approach__img {
        height: 200px
    }

    .modern-approach__img img {
        max-height: 100%
    }
}

@media (max-width: 1023.98px) {
    .modern-approach__img {
        border-radius: 10px;
        display: flex
    }
}

@media (max-width: 767.98px) {
    .modern-approach__img {
        margin-left: auto;
        margin-right: auto;
        padding-top: 30px
    }
}

.modern-approach__img img {
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 1023.98px) {
    .modern-approach__img img {
        margin-top: auto;
        margin-bottom: 0
    }
}

@media (max-width: 767.98px) {
    .modern-approach__img img {
        border-radius: 0
    }
}

@media (max-width: 1023.98px) {
    .certification-center__banner + .modern-approach .modern-approach__img {
        padding: 24px 30px 0
    }
}

.modern-approach .modern-approach__img.modern-approach__img--center {
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px
}

.modern-approach .modern-approach__img.modern-approach__img--center > img {
    margin-top: auto;
    margin-bottom: auto
}

.modern-approach .modern-approach__img.modern-approach__img--graph-bg {
    background-image: url(/local/templates/izhtender_v2/images/graph-thin-bg.svg);
    background-repeat: no-repeat;
    background-position: center bottom -40px;
    background-size: 90% auto
}

.modern-approach:not(.reverse) .modern-approach__text {
    margin-left: 54px
}

@media (max-width: 1366px) {
    .modern-approach:not(.reverse) .modern-approach__text {
        margin-left: 44px
    }
}

@media (max-width: 1023.98px) {
    .modern-approach:not(.reverse) .modern-approach__text {
        margin-left: 0
    }
}

.modern-approach:not(.reverse) .modern-approach__text > p:last-of-type {
    margin-bottom: 0
}

.modern-approach.reverse .modern-approach__img {
    margin-top: 50px
}

@media (min-width: 768px) {
    .modern-approach.reverse .modern-approach__img {
        margin-top: 0
    }
}

.modern-approach__text-wp {
    display: flex
}

.modern-approach__text {
    margin-top: auto;
    margin-bottom: auto
}

.modern-approach__text ul {
    margin-bottom: 0
}

.modern-approach__text h2 {
    margin-top: 0;
    margin-bottom: 40px
}

@media (max-width: 1366px) {
    .modern-approach__text h2 {
        margin-bottom: 30px
    }
}

@media (max-width: 1023.98px) {
    .modern-approach__text h2 {
        margin-top: 50px
    }
}

.modern-approach__text ul > li {
    position: relative;
    line-height: 1.8125em;
    padding-left: 1.3em;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%
}

.modern-approach__text ul > li:before {
    content: "";
    position: absolute;
    display: inline-block;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: #f6bf46;
    left: 0;
    top: .65em
}

.modern-approach__text ul li + li {
    margin-top: 15px
}

.best-service {
    margin-bottom: 70px
}

.best-service h2 {
    margin-top: 0
}

@media (max-width: 1366px) {
    .best-service {
        margin-bottom: 60px
    }
}

@media (max-width: 1023.98px) {
    .best-service {
        margin-bottom: 50px
    }
}

.best-service__text ul {
    margin-top: 30px;
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .best-service__text ul {
        margin-top: 40px;
        margin-bottom: 50px
    }
}

.best-service__text ul:last-child {
    margin-bottom: 0
}

.best-service__text ul li {
    position: relative;
    list-style: none;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.78571em;
    max-width: 972px;
    margin-bottom: 14px;
    margin-top: 14px;
    padding-left: 1.3em
}

@media (min-width: 576px) {
    .best-service__text ul li {
        font-size: 16px;
        line-height: 1.8125em
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .best-service__text ul li {
        font-size: 14px;
        line-height: 22px
    }
}

.best-service__text ul li:before {
    content: "";
    position: absolute;
    display: inline-block;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: #f6bf46;
    left: 0;
    top: .65em
}

.best-service__subtitle {
    margin-top: 14px
}

.best-service__subtitle + p {
    margin-bottom: 0
}

.best-service__list {
    margin-top: 10px
}

.best-service__item {
    margin-bottom: 20px
}

.best-service__link {
    margin-top: 23px
}

.licenses-service {
    margin-bottom: 70px
}

@media (max-width: 1366px) {
    .licenses-service {
        margin-bottom: 60px
    }
}

@media (max-width: 1023.98px) {
    .licenses-service {
        margin-bottom: 50px
    }
}

.licenses-service .icon-link__icon-wp {
    height: 64px;
    width: 54px
}

.licenses-service .icon-license {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%
}

.licenses-service .icon-link {
    min-height: 64px
}

@media (max-width: 575.98px) {
    .licenses-service .icon-link .icon-link__icon-wp {
        margin-bottom: 10px
    }
}

.contacts-support {
    padding-bottom: 0
}

@media (min-width: 576px) {
    .contacts-support__title {
        margin-bottom: 20px
    }
}

.contacts-support__list {
    flex-wrap: nowrap;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
    margin-bottom: 0
}

@media (max-width: 1023.98px) {
    .contacts-support__list {
        flex-wrap: wrap
    }
}

.contacts-support__item + .contacts-support__item {
    margin-left: 32px
}

@media (max-width: 1023.98px) {
    .contacts-support__item + .contacts-support__item {
        margin-left: 0
    }
}

@media (max-width: 767.98px) {
    .contacts-support__list {
        margin-top: 0
    }
}

@media (max-width: 1023.98px) {
    .contacts-support__list {
        padding-bottom: 0;
        margin-bottom: 0
    }

    .contacts-support {
        padding-bottom: 0
    }
}

@media (max-width: 1023.98px) {
    .tech-support__main-banner .main-banner__content p {
        max-width: 290px
    }
}

@media (max-width: 767.98px) {
    .main-banner__content .banner-text-width {
        max-width: 380px
    }
}

@media (max-width: 575.98px) {
    .main-banner__content .banner-text-width {
        max-width: 100%
    }
}

.contacts-support__item:last-child {
    margin-bottom: 0
}

.contacts-support__item {
    width: 100%;
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
    border-radius: 10px;
    display: flex;
    padding-left: 24px;
    padding-right: 24px;
    height: 120px
}

@media (max-width: 575.98px) {
    .contacts-support__item {
        flex-direction: column;
        padding-top: 15px;
        padding-bottom: 15px;
        height: auto
    }
}

.contacts-support__item .btn-skelet {
    height: 56px;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0
}

@media (max-width: 1366px) {
    .contacts-support__item .btn-skelet {
        height: 41px;
        font-size: 11px
    }
}

@media (max-width: 575.98px) {
    .contacts-support__item .btn-skelet {
        margin-right: auto;
        margin-top: 25px;
        height: 50px;
        font-size: 14px;
        width: 100%;
        padding-left: 0;
        justify-content: center;
        padding-right: 0
    }
}

.contacts-support__item .icon-link {
    min-height: 60px;
    margin-top: auto;
    margin-bottom: auto
}

.contacts-support__item .icon-link__icon-wp {
    height: 60px
}

.contacts-support__item .icon-link__phone {
    left: -14px
}

.contacts-support__item .icon-link__mail {
    left: -10px
}

@media (min-width: 576px) {
    .contacts-support__item .icon-link__text {
        font-size: 1.125em
    }

    .contacts-support__item .icon-link {
        padding-left: 72px
    }
}

.teacher-block + .contacts-support {
    margin-top: 70px;
    margin-bottom: 40px
}

.teacher-block + .contacts-support h2 {
    margin-top: 0
}

@media (max-width: 1366px) {
    .teacher-block + .contacts-support {
        margin-top: 60px;
        margin-bottom: 30px
    }
}

@media (max-width: 1023.98px) {
    .teacher-block + .contacts-support {
        margin-top: 50px;
        margin-bottom: 50px
    }
}

.instructions {
    padding-top: 0;
    margin-top: 70px
}

.instructions .icon-link__icon-wp {
    height: 64px;
    width: 54px
}

.instructions .icon-license {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%
}

.instructions .icon-link {
    min-height: 64px;
    padding-left: 60px
}

@media (max-width: 575.98px) {
    .instructions .icon-link .icon-link__icon-wp {
        margin-bottom: 10px
    }
}

.instructions__content {
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 30px 20px 0
}

@media (min-width: 400px) {
    .instructions__content {
        padding: 50px 45px 29px
    }
}

.instructions__title {
    margin-top: 0
}

.instructions__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 46px;
    margin-bottom: 0
}

@media (max-width: 767.98px) {
    .instructions__list {
        margin-top: 30px
    }
}

@media (max-width: 1023.98px) {
    .instructions__list {
        flex-wrap: wrap
    }
}

.instructions__item {
    max-width: 100%;
    margin-bottom: 20px;
    width: 100%;
    margin-right: 5px;
    flex-basis: 24%
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .instructions__item {
        flex-basis: 49% !important
    }

    .instructions__item .icon-link__text {
        font-size: 16px
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .instructions__item .icon-link__text {
        font-size: 14px
    }
}

@media (max-width: 767.98px) {
    .instructions__item {
        flex-basis: 100% !important
    }
}

.instructions__item .icon-link {
    align-items: flex-start
}

@media (max-width: 1023.98px) {
    .instructions__item .icon-link {
        align-items: center
    }
}

.instructions__item .icon-link__text {
    padding-top: 6px
}

@media (max-width: 1023.98px) {
    .instructions__item .icon-link__text {
        padding-top: 0
    }
}

.instructions--two .instructions__item:first-child {
    margin-right: 50px
}

.instructions--three .instructions__item {
    flex-basis: 32%
}

.instructions--three .instructions__item .icon-link {
    max-width: 320px
}

@media (max-width: 1023.98px) {
    .instructions--three .instructions__item .icon-link {
        max-width: none
    }
}

.textarea__fluid {
    height: 137px;
    padding: .8125em 1em;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 1em;
    line-height: 1.8125em;
    transition: border .3s ease-out
}

.textarea__fluid:hover {
    border-color: #d4d4d4
}

.textarea__fluid:focus + .input__placeholder, .textarea__fluid:not([value=""]) + .input__placeholder {
    transform-origin: 0 0;
    transform: translate(-1px, -5px) scale(.88)
}

.textarea__fluid.error {
    border-color: #eb5757
}

.textarea__fluid.error + .input__placeholder {
    color: #eb5757
}

.textarea__fluid.error ~ .input__error {
    display: block
}

.textarea__fluid.valid ~ .input__error {
    display: none
}

.required-checkbox.error ~ .input__error {
    display: block;
    position: absolute;
}
.faq__list {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    margin-top: 40px;
    margin-bottom: 70px
}

.faq__item:first-of-type .faq__spoiler-title {
    border-top: 0 none
}

.faq__spoiler.open .faq__spoiler-title .faq__spoiler-arrow {
    transform: rotate(90deg)
}

.faq__spoiler-title {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    position: relative;
    border-top: 1px solid #e0e0e0;
    padding: 1.55556em 30px 1.44444em 50px;
    color: #5c6d99;
    font-size: 16px;
    transition: background-color .3s ease-out
}

@media (min-width: 576px) {
    .faq__spoiler-title {
        font-size: 18px;
        line-height: 1.33333em;
        padding: 1.66667em 80px 1.55556em
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .faq__spoiler-title {
        font-size: 16px
    }
}

.faq__spoiler-title:active, .faq__spoiler-title:hover {
    background-color: #f3f4f5
}

.faq__spoiler-title-text {
    max-width: 550px;
    display: block;
    font-size: 1em
}

.faq__spoiler-arrow-wp {
    position: absolute;
    display: block;
    left: 14px;
    top: 2.27778em;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    pointer-events: none
}

@media (min-width: 576px) {
    .faq__spoiler-arrow-wp {
        left: 26px
    }
}

.faq__spoiler-arrow {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    border: 1px solid rgba(112, 127, 165, .4);
    transition: transform .2s ease-out
}

.faq__spoiler-arrow:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 7px;
    height: 7px;
    margin-left: -5px;
    margin-top: 1.5px;
    border-right: 1px solid #5c6d99;
    border-top: 1px solid #5c6d99;
    transform: rotate(45deg) translate(-50%, -50%)
}

.faq__content {
    padding: 0 30px 30px 50px;
    display: none
}

@media (min-width: 576px) {
    .faq__content {
        padding: 0 80px 50px
    }
}

.faq__content > :first-of-type {
    margin-top: 0
}

.faq__content > :last-of-type {
    margin-bottom: 0
}

.faq__content > p {
    margin-bottom: 1em
}

.faq__content > p > a {
    display: block;
    color: #5c6d99
}

.faq__content > p > a:active, .faq__content > p > a:hover {
    color: #e4a71f
}

.teacher-block h2 {
    margin-top: 0;
    margin-bottom: 40px
}

@media (max-width: 767.98px) {
    .teacher-block h2 {
        margin-bottom: 30px
    }
}

.teacher-block .teacher__description {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    display: flex;
    padding-left: 0;
    padding-right: 0
}

@media (max-width: 1023.98px) {
    .teacher-block .teacher__description {
        flex-direction: column
    }
}

.teacher-block .teacher__description .description-img {
    background-color: #ededf1;
    display: flex;
    align-items: flex-end
}

.teacher-block .teacher__description .description-img img {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: none;
    position: relative;
    margin-right: 0
}

@media (max-width: 1023.98px) {
    .teacher-block .teacher__description .description-img img {
        min-height: auto;
        margin-right: auto
    }
}

@media (min-width: 1366.02px) {
    .teacher-block .teacher__description .description-img {
        width: 304px;
        max-width: 304px;
        min-width: 304px
    }

    .teacher-block .teacher__description .description-img img {
        margin-right: auto;
        width: 94%
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .teacher-block .teacher__description .description-img {
        width: 304px;
        max-width: 304px;
        min-width: 304px
    }

    .teacher-block .teacher__description .description-img img {
        margin-right: auto;
        width: 81%
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .teacher-block .teacher__description .description-img {
        height: 260px
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .teacher-block .teacher__description .description-img {
        height: 263px
    }
}

@media (max-width: 575.98px) {
    .teacher-block .teacher__description .description-img {
        height: 220px
    }

    .teacher-block .teacher__description .description-img img {
        height: 98% !important
    }
}

@media (max-width: 1023.98px) {
    .teacher-block .teacher__description .description-img img {
        height: 100%
    }
}

.teacher-block .teacher__description .description-text {
    padding: 50px 40px 50px 44px
}

@media (max-width: 575.98px) {
    .teacher-block .teacher__description .description-text {
        padding: 30px 24px
    }
}

.teacher-block .teacher__description .description-text .description__name {
    margin-top: 0;
    margin-bottom: 24px
}

.teacher-block .teacher__description .description-text ul {
    margin: 0
}

.teacher-block .teacher__description .description-text ul li {
    color: #828282;
    padding-left: 1.3em;
    font-size: 1em;
    position: relative;
    list-style: none;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.78571em;
    max-width: 972px
}

@media (min-width: 576px) {
    .teacher-block .teacher__description .description-text ul li {
        font-size: 16px;
        line-height: 1.8125em
    }
}

.teacher-block .teacher__description .description-text ul li:first-child {
    margin-top: 0
}

.teacher-block .teacher__description .description-text ul li:last-child {
    margin-bottom: 0
}

.teacher-block .teacher__description .description-text ul li:before {
    content: "";
    position: absolute;
    display: inline-block;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: #f6bf46;
    left: 0;
    top: .8em
}

.teacher-block .teacher__licenses {
    height: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 60px 50px 40px 45px
}

@media (max-width: 1366px) {
    .teacher-block .teacher__licenses {
        margin-top: 20px;
        padding: 50px 50px 50px 45px
    }
}

@media (max-width: 575.98px) {
    .teacher-block .teacher__licenses {
        padding: 30px 24px
    }
}

.teacher-block .teacher__licenses h3 {
    margin-bottom: 37px
}

@media (max-width: 1366px) {
    .teacher-block .teacher__licenses h3 {
        margin-bottom: 30px
    }
}

.teacher-block .teacher__licenses ul {
    margin: 0;
    display: block
}

.teacher-block .teacher__licenses ul li {
    width: 100%;
    margin: 0
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .teacher-block .teacher__licenses .icon-link__text {
        margin-top: 10px
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .teacher-block .teacher__licenses .icon-link__text {
        margin-top: 3px
    }
}

.teacher-block .teacher__licenses .icon-link__icon-wp {
    width: 54px;
    height: 64px
}

.modal-detail-services .modal__price {
    margin-bottom: 27px
}

.organization-benefits {
    margin-bottom: 70px
}

@media (max-width: 1366px) {
    .organization-benefits {
        margin-bottom: 60px
    }
}

@media (max-width: 1023.98px) {
    .organization-benefits {
        margin-bottom: 50px
    }
}

.organization-benefits__subtitle {
    margin-top: 14px
}

.organization-benefits__subtitle + p {
    margin-bottom: 0
}

.organization-benefits__list {
    margin-top: 10px
}

.organization-benefits__item {
    margin-bottom: 20px
}

.organization-benefits__link {
    margin-top: 23px
}

.bid__link, .bid__link:hover {
    color: #000
}

.customers-carousel {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 70px
}

@media (max-width: 1366px) {
    .customers-carousel {
        margin-bottom: 60px
    }
}

@media (max-width: 1023.98px) {
    .customers-carousel {
        margin-bottom: 50px
    }
}

.customers-carousel h2 {
    margin-top: 0;
    margin-bottom: 0
}

.customers-carousel .carousel-content {
    display: flex;
    margin-top: 40px;
    align-items: center;
    margin-left: -16px;
    margin-right: -16px
}

@media (max-width: 1023.98px) {
    .customers-carousel .carousel-content {
        width: 90%;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 767.98px) {
    .customers-carousel .carousel-content {
        margin-top: 30px
    }
}

.customers-carousel .carousel-item {
    background: #fff;
    border: .99094px solid #f2f2f2;
    box-sizing: border-box;
    border-radius: 9.9px;
    width: 304px;
    height: 173px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex !important
}

.customers-carousel .carousel-item img {
    margin: auto;
    max-height: 85%
}

.customers-carousel .slick-slide {
    margin-right: 16px;
    margin-left: 16px
}

.partners-arrow-left, .partners-arrow-right {
    position: absolute;
    cursor: pointer;
    stroke: #828282
}

.partners-arrow-left:hover, .partners-arrow-right:hover {
    stroke: #f6bf46
}

.block-request-calculation {
    margin-top: 70px;
    padding-top: 0;
    border-radius: 10px
}

@media (max-width: 1366px) {
    .block-request-calculation {
        margin-top: 60px
    }
}

@media (max-width: 1023.98px) {
    .block-request-calculation {
        margin-top: 50px
    }
}

@media (max-width: 767.98px) {
    .block-request-calculation {
        width: calc(100% - 30px)
    }
}

@media (max-width: 399.98px) {
    .block-request-calculation {
        width: auto
    }
}

@media (min-width: 768px) {
    .block-request-calculation {
        border-color: #e0e0e0
    }
}

@media (min-width: 1024px) {
    .block-request-calculation {
        background-size: 250px
    }
}

.block-request-calculation .calculation__content {
    background-color: #fff;
    border-radius: 10px
}

@media (min-width: 768px) {
    .block-request-calculation .calculation__content {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media (max-width: 399.98px) {
    .block-request-calculation .calculation__content {
        margin-left: -20px;
        margin-right: -20px
    }
}

.block-request-calculation .answer-question--rounded {
    padding: 0
}

@media (max-width: 1023.98px) {
    .block-request-calculation .answer-question--rounded {
        width: calc(100% + 30px);
        margin-left: -15px
    }
}

@media (max-width: 399.98px) {
    .block-request-calculation .answer-question--rounded {
        width: 100%;
        margin-left: 0
    }
}

.calculation-top .calculation__title {
    padding-left: 44px;
    max-width: none;
    min-height: 85px;
    background-color: #ededf1;
    display: flex;
    align-items: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: 0;
    margin-bottom: 38px;
    padding-top: 25px;
    padding-bottom: 25px
}

@media (max-width: 767.98px) {
    .calculation-top .calculation__title {
        padding-left: 24px;
        padding-right: 24px
    }
}

.calculation__block-title {
    height: 85px;
    background-color: #ededf1
}

.calculation__block-title .container {
    margin-top: auto;
    margin-bottom: auto
}

@media (max-width: 767.98px) {
    .form__contacts-input {
        margin-bottom: 12px !important
    }
}

.calculation-services {
    padding-left: 43px;
    padding-right: 43px;
    display: flex;
    flex-wrap: wrap
}

@media (max-width: 767.98px) {
    .calculation-services {
        padding-left: 24px;
        padding-right: 24px
    }
}

@media (max-width: 767.98px) {
    .calculation-services .form__contacts.reverse {
        flex-direction: column-reverse
    }
}

.calculation-services .form__contacts {
    display: flex;
    width: 100%
}

@media (max-width: 767.98px) {
    .calculation-services .form__contacts {
        flex-direction: column
    }

    .calculation-services .form__contacts .input + .input {
        margin-left: 0
    }
}

.calculation-services .form__radio-block {
    display: flex;
    width: 100%
}

@media (max-width: 767.98px) {
    .calculation-services .form__radio-block {
        flex-direction: column
    }
}

.calculation-services .form__radio-block .radio-block {
    width: 100%;
    margin-top: 40px
}

.calculation-services .form__radio-block .radio-block + .radio-block {
    margin-left: 25px
}

@media (max-width: 767.98px) {
    .calculation-services .form__radio-block .radio-block + .radio-block {
        margin-left: 0
    }
}

.calculation-services .form__radio-block .radio-block .radio-buttons {
    display: flex;
    flex-direction: column
}

.calculation-services .form__radio-block .radio-block .radio-buttons label:not(:last-child) {
    margin-bottom: 6px
}

.calculation-services .form__radio-block .radio-block .radio-block__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #0f1112;
    margin-bottom: 12px;
    margin-top: 0
}

.calculation-services .form__radio-block .radio-block input {
    -webkit-appearance: radio;
    appearance: radio;
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 7px
}

.calculation-services .form__radio-block .radio-block input + label {
    position: relative;
    padding: 0 0 0 27px;
    cursor: pointer
}

.calculation-services .form__radio-block .radio-block input + label:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 17px;
    height: 17px;
    border: 1px solid #cdd1da;
    border-radius: 50%;
    background: #fff
}

.calculation-services .form__radio-block .radio-block input + label:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 4px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #f6bf46;
    opacity: 0;
    transition: .2s
}

.calculation-services .form__radio-block .radio-block input:checked + label:after {
    opacity: 1
}

.calculation-services .form__subject {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px
}

.calculation-services .form__subject label {
    margin-top: 0;
    width: calc(50% - 10px)
}

@media (max-width: 767.98px) {
    .calculation-services .form__subject label {
        width: 100%
    }
}

.calculation-services .form__subject .subject-description {
    display: block;
    margin-top: 12px;
    color: #828282
}

.calculation-services .form__bottom {
    height: 117px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.calculation-services .form__bottom hr {
    position: relative;
    width: calc(100% + 86px);
    left: -43px;
    margin: 0
}

@media (max-width: 767.98px) {
    .calculation-services .form__bottom hr {
        width: calc(100% + 48px);
        left: -24px
    }
}

.calculation-services .input {
    flex: 1 0 auto;
    max-width: none;
    margin-bottom: 0
}

.calculation-services .input input {
    width: 100%
}

.calculation-services .input + .input {
    margin-left: 20px
}

.calculation-services .input__error {
    padding-top: 6px
}

.calculation-services .select-container {
    flex-basis: 100%;
    margin-top: 33px;
    position: relative
}

.calculation-services .textarea-container {
    flex-basis: 100%;
    position: relative;
    margin-bottom: 23px
}

.calculation-services .textarea-container .input__error {
    padding-top: 0
}

.calculation-services .textarea-container .input__placeholder {
    top: 10px
}

.calculation-services .input-question {
    width: 100%;
    margin-top: 16px;
    height: 137px;
    padding-left: 16px;
    padding-right: 8px;
    padding-top: 13px
}

.calculation-services .input-question.error {
    border-color: #eb5757
}

.calculation-services .input-question.error + .input__placeholder {
    color: #eb5757
}

.calculation-services .input-question.error ~ .input__error {
    display: block
}

.calculation-services .input-question.valid ~ .input__error {
    display: none
}

.calculation-services .input-question:focus + .input__placeholder, .calculation-services .input__placeholder--acrive + .input__placeholder {
    transform-origin: 0 0;
    top: 15px;
    transform: translate(-1px, -5px) scale(.88)
}

.calculation-services__select {
    width: 100%;
    padding-left: 16px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background: url(/local/templates/izhtender_v2/images/calculation-services-arrow.svg);
    background-repeat: no-repeat;
    background-size: 16px 17px;
    background-position: calc(100% - 20px)
}

.calculation-services__select + .input__placeholder {
    transform-origin: 0 0;
    transform: translate(-1px, -5px) scale(.88)
}

.calculation-services__agreement {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    color: #828282
}

.calculation-services .link-bottom {
    max-width: 361px;
    margin-left: 30px
}

@media (max-width: 600px) {
    .calculation-services .link-bottom {
        max-width: 300px
    }
}

@media (max-width: 575.98px) {
    .calculation-services .input {
        min-width: 100%
    }

    .calculation-services .input + .input {
        margin-left: 0
    }

    .calculation-services .calculation-services__submit {
        width: 100%
    }

    .calculation-services .link-bottom {
        max-width: none;
        width: 100%;
        margin-left: 0;
        margin-top: 24px
    }
}

.select__subject {
    line-height: 140%;
    color: #192630;
    height: 42px
}

.calculation-services__input, .select__subject {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 16px
}

.calculation-services__input {
    line-height: 180%;
    height: 56px;
    color: #828282
}

.calculation-services__input, .calculation-services__select, .calculation-services__textarea {
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    border-radius: 6px
}

.calculation-services__select {
    height: 56px
}

.calculation-services__submit {
    margin-top: auto;
    margin-bottom: auto
}

.calculation-services *, .calculation-services :after, .calculation-services :before {
    box-sizing: border-box
}

.calculation-services ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.calculation-services .select {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 56px
}

.calculation-services .select + .input__placeholder {
    top: -27px;
    z-index: 10
}

.calculation-services .select-wrap {
    max-width: 700px;
    width: 100%;
    margin: 20px auto
}

.calculation-services .select-wrap select {
    margin: 20px
}

.calculation-services .select__gap {
    background-color: #fff;
    cursor: pointer;
    position: relative;
    height: 100%;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    display: flex;
    align-items: center;
    padding-left: 16px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    z-index: 8
}

.calculation-services .select__gap, .calculation-services .select__list {
    width: 100%;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    border-radius: 6px
}

.calculation-services .select__list {
    background: #fff;
    background-color: #fff;
    position: absolute;
    z-index: 5;
    padding-top: 15px;
    margin-top: -10px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, .05)
}

.calculation-services .select__list.on {
    display: block
}

.calculation-services .select__item span {
    display: block;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 15px;
    cursor: pointer;
    color: #333
}

.calculation-services .select__item:nth-child(2n) {
    background-color: #f3f4f5
}

.calculation-services .select__item:hover {
    background-color: #fafafa
}

.calculation-services .select__gap:after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(/local/templates/izhtender_v2/images/calculation-services-arrow.svg);
    background-repeat: no-repeat;
    background-size: 16px 17px;
    width: 16px;
    height: 17px;
    right: 20px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    transition: all .27s ease-in-out;
    transform: rotate(0deg)
}

.calculation-services .on.select__gap:after {
    transform: rotate(180deg)
}

.one-time-services {
    margin-top: 70px;
    margin-bottom: 70px
}

@media (max-width: 1366px) {
    .one-time-services {
        margin-top: 60px;
        margin-bottom: 60px
    }
}

@media (max-width: 1023.98px) {
    .one-time-services {
        margin-top: 50px;
        margin-bottom: 50px
    }
}

@media (min-width: 768px) {
    .one-time-services .services-content {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media (max-width: 399.98px) {
    .one-time-services .services-content {
        margin-left: -20px;
        margin-right: -20px
    }
}

.one-time-services .services__title {
    margin-top: 0;
    margin-bottom: 40px;
    max-width: 800px
}

@media (max-width: 575.98px) {
    .one-time-services .services__title {
        margin-bottom: 30px
    }
}

.one-time-services .services__item {
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    padding: 24px 30px;
    margin-bottom: 0;
    transition-timing-function: ease;
    transition: transform .3s, box-shadow .3s;
    display: block
}

@media (min-width: 1024px) {
    .one-time-services .services__item:hover {
        transform: translateY(-10px);
        box-shadow: 0 25px 34px -22px rgba(0, 0, 0, .25)
    }
}

.one-time-services .services__item + .services__item {
    margin-top: 20px
}

.one-time-services .services__item .h4-title {
    margin-top: 0;
    max-width: 850px;
    margin-bottom: 16px
}

.one-time-services .services__item .offer__price {
    margin-top: 0
}

.one-time-services .services__item .item_bottom {
    margin-bottom: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #828282;
    margin-top: 29px
}

.cost-calc {
    margin-top: 50px;
    margin-bottom: 50px
}

@media (min-width: 1024px) {
    .cost-calc {
        margin-top: 70px;
        margin-bottom: 70px
    }
}

.cost-calc__header {
    background-color: #ededf1;
    border-radius: 10px 10px 0 0;
    padding: 24px
}

@media (min-width: 576px) {
    .cost-calc__header {
        padding: 25px 43px
    }
}

.cost-calc__title {
    max-width: 100%;
    margin: 0
}

@media (min-width: 576px) {
    .cost-calc__title {
        display: flex;
        align-items: center
    }
}

.cost-calc__title > span {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.38889em;
    color: #828282;
    display: block;
    position: relative;
    margin-bottom: 20px
}

@media (min-width: 576px) {
    .cost-calc__title > span {
        margin-bottom: 0;
        line-height: 1em;
        font-size: 24px;
        padding-right: 1.25em;
        margin-right: 1.25em
    }

    .cost-calc__title > span:after {
        content: "";
        display: block;
        height: 52px;
        width: 2px;
        background-color: #e0e0e0;
        position: absolute;
        right: 0;
        top: -.5em
    }
}

.cost-calc__form {
    background-color: #fff;
    border-radius: 0 0 10px 10px
}

.cost-calc__body {
    padding: 40px 20px
}

@media (min-width: 576px) {
    .cost-calc__body {
        padding: 40px 43px 50px
    }
}

.cost-calc__footer {
    border-top: 1px solid #e0e0e0;
    padding: 30px 24px 40px
}

.cost-calc__footer > .btn-primary {
    width: 100%
}

@media (min-width: 576px) {
    .cost-calc__footer > .btn-primary {
        width: auto
    }
}

@media (min-width: 576px) {
    .cost-calc__footer {
        padding: 30px 43px 34px
    }
}

@media (min-width: 768px) {
    .cost-calc__inputs {
        display: flex;
        flex-wrap: wrap
    }
}

.cost-calc__inputs > .input > .input__fluid {
    width: 100%
}

.cost-calc__inputs:last-of-type > .input:last-child, .cost-calc__inputs > div:last-of-type > .region:last-of-type > .region__main-checkbox {
    margin-bottom: 0
}

@media (min-width: 1024px) {
    .cost-calc__inputs > div > .region:last-of-type > .region__main-checkbox {
        margin-bottom: 0
    }
}

.cost-calc__inputs--1 > .input, .cost-calc__inputs--1 > div {
    width: 100%;
    display: block
}

.cost-calc__inputs--1 > .input > .textarea__fluid, .cost-calc__inputs--1 > div > .input, .cost-calc__inputs--1 > div > .input > .input__fluid, .cost-calc__inputs--1 > div > .textarea__fluid {
    width: 100%;
    max-width: 100%
}

.cost-calc__inputs--2 > .input, .cost-calc__inputs--2 > div {
    width: 100%;
    display: block
}

@media (min-width: 1024px) {
    .cost-calc__inputs--2 > .input, .cost-calc__inputs--2 > div {
        margin-right: 20px;
        width: calc(50% - 10px)
    }

    .cost-calc__inputs--2 > .input:last-of-type, .cost-calc__inputs--2 > div:last-of-type {
        margin-right: 0
    }
}

.cost-calc__inputs--2 > div > .input, .cost-calc__inputs--2 > div > .input > .input__fluid {
    width: 100%;
    max-width: 100%
}

.cost-calc__inputs--3 > .input, .cost-calc__inputs--3 > div {
    width: 100%;
    display: block
}

@media (min-width: 1024px) {
    .cost-calc__inputs--3 > .input, .cost-calc__inputs--3 > div {
        width: calc(50% - 10px);
        margin-right: 20px
    }

    .cost-calc__inputs--3 > .input:last-of-type, .cost-calc__inputs--3 > .input:nth-of-type(2), .cost-calc__inputs--3 > div:last-of-type, .cost-calc__inputs--3 > div:nth-of-type(2) {
        margin-right: 0
    }
}

@media (min-width: 1366.02px) {
    .cost-calc__inputs--3 > .input:first-of-type, .cost-calc__inputs--3 > div:first-of-type {
        width: 35.81%
    }

    .cost-calc__inputs--3 > .input:nth-of-type(2), .cost-calc__inputs--3 > div:nth-of-type(2) {
        width: 20.96%;
        margin-right: 20px
    }

    .cost-calc__inputs--3 > .input:last-of-type, .cost-calc__inputs--3 > div:last-of-type {
        width: 39.47%
    }
}

.cost-calc__input-text {
    margin-top: 1em;
    color: #828282
}

@media (max-width: 1023.98px) {
    .cost-calc__input-text {
        margin-bottom: 0
    }

    .cost-calc__input-text small {
        margin-bottom: .3em
    }
}

@media (min-width: 1024px) {
    .cost-calc__input-text {
        margin-top: .25em
    }
}

.cost-calc .h4-title {
    max-width: 100%;
    margin-top: 2.5em;
    margin-bottom: 1.4em
}

@media (min-width: 1024px) {
    .cost-calc .h4-title {
        margin-bottom: .6em;
        margin-top: .9em
    }
}

.cost-calc__body > .h4-title:first-child {
    margin-top: .7em
}

@media (min-width: 768px) {
    .cost-calc__body > .h4-title:first-child {
        margin-top: 0
    }
}

@media (min-width: 1024px) {
    .cost-calc__body > .h4-title:first-child {
        margin-bottom: .8em
    }
}

.cost-calc__inner-flex > div {
    margin-bottom: .5em
}

.cost-calc__inner-flex > div:last-of-type {
    margin-bottom: 0
}

@media (min-width: 576px) {
    .cost-calc__inner-flex > div {
        margin-bottom: 0
    }
}

@media (min-width: 576px) {
    .cost-calc__inner-flex {
        display: flex;
        flex-wrap: wrap
    }
}

.cost-calc__inner-flex > .checkbox-wp {
    margin-right: 1.5em
}

.cost-calc__inner-flex > .checkbox-wp:last-of-type {
    margin-right: 0
}

.epc-bidding__subpage > section:first-child {
    margin-top: 0;
    padding-top: 0
}

.epc-bidding__subpage > section:last-child {
    margin-bottom: 46px
}

.epc-bidding__subpage > .modern-approach:first-child {
    margin-bottom: 50px
}

@media (min-width: 768px) {
    .epc-bidding__subpage > .modern-approach:first-child {
        margin-bottom: 71px
    }
}

.epc-bidding__subpage .search-steps, .epc-bidding__subpage .search-steps .cost-calc, .epc-bidding__subpage .subscribe-newsletter-wp, .epc-bidding__subpage > .offers:first-child > .offers__list {
    margin-top: 0
}

.epc-bidding__content > a, .epc-bidding__content > p > a {
    color: #5c6d99
}

.epc-bidding__content > a:active, .epc-bidding__content > p > a:active {
    color: #e4a71f
}

@media (min-width: 576px) {
    .epc-bidding__content > a:focus, .epc-bidding__content > a:hover, .epc-bidding__content > p > a:focus, .epc-bidding__content > p > a:hover {
        color: #e4a71f
    }
}

.epc-bidding__content > h2:first-child {
    margin-top: 0
}

@media (min-width: 1366.02px) {
    .epc-bidding__content > h2:first-child {
        margin-bottom: 40px
    }
}

.epc-bidding__content > h3 {
    max-width: 100%
}

@media (min-width: 768px) {
    .epc-bidding__content > p + h3 {
        margin-top: 60px
    }
}

.wrap-bank-guarantee {
    margin-top: 50px
}

.wrap-bank-guarantee .epc-bidding__content h1 {
    margin-top: 1.6em;
    margin-bottom: 50px
}

@media (max-width: 1023.98px) {
    .wrap-bank-guarantee .epc-bidding__content h1 {
        margin-bottom: 30px;
        margin-top: 1em
    }
}

.wrap-special-account {
    margin-top: 50px !important
}

.wrap-special-account h1 {
    margin-top: 1.6em;
    margin-bottom: 50px
}

@media (max-width: 1023.98px) {
    .wrap-special-account h1 {
        margin-bottom: 30px;
        margin-top: 1em
    }
}

.subscribe-newsletter-wp {
    margin-top: 50px;
    margin-bottom: 50px
}

@media (min-width: 1024px) {
    .subscribe-newsletter-wp {
        margin-top: 70px;
        margin-bottom: 70px
    }
}

@media (max-width: 767.98px) {
    .subscribe-newsletter__btn {
        padding-left: 20px;
        padding-right: 20px
    }
}

.subscribe-newsletter--step {
    display: none
}

.subscribe-newsletter__img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 44px
}

@media (min-width: 576px) {
    .subscribe-newsletter__img {
        margin-bottom: 20px
    }
}

@media (min-width: 1024px) {
    .subscribe-newsletter__img {
        margin-bottom: 0;
        position: absolute;
        bottom: -116px;
        right: 10%
    }
}

.subscribe-newsletter {
    background-color: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    padding: 40px 44px;
    position: relative;
    overflow: hidden
}

@media (min-width: 576px) {
    .subscribe-newsletter {
        padding: 60px
    }
}

@media (min-width: 768px) {
    .subscribe-newsletter {
        background-image: url(/local/templates/izhtender_v2/images/banner-pattern.svg);
        background-repeat: repeat-y;
        background-position: 100%;
        background-size: 25%
    }
}

.subscribe-newsletter__text {
    margin-top: 0;
    max-width: 100%;
    line-height: 1.38889em
}

@media (min-width: 576px) {
    .subscribe-newsletter__text {
        line-height: 1.41667em
    }
}

.subscribe-newsletter__btn {
    width: 100%
}

@media (min-width: 576px) {
    .subscribe-newsletter__btn {
        width: auto
    }
}

.region {
    position: relative
}

.region__main-checkbox {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 14px 30px 14px 16px;
    cursor: pointer;
    position: relative;
    margin-bottom: 24px
}

@media (min-width: 576px) {
    .region__main-checkbox {
        padding-right: 46px
    }
}

.region__main-checkbox:after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(/local/templates/izhtender_v2/images/consultation-form-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 11px;
    height: 6px;
    right: 16px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    transition: all .27s ease-in-out;
    transform: rotate(0deg)
}

@media (min-width: 576px) {
    .region__main-checkbox:after {
        width: 16px;
        height: 8px;
        right: 23px
    }
}

.region__main-checkbox.show {
    z-index: 701
}

.region__main-checkbox.show:after {
    transform: rotate(180deg)
}

.region__content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-top: 0 none;
    box-shadow: 0 6px 15px rgba(0, 0, 0, .05);
    border-radius: 0 0 6px 6px;
    z-index: 700;
    padding: 10px 16px;
    margin-bottom: 0;
    margin-top: -4px;
    max-height: 160px;
    overflow-y: auto
}

@media (min-width: 576px) {
    .region__content {
        padding-left: 49px;
        max-height: 180px
    }
}

@media (min-width: 768px) {
    .region__content {
        top: calc(100% - 24px)
    }
}

@media (min-width: 1024px) {
    .region__content {
        max-height: 155px
    }
}

@media (min-width: 1366.02px) {
    .region__content {
        max-height: 180px
    }
}

.region__item {
    margin-top: .5em;
    margin-bottom: 1.2em
}

.region__item:last-of-type {
    margin-bottom: 0
}

.region__click-area {
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 699
}

.form-step {
    display: none
}

.search-steps {
    margin-top: 50px;
    margin-bottom: 50px
}

@media (min-width: 768px) {
    .search-steps {
        margin-top: 70px;
        margin-bottom: 70px
    }
}

@media (max-width: 767.98px) {
    .search-steps .cost-calc__body {
        padding-top: 23px
    }
}

.regions-container {
    align-items: flex-start
}

.regions-container .region:last-of-type .region__main-checkbox {
    margin-bottom: 0
}

.regions-container .region:last-of-type .region__content {
    top: 100%
}

@media (min-width: 1024px) {
    .regions-container .region {
        width: calc(50% - 10px)
    }

    .regions-container .region:not(:nth-of-type(2n)) {
        margin-right: 20px
    }
}

.search-result {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 30px 24px
}

@media (min-width: 576px) {
    .search-result {
        flex-direction: row
    }
}

@media (min-width: 1024px) {
    .search-result {
        flex-wrap: nowrap
    }
}

.search-result p, .search-result p > small, .search-result p > span {
    margin-top: 0;
    margin-bottom: 0
}

.search-result p > small, .search-result p > span {
    color: #828282
}

.search-result .search-result__info p > small {
    color: #0f1112
}

.search-result__content, .search-result__price-wp {
    margin-bottom: 20px
}

@media (min-width: 1024px) {
    .search-result__content, .search-result__price-wp {
        margin-bottom: 0;
        padding-right: 1em
    }
}

@media (max-width: 1023.98px) {
    .search-result__info, .search-result__price-wp {
        width: 50%
    }
}

.search-result__price-wp {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    order: 2
}

@media (min-width: 1024px) {
    .search-result__price-wp {
        flex-basis: 15.8%;
        order: 1
    }
}

.search-result__content {
    order: 1
}

@media (min-width: 1024px) {
    .search-result__content {
        flex-basis: 70.9%;
        order: 2
    }
}

.search-result__info {
    order: 3
}

@media (min-width: 1024px) {
    .search-result__info {
        flex-basis: 13.3%
    }
}

.search-result__info-inner:not(:last-of-type) {
    margin-bottom: 1.25em
}

.search-result__price {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.1875em;
    max-width: 362px;
    margin-bottom: 30px;
    margin: 0;
    color: #0f1112
}

@media (min-width: 576px) {
    .search-result__price {
        font-weight: 500;
        font-size: 18px;
        line-height: 1.38889em
    }
}

.search-result__number {
    color: #0f1112
}

.search-results {
    display: none
}

.search-results .services__item {
    padding: 0
}

.search-results__error-text {
    text-align: center;
    margin-top: 2em
}

.arrow-up {
    position: fixed;
    bottom: 30px;
    right: 0;
    pointer-events: none
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .arrow-up {
        right: calc((100vw - 707px) / 2)
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .arrow-up {
        right: calc((100% - 929px) / 2)
    }
}

@media (min-width: 1366.02px) {
    .arrow-up {
        right: calc((100% - 1182px) / 2)
    }
}

.arrow-up__btn {
    background: #fff;
    box-shadow: 0 4px 15px rgba(15, 17, 18, .08);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    pointer-events: painted;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    margin-left: auto;
    transition: box-shadow .3s ease-out;
    z-index: 703
}

.arrow-up__btn:active, .arrow-up__btn:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, .25)
}

@media (min-width: 576px) {
    .arrow-up__btn {
        height: 63px;
        width: 63px
    }
}

.arrow-up__icon-wp {
    height: 11px;
    width: 20px;
    position: relative;
    display: block
}

.svg-icon-arrow-up {
    height: 100%;
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.contact-card {
    background-color: #fff;
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 30px 24px;
    height: 100%
}

.contact-card__title {
    margin-top: 0;
    margin-bottom: 1em
}

@media (min-width: 768px) {
    .contact-card__title {
        font-size: 16px
    }
}

@media (min-width: 1366.02px) {
    .contact-card__title {
        font-size: 20px
    }
}

.contact-card__wrap {
    position: relative;
    padding-left: 40px;
    margin-top: 0;
    margin-bottom: 1em
}

.contact-card__wrap:last-of-type {
    margin-bottom: 0
}

.contact-card__tel-wp a {
    color: #0f1112
}

.contact-card__email-wp a {
    color: #5c6d99
}

.contact-card__email-wp a:active, .contact-card__tel-wp a:active {
    color: #e4a71f
}

@media (min-width: 576px) {
    .contact-card__email-wp a:focus, .contact-card__email-wp a:hover, .contact-card__tel-wp a:focus, .contact-card__tel-wp a:hover {
        color: #e4a71f
    }
}

.contact-card__icon-wp {
    width: 19px;
    height: 19px;
    position: absolute;
    top: .2em;
    left: .07em;
    display: block
}

.contact-card__icon {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%
}

.points {
    margin-top: 50px
}

@media (min-width: 1024px) {
    .points {
        margin-top: 70px
    }
}

.points__map-wp {
    height: 400px;
    overflow: hidden
}

@media (min-width: 576px) {
    .points__map-wp {
        height: 540px
    }
}

@media (min-width: 1024px) {
    .points__map-wp {
        height: 704px
    }
}

.points__icon {
    height: .6em;
    width: .6em;
    display: block;
    margin-left: .2em;
    margin-top: .16em;
    fill: #5c6d99;
    transition: fill .3s ease-out
}

@media (min-width: 768px) and (max-width: 1366px) {
    .points__title {
        font-size: 36px
    }
}

.points__title a {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    color: #5c6d99
}

.points__title a:active {
    color: #e4a71f
}

.points__title a:active .points__icon {
    fill: #e4a71f
}

@media (min-width: 576px) {
    .points__title a:focus, .points__title a:hover {
        color: #e4a71f
    }

    .points__title a:focus .points__icon, .points__title a:hover .points__icon {
        fill: #e4a71f
    }
}

.points__list {
    margin-top: 0
}

.points__item {
    margin-bottom: 30px
}

.faq-item {
    margin-bottom: 40px
}

.faq-item h3 {
    margin-top: 0;
    margin-bottom: .7em
}

.faq-item p {
    margin-top: 0;
    margin-bottom: 0;
    display: inline
}

.faq-item p > a {
    color: #5c6d99
}

.faq-item p > a:active {
    color: #e4a71f
}

@media (min-width: 576px) {
    .faq-item p > a:focus, .faq-item p > a:hover {
        color: #e4a71f
    }
}

@media (min-width: 576px) {
    .faq-item {
        margin-bottom: 53px
    }
}

.faq-item:last-of-type {
    margin-bottom: 0
}

.faq-item__text {
    display: block;
    overflow: hidden;
    margin-bottom: 16px;
    line-height: 1.8125em
}

@media (min-width: 576px) {
    .verification-form {
        display: flex;
        align-items: flex-start
    }
}

.verification-form__input {
    width: 100%
}

@media (max-width: 575.98px) {
    .verification-form__input {
        margin-bottom: 1em
    }
}

@media (min-width: 576px) {
    .verification-form__input {
        width: 257px;
        margin-right: 30px
    }
}

.verification-form__btn, .verification-form__input > .input__fluid {
    width: 100%
}

@media (min-width: 576px) {
    .verification-form__btn {
        width: auto;
        margin-top: 12px;
        height: 56px
    }
}

.partner-verification {
    margin-top: 50px;
    margin-bottom: 50px
}

@media (min-width: 1024px) {
    .partner-verification {
        margin-top: 70px;
        margin-bottom: 58px
    }
}

.partner-verification h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.16667em;
    max-width: 689px;
    margin-bottom: 30px
}

@media (min-width: 576px) {
    .partner-verification h1 {
        font-size: 34px;
        line-height: 1.17647em
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .partner-verification h1 {
        font-size: 30px
    }
}

.partner-verification__result {
    display: none;
    padding-top: 8px;
    margin-bottom: 12px
}

.partner-verification__result h3 {
    margin-bottom: .7em
}

.partner-verification__result .btn-primary {
    width: 100%
}

@media (min-width: 576px) {
    .partner-verification__result .btn-primary {
        width: auto
    }
}

.loader-block {
    height: 50px;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
    display: none
}

.answer-card {
    padding: 30px;
    display: block
}

@media (min-width: 576px) {
    .answer-card {
        padding: 30px 40px 40px
    }
}

.answer-card a {
    color: #5c6d99
}

.answer-card a:active {
    color: #e4a71f
}

@media (min-width: 576px) {
    .answer-card a:focus, .answer-card a:hover {
        color: #e4a71f
    }
}

.answer-card ol, .answer-card ul {
    margin-top: 0;
    margin-bottom: 0
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .answer-card ol li, .answer-card ul li {
        font-size: 16px;
        line-height: 1.8125em
    }
}

.answer-card p:last-child {
    margin-bottom: 0
}

.answer-card p {
    margin-top: 1em;
    margin-bottom: 1em
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .answer-card p {
        font-size: 16px;
        line-height: 1.8125em
    }
}

.answer-card li p {
    margin-top: .4em;
    margin-bottom: .4em
}

.answer-card i {
    color: #828282;
    line-height: 1.4em;
    display: block
}

.answer-card .answer-card__title {
    max-width: 526px;
    margin-top: .58824em;
    margin-bottom: .64706em
}

@media (min-width: 1366.02px) {
    .answer-card .answer-card__title {
        font-weight: 700;
        font-size: 24px;
        line-height: 1.16667em;
        max-width: 689px;
        margin-bottom: 30px
    }
}

@media (min-width: 1366.02px) and (min-width: 576px) {
    .answer-card .answer-card__title {
        font-size: 34px;
        line-height: 1.17647em
    }
}

@media (min-width: 1366.02px) and (min-width: 1024px) and (max-width: 1366px) {
    .answer-card .answer-card__title {
        font-size: 30px
    }
}

.answer-card__number {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.16667em;
    max-width: 487px;
    margin-bottom: 30px;
    color: #f6bf46
}

@media (min-width: 576px) {
    .answer-card__number {
        font-size: 24px;
        line-height: 1.41667em
    }
}

.answer-card__footer {
    margin-top: 30px
}

.answer-card__footer p {
    margin-top: 0
}

@media (min-width: 768px) {
    .answer-card__footer {
        display: flex;
        align-items: center
    }
}

.answer-card__btn {
    margin-bottom: 20px;
    width: 100%
}

@media (min-width: 576px) {
    .answer-card__btn {
        width: auto
    }
}

@media (min-width: 768px) {
    .answer-card__btn {
        margin-bottom: 0;
        margin-right: 30px
    }
}

@media (min-width: 1366.02px) {
    .answer-card__btn {
        margin-right: 45px
    }
}

.nav-responses {
    padding: 40px 40px 40px 0;
    width: 300px;
    position: -webkit-sticky;
    position: sticky;
    top: 90px
}

@media (min-width: 1366.02px) {
    .nav-responses {
        width: 377px
    }
}

.nav-responses .nav-responses__list {
    margin-top: 0;
    margin-bottom: 0
}

.nav-responses .nav-responses__list li {
    padding-left: 60px
}

@media (min-width: 1366.02px) {
    .nav-responses .nav-responses__list li {
        font-size: 1.125em;
        line-height: 1.38889em;
        margin-bottom: .9em
    }
}

.nav-responses .nav-responses__list li:first-of-type {
    margin-top: 0
}

.nav-responses .nav-responses__list li:last-of-type {
    margin-bottom: 0
}

.nav-responses .nav-responses__list li:before {
    left: 30px
}

.nav-responses .nav-responses__list li:after {
    content: "";
    width: 4px;
    height: 100%;
    display: block;
    background-color: transparent;
    border-radius: 0 2px 2px 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: background-color .3s ease-out
}

.nav-responses .nav-responses__list li.active {
    position: relative
}

.nav-responses .nav-responses__list li.active:after {
    background-color: #f6bf46
}

.nav-responses__link {
    color: #000;
    font-weight: 500;
    font-size: 16px
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .nav-responses__link {
        font-size: 16px
    }
}

.nav-responses .nav-responses__list li:before {
    font-size: 16px
}

.offer-quarantine {
    position: fixed;
    bottom: 0;
    min-height: 85px;
    left: 0;
    right: 0;
    padding-left: 16px;
    padding-right: 16px
}

.offer-quarantine__content {
    justify-content: space-between;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    border-radius: 10px 10px 0 0;
    background: #fff;
    min-height: 85px;
    padding-left: 23px;
    padding-right: 23px
}

.offer-quarantine__block-left, .offer-quarantine__block-right, .offer-quarantine__content {
    display: flex;
    align-items: center
}

.offer-quarantine__icon {
    width: 46px;
    height: 46px;
    margin-right: 26px
}

.offer-quarantine__icon svg {
    width: 100%;
    height: 100%
}

.offer-quarantine__text {
    font-style: normal;
    font-weight: 500;
    font-size: 16px
}

.offer-quarantine__close {
    cursor: pointer;
    height: 21px;
    width: 21px
}

.offer-quarantine__button {
    margin-right: 32px;
    white-space: nowrap
}

@media (max-width: 1366px) {
    .offer-quarantine__text {
        font-size: 16px
    }
}

@media (max-width: 1023.98px) {
    .offer-quarantine {
        padding-left: 10px;
        padding-right: 10px
    }

    .offer-quarantine__content {
        flex-direction: column;
        align-items: flex-start;
        padding: 24px 20px 16px
    }

    .offer-quarantine__block-left, .offer-quarantine__block-right {
        width: 100%
    }

    .offer-quarantine__icon {
        display: none
    }

    .offer-quarantine__text {
        max-width: 85%
    }

    .offer-quarantine__button {
        margin-top: 19px;
        margin-right: 0
    }

    .offer-quarantine__close {
        position: absolute;
        top: 16px;
        right: 16px;
        height: 12px;
        width: 12px
    }
}

@media (max-width: 767.98px) {
    .offer-quarantine {
        padding-left: 16px;
        padding-right: 16px
    }
}

@media (max-width: 575.98px) {
    .offer-quarantine__button {
        width: 100%
    }
}

.free-subscription {
    display: none
}

.free-subscription .offer-quarantine__icon {
    width: 45px;
    height: 45px;
    margin-right: 24px
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .free-subscription .offer-quarantine__text {
        max-width: 285px
    }
}

@media (min-width: 768px) {
    .only-mobile {
        display: none;
    }
}

@media (max-width: 768px) {
    .no-mobile {
        display: none;
    }

    .required-checkbox.error ~ .input__error {
        position: relative;
    }
}

.smart-captcha__mod{
    margin-bottom: 15px;
    border-radius: 12px;
    overflow: hidden;
}
.input__error__captcha {
    margin-top: -15px;
    display: none !important;
}
.smart-captcha__mod.error {
    border: 1px solid #eb5757;
}
.smart-captcha__mod.error + .input__error__captcha {
    display: block !important;
}

/* End */
/* /local/templates/izhtender_v2/preloader/preloader.css?1576752090661 */
/* /local/templates/izhtender_v2/styles.css?1763712392262808 */
