﻿@font-face {
  font-family: "Inter";
  src: url(/fonts/Inter-Regular.eot);
  src: local("Inter Regular"), local("Inter-Regular"),
    url(/fonts/Inter-Regular.eot?#iefix) format("embedded-opentype"),
    url(/fonts/Inter-Regular.woff2) format("woff2"),
    url(/fonts/Inter-Regular.woff) format("woff"),
    url(/fonts/Inter-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(/fonts/Roboto-Regular.eot);
  src: local("/fonts/Roboto Medium Italic"), local("/fonts/Roboto-Regular"),
    url(/fonts/Roboto-Regular.eot?#iefix) format("embedded-opentype"),
    url(/fonts/Roboto-Regular.woff) format("woff"),
    url(/fonts/Roboto-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  background-color: #fff;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: left;
  text-rendering: geometricprecision;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
p {
  margin-bottom: 1rem;
  margin-top: 0;
}
abbr[data-original-title],
abbr[title] {
  border-bottom: 0 none;
  cursor: help;
  text-decoration: underline dotted;
}
address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}
dl,
ol,
ul {
  margin-bottom: 1rem;
  margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  background-color: transparent;
  color: #007bff;
  text-decoration: none;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:hover:not([href]) {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  caption-side: bottom;
  color: #6c757d;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  text-align: left;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  overflow-wrap: normal;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}
legend {
  color: inherit;
  display: block;
  font-size: 1.5rem;
  line-height: inherit;
  margin-bottom: 0.5rem;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  width: 100%;
}
progress {
  vertical-align: baseline;
}
[type="search"] {
  outline-offset: -2px;
}
output {
  display: inline-block;
}
summary {
  cursor: pointer;
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.container,
.blog,
#eb {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media (min-width: 576px) {
  .container,
  .blog,
  #eb,  
  .main h2 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .blog,
  #eb,
  .main h2 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .blog,
  #eb,
  .main h2 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .blog,
  #eb,
  .main h2 {
    max-width: 1110px;
  }
}
.row,
.items-leading {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
a {
  outline: 0;
}
a * {
  cursor: pointer !important;
}
::selection {
  background: #1b5648;
  color: #fff;
}
::-moz-selection {
  background: #1b5648;
  color: #fff;
}
::-webkit-selection {
  background: #1b5648;
  color: #fff;
}
.row {
  overflow: hidden;
}
.main-menu ul.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: outside none none;
  margin: 0;
  padding: 20px 0;
  width: 100%;
}
.main-menu .nav li {
  padding: 0 20px;
}
.main-menu a {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.item-page {
  width: 100%;
}
.page-header {
  padding: 20px 0 30px;
}
.uk-overlay {
  width: 100%;
  text-align: center;
}
.visually-hidden {
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
input.contactus-fields[type="text"]::placeholder,
input.contactus-fields[type="email"]::placeholder,
input.contactus-fields[type="date"]::placeholder,
input.contactus-fields[type="time"]::placeholder,
input.contactus-fields[type="tel"]::placeholder,
textarea.contactus-textarea::placeholder {
  color: #6a6a6a;
  font-size: 15px;
  height: 20px;
}
@media (max-width: 575px) {
  .row {
    margin: 0;
  }
}
.hidden {
  display: none;
  visibility: hidden;
}
body {
  /* -ms-user-select: none;
		-moz-user-select: none;
		-webkit-user-select: none;
	user-select: none; */
  overflow-y: scroll;
}
body > section,
main > section {
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  cursor: default;
}
p {
  font-size: 15px;
  line-height: 20px;
}

#burger {
  display: none;
}
.header-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  height: 139px;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
.header-top .visually-hidden {
  height: 75px;
  left: -75px;
  top: -75px;
  width: 75px;
}
.header-top,
.header-bottom {
  background: url("/images/gr_3.svg") repeat-y fixed center top / 1920px auto,
    rgba(0, 0, 0, 0) url("/images/bg_1.png") repeat fixed 0 0 / 75px 75px;
}
.bankovskie-garantii .header-top,
.bankovskie-garantii .header-bottom {
  background: url("/images/gr_1.svg") repeat-y fixed -30px 0 / 1150px 650px,
    rgba(0, 0, 0, 0) url("/images/bg_1.png") repeat fixed 0 0 / 75px 75px;
  overflow: visible;
}
.header-top > .container,
.header-top .row {
  height: 100%;
}
.header-top-body {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.logo {
  padding: 8px 0 0 0;
  flex-shrink: inherit;
  max-width: 300px;
}
.rezhim-raboty,
.goryachaya-liniya,
.footer-bottom > div {
  align-items: center;
  display: flex;
  position: relative;
}
.header-top .rezhim-raboty {
  left: 126px;
  top: 3px;
}
.rezhim-raboty > p,
.goryachaya-liniya > p,
.footer-bottom > div > p {
  color: #fff;
  margin: 0 0 0 15px;
}
.rezhim-raboty span,
.goryachaya-liniya span {
  display: block;
  font-weight: normal;
  width: 100%;
}
.goryachaya-liniya {
  left: 56px;
  top: 3px;
}
.goryachaya-liniya a,
.footer-bottom > div > p a {
  color: inherit;
}
.goryachaya-liniya a {
  font-size: 18px;
  font-weight: bold;
}
.zakazat-zvonok {
  display: flex;
  position: relative;
  top: 3px;
}
.zakazat-zvonok .contactus-button {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  height: 48px;
  letter-spacing: initial;
  line-height: 20px;
  text-transform: none;
  width: 171px;
}
.contactus-error-message {
  text-align: left;
  text-indent: 7px;
}
.top-menu {
  width: 100%;
}
.burger,
.burger-close {
  cursor: pointer;
  display: none;
  margin: 0;
}
.burger {
  padding: 10px;
}
.burger-close {
  padding: 12px;
}
.burger-overlay {
  display: none;
  margin: 0;
}
.burger > span {
  background-color: #fff;
  border-radius: 4px;
  height: 4px;
  width: 30px;
}
.burger > span + span {
  margin-top: 5px;
}
.main-menu {
  display: flex;
  justify-content: space-between;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  width: 100%;
}
.main-menu > li {
  text-align: center;
}
.main-menu a {
  align-items: center;
  display: flex;
  height: 100%;
}
.item-101,
.item-124,
.item-163{
  max-width: 87px;
}
.item-110 {
  max-width: 120px;
}
.item-104 {
  max-width: 83px;
}
.item-105 {
  max-width: 168px;
}
.header-top .main-menu .active > a {
  color: #86de74;
}
.header-bottom {
  align-items: flex-end;
  display: flex;
  min-height: 650px;
  overflow: hidden;
}
.header-bottom-body {
  min-height: 650px;
  overflow: visible;
  position: relative;
}
.header-bottom-body > picture {
  bottom: 0;
  color: transparent;
  position: absolute;
  z-index: 0;
}
.header-top-body img,
.header-bottom-body img {
  object-fit: contain;
}
.bankovskie-garantii .header-bottom-body.row > picture {
  left: -138px;
}
.kik .header-bottom-body.row > picture {
  right: 36px;
}
.tendernye-zajmy .header-bottom-body.row > picture {
  right: 145px;
}
.lizing .header-bottom-body > picture {
  bottom: 74px;
  right: -60px;
}
.tendernoe-soprovozhdenie .header-bottom-body > picture {
  right: 37px;
}
.utp-box {
  margin: 0;
  position: absolute;
  top: 236px;
  z-index: 1;
}
.tendernye-zajmy .header-bottom .utp > br:first-child {
  display: none;
}
.tendernye-zajmy .header-bottom .utp > span {
  white-space: nowrap;
}
.kik .utp-box .contactus-button,
.kik .kredit-na-ispolnenie-kontrakta-body .contactus-button,
.tendernye-zajmy .utp-box .contactus-button,
.lizing .utp-box .contactus-button {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  height: 48px;
  letter-spacing: -0.8px;
  line-height: 20px;
  padding: 13px 18px 15px;
  position: relative;
  text-align: center;
  text-transform: none;
  top: -14px;
  width: 157px;
}
.tendernye-zajmy .utp-box .contactus-button {
  overflow: hidden;
  position: relative;
  top: 10px;
}
.tendernye-zajmy .utp-box .contactus-button::before {
  background-color: #ffe578;
  bottom: 0;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  width: 100%;
}
.kredit-na-ispolnenie-kontrakta-body .img-box {
  height: 530px;
  left: 0;
}
.kredit-na-ispolnenie-kontrakta .img-box > img {
  left: 300px;
}
.kik .kredit-na-ispolnenie-kontrakta-body .contactus-button {
  top: 39px;
}
.lizing .utp-box .contactus-button {
  letter-spacing: -0.6px;
  width: 226px;
}
.bankovskie-garantii .utp-box {
  left: 212px;
  width: 500px;
  top: 200px;
}
.bankovskie-garantii .utp-box p.utp {
  line-height: 45px;
}
.tendernoe-soprovozhdenie .utp-box {
  top: 273px;
}
.tendernoe-soprovozhdenie .utp-dop {
  margin: -2px 0 6px;
}
.tendernoe-soprovozhdenie .utp-box .contactus-button {
  color: #000;
  font-size: 15px;
  height: 48px;
  letter-spacing: -0.4px;
  line-height: 20px;
  margin: 31px 0 0;
  text-transform: none;
  width: 323px;
}
.utp-box > p {
  color: #fff;
  margin: 0 0 20px;
}
.utp-box > p.utp {
  letter-spacing: -0.2px;
}
.utp {
  font-size: 35px;
  font-weight: 600;
  line-height: 40px;
}
.utp-dop {
  font-size: 15px;
  line-height: 25px;
}
.lizing .utp-dop > br:first-child {
  display: none;
}
.fos {
  background: #fff;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
  padding: 30px;
  position: absolute;
  right: 0;
  top: 199px;
  z-index: 1;
}
.fos > h3 {
  font-size: 25px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  margin: 0 0 30px;
  text-align: center;
}
.fos .reg_form > div > div:not(:last-child) {
  margin: 0 0 20px;
}
.fos .select-container {
  position: relative;
}
.fos .select-container::after {
  align-items: center;
  background: #fff none repeat scroll 0 0;
  content: url("/images/icons/arrow.svg");
  display: flex;
  height: 46px;
  pointer-events: none;
  position: absolute;
  right: 1.5px;
  top: 1px;
  width: 28px;
  z-index: 1;
}
.fos .contactus-select {
  cursor: pointer;
}
.fos .contactus-select,
.fos input.contactus-fields[type="text"],
.fos input.contactus-fields[type="tel"],
.fos input.contactus-fields[type="email"] {
  border: 1px solid #1b5648;
  box-shadow: none;
  height: 48px;
  width: 290px;
  margin: auto;
  padding: 6px 13px !important;
}
.fos .reg_form > div > div {
  display: flex !important;
  flex-direction: column;
}
.fos .reg_form .contactus-button.contactus-submit {
  font-size: 15px;
  font-weight: 500;
  height: 48px;
  letter-spacing: 0.4px;
  text-transform: none;
  width: 290px;
}
.blog-featured > .page-header {
  padding: 0;
}
.blog-featured > .page-header > h1,
.item-page > .page-header > h1 {
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
main > section {
  /* align-items: center; */
  display: flex;
}
.vse-vidy-garantij {
  min-height: 502px;
  z-index: -1;
  align-items: flex-start;
  padding: 97px 0 0 0;
}
.vse-vidy-garantij-body {
  align-items: center;
}
.row > h2,
.tendernym-spetsialistam h3 {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.3px;
  line-height: 35px;
  margin: 0 0 40px;
  width: 100%;
}
.vse-vidy-garantij-body > picture {
  margin: -76px 116px 0 0;
}
.vse-vidy-garantij-body > ul {
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
  list-style: none;
  padding: 0;
}
.vse-vidy-garantij-body > ul li {
  position: relative;
}
.vse-vidy-garantij-body > ul li:not(:last-child) {
  margin-bottom: 28px;
}
.vse-vidy-garantij-body > ul li:not(:last-child)::before {
  background-color: #1b5648;
  content: "";
  height: 4px;
  left: -39px;
  position: absolute;
  top: 8px;
  width: 24px;
  z-index: 1;
}
.vse-vidy-garantij-body > ul li:last-child {
  text-indent: -40px;
}
.preimushchestva-kik {
  min-height: 210px;
  padding: 40px 0;
}
.preimushchestva-kik-body {
  display: flex;
  justify-content: space-between;
}
.preimushchestva-kik-body > div {
  align-items: center;
  background-color: #f5f0ea;
  background-color: #efefef;
  display: flex;
  height: 130px;
  width: 350px;
}
.preimushchestva-kik img {
  margin: 0 30px 0 35px;
}
.preimushchestva-kik p {
  margin: 0;
}
.preimushchestva-tendernye-zajmy {
  padding: 40px 0 0;
}
.preimushchestva-tendernye-zajmy-body {
  justify-content: space-between;
}
.preimushchestva-tendernye-zajmy-body > div {
  background-color: #f5f0ea;
  background-color: #efefef;
  display: flex;
  flex-direction: column;
  height: 170px;
  padding: 20px;
  text-align: center;
  width: 256px;
}
.preimushchestva-tendernye-zajmy-body > div > div {
  align-items: center;
  display: flex;
  flex-grow: 1;
  justify-content: center;
}
.preimushchestva {
  align-items: center;
  background-color: #f5f0ea;
  background-color: #efefef;
  min-height: 280px;
}
.preimushchestva-body {
  align-items: center;
  justify-content: space-between;
}
.preimushchestva-body > div {
  border-left: 4px solid #20dcae;
  display: flex;
  flex-direction: column;
  height: 160px;
  justify-content: flex-end;
  padding: 0 0 0 20px;
}
.preimushchestva-body > div > p {
  margin: 25px 0 1px;
  white-space: nowrap;
}
.preimushchestva-lizing {
  padding: 40px 0 0;
}
.preimushchestva-lizing-body {
  justify-content: space-between;
}
.preimushchestva-lizing-body > div {
  align-items: center;
  background-color: #f5f0ea;
  background-color: #efefef;
  display: flex;
  height: 80px;
  width: 255px;
}
.preimushchestva-lizing-body img {
  margin: 0 36px 0 30px;
}
.preimushchestva-lizing-body p {
  margin: 0;
}
.preimushchestva-tendernoe-soprovozhdenie {
  padding: 39px 0 0;
}
.preimushchestva-tendernoe-soprovozhdenie-body {
  justify-content: space-between;
}
.preimushchestva-tendernoe-soprovozhdenie-body > div {
  border: 1px solid #e1e1e1;
  height: 240px;
  text-align: center;
  width: 255px;
}
.preimushchestva-tendernoe-soprovozhdenie-body > div > div {
  align-items: center;
  display: flex;
  height: 119px;
  justify-content: center;
}
.tendernoe-soprovozhdenie .poryadok-oformleniya {
  margin-top: 80px;
}
.tendernoe-soprovozhdenie .poryadok-oformleniya h2 {
  margin: 0 0 33px;
}
.primery-nashej-raboty .tabs > div {
  min-height: 363px;
  padding: 40px 0 0;
}
.primery-nashej-raboty .tabs > div > div {
  display: flex;
}
.primery-nashej-raboty .tabs picture {
  padding: 0 50px 0 0;
}
.primery-nashej-raboty .tabs > div > div > div {
  flex-grow: 1;
}
.primery-nashej-raboty .tabs h3 {
  font-size: 25px;
  letter-spacing: -0.5px;
  line-height: 30px;
  margin: 0 0 29px;
}
.primery-nashej-raboty .tabs p {
  align-items: center;
  display: flex;
  height: 50px;
  margin: 0;
  padding: 0 20px;
}
.primery-nashej-raboty .tabs p:nth-child(2n) {
  background-color: #efefef;
}
.primery-nashej-raboty .tabs p strong {
  margin-right: 5px;
}
.usloviya-trebovaniya-dokumenty {
  padding: 33px 0;
}
.tendernye-zajmy .usloviya-trebovaniya-dokumenty {
  padding: 83px 0 0;
}
.tabs {
  min-height: 270px;
  position: relative;
  width: 100%;
}
.tabs > input[type="radio"] {
  display: none;
}
.tabs > input[type="radio"]:checked + label {
  border-color: transparent;
  color: #000;
}
.tabs > label {
  border-bottom: 1px dashed #a4a4a4;
  color: #b1b1b1;
  cursor: pointer;
  font-size: 25px;
  line-height: 24px;
  margin: 0 26px 0 0;
  transition: color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s;
}
.tabs > label:hover {
  color: #3a4c75;
}
.tabs > label:first-of-type {
  margin-left: 0;
}
.tabs > div {
  font-size: 15px;
  left: 0;
  line-height: 20px;
  opacity: 0;
  padding: 29px 0 0;
  position: absolute;
  text-align: justify;
  top: 27px;
  transform: translateX(-100%);
  transition: transform 1s ease 1s, opacity 1s ease 0s;
  width: 100%;
  z-index: -1;
}
.tabs > div h3 {
  text-align: initial;
}
.tendernye-zajmy .tabs > div {
  padding: 37px 0 0;
}
.tendernye-zajmy .tabs > div p,
.tendernye-zajmy .tabs > div li {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.tendernye-zajmy .tabs > div > ul,
.usloviya-trebovaniya-dokumenty .tabs > div > ul {
  list-style: outside none none;
  padding: 14px 15px 0 0;
}
.tendernye-zajmy .tabs ul li,
.usloviya-trebovaniya-dokumenty .tabs ul li,
.tendernym-spetsialistam .tabs ul li {
  margin: 0 0 6px;
}
.tendernye-zajmy .tabs ul li::before,
.usloviya-trebovaniya-dokumenty .tabs ul li::before,
.tendernym-spetsialistam .tabs ul li::before {
  background-color: #266657;
  content: "";
  display: block;
  float: left;
  height: 2px;
  margin: 11px 11px 0 0;
  width: 12px;
}
#tab-btn-1:checked ~ #content-1,
#tab-btn-2:checked ~ #content-2,
#tab-btn-3:checked ~ #content-3 {
  opacity: 1;
  position: static;
  transform: none;
  transition: transform 0.8s ease 0.2s, opacity 1s ease 0.3s;
}
.tabs tr:nth-child(2n + 1) {
  background-color: #efefef;
}
.tabs td {
  padding: 15px 25px;
}
.tabs td:nth-child(1) {
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  width: 326px;
}
.stoimost-uslug .tabs {
  display: flex;
  height: 117px;
  justify-content: space-between;
  min-height: initial;
  position: relative;
}
.stoimost-uslug .tabs::before {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  content: "";
  height: 42px;
  left: -1px;
  position: absolute;
  right: -1px;
  top: -2px;
  z-index: -1;
}
.stoimost-uslug .tarif .tabs > div {
  align-items: center;
  display: flex;
  justify-content: space-between;
  opacity: 1;
  position: absolute;
  top: 0;
  transform: none;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
.stoimost-uslug .tabs > label {
  align-items: center;
  border: 0 none;
  color: #000;
  display: inline-flex;
  font-size: 15px;
  height: 40px;
  justify-content: center;
  line-height: 20px;
  margin: 0 auto;
  width: 75px;
}
/* .tabs > label[for="mes-1"] {
	padding: 0 0 1px;
	}
	.tabs > label[for="mes-3"] {
	padding: 0 7px 1px 0;
	}
	.tabs > label[for="mes-6"] {
	padding: 0 13px 1px 0;
	}
	.tabs > label[for="mes-12"] {
	padding: 0 12px 1px 0;
} */
.stoimost-uslug .tabs > label:hover {
  background-color: #e4ffe8;
}
.stoimost-uslug .tabs > input[type="radio"]:checked + label {
  background-color: #266657;
  color: #fff;
}
#mes-1:checked ~ #mod-139,
#mes-3:checked ~ #mod-140,
#mes-6:checked ~ #mod-141,
#mes-12:checked ~ #mod-142 {
  visibility: visible;
}
#mes-1_1:checked ~ #mod-139,
#mes-3_1:checked ~ #mod-140,
#mes-6_1:checked ~ #mod-141,
#mes-12_1:checked ~ #mod-142 {
  visibility: visible;
}
#mes-1_2:checked ~ #mod-143,
#mes-3_2:checked ~ #mod-144,
#mes-6_2:checked ~ #mod-145,
#mes-12_2:checked ~ #mod-146 {
  visibility: visible;
}

.tableview_new #mes-1:checked ~ #mod-139,
.tableview_new #mes-3:checked ~ #mod-140,
.tableview_new #mes-6:checked ~ #mod-141,
.tableview_new #mes-12:checked ~ #mod-142 {
  visibility: visible;
}
.tableview_new #mes-1_1:checked ~ #mod-143,
.tableview_new #mes-3_1:checked ~ #mod-144,
.tableview_new #mes-6_1:checked ~ #mod-145,
.tableview_new #mes-12_1:checked ~ #mod-146 {
  visibility: visible;
}
.tableview_new #mes-1_2:checked ~ #mod-199,
.tableview_new #mes-3_2:checked ~ #mod-200,
.tableview_new #mes-6_2:checked ~ #mod-201,
.tableview_new #mes-12_2:checked ~ #mod-202 {
  visibility: visible;
}
.tableview_new #mes-11:checked ~ #mod-139,
.tableview_new #mes-31:checked ~ #mod-140,
.tableview_new #mes-61:checked ~ #mod-141,
.tableview_new #mes-121:checked ~ #mod-142 {
  visibility: visible;
}
.tableview_new #mes-1_11:checked ~ #mod-143,
.tableview_new #mes-3_11:checked ~ #mod-144,
.tableview_new #mes-6_11:checked ~ #mod-145,
.tableview_new #mes-12_11:checked ~ #mod-146 {
  visibility: visible;
}
.tableview_new #mes-1_21:checked ~ #mod-199,
.tableview_new #mes-3_21:checked ~ #mod-200,
.tableview_new #mes-6_21:checked ~ #mod-201,
.tableview_new #mes-12_21:checked ~ #mod-202 {
  visibility: visible;
}

.stoimost-uslug .abon-plata {
  font-size: 19px;
  font-weight: bold;
  line-height: 30px;
  margin: 0;
}
.nashi-preimushchestva {
  padding: 14px 0 0px;
}
.nashi-preimushchestva-body > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.nashi-preimushchestva-body > div > div {
  align-items: flex-start;
  background-color: #f5f0ea;
  background-color: #efefef;
  box-shadow: -4px 0 0 #20dcae;
  display: flex;
  margin: 0 0 30px 4px;
  padding: 20px 0;
  width: 536px;
}
.nashi-preimushchestva img {
  margin: 8px 0 0 26px;
  flex-shrink: 0;
}
.nashi-preimushchestva-body > div > div > div {
  padding: 0 15px 0 30px;
}
.nashi-preimushchestva h3 {
  margin: 2px 0 0px;
  font-size: 15px;
  line-height: 20px;
}
.nashi-preimushchestva p {
  margin: 10px 0 10px;
}
.banki-partnery {
  background-color: transparent;
  padding: 79px 0 0;
}
.tendernye-zajmy .banki-partnery {
  padding: 48px 0 0;
}
.banki-partnery-body {
  justify-content: space-between;
  position: relative;
}
.banki-partnery-body.row > div.stat-bankom-partnerom {
  position: absolute;
  right: 0;
  top: -24px;
  z-index: 1;
}
.stat-bankom-partnerom .contactus-button {
  font: bold 15px/20px Inter, sans-serif;
  height: 48px;
  text-transform: none;
}
.banki-partnery-body > h2 {
  letter-spacing: -0.3px;
  margin: 0 0 41px;
}
.banki-partnery-body > .banki {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
}
.banki-partnery-body > .banki div.item > div {
  align-items: center;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  display: flex;
  height: 90px;
  justify-content: center;
  margin: 0 15px 15px 0;
  padding: 5px;
}
.banki-partnery-body > .banki .item img {
  filter: grayscale(0.8);
  transition: filter 0.3s ease;
}
.banki-partnery-body > .banki .item > div:hover img {
  filter: grayscale(0);
}
.banki img {
  max-height: 100%;
  object-fit: contain;
}
.poryadok-oformleniya {
  margin-top: -85px;
  overflow: hidden;
}
.img-box {
  bottom: 0;
  color: transparent;
  height: 827px;
  left: 180px;
  position: absolute;
  width: 1720px;
  z-index: -1;
}
.img-box > img {
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}
.img-box > picture {
  bottom: 0;
  left: 538px;
  position: absolute;
  z-index: 1;
}
.lizing .img-box > img {
  left: 280px;
}
.lizing .img-box > picture {
  bottom: 84px;
  left: 605px;
}
.kredit-na-ispolnenie-kontrakta .img-box > picture {
  left: 680px;
}
.tendernye-zajmy .poryadok-oformleniya {
  margin-top: -30px;
  padding-top: 100px;
}
.tendernye-zajmy .img-box > picture {
  left: 615px;
}
.poryadok-oformleniya-body {
  flex-direction: column;
  justify-content: flex-end;
  min-height: 827px;
  overflow: visible;
  position: relative;
}
.lizing .poryadok-oformleniya {
  margin-top: 0;
  padding-top: 69px;
}
.lizing .poryadok-oformleniya-body {
  min-height: initial;
}
.tendernye-zajmy .poryadok-oformleniya-body {
  min-height: 717px;
}
.lizing .poryadok-oformleniya h2 {
  letter-spacing: -0.3px;
  margin: 0 0 34px;
}
.lizing .poryadok-oformleniya h2 span {
  white-space: nowrap;
}
.poryadok-oformleniya-body ol {
  counter-reset: list 0;
  list-style: outside none none;
  margin: 6px 0 0;
  padding: 0;
}
.poryadok-oformleniya-body li {
  display: flex;
}
.poryadok-oformleniya-body li + li {
  margin-top: 60px;
}
.poryadok-oformleniya-body li::before {
  color: #226665;
  content: counter(list, decimal) " ";
  counter-increment: list 1;
  font-size: 25px;
  font-weight: bold;
  line-height: 35px;
  margin: -7px 0 0;
  text-align: right;
  width: 19px;
}
.poryadok-oformleniya-body li div {
  border-left: 4px solid #20dcae;
  margin-left: 17px;
  padding: 0 0 0 20px;
}
.poryadok-oformleniya-body li:nth-child(1) div {
  width: 680px;
}
.poryadok-oformleniya-body li:nth-child(2) div {
  box-sizing: content-box;
  width: 560px;
}
.poryadok-oformleniya-body li:nth-child(3) div {
  box-sizing: content-box;
  width: 575px;
}
.poryadok-oformleniya-body li div h3 {
  font-size: 25px;
  font-weight: normal;
  line-height: 30px;
  margin: -5px 0 15px;
}
.poryadok-oformleniya-body li div p {
  margin: 0;
}
.tendernye-zajmy .img-box {
  left: 180px;
}
.lizing .img-box {
  bottom: 0;
  left: 180px;
}
.lizing .poryadok-oformleniya .fos-box {
  padding: 26px 0 78px 35px;
}
.lizing .fos-box .contactus-button {
  width: 264px;
}
.poryadok-oformleniya .fos-box {
  padding: 25px 0 80px 35px;
  width: 100%;
}
.fos-box .contactus-button {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  height: 48px;
  letter-spacing: -0.3px;
  line-height: 20px;
  text-align: center;
  text-transform: none;
  width: 344px;
}
.tendernye-zajmy .poryadok-oformleniya-body .contactus-button {
  width: 264px;
}
.tendernye-zajmy .poryadok-oformleniya-body > h2 {
  margin: 0 0 19px;
}
.tendernye-zajmy .poryadok-oformleniya-body ol {
  margin: 30px 0 0;
}
.tendernoe-soprovozhdenie .poryadok-oformleniya .fos-box {
  padding: 25px 0 70px 35px;
}
.tendernoe-soprovozhdenie .img-box {
  height: 748px;
  left: 260px;
  width: 1562px;
}
.tendernoe-soprovozhdenie .img-box > picture {
  left: 451px;
}
.tendernoe-soprovozhdenie .poryadok-oformleniya-body li:nth-child(2) div {
  width: 580px;
}
.tendernoe-soprovozhdenie .poryadok-oformleniya-body li:nth-child(4) div {
  max-width: 570px;
}
.tendernoe-soprovozhdenie .poryadok-oformleniya .contactus-button {
  height: 48px;
  letter-spacing: -0.4px;
  width: 323px;
}
.tendernoe-soprovozhdenie .primery-nashej-raboty {
  padding: 79px 0 0;
}
.primery-nashej-raboty-body > h2 {
  margin: 0 0 44px;
}
.tendernoe-soprovozhdenie .stoimost-uslug {
  padding: 79px 0 0;
}
.stoimost-uslug-body {
  justify-content: space-between;
}
.stoimost-uslug .tarif {
  display: flex;
  flex-direction: column;
  padding: 30px 0 20px;
  width: 350px;
}
.stoimost-uslug .tarif > h3 {
  font-size: 25px;
  font-weight: normal;
  line-height: 30px;
  margin: 0 0 39px;
  position: relative;
  text-align: center;
}
.stoimost-uslug .tarif > h3::after {
  bottom: -14px;
  content: "";
  display: block;
  height: 4px;
  left: 50%;
  margin-left: -40px;
  position: absolute;
  width: 80px;
  z-index: 1;
}
.stoimost-uslug .tarif:nth-of-type(1) > h3::after {
  background-color: #ffe578;
}
.stoimost-uslug .tarif:nth-of-type(2) > h3::after {
  background-color: #367bf5;
}
.stoimost-uslug:not(.once) .tarif:nth-of-type(3) > h3::after {
  background-color: #fff;
}
.stoimost-uslug.once .tarif:nth-of-type(3) > h3::after {
  background-color: #1a5647;
}
.stoimost-uslug:not(.once) .tarif:not(:nth-of-type(3)) {
  border: 1px solid #e1e1e1;
}
.stoimost-uslug.once .tarif {
  border: 1px solid #e1e1e1;
}
.stoimost-uslug.once .tarif li,
.stoimost-uslug.once .tarif li:first-child {
  border-color: #e1e1e1;
}
.stoimost-uslug:not(.once) .tarif:nth-of-type(3) {
  background-color: #266657;
  border: 1px solid #398371;
  color: #fff;
}
.stoimost-uslug .tarif > ul {
  flex-grow: 1;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.stoimost-uslug .tarif li {
  border-bottom: 1px solid #398371;
  font-size: 15px;
  line-height: 20px;
  padding: 9px 20px 12px;
  position: relative;
}
.stoimost-uslug .tarif li:first-child {
  border-top: 1px solid #398371;
}
.stoimost-uslug .tarif:not(:nth-of-type(3)) li {
  border-color: #e1e1e1;
}
.stoimost-uslug .tarif:nth-of-type(3) li:nth-child(6) {
  min-height: calc(3 * 20px + 22px);
}
.stoimost-uslug .tarif:nth-of-type(1) li:nth-child(7) {
  min-height: calc(5 * 20px + 22px);
}

.stoimost-uslug .tarif:nth-of-type(3) li::before {
  background-color: #fff;
}
.stoimost-uslug .tarif > div {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 15px 20px 0;
}
.stoimost-uslug .tarif:nth-of-type(2) > div,
.stoimost-uslug .tarif:nth-of-type(3) > div {
  position: relative;
  top: 8px;
  z-index: 1;
}
.stoimost-uslug .tarif:nth-of-type(2) .tabs > div,
.stoimost-uslug .tarif:nth-of-type(3) .tabs > div {
  margin-top: 61px;
  padding: 0;
}
.stoimost-uslug .contactus-button {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  height: 48px;
  letter-spacing: -0.7px;
  line-height: 20px;
  text-transform: none;
  width: 116px;
}
.stoimost-uslug-body > p {
  font-size: 25px;
  line-height: 30px;
  margin: 36px 0 0;
  text-align: center;
  width: 100%;
}
.stoimost-uslug-body > p::before {
  background-color: #266657;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: relative;
  top: 20px;
  width: 100%;
  z-index: -2;
}
.stoimost-uslug-body > p::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 100%;
  margin: 0 auto;
  position: relative;
  top: -60px;
  width: 602px;
  z-index: -1;
}
.para-slov-o-kompanii {
  padding: 79px 0 0;
}
.para-slov-o-kompanii-body > h2 {
  letter-spacing: -0.4px;
  margin: 0 0 22px;
}
.para-slov-o-kompanii-body > div {
  align-items: flex-start;
  display: flex;
}
.para-slov-o-kompanii-body .para-slov {
  max-width: 570px;
  padding: 0 41px 0 0;
}
.para-slov-o-kompanii-body .para-slov p,
.office-row p {
  font: 16px/24px Roboto, sans-serif;
  margin: 0 0 24px;
  text-align: justify;
}
.para-slov-o-kompanii-body .statistika {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative;
  top: -56px;
}
.para-slov-o-kompanii-body .statistika > div {
  align-items: center;
  border: 1px solid #e1e1e1;
  display: flex;
  height: 158px;
  text-align: center;
  width: 255px;
}
.para-slov-o-kompanii-body .statistika > div:first-child {
  margin-bottom: 30px;
}
.para-slov-o-kompanii-body .statistika > div:nth-child(2n + 1) {
  margin-right: 30px;
}
.para-slov-o-kompanii .statistika p {
  margin: 0;
  width: 100%;
}
.para-slov-o-kompanii .statistika p strong {
  display: block;
  font-size: 25px;
  font-weight: bold;
  line-height: 25px;
  margin: 0 0 5px;
}
.lizing .banki-partnery {
  padding: 41px 0 0;
}
.kredit-na-ispolnenie-kontrakta {
  min-height: 524px;
  overflow: hidden;
  padding: 35px 0 0;
}
.kredit-na-ispolnenie-kontrakta-body {
  display: block;
  min-height: 489px;
  overflow: visible;
  position: relative;
}
.kredit-na-ispolnenie-kontrakta-body > h2 {
  margin: 0 0 15px;
}
.kredit-na-ispolnenie-kontrakta-body p {
  margin: 0 0 28px;
}
.kredit-na-ispolnenie-kontrakta-body p:first-of-type {
  margin: 0 0 41px;
}
.kredit-na-ispolnenie-kontrakta-body p:first-of-type span {
  position: static;
  white-space: nowrap;
}
.kredit-na-ispolnenie-kontrakta-body p strong {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: -0.1px;
  line-height: 25px;
}
.kredit-na-ispolnenie-kontrakta-body p span {
  position: relative;
  top: 5px;
}
.kredit-na-ispolnenie-kontrakta-body > picture {
  bottom: 0;
  color: transparent;
  position: absolute;
  right: 205px;
  z-index: 1;
}
section.bankovskie-garantii {
  padding: 64px 0 70px;
}
.kik section.bankovskie-garantii {
  min-height: initial;
  padding: 37px 0 71px;
}
.bankovskie-garantii-body {
  justify-content: space-between;
}
body.bankovskie-garantii .bankovskie-garantii-body > h2 + h2 {
  display: none;
}
.bankovskie-garantii-body .garantii {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 0;
}
.bankovskie-garantii-body > .garantii > div {
  align-items: center;
  background: #f5f0ea;
  background: #efefef;
  box-shadow: -4px 0 0 #20dcae;
  display: flex;
  height: 77px;
  margin-left: 6px;
  width: 346px;
}
.bankovskie-garantii-body > .garantii > div:nth-child(2n + 1) {
  margin-right: 21px;
}
.bankovskie-garantii-body > .garantii > div:nth-child(3),
.bankovskie-garantii-body > .garantii > div:nth-child(4) {
  position: relative;
}
.bankovskie-garantii-body .garantii img {
  margin: 0 26px 0 30px;
}
.bankovskie-garantii-body .garantii p {
  margin: 0;
}
.garantii-fos {
  background: rgba(0, 0, 0, 0)
    linear-gradient(180deg, #266657 0%, #a2d4c5 180.4%) repeat scroll 0 0;
  height: 220px;
  text-align: center;
  width: 350px;
  padding: 10px 0;
}
.bankovskie-garantii-body h3 {
  color: #000;
  font-size: 25px;
  line-height: 30px;
  margin: 12px 0 15px;
}
.garantii-fos div.contactus-form button[type="submit"].contactus-button {
  padding: 10px 18px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.garantii-fos > p {
  margin: 0 0 28px;
}
.garantii-fos .contactus-form .joomly-contactus-div {
  margin: 0 auto 10px;
  width: 290px;
}
.garantii-fos .contactus-form .joomly-contactus-div .contactus-fields,
.authorization .userdata .input-small,
.registration input.required,
.profile-edit .controls > input,
.profile-edit select {
  background-color: #fff;
  border: 1px solid #1b5648;
  box-shadow: none;
  height: 48px;
  padding: 0 13px 0;
}
.contactus-fields::-webkit-input-placeholder {
  color: #6a6a6a;
  font-size: 15px;
}
.contactus-fields::-moz-placeholder {
  color: #6a6a6a;
  font-size: 15px;
}
.contactus-fields:-moz-placeholder {
  color: #6a6a6a;
  font-size: 15px;
}
.contactus-fields:-ms-input-placeholder {
  color: #6a6a6a;
  font-size: 15px;
}
.garantii-fos .contactus-form .contactus-button {
  font-size: 15px;
  font-weight: 500;
  height: 48px;
  letter-spacing: 2px;
  line-height: 20px;
  padding: 0;
  text-align: center;
  text-transform: none;
  width: 172px;
}
.besplatnaya-konsultaciya {
  padding: 50px 0 70px;
}
.besplatnaya-konsultaciya-body {
  background: rgba(0, 0, 0, 0)
    linear-gradient(180deg, #266657 0%, #a2d4c5 180.4%) repeat scroll 0 0;
  display: flex;
  flex-direction: column;
  padding: 40px;
}
.besplatnaya-konsultaciya-body > h2 {
  font-size: 25px;
  letter-spacing: -0.5px;
  line-height: 30px;
  margin: 0 0 25px;
  text-align: center;
  color: #fff;
}
.besplatnaya-konsultaciya-body .reg_form {
  align-items: flex-start;
  display: flex;
}
.besplatnaya-konsultaciya-body .reg_form > div:nth-child(1) {
  margin-right: 20px;
}
.besplatnaya-konsultaciya-body .reg_form .joomly-contactus-div {
  margin: 0;
}
.besplatnaya-konsultaciya-body .reg_form .contactus-fields {
  border: 1px solid #1b5648;
  box-shadow: none;
  height: 48px;
  padding: 3px 12px 5px;
  width: 320px;
}
.besplatnaya-konsultaciya-body.row .reg_form .contactus-button {
  height: 48px;
  width: 205px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  color: #000;
  font-size: 15px;
}
.besplatnaya-konsultaciya-body.row .phone {
  display: flex;
  flex-direction: column;
}
.footer {
  background-color: #1d1d1d;
  clear: both;
  min-height: 182px;
  overflow: hidden;
}
.footer-body {
  overflow: visible;
}
.footer-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 13px 0 23px;
  width: 100%;
}

.footer .menu a {
  color: #e4ffe8;
  font-weight: normal;
}
.footer-bottom {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0;
  width: 100%;
}
.footer-bottom .adres > p > span > span {
  white-space: nowrap;
}
.footer-body > span {
  background: #c4c4c4;
  box-shadow: none;
  height: 1px;
  left: 50%;
  margin: 0;
  min-width: 100vw;
  opacity: 0.2;
  position: relative;
  transform: translateX(-50%);
}
.copyright {
  align-items: center;
  background-color: #161616;
  display: flex;
  min-height: 48px;
}
.copyright-body > p {
  color: #7f7f7f;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
.copyright-body > p br {
  display: none;
}
.tabs > label,
.stoimost-uslug .tabs {
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.post-module-text {
  margin: auto;
  text-align: center;
}
.garantii-fos h3 {
  font-size: 22px;
  color: #fff;
}
.abon-plata__crossed {
  font-size: 14px;
  text-decoration: line-through;
  order: 1;
  color: #666;
}
.stoimost-uslug .tarif:nth-of-type(3) .abon-plata__crossed {
  color: #ccc;
}
.stoimost-uslug .abon-plata {
  display: flex;
  flex-direction: column;
}

.logo svg,
.logo img {
  filter: drop-shadow(0px 0px 1px #000000);
  -webkit-filter: drop-shadow(0px 0px 1px #000000);
  -moz-filter: drop-shadow(0px 0px 1px #000000);
}
.header-bottom.shorter {
  min-height: 350px;
}
.header-bottom-body.shorter {
  min-height: 350px;
}
.shorter .utp-box {
  display: flex;
  width: 100%;
  top: 216px;
  justify-content: space-between;
}
.registration .utp-box {
  flex-direction: column;
}

.o-kompanii .utp-box .contactus-button,
.kontakty .utp-box .contactus-button,
.map__info .contactus-button {
  color: #000;
  font-size: 15px;
  height: 48px;
  letter-spacing: -0.4px;
  line-height: 20px;
  text-transform: none;
}
.map__info .contactus-button {
  margin: 10px auto 0 auto;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  flex: 1;
  padding: 5px 15px;
  height: 58px;
}
.map__info .contactus-button {
  background: #fbfbfb;
}
.map__info {
  max-width: 346px;
  box-sizing: border-box;
  padding: 20px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  background: #f5f0ea;
  background: #efefef;
  border-left: 4px solid #20dcae;
  position: absolute;
  bottom: 60px;
}
.map__text {
  position: relative;
}
.map__text .container {
  padding: 0;
}
.map__container {
  min-height: 600px;
}
.map__info > div {
  display: flex;
}
.map__info img {
  width: 45px !important;
  height: 45px;
  padding-right: 20px;
}
.map__info a {
  color: inherit;
  text-decoration: underline;
}
.popup-overlay {
  /*Hides pop-up when there is no "active" class*/
  display: none;
  z-index: 999995;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000 no-repeat center center;
  opacity: 0.5;
}
.popup-overlay.active {
  /*displays pop-up when "active" class is present*/
  display: block;
  text-align: center;
}
.popup-content {
  /*Hides pop-up content when there is no "active" class */
  display: none;
  position: absolute;
  background: #fff;
  z-index: 1000000;
  padding: 0;
  width: 40vw;
  left: calc((100% - 40vw) / 2);
}
.popup-content.active {
  /*Shows pop-up content when "active" class is present */
  display: block;
}
.popup-content .contactus-lightbox-caption {
  display: flex;
}
.popup-content .contactus-lightbox-body {
  text-align: left;
}
.o-kompanii .para-slov-o-kompanii-body .statistika {
  top: 0;
  flex: 1;
}
.o-kompanii .para-slov-o-kompanii-body .uslugi .statistika {
  justify-content: center;
}
.o-kompanii .uslugi h3,
.o-kompanii .features h3 {
  width: 100%;
  text-align: center;
  height: 60px;
  margin-top: 20px;
  margin-bottom: 0;
}
.para-slov-o-kompanii-body .uslugi .statistika > div:nth-child(2n + 1) {
  margin-bottom: 20px;
}

.para-slov-o-kompanii-body .uslugi .statistika > div {
  height: 60px;
}
.uslugi > div {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.uslugi .statistika a {
  color: inherit;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: background 0.3s ease;
}
.uslugi .statistika a:hover {
  text-decoration: none;
  background: #f5f0ea;
  background: #efefef;
}
.o-kompanii .features h3 {
  margin-bottom: 20px;
}
.para-slov-o-kompanii .features .statistika p strong {
  font-size: 18px;
}
.para-slov-o-kompanii .features .statistika > div {
  width: 100%;
  padding: 10px 20px;
  margin: 10px 0;
  background: #f5f0ea;
  background: #efefef;
  border-left: 4px solid #20dcae;
}
.para-slov-o-kompanii .features {
  margin-top: 40px;
}
.para-slov-o-kompanii .features > div {
  flex: 1;
  padding: 0 10px;
}
.para-slov-o-kompanii .features > div:first-child {
  padding-left: 0;
}
.para-slov-o-kompanii .features > div:last-child {
  padding-right: 0;
}
.para-slov-o-kompanii-body .features .statistika > div:nth-child(2n + 1) {
  margin-right: 0px;
}
.specialisty {
  align-items: center;
  background-color: #f5f0ea;
  padding: 70px 0;
}
.specialisty h3 {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.3px;
  line-height: 35px;
  margin: 0 0 40px;
  width: 100%;
}
.specialisty .row {
  overflow: inherit;
}
.specialisty__container {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.specialisty .card {
  flex: 1;
  background: #fff;
  padding: 30px;
  margin: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transform: scale(1);
  transition: box-shadow, transform 0.4s ease;
}
.specialisty .card:hover {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
  transform: scale(1.04);
}
.specialisty .card__title {
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 20px;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  min-height: 65px;
}
.specialisty .card:last-child .card__title {
  font-size: 12px;
}
.specialisty .card__title:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: calc(50% - 40px);
  height: 2px;
  width: 80px;
  background: #1b5648;
}
.specialisty .card__post {
  text-align: center;
  min-height: 85px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  color: #555;
  font-size: 14px;
}
.specialisty .card__name {
  font-size: 18px;
  text-align: center;
  margin-top: 15px;
}
.specialisty .card__btn {
  display: flex;
  padding-top: 10px;
}
textarea.contactus-textarea {
  font-family: "Inter", sans-serif;
  padding-top: 10px !important;
}
.specialist-details-body .card {
  display: grid;
  grid-template-areas:
    "image name btn"
    "image title title"
    "image desc desc";
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  margin-top: 210px;
  margin-bottom: 50px;
  column-gap: 20px;
}
.specialist-details-body .card__image {
  grid-area: image;
}
.specialist-details-body .card__title {
  grid-area: title;
  border-top: 1px solid;
}
.specialist-details-body .card__name {
  font-size: 30px;
  grid-area: name;
  margin-bottom: 20px;
  margin-top: 50px;
}
.specialist-details-body .card__btn {
  margin-bottom: 20px;
  margin-top: 50px;
  grid-area: btn;
  display: flex;
}
.specialist-details-body .card__btn button {
  margin: 0 !important;
  height: 48px;
  width: 170px;
  text-transform: none;
  background-color: #ffe578 !important;
  color: #000 !important;
  font-size: 15px;
  font-weight: 600;
}
.specialist-details-body .card__description {
  grid-area: desc;
}
.specialist-details-body {
  font-size: 18px;
}
.specialist-details-body .title {
  color: #777;
  margin-top: 25px;
}
.back-to-main {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 50px;
}
.back-to-main a {
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 600;
  height: 48px;
  color: #fff;
  background: #1c574a;
  transition: opacity 0.3s ease 0.1s;
}
.back-to-main a:hover {
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}
.company-info-body {
  padding: 50px 0;
  margin-top: 20px;
}
.company-info-body table {
  width: 100%;
}
.company-info-body td,
.company-info-body th {
  border: 1px solid #ccc;
  padding: 8px 10px;
}
.company-info-body tr:nth-child(2n) td {
  background: #f5f0ea;
  background: #efefef;
}
.company-info-body td p,
.company-info-body td h3 {
  margin-bottom: 0;
  font-size: 16px;
}
.company-info-body td:nth-child(1) {
  width: 20%;
}
.company-info-body td:nth-child(2) {
  width: 40%;
}
.company-info-body th p {
  font-size: 18px;
  margin: 10px 0;
}
.company-info-body th {
  background: #2b6d5d;
  border-color: #2b6d5d;
  color: #fff;
}
.small-only {
  display: none;
}
div.serts-body {
  margin-top: 70px;
}
.serts-body.banki-partnery {
  padding-top: 0;
}
.serts a {
  text-align: center;
  color: #555;
  text-decoration: none;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #999;
  margin-top: 40px;
}
.serts .title {
  margin-top: 15px;
  position: absolute;
  top: -45px;
  width: 100%;
}
.serts img {
  border: 1px solid #ccc;
  **box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.serts a:before {
  content: "+";
  font-size: 20px;
  background: #1b5648;
  color: #fff;
  font-weight: bold;
  opacity: 0;
  left: 50%;
  bottom: 50%;
  width: 35px;
  transform: translate3D(-50%, 50%, 0);
  position: absolute;
  height: 35px;
  z-index: 1;
  border-radius: 38px;
  line-height: inherit;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease 0.2s;
}
.serts a:hover img {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
  opacity: 0.6;
}
.serts a:hover:before {
  opacity: 1;
}
#button-contactus-lightbox108,
.garantii-fos .contactus-button {
  color: #000 !important;
  font-weight: 600;
}
#button-contactus-lightbox108,
#button-contactus-lightbox-form122-,
#button-contactus-lightbox-form117,
#button-contactus-lightbox-form124,
#button-contactus-lightbox-form130- {
  box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
  animation: pulse 2s infinite;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
#button-contactus-lightbox108:hover,
#button-contactus-lightbox-form122-:hover,
#button-contactus-lightbox-form117:hover,
#button-contactus-lightbox-form124:hover,
#button-contactus-lightbox-form130-:hover {
  animation: none;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(204, 169, 44, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 20px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 20px rgba(204, 169, 44, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
.garantii-fos .error {
  margin-bottom: 1rem;
}
.contactus-form input.contactus-fields,
.contactus-form input.contactus-fields::placeholder {
  font-size: 18px !important;
}
.fos .contactus-form .error {
  width: 290px;
  margin: auto;
}
/* .once.stoimost-uslug .tarif:nth-of-type(3) {
	border: 1px solid #e1e1e1;
	color: #000;
} */
.tableview table {
  width: 100%;
}
/* .tableview.stoimost-uslug-body {
	margin-top: 200px;
	margin-bottom: 100px;
} */
.tableview td {
  text-align: center;
  padding: 10px 5px;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  font-size: 20px;
}
.tableview th {
  border-left: 1px solid #e1e1e1;
}
.tableview th > h3 {
  font-size: 25px;
  font-weight: normal;
  line-height: 30px;
  margin: 0 0 39px;
  position: relative;
  text-align: center;
}
.tableview th > h3::after {
  bottom: -14px;
  content: "";
  display: block;
  height: 4px;
  left: 50%;
  margin-left: -40px;
  position: absolute;
  width: 80px;
  z-index: 1;
}
.tableview th:nth-of-type(1) {
  max-width: 320px;
  width: 220px;
  border-right: 1px solid #e1e1e1;
  border-left: 0;
}
.tableview th:nth-of-type(1) > h3 {
  text-align: left;
}
.tableview td:nth-of-type(1) {
  text-align: left;
  border-right: 1px solid #e1e1e1;
  border-left: 0;
  font-size: inherit;
}
.tableview th:nth-of-type(2) > h3::after {
  background-color: #ffe578;
}
.tableview th:nth-of-type(3) > h3::after {
  background-color: #296a5a;
}
.tableview th:nth-of-type(4) > h3::after {
  background-color: #ffe578;
}
.tableview_new th > h3 {
  padding: 0 0 25px;
  margin: 0 0 15px;
}
.tableview_new th > h3 + div {
  text-align: center;
  margin-bottom: 10px;
}
.tableview_new th > h3::after {
  bottom: 0px;
}
.tableview_new th {
  padding-top: 20px;
}
.pulse_middle th:nth-of-type(3),
.pulse_middle td:nth-of-type(3) {
  box-shadow: 0 0 0 rgb(204 169 44 / 40%);
  animation: pulse 2s infinite;
}
.pulse_middle th:nth-of-type(3) {
  clip-path: inset(-20px -20px 0px -20px);
}
.pulse_middle td:nth-of-type(3) {
  clip-path: inset(0px -20px 0px -20px);
}
.pulse_middle tr:last-child td:nth-of-type(3) {
  clip-path: inset(0px -20px -20px -20px);
}

.tableview_base th:nth-of-type(3),
.tableview_base td:nth-of-type(3) {
  box-shadow: 0 0 0 rgb(204 169 44 / 40%);
  animation: pulse 2s infinite;
}
.tableview_base th:nth-of-type(3) {
  clip-path: inset(-20px -20px 0px -20px);
}
.tableview_base td:nth-of-type(3) {
  clip-path: inset(0px -20px 0px -20px);
}
.tableview_base tr:last-child td:nth-of-type(3) {
  clip-path: inset(0px -20px -20px -20px);
}
.tableview_full th:nth-of-type(4),
.tableview_full td:nth-of-type(4) {
  box-shadow: 0 0 0 rgb(204 169 44 / 40%);
  animation: pulse 2s infinite;
}
.tableview_full th:nth-of-type(4) {
  clip-path: inset(-20px -20px 0px -20px);
}
.tableview_full td:nth-of-type(4) {
  clip-path: inset(0px -20px 0px -20px);
}
.tableview_full tr:last-child td:nth-of-type(4) {
  clip-path: inset(0px -20px -20px -20px);
}

.tableview_full th:nth-of-type(5) > h3::after {
  background-color: #296a5a;
}

.stoimost-uslug td .tabs > div {
  align-items: center;
  display: flex;
  justify-content: space-between;
  opacity: 1;
  position: absolute;
  top: 0;
  transform: none;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
.tableview td:nth-of-type(3) .tabs > div,
.tableview td:nth-of-type(4) .tabs > div,
.tableview_new td:nth-of-type(2) .tabs > div {
  margin-top: 61px;
  padding: 0;
  padding-left: 10px;
}
.stoimost-uslug.tableview_new .contactus-button {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  height: 40px;
  letter-spacing: -0.7px;
  line-height: 12px;
  text-transform: none;
  width: 100px;
}
.tableview td .tabs > input[type="radio"]:checked + label {
  background-color: #266657;
  color: #fff;
}
.stoimost-uslug.tableview .tabs {
  justify-content: center;
}
.stoimost-uslug.tableview .tabs > label {
  width: 45px;
  flex: 1;
  font-size: 12px;
}
#mes-11:checked ~ #mod-139,
#mes-31:checked ~ #mod-140,
#mes-61:checked ~ #mod-141,
#mes-121:checked ~ #mod-142 {
  visibility: visible;
}
#mes-1_21:checked ~ #mod-143,
#mes-3_21:checked ~ #mod-144,
#mes-6_21:checked ~ #mod-145,
#mes-12_21:checked ~ #mod-146 {
  visibility: visible;
}
.tableview .small-only td .tabs > div {
  margin-top: 61px;
  padding-top: 0;
}
.stoimost-uslug.tableview .small-only td[colspan="2"] {
  border-bottom: 0;
  padding-bottom: 30px;
  border-right: 0;
}
.stoimost-uslug.tableview .small-only td:nth-of-type(2) {
  width: 220px;
}
.stoimost-uslug.tableview .small-only .st-head-row {
  background: #266657;
  color: #fff;
}
.tableview .small-only th:nth-of-type(1) > h3 {
  text-align: center;
  padding-top: 10px;
}
.tableview .small-only th > h3::after {
  background-color: #ffe578;
}
.tableview.stoimost-uslug-body .large-only td:nth-of-type(1) {
  width: 230px;
}
.comment {
  text-align: right;
  font-style: italic;
}
.para-slov-o-kompanii-body .statistika.has-photo > div:nth-child(2n + 1) {
  margin: 0;
}
.para-slov-o-kompanii-body .para-slov-row {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: auto;
  grid-template-areas: "text image features";
  margin-bottom: 30px;
}
.para-slov-o-kompanii-body .para-slov-row .photo {
  grid-area: image;
}
.para-slov-o-kompanii-body .para-slov-row .para-slov {
  grid-area: text;
}
.para-slov-o-kompanii-body .statistika.has-photo {
  grid-area: features;
  border: none;
  display: grid;
  grid-gap: 20px;
  height: 100%;
}
.para-slov-o-kompanii-body .statistika.has-photo > div {
  height: auto;
}
.check-icon {
  background: url(/images/icons/checked.png);
  width: 25px;
  height: 25px;
  margin: auto;
  background-size: contain;
}
.cancel-icon {
  background: url(/images/icons/cancel.png);
  width: 25px;
  height: 25px;
  margin: auto;
  background-size: contain;
}

.para-slov-o-kompanii-body > div.office-row {
  display: grid;
  grid-template-columns: 500px 1fr;
  grid-template-areas:
    "image text1"
    "image text2";
  column-gap: 20px;
  padding: 30px 0;
}
.para-slov-o-kompanii-body > div.office-row.office-row.office-row_reverse {
  grid-template-areas: 
    "text1 image"
    "text2 image";
}
.office-row .image {
  grid-area: image;
  margin-top: 50px;
}
.office-row.office-row_reverse  .image {
  margin-top: 0;
}
.office-row .text-1 {
  grid-area: text1;
}
.office-row .text-2 {
  grid-area: text2;
}
.office-row h3 {
  text-align: center;
  margin-bottom: 20px;
}
.filter-animate img {
  filter: grayscale(0.6);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.office-row:hover .filter-animate img {
  filter: grayscale(0.2);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.para-slov-row .photo img {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.para-slov-row:hover .photo img {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.article-body {
  padding: 50px 0;
}
.tendernym-spetsialistam main > div:only-child {
  min-height: calc(100vh - 580px);
}
.tendernym-spetsialistam .tabs > label {
  align-items: center;
  background-color: rgba(255, 229, 120, 0.5);
  display: flex;
  float: left;
  height: 108px;
  margin: 0;
  padding: 15px 40px;
  text-align: center;
  transition: color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s,
    background-color 0.15s ease-in-out 0s;
}
.tendernym-spetsialistam .tabs > label:hover {
  background-color: #ffe578;
}
.tendernym-spetsialistam .tabs > input[type="radio"]:checked + label {
  background-color: #ffe578;
}
.tendernym-spetsialistam .tabs > label[for="tab-btn-2"] {
  float: right;
}
.tendernym-spetsialistam .tabs h2 {
  font-size: 30px;
  line-height: 1.2;
}
.tendernym-spetsialistam .preimushchestva-body,
.doveritelnoe-soprovozhdenie .preimushchestva-body {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.tendernym-spetsialistam .tabs ul {
  list-style: outside none none;
  padding: 0 15px 0 0;
}
.tendernym-spetsialistam .preimushchestva-body > div,
.doveritelnoe-soprovozhdenie .preimushchestva-body > div {
  height: 200px;
  margin-right: -20px;
  padding: 15px 20px 0;
  width: 25%;
}
.tendernym-spetsialistam .preimushchestva-body > div > p,
.doveritelnoe-soprovozhdenie .preimushchestva-body > div > p {
  flex-grow: 1;
  text-align: left;
  white-space: normal;
}
.tendernym-spetsialistam tr:last-child {
  border-bottom: 2px solid #efefef;
}

.tendernym-spetsialistam td:nth-child(1) {
  text-align: left;
  width: 530px;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
}
/* .tendernym-spetsialistam > div {
	clear: both;
	float: none;
	padding: 40px 0 0;
	top: 108px;
} */
.tendernym-spetsialistam tr:nth-child(2n + 1) {
  background-color: #efefef;
}
.tendernym-spetsialistam td {
  padding: 15px 25px;
}
.tendernym-spetsialistam li span {
  display: block;
  text-indent: 22px;
}
.tendernym-spetsialistam .tabs > label h2 {
  margin: 0;
  pointer-events: none;
}

.tendernym-spetsialistam .article-body button {
  color: #000;
  font-size: 15px;
  height: 48px;
  letter-spacing: normal;
  line-height: 20px;
  margin: 0 auto;
  outline: medium none;
  text-transform: none;
}
.tendernym-spetsialistam .servis-atfn button {
  position: relative;
  top: -13px;
}
.tendernym-spetsialistam .article-body p,
.tendernym-spetsialistam .article-body li,
.tendernym-spetsialistam .article-body span,
.tendernym-spetsialistam .article-body td,
.tendernym-spetsialistam .article-body a {
  font-size: 18px;
  line-height: 1.5;
}
.tendernym-spetsialistam .o-programme {
  display: block;
  margin: 25px auto 0;
}
.authorization {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 35px;
  top: 15px;
  z-index: 999;
  visibility: hidden;
  }
.authorization .access {
  color: #ffe578;
  cursor: pointer;
  font-weight: 700;
}
.authorization > a {
  color: #fff;
  cursor: pointer;
}
.authorization > label[for="login"]:hover {
  text-decoration: underline;
}
.authorization .form-inline,
.registration .form-validate,
.login,
.login + div {
  background: rgba(0, 0, 0, 0)
    linear-gradient(180deg, #266657 0%, #a2d4c5 180.4%) repeat scroll 0 0;
  box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2);
  left: 50%;
  margin: 0 auto;
  max-width: 400px;
  /* min-width: 310px; */
  opacity: 0;
  padding: 30px;
  pointer-events: none;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: visibility 0.3s ease 0s, opacity 0.3s ease 0s,
    transform 0.3s ease 0s;
  visibility: hidden;
  width: 100%;
  z-index: 999;
}
.registration .form-validate,
.login,
.login + div {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  box-shadow: none;
  opacity: 1;
  padding: 0;
  pointer-events: auto;
  position: static;
  transform: none;
  visibility: visible;
}
.authorization #login:checked ~ .form-inline {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
  visibility: visible;
}
body.registration .main {
  margin: 0 auto;
  max-width: 1110px;
  min-height: calc(100vh - 580px);
  padding: 50px 0;
  position: relative;
}
body.registration .main > .login {
  background: rgba(0, 0, 0, 0)
    linear-gradient(180deg, #266657 0%, #a2d4c5 180.4%) repeat scroll 0 0;
  padding: 30px 30px 136px;
}
body.registration .profile-edit .form-validate {
  background: rgba(0, 0, 0, 0)
    linear-gradient(180deg, #266657 0%, #a2d4c5 180.4%) repeat scroll 0 0;
  padding: 30px;
}
body.registration .main > .login + div {
  left: 0;
  margin-bottom: -86px;
  padding: 0 30px;
  position: relative;
  top: -116px;
  z-index: 1;
}
body.registration .main > .login + div .nav {
  margin: 0;
}
body.registration .alert-error > .close,
body.registration .alert-error > .alert-heading,
body.registration .authorization > a[href="/registration"] {
  display: none;
}
body.registration .alert-error > div {
  left: 0;
  position: absolute;
  top: -76px;
  z-index: 1;
  color: #ffe578;
  font-size: 18px;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.authorization .form-inline > label {
  color: #ccc;
  cursor: pointer;
  font-size: 32px;
  line-height: 18px;
  margin: 0;
  padding: 12px;
  position: absolute;
  right: 0;
  top: 0;
  transition: color 0.2s ease 0s;
  z-index: 1;
}
.authorization .form-inline > label:hover {
  color: red;
}
.login-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: opacity 0.5s ease 0s;
  width: 100%;
  z-index: 1;
}
.authorization #login:checked + .login-overlay {
  opacity: 1;
  pointer-events: auto;
}
.authorization .form-inline > p,
.registration legend {
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.authorization .userdata .input-small,
.registration input.required,
.profile-edit .controls > input,
.profile-edit select {
  box-shadow: 0 0 0 48px #fff inset;
  color: #555555;
  font-size: 18px;
  margin-bottom: 20px;
  width: 100%;
}
.authorization .element-invisible,
.registration .hasPopover,
.registration .text > label,
.login fieldset label {
  color: #fff;
  margin-bottom: 5px;
}
.registration .validate + .btn {
  color: #fff;
  display: block;
  margin: 15px 0 0;
}
.authorization .checkbox,
.login fieldset .control-group:nth-child(3) {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.control-label label[for="remember"] {
  color: #fff;
  margin: 0 0 0 5px;
}
.control-group label[for="modlgn-remember"] {
  color: #fff;
  margin: 0 0 0 13px;
}
.authorization .inputbox {
  margin-left: 0;
}
.control-group > .controls > .inputbox + span,
.control-group > .inputbox + span {
  position: relative;
}
/* \f096 */
.control-group > .controls > .inputbox + span::before,
.control-group > .inputbox + span::before {
  background: #4d8879 none repeat scroll 0 0;
  color: #fff;
  content: "\f096";
  display: block;
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 1;
  padding-right: 5px;
  pointer-events: none;
  position: absolute;
}
.control-group > .controls > .inputbox + span::before {
  left: -22px;
  top: -1px;
}
.control-group > .inputbox + span::before {
  left: 0;
  top: -11px;
}
/* \f046 */
.control-group > .controls > .inputbox:checked + span::before,
.control-group > .inputbox:checked + span::before {
  content: "\f046";
}
.authorization .login-button,
.registration .validate,
.profile > ul a,
.logout .btn,
.btn.btn-primary {
  background-color: #ffe578;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: 700;
  height: 48px;
  margin-top: 20px;
  padding: 10px 18px;
  text-transform: uppercase;
  width: 100%;
}
.logout .btn {
  display: table;
  margin: 0 auto;
  width: auto;
}
.authorization .login-button:hover,
.registration .validate:hover,
.profile > ul a:hover,
.logout .btn:hover {
  opacity: 0.8;
}
.authorization .unstyled,
.login + div .nav {
  list-style: outside none none;
  margin: 20px 0 0;
  padding-left: 30px;
}
.authorization .unstyled > li {
  position: relative;
}
.authorization .unstyled > li + li,
.login + div li + li {
  margin-top: 7px;
}
.login + div li {
  position: relative;
}
.authorization .unstyled > li::before,
.login + div li::before {
  background-color: #1b5648;
  content: "";
  display: block;
  height: 4px;
  left: -30px;
  position: absolute;
  top: 10px;
  width: 20px;
  z-index: 1;
}
.authorization .unstyled a,
.login + div a {
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}
#member-registration,
.registration .remind,
.registration .reset {
  background: rgba(0, 0, 0, 0)
    linear-gradient(180deg, #266657 0%, #a2d4c5 180.4%) repeat scroll 0 0;
  margin: 0 auto;
  max-width: 400px;
  padding: 30px;
}
.registration .remind p,
.registration .reset p {
  color: #fff;
}
#login-form.form-vertical .login-greeting {
  color: #fff;
}
#login-form.form-vertical .unstyled {
  margin: 0;
  padding: 0;
}
#login-form.form-vertical .unstyled > li::before {
  display: none;
}
#login-form.form-vertical .btn {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: #ffe578;
  font-size: 16px;
  font-weight: 700;
  padding: 0;
}
.header-top #login-form .logout-button > .btn {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  box-shadow: none;
  height: auto;
  text-transform: none;
  width: auto;
}
.header-top #login-form .logout-button > .btn:hover {
  text-decoration: underline;
}
.profile {
  display: flex;
  flex-wrap: wrap;
}
.profile > ul {
  list-style: outside none none;
  padding: 0;
  width: 100%;
}
.profile fieldset {
  margin-top: 30px;
  width: 50%;
}
.profile fieldset > legend {
  color: #1b5648;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: left;
}
.profile > ul a {
  color: #000;
  text-decoration: none;
}
.profile dd {
  color: #444;
}
.profile-edit .optional {
  color: #fff;
}
.profile-edit .radio > label {
  color: #fff;
  display: inline-block;
  margin-right: 15px;
  position: relative;
  top: -4px;
}
.profile-edit .checkbox {
  color: #fff;
  display: flex;
  margin-bottom: 10px;
}
.profile-edit .checkbox > input {
  margin-right: 8px;
}
#system-message-container {
  /* display: none; */
  margin: 0 auto;
  max-width: 1110px;
}
#jform_profile_aboutme {
  width: 100%;
  height: 55px;
  padding: 5px 13px;
  font-size: 18px;
}
li.item-119 {
  max-width: 110px;
}
.white-popup .mfp-container {
  position: relative;
  background: #fff;
  padding: 20px;
  width: auto;
  max-width: 500px;
  left: unset;
  margin: 20px auto;
  overflow-y: auto;
}
#jform_profile_tos-lbl a {
  color: #fff;
  text-decoration: underline;
}
.light-progress {
  background-color: #efefef;
  height: 120px;
}
.light-progress,
.light-progress > div {
  display: flex;
  justify-content: space-between;
}
.light-progress > div:nth-child(1) {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}
.light-progress > div {
  padding: 30px 25px;
}
.light-progress p {
  line-height: 1.5;
  margin: 0;
}
.light-progress > div:nth-child(1) > div:nth-child(1) {
  position: relative;
}
.light-progress > div:nth-child(1) > div:nth-child(2) {
  position: relative;
  top: 3px;
}
.light-progress > div:nth-child(1) > div:nth-child(1) > p:not(:first-child) {
  position: absolute;
  top: -10px;
  transform: translateX(-9px);
  z-index: 1;
}
.light-progress > div:nth-child(1) > div:nth-child(1) > p:nth-child(2),
.light-progress > div:nth-child(1) > div:nth-child(2) > span:nth-of-type(1) {
  left: 30%;
}
.light-progress > div:nth-child(1) > div:nth-child(1) > p:nth-child(3),
.light-progress > div:nth-child(1) > div:nth-child(2) > span:nth-of-type(2) {
  left: 50%;
}
.light-progress > div:nth-child(1) > div:nth-child(1) > p:nth-child(4),
.light-progress > div:nth-child(1) > div:nth-child(2) > span:nth-of-type(3) {
  left: 70%;
}
.light-progress > div:nth-child(1) > div:nth-child(2) > span {
  background-color: #888;
  border-radius: 10px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.08);
  display: block;
  height: 40px;
  opacity: 0.4;
  position: absolute;
  top: -12px;
  width: 6px;
  z-index: 3;
}
.light-progress > div:nth-child(2) {
  align-items: center;
}
.light-progress button.contactus-button {
  color: #000;
  font-size: 15px;
  height: 48px;
  letter-spacing: normal;
  line-height: 20px;
  margin: 0 auto;
  outline: medium none;
  text-transform: none;
}
.doveritelnoe-soprovozhdenie h3 {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.3px;
  line-height: 35px;
  margin: 0 0 40px;
  width: 100%;
}
.doveritelnoe-soprovozhdenie .poryadok-oformleniya-body {
  min-height: unset;
  margin-left: 20px;
}
.doveritelnoe-soprovozhdenie .poryadok-oformleniya-body li + li {
  margin-top: 40px;
}
#progress_bar-line .draggable {
  position: relative;
  width: 25px;
  height: 25px;
  display: block;
  background: #ffffff;
  border-radius: 50px;
  box-shadow: 0 0 3px;
  top: -5px;
  margin-left: calc(100% - 10px);
  cursor: pointer;
}
.light-progress #progress_bar-line {
  transition: none;
}
.bankprokonsalt-priglashaet-k-sotrudnichestvu .form-utp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 40px;
}
.bankprokonsalt-priglashaet-k-sotrudnichestvu .utp {
  font-size: 38px;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 5px;
}
.bankprokonsalt-priglashaet-k-sotrudnichestvu .utp-small {
  font-size: 13.8px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.bankprokonsalt-priglashaet-k-sotrudnichestvu .utp-sub {
  font-size: 20.5px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 0;
}
.bankprokonsalt-priglashaet-k-sotrudnichestvu p,
.bankprokonsalt-priglashaet-k-sotrudnichestvu li {
  font-weight: 600;
  font-size: 15px;
}
.bankprokonsalt-priglashaet-k-sotrudnichestvu .main-features {
  display: flex;
  align-items: center;
  margin: 30px 0;
}
.bankprokonsalt-priglashaet-k-sotrudnichestvu .main-features + .main-features {
  margin-top: 60px;
  margin-bottom: 60px;
}
.bankprokonsalt-priglashaet-k-sotrudnichestvu .main-features > * {
  flex: 1;
}
.bankprokonsalt-priglashaet-k-sotrudnichestvu .main-features.image-right {
  flex-direction: row-reverse;
}
.bankprokonsalt-priglashaet-k-sotrudnichestvu .features-img {
  max-height: 400px;
  width: auto;
  object-fit: contain;
}
.bankprokonsalt-priglashaet-k-sotrudnichestvu
  .main-features.image-right
  .features-img {
  object-position: right;
}
.bankprokonsalt-priglashaet-k-sotrudnichestvu
  .main-features.image-left
  .features-img {
  object-position: left;
}
.feature__header {
  font-size: 20.5px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
}
.feature__content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}
.feature__content ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.feature__content ul li::before {
  content: "\2010";
  position: absolute;
  left: 15px;
}
.bankprokonsalt-priglashaet-k-sotrudnichestvu button.contactus-button {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: initial;
}
.feature__content button.contactus-button {
  margin-top: 30px;
}
.deal-scheme {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 20px;
}
.deal__item {
  width: 25%;
}
.deal__item p {
  font-size: 20.5px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
  text-align: center;
}
.deal__number {
  font-size: 72px;
  text-align: center;
  font-weight: 600;
}
.bankprokonsalt-priglashaet-k-sotrudnichestvu h2 {
  font-size: 35px;
}
.vertical-reg-form {
  margin-top: 60px;
}
.vertical-reg-form label.contactus-date-label {
  display: block;
  color: #fff;
}
.vertical-reg-form .reg_form {
  background: rgba(0, 0, 0, 0)
    linear-gradient(180deg, #266657 0%, #a2d4c5 180.4%) repeat scroll 0 0;
  margin: 0 auto;
  max-width: 400px;
  padding: 30px;
}
.vertical-reg-form div.contactus-form div.joomly-contactus-div {
  margin-bottom: 0;
}
.vertical-reg-form input[type="text"].contactus-fields,
.vertical-reg-form input[type="email"].contactus-fields,
.vertical-reg-form input[type="date"].contactus-fields,
.vertical-reg-form input[type="time"].contactus-fields,
.vertical-reg-form input[type="tel"].contactus-fields,
.vertical-reg-form textarea.contactus-textarea {
  background-color: #fff;
  border: 1px solid #1b5648;
  height: 48px;
  padding: 0 13px 0;
  box-shadow: 0 0 0 48px #fff inset;
  color: #555555;
  font-size: 18px;
  margin-bottom: 20px;
  width: 100%;
}
.vertical-reg-form div.contactus-form button[type="submit"].contactus-button {
  width: 100%;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: initial;
}
.personal label {
  font-size: 13px;
  color: #939393;
}
.vertical-reg-form .personal label {
  color: #ffffff;
}
.vertical-reg-form .personal label a {
  color: #ffffff;
  text-decoration: underline;
}
.personal input[type="checkbox"].joomly-contactus-checkbox {
  margin-left: 3px;
  transform: scale(1.5);
  margin-right: 15px;
}
.item-112 {
  max-width: 110px;
}
.item-121 {
  max-width: 100px;
}
.nam-dover-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.nam-dover-body h3 {
  white-space: nowrap;
  color: #b3b3b3;
  font-weight: normal;
}
.nam-dover-body {
  padding: 20px 0 0;
}
.nam-dover-body .owl-carousel {
  padding: 0 40px 0 80px;
  position: relative;
  box-sizing: border-box;
  display: inline-grid;
}
.nam-dover-body .item {
  filter: grayscale(100%) opacity(20%);
  cursor: pointer;
}
.nam-dover-body .item:hover {
  filter: grayscale(0) opacity(100%);
}
.nam-dover-body .item img {
  height: 70px;
  width: 100%;
  object-fit: contain;
}
.nam-dover-body .owl-carousel .owl-nav.disabled {
  display: block;
}
.nam-dover-body .owl-carousel .owl-nav > button {
  position: absolute;
  width: 32px;
  height: 32px;
  cursor: pointer;
  border: 1px solid #b3b3b3;
  border-radius: 50%;
  top: 15px;
  color: #b3b3b3;
}
.nam-dover-body .owl-prev {
  left: 30px;
}
.nam-dover-body .owl-next {
  right: 0px;
}
.test section {
  padding: 50px 0;
}
.stoimost-uslug__tabview > .tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%;
}
.stoimost-uslug__tabview.tableview > .tabs > label > * {
  display: block;
}
.stoimost-uslug__tabview.tableview > .tabs > label {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 12px 18px;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  height: 140px;
  border: 1px solid #efefef;
}
.stoimost-uslug__tabview.tableview > .tabs > label small {
  font-size: 15px;
  font-weight: normal;
  margin-top: 10px;
}
.stoimost-uslug__tabview > .tabs > div {
  grid-column-start: 1;
  grid-column-end: 4;
  top: 140px;
  z-index: 2;
}
.stoimost-uslug__tabview > .tabs::before {
  content: unset;
}
.stoimost-uslug__tabview > .tabs tr:nth-child(2n + 1) {
  background: inherit;
}
.stoimost-uslug__tabview input[disabled="disabled"] + label {
  background: #efefef !important;
  cursor: not-allowed;
}
.tableview_base th > h3 {
  padding: 0 0 25px;
  margin: 0 0 15px;
}
.tableview_base th > h3::after {
  bottom: 0;
}
.tableview_base th:nth-of-type(3) div {
  text-align: center;
  margin-bottom: 10px;
}
.tableview.stoimost-uslug__tabview .large-only td:nth-of-type(1) {
  width: 250px;
  font-weight: normal;
}
.tableview_full .price {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tableview_full .price > small {
  width: 100%;
}
.tableview_full .price > span {
  margin-right: 3px;
}
.tableview_full td > small,
.tableview_base td > small {
  display: block;
}
.tableview_full td:nth-of-type(1) > small,
.tableview_base td:nth-of-type(1) > small {
  font-style: italic;
  font-weight: bold;
}
.tableview_full div.button + small {
  margin-top: 12px;
}
.tableview_full .price button {
  margin: 20px auto 0;
}
.tableview_full .cancel-icon {
  font-size: 0px;
}
.button-cover,
.knobs,
.layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.button {
  position: relative;
  top: 50%;
  width: 74px;
  height: 36px;
  margin: 0px auto 0 auto;
  overflow: hidden;
}
.button.r,
.button.r .layer {
  border-radius: 100px;
}
.checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
.knobs {
  z-index: 2;
}
.layer {
  width: 100%;
  background-color: #fcebeb;
  transition: 0.3s ease all;
  z-index: 1;
}
#button-1 .knobs:before {
  content: "Нет";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 20px;
  height: 10px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
  background-color: #f44336;
  border-radius: 50%;
  transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}
#button-1 .checkbox:checked + .knobs:before {
  content: "Да";
  left: 42px;
  background-color: #276e5e;
}
#button-1 .checkbox:checked ~ .layer {
  background-color: #ebfcf8;
}
#button-1 .knobs,
#button-1 .knobs:before,
#button-1 .layer {
  transition: 0.3s ease all;
}
.tableview_base .open-popup-link {
  display: block;
  margin-top: 10px;
  text-decoration: underline;
  font-size: 14px;
}
.white-popup {
  position: relative;
  background: #fff;
  padding: 30px 30px 20px 20px;
  width: auto;
  max-width: 1000px;
  margin: 20px auto;
  font-size: 24px;
}
.white-popup p {
  font-size: 24px;
  line-height: 1.2;
}

#tab-btn-11:checked ~ #content-1,
#tab-btn-21:checked ~ #content-2,
#tab-btn-31:checked ~ #content-3 {
  opacity: 1;
  position: static;
  transform: none;
  transition: transform 0.8s ease 0.2s, opacity 1s ease 0.3s;
}

.footer {
  position: relative;
}

.justify-center {
  display: grid;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
  grid-template-columns: 1fr auto;
  grid-gap: 30px;
}

.current-info {
  display: flex;
  align-items: center;
}
.current-info img {
  width: 28px;
}
.current-info__text {
  font-size: 15px;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
}
.current-info__text span {
  font-size: 17px;
  font-weight: bold;
}
.footer-bottom .current-info {
  color: #ffffff;
  **position: absolute;
  **right: 50px;
  **top: 12px;
}
.footer-bottom .current-info img {
  filter: contrast(0%) brightness(200%);
}

.reviews {
  padding: 90px 0 50px;
}

.reviews__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 40px;
  column-gap: 40px;
  padding-bottom: 20px;
}
.reviews h2 {
  margin-bottom: 80px;
}
.reviews__item {
  display: grid;
  row-gap: 20px;
  column-gap: 20px;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  background: #ffffff;
  position: relative;
  padding: 40px 30px 30px;
  box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.2);
  align-items: flex-start;
}
.reviews-body.row {
  overflow: initial;
}
.reviews__item > div {
  z-index: 1;
}
.reviews__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.reviews__inner:after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  top: -195px;
  left: -20%;
  background: #1b564817;
  background-image: url("/images/reviews/review-logo.png");
  background-size: 490px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.1;
  /*clip-path: circle(50% at 50% 50%);*/
  z-index: 0;
}

