@charset "UTF-8";

:root {
  font-size: 16px;
}

body,
html {
    height: 100%;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
    color: #212121;
}

body {
    margin: 0;
    font-family: 'pf_beausans', 'Arial', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-wrap: break-word;
    word-wrap: break-word;
    padding-top: 56px;
}

@media (min-width:780px) {
  body {
      padding-top: 0;
  }

}

details,
img,
main {
    display: block;
}

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

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

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

a {
    background-color: transparent;
    color: #03a9f4;
    text-decoration: underline;
}

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

b,
strong {
    font-weight: bolder;
}

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;
    max-width: 100%;
    height: auto;
}

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 {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio],
legend {
    -webkit-box-sizing: border-box;
    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;
}

summary {
    display: list-item;
}

[hidden],
template {
    display: none;
}

@font-face {
    font-family: 'pf_beausans';
    font-display: swap;
    src: url("../fonts/pfbeausanspro-black-webfont.dc1137aa2752.woff2") format("woff2"), url("../fonts/pfbeausanspro-black-webfont.32318d5d68e2.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'pf_beausans';
    font-display: swap;
    src: url("../fonts/pfbeausanspro-bold-webfont.b2bedce483fc.woff2") format("woff2"), url("../fonts/pfbeausanspro-bold-webfont.7842bc4356b1.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'pf_beausans';
    font-display: swap;
    src: url("../fonts/pfbeausanspro-semibold-webfont.c8ae6609b467.woff2") format("woff2"), url("../fonts/pfbeausanspro-semibold-webfont.56ca24f8a6af.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'pf_beausans';
    font-display: swap;
    src: url("../fonts/pfbeausanspro-regular-webfont.fddbd7daa9fc.woff2") format("woff2"), url("../fonts/pfbeausanspro-regular-webfont.3f10d94eb4a8.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'pf_beausans';
    font-display: swap;
    src: url("../fonts/pfbeausanspro-light-webfont.9518a7ad3947.woff2") format("woff2"), url("../fonts/pfbeausanspro-light-webfont.d662c25a58ce.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

*,
.container,
.menu__switch button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

button {
    outline: 0;
}

a:hover {
    color: #076ea6;
}

a:active {
    color: #84d6fb;
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    color: #212121;
}

.container {
    min-width: 320px;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
}
@media (max-width:1069px) {
    .container {
        overflow-x: hidden;
    }
}

.container--fix-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
}

.container--fix-footer .sticky-wrapper {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.container--fix-footer .article {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.container--fix-footer .footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.wrap {
    min-width: 320px;
    max-width: 1200px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}

.container__services {
    margin: 40px 0;
}

.container__stage {
    margin: 50px 0 30px;
    padding-bottom: 30px;
}

.container__case,
.container__work {
    margin: 50px 0;
}
.container__work {
    margin-bottom: 0
}
.container__form {
    margin-top: 50px;
    margin-bottom: 50px;
}

.container__knowledge-base {
    margin: 50px 0;
}

.sticky-wrapper {
    height: 55px!important;
}

@media (min-width:480px) {
    .sticky-wrapper {
        height: 81px!important;
    }
}

@media (min-width:780px) {
    .sticky-wrapper {
        height: 176px!important;
    }
}

@media (min-width:1070px) {
    .container__stage {
        padding-bottom: 50px;
    }
}

.header {
    background: linear-gradient(180deg, #DDE4FD 0%, rgba(244, 246, 254, 0.99) 100%);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}

@media (min-width:780px) {
  .header {
      margin-bottom: 50px;
      position: relative;
      left: auto;
      right: auto;
      top: auto;
  }
}

.header .header__menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
}

@media (min-width:780px) {
  .header .header__menu {
    bottom: auto;
  }

}

.header.fixed .header__menu {
  position: fixed;
  top: 0;
}

@media (max-width:780px) {
    .header .header__menu {
        position: fixed;
        top: 0;
    }
}

.fixed.header {
    background: -webkit-gradient(linear, left top, left bottom, from(#ebefff), to(#fff));
    background: linear-gradient(180deg, #ebefff 0%, #fff 100%);
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
}

.header--sticky {
    z-index: 1000;
}

.header--internal {
    background: -webkit-gradient(linear, left top, left bottom, from(#dde4fd), to(rgba(244, 246, 254, .99)));
    background: linear-gradient(180deg, #dde4fd 0%, rgba(244, 246, 254, .99) 100%);
}

.header--padding {
    padding-top: 1px;
    padding-bottom: 1px;
}

.header__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (min-width:780px) {
    .header__wrap {
        min-height: 7.55em;
    }
}

.header__hamburger {
    display: flex;
    align-items: center;
    -ms-flex-preferred-size: 19px;
    flex-basis: 19px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px 12px 10px 0;
}

.header__logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.header__logo img {
    display: block;
    margin-right: 7px;
    height: 36px;
}

.header__logo span {
    font-size: 0.875rem;
    line-height: 1;
    font-weight: 600;
    margin-top: 2px;
}

@media (min-width:780px) {
    .header__logo img {
        height: auto;
        margin-right: 14px;
    }
    .header__logo span {
        font-size: 1.875rem;
    }
}

.header__slogan {
    display: none;
}

.header__img {
    display: none;
    padding: 5px 0 5px 50px;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M36.791 0.615234V35.6705L5.20898 37.2947L5.62242 33.3211L6.615 23.7809L7.85203 11.8904L9.08906 0H36.1758C36.5154 0 36.791 0.275625 36.791 0.615234Z' fill='%23E9FBFF'/%3E%3Cpath d='M36.791 0.615234V35.6705L5.20898 37.2947L5.62242 33.3211C6.33938 33.1004 7.08996 32.9864 7.85121 32.9864H32.5713C33.5081 32.9864 34.2669 32.2276 34.2669 31.2908V0H36.1758C36.5154 0 36.791 0.275625 36.791 0.615234Z' fill='%23D0EDF5'/%3E%3Cpath d='M36.791 23.7808V35.6704L5.20898 37.2946L5.62242 33.321L6.615 23.7808H36.791Z' fill='%23F98562'/%3E%3Cpath d='M36.791 23.7808V35.6704L5.20898 37.2946L5.62242 33.321C6.33938 33.1003 7.08996 32.9863 7.85121 32.9863H32.5713C33.5081 32.9863 34.2669 32.2275 34.2669 31.2907V23.7808H36.791Z' fill='%23F4604C'/%3E%3Cpath d='M36.791 11.8901V23.7806H6.61499L7.85202 11.8901H36.791Z' fill='%2354C9EB'/%3E%3Cpath d='M34.2669 11.8901H36.791V23.7806H34.2669V11.8901Z' fill='%2334AAC7'/%3E%3Cpath d='M9.08906 0V37.0954L5.20898 37.2947V2.23945C5.20898 1.00488 6.21387 0 7.44844 0L9.08906 0Z' fill='%2357616C'/%3E%3Cpath d='M9.08906 32.9863V37.0953L5.20898 37.2946V33.4605C5.25738 33.4424 5.3066 33.4252 5.35582 33.408C6.15234 33.1307 6.99562 32.9863 7.85121 32.9863H9.08906Z' fill='%233A4B56'/%3E%3Cpath d='M35.5195 35.6704V38.9188H7.44844C6.55102 38.9188 5.82422 38.1921 5.82422 37.2946C5.82422 36.398 6.55102 35.6704 7.44844 35.6704H35.5195Z' fill='%23E9FBFF'/%3E%3Cpath d='M35.5195 37.2944V38.9186H7.44844C6.55102 38.9186 5.82422 38.1919 5.82422 37.2944H35.5195Z' fill='%23D0EDF5'/%3E%3Cpath d='M22.6324 28.1475C22.3995 28.1475 22.1763 28.1056 21.9696 28.0294C21.1969 27.7447 20.6628 26.9744 20.7227 26.1016L21.4019 16.23H23.8629L24.5421 26.1016C24.6184 27.2074 23.7415 28.1475 22.6324 28.1475Z' fill='%23FFE8A7'/%3E%3Cpath d='M22.6324 28.1475C22.3995 28.1475 22.1763 28.1056 21.9696 28.0294C23.0199 27.5906 23.2582 26.6206 23.2977 25.6915L23.8629 16.23L24.5421 26.1016C24.6184 27.2074 23.7415 28.1475 22.6324 28.1475Z' fill='%23FFD469'/%3E%3Cpath d='M17.3004 9.05225H27.9645V16.8452H17.3004V9.05225Z' fill='%23FFE8A7'/%3E%3Cpath d='M27.9645 9.05225V16.8452H17.3004V15.1373H24.7152C25.6364 15.1373 26.3821 14.3908 26.3821 13.4696V9.05225H27.9645Z' fill='%23FFD469'/%3E%3Cpath d='M36.1758 38.3038H7.44827C6.89202 38.3038 6.43945 37.8512 6.43945 37.295C6.43945 36.7387 6.89202 36.2861 7.44827 36.2861H36.1758C36.5156 36.2861 36.791 36.0107 36.791 35.6709C36.791 35.3311 36.5156 35.0557 36.1758 35.0557H7.44827C6.21354 35.0557 5.20898 36.0602 5.20898 37.295C5.20898 38.5297 6.21354 39.5342 7.44827 39.5342H36.1758C36.5156 39.5342 36.791 39.2588 36.791 38.919C36.791 38.5792 36.5156 38.3038 36.1758 38.3038Z' fill='%2357616C'/%3E%3Cpath d='M30.8372 36.2856V41.3847C30.8372 41.6005 30.724 41.8006 30.5394 41.9114C30.4418 41.9704 30.3319 41.9999 30.222 41.9999C30.1227 41.9999 30.0243 41.9762 29.934 41.9286L29.4968 41.6972L28.058 40.9368L26.1811 41.9286C25.9908 42.0295 25.7611 42.0229 25.5765 41.9114C25.392 41.8006 25.2787 41.6005 25.2787 41.3847V36.2856H30.8372Z' fill='%23F98562'/%3E%3Cpath d='M17.9156 8.43701V17.4605C17.9156 17.8009 17.64 18.0757 17.3004 18.0757C16.9608 18.0757 16.6852 17.8009 16.6852 17.4605V8.43701C16.6852 8.0974 16.9608 7.82178 17.3004 7.82178C17.64 7.82178 17.9156 8.0974 17.9156 8.43701Z' fill='%23FFD469'/%3E%3Cpath d='M27.9645 7.82227C27.6247 7.82227 27.3493 8.09773 27.3493 8.4375V17.4609C27.3493 17.8007 27.6247 18.0762 27.9645 18.0762C28.3044 18.0762 28.5798 17.8007 28.5798 17.4609V8.4375C28.5798 8.09773 28.3044 7.82227 27.9645 7.82227Z' fill='%23FFBA4C'/%3E%3Cpath d='M30.8372 36.2856V41.3847C30.8372 41.6005 30.724 41.8006 30.5394 41.9114C30.4418 41.9704 30.3319 41.9999 30.222 41.9999C30.1227 41.9999 30.0243 41.9762 29.934 41.9286L29.4968 41.6972V36.2856H30.8372Z' fill='%23F4604C'/%3E%3Cpath d='M17.9156 15.1372V17.4603C17.9156 17.8008 17.64 18.0756 17.3004 18.0756C16.9608 18.0756 16.6852 17.8008 16.6852 17.4603V15.1372H17.9156Z' fill='%23FFBA4C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='42' height='42' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.header__info {
    margin-left: auto;
    text-align: right;
}

.header__info p {
    margin: -0.35em 0 0;
    font-weight: 300;
    font-size: .625rem;
    line-height: 1.1;
    position: relative;
    z-index: 1;
}

.header__info p:first-child {
    margin: 0;
}

.header__info p span {
    display: none;
}

@media (min-width:780px) {
    .header__info p span {
        display: inline;
    }
}

.header__info a {
    display: block;
    font-weight: 700;
    font-size: 1.0625rem;
    line-height: 1.5625rem;
    letter-spacing: -.09375rem;
    color: #343951;
    text-decoration: none;
}
.header__section {
    padding-bottom: 10px;
}

.header__button,
.header__title {
    font-size: 1.875rem;
    line-height: 1.875rem;
    color: #fff;
}

.header__title small {
    display: block;
    font-size: 1.25rem;
    line-height: 1.5625rem;
    color: #343951;
}

.header__title span {
    color: #fff;
}

.header__button {
    font-size: .875rem;
    line-height: 1rem;
    background: #03a9f4;
    background-size: 7px;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    border-radius: 10px;
    border: 0;
    padding: 12px 30px 12px 15px;
    text-align: left;
    display: block;
    cursor: pointer;
    max-width: 250px;
    font-weight: 400;
}

.header__wrap .header__button.header__button--top {
    margin-left: 20px;
}

.header__button.header__button--top {
    display: flex;
    align-items: center;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    padding: 0.5em 1.0em;
    transition-property: margin;
    transition-duration: 300ms;
}

.header__button--top span {
    text-align: center;
    font-weight: 500;
    font-size: 1.0rem;
    line-height: 1;
    flex-shrink: 0;
    color: #FFFFFF;
}

@media (min-width: 780px) {
    .header__button--top span {
        letter-spacing: -0.04em;
    }
}

.header__button--top::after {
    display: block;
    content: '';
    flex-shrink: 0;
    height: 9px;
    width: 9px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    margin-left: 0.1em;
    transform: rotate(-45deg);
}

.header__button:hover {
    background-color: #076ea6;
}

.header__button:active {
    background-color: #84d6fb;
}

.active.hamburger .hamburger__svg {
    display: none;
}

@media (max-width:779px) {
    .header__wrap .header__button--top {
        display: none;
    }
}

@media (min-width:780px) {
    .menu__question .header__button--top {
        display: none;
    }
}

.header__indicator {
    background-color: #b53629;
    height: 5px;
    -webkit-transition: opacity 300ms, width .6s ease;
    transition: opacity 300ms, width .6s ease;
    position: absolute;
    bottom: -5px;
    z-index: -1;
    opacity: 0;
}

.menu--active .header__indicator {
  display: none;
}

@media (min-width:780px) {
  .menu--active .header__indicator {
    display: block;
  }
}

.fixed .header__indicator {
  opacity: 1;
}

@media (min-width:480px) {
    .header__info a {
        font-size: 1.125rem;
    }
    .header__info p {
        font-size: .75rem;
    }
    .header__info span {
        display: inline-block;
    }
    .header__info b {
        font-weight: 800;
    }
    .header__button {
        max-width: 330px;
        font-size: 1.0625rem;
        line-height: 1.25rem;
    }
    .header__title {
        font-size: 2.5rem;
        line-height: 2.8125rem;
    }
    .header__title small {
        font-size: 1.875rem;
        line-height: 2.1875rem;
    }
}

@media (min-width:780px) {
    .header {
        background: 0 0;
    }
    .header__section {
        background: #03a9f4 url("../img/header-section-tablet.0fd8af4adf7c.jpg") no-repeat center;
        background-size: cover;
        padding-top: 50px;
        padding-bottom: 60px;
        margin-top: -20px;
    }
    .header__title {
        max-width: 440px;
    }
    .is-sticky .header__button--top {
        margin-top: 0;
        margin-bottom: 0;
    }
    .fixed .header__menu {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        max-width: 100%;
        background: #343951;
        -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
        box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    }
}

@media (min-width:880px) {
    .header__section {
        background: #03a9f4 url("../img/header-section.a5ce1783b0e8.jpg") center/cover no-repeat;
    }
}

@media (min-width:1070px) {
    .header__section {
        padding-top: 70px;
        padding-bottom: 80px;
    }
    .header__title {
        font-size: 3.75rem;
        line-height: 4.5rem;
        max-width: 680px;
    }
    .header__title small {
        font-size: 2.8125rem;
        line-height: 3.375rem;
    }
    .header__button {
        font-size: 1.25rem;
        max-width: 362px;
        padding-left: 30px;
        padding-top: 16px;
        padding-bottom: 16px;
    }
}

@media (min-width:1070px) {
    .header__logo {
        margin-right: 2%;
        margin-bottom: 6px;
    }
    .header__slogan {
        display: block;
        margin-right: auto;
        line-height: 1.2;
    }
    .header__slogan span {
        font-weight: 700;
    }
    .header__img {
        display: block;
    }
    .header__info a {
        font-size: 1.8125rem;
        line-height: 2.1875rem;
        letter-spacing: 0;
    }
    .header__info p {
        font-size: .875rem;
    }
}

.hamburger {
    cursor: pointer;
}

@media (min-width:780px) {
    .hamburger {
        display: none;
    }
}

.menu {
    position: fixed;
    top: 0;
    left: 0;
    background: linear-gradient(97deg, #E6E6FA 38.99%, #C5D0E6 90.99%);
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 100%;
    z-index: 20;
    display: none;
    overflow-y: auto;
}

.menu--active {
    display: block;
}

.menu__button {
    font-size: .875rem;
    line-height: 1rem;
    color: #fff;
    font-weight: 600;
    background: #03a9f4 url("../img/arrow-right.8165dea2203a.svg") no-repeat calc(100% - 15px) center;
    background-size: 7px;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    border-radius: 10px;
    border: 0;
    text-align: left;
    display: block;
    cursor: pointer;
    max-width: 250px;
    padding: 7px 30px 7px 15px;
    margin: 18px 0 25px auto;
}

.menu__button:hover {
    background-color: #076ea6;
}

.menu__button:active {
    background-color: #84d6fb;
}

.menu__text,
.menu__title {
    font-size: 1.0625rem;
    line-height: 1.375rem;
    font-weight: 600;
    color: #343951;
    margin: 10px 0;
}

.menu__text {
    font-size: .875rem;
    line-height: 1.0625rem;
    color: #757575;
    font-weight: 400;
}

.menu__btn,
.menu__search {
    font-size: 1.0625rem;
    line-height: 1.375rem;
    text-decoration: none;
    text-align: left;
    display: block;
    cursor: pointer;
    max-width: 250px;
    border-radius: 10px;
}

.menu__btn {
    font-weight: 600;
    background: #03a9f4 url("../img/arrow-right.8165dea2203a.svg") no-repeat calc(100% - 15px) center;
    background-size: 7px;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    color: #fff;
    border: 0;
    margin: 10px 0;
    padding: 12px 35px 12px 25px;
}

.menu__btn:hover {
    background-color: #076ea6;
}

.menu__btn:active {
    background-color: #84d6fb;
}

.menu__btn:hover {
    color: #fff;
}

.menu__search {
    padding: 8px 15px 8px 55px;
    margin: 15px 0 35px;
    border: 2px solid #03a9f4;
    color: #03a9f4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../img/search.fe2b76216114.svg") 25px center no-repeat;
}

.menu__search:hover {
    border-color: #076ea6;
    background-color: #076ea6;
    color: #fff;
}

.menu__search:active {
    border-color: #84d6fb;
    background-color: #84d6fb;
}

.menu__switch {
    background: #bdbdbd;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .25);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .25);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.menu__switch button {
    font-size: 1.0625rem;
    line-height: 1.375rem;
    color: #343951;
    padding: 4px 0;
    margin: 0;
    border: 0;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    border-radius: 10px;
    background: 0 0;
    cursor: pointer;
}

.menu__switch .active {
    background: #a6c3ec;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .25);
    font-weight: 600;
    padding: 6px 0;
    margin-top: -2px;
}

.menu__search.no-bg {
    background: none;
}

.menu__submenu {
    display: none;
    margin: 0;
    padding: 1.0em 0 0 1.0em;
    z-index: -1;
    list-style: none;
}

@media (min-width: 778px) {
    .menu__submenu {
        display: block;
        position: absolute;
        left: -26px;
        top: 20px;
        padding: 2.0em 0 1.2em;
        background-image: linear-gradient(97deg, #E6E6FA 38.99%, #C5D0E6 90.99%);
        min-width: 300px;
        opacity: 0;
        visibility: hidden;
        transition: opacity 300ms, visibility 300ms;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    }
    .menu__item:hover>.menu__submenu {
        opacity: 1;
        visibility: visible;
    }
}

@media (min-width: 1070px) {
    .menu__submenu {
        padding: 3.4em 0 2.2em;
        min-width: 344px;
    }
}

.menu__submenu li {
    display: block;
    margin-bottom: 0.5em;
}

@media (min-width: 778px) {
    .menu__submenu li {
        margin-bottom: 0;
    }
}

.menu__submenu li a {
    display: flex;
    align-items: center;
    line-height: 1;
    letter-spacing: -0.02em;
    font-weight: 400;
    color: #343951;
    text-decoration: none;
    transition: color 300ms, background-color 300ms;
}

@media (min-width: 778px) {
    .menu__submenu li a {
        min-height: 2.4em;
        padding: 0.4em 1.3em;
    }
}

@media (min-width: 1070px) {
    .menu__submenu li a {
        font-size: 1.25rem;
        padding: 0.4em 2.3em;
    }
}

@media (min-width: 778px) {
    .menu__submenu li.active a,
    .menu__submenu li:hover a {
        background-color: #F4F6FE;
        color: #03A9F4;
    }
}

@media (max-width: 780px) {
    .menu__sub {
        min-height: 1px !important;
    }
}

@media (min-width: 780px) {
    .menu__search.no-bg {
        display: none;
    }
    .menu__sub {
        border-radius: 5px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}

.menu__link--hide {
    display: none;
}

.fixed .menu__submenu ,
.fixed .menu__sub {
    border-radius: 0 0 5px 5px;
    z-index: 1;
}

.menu__sub-list {
    list-style: none;
    padding: 0;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
}

.menu__sub-item {
    margin: 5px 0;
}

.menu__sub-item:first-child {
    margin-top: 0;
}

.menu__right,
.menu__sub-item {
    font-size: 1.0625rem;
    line-height: 1.375rem;
    font-weight: 600;
}

.menu__right .menu__link,
.menu__sub-item .menu__link {
    font-size: 1.125rem;
    line-height: 1.1;
    text-decoration: none;
    color: #343951;
    font-weight: 400;
    display: block;
    position: relative;
}

@media (min-width: 780px) {
    .menu__right .menu__link,
    .menu__sub-item .menu__link {
        font-size: 0.875rem;
        line-height: 1.125rem;
        padding: 5px 0;
    }
}

.menu__right .menu__link:hover,
.menu__sub-item .menu__link:hover {
    color: #076ea6;
}

.menu__right .menu__link:active,
.menu__sub-item .menu__link:active {
    color: #84d6fb;
}

@media (min-width: 780px) {
    .menu__right .menu__link::after,
    .menu__sub-item .menu__link::after {
        background-color: #c5d0e6;
        width: 50px;
        height: 1px;
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
    }
}

.menu__item--hasChild {
    position: relative;
}

@media (max-width: 780px) {
    .menu__item--hasChild .menu__link .menu__arrow {
        margin-bottom: 0.1em;
    }
    .menu__item--hasChild .menu__link .menu__arrow path {
        fill: #03A9F4;
    }
    .menu__item--hasChild.open .menu__link .menu__arrow {
        transform: scale(1, -1);
    }
}

.menu__right .menu__item:last-child .menu__link::after,
.menu__right:last-child .menu__link::after,
.menu__sub-item:last-child .menu__link::after {
    display: none;
}

.menu__right .menu__item {
    margin: 0 0 1.2em;
}

.menu__right .menu__item:last-child {
    margin-bottom: 0;
}

.menu__right .menu__item:first-child {
    margin-top: 0;
}

.menu__right .menu__item .menu__link::after {
    display: block;
}

@media (min-width:780px) {
    .menu__right-wrap {
        display: flex;
        align-items: center;
    }
}

.menu__right-block {
    display: none;
    padding-left: 1.0em;
    padding-top: 1.0em;
}

.open .menu__right-block {
    display: flex;
    flex-direction: column;
}

@media (min-width:780px) {
    .open .menu__right-block {
        flex-direction: row;
    }
    .menu__right-block {
        display: flex;
        flex-direction: row;
        padding-left: 0;
        padding-top: 0;
    }
}

.menu__right-selector {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.menu__right-selector span {
    display: inline;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.1;
    background-repeat: no-repeat;
    background-image: url("../img/svg/menu-chevron-down.c215b68658d2.svg");
    background-position: right 60%;
    padding-right: 1.0em;
    letter-spacing: -0.02em;
    color: #343951;
    transition: color 300ms;
}

.open .menu__right-selector span {
    background-image: url("../img/svg/menu-chevron-up.7fc204ee6f34.svg");
}

@media (min-width: 780px) {
    .menu__right-selector {
        display: none;
    }
}

.menu__mobile {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 1.0em;
    padding-bottom: 1.0em;
    margin-bottom: 1.2em;
}

@media (min-width: 780px) {
    .menu__mobile {
        display: none;
    }
}

.menu__close {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 30px;
    height: 30px;
    z-index: 5;
}

.menu__list {
    display: flex;
    flex-direction: column-reverse;
}

.menu__soc {
    margin-bottom: 1.5em;
}

.menu__soc__title {
    color: #757575;
    margin-bottom: 0.5em;
}

.menu__soc a {
    display: inline-block;
    margin-right: 0.8em;
}

.menu__soc a svg {
    display: block;
    height: 2.75em;
    width: 2.75em;
}

.menu__question {
    margin-top: 2.1em;
}

@media (min-width: 780px) {
    .menu__hidd {
        display: none;
    }
}

@media (min-width: 1070px) {
    .menu__hidd {
        display: inline;
    }
}

@media (min-width: 780px) {
    .menu {
        display: block;
        position: relative;
        z-index: 1;
        background: 0 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        overflow-y: initial;
    }
    .menu__list {
        list-style: none;
        padding: 0 10px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        flex-direction: row;
        background: #343951;
        -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
        border-radius: 10px;
        margin: 0;
        position: relative;
    }
    .fixed .menu__list {
        border-radius: 0;
        max-width: 1170px;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0 auto;
    }
    .fixed .menu__submenu, .fixed .menu__sub {
        top: 40px;
        padding-top: 10px;
    }
    .menu__item,
    .menu__list,
    .menu__right {
        display: flex;
    }
    .menu__item .menu__link,
    .menu__right .menu__link {
        text-decoration: none;
        font-size: 1.0625rem;
        line-height: 1.375rem;
        padding: 9px 19px 6px;
        display: inline-block;
        color: #fff;
        border-bottom: 3px solid transparent;
    }
    .menu__item .menu__link::after,
    .menu__right .menu__link::after,
    .menu__sub {
        display: none;
    }
    .menu__item .menu__link:hover,
    .menu__right .menu__link:hover {
        color: #03a9f4;
        border-bottom-color: #03a9f4;
    }
    .menu__item .menu__link:hover .menu__arrow,
    .menu__right .menu__link:hover .menu__arrow {
        fill: #03a9f4;
    }
    .menu__sub {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        position: absolute;
        left: 0;
        top: 20px;
        background-image: linear-gradient(97deg, #E6E6FA 38.99%, #C5D0E6 90.99%);
        width: 100%;
        padding: 2.0em 1.0em 1.0em;
        z-index: -1;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    }
    .menu__right .menu__item,
    .menu__sub-item {
        margin: 0;
    }
    .menu__sub-item:first-child {
        margin-bottom: 5px;
    }
    .menu__sub-item,
    .menu__title {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
    .menu__text {
        font-size: 1rem;
        line-height: 1.1875rem;
    }
    .menu__sub-list {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    }
    .menu__sub-list .menu__sub-item .menu__link {
        padding: 4px 0;
        color: #343951;
        border-bottom-color: transparent;
    }
    .menu__sub-list .menu__sub-item .menu__link::after {
        display: block;
    }
    .menu__sub-list .menu__sub-item .menu__link:hover {
        color: #03a9f4;
    }
    .menu__sub-list .menu__sub-item .menu__link:active {
        color: #84d6fb;
    }
    .menu__sub-list .menu__sub-item:last-child .menu__link::after {
        display: none;
    }
    .menu__item:hover .menu__sub {
        display: block;
    }
    .menu__button,
    .menu__switch {
        display: none;
    }
    .menu__link--hide {
        display: block;
    }
    .menu__arrow {
        fill: #fff;
        margin-bottom: 2px;
    }
    .menu__close,
    .menu__right .menu__item .menu__link::after,
    .menu__question {
        display: none;
    }
    .menu__right {
        display: block !important;
    }
    .menu__left {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media (max-width: 779px) {
    .menu__left .menu__item+.menu__item {
        padding-top: 0.9em;
        margin-top: 0.8em;
        position: relative;
    }
    .menu__left .menu__link {
        font-size: 1.25rem;
        font-weight: 600;
        line-height: 1.1;
        text-decoration: none;
        color: inherit;
    }
}

@media (min-width: 1070px) {
    .menu__left .menu__item:first-child .menu__link {
        padding: 13px 1px 6px 19px;
    }
    .menu__sub {
        padding: 3.75em 1.0em 1.5em;
    }
}

@media (min-width: 1270px) {
    .menu__sub {
        left: -2.25em;
        width: calc(100% + 4.5em);
        padding: 3.75em 1.875em 1.0em;
    }
}

@media (min-width:780px) {
    .menu__item .menu__link {
        text-transform: capitalize;
    }
}

@media (min-width:1070px) {
    .menu__item .menu__link {
        text-transform: initial;
    }
    .menu__link {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
    .menu__item .menu__link,
    .menu__right .menu__link {
        font-size: 1.25rem;
        line-height: 1.5rem;
        padding-top: 13px;
        padding-bottom: 10px;
    }
    .menu__sub-item,
    .menu__title {
        font-size: 1.375rem;
        line-height: 1.625rem;
    }
    .menu__text {
        font-size: 1.0625rem;
        line-height: 1.375rem;
    }
    .menu__btn {
        font-size: 1.25rem;
        line-height: 1.5rem;
        max-width: 215px;
    }
    .menu__search {
        max-width: 215px;
    }
    .fixed .menu__submenu, .fixed .menu__sub {
        top: 50px;
    }
}

.first {
    /*background-color: #f4f6fe;*/
    border-radius: 0 0 50px 0;
}

.first__wrap {
    padding-top: 50px;
    padding-bottom: 10px;
}

.first__title {
    font-size: 1.75rem;
    line-height: 2.125rem;
    font-weight: 700;
    margin: 0 0 20px;
    color: #343951;
}

.first__content p {
    font-size: 1rem;
    line-height: 1.375rem;
    margin: 20px 0;
}

.carousel .owl-nav button.disabled,
.case__carousel .owl-nav button.disabled,
.documents__carousel .owl-nav button.disabled,
.first__video {
    display: none;
}

.first__author {
    margin: 20px 0;
}


/*@media (min-width:640px) {.first__wrap {padding-top: 30px;padding-bottom: 30px;}.first__title {margin-bottom: 0;}.__first__content {display: -webkit-box;display: -ms-flexbox;display: flex;}.__first__left {margin-right: 1%;-ms-flex-preferred-size: 65%;flex-basis: 65.33%;}.__first__right {-ms-flex-preferred-size: 33.33%;flex-basis: 33.33%;-ms-flex-negative: 0;flex-shrink: 0; padding-top: 25px}}*/

.first__right img {
    margin: 0 auto
}

@media (min-width:780px) {
    .first__title {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}

@media (min-width:780px) {
    .first__wrap {
        padding-top: 40px
    }
    .first__title {
        font-size: 2.5rem;
        line-height: 3rem;
    }
    .first__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .first__left {
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%
    }
    .first__right {
        margin-left: 2%;
        padding-top: 16px;
        -ms-flex-preferred-size: 38%;
        flex-basis: 38%
    }
    .first__video {
        display: block;
        margin: 20px 0;
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
    }
    .first__video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }
}

.author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f6f6f6;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
}

.author__info {
    text-align: center;
    padding: 0 10px;
}

.author__info p {
    font-size: .75rem;
    line-height: 1rem;
    margin: 10px 0;
}

.author__info p:first-child {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.375rem;
}

.author__photo {
    -ms-flex-preferred-size: 120px;
    flex-basis: 120px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.author__img {
    border-radius: 0 10px 10px 0;
}

@media (min-width:480px) {
    .author__info p {
        font-size: .875rem;
        line-height: 1.0625rem;
    }
    .author__info p:first-child {
        font-size: 1.25rem;
        line-height: 1.5625rem;
    }
}

@media (min-width:640px) {
    .author {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .author__info {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-bottom: 10px;
        padding-top: 5px;
    }
    .author__photo {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .author__img {
        border-radius: 10px 10px 0 0;
    }
}

@media (min-width:860px) {
    .author__info p {
        font-size: 1rem;
        line-height: 1.1875rem;
    }
}

.services__title {
    font-size: 1.75rem;
    line-height: 2.125rem;
    color: #343951;
    margin: 20px 0;
}

@media (min-width:780px) {
    .services__title {
        font-size: 2.25rem;
        line-height: 2.6875rem;
        margin-top: 40px;
    }
}

@media (min-width:1070px) {
    .services__title {
        font-size: 2.5rem;
        line-height: 3rem;
    }
}

.carousel,
.case__carousel,
.documents__carousel {
    position: relative;
}

.carousel .owl-nav button.owl-next,
.case__carousel .owl-nav button.owl-next,
.documents__carousel .owl-nav button.owl-next {
    cursor: pointer;
    width: 45px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
}

.carousel .owl-nav button.owl-next:hover,
.carousel .owl-nav button.owl-prev:hover,
.case__carousel .owl-nav button.owl-next:hover,
.case__carousel .owl-nav button.owl-prev:hover,
.documents .owl-nav button.owl-next:hover,
.documents .owl-nav button.owl-prev:hover,
.documents__carousel .owl-nav button.owl-next:hover,
.documents__carousel .owl-nav button.owl-prev:hover {
    background: 0 0;
}

.carousel .owl-nav button.owl-prev,
.case__carousel .owl-nav button.owl-prev,
.documents__carousel .owl-nav button.owl-prev {
    cursor: pointer;
    width: 45px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
    margin: 0;
}

.carousel .owl-nav button .arrow,
.case__carousel .owl-nav button .arrow,
.documents__carousel .owl-nav button .arrow {
    display: block;
    fill: #03a9f4;
    margin-left: auto;
    -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .25));
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .25));
}

.carousel .owl-nav button:hover .arrow,
.case__carousel .owl-nav button:hover .arrow,
.documents__carousel .owl-nav button:hover .arrow {
    fill: #076ea6;
}

.carousel .owl-nav button:active .arrow,
.case__carousel .owl-nav button:active .arrow,
.documents__carousel .owl-nav button:active .arrow {
    fill: #84d6fb;
}

.carousel__btn,
.carousel__item {
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    border-radius: 10px;
}

.carousel__item {
    background: url("../img/leaf.00bac7b60ca5.png") center top no-repeat #f6f6f6;
    padding: 30px 15px 15px;
    margin: 15px 7px;
}

.carousel__btn {
    color: #fff;
    font-weight: 600;
    background: #03a9f4 url("../img/arrow-right.8165dea2203a.svg") no-repeat calc(100% - 15px) center;
    background-size: 7px;
    border: 0;
    text-align: left;
    display: block;
    cursor: pointer;
    max-width: 250px;
    margin: 10px auto;
    font-size: 1rem;
    line-height: 1.1875rem;
    padding: 12px 35px 12px 25px;
}

.carousel__btn:hover,
.form__button button:hover {
    background-color: #076ea6;
}

.carousel__btn:active,
.form__button button:active {
    background-color: #84d6fb;
}

.carousel__title {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 600;
}

.carousel__title::after {
    content: '';
    width: 70px;
    height: 1px;
    background-color: #f44336;
    display: block;
    margin-top: 20px;
}

.carousel__text {
    font-size: .875rem;
    line-height: 1.0625rem;
    margin: 25px 0;
}

.carousel__price {
    font-size: 1.0625rem;
    line-height: 1.375rem;
    color: #212121;
    font-weight: 600;
    text-align: center;
    margin: 25px 0 10px;
}

.carousel__link {
    font-size: 1rem;
    line-height: 1.1875rem;
    text-align: center;
    font-weight: 600;
}

.carousel__link a {
    color: #212121;
    text-decoration: none;
}

.carousel__link a span {
    border-bottom: 1px solid #212121;
}

.carousel__link a:hover {
    color: #03a9f4;
}

.carousel__link a:hover span,
.uslugi__link a:hover span {
    border-bottom-color: #03a9f4;
}

.carousel__link a:active {
    color: #84d6fb;
}

.carousel__link a:active span {
    border-bottom-color: #84d6fb;
}

.carousel__note {
    font-size: .75rem;
    line-height: .875rem;
    margin: 20px 0;
}

@media (min-width:480px) {
    .carousel__title {
        font-size: 1.5rem;
        line-height: 1.8125rem;
    }
    .carousel__text {
        font-size: 1.0625rem;
        line-height: 1.375rem;
    }
    .carousel__price {
        font-size: 1.375rem;
        line-height: 1.625rem;
    }
    .carousel__btn {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
    .carousel__link {
        font-size: 1.0625rem;
        line-height: 1.375rem;
    }
}

@media (min-width:1070px) {
    .carousel__item {
        margin: 15px 10px;
        padding-left: 27px;
    }
    .carousel__title::after {
        display: none;
    }
    .carousel__text {
        padding-left: 26px;
        background: url("../img/bullet.83dc4d031751.svg") left 5px no-repeat;
    }
}

.stage {
    background: #f4f6fe;
    border-radius: 50px 0;
}

.stage__wrap {
    padding-top: 10px;
    padding-bottom: 10px;
}

.stage__title {
    font-size: 1.75rem;
    line-height: 2.125rem;
    margin: 20px 0;
    color: #343951;
}

.stage__item {
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    border-radius: 10px;
    margin: 30px 0;
    position: relative;
    background-color: #f6f6f6;
}

.stage__item::after {
    content: "";
    width: 26px;
    height: 15px;
    background: url("../img/arrow-bottom.68bd3d0d8983.svg") center/cover no-repeat;
    position: absolute;
    z-index: 2;
    bottom: -23px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.stage__subtitle {
    background-color: #fff;
    font-size: 1.0625rem;
    line-height: 1.375rem;
    font-weight: 600;
    padding: 17px 15px 15px 19px;
    border-radius: 10px 10px 0 0;
    margin: 0;
}

.stage__bottom {
    background-color: #f6f6f6;
    border-radius: 0 0 10px 10px;
    padding: 17px 20px 15px;
}

.stage__bottom p:not(:last-child) {
    margin: 0 0 20px;
}

.stage__bottom p:last-child {
    font-size: 1rem;
    line-height: 1.25rem;
    color: #757575;
}

.stage__bottom p:first-child {
    margin-top: 0;
    color: #343951;
}

.stage__bottom span {
    color: #f44336;
}

.form__conf a:hover,
.stage__bottom a {
    text-decoration: none;
}

.stage__two-blocks {
    position: relative;
    z-index: 1;
    margin-top: 70px;
}

.stage__two-blocks::after {
    content: "";
    left: -10px;
    top: -40px;
    position: absolute;
    z-index: -1;
    background-color: #e3e2e9;
    width: calc(100% + 20px);
    height: calc(100% + 50px);
    border-radius: 10px;
}

.stage__two-blocks .stage__item::before {
    content: "или";
    font-size: 1.5625rem;
    line-height: 1.875rem;
    font-weight: 700;
    position: absolute;
    left: 50%;
    top: -35px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.stage__two-blocks .stage__item:first-child {
    margin-bottom: 40px;
}

.stage__two-blocks .stage__item:first-child::after {
    display: none;
}

.stage__two-blocks .stage__item:last-child::after {
    display: none;
}

@media (min-width:780px) {
    .stage__title {
        font-size: 2.25rem;
        line-height: 2.375rem;
    }
    .stage__block,
    .stage__two-blocks {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .stage__block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
    }
    .stage__block::after {
        left: 50%;
        top: 22%;
        -webkit-transform: translateX(-50%) rotate(-90deg);
        transform: translateX(-50%) rotate(-90deg);
        content: "";
        width: 26px;
        height: 15px;
        background: url("../img/arrow-bottom.68bd3d0d8983.svg") center/cover no-repeat;
        position: absolute;
        z-index: 2;
    }
    .stage__two-blocks {
        margin-top: 20px;
    }
    .stage__two-blocks::after {
        height: calc(100% + 30px);
        top: -15px;
    }
    .stage__two-blocks .stage__item {
        margin: 0;
    }
    .stage__two-blocks .stage__item:first-child {
        margin-bottom: 0;
    }
    .stage__two-blocks .stage__item::before {
        display: none;
    }
    .stage__two-blocks::before {
        left: 50%;
        top: 50%;
        font-size: 2.1875rem;
        line-height: 2.625rem;
        -webkit-transform: translate(-50%, -50%) rotate(-90deg);
        transform: translate(-50%, -50%) rotate(-90deg);
        position: absolute;
        font-weight: 700;
        content: "или";
    }
    .stage__item {
        -ms-flex-preferred-size: 47.5%;
        flex-basis: 47.5%;
        margin-top: 0;
    }
    .stage__item:first-child::after {
        display: none;
    }
}

@media (min-width:1200px) {
    .stage__title {
        font-size: 2.5rem;
        line-height: 3rem;
    }
    .stage__two-blocks {
        margin-top: 30px;
    }
    .stage__two-blocks::after {
        height: calc(100% + 40px);
        width: calc(100% + 40px);
        left: -20px;
        top: -20px;
    }
    .stage__item {
        -ms-flex-preferred-size: 48.5%;
        flex-basis: 48.5%;
    }
}

.form--gray {
    background-color: #f4f6fe;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 20px 0;
}

.form--internal {
    margin: 20px 0 30px;
}

.form--internal .form__input input {
    background-color: #f6f6f6;
}

.form--last {
    margin-bottom: 0;
}

.form__title {
    font-size: 1.375rem;
    line-height: 1.5625rem;
    font-weight: 600;
    margin: 20px 0;
    color: #343951;
}

.form__text {
    font-size: 1rem;
    line-height: 1.1875rem;
    margin: 20px 0;
}

.form-article__text b,
.form__text b {
    font-weight: 600;
}

.form__button,
.form__input {
    margin: 12px 0;
}

.form__input input {
    background: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .25);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .25);
    border-radius: 10px;
    font-size: 1.0625rem;
    line-height: 1.375rem;
    padding: 10px 15px 10px 19px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    color: #212121;
    outline: 0;
    border: 1px solid transparent;
}

.form__input input:focus {
    border-color: #076ea6;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form__input::-webkit-input-placeholder {
    color: #757575;
}

.form__input::-moz-placeholder {
    color: #757575;
}

.form__input:-ms-input-placeholder,
.form__input::-ms-input-placeholder {
    color: #757575;
}

.form__input::placeholder {
    color: #757575;
}

.form-article__button button,
.form__button button,
.question__btn button {
    color: #fff;
    background: #03a9f4 url("../img/arrow-right.8165dea2203a.svg") no-repeat calc(100% - 15px) center;
    background-size: 7px;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    border-radius: 10px;
    border: 0;
    cursor: pointer;
    display: block;
    width: 100%;
    background-image: none;
    max-width: 100%;
    text-align: center;
    padding: 12px;
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 600;
}

.form__conf {
    margin: 15px 0 10px;
}

.form__conf input {
    display: none;
}

.form__conf input:checked+label::before {
    background: url("../img/conf-check.bb6b562999d0.svg") center/cover no-repeat;
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 0;
}

.form__conf input:checked+label::after {
    display: none;
}

.form-article__conf label,
.form__conf label,
.question__conf label {
    color: #bdbdbd;
    font-size: .75rem;
    line-height: .875rem;
    position: relative;
    padding-left: 20px;
    display: block;
}

.form__conf label::after {
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid #212121;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.form__conf a {
    color: #bdbdbd;
    display: inline-block;
}

.form--white .form__input input {
    background-color: #f6f6f6;
}

.form--white .form__input input:focus {
    background-color: #fff;
    border-color: #076ea6;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (min-width:780px) {
    .form--internal,
    .form--internal .form__title {
        margin-top: 10px;
    }
    .form__title {
        font-size: 1.75rem;
        line-height: 2.125rem;
        font-weight: 600;
        margin-top: 40px;
    }
    .form__text {
        margin-bottom: 5px;
    }
    .form__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 900px;
    }
    .form__input {
        width: 35%;
    }
    .form__button {
        width: 26%;
    }
    .form__conf {
        max-width: 440px;
        margin-top: 5px;
    }
    .form--leaf {
        background: url("../img/leaf.00bac7b60ca5.png") center top no-repeat #f4f6fe;
    }
}

@media (min-width:1070px) {
    .form__title {
        font-size: 2rem;
        line-height: 2.375rem;
    }
    .form__text {
        font-size: 1.0625rem;
        line-height: 1.375rem;
    }
    .form__text br {
        display: none;
    }
}

@media (min-width:1170px) {
    .form--internal {
        background-color: #f4f6fe;
        margin: 30px 0;
        padding: 10px 15px 20px;
    }
    .form--internal .form__title {
        margin-top: 20px;
    }
    .form--internal .form__input input {
        background-color: #fff;
    }
}
.caseSlider:not(:last-child) {
  margin-bottom: 50px;
}
.caseSlider.owl-carousel {
  margin-top: 0;
}
.caseSlider.owl-carousel .owl-stage {
  padding-left: 0 !important;
}
.caseSlider.owl-carousel .owl-stage-outer {
  overflow: visible;
}
@media (min-width: 470px) {
  .caseSlider.owl-carousel .owl-stage-outer {
    overflow: hidden;
  }
}
.caseSlider.owl-carousel .owl-nav {
  display: flex;
  gap: 15px;
  margin-top: 12px;
}
.caseSlider.owl-carousel .owl-nav button.owl-prev,
.caseSlider.owl-carousel .owl-nav button.owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none !important;
  transform: none;
  height: 48px;
  width: 48px;
  background-color: #FFFFFF;
  box-shadow: inset 0 0 0 1px #E0E3F2;
  border-radius: 50px;
  transition: background-color 300ms;
}
@media (min-width: 1070px) {
  .caseSlider.owl-carousel .owl-nav button.owl-prev,
  .caseSlider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 40%;
  }
}
.caseSlider.owl-carousel .owl-nav button.owl-prev span,
.caseSlider.owl-carousel .owl-nav button.owl-next span {
  display: none;
}
.caseSlider.owl-carousel .owl-nav button.owl-prev::before,
.caseSlider.owl-carousel .owl-nav button.owl-next::before {
  content: '';
  flex-shrink: 0;
  display: block;
  height: 13px;
  width: 13px;
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  transform: rotate(-45deg);
  margin-right: 9px;
}
.caseSlider.owl-carousel .owl-nav button.owl-prev.disabled,
.caseSlider.owl-carousel .owl-nav button.owl-next.disabled {
  cursor: default;
  opacity: 0.5;
}
.caseSlider.owl-carousel .owl-nav button.owl-prev {
  transform: scale(-1, 1);
}
@media (min-width: 1070px) {
  .caseSlider.owl-carousel .owl-nav button.owl-prev {
    left: -70px;
  }
}
@media (min-width: 1070px) {
  .caseSlider.owl-carousel .owl-nav button.owl-next {
    right: -70px;
  }
}
.caseSlider + .button {
  margin-top: -20px;
}
.caseSlider + .button:not(:last-child) {
  margin-bottom: 50px;
}
.caseSlide {
  background-color: #FFFFFF;
  padding: 24px;
  border: 1px solid #F2F3F5;
  border-radius: 8px;
}
.caseSlide__label {
  font-size: 14px;
  color: #BABBC2;
}
.caseSlide__label:not(:first-child) {
  margin-top: 16px;
}
.caseSlide__summa {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.2;
}
@media (min-width: 1070px) {
  .caseSlide__summa {
    font-size: 20px;
  }
}
.caseSlide__text {
  font-size: 16px;
  line-height: 140%;
}
.caseSlide__link {
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
  width: min-content;
  color: #03A9F4;
}
@media (min-width: 1070px) {
  .caseSlide__link {
    font-size: 18px;
  }
}
.caseSlide__link:not(:first-child) {
  margin-top: 12px;
}
.caseSlide__link::before {
  display: block;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 40px;
  height: 40px;
  background-color: #F4F6FE;
  border-radius: 4px;
}
.caseSlide__link--pdf::before {
  content: '';
  background-image: url("/static/landing/img/svg/pdf.6833d426bd57.svg");
}
.caseSlide__link--case::before {
  content: '';
  background-image: url("/static/landing/img/svg/cases.0a4ff43a39ce.svg");
}

.question__btn button:hover {
    background-color: #076ea6;
}
.question__btn button:active {
    background-color: #84d6fb;
}
.work__return a:hover {
    border-bottom-color: #076ea6;
}
.work__return a:active {
    border-bottom-color: #84d6fb;
}
.work {
    background-color: #f4f6fe;
}

.work__wrap {
    padding-top: 10px;
    padding-bottom: 10px;
}

.work__title {
    font-size: 1.75rem;
    line-height: 2.125rem;
    color: #343951;
    margin: 30px 0 20px;
}

.work__list {
    list-style: none;
    padding: 0 0 0 56px;
    margin: 0;
    counter-reset: counter;
    position: relative;
}

.work__list::before {
  display: block;
  content: '';
  position: absolute;
  top: 10px;
  left: 20px;
  bottom: 20px;
  background-image: linear-gradient(0deg, #03A9F4 25%, #f4f6fe 25%, #f4f6fe 50%, #03A9F4 50%, #03A9F4 75%, #f4f6fe 75%, #f4f6fe 100%);
  background-size: 8px 8px;
  width: 2px;
}

.work__icon {
    width: 50px;
    flex-shrink: 0;
    margin-right: 17px;
    margin-top: 5px;
}

.work__item::before {
    counter-increment: counter;
    content: counter(counter);
    font-size: 1.125rem;
    color: #f44336;
    font-weight: 700;
    width: 40px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    top: 12px;
    left: -56px;
}

.work__item:nth-child(3)::before {
  display: none;
  content: '';
}

.work__time {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -35px;
    font-size: 12px;
    top: 100%;
    white-space: nowrap;
    color: #03A9F4;
    padding: 5px 0;
    box-sizing: border-box;
    background-color: #f4f6fe;
    transform: translate(-50%, 30%);
}

.work__item {
  display: flex;
  position: relative;
  margin-bottom: 40px;
}
.work__item:last-child {
  margin-bottom: 0;
}

.work__item:nth-child(3) .work__time {
  top: 10px;
}

.work__text {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 300;
    margin: 0;
}

.work__return {
    font-size: .875rem;
    line-height: 1.0625rem;
    margin: 30px 0;
    background: url("../img/warning.3a5742df186a.svg") left center no-repeat;
    padding-left: 35px;
    max-width: 280px;
}

.work__return a {
    text-decoration: none;
    border-bottom: 1px solid #03a9f4;
}

@media (min-width:470px) {
  .work__time {
      font-size: 14px;
  }
}
@media (min-width:780px) {
  .work__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: distribute;
      padding: 0;
      margin: 60px 0 0;
  }
  .work__list::before {
    top: 0;
    left: 30px;
    right: 80px;
    bottom: auto;
    background-image: linear-gradient(90deg, #03A9F4 25%, #f4f6fe 25%, #f4f6fe 50%, #03A9F4 50%, #03A9F4 75%, #f4f6fe 75%, #f4f6fe 100%);
    background-size: 8px 8px;
    height: 2px;
    width: auto;
  }
  .work__icon {
      width: 70px;
      margin: 33px 0 10px;
  }
  .work__item {
    display: block;
    width: 14.5%;
    margin-right: 3.0%;
  }
  .work__item::before {
    top: -1px;
    left: 30px;
    transform: translate(0,-50%);
  }

  .work__item:last-child {
    margin-right: 0;
    width: 12.5%;
  }
    .work__title {
        font-size: 2.25rem;
        line-height: 2.375rem;
    }
    .work__text {
        margin: 20px auto 0;
    }
    .work__time {
        top: 1px;
        height: 30px;
        left: 100%;
        transform: translate(-55%, -50%);
        padding: 0 5px;
    }
    .work__item:nth-child(1) .work__time {
      transform: translate(-55%, -50%);
    }
    .work__item:nth-child(3) .work__time {
      left: 40%;
      top: 1px;
    }
    .work__return {
        margin: 0 0 30px;
    }
}

@media (min-width:1070px) {
  .work__list::before {
    right: 110px;
  }
  .work__time {
      font-size: 16px;
      transform: translate(-75%, -50%);
  }
  .work__item:nth-child(1) .work__time {
    transform: translate(-75%, -50%);
  }
  .work__text {
      font-size: 16px;
  }
  .work__icon {
      width: 108px;
  }
  .work__return {
      font-size: 1.0625rem;
      line-height: 1.375rem;
      padding-top: 10px;
      padding-bottom: 10px;
      max-width: 100%;
  }
}

.work__wrap--slider {
  background-color: #F3F6FD;
  border-radius: 0;
  padding: 16px 12px;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: -1em;
  width: auto;
  margin-right: -1em;
}
@media (min-width: 470px) {
  .work__wrap--slider {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 470px) {
  .work__wrap--slider {
    border-radius: 10px;
    padding: 30px 25px;
  }
}
.work__wrap--slider .work__title {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 470px) {
  .work__wrap--slider .work__title {
    margin-bottom: 10px;
  }
}
.work__wrap--slider .work__return {
  display: none;
  margin: 24px 0 0 24px !important;
  max-width: 100%;
}
@media (min-width: 770px) {
  .work__wrap--slider .work__return {
    display: block;
  }
}
.work__wrap--slider .work__return a {
  color: #03a9f4;
  transition: all 300ms;
}
.work__wrap--slider .work__return a:hover {
  color: #076ea6;
}
.work__slider {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -12px;
  margin-right: -12px;
  width: auto;
  counter-reset: counter;
}
@media (min-width: 470px) {
  .work__slider {
    margin-left: -25px;
    margin-right: -25px;
  }
}
.work__slider .owl-nav > * {
  position: absolute;
  top: 34%;
  transition: all 300ms;
}
.work__slider .owl-nav > *.disabled {
  opacity: 0;
}
.work__slider .owl-nav > * span {
  display: none;
}
.work__slider .owl-nav .owl-prev {
  left: 14px;
}
@media (min-width: 470px) {
  .work__slider .owl-nav .owl-prev {
    left: 22px;
  }
}
.work__slider .owl-nav .owl-next {
  right: 14px;
  transform: scale(-1, 1);
}
@media (min-width: 470px) {
  .work__slider .owl-nav .owl-next {
    right: 22px;
  }
}
.work__slider .owl-stage::before {
  display: block;
  content: '';
  position: absolute;
  top: 29px;
  left: 0;
  right: 0;
  background-image: linear-gradient(90deg, #03A9F4 25%, #f4f6fe 25%, #f4f6fe 50%, #03A9F4 50%, #03A9F4 75%, #f4f6fe 75%, #f4f6fe 100%);
  background-size: 8px 8px;
  height: 2px;
  width: auto;
}
.work__slider .owl-item:nth-child(1) .work__item::after {
  display: block;
  content: '';
  left: 0;
  width: 80px;
}
@media (min-width: 470px) {
  .work__slider .owl-item:nth-child(1) .work__item::after {
    width: 90px;
  }
}
.work__slider .owl-item:nth-child(6) .work__item::after {
  display: block;
  content: '';
  left: 80px;
  right: 0;
}
@media (min-width: 470px) {
  .work__slider .owl-item:nth-child(6) .work__item::after {
    left: 90px;
  }
}
.work__slider .owl-item:nth-child(3) .work__item::before {
  display: none;
}
.work__slider .owl-item:nth-child(3) .work__time {
  left: 40px;
  right: auto;
  transform: none !important;
}
@media (min-width: 470px) {
  .work__slider .owl-item:nth-child(3) .work__time {
    left: 77px;
  }
}
.work__slider .owl-item:nth-child(1) .work__time {
  transform: translate(25%, 0) !important;
}
.work__slider .work__item {
  display: flex;
  width: 100%;
  padding-left: 53px;
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (min-width: 470px) {
  .work__slider .work__item {
    display: block;
    padding-left: 53px;
    padding-right: 0;
  }
}
.work__slider .work__item > * {
  position: relative;
  z-index: 2;
}
.work__slider .work__item::before {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  top: 15px;
  left: 46px;
  transform: none;
  z-index: 2;
}
@media (min-width: 470px) {
  .work__slider .work__item::before {
    left: 68px;
  }
}
@media (min-width: 770px) {
  .work__slider .work__item::before {
    left: 85px;
  }
}
.work__slider .work__item::after {
  position: absolute;
  top: 0;
  height: 50px;
  z-index: 1;
  background-color: #F3F6FD;
}
.work__slider .work__time {
  font-size: 16px;
  top: 14px;
  height: 30px;
  right: 35%;
  left: auto;
  position: absolute;
  transform: translate(25%, 0) !important;
}
@media (min-width: 470px) {
  .work__slider .work__time {
    right: 1px;
  }
}
.work__slider .work__text {
  font-size: 0.875rem !important;
  line-height: 1.4 !important;
  margin-bottom: 0 !important;
}
@media (min-width: 770px) {
  .work__slider .work__text {
    font-size: 1.0rem !important;
  }
}
.work__slider .work__icon {
  margin-top: 0;
  margin-bottom: 22px;
  width: 50px;
}
@media (min-width: 470px) {
  .work__slider .work__icon {
    width: 70px;
  }
}
@media (min-width: 770px) {
  .work__slider .work__icon {
    width: 108px;
  }
}

.knowledge-base {
    background-color: #f4f6fe;
    border-radius: 50px 0;
}

.knowledge-base--internal {
    margin-bottom: 0;
    margin-top: 20px;
}

.knowledge-base__wrap {
    padding: 10px 15px 0
}

.knowledge-base__title {
    font-size: 1.75rem;
    line-height: 2.125rem;
    color: #343951;
    margin: 20px 0;
}

.knowledge-base__popular {
    padding: 10px;
    width: calc(100% + 20px);
    margin-left: -10px;
}

.knowledge-base__faq {
    padding: 10px;
    width: calc(100% + 20px);
    margin: 30px 0 30px -10px;
}

.knowledge-base__more {
    text-decoration: none;
    color: #212121;
    font-size: 1.0625rem;
    line-height: 1.375rem;
    margin: 10px 0;
    display: inline-block;
}

.knowledge-base__more span {
    border-bottom: 1px dashed #212121;
}

.knowledge-base__more:hover {
    color: #076ea6;
}

.content__comments a:hover span,
.knowledge-base__more:hover span,
a.content__link--dashed:hover span {
    border-bottom-color: #076ea6;
}

.knowledge-base__more:active {
    color: #84d6fb;
    border-bottom-color: #84d6fb;
}

.knowledge-base__ask,
.knowledge-base__fresh {
    margin: 30px 0;
}

.knowledge-base__more--solid span {
    border-bottom-style: solid;
}

@media (min-width:680px) {
    .knowledge-base--internal {
        margin-bottom: 0;
        border-radius: 50px 0 0 0;
    }
    .knowledge-base__wrap {
        padding-bottom: 10px;
    }
}

@media (min-width:780px) {
    .knowledge-base__title {
        font-size: 2.25rem;
        line-height: 2.375rem;
        margin-top: 30px;
    }
}

@media (min-width:1170px) {
    .knowledge-base--internal {
        background: 0 0;
        border-radius: 0;
        margin-top: 0;
    }
    .knowledge-base__title {
        font-size: 2.5rem;
        line-height: 3rem;
    }
    .knowledge-base__popular {
        padding: 20px;
        width: calc(100% + 40px);
        margin-left: -20px;
    }
    .knowledge-base__faq {
        padding: 20px;
        width: calc(100% + 40px);
        margin: 30px 0 30px -20px;
    }
}

.popular {
    background-color: #fff;
    border-radius: 10px;
}

.popular--internal {
    background-color: #f4f6fe;
    border-radius: 50px 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.popular__wrap {
    margin: 30px auto 20px;
    padding: 0 15px
}

.popular__title {
    font-size: 1.375rem;
    line-height: 1.5625rem;
    font-weight: 600;
    margin: 10px 0;
}

.popular__left {
    margin-bottom: 20px;
}

.popular__item:not(:last-child) {
    margin: 0 0 20px;
}

.ask__item p,
.faq__item p,
.popular__item p {
    margin: 0;
}

.popular__img {
    margin-bottom: 20px;
}

.popular__link {
    font-size: 1rem;
    line-height: 1.1875rem;
    color: #212121;
    text-decoration: none;
}

.popular__link:hover {
    color: #076ea6;
}

.popular__link:active {
    color: #84d6fb;
}

.popular__comments,
.popular__view {
    font-size: .75rem;
    line-height: 1rem;
    color: #757575;
    padding-left: 18px;
    display: inline-block;
}

.popular__view {
    background: url("../img/eye.149bbd041f74.svg") left top no-repeat;
    margin-right: 5px;
}

.popular__comments {
    background: url("../img/comment.12c936357c17.svg") left center no-repeat;
}

@media (min-width:680px) {
    .popular__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .popular__left {
        -ms-flex-preferred-size: 220px;
        flex-basis: 220px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 19px;
    }
    .popular__right {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .popular__title {
        font-size: 1.75rem;
        line-height: 2.125rem;
    }
    .popular__right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .popular__item {
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    }
    .popular__item:nth-child(odd) {
        margin-right: 4%;
    }
}

@media (min-width:1070px) {
    .popular__left {
        -ms-flex-preferred-size: 270px;
        flex-basis: 270px;
    }
}

@media (min-width:1170px) {
    .popular--internal {
        background: 0 0;
        border-radius: 0;
        padding: 0;
    }
    .popular__title {
        font-size: 2rem;
        line-height: 2.375rem;
    }
    .popular__item {
        display: block!important;
        -ms-flex-preferred-size: 31%;
        flex-basis: 31%;
        margin-right: 3.5%!important;
    }
    .popular__item:nth-child(3n+3) {
        margin-right: 0!important;
    }
}

.fresh__title {
    font-size: 1.375rem;
    line-height: 1.5625rem;
    font-weight: 600;
    margin: 10px 0;
}

.fresh__link {
    font-size: 1rem;
    line-height: 1.1875rem;
    color: #212121;
    text-decoration: none;
}

.ask__link span,
.fresh__link span {
    font-size: .75rem;
    line-height: 1rem;
    color: #757575;
    display: inline-block;
}

.fresh__link:hover {
    color: #076ea6;
}

.fresh__link:active {
    color: #84d6fb;
}

.fresh__item {
    margin: 20px 0;
}

@media (min-width:640px) {
    .fresh__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .fresh__item {
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
        margin: 10px 0;
    }
}

@media (min-width:780px) {
    .fresh__title {
        font-size: 1.75rem;
        line-height: 2.125rem;
    }
    .fresh__item {
        margin: 10px 0;
    }
}

@media (min-width:1170px) {
    .fresh__title {
        font-size: 2rem;
        line-height: 2.375rem;
    }
    .fresh__item {
        -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
    }
}

.faq {
    background-color: #fff;
    border-radius: 10px;
}

.faq--internal {
    border-radius: 0;
}

.faq__wrap {
    margin: 20px 0;
    padding: 0 15px
}

.faq__title {
    font-size: 1.375rem;
    line-height: 1.5625rem;
    font-weight: 600;
    margin: 10px 0;
}

.faq__item:not(:last-child) {
    margin: 0 0 20px;
}

.faq__link {
    font-size: 1rem;
    line-height: 1.1875rem;
    color: #212121;
    display: block;
    text-decoration: none;
}

.faq__link:hover {
    color: #076ea6;
}

.faq__link:active {
    color: #84d6fb;
}

.faq__comments,
.faq__name,
.faq__view {
    font-size: .75rem;
    line-height: 1rem;
    color: #757575;
    padding-left: 18px;
    display: inline-block;
}

.faq__view {
    background: url("../img/eye.149bbd041f74.svg") left top no-repeat;
    margin-right: 5px;
}

.faq__comments {
    background: url("../img/comment.12c936357c17.svg") left center no-repeat;
}

.faq__name {
    background: url("../img/user.f3170f84ef6d.svg") left 1px no-repeat;
    margin-right: 5px;
}

@media (min-width:640px) {
    .faq__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .faq__item {
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    }
    .faq__item:nth-child(odd) {
        margin-right: 4%;
    }
    .faq__item:nth-child(4) {
        display: block;
    }
}

@media (min-width:780px) {
    .faq__title {
        font-size: 1.75rem;
        line-height: 2.125rem;
    }
}

@media (min-width:1170px) {
    .faq--internal {
        background-color: #f4f6fe;
        margin: 30px 0;
        padding: 10px 15px 20px;
    }
    .faq--internal .faq__wrap {
        margin: 0 auto;
    }
    .faq__title {
        font-size: 2rem;
        line-height: 2.375rem;
    }
    .faq__item {
        -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
        margin-right: 1.33%!important;
    }
    .faq__item:nth-child(7),
    .faq__item:nth-child(8) {
        display: block;
    }
    .faq__item:nth-child(3n+3) {
        margin-right: 1.33%!important;
    }
    .faq__item:nth-child(4n+4) {
        margin-right: 0!important;
    }
}

.ask--internal {
    margin-bottom: -40px;
}

.ask__title {
    font-size: 1.375rem;
    line-height: 1.5625rem;
    font-weight: 600;
    margin: 10px 0;
}

.ask__link {
    font-size: 1rem;
    line-height: 1.1875rem;
    color: #212121;
    text-decoration: none;
    display: block;
}

.ask__link:hover {
    color: #076ea6;
}

.ask__link:active {
    color: #84d6fb;
}

.ask__item {
    margin: 20px 0;
}

.ask__comments,
.ask__name {
    font-size: .75rem;
    line-height: 1rem;
    color: #757575;
    padding-left: 18px;
    display: inline-block;
}

.ask__comments {
    background: url("../img/comment.12c936357c17.svg") left center no-repeat;
}

.ask__name {
    background: url("../img/user.f3170f84ef6d.svg") left 1px no-repeat;
    margin-right: 5px;
}

.ask__right {
    width: calc(100% + 30px);
    margin: 20px 0 0 -15px;
    padding: 10px 20px 40px;
}

@media (min-width:680px) {
    .ask--internal {
        margin-bottom: 10px;
    }
    .ask__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .ask__left {
        margin-right: 20px;
    }
    .ask__right {
        width: 100%;
        margin: 20px 0;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
}

@media (min-width:780px) {
    .ask__title {
        font-size: 1.75rem;
        line-height: 2.125rem;
    }
}

@media (min-width:1170px) {
    .ask--internal {
        margin: 0;
    }
    .ask__title {
        font-size: 2rem;
        line-height: 2.375rem;
    }
    .ask__left,
    .ask__right {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
    .ask__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .ask__item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 48%;
        margin: 20px 2% 2px 0;
    }
}

.question {
    background: url("../img/question-bg.5c92ca86d9d6.jpg") left top/cover no-repeat;
    border-radius: 10px;
}

.question__title {
    font-size: 1.375rem;
    line-height: 1.625rem;
    font-weight: 600;
    margin: 20px 0;
    color: #fff;
}

.question__btn,
.question__input,
.question__textarea {
    margin: 12px 0;
}

.question__input input,
.question__input textarea,
.question__textarea input,
.question__textarea textarea {
    background: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .25);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .25);
    border-radius: 10px;
    font-size: 1.0625rem;
    line-height: 1.375rem;
    padding: 10px 15px 10px 19px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    display: block;
    width: 100%;
    color: #212121;
}

.question__input textarea,
.question__textarea textarea {
    resize: none;
    min-height: 203px;
}

.question__input::-webkit-input-placeholder,
.question__textarea::-webkit-input-placeholder {
    color: #757575;
}

.question__input::-moz-placeholder,
.question__textarea::-moz-placeholder {
    color: #757575;
}

.question__input:-ms-input-placeholder,
.question__input::-ms-input-placeholder,
.question__textarea:-ms-input-placeholder,
.question__textarea::-ms-input-placeholder {
    color: #757575;
}

.question__input::placeholder,
.question__textarea::placeholder {
    color: #757575;
}

.question__conf {
    margin: 15px 0 10px;
}

.question__conf input {
    display: none;
}

.question__conf input:checked+label::before {
    background: url("../img/conf-check-white.6365c18c9736.svg") center/cover no-repeat;
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 0;
}

.question__conf input:checked+label::after {
    display: none;
}

.question__conf label::after {
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.question__conf a {
    color: #bdbdbd;
    display: inline-block;
}

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

.question__text {
    font-size: .875rem;
    line-height: 1.0625rem;
    color: #fff;
    margin: 20px 0;
}

.question__popular {
    margin: 50px 0;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:780px) {
    .question__title {
        font-size: 1.75rem;
        line-height: 2.125rem;
        margin: 10px 0;
    }
    .question__text {
        font-size: 1.0625rem;
        line-height: 1.375rem;
        margin: 10px 0;
    }
}

@media (min-width:1170px) {
    .question__title {
        font-size: 2rem;
        line-height: 2.375rem;
    }
}

.article__author img {
    display: none;
}

.socials__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.socials__title {
    font-size: .625rem;
    line-height: .75rem;
    color: #fff;
    text-align: right;
}

.socials__item {
    margin-left: 5px;
}

.socials__item svg {
    fill: #bdbdbd;
    width: 26px;
}

.socials__item:nth-child(1):hover svg {
    fill: #f68634;
}

.socials__item:nth-child(2):hover svg {
    fill: #4c6c91;
}

.socials__item:nth-child(3):hover svg {
    fill: #1877f2;
}

@media (min-width:780px) {
    .socials__title {
        font-size: .875rem;
        line-height: 1.0625rem;
    }
    .socials__item svg {
        width: 32px;
    }
}

.article h1,
.article h2,
.article h3,
.article h4 {
    margin: 10px 0 15px;
    font-size: 1.375rem;
    line-height: 1.625rem;
    color: #343951;
    font-weight: 700;
}

.article h2,
.article h3,
.article h4 {
    font-size: 1.25rem;
    margin: 20px 0 15px;
}

.article h3,
.article h4 {
    font-weight: 600;
    font-size: 1.0625rem;
    line-height: 1.25rem;
}

.article h4 {
    font-size: 1rem;
    line-height: 1.125rem;
}

.article ol,
.article p,
.article ul {
    /* font-size: 17px;
    line-height: 27px; */
    margin: 0 0 15px;
}

.article ol,
.article p,
.article ul,
.article ul li,
.article ol li {
    font-size: 17px;
    line-height: 27px;
}

.article a,
.breadcrumbs a {
    color: #03a9f4;
    text-decoration: none;
    border-bottom: 1px solid #03a9f4;
}

.article a:hover {
    color: #076ea6;
    border-bottom-color: #076ea6;
}

.article a:active {
    color: #84d6fb;
    border-bottom-color: #84d6fb;
}

.article ol,
.article ul {
    list-style: none;
    padding: 5px;
    line-height: 1.25rem;
    border-radius: 5px;
    background-color: #f6f6f6;
}

.article ol li,
.article ul li {
    padding-left: 30px;
    position: relative;
    margin: 10px 0;
}

.article ul>li::after {
    content: '';
    background-color: #f44336;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 7px;
}

.article ol {
    counter-reset: counter;
}

.article ol li ol {
    counter-reset: none
}

.article ol li {
    padding-left: 35px;
}

.article ol li::before {
    position: absolute;
    left: 5px;
    top: -1px;
    font-weight: 600;
    color: #f44336;
    font-size: .875rem;
    line-height: 1.375rem;
    width: 22px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
}

.article ol>li::before {
    counter-increment: counter;
    content: counter(counter) ".";
}

.article ol>li>ol>li::before {
    counter-increment: counter;
    content: counter(counter) ".";
}

.article__author span,
p.article__text {
    font-size: 14px;
    line-height: .875rem;
    color: #757575;
}

.article__breadcrumbs,
.article__top {
    background-color: #f4f6fe;
    padding-top: 1px;
    padding-bottom: 1px;
}

.article__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10px 0;
}

.article__info div {
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
}

.article__author {
    margin: 3px 0;
}

.article__author p,
.article__date p,
.article__time p,
.article__views p {
    color: #757575;
    font-size: 14px;
    line-height: 14px;
    margin: 0;
}

.article__author span {
    color: #212121;
    display: block;
}

.article__date,
.article__time,
.article__views {
    margin: 5px 0;
}

.article__views {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: right;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.article__date {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.article__time {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    text-align: right;
}

@media (min-width:480px) {
    .article h1 {
        font-size: 1.875rem;
        line-height: 2.375rem;
    }
    .article ol,
    .article p,
    .article ul li,
    .article ol li,
    .article ul {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .article ol li {
        margin: 15px 0;
        padding-left: 40px;
    }
    .article ol li::before {
        font-size: 1rem;
        line-height: 1.625rem;
        top: 0;
        width: 26px;
    }
    .article ul li::after {
        width: 8px;
        height: 8px;
        top: 7px;
    }
    .article__author {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .article__author img {
        margin-right: 10px;
        display: block;
    }
    .article__author p {
        font-size: .75rem;
        line-height: .875rem;
    }
    .article__author span,
    .article__date p,
    .article__time p,
    .article__views p {
        font-size: .875rem;
        line-height: 1.0625rem;
    }
    p.article__text {
        margin-top: -10px;
    }
}

@media (min-width:780px) {
    .article h3,
    .article h4 {
        font-size: 1.625rem;
        line-height: 1.9375rem;
        margin: 35px 0 15px;
    }
    .article h4 {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
    .article {
        margin-top: -20px;
    }
    .article h1 {
        font-size: 2.375rem;
        line-height: 2.875rem;
    }
    .article h2 {
        font-size: 1.875rem;
        line-height: 2.25rem;
        margin-top: 35px;
    }
    .article p {
        margin: 0 0 20px;
    }
    .article ol,
    .article ul {
        margin: 0 0 20px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .article__breadcrumbs {
        padding-top: 35px;
    }
    .article__info {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px;
    }
    .article__info p {
        margin-bottom: 0;
    }
    div.article__author {
        -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
        margin-right: 10px;
    }
    div.article__date {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -ms-flex-preferred-size: 140px;
        flex-basis: 140px;
        margin-right: 10px;
    }
    div.article__views {
        -ms-flex-item-align: center;
        align-self: center;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        text-align: left;
        padding-left: 20px;
        background: url("../img/eye.149bbd041f74.svg") left center no-repeat;
        -ms-flex-preferred-size: 115px;
        flex-basis: 115px;
        margin-right: 10px;
    }
    div.article__views span {
        display: none;
    }
    div.article__time {
        text-align: left;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    p.article__text {
        margin-top: -10px;
    }
}

@media (min-width:1170px) {
    .article {
        margin-top: -25px;
    }
    .article h1 {
        font-size: 2.8125rem;
        line-height: 3.375rem;
    }
    .article h2 {
        font-size: 2.125rem;
        line-height: 2.5625rem;
    }
    .article h3 {
        font-size: 2rem;
        line-height: 2.375rem;
    }
    .article h4 {
        font-size: 1.625rem;
        line-height: 1.9375rem;
    }
    .article ol,
    .article p,
    .article ul li,
    .article ol li,
    .article ul {
        font-size: 1.0625rem;
        line-height: 1.75rem;
    }
    .article ul li::after {
        top: 10px;
    }
    .article__content {
        margin-top: 15px;
    }
    p.article__text {
        margin-top: -10px;
    }
}

.breadcrumbs p,
.content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.breadcrumbs p {
    font-size: 14px;
    line-height: 14px;
    color: #757575;
    margin: 10px auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.breadcrumbs span {
    margin: 0 5px;
    width: 3px;
}

.breadcrumbs a {
    color: #212121;
    border-bottom: none;
}

.breadcrumbs a:hover {
    color: #076ea6;
}

.breadcrumbs a:active {
    color: #84d6fb;
}

@media (min-width:480px) {
    .breadcrumbs p {
        font-size: .875rem;
        line-height: 1.0625rem;
    }
}

@media (min-width:1170px) {
    .breadcrumbs p {
        font-size: 1rem;
        line-height: 1.1875rem;
    }
}

.content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.content__left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    min-width: 0;
}

.content__right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 20px 0;
}

.content--internal {
    margin-top: 20px;
}

.content--internal .content__left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.content--internal .content__right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.content--mt-30 {
    margin-top: 30px;
}

p.content__preview {
    color: #757575;
    font-size: 17px;
    line-height: 27px;
    margin-top: 15px;
}

.content__information,
.content__share {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.content__information {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.content__comments a {
    font-size: .625rem;
    line-height: .75rem;
    color: #757575;
}

.content__comments a {
    text-decoration: none;
    padding: 3px 0 3px 25px;
    background: url("../img/comment.12c936357c17.svg") left 1px/18px no-repeat;
    display: inline-block;
    border-bottom: none;
}

.content__comments a:hover {
    color: #076ea6;
}

.content__comments a:active {
    color: #84d6fb;
    border-bottom-color: #84d6fb;
}

.content__comments span {
    border-bottom: 1px dashed #757575;
}

.content__share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width:480px) {
    .content__information .content__share {
        display: block;
    }
    .content__information .content__share p {
        font-size: 12px;
    }
}

.content__share p {
    margin: 0 5px 0 0;
}

.content__share ul {
    background: 0 0;
    margin: 0;
    padding: 0;
}

.content__share ul li {
    padding-left: 0;
}

.content__share ul li::after {
    display: none;
}

.content__share ul li a {
    border-bottom: none;
}

.content__share ul li .ya-share2__badge {
    border-radius: 50%;
}

.content__share--bottom {
    display: block
}

.content__share--bottom p {
    margin: 0 0 5px;
}

.content__img {
    margin: 15px 0;
    position: relative;
    z-index: 1;
}

.content__img p {
    font-size: 12px;
    line-height: .75rem;
    margin: 10px 0;
    color: #757575;
}

.content__img img {
    width: 100%;
    border-radius: 10px;
}

.content__img a {
    display: block;
    position: relative;
}

.content__img a::after,
.content__img a::before {
    content: '';
    position: absolute;
    opacity: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.content__img a::before {
    background: rgba(2, 2, 2, .2);
    border-radius: 10px;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.content__img a::after {
    background: url("../img/zoom.be6d869d6ebb.svg") no-repeat center;
    width: 37px;
    height: 37px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.content__img a:hover::after,
.content__img a:hover::before {
    opacity: 1;
}

.content__img-news {
    margin: 0 0 15px;
}

.content__img-news img {
    display: block;
    width: 100%;
}

.content__file {
    margin: 15px 0;
}

.content__btn {
    color: #fff;
    font-weight: 600;
    background: #03a9f4 url("../img/arrow-right.8165dea2203a.svg") no-repeat calc(100% - 15px) center;
    background-size: 7px;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    border-radius: 10px;
    border: 0;
    display: block;
    cursor: pointer;
    max-width: 263px;
    font-size: 1rem;
    line-height: 1.1875rem;
    padding: 12px 30px 12px 20px;
    margin: 15px auto;
}

.content__btn:hover,
.form-article__button button:hover {
    background-color: #076ea6;
}

.content__btn:active,
.form-article__button button:active {
    background-color: #84d6fb;
}

.content__img a,
a.content__link--dashed {
    border-bottom: none;
}

a.content__link--dashed span {
    border-bottom: 1px dashed #03a9f4;
}

a.content__link--dashed:active span {
    border-bottom-color: #84d6fb;
}

.content__table,
.content__warning {
    margin: 20px 0;
}

.content__form-article {
    background-color: #f4f6fe;
    border-radius: 10px;
    padding: 25px;
    margin: 20px 0;
}

.content__example,
.content__lawyer,
.content__vote {
    margin: 20px 0;
}

.content__documents {
    width: calc(100% + 15px);
    margin: 20px 0;
}

.content__article-theme,
.content__question-theme,
.content__themes,
.content__turn {
    margin: 20px 0;
}

.content__author,
.content__information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

div.content__filter,
div.content__matter-theme {
    margin-top: 0;
}

.content__information,
div.content__other-services,
ul.content__pagination {
    margin: 20px 0;
}

li.comments__item>ul {
    margin-left: 10px;
}

.content__author {
    background: #F4F6FE;
    padding: 20px 25px;
    border-radius: 10px;
    width: 100%;
}

.content__author__left {
    flex-basis: 200px;
}

.content__author__right {
    flex-basis: 100%;
    font-size: 14px;
}

.content__author__left img {
    border-radius: 10px;
}

.content__author__title {
    font-size: .875rem;
    color: #757575;
    margin: 10px 0 3px;
}

.content__author__right .content__author__title {
    margin: 0 0 10px;
}

.content__author__desc {
    margin-bottom: 15px;
    color: #333;
    line-height: 21px;
}

@media (max-width: 480px) {
    .content__author {
        display: block;
    }
    .content__author__left {
        display: flex
    }
    .content__author__info {
        margin: 20px 0 0 30px
    }
    .content__author__right {
        margin-top: 20px
    }
}

a.content__show-more {
    font-size: 1rem;
    line-height: 1.25rem;
    text-align: center;
    display: block;
    color: #03a9f4;
    border: 1px solid #03a9f4;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 9px 0;
    margin: 20px 0;
}

a.content__show-more:hover {
    color: #fff;
    background-color: #076ea6;
    border-color: #076ea6;
}

a.content__show-more:active {
    color: #fff;
    background-color: #84d6fb;
    border-color: #84d6fb;
}

@media (min-width:480px) {
    p.content__preview {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .content__comments a {
        background-position: left center;
    }
    .content__comments a,
    .content__share p {
        font-size: .875rem;
        line-height: 1.0625rem;
    }
    .content__share .ya-share2__container_size_s .ya-share2__icon {
        width: 22px;
        height: 22px;
        background-size: 22px 22px
    }
    .content__share--bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .content__share--bottom p {
        margin-right: 10px;
        margin-top: 1px;
    }
}

@media (min-width:560px) {
    .content__img-news--left {
        width: 300px;
        float: left;
        margin-right: 20px;
        margin-top: 7px;
        margin-bottom: 0;
    }
    .content__img--left,
    .content__img--right {
        width: 220px;
        margin-top: 7px;
    }
    .content__img--left {
        margin-right: 20px;
        float: left;
    }
    .content__img--left p,
    .content__img--right p {
        font-size: .75rem;
    }
    .content__img--right {
        float: right;
        margin-left: 20px;
    }
}

@media (min-width:780px) {
    .content__right {
        margin-top: 35px;
    }
    .content__img p {
        margin: 20px 0;
    }
    .content__btn {
        margin: 20px auto;
    }
    .content__documents,
    .content__example,
    .content__form-article,
    .content__lawyer,
    .content__table,
    .content__warning {
        margin: 25px 0;
    }
    .content__share--bottom .ya-share2__container_size_s .ya-share2__icon {
        width: 28px;
        height: 28px;
        background-size: 28px 28px
    }
    .content__share--bottom p {
        margin-bottom: 0;
        margin-top: 0;
    }
    a.content__show-more {
        font-size: 1.125rem;
        line-height: 1.375rem;
    }
}

@media (min-width:1170px) {
    .content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .content__left {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-right: 30px;
        -ms-flex-preferred-size: calc(100% - 370px - 30px);
        flex-basis: calc(100% - 370px - 30px);
    }
    .content__right {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -ms-flex-preferred-size: 370px;
        flex-basis: 370px;
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin-top: 20px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .content--full-page .content__left {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-right: 0;
    }
    .content--full-page .content__right {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .content__documents {
        max-width: 740px;
        -ms-flex-preferred-size: 740px;
        flex-basis: 740px;
    }
    p.content__preview {
        font-size: 1.0625rem;
        line-height: 1.75rem;
    }
    .content__comments a,
    .content__share p {
        font-size: 1.0625rem;
        line-height: 1.375rem;
    }
    .__content__share .ya-share2__container_size_s .ya-share2__icon {
        width: 28px;
        height: 28px;
        background-size: 28px 28px
    }
    .content__img p {
        margin: 20px 0 30px;
    }
    .content__img-news--left {
        width: 370px;
    }
    .content__btn {
        margin: 30px auto;
    }
    .content__documents,
    .content__example,
    .content__form-article,
    .content__lawyer,
    .content__table,
    .content__warning {
        margin: 35px 0;
    }
    .content__information {
        margin: 30px 0;
    }
    .content__img--left,
    .content__img--right {
        width: 270px;
    }
    .content__img--left p,
    .content__img--right p {
        font-size: 1rem;
        line-height: 1.3rem;
        margin-top: 10px;
        margin-bottom: 0;
    }
    .content__img--wide p {
        margin-bottom: 0
    }
    div.content__lattest-news,
    div.content__other-services {
        margin-top: 0;
    }
}

.content__img--wide img {
    width: auto;
    display: inline-block;
}

.file {
    background-color: #f6f6f6;
    border-radius: 5px;
    padding: 9px 15px;
    clear: both
}

.file p {
    margin: 5px 0;
}

.file span {
    color: #757575;
}

.file a {
    color: #212121;
    border-bottom-color: transparent;
}

.example__bottom a:hover span,
.file a:hover,
.question-theme__more:hover span {
    border-bottom-color: #076ea6;
}

.example__bottom a:active span,
.file a:active,
.question-theme__more:active span {
    border-bottom-color: #84d6fb;
}

.file div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .9375rem;
    line-height: 1.375rem;
}

.file div::before {
    margin: 5px 0;
    -ms-flex-preferred-size: 40px;
    flex-basis: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    align-self: center;
}

.file__pdf::before {
    content: 'pdf';
    color: #f44336;
}

.file__doc::before {
    content: 'doc';
    color: #03a9f4;
}

.file__rtf::before {
    content: 'rtf';
    color: #03a9f4;
}

.file__docx::before {
    content: 'docx';
    color: #03a9f4;
}

.file__xls::before {
    content: 'xls';
    color: #58bc68;
}

.file__xlsx::before {
    content: 'xlsx';
    color: #58bc68;
}

@media (min-width:780px) {
    .file {
        padding: 9px 25px;
    }
    .file div::before {
        -ms-flex-preferred-size: 45px;
        flex-basis: 45px;
        font-size: 1rem;
        line-height: 1.4375rem;
    }
}

@media (min-width:1170px) {
    .file div::before {
        margin: 7px 0;
    }
}

.table {
    max-width: calc(100% + 15px);
    width: calc(100% + 20px);
    overflow: auto;
    padding: 0;
    border-radius: 10px 10px 0 0;
}

.table__wrap {
    min-width: 480px;
    border-collapse: collapse;
}

.table__wrap tbody tr:nth-of-type(even) {
    background-color: #f6f6f6;
}

.table__wrap thead tr:first-child {
    background: #f4f6fe;
    border-radius: 10px 10px 0 0;
}

.table__wrap td,
.table__wrap th {
    font-size: 17px;
    line-height: 27px;
    padding: 10px 5px 10px 15px;
    /*width: 33.3%;*/
}

.table__wrap th {
    color: #757575;
    font-weight: 600;
    text-align: left;
    border: 1px solid #f4f6fe;
}

.table__wrap td {
    border: 1px solid #ececec;
}

@media (min-width:480px) {
    .table {
        width: 100%;
    }
    .table__wrap {
        min-width: 100%;
    }
    .table__wrap td,
    .table__wrap th {
        font-size: 1rem;
        line-height: 1.1875rem;
    }
}

@media (min-width:1170px) {
    .table__wrap td,
    .table__wrap th {
        font-size: 1.0625rem;
        line-height: 1.375rem;
    }
}

.form-article {
    background: url("../img/leaf.00bac7b60ca5.png") center top no-repeat #f4f6fe;
    border-radius: 10px;
    padding: 25px;
}

p.form-article__title {
    font-size: 1.0625rem;
    line-height: 1.375rem;
    font-weight: 600;
    margin: 15px 0;
    color: #343951;
}

.form-article__text {
    font-size: 1rem;
    line-height: 1.1875rem;
    margin: 15px 0;
}

.form-article__button,
.form-article__input {
    margin: 12px 0;
}

.form-article__input input {
    background: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .25);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .25);
    border-radius: 10px;
    font-size: 1.0625rem;
    line-height: 1.375rem;
    padding: 10px 15px 10px 19px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    color: #212121;
    outline: 0;
    border: 1px solid transparent;
}

.form-article__input input:focus {
    border-color: #076ea6;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-article__input::-webkit-input-placeholder {
    color: #757575;
}

.form-article__input::-moz-placeholder {
    color: #757575;
}

.form-article__input:-ms-input-placeholder,
.form-article__input::-ms-input-placeholder {
    color: #757575;
}

.form-article__input::placeholder {
    color: #757575;
}

.form-article__conf {
    margin: 15px 0 10px;
}

.documents .owl-nav button.disabled,
.form-article__conf input,
.vote__radio input,
li.comments__item::after {
    display: none;
}

.form-article__conf input:checked+label::before {
    background: url("../img/conf-check.bb6b562999d0.svg") center/cover no-repeat;
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 0;
}

.form-article__conf input:checked+label::after {
    display: none;
}

.form-article__conf label::after {
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid #212121;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.form-article__conf a {
    color: #bdbdbd;
    display: inline-block;
    border-bottom: none;
    text-decoration: underline;
}

.form-article__conf a:hover {
    text-decoration: none;
}

@media (min-width:780px) {
    p.form-article__title {
        font-size: 1.375rem;
        line-height: 1.625rem;
        font-weight: 600;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    p.form-article__text {
        margin-bottom: 5px;
    }
    .form-article__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 900px;
    }
    .form-article__input {
        width: 35%;
    }
    .form-article__button {
        width: 26%;
    }
    .form-article__conf {
        max-width: 440px;
        margin-top: 5px;
    }
}

@media (min-width:1070px) {
    .form-article__title {
        font-size: 2rem;
        line-height: 2.375rem;
    }
    .form-article__text {
        font-size: 1.0625rem;
        line-height: 1.375rem;
    }
    .form-article__text br {
        display: none;
    }
}

@media (min-width:1170px) {
    p.form-article__title {
        font-size: 2rem;
        line-height: 2.375rem;
    }
}

.warning {
    background-color: #f6f6f6;
    border-radius: 10px;
    padding: 10px 20px;
    position: relative;
}

.warning p {
    margin: 15px 0;
}

.warning::before {
    content: '';
    width: 35px;
    height: 35px;
    background: url("../img/warning-icon.d61ee417b16f.svg") center no-repeat;
    position: absolute;
    left: -10px;
    top: -10px;
}

@media (min-width:780px) {
    .warning {
        padding-left: 45px;
    }
    .warning p {
        margin: 20px 0;
    }
    .warning::before {
        width: 55px;
        height: 55px;
        background-size: cover;
    }
}

.example {
    background-color: #f6f6f6;
    border-radius: 10px;
    position: relative;
}

p.example__title {
    background: #f4f6fe;
    border-radius: 10px 10px 0 0;
    font-size: 1rem;
    line-height: 1.75rem;
    padding: 6px 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.example__bottom {
    padding: 10px 20px;
}

.example__bottom a {
    border-bottom: none;
}

.example__bottom a span {
    border-bottom: 1px solid #03a9f4;
}

@media (min-width:480px) {
    p.example__title {
        font-size: 1.0625rem;
        line-height: 1.75rem;
        padding: 10px 20px;
    }
}

@media (min-width:780px) {
    .example__bottom,
    p.example__title {
        padding-left: 45px;
    }
}

@media (min-width:1170px) {
    p.example__title {
        font-size: 1.25rem;
        line-height: 1.375rem;
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

.lawyer {
    border-radius: 10px;
    padding: 40px 20px 10px;
    background: url("../img/quote.ee35bec7116e.svg") center 10px no-repeat #f6f6f6;
}

.lawyer__person {
    padding-left: 45px;
    background: url("../img/jumaev-mini.bfe7f7de99ff.png") left center no-repeat;
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 10px 0;
}

.lawyer__person p {
    font-size: .75rem;
    line-height: .875rem;
    color: #757575;
    margin: 0;
}

.lawyer__person p:first-child {
    font-size: .875rem;
    line-height: 1.0625rem;
    color: #212121;
}

@media (min-width:780px) {
    .lawyer {
        padding-left: 65px;
        padding-top: 25px;
        background-position: 28px 30px;
    }
    .lawyer__person p:first-child {
        font-size: .9375rem;
        line-height: 1.125rem;
    }
}

@media (min-width:1170px) {
    .lawyer__person p {
        font-size: .875rem;
        line-height: 1.0625rem;
    }
    .lawyer__person p:first-child {
        font-size: 1rem;
        line-height: 1.1875rem;
    }
}

.vote {
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    padding: 10px 20px;
}

p.vote__title {
    font-size: 1.0625rem;
    line-height: 1.125rem;
    color: #343951;
    margin: 10px 0 20px;
    font-weight: 600;
}

.vote__radio {
    font-size: .9375rem;
    line-height: 1.125rem;
    margin: 15px 0;
}

.vote__radio input:checked+label::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 3px;
    top: 3px;
    background-color: #03a9f4;
    border-radius: 50%;
    z-index: 1;
}

.vote__radio label {
    position: relative;
    padding-left: 25px;
    display: block;
    cursor: pointer;
}

.vote__radio label::after {
    content: "";
    width: 14px;
    height: 14px;
    background: linear-gradient(13.24deg, #888d9d 5.6%, #e5e9ec 91.04%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.vote__btn {
    border-radius: 10px;
    background-color: #03a9f4;
    font-size: 1rem;
    line-height: 1.1875rem;
    padding: 10px;
    max-width: 213px;
    margin: 20px auto 5px;
    display: block;
    color: #fff;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    font-weight: 600;
}

.vote__btn:hover {
    background-color: #076ea6;
}

.vote__btn:active {
    background-color: #84d6fb;
}

.vote__btn,
.vote__results {
    text-align: center;
}

.vote__results a {
    border-bottom-style: dashed;
}

.vote__answer,
li.comments__item {
    margin: 15px 0;
}

.vote__answer p {
    margin: 0;
    font-size: .9375rem;
    line-height: 1.125rem;
}

.vote__progress {
    height: 6px;
    width: 100%;
    background-color: #03a9f4;
}

p.vote__count {
    font-size: 14px;
    line-height: 20px;
    color: #757575;
    margin-bottom: 10px;
}

@media (min-width:480px) {
    .vote__title {
        font-size: 1.375rem;
        line-height: 1.75rem;
    }
    .vote__answer p,
    .vote__radio,
    p.vote__count {
        font-size: 1rem;
        line-height: 1.25rem;
    }
    .vote__radio label::after {
        top: 2px;
    }
    .vote__radio input {
        display: none;
    }
    .vote__radio input:checked+label::before {
        top: 5px;
    }
}

@media (min-width:780px) {
    .vote {
        padding-left: 55px;
        padding-right: 55px;
    }
    p.vote__title {
        font-size: 1.375rem;
        line-height: 1.75rem;
        margin: 20px 0;
    }
    .vote__btn {
        font-size: 1.0625rem;
        line-height: 1.375rem;
    }
    p.vote__count {
        margin-bottom: 40px;
    }
}

@media (min-width:1170px) {
    .vote__title {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }
    .vote__radio {
        font-size: 1.0625rem;
        line-height: 1.25rem;
        margin: 20px 0;
    }
    .vote__btn {
        font-size: 1.25rem;
        line-height: 1.5rem;
        padding-top: 13px;
        padding-bottom: 13px;
    }
    .vote__answer p {
        font-size: 1.0625rem;
        line-height: 1.25rem;
    }
    p.vote__count {
        font-size: 1.0625rem;
        margin-top: 30px;
    }
}

.documents,
ul.comments__list li.comments__item--active>.comments__wrap {
    position: relative;
}

.documents::after {
    content: '';
    width: calc(100% + 15px);
    height: 100%;
    background-color: #f6f6f6;
    position: absolute;
    left: -15px;
    top: 0;
}

.documents .owl-nav button .arrow {
    width: 10px;
    height: 19px;
    fill: #757575;
}

.documents .owl-nav button.owl-next {
    background: 0 0;
    right: 10px;
    width: 40px;
}

.documents .owl-nav button.owl-prev {
    background: 0 0;
    left: 0;
    width: 40px;
}

.documents .documents__item {
    background: #f4f6fe;
    border-radius: 0 0 10px 10px;
    margin: 10px 0 10px 10px;
}

.documents .documents__item p {
    font-size: .875rem;
    line-height: 1.25rem;
    color: #757575;
    padding: 7px 10px;
    margin-top: 0;
}

.documents .documents__item img {
    width: auto;
    max-width: 100%;
}

.documents .documents__item a,
a.article-theme__link {
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    display: block;
    border-bottom: none;
    border-radius: 0 0 10px 10px;
    text-decoration: none
}

.documents .documents__item a:hover,
a.article-theme__link:hover {
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .25);
}

.documents__carousel {
    padding-left: 20px;
}

@media (min-width:1070px) {
    .documents::after {
        display: none;
    }
    .documents__carousel {
        padding-left: 0;
    }
}

@media (min-width:1170px) {
    .documents__carousel {
        background-color: #f6f6f6;
        border-radius: 10px;
        padding: 20px;
    }
    .documents__carousel .owl-nav button.owl-next,
    .documents__carousel .owl-nav button.owl-prev {
        width: 50px;
        height: 50px;
        background: #e3e2e9;
        -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
        box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
        border-radius: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
    }
    .documents__carousel .owl-nav button.owl-next svg,
    .documents__carousel .owl-nav button.owl-prev svg {
        margin: 0 auto;
    }
    .documents__carousel .owl-nav button.owl-next:hover,
    .documents__carousel .owl-nav button.owl-prev:hover {
        background-color: #e3e2e9;
    }
    .documents__carousel .owl-nav button.owl-next {
        right: -25px;
    }
    .documents__carousel .owl-nav button.owl-prev {
        -webkit-transform: translateY(-50%) scale(-1, 1);
        transform: translateY(-50%) scale(-1, 1);
        left: -25px;
    }
}

.article-theme {
    background: #f6f6f6;
    border-radius: 10px;
}

.article-theme img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}

a.article-theme__link {
    border-radius: 10px;
    padding-bottom: 1px;
}

a.article-theme__link:hover .article-theme__title {
    color: #076ea6;
}

a.article-theme__link:active .article-theme__title {
    color: #84d6fb;
}

.article-theme__status,
.article-theme__title {
    font-size: .9375rem;
    line-height: 1.125rem;
    color: #03a9f4;
    display: block;
    margin: 10px 15px;
}

.article-theme__status {
    font-size: .75rem;
    line-height: 1.25rem;
    color: #757575;
}

@media (min-width:560px) {
    .article-theme--left {
        float: left;
        width: 220px;
        margin-top: 7px;
        margin-right: 20px;
    }
    .article-theme--right {
        float: right;
        width: 220px;
        margin-top: 7px;
        margin-left: 20px;
    }
}

@media (min-width:1170px) {
    .article-theme--left,
    .article-theme--right {
        width: 270px;
        position: relative;
        z-index: 1;
    }
    .article-theme__title {
        font-size: 1rem;
        line-height: 1.125rem;
    }
    .article-theme__status {
        font-size: .875rem;
    }
}

.question-theme {
    background-color: #f6f6f6;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
}

p.question-theme__title,
p.turn__title {
    background: #f4f6fe;
    border-radius: 10px 10px 0 0;
    font-size: 1rem;
    line-height: 1.75rem;
    padding: 6px 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.question-theme__bottom {
    padding: 10px 20px 20px;
}

.question-theme__item {
    margin: 0 0 10px;
    font-size: .9375rem;
    line-height: 1.25rem;
}

.question-theme__item a {
    color: #212121;
    border-bottom: none;
}

.question-theme__item span {
    padding-left: 20px;
    color: #757575;
    background: url("../img/comment-icon.667a38d16594.svg") left center no-repeat;
    font-size: .75rem;
    line-height: .875rem;
}

.question-theme__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px;
}

.question-theme__links a,
.turn__item a {
    border-bottom: none;
}

.question-theme__more {
    padding-right: 15px;
    background: url("../img/refresh.1bce03c44fc9.svg") right center no-repeat;
}

.question-theme__more span {
    border-bottom: 1px dashed #03a9f4;
}

.question-theme__all,
.question-theme__more,
.themes p {
    font-size: .875rem;
    line-height: 1.0625rem;
}

.question-theme__all span {
    border-bottom: 1px solid #03a9f4;
}

@media (min-width:560px) {
    .question-theme--left {
        float: left;
        width: 300px;
        margin-right: 20px;
        margin-top: 7px;
    }
    .question-theme--right {
        float: right;
        width: 300px;
        margin-left: 20px;
        margin-top: 7px;
    }
}

@media (min-width:1170px) {
    .question-theme--left,
    .question-theme--right {
        width: 378px;
    }
    .question-theme__title {
        font-size: 1.0625rem;
        line-height: 1.75rem;
    }
    .question-theme__item {
        font-size: 1rem;
        line-height: 1.125rem;
        margin-bottom: 15px;
    }
    .question-theme__all,
    .question-theme__more {
        font-size: 1rem;
        line-height: 1.1875rem;
    }
}

.turn {
    background-color: #f6f6f6;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
}

.turn__bottom {
    padding: 10px 20px 1px;
}

.turn__item {
    margin: 0 0 15px;
    font-size: .9375rem;
    line-height: 1.25rem;
}

.turn__item span {
    color: #212121;
    white-space: nowrap;
}

@media (min-width:560px) {
    .turn--left,
    .turn--right {
        width: 300px;
        margin-top: 7px;
    }
    .turn--left {
        margin-right: 20px;
        float: left;
    }
    .turn--right {
        float: right;
        margin-left: 20px;
    }
}

@media (min-width:780px) {
    .turn__item {
        font-size: 1rem;
        line-height: 1.125rem;
    }
}

@media (min-width:1170px) {
    .turn__item {
        margin-bottom: 20px;
    }
}

.themes p {
    color: #757575;
    margin: 15px 0 0;
}

.themes a,
p.comments__title a {
    font-size: .875rem;
    border-radius: 10px;
    display: inline-block;
}

.themes a {
    background: #f6f6f6;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .25);
    line-height: 1.125rem;
    color: #212121;
    border: 0;
    padding: 9px 15px;
    margin: 6px 10px 7px 0;
}

.themes a:hover {
    color: #fff;
    background-color: #076ea6;
}

.themes a:active {
    color: #fff;
    background-color: #84d6fb;
}

@media (min-width:1170px) {
    .themes a {
        font-size: 1rem;
        line-height: 1.125rem;
    }
}

p.comments__title {
    font-size: 1.0625rem;
    line-height: 1.75rem;
    font-weight: 600;
    color: #343951;
    margin: 15px 0;
}

p.comments__title>span {
    margin-right: 24px;
}

p.comments__title a {
    line-height: 1.0625rem;
    padding: 6px 15px;
    color: #03a9f4;
    border: 1px solid #03a9f4;
    text-decoration: none;
    margin: 5px 0 0;
}

p.comments__title a:hover {
    border-color: #03a9f4;
    background-color: #03a9f4;
    color: #fff;
}

p.comments__title a:hover svg path {
    stroke: #fff;
}

p.comments__title svg {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
}

p.comments__title svg path {
    stroke: #03a9f4;
}

.comments__textarea {
    position: relative;
    border: 1px solid #757575;
    max-width: 770px;
}

.comments__textarea textarea {
    font-size: 1rem;
    line-height: 1.75rem;
    color: #212121;
    padding: 6px 10px;
    resize: none;
    display: block;
    width: 100%;
    height: 42px;
    outline: 0;
    border: 0;
}

.comments__textarea textarea::-webkit-input-placeholder {
    color: #aaa;
}

.comments__textarea textarea::-moz-placeholder {
    color: #aaa;
}

.comments__textarea textarea:-ms-input-placeholder,
.comments__textarea textarea::-ms-input-placeholder {
    color: #aaa;
}

.comments__textarea textarea::placeholder {
    color: #aaa;
}

.comments__textarea:focus-within {
    padding-bottom: 60px;
}

.comments__textarea:focus-within textarea {
    height: 90px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.comments__textarea:focus-within .comments__cancel,
.comments__textarea:focus-within .comments__submit {
    display: block;
}

.comments__textarea--child {
    padding-bottom: 60px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #fff;
}

.comments__textarea--child textarea {
    height: 90px;
}

.comments__textarea--child .comments__cancel {
    display: block;
    max-width: 110px;
}

.comments__textarea--child .comments__submit {
    display: block;
    max-width: 110px;
    padding: 5px 0;
}

.comments__textarea--child .comments__cancel {
    padding: 4px 0;
    right: 130px;
}

.comments__cancel,
.comments__submit {
    border-radius: 10px;
    cursor: pointer;
    max-width: 135px;
    font-size: 1.0625rem;
    line-height: 1.375rem;
    padding: 9px 0;
    font-weight: 600;
    width: 100%;
    position: absolute;
    bottom: 10px;
    display: none;
}

.comments__cancel {
    background: #fff;
    color: #212121;
    border: 1px solid #757575;
    right: 155px;
}

.comments__submit {
    color: #fff;
    background: #03a9f4 url("../img/arrow-right.8165dea2203a.svg") no-repeat calc(100% - 15px) center;
    background-size: 7px;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    border: 0;
    background-image: none;
    text-align: center;
    right: 10px;
    margin: 0;
}

.comments__submit:hover,
a.ask-and-help__btn:hover {
    background-color: #076ea6;
}

.comments__submit:active,
a.ask-and-help__btn:active {
    background-color: #84d6fb;
}

ul.comments__list {
    list-style: none;
    padding: 0;
    max-width: 770px;
    background: 0 0;
    margin-bottom: 0;
}

ul.comments__list .comments__item {
    padding-left: 0;
    margin: 15px 0;
}

ul.comments__list li.comments__item--active>.comments__wrap::after {
    content: '';
    background-color: #ebfceb;
    position: absolute;
    left: -7px;
    top: -5px;
    border-radius: 10px;
    width: calc(100% + 15px);
    height: calc(100% + 10px);
    z-index: -1;
    display: block;
}

.comments__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.comments__author p {
    font-size: .75rem;
    line-height: .875rem;
    color: #aaa;
    margin: 0;
}

.comments__author p:first-child {
    font-size: .875rem;
    line-height: 1.0625rem;
    font-weight: 600;
    color: #212121;
}

.comments__like {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.comments__like a {
    -ms-flex-preferred-size: 13px;
    flex-basis: 13px;
    border-bottom: none;
}

.comments__like a:hover svg {
    fill: #03a9f4;
}

.comments__like svg {
    fill: #757575;
}

.comments__like .dislike {
    -webkit-transform: rotate(180deg) translateY(2px);
    transform: rotate(180deg) translateY(2px);
}

.comments__number {
    font-size: .875rem;
    line-height: 1.0625rem;
    font-weight: 600;
    padding: 0 6px;
    text-align: center;
}

.comments__number--green {
    color: #58bc68;
}

.comments__number--red {
    color: #f44336;
}

.comments__answer,
.comments__text p {
    line-height: 1.25rem;
}

.comments__text p {
    margin: 5px 0;
    line-height: 26px;
    font-size: 16px
}

.comments__text li {
    font-size: 16px
}

.comments__answer {
    color: #03a9f4;
    text-decoration: none;
}

.comments__reply {
    padding-left: 15px;
    font-size: .875rem;
    line-height: 1.0625rem;
    color: #757575;
    background: url("../img/reply.9d8b25a4cc60.svg") left center no-repeat;
    font-weight: 400;
}

@media (min-width:780px) {
    p.comments__title {
        font-size: 1.375rem;
        line-height: 1.75rem;
    }
    .comments__wrap {
        margin-top: 40px;
    }
    .comments__textarea {
        margin-bottom: 30px;
    }
    .comments__textarea textarea {
        font-size: 1rem;
    }
    .comments__textarea--child {
        margin-bottom: 15px;
    }
    .comments__author p {
        font-size: .875rem;
    }
    .comments__author p:first-child {
        font-size: 1rem;
        margin-bottom: 5px;
    }
    .comments__answer {
        font-size: 1rem;
        line-height: 1.25rem;
    }
}

@media (min-width:1070px) {
    p.comments__title {
        font-size: 1.5rem;
    }
    .comments__author p:first-child {
        font-size: 1.0625rem;
    }
    .comments__textarea textarea {
        font-size: 1.0625rem;
    }
}

.table-of-contents {
    background: #f6f6f6;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    top: 0;
    transition: top 300ms;
}


/* .table-of-contents::after {background: -webkit-gradient(linear,left top,left bottom,from(rgba(246,246,246,0)),to(rgba(167,167,167,.6)));background: linear-gradient(180deg,rgba(246,246,246,0) 0%,rgba(167,167,167,.6) 100%);height: 48px;width: 100%;position: absolute;bottom: 0;left: 0;content: '';border-radius: 0 0 6px 6px;} */

.table-of-contents--active ol.table-of-contents__list {
    height: 100%;
    display: block;
    overflow: auto;
}

.table-of-contents--active::after {
    display: none;
}

p.table-of-contents__title {
    font-size: 1rem;
    line-height: 1.25rem;
    color: #212121;
    padding: 10px 20px 10px 30px;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
    cursor: pointer;
}

p.table-of-contents__title span {
    padding-right: 20px;
    background: url("../img/table-of-content-arrow.22bf2cb79c52.svg") right center no-repeat;
}

ol.table-of-contents__list {
    display: none;
    height: 0;
    margin-bottom: 0;
    overflow: hidden;
    padding: 0 5px
}

#toc ol.table-of-contents__list li {
    padding-left: 30px;
    line-height: 1.5rem;
}

#toc ol.table-of-contents__list li::before {
    background: 0 0;
    color: #03a9f4;
    content: counter(counter);
    width: auto;
    left: 7px;
    top: -1px;
}

@media (max-width:479px) {
    #toc ol.table-of-contents__list li::before {
        font-size: 17px;
        top: 3px
    }
}

#toc ol.table-of-contents__list li>ol {
    padding-left: 0;
    margin-bottom: 0;
    counter-reset: subcounter;
}

#toc ol.table-of-contents__list li>ol li::before {
    left: 0;
    counter-increment: subcounter;
    content: counter(counter) "." counter(subcounter);
}

#toc ol.table-of-contents__list li:last-child {
    margin-bottom: 5px;
}

#toc ol.table-of-contents__list a {
    font-size: 17px;
    line-height: 27px;
    text-decoration: none;
    color: #212121;
    border: 0;
}

@media (min-width:480px) {
    p.table-of-contents__title {
        font-size: 1.25rem;
        line-height: 1.5rem;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #toc ol.table-of-contents__list a {
        font-size: 1rem;
        line-height: 1.1875rem;
    }
}

@media (min-width:1170px) {
    .table-of-contents::after {
        display: none;
    }
    ol.table-of-contents__list {
        height: 0;
        padding: 0 0 0 35px;
    }
    #toc ol.table-of-contents__list li {
        margin: 10px 0;
    }
    #toc ol.table-of-contents__list li::before {
        left: -20px;
        top: 2px;
        padding-left: 20px;
        font-size: 1.0625rem;
        line-height: 1.25rem;
    }
    #toc ol.table-of-contents__list li::after {
        content: "→";
        position: absolute;
        left: -20px;
        top: 0;
        color: #03a9f4;
        font-weight: 600;
        display: none;
    }
    #toc ol.table-of-contents__list li a {
        font-size: 1.0625rem;
        line-height: 1.25rem;
    }
    #toc ol.table-of-contents__list li>ol li {
        padding-left: 35px;
    }
    #toc ol.table-of-contents__list li>ol li::before {
        left: -20px;
    }
    #toc ol.table-of-contents__list li.table-of-contents__element--active::after {
        display: block;
    }
    #toc ol.table-of-contents__list li.table-of-contents__element--active a {
        color: #076ea6;
    }
    #toc ol.table-of-contents__list li.table-of-contents__element--active a:active {
        color: #84d6fb;
    }
    p.table-of-contents__title {
        padding-left: 35px;
        cursor: default;
    }
    .table-of-contents--active ol.table-of-contents__list {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.table-of-contents--sticky {
    position: sticky!important;
    top: 80px!important;
    width: 370px!important;
    margin-left: auto;
    transform: translate(400px, 0);
}

.matter__author,
.matter__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.matter__info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px 0;
}

.matter__author {
    margin: 3px 20px 3px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.matter__author img {
    margin-right: 8px;
    display: block;
}

.matter__author p,
.matter__date p {
    color: #757575;
    font-size: 14px;
    line-height: 14px;
    margin: 0;
}

.matter__author span {
    color: #212121;
    font-size: 14px;
    line-height: .875rem;
    display: block;
}

.matter__author span span {
    color: #757575;
    margin: 0;
    display: inline-block;
}

.matter__date {
    margin: 5px 0;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

@media (min-width:780px) {
    .matter__author p,
    .matter__author span span,
    .matter__date p {
        font-size: .75rem;
        line-height: .875rem;
    }
    .matter__author span {
        font-size: .875rem;
        line-height: 1.0625rem;
    }
    .matter__date {
        margin: 3px 0;
    }
}

.ask-and-help__block {
    padding: 20px 15px;
    border-radius: 10px;
    margin: 23px 0;
}

.ask-and-help__block p {
    font-size: .875rem;
    line-height: 1.0625rem;
    margin: 15px 0;
}

.ask-and-help__block p:first-of-type {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin: 0 0 15px;
    font-weight: 600;
}

.ask-and-help__ask {
    background-color: #f4f6fe;
}

.ask-and-help__help {
    background-color: #ebfceb;
}

a.ask-and-help__btn {
    font-size: .875rem;
    line-height: 1rem;
    font-weight: 600;
    background: #03a9f4 url("../img/arrow-right.8165dea2203a.svg") no-repeat calc(100% - 15px) center;
    background-size: 7px;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    border-radius: 10px;
    border: 0;
    padding: 12px 30px 12px 15px;
    text-align: left;
    cursor: pointer;
    text-decoration: none;
    max-width: initial;
    display: inline-block;
    margin: 0 0 10px;
    color: #fff;
}

a.ask-and-help__btn:active,
a.ask-and-help__btn:hover {
    color: #fff;
}

@media (min-width:780px) {
    .ask-and-help {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .ask-and-help__block {
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    }
    .ask-and-help__block p:first-of-type {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }
    a.ask-and-help__btn {
        font-size: 1.25rem;
        line-height: 1.5rem;
        padding-left: 25px;
        padding-right: 35px;
    }
}

.article-by-theme__wrap {
    padding-top: 1px;
    padding-bottom: 1px;
}

.article-by-theme__title {
    font-size: 1.75rem;
    line-height: 2.1875rem;
    color: #343951;
    margin: 30px 0 10px;
    font-weight: 700;
}

.article-by-theme__item:not(:first-child)>a,
.articles__item:not(:first-child) img {
    display: none;
}

.article-by-theme__item:not(:last-child) {
    margin-bottom: 20px;
}

.article-by-theme__item p {
    margin: 0;
}

.article-by-theme__item>a {
    margin-bottom: 10px;
    display: block;
}

.article-by-theme__img {
    width: 100%;
}

.article-by-theme__link {
    font-size: 1rem;
    line-height: 1.1875rem;
    color: #212121;
    text-decoration: none;
    display: inline-block;
}

.article-by-theme__link:hover {
    color: #076ea6;
}

.article-by-theme__link:active {
    color: #84d6fb;
}

.article-by-theme__comments,
.article-by-theme__view {
    font-size: .75rem;
    line-height: 1rem;
    color: #757575;
    padding-left: 18px;
    display: inline-block;
}

.article-by-theme__view {
    background: url("../img/eye.149bbd041f74.svg") left top no-repeat;
    margin-right: 5px;
}

.article-by-theme__comments {
    background: url("../img/comment.12c936357c17.svg") left center no-repeat;
}

.article-by-theme__more {
    text-decoration: none;
    color: #212121;
    font-size: 1.0625rem;
    line-height: 1.375rem;
    margin: 10px 0 20px;
    display: inline-block;
}

.article-by-theme__more span,
a.matter-theme__more span {
    border-bottom: 1px dashed #212121;
}

.article-by-theme__more:hover {
    color: #076ea6;
}

.article-by-theme__more:hover span,
.cases__practice:hover span,
a.cases__link:hover span,
a.filter__more:hover span,
a.lattest-news__more:hover span,
a.matter-theme__more:hover span {
    border-bottom-color: #076ea6;
}

.article-by-theme__more:active {
    color: #84d6fb;
    border-bottom-color: #84d6fb;
}

@media (min-width:680px) {
    .article-by-theme {
        background: #f4f6fe;
        border-radius: 50px 0;
    }
    .article-by-theme--white {
        background-color: #fff;
    }
    .article-by-theme__item {
        -ms-flex-preferred-size: 49.25%;
        flex-basis: 49.25%;
        margin-right: 1.5%
    }
    .article-by-theme__item:nth-child(2n) {
        margin-right: 0
    }
    .article-by-theme__item:not(:first-child)>a {
        display: block;
    }
    .article-by-theme__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (min-width:780px) {
    .article-by-theme__title {
        font-size: 2.25rem;
        line-height: 2.375rem;
    }
}

@media (min-width:1070px) {
    .article-by-theme__item {
        -ms-flex-preferred-size: 23.875%;
        flex-basis: 23.875%;
        margin-right: 1.5%;
    }
    .article-by-theme__item:nth-child(2n) {
        margin-right: 1.5%;
    }
    .article-by-theme__item:nth-child(4n) {
        margin-right: 0;
    }
}

@media (min-width:1170px) {
    .article-by-theme__wrap {
        margin-top: 20px;
        margin-bottom: 40px;
    }
}

.matter-theme {
    padding-top: 1px;
}

p.matter-theme__title {
    font-size: 1.75rem;
    line-height: 2.1875rem;
    font-weight: 700;
    margin: 10px 0;
    color: #343951;
}

.matter-theme__item:not(:last-child) {
    margin: 0 0 20px;
}

.matter-theme__item p {
    margin: 0;
}

a.matter-theme__link,
a.matter-theme__more {
    font-size: 1rem;
    line-height: 1.1875rem;
    color: #212121;
    display: block;
    text-decoration: none;
    border-bottom: none;
}

a.matter-theme__link:hover {
    color: #076ea6;
}

a.matter-theme__link:active {
    color: #84d6fb;
}

.matter-theme__comments,
.matter-theme__name,
.matter-theme__view {
    font-size: .75rem;
    line-height: 1rem;
    color: #757575;
    padding-left: 18px;
    display: inline-block;
}

.matter-theme__view {
    background: url("../img/eye.149bbd041f74.svg") left top no-repeat;
    margin-right: 5px;
}

.matter-theme__comments {
    background: url("../img/comment.12c936357c17.svg") left center no-repeat;
}

.matter-theme__name {
    background: url("../img/user.f3170f84ef6d.svg") left 1px no-repeat;
    margin-right: 5px;
}

.matter-theme__block {
    border-radius: 10px;
    background-color: #f4f6fe;
    padding: 10px;
}

a.matter-theme__more {
    font-size: 1.0625rem;
    line-height: 1.375rem;
    margin: 0 0 10px;
    display: inline-block;
}

a.matter-theme__more:hover {
    color: #076ea6;
}

a.matter-theme__more:active {
    color: #84d6fb;
    border-bottom-color: #84d6fb;
}

a.matter-theme__more--all {
    display: none;
}

a.matter-theme__more--all span {
    border-bottom-style: solid;
}

.matter-theme__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width:640px) {
    p.matter-theme__title {
        font-size: 1.75rem;
        line-height: 2.125rem;
    }
    .matter-theme__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background: 0 0;
        padding: 0;
    }
    .matter-theme__item {
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    }
    .matter-theme__item:nth-child(odd) {
        margin-right: 4%;
    }
}

@media (min-width:780px) {
    .matter-theme {
        margin-top: 0;
    }
    p.matter-theme__title {
        font-size: 2.25rem;
        line-height: 2.375rem;
    }
}

@media (min-width:1170px) {
    .matter-theme {
        -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
        box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
        border-radius: 10px;
        margin-top: 5px;
    }
    p.matter-theme__title {
        font-size: 1.25rem;
        line-height: 1.5rem;
        font-weight: 400;
        padding: 5px 25px;
    }
    p.matter-theme__title span {
        padding-right: 20px;
        background: url("../img/table-of-content-arrow.22bf2cb79c52.svg") right center no-repeat;
    }
    .matter-theme__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: #f6f6f6;
        border-radius: 0 0 10px 10px;
        padding: 15px 25px;
    }
    .matter-theme__item {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    a.matter-theme__link {
        font-size: 1.0625rem;
        line-height: 1.25rem;
    }
    a.matter-theme__more {
        color: #03a9f4;
    }
    a.matter-theme__more span {
        border-color: #03a9f4;
    }
    a.matter-theme__more--all {
        display: block;
    }
}

.news__date {
    margin: 5px 0 15px;
}

.news__date p {
    color: #757575;
    font-size: 14px;
    line-height: .75rem;
    margin: 0;
}

@media (min-width:580px) {
    .news__date p {
        font-size: .75rem;
        line-height: .875rem;
    }
}

@media (min-width:1070px) {
    .news__date p {
        font-size: .875rem;
        line-height: 1.0625rem;
    }
}

.lattest-news {
    border-radius: 50px 0;
    background-color: #f4f6fe;
    padding: 20px 15px;
    margin: 0 -15px;
}

p.lattest-news__title {
    font-size: 1.75rem;
    line-height: 2.1875rem;
    font-weight: 700;
    margin: 10px 0;
    color: #343951;
}

.lattest-news__item {
    margin: 0 0 20px;
}

.lattest-news__item p {
    margin: 0;
}

a.lattest-news__link,
a.lattest-news__more {
    font-size: 1rem;
    line-height: 1.1875rem;
    color: #212121;
    display: block;
    text-decoration: none;
    border-bottom: none;
}

a.lattest-news__link:hover {
    color: #076ea6;
}

a.lattest-news__link:active {
    color: #84d6fb;
}

.lattest-news__date {
    font-size: .75rem;
    line-height: 1rem;
    color: #757575;
    display: inline-block;
}

a.lattest-news__more {
    font-size: 1.0625rem;
    line-height: 1.375rem;
    margin: 0 0 10px;
    display: inline-block;
}

a.lattest-news__more span {
    border-bottom: 1px dashed #212121;
}

a.articles__link:hover p,
a.lattest-news__more:hover {
    color: #076ea6;
}

a.lattest-news__more:active {
    color: #84d6fb;
    border-bottom-color: #84d6fb;
}

a.lattest-news__more--all,
ul.pagination li.pagination__item::after,
ul.team__list li.team__item::after {
    display: none;
}

a.lattest-news__more--all span {
    border-bottom-style: solid;
}

.lattest-news__links,
ul.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width:640px) {
    p.lattest-news__title {
        font-size: 1.75rem;
        line-height: 2.125rem;
    }
    .lattest-news__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background: 0 0;
        padding: 0;
    }
    .lattest-news__item {
        -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    }
    .lattest-news__item:not(:last-child) {
        margin-right: 2%;
    }
    .lattest-news__item:nth-child(3n+3) {
        margin-right: 0;
    }
}

@media (min-width:780px) {
    .lattest-news {
        margin-top: 0;
    }
    p.lattest-news__title {
        font-size: 2.25rem;
        line-height: 2.375rem;
    }
}

@media (min-width:1170px) {
    .lattest-news {
        -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
        box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
        border-radius: 10px;
        padding: 1px 0 0;
        background-color: #fff;
        margin: 5px 0 0;
    }
    p.lattest-news__title {
        font-size: 1.25rem;
        line-height: 1.5rem;
        font-weight: 400;
        padding: 5px 25px;
    }
    p.lattest-news__title span {
        padding-right: 20px;
        background: url("../img/table-of-content-arrow.22bf2cb79c52.svg") right center no-repeat;
    }
    .lattest-news__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: #f6f6f6;
        border-radius: 0 0 10px 10px;
        padding: 15px 25px;
    }
    .lattest-news__item {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    a.lattest-news__link {
        font-size: 1.0625rem;
        line-height: 1.25rem;
    }
    a.lattest-news__more {
        color: #03a9f4;
    }
    a.lattest-news__more span {
        border-color: #03a9f4;
    }
    a.lattest-news__more--all {
        display: block;
    }
}

.articles__item {
    margin: 0 0 20px;
}

.articles__item img {
    border-radius: 5px;
}

.articles__item img,
.cases__item img {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

a.articles__link,
a.pagination__link {
    display: block;
    border-bottom: none;
}

a.articles__link p,
a.cases__link p {
    font-size: 1rem;
    line-height: 1.1875rem;
    margin-bottom: 0;
    margin-top: 5px;
}

a.articles__link p {
    margin: 10px 0 5px;
}

a.articles__link p span,
a.cases__link p span {
    color: #757575;
    font-size: .75rem;
    line-height: .875rem;
}

a.articles__link:active p {
    color: #84d6fb;
}

@media (min-width:480px) {
    .articles {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .articles__item {
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
        margin-bottom: 30px;
    }
    .articles__item:nth-child(odd) {
        margin-right: 4%;
    }
    .articles__item:not(:first-child) img {
        display: block;
    }
}

@media (min-width:780px) {
    .articles {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .articles__item {
        -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    }
    .articles__item:nth-child(3n+3) {
        margin-right: 0;
    }
    .articles__item:not(:nth-child(3n+3)) {
        margin-right: 2%;
    }
    .articles__item:not(:nth-child(3n+3)) img {
        display: block;
    }
}

@media (min-width:1170px) {
    .articles--full .articles__item {
        -ms-flex-preferred-size: 23%;
        flex-basis: 23%;
    }
    .articles--full .articles__item:nth-child(4n+4) {
        margin-right: 0;
    }
    .articles--full .articles__item:not(:nth-child(4n+4)) {
        margin-right: 2.66%;
    }
}

ul.pagination {
    background: 0 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

ul.pagination li.pagination__item {
    width: 25px;
    margin: 0 3px;
    text-align: center;
    color: #03a9f4;
    padding-left: 0;
}

a.pagination__link {
    width: 25px;
    font-size: 1rem;
    line-height: 1.5625rem;
    border-radius: 50%;
    color: #03a9f4;
    text-align: center;
}

a.pagination__link--active,
a.pagination__link:hover {
    background-color: #03a9f4;
    color: #fff;
}

a.pagination__link--left {
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

a.pagination__link--left:hover,
a.pagination__link--right:hover {
    background-color: initial;
}

a.pagination__link--left,
a.pagination__link--right {
    height: 100%;
    background: url("../img/pagination-arrow.83dcca2be175.svg") no-repeat center;
}

@media (min-width:780px) {
    ul.pagination li.pagination__item {
        width: 36px;
    }
    ul.pagination li.pagination__item--dotted {
        -ms-flex-item-align: end;
        align-self: flex-end;
        margin-bottom: 5px;
    }
    a.pagination__link {
        width: 36px;
        line-height: 2.25rem;
        font-size: 1.125rem;
    }
}

.filter {
    background: #f6f6f6;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    border-radius: 10px;
    position: relative;
}

p.filter__title {
    font-size: 1rem;
    line-height: 1.25rem;
    color: #212121;
    padding: 10px 20px 10px 30px;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
    cursor: pointer;
}

p.filter__title span {
    padding-right: 20px;
    background: url("../img/table-of-content-arrow.22bf2cb79c52.svg") right center no-repeat;
}

.filter__block {
    padding: 10px 20px;
    display: none;
}

.filter__block p {
    margin: 3px 0;
}

.filter__block a {
    border: 0;
    color: #212121;
    padding: 5px 10px;
    display: inline-block;
}

.filter__block a:hover {
    color: #076ea6;
}

.filter__block a:active {
    color: #84d6fb;
}

.filter__block a.active {
    background-color: #03a9f4;
    color: #fff;
    border-radius: 10px;
}

.filter__block--active {
    display: block;
}

a.filter__more {
    text-decoration: none;
    color: #03a9f4;
    font-size: 1.0625rem;
    line-height: 1.375rem;
    margin: 10px 0;
    display: inline-block;
    border-bottom: none;
}

a.filter__more span {
    border-bottom: 1px dashed #03a9f4;
}

a.filter__more:hover {
    color: #076ea6;
}

a.filter__more:active {
    color: #84d6fb;
    border-bottom-color: #84d6fb;
}

@media (min-width:780px) {
    p.filter__title {
        font-size: 1.125rem;
        line-height: 1.375rem;
    }
}

@media (min-width:1170px) {
    .filter__block {
        display: block;
    }
    .filter__block a {
        font-size: 1.0625rem;
        line-height: 1.25rem;
        display: inline-block;
    }
}

.questions__item {
    margin-bottom: 15px;
}

.questions__item p {
    margin-bottom: 0;
}

.cases__left p,
a.questions__link {
    font-size: .875rem;
    line-height: 1.0625rem;
}

a.questions__link {
    border-bottom: none;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    display: block;
    padding: 10px 20px;
    border-radius: 10px;
    color: #212121;
}

a.questions__link:hover {
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .25);
}

.questions__comments,
.questions__date,
.questions__name,
.questions__view {
    font-size: .75rem;
    line-height: .875rem;
    color: #757575;
    padding-left: 18px;
    display: inline-block;
}

.questions__date {
    padding-left: 0;
}

.questions__view {
    background: url("../img/eye.149bbd041f74.svg") left top no-repeat;
    margin-right: 5px;
}

.questions__comments {
    background: url("../img/comment.12c936357c17.svg") left center no-repeat;
}

.questions__name {
    background: url("../img/user.f3170f84ef6d.svg") left 1px no-repeat;
    margin-right: 5px;
}

.questions__buttons {
    background: #f6f6f6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .25);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .25);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0 30px;
    max-width: 275px;
}

.questions__buttons button {
    font-size: 1rem;
    line-height: 1.1875rem;
    color: #03a9f4;
    padding: 8px 0;
    margin: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    border-radius: 10px;
    background: 0 0;
    cursor: pointer;
}

.questions__buttons .active {
    background: #03a9f4;
    color: #fff;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .25);
    font-weight: 600;
    padding: 6px 0;
    margin-top: -5px;
    margin-bottom: -5px;
}

@media (min-width:480px) {
    a.questions__link {
        font-size: 1rem;
        line-height: 1.1875rem;
    }
}

@media (min-width:1170px) {
    .questions__buttons button {
        font-size: 1.125rem;
        line-height: 1.375rem;
    }
}

.cases img.cases__img,
.cases__item {
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
}

.cases img.cases__img {
    max-width: 100%;
    width: auto;
    margin: 20px auto;
    display: none;
}

.cases__title {
    font-size: 1.75rem;
    line-height: 2.125rem;
    font-weight: 700;
    margin: 20px 0;
    color: #343951;
}

.cases__item {
    background: #fff;
    border-radius: 10px;
    position: relative;
}

.cases__left {
    padding: 60px 20px 20px;
}

.cases__left p {
    color: #bdbdbd;
    margin: 15px 0;
}

.cases__left p span {
    display: block;
    font-size: 1rem;
    line-height: 1.1875rem;
    color: #212121;
    margin-top: 5px;
}

p.cases__number {
    position: absolute;
    left: 20px;
    top: 10px;
    margin: 20px 0;
    width: calc(100% - 40px);
    font-size: 1.25rem;
    line-height: 1.5rem;
}

p.cases__debt span {
    font-size: 1.625rem;
    line-height: 1.9375rem;
    font-weight: 700;
}

p.cases__text span {
    font-size: .875rem;
    line-height: 1.0625rem;
}

a.cases__link {
    padding-left: 45px;
    background: url("../img/pdf.530da4ecf953.svg") left top no-repeat;
    margin: 0 20px 20px;
    color: #212121;
    text-decoration: none;
    display: block;
    border-bottom: none;
}

a.cases__link span {
    border-bottom: 1px solid #000;
}

a.cases__link:hover {
    color: #076ea6;
}

a.cases__link:active {
    color: #84d6fb;
}

.cases__practice:active span,
a.cases__link:active span,
.uslugi__link a:active span {
    border-bottom-color: #84d6fb;
}

.cases__btn,
.cases__practice,
a.cases__link {
    font-size: 1.0625rem;
    line-height: 1.375rem;
}

.cases__btn {
    background-color: #03a9f4;
    border-radius: 0 0 10px 10px;
    width: 100%;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
    color: #fff;
    display: block;
}

.cases__btn:hover {
    background-color: #076ea6;
}

.cases__btn:active {
    background-color: #84d6fb;
}

.cases__practice {
    display: inline-block;
    color: #212121;
    text-decoration: none;
    margin: 20px 0;
}

.cases__practice span,
.uslugi__link a span {
    border-bottom: 1px solid #212121;
}

.cases__practice:hover,
a.cases__link:hover p,
a.other-services__link:hover {
    color: #076ea6;
}

.cases__practice:active,
a.cases__link:active p {
    color: #84d6fb;
}

.cases__item {
    margin: 0 0 30px;
}

.cases__item:not(:first-child) img {
    display: none;
}

@media (min-width:1070px) {
    .cases {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .cases__item {
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
        margin: 12px 0;
    }
    .cases__item:nth-child(odd) {
        margin-right: 2%;
    }
}

@media (min-width:640px) {
    .cases img.cases__img {
        display: block;
    }
    .cases__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 20px;
    }
    .cases__right {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        -ms-flex-preferred-size: 220px;
        flex-basis: 220px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-left: 20px;
    }
    .cases__left {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-top: 7px;
    }
    p.cases__date span {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
    .cases__left p,
    p.cases__text span {
        font-size: 1rem;
        line-height: 1.1875rem;
    }
    p.cases__number {
        position: static;
        width: auto;
    }
    a.cases__link {
        margin: 20px 0;
    }
    .cases__btn {
        background: 0 0;
        padding: 0;
        color: #03a9f4;
        margin: 10px 0;
    }
    .cases__btn span {
        border-bottom: 1px dashed #03a9f4;
    }
    .cases__btn:hover {
        background: 0 0;
        color: #076ea6;
    }
    .cases__btn:hover span {
        border-color: #076ea6;
    }
    .cases__btn:active {
        color: #84d6fb;
    }
    .cases__btn:active span {
        border-color: #84d6fb;
    }
    .cases__practice {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
}

@media (min-width:780px) {
    .cases__title {
        font-size: 2.25rem;
        line-height: 2.375rem;
        margin-top: 40px;
    }
}

@media (min-width:1170px) {
    .cases__title {
        font-size: 2.5rem;
        line-height: 3rem;
    }
}

.uslugi__btn,
.uslugi__item {
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    border-radius: 10px;
}

.uslugi__item {
    background: url("../img/leaf.00bac7b60ca5.png") center top no-repeat #f6f6f6;
    padding: 30px 15px 15px;
    margin: 0 0 30px;
}


.uslugi__list .uslugi__text {
  display: none;
  padding-left: 20px;
  background: url("../img/bullet-blue.a2cfe232f2f0.svg") left 5px no-repeat;
}
@media (min-width: 470px) {
  .uslugi__list .uslugi__text {
    padding-left: 26px;
  }
}
.uslugi__list .uslugi__text:nth-child(even) {
  margin-right: 0;
}
.uslugi__list .uslugi__text:nth-child(1),
.uslugi__list .uslugi__text:nth-child(2),
.uslugi__list .uslugi__text:nth-child(3),
.uslugi__list .uslugi__text:nth-child(4) {
  display: block;
}

.uslugi--horizont .uslugi__item {
    padding: 24px 18px 15px;
    margin: 0 0 20px;
}

@media (min-width:780px) {
  .uslugi--horizont .uslugi__item {
      padding: 28px 27px 15px;
  }
  .uslugi__list {
    display: flex;
    flex-wrap: wrap;
  }
  .uslugi__list .uslugi__text {
    width: 45%;
    margin-right: 7%;
  }
}

@media (min-width:780px) {
  .uslugi__actions {
    flex-shrink: 0;
    width: 254px;
    margin-left: 2.0em;
  }
}
@media (min-width:1070px) {
  .uslugi__actions {
    margin-left: 6.0em;
  }
}

.uslugi__btn {
    color: #fff;
    font-weight: 600;
    background: #03a9f4 url("../img/arrow-right.8165dea2203a.svg") no-repeat calc(100% - 15px) center;
    background-size: 7px;
    border: 0;
    text-align: left;
    display: block;
    cursor: pointer;
    max-width: 250px;
    margin: 10px auto;
    font-size: 1rem;
    line-height: 1.1875rem;
    padding: 12px 35px 12px 25px;
}

.uslugi--horizont .uslugi__btn {
  min-width: 260px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 0.7em;
  margin-bottom: 1.0em;
  font-size: 1.25rem;
}
@media (min-width: 470px) {
  .uslugi--horizont .uslugi__btn {
    min-width: 213px;
  }
}

.contacts-form__button button:hover,
.uslugi__btn:hover {
    background-color: #076ea6;
}

.contacts-form__button button:active,
.uslugi__btn:active {
    background-color: #84d6fb;
}

.uslugi__title {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 600;
    margin: 20px 0;
}

.uslugi:not(.uslugi--horizont) .uslugi__title::after {
    content: '';
    width: 70px;
    height: 1px;
    background-color: #f44336;
    display: block;
    margin-top: 20px;
}

.uslugi__text {
    font-size: .875rem;
    line-height: 1.0625rem;
    margin: 25px 0;
}

.uslugi--horizont .uslugi__text {
    font-size: .875rem;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 18px;
}
@media (min-width: 470px) {
  .uslugi--horizont .uslugi__text {
      margin-bottom: 25px;
  }
}
.uslugi__link,
.uslugi__price {
    text-align: center;
    font-weight: 600;
}

.uslugi__price {
    color: #212121;
    margin: 25px 0 10px;
    font-size: 1.0625rem;
    line-height: 1.375rem;
}

.uslugi--horizont .uslugi__price {
    font-size: 1.75rem;
    line-height: inherit;
    font-weight: 600;
    margin-top: 1.1em;
    margin-bottom: 0.2em;
}

.uslugi__link {
    font-size: 1rem;
    line-height: 1.1875rem;
}
.uslugi--horizont .uslugi__link {
    font-size: 1.125rem;
    line-height: inherit;
}

.uslugi__more {
  display: flex;
  align-items: center;
  color: #ED281F;
  margin-left: 20px;
  cursor: pointer;
  margin-bottom: 1.1em;
}

@media (min-width: 470px) {
  .uslugi__more {
    margin-left: 26px;
  }
  .uslugi__list + .uslugi__more {
    margin-top: -0.8em;
  }
}

.uslugi__more span {
  border-bottom: 1px dashed
}

.uslugi__more::after {
  display: inline-block;
  content: '';
  background-position: center;
  height: 1.0em;
  margin-left: 0.3em;
  width: 1.0em;
  background-image: url("../img/uslugi-arrow.f9e10cbdc356.svg");
  background-repeat: no-repeat;
}

.uslugi__more i {
  font-style: normal;
}

.uslugi__link a {
    color: #212121;
    text-decoration: none;
    border-bottom: none;
}

.uslugi__link a:hover {
    color: #03a9f4;
}

a.other-services__link:active,
.uslugi__link a:active {
    color: #84d6fb;
}

.uslugi__note {
    font-size: .75rem;
    line-height: .875rem;
    margin: 20px 0;
}

.uslugi__note--mini {
    font-size: .875rem;
    line-height: 1.0625rem;
}

@media (min-width:480px) {
    .uslugi__title {
        font-size: 1.5rem;
        line-height: 1.8125rem;
    }
    .uslugi--horizont .uslugi__title {
        font-size: 1.75rem;
        margin-top: 0;
        line-height: inherit;
        font-weight: 600;
        margin-bottom: 18px;
    }
    .uslugi__text {
        font-size: 1.0rem;
        line-height: 1.375rem;
    }
    .uslugi--horizont .uslugi__text {
        line-height: 1.3;
        font-size: 1.0rem;
        margin-bottom: 2.0em;
    }
    .uslugi__price {
        font-size: 1.375rem;
        line-height: 1.625rem;
    }
    .uslugi--horizont .uslugi__price {
        margin-top: 1.55em;
        margin-bottom: 0.6em;
    }
    .uslugi__btn {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
    .uslugi__link {
        font-size: 1.0625rem;
        line-height: 1.375rem;
    }

}

@media (min-width:580px) {
    .uslugi {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .uslugi--horizont {
      display: block;
    }
    .uslugi:not(.uslugi--horizont) .uslugi__item {
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    }
    .uslugi:not(.uslugi--horizont) .uslugi__item:nth-child(odd) {
        margin-right: 4%;
    }
}

@media (min-width:780px) {
  .uslugi--horizont .uslugi__item {
    display: flex;
    background-position: 90% 0;
  }
}
@media (min-width:1070px) {
    .uslugi:not(.uslugi--horizont) .uslugi__item {
        margin: 15px 0;
        padding-left: 27px;
        -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    }
    .uslugi--horizont .uslugi__item {

    }
    .uslugi:not(.uslugi--horizont) .uslugi__item:nth-child(3n+3) {
        margin-right: 0;
    }
    .uslugi:not(.uslugi--horizont) .uslugi__item:not(:nth-child(3n+3)) {
        margin-right: 2%;
    }
    .uslugi:not(.uslugi--horizont) .uslugi__item:not(:nth-child(3n+3)) img {
        display: block;
    }
    .uslugi__title::after {
        display: none;
    }
    .uslugi:not(.uslugi--horizont) .uslugi__text {
        padding-left: 26px;
        background: url("../img/bullet.83dc4d031751.svg") left 5px no-repeat;
    }
}

p.other-services__title {
    font-size: 1.75rem;
    line-height: 2.1875rem;
    font-weight: 700;
    margin: 10px 0;
    color: #343951;
}

.other-services__item {
    margin: 0 0 15px;
    font-size: .9375rem;
    line-height: 1.25rem;
}

.contacts__text .contacts__mail a,
.garanty p a,
.other-services__item a {
    border-bottom: none;
}

.contacts__work-time span,
.other-services__item span {
    color: #212121;
}

a.other-services__link {
    font-size: 1rem;
    line-height: 1.1875rem;
    color: #212121;
    display: block;
    text-decoration: none;
    border-bottom: none;
}

@media (min-width:780px) {
    .other-services {
        margin-top: 0;
    }
    p.other-services__title {
        font-size: 2.25rem;
        line-height: 2.375rem;
        margin-bottom: 20px;
    }
    .other-services__item {
        font-size: 1rem;
        line-height: 1.125rem;
    }
}

@media (min-width:1170px) {
    .other-services__item {
        margin-bottom: 20px;
    }
    .other-services {
        -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
        box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
        border-radius: 10px;
        padding: 1px 0 0;
        background-color: #fff;
        margin: 5px 0 0;
    }
    p.other-services__title {
        font-size: 1.25rem;
        line-height: 1.5rem;
        font-weight: 400;
        padding: 5px 25px;
        margin-bottom: 10px;
    }
    p.other-services__title span {
        padding-right: 20px;
        background: url("../img/table-of-content-arrow.22bf2cb79c52.svg") right center no-repeat;
    }
    .other-services__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: #f6f6f6;
        border-radius: 0 0 10px 10px;
        padding: 15px 25px;
    }
    .other-services__item {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    a.other-services__link {
        font-size: 1.0625rem;
        line-height: 1.25rem;
    }
}

.about-us {
    background: #fff;
}

.about-us__block {
    margin-top: 20px;
}

.about-us__garanty,
.about-us__team {
    margin: 25px 0;
}

@media (min-width:580px) {
    .about-us__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .about-us__left {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-right: 20px;
    }
    .about-us__right {
        -ms-flex-preferred-size: 220px;
        flex-basis: 220px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .about-us__team {
        margin: 0 0 25px;
    }
}

@media (min-width:1070px) {
    .about-us__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .about-us__left {
        margin-right: 30px;
    }
    .about-us__left p {
        font-size: 1.0625rem;
        line-height: 1.6875rem;
    }
    .about-us__right {
        -ms-flex-preferred-size: 270px;
        flex-basis: 270px;
    }
    .about-us__team {
        margin: 0 0 25px;
    }
    .about-us__numbers {
        margin: 25px 0 35px;
    }
}

.numbers__item {
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    border-radius: 10px;
    background-color: #fff;
    padding: 20px;
    margin: 25px 0;
}

.numbers__item:hover,
.office .office__item a:hover,
ul.team__list li.team__item:hover {
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .25);
}

.numbers__item p {
    font-size: 4.6875rem;
    line-height: 4.6875rem;
    font-weight: 900;
    text-align: center;
    margin: 0;
}

.numbers__item p span {
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin-left: -10px;
}

.numbers__item p .numbers__znak {
    font-size: 3.125rem;
    line-height: 3.125rem;
}

.numbers__item p:nth-child(2) {
    font-size: 2.625rem;
    line-height: 2.625rem;
    font-weight: 400;
}

.numbers__item p:nth-child(3) {
    font-size: 1rem;
    line-height: 1.5625rem;
    font-weight: 400;
}

@media (min-width:780px) {
    .numbers {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .numbers__item {
        -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
        padding: 20px 10px;
        margin: 0;
    }
    .numbers__item p {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
    .numbers__item p span {
        font-size: 1.625rem;
        line-height: 1.625rem;
    }
    .numbers__item p .numbers__znak {
        font-size: 1.875rem;
        line-height: 1.875rem;
    }
    .numbers__item p:nth-child(2) {
        font-size: 1.375rem;
        line-height: 1.375rem;
    }
    .numbers__item p:nth-child(3) {
        font-size: .75rem;
        line-height: .875rem;
    }
}

@media (min-width:1170px) {
    .numbers__item p {
        font-size: 4.6875rem;
        line-height: 4.6875rem;
        font-weight: 900;
        text-align: center;
        margin: 0;
    }
    .numbers__item p span {
        font-size: 2.5rem;
        line-height: 2.5rem;
        margin-left: -10px;
    }
    .numbers__item p .numbers__znak {
        font-size: 3.125rem;
        line-height: 3.125rem;
    }
    .numbers__item p:nth-child(2) {
        font-size: 2.625rem;
        line-height: 2.625rem;
        font-weight: 400;
    }
    .numbers__item p:nth-child(3) {
        font-size: 1rem;
        line-height: 1.5625rem;
        font-weight: 400;
    }
}

.garanty {
    background: url("../img/leaf.00bac7b60ca5.png") center top no-repeat #f4f6fe;
    border-radius: 10px;
    padding: 35px 25px 15px;
}

p.garanty__title {
    font-size: 1.375rem;
    line-height: 1.625rem;
    font-weight: 600;
}

@media (min-width:780px) {
    p.garanty__title {
        font-size: 1.5rem;
        line-height: 1.8125rem;
    }
}

.team--mt-40 {
    margin-top: 40px;
}

ul.team__list {
    padding: 0;
    list-style: none;
}

ul.team__list li.team__item {
    padding: 0;
    border-radius: 12px;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    margin: 25px 0;
    background-color: #f6f6f6;
    overflow: hidden;
}

ul.team__list li.team__item:hover .team__img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.team__title {
    font-size: 1.75rem;
    line-height: 2.125rem;
    font-weight: 700;
    color: #343951;
}

.team__img {
    width: 100%;
    border-radius: 10px 10px 0 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.team__info {
    padding: 20px;
    text-align: center;
}

.team__photo {
    max-height: 360px;
    overflow: hidden;
}

p.team__name {
    font-size: 1.25rem;
    line-height: 1.5625rem;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 5px;
}

p.team__post {
    font-size: .875rem;
    line-height: 1.0625rem;
    margin-bottom: 15px;
    margin-top: 5px;
}

p.team__more {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    font-weight: 500;
    margin-bottom: 0;
}

p.team__more a {
    border-bottom: none;
    text-decoration: none;
}

@media (min-width:580px) {
    ul.team__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    ul.team__list li.team__item {
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
        margin-top: 0;
        margin-bottom: 25px;
    }
    ul.team__list li.team__item:nth-child(odd) {
        margin-right: 4%;
    }
    .team--first ul.team__list li.team__item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-right: 0;
        margin-bottom: 0;
    }
    .team__title {
        font-size: 2.25rem;
        line-height: 2.375rem;
    }
}

@media (min-width:1070px) {
    ul.team__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    ul.team__list li.team__item {
        -ms-flex-preferred-size: 23.5%;
        flex-basis: 23.5%;
        margin-top: 0;
        margin-bottom: 25px;
    }
    ul.team__list li.team__item:nth-child(odd) {
        margin-right: 0;
    }
    ul.team__list li.team__item:not(:nth-child(4n+4)) {
        margin-right: 2%;
    }
}

.contacts__carousel {
    margin: 20px 0 30px;
    max-width: 1140px;
}

.contacts__address,
.contacts__office,
.contacts__text,
.contacts__work-time {
    margin-bottom: 20px;
}

.contacts__text p {
    font-size: .875rem;
    line-height: 1.0625rem;
    color: #757575;
    margin-bottom: 5px;
}

.contacts__text .contacts__phone {
    font-size: 1.375rem;
    line-height: 1.375rem;
    color: #343951;
    font-weight: 700;
    border-bottom: none;
}

.contacts__office p {
    font-size: 1.1875rem;
    line-height: 1.4375rem;
    color: #343951;
    font-weight: 700;
}

.contacts__office p>span {
    margin-right: 15px;
}

.contacts__address a,
.contacts__office a {
    font-size: .875rem;
    line-height: 1.0625rem;
    border-bottom: none;
    font-weight: 400;
}

.contacts__office a span {
    border-bottom: 1px dashed #03a9f4;
}

.contacts__address p,
.contacts__work-time p {
    font-size: .875rem;
    line-height: 1.375rem;
}

.contacts__address p>span {
    margin-right: 15px;
}

.contacts__address a span {
    border-bottom: 1px dashed #03a9f4;
}

.contacts__work-time p {
    color: #757575;
}

@media (min-width:480px) {
    .contacts__address a,
    .contacts__office a,
    .contacts__text p {
        font-size: 1rem;
        line-height: 1.1875rem;
    }
    .contacts__office p {
        font-size: 1.625rem;
        line-height: 1.9375rem;
    }
    .contacts__address {
        margin-bottom: 0;
    }
    .contacts__address p {
        margin-bottom: 5px;
    }
    .contacts__address p,
    .contacts__work-time p {
        font-size: 1rem;
        line-height: 1.1875rem;
    }
}

@media (min-width:1070px) {
    .contacts__address a,
    .contacts__office a,
    .contacts__text p {
        font-size: 1.0625rem;
        line-height: 1.375rem;
    }
    .contacts__office p {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .contacts__address p,
    .contacts__work-time p {
        font-size: 1.0625rem;
        line-height: 1.375rem;
    }
}

.map {
    width: 100%;
    height: 370px;
}

.contacts-form {
    margin: 30px 0 50px;
}

.contacts-form__title {
    font-size: 22px;
    line-height: 26px;
    color: #343951;
    margin: 20px 0;
}

.contacts-form__file,
.contacts-form__input {
    max-width: 300px;
}

.contacts-form__input,
.contacts-form__textarea {
    margin: 12px 0;
}

.contacts-form__input input,
.contacts-form__input textarea,
.contacts-form__textarea input,
.contacts-form__textarea textarea {
    background: #e5e9ec;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .25);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .25);
    border-radius: 10px;
    font-size: 1.0625rem;
    line-height: 1.375rem;
    padding: 10px 15px 10px 19px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    color: #212121;
    outline: 0;
    border: 1px solid transparent;
}

.contacts-form__input input:focus,
.contacts-form__input textarea:focus,
.contacts-form__textarea input:focus,
.contacts-form__textarea textarea:focus,
.form-question__input input:focus,
.form-question__input textarea:focus,
.form-question__textarea input:focus,
.form-question__textarea textarea:focus,
.popup-form__input input:focus {
    background: #fff;
    border-color: #076ea6;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contacts-form__input::-webkit-input-placeholder,
.contacts-form__textarea::-webkit-input-placeholder {
    color: #757575;
}

.contacts-form__input::-moz-placeholder,
.contacts-form__textarea::-moz-placeholder {
    color: #757575;
}

.contacts-form__input:-ms-input-placeholder,
.contacts-form__input::-ms-input-placeholder,
.contacts-form__textarea:-ms-input-placeholder,
.contacts-form__textarea::-ms-input-placeholder {
    color: #757575;
}

.contacts-form__input::placeholder,
.contacts-form__textarea::placeholder {
    color: #757575;
}

.contacts-form__textarea {
    max-width: 670px;
}

.contacts-form__textarea textarea {
    min-height: 135px;
    resize: none;
}

.contacts-form__button,
.contacts-form__file {
    margin: 12px 0;
}

.contacts-form__button button,
.contacts-form__file label {
    border-radius: 10px;
    border: 0;
    display: block;
    width: 100%;
    cursor: pointer;
}

.contacts-form__button button {
    background: #03a9f4 url("../img/arrow-right.8165dea2203a.svg") no-repeat calc(100% - 15px) center;
    background-size: 7px;
    background-image: none;
    max-width: 100%;
    text-align: center;
    margin: 0;
    font-weight: 600;
    color: #fff;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    padding: 12px;
    font-size: 1.25rem;
    line-height: 1.5rem;
}

.contacts-form__file input {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.contacts-form__file label {
    background: url("../img/clip.e821bf3b10d3.svg") 19px center no-repeat #e5e9ec;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .25);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .25);
    font-size: 1.0625rem;
    line-height: 1.375rem;
    padding: 10px 15px 10px 55px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #757575;
}

.contacts-form__button {
    max-width: 213px;
}

.contacts-form__conf {
    margin: 15px 0 10px;
    max-width: 470px;
}

.contacts-form__conf input,
.office .owl-nav button.disabled {
    display: none;
}

.contacts-form__conf input:checked+label::before {
    background: url("../img/conf-check.bb6b562999d0.svg") center/cover no-repeat;
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 0;
}

.contacts-form__conf input:checked+label::after {
    display: none;
}

.contacts-form__conf label {
    color: #bdbdbd;
    font-size: .75rem;
    line-height: .875rem;
    position: relative;
    padding-left: 20px;
    display: block;
}

.contacts-form__conf label::after,
.form-question__conf label::after,
.popup-form__conf label::after {
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid #212121;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.contacts-form__conf a {
    color: #bdbdbd;
    display: inline-block;
}

.contacts-form__conf a:hover {
    text-decoration: none;
}

@media (min-width:480px) {
    .contacts-form__title {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}

.office {
    position: relative;
}

.office .owl-nav button .arrow {
    width: 10px;
    height: 19px;
    fill: #757575;
}

.office .owl-nav button.owl-next:hover,
.office .owl-nav button.owl-prev:hover {
    background: 0 0;
    background-color: #e3e2e9;
}

.office .owl-nav button.owl-next,
.office .owl-nav button.owl-prev {
    background: 0 0;
    position: absolute;
}

.office .owl-nav button.owl-next,
.office .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
    background: #e3e2e9;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    margin: 0;
}

.office .owl-nav button.owl-next svg,
.office .owl-nav button.owl-prev svg {
    margin: 0 auto;
}

.office .owl-nav button.owl-next {
    right: -5px;
}

.office .owl-nav button.owl-prev {
    -webkit-transform: translateY(-50%) scale(-1, 1);
    transform: translateY(-50%) scale(-1, 1);
    left: -5px;
}

.office .office__item {
    background: #f4f6fe;
    border-radius: 0 0 10px 10px;
}

.office .office__item p {
    font-size: .875rem;
    line-height: 1.25rem;
    color: #757575;
    padding: 7px 10px;
}

.office .office__item img {
    width: auto;
    max-width: 100%;
}

.office .office__item a {
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    display: block;
    border-bottom: none;
    border-radius: 0 0 10px 10px;
}

@media (min-width:1070px) {
    .office::after {
        display: none;
    }
    .office__carousel {
        padding-left: 0;
    }
}

.form-modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, .5);
    z-index: -999;
    overflow-y: auto;
    overflow-x: hidden;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    opacity: 0;
    display: none;
    height: 100%;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.form-modal--active {
    opacity: 1;
    z-index: 9999;
    display: block!important
}

.form-modal__block {
    max-width: 940px;
    width: calc(100% - 20px);
    border-radius: 5px 5px 5px 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    margin: 25px auto;
    padding: 35px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.form-modal__close {
    background: 0 0;
    border: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    margin: 0;
    padding: 0;
    width: 28px;
    height: 30px;
}

.form-modal__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
}

@media (max-width:680px) {
    .form-modal__block {
        padding: 20px 15px;
    }
    .form-modal__close {
        right: 10px;
        width: 18px;
        height: 20px;
    }
}

.representations__title {
    font-size: 1.875rem;
    line-height: 2.25rem;
    color: #343951;
    font-weight: 600;
    margin: 0 80px 20px 0;
}

.representations__city a {
    text-decoration: none;
    margin: 10px 20px 10px 0;
    display: inline-block;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #03a9f4;
}

.representations__city a:hover {
    color: #076ea6;
}

.representations__city a:active {
    color: #84d6fb;
}

@media (max-width:680px) {
    .representations__title {
        font-size: 1.5rem;
        line-height: 1.875rem;
        margin-right: 50px;
    }
    .representations__city a {
        font-size: 1.0625rem;
        line-height: 1.25rem;
        margin: 5px 10px 5px 0;
    }
}

.way__title {
    font-size: 1.875rem;
    line-height: 2.25rem;
    margin: 0 0 30px;
    font-weight: 600;
    color: #343951;
}

.way__buttons {
    background: #f6f6f6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .25);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .25);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0;
    max-width: 275px;
}

.way__buttons button,
a.way__btn {
    border-radius: 10px;
    border: 0;
    cursor: pointer;
    margin: 0;
}

.way__buttons button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    background: 0 0;
    font-size: 1.125rem;
    line-height: 1.375rem;
    color: #03a9f4;
    padding: 8px 0;
}

.way__buttons .active {
    background: #03a9f4;
    color: #fff;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .25);
    font-weight: 600;
    padding: 6px 0;
    margin-top: -5px;
    margin-bottom: -5px;
}

.way__text {
    font-size: 1.0625rem;
    line-height: 1.375rem;
}

.way__img,
.way__text p {
    margin: 20px 0;
}

.way__img img {
    display: block;
    max-width: 100%;
    height: auto;
}

a.way__btn {
    text-decoration: none;
    color: #fff;
    background: #03a9f4 url("../img/arrow-right.8165dea2203a.svg") no-repeat calc(100% - 15px) center;
    background-size: 7px;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    display: block;
    width: 100%;
    background-image: none;
    max-width: 280px;
    text-align: center;
    padding: 12px;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 600;
}

.form-question__button button:hover,
a.way__btn:hover {
    background-color: #076ea6;
}

.form-question__button button:active,
a.way__btn:active {
    background-color: #84d6fb;
}

@media (max-width:680px) {
    .way__title {
        font-size: 1.5rem;
        line-height: 1.875rem;
        margin-right: 50px;
    }
}

@media (max-width:480px) {
    .way__buttons button {
        font-size: 1rem;
        line-height: 1.1875rem;
    }
}

.form-question {
    margin: 0 0 30px;
}

p.form-question__text {
    margin-bottom: 20px;
    max-width: 670px;
    font-size: 1rem;
    line-height: 1.1875rem;
}

p.form-question__text a {
    font-size: 1.375rem;
    line-height: 1.375rem;
    color: #03a9f4;
    font-weight: 700;
    border-bottom: none;
}

.form-question__input {
    max-width: 670px;
    margin: 12px 0;
}

.form-question__textarea {
    margin: 12px 0;
}

.form-question__input label,
.form-question__textarea label {
    font-size: 1rem;
    line-height: 1.1875rem;
    margin-bottom: 5px;
    margin-top: 5px;
    display: inline-block;
}

.form-question__input span,
.form-question__textarea span {
    color: #f44336;
}

.form-question__input .form-question__span,
.form-question__textarea .form-question__span {
    color: #757575;
}

.form-question__input input,
.form-question__textarea input {
    max-width: 300px;
}

.form-question__input input,
.form-question__input textarea,
.form-question__textarea input,
.form-question__textarea textarea {
    background: #e5e9ec;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .25);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .25);
    border-radius: 10px;
    font-size: 1.0625rem;
    line-height: 1.375rem;
    padding: 10px 15px 10px 19px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    color: #212121;
    outline: 0;
    border: 1px solid transparent;
}

.form-question__input textarea,
.form-question__textarea,
.form-question__textarea textarea {
    max-width: 670px;
}

.form-question__input::-webkit-input-placeholder,
.form-question__textarea::-webkit-input-placeholder {
    color: #757575;
}

.form-question__input::-moz-placeholder,
.form-question__textarea::-moz-placeholder {
    color: #757575;
}

.form-question__input:-ms-input-placeholder,
.form-question__input::-ms-input-placeholder,
.form-question__textarea:-ms-input-placeholder,
.form-question__textarea::-ms-input-placeholder,
.search-page__field:-ms-input-placeholder {
    color: #757575;
}

.form-question__input::placeholder,
.form-question__textarea::placeholder {
    color: #757575;
}

.form-question__textarea textarea {
    min-height: 135px;
    resize: none;
}

.form-question__button {
    margin: 12px 0;
    max-width: 213px;
}

.form-question__button button {
    color: #fff;
    background: #03a9f4 url("../img/arrow-right.8165dea2203a.svg") no-repeat calc(100% - 15px) center;
    background-size: 7px;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    border-radius: 10px;
    border: 0;
    cursor: pointer;
    display: block;
    width: 100%;
    background-image: none;
    max-width: 100%;
    text-align: center;
    padding: 12px;
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 600;
}

.form-question__conf {
    margin: 20px 0;
    max-width: 670px;
}

.form-question__conf input {
    display: none;
}

.form-question__conf input:checked+label::before {
    background: url("../img/conf-check.bb6b562999d0.svg") center/cover no-repeat;
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 0;
}

.form-question__conf input:checked+label::after {
    display: none;
}

.form-question__conf label {
    color: #bdbdbd;
    font-size: .75rem;
    line-height: .875rem;
    position: relative;
    padding-left: 20px;
    display: block;
}

.form-question__conf a {
    color: #bdbdbd;
    display: inline-block;
    border-bottom: none;
    text-decoration: underline;
}

.form-question__conf a:hover {
    text-decoration: none;
}

@media (min-width:780px) {
    p.form-question__text {
        font-size: 1.0625rem;
        line-height: 1.375rem;
    }
}

.author-page__left img {
    width: 100%;
}

.author-page__right p {
    font-size: .875rem;
    line-height: 1.375rem;
    margin: 15px 0;
}

@media (min-width:680px) {
    .author-page__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .author-page__left {
        -ms-flex-preferred-size: 340px;
        flex-basis: 340px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 60px;
    }
}

@media (min-width:780px) {
    .author-page__block {
        margin-top: 15px;
    }
    .author-page__right p {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (min-width:1170px) {
    .author-page__right p {
        font-size: 17px;
        line-height: 28px;
    }
}

.search-page {
    max-width: 870px;
}

.search-page__field {
    margin: 12px 0;
}

.search-page__field label {
    font-size: 1rem;
    line-height: 1.1875rem;
    margin-bottom: 5px;
    display: block;
}

.search-page__field input {
    background: #f6f6f6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .25);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .25);
    border-radius: 10px;
    font-size: 1.0625rem;
    line-height: 1.375rem;
    padding: 10px 15px 10px 19px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    display: block;
    width: 100%;
    color: #212121;
    text-overflow: ellipsis;
}

.search-page__field::-webkit-input-placeholder {
    color: #757575;
}

.search-page__field::-moz-placeholder {
    color: #757575;
}

.popup-form__input:-ms-input-placeholder,
.search-page__field::-ms-input-placeholder {
    color: #757575;
}

.search-page__field::placeholder {
    color: #757575;
}

.search-page__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.search-page__input input {
    margin-right: 15px;
}

.search-page__input button,
p.search-page__title {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.5rem;
}

.search-page__input button {
    color: #fff;
    background: #03a9f4 url("../img/arrow-right.8165dea2203a.svg") no-repeat calc(100% - 15px) center;
    background-size: 7px;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    border-radius: 10px;
    border: 0;
    cursor: pointer;
    display: block;
    width: 150px;
    background-image: none;
    max-width: 100%;
    text-align: center;
    padding: 12px;
    margin: 0;
}

.search-page__input button:hover {
    background-color: #076ea6;
}

.search-page__input button:active {
    background-color: #84d6fb;
}

p.search-page__title {
    margin-top: 35px;
}

p.search-page__item {
    margin: 15px 0;
    color: #757575;
    font-size: 1.0625rem;
    line-height: 1.75rem;
}

p.search-page__item a {
    color: #212121;
    text-decoration: none;
    border-bottom: none;
}

@media (max-width:480px) {
    p.search-page__item {
        font-size: .875rem;
        line-height: 1.25rem;
    }
    .search-page__input {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .search-page__input input {
        margin-bottom: 15px;
    }
}

.filter-top__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #03a9f4;
    -webkit-clip-path: polygon(calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%, 0 0);
    clip-path: polygon(calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%, 0 0);
    margin: 0 10px 15px 0;
}

.filter-top__item span,
.popup-form__input input {
    font-size: 1.0625rem;
    line-height: 1.375rem;
    padding: 4px 20px 4px 10px;
    color: #fff;
}

.filter-top__item a {
    margin-left: 10px;
}

.filter-top__item a:hover {
    border-bottom: none;
}

@media (max-width:780px) {
    .filter-top__item span {
        font-size: 1rem;
        line-height: 1.1875rem;
    }
}

.popup-form__title {
    font-size: 1.375rem;
    line-height: 1.625rem;
    color: #343951;
    margin: 20px 0;
    font-weight: 600;
}

.popup-form__text {
    font-size: .875rem;
    line-height: 1.0625rem;
    margin-top: 0;
}

.form-modal--type-simple-form .popup-form__text {
    font-size: 16px;
    line-height: 1.5rem
}

.popup-form__input {
    max-width: 300px;
    margin: 12px 0;
}

.popup-form__input input {
    background: #e5e9ec;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .25);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .25);
    border-radius: 10px;
    padding: 10px 15px 10px 19px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    color: #212121;
    outline: 0;
    border: 1px solid transparent;
}

.popup-form__input::-webkit-input-placeholder {
    color: #757575;
}

.popup-form__input::-moz-placeholder {
    color: #757575;
}

.popup-form__input::-ms-input-placeholder {
    color: #757575;
}

.popup-form__input::placeholder {
    color: #757575;
}

.popup-form__button {
    margin: 12px 0;
    max-width: 300px;
}

.popup-form__button button {
    color: #fff;
    background: #03a9f4 url("../img/arrow-right.8165dea2203a.svg") no-repeat calc(100% - 15px) center;
    background-size: 7px;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    border-radius: 10px;
    border: 0;
    cursor: pointer;
    display: block;
    width: 100%;
    background-image: none;
    max-width: 100%;
    text-align: center;
    padding: 12px;
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 600;
}

.popup-form__button button:hover {
    background-color: #076ea6;
}

.popup-form__button button:active {
    background-color: #84d6fb;
}

.popup-form__conf {
    margin: 15px 0 10px;
    max-width: 470px;
}

.popup-form__conf input,
.popup-form__left {
    display: none;
}

.popup-form__conf input:checked+label::before {
    background: url("../img/conf-check.bb6b562999d0.svg") center/cover no-repeat;
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 0;
}

.popup-form__conf input:checked+label::after {
    display: none;
}

.popup-form__conf label {
    color: #bdbdbd;
    font-size: .75rem;
    line-height: .875rem;
    position: relative;
    padding-left: 20px;
    display: block;
}

.popup-form__conf a {
    color: #bdbdbd;
    display: inline-block;
}

.popup-form__conf a:hover {
    text-decoration: none;
}

@media (min-width:480px) {
    .popup-form__title {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}

@media (min-width:780px) {
    .popup-form {
        padding: 0;
    }
    .popup-form__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .popup-form__left {
        display: block;
        -ms-flex-preferred-size: 287px;
        flex-basis: 287px;
        position: relative;
        text-align: center;
    }
    .popup-form__left::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 90px;
        width: 100%;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(117, 117, 117, 0)), to(#757575));
        background: linear-gradient(180deg, rgba(117, 117, 117, 0) 0%, #757575 100%);
        z-index: 1;
        border-radius: 0 0 0 4px;
    }
    .popup-form__left img {
        display: block;
        max-width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 5px 0 0 6px;
    }
    .popup-form__left p {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        z-index: 2;
        font-size: 1.25rem;
        line-height: 1.5rem;
        font-weight: 600;
        color: #fff;
    }
    .popup-form__left span {
        font-size: 1rem;
        line-height: 1.1875rem;
        display: block;
        font-weight: 400;
    }
    .popup-form__right {
        display: block;
        padding: 20px 60px 20px 20px;
        -ms-flex-preferred-size: calc(100% - 287px);
        flex-basis: calc(100% - 287px);
    }
}

@media (min-width:1070px) {
    .popup-form__left {
        -ms-flex-preferred-size: 344px;
        flex-basis: 344px;
    }
    .popup-form__right {
        display: block;
        padding: 20px 60px;
        -ms-flex-preferred-size: calc(100% - 344px);
        flex-basis: calc(100% - 344px);
    }
}

.form__input--invalid input,
.form-invalid {
    border: 1px solid #ff1414!important;
}

.login-options {
    width: 300px;
    margin: 25px auto 0;
    text-align: center
}

.login-options-title {
    font-size: 13pt;
    font-weight: 600
}

.login-options-backends {
    margin: 10px 0;
}

.login-options-backends a {
    text-decoration: none;
    display: inline-block;
    border-bottom: none
}

.form-modal--type-simple-form .popup-form__right {
    flex-basis: 100%;
}

.form-modal--type-simple-form .form-modal__block {
    max-width: 600px;
}

.fake-wrapper {
    max-width: 770px;
    margin: 0 auto;
}

.teamblock {
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width: 480px) {
    .teamblock {
        margin-left: 0;
        margin-right: 0;
    }
}

.teamblock-list {
    padding-top: 14px;
    margin-bottom: 45px;
}

.teamblock-list .owl-nav button.owl-next,
.teamblock-list .owl-nav button.owl-prev {
    cursor: pointer;
    width: 1em;
    height: 70%;
    position: absolute;
    top: 0;
    margin: 0;
}

.teamblock-list .owl-nav button.owl-next svg,
.teamblock-list .owl-nav button.owl-prev svg {
    max-width: 100%;
}

.teamblock-list .owl-nav button.owl-next {
    right: 3.5em;
}

@media (min-width: 380px) {
    .teamblock-list .owl-nav button.owl-next {
        right: 5.25em;
    }
}

@media (min-width: 480px) {
    .teamblock-list .owl-nav button.owl-next {
        right: -0.625em;
    }
}

.teamblock-list .owl-nav button.owl-prev {
    left: 3.5em;
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

@media (min-width: 380px) {
    .teamblock-list .owl-nav button.owl-prev {
        left: 5.25em;
    }
}

@media (min-width: 480px) {
    .teamblock-list .owl-nav button.owl-prev {
        left: -0.625em;
    }
}

.teamblock-item {
    text-align: center;
}

.teamblock-item__img {
    margin: 0 auto 1.5em;
    width: 9.75em;
    height: 9.75em;
    max-width: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.teamblock-item__img>img {
    object-fit: cover;
}

.teamblock-item__name {
    font-size: 1rem;
    color: #000000;
    margin-bottom: 0.625em;
}

.teamblock-item__info {
    font-style: italic;
    font-size: 0.875rem;
    line-height: 1.2;
    text-align: center;
    color: #888D9D;
}

.howitwork-list {
    display: flex;
    flex-wrap: wrap;
    counter-reset: howitwork;
    padding-top: 1.125em;
}

.howitwork-list .owl-nav button.owl-next,
.howitwork-list .owl-nav button.owl-prev {
    cursor: pointer;
    width: 1em;
    height: 100%;
    position: absolute;
    top: 0;
    margin: 0;
}

.howitwork-list .owl-nav button.owl-next svg,
.howitwork-list .owl-nav button.owl-prev svg {
    max-width: 100%;
}

.howitwork-list .owl-nav button.owl-next {
    right: 0;
}

.howitwork-list .owl-nav button.owl-prev {
    left: 0;
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

.howitwork-item {
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding: 0 1.875em 0 1.875em;
    color: #333333;
}

@media (min-width: 380px) {
    .howitwork-item {
        padding: 0 1.875em 0 2.75em;
    }
}

@media (min-width: 480px) {
    .howitwork-item {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2.375em;
        padding: 0;
    }
    .howitwork-item:nth-child(2n) {
        margin-right: 0;
    }
}

@media (min-width: 780px) {
    .howitwork-item {
        width: 31%;
        margin-right: 3.5%;
    }
    .howitwork-item:nth-child(2n) {
        margin-right: 3.5%;
    }
    .howitwork-item:nth-child(3n) {
        margin-right: 0;
    }
}

.howitwork-item>*+* {
    margin-left: 1.125em;
}

.howitwork-item__icon {
    position: relative;
    width: 3.75em;
    flex-shrink: 0;
}

.howitwork-item__icon:after {
    display: block;
    counter-increment: howitwork;
    content: counter(howitwork);
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.5em;
    min-width: 1.5em;
    text-align: center;
    color: #EF1718;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    border-radius: 0.25em;
}

.howitwork-item__icon img {
    max-width: 100%;
}

.howitwork-item__info {
    padding-top: 0.25em;
}

.howitwork-item__title {
    font-weight: 600;
    font-size: 0.875em;
    line-height: 1.3;
    margin-bottom: 0.5em;
}

@media (min-width: 480px) {
    .howitwork-item__title {
        font-size: 1rem;
    }
}

.howitwork-item__text {
    font-weight: 300;
    font-size: 0.75rem;
    line-height: 1.3;
}

@media (min-width: 480px) {
    .howitwork-item__text {
        font-size: 0.875rem;
    }
}

.article li>ol {
    counter-reset: counter;
}

.article ol>li>ol>li {
    counter-increment: counter2;
}

.article ol>li>ol>li:before {
    counter-increment: none;
    content: counter(counter) "." counter(counter2);
}

.review-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 30px 15px 0;
}

.review-item:last-child {
    margin-bottom: 0
}

.contacts-social {
    margin-bottom: 35px;
}

.contacts-social-block {
    display: inline-block;
    margin-right: 60px;
}

.contacts-social-block a {
    display: inline-block;
    margin-right: 10px;
    color: #333;
    text-decoration: none;
}

.contacts-social-block a img {
    display: inline-block;
}

.contacts-social-block a span {
    position: relative;
    top: -13px;
    margin-left: 5px;
}

.landing__item {
    width: 23%;
    display: inline-block;
    background-size: cover;
    height: 200px;
    margin: 15px 1%;
    border-bottom: none!important;
    /*text-decoration: none!important;*/
}

.landing__name {
    padding: 10px;
    color: #fff;
    text-shadow: 0 0 3px #000;
    font-size: 17px;
}

@media (max-width: 900px) {
    .landing__item {
        width: 31.333%;
    }
}

@media (max-width: 600px) {
    .landing__item {
        width: 48%;
    }
}

@media (max-width: 480px) {
    .landing__item {
        width: 100%;
    }
}

.admin-btn {
    position: fixed;
    bottom: 2%;
    right: 1%;
    padding: 10px;
    background: red;
    color: #fff;
    font-size: 13px;
    z-index: 9999;
}

.shareList__item {
    display: inline-block;
    text-decoration: none!important;
    border: none!important;
    width: 22px;
    height: 22px;
    background-size: 22px 22px;
    border-radius: 50%;
}

.shareList__item--whatsapp {
    background-color: #65bc54;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 11.794c0 4.304-3.517 7.794-7.855 7.794a7.87 7.87 0 01-3.796-.97L4 20l1.418-4.182a7.714 7.714 0 01-1.127-4.024C4.29 7.489 7.807 4 12.145 4S20 7.49 20 11.794zm-7.855-6.553c-3.641 0-6.603 2.94-6.603 6.553A6.48 6.48 0 006.8 15.636l-.825 2.433 2.537-.806a6.6 6.6 0 003.633 1.084c3.642 0 6.604-2.94 6.604-6.553s-2.962-6.553-6.604-6.553zm3.967 8.348c-.049-.08-.177-.128-.37-.223-.192-.095-1.139-.558-1.315-.621-.177-.064-.305-.096-.434.095a10.92 10.92 0 01-.61.749c-.112.128-.224.143-.416.048-.193-.096-.813-.297-1.549-.948a5.76 5.76 0 01-1.07-1.323c-.113-.191-.013-.295.084-.39.086-.086.192-.223.289-.334.096-.112.128-.191.192-.319s.032-.239-.016-.335c-.048-.095-.433-1.035-.594-1.418-.16-.382-.32-.318-.433-.318-.112 0-.24-.016-.369-.016a.71.71 0 00-.513.239c-.177.19-.674.653-.674 1.593s.69 1.848.786 1.976c.096.127 1.332 2.119 3.289 2.884 1.958.764 1.958.51 2.31.477.353-.031 1.14-.461 1.3-.908.16-.446.16-.829.113-.908z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.shareList__item--vk {
    background-color: #4680c2;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.623 7.66c.12-.372 0-.643-.525-.643h-1.745c-.44 0-.644.237-.763.491 0 0-.898 2.17-2.152 3.576-.406.406-.593.542-.813.542-.119 0-.271-.136-.271-.508V7.644c0-.44-.136-.644-.509-.644H10.1c-.27 0-.44.203-.44.407 0 .423.627.525.694 1.711v2.576c0 .559-.101.66-.322.66-.593 0-2.033-2.185-2.897-4.676-.17-.492-.339-.678-.78-.678H4.593C4.085 7 4 7.237 4 7.491c0 .458.593 2.762 2.762 5.813 1.44 2.084 3.49 3.202 5.338 3.202 1.118 0 1.254-.254 1.254-.678v-1.575c0-.509.101-.594.457-.594.254 0 .712.136 1.746 1.136 1.186 1.186 1.39 1.728 2.05 1.728h1.745c.509 0 .746-.254.61-.745-.152-.492-.728-1.203-1.474-2.05-.407-.475-1.017-1-1.203-1.255-.254-.339-.186-.474 0-.78-.017 0 2.118-3.015 2.338-4.032' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.shareList__item--fb {
    background-color: #3b5998;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.423 20v-7.298h2.464l.369-2.845h-2.832V8.042c0-.824.23-1.385 1.417-1.385h1.515V4.111A20.255 20.255 0 0014.148 4c-2.183 0-3.678 1.326-3.678 3.76v2.097H8v2.845h2.47V20h2.953z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.shareList__item--ok {
    background-color: #eb722e;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.674 6.536a1.69 1.69 0 00-1.688 1.688c0 .93.757 1.687 1.688 1.687a1.69 1.69 0 001.688-1.687 1.69 1.69 0 00-1.688-1.688zm0 5.763a4.08 4.08 0 01-4.076-4.075 4.08 4.08 0 014.076-4.077 4.08 4.08 0 014.077 4.077 4.08 4.08 0 01-4.077 4.075zm-1.649 3.325a7.633 7.633 0 01-2.367-.98 1.194 1.194 0 011.272-2.022 5.175 5.175 0 005.489 0 1.194 1.194 0 111.272 2.022 7.647 7.647 0 01-2.367.98l2.279 2.28a1.194 1.194 0 01-1.69 1.688l-2.238-2.24-2.24 2.24a1.193 1.193 0 11-1.689-1.689l2.279-2.279' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.shareList__item--tg {
    background-color: #41b4e6;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23FFF' d='M25.515 6.896L6.027 14.41c-1.33.534-1.322 1.276-.243 1.606l5 1.56 1.72 5.66c.226.625.115.873.77.873.506 0 .73-.235 1.012-.51l2.43-2.363 5.056 3.734c.93.514 1.602.25 1.834-.863l3.32-15.638c.338-1.363-.52-1.98-1.41-1.577z'/%3E%3C/svg%3E");
    background-size: 20px 21px;
}

@media (max-width: 479px) {
    .shareList__items .shareList__item {
        height: 18px;
        width: 18px;
        background-size: 18px 18px;
    }
    .shareList__items .shareList__item--tg {
        background-size: 16px 17px;
    }
}

@media (min-width: 1px) {
    .shareList__items-lg .shareList__item {
        height: 28px;
        width: 28px;
        background-size: 28px 28px;
    }
    .shareList__items-lg .shareList__item--tg {
        background-size: 26px 27px;
    }
}

.comments__more-button {
    background: #fff;
    border: 1px solid #03A9F4;
    border-radius: 10px;
    width: 100%;
    max-width: 770px;
    padding: 9px 0;
    margin-top: 10px;
    cursor: pointer;
}

.comments__more-button:hover {
    background: #03A9F4;
    color: #fff;
}

@media (max-width: 480px) {
    .hidden-sm {
        display: none!important;
    }
}

.chavoList {
    margin-bottom: 1.0em;
}

@media (min-width: 970px) {
    .chavoList {
        margin-bottom: 3.0em;
    }
}

.chavoItem {
    background-color: #F4F6FE;
    border-radius: 6px;
    margin-bottom: 0.7em;
    position: relative;
    padding: 0.8em 0.7em 0.6em 3.75em;
    transition: box-shadow 300ms, background-color 300ms;
}

@media (min-width: 640px) {
    .chavoItem {
        padding: 1.1em 1.25em 0.6em 5.7em;
    }
}

.chavoItem.active {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
}

.chavoItem__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3.0em;
    border-radius: 6px;
    background-color: #EAECF4;
    transition: background-color 300ms, height 300ms;
}

@media (min-width: 640px) {
    .chavoItem__arrow {
        width: 4.375em;
    }
}

.chavoItem__arrow svg {
    display: block;
    width: 1.0em;
    height: 1.0em;
    fill: #2C6E8C;
    transition: fill 300ms;
}

@media (min-width: 640px) {
    .chavoItem__arrow svg {
        width: 1.25em;
        height: 1.25em;
    }
}

.active>.chavoItem__arrow {
    background-color: transparent;
    height: 5.0em;
}

.active>.chavoItem__arrow svg {
    fill: #9A9EB0;
    transform: scale(1, -1);
}

.chavoItem__ask {
    position: relative;
    font-size: 0.875rem;
    line-height: 1.2;
    padding-bottom: 0.4em;
    cursor: pointer;
    font-weight: 600;
    color: #000000;
}

@media (min-width: 640px) {
    .chavoItem__ask {
        font-size: 1.125em;
        line-height: 1.55;
    }
}

.chavoItem__answer {
    display: none;
    line-height: 1.5 !important;
    color: #333333;
    padding-top: 0.1em;
    padding-bottom: 1.0em;
    font-size: 0.875em;
    /*font-style: italic;*/
}

@media (min-width: 640px) {
    .chavoItem__answer {
        font-size: 1.0rem;
    }
}

.chavoItem__answer p {
    color: #333333;
    font-size: 0.875em;
    margin-bottom: 0.5em;
    line-height: 1.5 !important;
}

@media (min-width: 640px) {
    .chavoItem__answer p {
        font-size: 1.0rem;
    }
}

.chavoItem__answer p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.quoteBLock {
    position: relative;
    margin-top: 1.8em;
    padding: 1.0em 1.0em 1.0em 2.9em;
    margin-bottom: 1.6em;
    line-height: 1.3;
    background-color: #F6F6F6;
    border-radius: 10px;
}

@media (min-width: 640px) {
    .quoteBLock {
        padding: 1.3em 1.0em 1.0em 3.7em;
    }
}

.quoteBLock::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 2.5em;
    width: 2.5em;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #fff;
    background-color: #F4F6FE;
    background-size: 1.75em 1.75em;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/svg/quoteIcon.ffc8bc815c68.svg");
    transform: translate(-16%, -16%);
}

@media (min-width: 640px) {
    .quoteBLock::before {
        height: 2.875em;
        width: 2.875em;
        background-size: 2.0em 2.0em;
    }
}

.quoteBLock__title {
    font-weight: 700;
    line-height: 1.1;
    color: #000000;
    margin-bottom: 0.4em;
    font-size: 1.375rem;
}

@media (min-width: 640px) {
    .quoteBLock__title {
        font-size: 1.5rem;
        margin-bottom: 0.2em;
    }
}

@media (min-width: 970px) {
    .quoteBLock__title {
        font-size: 1.625rem;
    }
}

.quoteBLock__text {
    color: #666666;
    padding-left: 0.3em;
}

@media (min-width: 640px) {
    .quoteBLock__text {
        font-size: 1.125rem;
    }
}

.quoteBLock__text>*:first-child {
    margin-top: 0;
}

.quoteBLock__text>*:last-child {
    margin-bottom: 0;
}

.lawQuote {
    position: relative;
    margin-top: 1.8em;
    padding: 1.6em 1.0em;
    margin-bottom: 1.6em;
    background-color: #F6F6F6;
    border-radius: 10px;
}

@media (min-width: 640px) {
    .lawQuote {
        padding: 1.6em 2.5em 1.7em 6.6em;
        margin-left: 0.9em;
    }
}

.lawQuote__img {
    display: block;
    height: 4.375em;
    margin: 0 auto;
}

@media (min-width: 640px) {
    .lawQuote__img {
        position: absolute;
        left: -0.8em;
        top: 1.9em;
        margin: 0;
    }
}

.lawQuote__text {
    line-height: 1.55;
    margin-top: 0.9em;
    margin-bottom: 1.05em;
    position: relative;
    color: #000;
}

@media (min-width: 470px) {
    .lawQuote__text {
        margin-top: 0;
        margin-bottom: 1.05em;
    }
}

.lawQuote__text>* {
    line-height: 1.55;
}

.lawQuote__text>*:last-child {
    margin-bottom: 0;
}

.lawQuote__text ul,
.lawQuote__text ol {
    padding-left: 0;
    padding-right: 0;
    background: none;
    margin-top: 0;
    margin-bottom: 0
}

.lawQuote__text li {
    margin: 10px 0 0!important
}

.lawQuote__title {
    font-weight: bold;
    margin-bottom: 25px;
    font-size: 1.1rem;
}

.lawQuote__title p {
    font-size: 1.1rem;
}

@media (min-width: 640px) {
    .lawQuote__title {
        margin-bottom: 10px;
        font-size: 1.125rem;
    }
    .lawQuote__title p {
        margin-bottom: 10px;
        font-size: 1.125rem;
    }
}

.lawQuote__first {
    position: relative;
    display: inline;
    line-height: 1.55;
    font-size: 1.0rem;
}

@media (min-width: 470px) {
    .lawQuote__first {
        font-size: 1.125rem;
    }
}

.lawQuote__first::before {
    display: block;
    content: '';
    position: absolute;
    top: -1.1em;
    left: 0;
    height: 1.5em;
    width: 1.5em;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/svg/lawqoute.c805a41655fc.svg");
}

@media (min-width: 640px) {
    .lawQuote__first::before {
        height: 1.125em;
        width: 1.125em;
        top: 0.1em;
        left: -1.8em;
    }
}

.lawQuote__first p+p {
    margin: 0 0 10px;
}

.lawQuote__first p:empty {
    margin: 0;
}

.lawQuote__last {
    display: none;
    line-height: 1.55;
    font-size: 1.0rem;
}

@media (min-width: 470px) {
    .lawQuote__last {
        font-size: 1.125rem;
    }
}

.lawQuote.open .lawQuote__last {
    display: inline;
}

.lawQuote__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.lawQuote__actions>*:first-child {
    margin-left: 0;
    margin-right: auto;
}

.lawQuote__link {
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    font-size: 0.9rem;
    color: #666666 !important;
    text-decoration-color: rgba(102, 102, 102, 0);
    text-decoration: underline;
    border-bottom: 0 !important;
    transition: text-decoration-color 300ms;
}

@media (min-width: 640px) {
    .lawQuote__link {
        font-size: 1.125rem;
    }
}

.lawQuote__link::after {
    display: block;
    content: '';
    height: 0.875em;
    width: 0.875em;
    font-size: 1.0rem;
    margin-left: 0.6em;
    margin-top: -0.2em;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/svg/target_blank.b3ad28eb87bb.svg");
}

.lawQuote__link:hover {
    text-decoration-color: rgba(102, 102, 102, 0.4);
    text-decoration: underline;
}

.lawQuote__readmore {
    display: inline-flex;
    align-items: center;
    font-size: 0.9rem;
    color: #03A9F4;
    text-decoration-color: rgba(3, 169, 244, 0);
    cursor: pointer;
    transition: text-decoration-color 300ms;
}

@media (min-width: 640px) {
    .lawQuote__readmore {
        font-size: 1.125rem;
    }
}

.lawQuote__readmore::after {
    display: block;
    content: '';
    height: 0.75em;
    width: 0.75em;
    font-size: 1.0rem;
    margin-left: 0.3em;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/svg/lawqoute_arrow.6782c9c0e0f5.svg");
    transition: transform 300ms;
}

.lawQuote__readmore:hover {
    text-decoration-color: rgba(3, 169, 244, 0.4);
    text-decoration: underline;
}

.lawQuote.open .lawQuote__readmore::after {
    transform: scale(1, -1);
}


/*.author-page__right {
    padding: 0 3%;
}
*/

.author-page-blocks {
    margin-top: 20px;
}

.author-page-block {
    float: left;
    width: 45%;
    line-height: 28px;
    color: #333;
}

.author-page-block:first-child {
    margin-right: 5%;
}

.author-page-block:last-child {
    margin-left: 5%;
}

@media (max-width: 900px) {
    .author-page-block {
        width: 100%;
        float: none;
        margin: 0 0 15px 0!important;
    }
}

.author-page-block__title {
    font-size: 26px;
    font-weight: 600;
    padding: 10px 0;
    margin-bottom: 15px;
}

.author-page-block .author-page-block__title,
.author-page-awards .author-page-block__title {
    padding-left: 75px;
    background-position: left center;
    background-repeat: no-repeat;
}

.author-page-block--education .author-page-block__title {
    background-image: url("/static/img/author/education-icon.7a7f9ab2a90f.png");
}

.author-page-block--career .author-page-block__title {
    background-image: url("/static/img/author/career-icon.87c59693fb98.png");
    padding-left: 70px;
}

.author-page-awards .author-page-block__title {
    background-image: url("/static/img/author/awards-icon.74d7aacea67a.png");
}

.author-page-awards {
    margin: 80px 0 40px;
}

.author-page-awards__items {
    margin-top: 30px
}

.author-page-awards__item {
    float: left;
    width: 21%;
    margin-right: 4%;
    font-size: 14px;
}

@media (max-width: 900px) {
    .author-page-awards__item {
        width: 48%;
        margin-right: 2%;
    }
}

.author-page-awards__item img {
    width: 100%;
}

.author-page-awards__item__date {
    color: #888D9D;
    margin: 14px 0 12px;
}

.author-page-awards__item__name {
    font-size: 14px;
    line-height: 18px;
    color: #333;
    min-height: 95px
}

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

.img-align--right {
    margin-left: auto;
}

.img-align--left {
    margin-right: auto;
}

.img-align--center {
    margin: 0 auto;
}

@supports (--custom:property) {
    [style*="--aspect-ratio"]> :first-child {
        width: 100%;
    }
    [style*="--aspect-ratio"]>img {
        height: auto;
    }
    [style*="--aspect-ratio"] {
        position: relative;
    }
    [style*="--aspect-ratio"]::before {
        content: "";
        display: block;
        padding-bottom: calc(100% / (var(--aspect-ratio)));
    }
    [style*="--aspect-ratio"]> :first-child {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }
}

.article-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 50px 0 0;
    max-width: 740px;
}

.article-nav--landing {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 50px;
}

.article-nav--landing .wrapper {
    display: flex;
}

.article-nav__item {
    flex-basis: 50%;
}

.article-nav__item--right {
    text-align: right
}

.article-nav__arrow {
    position: relative;
    padding-left: 68px;
    color: #B0B0B0;
    font-size: 14px;
    margin-bottom: 15px;
}

.article-nav--landing .article-nav__arrow {
    margin-bottom: 22px;
}

.article-nav__arrow:before {
    content: '';
    position: absolute;
    width: 55px;
    height: 16px;
    top: 0;
    left: 0;
    background: url("../img/svg/article-nav-arrow.8adda5d0e206.svg") 0 0 no-repeat;
}

.article-nav__item--right .article-nav__arrow {
    padding-left: 0;
    padding-right: 68px;
}

.article-nav__item--right .article-nav__arrow:before {
    transform: rotate(180deg);
    left: auto;
    right: 0;
}

.article-nav__title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    max-width: 270px;
    display: inline-block;
    line-height: 28px;
}

@media (max-width: 570px) {
    .article-nav {
        margin-bottom: 50px
    }
    .article-nav--landing {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .article-nav__arrow {
        font-size: 12px;
        padding: 30px 0 0 0!important;
        margin-bottom: 12px;
    }
    .article-nav--landing .article-nav__arrow {
        padding: 0!important;
    }
    .article-nav__title {
        font-size: 14px;
        line-height: 20px;
        max-width: 200px;
    }
}

.form-modal--report .form-modal__block {
    max-width: 768px;
}

.form-modal--report .popup-form__right {
    padding: 20px 40px;
}

.form-modal--report .contacts-form__textarea {
    max-width: 100%;
}

.popup-form__report-title {
    font-size: 24px;
    margin-bottom: 8px;
}

.popup-form__report-text {
    color: #757575;
    font-size: 18px;
    margin-bottom: 25px;
}

.form-modal--report .popup-form__button {
    margin-top: 25px;
}

.report-error {
    margin: 5px 0;
    position: relative;
    padding: 0 142px 0 34px;
    display: inline-block;
    color: #666;
}

.report-error--mobile {
    padding-right: 0;
    display: none;
}

.report-error:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    width: 24px;
    min-height: 24px;
    height: 100%;
    background: url("../img/report-error.a81524b717aa.png") center no-repeat;
}

.report-error--full:after {
    content: '';
    position: absolute;
    top: -5px;
    right: 0;
    width: 132px;
    height: 29px;
    background: url("../img/ctrl-enter.96ac2c2f9bae.png") 0 0 no-repeat;
}

@media (max-width: 780px) {
    .report-error--full {
        display: none;
    }
    .report-error--mobile {
        display: inline-block;
    }
}

.report-btn {
    display: none;
    position: fixed;
    top: 50%;
    right: -73px;
    z-index: 9;
    transform: rotate(-90deg);
    width: 185px;
    height: 40px;
    background: #03a9f4;
    color: #e8e8e8;
    border-radius: 5px 5px 0 0;
    border: none;
    cursor: pointer;
}

.article-sources {
    background: #F7F7F7;
    padding: 30px;
    border-radius: 10px;
    margin: 15px 0 25px;
}

.article-sources__title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

ol.article-sources__items {
    padding: 0;
    margin: 0;
}

ol.article-sources__items li {
    margin: 5px 0;
    padding-left: 21px;
}

ol.article-sources__items li:before {
    left: 0;
    background: none;
    color: #888D9D;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
}

ol.article-sources__items li a {
    position: relative;
    color: #888D9D;
    text-decoration: underline;
    border: none;
    font-size: 18px;
    font-weight: 500;
    padding-right: 21px;
}

ol.article-sources__items li a:hover {
    color: #343951;
}

ol.article-sources__items li a:before {
    content: '';
    position: absolute;
    bottom: 4px;
    right: 0;
    width: 14px;
    height: 14px;
    background: url("../img/svg/article-source.b3ad28eb87bb.svg") 0 0 no-repeat;
}

@media (max-width: 570px) {
    .article-sources {
        padding: 15px;
    }
    ol.article-sources__items li {
        margin: 10px 0;
    }
}

.icon-items {
    background: none!important;
}

.ii-plus:after,
.ii-minus:after,
.ii-check:after,
.ii-times:after {
    left: 1px!important;
    top: 2px!important;
    width: 18px!important;
    height: 18px!important;
    background: #fff url("../img/svg/plus.300dba9f804f.svg") 0 0 no-repeat;
    background-color: #fff!important;
}

.ii-minus:after {
    background-image: url("../img/svg/minus.18c0d024bb5c.svg");
}

.ii-check:after {
    background-image: url("../img/svg/check.891cf345648a.svg");
}

.ii-times:after {
    background-image: url("../img/svg/times.bba219c1db6b.svg");
}

.select-box {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    color: #888!important;
    z-index: 1
}

.select-box__current {
    position: relative;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    outline: none;
    border: 1px solid #E3E3E3;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.select-box-gray .select-box__current {
    background: #e5e9ec
}

.select-box-gray2 .select-box__current {
    background: #f6f6f6
}

.form-group-invalid .select-box__current {
    border-color: #ff1414;
}

.form-article__input .select-box__current {
    border-color: transparent;
}

.select-box__current:focus {
    border-radius: 10px 10px 0 0;
}

.select-box__current:focus+.select-box__list {
    opacity: 1;
    -webkit-animation-name: none;
    animation-name: none;
}

.select-box__current:focus+.select-box__list .select-box__option {
    cursor: pointer;
}

.select-box__current:focus .select-box__icon {
    transform: translateY(-50%) rotate(180deg);
}

.select-box__icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    transition: 0.2s ease;
}

.select-box__value {
    display: flex;
}

.select-box__input {
    display: none!important;
}

.select-box__input-text {
    color: #888
}

.select-box__input:checked+.select-box__input-text {
    display: block;
}

.select-box__input-text {
    display: none;
    width: 100%;
    margin: 0!important;
    padding: 11px 1.5em 10px 1.2em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.0625rem!important;
    line-height: 1.375rem!important;
}

ul.select-box__list {
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    opacity: 0;
    -webkit-animation-name: HideList;
    animation-name: HideList;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: step-start;
    animation-timing-function: step-start;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}

ul.select-box__list li {
    margin: 0;
    padding: 0;
}

ul.select-box__list li:after {
    content: none;
}

.select-box__option {
    display: block;
    padding: 15px;
    background-color: #fff;
    color: #888;
}

.select-box-gray .select-box__option {
    background: #e5e9ec
}

.select-box-gray2 .select-box__option {
    background: #f6f6f6
}

.select-box__option:hover,
.select-box__option:focus {
    color: #fff;
    background-color: #03A9F4;
    ;
}

@-webkit-keyframes HideList {
    from {
        transform: scaleY(1);
    }
    to {
        transform: scaleY(0);
    }
}

@keyframes HideList {
    from {
        transform: scaleY(1);
    }
    to {
        transform: scaleY(0);
    }
}

[type="submit"][disabled] {
    opacity: .6;
}

.text-highlight {
    background: #fff070;
    padding: 0 3px;
}

a.reference-anchor {
    font-size: 12px;
    margin-top: -4px;
    position: relative;
    top: -5px;
    border: none;
}

.content__footer {
    display: flex;
    flex-direction: column;
    margin: 20px 0;
}

@media (min-width: 770px) {
    .content__footer {
        flex-direction: row;
    }
}

.content__footer__block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.content__footer__block--share {
    justify-content: normal;
}

@media (min-width: 770px) {
    .content__footer__block {
        justify-content: flex-start;
        border-top: 1px solid #D6D6D6;
        border-bottom: 1px solid #D6D6D6;
        border-right: 1px solid #D6D6D6;
        padding: 0.6em 0.85em;
        flex-grow: 1;
    }
    .content__footer__block:first-child {
        border-radius: 4px 0 0 4px;
        border-left: 1px solid #D6D6D6;
    }
    .content__footer__block:last-child {
        border-radius: 0 4px 4px 0;
    }
    .content__footer__block:last-child:not(:first-child) {
        justify-content: flex-end;
    }
}

.likeBlock {
    display: flex;
    align-self: stretch;
    align-items: center;
    flex-direction: column;
    margin-bottom: 1.3em;
    border-radius: 4px;
    border: 1px solid #D6D6D6;
    padding: 1.7em 1.1em 1.1em;
    width: 100%;
}

@media (min-width: 470px) {
    .likeBlock {
        flex-direction: row;
        padding: 1.1em;
    }
}

@media (min-width: 770px) {
    .likeBlock {
        padding: 0;
        margin-bottom: 0;
        border: 0;
        width: auto;
    }
}

@media (min-width: 470px) {
    .likeBlock>*+* {
        margin-left: 1.4em;
    }
}

.likeBlock__title {
    color: #000000;
    font-size: 1.125rem;
}

.likeBlock__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    width: 100%;
    margin-top: 0.5em;
}

@media (min-width: 470px) {
    .likeBlock__actions {
        justify-content: flex-start;
        width: auto;
        margin-top: 0;
    }
}

.likeBlock__actions>* {
    margin-right: 1.3em;
}

.likeBlock__actions>*:last-child {
    margin-right: 0;
}

@media (min-width: 470px) {
    .likeBlock__actions>* {
        margin-right: 0.9em;
    }
    .likeBlock__actions>*:last-child {
        margin-right: 0.9em;
    }
}

.likeBlock__bttn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5em;
    width: 2.5em;
    margin-top: -2.4em;
    flex-shrink: 0;
    background-color: #5291AD;
    cursor: pointer;
    border-radius: 50%;
    transition: background-color 300ms;
}

@media (min-width: 370px) {
    .likeBlock__bttn {
        height: 3.125em;
        width: 3.125em;
    }
}

@media (min-width: 470px) {
    .likeBlock__bttn {
        height: 2.5em;
        width: 2.5em;
        margin-top: 0;
    }
}

.likeBlock__bttn:hover,
.likeBlock__bttn.current {
    background-color: #03A9F4;
}

.likeBlock__bttn svg {
    display: block;
    height: 1.375em;
}

.likeBlock__bttn--dislike svg {
    transform: scale(-1, -1);
}

.likeBlock__result {
    color: #333333;
    order: initial;
}

@media (min-width: 470px) {
    .likeBlock__result {
        order: 1;
        margin-right: 0;
    }
}

.menuBlock {
    padding: 0;
    margin: 0;
    margin-bottom: 1.0em;
    list-style: none;
}

@media (min-width:780px) {
    .menuBlock {
        width: 15.0em;
    }
}

@media (min-width: 1070px) {
    .menuBlock {
        width: 17.0em;
    }
}

@media (min-width: 1270px) {
    .menuBlock {
        width: 22.5em;
    }
}

.menuBlock>li {
    padding-top: 0.9em;
    margin-top: 0.8em;
}

.menuBlock>li,
.menuBlock__readmore__wrap {
    list-style: none;
    position: relative;
    transition: background-color 300ms;
}

@media (min-width:780px) {
    .menuBlock>li,
    .menuBlock__readmore__wrap {
        display: flex;
        align-items: center;
        position: static;
        margin-top: -0.25em;
        margin-left: -1.0em;
        min-height: 3.25em;
        padding: 0.5em 1.0em;
    }
}

@media (min-width: 1070px) {
    .menuBlock>li,
    .menuBlock__readmore__wrap {
        padding: 0.5em 1.875em;
    }
}

@media (min-width: 1270px) {
    .menuBlock>li,
    .menuBlock__readmore__wrap {
        padding: 0.5em 4.8em;
        margin-left: -1.875em;
    }
}

@media (min-width: 780px) {
    .menuBlock>li.hover {
        background-color: #F4F6FE;
    }
}

.menuBlock>li::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #C5D0E6;
    height: 1px;
    width: 3.5em;
}

@media (min-width: 780px) {
    .menuBlock>li::after {
        display: none;
    }
}

.menuBlock>li>a {
    display: block;
    padding-right: 1.0em;
    text-decoration: none;
    color: inherit;
}

@media (min-width: 780px) {
    .menuBlock>li>a {
        padding-right: 0;
    }
}

.menuBlock>li>a>span {
    display: inline;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.1;
    background-repeat: no-repeat;
    background-image: url("../img/svg/menu-chevron-down.c215b68658d2.svg");
    background-position: right 60%;
    padding-right: 1.0em;
    letter-spacing: -0.02em;
    color: #343951;
    transition: color 300ms;
}

.menuBlock>li.open>a>span {
    background-image: url("../img/svg/menu-chevron-up.7fc204ee6f34.svg");
}

@media (min-width: 780px) {
    .menuBlock>li>a>span {
        font-size: 1.0rem;
        background-image: url("../img/svg/menu-chevron-right.8e2b32b48e9d.svg");
    }
    .menuBlock>li.open>a>span {
        background-image: url("../img/svg/menu-chevron-right.8e2b32b48e9d.svg");
    }
}

@media (min-width: 1070px) {
    .menuBlock>li>a>span {
        font-size: 1.125rem;
    }
}

@media (min-width: 1270px) {
    .menuBlock>li>a>span {
        font-size: 1.25rem;
    }
}

@media (min-width: 780px) {
    .menuBlock>li.hover>a,
    .menuBlock>li>a:hover {
        color: #03A9F4;
    }
}

.menuBlock__block {
    display: none;
    padding-left: 1.0em;
    padding-top: 1.0em;
}

.open .menuBlock__block {
    display: block;
}

@media (min-width:780px) {
    .menuBlock__block {
        flex-direction: column;
        position: absolute;
        z-index: 1;
        top: 1.8em;
        right: 1.0em;
        left: 15.0em;
        min-height: 88.5%;
        overflow: auto;
        padding: 1.0em;
        background-color: #F4F6FE;
        border-radius: 5px;
    }
    .hover .menuBlock__block {
        display: flex;
    }
    .open:not(.hover) .menuBlock__block {
        display: none;
    }
}

@media (min-width: 1070px) {
    .menuBlock__block {
        top: 3.5em;
        right: 2.2em;
        left: 17.2em;
        min-height: 82.5%;
        padding: 1.875em 1.875em 1.7em;
    }
    .fixed .menuBlock__block {
      top: 5px;
    }
}

@media (min-width: 1270px) {
    .menuBlock__block {
        left: 24.2em;
    }
}

.is-sticky .menuBlock {
    margin-top: 19px;
}

.is-sticky .menuBlock__block {
    top: 25px;
}

.menuBlock__block::after {
    display: block;
    content: '';
    order: 1;
    flex-grow: 1;
}

.menuBlock__readmore {
    display: flex;
    order: 2;
    font-size: 1.125rem;
    transition: color 300ms;
    text-decoration: none;
    color: inherit;
}

@media (min-width: 780px) {
    .menuBlock__readmore {
        font-size: 1.0rem;
    }
}

@media (min-width: 1270px) {
    .menuBlock__readmore {
        font-size: 1.125rem;
    }
}

.menuBlock__readmore:hover {
    color: #03A9F4;
}

.menuBlock__readmore::after {
    display: block;
    content: '→';
    color: #03A9F4;
    flex-shrink: 0;
    margin-left: 0.1em;
}

.submenuBlock {
    padding: 0;
    margin: 0;
    margin-bottom: 1.0em;
    list-style: none;
}

@media (min-width:780px) {
    .submenuBlock {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
    }
}

.submenuBlock>li {
    margin-bottom: 1.2em;
}

@media (min-width:780px) {
    .submenuBlock>li {
        display: block;
        list-style: none;
        position: relative;
        width: 47.5%;
        padding-top: 0.9em;
        margin-bottom: 0.8em;
    }
    .submenuBlock>li::after {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background-color: #C5D0E6;
        height: 1px;
        width: 3.75em;
    }
}

.submenuBlock>li:nth-child(1),
.submenuBlock>li:nth-child(2) {
    padding-top: 0;
}

.submenuBlock>li:nth-child(1)::after,
.submenuBlock>li:nth-child(2)::after {
    display: none;
}

.submenuBlock>li>a {
    display: block;
    font-size: 1.125rem;
    line-height: 1.1;
    text-decoration: none;
    color: inherit;
    transition: color 300ms;
}

@media (min-width: 780px) {
    .submenuBlock>li>a {
        font-size: 0.875rem;
    }
}

@media (min-width: 1070px) {
    .submenuBlock>li>a {
        font-size: 1.0rem;
    }
}

@media (min-width: 1270px) {
    .submenuBlock>li>a {
        font-size: 1.125rem;
    }
}

.submenuBlock>li>a:hover {
    color: #03A9F4;
}

.item-link--faq {
    display: flex !important;
    align-items: center;
}

.item-link--faq::before {
    display: block;
    content: '';
    background-position: center;
    background-size: contain;
    height: 1.125em;
    width: 1.125em;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-image: url("../img/svg/faq.9ac36393a7eb.svg");
    margin-right: 9px;
}

.content__img--main {
    z-index: auto;
}

.upButton {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 3.75em;
    left: 50%;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transform: translate(-670px, 0);
}

@media (min-width: 1270px) {
    .upButton {
        display: flex;
    }
    .upButton.active {
        opacity: 1;
        visibility: visible;
    }
}

.upButton__bg {
    fill: #343951;
}

:hover>.upButton__bg {
    fill: #03A9F4;
}

.upButton__blick {
    fill: #5F6580;
}

:hover>.upButton__blick {
    fill: #30BEFE;
}

.upButton__arrow {
    fill: #FFFFFF;
}

.upButton svg {
    display: block;
    width: 3.75em;
    height: 3.75em;
    z-index: 1;
}

.upButton svg path {
    transition: fill 300ms;
}

.pay-form .form-article__block {
    max-width: 100%;
}

.pay-form input {
    margin-top: 5px;
}

.pay-alert {
    color: #ea4545;
}

.linktomax {
  display: flex;
  align-items: center;
  gap: 12px;
  width: min-content;
  white-space: nowrap;
  min-width: 230px;
  font-weight: 700;
  font-size: 13px;
  line-height: 120%;
  color: #FFFFFF !important;
  text-decoration: none;
  padding: 7px 16px;
  background-color: #66CDAA;
  border-radius: 8px;
  border-bottom: 0 !important;
}
.linktomax:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.linktomax:not(:first-child) {
  margin-top: 30px;
}
.linktomax:not(:last-child) {
  margin-bottom: 30px;
}
.linktomax__icon {
  background-image: url("/static/img/svg/max-white.1b057d910428.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.microTbl {
    background-color: #F7F7F7;
    padding: 0.8em 1.2em;
    margin-bottom: 1.7em;
    color: #000000;
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width: 780px) {
    .microTbl {
        margin-left: 0;
        margin-right: 0;
        border-radius: 10px;
        padding: 1.1em 1.3em;
    }
}

.microTbl__hide {
    display: none;
}

.microTbl__row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: #FFFFFF;
    border-radius: 4px;
    margin-bottom: 10px;
    padding-top: 6px;
    padding-bottom: 13px;
}

@media (min-width: 780px) {
    .microTbl__row {
        flex-wrap: nowrap;
        padding-top: 0;
        padding-bottom: 0;
    }
}

.microTbl__head {
    background-color: transparent;
    margin-bottom: 14px;
    padding-top: 0;
    padding-bottom: 0;
}

.microTbl__head .microTbl__cell {
    font-size: 14px;
    color: #666666;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
}

@media (min-width: 780px) {
    .microTbl__head .microTbl__cell {
        text-align: left;
    }
}

.microTbl__cell {
    padding: 9px 5px;
}

@media (min-width: 780px) {
    .microTbl__cell {
        padding: 11px 8px 10px;
    }
}

.microTbl .logo {
    flex-shrink: 0;
    padding-left: 25px;
    padding-right: 25px;
    width: 75%;
}

@media (min-width: 780px) {
    .microTbl .logo {
        width: 150px;
    }
}

.microTbl .amount {
    width: 40.0%;
    flex-shrink: 0;
    order: 3;
    font-size: 0.875rem;
}

@media (min-width: 780px) {
    .microTbl .amount {
        font-size: 1.0rem;
        order: initial;
        flex-grow: 1;
        width: auto;
    }
}

.microTbl .time {
    width: 30%;
    flex-shrink: 0;
    order: 4;
    font-size: 0.875rem;
}

@media (min-width: 780px) {
    .microTbl .time {
        font-size: 1.0rem;
        order: initial;
        width: 100px;
    }
}

.microTbl .percent {
    flex-shrink: 0;
    width: 28%;
    order: 5;
    text-align: right;
    font-size: 0.875rem;
}

@media (min-width: 780px) {
    .microTbl .percent {
        text-align: left;
        font-size: 1.0rem;
        order: initial;
        width: 125px;
    }
}

.microTbl .bttn {
    width: 100%;
    order: 6;
}

@media (min-width: 780px) {
    .microTbl .bttn {
        order: initial;
        width: 180px;
        flex-shrink: 0;
    }
}

.microTbl .info {
    order: 2;
    width: 25%;
}

@media (min-width: 780px) {
    .microTbl .info {
        order: initial;
        flex-shrink: 0;
        padding-right: 1.0em;
        padding-left: 0;
        width: 60px;
    }
}

.microTbl__logo {
    display: block;
    max-width: 100px;
    max-height: 44px;
}

.microTbl__bttn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    background-color: #03A9F4;
    border-radius: 10px;
    font-weight: 600;
    padding: 0.3em 0.5em;
    text-align: center;
    color: #FFFFFF !important;
    border-bottom: 0 !important;
    text-decoration: none !important;
    transition: background-color 300ms;
}

.microTbl__bttn:hover {
    background-color: #076ea6;
}

.microTbl__info {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #DADADA;
    border-radius: 10px;
    height: 44px;
    width: 44px;
    cursor: pointer;
    float: right;
    border-bottom: 0 !important;
    text-decoration: none !important;
}

@media (min-width: 780px) {
    .microTbl__info {
        float: none;
    }
}

.microTbl__info:hover svg path {
    fill: #03A9F4;
}

.microTbl__info svg {
    display: block;
    height: 25px;
    width: 25px;
}

.microTbl__info svg path {
    fill: #888D9D;
    transition: fill 300ms;
}

.microTbl__readmore {
    display: flex;
    justify-content: center;
    margin-top: 27px;
    margin-bottom: 9px;
    color: #03A9F4;
    cursor: pointer;
    transition: color 300ms;
}

.microTbl__readmore:hover {
    color: #076ea6;
}

.microTbl__readmore:hover::after {
    border-color: #076ea6;
}

.microTbl__readmore span {
    text-decoration: underline;
}

.microTbl__readmore::after {
    display: block;
    content: '';
    height: 7px;
    width: 7px;
    border-right: 3px solid #03A9F4;
    border-bottom: 3px solid #03A9F4;
    transform: rotate(45deg);
    margin-left: 11px;
    margin-top: 0.2em;
    transition: border-color 300ms;
}

.article-alert {
    border: 3px solid red;
    padding: 15px;
    font-size: 22px;
    background: #fff;
}

.commentForm {
  background-color: #F4F6FE;
  padding: 1.0em 0.75em;
  max-width: 770px;
  box-sizing: border-box;
  margin: 1.5em -15px;
}
@media (min-width: 470px) {
  .commentForm {
    padding: 1.4em 1.7em;
  }
}
@media (min-width: 770px) {
  .commentForm {
    margin: 1.5em 0;
    border-radius: 10px;
  }
}
.commentForm form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.commentForm__title {
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 0.95em;
  font-weight: bold;
  color: #343951;
}
@media (min-width: 640px) {
  .commentForm__title {
    font-size: 1.5rem;
  }
}
.commentForm__item {
  margin-bottom: 0.9em;
  width: 100%;
}
.commentForm__item:last-child {
  margin-bottom: 0;
}
.commentForm__item input:not([type="checkbox"]):not([type="radio"]):not([type=submit]):not([type=file]),
.commentForm__item textarea {
  display: block;
  background-color: #FFFFFF;
  outline: none;
  box-sizing: border-box;
  font-family: inherit;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.25);
  padding: 0.85em 1.0em;
  width: 100%;
  font-size: 1.0rem;
  line-height: 1.2;
  border-radius: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #212121;
  border: 0;
}
.commentForm__item input:not([type="checkbox"]):not([type="radio"]):not([type=submit]):not([type=file])::-webkit-input-placeholder,
.commentForm__item textarea::-webkit-input-placeholder {
  color: #737373;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.commentForm__item input:not([type="checkbox"]):not([type="radio"]):not([type=submit]):not([type=file])::-moz-placeholder,
.commentForm__item textarea::-moz-placeholder {
  color: #737373;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.commentForm__item input:not([type="checkbox"]):not([type="radio"]):not([type=submit]):not([type=file]):-moz-placeholder,
.commentForm__item textarea:-moz-placeholder {
  color: #737373;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.commentForm__item input:not([type="checkbox"]):not([type="radio"]):not([type=submit]):not([type=file]):-ms-input-placeholder,
.commentForm__item textarea:-ms-input-placeholder {
  color: #737373;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.commentForm__item input:not([type="checkbox"]):not([type="radio"]):not([type=submit]):not([type=file]):focus::-webkit-input-placeholder,
.commentForm__item textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.commentForm__item input:not([type="checkbox"]):not([type="radio"]):not([type=submit]):not([type=file]):focus::-moz-placeholder,
.commentForm__item textarea:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.commentForm__item input:not([type="checkbox"]):not([type="radio"]):not([type=submit]):not([type=file]):focus:-moz-placeholder,
.commentForm__item textarea:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.commentForm__item input:not([type="checkbox"]):not([type="radio"]):not([type=submit]):not([type=file]):focus:-ms-input-placeholder,
.commentForm__item textarea:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.commentForm__item textarea {
  width: 100%;
}
.commentForm__item [type=submit] {
  font-size: 1.25rem;
  line-height: 1.2;
  box-sizing: border-box;
  font-family: inherit;
  outline: 0;
  border: 0;
  cursor: pointer;
  margin-top: 0.3em;
  background-color: #03A9F4;
  border-radius: 10px;
  font-weight: 600;
  padding: 0.65em;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  transition: background-color 300ms;
}
@media (min-width: 470px) {
  .commentForm__item [type=submit] {
    width: 194px;
  }
}
.commentForm__item [type=submit]:hover {
  background-color: #076ea6;
}
@media (min-width: 770px) {
  .commentForm__item--name {
    width: 33%;
    margin-right: 2%;
  }
}
@media (min-width: 770px) {
  .commentForm__item--feedback {
    width: 65%;
  }
}
.commentForm__item--feedback input:not([type="checkbox"]):not([type="radio"]):not([type=submit]):not([type=file]) {
  margin-top: 0.9em;
}
@media (min-width: 770px) {
  .commentForm__item--feedback input:not([type="checkbox"]):not([type="radio"]):not([type=submit]):not([type=file]) {
    width: 231px;
    margin-right: 1.25em;
    margin-top: 0;
  }
}
.commentForm__feedback {
  position: relative;
  margin-top: 0.1em;
}
@media (min-width: 770px) {
  .commentForm__feedback {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-top: 0;
  }
}
.commentForm__feedback label {
  display: block;
  position: relative;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #666666;
  padding-left: 1.8em;
  user-select: none;
  cursor: pointer;
}
.commentForm__feedback label:before,
.commentForm__feedback label:after {
  content: '';
  display: block;
  position: absolute;
  font-size: 1rem;
}
.commentForm__feedback label:before {
  box-shadow: inset 0 0 0 1px #03A9F4;
  border-radius: 4px;
  height: 1.125em;
  width: 1.125em;
  left: 0;
  top: 0;
}
.commentForm__feedback label:after {
  left: 0.25em;
  top: 0.3em;
  height: 0.25em;
  width: 0.5em;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  opacity: 0;
  transform: rotate(-45deg);
  transition: all 300ms ease;
}
.commentForm__feedback label a {
  text-decoration: underline;
  color: inherit;
}
.commentForm__feedback input[type=text] {
  display: none !important;
}
.commentForm__feedback input[type=checkbox] {
  opacity: 0;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 50%;
  margin: 0;
  padding: 0;
  transform: translate(0, -50%);
  height: 1.125em;
  width: 1.125em;
}
.commentForm__feedback input[type=checkbox]:checked + label::before {
  background-color: #03A9F4;
}
.commentForm__feedback input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.commentForm__feedback input[type=checkbox]:checked + label + input[type=text] {
  display: block !important;
}

.calc {
  background-color: #F7F7F7;
  margin: 1.5em 0 2.0em;
  max-width: 1170px;
  padding: 1.1em 1.25em;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
@media (min-width: 470px) {
  .calc {
    padding: 1.1em 1.6em;
  }
}
@media (min-width: 640px) {
  .calc {
    padding: 2.0em;
  }
}
@media (min-width: 1070px) {
  .calc {
    padding: 2.3em 2.5em;
  }
}
.calc__title {
  font-size: 1.375rem;
  color: #343951;
  font-weight: bold;
  margin-bottom: 0.7em;
}
@media (min-width: 470px) {
  .calc__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 770px) {
  .calc__title {
    font-size: 2.125rem;
  }
}
.calc__body {
  margin-bottom: 0.2em;
}
@media (min-width: 770px) {
  .calc__body {
    display: flex;
    margin-bottom: 2.3em;
  }
  .content__left .calc__body {
    display: block;
  }
}
.calc .calcForm {
  flex-shrink: 0;
  margin-bottom: 0.7em;
}
@media (min-width: 770px) {
  .calc .calcForm {
    width: 26.0em;
    margin-bottom: 0;
    margin-right: 1.9em;
  }
  .content__left  .calc .calcForm {
    margin-bottom: 40px;
    margin-right: 0;
  }
}
@media (min-width: 1070px) {
  .calc .calcForm {
    width: 32.0em;
  }
}
.calc__info {
  flex-grow: 1;
}
@media (min-width: 470px) {
  .calc__info {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 770px) {
  .calc__info {
    display: block;
  }
}
@media (min-width: 970px) {
  .calc__info {
    display: flex;
    align-items: flex-start;
  }
}
.calc__info .legends {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
}
@media (min-width: 470px) {
  .calc__info .legends {
    margin-left: 1.9em;
  }
}
.calc__actions {
  display: flex;
  align-items: center;
  margin-bottom: 0.6em;
}
@media (min-width: 470px) {
  .calc__actions {
    margin-bottom: 1.2em;
  }
}
.calc__actions__title {
  font-size: 1.125rem;
  margin-right: auto;
}
@media (min-width: 470px) {
  .calc__actions__title {
    font-size: 1.25rem;
  }
}
@media (min-width: 640px) {
  .calc__actions__title {
    font-size: 1.375rem;
  }
}
.calcForm__row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1.0em;
}
@media (min-width: 470px) {
  .calcForm__row {
    flex-wrap: nowrap;
    margin-bottom: 0.6em;
  }
}
.calcForm__row > *:first-child {
  flex-shrink: 0;
  width: 100%;
  flex-grow: 0;
}
@media (min-width: 470px) {
  .calcForm__row > *:first-child {
    width: 130px;
    margin-right: 10px;
  }
}
@media (min-width: 640px) {
  .calcForm__row > *:first-child {
    width: 150px;
  }
}
.calcForm__row > *:nth-child(2) {
  width: calc(100.0% - 110px);
  margin-right: 10px;
}
@media (min-width: 470px) {
  .calcForm__row > *:nth-child(2) {
    width: auto;
    flex-grow: 1;
  }
}
.calcForm__row > *:last-child {
  flex-shrink: 0;
  width: 100px;
  flex-grow: 0;
}
@media (min-width: 640px) {
  .calcForm__row > *:last-child {
    width: 120px;
  }
}
.calcForm__label {
  color: #666666;
  margin-bottom: 0.5em;
}
@media (min-width: 640px) {
  .calcForm__label {
    font-size: 1.125rem;
  }
}
.calcForm__item input:not([type="checkbox"]):not([type="radio"]):not([type=submit]),
.calcForm__item textarea,
.calcForm__item select {
  font-family: inherit;
  background-color: #E5E9EC;
  color: #333333;
  padding: 0.85em 0.5em 0.7em;
  border: 0;
  outline: none;
  font-size: 1.125rem;
  line-height: 1.2;
  width: 100%;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
}
@media (min-width: 1070px) {
  .calcForm__item input:not([type="checkbox"]):not([type="radio"]):not([type=submit]),
  .calcForm__item textarea,
  .calcForm__item select {
    font-size: 1.375rem;
    padding: 0.6em 0.9em 0.5em;
  }
}
.calcForm__item input:not([type="checkbox"]):not([type="radio"]):not([type=submit])::-webkit-input-placeholder,
.calcForm__item textarea::-webkit-input-placeholder,
.calcForm__item select::-webkit-input-placeholder {
  font-weight: 400;
  color: #A4A4A4;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.calcForm__item input:not([type="checkbox"]):not([type="radio"]):not([type=submit])::-moz-placeholder,
.calcForm__item textarea::-moz-placeholder,
.calcForm__item select::-moz-placeholder {
  font-weight: 400;
  color: #A4A4A4;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.calcForm__item input:not([type="checkbox"]):not([type="radio"]):not([type=submit]):-moz-placeholder,
.calcForm__item textarea:-moz-placeholder,
.calcForm__item select:-moz-placeholder {
  font-weight: 400;
  color: #A4A4A4;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.calcForm__item input:not([type="checkbox"]):not([type="radio"]):not([type=submit]):-ms-input-placeholder,
.calcForm__item textarea:-ms-input-placeholder,
.calcForm__item select:-ms-input-placeholder {
  font-weight: 400;
  color: #A4A4A4;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.calcForm__item input:not([type="checkbox"]):not([type="radio"]):not([type=submit]):focus::-webkit-input-placeholder,
.calcForm__item textarea:focus::-webkit-input-placeholder,
.calcForm__item select:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.calcForm__item input:not([type="checkbox"]):not([type="radio"]):not([type=submit]):focus::-moz-placeholder,
.calcForm__item textarea:focus::-moz-placeholder,
.calcForm__item select:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.calcForm__item input:not([type="checkbox"]):not([type="radio"]):not([type=submit]):focus:-moz-placeholder,
.calcForm__item textarea:focus:-moz-placeholder,
.calcForm__item select:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.calcForm__item input:not([type="checkbox"]):not([type="radio"]):not([type=submit]):focus:-ms-input-placeholder,
.calcForm__item textarea:focus:-ms-input-placeholder,
.calcForm__item select:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.calcForm__item input:not([type="checkbox"]):not([type="radio"]):not([type=submit]).error,
.calcForm__item textarea.error,
.calcForm__item select.error {
  box-shadow: 0 0 0 1px #FF0000;
  color: #FF0000;
}
.calcForm__item select {
  font-weight: 400;
}
.calcForm__item input::-webkit-outer-spin-button,
.calcForm__item input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.calcForm__item [type=number] {
  -moz-appearance: textfield;
  margin: 0;
}
.calcForm__select {
  position: relative;
  background-color: #E5E9EC;
  border-radius: 10px;
}
.calcForm__select select {
  cursor: pointer;
  padding-right: 1.5em;
  position: relative;
  z-index: 1;
  background-color: transparent !important;
}
.calcForm__select::after {
  display: block;
  content: '';
  position: absolute;
  top: 45%;
  right: 0.5em;
  z-index: 0;
  height: 0;
  width: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #666666;
}
@media (min-width: 1070px) {
  .calcForm__select::after {
    right: 1.0em;
  }
}
.calcForm__apply {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #03A9F4;
  border-radius: 10px;
  font-weight: 600;
  font-size: 1.125rem;
  padding: 1.1em;
  cursor: pointer;
  text-align: center;
  margin-top: 1.0em;
  color: #FFFFFF;
  text-decoration: none;
  transition: background-color 300ms;
}
@media (min-width: 770px) {
  .calcForm__apply {
    font-size: 1.25rem;
  }
}
@media (min-width: 1070px) {
  .calcForm__apply {
    font-size: 1.375rem;
    padding: 0.8em;
    margin-top: 1.2em;
  }
}
.calcForm__apply:hover {
  background-color: #076ea6;
}
.legends .legend {
  margin-bottom: 1.5em;
  margin-right: 2.0em;
}
@media (min-width: 970px) {
  .legends .legend {
    width: 100%;
    margin-right: 0;
  }
}
.legends .legend:last-child {
  margin-right: 0;
}
.legends .legend--main {
  width: 100%;
  margin-right: 0;
}
.legend__title {
  display: flex;
  align-items: center;
  color: #666666;
  margin-bottom: 0.45em;
  font-size: 0.875rem;
}
@media (min-width: 470px) {
  .legend__title {
    font-size: 1.0rem;
  }
}
.legend__title::before {
  display: block;
  height: 0.875rem;
  width: 0.875rem;
  margin-right: 0.5em;
  border-radius: 50%;
}
.legend--main .legend__title::before {
  content: '';
  background-color: #2C6E8C;
}
.legend--success .legend__title::before {
  content: '';
  background-color: #25D366;
}
.legend--warning .legend__title::before {
  content: '';
  background-color: #FF646F;
}
.legend__value {
  font-weight: bold;
  white-space: nowrap;
  font-size: 1.25rem;
  padding-left: 1.4rem;
  font-weight: 300;
  color: #333333;
}
@media (min-width: 470px) {
  .legend__value {
    font-size: 1.5rem;
  }
}
.legend--main .legend__value {
  font-weight: 600;
  font-size: 1.625rem;
}
@media (min-width: 470px) {
  .legend--main .legend__value {
    font-size: 1.875rem;
  }
}
.diagramm {
  width: 100%;
  max-width: 266px;
  margin: 0 auto 0.85em;
  position: relative;
}
@media (min-width: 770px) {
  .diagramm {
    margin-bottom: 13px;
    margin: -20px 0 0;
  }
}
.diagramm svg {
  display: block;
  max-width: 100%;
}
.diagramm__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.diagramm__title {
  font-size: 0.875rem;
  color: #666666;
  margin-bottom: 0.1em;
}
.diagramm__value {
  font-weight: bold;
  font-size: 1.625rem;
}
.calcTable {
  width: 100%;
  overflow: auto;
  border: 0;
  border-spacing: 0;
  border-collapse: unset;
}
@media (min-width: 640px) {
  .calcTable {
    margin-top: 1.0em;
    margin-bottom: 0.5em;
  }
}
.calcTable--sm {
  display: none;
}
@media (min-width: 640px) {
  .calcTable--sm {
    display: table;
  }
}
.calcTable--xs {
  display: table;
}
@media (min-width: 640px) {
  .calcTable--xs {
    display: none;
  }
}
.calcTable td,
.calcTable th {
  display: table-cell;
  padding: 0.5rem;
  font-weight: 500;
  line-height: 1.6;
  vertical-align: middle;
  text-align: left;
  font-size: 0.75rem;
  line-height: 1.2;
}
@media (min-width: 470px) {
  .calcTable td,
  .calcTable th {
    font-size: 0.875rem;
    padding: 0.6rem;
  }
}
@media (min-width: 640px) {
  .calcTable td,
  .calcTable th {
    font-size: 1.0rem;
    line-height: 1.6;
  }
}
@media (min-width: 1070px) {
  .calcTable td,
  .calcTable th {
    padding: 0.6rem 1.6rem;
  }
  .content__left .calcTable td, .content__left .calcTable th {
    padding: 0.6rem;
  }
}
.calcTable td span,
.calcTable th span {
  color: #666666;
  white-space: nowrap;
}
.calcTable th {
  font-size: 0.5625rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #2C6E8C;
}
@media (min-width: 470px) {
  .calcTable th {
    font-size: 0.675rem;
  }
}
@media (min-width: 640px) {
  .calcTable th {
    font-size: 0.75rem;
  }
}
.calcTable tr:nth-child(even) > * {
  background-color: #FFFFFF;
}
.calcTable tr:nth-child(even) > *:first-child {
  border-radius: 4px 0 0 4px;
}
.calcTable tr:nth-child(even) > *:last-child {
  border-radius: 0 4px 4px 0;
}
.calcTable tr:last-child td {
  font-weight: 600;
}
@media (min-width: 1070px) {
  .calcTable tr:last-child td {
    font-size: 1.125rem;
  }
}

.calcLink {
    display: block;
    width: 100%;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding: 1.75em 2.0em 1.9em;
    background-color: #F7F7F7;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    text-decoration: none;
    border-bottom: 0 !important;
    text-align: center;
  }
  @media (min-width: 470px) {
    .calcLink {
      text-align: center;
      justify-content: center;
      align-items: flex-end;
      width: 10.625em;
      padding: 1.2em 0.875em 1.5em;
      float: right;
      margin-left: 1.25em;
    }
  }
  .calcLink:hover {
    text-decoration: none;
    border-bottom: 0 !important;
  }
  .calcLink::before {
    display: block;
    content: '';
    background-image: url("../img/svg/calcLink.0b70a9e61478.svg");
    background-position: center;
    background-size: contain;
    height: 7em;
    width: 7em;
    margin: 0 auto 1.7em;
  }
  @media (min-width: 470px) {
    .calcLink::before {
      margin: 0 auto 1.25em;
    }
  }
  .calcLink__title {
    display: block;
    background-color: #03A9F4;
    padding: 0.9em;
    border-radius: 10px;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1;
    color: #FFFFFF;
    margin-bottom: 0.5em;
    transition: background-color 300ms;
  }
  @media (min-width: 470px) {
    .calcLink__title {
      padding: 0.4em;
      margin-bottom: 0.7em;
    }
  }
  :hover > .calcLink__title {
    background-color: #076ea6;
  }
  .calcLink__text {
    display: block;
    font-size: 0.875rem;
    line-height: 1.2;
    color: #333333;
  }

.tooltip {
    display: inline;
    position: relative;
    color: #03a9f4;
    border-bottom: 1px dashed #03a9f4;
    cursor: pointer;
}
  .tooltip__content {
    display: none;
    padding-top: 0.5em;
    position: absolute;
    cursor: default;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 3;
    max-width: 19.0em;
  }
  @media (min-width: 470px) {
    .tooltip__content {
      max-width: 27.0em;
    }
  }
  .tooltip__text {
    display: block;
    background: #FFFFFF;
    color: #333333;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    font-size: 0.75rem;
    line-height: 1.5;
    padding: 1.0em;
  }
  @media (min-width: 470px) {
    .tooltip__text {
      padding: 1.4em;
      font-size: 0.875rem;
    }
  }
  .tooltip__text p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }


.foot {
  background-image: linear-gradient(127.6deg, #0A0C1B 6.83%, #343951 52.84%, #03A9F4 137.42%);
  color: #FFFFFF;
}
.foot p {
  color: inherit;
  line-height: 1.2;
}
.foot .wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.2em 1em;
}
@media (min-width: 470px) {
  .foot .wrapper {
    padding-left: 1.2em;
    padding-right: 1.2em;
  }
}
@media (min-width: 770px) {
  .foot .wrapper {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
@media (min-width: 970px) {
  .foot .wrapper {
    padding-left: 1.875em;
    padding-right: 1.875em;
  }
}
@media (min-width: 1070px) {
  .foot .wrapper {
    padding-top: 2.1em;
    padding-bottom: 2.1em;
    display: flex;
  }
}
.foot__body {
  flex-grow: 1;
}
@media (min-width: 1070px) {
  .foot__body {
    margin-right: 2.0em;
  }
}
@media (min-width: 1270px) {
  .foot__body {
    margin-right: 4.3em;
  }
}
@media (min-width: 640px) {
  .foot__head {
    display: flex;
  }
}
@media (min-width: 640px) {
  .foot__info {
    padding-top: 0.4em;
    width: 21.0em;
    margin-right: 2.0em;
  }
}
@media (min-width: 1270px) {
  .foot__info {
    margin-right: 4.0em;
  }
}
.foot__info a {
  color: #03A9F4;
  text-decoration: underline;
}
.foot__info a:hover {
  text-decoration: none;
}
.foot__links {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
}
@media (min-width: 470px) {
  .foot__links {
    justify-content: space-around;
  }
}
@media (min-width: 1070px) {
  .foot__links {
    justify-content: space-between;
  }
}
.foot__links > * {
  margin-right: 1.0em !important;
}
@media (min-width: 470px) {
  .foot__links > * {
    margin-right: 2.0em !important;
  }
}
.foot__links > *:last-child {
  margin-right: 0 !important;
}
.foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.foot__menu li {
  margin-bottom: 0.7em;
  display: block;
}
@media (min-width: 470px) {
  .foot__menu li {
    margin-bottom: 0.6em;
  }
}
.foot__menu li a {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 0.875rem;
}
@media (min-width: 470px) {
  .foot__menu li a {
    font-size: 1.0rem;
  }
}
@media (min-width: 1270px) {
  .foot__menu li a {
    font-size: 1.125rem;
  }
}
.foot__menu li a:hover {
    color: #03a9f4;
}
.foot__foot {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 0.7em;
}
@media (min-width: 640px) {
  .foot__foot {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}
@media (min-width: 1070px) {
  .foot__foot {
    margin-top: 0;
  }
}
.foot__foot > * {
  margin-right: 2.0em;
}
.foot__foot > *:last-child {
  margin-right: 0;
}
.foot__search {
  margin-bottom: 1.3em;
  width: 100%;
}
@media (min-width: 640px) {
  .foot__search {
    width: 50%;
    margin-bottom: 0;
  }
}
@media (min-width: 1070px) {
  .foot__search {
    margin-right: -7em !important;
    width: 69%;
  }
}
.foot__search form {
  display: flex;
  position: relative;
}
.foot__search form [type=text] {
  display: block;
  width: 100%;
  font-family: inherit;
  outline: 0;
  border: 0;
  background-color: #FFFFFF;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  font-size: 1.125rem;
  padding: 0.65em 0.9em;
  line-height: 1.2;
  color: #000;
}
.foot__search form [type=text]::-webkit-input-placeholder {
  font-weight: 300;
  color: #666666;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.foot__search form [type=text]::-moz-placeholder {
  font-weight: 300;
  color: #666666;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.foot__search form [type=text]:-moz-placeholder {
  font-weight: 300;
  color: #666666;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.foot__search form [type=text]:-ms-input-placeholder {
  font-weight: 300;
  color: #666666;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.foot__search form [type=text]:focus::-webkit-input-placeholder {
  opacity: 0;
}
.foot__search form [type=text]:focus::-moz-placeholder {
  opacity: 0;
}
.foot__search form [type=text]:focus:-moz-placeholder {
  opacity: 0;
}
.foot__search form [type=text]:focus:-ms-input-placeholder {
  opacity: 0;
}
.foot__search form [type=submit] {
  outline: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
  background: none;
  width: 3.0em;
}
.foot__search form [type=submit] svg {
  display: block;
}
.foot__search form [type=submit] svg path {
  fill: #666666;
  transition: fill 300ms;
}
.foot__search form [type=submit]:hover svg path {
  fill: #03A9F4;
}
.foot__phone {
  margin-bottom: 0.7em;
}
@media (min-width: 640px) {
  .foot__phone {
    margin-top: 0.4em;
    margin-bottom: 1.1em;
  }
}
.foot__phone a {
  display: block;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 1;
}
.foot__phone a:hover {
  color: inherit;
}
.foot__phone span {
  font-size: 0.875rem;
  font-weight: 300;
}
.foot__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  margin-top: 0.3em;
}
@media (min-width: 470px) {
  .foot__contacts {
    align-items: center;
    text-align: center;
  }
}
@media (min-width: 1070px) {
  .foot__contacts {
    margin-top: -0.4em;
    align-items: flex-end;
    margin-top: 0;
    text-align: right;
  }
}
.foot__note {
    padding-top: 0px!important;
    font-size: 13px;
}
.payWays__title {
  font-size: 0.875rem;
  font-weight: 300;
  margin-bottom: 0.6em;
}
.payWays__icons {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.payWays__icons svg {
  display: block;
  flex-shrink: 0;
  width: 3.75em;
  margin-right: 0.625em;
}
.payWays__icons svg:last-child {
  margin-right: 0;
}
.socBlock__title {
  font-size: 0.875rem;
  font-weight: 300;
  margin-bottom: 0.75em;
}
.socBlock__list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 470px) {
  .socBlock__list {
    justify-content: center;
  }
}
@media (min-width: 1070px) {
  .socBlock__list {
    justify-content: flex-end;
  }
}
.socBlock__list a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5em;
  width: 2.5em;
  border-radius: 50%;
  background-color: #03A9F4;
  margin-right: 0.5em;
  transition: background-color 300ms;
}
.socBlock__list a svg {
  display: block;
}
.socBlock__list a:last-child {
  margin-right: 0;
}
.socBlock__item--vk:hover {
  background-color: #4680C2;
}
.socBlock__item--ok:hover {
  background-color: #F2720C;
}
.socBlock__item--fb:hover {
  background-color: #0075EE;
}

.tabs__head {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 2.2em;
  flex-wrap: wrap;
}
.tabs__body {
  width: 100%;
}
@media (min-width: 1070px) {
  .tabs__body h2 {
    font-size: 2.125rem;
  }
}
.tabs__bttn {
  text-align: center;
  user-select: none;
  position: relative;
  cursor: pointer;
  font-weight: 500;
  margin-right: 5px;
  margin-bottom: 10px;
  padding: 0.4em 1.2em;
  border-radius: 10px;
  color: #666666;
  background-color: #E5E9EC;
  transition: border-color 300ms, color 300ms, background-color 300ms;
}
@media (min-width: 470px) {
  .tabs__bttn {
    padding: 0.9em 1.5em;
    margin-right: 0.625em;
  }
}

.tabs__bttn span {
  font-size: 0.875rem;
}
@media (min-width: 470px) {
  .tabs__bttn span {
    font-size: 1.0rem;
  }
}
@media (min-width: 1070px) {
  .tabs__bttn span {
    font-size: 1.125rem;
  }
}
@media (min-width: 1070px) {
  .tabs__bttn:last-child {
    margin-right: 0;
  }
}
.tabs__bttn:hover,
.tabs__bttn.active {
  background-color: #03A9F4;
  color: #fff;
}
.tabs__wrap {
  /* display: none; */
  margin-bottom: 4.0em;
}


.cases__item--form {
  padding-bottom: 0;
}
.caseForm {
  position: relative;
  background-image: linear-gradient(93.3deg, #0A0C1B 7.4%, #343951 43.69%, #03A9F4 88.76%);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  padding: 21px 19px;
  color: #fff;
  flex-grow: 1;
  border-radius: 10px;
  background-blend-mode: multiply;
}
@media (min-width: 470px) {
  .caseForm {
    padding: 24px 35px;
  }
}
.caseForm p {
  color: inherit;
  margin-top: 0;
  margin-bottom: 1.2em;
  font-size: 0.875rem;
}
@media (min-width: 470px) {
  .caseForm p {
    font-size: 1.0rem;
  }
}
.caseForm__title {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
@media (min-width: 470px) {
  .caseForm__title {
    font-size: 1.375rem;
    margin-bottom: 0.3em;
  }
}
@media (min-width: 640px) {
  .caseForm__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 770px) {
  .caseForm__title {
    font-size: 1.75rem;
  }
}
.caseForm__title span {
  color: #03A9F4;
}
.caseForm__item {
  margin-bottom: 11px;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 470px) {
  .caseForm__item {
    max-width: 288px;
  }
}
.caseForm__item input:not([type="checkbox"]):not([type="radio"]):not([type=submit]),
.caseForm__item textarea,
.caseForm__item select {
  font-family: inherit;
  background-color: #fff;
  color: #333333;
  padding: 0.8em 0.9em;
  border: 0;
  outline: none;
  font-size: 1.125rem;
  line-height: 1.2;
  width: 100%;
  border-radius: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
}
.caseForm__item input:not([type="checkbox"]):not([type="radio"]):not([type=submit])::-webkit-input-placeholder,
.caseForm__item textarea::-webkit-input-placeholder,
.caseForm__item select::-webkit-input-placeholder {
  font-weight: 400;
  color: #737373;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.caseForm__item input:not([type="checkbox"]):not([type="radio"]):not([type=submit])::-moz-placeholder,
.caseForm__item textarea::-moz-placeholder,
.caseForm__item select::-moz-placeholder {
  font-weight: 400;
  color: #737373;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.caseForm__item input:not([type="checkbox"]):not([type="radio"]):not([type=submit]):-moz-placeholder,
.caseForm__item textarea:-moz-placeholder,
.caseForm__item select:-moz-placeholder {
  font-weight: 400;
  color: #737373;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.caseForm__item input:not([type="checkbox"]):not([type="radio"]):not([type=submit]):-ms-input-placeholder,
.caseForm__item textarea:-ms-input-placeholder,
.caseForm__item select:-ms-input-placeholder {
  font-weight: 400;
  color: #737373;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.caseForm__item input:not([type="checkbox"]):not([type="radio"]):not([type=submit]):focus::-webkit-input-placeholder,
.caseForm__item textarea:focus::-webkit-input-placeholder,
.caseForm__item select:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.caseForm__item input:not([type="checkbox"]):not([type="radio"]):not([type=submit]):focus::-moz-placeholder,
.caseForm__item textarea:focus::-moz-placeholder,
.caseForm__item select:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.caseForm__item input:not([type="checkbox"]):not([type="radio"]):not([type=submit]):focus:-moz-placeholder,
.caseForm__item textarea:focus:-moz-placeholder,
.caseForm__item select:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.caseForm__item input:not([type="checkbox"]):not([type="radio"]):not([type=submit]):focus:-ms-input-placeholder,
.caseForm__item textarea:focus:-ms-input-placeholder,
.caseForm__item select:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.caseForm__item input:not([type="checkbox"]):not([type="radio"]):not([type=submit]).error,
.caseForm__item textarea.error,
.caseForm__item select.error {
  box-shadow: 0 0 0 1px #FF0000;
  color: #FF0000;
}
.caseForm__item select {
  font-weight: 400;
}
.caseForm__item input::-webkit-outer-spin-button,
.caseForm__item input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.caseForm__item [type=submit] {
  display: block;
  background-color: #03A9F4;
  border-radius: 10px;
  font-weight: 600;
  border: 0;
  outline: none;
  font-size: 1.25rem;
  padding: 0.7em;
  cursor: pointer;
  text-align: center;
  color: #FFFFFF;
  width: 100%;
  box-sizing: border-box;
  transition: background-color 300ms;
}
@media (min-width: 470px) {
  .caseForm__item [type=submit] {
    max-width: 288px;
  }
}
.caseForm__item [type=submit]:hover {
  background-color: #076ea6;
}
.caseForm__select {
  position: relative;
}
.caseForm__select select {
  cursor: pointer;
  padding-right: 1.5em;
}
.caseForm__select::after {
  display: block;
  content: '';
  position: absolute;
  top: 40%;
  right: 1.2em;
  z-index: 1;
  height: 7px;
  width: 7px;
  border-left: 2px solid #333333;
  border-bottom: 2px solid #333333;
  transform: rotate(-45deg);
}
.caseForm__agree {
  margin-top: 1.1em;
}
.caseForm__agree label {
  display: block;
  position: relative;
  font-size: 0.75rem;
  line-height: 1.0;
  color: #BDBDBD;
  padding-left: 2.1em;
  user-select: none;
  cursor: pointer;
}
.caseForm__agree label:before,
.caseForm__agree label:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  font-size: 1rem;
  height: 1.0em;
  width: 1.0em;
  border-radius: 2px;
  transition: opacity 300ms;
}
.caseForm__agree label:before {
  box-shadow: inset 0 0 0 2px #FFF;
  border-radius: 2px;
  opacity: 1;
  transition: all 300ms ease;
}
.caseForm__agree label:after {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/svg/agree-white.2cce14433d6b.svg");
  opacity: 0;
  transition: all 300ms ease;
}
.caseForm__agree label a {
  text-decoration: underline;
  color: inherit;
  border-bottom: none
}
.caseForm__agree input[type=checkbox] {
  display: none;
}
.caseForm__agree input[type=checkbox]:checked + label::before {
  opacity: 0;
}
.caseForm__agree input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.agree-error {
  margin-top: 5px;
  color: #ED281F;
  font-size: 14px;
}

.cookiePopup {
  max-width: 100%;
  position: fixed;
  z-index: 10;
  left: 5px;
  right: 5px;
  bottom: 5px;
}
@media (min-width: 470px) {
  .cookiePopup {
    left: 28px;
    bottom: 28px;
    right: auto;
  }
}
@media (min-width: 640px) {
  .cookiePopup {
    max-width: 490px;
  }
}
.cookiePopup__body {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 14px;
}
@media (min-width: 470px) {
  .cookiePopup__body {
    padding: 18px 22px;
  }
}
.cookiePopup__text {
  line-height: 120%;
  margin-right: 15px;
  font-size: 0.875rem;
}
@media (min-width: 470px) {
  .cookiePopup__text {
    font-size: 1.0rem;
    margin-right: 20px;
  }
}
.cookiePopup__text a {
  color: #03A9F4;
  text-decoration: underline;
}
.cookiePopup__bttn {
  background-color: #03A9F4;
  border-radius: 4px;
  flex-shrink: 0;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
  color: #FFFFFF;
  min-width: 90px;
  padding: 0.6em;
  cursor: pointer;
  transition: background-color 300ms;
  font-size: 0.875rem;
}
@media (min-width: 470px) {
  .cookiePopup__bttn {
    font-size: 1.0rem;
    min-width: 105px;
  }
}
.cookiePopup__bttn:hover {
  background-color: #076ea6;
}

.outReviews {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-family: 'Roboto';
    margin-bottom: 40px;
    margin-left: -5px;
    margin-right: -5px;
}
@media (min-width: 470px) {
    .outReviews {
        gap: 20px 16px;
        margin-left: 0;
        margin-right: 0;
        justify-content: flex-start;
    }
}
.outReviews__item,
.outReviews a {
    display: flex;
    background-color: #FFFFFF;
    border: 1px solid #03A9F4;
    border-radius: 5px;
    color: #000;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding: 6px 10px;
    transition: 0.16s all ease-in-out;
    font-weight: 600;
    line-height: 1.3;
    width: calc(50.0% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}
@media (min-width: 470px) {
    .outReviews__item,
    .outReviews a {
        width: auto;
        margin: 0;
        padding: 6px 12px 4px;
    }
}
.outReviews__img {
    margin-right: 10px;
    padding-top: 3px;
}
@media (min-width: 470px) {
    .outReviews__img {
        margin-right: 14px;
    }
}
.outReviews__logo {
    display: block;
}
.outReviews__info {
    display: flex;
    flex-direction: column;
    line-height: 1;
}
.outReviews__assess {
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
}
.outReviews__assess svg {
    display: block;
    margin-left: 9px;
}
.outReviews__assess svg path {
    fill: #03A9F4;
}
.outReviews__count {
    font-weight: 400;
    font-size: 10px;
    line-height: 1.2;
    color: rgba(0, 0, 0, 0.38);
}
@media (min-width: 470px) {
    .outReviews__count {
        font-size: 12px;
    }
}



.formBlock form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
}
.formBlock__title {
  font-weight: 500;
  font-size: 1.375rem;
  margin-bottom: 0.6em;
}
.formBlock__subtitle {
  font-size: 0.875rem;
  margin-bottom: 0.6em;
  text-align: center;
}
.formBlock__item {
  margin-bottom: 0.6em;
  width: 100%;
  box-sizing: border-box;
}
.formBlock__item:last-child {
  margin-bottom: 0;
}
.formBlock__item--triple {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 770px) {
  .formBlock__item--triple {
    flex-wrap: nowrap;
  }
}
.formBlock__item--triple > * {
  width: 100%;
  margin-bottom: 0.65em;
}
.formBlock__item--triple > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 640px) {
  .formBlock__item--triple > * {
    width: 48%;
  }
}
@media (min-width: 770px) {
  .formBlock__item--triple > * {
    width: auto;
    margin-bottom: 0;
    min-width: 32.5%;
    flex: 1 1 auto;
  }
}
@media (min-width: 770px) {
  .formBlock__item--triple > * + * {
    margin-left: 0.5em;
  }
}
@media (max-width: 770px) {
  .formBlock__item--triple [type="submit"] {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 640px) {
  .formBlock__item--triple [type="submit"] {
    width: 48%;
  }
}
@media (min-width: 770px) {
  .formBlock__item--triple [type="submit"] {
    width: auto;
    min-width: 28.5%;
    flex: 1 1 auto;
  }
}
.formBlock__item input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.formBlock__item textarea {
  border: 1px solid #E3E3E3;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  font-family: inherit;
  background-color: #FFFFFF;
  color: #888888;
  padding: 0.8em 1.2em 0.8em;
  font-size: 1rem;
  width: 100%;
}
.formBlock__item input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]).error,
.formBlock__item textarea.error {
  border: 1px solid #FF0000;
  box-shadow: 0 0 0 1px #FF0000;
  color: #FF0000;
}
.formBlock__item [type="submit"] {
  font-family: inherit;
  outline: 0;
  padding: 0.7em 0.8em;
  height: auto;
  border: none;
  width: 100%;
}
.formBlock__item .ajax-loader {
  display: none !important;
}
.formBlock__agree label {
  display: block;
  position: relative;
  font-size: 0.75rem;
  line-height: 1.166;
  color: #B3B3B3;
  padding-left: 2.25em;
  user-select: none;
  cursor: pointer;
}
.formBlock__agree label:before,
.formBlock__agree label:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  font-size: 1rem;
  height: 1.0em;
  width: 1.0em;
  border-radius: 2px;
  transition: opacity 300ms;
}
.formBlock__agree label:before {
  box-shadow: inset 0 0 0 2px #666666;
  border-radius: 12.5%;
}
.formBlock__agree label:after {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/svg/agree.05bcecd8abe9.svg");
  opacity: 0;
  transition: all 300ms ease;
}
.formBlock__agree label a {
  text-decoration: underline;
  color: inherit;
}
.formBlock__agree input[type=checkbox] {
  display: none;
}
.formBlock__agree input[type=checkbox]:checked + label::before {
  opacity: 0;
}
.formBlock__agree input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.formBlock__agree--white label::before {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.formBlock__agree--white label::after {
  background-image: url("../img/svg/agree-white.2cce14433d6b.svg");
  background-color: transparent;
}
.formBlock__agree--white input[type=checkbox]:checked + label::before {
  opacity: 0;
}

.fsspBlk {
  margin-top: 40px;
  margin-bottom: 50px;
}
.fsspBlk__caption {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  margin: 0 0 10px;
}
@media (min-width: 640px) {
  .fsspBlk__caption {
    font-size: 30px;
  }
}
.fsspBlk__notion {
  font-size: 16px;
  margin-bottom: 0.7em;
}
.fsspBlk__form {
  background-color: #f4f6fe;
  border-radius: 6px;
  padding: 20px 20px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 640px) {
  .fsspBlk__form {
    padding: 30px 38px;
  }
}
.fsspBlk__form .formBlock__item {
  max-width: 400px;
  margin-bottom: 12px;
}
.fsspBlk__form .formBlock__item select {
  width: 100%;
}
@media (min-width: 640px) {
  .fsspBlk__form .formBlock__item--submit {
    max-width: 157px;
  }
}
.fsspBlk__form .formBlock__item [type=submit] {
  font-size: 18px;
}
.fsspBlk__form .formBlock__item--date {
  width: 200px;
}
.fsspBlk__form .formBlock__item select {
  max-width: 100%;
  width: 100%;
}
.fsspBlk__form .formBlock__item .select2-selection.select2-selection--single {
  border: 1px solid #E3E3E3;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  font-family: inherit;
  background-color: #FFFFFF;
  color: #888888;
  padding: 0.5em 0.6em;
  font-size: 1rem;
  width: 100%;
  height: 46px;
}
.fsspBlk__form .formBlock__item .select2-selection.select2-selection--single .select2-selection__arrow {
  height: 46px;
  width: 40px;
}
.fsspBlk__form .formBlock__agree label a {
  border-bottom: 0;
}
.fsspBlk__error {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 20px;
}
@media (min-width: 640px) {
  .fsspBlk__error {
    padding: 40px;
  }
}
.fsspBlk__error__icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='85' height='85' viewBox='0 0 85 85' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M84.434 81.7024L57.3535 54.6198C62.5156 48.8166 65.6819 41.2006 65.6819 32.8409C65.6819 14.7321 50.9479 0 32.8409 0C14.7339 0 0 14.7321 0 32.8409C0 50.9497 14.7339 65.6817 32.8409 65.6817C41.201 65.6817 48.8182 62.5149 54.622 57.3517L81.7024 84.4339C82.0796 84.8111 82.574 84.9998 83.0683 84.9998C83.5625 84.9998 84.0568 84.8111 84.4342 84.4339C85.1887 83.6795 85.1887 82.4571 84.434 81.7024ZM32.8409 61.8182C16.8619 61.8182 3.86358 48.8199 3.86358 32.8409C3.86358 16.8619 16.8619 3.86358 32.8409 3.86358C48.8198 3.86358 61.8181 16.8619 61.8181 32.8409C61.8181 48.8199 48.8198 61.8182 32.8409 61.8182Z' fill='%23888888'/%3e%3cpath d='M32.8409 30.9092C38.1685 30.9092 42.4999 26.5758 42.4999 21.2501C42.4999 15.9245 38.1685 11.5909 32.8409 11.5909C27.5134 11.5909 23.1818 15.9243 23.1818 21.25C23.1818 26.5756 27.5134 30.9092 32.8409 30.9092ZM32.8409 15.4545C36.0367 15.4545 38.6363 18.0541 38.6363 21.25C38.6363 24.4458 36.0367 27.0454 32.8409 27.0454C29.645 27.0454 27.0454 24.4458 27.0454 21.25C27.0454 18.0541 29.645 15.4545 32.8409 15.4545Z' fill='%23888888'/%3e%3cpath d='M46.0543 36.8273C42.9679 35.0086 38.1685 32.8411 32.8411 32.8411C27.5134 32.8411 22.714 35.0087 19.6278 36.8273C17.0546 38.3458 15.4547 41.2947 15.4547 44.5225V45.7601C15.4547 48.2239 17.311 50.2275 19.5937 50.2275H46.0884C48.3711 50.2275 50.2274 48.2239 50.2274 45.7601V44.5225C50.2273 41.2945 48.6275 38.3458 46.0543 36.8273ZM46.3637 45.7601C46.3637 46.1619 46.1335 46.3637 46.0882 46.3637H19.5935C19.5483 46.3637 19.3181 46.1618 19.3181 45.7601V44.5225C19.3181 42.6832 20.2086 40.9701 21.5895 40.1551C24.2609 38.5817 28.3811 36.7046 32.8409 36.7046C37.3007 36.7046 41.4209 38.5818 44.0922 40.1551C45.4732 40.9701 46.3637 42.683 46.3637 44.5225V45.7601Z' fill='%23888888'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-position: center;
  height: 85px;
  width: 85px;
  margin-bottom: 18px;
}
@media (min-width: 640px) {
  .fsspBlk__error__icon {
    margin-bottom: 33px;
  }
}
.fsspBlk__error__title {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 0.3em;
}
@media (min-width: 640px) {
  .fsspBlk__error__title {
    font-size: 40px;
  }
}
.fsspBlk__error__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1;
  margin-bottom: 1em;
}
@media (min-width: 640px) {
  .fsspBlk__error__subtitle {
    font-size: 18px;
  }
}
.fsspBlk__bttn {
  display: table;
  cursor: pointer;
  border-radius: 10px;
  background-color: #03A9F4;
  color: #fff;
  text-align: center;
  font-weight: 500;
  padding: 0.9em 1.2em 0.8em;
  text-decoration: none;
  margin: 0;
  transition: background-color 300ms;
}
.fsspBlk__result {
  margin-top: 37px;
}
.fsspBlk__title {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 0.7em;
}
@media (min-width: 640px) {
  .fsspBlk__title {
    font-size: 40px;
  }
}
.fsspBlk__person {
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 1070px) {
  .fsspBlk__person {
    display: flex;
  }
}
.fsspBlk__person__icon {
  position: absolute;
  top: 0;
  right: 0;
  height: 53px;
  width: 53px;
}
@media (min-width: 470px) {
  .fsspBlk__person__icon {
    position: static;
    margin-right: 15px;
  }
}
.fsspBlk__person__block {
  padding-top: 10px;
}
@media (min-width: 1070px) {
  .fsspBlk__person__block:not(:last-child) {
    margin-right: 30px;
    padding-right: 30px;
    border-right: 1px solid #C4C4C4;
  }
}
.fsspBlk__person__title {
  font-size: 14px;
  color: #757575;
  margin-bottom: 7px;
}
.fsspBlk__table {
  max-width: 100%;
  overflow: auto;
}
.fsspBlk__table table {
  border-left: 1px solid #DFE7ED;
  border-right: 1px solid #DFE7ED;
}
.fsspBlk__table table th {
  background-color: #DFE7ED;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
  color: #818F98;
  text-align: left;
  padding: 1.3em 0.5em;
  vertical-align: middle;
  border-bottom: 1px solid #DFE7ED;
}
@media (min-width: 770px) {
  .fsspBlk__table table th {
    padding: 1.3em 1em;
  }
}
.fsspBlk__table table td {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  color: #333333;
  text-align: left;
  padding: 0.5em;
  border-bottom: 1px solid #DFE7ED;
}
@media (min-width: 770px) {
  .fsspBlk__table table td {
    padding: 1.4em 1em;
    font-size: 16px;
  }
}
.fsspBlk__table table tr:nth-child(odd) td {
  background-color: #F8FAFB;
}

.dolgForm {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 10px;
    background-color: #F4F6FE;
    margin-bottom: 40px;
  }
  @media (min-width: 770px) {
    .dolgForm {
      display: grid;
      grid-template-columns: repeat(2, auto);
      grid-template-rows: repeat(2, auto);
    }
  }
  .dolgForm__side {
    display: flex;
    align-items: center;
    flex-direction: column;
    /* justify-content: space-between; */
    gap: 10px;
    order: 2;
    background-color: #343951;
    position: relative;
    padding: 25px;
    color: #FFF;
    border-radius: 8px 8px 0 0;
    margin-bottom: 24px;
  }
  @media (min-width: 770px) {
    .dolgForm__side {
      grid-area: 1 / 1 / 3 / 2;
      width: 275px;
      border-radius: 0;
      padding-top: 51px;
      margin-bottom: 0;
    }
  }
  .dolgForm__side::before {
    display: block;
    content: '';
    background-image: url("../img/form-dolg-leaf.c7d5ab79d064.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    top: 0;
    height: 50px;
    transform: scale(-1, 1);
  }
  @media (min-width: 770px) {
    .dolgForm__side::before {
      transform: scale(1, 1);
      background-position: center 0;
    }
  }
  .dolgForm__gerb {
    display: none;
  }
  @media (min-width: 770px) {
    .dolgForm__gerb {
      display: block;
      background-image: url("../img/form-dolg-gerb.b818b7edc062.png");
      height: 150px;
      width: 150px;
      background-position: center center;
      background-repeat: no-repeat;
      margin-top: 50px
    }
  }
  .dolgForm__law {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
    width: 100%;
    padding-left: 60px;
    position: relative;
  }
  @media (min-width: 770px) {
    .dolgForm__law {
      text-align: center;
      font-size: 14px;
      padding-left: 0;
    }
  }
  .dolgForm__law::before {
    display: block;
    content: '';
    background-image: url("../img/form-dolg-gerb.b818b7edc062.png");
    height: 42px;
    width: 42px;
    background-size: 42px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -26px;
  }
  @media (min-width: 770px) {
    .dolgForm__law::before {
      display: none;
    }
  }
  .dolgForm__law b {
    font-size: 17px;
    font-weight: 700;
  }
  @media (min-width: 770px) {
    .dolgForm__law b {
      font-size: 24px;
    }
  }
  .dolgForm__price {
    display: flex;
    align-items: center;
    gap: 20px;
    line-height: 1.2;
  }
  @media (min-width: 770px) {
    .dolgForm__price {
      display: block;
      line-height: inherit;
      text-align: center;
    }
    .dolgForm__price > * + * {
      margin-top: 12px;
    }
  }
  .dolgForm__cost {
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #ffffff;
    border-radius: 4px;
    padding: 10px;
    flex-shrink: 0;
  }
  @media (min-width: 470px) {
    .dolgForm__cost {
      font-size: 20px;
      padding: 14px 10px;
    }
  }
  .dolgForm__info {
    padding: 19px 23px 0;
    order: 1;
  }
  @media (min-width: 770px) {
    .dolgForm__info {
      padding: 19px 30px 0;
    }
  }
  .dolgForm__info .title {
    font-size: 28px;
    margin-bottom: 0.2em;
  }
  .dolgForm__info .title:first-child {
    margin-top: 0;
  }
  @media (min-width: 770px) {
    .dolgForm__info .title {
      font-size: 32px;
    }
  }
  .dolgForm__info p.subtitle {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 1em;
    padding-left: 0;
  }
  @media (min-width: 770px) {
    .dolgForm__info p.subtitle {
      font-size: 21px;
    }
  }
  .dolgForm__info p.subtitle b {
    font-weight: 400;
    color: #03A9F4;
  }
  .dolgForm .ul-special {
    padding: 0;
    background-color: transparent;
    margin-bottom: 24px;
  }
  .dolgForm .ul-special li {
    line-height: 1.2;
    padding: 0 0 0px 24px;
    margin: 0 0 15px;
    font-size: 16px;
  }
  @media (max-width: 769px) {
    .dolgForm .ul-special li {
      font-size: 14px;
    }
  }
  .dolgForm .ul-special li::after {
    display: block;
    content: '';
    position: absolute;
    left: 0em;
    top: 0.3em;
    height: 0.3em;
    transform: rotate(-45deg);
    width: 0.6em;
    border-left: 2px solid #03A9F4;
    border-bottom: 2px solid #03A9F4;
    border-radius: 0;
    background-color: transparent;
  }
  .dolgForm__form {
    order: 3;
    padding: 0 23px 19px;
  }
  @media (min-width: 770px) {
    .dolgForm__form {
      padding: 0 30px 19px;
    }
  }
  @media (min-width: 640px) {
    .dolgForm__form .formBlock form {
      flex-direction: row;
      margin-left: -10px;
      margin-right: -10px;
    }
  }
  @media (min-width: 640px) {
    .dolgForm__form .formBlock__item {
      width: calc(50% - 20px);
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 21px;
    }
  }
  .dolgForm__form .formBlock__item input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
  .dolgForm__form .formBlock__item textarea {
    padding-top: 0.9em;
    padding-bottom: 0.9em;
  }
  .dolgForm__form .formBlock__item--submit {
    width: 100%;
  }
  .dolgForm__form .formBlock__item--submit .button {
    font-size: 18px;
    background-color: #03A9F4;
    color: #FFF;
    border-radius: 10px;
    cursor: pointer;
  }
  .dolgForm__form .formBlock__agree {
    margin-top: 14px;
  }
  @media (min-width: 640px) {
    .dolgForm__form .formBlock__agree {
      margin-left: 10px;
      margin-right: 10px;
      margin-top: 0;
    }
  }
  .dolgForm__form .formBlock__agree label a {
    border-bottom: 0;
  }


.reviewLst {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 1070px) {
  .reviewLst {
    gap: 30px;
  }
}
.reviewLst:not(:last-child) {
  margin-bottom: 50px;
}
.reviewLst .reviewLstItm {
  width: 100%;
}
@media (min-width: 770px) {
  .reviewLst .reviewLstItm {
    width: calc(50.0% - 15px);
  }
}
@media (min-width: 1070px) {
  .reviewLst .reviewLstItm {
    width: calc(33.3% - 20px);
  }
}
.reviewLstItm {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.reviewLstItm > * + * {
  margin-top: 10px;
}
.reviewLstItm__name {
  font-weight: 700;
  font-size: 18px;
  color: #343951;
}
a.reviewLstItm__link {
  text-decoration: none;
  color: #0194DD;
  margin-top: 4px;
  border-bottom: none;
}
.reviewLstItm__date {
  font-size: 13px;
  color: #B7B7B7;
  margin-top: 7px;
}
.reviewLstItm__text {
  font-size: 15px;
  line-height: 1.5;
  color: #343951;
}
.reviewLstItm__text p {
  line-height: inherit;
  font-size: inherit;
  color: inherit;
}
.question--center {
  padding: 10px 20px 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 560px;
  box-sizing: border-box;
  color: #FFF;
}
.question--center:not(:last-child) {
  margin-bottom: 50px;
}
.reviewLstItm__question {
    background: #f4f6fe;
    padding: 50px 0;
}
.reviewLstItm__question .question__title {
    margin-top: 0;
    color: #fff
}
.question__input .error {
    background: #ed6464;
    color: #fff;
}

.insuranceBlk {
  display: flex;
  flex-direction: column;
  gap: 15px 30px;
  background-color: #F4F6FE;
  border-radius: 10px;
  padding: 18px;
}
@media (min-width: 640px) {
  .insuranceBlk {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1170px) {
  .insuranceBlk {
    padding: 32px 27px;
    gap: 50px;
  }
}
.insuranceBlk:not(:last-child) {
  margin-bottom: 50px;
}
.insuranceBlk__text {
  display: flex;
  flex-direction: column;
  gap: 12px 31px;
  flex-grow: 1;
}
@media (min-width: 1170px) {
  .insuranceBlk__text {
    flex-direction: row;
    align-items: center;
  }
}
.insuranceBlk__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
  color: #343951;
  margin: 0;
  padding: 0;
}
@media (min-width: 770px) {
  .insuranceBlk__title {
    font-size: 32px;
  }
}
@media (max-width: 1169px) {
  .insuranceBlk__title br {
    display: none;
  }
}
.insuranceBlk__subtitle {
  position: relative;
  font-size: 16px;
  color: #343951;
  line-height: 1.3;
}
@media (min-width: 770px) {
  .insuranceBlk__subtitle {
    font-size: 18px;
  }
}
@media (min-width: 1170px) {
  .insuranceBlk__subtitle {
    padding-left: 28px;
  }
}
@media (max-width: 1169px) {
  .insuranceBlk__subtitle br {
    display: none;
  }
}
.insuranceBlk__subtitle::before {
  display: block;
  content: '';
  width: 57px;
  height: 1px;
  background-color: #B6BDDB;
  margin-bottom: 12px;
}
@media (min-width: 1170px) {
  .insuranceBlk__subtitle::before {
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 5px;
    width: 1px;
    height: auto;
  }
}
@media (min-width: 640px) {
  .insuranceBlk__actions {
    flex-shrink: 0;
    margin-left: auto;
  }
}
.insuranceBlk__link {
  display: flex;
  align-items: center;
  gap: 0 5px;
  background-color: #E0E6FE;
  border-radius: 5px;
  padding: 13px;
  font-size: 14px;
  color: #757575;
  white-space: nowrap;
  width: min-content;
}
@media (min-width: 470px) {
  .insuranceBlk__link {
    padding: 14px 35px 14px 25px;
    font-size: 16px;
  }
}
@media (min-width: 640px) {
  .insuranceBlk__link {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 770px) {
  .insuranceBlk__link {
    flex-direction: row;
    align-items: center;
    white-space: wrap;
    width: auto;
  }
}
.insuranceBlk__link i {
  display: block;
  font-weight: 600;
  font-style: normal;
  color: #F44336;
}
@media (min-width: 470px) {
  .insuranceBlk__link i {
    margin-right: 15px;
  }
}
.insuranceBlk__link span {
  display: block;
  text-decoration-line: underline;
  color: #03A9F4;
}

.videoReviewSlider {
  margin-bottom: 50px;
}
.videoReviewSlider.owl-carousel {
  width: auto;
  margin-inline: -1em;
}
@media (min-width: 470px) {
  .videoReviewSlider.owl-carousel {
    margin-inline: -1.2em;
  }
}
@media (min-width: 640px) {
  .videoReviewSlider.owl-carousel {
    margin-inline: 0;
  }
}
.videoReviewSlider .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 0.5em;
}
.videoReviewSlider .owl-dots .owl-dot {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  outline: none;
  height: 0.875em;
  width: 0.875em;
  border-radius: 50%;
  margin: 0 5px;
  background-color: #C4C4C4;
  transition: background-color 300ms;
}
.videoReviewSlider .owl-dots .owl-dot span {
  display: none;
}
.videoReviewSlider .owl-dots .owl-dot.active {
  background-color: #2196F3;
}
.videoReviewSlider .owl-nav .owl-next,
.videoReviewSlider .owl-nav .owl-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none !important;
  position: absolute;
  width: 48px;
  height: 48px;
  top: 44%;
  border: 1px solid #E0E3F2 !important;
  border-radius: 50px;
  transition: background-color 300ms;
}
.videoReviewSlider .owl-nav .owl-next::before,
.videoReviewSlider .owl-nav .owl-prev::before {
  display: block;
  content: '';
  height: 12px;
  width: 12px;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  border-bottom-right-radius: 4px;
  transform: rotate(-45deg);
  margin-right: 6px;
}
.videoReviewSlider .owl-nav .owl-next span,
.videoReviewSlider .owl-nav .owl-prev span {
  display: none;
}
.videoReviewSlider .owl-nav .owl-next {
  right: -72px;
}
.videoReviewSlider .owl-nav .owl-prev {
  left: -72px;
}
.videoReviewSlider .owl-nav .owl-prev {
  transform: scale(-1, 1);
}
.videoReviewSlide__img {
  display: block;
  width: 100%;
  padding-bottom: 56%;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  margin-bottom: 11px;
  border-bottom: none!important;

}
.videoReviewSlide__img::after {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 48px;
  height: 48px;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8 10.0012C7.99979 9.29737 8.18529 8.60596 8.53777 7.99677C8.89024 7.38757 9.39722 6.88217 10.0075 6.53158C10.6178 6.18099 11.3098 5.99763 12.0136 6.00002C12.7174 6.00241 13.4081 6.19046 14.016 6.54519L38.01 20.5412C38.6155 20.8925 39.1182 21.3967 39.4679 22.0032C39.8175 22.6097 40.0019 23.2974 40.0025 23.9975C40.0031 24.6975 39.8199 25.3855 39.4713 25.9927C39.1227 26.5998 38.6209 27.1048 38.016 27.4572L14.016 41.4572C13.4081 41.8119 12.7174 42 12.0136 42.0023C11.3098 42.0047 10.6178 41.8214 10.0075 41.4708C9.39722 41.1202 8.89024 40.6148 8.53777 40.0056C8.18529 39.3964 7.99979 38.705 8 38.0012V10.0012Z' fill='white'/%3e%3c/svg%3e ");
}
.videoReviewSlide__img img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.videoReviewSlide__name {
  font-weight: 700;
  font-size: 18px;
}
@media (min-width: 470px) {
  .videoReviewSlide__name {
    font-size: 20px;
  }
}
.videoReviewSlide__debt {
  font-size: 14px;
}
.videoReviewSlide__case {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  color: #03A9F4;
  margin-top: 12px;
  border-bottom: none!important;
}
@media (min-width: 470px) {
  .videoReviewSlide__case {
    font-size: 18px;
  }
}
.videoReviewSlide__case::before {
  display: flex;
  justify-content: center;
  align-items: center;
  content: '';
  width: 40px;
  height: 40px;
  background-color: #F4F6FE;
  border-radius: 4px;
  flex-shrink: 0;
  background-image: url("/static/img/svg/pdf-gray.3eccb52af154.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.paymentNotion {
    display: flex;
    gap: 8px;
    max-width: 440px;
    font-size: 12px;
    line-height: 1.2;
    margin-block: 15px;
    font-weight: 600;
    color: #BDBDBD;
}
.paymentNotion::before {
    display: flex;
    align-items: center;
    justify-content: center;
    content: 'i';
    height: 12px;
    width: 13px;
    font-size: 11px;
    font-family: 'PF BeauSans Pro';
    font-weight: 600;
    padding-top: 1px;
    padding-left: 1px;
    border-radius: 8px;
    box-shadow: inset 0 0 0 1px #212121;
    color: #212121;
    flex-shrink: 0;
}
