

/* Start:/local/templates/.default/css/style.css?170789812260752*/
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap");
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

/*ШРИФТЫ*/
@font-face {
  font-family: "Gotham Pro";
  font-weight: 900;
  font-style: normal;
  src: url("/local/templates/.default/css/../fonts/GothamPro-Black.eot");
  src: local("Gotham Pro Black"), local("GothamPro-Black"), url("/local/templates/.default/css/../fonts/GothamPro-Black.woff") format("woff"), url("/local/templates/.default/css/../fonts/GothamPro-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Gotham Pro";
  font-weight: bold;
  font-style: normal;
  src: url("/local/templates/.default/css/../fonts/GothamPro-Bold.eot");
  src: local("Gotham Pro Bold"), local("GothamPro-Bold"), url("/local/templates/.default/css/../fonts/GothamPro-Bold.woff") format("woff"), url("/local/templates/.default/css/../fonts/GothamPro-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Gotham Pro";
  font-weight: 500;
  font-style: normal;
  src: url("/local/templates/.default/css/../fonts/GothamPro-Medium.eot");
  src: local("../fonts/Gotham Pro Medium"), local("GothamPro-Medium"), url("/local/templates/.default/css/../fonts/GothamPro-Medium.woff") format("woff"), url("/local/templates/.default/css/../fonts/GothamPro-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Gotham Pro";
  font-weight: normal;
  font-style: normal;
  src: url("/local/templates/.default/css/../fonts/GothamPro.eot");
  src: local("Gotham Pro"), local("GothamPro"), url("/local/templates/.default/css/../fonts/GothamPro.woff") format("woff"), url("/local/templates/.default/css/../fonts/GothamPro.ttf") format("truetype");
}
@font-face {
  font-family: "Gotham Pro";
  font-weight: 300;
  font-style: normal;
  src: url("/local/templates/.default/css/../fonts/GothamPro-Light.eot");
  src: local("Gotham Pro Light"), local("GothamPro-Light"), url("/local/templates/.default/css/../fonts/GothamPro-Light.woff") format("woff"), url("/local/templates/.default/css/../fonts/GothamPro-Light.ttf") format("truetype");
}

.mb-30 {
  margin-bottom: 30px;
}

/** СЛАЙДЕР **/

.slick,
.slick-wrapper {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: flex;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-list {
  overflow: hidden;
}

.slick-track {
  display: flex;
  align-items: flex-start;
}

.slick-arrow {
  position: absolute;
  bottom: 30px;
  z-index: 10;
  font-size: 0;
  width: 50px;
  height: 50px;
  border: none;
  transition: all 0.3s ease 0s;
}

.slick-arrow.slick-prev {
  left: 42%;
  background: url("/local/templates/.default/css/../images/icons/sl-arrow-l.svg") 0 0/100% no-repeat;
}

.slick-arrow.slick-next {
  right: 42%;
  background: url("/local/templates/.default/css/../images/icons/sl-arrow-r.svg") 0 0/100% no-repeat;
}

.slick-arrow:hover {
  transform: scale(1.3);
}

.slick-arrow.slick-disabled {
  opacity: 0.3;
}

.slick-arrow.slick-disabled:hover {
  transform: scale(1);
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-dots li {
  list-style: none;
  margin: 0 7px;
}

.slick-dots button {
  font-size: 0;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #192744;
  opacity: 0.7;
  transition: all 0.3s ease 0s;
}

.slick-dots li.slick-active button {
  opacity: 1;
  background-color: #192744;
}

@media screen and (max-width: 767px) {
  .slick-arrow.slick-prev {
    left: 15px;
  }

  .slick-arrow.slick-next {
    right: 15px;
  }
}

@media screen and (max-width: 579px) {
  .slick-arrow.slick-prev {
    left: 15px !important;
  }
  .slick-arrow.slick-next {
    right: 15px !important;
  }
}

@keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
  }
}

/** ШАПКА САЙТА **/

.header {
  position: fixed;
  width: 100%;
  display: block;
  height: auto;
  max-height: 220px;
  background: #fff;
  z-index: 994;
  top: 0px;
}
.header a {
  color: #192744;
  text-decoration: none;
}
.header-wrapper {
  width: 1170px;
  margin: 0 auto;
  padding: 15px;
}
.header__main {
  display: flex;
}
.header__main__logo {
  width: 152px;
  height: 44px;
  margin-right: 35px;
}
.header__main__logo a img {
  width: 132px;
  height: 44px;
}

.header__main__logo a:hover::before {
  transform: scaleX(0);
}
.header__main__contacts__phone {
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  padding-top: 1px;
  padding-bottom: 1px;
}
.header__main__contacts__phone a {
  text-decoration: none;
}
.header__main__contacts__phone a:hover {
  color: #205ee4;
}
.header__main__contacts__phone a:hover::before {
  transform: scaleX(0);
}

/** New update 12.05.2020 **/
.header__main__contacts__whatsapp {
  display: block;
  margin-top: 5px;
  font-size: 13px;
}

.header__main__contacts__whatsapp .whatsapp__text {
  color: #7a7a7a;
}

.header__main__contacts__whatsapp .whatsapp__link {
  position: relative;
  font-weight: 500;
}

.header__main__contacts__whatsapp .whatsapp__link svg {
  position: absolute;
  bottom: 2px;
  right: -22px;
  width: 16px;
  height: 16px;
}

.header__main__contacts__whatsapp .whatsapp__link a:hover {
  color: #20e66e;
}

.header__main__contacts__whatsapp .whatsapp__link a:hover svg g {
  fill: #20e66e;
}

.header__main__contacts__whatsapp .whatsapp__link a:hover::before {
  background-color: #20e66e;
}

/** END: New update 12.05.2020 **/

.header__main__actions {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
}
.header__main__actions > span {
  margin-left: 20px;
}
.header__main__actions .lk__rtl {
  margin-left: 15px;
  border-radius: 50px;
  transition: all 0.2s ease 0s;
  margin-top: -3px;
}
.header__main__actions .lk__rtl a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #fff;
}
.header__main__actions .lk__rtl a svg {
  position: absolute;
  left: 20px;
  fill: #fff;
  width: 16px;
  height: 16px;
}
.header__main__actions .lk__rtl a span {
  margin-left: 25px;
}
.header__main__actions .lk__rtl a:hover span {
  color: #192744;
}
.header__main__actions .menu_mobile,
.header__main__actions .btn-call img {
  display: none;
}
.header-fixed {
  box-shadow: 0px 15px 25px rgba(25, 39, 68, 0.1);
}

@media (max-width: 1199px) {
  .header-wrapper {
    width: auto;
    padding: 15px;
  }
  .header__main__logo {
    margin-right: 15px;
    height: 42px;
    width: auto;
  }
  .header__main__logo > a img {
    height: 42px;
  }
  .header__main__contacts__phone {
    font-size: 20px;
    padding-top: 0;
  }
}
@media (max-width: 1023px) {
  .header {
    height: 51px;
  }
  .header-wrapper {
    padding: 10px 15px;
  }
  .header__main__logo {
    margin-right: 25px;
    height: 30px;
    width: auto;
  }
  .header__main__logo > a img {
    height: 32px;
    width: 98px;
  }
  .header__main__contacts {
    height: 30px;
    display: flex;
    flex-direction: column;
  }
  .header__main__contacts__phone {
    font-weight: 500;
    font-size: 18px;
    padding-top: 0;
  }

  .header__main__contacts__whatsapp {
    font-size: 12px;
    margin-top: 2px;
  }

  .header__main__actions {
    height: 30px;
  }
  .header__main__actions .lk__rtl {
    margin-top: -6px;
    padding: 0;
    background: transparent;
  }
  .header__main__actions .lk__rtl a {
    background: transparent;
  }
  .header__main__actions .lk__rtl a svg {
    width: 28px;
    height: 28px;
    left: 0;
    top: 0;
  }
  .header__main__actions .lk__rtl a svg path {
    fill: #192744;
  }
  .header__main__actions .lk__rtl a > span {
    display: none;
  }
  .header__main__actions .call-me__rtl .btn-call {
    padding: 7px 15px;
    font-size: 9px;
  }
  .header__main__actions .menu_mobile {
    display: block;
    position: relative;
    width: 30px;
    height: 20px;
    margin-left: 35px;
  }
  .header__main__actions .menu_mobile span {
    position: absolute;
    background-color: #192744;
    left: 0;
    width: 100%;
    height: 2px;
    top: 9px;
    transition: all 0.3s ease 0s;
  }
  .header__main__actions .menu_mobile::before,
  .header__main__actions .menu_mobile::after {
    content: "";
    background-color: #192744;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    transition: all 0.3s ease 0s;
  }
  .header__main__actions .menu_mobile::before {
    top: 0;
  }
  .header__main__actions .menu_mobile::after {
    bottom: 0;
  }
  .header__main__actions .menu_mobile.active span {
    transform: scale(0);
  }
  .header__main__actions .menu_mobile.active::before {
    transform: rotate(45deg);
    top: 9px;
  }
  .header__main__actions .menu_mobile.active::after {
    transform: rotate(-45deg);
    bottom: 9px;
  }
}
@media (max-width: 767px) {
  .header {
    height: 51px;
  }
  .header__main__logo {
    margin-right: 20px;
  }
  .header__main__logo img {
    width: 122px;
    height: 30px;
  }
  .header__main__actions .lk__rtl {
    border: none;
    padding: 0;
    background: #fff;
  }
  .header__main__actions .lk__rtl a {
    padding: 0;
    background: transparent;
  }
  .header__main__contacts__phone {
    font-weight: 500;
    font-size: 24px;
    padding-top: 5px;
  }
  .header__main__contacts__whatsapp {
    display: none;
  }
  .header__main__actions .lk__rtl a svg {
    width: 28px;
    height: 28px;
    left: -25px;
    top: -16px;
  }
  .header__main__actions .lk__rtl a svg path {
    fill: #192744;
  }
  .header__main__actions .lk__rtl a > span {
    display: none;
  }
  .header__main__actions .btn-call {
    border: none;
    padding: 0;
  }
  .header__main__actions .btn-call span {
    display: none;
  }
  .header__main__actions .btn-call img {
    display: block;
    width: auto;
    height: 30px;
  }
  .header__main__actions .menu_mobile {
    top: -2px;
  }
}
@media (max-width: 579px) {
  .header {
    height: 60px;
  }
  .header-wrapper {
    padding: 15px 15px;
  }
  .header__main__logo {
    margin-right: 30px;
    height: 30px;
  }
  .header__main__logo img {
    height: 28px;
  }
  .header__main__contacts {
    display: none;
  }
  .header__main__actions .lk__rtl {
    border: none;
    padding: 0;
    background: #fff;
    margin-left: 30px;
  }
  .header__main__actions .lk__rtl a {
    padding: 0;
    background: transparent;
  }
  .header__main__actions .lk__rtl a svg {
    width: 28px;
    height: 28px;
    left: -38px;
    top: -14px;
  }
  .header__main__actions .lk__rtl a svg path {
    fill: #192744;
  }
  .header__main__actions .lk__rtl a > span {
    display: none;
  }
  .header__main__actions .btn-call img {
    height: 28px;
  }
  .header__main__actions .btn-call::after {
    display: none;
  }
  .header__main__actions .menu_mobile {
    margin-left: 20px;
  }
}
.content {
  width: 100%;
  height: 100%;
  padding-top: 145px;
}

.container {
  width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.fv-box {
  width: 100%;
  background: #f1f6ff;
  display: block;
}

.section_title {
  padding: 60px 0 30px 0;
  text-align: left;
  position: relative;
}
.section_title span {
  font-size: 16px;
  line-height: 1.4;
  padding-bottom: 15px;
  color: #133782;
  letter-spacing: 0.03em;
}
.section_title h2 {
  font-size: 26px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #192744;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .container {
    width: auto;
    margin: 0;
    padding: 0 15px;
  }
}
@media (max-width: 1023px) {
  .content {
    padding-top: 60px;
  }

  .section_title span {
    font-size: 14px;
  }
  .section_title h2 {
    margin-top: 10px;
    font-size: 22px;
    line-height: 1.3;
  }
}
@media (max-width: 768px) {
  .content {
    padding-top: 50px;
  }
}
@media (max-width: 579px) {
  .section_title {
    padding: 30px 0;
  }
  .section_title span {
    font-size: 12px;
  }
  .section_title h2 {
    font-size: 18px;
  }
}
.footer {
  background: #192744;
  padding-top: 75px;
  position: relative;
  z-index: 2;
}

.footer::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("/local/templates/.default/css/../images/footer-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
  z-index: 1;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}
.footer__top .about,
.footer__top .nav_menu,
.footer__top .nav_links,
.footer__top .nav_details {
  width: 100%;
  color: #fff;
}
.footer__top .about a,
.footer__top .nav_menu a,
.footer__top .nav_links a,
.footer__top .nav_details a {
  color: #fff;
}
.footer__top .about {
  display: flex;
  flex-direction: column;
  padding: 0 15px;
}
.footer__top .about__logo {
  padding-bottom: 30px;
}
.footer__top .about__logo img {
  width: 150px;
}
.footer__top .about__label {
  color: #939597;
  padding-bottom: 10px;
  letter-spacing: 0.05em;
}
.footer__top .about__address {
  line-height: 1.35;
  margin-bottom: 15px;
}

.footer__top .about__phone,
.footer__top .about__mail {
  margin-bottom: 15px;
  font-size: 18px;
}

.footer__top .about__phone .link::before,
.footer__top .about__mail .link::before {
  background-color: #fff;
}
.footer__top .nav_menu,
.footer__top .nav_links,
.footer__top .nav_details {
  padding: 0 15px;
}
.footer__top .nav_menu p,
.footer__top .nav_links p,
.footer__top .nav_details p {
  color: #939597;
  padding-bottom: 15px;
  letter-spacing: 0.08em;
}
.footer__top .nav_menu ul li,
.footer__top .nav_links ul li,
.footer__top .nav_details ul li {
  padding: 5px 0;
  font-size: 16px;
  font-weight: 300;
}
.footer__top .nav_menu ul li a,
.footer__top .nav_links ul li a,
.footer__top .nav_details ul li a {
  padding-bottom: 5px;
  line-height: 1.4;
}
.footer__top .nav_menu ul li a::before,
.footer__top .nav_links ul li a::before,
.footer__top .nav_details ul li a::before {
  background-color: #fff;
}
.footer__top .nav_menu ul li span,
.footer__top .nav_links ul li span,
.footer__top .nav_details ul li span {
  color: #939597;
  padding-right: 3px;
}
.footer__top .nav_menu ul li .btn-outline,
.footer__top .nav_links ul li .btn-outline,
.footer__top .nav_details ul li .btn-outline {
  padding-bottom: 15px;
  margin-top: 15px;
  border: 1px solid white;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  position: relative;
}
.footer__top .nav_menu ul li .btn-outline:hover,
.footer__top .nav_links ul li .btn-outline:hover,
.footer__top .nav_details ul li .btn-outline:hover {
  background: #fff;
  color: #192744;
}
.footer__bottom {
  padding: 45px 15px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}
.footer__bottom .copyright {
  color: #939597;
}
.footer__bottom .right {
  display: flex;
  color: #939597;
}

@media screen and (max-width: 1023px) {
  .footer {
    padding-top: 60px;
  }
  .footer__top .nav_links {
    display: none;
  }
}
@media screen and (max-width: 579px) {
  .footer {
    padding-top: 30px;
  }
  .footer__top .nav_details {
    display: none;
  }

  .footer__top .about {
    padding: 0;
  }

  .footer__top .about__label {
    font-size: 11px;
  }

  .footer__top .about__address {
    font-size: 12px;
  }

  .footer__bottom {
    padding: 25px 0px;
    flex-direction: column;
    justify-content: flex-start;
  }

  .footer__bottom .copyright {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 11px;
  }
  .footer__top .nav_menu p {
    font-size: 12px;
  }

  .footer__top .nav_menu a {
    font-size: 14px;
  }
}
.btn {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 24px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s;
  color: #192744;
  text-transform: uppercase;
}
.btn:hover {
  cursor: pointer;
}
.btn-primary {
  color: #fff;
  background: linear-gradient(271.35deg, #192744 0%, #133782 100%);
  background-color: #192744;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.4s ease 0s;
}
.btn-primary svg {
  margin-left: 10px;
}
.btn-primary svg path {
  fill: #fff;
  transition: all 0.3s ease 0s;
}
.btn-primary:hover {
  color: #192744;
  background: #fff;
  border: 2px solid #192744;
  cursor: pointer;
}
.btn-primary:hover svg path {
  fill: #192744;
}
.btn-outline {
  padding: 12px 24px;
  position: relative;
  border: 2px solid #192744;
}
.btn-outline:hover {
  color: #205ee4;
  border: 2px solid transparent;
}
.btn-outline:hover::after {
  opacity: 1;
  transform: scaleX(1) scaleY(1);
  border-radius: 50px;
  border: 2px solid #205ee4;
}
.btn-outline::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid #205ee4;
  opacity: 0;
  z-index: -1;
  transform: scaleX(1.1) scaleY(1.4);
  transition: transform 0.5s, opacity 0.5s;
  border-radius: 60px;
}
.btn:hover::before {
  transform: scaleX(0);
}

@media screen and (max-width: 1199px) {
  .btn {
    font-size: 10px;
    padding: 14px 24px;
  }
}
@media (max-width: 1023px) {
  .btn {
    padding: 10px 15px;
    font-size: 10px;
  }
}
.input-text label {
  display: block;
}
.input-text input[type="text"] {
  width: 100%;
  padding: 14px;
  border: 2px solid #e2e2e2;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
  transition: all 0.6s ease 0s;
  font-weight: 400;
}
.input-text input[type="text"]:focus,
.input-text input[type="text"]:active {
  border-color: #192744;
}
.input-text .errortext {
  font-size: 13px;
}
.input-checkbox {
  position: relative;
  margin: 15px 0;
  padding: 0 15px;
}
.input-checkbox .text {
  display: block;
  font-size: 12px;
  padding-left: 30px;
  text-align: left;
  margin-top: -10px;
  line-height: 1.2;
  font-weight: 400;
}
.input-checkbox .text a {
  padding-bottom: 5px;
}
.input-checkbox input[type="checkbox"] {
  opacity: 0;
  height: 0;
  width: 0;
}
.input-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.input-checkbox .checkmark {
  height: 24px;
  width: 24px;
  background-color: #fff;
  border: 2px solid #192744;
  position: absolute;
  left: 0;
  top: 4px;
  cursor: pointer;
}
.input-checkbox .checkmark::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 14px;
  height: 14px;
  background: #192744;
  display: none;
}
.input-checkbox:hover input ~ .checkmark {
  background-color: #fff;
}

.input-search {
  position: relative;
}

.input-search .input-search__icon {
  position: absolute;
  top: 18px;
  right: 18px;
}

.input-search .input-search__icon svg {
  fill: #939597;
}

.concept {
  position: relative;
  width: fit-content;
}
.concept::before,
.concept::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease 0s;
}
.concept::after {
  top: -10px;
  right: -10px;
  border: 2px solid #192744;
}
.concept::before {
  bottom: -10px;
  left: -10px;
  background: #e2e2e2;
}
.concept:hover::after {
  top: -15px;
  right: -15px;
}
.concept:hover::before {
  bottom: -15px;
  left: -15px;
}