.reviews__person {
  display: flex;
  position: relative;
}
.reviews__image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.3);
  margin-top: -70px;
  background-color: #ffffff;
}
.reviews__person::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 90px;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  background-image: url("data:image/png;base64,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");
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.reviews__name {
  flex: 1;
  margin-left: 20px;
}
.reviews__name,
.reviews__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.reviews__screen {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 2;
}
.reviews__thanks {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  max-width: 180px;
}
.reviews__link {
  display: block;
  margin-top: 30px;
  position: relative;
}
.reviews__link::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 24px;
  border-bottom: 6px solid #ffe578;
  background-image: url("/images/reviews/im-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}

.reestr__feature .price__tabs {
  display: none;
  margin-top: 30px;
}

.reestr__feature .abon-plata {
  width: 100%;
  text-align: center;
  font-weight: normal;
  font-size: 17px;
}

.reestr__feature .tabs {
  height: 95px;
}

.reestr__feature .tabs > div {
  margin-top: 50px !important;
  padding: 0 !important;
}

input[id*="_c_8"]:checked ~ #tab1,
input[id*="_c_16"]:checked ~ #tab2,
input[id*="_c_32"]:checked ~ #tab3,
input[id*="_c_64"]:checked ~ #tab4 {
  visibility: visible;
}

