@font-face {
  font-family: 'ProximaNovaReiwa';
  src: url('fonts/ProximaNova-Bold.eot');
  src: url('fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/ProximaNova-Bold.woff') format('woff'), url('fonts/ProximaNova-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ProximaNovaReiwa';
  src: url('fonts/ProximaNova-Semibold.eot');
  src: url('fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'), url('fonts/ProximaNova-Semibold.woff') format('woff'), url('fonts/ProximaNova-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ProximaNovaReiwa';
  src: url('fonts/ProximaNova-Regular.eot');
  src: url('fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/ProximaNova-Regular.woff') format('woff'), url('fonts/ProximaNova-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'ProximaNovaReiwa', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #3b3a39;
  background: #fff;
}
body.no-scroll {
  overflow: hidden;
}
.mw {
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
}
.mpad {
  padding-left: 20px;
  padding-right: 20px;
}
a {
  text-decoration: none;
  color: inherit;
}
img,
iframe {
  max-width: 100%;
}
._z {
  margin: 0;
  padding: 0;
  list-style: none;
}
._tac {
  text-align: center;
}
._tar {
  text-align: right;
}
.flx {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.flxc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.-sa {
  justify-content: space-around;
}
.-sb {
  justify-content: space-between;
}
.-c {
  justify-content: center;
}
.-e {
  justify-content: flex-end;
}
.-alc {
  align-items: center;
}
.-ale {
  align-items: flex-end;
}
.-s {
  align-items: stretch;
}
.-dc {
  flex-direction: column;
}
.iflx {
  display: inline-flex;
}
.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.row .col-2 {
  width: 49.5%;
}
.row .col-3 {
  width: 32.5%;
}
.row .col-4 {
  width: 24.5%;
}
.row .col-2-3 {
  width: 66.3%;
}
.row.-fs {
  justify-content: flex-start;
}
.row.-fs > *:not(:last-child) {
  margin-right: 1%;
}
.row.collapsed .col-2 {
  width: 50%;
}
.row.collapsed .col-3 {
  width: 33.33%;
}
.row.collapsed .col-4 {
  width: 25%;
}
.row.collapsed .col-2-3 {
  width: 66.34%;
}
@media screen and (max-width: 1019px) {
  .row .col-2,
  .row .col-2-3,
  .row .col-3 {
    width: 100%;
    margin-top: 1vmax;
    margin-bottom: 1vmax;
  }
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.ic {
  position: relative;
}
.ic img {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
}
.block {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
.block .decor {
  position: absolute;
  z-index: -1;
}
.block .d1 {
  top: 0;
  left: 0;
}
.block .d2 {
  top: 0;
  right: 0;
}
.block .d3 {
  bottom: 0;
  left: 0;
}
.block .d4 {
  bottom: 0;
  right: 0;
}
.block .white-content {
  background: #fff;
  border-radius: 6px;
  padding: 20px;
}
.block-title {
  margin-bottom: 60px;
}
.block-title .h {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 28px;
}
.block-title .h:before,
.block-title .h:after {
  content: "";
  background: #1B5BC6;
  width: 5px;
  height: 25px;
  transform: skew(30deg);
  margin: 0 20px;
}
.block-title h1,
.block-title h2,
.block-title h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
  margin: 0;
  padding: 0;
}
.block-title.white {
  color: #fff;
}
.block-title.white .h:before,
.block-title.white .h:after {
  background: #fff;
}
.block-title.left .h {
  justify-content: flex-start;
  text-align: left;
  line-height: 120%;
}
.block-title.left .h:before {
  display: none;
}
.block-title.no-slash .h:before,
.block-title.no-slash .h:after {
  display: none;
}
.block-title .sub {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
}
.btn {
  background: #1CCDE5 linear-gradient(to bottom, #1CCDE5 0%, #0E30AB 100%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 15px 30px;
  border-radius: 6px;
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.btn i {
  margin-right: 10px;
}
.btn:hover {
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.3);
  background: linear-gradient(180deg, #0e30ab 0%, #1ccde5 100%);
}
a.btn {
  text-decoration: none !important;
}
.line-box {
  background: #f4f4f4;
}
.line-box .cont {
  margin-left: auto;
  margin-right: auto;
  max-width: 1364px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.line-box .wrp {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.line-box span {
  padding-left: 30px;
}
.line-box span i {
  display: block;
}
.float-zapis {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 15px 50px 15px 15px;
  position: fixed;
  right: 0;
  top: 30vh;
  z-index: 400;
  background: #ff6e6e;
  border-radius: 6px 0 0 6px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.float-zapis svg {
  min-width: 30px;
}
.float-zapis span {
  flex: 1;
  padding-left: 10px;
}
.float-zapis:hover {
  background: #ff3b3b;
}
@keyframes shake_socials {
  0% {
    transform: translate(1px, 0px) rotate(0deg);
  }
  8% {
    transform: translate(-1px, 0px) rotate(-1deg);
  }
  16% {
    transform: translate(1px, 0px) rotate(1deg);
  }
  24% {
    transform: translate(-1px, 0px) rotate(1deg);
  }
  32% {
    transform: translate(1px, 0px) rotate(-1deg);
  }
  100% {
    transform: translate(0, 0) rotate(0);
  }
}
.float-messengers {
  position: fixed;
  right: 0;
  top: calc(30vh + 90px);
  z-index: 400;
  background: #fff;
  border-radius: 6px 0 0 6px;
  padding: 10px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.float-messengers a {
  width: 40px;
  height: 40px;
  margin: 5px 0;
  animation: shake_socials 1s infinite;
  position: relative;
}
.float-messengers a:nth-child(2) {
  animation-delay: 1.5s;
}
.float-messengers a:nth-child(3) {
  animation: none;
}
.float-messengers svg,
.float-messengers img {
  width: 100%;
  height: 100%;
}
.float-messengers i {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #ff6e6e;
  font-style: normal;
  font-size: 12px;
}
.crumbs {
  padding: 15px 0;
  margin: 0;
  list-style: none;
}
.crumbs li {
  display: inline-block;
  padding: 5px 0;
}
.crumbs a {
  color: #1743bb;
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
}
.crumbs a:after {
  content: "";
  background: #1B5BC6;
  width: 3px;
  height: 10px;
  transform: skew(30deg);
  margin: 0 20px;
}
.crumbs-white .crumbs {
  color: #b5c7d3;
}
.crumbs-white .crumbs a {
  color: #fff;
}
.crumbs-white .crumbs a:after {
  background: #fff;
}
.hr {
  border-top: #f4f4f4 1px solid;
}
.page-in > * {
  padding-bottom: 60px;
}
.page-in .block-title .h {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  line-height: 120%;
}
.page-in .block-title .h:before {
  display: none;
}
.page-in .block-title .h:after {
  margin-top: 10px;
}
.page-in .block-title .sub {
  text-align: left;
}
@media screen and (min-width: 1020px) {
  .page-in .block-title .h {
    max-width: 60%;
  }
}
@media screen and (max-width: 1019px) {
  body {
    font-size: 14px;
  }
  .mpad {
    padding-left: 15px;
    padding-right: 15px;
  }
  .block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .block .decor {
    display: none;
  }
  .block-title {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .block-title .h {
    font-size: 30px;
  }
  .block-title .sub {
    font-size: 16px;
  }
  .block-title .snoska {
    width: 100%;
  }
  .line-box .cont {
    min-height: 60px;
    overflow: hidden;
  }
  .line-box .cont > img:first-child {
    margin-left: -80px;
  }
  .line-box .cont > img:last-child {
    margin-right: -80px;
  }
  .line-box .wrp {
    min-height: 60px;
  }
  .line-box .wrp img {
    width: 30%;
  }
  .line-box span {
    font-size: 14px;
  }
  .float-zapis {
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .page-in .block:first-of-type {
    padding-top: 0;
  }
  .block-title .h {
    font-size: 22px;
  }
  .block-title .h:before,
  .block-title .h:after {
    display: none;
  }
  .block-title .sub {
    font-size: 14px;
  }
  .block-title .snoska {
    text-align: center;
    margin-top: 15px;
    font-size: 13px;
  }
  .index-top,
  .float-messengers {
    display: none;
  }
  .float-zapis {
    top: unset;
    bottom: 5vh;
  }
}
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 25px;
  background: #fff;
  position: relative;
}
header .ls {
  display: flex;
  align-items: center;
}
header .logo {
  display: flex;
  flex-direction: column;
  color: #989da2;
  font-size: 14px;
}
header .logo img {
  width: 216px;
}
header .slogan {
  padding-left: 2vw;
}
header .r {
  display: flex;
  align-items: center;
}
.header-burger {
  display: none;
}
.menu-wrp {
  flex: 1;
}
.menu-wrp .header-search {
  display: none;
}
.menu-main {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 14px;
}
.menu-main .search-btn {
  color: #1743bb;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-main .search-btn .close {
  display: none;
}
.menu-main .search-btn.act .open {
  display: none;
}
.menu-main .search-btn.act .close {
  display: block;
}
.menu-main > li > a {
  text-transform: uppercase;
}
.menu-main > li:hover > a {
  color: #1743bb;
}
.menu-main > li:hover i {
  color: #1743bb;
}
.menu-main > li:hover .menu-main-sub {
  display: block;
}
.menu-main li {
  position: relative;
}
.menu-main li > a {
  display: flex;
  align-items: center;
}
.menu-main li i {
  color: #b5c7d3;
  margin-left: 10px;
}
.menu-main-sub {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}
.header-tel {
  text-align: right;
}
.header-tel .tel {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  font-weight: 600;
}
.header-tel .tel a {
  display: flex;
  align-items: center;
}
.header-tel .tel a i {
  display: none;
}
.header-tel .tel a[href^="tel"] svg {
  display: none;
}
.header-tel .adr {
  font-size: 13px;
  margin-top: 5px;
}
.header-tel .adr p {
  margin: 0;
  padding: 0;
}
.header-btn {
  margin-left: 1vw;
}
.header-btn .btn {
  padding: 5px 15px;
}
.work-time {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-top: 5px;
}
.work-time svg {
  color: #CBCBCB;
  margin-right: 10px;
}
.header-search {
  background: #f3f8fb;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  text-align: center;
  display: none;
}
.header-search form {
  display: inline-flex;
  align-items: stretch;
  width: 100%;
  max-width: 1240px;
  border: #b5c7d3 1px solid;
  border-radius: 6px;
  height: 30px;
  overflow: hidden;
}
.header-search input {
  padding: 0 20px;
  background: #fff;
  border: none;
  flex: 1;
}
.header-search button {
  border: none;
  background: #fff;
  width: 44px;
  color: #1743bb;
}
.header-search button:hover {
  color: #3b3a39;
}
@media screen and (min-width: 1600px) {
  header {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media screen and (min-width: 1020px) {
  header {
    padding-left: 20px;
    padding-right: 20px;
  }
  header .menu-wrp {
    padding: 0 5vw;
  }
  .menu-main > li > a {
    padding: 10px;
  }
  .menu-main-sub {
    position: absolute;
    left: 0;
    top: 99%;
    z-index: 390;
    width: 300px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    border: #f4f4f4 1px solid;
    padding: 20px;
    background: #fff;
    border-radius: 6px;
  }
  .menu-main-sub a {
    padding: 10px 0;
  }
  .menu-main-sub a:hover {
    color: #1743bb;
    text-decoration: underline;
  }
  .menu-main-sub li:not(:last-child) {
    border-bottom: #f4f4f4 1px solid;
  }
}
@media screen and (max-width: 1600px) {
  header .slogan {
    display: none;
  }
}
@media screen and (max-width: 1240px) {
  header .r {
    flex-direction: column;
  }
  header .r .header-hours {
    display: none;
  }
  .header-tel {
    margin-bottom: 10px;
  }
  .header-tel .adr {
    display: none;
  }
}
@media screen and (max-width: 1019px) {
  .header-search {
    padding-left: 10px;
    padding-right: 10px;
  }
  header {
    flex-wrap: wrap;
    padding-top: 15px;
    padding-bottom: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 490;
    width: 100%;
    border-bottom: #f5f8fb 1px solid;
  }
  header .ls {
    order: 1;
    width: 50%;
    padding-left: 10px;
    padding-bottom: 15px;
  }
  header .r {
    order: 2;
    width: 50%;
    padding-right: 10px;
    padding-bottom: 15px;
    justify-content: flex-end;
    flex-direction: row;
  }
  .menu-wrp {
    width: 100%;
    order: 3;
    background: #f3f8fb;
    padding: 10px 0;
  }
  .header-tel {
    margin-bottom: 0;
  }
  .header-tel .adr {
    display: block;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  header {
    padding: 15px;
  }
  header .logo {
    font-size: 10px;
    width: 100%;
  }
  header .ls {
    width: 160px;
    padding: 0;
  }
  header .r {
    width: 100px;
    padding: 0;
  }
  header .r .header-tel .tel a svg,
  header .r .header-tel .tel a img {
    display: block !important;
    width: 30px;
    height: 30px;
  }
  header .r .header-tel .tel a span {
    display: none;
  }
  header .r .header-tel .adr {
    display: none;
  }
  header .r .header-btn {
    display: none;
  }
  .header-burger {
    display: block;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1743bb;
  }
  .header-burger .close {
    display: none;
  }
  .header-burger.act .open {
    display: none;
  }
  .header-burger.act .close {
    display: block;
  }
  .header-search {
    padding-left: 15px;
    padding-right: 15px;
    z-index: 390;
  }
  .header-search.act {
    display: block;
  }
  .header-tel .tel a {
    position: relative;
  }
  .header-tel .tel a i {
    position: absolute;
    top: 0;
    right: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #ff6e6e;
    font-style: normal;
    font-size: 10px;
  }
  .header-tel .tel a:nth-child(1) {
    animation: shake_socials 1s infinite;
  }
  .header-tel .tel a:nth-child(2) {
    animation: shake_socials 1.2s infinite;
  }
  .menu-wrp {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 390;
    padding: 50px 15px;
    background: #f5f8fb;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #1743bb #f4f4f4;
  }
  .menu-wrp .header-tel,
  .menu-wrp .header-btn {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .menu-wrp.act {
    display: block;
  }
  .menu-main {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }
  .menu-main li {
    width: 100%;
  }
  .menu-main > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: #fff 1px solid;
    position: relative;
  }
  .menu-main > li > a span {
    text-align: center;
    width: 100%;
  }
  .menu-main > li > a i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  .menu-main > li.search-btn {
    display: none;
  }
  .menu-main > li.act .menu-main-sub {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .menu-main-sub {
    background: #e6edf5;
  }
  .menu-main-sub a {
    padding: 10px;
    justify-content: center;
    text-align: center;
  }
}
.main-slider.slider-container.dots .owl-dots {
  margin: 0;
  position: absolute;
  left: 10px;
  bottom: 20px;
}
.main-slide {
  display: flex;
  width: 100%;
  height: auto;
}
.main-slide picture,
.main-slide img {
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=inline.css.map */