.section_gray {
  background-color: #fff;
  position: relative;
}
.section_gray::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(270.07deg, #eeeeee 0.07%, #ffffff 71.46%);
}

.section_gray::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("/local/templates/.default/css/../images/bg_gray.png");
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  z-index: 1;
}

.section_gray .container {
  position: relative;
  z-index: 2;
}

.pagetop {
  position: fixed;
  right: 40px;
  bottom: 132px;
  width: 25px;
  height: 25px;
  background: linear-gradient(140deg, #ffffff 11.79%, #edf4ff 100%);
  padding: 25px;
  border-radius: 50%;
  box-shadow: 0px 5px 15px rgba(25, 39, 68, 0.2);
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 890;
}
.pagetop:hover {
  box-shadow: 0px 5px 25px rgba(37, 110, 255, 0.4);
}
.pagetop.visible {
  display: flex;
}

@media screen and (max-width: 1023px) {
  .pagetop {
    display: none;
  }
  .pagetop.visible {
    display: none;
  }
}

.exmanager {
  margin: 30px 0;
  display: flex;
  width: 100%;
  align-items: center;
}
.exmanager__title {
  width: 100%;
}
.exmanager__title__wrapper {
  background: #192744;
  padding: 30px;
  border-radius: 5px 0 0 5px;
}
.exmanager__title__wrapper .subtitle {
  color: #e2e2e2;
  margin-bottom: 6px;
  font-size: 12px;
}
.exmanager__title__wrapper .title {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 15px;
}
.exmanager__human {
  width: 440px;
  padding: 15px;
  background: #fff;
  border: 2px solid #192744;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.exmanager__human__img {
  width: auto;
  height: 100%;
  margin-right: 15px;
}
.exmanager__human__body .title {
  font-size: 18px;
  padding-bottom: 3px;
  font-weight: 500;
  color: #192744;
}
.exmanager__human__body .subtitle {
  font-size: 13px;
  color: #939597;
  margin-bottom: 10px;
}
.exmanager__human__body .phone {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}
.exmanager__human__btn {
  position: absolute;
  bottom: -20px;
  left: 20%;
}

.exmanager__human__btn .btn-outline {
  background-color: white;
  line-height: 1;
  padding: 10px 15px;
  font-size: 11px;
}
.exmanager__human__btn .btn-outline:hover {
  background-color: #192744;
  color: white;
}

@media screen and (max-width: 767px) {
  .exmanager {
    flex-direction: column;
  }
  .exmanager__title__wrapper {
    padding: 15px;
    border-radius: 5px 5px 0 0;
  }
  .exmanager__human {
    overflow: visible !important;
    width: 100%;
    border-radius: 0 0 5px 5px;
    justify-content: flex-start;
  }
}
.hs {
  width: 100%;
  min-height: 600px;
  height: 100%;
  background: #fff;
  overflow: hidden;
  position: relative;
}
.hs .container {
  display: flex;
  height: 100%;
  position: relative;
  z-index: 2;
}
.hs__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 45%;
}
.hs__content__subtitle {
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #133782;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1;
}
.hs__content__title {
  margin-bottom: 30px;
  font-size: 48px;
  line-height: 54px;
  font-weight: 500;
  text-transform: uppercase;
  color: #192744;
  letter-spacing: 0.02em;
}
.hs__content__desc {
  margin-bottom: 60px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #192744;
  font-family: "Open Sans", sans-serif;
}
.hs__content__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  padding: 15px 25px;
  text-transform: uppercase;
  margin-bottom: 35px;
  font-weight: 500;
  letter-spacing: 0.1em;
  border: 2px solid transparent;
  transition: all 0.6s ease 0s;
}
.hs__content__btn svg {
  margin-left: 10px;
}
.hs__content__btn svg path {
  fill: #fff;
  transition: all 0.6s ease 0s;
}
.hs__content__btn:hover {
  color: #192744;
  background: #fff;
  border: 2px solid #192744;
}
.hs__content__btn:hover svg path {
  fill: #192744;
}
.hs__image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: right;
  justify-content: flex-end;
}
.hs__image__wrapper {
  position: relative;
}
.hs__image__wrapper img {
  position: relative;
  z-index: 2;
}