a.morelink {
  text-decoration: none;
  outline: none;
}
.morecontent span {
  display: none;
}

.banki_general {
  display: flex;
  padding: 1px;
}
.banki_general > div {
  padding: 0 10px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
.banki_general > div + div {
  margin-left: 18px;
}
.general-container {
  padding-top: 50px;
}
.general-container h2 {
  margin-bottom: 30px;
}

.usloviya-trebovaniya-dokumenty-body {
  overflow: visible;
  position: relative;
}
.usloviya-trebovaniya-dokumenty-body .tabs .current-info {
  transform: unset;
  opacity: 1;
  z-index: 1;
  top: 0;
  padding-top: 0;
  right: 0;
  left: unset;
  width: auto;
}

.exp {
  margin-top: 30px;
}

.exp__item {
  display: flex;
  margin-bottom: 32px;
}
.exp__date {
  width: 150px;
    margin-right: 20px;
    font-size: 14px;
    color: #888;
    border-right: 1px solid #1c574a;
}
.exp__city {
  font-size: 14px;
  color: #888;
  margin-bottom: 12px;
}

.exp___content {
  flex: 1;
}

.serts_about {
  display: flex;
  width: 100%;
  padding: 40px 0;
  align-items: center !important;
  justify-content: space-between;
}
.serts_about img {
  border: none;
  box-shadow: none;
}
.sert-block {
  flex: 1;
  max-width: 320px;
}
.sert-block img {
  height: 350px;
  object-fit: contain;
  object-position: right;
  border: 1px solid #e1e1e1;
}
.serts_about a {
  display: block;
  background: none;
}
.serts_about .title {
  font-weight: bold;
  top: -55px;
}
.serts_about .contactus-button {
  margin-top: 16px;
  background: #1b5648; 
}

.footer-bottom {
  width: 60%;
  flex-wrap: wrap;
}
.footer-bottom > .adres {
  margin: 20px 0
}
.footer-body {
  align-items: center;
  justify-content: space-between;
}

#eb.eb-component {
  margin-top: 160px;
  min-height: calc(100vh - 400px);
}
.eb-entry-article p {
  line-height: 1.538461538;
}
#eb .eb-image-viewport {
  border: none;
}
.eb-entry {
  margin-bottom: 70px;
}
#eb.eb-dialog {
  max-width: unset;
}


@media (min-width: 1200px) {
  body[style="overflow-y: hidden;"] {
    margin-right: 24px;
  }
  body[style="overflow-y: hidden;"] .header-top {
    margin-right: 24px;
    width: auto;
  }
  .authorization #login:checked ~ .form-inline {
    margin-left: -12px;
  }
}
@media (min-width: 450px) {
  .contactus-lightbox {
    transform: scale(1.3);
  }
  .contactus-lightbox input.contactus-fields {
    font-size: 1rem !important;
  }
}

/* Стилизация шапки под авторизацию START */

@media screen and (max-width: 1399px) {
  .authorization {
    position: relative;
    top: 3px;
  }
  .authorization > a {
    display: none;
  }
  .authorization .access {
    font-size: 14px;
    width: 120px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 478.024 478.024' style='enable-background:new 0 0 478.024 478.024;' xml:space='preserve'%3E%3Cg%3E%3Cg fill='%23ffffff'%3E%3Cpath d='M411.703,73.561c-45.117-47.093-107.542-73.67-172.76-73.55C107.145-0.155,0.166,106.554,0,238.353 c-0.082,65.17,26.492,127.538,73.55,172.623c0.137,0.136,0.188,0.341,0.324,0.461c1.382,1.331,2.884,2.458,4.284,3.738 c3.84,3.413,7.68,6.946,11.725,10.24c2.167,1.707,4.42,3.413,6.639,4.983c3.823,2.85,7.646,5.7,11.639,8.329 c2.714,1.707,5.513,3.413,8.294,5.12c3.686,2.219,7.356,4.454,11.162,6.485c3.226,1.707,6.519,3.174,9.796,4.727 c3.584,1.707,7.117,3.413,10.786,4.949c3.669,1.536,7.356,2.731,11.076,4.062s6.929,2.56,10.496,3.652 c4.028,1.212,8.158,2.15,12.254,3.157c3.413,0.836,6.724,1.792,10.24,2.475c4.71,0.939,9.489,1.536,14.268,2.185 c2.953,0.41,5.837,0.99,8.823,1.28c7.817,0.768,15.701,1.195,23.654,1.195s15.838-0.427,23.654-1.195 c2.987-0.29,5.871-0.87,8.823-1.28c4.779-0.649,9.557-1.246,14.268-2.185c3.413-0.683,6.827-1.707,10.24-2.475 c4.096-1.007,8.226-1.946,12.254-3.157c3.567-1.092,7.014-2.423,10.496-3.652c3.482-1.229,7.441-2.56,11.076-4.062 s7.202-3.26,10.786-4.949c3.277-1.553,6.571-3.021,9.796-4.727c3.806-2.031,7.475-4.267,11.162-6.485 c2.782-1.707,5.581-3.26,8.294-5.12c3.994-2.628,7.817-5.478,11.639-8.329c2.219-1.707,4.471-3.243,6.639-4.983 c4.045-3.243,7.885-6.69,11.725-10.24c1.399-1.28,2.901-2.406,4.284-3.738c0.136-0.119,0.188-0.324,0.324-0.461 C499.644,319.798,502.881,168.732,411.703,73.561z M373.344,393.107c-3.106,2.731-6.315,5.325-9.557,7.834 c-1.911,1.468-3.823,2.918-5.786,4.318c-3.089,2.236-6.229,4.352-9.421,6.383c-2.321,1.485-4.693,2.918-7.083,4.318 c-3.004,1.707-6.059,3.413-9.148,5.12c-2.731,1.399-5.513,2.714-8.311,4.011s-5.888,2.679-8.909,3.891 c-3.021,1.212-6.229,2.355-9.387,3.413c-2.884,0.99-5.768,2.014-8.687,2.884c-3.413,1.024-6.98,1.86-10.513,2.714 c-2.765,0.648-5.495,1.382-8.294,1.929c-4.045,0.785-8.175,1.331-12.322,1.894c-2.355,0.307-4.693,0.734-7.066,0.973 c-6.554,0.631-13.193,1.007-19.9,1.007s-13.346-0.375-19.9-1.007c-2.372-0.239-4.71-0.666-7.066-0.973 c-4.147-0.563-8.277-1.109-12.322-1.894c-2.799-0.546-5.53-1.28-8.294-1.929c-3.533-0.853-7.049-1.707-10.513-2.714 c-2.918-0.87-5.803-1.894-8.687-2.884c-3.157-1.092-6.315-2.202-9.387-3.413c-3.072-1.212-5.973-2.543-8.909-3.891 s-5.581-2.611-8.311-4.011c-3.089-1.604-6.144-3.294-9.148-5.12c-2.389-1.399-4.762-2.833-7.083-4.318 c-3.191-2.031-6.332-4.147-9.421-6.383c-1.963-1.399-3.874-2.85-5.786-4.318c-3.243-2.509-6.451-5.12-9.557-7.834 c-0.751-0.563-1.434-1.28-2.167-1.929c0.763-58.057,38.06-109.321,93.065-127.915c27.503,13.083,59.435,13.083,86.938,0 c55.004,18.594,92.301,69.857,93.065,127.915C374.76,391.827,374.077,392.476,373.344,393.107z M179.43,136.849 c18.479-32.864,60.1-44.525,92.964-26.046s44.525,60.1,26.046,92.964c-6.131,10.904-15.141,19.914-26.046,26.046 c-0.085,0-0.188,0-0.29,0.102c-4.526,2.519-9.309,4.545-14.268,6.042c-0.887,0.256-1.707,0.597-2.645,0.819 c-1.707,0.444-3.499,0.751-5.257,1.058c-3.31,0.579-6.659,0.915-10.018,1.007h-1.946c-3.359-0.092-6.708-0.428-10.018-1.007 c-1.707-0.307-3.516-0.614-5.256-1.058c-0.905-0.222-1.707-0.563-2.645-0.819c-4.959-1.497-9.742-3.522-14.268-6.042l-0.307-0.102 C172.612,211.334,160.951,169.713,179.43,136.849z M405.753,357.336L405.753,357.336c-10.952-51.083-44.59-94.39-91.375-117.64 c38.245-41.661,35.475-106.438-6.186-144.683c-41.661-38.245-106.438-35.475-144.683,6.186 c-35.954,39.166-35.954,99.332,0,138.497c-46.785,23.251-80.423,66.557-91.375,117.64C6.69,265.153,28.366,137.371,120.549,71.927 s219.965-43.768,285.409,48.415c24.601,34.653,37.807,76.104,37.786,118.602C443.744,281.405,430.46,322.802,405.753,357.336z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    margin-bottom: 0;
    margin-left: 40px;
    padding-left: 47px;
    color: #ffffff;
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: center left;
  }
  .top-menu {
    order: 1;
  }
  .zakazat-zvonok {
    order: 1;
  }
  .header-top .goryachaya-liniya,
  .header-top .rezhim-raboty {
    left: unset;
  }
}
/* Стилизация шапки под авторизацию END */