.hs::before {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270.07deg, #eeeeee 0.07%, #ffffff 71.46%);
}

.hs::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}

@media (max-width: 1199px) {
  .hs__content__subtitle {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .hs__content__title {
    font-size: 42px;
  }
  .hs__content__desc {
    font-size: 15px;
  }
  .hs__image__wrapper {
    margin-right: 30px;
    width: 100%;
  }
  .hs__image__wrapper img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1023px) {
  .hs {
    max-height: 500px;
  }
  .hs__content {
    width: 100%;
    margin: 0 auto;
  }
  .hs__content__subtitle {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .hs__content__title {
    font-size: 34px;
    margin-bottom: 30px;
    line-height: 1.2;
  }
  .hs__content__desc {
    font-size: 14px;
    margin-bottom: 45px;
  }
  .hs__content__btn {
    width: 300px;
    font-size: 10px;
    padding: 8px 12px;
    position: relative;
  }
  .hs__image__wrapper {
    margin-right: 15px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hs__image__wrapper .sale {
    font-size: 56px;
    bottom: -50px;
    left: -50px;
    text-shadow: 2px -1px 0px #f6f6f6;
  }
}
@media (max-width: 579px) {
  .hs {
    min-height: 650px;
  }
  .hs .container {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .hs__content {
    order: 2;
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-bottom: 60px;
  }
  .hs__content__subtitle {
    font-size: 10px;
    margin-bottom: 10px;
    display: block;
  }
  .hs__content__title {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .hs__content__desc {
    font-size: 14px;
    margin-bottom: 35px;
    padding-right: 0;
  }
  .hs__content__btn {
    margin: 0 auto;
    text-align: center;
    font-size: 10px;
    padding: 15px;
    position: relative;
  }
  .hs__content__btn svg {
    margin-top: -3px;
  }
  .hs__image {
    order: 1;
    justify-content: center;
  }
  .hs__image__wrapper {
    width: 70%;
    margin-right: 0;
  }
  .hs__image__wrapper .sale {
    font-size: 55px;
    bottom: -50px;
    left: -50px;
    text-shadow: 2px -1px 0px #f6f6f6;
  }
  .hs__image__wrapper .dots {
    right: -30px;
  }
}

.about {
  display: flex;
  justify-content: space-between;
  padding-bottom: 35px;
}
.about__company {
  width: 100%;
  padding-right: 120px;
}
.about__company h3 {
  font-size: 18px;
  color: #192744;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.03em;
  padding-bottom: 30px;
}
.about__company p {
  padding-bottom: 45px;
  font-size: 16px;
  line-height: 1.3;
}
.about__image {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1199px) {
  .about__company {
    width: 60%;
  }
  .about__company h3 {
    font-size: 16px;
  }
  .about__company p {
    font-size: 14px;
  }
  .about__image {
    width: 40%;
    margin-right: 15px;
  }
  .about__image img {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .about__company {
    padding-right: 30px;
  }
}
@media screen and (max-width: 579px) {
  .about {
    flex-direction: column;
  }
  .about__image {
    order: 1;
    margin-right: 0;
    margin-left: 10px;
    margin-bottom: 35px;
    width: 60%;
  }
  .about__company {
    width: 100%;
    order: 2;
    padding-right: 0px;
  }
  .about__company h3 {
    padding-bottom: 15px;
  }
  .about__company p {
    padding-bottom: 25px;
  }
}

.about_content {
  margin-top: 60px;
}
.about_content .container {
  display: flex;
  padding-bottom: 55px;
  align-items: center;
}
.about_content__text {
  line-height: 1.2;
  color: #192744;
  margin-right: 30px;
}
.about_content__text h2 {
  letter-spacing: 0.04em;
  font-size: 24px;
  font-weight: 500;
}
.about_content__text p {
  letter-spacing: 0.02em;
  padding-bottom: 10px;
}
.about_content__text .subtitle {
  padding: 30px 0;
  font-size: 16px;
  font-weight: 500;
}
.about_content__img {
  position: relative;
  margin-left: 30px;
  margin-top: 70px;
}
.about_content__img span {
  position: absolute;
  top: -70px;
  text-align: right;
  color: #939597;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-size: 13px;
}

.about_gen .container {
  position: relative;
  display: flex;
  padding: 75px 15px;
}
.about_gen .container .gen__photo {
  width: 100%;
  position: relative;
  z-index: 200;
}
.about_gen .container .gen__text {
  color: #192744;
  padding-left: 60px;
}
.about_gen .container .gen__text span {
  color: #133782;
  font-size: 16px;
  letter-spacing: 0.02em;
}
.about_gen .container .gen__text h4 {
  font-size: 24px;
  line-height: 2;
  font-weight: 500;
  padding-bottom: 30px;
}
.about_gen .container .gen__text p {
  line-height: 1.4;
  font-size: 16px;
}
.about_gen .container .gen__text a {
  display: flex;
  width: 200px;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .about_content {
    margin-top: 30px;
    padding: 0;
  }
  .about_content .container {
    flex-direction: column;
  }
  .about_content__img {
    margin-left: 0;
    margin-top: 85px;
  }

  .about_gen {
    padding: 0 5px;
  }
  .about_gen .container {
    flex-direction: column;
  }
  .about_gen .container .gen__photo {
    display: none;
  }
  .about_gen .container .gen__text {
    padding-left: 0;
  }
  .about_gen .container .gen__text h4 {
    padding-top: 14px;
    line-height: 1.4;
    font-size: 22px;
  }
}
@media screen and (max-width: 579px) {
  .about_content__img {
    width: 100%;
    margin-left: 0;
    margin-top: 85px;
  }
  .about_content__img img {
    width: 100%;
  }

  .about_team {
    padding: 0 5px;
    margin-bottom: 0px;
  }
  .about_team ul {
    flex-direction: column;
    justify-content: space-between;
  }
  .about_team ul li {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .about__company .btn {
    padding: 15px 30px;
  }
}

.faqs {
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.faqs__filter {
  width: 400px;
  position: relative;
}
.faqs__filter__cat {
  padding-left: 15px;
  border-left: 2px solid #e2e2e2;
  position: sticky;
  top: 200px;
}
.faqs__filter__cat ul li {
  padding: 10px 30px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.faqs__filter__cat ul li span {
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  color: #939597;
  margin-bottom: 0;
}
.faqs__filter__cat span {
  padding-left: 30px;
  color: #939597;
  text-transform: uppercase;
  display: block;
  margin-bottom: 30px;
}
.faqs__filter.show {
  position: absolute;
  right: 0;
  width: 300px;
  background-color: #fff;
  display: block;
  height: 100%;
  border-left: 1px solid #e2e2e2;
}
.faqs__filter.show .faqs__filter__cat {
  border-left: 0px solid transparent;
  top: 90px;
}
.faqs__cat {
  width: 100%;
  padding-right: 30px;
}
.faqs__cat h3 {
  display: block;
  margin-bottom: 30px;
  font-size: 24px;
  color: #939597;
}
.faqs__cat__list {
  margin-bottom: 60px;
}
.faqs__cat__list .faq__item {
  padding-left: 80px;
  margin-bottom: 30px;
  position: relative;
}
.faqs__cat__list .faq__item__q {
  font-size: 18px;
  font-weight: 500;
  color: #192744;
  padding: 10px 0;
}
.faqs__cat__list .faq__item__a {
  position: relative;
  margin-top: 15px;
}
.faqs__cat__list .faq__item__a::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: #133782;
  left: -60px;
  top: 0;
}
.faqs__cat__list .faq__item__a p {
  margin-bottom: 30px;
}
.faqs__cat__list .faq__item__a .actions .rating-title {
  display: block;
  letter-spacing: 0.1em;
  color: #939597;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.faqs__cat__list .faq__item__a .actions span {
  display: flex;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.faqs__cat__list .faq__item__a .actions .bx-rating-question {
  display: none;
}
.faqs__cat__list .faq__item__a .actions .bx-rating-separator {
  margin: 0 15px;
}
.faqs__cat__list .faq__item__a .actions div a {
  margin-right: 5px;
}
.faqs__cat__list .faq__item:hover {
  cursor: pointer;
}
.faqs__cat__list .faq__item::before {
  content: "";
  position: absolute;
  left: 0;
  width: 42px;
  height: 42px;
  background-image: url("/local/templates/.default/css/../images/icons/q-circle.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
.faqs__cat__list .faq__item.active .faq__item__q {
  color: #133782;
}
.faqs__cat__list .faq__item.active::before {
  background-image: url("/local/templates/.default/css/../images/icons/a-circle.svg");
}

@media screen and (max-width: 1023px) {
  .faqs__filter__cat {
    top: 75px;
  }
}
@media screen and (max-width: 767px) {
  .faqs {
    margin: 30px 0;
    flex-direction: column;
  }
  .faqs__cat {
    order: 1;
    padding-right: 0;
  }
  .faqs__cat h3 {
    font-size: 20px;
  }
  .faqs__cat__list .faq__item {
    padding-left: 60px;
    margin-bottom: 15px;
  }
  .faqs__cat__list .faq__item .faq__item__q {
    font-size: 15px;
  }
  .faqs__filter {
    order: 0;
    width: 100%;
  }
  .faqs__filter__cat {
    border-left-color: transparent;
    padding-left: 0;
    position: static;
  }
  .faqs__filter__cat span {
    padding-left: 0;
    margin-bottom: 15px;
  }
  .faqs__filter__cat ul {
    margin-bottom: 30px;
  }
  .faqs__filter__cat ul li {
    padding: 10px 0;
  }
}

.otracels {
  margin: 30px 0 60px 0;
}
.otracels__cat ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.otracels__cat ul li {
  width: 25%;
}
.otracels__cat ul li a {
  display: flex;
  margin-right: 30px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 15px rgba(25, 39, 68, 0.15);
  height: 150px;
  align-items: center;
  transition: all 0.3s ease 0s;
}
.otracels__cat ul li a .otracel__item {
  display: flex;
  padding: 30px;
  position: relative;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  vertical-align: baseline;
  align-items: center;
  width: 100%;
}
.otracels__cat ul li a .otracel__item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: radial-gradient(253.65% 3690.56% at 253.65% 100%, rgba(255, 255, 255, 0) 0%, rgba(25, 39, 68, 0.95) 100%);
}
.otracels__cat ul li a .otracel__item span {
  font-size: 22px;
  font-weight: 400;
  position: relative;
  color: #fff;
  text-shadow: 1px 0px 0px #192744;
}
.otracels__cat ul li a:hover {
  transform: scale(1.03);
  box-shadow: 0px 0px 35px rgba(25, 39, 68, 0.45);
}
.otracels__cat ul li a .otracel__1 {
  background-image: url("/local/templates/.default/css/../images/otracels/ot1.jpg");
}
.otracels__cat ul li a .otracel__2 {
  background-image: url("/local/templates/.default/css/../images/otracels/ot2.jpg");
}
.otracels__cat ul li a .otracel__3 {
  background-image: url("/local/templates/.default/css/../images/otracels/ot3.jpg");
}
.otracels__cat ul li a .otracel__4 {
  background-image: url("/local/templates/.default/css/../images/otracels/ot4.jpeg");
}
.otracels__cat ul li a .otracel__5 {
  background-image: url("/local/templates/.default/css/../images/otracels/ot5.jpg");
}
.otracels__cat ul li a .otracel__6 {
  background-image: url("/local/templates/.default/css/../images/otracels/ot6.jpg");
}
.otracels__cat ul li a .otracel__7 {
  background-image: url("/local/templates/.default/css/../images/otracels/ot7.jpg");
}
.otracels__text h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  padding-top: 10px;
}
.otracels__text p {
  text-indent: 1em;
  line-height: 1.8em;
}
.otracels-list {
  margin: 30px 0;
}
.otracels-list__item {
  display: flex;
  margin: 30px 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #e2e2e2;
}
.otracels-list__item .company {
  width: 500px;
  border: 2px solid #e2e2e2;
  background-color: #fff;
  padding: 30px;
}
.otracels-list__item .company__item {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
}
.otracels-list__item .company__item span {
  display: block;
  font-size: 13px;
  font-weight: 400;
}
.otracels-list__item .company__item img {
  width: 75%;
  height: auto;
  margin-bottom: 15px;
}
.otracels-list__item .desc {
  width: 100%;
  margin-left: 30px;
}
.otracels-list__item .desc .title {
  font-size: 14px;
  font-weight: 500;
  color: #192744;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}
.otracels-list__item .desc p {
  margin-bottom: 30px;
}
.otracels-list__item .desc ul li {
  font-size: 14px;
  padding: 5px 10px;
}

@media screen and (max-width: 579px) {
  .otracels-list__item {
    flex-direction: column;
  }
  .otracels-list__item .company {
    width: 100%;
  }
  .otracels-list__item .desc {
    margin-left: 0;
    margin-top: 30px;
  }
}
.service-page {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.service-page__search {
  display: flex,
  flex-direction: column;
  justify-content: start;
  margin-top: 30px;
}

.service-page__text {
  width: 100%;
  color: #192744;
  position: relative;
  text-align: justify;
}
.service-page__text h2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4em;
  padding-bottom: 10px;
}
.service-page__text p {
  text-indent: 1em;
  line-height: 1.6em;
}
.service-page__text h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  padding-top: 0;
  margin-top: 0;
}
.service-page__text ul,
.service-page__text ol {
  padding: 0 30px;
}
.service-page__text ul li,
.service-page__text ol li {
  font-size: 16px;
  color: #192744;
  padding-bottom: 10px;
  line-height: 1.4em;
}
.service-page__text ul li {
  list-style: square outside;
}

.service-page__text .list_number ul {
  padding: 0 5px;
}

.service-page__text .list_number ul li {
  list-style: none !important;
  position: relative;
  padding: 15px 5px;
}

.service-page__text .list_number ul li .list_number_num {
  position: absolute;
  top: 33%;
  left: 0;
  font-size: 3.5rem;
  font-weight: bold;
  color: #12347A;
  text-align: right;
  width: 34px;
}

.service-page__text .list_number ul li .list_number_text {
  font-size: 1.3rem;
  padding-left: 46px;
}

.service-page__text .bx-section-desc-post {
  display: none;
}

.service-page__text__price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.service-page__text__price .spt__price__full {
  display: flex;
  align-items: center;
}

.service-page__text__price .spt__price__icon {
  margin-right: 15px;
}

.service-page__text__price .spt__price__icon svg {
  fill: #8d8d8d;
}

.service-page__text__price .spt__desc {
  color: #8d8d8d;
}

.service-page__text__price .spt__desc .spt__desc_title {
  font-size: 14px;
  padding-bottom: 4px;
}

.service-page__text__price .spt__desc .spt__desc_price {
  font-size: 18px;
  color: #133782;
}

.service-page__text__price .spt__desc .spt__desc_price span {
  font-size: 26px;
  font-weight: 500;
  padding: 0 5px;
}

.service-page__text .call_service_btn {
  position: absolute;
  top: -56px;
}

.service-page__text .call_service_btn > .btn {
  padding-left: 40px;
  padding-right: 40px;
  background-color: white;
}

.service-page__aside {
  width: 400px;
  padding-left: 30px;
  display: block;
}

.service-page__aside__wrapper {
  position: sticky;
  top: 180px;
}
.service-page__aside__wrapper ul {
  margin-bottom: 45px;
  max-height: 80vh;
  overflow-y: auto;
  transition: all 0.5s;
}
.service-page__aside__wrapper ul::-webkit-scrollbar {
  width: 7px;
  background-color: #fff;
}
.service-page__aside__wrapper ul:hover::-webkit-scrollbar {
  background-color: #f9f9fd;
}

.service-page__aside__wrapper ul::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 5px;
}

.service-page__aside__wrapper ul:hover::-webkit-scrollbar-thumb {
  background-color: #e2e2e2;
}

.service-page__aside__wrapper ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 14px;
  padding: 12px 0;
  padding-left: 30px;
  border-left: 3px solid #e2e2e2;
}

.service-page__aside__wrapper ul li > a {
  line-height: 1.3em;
}

.service-page__aside__wrapper ul .active {
  border-left-color: #133782;
}
.service-page__aside__wrapper ul .title {
  color: #939597;
  margin-bottom: 15px;
  font-size: 14px;
}

@media screen and (max-width: 1023px) {
  .service-page {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
  .service-page__aside {
    width: 100%;
    padding: 30px 0;
  }

  .service-page__text .call_service_btn {
    top: -49px;
  }
}

@media screen and (max-width: 579px) {
  .service-page__text__price {
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
  }
  .service-page__text__price .spt__price__full {
    margin-bottom: 15px;
  }
}

html,
body {
  font-family: "Gotham Pro", "Open Sans", Arial, Helvetica, sans-serif;
}

body.lock {
  overflow: hidden;
}

p {
  color: #192744;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.2;
  padding-bottom: 10px;
}

a {
  color: #133782;
  text-decoration: none;
}

.main {
  padding-top: 145px;
}

.uppercase {
  text-transform: uppercase;
}

.hidden {
  display: none;
}

.link {
  position: relative;
  padding-bottom: 3px;
}
.link::before {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #205ee4;
  transition: 0.2s;
  transform: scaleX(0);
}
.link:hover::before {
  transform: scaleX(1);
}

/** LIGHTBOX **/

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #192743;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=98);
  opacity: 0.98;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/local/templates/.default/css/../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/local/templates/.default/css/../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/local/templates/.default/css/../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  position: absolute;
  top: -30px;
  right: 21%;
  display: block;
  width: 50px;
  height: 50px;
  background: url(/local/templates/.default/css/../images/close_modal.svg) top right no-repeat;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

@media screen and (max-width: 1199px) {
  .lb-data .lb-close {
    right: 30px;
  }
}

.error-page {
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.error-page h2 {
  position: relative;
  font-size: 144px;
  font-weight: 700;
  color: rgba(25, 39, 68, 1);
  margin-bottom: 30px;
}

.error-page h2::before,
.error-page h2::after {
  content: "404";
  position: absolute;
  font-size: 144px;
}

.error-page h2::before {
  z-index: 1;
  color: white;
  text-shadow: 1px 0px 2px rgba(25, 39, 68, 1);
  right: -15px;
  top: -15px;
}

.error-page h2::after {
  color: #e2e2e2;
  left: -15px;
  bottom: -15px;
  z-index: -1;
}

.error-page p {
  text-align: center;
  line-height: 1.4;
  margin-bottom: 30px;
}

.img-left {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.img-right {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.referral-block {
  padding: 30px 15px;
}

.right-side {
  border-top: 2px solid #192744;
  margin-bottom: 15px;
}

.right-side ul {
  padding: 30px;
  min-width: 340px;
}

.right-side ul li {
  padding-bottom: 15px;
  font-size: 16px;
  color: #192744;
  line-height: 1.3;
}

.bg-white {
  background: #ffffff;
}

.bg-gray {
  background: #f7f7f7;
}

.sec-color {
  color: #205ee4;
}

.prim-color {
  color: #192744;
}

.text-center {
  text-align: center;
}

.yak-menu {
  margin-top: 60px;
  display: flex;
  justify-content: flex-start;
}
.yak-menu li {
  display: block;
  margin-bottom: 30px;
  margin-right: 30px;
}

.yak-menu li a span {
  font-weight: 700;
  color: #205ee4;
}

@media screen and (max-width: 1023px) {
  .yak-menu {
    margin-top: 30px;
    flex-direction: column;
  }
}

h2.mf-ok-text {
  color: green !important;
}
#contactsform {
  padding-bottom: 60px;
}

.contact_form {
  background: white;
  box-shadow: 0px 0px 15px rgba(25, 39, 68, 0.1);
  padding: 30px;
}
.contact_form .section_title {
  padding-top: 0;
}
.contact_form__wrapper {
  display: inline-flex;
}
.contact_form__wrapper .input-text {
  margin-right: 30px;
  width: 45%;
}
.contact_form__wrapper .input-submit {
  position: relative;
  bottom: -18px;
}
.contact_form__wrapper .input-submit .btn {
  padding: 16px 45px;
}

.callme__content__form .form-text p {
  margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
  #contactsform {
    padding: 0 15px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .contact_form {
    padding: 15px;
  }
  .contact_form__wrapper {
    display: flex;
    flex-direction: column;
  }
  .contact_form__wrapper .input-text {
    width: 100%;
    margin-right: 0;
    display: block;
  }
  .contact_form__wrapper .input-submit {
    display: block;
  }
  .contact_form .input-checkbox {
    margin-top: 60px;
  }
}

.modal {
  position: fixed;
  visibility: hidden;
  top: -200vh;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(25, 39, 67, 0.98);
  z-index: 8000;
  opacity: 0;
  transition: all 0.4s ease 0s;
}
.modal.show-modal {
  opacity: 1;
  top: 0;
  display: block;
  visibility: visible;
}

.callme {
  position: relative;
}
.callme__close {
  position: absolute;
  top: -62px;
  right: 15px;
  width: 30px;
  height: 20px;
  transition: all 0.3s ease 0s;
}
.callme__close span {
  position: relative;
  left: 0;
  width: 100%;
  height: 2px;
  top: 9px;
  transition: all 0.3s ease 0s;
}
.callme__close:hover {
  cursor: pointer;
  transform: scale(1.1);
}
.callme__close::before,
.callme__close::after {
  content: "";
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  transition: all 0.3s ease 0s;
}
.callme__close::before {
  top: 8px;
  transform: rotate(45deg);
}
.callme__close::after {
  bottom: 10px;
  transform: rotate(-45deg);
}
.callme__content {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin: 90px 0;
}
.callme__content__phone {
  margin-bottom: 60px;
}
.callme__content__phone a {
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 5px;
}
.callme__content__phone a:hover {
  color: #dde8ff;
}
.callme__content__phone a::before {
  background-color: #dde8ff;
}
.callme__content__phone p {
  padding: 10px 0;
  color: #ccdcff;
  letter-spacing: 0.05rem;
}
.callme__content__phone span {
  display: block;
  padding: 10px 0;
  text-transform: uppercase;
  color: #ccdcff;
  font-weight: 300;
  font-size: 14px;
}
.callme__content__form {
  width: 400px;
}
.callme__content__form h2 {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 0.05rem;
  color: #fff;
}
.callme__content__form p {
  margin: 5px 0 35px 0;
  font-size: 16px;
  color: #ccdcff;
  font-weight: 300;
}
.callme__content__form form {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.callme__content__form .form-text {
  width: 100%;
  text-align: left;
  margin-bottom: 15px;
}
.callme__content__form .form-text label {
  display: block;
  margin-bottom: 8px;
  margin-left: 2px;
  color: #dde8ff;
}
.callme__content__form .form-text > p {
  margin: 0;
  padding: 0;
}
.callme__content__form .form-text .errortext {
  font-size: 13px;
}
.callme__content__form .form-text textarea {
  width: 100%;
  min-height: 130px;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 16px;
}
.callme__content__form .form-text input[type="text"] {
  width: 100%;
  padding: 15px 25px;
  border-radius: 5px;
  border: none;
  margin-bottom: 15px;
  font-size: 16px;
}
.callme__content__form .form .input-checkbox {
  position: relative;
  margin-top: 30px;
  padding: 0 15px;
}
.callme__content__form .form .input-checkbox .text {
  display: block;
  font-size: 12px;
  color: #fff;
  padding-left: 30px;
  text-align: left;
  margin-top: -25px;
  line-height: 1.4;
}
.callme__content__form .form .input-checkbox .text a {
  color: #fff;
  border-bottom: 1px dashed #fff;
}
.callme__content__form .form .input-checkbox .text a:hover {
  border-color: transparent;
}
.callme__content__form .submit {
  padding: 15px 20px;
  border-radius: 25px;
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  margin-top: 20px;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  transition: all 0.3s ease 0s;
}
.callme__content__form .submit:hover {
  background-color: #fff;
  color: #192744;
  cursor: pointer;
}
.callme__content__form .show_other_inputs {
  padding-bottom: 5px;
}
.callme__content__form .show_other_inputs .show {
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  margin: 5px 0;
  display: block;
  text-transform: uppercase;
  font-weight: 300;
}
.callme__content__form .show_other_inputs .show:hover {
  color: #9abcff;
}

@media (max-width: 579px) {
  .callme {
    overflow: hidden;
  }
  .callme__content {
    margin: 45px 0;
  }
  .callme__content__phone {
    margin-bottom: 30px;
  }
  .callme__content__phone p,
  .callme__content__phone span {
    font-size: 12px;
  }
  .callme__content__phone a {
    font-size: 28px;
  }
  .callme__content__form {
    width: 100%;
    max-width: 400px;
  }
  .callme__content__form h2 {
    font-size: 28px;
  }
  .callme__content__form p {
    font-size: 12px;
    padding: 0 15px;
  }
  .callme__close {
    top: 20px;
    right: -3px;
  }
}

.form-call-comfirm {
  position: fixed;
  z-index: 8001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(25, 39, 67, 1);
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.form-call-comfirm.open {
  display: flex;
}

/* Search */

.search_header {
  display: block;
  width: 100%;
  height: auto;
  background: rgb(25, 39, 68);
  background: -moz-linear-gradient(90deg, rgba(25, 39, 68, 1) 25%, rgba(49, 76, 135, 1) 75%);
  background: -webkit-linear-gradient(90deg, rgba(25, 39, 68, 1) 25%, rgba(49, 76, 135, 1) 75%);
  background: linear-gradient(90deg, rgba(25, 39, 68, 1) 25%, rgba(49, 76, 135, 1) 75%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#192744",endColorstr="#314c87",GradientType=1);
}

.search_header h1 {
  text-align: center;
	padding: 60px 0 75px 0;
	font-size: 2.5rem;
	line-height: 1.5rem;
  color: white;
}

/* Subscribe */
.concept_subscribe {
  width: 100%;
}
.section_subscribe {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  background: white;
  box-shadow: 0px 0px 15px rgb(25 39 68 / 10%);
}

.section_subscribe .box {
  width: 100%;
  margin-bottom: 12px;
}

.section_subscribe .box .title {
  font-size: 26px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #192744;
  text-transform: uppercase;
}

.section_subscribe .box .desc {
  font-size: 16px;
  line-height: 1.2;
  padding-bottom: 0;
  color: #133782;
  letter-spacing: 0.03em;
}

.section_subscribe .subscribe {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.section_subscribe .subscribe .input  {
  width: 100%;
  padding: 14px;
  border: 2px solid #e2e2e2;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
  transition: all 0.6s ease 0s;
  font-weight: 400;
  margin-right: 30px;
}

.section_subscribe .subscribe .input:focus {
  border-color: #192744;
}
.section_subscribe .subscribe .submit_btn {
  padding: 16px 45px !important;
}


@media (max-width: 579px) {
  .section_subscribe .subscribe {
    flex-direction: column;
    justify-content: start;
  }

  .section_subscribe .box .desc {
    font-size: 14px;
    margin-bottom: 4px;
  }

  .section_subscribe .box .title {
    font-size: 20px;
    line-height: 1.3;
  }

  .section_subscribe .subscribe .input {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .section_subscribe .subscribe .submit_btn {
    width: 100%;
  }

}


/** TOP BANNER STYLE **/
.tbanner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1002;
  width: 100%;
  height: auto;
  color: white;
  background-color: #192744;
  background: linear-gradient(-45deg, #39599A, #192744, #2A77B9, #27723B);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}

.tbanner.hide-banner {
  display: none;
}

.tbanner .tbanner-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  text-decoration: none;
}

.tbanner .tbanner-wrapper .tbanner-content {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding-left: 0rem;
  padding-right: 60px;
  text-decoration: underline;
  color: white;
  text-decoration: none;
}

.tbanner .tbanner-wrapper .tbanner-content .title {
  font-size: 1.2rem;
  color: white;
  font-weight: 500;
  line-height: 1.5rem;
}

.tbanner .tbanner-wrapper .tbanner-content .desc {
  font-size: 0.875rem;
  color: rgb(233, 241, 252);
  line-height: 1.1rem;
}

.tbanner .tbanner-wrapper .tbanner-content .icon {
  width: 48px;
  height: 48px;
  margin-left: 10px;
}

.tbanner .tbanner-wrapper .tbanner-actions {
  width: 100%;
  text-align: center;
  margin: 10px 0;

}

.tbanner .tbanner-wrapper .tbanner-actions a,
.tbanner .tbanner-wrapper .tbanner-actions button {
  color: white;
  text-decoration: none;
}

.tbanner .tbanner-wrapper .tbanner-actions a {
  background: rgba(255,255,255,0.3);
  border-radius: 12px;
}


.tbanner .tbanner-wrapper .tbanner-actions .close {
  font-size: 32px;
  font-weight: 100;
  padding: 0.5rem 0.75rem;
  background: transparent;
  position: absolute;
  top: 14px;
  right: 0;
  transition: all 0.15s ease;
}

.tbanner-show {
  display: none;
  position: fixed;
  right: 45px;
  bottom: 45px;
  background-color: #192744;
  width: 50px;
  height: 50px;
  z-index: 1000;
  color: white;
  padding: 7px;
  cursor: pointer;
  background: linear-gradient(-45deg, #39599A, #192744, #2A77B9, #27723B);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  border-radius: 100%;
  box-shadow: 0px 5px 15px rgba(25, 39, 68, 0.2);
}

.tbanner-show:hover {
  box-shadow: 0px 5px 25px rgba(37, 110, 255, 0.4);
}

.tbanner-show.show-icon {
  display: block;
}

.tbanner-show .icon {
  width: 36px;
  height: 36px;
  color: white;
}

@keyframes gradient {
  0% { background-position: 0% 50%;}
  50% {background-position: 100% 50%;}
  100% {background-position: 0% 50%;}
}

@media screen and (max-width: 767px) {
  .tbanner .tbanner-wrapper .tbanner-content {
    padding: 0 15px;
    margin-right: 35px;
    margin-bottom: 10px;
  }
  .tbanner .tbanner-wrapper .tbanner-content .icon {
    display: none;
  }
}

@media screen and (min-width: 1023px) {
  .tbanner .tbanner-wrapper {
    flex-direction: row;
    margin: 0 auto;

  }
  .tbanner .tbanner-wrapper .tbanner-content {
    margin-right: 0;
  }

  .tbanner .tbanner-wrapper .tbanner-actions {
    width: auto;
    text-align: left;
    margin: 0;
  }

  .tbanner .tbanner-wrapper .tbanner-actions a {
    margin-right: 48px;
    margin-top: 8px;

  }

}

@media screen and (min-width: 1199px) {
  .tbanner {
    position: relative;
    height: 72px;
  }
}


.prbox {
  display: flex;
  gap: 30px;
  margin-bottom: 60px;
}

.prbox .prbox-img {
  width: 360px;
  height: 480px;
  display: block;
}

.prbox .prbox-img img {
  object-fit: cover;
  width: 360px;
  height: 100%;
}

.prbox .prbox-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  row-gap: 18px;
  column-gap: 18px;
  padding: 16px 0;
}

.prbox .prbox-list .prbox-list-item {
  width: 45%;
  padding-left: 60px;
  position: relative;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  letter-spacing: 0.36px;
  color: #192744;
  display: flex;
  align-items: center;
}

.prbox .prbox-list .prbox-list-item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-image: url("/local/templates/.default/css/../images/pr_check.png");
  background-repeat: no-repeat;
  width: 38px;
  height: 100%;
  background-position: center;
}


@media screen and (max-width: 1023px) {
  .prbox .prbox-img {
    display: none;
  }

  .prbox .prbox-list .prbox-list-item {
    min-height: 36px;
  }
}

@media screen and (max-width: 580px) {
  .prbox .prbox-list .prbox-list-item {
    width: 100%;
  }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/menu/main_menu/style.css?16536434917834*/
.menu {
  list-style: none;
  margin: 28px 0 14px 0;
}
a.root-item-selected {
  color: #205ee4;
}
.Notactive_url.cusMenu.root-item-selected {
  color: #192744;
}
.Notactive_url.cusMenu.root-item-selected:hover {
  color: #205ee4;
}
.menu__item {
  position: relative;
  display: inline-block;
  margin-right: 50px;
  font-size: 16px;
  padding: 10px 0;
}
.menu__item > a {
  padding: 0.4em 0;
}
.menu__item:hover > a,
.menu__item__sub li:hover > a {
  color: #205ee4;
}

.menu__item:last-child {
  margin-right: 0;
}
.menu__item__sub {
  flex-direction: column;
  position: absolute;
  top: 35px;
  left: -25px;
  z-index: 2002;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(25, 39, 68, 0.12);
  min-width: 100%;
  padding: 15px 0;
  border-radius: 15px;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin-top: -10px;
  transition: all 0.15s;
}

.menu__item > .menu__item__sub {
  min-width: 300px;
  border-radius: 0px;
}

.menu__item__sub li a {
  display: block;
  white-space: wrap;
  padding: 12px 25px;
  font-size: 15px;
}

.menu__item > .menu__item__sub li a {
  padding: 10px 24px;
  font-size: 14px;
}

.menu__item > .menu__item__sub li a:hover {
  text-decoration: underline;
}

.menu__item__sub > li.item-selected > a,
.menu__item__sub__sub > li.item-selected > a {
  color: #205ee4;
}

.menu__item__arrow {
  content: "";
  position: absolute;
  background-image: url("/local/templates/.default/components/bitrix/menu/main_menu/./images/arrow_drop.svg");
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  transition: all 0.25s;
  transform: rotate(0);
  z-index: 200;
  right: -20px;
  top: 10px;
}

body.mouse .menu__item:hover .menu__item__arrow,
.menu__item__arrow.active {
  transform: rotate(90deg) translateY(-2px);
}

.menu__item:hover > .menu__item__sub {
  clip: auto;
  width: auto;
  height: auto;
  margin-top: 0;
}
.menu__icon {
  padding-left: 38px;
}
.menu__icon a > svg {
  position: absolute;
  left: 0;
  top: 5px;
}
.menu__mega .menu__item__sub {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  position: absolute;
  top: 37px;
  left: -120px;
  z-index: 2002;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(25, 39, 68, 0.12);
  padding: 0;
  clip: rect(0 0 0 0);
  width: auto;
  height: 1px;
  margin-top: -10px;
  transition: all 0.15s;
  min-width: 1140px;
  max-width: 1170px;
  border-radius: 0;
  padding: 0;
}
.menu__mega .menu__item__sub > li {
  position: relative;
  width: 25%;
  flex-wrap: wrap;
  margin: 0;
  overflow: hidden;
  padding: 30px;
  border-right: 1px solid #efefef;
}
.menu__mega .menu__item__sub > li:last-child {
  border-right: 0px;
}

.menu__mega .menu__item__sub > li > a {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  padding-left: 0;
  padding-top: 0;
}
.menu__mega .menu__item__sub > li > a:hover {
  text-decoration: underline;
}
.menu__mega .menu__item__sub > li::before {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #205ee4;
  transition: 0.15s;
  transform: scaleX(0);
}
.menu__mega .menu__item__sub > li:hover::before {
  transform: scaleX(1);
}
.menu__mega .menu__item__sub__sub {
  padding-left: 15px;
}
.menu__mega .menu__item__sub__sub li {
  list-style: outside;
}
.menu__mega .menu__item__sub__sub li a {
  padding: 6px 0;
  font-size: 13.5px;
  list-style: circle;
  line-height: 17px;
}
.menu__mega .menu__item__sub__sub li a:hover {
  text-decoration: underline;
}

/* .menu__mega:hover > .menu__item__sub {
	clip: auto;
	width: auto;
	height: auto;
	margin-top: 0;
  } */

body.touch .menu__item > .menu__item__sub.open,
body.mouse .menu__item:focus-within > .menu__item__sub,
body.mouse .menu__item:hover > .menu__item__sub {
  clip: auto;
  width: auto;
  height: auto;
  margin-top: 0;
}

@media (max-width: 1199px) {
  .menu__mega:hover ul.menu__item__sub {
    min-width: 1104px;
    max-width: 1200px;
  }
}
@media (max-width: 1124px) {
  .menu__item {
    font-size: 14px;
  }
  .menu__mega:hover ul.menu__item__sub {
    min-width: 1018px;
    max-width: 1200px;
  }
}
@media (max-width: 1023px) {
  .nav {
    position: fixed;
    top: 0;
    right: -120%;
    z-index: 1500;
    background: #fff;
    height: 100%;
    width: 100%;
    padding: 0;
    transition: all 0.25s ease-in 0s;
    margin-top: 51px;
  }
  .nav.active {
    right: 0;
  }
  .nav.active .menu {
    display: flex;
    flex-direction: column;
    margin: 0;
    height: 100%;
    overflow: scroll;
    padding: 15px;
  }
  .nav.active .menu__item {
    font-size: 24px;
    margin-right: 0;
    padding: 16px 0;
    position: relative;
    z-index: 2002;
  }
  .nav.active .menu__item__arrow {
    padding: 20px;
    top: 10px;
    right: 0;
    background-position: center;
    background-color: #e2ebff;
    border-radius: 15px;
  }
  .nav.active .menu__item__sub {
    position: relative;
    top: 0;
    left: 0;
    clip: auto;
    width: auto;
    height: auto;
    margin-top: 0;
    box-shadow: none;
    padding: 0;
    opacity: 0;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    transition: all 0.3s ease 0s;
  }
  .nav.active .menu__icon a {
    position: relative;
    padding-left: 42px;
  }
  .nav.active .menu__mega .menu__item__sub {
    flex-direction: column;
  }

  .nav.active .menu__mega .menu__item__sub > li {
    width: 96%;
  }
  .nav.active .menu__item .menu__item__sub.open > .menu__item {
    padding: 0;
  }
  .nav.active .menu__item .menu__item__sub.open > .menu__item::before {
    display: none;
  }

  .nav.active .menu__mega .menu__item__sub > li > a > svg {
    left: 5px;
    top: 10px;
  }

  .nav.active .menu__mega .menu__item__sub.open {
    padding-top: 14px;
    margin-top: 10px;
  }
  .nav.active .menu__mega .menu__item__sub.open > li > a {
    padding-left: 44px;
    font-weight: 400;
    color: #192744;
  }
  .nav.active .menu__mega .menu__item__sub__sub {
    display: none;
  }
  .nav.active .menu__item__sub.open li a {
    font-size: 18px;
    padding: 15px;
    white-space: normal;
  }

  body.mouse .menu-item:hover .menu__sub,
  .nav.active .menu__item__sub.open {
    clip: auto;
    width: auto;
    height: auto;
    opacity: 1;
    margin-top: 20px;
    padding: 5px 0;
    padding-top: 20px;
  }

  body.touch .nav.active .menu__item__sub.open {
    margin-top: 10px !important;
  }

  body.touch .menu-item > .menu__sub.open {
    margin-top: 20px;
  }

  body.mouse .menu-item .menu-item__arrow,
  body.touch .menu-item .menu-item__arrow {
    transform: rotate(0);
  }

  body.mouse .menu-item:hover .menu-item__arrow,
  body.touch .menu-item__arrow.active {
    transform: rotate(90deg);
  }
}
@media (max-width: 579px) {
  .nav.active .menu__item {
    font-size: 18px;
    padding: 15px 0;
  }

  .nav.active .menu__item__arrow {
    top: 0;
  }

  .header__main__actions .menu_mobile {
    width: 25px;
    height: 15px;
    top: -5px;
  }
  .header__main__actions .menu_mobile::before {
    top: 1px;
  }

  .header__main__actions .menu_mobile::after {
    bottom: -4px;
  }

  .nav {
    margin-top: 51px;
  }
  .nav.active .menu__item__sub.open li a {
    padding: 10px 0;
    padding-left: 42px;
    font-size: 16px;
    line-height: 20px;
  }

  .nav.active .menu__item .menu__item__sub.open > .menu__item {
    padding: 5px 0;
    padding-left: 42px;
    list-style: outside !important;
  }

  .nav.active .menu__item .menu__item__sub.open > .menu__item a {
    padding: 6px 0;
    font-size: 16px;
  }

  .header__main__actions .menu_mobile.active::after {
    bottom: 4px;
  }
  .nav.active .menu__mega .menu__item__sub.open > li {
    max-width: 579px;
  }
  .nav.active .menu__mega .menu__item__sub.open > li > a {
    padding-left: 15px;
  }

  .nav.active .menu__mega .menu__item__sub > li > a > svg {
    left: 15px;
  }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/menu/footer_menu/style.min.css?1652867787490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/.default/components/bitrix/menu/footer_menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/rtl/styles.css?17345452579374*/

.registration_block03 {
}
.registration_block03 .list_ter_blcok {
  margin-top: 30px;
}
.registration_block03 .item {
  width: calc(33.3% - 20px);
  height: 180px;
  flex-shrink: 0;
  background: #F7F9FF;
  position: relative;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.text_res_blo>span {
  display: table;
  height: 180px;
}
.text_res_blo span span {
  display: table-cell;
  vertical-align: middle;
}

.item.last_iet_re_blo .text_res_blo>span {
  display: table;
  height: 90px;
}

.rex_zoor {
  color: var(--unnamed, #FFF);
  text-align: right;
  font-family: Gotham;
  font-size: 66.722px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: var(--unnamed, #133782);
  width: 65px;
  height: 84px;
  flex-shrink: 0;
  display: block;
  text-align: center;
  position: absolute;
  top: calc(50% - 44px);
}
.text_res_blo {
  color: #000;
  font-family: Gotham;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 80px;
  display: block;
  padding-right: 32px;
}
.registration_block03 .item.last_iet_re_blo {
  float: none;
  width: calc(100% - 20px);
  clear: both;
  height: 90px;
  margin-right: 20px;
}
.registration_block03 .item.last_iet_re_blo>div {
  width: 100%;
  margin: 0 311px;
}
.item.last_iet_re_blo {
}
.registration_block03 .item.last_iet_re_blo .text_res_blo {
  color: #192744;
  font-family: Gotham Pro;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30.8px;
  text-transform: uppercase;
 /*  padding-top: 30px; */
  padding-left: 95px;
}


#bue_prevArrow {
  top: 50%;
}
#bue_nextArrow {
  top: 50%;
  right: -25px;
}
.registration_block02 {
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}
.registration_block02 .list_ter_blcok {
  margin-top: 20px;
}
.registration_block02 .item {
  background: var(--unnamed, #FFF);
  box-shadow: -16.68056869506836px 0px 20.652132034301758px -7.943127632141113px rgba(0, 0, 0, 0.18);
  width: 420px;
  height: 250px;
  flex-shrink: 0;
  position: relative;
  padding-top: 0;
  padding-left: 0;
  z-index: 99;
  margin: 0 50px;
}
.registration_block02 .item:after {
  content: "";
  display: block;
  position: absolute;
  width: 420px;
  height: 250px;
  flex-shrink: 0;
  border: 1px solid var(--unnamed, #133782);
  z-index: 1;
  top: -10px;
  right: -10px;
}
.registration_block02 .item>div {
  position: absolute;
  z-index: 999;
  width: 420px;
  height: 250px;
  flex-shrink: 0;
  background-color: #fff;
  padding-top: 20px;
  padding-left: 20px;
  min-width: 100%;
}
div.registration_block02 img {
  float: left;
  max-width: 100px;
  margin-right: 30px;
  margin-bottom: 152px;
  width: 100px;
}
.text_oe_blo {
  color: #8D8D8D;
  font-family: Gotham;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.namazayv_bl {
  color: #000;
  font-family: Gotham;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
  min-height: 60px;
}
.a_blo_redww {
  color: #000;
  font-family: Gotham;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  margin-bottom: 10px;
  display: block;
}
.pri_re_bloc {
  color: #000;
  font-family: Gotham;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}
.registration_block01 {
  margin-bottom: 50px;
}
.name_re-block {
  color: #192744;
  font-family: Gotham Pro;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 30.8px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.registration_block01 .item span {
  color: #192744;
  font-family: Gotham Pro;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 15px;
  text-transform: uppercase;
  display: block;
  float: left;
  width: 80%;
  max-width: calc(100% - 90px);
  padding-right: 20px;
  box-sizing: border-box;
  text-align: left;
  padding-top: 4px;
}


.registration_block01 img {
  float: left;
  width: 50px;
  margin-right: 20px;
}
.registration_block01 .item:nth-child(2) {
  position: relative;
}
.registration_block01 .item:nth-child(2):after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 60px;
  background-color: #E2E2E2;
  left: -28px;
  top: -5px;
}
.registration_block01 .item:nth-child(2)::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 60px;
  background-color: #E2E2E2;
  right: 25px;
  top: -5px;
}
.registration_block01 .item:nth-child(2) span, .registration_block01 .item:nth-child(3) span{
  padding-top: 10px;
}
.registration_block01 .item:nth-child(3) {
}
.registration_block01 .item {

  width: 33.3%;
  float: left;
}
.list_ter_blcok {
}
.registration_block01 .list_ter_blcok {
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  padding: 30px 0;
}
.registration_block01 .list_ter_blcok:after {
  content: "";
  display: block;
  clear: both;
}


.new_dkekkk {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #192744;
  max-width: 700px;
  margin: 30px auto 40px;
}
.menu__item .menu__item:nth-last-child(1) {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 210px;
}

.menu__item .menu__item:nth-last-child(2) {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 210px;
}

.menu__item .menu__item__sub >li:nth-last-child(1) {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 400px;
}

@media (max-width: 1023px) {
  .menu__item .menu__item:nth-last-child(1),
  .menu__item .menu__item:nth-last-child(2),
  .menu__item .menu__item__sub >li:nth-last-child(1)   {
  position: relative;
  right: auto;
  bottom: auto;
  top: auto;
}
/* .nav.active .menu__item__sub{
  opacity: 1;
} */
.nav.active .menu__mega .menu__item__sub__sub {
     display: block; 
}
ul.menu__item__sub.open{
  opacity: 1;
}
}

.section_title div.h2h2 {
    font-size: 26px;
    line-height: 1.6;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #192744;
    text-transform: uppercase;
}
.img_do_price {
    margin-bottom: 30px;
}
.img_do_price img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    width: 100%;
}
.zooroo {
  font-style: normal;
  font-weight: 700;
  font-size: 95.3175px;
  line-height: 114px;
  text-align: right;
  color: #133782;
  float: left;
  height: 114px;
  width: 55px;
}
.textcicon {
  background: #FFFFFF;
  box-shadow: -16.6806px 0px 20.6521px -7.94313px rgba(0, 0, 0, 0.18);
  padding:20px 10px 20px 20px;
  float: right;
  width: calc(100% - 55px);
  height: 215px;
}
.new_diizzz .text {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #192744;
  text-align: left;
  display: block;
}
.new_diizzz:after {
  content: "";
  display: block;
  clear: both;
}
.oicodimg {
  display: block;
  margin-bottom: 30px;
}
.new_diizzz>div {
  width: 25%;
  float: left;
  min-height: 215px;
}
.new_diizzz {
  margin: 0 auto 50px;
}
@media (max-width: 1200px) {
  .service-page__text img {
    max-width: 90%;
    height: auto;
}
}
@media (max-width: 768px) {
  body.touch .nav.active .menu__item__sub.open {
    max-width: 100%;
    min-width: 100%;
}
}
@media (max-width: 989px) {
  .registration_block03 .item {
  max-width: 100%;
  width: calc(50% - 20px);
}
.registration_block03 .item.last_iet_re_blo > div {
  width: 530px;
  margin: 0 auto;
  display: ;
}
}
@media (max-width: 768px) {
.new_diizzz > div {
  width: 33%;
}
.registration_block02 {
  max-width: 95%;
  margin: 0 auto;
}
.registration_block02 .item::after{
  display: none;
}
.registration_block02 .item,
.registration_block02 .item>div {
  height: 350px;
}

/* div.service-page__text img {
  float: left;
  width: 100px;
  margin-bottom: 140px;
  margin-right: 30px;
} */
.registration_block02 .item::after, .registration_block02 .item>div{
  width: 100%;
}
div.registration_block02 img {
  float: none;
  margin: 0 auto;
  max-height: 100px;
  width: auto;
}
.registration_block01 .item {
  width: 100%;
  float: none;
  clear: both;
/*   height: 50px;
line-height: 50px; */
margin-bottom: 10px;
}
.registration_block01 .item:nth-child(2)::before, .registration_block01 .item:nth-child(2)::after{
  display: none;
}
.service-page__text img {
  float: none;
  display: block;
  width: 50px;
  margin: 0 auto;
}
.registration_block01 .item::after {
  content: "";
  clear: both;
  display: block;
}
.registration_block01 .item span {
  padding-top: 0 !important;
 /*  line-height: 50px; */
  float: none;
  width: 100%;
  max-width: 100%;
  text-align: center;
}
}
@media (max-width: 650px) {
.new_diizzz > div {
  width: 50%;
}
.registration_block03 .item {
  max-width: 100%;
  width: 100%;
  margin: 10px auto;
  float: none;
}
.registration_block03 .item.last_iet_re_blo > div {
  width: 100%;
  margin: 0 auto;
}
.registration_block03 .item.last_iet_re_blo .text_res_blo {
  padding: 0;
}
.registration_block03 .item.last_iet_re_blo {
  float: none;
  width: 100%;
  clear: both;
  height: 90px;
  margin-right: 20px;
}
}
@media (max-width: 480px) {
.new_diizzz > div {
  width: 100%;
}
.namazayv_bl {
  font-size: 14px;
}
.text_oe_blo {
  margin-bottom: 0;
}
}
@media (max-width: 400px) {
.new_diizzz > div {
  width: 100%;
}
}

/* End */


/* Start:/local/templates/rtl/template_styles.css?172727035211502*/
.blockswr_im {
  background-image: url(/images/Group365.png);
  height: 428px;
  position: relative;
  width: 1150px;
}
.registration_block03 .new_kort_2024_09 .item {
  height: 170px;
}
.registration_block03 .new_kort_2024_09 .item>div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /*! flex-flow: row nowrap; */
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
}
.registration_block03 .new_kort_2024_09 .item .text_res_blo {
  font-size: 18px;
  text-align: left;
}
.registration_block03 .new_kort_2024_09 .item.last_iet_re_blo {
  padding: 0 68px;
}
.registration_block01 .item {

  padding-right: 37px;
  font-size: 16px;
  line-height: 26px;
}
.dsfe_mmw {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 31px;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
}
.blockswr_im {
  margin: 20px auto;
}
.textserkt {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #192744;
  letter-spacing: -0.1px;
  text-align: left;
}
.namejbl {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #192744;
  padding-bottom: 20px;
}
.iemseri-ee {
  width: 170px;
  position: absolute;
  left: 0;
  top: 0;
}
.textserkt {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #192744;
  letter-spacing: -0.1px;
}
.itemblock1.iemseri-ee .namejbl {
  padding-left: 13px;
}
.itemblock1.iemseri-ee {
  left: 75px;
  top: 70px;
}
.itemblock2.iemseri-ee .namejbl {
  padding-left: 22px;
  padding-bottom: 13px;
}
.itemblock2.iemseri-ee {
  left: 215px;
  top: 227px;
}
.itemblock4.iemseri-ee .namejbl {
  padding-left: 2px;
  padding-bottom: 18px;
}
.itemblock4.iemseri-ee {
  top: 227px;
  left: 507px;
  width: 175px;
}
.itemblock6.iemseri-ee .namejbl {
  padding-left: 15px;
  padding-bottom: 26px;
}
.itemblock6.iemseri-ee {
  top: 227px;
  left: 796px;
}

.itemblock3.iemseri-ee .namejbl {
  padding-left: 38px;
}
.itemblock3.iemseri-ee {
  top: 70px;
  left: 360px;
}
.itemblock5.iemseri-ee .namejbl {
  padding-left: 24px;
  padding-bottom: 23px;
  width: 159px;
}
.itemblock5.iemseri-ee {
  top: 62px;
  left: 652px;
}
.itemblock7.iemseri-ee .namejbl {
  padding-left: 34px;
  padding-bottom: 32px;
}
.itemblock7.iemseri-ee {
  top: 70px;
  left: 937px;
}
.exmanager {
  margin: 30px 0;
  display: flex;
  width: 100%;
  align-items: center;
}
.Name-zag {
  font-weight: bold;
  color: #4643ac;
  margin-top: 30px;
}
.exmanager__title {
  width: 100%;
}
.exmanager__title__wrapper {
  background: #192744;
  padding: 30px;
  border-radius: 5px 0 0 5px;
}
.exmanager__title__wrapper .subtitle {
  color: #e2e2e2;
  margin-bottom: 6px;
  font-size: 12px;
}
.exmanager__title__wrapper .title {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 15px;
}
.exmanager__human {
  width: 440px;
  padding: 15px;
  background: #fff;
  border: 2px solid #192744;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.exmanager__human__img {
  width: auto;
  height: 100%;
  margin-right: 15px;
}
.exmanager__human__body .title {
  font-size: 18px;
  padding-bottom: 3px;
  font-weight: 500;
  color: #192744;
}
.exmanager__human__body .subtitle {
  font-size: 13px;
  color: #939597;
  margin-bottom: 10px;
}
.exmanager__human__body .phone {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .exmanager {
    flex-direction: column;
  }
  .exmanager__title__wrapper {
    padding: 15px;
    border-radius: 5px 5px 0 0;
  }
  .exmanager__human {
    overflow: hidden;
    width: 100%;
    border-radius: 0 0 5px 5px;
    justify-content: flex-start;
  }
}
.name_us_bl {
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 25px;
  /* identical to box height */

  text-transform: uppercase;

  /* Темно синий */

  color: #192744;
}
.item_usbl > div {
  width: 332px;
  height: 400px;
  background: #ffffff;
  box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 9;
  padding-top: 35px;
}
.item_usbl {
  position: relative;
}
.item_usbl::after {
  content: "";
  display: block;
  background-color: #e2e2e2;
  width: 332px;
  height: 400px;
  position: absolute;
  top: 19px;
  left: -19px;
}
.item_usbl::before {
  content: "";
  display: block;
  background: #ffffff;
  border: 3px solid #192744;
  box-sizing: border-box;
  width: 332px;
  height: 400px;
  position: absolute;
  top: -19px;
  left: 19px;
}
.name_us_iter {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 23px;
  display: block;
  text-align: center;
  margin: 20px auto;
  width: max-content;
  border-bottom: 2px solid #133782;
  padding-bottom: 10px;
}
.image_us {
  display: block;
  margin: 0 auto;
  max-height: 200px;
}
.a_spab_us {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #133782;
  display: block;
  text-align: center;
  position: relative;
}
.a_spab_us::after {
  display: block;
  content: "";
  background-image: url(/images/2021/012/str.png);
}
.a_spab_us::after {
  display: block;
  content: "";
  background-image: url(/images/2021/012/str.png);
  width: 20px;
  height: 15px;
  position: absolute;
  top: 3px;
  right: 80px;
}
.list_usbk::after {
  content: "";
  display: block;
  clear: both;
}
.item_usbl {
  float: left;
  width: calc(99% / 2);
  max-width: 332px;
  margin: 30px 40px 35px;
}
.item_usbl:nth-last-child(1) {
  margin-left: calc(50% - 166px);
}
@media screen and (max-width: 1024px) {
  .item_usbl {
    float: none;
    margin: 50px auto;
    display: block;
    width: 332px;
  }
  .item_usbl:nth-last-child(1) {
    margin: 50px auto;
    display: block;
  }
}
@media screen and (max-width: 400px) {
  .item_usbl::before {
    display: none;
  }
  .item_usbl::after {
    display: none;
  }
  .item_usbl {
    max-width: 100%;
  }
  .item_usbl > div {
    max-width: 100%;
  }
  .image_us {
    max-width: 100%;
  }
}
.inputsearch_form {
  border-radius: 18px;
  font-size: 14px;
  line-height: 18px;
  width: 280px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: left;
  text-decoration: none;
  transition: all 0.4s;
  color: #192744;
  text-transform: inherit;
  padding: 12px 24px;
  position: relative;
  border: 1px solid #efefef;
  margin-left: 45px;
  background: #efefef;
}
.fomt_header {
  position: relative;
}
.searchbutt_heade {
  position: absolute;
  background-image: url(/local/templates/rtl/images/search.png);
  width: 22px;
  height: 22px;
  font-size: 0;
  right: 12px;
  top: 10px;
  border-radius: 24px;
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
}
.searchbutt_heade:hover {
  cursor: pointer;
}
@media (max-width: 1199px) {
  .blockswr_im {
    background-image: none;
  }
  .blockswr_im .iemseri-ee {
    position: static;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  .textserkt {
    text-align: center;
    padding: 0;
  }
  .blockswr_im {
height: auto;
}
  .blockswr_im .iemseri-ee .namejbl {
    padding: 10px 0;
  }
  .inputsearch_form {
    font-size: 12px;
    line-height: 16px;
    width: 220px;
    margin-left: 45px;
  }
}
@media (max-width: 1023px) {
  .searchbutt_heade {
    width: 28px;
    height: 28px;
    top: 2px;
    right: 12px;
    background-color: #fff;
    background-size: contain;
  }
  .inputsearch_form {
    width: 28px;
    height: 28px;
    padding: 0;
    color: white;
    background: white;
    border-color: white;
  }
  .inputsearch_form::placeholder {
    opacity: 0;
  }
}
@media (max-width: 768px) {
  .fomt_header {
    max-width: 144px;
  }
  .search-form {
    display: none;
  }
}
@media (max-width: 479px) {
  .search-form {
    display: none;
  }
}

.page-search_no {
  position: relative;
  height: auto;
  width: 600px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.page-search_no .page-search_no_input {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
}

.page-search_no .page-search_no_input .search-form,
.page-search_no .page-search_no_input .search-form .fomt_header {
  width: 100%;
}

.page-search_no .page-search_no_input .search-form .fomt_header .inputsearch_form {
  width: 100%;
  border-radius: 18px !important;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: left;
  text-decoration: none;
  transition: all 0.4s;
  color: #192744;
  text-transform: inherit;
  padding: 12px 24px !important;
  position: relative;
  border: 1px solid #efefef !important;
  background: #efefef;
  margin-left: 0 !important;
}

.page-search_no .page-search_no_input .search-form .fomt_header .inputsearch_form:focus {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(34, 60, 80, 0.25);
  -moz-box-shadow: 0px 0px 15px 0px rgba(34, 60, 80, 0.25);
  box-shadow: 0px 0px 15px 0px rgba(34, 60, 80, 0.25);
  background-color: white;
}

.page-search_no .page-search_no_input .search-form .fomt_header .searchbutt_heade {
  position: absolute;
  background-image: url(/local/templates/rtl/images/search.png);
  width: 32px;
  height: 32px;
  padding: 12px;
  font-size: 0;
  right: 9px;
  top: 7px;
  border-radius: 24px;
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.4s;
}

.page-search_no .page-search_no_input .search-form .fomt_header .searchbutt_heade:hover {
  cursor: pointer;
  transform: scale(0.9);
}

.page-search_no .page__search_no_text {
  width: 100%;
  padding: 32px 0;
  text-align: center;
}

.page-search_no .page__search_no_text p {
  font-size: 1.3rem;
  line-height: 1.5rem;
  color: #707070;
}

.page-search_no .page__search_no_text img {
  opacity: 0.7;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .page-search_no {
    width: 100%;
  }
  .page-search_no .page-search_no_input .search-form,
  .page-search_no .page-search_no_input .search-form .fomt_header {
    display: block !important;
    width: 100%;
    max-width: 100% !important;
  }

  .page-search_no .page-search_no_input .search-form .fomt_header .inputsearch_form {
    width: 100%;
    border-radius: 18px !important;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-align: left;
    text-decoration: none;
    transition: all 0.4s;
    color: #192744;
    text-transform: inherit;
    padding: 12px 24px !important;
    position: relative;
    border: 1px solid #efefef !important;
    background: #efefef;
    margin-left: 0 !important;
    height: 46px;
  }

  .page-search_no .page-search_no_input .search-form .fomt_header .inputsearch_form:focus {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(34, 60, 80, 0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(34, 60, 80, 0.25);
    box-shadow: 0px 0px 15px 0px rgba(34, 60, 80, 0.25);
    background-color: white;
  }
}

@media (max-width: 1150px) {
.blockswr_im {
  max-width: 90%;
  text-align: center;
  margin: 0 auto;
}
.itemblock5.iemseri-ee .namejbl {
  margin: 0 auto;
  width: 100%;
}
img[src="/upload/medialibrary/5ff/81rovq3yif1pvieir0ywd2qp8zx8sa32/OFORMLENIE-SERTIFIKATA-SOOTVETSTVIYA.jpg"] {
  max-width: 95%;
}
img[src="/upload/medialibrary/71e/a6g9dlvei6iujgf1y8ir1m2q0emwl21c/Registratsiya-torgovoy-marki.jpg"] {
    max-width: 95%;
}
}

/* End */
/* /local/templates/.default/css/style.css?170789812260752 */
/* /local/templates/.default/components/bitrix/menu/main_menu/style.css?16536434917834 */
/* /local/templates/.default/components/bitrix/menu/footer_menu/style.min.css?1652867787490 */
/* /local/templates/rtl/styles.css?17345452579374 */
/* /local/templates/rtl/template_styles.css?172727035211502 */