.top-menu .item-125 {
  display: none;
}

.footer-top .item-125 {
  width: 120px;
}

@media (max-width: 1199px) {
  .header-top .rezhim-raboty,
  .goryachaya-liniya {
    left: 5px;
  }
  .tendernye-zajmy .header-bottom-body.row > picture {
    right: 0;
  }
  body.registration .main {
    max-width: 960px;
  }
  body.registration .alert-error > div {
    margin: 0 auto;
    max-width: 960px;
    right: 0;
  }
  .lizing .utp-dop > br:first-child {
    display: block;
  }
  .vse-vidy-garantij-body > picture {
    margin: -24px 95px 0 0;
  }
  .preimushchestva {
    padding: 40px 0 0;
  }
  .preimushchestva-body > div {
    margin-bottom: 40px;
    width: 50%;
  }
  .preimushchestva-kik-body > div {
    width: 310px;
  }
  .preimushchestva-tendernye-zajmy-body > div {
    width: 217px;
  }
  .preimushchestva-tendernye-zajmy-body > div > div {
    flex: 0 0 68px;
  }
  .preimushchestva-lizing-body > div {
    justify-content: center;
    width: calc(25% - 22.5px);
  }
  .preimushchestva-lizing-body img {
    margin: 0 20px 0 0;
  }
  .preimushchestva-tendernoe-soprovozhdenie-body > div {
    padding: 0 10px;
    width: calc(25% - 15px);
  }
  .preimushchestva-tendernoe-soprovozhdenie p br {
    display: none;
  }
  .nashi-preimushchestva-body > div > div {
    width: 461px;
  }
  .banki-partnery-body > .banki > div {
    **width: calc(100% / 5 - 15px);
  }
  .bankovskie-garantii .header-bottom-body.row > picture {
    left: -10vw;
  }
  .bankovskie-garantii .utp-box {
    width: 380px;
  }
  .tendernoe-soprovozhdenie .header-bottom-body > picture {
    right: 0;
  }
  .poryadok-oformleniya .img-box {
    left: 68px;
  }
  .poryadok-oformleniya-body li:nth-child(1) div {
    max-width: 670px;
  }
  .poryadok-oformleniya-body li:nth-child(2) div {
    max-width: 540px;
  }
  .poryadok-oformleniya-body li:nth-child(3) div {
    max-width: 460px;
  }
  .tendernoe-soprovozhdenie .poryadok-oformleniya-body li:nth-child(4) div {
    max-width: 480px;
  }
  .stoimost-uslug .tarif {
    width: 33.333%;
  }
  .stoimost-uslug .tarif:nth-of-type(2) {
    border-width: 1px 0;
  }
  .stoimost-uslug .tarif:nth-of-type(1) li:nth-child(1),
  .stoimost-uslug .tarif:nth-of-type(2) li:nth-child(1) {
    min-height: calc(3 * 20px + 23px);
  }
  .stoimost-uslug .tabs > label {
    width: calc(25% - 2px);
  }
  .stoimost-uslug .abon-plata {
    font-size: 19px;
  }
  .para-slov-o-kompanii-body .para-slov {
    max-width: 100%;
  }
  .para-slov-o-kompanii-body .statistika {
    height: 100%;
    width: 40%;
  }
  .o-kompanii .para-slov-o-kompanii-body .statistika {
    width: auto;
  }
  .para-slov-o-kompanii-body.row .statistika > div {
    height: 50%;
    width: 175px;
  }
  .para-slov-o-kompanii-body.row .statistika.has-photo > div {
    height: auto;
    width: 220px;
  }
  .bankovskie-garantii-body > .garantii > div {
    width: calc(50% - 28px);
  }

  .footer .zakazat-zvonok {
    display: none;
  }
  .footer-bottom {
    flex-wrap: wrap;
    margin: 40px 0 0;
  }
  .footer-bottom > div {
    **margin-bottom: 40px;
  }
  .footer-bottom .adres > p > span > span:first-child {
    display: block;
  }
  .serts .title {
    font-size: 15px;
  }
  .tableview td:nth-of-type(3) .tabs > div,
  .tableview td:nth-of-type(4) .tabs > div {
    flex-direction: column;
  }
  .stoimost-uslug.tableview .tabs {
    height: 190px;
  }
  .para-slov-o-kompanii-body > div.office-row {
    align-items: flex-start;
  }
  .office-row .image {
    margin-top: 50px;
  }
  .tendernym-spetsialistam .tabs > div {
    top: 100px;
  }
  .tendernym-spetsialistam .tabs > label {
    height: 100px;
    padding: 15px 35px;
  }
  .tendernym-spetsialistam .tabs h2 {
    font-size: 26px;
  }
  .tendernym-spetsialistam .preimushchestva-body > div {
    align-items: flex-start;
    flex-direction: row;
    height: 100px;
    width: 50%;
  }
  .tendernym-spetsialistam .preimushchestva-body > div > p {
    margin: 0 0 0 20px;
  }
  .servis-atfn {
    flex-direction: column;
    height: auto;
  }
  .servis-atfn > div:nth-child(1) {
    flex-direction: row;
    justify-content: space-evenly;
  }
  .servis-atfn > div:nth-child(1) > div:nth-child(1) {
    align-items: center;
    display: flex;
  }
  .servis-atfn > div:nth-child(1) > div:nth-child(1) > p {
    margin-right: 20px;
  }
  .servis-atfn > div:nth-child(2) {
    padding: 0 25px;
  }
  .servis-atfn > div:nth-child(2) > div:nth-child(2) {
    margin: 20px 0 15px;
    top: 0;
  }

  .servis-atfn > div:nth-child(3) {
    align-items: center;
    flex-direction: row-reverse;
    justify-content: center;
    position: relative;
  }
  .servis-atfn > div:nth-child(3) > div:nth-child(1) {
    display: flex;
  }
  .tendernym-spetsialistam .tabs .servis-atfn button {
    top: 0;
  }
  .servis-atfn > div:nth-child(3) > div:nth-child(2) {
    bottom: 40px;
    left: 25px;
    position: absolute;
    z-index: 1;
  }
  .light-progress {
    flex-direction: column;
    height: auto;
  }
  .light-progress > div:nth-child(1) > div:nth-child(1) {
    min-height: 30px;
  }
  .light-progress > div:nth-child(2) {
    padding: 15px 0;
    display: flex;
    justify-content: center;
  }
  .doveritelnoe-soprovozhdenie .preimushchestva-body > div {
    width: 50%;
  }
  .doveritelnoe-soprovozhdenie .preimushchestva-body > div {
    align-items: center;
    height: auto;
    padding: 5px 20px;
    width: 100%;
  }
  .stoimost-uslug__tabview.tableview > .tabs {
    height: 100%;
  }
  .stoimost-uslug__tabview.tableview > .tabs > label,
  .stoimost-uslug__tabview.tableview th > h3 {
    font-size: 20px;
  }
  .stoimost-uslug__tabview.tableview > .tabs > label small {
    font-size: 13px;
  }
  .reviews__item {
    grid-template-columns: 1fr;
  }
  .reviews__screen {
    grid-row-start: unset;
    grid-row-end: 4;
    grid-column-start: unset;
    justify-self: center;
  }

  .stoimost-uslug.tableview .reestr__feature .tabs {
    height: 95px;
    min-width: 180px;
  }
  .feature-toggle .st-val {
    min-width: 180px;
  }
  .authorization {
    right: 0;
  }
  /* Стилизация шапки под авторизацию START */
  .authorization .access {
    font-size: 0px;
    width: 32px;
    height: 32px;
  }
  .header-top .goryachaya-liniya,
  .header-top .rezhim-raboty {
    left: 20px;
  }
  

  /* Стилизация шапки под авторизацию END */

  .footer-body .logo {
    flex: 1;
  }
  .footer-bottom {
    width: 70%;
  }

  .footer-bottom .adres > p > span {
    display: flex;
  }
  .footer-body .logo {
    padding-right: 30px;
  }

} /* max-width: 1199px */
@media (max-width: 991px) {
  .header-top {
    transition: margin 0.5s ease 0s, box-shadow 0.8s ease 0s;
  }
  .header-top:not(.scroll-top) {
    margin-top: -140px;
    transition: margin 1s ease 0s, box-shadow 0.8s ease 1s;
  }
  .header-top.scroll-top {
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
  }
  header.header-top.top,
  .header-top.top + section.header-bottom {
    box-shadow: none;
    margin-top: 0;
  }
  .header-top:not(.scroll-top) + .header-bottom {
    transition: margin 1s ease 0s;
  }
  .header-top .rezhim-raboty,
  .goryachaya-liniya {
    left: 0;
    order: 1;
  }
  body.registration .main,
  body.registration .alert-error > div {
    max-width: 720px;
  }
  .top-menu {
    order: 2;
    top: 0;
  }
  .main-menu {
    top: 0;
  }
  .header-top .main-menu > li {
    display: initial;
    max-width: initial;
    text-align: initial;

    background: rgb(29, 29, 29);
    background: -moz-linear-gradient(
      180deg,
      rgba(29, 29, 29, 1) 0%,
      rgba(22, 22, 22, 1) 100%
    );
    background: -webkit-linear-gradient(
      180deg,
      rgba(29, 29, 29, 1) 0%,
      rgba(22, 22, 22, 1) 100%
    );
    background: linear-gradient(
      180deg,
      rgba(29, 29, 29, 1) 0%,
      rgba(22, 22, 22, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d1d1d",endColorstr="#161616",GradientType=1);
    background-repeat: repeat-x;
  }
  .rezhim-raboty span,
  .goryachaya-liniya span {
    display: inline;
    margin-left: 5px;
  }
  .header-top .main-menu {
    background-color: #1d1d1d;
    box-shadow: none;
    flex-direction: column;
    height: 100vh;
    justify-content: flex-start;
    overflow-y: auto;
    padding: 50px 0 60px;
    position: absolute;
    right: -366px;
    top: 0;
    transition: transform 0.4s ease 0s;
    width: 366px;
    z-index: 1;
  }
  .header-top .main-menu::before {
    background-color: #c4c4c4;
    content: "";
    height: 1px;
    left: 0;
    opacity: 0.2;
    top: 0;
    width: 100%;
  }
  #burger:checked + .header-top .main-menu {
    box-shadow: 0 0 3px 1px #1d1d1d;
    transform: translateX(-366px);
  }
  .burger {
    bottom: 18px;
    display: inline-flex;
    flex-direction: column;
    left: 49%;
    position: absolute;
    transform: translateX(-50%);
  }
  .burger:hover {
    opacity: 0.7;
  }
  .burger-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
    height: 150%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: opacity 0.5s ease 0s;
    width: 100%;
    z-index: 0;
  }
  #burger:checked + .header-top .burger-overlay {
    opacity: 1;
    pointer-events: auto;
  }
  .burger-close {
    border-radius: 0 0 0 15px;
    color: #999;
    display: block;
    font-size: 36px;
    line-height: 24px;
    position: absolute;
    right: 0;
    top: -2px;
    visibility: hidden;
    z-index: 1;
  }
  .burger-close:hover {
    color: #20dcae;
  }
  #burger:checked + .header-top .burger-close {
    transition: visibility 0.3s ease 0.4s;
    visibility: visible;
  }

  .header-top .main-menu a {
    align-items: center;
    color: #e4ffe8;
    display: flex;
    font-size: 18px;
    line-height: 18px;
    padding: 15px 35px;
    text-decoration: none;
  }
  .menu.main-menu .active a,
  .top-menu .menu.main-menu li:hover > a {
    color: #20dcae;
  }
  .tendernye-zajmy .header-bottom .utp > br:first-child {
    display: block;
  }
  .banki-partnery-body > h2 {
    margin: 0 0 5px;
  }
  .serts-body.banki-partnery-body > h2 {
    margin: 0 0 41px;
  }
  .banki-partnery-body > .banki > div {
    width: calc(100%);
  }
  .banki-partnery-body.row > div.stat-bankom-partnerom {
    margin: 0 auto 35px;
    position: static;
    transform: none;
  }
  .bankovskie-garantii .header-bottom-body.row > picture {
    opacity: 0.5;
  }
  .bankovskie-garantii .utp-box {
    bottom: 10px;
    left: 0;
    top: initial;
    width: 350px;
  }
  .utp {
    font-size: 32px;
  }
  .kik .header-bottom-body.row > picture {
    left: 0;
    right: initial;
  }
  .kik .utp-box {
    right: 0;
  }
  .kik .utp-box .contactus-button {
    float: right;
    top: 10px;
  }
  .lizing .utp-box {
    padding: 180px 0 0;
    position: static;
    width: 100%;
  }
  .lizing .utp-dop > br:first-child {
    display: none;
  }
  .lizing .utp-box .contactus-button {
    left: 50%;
    top: 118px;
    transform: translateX(-50%);
  }
  .lizing .header-bottom-body > picture {
    bottom: 0;
    right: -32px;
  }
  .tendernoe-soprovozhdenie .header-bottom-body > picture {
    right: -130px;
  }
  .preimushchestva-kik-body > div {
    flex-direction: column;
    height: auto;
    padding: 25px 36px;
    text-align: center;
    width: 230px;
  }
  .preimushchestva-kik img {
    margin: 0 0 15px;
  }
  .preimushchestva-tendernye-zajmy-body > div {
    width: calc(50% - 15px);
  }
  .preimushchestva-tendernye-zajmy-body > div:nth-child(1) {
    margin-bottom: 30px;
  }
  .preimushchestva-lizing-body > div {
    width: 25%;
  }
  .preimushchestva-tendernoe-soprovozhdenie-body > div {
    width: calc(50% - 15px);
  }
  .preimushchestva-tendernoe-soprovozhdenie-body > div:first-of-type {
    margin-bottom: 30px;
  }
  .preimushchestva-tendernoe-soprovozhdenie p br {
    display: block;
  }
  .poryadok-oformleniya {
    margin-top: -100px;
  }
  .poryadok-oformleniya-body > p {
    text-align: center;
  }
  .lizing .img-box > picture {
    left: 500px;
  }
  .para-slov-o-kompanii-body .para-slov {
    padding: 0 30px 0 0;
  }
  .para-slov-o-kompanii-body .para-slov p {
    text-align: left;
  }
  .para-slov-o-kompanii-body .statistika {
    justify-content: space-between;
    padding-top: 6px;
    top: 0;
  }
  .o-kompanii .para-slov-o-kompanii-body .uslugi .statistika {
    justify-content: space-between;
  }
  .uslugi > div {
    padding: 10px;
  }
  .para-slov-o-kompanii-body.row .statistika > div {
    height: auto;
    margin: 0 0 20px;
    width: calc(50% - 10px);
  }
  .o-kompanii .para-slov-o-kompanii-body.row .features .statistika > div {
    height: auto;
    margin: 0 0 20px;
    width: calc(100% - 10px);
  }
  .para-slov-o-kompanii-body .statistika > div:first-child {
    margin-bottom: 20px;
  }
  .para-slov-o-kompanii .statistika p {
    min-height: 90px;
  }
  .o-kompanii .para-slov-o-kompanii .uslugi .statistika p {
    min-height: 64px;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 6px;
  }
  .tabs td:nth-child(1) {
    width: 25%;
  }
  .tendernye-zajmy .tabs {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
  }
  .tendernye-zajmy .tabs > label:nth-of-type(2),
  .tendernye-zajmy .tabs > label:nth-of-type(3) {
    padding-top: 20px;
  }
  .tendernye-zajmy .tabs > div {
    padding: 30px 0 0;
    top: 115px;
  }
  .primery-nashej-raboty .tabs > div {
    left: -1px;
    top: 25px;
  }
  .primery-nashej-raboty .tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .primery-nashej-raboty .tabs > div > div {
    align-items: center;
    flex-direction: column;
  }
  .primery-nashej-raboty .tabs picture {
    padding: 0 0 40px;
  }
  .primery-nashej-raboty .tabs div {
    width: 100%;
  }
  .nashi-preimushchestva-body > div > div {
    display: block;
    width: 341px;
  }
  .nashi-preimushchestva img {
    float: left;
  }
  .nashi-preimushchestva h3 {
    height: 60px;
    margin: 10px 0 0;
    padding-left: 75px;
  }
  .kredit-na-ispolnenie-kontrakta-body .img-box {
    left: -27%;
  }
  .kredit-na-ispolnenie-kontrakta .row > h2 {
    text-align: left;
  }
  .row > h2 {
    text-align: center;
  }
  .poryadok-oformleniya-body > h2 {
    text-align: left;
  }
  .vse-vidy-garantij {
    min-height: initial;
    padding: 90px 0 70px;
  }
  .vse-vidy-garantij-body > picture {
    margin: 0 auto 40px;
  }
  .vse-vidy-garantij-body > ul {
    margin: 0 auto;
    padding: 0 0 0 40px;
  }
  .vse-vidy-garantij-body > ul li:last-child {
    left: -40px;
    margin: 0 -40px 0 0;
    text-align: center;
    text-indent: 0;
  }
  .poryadok-oformleniya .poryadok-oformleniya-body.row li div {
    max-width: 100%;
    width: 100%;
  }
  .poryadok-oformleniya-body li div p {
    hyphens: auto;
    text-align: justify;
  }
  .poryadok-oformleniya .img-box {
    left: -20%;
    opacity: 0.2;
  }
  .stoimost-uslug .tarif {
    padding: 30px 0 25px;
    width: 100%;
  }
  .stoimost-uslug .tarif:nth-of-type(2) {
    border-width: 1px;
  }
  .stoimost-uslug .tarif + .tarif {
    margin-top: 30px;
  }
  .stoimost-uslug .tarif > h3 {
    margin: 0 0 30px;
  }
  .stoimost-uslug .tarif > ul {
    display: table;
    margin: 0 auto;
  }
  .stoimost-uslug .tarif li br {
    display: none;
  }
  .stoimost-uslug .tarif > div {
    flex-wrap: wrap;
    padding-top: 20px;
  }
  .stoimost-uslug .tabs {
    height: 123px;
  }
  .stoimost-uslug .tarif .tabs > div {
    justify-content: center;
  }
  .stoimost-uslug .tarif:nth-of-type(2) .tabs > div,
  .stoimost-uslug .tarif:nth-of-type(3) .tabs > div {
    margin-top: 67px;
  }
  .stoimost-uslug .abon-plata {
    font-size: 22px;
    text-align: center;
    width: 100%;
  }
  .stoimost-uslug .tarif:nth-of-type(2) .abon-plata,
  .stoimost-uslug .tarif:nth-of-type(3) .abon-plata {
    margin-right: 40px;
    width: auto;
  }
  .stoimost-uslug .contactus-button {
    margin: 18px auto 0;
  }
  .stoimost-uslug .tarif:nth-of-type(2) .contactus-button,
  .stoimost-uslug .tarif:nth-of-type(3) .contactus-button {
    margin: 0;
  }
  .stoimost-uslug .stoimost-uslug-body.row .tarif li {
    min-height: initial;
  }
  .stoimost-uslug .abon-plata {
    justify-content: space-around;
    align-items: center;
  }
  .bankovskie-garantii-body .garantii {
    flex-direction: column;
    justify-content: space-between;
  }
  .bankovskie-garantii-body.row > .garantii > div {
    height: auto;
    margin-right: 0;
    min-height: 70px;
    position: static;
    width: calc(100% - 15px);
  }
  .garantii-fos {
    height: 309px;
  }
  .footer-top {
    padding: 18px 0;
  }
  .footer .main-menu {
    flex-wrap: wrap;
  }
  .footer .main-menu > li {
    display: block;
    line-height: normal;
    margin: 10px 0;
    max-width: 100%;
    width: 50%;
  }
  .footer-bottom > div {
    flex-wrap: wrap;
    width: 50%;
  }
  .footer-bottom > div.rezhim-raboty,
  .footer-bottom > div.adres {
    max-width: 308px;
  }
  .footer-bottom > div > p a:first-child {
    display: inline-block;
    margin-bottom: 10px;
  }
  .specialisty .card {
    max-width: calc(50% - 20px);
    flex-basis: 50%;
  }
  .specialist-details-body .card {
    grid-template-areas:
      "image name btn"
      "image title title"
      "desc desc desc";
  }
  .specialist-details-body .card__btn {
    margin-top: 30px;
  }
  .specialist-details-body .card__name {
    margin-top: 0;
  }
  .small-only {
    display: block;
  }
  .large-only {
    display: none;
  }
  .para-slov-o-kompanii-body .para-slov-row {
    grid-template-areas:
      "text image"
      "features features";
  }
  .para-slov-o-kompanii-body .statistika.has-photo {
    grid-template: auto/auto auto auto;
  }
  .para-slov-o-kompanii-body.row .statistika.has-photo > div {
    height: 120px;
    margin: 0;
  }
  .stoimost-uslug.tableview .abon-plata {
    font-size: 24px;
  }
  .tableview .abon-plata__crossed {
    font-size: 16px;
  }
  .para-slov-o-kompanii-body > div.office-row {
    grid-template-columns: 300px 1fr;
    grid-template-areas:
      "image text1"
      "text2 text2";
    grid-gap: 20px;
  }
  .para-slov-o-kompanii-body > div.office-row.office-row.office-row_reverse {
    grid-template-areas: 
      "text1 image"
      "text2 text2";
  }
  .office-row .image {
    margin-top: 0px;
  }
  .office-row h3 {
    margin-bottom: 15px;
  }
  .tendernym-spetsialistam .tabs > div {
    padding: 30px 0 0;
    top: 80px;
  }
  .tendernym-spetsialistam .tabs > label {
    height: 80px;
    padding: 15px 20px;
  }
  .tendernym-spetsialistam .tabs h2 {
    font-size: 20px;
  }
  .tendernym-spetsialistam .preimushchestva-body > div {
    height: 120px;
  }
  .tendernym-spetsialistam .preimushchestva-body > div > p {
    margin: -7px 0 0 20px;
  }
  .servis-atfn > div:nth-child(2) > div:nth-child(1) > p:first-of-type {
    padding-bottom: 5px;
    width: 100%;
  }
  .tendernym-spetsialistam .tabs td:nth-child(1) {
    width: 50%;
  }
  .bankprokonsalt-priglashaet-k-sotrudnichestvu .features-img {
    max-height: 300px;
  }
  .stoimost-uslug__tabview > .tabs td:nth-child(1) {
    width: 50%;
  }
  .tableview_full .price {
    text-align: center;
    font-size: 24px;
    margin-top: 20px;
  }
  .stoimost-uslug__tabview.tableview > .tabs > label,
  .stoimost-uslug__tabview.tableview th > h3 {
    font-size: 18px;
  }
  .stoimost-uslug__tabview.tableview td {
    font-size: 16px;
  }
  .stoimost-uslug__tabview.tableview > .tabs > label small br {
    display: none;
  }
  .stoimost-uslug__tabview th {
    padding-top: 10px;
  }
  .stoimost-uslug__tabview.tableview > .tabs td:nth-child(1) {
    font-weight: normal;
  }
  .stoimost-uslug-body > p::after {
    top: -90px;
  }
  .white-popup {
    font-size: 20px;
  }
  .white-popup p {
    font-size: 20px;
    line-height: 1.2;
  }
  .reviews__container {
    grid-template-columns: 1fr;
    row-gap: 50px;
  }
  .reviews__item {
    grid-template-columns: auto 180px;
  }
  .reviews__screen {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 2;
  }
  .reviews__person::before {
    bottom: 10px;
  }

  .banki_general {
    flex-wrap: wrap;
    justify-content: center;
  }
  .banki_general > div {
    max-width: calc(50% - 18px);
    margin: 0 9px 18px !important;
  }

  /* Стилизация шапки под авторизацию START */

  .header-top .logo {
    order: -1;
  }
  .header-top .authorization {
    order: -1;
  }
  .top-menu {
    width: unset;
  }
  .burger {
    bottom: 0px;
    right: -10px;
    transform: unset;
    left: unset;
    position: relative;
  }
  .authorization .access {
    font-size: 14px;
    width: 120px;
    height: auto;
  }
  .zakazat-zvonok {
    order: 0;
  }
  .authorization {
    z-index: unset;
  }
  /* Стилизация шапки под авторизацию END */

  .footer-body .logo {
    flex: unset;
    margin-bottom: 20px !important;
  }
  .footer-bottom {
    width: 100%;
  }
  .footer-body {
    justify-content: center;
  }
  .footer-bottom {
    align-items: flex-start;
  }
  .footer-bottom img {
    width: 24px !important;
    object-fit: contain;
  }
  .footer-body .logo {
    max-width: 250px;
    width: 100%;
  }
  .footer-bottom > div.email {
    margin: 15px 0;
  }
  .footer-bottom .adres > p > span {
    display: block;
  }
} /* max-width: 991px */
@media (max-width: 767px) {
  .rezhim-raboty span,
  .goryachaya-liniya span {
    display: block;
    margin: 0;
  }
  .header-bottom-body {
    align-items: center;
    flex-direction: column;
  }
  body.registration .main {
    max-width: 540px;
    padding: 50px 10px;
  }
  body.registration .alert-error > div {
    color: red;
    max-width: 100%;
    padding: 0 15px;
    position: relative;
    text-align: center;
    top: -25px;
  }
  .row > h2 {
    margin: 0 0 30px;
  }
  .preimushchestva-body > div {
    align-items: center;
    flex-direction: row;
    height: auto;
    justify-content: flex-start;
    padding: 15px 0 15px 20px;
    width: 100%;
  }
  .preimushchestva-body > div > p {
    margin: 0 0 0 20px;
    white-space: normal;
  }
  .banki-partnery-body > .banki > div {
    width: calc(100% / 3 - 15px);
  }
  .bankovskie-garantii .header-bottom-body.row > picture {
    margin: 0 -30px -55px 0;
    max-width: 100%;
    opacity: 1;
    position: static;
  }
  .bankovskie-garantii .utp-box,
  .kik .utp-box,
  .tendernye-zajmy .utp-box {
    order: -1;
    padding: 180px 0 0;
    position: static;
    text-align: center;
    width: 100%;
  }
  .utp {
    font-size: 35px;
  }
  .fos {
    max-width: 100%;
    position: relative;
    top: 55px;
    width: 350px;
  }
  .fos .contactus-select,
  .fos input.contactus-fields[type="text"],
  .fos input.contactus-fields[type="tel"] {
    width: 100%;
  }
  .utp-dop > br {
    display: none;
  }
  .tendernye-zajmy .header-bottom .utp > br:first-child {
    display: none;
  }
  .tendernye-zajmy .utp-box .contactus-button {
    margin: 0 auto;
  }
  .tendernye-zajmy .header-bottom-body.row > picture {
    padding: 25px 0 0;
    position: static;
  }

  .kik .utp-box .contactus-button {
    bottom: 260px !important;
    float: none;
    position: absolute;
    right: 0;
    top: initial;
  }
  .kik .header-bottom-body.row > picture {
    margin-right: -50px;
    position: static;
  }
  .lizing .utp-dop > br:not(:first-child) {
    display: block;
  }
  .lizing .utp-box .contactus-button {
    top: 195px;
  }
  .lizing .header-bottom-body > picture {
    bottom: 65px;
    right: 0;
  }
  .tendernoe-soprovozhdenie .utp-box {
    padding: 180px 0 0;
    position: static;
    text-align: center;
  }
  .tendernoe-soprovozhdenie .utp-box .contactus-button {
    margin: 31px auto 0;
  }
  .tendernoe-soprovozhdenie .header-bottom-body > picture {
    padding-top: 40px;
    position: static;
  }
  .preimushchestva-kik-body > div {
    flex-direction: row;
    margin: 0 0 15px;
    padding: 25px 35px;
    text-align: left;
    width: 100%;
  }
  .preimushchestva-kik img {
    margin: 0 25px 0 0;
  }
  .preimushchestva-kik p br {
    display: none;
  }
  .preimushchestva-tendernye-zajmy-body > div {
    width: calc(50% - 7.5px);
  }
  .preimushchestva-tendernye-zajmy-body > div:nth-child(1) {
    margin-bottom: 15px;
  }
  .preimushchestva-lizing-body > div {
    width: calc(50% - 15px);
  }
  .preimushchestva-lizing-body > div:first-child {
    margin-bottom: 30px;
  }
  .tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    min-height: initial;
  }
  .tabs > label {
    margin: 0;
  }
  .tendernye-zajmy .tabs {
    align-items: center;
  }
  .kik .usloviya-trebovaniya-dokumenty .tabs > div {
    min-height: 282px;
    top: 25px;
  }
  .primery-nashej-raboty .tabs > div {
    left: 0;
  }
  .nashi-preimushchestva-body > div > div {
    display: flex;
    width: 100%;
  }
  .nashi-preimushchestva h3 {
    height: auto;
    margin: 2px 0 0;
    padding: 0;
  }
  .kredit-na-ispolnenie-kontrakta-body .img-box {
    left: -94%;
    opacity: 0.3;
  }
  .banki-partnery {
    padding: 60px 0 0;
  }

  .poryadok-oformleniya {
    margin-top: 40px;
  }
  .poryadok-oformleniya-body {
    justify-content: flex-start;
  }
  .poryadok-oformleniya-body > h2 {
    text-align: center;
  }
  .poryadok-oformleniya-body.row li div {
    padding: 0 15px 0 20px;
    width: auto;
  }
  .img-box {
    left: -80%;
  }
  .tendernoe-soprovozhdenie .img-box {
    left: -67%;
  }
  .tendernye-zajmy .img-box {
    left: -80%;
  }
  .lizing .img-box > picture {
    left: 380px;
  }
  .stoimost-uslug-body > p::after {
    width: 465px;
  }
  .para-slov-o-kompanii {
    padding: 60px 0 0;
  }
  .para-slov-o-kompanii-body > div {
    display: block;
  }
  .para-slov-o-kompanii-body.row > div > div {
    height: auto;
    padding: 0;
    width: 100%;
  }
  .para-slov-o-kompanii-body.row .statistika > div {
    height: 170px;
  }
  .para-slov-o-kompanii .statistika p {
    min-height: auto;
  }
  section.bankovskie-garantii,
  .besplatnaya-konsultaciya {
    padding: 50px 0;
  }
  .bankovskie-garantii-body > h2 {
    margin: 0 0 30px;
  }
  .bankovskie-garantii-body .garantii {
    flex: 1 1 100%;
  }
  .bankovskie-garantii-body.row > .garantii > div {
    margin-bottom: 15px;
    width: 100%;
  }
  .bankovskie-garantii-body .garantii p {
    padding-right: 20px;
  }
  .garantii-fos {
    height: auto;
    padding-bottom: 35px;
    width: 100%;
  }
  .garantii-fos > p {
    margin: 0 0 25px;
    padding: 0 15px;
  }
  .garantii-fos > p strong {
    display: block;
    font-size: 18px;
    margin: 15px 0 0;
  }
  .besplatnaya-konsultaciya .contactus-form {
    max-width: 100% !important;
    width: 100%;
  }
  .besplatnaya-konsultaciya-body .reg_form {
    justify-content: space-between;
  }
  .besplatnaya-konsultaciya-body .reg_form > div:nth-child(1) {
    width: 100%;
  }
  .besplatnaya-konsultaciya-body .reg_form > div:last-child {
    display: none;
  }
  .besplatnaya-konsultaciya-body .reg_form .contactus-fields {
    width: 100%;
  }
  .footer-bottom > div.rezhim-raboty,
  .footer-bottom > div.adres {
    max-width: 215px;
  }
  .footer-bottom .adres > p > span > span {
    display: block;
  }
  .specialisty__container {
    margin: -10px;
  }
  .specialist-details-body .card {
    grid-template-areas:
      "image name"
      "image title"
      "btn title"
      "desc desc";
    grid-template-columns: 1fr 1fr;
  }
  .specialist-details-body .card__btn {
    margin-top: 15px;
    margin-bottom: 0;
    justify-content: center;
  }
  .specialist-details-body .card__name {
    margin-top: 20px;
  }
  .para-slov-o-kompanii-body .statistika.has-photo {
    grid-template: auto/auto auto;
    justify-content: initial;
  }
  .para-slov-o-kompanii-body.row .statistika.has-photo > div {
    width: unset;
  }
  .para-slov-o-kompanii-body > div.office-row {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas:
      "text1"
      "text2"
      "image";
    grid-gap: 0px;
  }
  .para-slov-o-kompanii-body > div.office-row.office-row.office-row_reverse {
    grid-template-areas: 
      "text1"
      "text2"
      "image";
  }
  .tendernym-spetsialistam .header-bottom .container {
    display: flex;
    flex-direction: column;
  }
  .tendernym-spetsialistam .utp-box {
    justify-content: center;
    text-align: center;
  }
  .tendernym-spetsialistam .utp-box > p.utp {
    margin: 0 auto 20px;
  }
  .tendernym-spetsialistam .tabs {
    display: block;
  }
  .tendernym-spetsialistam .tabs > label {
    float: none !important;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 375px;
  }
  .tendernym-spetsialistam .tabs > label[for="tab-btn-2"] {
    margin-top: 15px;
  }
  .tendernym-spetsialistam .tabs > div {
    top: 175px;
  }
  .tendernym-spetsialistam .tabs > div h3 {
    margin: 0 0 30px;
    text-align: center;
  }
  .tendernym-spetsialistam .o-programme {
    text-align: center;
  }
  .tendernym-spetsialistam .preimushchestva-body > div {
    align-items: center;
    height: auto;
    padding: 5px 20px;
    width: 100%;
  }
  .tendernym-spetsialistam .preimushchestva-body > div > p {
    margin: 0 0 0 20px;
  }
  .tendernym-spetsialistam .tabs td:nth-child(1) {
    width: auto;
  }
  .tendernym-spetsialistam .tabs td {
    font-size: 16px;
    line-height: 20px;
  }
  .servis-atfn > div:nth-child(2) > div:nth-child(1) {
    flex-wrap: wrap;
  }
  .servis-atfn > div:nth-child(2) > div:nth-child(1) > p:nth-child(2),
  .servis-atfn > div:nth-child(2) > div:nth-child(1) > p:nth-child(3),
  .servis-atfn > div:nth-child(2) > div:nth-child(1) > p:nth-child(4) {
    top: 32px;
  }
  .servis-atfn > div:nth-child(2) > div:nth-child(1) > p:nth-child(5) {
    text-align: right;
    width: 100%;
  }
  .bankprokonsalt-priglashaet-k-sotrudnichestvu .features-img {
    display: none;
  }
  .deal__item {
    width: 33%;
  }
  .nam-dover-body {
    justify-content: center;
    flex-wrap: wrap;
  }
  .nam-dover-body .owl-carousel {
    padding: 0 40px 0 40px;
  }
  .nam-dover-body .owl-prev {
    left: 0px;
  }
  .nam-dover-body {
    padding: 90px 0 0;
  }
  /*
		.stoimost-uslug__tabview.tableview > .tabs > label, 
		.stoimost-uslug__tabview.tableview th > h3 {
		font-size:   
		}
	*/
  .stoimost-uslug__tabview.stoimost-uslug-body > .tabs {
    display: flex;
    flex-direction: column;
  }
  .stoimost-uslug__tabview > .tabs > div {
    top: 220px;
  }
  .stoimost-uslug-body > p {
    font-size: 20px;
  }
  .reviews__person::before {
    bottom: -10px;
  }
  .feature-toggle .st-val {
    padding: 10px;
    box-sizing: border-box;
  }
  .usloviya-trebovaniya-dokumenty-body .tabs .current-info {
    min-height: unset !important;
    top: -40px !important;
    position: relative;
    order: -1;
    width: 100%;
  }

  /* Стилизация шапки под авторизацию START */
  .authorization .access {
    font-size: 0;
    width: 32px;
    height: 32px;
    padding: 0;
    margin-left: 0;
  }
  .authorization {
    right: 0;
  }
  /* Стилизация шапки под авторизацию END */


} /* max-width: 767px */
@media (max-width: 575px) {
  .logo {
    max-width: 59%;
  }
  .zakazat-zvonok .contactus-button {
    height: auto;
    padding: 10px 12px;
    width: auto;
  }
  .burger {
    left: 48%;
  }
  .kik .header-bottom-body {
    overflow: hidden;
  }
  .kredit-na-ispolnenie-kontrakta .row > h2,
  .kredit-na-ispolnenie-kontrakta-body.row > div {
    text-align: center;
  }
  .kik .kredit-na-ispolnenie-kontrakta-body .contactus-button {
    margin: 0 auto;
    position: static;
  }
  .kredit-na-ispolnenie-kontrakta-body .img-box {
    left: 0;
    max-width: 100%;
  }
  .kredit-na-ispolnenie-kontrakta .img-box > img {
    left: 0;
  }
  .kredit-na-ispolnenie-kontrakta .img-box > picture {
    left: 0;
    right: 0;
  }
  .lizing .utp-box > p {
    float: left;
    text-align: center;
    width: 100%;
  }
  .lizing .utp-box .contactus-button {
    margin: 0 auto;
    position: static;
    transform: none;
  }
  .lizing .header-bottom-body > picture {
    padding: 20px 0 15px;
    position: static;
  }
  .preimushchestva-tendernye-zajmy {
    padding: 15px 0 0;
  }
  .preimushchestva-lizing {
    padding: 15px 0 0;
  }
  .preimushchestva-lizing-body > div {
    width: calc(50% - 7.5px);
  }
  .preimushchestva-lizing-body > div:first-child {
    margin-bottom: 15px;
  }
  .preimushchestva-tendernoe-soprovozhdenie-body > div {
    width: calc(50% - 7.5px);
  }
  .preimushchestva-tendernoe-soprovozhdenie-body > div:first-of-type {
    margin-bottom: 15px;
  }
  .preimushchestva-tendernoe-soprovozhdenie-body > div > div {
    height: 100px;
  }
  .primery-nashej-raboty .tabs h3 {
    text-align: center;
  }
  .poryadok-oformleniya .img-box {
    left: 0;
    max-width: 100%;
  }
  .tendernye-zajmy .img-box {
    left: 40px;
  }
  .poryadok-oformleniya .img-box > picture {
    left: 0;
    max-width: 100%;
    right: 0;
    text-align: center;
  }
  .lizing .poryadok-oformleniya .img-box > picture {
    left: 43%;
    top: 32%;
    width: 100%;
  }
  .tendernoe-soprovozhdenie div.img-box {
    left: 60px;
  }
  .main section.bankovskie-garantii {
    min-height: initial;
    padding: 40px 0 15px;
  }
  .besplatnaya-konsultaciya {
    padding: 50px 0 15px;
  }
  .bankovskie-garantii-body {
    overflow: visible;
  }
  .bankovskie-garantii-body > h2 {
    box-shadow: 0 0 10px 10px #fff;
  }
  .bankovskie-garantii-body .garantii {
    overflow: hidden;
  }
  .banki-partnery-body > .banki > div {
    width: calc(100% - 15px);
  }
  .besplatnaya-konsultaciya-body {
    padding: 40px 30px;
  }
  .footer .main-menu > li {
    width: 50%;
  }
  .copyright-body {
    justify-content: center;
    text-align: center;
  }
  .map__info {
    max-width: 100%;
    position: inherit;
  }
  .map__container {
    display: none;
  }
  .specialisty .card {
    width: 100%;
    max-width: 300px;
    flex-basis: 100%;
  }
  .specialisty .card__image {
    display: flex;
    justify-content: center;
  }
  .specialisty__container {
    justify-content: center;
  }
  .specialisty .card__image img {
    height: 300px;
  }
  .specialist-details-body .card {
    grid-template-areas:
      "name btn"
      "image image"
      "title title"
      "desc desc";
    grid-template-columns: 1fr 1fr;
    margin-top: 120px;
  }
  .specialist-details-body .card__btn button {
    margin: auto !important;
  }
  .specialist-details-body .card__image {
    grid-area: image;
    text-align: center;
    border-top: 1px solid;
    padding-top: 30px;
  }
  .specialist-details-body .card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .para-slov-o-kompanii-body.row .photo {
    display: none;
  }
  .servis-atfn > div:nth-child(2) > div:nth-child(1) > p:first-of-type {
    text-align: center;
  }
  .servis-atfn > div:nth-child(3) {
    justify-content: space-evenly;
  }
  .servis-atfn > div:nth-child(3) > div:nth-child(2) {
    position: static;
  }
  .profile {
    padding: 0 25px;
  }
  .profile > ul {
    text-align: center;
  }
  .profile fieldset {
    width: 100%;
  }
  .bankprokonsalt-priglashaet-k-sotrudnichestvu .form-utp {
    flex-direction: column;
  }
  .bankprokonsalt-priglashaet-k-sotrudnichestvu .form-utp > div {
    margin-bottom: 30px;
    width: 100%;
  }
  .utp-sub br {
    display: none;
  }
  .stoimost-uslug__tabview > .tabs td:nth-child(1) {
    width: 100%;
  }
  .white-popup {
    font-size: 16px;
  }
  .white-popup p {
    font-size: 16px;
  }
  .justify-center {
    grid-template-columns: 1fr;
    grid-gap: 0px;
    text-align: center;
  }
  .current-info {
    justify-content: center;
  }
  .current-info__text {
    text-align: left;
  }
  .reviews__item {
    grid-template-columns: 1fr;
  }
  .reviews__screen {
    grid-row-start: unset;
    grid-row-end: 4;
    grid-column-start: unset;
  }
  .stoimost-uslug.tableview .abon-plata {
    font-size: 18px;
  }
  .banki_general > div {
    max-width: 320px;
  }
  /* Стилизация шапки под авторизацию START */
  .burger {
    left: 0;
    right: 0;
  }
  .logo {
    max-width: 50%;
  }
  .exp__date {
    width: 120px;
    padding-right: 10px;
  }
  .exp__date br {
    display: none;
  }
  /* Стилизация шапки под авторизацию END */
} /* max-width: 575px */
@media (max-width: 479px) {
  .header-top {
    height: 85px;
  }
  .header-top-body {
    flex-direction: column;
    padding: 20px 15px 0;
    width: 100%;
  }
  .header-top-body.row > div {
    padding: 0;
  }
  .header-top-body {
    align-items: flex-start;
  }
  .header-top-body.row > .logo {
    margin: 0 0 20px;
    max-width: 82%;
  }
  .authorization #login:checked ~ .form-inline {
    max-width: 95%;
    width: 400px;
  }
  .bankovskie-garantii .utp-box,
  .kik .utp-box,
  .tendernye-zajmy .utp-box,
  .lizing .utp-box {
    padding: 115px 0 0;
  }
  .header-bottom {
    transition: margin 0.5s ease 0s;
  }
  .header-bottom.shorter {
    min-height: 250px;
  }
  .header-bottom-body.shorter {
    min-height: 250px;
  }
  .shorter .utp-box {
    top: 116px;
    justify-content: space-between;
    flex-direction: column;
  }
  .o-kompanii .header-bottom {
    margin-bottom: 30px;
  }
  .lizing .header-bottom-body > picture {
    align-items: center;
    display: flex;
    flex-grow: 1;
  }
  .header-top:not(.scroll-top) {
    margin-top: -85px;
  }
  .header-top-body.row > div.top-menu {
    margin: 0;
  }
  .header-top-body.row .rezhim-raboty,
  .header-top-body.row .goryachaya-liniya {
    background-color: #161616;
    bottom: 0;
    display: flex;
    left: initial;
    margin: 0;
    opacity: 0;
    position: fixed;
    right: -366px;
    top: inherit;
    width: 366px;
    z-index: 2;
  }
  .header-top-body.row .rezhim-raboty {
    bottom: 0;
    padding: 20px 20px 25px 35px;
  }
  .header-top-body.row .goryachaya-liniya {
    border-top: 1px solid rgba(196, 196, 196, 0.2);
    bottom: 65px;
    padding: 20px 20px 20px 35px;
  }
  #burger:checked + .header-top .rezhim-raboty,
  #burger:checked + .header-top .goryachaya-liniya {
    opacity: 1;
    right: 0;
  }
  #burger:checked + .header-top .rezhim-raboty {
    transition: right 0.6s ease 0.8s, opacity 0.6s ease 0.8s;
  }
  #burger:checked + .header-top .goryachaya-liniya {
    transition: right 0.6s ease 0.6s, opacity 0.6s ease 0.6s;
  }
  .goryachaya-liniya strong,
  .rezhim-raboty strong {
    color: #20dcae;
    font-size: 18px;
  }
  .header-top-body.row .zakazat-zvonok {
    margin-right: -79px;
    min-width: 154px;
    opacity: 0;
    position: absolute;
    right: 183px;
    top: 5px;
    z-index: -1;
  }
  #burger:checked + .header-top .zakazat-zvonok {
    opacity: 1;
    transition: opacity 1s ease 0.6s;
    z-index: 2;
  }
  .burger {
    bottom: 21px;
    left: initial;
    right: 0;
  }
  .bankovskie-garantii .header-bottom-body.row > picture {
    margin: 0 0 -55px;
  }
  .kik .utp-box .contactus-button {
    margin: 0 auto;
    position: static;
  }
  .kik .utp-dop {
    margin: 0;
  }
  .kik .header-bottom-body.row > picture {
    margin: 40px -50px 0 0;
  }
  .tendernoe-soprovozhdenie .utp-box {
    padding: 115px 0 0;
  }
  .preimushchestva-kik {
    padding: 20px 0;
  }
  .preimushchestva-tendernye-zajmy-body > div {
    width: 100%;
  }
  .preimushchestva-tendernye-zajmy-body > div + div {
    margin-bottom: 15px;
  }
  .preimushchestva-lizing-body.row > div {
    height: auto;
    min-height: 70px;
    width: 100%;
  }
  .preimushchestva-lizing-body > div:first-child {
    margin-bottom: 0;
  }
  .preimushchestva-lizing-body.row > div + div {
    margin-top: 15px;
  }
  .preimushchestva-lizing-body p {
    min-width: 192px;
  }
  .preimushchestva-lizing-body p br {
    display: none;
  }
  .preimushchestva-tendernoe-soprovozhdenie-body.row > div {
    height: auto;
    margin: 0;
    padding: 0 30px 15px;
    width: 100%;
  }
  .preimushchestva-tendernoe-soprovozhdenie-body > div > div {
    height: auto;
    padding: 30px 0 20px;
  }
  .preimushchestva-tendernoe-soprovozhdenie-body.row > div + div {
    margin-top: 15px;
  }
  .preimushchestva-tendernoe-soprovozhdenie p br {
    display: none;
  }
  .tabs > div {
    text-align: initial;
  }
  .tabs {
    align-items: center;
    flex-direction: column;
  }
  .primery-nashej-raboty .tabs > div {
    top: 115px;
  }
  .stoimost-uslug .tabs {
    align-items: flex-start;
    flex-direction: row;
  }
  .tabs > label:nth-of-type(2),
  .tabs > label:nth-of-type(3) {
    padding-top: 20px;
  }
  .tabs td:nth-child(1) {
    padding: 14px 20px;
    white-space: nowrap;
    width: auto;
  }
  .tabs td {
    padding: 14px 25px;
  }
  .usloviya-trebovaniya-dokumenty .tabs > div {
    transition: transform 1s ease 1s, opacity 0s ease 0s;
  }
  .usloviya-trebovaniya-dokumenty #tab-btn-1:checked ~ #content-1,
  .usloviya-trebovaniya-dokumenty #tab-btn-2:checked ~ #content-2,
  .usloviya-trebovaniya-dokumenty #tab-btn-3:checked ~ #content-3 {
    transition: transform 0.8s ease 0s, opacity 1s ease 0s;
  }
  .stoimost-uslug .tabs {
    height: 170px;
  }
  .stoimost-uslug .abon-plata {
    flex-direction: row;
  }
  .stoimost-uslug.tableview .abon-plata {
    flex-direction: column;
  }
  .stoimost-uslug .tabs > label {
    padding: 0;
  }
  .stoimost-uslug .tarif:nth-of-type(2) .tabs > div,
  .stoimost-uslug .tarif:nth-of-type(3) .tabs > div {
    flex-wrap: wrap;
    margin-top: 66px;
  }
  .stoimost-uslug .tarif:nth-of-type(2) .abon-plata,
  .stoimost-uslug .tarif:nth-of-type(3) .abon-plata {
    margin: 0;
    width: 100%;
  }
  .stoimost-uslug .tarif:nth-of-type(2) .contactus-button,
  .stoimost-uslug .tarif:nth-of-type(3) .contactus-button {
    margin: 18px auto 0;
  }
  .vse-vidy-garantij {
    min-height: initial;
    padding: 90px 0 50px;
  }
  .vse-vidy-garantij-body > picture {
    margin: 0 auto 30px;
  }
  .lizing .poryadok-oformleniya .img-box > picture {
    left: 0;
    top: initial;
  }
  .banki-partnery {
    padding: 50px 0 0;
  }
  .banki-partnery-body > .banki > div {
    width: calc(100% - 15px);
  }
  .banki-partnery img {
    transform: scale(0.9);
  }
  .poryadok-oformleniya-body li div p {
    hyphens: initial;
    text-align: left;
  }
  .poryadok-oformleniya .row .fos-box {
    padding: 27px 0 60px;
  }
  .poryadok-oformleniya .contactus-button {
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    min-height: 48px;
  }
  .tendernye-zajmy .poryadok-oformleniya {
    margin-top: -60px;
  }
  .lizing .img-box {
    bottom: 20%;
    left: 39%;
  }
  .para-slov-o-kompanii {
    padding: 0;
  }
  .para-slov-o-kompanii-body.row .statistika > div {
    height: 35.491vw;
  }
  .stoimost-uslug-body > p {
    padding: 0 0 10px;
  }
  .stoimost-uslug-body > p::before {
    display: none;
  }
  .stoimost-uslug-body > p::after {
    background-color: #266657;
    height: 4px;
    top: 5px;
    width: 100%;
    z-index: 1;
  }
  .bankovskie-garantii-body .garantii p {
    padding-right: 30px;
  }
  .besplatnaya-konsultaciya-body {
    padding: 40px 20px;
  }
  .besplatnaya-konsultaciya-body .reg_form {
    flex-wrap: wrap;
    justify-content: center;
  }
  .besplatnaya-konsultaciya-body .reg_form > div:nth-child(1) {
    margin: 0 0 20px;
  }
  .footer .main-menu > li {
    max-width: 100%;
    width: 100%;
  }
  .footer-bottom {
    flex-direction: column;
  }
  .footer-bottom > div {
    width: 223px;
  }
  .footer-bottom > div > p a:first-child {
    margin-bottom: 15px;
  }
  .specialist-details-body .card {
    margin-top: 90px;
  }
  .specialist-details-body .card {
    grid-template-areas:
      "name"
      "image"
      "btn"
      "title"
      "desc";
    grid-template-columns: 1fr;
  }
  .specialist-details-body .card__title {
    border-top: none;
  }
  .stoimost-uslug.tableview .small-only td:nth-of-type(2) {
    width: 100px;
  }
  .tendernym-spetsialistam .tabs > div {
    padding: 20px 0 0;
    top: auto;
  }
  .tendernym-spetsialistam .tabs > label {
    height: auto;
    min-height: 80px;
    width: 100%;
  }
  .tendernym-spetsialistam .tabs h2 {
    font-size: 18px;
  }
  .tendernym-spetsialistam .preimushchestva-body > div {
    flex-direction: column;
  }
  .tendernym-spetsialistam .preimushchestva-body > div > p {
    margin: 15px 0 0;
  }
  .servis-atfn > div:nth-child(2) > div:nth-child(1) > p:not(:first-of-type) {
    font-size: 14px;
  }
  .servis-atfn > div:nth-child(2) > div:nth-child(2) > span {
    width: 4px;
  }
  .servis-atfn > div:nth-child(3) {
    flex-direction: column-reverse;
  }
  .servis-atfn > div:nth-child(3) > div:nth-child(1) {
    margin-top: 20px;
  }
  .tendernym-spetsialistam .tabs table tr {
    display: flex;
    flex-direction: column;
  }
  .tendernym-spetsialistam .tabs td:nth-child(1) {
    padding: 15px 20px 0;
    text-align: center;
    white-space: normal;
    width: auto;
  }
  .tendernym-spetsialistam .tabs td:nth-child(2) {
    padding: 15px 20px;
    text-align: center;
  }
  .deal__item {
    width: 100%;
  }
  .bankprokonsalt-priglashaet-k-sotrudnichestvu .form-utp {
    margin-top: 20px;
  }
  .stoimost-uslug__tabview > .tabs td:nth-child(1) {
    white-space: normal;
  }
  .stoimost-uslug__tabview.stoimost-uslug-body > .tabs {
    display: flex;
    flex-direction: column;
  }
  .stoimost-uslug__tabview > .tabs > div {
    top: 250px;
  }
  .reviews__item {
    padding: 30px 18px 18px;
  }
  /* Стилизация шапки под авторизацию START */
  .burger {
    bottom: 0;
  }
  .header-top-body.row .authorization {
    opacity: 0;
    position: absolute;
    right: 210px;
    top: 4px;
    z-index: -1;
  }
  #burger:checked + .header-top .authorization {
    opacity: 1;
    transition: opacity 1s ease 0.6s;
    z-index: 2;
  }
  .authorization .access {
    font-size: 14px;
    width: 120px;
    height: auto;
    padding-left: 40px;
  }
  .header-top-body.row .zakazat-zvonok {
    right: 123px;
  }
  /* Стилизация шапки под авторизацию END */
} /* max-width: 479px */
@media (max-width: 429px) {
  #member-registration,
  .registration .remind,
  .registration .reset,
  .authorization .form-inline {
    width: 100%;
  }
  .stoimost-uslug__tabview > .tabs > div {
    top: 290px;
  }
}
@media (max-width: 425px) {
  .stoimost-uslug.tableview .reestr__feature .tabs {
    min-width: 140px;
  }
  .reestr__feature .tabs > label {
    height: 35px;
  }
  .stoimost-uslug .reestr__feature .tabs::before {
    height: 35px;
  }
  .exp__item {
    flex-direction: column;
    
  }
  .exp__date {
    width: 100%;
    border: none;
  }

}
@media (max-width: 379px) {
  .header-top-body {
    padding: 20px 0 0;
  }
  .header-top-body.row > .logo {
    max-width: 80%;
  }
  .burger {
    right: -15px;
  }
  .header-top .main-menu {
    max-width: 100%;
  }
  .header-top .main-menu a {
    font-size: 17px;
    padding: 15px 20px;
  }
  .kik .header-bottom-body.row > picture {
    margin: 40px 0 0;
  }
  .tendernoe-soprovozhdenie .utp-box .contactus-button,
  .tendernoe-soprovozhdenie .poryadok-oformleniya .contactus-button {
    height: auto;
    line-height: 22px;
    max-width: 323px;
    min-height: 48px;
    padding: 10px 15px;
    width: 100%;
  }
  .preimushchestva-kik {
    padding: 20px 0 10px;
  }
  .row .tabs td {
    padding: 15px;
  }
  .tendernye-zajmy .usloviya-trebovaniya-dokumenty {
    padding: 60px 0 0;
  }
  .tendernye-zajmy .tabs > label {
    line-height: 1.2em;
    text-align: center;
  }
  .tendernye-zajmy .tabs > label:nth-of-type(2),
  .tendernye-zajmy .tabs > label:nth-of-type(3) {
    padding-top: 15px;
  }
  .tendernye-zajmy .tabs > div {
    transition: transform 1s ease 1s, opacity 0s ease 0s;
  }
  .nashi-preimushchestva-body > div > div {
    display: block;
  }
  .nashi-preimushchestva h3 {
    height: 50px;
    margin: 12px 0 0;
    padding-left: 70px;
  }
  .nashi-preimushchestva-body strong {
    display: block;
    text-align: center;
  }
  .banki-partnery-body > .banki {
    margin-right: -19px;
  }
  .banki-partnery-body > .banki > div {
    margin: 0 10px 10px 0;
  }
  .stoimost-uslug .tabs > label {
    letter-spacing: -0.5px;
  }
  .para-slov-o-kompanii-body.row .statistika > div {
    height: 100px;
    width: 100%;
  }
  .para-slov-o-kompanii .statistika p br {
    display: none;
  }
  .garantii-fos .reg_form > div:first-child {
    padding: 0 20px;
  }
  .garantii-fos .contactus-form .joomly-contactus-div {
    width: 100%;
  }
  .footer .main-menu > li {
    width: 100%;
  }
  .copyright-body > p {
    padding: 15px 0;
  }
  .copyright-body > p br {
    display: inline;
  }
  .para-slov-o-kompanii-body .statistika.has-photo {
    grid-template: auto/auto;
  }
  .servis-atfn > div:nth-child(1) {
    flex-direction: column;
  }
  .servis-atfn > div:nth-child(1) > div {
    justify-content: center;
    text-align: center;
  }
  .servis-atfn > div:nth-child(2) {
    padding: 0 20px;
  }
  .servis-atfn > div:nth-child(2) > div:nth-child(3) p {
    font-size: 18px;
  }
  #member-registration,
  .registration .remind,
  .registration .reset,
  .authorization .form-inline {
    padding: 30px 25px;
  }
} /* max-width: 379px */

@media (max-width: 375px) {
  .stoimost-uslug__tabview.tableview .reestr__feature td {
    font-size: 14px;
    padding: 8px;
  }
  .reestr__feature .tabs > label {
    width: 30px !important;
    height: 30px;
  }
  .feature-toggle .st-val {
    min-width: 130px;
  }
}
@media (max-width: 366px) {
  .header-top-body.row .rezhim-raboty,
  .header-top-body.row .goryachaya-liniya {
    left: 100%;
    right: initial;
  }
  #burger:checked + .header-top .rezhim-raboty,
  #burger:checked + .header-top .goryachaya-liniya {
    left: 0;
  }
  #burger:checked + .header-top .goryachaya-liniya {
    transition: left 0.6s ease 0.6s, opacity 0.6s ease 0.6s;
  }
  #burger:checked + .header-top .rezhim-raboty {
    transition: left 0.6s ease 0.8s, opacity 0.6s ease 0.8s;
  }
  .header-top-body.row .zakazat-zvonok {
    right: 50%;
  }
  /* Стилизация шапки под авторизацию START */
  .header-top-body.row .authorization {
    right: unset;
  }
  .header-top-body.row .zakazat-zvonok {
    min-width: 114px;
    right: 123px;
  }
  .authorization .access {
    font-size: 12px;
  }
  .zakazat-zvonok .contactus-button {
    font-size: 12px;
  }
  .burger {
    bottom: 5px;
  }
  /* Стилизация шапки под авторизацию END */
}
/*сайдбары*/
aside {
	position: absolute;
	display: flex;
	padding-right: 20px;
    padding-left: 20px;
	justify-content: flex-start;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
}
leftside {
	width: 18%;
    background: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 7px rgb(0 0 0 / 20%);
	border-radius: 15px;
	padding: 5px;
	height: fit-content;
	padding-bottom: 15px;
	}
rightside {
	width: 18%;
	background: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 7px rgb(0 0 0 / 20%);
	border-radius: 15px;
	padding: 5px;
	height: fit-content;
	padding-bottom: 15px;
}
middle {
	margin-top: 160px;
    /*min-height: calc(100vh - 400px);*/
    /*padding-bottom: 15px;*/
    width: 59% !important;
	background: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 7px rgb(0 0 0 / 20%);
    border-radius: 15px
    /*height: fit-content;*/
    padding-bottom: 15px;
    width: 59%;
}
/*новый дизайн*/
.case{
	margin-left: 20%;
    /*margin-right: 20%;*/
	margin-top: 160px;
    /*min-height: calc(100vh - 400px);*/
	position: relative;
    /*padding-bottom: 15px;*/
    width: 0% !important;
	/*background: #fff;*/
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.15);*/
    /*box-shadow: 0 0 7px rgb(0 0 0 / 20%);*/
    border-radius: 15px;
    padding: 5px;
    /*height: fit-content;*/
	margin-bottom: -94px;
	z-index: 99;
}
.case0 {
	margin-left: 20%;
    margin-right: 20%;
    /*min-height: calc(100vh - 400px);*/
	position: relative;
    /*padding-bottom: 15px;*/
    width: 60% !important;
	/*background: #fff;*/
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.15);*/
    /*box-shadow: 0 0 7px rgb(0 0 0 / 20%);*/
    border-radius: 15px;
    padding: 5px;
    /*height: fit-content;*/
	margin-bottom: -94px;
	border-bottom: 1px solid #e1e1e1;
	z-index: 99;	
}
.case1 {
	margin-left: 20%;
    margin-right: 20%;
    /*min-height: calc(100vh - 400px);*/
	position: relative;
    /*padding-bottom: 15px;*/
    width: 60% !important;
	background: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 7px rgb(0 0 0 / 20%);
    border-radius: 15px;
    padding: 5px;
    /*height: fit-content;*/
	padding-top: 100px;
	padding-bottom: 20px;
}
}
::selection {
    background: #000000 !important;
    color: #fff;
}
#eb .mod-items-grid>.mod-grid .mod-item {
    border-top: 1px solid #e1e1e1;
	padding-top: 10px;
}
a.tag-cloud {
font-size: 18px !important;
padding: 5px;

}
.container, .blog, #eb {
display: flex;
flex-direction: column;
}
#eb.eb-component {
	margin-top: 30px !important;
    position: relative;
	padding-bottom: 15px;
	width: 59%;
}

.header-top, .header-bottom {
   background: #fff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 7px rgb(0 0 0 / 20%);
}
.main-menu a {
    color: #000 !important;
 
}
.rezhim-raboty > p, .goryachaya-liniya > p, .footer-bottom > div > p {
    color: #000 !important;
 
}
 .white-font a {
    color: #fff !important;
}
 .black-font a {
    color: #000 !important;
}
.authorization > a {
    color: #000 !important;
}
button#button-contactus-lightbox-form94 {
    color: #fff !important;
    background: #000 !important;
    border-radius: 40px !important;
}
.header-top-body path {
    fill: #000 !important;
}
.authorization {
	display: none !important;
}
.logo svg, .logo img {
    filter: unset;
}
.footer-bottom {
    width: 100% !important;
}
.current-info {
    color: #ffffff;
    position: absolute;
    right: 50px;
    top: 12px;
}
hr {
    width: -webkit-fill-available !important;

}
#eb .eb-card {
    border-radius: 15px;
}
h3.hside {
    text-align: center;
}

h3.hnews {
   margin-left: 20px;
}
#eb.mod-easyblogshowcase--thumb .eb-gallery-body {
    height: 367px !important;
	padding: 20px 20px !important;
	min-height: 367px !important;
}
#eb.mod-easyblogshowcase-magazine .eb-gallery-buttons .eb-gallery-menu-item {
    height: 7px !important;
}

#eb.mod-easyblogshowcase-slick .eb-gallery-content__meta a, #eb.mod-easyblogshowcase-magazine .eb-gallery-content__meta a {
    color: #fff !important;
}

.eb-gallery-cover__img {
	background-position: center top !important;
}
#eb.mod-easyblogshowcase-slick .eb-gallery-content__meta--text, #eb.mod-easyblogshowcase-magazine .eb-gallery-content__meta--text {
    color: #fff;
}
#eb .btn-primary {
    background-color: #000 !important;
    border-color: #000 !important;
}
hr.hrs {
    margin: -400px;
	border: 0;
    border-top: 1px solid #eee;
}
#eb .avatar {
    border-radius: 15% !important;
}
.eb-card__bd-content.mt-20.type-standard {
    display: none;
}
div#contactus-form268 {
    background: #c9c9c9;;
    box-shadow: 0 4px 30px rgb(0 0 0 / 20%);
    padding: 30px 30px 5px 30px;
    position: absolute;
    right: 0;
    position: inherit !important;
    top: 0px !important;
    z-index: 1;
    min-width: 60%;
    margin-left: 20%;
	margin-right: 20%;
	border-radius: 35px;
	margin-top: 20px;
    margin-bottom: 20px;
}
form.reg_form.sfos {
    display: flex;
	margin-left: 20%;
    margin-right: 20%;
}
label.contactus-label-left.pfos {
    color: #858585fa;
}
dl, ol, ul {
    padding-right: 7px;
}
.burger > span {
    background-color: #2b2a2a !important;
}
input.contactus-fields.field1268.rass {
    height: 60px;
    border-radius: 15px;
}
#eb .eb-header {
    margin-bottom: 20px;
    display: none;
}
a {
    color: #000 !important;
}
#eb .eb-mod-media, #eb .eb-mod-media-body {
    font-size: 18px;
}
.bt-cs {
    padding-left: 20%;
}
.bt-cs h3 {
    color: #000 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
    box-shadow: 0 0 7px rgb(0 0 0 / 20%) !important;
}
.slides_container {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
    box-shadow: 0 0 7px rgb(0 0 0 / 20%) !important;
}
.item-page {
    padding-left: 20%;
    padding-right: 20%;
}
.bt_handles_num li.current a {
    background: #cbc9c6 !important;
}
.bt_handles_num li a {
	display: block !important;
    width: 18px !important;
    height: 18px !important;
    line-height: 15px;
    background: grey;
    float: left;
    padding: 0!important;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 14px !important;
    border-radius: 15px;
}
/* Новости */
.eb-gallery-content {
	color: #fff !important;
}
.eb-gallery-meta a {
	color: #fff !important;
}
#eb .mod-avatar>img {
    border-radius: 30px !important;
}
#eb.eb-mod .eb-gallery-avatar {
    float: right;
    /* padding-top: 63%; */
}
h3.eb-gallery-title a {
	color: #fff !important;
}
._orientationRight_b2d7.wrap_ffbc {
    left: 0 !important;
}
#eb.mod-easyblogshowcase--thumb .eb-gallery-body {
    width: 45% !important;
}
@media (max-width: 1350px) {
	label.contactus-label-left.pfos {
    display: none;
}
#eb .eb-mod-thumb.is-center .eb-mod-image, #eb .eb-mod-thumb.is-center .eb-mod-image-cover {
    display: none;
}
#eb.eb-mod * {
    line-height: 1.1;
    font-size: 14px;
}
#eb.eb-component {
	margin-top: 160px !important;
    width: 90%;
    padding-left: 15%;
	padding-right: 15%;
}
.case {
   display: none !important;
}
.casefull {
   display: none !important;
}

leftside {
	/*margin-top: 160px;*/
	width: 18%;
}
rightside {
	width: 18%;
	/*display: none;*/
}
#eb .pr-10 {
    display: none !important;
}
#eb .mod-avatar {
    display: none;
}
div#contactus-form268 {
    /*min-width: 67%;*/
    /* margin-left: 24%;
    margin-right: 20%; */
}
}
@media (max-width: 991px) {
.main-menu a {
    color: #fff !important;
}
#eb.mod-easyblogshowcase--thumb .eb-gallery-box {
    width: 100% !important;
}
#eb.mod-easyblogshowcase--thumb .eb-gallery-body {
    width: 100% !important;
	position: absolute !important;
}
h3.hnews {
   margin-left: 7% !important;
}
#eb.is-mobile.mod-easyblogshowcase--thumb .eb-gallery-body {
    width: 100% !important;
}
#eb.mod-easyblogshowcase.is-mobile .eb-gallery-box {
    padding-bottom: 0px !important;
}
div#contactus-form268 {
    min-width: 60%;
   /* margin-left: 35%;
    margin-right: 20%; */
}
#eb .pr-10 {
    display: table-cell !important;
}
rightside {
	display: none;
}
leftside {
    display: none;
}
.case {
   display: none !important;
}
#eb.eb-component {
	margin-top: 160px;
    width: 100%;
	padding-left: 0%;
    padding-right: 0%;
}
.current-info {
    display: none;
}
div#contactus-form268 {
    padding: 30px 0px 0px 0px;
}
div#contactus-form268 {
    min-width: 100%;
    margin-left: 0%;
    margin-right: 0%;
}
.case1 {
	width: 100% !important;
}
.case0 {
    margin-left: 10%;
    margin-right: 10%;
    position: relative;
	border-bottom: 0px solid #e1e1e1;
    width: 80% !important;
}
#eb .mod-avatar {
    display: none;
}
#eb.mod-easyblogshowcase-slick.is-mobile .eb-gallery-content, #eb.mod-easyblogshowcase-magazine.is-mobile .eb-gallery-content {
    background-color: rgba(0,0,0,0) !important;
    position: absolute !important; 
}
}

/*.current-info {
    display: none;
}
div#contactus-form268 {
    padding: 30px 0px 0px 0px;
}
}*/
@media (max-width: 767px) {
div#contactus-form268 {
    padding: 30px 0px 0px 0px;
}
#eb.mod-easyblogshowcase--thumb .eb-gallery-box {
    width: 100% !important;
}
#eb.mod-easyblogshowcase--thumb .eb-gallery-body {
    width: 100% !important;
	position: absolute !important;
}
rightside {
    display: none;
}
#eb.eb-component {
    width: 100%;
}
div#contactus-form268 {
    min-width: 100%;
    margin-left: 0%;
    margin-right: 0%;
}
.case0 {
    margin-left: 10%;
    margin-right: 10%;
    position: relative;
    width: 80% !important;
}

element.style {
}
#eb.mod-easyblogshowcase-slick .eb-gallery-content__article>span, #eb.mod-easyblogshowcase-magazine .eb-gallery-content__article>span {
    display: none;
}
  }
  @media (max-width: 575px) {
.case0 {
    margin-left: 0%;
    margin-right: 0%;
    position: relative;
    width: 100% !important;
}
h3.hnews {
   margin-left: 7% !important;
}

.button_aff0 {
    /* margin-left: 40px !important; */
}
._orientationRight_b229.wrap_a791 {
    /* right: 0; */
    left: 0 !important;
}
  }
  @media (max-width: 480px) {
	form.reg_form.sfos {
    display: flex;
    margin-left: 10%;
    margin-right: 20%;
	flex-direction: row !important;
}
#eb.eb-component {
    margin-top: 95px !important;
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
}
#burger:checked + .header-top .main-menu {
    /* height: 866px !important; */
    overflow: auto;
	padding-bottom: 350px;
}
  }
   @media (min-width: 1800px) {
.case {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 1100px !important;

}
.case0 {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 1100px !important;

}
   }
  @media (min-width: 1350px) {
.casemob {
   display: none !important;
}
}
 @media (min-width: 991px) {
/* меню бургер */
 a.mobmen {
    display: none !important;
}
}


button#button-contactus-lightbox268 {
    margin-left: 27% !important;
}
  }
  
  
 .eb-card {
    border-radius: 20px;
}

.eb-gallery-box {
    height: 367px;
    float: left;
    width: 55%;
	}
	
.newform {
     background: #CAE9DB;
    padding: 30px 20px;
    border-radius: 20px;
	display: flex;
    justify-content: space-between;
    flex-wrap: nowrap !important;
}
a.wjcallback-link {
    display: flex;
    padding: 10px 20px;
    border-radius: 40px;
    background: #004120;
    color: #fff !important;
    text-align: center;
}
div#WJC295 {
    width: auto;
}
input#myInput_295, input#myInput_250 {
    width:100%;
    border-radius: 15px;
    border: none;
    padding: 12px 24px;
    margin: 0px 14px 0 0;
	font-size: 20px;
}

.wjcallbackform .modal-header {
    display: flex;
    justify-content: end;
    padding: 10px 20px;
    background: #2a6b5b;
}
.wjcallbackform button.close, .wjcallbackform button.close:focus {
    background: none;
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 28px;
	outline: none;
}

.wjcallbackform .modal-footer {
    display: flex;
    justify-content: center;
    padding: 10px 20px;
}
.wjcallbackform button.btn.contactus-button.contactus-submit {
    background: #2a6b5b;
}
#wjcallback-modal .form-validate input[type="text"], #wjcallback-modal .form-validate textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 15px;
    display: block;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    vertical-align: middle;
    color: #555;
    background-color: #fff;
    height: 40px;
    max-width: 100%;
   -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    font-size: 13px;
    line-height: 18px;
  
}
.wjcallbackform  input::placeholder,
.wjcallbackform  textarea::placeholder {
    font-size: 16px; /* Установите нужный размер шрифта */
    color: gray;     /* Можно также изменить цвет */
    opacity: 1;      /* Напрямую устанавливаем непрозрачность, если нужно */
}

/* В некоторых браузерах нужно указывать отдельно, возможно, для кроссбраузерности */
.wjcallbackform input::-webkit-input-placeholder,
.wjcallbackform textarea::-webkit-input-placeholder {
    font-size: 16px;
    color: gray;
    opacity: 1;
}

.container.neform {
    margin-top: 30px;
    display: flex;
    justify-content: center;
	flex-direction: column;
}
.block_form_garant .container.neform {
    margin-top: 0;
}
.container.neform .title_form_garant {
    font-family: Inter;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5rem;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 0px 0 30px 0;
}
.main-slider .item {
    margin-top: 40px; 
}
.text_thanks {
    text-align: center;
    font-size: 1.5rem;
    margin: 0 0 60px 0;
}
@media screen and (max-width: 767px) {
    .newform {
       flex-wrap: wrap !important;
       justify-content: center;
     }
	input#myInput {
     margin: 0px 0px 20px 0;
	}
	a.wjcallback-link {
     font-size: 16px;
     justify-content: center;
     text-align: center;
        margin: 18px 0 0 0;
	}
	.container.neform .title_form_garant {
    font-family: Inter;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.7rem; 
	}
}
div.contactus-alert, div#contactus-sending-alert94{
  display: none !important
}
div#entry-93 {
    margin-top: 110px;
}