/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.swiper.swiper--main-theme{overflow:visible}.swiper.swiper--main-theme .swiper-slide{opacity:0;visibility:hidden;transition:0.2s ease-in-out;transition-property:opacity,visibility;-webkit-user-select:none;user-select:none;height:auto}.swiper.swiper--main-theme .swiper-slide-visible{opacity:1;visibility:visible}.swiper.swiper--main-theme .swiper__btn{position:absolute;z-index:2;top:50%;width:50px;height:50px;transform:translateY(-50%);cursor:pointer;transition:opacity 0.2s ease-in-out;border:1px solid rgba(29,70,142,.4);border-radius:50%}.swiper.swiper--main-theme .swiper__btn--prev{left:-110px;background:url("/local/templates/webcanape/images/swiper-prev.svg") 50% 50% no-repeat}@media(min-width: 1280px)and (max-width: 1799px){.swiper.swiper--main-theme .swiper__btn--prev{left:auto;right:62px}}.swiper.swiper--main-theme .swiper__btn--prev:hover{background:url("/local/templates/webcanape/images/swiper-prev-hov.svg") 50% 50% no-repeat;border:1px solid #deeaff}.swiper.swiper--main-theme .swiper__btn--next{right:-110px;background:url("/local/templates/webcanape/images/swiper-next.svg") 50% 50% no-repeat}@media(min-width: 1280px)and (max-width: 1799px){.swiper.swiper--main-theme .swiper__btn--next{right:0}}.swiper.swiper--main-theme .swiper__btn--next:hover{background:url("/local/templates/webcanape/images/swiper-next-hov.svg") 50% 50% no-repeat;border:1px solid #deeaff}@media(min-width: 1280px)and (max-width: 1799px){.swiper.swiper--main-theme .swiper__btn{top:-30px;transform:translateY(-100%)}}@media(max-width: 767px){.swiper.swiper--main-theme .swiper__btn{display:none}}.swiper.swiper--main-theme .swiper-button-disabled{opacity:.4;cursor:auto;pointer-events:none}.swiper.swiper--main-theme .swiper-pagination-bullet{margin:0 5px;border-radius:50%;position:relative;flex:0 0 auto;width:4px;height:4px;background-color:#1d468e;transition:background-color 0.2s ease-in-out}.swiper.swiper--main-theme .swiper-pagination-bullet-active{background-color:#1071ae}.swiper.swiper--main-theme.swiper--padding{padding-left:50px;padding-right:50px}.swiper.swiper--main-theme.swiper--bullets .swiper-pagination{position:absolute;display:flex;align-items:center;transform:translateX(-50%);bottom:-20px}.b-gallery-carousel .swiper.swiper--main-theme.swiper--bullets .swiper-pagination{justify-content:center;transform:none}@font-face{src:url("./fonts/Montserrat/Montserrat-300.woff2") format("woff2");font-family:"Montserrat";font-weight:300;font-style:normal;font-display:fallback}@font-face{src:url("./fonts/Montserrat/Montserrat-400.woff2") format("woff2");font-family:"Montserrat";font-weight:normal;font-style:normal;font-display:fallback}@font-face{src:url("./fonts/Montserrat/Montserrat-500.woff2") format("woff2");font-family:"Montserrat";font-weight:500;font-style:normal;font-display:fallback}@font-face{src:url("./fonts/Montserrat/Montserrat-600.woff2") format("woff2");font-family:"Montserrat";font-weight:600;font-style:normal;font-display:fallback}@font-face{src:url("./fonts/Montserrat/Montserrat-700.woff2") format("woff2");font-family:"Montserrat";font-weight:bold;font-style:normal;font-display:fallback}@font-face{src:url("./fonts/Montserrat/Montserrat-800.woff2") format("woff2");font-family:"Montserrat";font-weight:800;font-style:normal;font-display:fallback}body{font-family:"Montserrat",sans-serif;font-size:16px;line-height:1.5}@media(max-width: 767px){body{font-size:14px;line-height:1.3}}h1{margin:0 0 25px;line-height:1.2;letter-spacing:-0.05em;color:#111;text-align:center;font-size:40px;font-weight:600}@media(min-width: 1280px)and (max-width: 1799px){h1{text-align:center}}@media(min-width: 768px)and (max-width: 1279px){h1{text-align:center;font-size:24px;margin:0 0 20px}}@media(max-width: 767px){h1{text-align:center;margin:0 0 20px;font-size:24px}}h2,.b-title-h2{letter-spacing:-0.05em;color:#111;margin:40px 0;line-height:1.14;text-align:center;font-size:35px;font-weight:700}@media(min-width: 768px)and (max-width: 1279px){h2,.b-title-h2{font-size:24px}}@media(max-width: 767px){h2,.b-title-h2{margin:0 0 24px;font-size:24px}}h2:first-child,.b-title-h2:first-child{margin-top:0}h3,.b-title-h3{margin:22px 0;line-height:1.2;font-size:24px;font-weight:normal}@media(min-width: 768px)and (max-width: 1279px){h3,.b-title-h3{font-size:20px}}@media(max-width: 767px){h3,.b-title-h3{margin:0 0 15px;font-size:18px}}h3:first-child,.b-title-h3:first-child{margin-top:0}ul{margin:0;padding:0;list-style-type:none}a:link,a:visited{color:#1071ae;text-decoration:none;transition:color 0.2s ease-in-out}a:hover{text-decoration:underline}a:link[href^=tel],a:active[href^=tel],a:visited[href^=tel],a:hover[href^=tel]{color:currentcolor;text-decoration:none}p{margin:0 0 15px;letter-spacing:-0.03em}@media(max-width: 1279px){p{font-size:14px}}p:first-child{margin-top:0;padding-top:0}p:last-child{margin-bottom:0;padding-bottom:0}.b-fav svg path{transition:fill .3s ease}.b-fav:hover svg path{fill:#272727}.b-fav--active svg path{fill:#272727}.b-favorites{position:relative}.b-favorites .favorites__btn{margin-bottom:40px}@media(max-width: 767px){.b-favorites .favorites__btn{margin-bottom:20px;text-align:center}}.b-favorites .favorites__desc{font-size:20px;text-align:center}@media(max-width: 1279px){.b-favorites .favorites__desc{font-size:inherit}}.b-favorites .favorites__icon{vertical-align:middle}.b-loader{position:fixed;z-index:10000 !important;top:0;left:0;width:100%;min-width:100%;height:100%;min-height:100%;background-color:rgba(255,255,255,.75)}.b-loader .loader__clock{position:absolute;top:50%;left:50%;width:78px;height:78px;margin-top:-39px;margin-left:-39px;border:3px solid #272727;border-radius:58px}.b-loader .loader__clock:after{content:"";position:absolute;top:2px;left:48%;width:4px;height:37px;border-radius:5px;background-color:#272727;transform-origin:50% 97%;animation:grdAiguille .8s linear infinite}.b-loader .loader__clock:before{content:"";position:absolute;top:6px;left:48%;width:4px;height:34px;border-radius:5px;background-color:#272727;transform-origin:50% 94%;animation:ptAiguille 4.8s linear infinite}@keyframes grdAiguille{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes ptAiguille{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.b-lk-header svg{display:block}@media(max-width: 1279px){.b-lk-header svg{width:30px;height:auto}}.b-header-phones{display:flex;align-items:center}.b-header-phones .header-phones__item{padding:7px 17px;border-right:1px solid rgba(29,70,142,.2)}@media(min-width: 1280px)and (max-width: 1799px){.b-header-phones .header-phones__item:first-child{padding-left:0}}.b-header-phones .header-phones__item:last-child{border-right:0}@media(min-width: 1280px)and (max-width: 1799px){.b-header-phones .header-phones__item:last-child{padding-right:0}}.b-header-phones .header-phones__link:link,.b-header-phones .header-phones__link:visited{font-weight:600;font-size:20px;line-height:1;letter-spacing:-0.03em;color:#272727}.b-header-phones .header-phones__link:hover{color:#1d468e}.b-header-phones .header-phones__caption{padding-bottom:0;font-weight:400;font-size:10px;line-height:1.2;letter-spacing:-0.02em;color:rgba(29,70,142,.6)}.b-lang-switch{display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid rgba(29,70,142,.2);border-radius:10px;width:50px;height:50px}.b-lang-switch .lang-switch__link{font-weight:400;font-size:13px;line-height:1.38;letter-spacing:-0.02em;color:#7790bb}.b-lang-switch .lang-switch__link.active{font-weight:600;color:#1d468e}.b-advantages .advantages__heading{margin-top:40px;margin-bottom:20px;text-align:center}@media(min-width: 768px)and (max-width: 1279px){.b-advantages .advantages__heading{margin-top:30px}}@media(max-width: 767px){.b-advantages .advantages__heading{margin-top:30px}}.b-advantages .advantages__wrapper{gap:13px}@media(max-width: 1279px){.b-advantages .advantages__wrapper{gap:0}}.b-advantages .advantages__item{position:relative;width:calc(14.2857142857% - 11px);height:auto;display:flex;flex-direction:column}.b-advantages .advantages__inner{clip-path:polygon(34.211% 7.143%, 34.211% 7.143%, 34.142% 5.984%, 33.942% 4.885%, 33.623% 3.86%, 33.195% 2.924%, 32.669% 2.092%, 32.056% 1.378%, 31.366% 0.797%, 30.611% 0.364%, 29.801% 0.093%, 28.947% 0%, 5.263% 0%, 5.263% 0%, 4.409% 0.093%, 3.6% 0.364%, 2.844% 0.797%, 2.155% 1.378%, 1.542% 2.092%, 1.015% 2.924%, 0.587% 3.86%, 0.268% 4.885%, 0.069% 5.984%, 0% 7.143%, 0% 92.857%, 0% 92.857%, 0.069% 94.016%, 0.268% 95.115%, 0.587% 96.14%, 1.015% 97.076%, 1.542% 97.908%, 2.155% 98.622%, 2.844% 99.203%, 3.6% 99.636%, 4.409% 99.907%, 5.263% 100%, 94.737% 100%, 94.737% 100%, 95.591% 99.907%, 96.4% 99.636%, 97.156% 99.203%, 97.845% 98.622%, 98.458% 97.908%, 98.985% 97.076%, 99.413% 96.14%, 99.732% 95.115%, 99.931% 94.016%, 100% 92.857%, 100% 7.143%, 100% 7.143%, 99.931% 5.984%, 99.732% 4.885%, 99.413% 3.86%, 98.985% 2.924%, 98.458% 2.092%, 97.845% 1.378%, 97.156% 0.797%, 96.4% 0.364%, 95.591% 0.093%, 94.737% 0%, 71.053% 0%, 71.053% 0%, 70.199% 0.093%, 69.389% 0.364%, 68.634% 0.797%, 67.944% 1.378%, 67.331% 2.092%, 66.805% 2.924%, 66.377% 3.86%, 66.058% 4.885%, 65.858% 5.984%, 65.789% 7.143%, 65.789% 14.286%, 65.789% 14.286%, 65.721% 15.444%, 65.521% 16.543%, 65.202% 17.568%, 64.774% 18.504%, 64.248% 19.336%, 63.635% 20.05%, 62.945% 20.631%, 62.19% 21.064%, 61.38% 21.335%, 60.526% 21.429%, 39.474% 21.429%, 39.474% 21.429%, 38.62% 21.335%, 37.81% 21.064%, 37.055% 20.631%, 36.365% 20.05%, 35.752% 19.336%, 35.226% 18.504%, 34.798% 17.568%, 34.479% 16.543%, 34.279% 15.444%, 34.211% 14.286%, 34.211% 7.143%);background-color:#fff;border-radius:10px;padding:55px 10px 22px;flex:1}@media(min-width: 768px)and (max-width: 1279px){.b-advantages .advantages__inner{padding:55px 13px 25px}}.b-advantages .advantages__inner p{font-weight:500;font-size:14px;line-height:1.43;text-align:center;letter-spacing:-0.02em}.b-advantages .advantages__desc{font-weight:500;font-size:14px;line-height:1.43;text-align:center;letter-spacing:-0.03em;color:#272727;margin-bottom:0;margin-top:12px}.b-advantages .advantages__icon{text-align:center;transform:translateY(50%);position:relative;color:#fff;text-shadow:-1.5px 1.5px 0 #1d468e,1.5px 1.5px 0 #1d468e,1.5px -1.5px 0 #1d468e,-1.5px -1.5px 0 #1d468e;font-weight:700;font-size:40px;line-height:.7;letter-spacing:-0.04em}.b-advantages .advantages__pagination{position:static;margin-top:15px}.b-advantages .advantages__pagination .swiper-pagination-bullet{width:4px;height:4px;opacity:1;background-color:rgba(29,70,142,.5)}.b-advantages .advantages__pagination .swiper-pagination-bullet-active{background-color:#1d468e}.b-advantages--connection .advantages__inner p{font-weight:600;font-size:22px;line-height:1.27;letter-spacing:-0.04em;color:#111}@media(min-width: 768px)and (max-width: 1279px){.b-advantages--connection .advantages__inner p{font-size:16px}}@media(max-width: 767px){.b-advantages--connection .advantages__inner p{font-size:18px}}.b-advantages--connection .advantages__wrapper{gap:30px}@media(min-width: 1280px)and (max-width: 1799px){.b-advantages--connection .advantages__wrapper{gap:12px}}@media(min-width: 768px)and (max-width: 1279px){.b-advantages--connection .advantages__wrapper{gap:11px}}@media(max-width: 767px){.b-advantages--connection .advantages__wrapper{flex-direction:column;gap:0}}.b-advantages--connection .advantages__item{width:calc(25% - 28px)}@media(min-width: 1280px)and (max-width: 1799px){.b-advantages--connection .advantages__item{width:calc(25% - 9px)}}@media(min-width: 768px)and (max-width: 1279px){.b-advantages--connection .advantages__item{width:calc(25% - 9px)}}@media(max-width: 767px){.b-advantages--connection .advantages__item{width:100%}}.b-advantages--connection .advantages__item::before{content:"";position:absolute;top:28px;left:50%;width:80px;height:40px;border-radius:0 0 10px 10px;transform:translate(-50%, 0);background-color:#fff;border:1px solid #deeaff;border-top:0}.b-advantages--connection .advantages__inner{border:1px solid #deeaff;background-color:rgba(0,0,0,0);clip-path:none}@media(max-width: 767px){.b-advantages--connection .advantages__inner{padding:65px 20px 27px}}@media(max-width: 767px){.b-advantages--connection .advantages__text{max-width:60%;margin:0 auto}}.b-advantages--connection .advantages__icon{width:95px;background-color:#fff;margin-left:auto;margin-right:auto}@media(max-width: 767px){.b-advantages--connection .advantages__icon{transform:translateY(98%)}}.b-advantages--connection .advantages__icon::before{content:"";width:10px;height:30px;background-color:#fff;position:absolute;top:14px;border-radius:0 10px 0 0;left:calc(50% - 49px);border-right:1px solid #deeaff;border-top:1px solid #deeaff}@media(max-width: 767px){.b-advantages--connection .advantages__icon::before{top:0}}.b-advantages--connection .advantages__icon::after{content:"";width:10px;height:30px;background-color:#fff;position:absolute;top:14px;border-radius:10px 0 0 0;left:calc(50% + 39px);border-left:1px solid #deeaff;border-top:1px solid #deeaff}@media(max-width: 767px){.b-advantages--connection .advantages__icon::after{top:0}}.b-advantages--mb60{margin-bottom:60px}.b-services{position:relative}.b-services .services__heading{font-weight:600;text-align:center}.b-services .services__item{height:auto;border-radius:20px;padding:50px;box-sizing:border-box;color:#fff;display:flex;flex-direction:column;box-shadow:0px 8px 20px 0px rgba(34,60,80,.4);background-repeat:no-repeat;background-size:cover}@media(min-width: 1280px)and (max-width: 1799px){.b-services .services__item{padding:45px}}@media(max-width: 1279px){.b-services .services__item{padding:20px;box-shadow:none}}.b-services .services__icon{width:80px;height:80px;background-color:#fff;display:flex;justify-content:center;align-items:center;border-radius:10px;margin-bottom:22px}@media(max-width: 1279px){.b-services .services__icon{width:50px;height:50px;padding:10px}}.b-services .services__title{font-weight:600;font-size:30px;line-height:1.17;letter-spacing:-0.03em;margin-bottom:12px;margin-top:0}@media(max-width: 1279px){.b-services .services__title{font-size:20px;margin-bottom:10px}}.b-services .services__description{font-weight:400;font-size:16px;line-height:1.5;letter-spacing:-0.02em;margin-bottom:45px}@media(min-width: 768px)and (max-width: 1279px){.b-services .services__description{font-size:12px;line-height:1.33;margin-bottom:20px}}@media(max-width: 767px){.b-services .services__description{font-weight:400;font-size:14px;line-height:1.43;margin-bottom:20px}}.b-services .services__bottom{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:20px 10px}@media(max-width: 1279px){.b-services .services__bottom{flex-direction:column;align-items:flex-start}}.b-services .services__price{font-weight:600;font-size:14px;line-height:1.21}.b-services .services__price--big{font-weight:600;font-size:30px;line-height:1}.b-services .services__link{color:#fff;font-weight:600;font-size:14px;line-height:1.3;text-align:center;letter-spacing:-0.02em;border:1px solid rgba(255,255,255,.5);border-radius:10px;padding:16px 20px;text-decoration:none}@media(max-width: 767px){.b-services .services__link{padding:12px 31px}}.b-services .services__link:hover{background:#deeaff;color:#1d468e;border:1px solid #deeaff}.b-services .services__pagination{display:none;position:static;margin-top:14px}@media(max-width: 1279px){.b-services .services__pagination{display:block}}.b-services .services__pagination .swiper-pagination-bullet{width:4px;height:4px;opacity:1;background-color:rgba(29,70,142,.5)}.b-services .services__pagination .swiper-pagination-bullet-active{background-color:#1d468e}.b-services .services__prev,.b-services .services__next{width:50px;height:50px;display:flex;justify-content:center;align-items:center;border-radius:50%;border:1px solid rgba(29,70,142,.4);top:auto;margin:0;bottom:calc(50% - 50px);transform:translateY(50%)}.b-services .services__prev svg,.b-services .services__next svg{width:auto;height:auto}.b-services .services__prev::after,.b-services .services__next::after{content:""}.b-services .services__prev{left:-110px}.b-services .services__next{right:-110px}.b-services .swiper{overflow-y:visible}.b-company{background:url("/local/templates/webcanape/images/content/company.jpg") center center no-repeat;border-radius:20px;padding:110px 205px;margin:0 -205px 30px;color:#fff}@media(min-width: 768px)and (max-width: 1279px){.b-company{margin:0 0 30px;padding:30px 20px}}@media(max-width: 767px){.b-company{margin:0 0 30px;padding:30px 20px;background-size:cover}}.b-company .company__name{font-weight:600;font-size:16px;line-height:1.75;letter-spacing:-0.03em;margin-bottom:30px}@media(max-width: 1279px){.b-company .company__name{font-size:12px;margin-bottom:20px}}.b-company .company__heading{font-weight:600;font-size:44px;line-height:1.14;letter-spacing:-0.05em;margin-top:0;margin-bottom:30px;color:#fff;max-width:680px;text-align:left}@media(max-width: 1279px){.b-company .company__heading{font-size:24px;line-height:1.33;max-width:360px;margin-bottom:20px;letter-spacing:-0.06em}}.b-company .company__list{margin-bottom:45px;list-style:disc;padding-left:24px}@media(min-width: 768px)and (max-width: 1279px){.b-company .company__list{columns:2;margin-bottom:25px}}.b-company .company__item{font-weight:400;font-size:16px;line-height:1.63;letter-spacing:-0.02em}@media(min-width: 768px)and (max-width: 1279px){.b-company .company__item{font-size:14px;width:calc(100% - 40px);margin-bottom:15px}}@media(max-width: 767px){.b-company .company__item{font-size:14px;margin-bottom:9px}}.b-company .company__item::marker{font-size:10px}.b-company .company__link{color:#fff;font-weight:600;font-size:14px;line-height:1.2;text-align:center;letter-spacing:-0.02em;border:1px solid rgba(255,255,255,.5);padding:16px 30px;border-radius:10px;text-decoration:none;display:inline-block}@media(max-width: 767px){.b-company .company__link{padding:12px 22px}}.b-company .company__link:hover{color:#1d468e;background:#deeaff;border:1px solid #deeaff}.b-main-form{background:#1d468e url("/local/templates/webcanape/images/girl.png") 44% bottom no-repeat;border-radius:20px;padding:30px 205px;margin:0 -205px 30px;color:#fff;display:flex;align-items:flex-start;justify-content:space-between}@media(min-width: 1280px)and (max-width: 1799px){.b-main-form{background-position:40% 100%}}@media(min-width: 768px)and (max-width: 1279px){.b-main-form{flex-direction:column;padding:30px 20px;margin:0;background-position:92% 10px;background-size:290px}}@media(max-width: 767px){.b-main-form{flex-direction:column;padding:0;margin:0 0 30px;background-image:none}}.b-main-form .main-form__text-content{max-width:450px;padding-top:70px}@media(min-width: 768px)and (max-width: 1279px){.b-main-form .main-form__text-content{padding-top:0;max-width:330px}}@media(max-width: 767px){.b-main-form .main-form__text-content{padding:30px 20px 0;max-width:100%}}.b-main-form .main-form__form-wrapper{max-width:570px;background:#deeaff;border-radius:20px;padding:70px 90px 55px}@media(max-width: 1279px){.b-main-form .main-form__form-wrapper{max-width:100%;padding:20px}}.b-main-form .main-form__heading{font-weight:600;font-size:35px;line-height:1.13;letter-spacing:-0.05em;color:#fff;text-align:left;margin-bottom:30px}@media(max-width: 1279px){.b-main-form .main-form__heading{margin-bottom:20px;font-size:24px;line-height:1.33;letter-spacing:-0.05em}}.b-main-form .main-form__description{font-weight:400;font-size:16px;line-height:1.63;letter-spacing:-0.02em;margin-bottom:122px}@media(max-width: 1279px){.b-main-form .main-form__description{font-size:14px;line-height:1.43;margin-bottom:25px}}.b-main-form .main-form__contacts{display:inline-block;border:1px solid #deeaff;border-radius:10px;padding:20px 30px;position:relative}@media(max-width: 1279px){.b-main-form .main-form__contacts{display:none}}.b-main-form .main-form__label{display:inline-block;background-color:#1d468e;padding:0 10px;position:absolute;top:-16px}.b-main-form .main-form__phone{font-weight:600;font-size:30px;line-height:1.23;letter-spacing:-0.03em;margin-bottom:3px;display:flex}.b-main-form .main-form__caption{font-weight:400;font-size:12px;line-height:1.25;letter-spacing:-0.02em;color:rgba(255,255,255,.5)}.b-footer-address{margin-bottom:30px}@media(max-width: 1279px){.b-footer-address{display:none}}.b-footer-address address{font-weight:400;font-size:15px;line-height:1.2;letter-spacing:-0.02em;color:#272727;margin-bottom:8px}.b-footer-address .footer-address__email:link,.b-footer-address .footer-address__email:visited{font-weight:400;font-size:14px;line-height:1.2;letter-spacing:-0.02em;color:#1d468e}.b-footer-socials{display:flex;align-items:center;gap:4px}.b-footer-socials .footer-socials__link{width:50px;height:50px;display:flex;justify-content:center;align-items:center;border-radius:10px;background-color:#deeaff}@media(max-width: 767px){.b-footer-socials .footer-socials__link{width:56px;height:56px}}.b-footer-socials .footer-socials__link:hover{background:#003c8e}.b-footer-socials .footer-socials__link:hover svg path{fill:#fff}.b-products-on-main{background-color:rgba(29,70,142,.05);border-radius:20px;padding:30px 205px 50px;margin:50px -205px 30px}@media(min-width: 768px)and (max-width: 1279px){.b-products-on-main{padding-left:35px;padding-right:35px;margin-left:-35px;margin-right:-35px}}@media(max-width: 767px){.b-products-on-main{padding-left:20px;padding-right:20px;margin-left:-20px;margin-right:-20px}}.b-btn-all,.b-btn-all:link,.b-btn-all:visited{display:block;margin-top:30px;padding:16px 30px;background:#deeaff;border-radius:10px;font-weight:600;font-size:14px;line-height:1.29;text-align:center;letter-spacing:-0.02em;color:#1d468e;text-decoration:none}@media(max-width: 767px){.b-btn-all,.b-btn-all:link,.b-btn-all:visited{margin-top:10px}}.b-btn-all:hover,.b-btn-all:link:hover,.b-btn-all:visited:hover{box-shadow:0px 8px 20px 0px rgba(34,60,80,.2)}@media(min-width: 1280px){.hide-on-desktop{display:none !important}}@media(min-width: 768px)and (max-width: 1279px){.hide-on-tablet{display:none !important}}@media(max-width: 767px){.hide-on-mobile{display:none !important}}@media(max-width: 767px){.b-company-text{margin-bottom:30px}}.b-bubbles .bubbles__list{display:flex;align-items:center;justify-content:space-between}@media(min-width: 768px)and (max-width: 1279px){.b-bubbles .bubbles__list{flex-wrap:wrap;max-width:720px;margin:0 auto}}@media(max-width: 767px){.b-bubbles .bubbles__list{flex-direction:column;align-items:center;max-width:300px;margin:0 auto}}.b-bubbles .bubbles__item{border-radius:50%;flex-shrink:0;display:flex;justify-content:center;align-items:center;flex-direction:column;position:relative}@media(min-width: 768px)and (max-width: 1279px){.b-bubbles .bubbles__item{aspect-ratio:1;width:260px !important;height:260px !important;margin:-16px !important}}@media(max-width: 767px){.b-bubbles .bubbles__item{margin:-20px 0 !important}}.b-bubbles .bubbles__item:nth-child(odd){z-index:2}.b-bubbles .bubbles__item--white{background:rgba(255,255,255,.2);box-shadow:4px 10px 30px rgba(29,70,142,.1);backdrop-filter:blur(10px)}.b-bubbles .bubbles__item--white .bubbles__title{color:#1d468e}.b-bubbles .bubbles__item--blue{background:rgba(29,70,142,.7);backdrop-filter:blur(3px);margin:0 -32px}.b-bubbles .bubbles__item--blue .bubbles__title{color:#fff}.b-bubbles .bubbles__item--blue .bubbles__desc{color:#fff}@media(min-width: 1280px)and (max-width: 1799px){.b-bubbles .bubbles__item--blue{margin:0 -62px}}.b-bubbles .bubbles__item--purple{background:rgba(138,87,167,.7);backdrop-filter:blur(3px);margin:0 -20px}.b-bubbles .bubbles__item--purple .bubbles__title{color:#fff}.b-bubbles .bubbles__item--purple .bubbles__desc{color:#fff}@media(min-width: 1280px)and (max-width: 1799px){.b-bubbles .bubbles__item--purple{margin:0 -38px}}.b-bubbles .bubbles__item--grey{background:rgba(120,135,155,.7);backdrop-filter:blur(2px);margin:0 0 0 -60px}.b-bubbles .bubbles__item--grey .bubbles__title{color:#fff}.b-bubbles .bubbles__item--grey .bubbles__desc{color:#fff}.b-bubbles .bubbles__item--small{width:240px;height:240px}@media(min-width: 1280px)and (max-width: 1799px){.b-bubbles .bubbles__item--small{width:230px;height:230px}}.b-bubbles .bubbles__item--middle{width:260px;height:260px}@media(min-width: 1280px)and (max-width: 1799px){.b-bubbles .bubbles__item--middle{width:250px;height:250px}}.b-bubbles .bubbles__item--medium{width:280px;height:280px}@media(min-width: 1280px)and (max-width: 1799px){.b-bubbles .bubbles__item--medium{width:260px;height:260px}}.b-bubbles .bubbles__item--big{width:300px;height:300px}@media(min-width: 1280px)and (max-width: 1799px){.b-bubbles .bubbles__item--big{width:280px;height:280px}}.b-bubbles .bubbles__title{font-weight:600;font-size:34px;line-height:1.47;text-align:center;letter-spacing:-0.04em}.b-bubbles .bubbles__desc{font-weight:600;font-size:16px;line-height:1.38;text-align:center;letter-spacing:-0.02em;max-width:186px}@media(min-width: 1280px)and (max-width: 1799px){.b-bubbles .bubbles__desc{font-style:15px;max-width:140px}}.b-history{position:relative}.b-history::before{content:"";position:absolute;top:calc(50% + 5px);left:-100vw;right:-100vw;height:1px;background-color:rgba(29,70,142,.4)}@media(max-width: 1279px){.b-history::before{top:calc(50% - 30px)}}@media(min-width: 768px)and (max-width: 1279px){.b-history::before{top:calc(50% - 47px)}}@media(max-width: 767px){.b-history::before{top:calc(50% - 50px)}}@media(max-width: 1279px){.b-history .history__heading{margin-bottom:-70px}}.b-history .history__outer{overflow:hidden;background:url("/local/templates/webcanape/images/content/history_bg.webp") center center/cover no-repeat;border-radius:20px;margin:80px 0 0;padding:30px 0 100px;padding-left:205px;padding-right:205px;margin-left:-205px;margin-right:-205px}@media(max-width: 1799px){.b-history .history__outer{padding-left:20px;padding-right:20px;margin-left:0;margin-right:0}}@media(min-width: 768px)and (max-width: 1279px){.b-history .history__outer{padding-bottom:135px}}@media(max-width: 767px){.b-history .history__outer{background-image:url("/local/templates/webcanape/images/content/history_bg_mobile.webp");padding-bottom:140px}}.b-history .history__next,.b-history .history__prev{margin:0;top:34px;width:50px;height:50px;border:1px solid rgba(29,70,142,.4);border-radius:50%}@media(min-width: 1280px)and (max-width: 1799px){.b-history .history__next,.b-history .history__prev{display:none}}@media(max-width: 1279px){.b-history .history__next,.b-history .history__prev{top:auto;bottom:30px}}.b-history .history__next::after,.b-history .history__prev::after{content:""}.b-history .history__next{background:url("/local/templates/webcanape/images/swiper-next.svg") 50% 50% no-repeat;right:0}@media(max-width: 1279px){.b-history .history__next{right:50%;transform:translateX(calc(50% + 30px))}}.b-history .history__prev{background:url("/local/templates/webcanape/images/swiper-prev.svg") 50% 50% no-repeat;left:auto;right:62px}@media(max-width: 1279px){.b-history .history__prev{right:50%;transform:translateX(calc(50% - 30px))}}.b-timeline{position:relative;height:360px}@media(max-width: 1279px){.b-timeline{height:730px}}.b-timeline .timeline__container{height:100%;overflow:visible}.b-timeline .timeline__wrapper{align-items:flex-start}.b-timeline .timeline__item{width:400px;height:auto;display:flex;flex-direction:column;gap:20px;position:relative;height:146px}@media(max-width: 1279px){.b-timeline .timeline__item{width:220px;height:306px}}.b-timeline .timeline__item::before{content:"";position:absolute;top:172px;left:0;width:16px;height:16px;border-radius:50%;background:url("/local/templates/webcanape/images/history-dot.svg") center center no-repeat}@media(max-width: 1279px){.b-timeline .timeline__item::before{bottom:-40px;top:auto}}.b-timeline .timeline__item:not(:first-child){margin-left:-110px}@media(max-width: 1279px){.b-timeline .timeline__item:not(:first-child){margin-left:-45px}}.b-timeline .timeline__item:nth-child(odd){margin-top:auto}.b-timeline .timeline__item:nth-child(odd)::before{top:auto;bottom:172px}@media(max-width: 1279px){.b-timeline .timeline__item:nth-child(odd)::before{bottom:auto;top:-40px}}.b-timeline .timeline__item:nth-child(even){flex-direction:column-reverse}@media(max-width: 1279px){.b-timeline .timeline__item:nth-child(even){height:360px}}.b-timeline .timeline__description{font-size:14px;line-height:1.43;letter-spacing:-0.02em}.b-timeline .timeline__year{font-weight:600;font-size:24px;line-height:1.08;letter-spacing:-0.03em;color:#1d468e}.b-timeline .timeline__show-hide:link,.b-timeline .timeline__show-hide:visited{font-weight:600;font-size:12px;line-height:1.17;letter-spacing:-0.02em;color:#4d9fff;display:flex;align-items:center;gap:4px}.b-timeline .timeline__show-hide:link::after,.b-timeline .timeline__show-hide:visited::after{content:"";display:block;width:3px;height:6px;background:url("/local/templates/webcanape/images/arrow-link.svg") center center no-repeat}.b-values{background:url("/local/templates/webcanape/images/content/values-bg.webp") center center/cover no-repeat;border-radius:20px;margin:30px 0 0;padding:60px 0 80px;padding-left:205px;padding-right:205px;margin-left:-205px;margin-right:-205px}@media(max-width: 1799px){.b-values{padding-left:20px;padding-right:20px;margin-left:0;margin-right:0}}@media(min-width: 768px)and (max-width: 1279px){.b-values{padding-bottom:20px;padding-top:20px}}@media(max-width: 767px){.b-values{padding-top:20px;padding-bottom:20px;margin-top:20px}}.b-values .values__heading{font-weight:600;font-size:35px;line-height:1.14;letter-spacing:-0.05em;color:#fff;margin-bottom:20px}@media(min-width: 768px)and (max-width: 1279px){.b-values .values__heading{font-size:24px}}@media(max-width: 767px){.b-values .values__heading{font-size:24px}}.b-values .values__list{display:flex;align-items:stretch;gap:0 30px}@media(min-width: 1280px)and (max-width: 1799px){.b-values .values__list{gap:0 10px}}@media(min-width: 768px)and (max-width: 1279px){.b-values .values__list{gap:0 10px}}@media(max-width: 767px){.b-values .values__list{flex-direction:column}}.b-values .values__item{width:calc(33.3% - 20px);box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:relative}@media(min-width: 768px)and (max-width: 1279px){.b-values .values__item{width:33.3333333333%}}@media(max-width: 767px){.b-values .values__item{width:100%}}.b-values .values__item::before{content:"";position:absolute;top:60px;left:46px;width:80px;height:20px;border-radius:0 0 10px 10px;background-color:rgba(0,0,0,0);border:1px solid #c4c9cd;border-top:0}@media(max-width: 1279px){.b-values .values__item::before{left:50%;transform:translateX(-50%)}}.b-values .values__icon{transform:translateY(50%);position:relative;padding-left:70px}@media(max-width: 1279px){.b-values .values__icon{padding-left:0;text-align:center}}.b-values .values__icon::before{content:"";width:47px;height:20px;background-color:rgba(0,0,0,0);position:absolute;top:20px;border-radius:10px 10px 0 0;left:0;border:1px solid #c4c9cd;border-bottom:none}@media(max-width: 1279px){.b-values .values__icon::before{width:calc(50% - 40px + 1px)}}.b-values .values__icon::after{content:"";width:calc(100% - 80px - 45px);height:20px;background-color:rgba(0,0,0,0);position:absolute;top:20px;border-radius:10px 10px 0 0;right:0;border:1px solid #c4c9cd;border-bottom:none}@media(max-width: 1279px){.b-values .values__icon::after{width:calc(50% - 40px + 1px)}}.b-values .values__inner{border:1px solid #c4c9cd;border-top:0;border-radius:10px;padding:71px 40px 25px;flex:1}@media(max-width: 1279px){.b-values .values__inner{padding:60px 20px 20px}}.b-values .values__title{font-weight:600;font-size:22px;line-height:1.18;letter-spacing:-0.03em;max-width:220px;margin-bottom:20px}@media(max-width: 1279px){.b-values .values__title{font-size:18px;margin-bottom:15px;text-align:center;max-width:100%}}.b-values .values__text{font-weight:500;font-size:14px;line-height:1.43;letter-spacing:-0.02em;margin-bottom:30px}.b-values .values__text.truncate{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.b-values .values__about{font-weight:600;font-size:12px;line-height:1.17;letter-spacing:-0.02em;color:#4d9fff;display:flex;align-items:center;gap:4px}.b-values .values__about::after{content:"";display:block;width:3px;height:6px;background:url("/local/templates/webcanape/images/arrow-link.svg") center center no-repeat}.b-vsat-banner{background:url("/internet-for-business//vsat/images/vsat-banner-bg.jpg") center center/cover no-repeat;padding:100px 0;border-radius:20px;color:#fff;margin-bottom:40px;width:100vw;transform:translateX(-50%);margin-left:50%;max-width:1820px}@media(min-width: 1280px)and (max-width: 1799px){.b-vsat-banner{padding:60px;width:calc(100vw - 40px)}}@media(min-width: 768px)and (max-width: 1279px){.b-vsat-banner{padding:40px 20px;width:calc(100vw - 40px);margin-bottom:20px}}@media(max-width: 767px){.b-vsat-banner{padding:40px 18px 20px;width:calc(100vw - 40px);margin-bottom:20px;background-image:url("/internet-for-business//vsat/images/vsat-banner-bg-mobile.png");height:470px}}.b-vsat-banner .vsat-banner__container{display:flex;justify-content:space-between;gap:20px}@media(max-width: 767px){.b-vsat-banner .vsat-banner__container{flex-direction:column;height:100%}}.b-vsat-banner .vsat-banner__main-heading{text-align:left;font-weight:600;font-size:50px;line-height:1;letter-spacing:-0.04em;color:#fff;margin-bottom:70px}@media(min-width: 768px)and (max-width: 1279px){.b-vsat-banner .vsat-banner__main-heading{font-size:22px;margin-bottom:20px}}@media(max-width: 767px){.b-vsat-banner .vsat-banner__main-heading{font-size:22px;margin-bottom:20px}}.b-vsat-banner .vsat-banner__sub-heading{font-weight:600;font-size:36px;line-height:1.33;letter-spacing:-0.04em;color:#fff;margin-bottom:75px;max-width:800px}@media(min-width: 768px)and (max-width: 1279px){.b-vsat-banner .vsat-banner__sub-heading{font-size:18px;margin-bottom:20px;max-width:280px}}@media(max-width: 767px){.b-vsat-banner .vsat-banner__sub-heading{font-size:18px;margin-bottom:20px}}.b-vsat-banner .vsat-banner__sub-text{font-weight:400;font-size:24px;line-height:1.17;letter-spacing:-0.05em;color:#fff;margin:0}@media(min-width: 768px)and (max-width: 1279px){.b-vsat-banner .vsat-banner__sub-text{font-size:14px;max-width:250px}}@media(max-width: 767px){.b-vsat-banner .vsat-banner__sub-text{font-size:14px}}.b-vsat-banner .vsat-banner__right{width:100%;max-width:400px}@media(min-width: 768px)and (max-width: 1279px){.b-vsat-banner .vsat-banner__right{max-width:260px}}.b-vsat-banner .vsat-banner__tarif-heading{font-weight:600;font-size:35px;line-height:1.37;letter-spacing:-0.05em;margin-bottom:30px}@media(min-width: 768px)and (max-width: 1279px){.b-vsat-banner .vsat-banner__tarif-heading{display:none}}@media(max-width: 767px){.b-vsat-banner .vsat-banner__tarif-heading{display:none}}.b-vsat-banner .vsat-banner__tarif-item{position:relative;margin-bottom:16px}.b-vsat-banner .vsat-banner__tarif-item:last-child{margin-bottom:0}.b-vsat-banner .vsat-banner__tarif-item-bg{padding:16px;width:100%;border-radius:10px;background:#fff;backdrop-filter:blur(12.5px);mask-image:url("/internet-for-business//vsat/images/subtract-1.svg");mask-mode:alpha;webkit-mask-mode:alpha;mask-repeat:no-repeat;webkit-mask-repeat:no-repeat;height:112px}@media(min-width: 768px)and (max-width: 1279px){.b-vsat-banner .vsat-banner__tarif-item-bg{height:64px;mask-image:url("/internet-for-business//vsat/images/subtract-tablet.svg")}}@media(max-width: 767px){.b-vsat-banner .vsat-banner__tarif-item-bg{height:64px;mask-image:url("/internet-for-business//vsat/images/subtract-mobile.svg");mask-position:center}}.b-vsat-banner .vsat-banner__tarif-item-content{position:absolute;top:0;bottom:0;left:16px;right:16px;display:flex;align-items:center;gap:30px}@media(min-width: 768px)and (max-width: 1279px){.b-vsat-banner .vsat-banner__tarif-item-content{left:9px;gap:14px}}@media(max-width: 767px){.b-vsat-banner .vsat-banner__tarif-item-content{left:0;gap:20px;justify-content:center}}.b-vsat-banner .vsat-banner__tarif-icon{width:80px;height:80px;display:flex;justify-content:center;align-items:center;border-radius:12px;position:relative}@media(min-width: 768px)and (max-width: 1279px){.b-vsat-banner .vsat-banner__tarif-icon{width:44px;height:44px}}@media(max-width: 767px){.b-vsat-banner .vsat-banner__tarif-icon{width:30px;height:30px}}@media(min-width: 768px)and (max-width: 1279px){.b-vsat-banner .vsat-banner__tarif-icon img{max-width:30px}}@media(max-width: 767px){.b-vsat-banner .vsat-banner__tarif-icon img{max-width:30px}}.b-vsat-banner .vsat-banner__tarif-name{font-weight:500;font-size:24px;line-height:1.17;letter-spacing:-0.03em}@media(min-width: 768px)and (max-width: 1279px){.b-vsat-banner .vsat-banner__tarif-name{font-size:16px}}@media(max-width: 767px){.b-vsat-banner .vsat-banner__tarif-name{font-size:16px}}.b-channel-advantages{padding-top:40px;padding-bottom:60px;margin-top:40px;border-radius:20px;background-color:#f4f4f4;width:100vw;transform:translateX(-50%);margin-left:50%;max-width:1820px}@media(min-width: 1280px)and (max-width: 1799px){.b-channel-advantages{padding:30px 20px;width:calc(100vw - 40px)}}@media(min-width: 768px)and (max-width: 1279px){.b-channel-advantages{padding:20px;width:calc(100vw - 40px)}}@media(max-width: 767px){.b-channel-advantages{padding:20px;width:calc(100vw - 40px)}}.b-channel-advantages .channel-advantages__heading{font-weight:600;font-size:35px;line-height:1.14;text-align:center;letter-spacing:-0.04em;color:#111;margin-left:auto;margin-right:auto;margin-bottom:25px;max-width:630px}@media(min-width: 1280px)and (max-width: 1799px){.b-channel-advantages .channel-advantages__heading{max-width:100%}}@media(min-width: 768px)and (max-width: 1279px){.b-channel-advantages .channel-advantages__heading{font-size:24px;margin-bottom:0}}@media(max-width: 767px){.b-channel-advantages .channel-advantages__heading{font-size:24px;margin-bottom:0}}.b-channel-advantages .channel-advantages__list{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}@media(min-width: 768px)and (max-width: 1279px){.b-channel-advantages .channel-advantages__list{gap:0 20px}}@media(max-width: 767px){.b-channel-advantages .channel-advantages__list{gap:0}}.b-channel-advantages .channel-advantages__item{width:calc(25% - 12px);position:relative;display:flex;flex-direction:column;height:auto}@media(min-width: 768px)and (max-width: 1279px){.b-channel-advantages .channel-advantages__item{width:calc(50% - 10px)}}@media(max-width: 767px){.b-channel-advantages .channel-advantages__item{width:100%}}.b-channel-advantages .channel-advantages__icon{transform:translateY(50%);position:relative;height:60px;display:flex;justify-content:center;align-items:center;color:#fff;text-shadow:-1.5px 1.5px 0 #1d468e,1.5px 1.5px 0 #1d468e,1.5px -1.5px 0 #1d468e,-1.5px -1.5px 0 #1d468e;font-weight:700;font-size:40px;line-height:.7;letter-spacing:-0.04em}@media(max-width: 767px){.b-channel-advantages .channel-advantages__icon img{max-width:50px}}.b-channel-advantages .channel-advantages__inner{background-color:#fff;border-radius:10px;padding:70px 19px 25px;flex:1;clip-path:polygon(38.235% 3.236%, 38.235% 3.236%, 38.197% 2.711%, 38.085% 2.213%, 37.907% 1.749%, 37.668% 1.325%, 37.374% 0.948%, 37.031% 0.624%, 36.646% 0.361%, 36.224% 0.165%, 35.771% 0.042%, 35.294% 0%, 2.941% 0%, 2.941% 0%, 2.464% 0.042%, 2.012% 0.165%, 1.59% 0.361%, 1.204% 0.624%, 0.861% 0.948%, 0.567% 1.325%, 0.328% 1.749%, 0.15% 2.213%, 0.038% 2.711%, 0% 3.236%, 0% 96.764%, 0% 96.764%, 0.038% 97.289%, 0.15% 97.787%, 0.328% 98.251%, 0.567% 98.675%, 0.861% 99.052%, 1.204% 99.376%, 1.59% 99.639%, 2.012% 99.835%, 2.464% 99.958%, 2.941% 100%, 97.059% 100%, 97.059% 100%, 97.536% 99.958%, 97.988% 99.835%, 98.41% 99.639%, 98.796% 99.376%, 99.139% 99.052%, 99.433% 98.675%, 99.672% 98.251%, 99.85% 97.787%, 99.962% 97.289%, 100% 96.764%, 100% 3.236%, 100% 3.236%, 99.962% 2.711%, 99.85% 2.213%, 99.672% 1.749%, 99.433% 1.325%, 99.139% 0.948%, 98.796% 0.624%, 98.41% 0.361%, 97.988% 0.165%, 97.536% 0.042%, 97.059% 0%, 64.706% 0%, 64.706% 0%, 64.229% 0.042%, 63.776% 0.165%, 63.354% 0.361%, 62.969% 0.624%, 62.626% 0.948%, 62.332% 1.325%, 62.093% 1.749%, 61.915% 2.213%, 61.803% 2.711%, 61.765% 3.236%, 61.765% 9.709%, 61.765% 9.709%, 61.726% 10.234%, 61.615% 10.732%, 61.436% 11.196%, 61.197% 11.62%, 60.903% 11.997%, 60.561% 12.321%, 60.175% 12.584%, 59.753% 12.78%, 59.301% 12.903%, 58.824% 12.945%, 41.176% 12.945%, 41.176% 12.945%, 40.699% 12.903%, 40.247% 12.78%, 39.825% 12.584%, 39.439% 12.321%, 39.097% 11.997%, 38.803% 11.62%, 38.564% 11.196%, 38.385% 10.732%, 38.274% 10.234%, 38.235% 9.709%, 38.235% 3.236%);text-align:center}@media(min-width: 1280px)and (max-width: 1799px){.b-channel-advantages .channel-advantages__inner{clip-path:polygon(36.332% 2.786%, 36.332% 2.786%, 36.287% 2.334%, 36.156% 1.905%, 35.946% 1.505%, 35.665% 1.14%, 35.319% 0.816%, 34.916% 0.537%, 34.462% 0.311%, 33.966% 0.142%, 33.433% 0.036%, 32.872% 0%, 3.46% 0%, 3.46% 0%, 2.899% 0.036%, 2.367% 0.142%, 1.87% 0.311%, 1.417% 0.537%, 1.013% 0.816%, 0.668% 1.14%, 0.386% 1.505%, 0.176% 1.905%, 0.045% 2.334%, 0% 2.786%, 0% 97.214%, 0% 97.214%, 0.045% 97.666%, 0.176% 98.095%, 0.386% 98.495%, 0.668% 98.86%, 1.013% 99.184%, 1.417% 99.463%, 1.87% 99.689%, 2.367% 99.858%, 2.899% 99.964%, 3.46% 100%, 96.54% 100%, 96.54% 100%, 97.101% 99.964%, 97.634% 99.858%, 98.13% 99.689%, 98.583% 99.463%, 98.987% 99.184%, 99.332% 98.86%, 99.614% 98.495%, 99.824% 98.095%, 99.955% 97.666%, 100% 97.214%, 100% 2.786%, 100% 2.786%, 99.955% 2.334%, 99.824% 1.905%, 99.614% 1.505%, 99.332% 1.14%, 98.987% 0.816%, 98.583% 0.537%, 98.13% 0.311%, 97.634% 0.142%, 97.101% 0.036%, 96.54% 0%, 67.474% 0%, 67.474% 0%, 66.913% 0.036%, 66.38% 0.142%, 65.884% 0.311%, 65.43% 0.537%, 65.027% 0.816%, 64.681% 1.14%, 64.4% 1.505%, 64.19% 1.905%, 64.059% 2.334%, 64.014% 2.786%, 64.014% 8.357%, 64.014% 8.357%, 63.969% 8.808%, 63.837% 9.237%, 63.628% 9.637%, 63.346% 10.002%, 63% 10.326%, 62.597% 10.605%, 62.144% 10.831%, 61.647% 11%, 61.115% 11.106%, 60.554% 11.142%, 39.792% 11.142%, 39.792% 11.142%, 39.231% 11.106%, 38.699% 11%, 38.202% 10.831%, 37.749% 10.605%, 37.346% 10.326%, 37% 10.002%, 36.718% 9.637%, 36.509% 9.237%, 36.377% 8.808%, 36.332% 8.357%, 36.332% 2.786%)}}@media(min-width: 768px)and (max-width: 1279px){.b-channel-advantages .channel-advantages__inner{padding:70px 20px 20px}}@media(max-width: 767px){.b-channel-advantages .channel-advantages__inner{clip-path:polygon(34.615% 2.967%, 34.615% 2.967%, 34.565% 2.486%, 34.419% 2.029%, 34.186% 1.604%, 33.873% 1.215%, 33.489% 0.869%, 33.041% 0.573%, 32.537% 0.331%, 31.985% 0.151%, 31.393% 0.039%, 30.769% 0%, 3.846% 0%, 3.846% 0%, 3.222% 0.039%, 2.63% 0.151%, 2.079% 0.331%, 1.575% 0.573%, 1.127% 0.869%, 0.742% 1.215%, 0.429% 1.604%, 0.196% 2.029%, 0.05% 2.486%, 0% 2.967%, 0% 97.033%, 0% 97.033%, 0.05% 97.514%, 0.196% 97.971%, 0.429% 98.396%, 0.742% 98.785%, 1.127% 99.131%, 1.575% 99.427%, 2.079% 99.669%, 2.63% 99.849%, 3.222% 99.961%, 3.846% 100%, 96.154% 100%, 96.154% 100%, 96.778% 99.961%, 97.37% 99.849%, 97.921% 99.669%, 98.425% 99.427%, 98.874% 99.131%, 99.258% 98.785%, 99.571% 98.396%, 99.804% 97.971%, 99.95% 97.514%, 100% 97.033%, 100% 2.967%, 100% 2.967%, 99.95% 2.486%, 99.804% 2.029%, 99.571% 1.604%, 99.258% 1.215%, 98.874% 0.869%, 98.425% 0.573%, 97.921% 0.331%, 97.37% 0.151%, 96.778% 0.039%, 96.154% 0%, 69.231% 0%, 69.231% 0%, 68.607% 0.039%, 68.015% 0.151%, 67.463% 0.331%, 66.959% 0.573%, 66.511% 0.869%, 66.127% 1.215%, 65.814% 1.604%, 65.581% 2.029%, 65.435% 2.486%, 65.385% 2.967%, 65.385% 8.902%, 65.385% 8.902%, 65.334% 9.383%, 65.189% 9.84%, 64.955% 10.266%, 64.643% 10.655%, 64.258% 11%, 63.81% 11.297%, 63.306% 11.538%, 62.754% 11.718%, 62.162% 11.831%, 61.538% 11.869%, 38.462% 11.869%, 38.462% 11.869%, 37.838% 11.831%, 37.246% 11.718%, 36.694% 11.538%, 36.19% 11.297%, 35.742% 11%, 35.357% 10.655%, 35.045% 10.266%, 34.811% 9.84%, 34.666% 9.383%, 34.615% 8.902%, 34.615% 2.967%)}}.b-channel-advantages .channel-advantages__title{font-weight:600;font-size:22px;line-height:1.27;letter-spacing:-0.03em;color:#1d468e;margin-bottom:8px;text-align:center}@media(min-width: 1280px)and (max-width: 1799px){.b-channel-advantages .channel-advantages__title{font-size:18px;margin-bottom:10px}}.b-channel-advantages .channel-advantages__sub-title{font-weight:600;font-size:16px;line-height:1.62;letter-spacing:-0.03em;color:#272727;text-align:center}@media(min-width: 1280px)and (max-width: 1799px){.b-channel-advantages .channel-advantages__sub-title{min-height:67px}}@media(min-width: 768px)and (max-width: 1279px){.b-channel-advantages .channel-advantages__sub-title{padding-bottom:10px}}.b-channel-advantages .channel-advantages__text{font-weight:400;font-size:16px;line-height:1.25;letter-spacing:-0.06em;color:#272727;margin-bottom:0;padding-top:15px;margin-top:16px;border-top:1px solid #1d468e}.b-channel-advantages--grey{background-color:rgba(0,0,0,0)}.b-channel-advantages--grey .channel-advantages__inner{background-color:#f4f4f4}.b-channel-advantages--credits{padding:0;margin-top:0}.b-channel-advantages--credits .channel-advantages__inner{padding-left:12px;padding-right:12px}.b-channel-advantages--credits .channel-advantages__title{height:56px;font-size:16px;font-weight:bold}.b-channel-advantages--credits .channel-advantages__text{text-align:center;padding-right:10px;padding-left:10px}.b-channel-advantages--three-columns .channel-advantages__item{flex:1;width:auto}@media(min-width: 768px)and (max-width: 1279px){.b-channel-advantages--three-columns .channel-advantages__item{width:calc(50% - 12px);flex:auto}}@media(max-width: 767px){.b-channel-advantages--three-columns .channel-advantages__item{width:100%;flex:auto}}@media(max-width: 767px){.b-channel-advantages--three-columns .channel-advantages__title{height:auto;font-size:18px}}.b-channel-advantages--three-columns .channel-advantages__inner{padding-left:75px;padding-right:75px}@media(max-width: 1279px){.b-channel-advantages--three-columns .channel-advantages__inner{padding-left:10px;padding-right:10px}}.b-zone-map{padding:40px 0;position:relative}@media(max-width: 767px){.b-zone-map{padding-bottom:110px;margin-bottom:30px}}.b-zone-map .zone-map__heading{margin-bottom:40px;font-weight:600;font-size:35px;line-height:1.14;text-align:center;letter-spacing:-0.04em;color:#111}@media(min-width: 768px)and (max-width: 1279px){.b-zone-map .zone-map__heading{font-size:24px;margin-bottom:20px}}@media(max-width: 767px){.b-zone-map .zone-map__heading{font-size:24px;margin-bottom:20px}}.b-zone-map .zone-map__map-container{text-align:center}@media(min-width: 768px)and (max-width: 1279px){.b-zone-map .zone-map__map-container{width:56%;margin:0 auto}}@media(max-width: 767px){.b-zone-map .zone-map__map-container{width:100%}}.b-zone-map .zone-map__map-container img{max-width:100%}@media(min-width: 1280px)and (max-width: 1799px){.b-zone-map .zone-map__map-container img{max-width:720px}}.b-zone-map .zone-map__dots{position:absolute;top:50%;transform:translateY(-50%);width:100%;display:flex;justify-content:space-between}@media(max-width: 767px){.b-zone-map .zone-map__dots{top:auto;bottom:0;transform:none}}.b-zone-map .zone-map__dots-container{display:flex;flex-direction:column;gap:38px}@media(min-width: 768px)and (max-width: 1279px){.b-zone-map .zone-map__dots-container{gap:15px}}@media(max-width: 767px){.b-zone-map .zone-map__dots-container{gap:15px}}.b-zone-map .zone-map__dot-item{display:flex;align-items:center;gap:24px;font-weight:600;font-size:22px;line-height:1.27;letter-spacing:-0.03em;color:#1d468e}@media(min-width: 768px)and (max-width: 1279px){.b-zone-map .zone-map__dot-item{font-size:16px;gap:10px}}@media(max-width: 767px){.b-zone-map .zone-map__dot-item{font-size:16px;gap:10px}}.b-zone-map .zone-map__dot-item::before{content:"";display:block;width:36px;height:36px;border-radius:50%}@media(min-width: 768px)and (max-width: 1279px){.b-zone-map .zone-map__dot-item::before{width:20px;height:20px}}@media(max-width: 767px){.b-zone-map .zone-map__dot-item::before{width:20px;height:20px}}.b-zone-map .zone-map__dot-item--yamal::before{background-color:#9a9afe}.b-zone-map .zone-map__dot-item--amu::before{background-color:#1d468e}.b-zone-map .zone-map__dot-item--am5::before{background-color:#1d468e}.b-zone-map .zone-map__dot-item--am7::before{background-color:#79a3ed}.b-zone-map .zone-map__dot-item--am44::before{background-color:#00c7e8}.b-tabs .tabs__heading{display:flex;border-radius:10px;overflow:hidden}.b-tabs .tabs__heading-wrapper{background-color:#f4f4f4;padding-top:30px;padding-bottom:30px;border-radius:10px;margin-bottom:15px;padding-left:205px;padding-right:205px;margin-left:-205px;margin-right:-205px}@media(max-width: 1799px){.b-tabs .tabs__heading-wrapper{padding-left:20px;padding-right:20px;margin-left:0;margin-right:0}}@media(max-width: 1279px){.b-tabs .tabs__heading-wrapper{background-color:rgba(0,0,0,0);padding-top:0;padding-bottom:20px;padding-left:0;padding-right:0}}.b-tabs .tabs__item{font-weight:600;font-size:14px;line-height:1.3;text-align:center;letter-spacing:-0.03em;color:rgba(29,70,142,.5);background:#fff;flex:1;box-sizing:border-box;cursor:pointer;padding:16px;display:flex;align-items:center;justify-content:center}.b-tabs .tabs__item.active{background-color:#deeaff;color:#1d468e}.b-tabs .tabs__content{z-index:2}.b-tabs .tabs__panel{display:none}.b-tabs .tabs__panel.active{display:block}.b-custom-select{position:relative}.b-custom-select .custom-select__trigger{cursor:pointer;position:relative;width:100%;background-color:#fff;color:rgba(29,70,142,.5);border:1px solid #deeaff;padding:10px 35px 10px 17px;font-weight:600;font-size:16px;line-height:1.25;letter-spacing:-0.03em;box-sizing:border-box;border-radius:10px}.b-custom-select .custom-select__trigger::after{content:"";position:absolute;top:50%;transform:translateY(-50%);right:10px;width:13px;height:8px;background:url("/local/templates/webcanape/images/mobile-select-dropdown-da.svg") 0 0/cover no-repeat}.b-custom-select .custom-select__options{position:absolute;top:100%;left:0;width:100%;background-color:#eef8ff;border-radius:6px;box-shadow:0 0 4px #e9e1f8;z-index:4;box-sizing:border-box;display:none}.b-custom-select .custom-select__option{position:relative;padding:10px 15px;font-weight:600;font-size:16px;line-height:1.25;letter-spacing:-0.03em;color:rgba(29,70,142,.5);cursor:pointer}.b-custom-select .custom-select__option:hover{background-color:#fff}.b-custom-select--mobile{display:none}@media(max-width: 1279px){.b-custom-select--mobile{display:block}}.b-custom-select.isActive .custom-select__options{display:block;padding:5px 0}.b-custom-select.isActive .custom-select__trigger::after{transform:rotate(180deg)}.b-spheres-carousel{margin-left:-205px;margin-right:-205px;margin-bottom:40px}@media(max-width: 1799px){.b-spheres-carousel{margin-left:0;margin-right:0}}@media(max-width: 1279px){.b-spheres-carousel{margin-bottom:20px}}@media(max-width: 767px){.b-spheres-carousel{height:515px}}.b-spheres-carousel picture{width:100%}@media(max-width: 767px){.b-spheres-carousel .spheres-carousel__swiper{height:100%}}.b-spheres-carousel .spheres-carousel__slide{position:relative;color:#fff}@media(max-width: 767px){.b-spheres-carousel .spheres-carousel__slide{display:flex;align-items:flex-end}}@media(max-width: 767px){.b-spheres-carousel .spheres-carousel__slide--blue .spheres-carousel__left{padding:20px 20px 30px;border-radius:12px;margin:0 -20px;background-color:#1d468e}}@media(max-width: 767px){.b-spheres-carousel .spheres-carousel__slide--pink .spheres-carousel__left{padding:20px 20px 30px;border-radius:12px;margin:0 -20px;background-color:#6c4796}}.b-spheres-carousel .spheres-carousel__slide-img{max-width:100%;border-radius:20px}@media(min-width: 1280px)and (max-width: 1799px){.b-spheres-carousel .spheres-carousel__slide-img{aspect-ratio:2.55}}@media(min-width: 768px)and (max-width: 1279px){.b-spheres-carousel .spheres-carousel__slide-img{aspect-ratio:2.88}}@media(max-width: 767px){.b-spheres-carousel .spheres-carousel__slide-img{width:100%;height:100%;object-fit:cover}}.b-spheres-carousel .spheres-carousel__right{display:flex}@media(min-width: 1280px)and (max-width: 1799px){.b-spheres-carousel .spheres-carousel__right{margin-left:auto;margin-top:25px}}.b-spheres-carousel .spheres-carousel__content-outer{max-width:1410px;margin-left:auto;margin-right:auto;position:relative;min-height:370px}@media(max-width: 1279px){.b-spheres-carousel .spheres-carousel__content-outer{min-height:auto}}.b-spheres-carousel .spheres-carousel__content{position:absolute;top:50%;transform:translateY(-50%);width:100%;box-sizing:border-box}@media(min-width: 1280px)and (max-width: 1799px){.b-spheres-carousel .spheres-carousel__content{padding:0 50px}}@media(min-width: 768px)and (max-width: 1279px){.b-spheres-carousel .spheres-carousel__content{padding:0 24px}}@media(max-width: 767px){.b-spheres-carousel .spheres-carousel__content{padding:0 20px;top:0;transform:none}}.b-spheres-carousel .spheres-carousel__content-container{display:flex;justify-content:space-between}@media(max-width: 1279px){.b-spheres-carousel .spheres-carousel__content-container{flex-direction:column}}@media(max-width: 767px){.b-spheres-carousel .spheres-carousel__content-container{gap:20px}}.b-spheres-carousel .spheres-carousel__heading{font-weight:700;font-size:44px;line-height:1.14;letter-spacing:-0.04em;max-width:710px;margin-bottom:30px}@media(min-width: 768px)and (max-width: 1279px){.b-spheres-carousel .spheres-carousel__heading{font-weight:600;font-size:18px;line-height:1.22;letter-spacing:-0.06em;margin-bottom:15px}}@media(max-width: 767px){.b-spheres-carousel .spheres-carousel__heading{font-weight:600;font-size:18px;line-height:1.22;letter-spacing:-0.06em;margin-bottom:15px}}.b-spheres-carousel .spheres-carousel__sub-heading{font-weight:500;font-size:30px;line-height:1.13;letter-spacing:-0.04em;margin-bottom:52px;max-width:630px}@media(min-width: 1280px)and (max-width: 1799px){.b-spheres-carousel .spheres-carousel__sub-heading{margin-bottom:10px;font-size:27px}}@media(min-width: 768px)and (max-width: 1279px){.b-spheres-carousel .spheres-carousel__sub-heading{font-weight:500;font-size:14px;line-height:1.29;letter-spacing:-0.04em;margin-bottom:30px}}@media(max-width: 767px){.b-spheres-carousel .spheres-carousel__sub-heading{font-weight:500;font-size:14px;line-height:1.29;letter-spacing:-0.04em}}.b-spheres-carousel .spheres-carousel__text{font-weight:400;font-size:20px;line-height:1.5;letter-spacing:-0.05em}@media(min-width: 1280px)and (max-width: 1799px){.b-spheres-carousel .spheres-carousel__text{font-size:18px}}@media(min-width: 768px)and (max-width: 1279px){.b-spheres-carousel .spheres-carousel__text{font-size:16px;margin-bottom:15px;display:none}}@media(max-width: 767px){.b-spheres-carousel .spheres-carousel__text{display:none}}.b-spheres-carousel .spheres-carousel__prev,.b-spheres-carousel .spheres-carousel__next{width:50px;height:50px;border:1px solid rgba(255,255,255,.4);border-radius:50%}.b-spheres-carousel .spheres-carousel__prev::after,.b-spheres-carousel .spheres-carousel__next::after{content:""}@media(max-width: 1799px){.b-spheres-carousel .spheres-carousel__prev,.b-spheres-carousel .spheres-carousel__next{display:none}}.b-spheres-carousel .spheres-carousel__prev svg,.b-spheres-carousel .spheres-carousel__next svg{width:auto;height:auto}.b-spheres-carousel .spheres-carousel__next{right:95px;background:url("/local/templates/webcanape/images/carousel-arrow-next.svg") center center no-repeat}@media(min-width: 1280px)and (max-width: 1799px){.b-spheres-carousel .spheres-carousel__next{right:20px;top:35px;margin:0}}.b-spheres-carousel .spheres-carousel__prev{left:95px;background:url("/local/templates/webcanape/images/carousel-arrow-prev.svg") center center no-repeat}@media(min-width: 1280px)and (max-width: 1799px){.b-spheres-carousel .spheres-carousel__prev{left:auto;right:85px;top:35px;margin:0}}.b-spheres-carousel .swiper-pagination-bullets.swiper-pagination-horizontal{position:static;margin-top:15px;display:none}@media(max-width: 1279px){.b-spheres-carousel .swiper-pagination-bullets.swiper-pagination-horizontal{display:block}}.b-spheres-carousel .swiper-pagination-bullet{opacity:1;width:4px;height:4px;background-color:rgba(29,70,142,.5)}.b-spheres-carousel .swiper-pagination-bullet-active{background-color:#1d468e}.b-carousel-solid-info{background:rgba(255,255,255,.8);border-radius:10px;display:flex;padding:20px 30px;margin-top:auto;width:100%;max-width:690px;position:absolute;right:0;bottom:0}@media(max-width: 1279px){.b-carousel-solid-info{position:static;padding:15px}}@media(max-width: 767px){.b-carousel-solid-info{flex-direction:column;gap:10px;margin-top:0;background-color:rgba(0,0,0,0);padding:0}}.b-carousel-solid-info .carousel-solid-info__item{font-weight:600;font-size:18px;line-height:1.67;letter-spacing:-0.05em;color:#1d468e;display:flex;flex-direction:column;margin-right:60px}@media(max-width: 767px){.b-carousel-solid-info .carousel-solid-info__item{margin-right:0;border-radius:10px;background-color:rgba(255,255,255,.8);padding:10px}}.b-carousel-solid-info .carousel-solid-info__item:last-child{margin-right:0;margin-left:-14px}@media(max-width: 767px){.b-carousel-solid-info .carousel-solid-info__item:last-child{margin:0;background-color:rgba(0,0,0,0)}.b-carousel-solid-info .carousel-solid-info__item:last-child a:link,.b-carousel-solid-info .carousel-solid-info__item:last-child a:visited{color:#fff}.b-carousel-solid-info .carousel-solid-info__item:last-child a:link svg path,.b-carousel-solid-info .carousel-solid-info__item:last-child a:visited svg path{stroke:#fff}}.b-carousel-solid-info .carousel-solid-info__price{font-size:14px;line-height:1.1}.b-carousel-solid-info .carousel-solid-info__price--big{font-size:24px;line-height:1.25}.b-carousel-solid-info .carousel-solid-info__more-link:link,.b-carousel-solid-info .carousel-solid-info__more-link:visited{font-weight:600;font-size:12px;line-height:1.17;letter-spacing:-0.02em;color:#1d468e;display:flex;align-items:center;gap:5px;margin-top:auto}.b-carousel-solid-info--subtructed{padding:0;position:absolute;right:0;bottom:0;background-color:rgba(0,0,0,0)}@media(max-width: 1279px){.b-carousel-solid-info--subtructed{position:relative;bottom:0;margin-top:20px}}.b-carousel-solid-info--subtructed .carousel-solid-info__bg{mask-image:url("/satelite-communication/spheres/images/spheres-subtract.svg");mask-mode:alpha;webkit-mask-mode:alpha;mask-repeat:no-repeat;webkit-mask-repeat:no-repeat;width:100%;height:97px;background-color:#fff}@media(min-width: 768px)and (max-width: 1279px){.b-carousel-solid-info--subtructed .carousel-solid-info__bg{mask-image:url("/satelite-communication/spheres/images/substruct-double-tablet.svg");height:65px}}@media(max-width: 767px){.b-carousel-solid-info--subtructed .carousel-solid-info__bg{mask-image:none;background:none;display:none}}.b-carousel-solid-info--subtructed .carousel-solid-info__bg--sea{mask-image:url("/satelite-communication/spheres/images/spheres-subtract-sea.svg")}.b-carousel-solid-info--subtructed .carousel-solid-info__inner{position:absolute;display:flex;top:22px;left:39px}@media(min-width: 768px)and (max-width: 1279px){.b-carousel-solid-info--subtructed .carousel-solid-info__inner{top:8px;left:23px}}@media(max-width: 767px){.b-carousel-solid-info--subtructed .carousel-solid-info__inner{position:static;flex-direction:column;gap:10px}}.b-carousel-solid-info--subtructed .carousel-solid-info__inner--sea{top:11px;left:30px}.b-carousel-solid-info--subtructed .carousel-solid-info__item{display:flex;align-items:center;flex-direction:row;gap:30px;margin-right:94px}@media(max-width: 767px){.b-carousel-solid-info--subtructed .carousel-solid-info__item{margin-right:0;padding:10px 15px}}@media(min-width: 768px)and (max-width: 1279px){.b-carousel-solid-info--subtructed .carousel-solid-info__icon img{max-width:23px}}@media(max-width: 1279px){.b-carousel-solid-info--subtructed .carousel-solid-info__more-link:link,.b-carousel-solid-info--subtructed .carousel-solid-info__more-link:visited{color:#fff}.b-carousel-solid-info--subtructed .carousel-solid-info__more-link:link svg path,.b-carousel-solid-info--subtructed .carousel-solid-info__more-link:visited svg path{stroke:#fff}}.b-columns-text{display:flex;justify-content:space-between;gap:15px;margin-bottom:60px}@media(max-width: 767px){.b-columns-text{flex-direction:column;margin-bottom:30px}}.b-columns-text .columns-text__title{font-weight:600;font-size:24px;line-height:1.17;letter-spacing:-0.03em;color:#1d468e;margin-bottom:25px}@media(max-width: 1279px){.b-columns-text .columns-text__title{font-size:18px;margin-bottom:20px}}.b-columns-text .columns-text__list{list-style-image:url("/local/templates/webcanape/images/list-style-image.svg")}.b-columns-text .columns-text__link:link,.b-columns-text .columns-text__link:visited{font-weight:600;font-size:12px;line-height:1.17;letter-spacing:-0.02em;color:#1d468e;display:flex;align-items:center;gap:4px}.b-columns-text .columns-text__link:link::after,.b-columns-text .columns-text__link:visited::after{content:"";display:block;width:3px;height:6px;background:url("/local/templates/webcanape/images/link-icon.svg") center center no-repeat}.b-columns-text--two .columns-text__col{width:calc(50% - 30px);display:flex;flex-direction:column;row-gap:40px}@media(max-width: 767px){.b-columns-text--two .columns-text__col{width:100%}}.b-columns-text--two .columns-text__element--bottom{margin-top:auto}.b-columns-text--two .columns-text__item{padding-left:15px;margin-bottom:15px;margin-left:20px;font-weight:400;font-size:18px;line-height:1.33;letter-spacing:-0.06em;color:#272727}@media(max-width: 1279px){.b-columns-text--two .columns-text__item{font-size:14px;margin-bottom:10px}}.b-columns-text--two .columns-text__item:last-child{margin-bottom:0}.b-columns-text--grey{background-color:#f4f4f4;border-radius:20px;padding:40px;margin-bottom:0}@media(max-width: 1279px){.b-columns-text--grey{padding:20px}}.b-text{margin:60px 0}@media(max-width: 767px){.b-text{margin:30px 0}}.b-expandable-block{padding-left:205px;padding-right:205px;margin-left:-205px;margin-right:-205px;background-color:#deeaff;border-radius:20px;margin-bottom:30px}@media(max-width: 1799px){.b-expandable-block{padding-left:20px;padding-right:20px;margin-left:0;margin-right:0}}.b-expandable-block .expandable-block__button{font-weight:600;font-size:14px;line-height:1.29;text-align:center;letter-spacing:-0.02em;color:#1d468e;display:flex;justify-content:center;align-items:center;gap:10px;padding:16px;cursor:pointer}.b-expandable-block .expandable-block__button svg,.b-expandable-block .expandable-block__button img{transition:transform .3s ease}.b-expandable-block .expandable-block__button.active svg,.b-expandable-block .expandable-block__button.active img{transform:rotate(180deg)}.b-expandable-block .expandable-block__content{display:none;padding:40px 0 1px}.b-partners-promo{width:100vw;transform:translateX(-50%);margin-left:50%;max-width:1820px;position:relative;margin-bottom:60px}@media(max-width: 1799px){.b-partners-promo{padding-left:20px;padding-right:20px}}@media(max-width: 1279px){.b-partners-promo{margin-bottom:30px}}@media(min-width: 1280px)and (max-width: 1799px){.b-partners-promo .partners-promo__bg{height:480px}}@media(min-width: 768px)and (max-width: 1279px){.b-partners-promo .partners-promo__bg{height:340px}}@media(max-width: 767px){.b-partners-promo .partners-promo__bg{height:615px}}.b-partners-promo .partners-promo__bg img{max-width:100%;border-radius:20px;height:100%;object-fit:cover}@media(max-width: 767px){.b-partners-promo .partners-promo__bg img{width:100%}}.b-partners-promo .partners-promo__wrapper{position:absolute;left:0;top:60px;width:100%}@media(max-width: 1799px){.b-partners-promo .partners-promo__wrapper{left:60px;width:calc(100% - 120px)}}@media(max-width: 1279px){.b-partners-promo .partners-promo__wrapper{top:40px;left:40px;width:calc(100% - 80px)}}.b-partners-promo .partners-promo__content{max-width:1410px;margin-left:auto;margin-right:auto}.b-partners-promo .partners-promo__heading{font-weight:600;font-size:40px;line-height:1.1;letter-spacing:-0.04em;color:#1d468e;margin-bottom:45px;max-width:1024px;text-align:left}@media(min-width: 1280px)and (max-width: 1799px){.b-partners-promo .partners-promo__heading{font-size:34px;max-width:900px}}@media(min-width: 768px)and (max-width: 1279px){.b-partners-promo .partners-promo__heading{font-size:18px;margin-bottom:20px;max-width:355px}}@media(max-width: 767px){.b-partners-promo .partners-promo__heading{font-size:18px;margin-bottom:20px;max-width:100%}}.b-partners-promo .partners-promo__text{font-weight:500;font-size:20px;line-height:1.13;letter-spacing:-0.04em;color:#1d468e}@media(min-width: 1280px)and (max-width: 1799px){.b-partners-promo .partners-promo__text{font-size:20px}}@media(min-width: 768px)and (max-width: 1279px){.b-partners-promo .partners-promo__text{font-size:14px}}@media(max-width: 767px){.b-partners-promo .partners-promo__text{font-size:14px}}.b-partners-promo-items{display:flex;align-items:center;gap:50px;margin-bottom:45px}@media(max-width: 1799px){.b-partners-promo-items{gap:20px}}@media(max-width: 1279px){.b-partners-promo-items{flex-direction:column;align-items:flex-start;margin-bottom:15px}}.b-partners-promo-items .partners-promo-items__bg{mask-image:url("/company/partners/images/partners-promo-mask.svg");mask-repeat:no-repeat;height:106px;width:100%;background:#1d468e}@media(min-width: 768px)and (max-width: 1279px){.b-partners-promo-items .partners-promo-items__bg{height:64px;mask-image:url("/company/partners/images/partners-promo-mask-tablet.svg")}}@media(max-width: 767px){.b-partners-promo-items .partners-promo-items__bg{height:64px;mask-image:url("/company/partners/images/partners-promo-mask-mobile.svg")}}@media(max-width: 1279px){.b-partners-promo-items .partners-promo-items__icon{max-width:38px}}@media(min-width: 768px)and (max-width: 1279px){.b-partners-promo-items .partners-promo-items__icon{max-width:30px}}@media(max-width: 767px){.b-partners-promo-items .partners-promo-items__icon{max-width:30px}}.b-partners-promo-items .partners-promo-items__icon svg{max-width:100%;max-height:100%}.b-partners-promo-items .partners-promo-items__icon img{width:100%;height:100%}.b-partners-promo-items .partners-promo-items__item{position:relative;width:435px}@media(max-width: 1279px){.b-partners-promo-items .partners-promo-items__item{width:345px}}@media(max-width: 767px){.b-partners-promo-items .partners-promo-items__item{width:260px}}.b-partners-promo-items .partners-promo-items__item--first .partners-promo-items__content{gap:41px;left:30px}@media(max-width: 1279px){.b-partners-promo-items .partners-promo-items__item--first .partners-promo-items__content{left:12px;gap:22px}}@media(min-width: 768px)and (max-width: 1279px){.b-partners-promo-items .partners-promo-items__item--first .partners-promo-items__content{left:17px}}@media(max-width: 767px){.b-partners-promo-items .partners-promo-items__item--first .partners-promo-items__content{left:17px;gap:22px}}.b-partners-promo-items .partners-promo-items__content{display:flex;align-items:center;position:absolute;top:25px;left:19px;gap:28px}@media(max-width: 1279px){.b-partners-promo-items .partners-promo-items__content{top:7px;left:14px;gap:20px}}@media(min-width: 768px)and (max-width: 1279px){.b-partners-promo-items .partners-promo-items__content{left:26px;top:12px}}@media(max-width: 767px){.b-partners-promo-items .partners-promo-items__content{left:17px;top:12px}}.b-partners-promo-items .partners-promo-items__text{font-weight:600;font-size:24px;line-height:1.25;color:#fff}@media(max-width: 1279px){.b-partners-promo-items .partners-promo-items__text{font-size:16px}}@media(min-width: 768px)and (max-width: 1279px){.b-partners-promo-items--on-main{flex-direction:row}}@media(max-width: 767px){.b-partners-promo-items--on-main{gap:8px}}.b-partners-promo-items--on-main .partners-promo-items__bg{height:80px;mask-image:url("/local/templates/webcanape/images/content/slider/slider-subtract.svg");border-radius:12px}.b-partners-promo-items--on-main .partners-promo-items__icon{flex-shrink:0}.b-partners-promo-items--on-main .partners-promo-items__text{font-size:16px}@media(max-width: 767px){.b-partners-promo-items--on-main .partners-promo-items__text{font-size:14px}}.b-partners-promo-items--on-main .partners-promo-items__item{width:275px}@media(max-width: 767px){.b-partners-promo-items--on-main .partners-promo-items__item{width:245px}}.b-partners-promo-items--on-main .partners-promo-items__item--first .partners-promo-items__content{gap:28px;left:23px}.b-partners-promo-items--on-main .partners-promo-items__content{top:20px}@media(max-width: 767px){.b-partners-promo-items--on-main .partners-promo-items__content{left:25px}}.b-partners-promo-items--detail .partners-promo-items__content{left:27px}@media(max-width: 1279px){.b-partners-promo-items--detail .partners-promo-items__content{top:7px;left:14px;gap:20px}}@media(min-width: 768px)and (max-width: 1279px){.b-partners-promo-items--detail .partners-promo-items__content{left:17px;top:12px}}@media(max-width: 767px){.b-partners-promo-items--detail .partners-promo-items__content{left:17px;top:12px}}.b-credit-conditions .credit-conditions__heading{margin-bottom:50px}@media(max-width: 1279px){.b-credit-conditions .credit-conditions__heading{margin-bottom:20px}}@media(max-width: 767px){.b-credit-conditions .credit-conditions__heading{font-size:18px}}.b-credit-conditions-tabs .credit-conditions-tabs__heading{display:flex;border-radius:10px;overflow:hidden}@media(max-width: 767px){.b-credit-conditions-tabs .credit-conditions-tabs__heading{flex-direction:column}}.b-credit-conditions-tabs .credit-conditions-tabs__item{flex:1;border:1px solid #deeaff;cursor:pointer;font-weight:600;font-size:26px;line-height:1.38;text-align:center;letter-spacing:-0.03em;color:rgba(29,70,142,.5);padding:24px;display:flex;justify-content:center;align-items:center}.b-credit-conditions-tabs .credit-conditions-tabs__item:first-child{border-radius:10px 0 0 10px}.b-credit-conditions-tabs .credit-conditions-tabs__item:last-child{border-radius:0 10px 10px 0}@media(max-width: 1279px){.b-credit-conditions-tabs .credit-conditions-tabs__item{font-size:16px;padding:7px 20px}}@media(max-width: 767px){.b-credit-conditions-tabs .credit-conditions-tabs__item{height:60px;flex:auto}}.b-credit-conditions-tabs .credit-conditions-tabs__item.active{background-color:#1d468e;color:#fff}.b-credit-conditions-tabs .credit-conditions-tabs__panel-top{display:flex;align-items:center;gap:30px;font-weight:600;font-size:24px;line-height:1.25;letter-spacing:-0.04em;color:#1d468e;padding:40px 0 30px}@media(max-width: 767px){.b-credit-conditions-tabs .credit-conditions-tabs__panel-top{flex-direction:column;padding:20px 0}}@media(max-width: 1279px){.b-credit-conditions-tabs .credit-conditions-tabs__panel-top img{max-width:150px}}@media(max-width: 1279px){.b-credit-conditions-tabs .credit-conditions-tabs__panel-top p{font-size:16px}}.b-credit-conditions-tabs .credit-conditions-tabs__bottom{display:flex;align-items:center;gap:16px;margin-top:40px}@media(min-width: 768px)and (max-width: 1279px){.b-credit-conditions-tabs .credit-conditions-tabs__bottom{margin-top:20px;align-items:stretch}}@media(max-width: 767px){.b-credit-conditions-tabs .credit-conditions-tabs__bottom{margin-top:20px;flex-direction:column;align-items:stretch}}.b-credit-conditions-tabs .credit-conditions-tabs__background-text{width:100%;max-width:340px}@media(min-width: 768px)and (max-width: 1279px){.b-credit-conditions-tabs .credit-conditions-tabs__background-text{width:50%;max-width:100%;display:flex;flex-direction:column;justify-content:space-between}}@media(max-width: 767px){.b-credit-conditions-tabs .credit-conditions-tabs__background-text{max-width:100%}}.js-tabs-panel{display:none}.js-tabs-panel.active{display:block}.b-background-text{background-color:#deeaff;padding:16px 21px;border-radius:10px}.b-background-text .background-text__title{font-weight:600;font-size:20px;line-height:1.3;letter-spacing:-0.01em;color:#1d468e;margin-bottom:12px}@media(min-width: 768px)and (max-width: 1279px){.b-background-text .background-text__title{font-size:18px;max-width:167px}}.b-background-text a:link,.b-background-text a:visited{text-align:right}.b-small-text{font-weight:400;font-size:14px;line-height:1.43;letter-spacing:-0.02em;color:#272727;margin:0}@media(min-width: 768px)and (max-width: 1279px){.b-small-text{width:50%}}.b-more{display:flex;align-items:center;position:absolute;right:20px;bottom:0}.b-more svg,.b-more img{margin:30px}.b-more .flt_svg{visibility:hidden;position:absolute;width:0px;height:0px}.b-more .more__parent{filter:url("#flt_tag") opacity(60%);position:absolute;width:100%;height:100%}.b-more .more__parent::before{content:"";position:absolute;top:0;border-radius:10px;left:0;background:#fff;width:100%;height:100%;z-index:-1;clip-path:polygon(0% 0%, 0% 100%, 18px 100%, 18px 18px, 90px 18px, 90px 90px, 18px 90px, 18px 100%, 100% 100%, 100% 0%)}@media(max-width: 1279px){.b-more .more__parent::before{clip-path:polygon(0% 0%, 0% 100%, 9px 100%, 9px 9px, 53px 9px, 53px 53px, 9px 53px, 9px 100%, 100% 100%, 100% 0%)}}.b-more .more__text{font-weight:600;font-size:24px;color:#fff;padding:38px 75px 38px 34px;line-height:1;z-index:1}.b-more .more__link{display:flex;align-items:center;color:#1d468e;font-size:12px;font-weight:600;position:absolute;bottom:20px;right:30px;z-index:1}.b-more .more__link a:link,.b-more .more__link a:visited{display:flex;align-items:center;color:#1d468e;font-size:12px;font-weight:600}.b-more .more__link svg{margin:0 0 0 4px}.b-more--order{position:relative;right:0;bottom:0;width:fit-content}@media(max-width: 1279px){.b-more--order{align-items:start}}.b-more--order svg{margin:39px 31px}@media(max-width: 1279px){.b-more--order svg{margin:16px;width:100%;max-width:33px}}.b-more--order .more__title{font-size:19px;color:#272727;padding-bottom:5px}@media(max-width: 1279px){.b-more--order .more__title{letter-spacing:-1.2px}}.b-more--order .more__text{font-size:12px;color:#272727;padding:15px 10px 30px 21px;z-index:1}@media(max-width: 1279px){.b-more--order .more__text{padding:12px 12px 36px 0}}@media(max-width: 767px){.b-more--order .more__text br{display:none}}.b-more--order .more__link{bottom:15px}@media(max-width: 1279px){.b-more--order .more__link{right:auto;left:62px;bottom:12px;white-space:nowrap;left:65px}}.b-more--web{position:relative}@media(max-width: 1279px){.b-more--web svg{margin:0;width:35px;height:35px;margin:14px}}@media(max-width: 1279px){.b-more--web{right:0;width:260px}}.b-more--web .more__parent{filter:url("#flt_tag") opacity(60%)}.b-more--web .more__parent::before{background:linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(69, 162, 214) 100%)}@media(max-width: 1279px){.b-more--web .more__parent::before{clip-path:polygon(0% 0%, 0% 100%, 9px 100%, 9px 9px, 53px 9px, 53px 53px, 9px 53px, 9px 100%, 100% 100%, 100% 0%)}}.b-more--web .more__text{padding-left:0}@media(max-width: 1279px){.b-more--web .more__text{font-size:16px;padding:22px 0}}@media(max-width: 1279px){.b-more--catalog{bottom:20px}}@media(max-width: 767px){.b-more--catalog{left:20px}}.b-more--catalog .more__text{font-size:20px;color:#1d468e;padding:38px 127px 38px 0}@media(max-width: 1279px){.b-more--catalog .more__text{font-size:14px;padding:12px 13px 12px 0}}@media(min-width: 768px)and (max-width: 1279px){.b-more--catalog .more__link{bottom:-30px;left:0;right:auto}}@media(max-width: 767px){.b-more--catalog .more__link{bottom:-30px;left:0;right:auto;width:100%;justify-content:center}}.b-more--catalog svg,.b-more--catalog img{margin:33px}@media(max-width: 1279px){.b-more--catalog svg,.b-more--catalog img{margin:12px}}.b-order-top{background:url("/local/templates/webcanape/images/order-bg.png") center/cover no-repeat;margin-bottom:65px}@media(min-width: 768px)and (max-width: 1279px){.b-order-top{background:url("/local/templates/webcanape/images/order-bg-tb.png") center/cover no-repeat}}@media(max-width: 767px){.b-order-top{position:relative;background:url("/local/templates/webcanape/images/order-bg-mb.png") center/cover no-repeat}}.b-order-top .order-top__wrap{display:flex;padding:60px 70px}@media(min-width: 768px)and (max-width: 1279px){.b-order-top .order-top__wrap{flex-direction:row-reverse;padding:40px 20px 20px}}@media(max-width: 767px){.b-order-top .order-top__wrap{flex-direction:column-reverse;padding:40px 20px 20px}}.b-order-top .order-top__left{width:50%;margin-right:87px;display:flex;justify-content:end}@media(max-width: 1279px){.b-order-top .order-top__left{margin-right:0;justify-content:start}}@media(max-width: 767px){.b-order-top .order-top__left{width:100%}}@media(max-width: 767px){.b-order-top .order-top__logo{position:absolute;top:210px}}@media(max-width: 767px){.b-order-top .order-top__logo img{width:70px}}.b-order-top .order-top__right{width:50%}@media(min-width: 768px)and (max-width: 1279px){.b-order-top .order-top__right{margin-right:58px}}@media(max-width: 767px){.b-order-top .order-top__right{display:flex;flex-direction:column;width:100%}}.b-order-top .order-top__title{font-size:30px;margin-bottom:30px;font-weight:600}@media(max-width: 1279px){.b-order-top .order-top__title{font-size:22px;margin-bottom:20px;letter-spacing:-0.9px}}.b-order-top .order-top__desc{font-size:19px;color:#1d468e;line-height:1.3;font-weight:500;margin-bottom:40px}@media(max-width: 1279px){.b-order-top .order-top__desc{font-size:14px;margin-bottom:30px}}@media(max-width: 767px){.b-order-top .order-top__desc{margin-bottom:122px}}.b-order-top .order-top__more{position:relative}.b-order-tabs{margin-bottom:40px}@media(max-width: 1279px){.b-order-tabs{margin-bottom:30px}}@media(max-width: 767px){.b-order-tabs{margin-bottom:0}}.b-order-tabs .order-tabs__wrap{display:flex;flex-wrap:wrap;justify-content:space-between}.b-order-tabs .order-tabs__item{cursor:pointer;position:relative;width:calc(25% - 8px);background:#f4f4f4;border-radius:10px;padding:55px 19px 25px;text-align:center;transition:all .3s ease-in-out}@media(min-width: 768px)and (max-width: 1279px){.b-order-tabs .order-tabs__item{width:calc(50% - 10px);margin-bottom:44px}}@media(max-width: 767px){.b-order-tabs .order-tabs__item{width:100%;margin-bottom:43px}}.b-order-tabs .order-tabs__item::before,.b-order-tabs .order-tabs__item::after{content:"";position:absolute;top:0;width:10px;height:10px}.b-order-tabs .order-tabs__item::before{left:calc(50% - 10px - 40px);background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><g clip-path="url(%23clip0_4005_6)"><path d="M1545 -813H-375V1896H1545V-813Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M10 10C10 4.47715 5.52285 0 0 0H-110C-115.523 0 -120 4.47715 -120 10V163C-120 168.523 -115.523 173 -110 173H210C215.523 173 220 168.523 220 163V10C220 4.47715 215.523 0 210 0H100C94.4772 0 90 4.47715 90 10V30C90 35.5228 85.5228 40 80 40H20C14.4772 40 10 35.5228 10 30V10Z" fill="%23F4F4F4"/></g><defs><clipPath id="clip0_4005_6"><rect width="10" height="10" fill="white"/></clipPath></defs></svg>') center/contain no-repeat;transition:all .3s ease-in-out}.b-order-tabs .order-tabs__item::after{top:-1px;right:calc(50% - 10px - 40px);background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="10" viewBox="0 0 11 10" fill="none"><g clip-path="url(%23clip0_4005_6)"><path d="M-812.984 -1535L-812.984 385L1896.02 385V-1535L-812.984 -1535Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M10.0156 0C4.49277 0 0.015625 4.47715 0.015625 10L0.015625 120C0.015625 125.523 4.49277 130 10.0156 130L163.016 130C168.539 130 173.016 125.523 173.016 120L173.016 -200C173.016 -205.523 168.539 -210 163.016 -210H10.0156C4.49277 -210 0.015625 -205.523 0.015625 -200L0.015625 -90C0.015625 -84.4772 4.49277 -80 10.0156 -80H30.0156C35.5384 -80 40.0156 -75.5228 40.0156 -70L40.0156 -10C40.0156 -4.4772 35.5384 0 30.0156 0H10.0156Z" fill="%23F4F4F4"/></g><defs><clipPath id="clip0_4005_6"><rect width="10" height="10" fill="white" transform="matrix(0 -1 1 0 0.015625 10)"/></clipPath></defs></svg>') center/contain no-repeat;transition:all .3s ease-in-out}.b-order-tabs .order-tabs__item:hover,.b-order-tabs .order-tabs__item--active{background:#deeaff}.b-order-tabs .order-tabs__item:hover::before,.b-order-tabs .order-tabs__item--active::before{background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><g clip-path="url(%23clip0_4005_6)"><path d="M1545 -813H-375V1896H1545V-813Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M10 10C10 4.47715 5.52285 0 0 0H-110C-115.523 0 -120 4.47715 -120 10V163C-120 168.523 -115.523 173 -110 173H210C215.523 173 220 168.523 220 163V10C220 4.47715 215.523 0 210 0H100C94.4772 0 90 4.47715 90 10V30C90 35.5228 85.5228 40 80 40H20C14.4772 40 10 35.5228 10 30V10Z" fill="%23DEEAFF"/></g><defs><clipPath id="clip0_4005_6"><rect width="10" height="10" fill="white"/></clipPath></defs></svg>') center/contain no-repeat}.b-order-tabs .order-tabs__item:hover::after,.b-order-tabs .order-tabs__item--active::after{background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="10" viewBox="0 0 11 10" fill="none"><g clip-path="url(%23clip0_4005_6)"><path d="M-812.984 -1535L-812.984 385L1896.02 385V-1535L-812.984 -1535Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M10.0156 0C4.49277 0 0.015625 4.47715 0.015625 10L0.015625 120C0.015625 125.523 4.49277 130 10.0156 130L163.016 130C168.539 130 173.016 125.523 173.016 120L173.016 -200C173.016 -205.523 168.539 -210 163.016 -210H10.0156C4.49277 -210 0.015625 -205.523 0.015625 -200L0.015625 -90C0.015625 -84.4772 4.49277 -80 10.0156 -80H30.0156C35.5384 -80 40.0156 -75.5228 40.0156 -70L40.0156 -10C40.0156 -4.4772 35.5384 0 30.0156 0H10.0156Z" fill="%23DEEAFF"/></g><defs><clipPath id="clip0_4005_6"><rect width="10" height="10" fill="white" transform="matrix(0 -1 1 0 0.015625 10)"/></clipPath></defs></svg>') center/contain no-repeat}.b-order-tabs .order-tabs__image{position:absolute;top:-40px;left:calc(50% - 40px);width:80px;height:80px;display:flex;justify-content:center;align-items:center;background:#fff;border-radius:10px}.b-order-tabs .order-tabs__name{font-size:20px;color:#1d468e;font-weight:700;margin-bottom:10px;letter-spacing:-0.3px}.b-order-tabs .order-tabs__link{position:absolute;width:100%;height:100%;top:0;left:0;opacity:0}.b-methods-delivery p{font-size:16px;padding-bottom:15px;margin-bottom:0}@media(max-width: 1279px){.b-methods-delivery p{font-size:14px}}.b-methods-delivery span{font-weight:bold;font-size:18px}.b-methods-delivery ul li{position:relative;padding-left:34px;font-size:18px;padding-bottom:16px}.b-methods-delivery ul li::before{content:"";position:absolute;top:6px;left:0;width:12px;height:12px;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><g clip-path="url(%23clip0_2566_1738)"><path d="M0.796875 7.73438C2.71177 7.73438 4.26496 9.28757 4.26496 11.2025" stroke="%231D468E" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/><path d="M0.796875 4.26562C4.6373 4.26562 7.73305 7.37201 7.73305 11.2018" stroke="%231D468E" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/><path d="M0.796875 0.797852C6.55219 0.797852 11.2011 5.45743 11.2011 11.2021" stroke="%231D468E" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/></g><defs><clipPath id="clip0_2566_1738"><rect width="12" height="12" fill="white"/></clipPath></defs></svg>') center/contain no-repeat}.b-methods-delivery a{color:currentColor;white-space:nowrap;font-weight:600;font-size:19px;line-height:1.32;letter-spacing:-0.04em;color:#272727}.b-methods-delivery .methods-delivery__title{font-size:40px;text-align:center;margin-bottom:30px;font-weight:bold}@media(max-width: 1279px){.b-methods-delivery .methods-delivery__title{font-size:24px}}.b-methods-delivery .methods-delivery__wrap{display:flex;flex-wrap:wrap;justify-content:space-between}.b-methods-delivery .methods-delivery__left{margin-right:30px;width:calc(50% - 20px)}@media(max-width: 767px){.b-methods-delivery .methods-delivery__left{width:100%;margin-right:0}}.b-methods-delivery .methods-delivery__contacts{display:flex;align-items:center;padding:16px;margin-bottom:29px;background:#deeaff;border-radius:10px}.b-methods-delivery .methods-delivery__contacts svg,.b-methods-delivery .methods-delivery__contacts img{margin-right:33px}@media(max-width: 1279px){.b-methods-delivery .methods-delivery__contacts svg,.b-methods-delivery .methods-delivery__contacts img{position:absolute;top:9px;left:9px;width:44px;height:44px}}@media(max-width: 1279px){.b-methods-delivery .methods-delivery__contacts{position:relative;flex-direction:column;align-items:start;padding:12px 10px 12px 68px}}.b-methods-delivery .methods-delivery__contacts-left{margin-right:70px}@media(max-width: 1279px){.b-methods-delivery .methods-delivery__contacts-left{margin-right:0}}.b-methods-delivery .methods-delivery__contacts-name{font-size:19px;padding-bottom:3px;color:#1d468e;font-weight:bold}@media(max-width: 1279px){.b-methods-delivery .methods-delivery__contacts-name{font-size:14px}}.b-methods-delivery .methods-delivery__contacts-name span{font-size:14px;color:#111;font-weight:400;padding-left:8px}@media(max-width: 1279px){.b-methods-delivery .methods-delivery__contacts-name span{font-size:12px}}.b-methods-delivery .methods-delivery__name{font-size:23px;margin-bottom:12px;font-weight:bold}@media(max-width: 1279px){.b-methods-delivery .methods-delivery__name{font-size:18px}}.b-methods-delivery .methods-delivery__right{width:calc(50% - 20px)}@media(max-width: 767px){.b-methods-delivery .methods-delivery__right{width:100%}}.b-methods-delivery .methods-delivery__card{display:flex;align-items:center;margin-bottom:29px;background:#deeaff;width:fit-content;border-radius:10px;padding:16px 28px 16px 16px}.b-methods-delivery .methods-delivery__card svg,.b-methods-delivery .methods-delivery__card img{margin-right:33px}@media(max-width: 1279px){.b-methods-delivery .methods-delivery__card svg,.b-methods-delivery .methods-delivery__card img{position:absolute;top:9px;left:9px;width:44px;height:44px}}.b-methods-delivery .methods-delivery__card-wrap{text-align:right}.b-methods-delivery .methods-delivery__card-desc{font-size:19px;color:#111;margin-bottom:5px;font-weight:500;text-align:right;font-weight:600}.b-methods-delivery .methods-delivery__card-link{display:block;font-size:12px;color:#1d468e;text-decoration:none;font-weight:600}.b-methods-delivery .methods-delivery__card-link svg{margin-right:0;position:static;width:fit-content;height:fit-content}.b-address{width:calc(100vw - 40px);margin-left:calc(50% + 20px);transform:translateX(calc(-50% - 20px));max-width:1820px;padding:0 20px;background:url("/local/templates/webcanape/images/address-bg.png") center/cover no-repeat;border-radius:20px;margin-bottom:40px}@media(max-width: 1279px){.b-address{margin-bottom:30px}}@media(max-width: 767px){.b-address{background-image:url("/local/templates/webcanape/images/address-bg-mb.webp")}}.b-address .address__wrap{max-width:1410px;margin:0 auto;padding:60px 0 30px}@media(max-width: 1279px){.b-address .address__wrap{padding:30px 0 20px}}.b-address .address__title{font-size:40px;color:#fff;font-weight:600;margin-bottom:20px}@media(max-width: 1279px){.b-address .address__title{font-size:24px;margin-bottom:10px}}.b-address .address__desc{color:#fff;margin-bottom:84px;max-width:492px}@media(max-width: 1279px){.b-address .address__desc{font-size:14px;margin-bottom:60px}}@media(max-width: 767px){.b-address .address__desc{margin-bottom:30px}}.b-address .address__items{display:flex;flex-wrap:wrap;width:100%;background:rgba(255,255,255,.7);border-radius:10px}.b-address .address__item{padding:24px 30px;width:25%;border-right:1px solid rgba(29,70,142,.1)}@media(max-width: 1279px){.b-address .address__item{padding:17px 20px}}@media(max-width: 767px){.b-address .address__item{width:100%;padding:15px 20px;border-right:none;border-bottom:1px solid rgba(29,70,142,.1)}}.b-address .address__name{font-size:24px;color:#1d468e;font-weight:600;margin-bottom:12px}@media(max-width: 1279px){.b-address .address__name{font-size:20px}}.b-address .address__text{font-size:14px;color:#111}.b-partnership{margin-bottom:30px}@media(max-width: 1279px){.b-partnership{margin-bottom:20px}}.b-partnership ul li{position:relative;padding-left:34px;font-size:16px;padding-bottom:16px}@media(max-width: 1279px){.b-partnership ul li{font-size:14px}}.b-partnership ul li::before{content:"";position:absolute;top:6px;left:0;width:12px;height:12px;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><g clip-path="url(%23clip0_2566_1738)"><path d="M0.796875 7.73438C2.71177 7.73438 4.26496 9.28757 4.26496 11.2025" stroke="%231D468E" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/><path d="M0.796875 4.26562C4.6373 4.26562 7.73305 7.37201 7.73305 11.2018" stroke="%231D468E" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/><path d="M0.796875 0.797852C6.55219 0.797852 11.2011 5.45743 11.2011 11.2021" stroke="%231D468E" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/></g><defs><clipPath id="clip0_2566_1738"><rect width="12" height="12" fill="white"/></clipPath></defs></svg>') center/contain no-repeat}.b-partnership .partnership__title{text-align:center;font-size:35px;margin-bottom:35px;font-weight:600}@media(max-width: 1279px){.b-partnership .partnership__title{font-size:24px;margin-bottom:20px}}.b-partnership .partnership__wrap{border-radius:20px;background:#f3f5f9;padding:40px;display:flex;flex-wrap:wrap;justify-content:space-between}@media(max-width: 1279px){.b-partnership .partnership__wrap{padding:20px}}.b-partnership .partnership__col{width:calc(33.33% - 20px)}@media(max-width: 1279px){.b-partnership .partnership__col{width:calc(50% - 20px)}}@media(max-width: 767px){.b-partnership .partnership__col{width:100%}}@media(max-width: 1279px){.b-partnership .partnership__col:nth-child(2){order:1}}@media(max-width: 767px){.b-partnership .partnership__col:nth-child(2){order:0}}.b-about-company{margin-bottom:40px;width:calc(100vw - 40px);margin-left:calc(50% + 20px);transform:translateX(calc(-50% - 20px));max-width:1820px;padding:0 20px;background:#f4f4f4;border-radius:20px}@media(max-width: 1279px){.b-about-company{margin-bottom:30px}}@media(max-width: 767px){.b-about-company{margin-bottom:0}}.b-about-company .about-company__title{margin-bottom:64px;text-align:center;font-weight:700;font-size:35px}@media(max-width: 1279px){.b-about-company .about-company__title{font-size:24px;margin-bottom:43px}}.b-about-company .about-company__container{max-width:1410px;margin:0 auto;padding:30px 0 30px}.b-about-company .about-company__wrap{display:flex;flex-wrap:wrap;justify-content:space-between}.b-about-company .about-company__item{cursor:pointer;position:relative;width:calc(25% - 8px);background:#fff;border-radius:10px;padding:55px 19px 25px;text-align:center;transition:all .3s ease-in-out}@media(min-width: 768px)and (max-width: 1279px){.b-about-company .about-company__item{width:calc(50% - 10px);margin-bottom:44px}}@media(max-width: 767px){.b-about-company .about-company__item{width:100%;margin-bottom:43px}}@media(max-width: 767px){.b-about-company .about-company__item:last-child{margin-bottom:0}}.b-about-company .about-company__item::before,.b-about-company .about-company__item::after{content:"";position:absolute;top:0;width:10px;height:10px}.b-about-company .about-company__item::before{left:calc(50% - 10px - 40px);background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><g clip-path="url(%23clip0_4005_6)"><path d="M1545 -813H-375V1896H1545V-813Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M10 10C10 4.47715 5.52285 0 0 0H-110C-115.523 0 -120 4.47715 -120 10V163C-120 168.523 -115.523 173 -110 173H210C215.523 173 220 168.523 220 163V10C220 4.47715 215.523 0 210 0H100C94.4772 0 90 4.47715 90 10V30C90 35.5228 85.5228 40 80 40H20C14.4772 40 10 35.5228 10 30V10Z" fill="%23FFFFFF"/></g><defs><clipPath id="clip0_4005_6"><rect width="10" height="10" fill="white"/></clipPath></defs></svg>') center/contain no-repeat;transition:all .3s ease-in-out}.b-about-company .about-company__item::after{top:-1px;right:calc(50% - 10px - 40px);background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="10" viewBox="0 0 11 10" fill="none"><g clip-path="url(%23clip0_4005_6)"><path d="M-812.984 -1535L-812.984 385L1896.02 385V-1535L-812.984 -1535Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M10.0156 0C4.49277 0 0.015625 4.47715 0.015625 10L0.015625 120C0.015625 125.523 4.49277 130 10.0156 130L163.016 130C168.539 130 173.016 125.523 173.016 120L173.016 -200C173.016 -205.523 168.539 -210 163.016 -210H10.0156C4.49277 -210 0.015625 -205.523 0.015625 -200L0.015625 -90C0.015625 -84.4772 4.49277 -80 10.0156 -80H30.0156C35.5384 -80 40.0156 -75.5228 40.0156 -70L40.0156 -10C40.0156 -4.4772 35.5384 0 30.0156 0H10.0156Z" fill="%23FFFFFF"/></g><defs><clipPath id="clip0_4005_6"><rect width="10" height="10" fill="white" transform="matrix(0 -1 1 0 0.015625 10)"/></clipPath></defs></svg>') center/contain no-repeat;transition:all .3s ease-in-out}.b-about-company .about-company__image{position:absolute;top:-40px;left:calc(50% - 40px);width:80px;height:80px;display:flex;justify-content:center;align-items:center;background:#f4f4f4;border-radius:10px}.b-about-company .about-company__name{font-size:20px;color:#1d468e;font-weight:700;margin-bottom:10px;letter-spacing:-0.3px}.b-about-company .about-company__link{position:absolute;width:100%;height:100%;top:0;left:0;opacity:0}@media(max-width: 767px){.b-about-company--lined-desc{margin-bottom:30px}}.b-about-company--lined-desc .about-company__name{margin-bottom:16px}.b-about-company--lined-desc .about-company__item{cursor:auto;display:flex;flex-direction:column}.b-about-company--lined-desc .about-company__text{font-weight:400;font-size:16px;line-height:1.25;letter-spacing:-0.06em;color:#272727;padding-top:15px;border-top:1px solid #1d468e;margin-top:auto}#map{height:490px;width:100%;position:relative;margin-bottom:30px;border-radius:20px;overflow:hidden}@media(max-width: 1280px){#map{height:200px}}@media(max-width: 767px){#map{height:300px}}#contactsmap{height:510px;width:100%;position:relative;margin-bottom:0;border-radius:20px;overflow:hidden}@media(max-width: 1280px){#contactsmap{height:230px}}@media(max-width: 767px){#contactsmap{height:312px}}.balloon{margin:0 auto;position:absolute;top:0;left:36px;z-index:9999;background-color:#fff;border-radius:10px;display:none;width:180px}.balloon-wrapper{display:flex;width:100%}.balloon-image-wrapper{width:100%;margin-bottom:20px}.balloon-image-wrapper img{width:100%;height:100%;object-fit:cover}.balloon-inner{padding:12px 11px;box-sizing:border-box;width:100%}.balloon-name{font-weight:400;font-size:14px;margin-bottom:18px}.balloon-phone{font-weight:600;font-size:14px;margin-bottom:8px}.balloon-city{font-size:14px}.b-sout{background-color:#f4f4f4;border-radius:20px;padding:30px 205px 30px;margin:30px -205px}@media(max-width: 1279px){.b-sout{padding-left:20px;padding-right:20px;padding:20px;margin:30px 0}}@media(max-width: 767px){.b-sout{margin:20px 0}}.b-sout .sout__wrap{display:flex;flex-wrap:wrap;align-items:stretch}.b-sout .sout__item{position:relative;width:calc(25% - 13px);background:#fff;padding:30px 11px 30px 20px;border-radius:10px;font-size:14px;margin-right:16px}@media(max-width: 1279px){.b-sout .sout__item{margin-bottom:10px;margin-right:10px;font-size:12px;width:calc(33.33% - 10px)}}@media(max-width: 767px){.b-sout .sout__item{width:100%;font-size:14px;margin-right:0}}.b-sout .sout__item:last-child{position:relative;margin-right:0}.b-sout .sout__item:last-child::before{content:"";position:absolute;bottom:12px;right:12px;width:6px;height:11px;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="13" viewBox="0 0 8 13" fill="none"><path d="M1 12L7 6.5L1 1" stroke="%236C4796" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') center/contain no-repeat}.b-sout .sout__item:last-child:hover{box-shadow:0px 8px 20px 0px rgba(34,60,80,.2)}@media(max-width: 1279px){.b-sout .sout__item:nth-child(3n){margin-right:0;width:33.33%}}@media(max-width: 767px){.b-sout .sout__item:nth-child(3n){width:100%}}.b-sout .sout__link{position:absolute;overflow:0;width:100%;height:100%;top:0;left:0}.b-not-found{background:#f4f6f9 url("/local/templates/webcanape/images/404-bg.png") top -200px right 0 no-repeat;padding:154px 205px 175px;margin-left:-205px;margin-right:-205px;border-radius:10px}@media(max-width: 1279px){.b-not-found{background:#f4f6f9 url("/local/templates/webcanape/images/404-bg-tb.png") top -100px right -20px no-repeat;padding:40px 0 40px 20px;margin:0}}@media(max-width: 767px){.b-not-found{background:#f4f6f9 url("/local/templates/webcanape/images/404-bg-mb.png") top right no-repeat;padding:240px 20px 20px}}.b-not-found .not-found__title{color:#6c4796;font-size:118px;line-height:1;margin-bottom:16px;font-weight:700}@media(max-width: 1279px){.b-not-found .not-found__title{font-size:64px;margin-bottom:16px}}.b-not-found .not-found__subtitle{font-size:20px;margin-bottom:30px;font-weight:600}@media(max-width: 1279px){.b-not-found .not-found__subtitle{font-size:16px;margin-bottom:16px}}.b-not-found .not-found__text{font-size:14px;margin-bottom:40px;max-width:507px}@media(max-width: 1279px){.b-not-found .not-found__text{max-width:344px;margin-bottom:32px}}@media(max-width: 767px){.b-not-found .not-found__text{max-width:100%;margin-bottom:24px}}.b-not-found .not-found__btns{display:flex}@media(max-width: 767px){.b-not-found .not-found__btns{flex-wrap:wrap}}.b-not-found .not-found__btn,.b-not-found .not-found__btn:link,.b-not-found .not-found__btn:visited{padding:16px 44px;background:#1d468e;border-radius:10px;color:#fff;font-size:14px;margin-right:8px}@media(max-width: 1279px){.b-not-found .not-found__btn,.b-not-found .not-found__btn:link,.b-not-found .not-found__btn:visited{padding:13px 40px}}@media(max-width: 767px){.b-not-found .not-found__btn,.b-not-found .not-found__btn:link,.b-not-found .not-found__btn:visited{padding:13px 40px;width:100%;text-align:center;margin-bottom:8px}}.b-not-found .not-found__btn--light-blue,.b-not-found .not-found__btn--light-blue:link,.b-not-found .not-found__btn--light-blue:visited{padding:15px 34px;color:#1d468e;background:#deeaff}@media(max-width: 1279px){.b-not-found .not-found__btn--light-blue,.b-not-found .not-found__btn--light-blue:link,.b-not-found .not-found__btn--light-blue:visited{padding:13px 22px}}.b-lte-description{width:calc(100vw - 80px);transform:translateX(-50%);margin-left:50%;background:url("/local/templates/webcanape/images/lte-bg.png") center/cover no-repeat;padding:90px 0 70px;border-radius:20px;margin-bottom:33px;max-width:1820px;overflow:hidden}@media(max-width: 1279px){.b-lte-description{width:100%;padding:28px 0 33px;margin-bottom:20px}}@media(max-width: 767px){.b-lte-description{padding:30px 0 220px;border-radius:12px;background:url("/local/templates/webcanape/images/lte-bg-mb.png") center/cover no-repeat}}.b-lte-description::before{content:"";position:absolute;left:-56px;top:-44px;rotate:-11deg;z-index:1;width:367px;height:571px;background:linear-gradient(to left, rgba(0, 60, 142, 0) 0, #003C8E 100%)}@media(max-width: 1279px){.b-lte-description::before{display:none}}.b-lte-description .lte-description__wrap{position:relative;margin:0 auto;max-width:1440px;padding:0 20px}@media(max-width: 767px){.b-lte-description .lte-description__wrap{padding:0 8px 0 20px}}.b-lte-description .lte-description__top{position:relative}.b-lte-description .lte-description__title{font-size:44px;color:#fff;margin-bottom:74px;font-weight:600;line-height:1.1;letter-spacing:-0.4px}@media(max-width: 1279px){.b-lte-description .lte-description__title{font-size:22px;margin-bottom:30px}}@media(max-width: 767px){.b-lte-description .lte-description__title{letter-spacing:-0.8px}}.b-lte-description .lte-description__icons{position:absolute;right:0;top:0}.b-lte-description .lte-description__icons img{width:80px;height:80px;margin-right:8px}.b-lte-description .lte-description__bottom{display:flex;justify-content:end}@media(max-width: 1279px){.b-lte-description .lte-description__bottom{flex-direction:column}}.b-lte-description .lte-description__desc p{font-size:24px;margin-bottom:20px;color:#1d468e}.b-lte-description .b-more:first-child{margin-right:50px}@media(max-width: 1279px){.b-lte-description .b-more:first-child{margin-right:0;margin-bottom:10px}}.b-individual-tariffs{padding:30px;display:flex;align-items:center;justify-content:space-between;border-radius:20px;margin-bottom:30px;background:url("/local/templates/webcanape/images/individual-tariffs-bg.png") center/cover no-repeat}@media(max-width: 1279px){.b-individual-tariffs{position:relative;flex-direction:column;padding:20px;align-items:start;margin-bottom:20px}}.b-individual-tariffs .individual-tariffs__title{font-size:35px;font-weight:700;line-height:1.1;margin-right:113px}@media(max-width: 1279px){.b-individual-tariffs .individual-tariffs__title{font-size:18px;margin-bottom:15px;margin-right:0}}@media(max-width: 767px){.b-individual-tariffs .individual-tariffs__title{text-align:center;margin-bottom:20px}}@media(max-width: 1279px){.b-individual-tariffs .individual-tariffs__title br{display:none}}.b-individual-tariffs .individual-tariffs__item{margin-right:75px}.b-individual-tariffs .individual-tariffs__item:last-child{margin-right:215px}@media(max-width: 1279px){.b-individual-tariffs .individual-tariffs__item{margin-bottom:20px;margin-right:0}}.b-individual-tariffs .individual-tariffs__name{font-size:22px;margin-bottom:22px;font-weight:700}@media(max-width: 1279px){.b-individual-tariffs .individual-tariffs__name{font-size:14px;margin-bottom:0}}@media(max-width: 1279px){.b-individual-tariffs .individual-tariffs__name br{display:none}}.b-individual-tariffs .individual-tariffs__val{font-size:24px;color:#1d468e;font-weight:700}@media(max-width: 1279px){.b-individual-tariffs .individual-tariffs__val{font-size:20px}}.b-individual-tariffs .individual-tariffs__more{padding:40px;background:#fff;border-radius:20px;max-width:270px}@media(max-width: 1279px){.b-individual-tariffs .individual-tariffs__more{position:absolute;right:20px;top:20px;padding:20px;max-width:260px}}@media(max-width: 767px){.b-individual-tariffs .individual-tariffs__more{position:static;max-width:100%;border-radius:12px}}.b-individual-tariffs .individual-tariffs__more-text{font-size:15px;margin-bottom:21px}@media(max-width: 1279px){.b-individual-tariffs .individual-tariffs__more-text{font-size:14px}}.b-individual-tariffs .individual-tariffs__btn{padding:12px 0;border-radius:10px;width:100%;color:#fff;font-size:12px;background:#1d468e;display:block;text-align:center}@media(max-width: 1279px){.b-individual-tariffs .individual-tariffs__btn{padding:16px 0}}.b-lte-advantages{border:1px solid rgba(29,70,142,.15);padding:50px;border-radius:20px}@media(max-width: 1279px){.b-lte-advantages{padding:30px 20px 20px;margin-bottom:30px}}@media(max-width: 767px){.b-lte-advantages{border-radius:12px}}.b-lte-advantages .lte-advantages__wrap{display:flex}@media(max-width: 1279px){.b-lte-advantages .lte-advantages__wrap{flex-direction:column}}.b-lte-advantages .lte-advantages__left{display:flex;flex-wrap:wrap;max-width:680px}@media(max-width: 767px){.b-lte-advantages .lte-advantages__left{flex-direction:column;align-items:center}}.b-lte-advantages .lte-advantages__item{width:calc(33.33% - 46px);margin-right:46px;margin-bottom:40px}@media(max-width: 767px){.b-lte-advantages .lte-advantages__item{width:100%;margin-right:0;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:20px;text-align:center}}.b-lte-advantages .lte-advantages__icon{margin-bottom:20px}@media(max-width: 1279px){.b-lte-advantages .lte-advantages__icon{margin-bottom:10px}}.b-lte-advantages .lte-advantages__name{font-size:18px;font-weight:600;margin-bottom:10px}@media(max-width: 1279px){.b-lte-advantages .lte-advantages__name{font-size:15px}}.b-lte-advantages .lte-advantages__text{font-size:14px}.b-lte-advantages .lte-advantages__right{display:flex;justify-content:center}@media(max-width: 767px){.b-lte-advantages .lte-advantages__right{margin:0 -20px -20px}}.b-lte-advantages .lte-advantages__right iframe{border-radius:20px}.b-lte-advantages .lte-advantages__right img{width:100%}.b-steps-connect{margin-bottom:0}@media(max-width: 1279px){.b-steps-connect{margin-bottom:0}}.b-steps-connect .steps-connect__title{margin-bottom:50px;text-align:center;font-weight:700;font-size:35px}@media(max-width: 1279px){.b-steps-connect .steps-connect__title{font-size:24px;margin-bottom:43px}}@media(max-width: 767px){.b-steps-connect .steps-connect__title{letter-spacing:-0.6px}}.b-steps-connect .steps-connect__container{max-width:1410px;margin:0 auto;padding:30px 0 30px}@media(max-width: 1279px){.b-steps-connect .steps-connect__container{padding-bottom:0}}@media(max-width: 767px){.b-steps-connect .steps-connect__container{padding:0}}.b-steps-connect .steps-connect__wrap{display:flex;flex-wrap:wrap;justify-content:space-between}.b-steps-connect .steps-connect__item{cursor:pointer;position:relative;width:calc(25% - 8px);background:#fff;border:1px solid #deeaff;border-radius:10px;padding:55px 19px 25px;text-align:center;transition:all .3s ease-in-out}@media(min-width: 768px)and (max-width: 1279px){.b-steps-connect .steps-connect__item{width:calc(25% - 10px);margin-bottom:44px;padding:52px 10px 15px}}@media(max-width: 767px){.b-steps-connect .steps-connect__item{padding:65px 15px 30px;width:100%;margin-bottom:20px}}.b-steps-connect .steps-connect__image{position:absolute;top:-40px;left:calc(50% - 40px);width:80px;height:80px;display:flex;justify-content:center;align-items:center;background:#fff;border-radius:10px;border:1px solid #deeaff;border-top:none}@media(max-width: 767px){.b-steps-connect .steps-connect__image{align-items:end;background:#fff;height:40px;top:-1px}}@media(max-width: 767px){.b-steps-connect .steps-connect__image svg{margin-bottom:12px}}.b-steps-connect .steps-connect__image::before{content:"";position:absolute;height:45px;width:9px;left:-1px;top:-3px;background:#fff;border-radius:18px}@media(max-width: 767px){.b-steps-connect .steps-connect__image::before{left:-1px;height:18px;top:0px;border-left:1px solid #deeaff;border-radius:0}}.b-steps-connect .steps-connect__image::after{content:"";position:absolute;height:45px;width:9px;right:-1px;top:-3px;background:#fff;border-radius:18px}@media(max-width: 767px){.b-steps-connect .steps-connect__image::after{right:-1px;height:18px;top:0px;border-right:1px solid #deeaff;border-radius:0}}.b-steps-connect .steps-connect__name{font-size:20px;font-weight:700;margin-bottom:10px;line-height:1;letter-spacing:-0.3px}@media(max-width: 1279px){.b-steps-connect .steps-connect__name{font-size:14px}}.b-steps-connect .steps-connect__text{font-size:14px}@media(max-width: 1279px){.b-steps-connect .steps-connect__text{font-size:12px}}.b-steps-connect .steps-connect__link{position:absolute;width:100%;height:100%;top:0;left:0;opacity:0}.b-kit-provided{color:#fff;padding:70px 80px 50px 70px;border-radius:20px;background:url("/local/templates/webcanape/images/kit-provided-bg.png") center/cover no-repeat}@media(max-width: 1279px){.b-kit-provided{padding:30px 20px 16px;border-radius:12px;height:100%}}.b-kit-provided .kit-provided__title{font-size:35px;margin-bottom:40px;font-weight:600;line-height:1.1}@media(max-width: 1279px){.b-kit-provided .kit-provided__title{font-size:22px;margin-bottom:20px}}.b-kit-provided .kit-provided__text{font-size:18px;margin-bottom:88px}@media(max-width: 1279px){.b-kit-provided .kit-provided__text{font-size:14px;margin-bottom:30px}}.b-kit-provided .kit-provided__link .b-link-arr,.b-kit-provided .kit-provided__link .b-link-arr:link,.b-kit-provided .kit-provided__link .b-link-arr:visited{color:#fff;font-size:12px}.b-kit-provided .kit-provided__link svg path{stroke:#fff}.b-layout-form{margin-bottom:60px}@media(max-width: 1279px){.b-layout-form{margin-bottom:30px}}.b-layout-form .layout-form__wrap{display:flex;align-items:stretch;justify-content:space-between;column-gap:20px}@media(max-width: 767px){.b-layout-form .layout-form__wrap{flex-direction:column}}.b-layout-form .layout-form__left{max-width:930px;width:100%}@media(max-width: 767px){.b-layout-form .layout-form__left{margin-bottom:20px}}.b-layout-form .layout-form__right{max-width:450px;width:100%}@media(max-width: 767px){.b-layout-form .layout-form__right{max-width:100%}}.b-layout-form .layout-form__right>div{height:100%}.b-additional-services .additional-services__title{margin:0 auto 40px;text-align:center;font-weight:700;font-size:35px}@media(max-width: 1279px){.b-additional-services .additional-services__title{font-size:24px;margin-bottom:20px}}.b-additional-services .additional-services__items{display:flex;flex-wrap:wrap;gap:30px}@media(max-width: 1279px){.b-additional-services .additional-services__items{gap:10px}}@media(max-width: 767px){.b-additional-services .additional-services__items{gap:0}}.b-additional-services .additional-services__item{position:relative;width:calc(25% - 23px);overflow:hidden;border-radius:20px}@media(max-width: 1279px){.b-additional-services .additional-services__item{border-radius:12px;overflow:hidden;width:calc(33.33% - 7px);height:160px}}@media(max-width: 767px){.b-additional-services .additional-services__item{width:100%;margin-bottom:20px}}@media(max-width: 767px){.b-additional-services .additional-services__item:last-child{margin-bottom:0}}@media(max-width: 1279px){.b-additional-services .additional-services__image img{width:100%}}.b-additional-services .additional-services__name{position:absolute;text-align:center;top:0;left:0;display:flex;justify-content:center;align-items:center;color:#fff;font-size:22px;font-weight:600;line-height:1.1;width:100%;height:100%;padding:0 10%}@media(max-width: 1279px){.b-additional-services .additional-services__name{font-size:16px}}.b-additional-services--wifi .additional-services__name{padding:0 9%}.b-catalog-map{margin-bottom:60px}.b-catalog-map .catalog-map__wrap{display:flex;justify-content:space-between}@media(max-width: 767px){.b-catalog-map .catalog-map__wrap{flex-wrap:wrap}}.b-catalog-map .catalog-map__item{width:calc(50% - 15px)}@media(max-width: 1279px){.b-catalog-map .catalog-map__item{width:calc(50% - 5px)}}@media(max-width: 767px){.b-catalog-map .catalog-map__item{width:100%;margin-bottom:30px}}.b-catalog-map .catalog-map__name{font-size:35px;font-weight:700;margin-bottom:40px;text-align:center;letter-spacing:-0.9px}@media(max-width: 1799px){.b-catalog-map .catalog-map__name{font-size:20px;margin-bottom:20px}}.b-catalog-map .catalog-map__map{border-radius:20px;overflow:hidden}.b-catalog-map .catalog-map__map img{width:100%}.filter-select{width:100%}.filter-select__selected{padding:16px 20px;border-radius:10px;background:#deeaff;color:#1d468e;font-weight:600;background:#deeaff url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="4" viewBox="0 0 8 4" fill="none"><path d="M1 0.5L4 3.5L7 0.5" stroke="%23272727" stroke-linecap="round" stroke-linejoin="round"/></svg>') center right 15px no-repeat}.filter-select__selected--active{background:#deeaff url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="4" viewBox="0 0 8 4" fill="none" style="rotate: 180deg"><path d="M1 0.5L4 3.5L7 0.5" stroke="%23272727" stroke-linecap="round" stroke-linejoin="round"/></svg>') center right 15px no-repeat}.filter-select__dropdown{position:absolute;top:calc(100% + 10px);background:#fff;padding:10px;width:100%;z-index:9999}@media(max-width: 1279px){.filter-select__dropdown{border:1px solid rgba(29,70,142,.15);background-color:#f4f6f9;border-radius:20px}}.filter-select__dropdown--hidden{display:none}.filter-select__item{padding:5px 0}.b-lk-header{display:flex;align-items:center;gap:10px;font-size:14px}.b-lk-header .lk-header__link:link,.b-lk-header .lk-header__link:visited{display:flex;align-items:center;gap:10px;font-weight:500;font-size:14px;line-height:1.43;letter-spacing:-0.02em;color:#272727}@media(min-width: 1280px)and (max-width: 1799px){.b-lk-header .lk-header__link:link,.b-lk-header .lk-header__link:visited{font-size:12px}}.b-lk-header .lk-header__link:link span,.b-lk-header .lk-header__link:visited span{white-space:nowrap}@media(max-width: 1279px){.b-lk-header .lk-header__link:link span,.b-lk-header .lk-header__link:visited span{display:none}}.b-lk-header svg{display:block}@media(max-width: 1279px){.b-lk-header svg{width:30px;height:auto}}.l-inline-block{display:inline-block}.truncate{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.b-picture-top{width:100vw;transform:translateX(-50%);margin-left:50%;max-width:1820px;width:calc(100vw - 40px);position:relative}.b-picture-top .picture-top__image img{max-width:100%;height:100%;border-radius:20px;object-fit:cover}@media(max-width: 767px){.b-picture-top .picture-top__image img{height:482px;width:100%}}.b-picture-top .picture-top__wrapper{position:absolute;left:0;top:100px;width:100%}@media(max-width: 1279px){.b-picture-top .picture-top__wrapper{top:25px}}.b-picture-top .picture-top__content{max-width:1410px;margin:0 auto;color:#fff}@media(min-width: 768px)and (max-width: 1799px){.b-picture-top .picture-top__content{padding:0 30px}}@media(max-width: 767px){.b-picture-top .picture-top__content{padding:0 20px}}.b-picture-top .picture-top__title{text-align:left;font-weight:600;font-size:54px;line-height:1.11;letter-spacing:-0.04em;color:#fff;margin-bottom:40px;max-width:560px}@media(min-width: 1280px)and (max-width: 1799px){.b-picture-top .picture-top__title{font-size:44px}}@media(min-width: 768px)and (max-width: 1279px){.b-picture-top .picture-top__title{font-size:22px}}@media(max-width: 767px){.b-picture-top .picture-top__title{font-size:22px;margin-bottom:25px}}.b-picture-top .picture-top__text{font-weight:400;font-size:28px;line-height:1.43;letter-spacing:-0.05em;padding:0;margin:0;max-width:918px}@media(min-width: 1280px)and (max-width: 1799px){.b-picture-top .picture-top__text{max-width:995px;font-size:24px}}@media(max-width: 1279px){.b-picture-top .picture-top__text{font-size:14px}}.b-picture-top--mb30{margin-bottom:30px}@media(max-width: 767px){.b-picture-top--mb30{margin-bottom:20px}}.b-picture-top--internet .picture-top__title{font-size:45px;max-width:100%;margin-bottom:60px}@media(max-width: 1279px){.b-picture-top--internet .picture-top__title{font-size:22px;margin-bottom:20px;max-width:250px}}@media(max-width: 1279px){.b-picture-top--internet .picture-top__wrapper{left:23px;top:30%}}@media(max-width: 767px){.b-picture-top--internet .picture-top__wrapper{top:auto;left:0;bottom:40px}}.b-picture-top--internet .picture-top__text{font-size:45px;max-width:700px;font-weight:300}@media(max-width: 1279px){.b-picture-top--internet .picture-top__text{font-size:18px;max-width:300px}}.b-picture-top--internet .picture-top__image img{width:100%}.b-solving-problems{max-width:1410px;margin-left:auto;margin-right:auto;margin-bottom:40px}.b-solving-problems .solving-problems__wrapper{background:#f3f5f9 url("/local/templates/webcanape/images/content/solving-problems/solving-problems-bg.png") center center no-repeat;padding:50px;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;border-radius:20px}@media(max-width: 1279px){.b-solving-problems .solving-problems__wrapper{flex-direction:column;gap:20px}}@media(min-width: 768px)and (max-width: 1279px){.b-solving-problems .solving-problems__wrapper{padding:20px 20px 40px}}@media(max-width: 767px){.b-solving-problems .solving-problems__wrapper{padding:20px;gap:30px}}.b-solving-problems .solving-problems__title{font-style:normal;font-weight:600;font-size:35px;line-height:1.14;letter-spacing:-0.05em;color:#111}@media(min-width: 768px)and (max-width: 1279px){.b-solving-problems .solving-problems__title{font-size:18px;margin-bottom:30px}}@media(max-width: 767px){.b-solving-problems .solving-problems__title{font-size:18px;padding:0 77px;text-align:center}}.b-solving-problems .solving-problems__items{display:flex;justify-content:space-between}@media(min-width: 768px)and (max-width: 1279px){.b-solving-problems .solving-problems__items{gap:35px}}@media(max-width: 767px){.b-solving-problems .solving-problems__items{flex-direction:column;align-items:center;gap:30px;text-align:center}}.b-solving-problems .solving-problems__item{width:calc(33.3333333333% - 51px)}@media(min-width: 768px)and (max-width: 1279px){.b-solving-problems .solving-problems__item{width:auto}}@media(max-width: 767px){.b-solving-problems .solving-problems__item{width:100%}}.b-solving-problems .solving-problems__icon{margin-bottom:23px}@media(min-width: 768px)and (max-width: 1279px){.b-solving-problems .solving-problems__icon{margin-bottom:10px}}@media(max-width: 767px){.b-solving-problems .solving-problems__icon{width:40px;height:40px;margin-left:auto;margin-right:auto;margin-bottom:10px}}.b-solving-problems .solving-problems__icon svg{max-width:100%;max-height:100%}.b-solving-problems .solving-problems__text{font-weight:500;font-size:18px;line-height:1.33;letter-spacing:-0.03em;color:#272727}@media(min-width: 768px)and (max-width: 1279px){.b-solving-problems .solving-problems__text{font-size:16px}}@media(max-width: 767px){.b-solving-problems .solving-problems__text{font-size:14px}}.mb60{margin-bottom:60px}.wide-container{padding-left:205px;padding-right:205px;margin-left:-205px;margin-right:-205px}@media(max-width: 1799px){.wide-container{padding-left:20px;padding-right:20px;margin-left:0;margin-right:0}}.b-contacts{border-radius:20px;border:1px solid rgba(29,70,142,.3)}@media(max-width: 1279px){.b-contacts{border-radius:10px}}.b-contacts a:link,.b-contacts a:visited{color:#272727;text-decoration:underline}.b-contacts .contacts__top{padding:40px 90px;display:flex;justify-content:space-between;background:url(/local/templates/webcanape/images/contacts-bg.png) center/cover no-repeat;border-radius:20px;margin-bottom:30px;font-weight:500}@media(max-width: 1279px){.b-contacts .contacts__top{padding:30px 20px;font-size:14px;border-radius:10px}}@media(max-width: 767px){.b-contacts .contacts__top{flex-direction:column;margin-bottom:5px}}.b-contacts .contacts__left{width:calc(50% - 15px)}@media(max-width: 767px){.b-contacts .contacts__left{width:100%;margin-bottom:20px}}.b-contacts .contacts__right{width:calc(50% - 30px)}@media(max-width: 767px){.b-contacts .contacts__right{width:100%}}.b-contacts .contacts__tables{display:flex;justify-content:space-between;padding:30px 90px}@media(max-width: 1279px){.b-contacts .contacts__tables{padding:20px}}@media(max-width: 767px){.b-contacts .contacts__tables{flex-direction:column;padding:0}}.b-contacts .contacts__table{width:calc(50% - 30px)}@media(max-width: 767px){.b-contacts .contacts__table{width:100%;border-bottom:1px solid rgba(29,70,142,.3);padding:15px 20px}}.b-contacts .contacts__table-name{font-size:22px;font-weight:700;margin-bottom:15px}@media(max-width: 1279px){.b-contacts .contacts__table-name{font-size:16px;margin-bottom:10px}}.b-contacts .contacts__table-item{width:100%}.b-contacts .contacts__table-item tr{display:flex}@media(max-width: 1279px){.b-contacts .contacts__table-item tr{flex-direction:column;font-size:14px}}.b-contacts .contacts__table-item td{padding:5px 0;height:fit-content;display:flex;align-items:start;width:90%}.b-contacts .contacts__table-item td:first-child{width:20%}@media(max-width: 767px){.b-contacts .contacts__table-item td{display:flex;flex-direction:column}}@media(max-width: 767px){.b-contacts .contacts__table-item td br{display:none}}.b-contacts .contacts__table-item a,.b-contacts .contacts__table-item a:link,.b-contacts .contacts__table-item a:visited{color:#111;text-decoration:none}.b-contacts .contacts__table-item a:hover{color:#1d468e}.b-contacts .contacts__map-name{font-size:22px;font-weight:700;padding:0 90px;margin-bottom:20px}@media(max-width: 1279px){.b-contacts .contacts__map-name{font-size:16px;padding:0 20px;margin-bottom:10px}}@media(max-width: 767px){.b-contacts .contacts__map-name{margin-top:15px}}.b-requisites .requisites__top{padding:35px 90px;color:#fff;background:url("/local/templates/webcanape/images/requisites-bg.png") center/cover no-repeat;margin-bottom:30px;border-radius:20px}@media(max-width: 1279px){.b-requisites .requisites__top{padding:20px;border-radius:10px}}.b-requisites .requisites__title{font-size:32px;font-weight:700;margin-bottom:8px}@media(max-width: 1279px){.b-requisites .requisites__title{font-size:20px;margin-bottom:15px}}@media(max-width: 1279px){.b-requisites .requisites__desc{font-size:14px}}.b-requisites .requisites__table{display:block;width:100%;border-collapse:collapse;background:linear-gradient(90deg, rgba(0, 53, 148, 0.12) 0%, rgba(255, 255, 255, 0) 50%, rgba(107, 72, 151, 0.15) 100%);padding:40px 40px 34px;border-radius:20px}@media(max-width: 1279px){.b-requisites .requisites__table{padding:20px;border-radius:10px}}@media(max-width: 767px){.b-requisites .requisites__table{padding:20px 10px}}.b-requisites .requisites__table tbody{width:100%;display:block}.b-requisites .requisites__table tr{padding:0 50px;display:flex;width:100%}@media(max-width: 1279px){.b-requisites .requisites__table tr{padding:0 10px}}@media(max-width: 767px){.b-requisites .requisites__table tr{display:flex;flex-direction:column;padding:5px 10px}}.b-requisites .requisites__table tr:nth-child(odd){background:linear-gradient(to right, rgba(2, 54, 149, 0) 0%, rgba(2, 54, 149, 0.07) 7%, rgba(2, 54, 149, 0.08) 8%, rgba(0, 53, 148, 0.05) 51%, rgba(42, 60, 149, 0.07) 76%, rgba(107, 72, 151, 0.1) 92%, rgba(77, 67, 150, 0.07) 96%, rgba(0, 53, 148, 0) 100%)}.b-requisites .requisites__table th:first-child,.b-requisites .requisites__table td:first-child{font-weight:bold}.b-requisites .requisites__table th,.b-requisites .requisites__table td{padding:10px 0;color:rgba(17,17,17,.7);font-size:20px;width:60%}@media(max-width: 1279px){.b-requisites .requisites__table th,.b-requisites .requisites__table td{font-size:14px}}@media(max-width: 767px){.b-requisites .requisites__table th,.b-requisites .requisites__table td{width:100%;padding:5px}}.b-requisites .requisites__table th:first-child,.b-requisites .requisites__table td:first-child{width:40%}.b-requisites .requisites__table a,.b-requisites .requisites__table a:link,.b-requisites .requisites__table a:visited{color:rgba(17,17,17,.7)}.b-requisites .requisites__name{padding:30px 90px;font-size:24px;font-weight:600}@media(max-width: 1279px){.b-requisites .requisites__name{padding:20px 0;font-size:16px;letter-spacing:-0.5px}}.btn-open-ymaps{display:flex;align-items:center;font-weight:500;padding:0}.btn-open-ymaps svg{margin-right:7px}.b-btn-requisites,.b-btn-requisites:link,.b-btn-requisites:visited{padding:16px 20px;max-width:346px;width:100%;display:flex;align-items:center;justify-content:center;border-radius:10px;font-size:14px;font-weight:600;color:#1d468e;background:#deeaff;margin-top:20px;margin-bottom:30px;float:right}.b-btn-requisites svg,.b-btn-requisites:link svg,.b-btn-requisites:visited svg{margin-right:12px}@media(max-width: 1279px){.b-btn-requisites,.b-btn-requisites:link,.b-btn-requisites:visited{margin-bottom:10px}}.b-hint{position:relative;display:inline-block;cursor:pointer;width:13px;margin-left:5px;height:13px;background:url("/local/templates/webcanape/images/hint.svg") center/cover no-repeat}@media(max-width: 767px){.b-hint{position:static}}.b-hint .hint__text{max-width:310px;visibility:hidden;width:max-content;background-color:#fff;color:rgba(29,70,142,.8);text-align:center;border-radius:10px;padding:16px;position:absolute;font-size:11px;z-index:1;top:-15px;left:100%;margin-left:23px;opacity:0;transition:opacity .3s}@media(max-width: 767px){.b-hint .hint__text{left:0;top:0;max-width:260px;margin-left:0;box-sizing:border-box}}.b-hint:hover .hint__text{visibility:visible;opacity:1}.b-store-offers{padding:40px 40px 1px;border-radius:20px;background:#f4f4f4;margin-bottom:40px}@media(max-width: 1279px){.b-store-offers{padding:20px 20px 1px}}@media(max-width: 767px){.b-store-offers{margin-bottom:30px}}.b-store-offers .store-offers__row{margin-bottom:40px;display:flex;justify-content:space-between;flex-wrap:wrap}@media(max-width: 1279px){.b-store-offers .store-offers__row{margin-bottom:20px}}.b-store-offers .store-offers__left{width:calc(50% - 60px)}@media(max-width: 1279px){.b-store-offers .store-offers__left{width:calc(50% - 9px)}}@media(max-width: 767px){.b-store-offers .store-offers__left{width:100%}}.b-store-offers .store-offers__right{width:calc(50% - 60px)}@media(max-width: 1279px){.b-store-offers .store-offers__right{width:calc(50% - 9px)}}@media(max-width: 767px){.b-store-offers .store-offers__right{width:100%}}.b-store-offers p{font-weight:600;font-size:24px;line-height:28px;letter-spacing:-0.03em;color:#1d468e;margin-bottom:24px}@media(max-width: 1279px){.b-store-offers p{font-size:18px;margin-bottom:20px;padding-left:36px}}.b-store-offers ul{list-style-image:url("/local/templates/webcanape/images/list-style-image.svg")}.b-store-offers ul li{padding-left:15px;margin-bottom:15px;margin-left:20px;font-weight:400;font-size:18px;line-height:1.33;color:#272727}@media(max-width: 1279px){.b-store-offers ul li{font-size:14px}}.b-connect-cards{margin-bottom:0}@media(max-width: 1279px){.b-connect-cards{margin-bottom:0}}@media(max-width: 767px){.b-connect-cards{margin-bottom:20px}}.b-connect-cards .connect-cards__wrap{display:flex;justify-content:space-between}@media(max-width: 767px){.b-connect-cards .connect-cards__wrap{flex-wrap:wrap}}.b-connect-cards .connect-cards__item{padding:60px;width:calc(50% - 15px);font-weight:600;font-size:26px;letter-spacing:-0.05em;color:#fff;border-radius:20px}@media(max-width: 1279px){.b-connect-cards .connect-cards__item{font-size:16px;padding:27px 70px;width:calc(50% - 5px);border-radius:9px}}@media(max-width: 767px){.b-connect-cards .connect-cards__item{width:100%;margin-bottom:10px;padding:27px 20px;text-align:center}}@media(max-width: 767px){.b-sber::before{content:"";position:absolute;bottom:0;right:0;width:205px;height:241px;background:url("/local/templates/webcanape/images/sber-tel.png") center/contain no-repeat}}@media(min-width: 425px)and (max-width: 767px){.b-sber::before{width:266.5px;height:313.3px}}.b-sber img{margin-bottom:39px}@media(min-width: 768px)and (max-width: 1279px){.b-sber img{max-width:110px;margin-bottom:20px}}.b-sber h2{color:#fff;font-weight:600;font-size:35px;line-height:1.14;letter-spacing:-0.04em;margin-bottom:20px;margin-top:0;text-align:left;max-width:500px}@media(max-width: 1279px){.b-sber h2{font-size:24px;line-height:1.33;letter-spacing:-0.06em;margin-bottom:18px}}.b-sber p{font-weight:400;font-size:16px;line-height:1.5;letter-spacing:-0.02em;padding-bottom:0;max-width:500px}@media(min-width: 768px)and (max-width: 1279px){.b-sber p{font-weight:400;font-size:14px;line-height:1.42;max-width:330px}}.marker--active{z-index:1 !important}.b-dedicated-channel-banner{position:relative;z-index:1;width:calc(100vw - 80px);transform:translateX(-50%);margin-left:50%;background:#41709d url("/internet-for-business/dedicated-channel/images/dedicated-channel-bg.webp") no-repeat;background-position:right;padding-block:117px;border-radius:20px;margin-bottom:33px;max-width:1820px;overflow:hidden}@media(max-width: 1279px){.b-dedicated-channel-banner{width:100%;padding-block:72px 80px;margin-bottom:20px;background-size:cover;background-position:center}}@media(max-width: 767px){.b-dedicated-channel-banner{padding-block:24px 180px;border-radius:12px}}@media(max-width: 455px){.b-dedicated-channel-banner{background:#41709d url("/internet-for-business/dedicated-channel/images/dedicated-channel-bg-mb.webp") no-repeat;background-position:bottom;background-size:contain}}.b-dedicated-channel-banner::before{content:"";position:absolute;background:url("/internet-for-business//dedicated-channel/images/dedicated-channel-bg.svg") no-repeat;background-size:cover;inset:0;z-index:-1}@media(max-width: 767px){.b-dedicated-channel-banner::before{background-position:top -50px center}}.b-dedicated-channel-banner .dedicated-channel-banner__wrap{position:relative;margin:0 auto;max-width:1440px;padding:0 20px}@media(max-width: 767px){.b-dedicated-channel-banner .dedicated-channel-banner__wrap{padding:0 8px 0 20px}}.b-dedicated-channel-banner .dedicated-channel-banner__top{position:relative}.b-dedicated-channel-banner .dedicated-channel-banner__title{font-size:44px;color:#fff;font-weight:600;line-height:1.1;letter-spacing:-0.4px}@media(max-width: 1279px){.b-dedicated-channel-banner .dedicated-channel-banner__title{font-size:22px}}@media(max-width: 767px){.b-dedicated-channel-banner .dedicated-channel-banner__title{letter-spacing:-0.8px}}.b-dedicated-channel-banner .dedicated-channel-banner__icons{position:absolute;right:0;top:0}.b-dedicated-channel-banner .dedicated-channel-banner__icons img{width:80px;height:80px;margin-right:8px}.b-dedicated-channel-banner .dedicated-channel-banner__bottom{display:flex;justify-content:end}@media(max-width: 1279px){.b-dedicated-channel-banner .dedicated-channel-banner__bottom{flex-direction:column}}.b-dedicated-channel-banner .dedicated-channel-banner__desc p{font-size:24px;margin-bottom:20px;color:#1d468e}.b-dedicated-channel-advantages{margin-bottom:60px}@media(max-width: 1799px){.b-dedicated-channel-advantages{margin-bottom:50px}}@media(max-width: 1279px){.b-dedicated-channel-advantages{margin-bottom:30px}}.b-dedicated-channel-advantages .dedicated-channel-advantages__wrapper{column-count:2;column-gap:40px}@media(max-width: 1279px){.b-dedicated-channel-advantages .dedicated-channel-advantages__wrapper{column-gap:30px}}@media(max-width: 767px){.b-dedicated-channel-advantages .dedicated-channel-advantages__wrapper{column-count:1}}.b-dedicated-channel-advantages .dedicated-channel-advantages__item{display:flex;align-items:flex-start;gap:22px;font-size:18px;margin-bottom:16px;break-inside:avoid}@media(max-width: 1279px){.b-dedicated-channel-advantages .dedicated-channel-advantages__item{font-size:14px;gap:10px}}.b-dedicated-channel-advantages .dedicated-channel-advantages__item:before{content:"";display:inline-block;width:12px;height:12px;background:url("/local/templates/webcanape/images/list-style-image.svg");flex-shrink:0;margin-top:5px}.b-dedicated-channel-advantages .dedicated-channel-advantages__item span:first-child{flex-shrink:0}.b-dedicated-channel-advantages .dedicated-channel-advantages__item span:last-child{max-width:595px}@media(max-width: 1279px){.b-dedicated-channel-advantages .dedicated-channel-advantages__item span:last-child{max-width:100%;padding-right:20px}}@media(max-width: 767px){.b-dedicated-channel-advantages .dedicated-channel-advantages__item span:last-child{max-width:100%;padding-right:0}}.b-dedicated-channel-desc{margin-bottom:60px;font-size:19px}@media(max-width: 1799px){.b-dedicated-channel-desc{margin-bottom:50px}}@media(max-width: 1279px){.b-dedicated-channel-desc{margin-bottom:30px;font-size:14px}}.b-dedicated-channel-block{margin-bottom:60px}@media(max-width: 1799px){.b-dedicated-channel-block{margin-bottom:50px}}@media(max-width: 1279px){.b-dedicated-channel-block{margin-bottom:30px}}.b-dedicated-channel-block .dedicated-channel-block__title{font-weight:600;font-size:24px;color:#1d468e;margin-bottom:20px}@media(max-width: 767px){.b-dedicated-channel-block .dedicated-channel-block__title{margin-bottom:10px}}.b-dedicated-channel-block .dedicated-channel-block__desc{font-size:18px}.b-dedicated-channel-block .dedicated-channel-block__wrapper{display:grid;grid-template-columns:685px 1fr;grid-template-areas:"item img" "list img";gap:0 140px;padding-block:20px 30px;padding-right:116px;border-radius:20px;overflow:hidden;background:linear-gradient(90deg, rgba(218, 235, 255, 0) 30%, rgb(218, 235, 255) 100%)}@media(max-width: 1799px){.b-dedicated-channel-block .dedicated-channel-block__wrapper{gap:0 100px;padding-right:75px}}@media(max-width: 1279px){.b-dedicated-channel-block .dedicated-channel-block__wrapper{gap:0;padding-right:0;grid-template-columns:repeat(2, 1fr);grid-template-areas:"item list" "item img";gap:0 24px;padding-inline:24px 48px;background:linear-gradient(rgba(218, 235, 255, 0), rgb(218, 235, 255))}}@media(max-width: 767px){.b-dedicated-channel-block .dedicated-channel-block__wrapper{grid-template-columns:1fr;grid-template-areas:"item" "list" "img";gap:0;padding:20px}}.b-dedicated-channel-block .dedicated-channel-block__item{grid-area:item;margin-bottom:40px}@media(max-width: 767px){.b-dedicated-channel-block .dedicated-channel-block__item{margin-bottom:30px}}.b-dedicated-channel-block .dedicated-channel-block__list{grid-area:list}@media(max-width: 1279px){.b-dedicated-channel-block .dedicated-channel-block__list{margin-bottom:30px}}.b-dedicated-channel-block .dedicated-channel-block__imgbox{grid-area:img;display:flex;align-items:center;justify-content:center}.b-dedicated-channel-block .dedicated-channel-block__imgbox img{width:100%;height:100%}.b-dedicated-channel-block .dedicated-channel-block__list-item{display:flex;align-items:flex-start;gap:20px;font-size:18px;margin-bottom:16px}@media(max-width: 1279px){.b-dedicated-channel-block .dedicated-channel-block__list-item{font-size:14px;gap:15px}}@media(max-width: 767px){.b-dedicated-channel-block .dedicated-channel-block__list-item{gap:10px;margin-bottom:10px}}.b-dedicated-channel-block .dedicated-channel-block__list-item::before{content:"";display:inline-block;width:12px;height:12px;background:url("/local/templates/webcanape/images/list-style-image.svg");flex-shrink:0;margin-top:5px}.b-dedicated-channel-block .dedicated-channel-block__list-item:last-child{margin-bottom:0}.b-dedicated-channel-block2{margin-bottom:60px}@media(max-width: 1799px){.b-dedicated-channel-block2{margin-bottom:50px}}@media(max-width: 1279px){.b-dedicated-channel-block2{margin-bottom:30px}}.b-dedicated-channel-block2 .dedicated-channel-block2__title{font-weight:600;font-size:24px;color:#1d468e;margin-bottom:20px}@media(max-width: 767px){.b-dedicated-channel-block2 .dedicated-channel-block2__title{margin-bottom:10px}}.b-dedicated-channel-block2 .dedicated-channel-block2__desc{font-size:18px}.b-dedicated-channel-block2 .dedicated-channel-block2__wrapper{display:grid;grid-template-columns:685px 1fr;grid-template-areas:"item img" "desc img" "list img";gap:0 60px;padding-block:20px;padding-right:50px;border-radius:20px;overflow:hidden;background:linear-gradient(90deg, rgba(218, 235, 255, 0) 30%, rgb(218, 235, 255) 100%)}@media(max-width: 1799px){.b-dedicated-channel-block2 .dedicated-channel-block2__wrapper{gap:0 40px;padding-right:30px}}@media(max-width: 1279px){.b-dedicated-channel-block2 .dedicated-channel-block2__wrapper{gap:0;padding-right:0;grid-template-columns:repeat(2, 1fr);grid-template-areas:"item list" "desc img";gap:0 24px;padding:20px;background:linear-gradient(rgba(218, 235, 255, 0), rgb(218, 235, 255))}}@media(max-width: 767px){.b-dedicated-channel-block2 .dedicated-channel-block2__wrapper{grid-template-columns:1fr;grid-template-areas:"item" "desc" "list" "img";gap:0;padding:20px}}.b-dedicated-channel-block2 .dedicated-channel-block2__item{grid-area:item;margin-bottom:40px}@media(max-width: 1279px){.b-dedicated-channel-block2 .dedicated-channel-block2__item{margin-bottom:30px}}.b-dedicated-channel-block2 .dedicated-channel-block2__inner{grid-area:desc;margin-bottom:40px}@media(max-width: 1279px){.b-dedicated-channel-block2 .dedicated-channel-block2__inner{margin-bottom:0}}@media(max-width: 1279px){.b-dedicated-channel-block2 .dedicated-channel-block2__inner{margin-bottom:30px}}.b-dedicated-channel-block2 .dedicated-channel-block2__list{grid-area:list}@media(max-width: 1279px){.b-dedicated-channel-block2 .dedicated-channel-block2__list{margin-bottom:30px}}.b-dedicated-channel-block2 .dedicated-channel-block2__imgbox{grid-area:img;display:flex;align-items:center;justify-content:center}@media(max-width: 1279px){.b-dedicated-channel-block2 .dedicated-channel-block2__imgbox{margin-top:auto}}.b-dedicated-channel-block2 .dedicated-channel-block2__imgbox img{width:100%;height:100%}.b-dedicated-channel-block2 .dedicated-channel-block2__list-item{display:flex;align-items:flex-start;gap:20px;font-size:18px;margin-bottom:16px}@media(max-width: 1279px){.b-dedicated-channel-block2 .dedicated-channel-block2__list-item{font-size:14px;gap:10px}}@media(max-width: 767px){.b-dedicated-channel-block2 .dedicated-channel-block2__list-item{gap:10px;margin-bottom:10px}}.b-dedicated-channel-block2 .dedicated-channel-block2__list-item::before{content:"";display:inline-block;width:12px;height:12px;background:url("/local/templates/webcanape/images/list-style-image.svg");flex-shrink:0;margin-top:5px}.b-dedicated-channel-block2 .dedicated-channel-block2__list-item:last-child{margin-bottom:0}.b-dedicated-channel-services{position:relative;z-index:1;padding-block:65px 60px;padding-inline:50px 120px;display:flex;justify-content:space-between;align-items:center;border-radius:20px;overflow:hidden;margin-bottom:30px;background-color:#f3f5f9}@media(max-width: 1799px){.b-dedicated-channel-services{padding-inline:50px 100px;margin-bottom:20px}}@media(max-width: 1279px){.b-dedicated-channel-services{padding-inline:20px 40px;padding-block:30px;margin-bottom:10px}}@media(max-width: 767px){.b-dedicated-channel-services{flex-direction:column;gap:30px;padding-inline:20px;margin-bottom:30px}}.b-dedicated-channel-services::before{content:"";position:absolute;background:url("/internet-for-business//dedicated-channel/images/banner-bottom.svg") no-repeat;background-size:cover;inset:0;z-index:-1}@media(max-width: 767px){.b-dedicated-channel-services::before{background:url("/internet-for-business//dedicated-channel/images/banner-bottom-mb.svg") no-repeat;background-size:cover}}.b-dedicated-channel-services .dedicated-channel-services__title{font-weight:600;font-size:35px;line-height:45px;letter-spacing:-0.05em;flex-shrink:0}@media(max-width: 1279px){.b-dedicated-channel-services .dedicated-channel-services__title{font-size:18px;line-height:24px;text-align:center}}.b-dedicated-channel-services .dedicated-channel-services__wrapper{display:flex;gap:85px}@media(max-width: 1279px){.b-dedicated-channel-services .dedicated-channel-services__wrapper{gap:30px}}@media(max-width: 767px){.b-dedicated-channel-services .dedicated-channel-services__wrapper{flex-direction:column;align-items:center;gap:30px}}.b-dedicated-channel-services .dedicated-channel-services__item{display:flex;flex-direction:column;gap:15px;font-weight:500;font-size:18px}@media(max-width: 1279px){.b-dedicated-channel-services .dedicated-channel-services__item{gap:17px;align-items:center;width:min-content;font-size:16px;line-height:20px}}@media(max-width: 767px){.b-dedicated-channel-services .dedicated-channel-services__item{width:max-content}}.b-dedicated-channel-services .dedicated-channel-services__item span:first-child{max-width:55px}.b-dedicated-channel-services .dedicated-channel-services__item span:last-child{text-align:center}.b-dedicated-channel-services .dedicated-channel-services__item span svg{width:100%;height:100%;object-fit:cover}.b-monitoring .b-title-h2{font-size:35px;line-height:40px;font-weight:600}@media(max-width: 1279px){.b-monitoring .b-title-h2{font-size:24px;line-height:32px;margin-bottom:20px}}.b-monitoring .monitoring__banner{position:relative;display:flex;justify-content:center;margin-bottom:50px;max-width:1860px;padding:0 20px;width:100vw;left:50%;transform:translateX(-50%)}@media(max-width: 1279px){.b-monitoring .monitoring__banner{margin-bottom:20px}}.b-monitoring .monitoring__banner .monitoring__banner__wrapper{position:absolute;max-width:1450px;width:100%;top:100px;padding:0 20px}@media(max-width: 1279px){.b-monitoring .monitoring__banner .monitoring__banner__wrapper{top:40px;padding:0 60px}}@media(max-width: 767px){.b-monitoring .monitoring__banner .monitoring__banner__wrapper{display:flex;flex-direction:column-reverse;gap:15px;top:25px;padding:0 40px;align-items:center}}@media(min-width: 1280px)and (max-width: 1659px){.b-monitoring .monitoring__banner .monitoring__banner__wrapper{top:70px;padding:0 60px}}.b-monitoring .monitoring__banner .monitoring__banner__wrapper .monitoring__banner__license{position:absolute;overflow:hidden;border-radius:10px;display:flex;align-items:center;padding:16px;gap:13px;right:20px;bottom:0}@media(min-width: 1280px)and (max-width: 1659px){.b-monitoring .monitoring__banner .monitoring__banner__wrapper .monitoring__banner__license{right:60px}}@media(max-width: 1279px){.b-monitoring .monitoring__banner .monitoring__banner__wrapper .monitoring__banner__license{right:50px;bottom:auto;top:-10px;padding:10px;align-items:flex-start}}@media(max-width: 767px){.b-monitoring .monitoring__banner .monitoring__banner__wrapper .monitoring__banner__license{position:relative;max-width:260px;top:0;right:0}}.b-monitoring .monitoring__banner .monitoring__banner__wrapper .monitoring__banner__license__left{width:65px;height:65px;display:flex;justify-content:center;align-items:center;box-shadow:0 0 0 500px rgba(255,255,255,.8);border-radius:10px}@media(max-width: 1279px){.b-monitoring .monitoring__banner .monitoring__banner__wrapper .monitoring__banner__license__left{width:45px;height:45px}}@media(max-width: 767px){.b-monitoring .monitoring__banner .monitoring__banner__wrapper .monitoring__banner__license__left{width:35%}}@media(max-width: 1279px){.b-monitoring .monitoring__banner .monitoring__banner__wrapper .monitoring__banner__license__left img{width:35px}}.b-monitoring .monitoring__banner .monitoring__banner__wrapper .monitoring__banner__license__title{margin:0;font-size:19px;line-height:20px;font-weight:600;margin-bottom:2px}@media(max-width: 1279px){.b-monitoring .monitoring__banner .monitoring__banner__wrapper .monitoring__banner__license__title{font-size:12px;line-height:14px;margin-bottom:5px;max-width:180px}}.b-monitoring .monitoring__banner .monitoring__banner__wrapper .monitoring__banner__license__subtitle{font-size:13px;font-weight:500;line-height:100%}@media(max-width: 1279px){.b-monitoring .monitoring__banner .monitoring__banner__wrapper .monitoring__banner__license__subtitle{font-size:10px;line-height:14px;margin-bottom:25px}}.b-monitoring .monitoring__banner .monitoring__banner__wrapper .monitoring__banner__license__more{position:absolute;right:20px;bottom:20px;font-size:12px;line-height:14px;font-weight:600;color:#1d468e}@media(max-width: 1279px){.b-monitoring .monitoring__banner .monitoring__banner__wrapper .monitoring__banner__license__more{bottom:12px;right:12px}}.b-monitoring .monitoring__banner .monitoring__banner__wrapper .monitoring__banner__content .monitoring__banner__title{text-align:unset;margin-bottom:70px;color:#fff;font-size:45px;line-height:60px}@media(max-width: 1659px){.b-monitoring .monitoring__banner .monitoring__banner__wrapper .monitoring__banner__content .monitoring__banner__title{max-width:500px;margin-bottom:40px}}@media(max-width: 1279px){.b-monitoring .monitoring__banner .monitoring__banner__wrapper .monitoring__banner__content .monitoring__banner__title{max-width:none;font-size:22px;line-height:28px;font-weight:600;margin-bottom:15px}}@media(max-width: 767px){.b-monitoring .monitoring__banner .monitoring__banner__wrapper .monitoring__banner__content .monitoring__banner__title{max-width:260px;margin-bottom:10px}}.b-monitoring .monitoring__banner .monitoring__banner__wrapper .monitoring__banner__content .monitoring__banner__subtitle{color:#fff;font-size:28px;line-height:35px;font-weight:500}@media(max-width: 1659px){.b-monitoring .monitoring__banner .monitoring__banner__wrapper .monitoring__banner__content .monitoring__banner__subtitle{max-width:600px;font-size:24px;line-height:32px}}@media(max-width: 1279px){.b-monitoring .monitoring__banner .monitoring__banner__wrapper .monitoring__banner__content .monitoring__banner__subtitle{font-size:14px;line-height:18px;font-weight:500;max-width:250px}}.b-monitoring .monitoring__banner__image-container{width:100%;margin:0}@media(max-width: 767px){.b-monitoring .monitoring__banner__image-container{text-align:center}}@media(max-width: 1659px){.b-monitoring .monitoring__banner__image-container .monitoring__banner__image{display:none}}.b-monitoring .monitoring__banner__image-container .monitoring__banner__image-laptop{display:none}@media(max-width: 1659px){.b-monitoring .monitoring__banner__image-container .monitoring__banner__image-laptop{display:inline}}.b-monitoring .monitoring__banner__image-container .monitoring__banner__image-mobile{max-width:300px}.b-monitoring .monitoring__banner__image-container img{width:100%}.b-monitoring .monitoring__text{font-size:19px;line-height:25px;margin:50px 0}@media(max-width: 1279px){.b-monitoring .monitoring__text{font-size:14px;line-height:20px;margin:30px 0 30px}.b-monitoring .monitoring__text:first-of-type{margin:20px 0 10px}}@media(max-width: 1279px)and (max-width: 767px){.b-monitoring .monitoring__text:first-of-type{margin:20px 0 30px}}.b-monitoring .monitoring__advantages{margin:50px 0}@media(max-width: 767px){.b-monitoring .monitoring__advantages{margin:30px 0}}@media(max-width: 1279px){.b-monitoring .monitoring__advantages{margin:10px 0 30px}}@media(min-width: 1280px)and (max-width: 1659px){.b-monitoring .monitoring__advantages__title{max-width:900px;margin:0 auto 40px}}.b-monitoring .monitoring__advantages__container{gap:30px 60px;display:grid;grid-template-columns:repeat(2, 1fr);padding:40px;background-color:#f2f7fa;border-radius:20px}@media(max-width: 767px){.b-monitoring .monitoring__advantages__container{grid-template-columns:1fr}}@media(max-width: 1279px){.b-monitoring .monitoring__advantages__container{padding:20px;gap:20px 60px}}.b-monitoring .monitoring__advantages__container .monitoring__advantages__item__title{margin-bottom:10px;font-size:24px;line-height:28px;color:#1d468e;font-weight:600}@media(max-width: 1279px){.b-monitoring .monitoring__advantages__container .monitoring__advantages__item__title{font-size:18px;line-height:22px}}.b-monitoring .monitoring__advantages__container .monitoring__advantages__item__subtitle{font-size:18px;line-height:24px}@media(max-width: 1279px){.b-monitoring .monitoring__advantages__container .monitoring__advantages__item__subtitle{font-size:14px;line-height:20px}}.b-monitoring .monitoring__video{margin:50px 0 70px}@media(max-width: 1279px){.b-monitoring .monitoring__video{margin:30px 0}}.b-monitoring .monitoring__video__items{display:flex;padding:0 40px}@media(max-width: 767px){.b-monitoring .monitoring__video__items{flex-wrap:wrap;gap:30px}}@media(max-width: 1279px){.b-monitoring .monitoring__video__items{padding:0;gap:50px}}.b-monitoring .monitoring__video__items .monitoring__video__container{display:flex;flex-direction:column;gap:15px;flex:50%}@media(max-width: 767px){.b-monitoring .monitoring__video__items .monitoring__video__container{flex:100%}}.b-monitoring .monitoring__video__items .monitoring__video__container__title{font-size:24px;line-height:28px;font-weight:600;color:#1d468e;margin-bottom:10px}@media(max-width: 1279px){.b-monitoring .monitoring__video__items .monitoring__video__container__title{font-size:18px;line-height:22px;margin-bottom:20px}}.b-monitoring .monitoring__video__items .monitoring__video__container .monitoring__video__item{display:flex;align-items:flex-start;gap:22px;font-size:18px;margin-bottom:16px;break-inside:avoid;margin:0}.b-monitoring .monitoring__video__items .monitoring__video__container .monitoring__video__item span:first-child{flex-shrink:0}.b-monitoring .monitoring__video__items .monitoring__video__container .monitoring__video__item span:last-child{max-width:595px}@media(max-width: 1279px){.b-monitoring .monitoring__video__items .monitoring__video__container .monitoring__video__item span:last-child{font-size:14px;line-height:20px}}.b-monitoring .monitoring__pricing{min-height:260px;position:relative;display:flex;padding:60px 50px 55px;align-items:center;margin:70px 0 50px}@media(max-width: 1279px){.b-monitoring .monitoring__pricing{margin:30px 0;padding:0 20px;min-height:181px}}@media(max-width: 767px){.b-monitoring .monitoring__pricing{min-height:532px;display:flex;flex-direction:column;padding:30px 30px 20px}}.b-monitoring .monitoring__pricing__image{position:absolute;top:0;left:0;width:100%;max-height:260px}@media(max-width: 1279px){.b-monitoring .monitoring__pricing__image{max-height:181px}}@media(max-width: 767px){.b-monitoring .monitoring__pricing__image{max-height:532px}}.b-monitoring .monitoring__pricing__title{position:relative;flex:50%;margin:0;text-align:left}@media(max-width: 1279px){.b-monitoring .monitoring__pricing__title{font-size:18px;line-height:24px;flex:auto}}@media(max-width: 767px){.b-monitoring .monitoring__pricing__title{text-align:center}}.b-monitoring .monitoring__pricing__container{position:relative;flex:50%;display:flex;gap:90px}@media(max-width: 1279px){.b-monitoring .monitoring__pricing__container{flex:auto;gap:40px;justify-content:flex-end}}@media(max-width: 767px){.b-monitoring .monitoring__pricing__container{flex-direction:column;gap:25px}}@media(max-width: 1279px){.b-monitoring .monitoring__pricing__container .monitoring__pricing__item{text-align:center}}.b-monitoring .monitoring__pricing__container .monitoring__pricing__item__img{margin-bottom:10px}.b-monitoring .monitoring__pricing__container .monitoring__pricing__item__text{font-size:18px;line-height:24px;font-weight:500}@media(max-width: 1279px){.b-monitoring .monitoring__pricing__container .monitoring__pricing__item__text{max-width:150px;font-size:14px;line-height:16px}}@media(max-width: 767px){.b-monitoring .monitoring__pricing__container .monitoring__pricing__item__text{font-size:16px;line-height:20px;max-width:none}}.b-map-image{margin-top:30px}@media(max-width: 1279px){.b-map-image{display:none}}html *{box-sizing:border-box}html,body{height:100%}body{background-color:#fff;color:#272727}.l-layout{position:relative;display:flex;min-width:320px;min-height:100%;flex-direction:column;overflow:hidden}.l-header{position:relative}.l-header .header__inner{position:relative;width:100%;max-width:1860px;padding-left:20px;padding-right:20px;box-sizing:border-box;margin:0 auto}@media(max-width: 1279px){.l-header .header__inner{display:flex;justify-content:space-between;align-items:center}}.l-header .header__top{display:flex;justify-content:space-between;align-items:flex-end;margin-top:10px;margin-bottom:25px;gap:10px}@media(max-width: 1279px){.l-header .header__top{margin:15px 0}}.l-header .header__bottom{display:flex;max-width:1450px;margin-left:auto;margin-right:auto;margin-bottom:25px}@media(max-width: 1279px){.l-header .header__bottom{margin:0;align-items:center;gap:15px}}.l-header .header__content{display:flex;justify-content:space-between;align-items:stretch;gap:10px;flex:1;max-width:1530px;margin-left:auto;margin-right:auto}@media(max-width: 1799px){.l-header .header__content{justify-content:flex-end}}@media(max-width: 1279px){.l-header .header__content{display:none}}@media(max-width: 1279px){.l-header .header__callback{display:none}}.l-header .header__sandwich{display:flex;width:44px;height:44px;border:1px solid;justify-content:center;align-items:center;cursor:pointer;transition:color 0.2s ease-in-out;border:1px solid rgba(29,70,142,.15);border-radius:10px}@media(min-width: 1280px){.l-header .header__sandwich{display:none}}.l-header .header__sandwich:hover{color:#1071ae}@media(max-width: 1279px){.l-header .header__logo{width:83px}}.l-header .header__logo img{max-width:100%;vertical-align:top}.l-header .header__phone .b-header-phones .header-phones__item--head-hidden{display:none}.l-header .header__contacts{text-align:right}@media(max-width: 767px){.l-header .header__contacts{text-align:center}}.l-header .header__email .b-header-email:link,.l-header .header__email .b-header-email:visited{padding:15px}.l-header .header__modules{display:flex;align-items:center;gap:0 20px;margin-left:25px}@media(min-width: 1280px)and (max-width: 1799px){.l-header .header__modules{gap:0 10px;margin-left:10px}}@media(max-width: 767px){.l-header .header__modules{justify-content:center}}@media(max-width: 1279px){.l-header .header__modules{gap:15px}}.l-header .header__btn-container{display:flex;align-items:center;gap:10px}.l-main .main__inner{position:relative;width:100%;max-width:1450px;margin:0 auto;padding:0 20px;background-color:#fff}.l-main .main__inner>[class|=b]:last-child{margin-bottom:0}.l-main--content .main__inner{padding-top:0;padding-bottom:30px}@media(max-width: 767px){.l-main--content .main__inner{padding-top:20px;padding-bottom:20px}}@media(min-width: 768px)and (max-width: 1279px){.l-main--content .main__inner{padding-left:20px;padding-right:20px}}@media(max-width: 767px){.l-main--form .main__inner{padding-top:0}}.l-main--slider{background-color:rgba(29,70,142,.05);border-radius:20px;padding-top:30px;padding-bottom:15px;padding-left:20px;padding-right:20px;width:100%;max-width:1820px;margin-left:auto;margin-right:auto;margin-bottom:30px}@media(min-width: 768px)and (max-width: 1279px){.l-main--slider{padding:20px 35px 20px}}@media(max-width: 767px){.l-main--slider{margin-bottom:20px}}.l-main--slider .main__inner{display:flex;align-items:stretch;gap:30px;background-color:rgba(0,0,0,0)}@media(min-width: 1280px)and (max-width: 1799px){.l-main--slider .main__inner{gap:20px}}.l-main--form-partner .main__inner{padding:0}.l-footer{position:relative;margin-top:auto;color:#272727}.l-footer a:link,.l-footer a:visited{color:#66c9f7}.l-footer .footer__inner{display:grid;grid-template-columns:167px 32% 195px 330px;justify-content:space-between;grid-template-areas:"logo description phones socials" "menu menu phones socials" "policy policy . ." "copy . . copy-dev";width:100%;max-width:1450px;margin:0 auto;padding:30px 20px;background-color:#fff}@media(min-width: 768px)and (max-width: 1279px){.l-footer .footer__inner{grid-template-columns:165px 135px 1fr;grid-template-areas:"logo description description" "copy-dev copy-dev socials" "copy copy socials" "policy policy policy";padding:0 35px 30px}}@media(max-width: 767px){.l-footer .footer__inner{display:flex;flex-direction:column;padding-top:0}}.l-footer .footer__content{width:40%}@media(max-width: 767px){.l-footer .footer__content{width:100%;text-align:center}}.l-footer .footer__logo{grid-area:logo}.l-footer .footer__logo img{max-width:100%}@media(max-width: 1279px){.l-footer .footer__logo{max-width:117px}}@media(min-width: 768px)and (max-width: 1279px){.l-footer .footer__logo{margin-bottom:32px}}@media(max-width: 767px){.l-footer .footer__logo{margin-bottom:20px;margin-left:auto;margin-right:auto}}.l-footer .footer__description{grid-area:description;font-weight:400;font-size:12px;line-height:1.5;letter-spacing:-0.02em;color:#272727;align-content:center}@media(max-width: 767px){.l-footer .footer__description{text-align:center}}.l-footer .footer__phones{grid-area:phones}@media(max-width: 1279px){.l-footer .footer__phones{display:none}}.l-footer .footer__socials{grid-area:socials;padding-top:20px}@media(min-width: 768px)and (max-width: 1279px){.l-footer .footer__socials{padding-top:0;justify-self:end;margin-bottom:30px}}@media(max-width: 767px){.l-footer .footer__socials{padding:30px 0;margin-left:auto;margin-right:auto}}.l-footer .footer__menu{grid-area:menu}@media(max-width: 1279px){.l-footer .footer__menu{display:none}}.l-footer .footer__policy{grid-area:policy;font-weight:400;font-size:12px;line-height:1.25;letter-spacing:-0.02em;color:rgba(29,70,142,.6);margin-bottom:40px}@media(min-width: 768px)and (max-width: 1279px){.l-footer .footer__policy{margin-bottom:0}}@media(max-width: 767px){.l-footer .footer__policy{margin-bottom:25px}}.l-footer .footer__policy a,.l-footer .footer__policy a:link,.l-footer .footer__policy a:visited{color:rgba(29,70,142,.6)}.l-footer .footer__copy{grid-area:copy;margin:0;font-weight:400;font-size:12px;line-height:1.25;letter-spacing:-0.02em;color:rgba(29,70,142,.6)}@media(max-width: 767px){.l-footer .footer__copy{order:1}}.l-footer .footer__phones{padding-top:20px}.l-footer .footer__phones .b-header-phones{flex-direction:column;align-items:flex-start}.l-footer .footer__phones .b-header-phones .header-phones__item{border:none;padding:0;margin-bottom:30px}.l-footer .footer__phones .b-header-phones .header-phones__caption{font-size:12px}.l-footer .footer__phones .b-header-phones .header-phones__link:link,.l-footer .footer__phones .b-header-phones .header-phones__link:visited{font-size:24px}p.b-copy-dev{grid-area:copy-dev}.l-fixed-top{position:fixed;z-index:100;top:0;right:0;left:0;background:linear-gradient(162.18deg, #FBFCFF 0%, #FCFDFF 50%, #FAFBFC 100%);color:#fff;transition:0.2s ease-in-out;transition-property:opacity,visibility,transform;transform:translateY(-100%);backdrop-filter:blur(10px);border-radius:0px 0px 20px 20px;padding:20px 0;max-width:1410px;margin:0 auto}.l-fixed-top a:link,.l-fixed-top a:visited{color:#fff}.l-fixed-top .fixed-top__inner{display:flex;column-gap:20px;width:100%;padding:0 30px;justify-content:space-between;align-items:center}.l-fixed-top .fixed-top__logo{width:180px;margin-right:20px}@media(max-width: 1279px){.l-fixed-top .fixed-top__logo{margin-right:auto;padding-left:20px}}@media(max-width: 767px){.l-fixed-top .fixed-top__logo{display:none}}.l-fixed-top .fixed-top__logo img{max-width:100%;max-height:50px;vertical-align:top}@media(max-width: 1279px){.l-fixed-top .fixed-top__btn{margin-left:auto}}@media(max-width: 1279px){.l-fixed-top .fixed-top__menu{display:none}}.l-fixed-top .fixed-top__sandwich{display:flex;width:50px;height:50px;justify-content:center;align-items:center;cursor:pointer;transition:color 0.2s ease-in-out}@media(min-width: 1280px){.l-fixed-top .fixed-top__sandwich{display:none}}.l-fixed-top .fixed-top__sandwich:hover{color:#1071ae}.l-fixed-top .fixed-top__sandwich svg{vertical-align:top}.l-fixed-top--active{box-shadow:4px 10px 30px rgba(29,70,142,.1);opacity:1;visibility:visible;transform:translateY(0);z-index:9999}.l-sidebar{position:fixed;z-index:1000;top:0;bottom:0;left:0;width:100%;max-width:350px;opacity:0;visibility:hidden;transition:0.2s ease-in-out;transition-property:opacity,visibility;overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}@media(max-width: 767px){.l-sidebar{max-width:none}}.l-sidebar .b-search-head{max-width:100%;padding:15px 20px}.l-sidebar .b-header-phones{flex-direction:column;align-items:flex-start}.l-sidebar .b-header-phones .header-phones__item{border-right:none;padding-left:0;padding-right:0}.l-sidebar .b-header-phones .header-phones__item--head-hidden{display:none}.l-sidebar .sidebar__overlay{position:fixed;inset:0;background-color:rgba(0,0,0,.4)}.l-sidebar .sidebar__inner{position:relative;display:flex;min-height:100%;background-color:#fff;flex-direction:column;transition:transform 0.2s ease-in-out;transform:translateX(-100%)}.l-sidebar .sidebar__close{display:flex;width:44px;height:44px;margin:0;justify-content:center;align-items:center;cursor:pointer;transition:color 0.2s ease-in-out;border:1px solid rgba(29,70,142,.15);border-radius:10px;display:flex}.l-sidebar .sidebar__close:hover{color:#1071ae}.l-sidebar .sidebar__content{padding:0 20px}.l-sidebar .sidebar__top{display:flex;align-items:center;column-gap:15px;padding:15px 20px}.l-sidebar .sidebar__logo{max-width:83px}.l-sidebar .sidebar__logo img{max-width:100%}.l-sidebar .sidebar__lang-switch{margin-left:auto}.l-sidebar .sidebar__menu{margin-bottom:20px}.l-sidebar .sidebar__phone{margin-bottom:10px;font-size:22px}.l-sidebar .sidebar__email .b-button:link,.l-sidebar .sidebar__email .b-button:visited{padding:12px}.l-sidebar .sidebar__sms{margin-bottom:10px}.l-sidebar .sidebar__sms .b-button:link,.l-sidebar .sidebar__sms .b-button:visited{justify-content:center}.l-sidebar .sidebar__callback{margin-bottom:10px}.l-sidebar .sidebar__callback .b-button:link,.l-sidebar .sidebar__callback .b-button:visited{justify-content:center}.l-sidebar .sidebar__email{margin-left:auto}.l-sidebar--open{opacity:1;visibility:visible}.l-sidebar--open .sidebar__inner{box-shadow:0 0 15px 5px rgba(0,0,0,.3);transform:translateX(0)}.l-sidebar .b-lang-switch{width:44px;height:44px}.l-sidebar-filter{position:fixed;z-index:1000;top:0;bottom:0;left:0;width:100%;max-width:350px;opacity:0;visibility:hidden;transition:0.2s ease-in-out;transition-property:opacity,visibility;overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}@media(max-width: 767px){.l-sidebar-filter{max-width:none}}.l-sidebar-filter .sidebar-filter__overlay{position:fixed;inset:0;background-color:rgba(0,0,0,.4)}.l-sidebar-filter .sidebar-filter__inner{position:relative;display:flex;min-height:100%;background-color:#fff;flex-direction:column;transition:transform 0.2s ease-in-out;transform:translateX(-100%)}.l-sidebar-filter .sidebar-filter__content{padding:20px}.l-sidebar-filter .sidebar-filter__btn-set-filter{position:sticky;right:0;bottom:0;left:0;margin:0 -2px;padding:26px 20px;border:solid #272727;border-width:2px 2px 0;border-radius:25px 25px 0 0;background-color:#fff;text-align:center}.l-sidebar-filter .sidebar-filter__hide{text-align:right}.l-sidebar-filter .sidebar-filter__hide-icon{display:inline-block;vertical-align:top;cursor:pointer}.l-sidebar-filter--open{opacity:1;visibility:visible}.l-sidebar-filter--open .sidebar-filter__inner{box-shadow:0 0 15px 5px rgba(0,0,0,.3);transform:translateX(0)}.g-ov-h{overflow:hidden}@media(max-width: 767px){.fancybox__container--form .fancybox__content{padding:20px 10px}}.fancybox__container--form .fancybox__content :focus:not(.is-close){outline:none}.b-link-arr .link-arr__arr{display:inline-block;transition:transform 0.2s ease-in-out}.b-link-arr:hover{text-decoration:none}.b-link-arr:hover .link-arr__arr{transform:translateX(50%)}.b-link-arr--back:hover .link-arr__arr{transform:translateX(-50%)}.b-link-arr--right{text-align:right;display:block}.b-link-arr--center{text-align:center;display:block}.b-link-arr--blue:link,.b-link-arr--blue:visited{color:#1d468e}.b-link-arr--small:link,.b-link-arr--small:visited{font-weight:600;font-size:12px;line-height:1.17;letter-spacing:-0.02em}.l-back-top{position:fixed;z-index:999;right:8%;bottom:100px;display:flex;width:50px;height:50px;border-radius:50%;background-color:rgba(0,0,0,0);border:1px solid rgba(29,70,142,.4);justify-content:center;align-items:center;color:#fff;opacity:0;visibility:hidden;cursor:pointer;transition:0.2s ease-in-out;transition-property:background-color,color,opacity,visibility,transform;transform:translateY(100%)}@media(max-width: 1799px){.l-back-top{right:5%;bottom:50px}}@media(max-width: 767px){.l-back-top{right:20px;bottom:20px;width:40px;height:40px}}.l-back-top:hover{background-color:#deeaff;border:1px solid #deeaff}.l-back-top--show{opacity:1;visibility:visible;transform:none}@media(max-width: 767px){.l-back-top .back-top__icon{width:15px}}.l-back-top .back-top__icon svg{display:block;max-width:100%}.b-button:link,.b-button:visited{appearance:none;display:inline-flex;align-items:center;gap:10px;padding:15px 20px;border-radius:10px;font-weight:600;font-size:14px;line-height:1.3;text-align:center;letter-spacing:-0.02em;height:100%}.b-button:link:hover,.b-button:visited:hover{background-color:#4d9fff;text-decoration:none}.b-button--light-blue:link,.b-button--light-blue:visited{background-color:#deeaff;color:#1d468e}.b-button--light-blue:link:hover,.b-button--light-blue:visited:hover{background-color:#1d468e;color:#fff;text-decoration:none}.b-button--light-blue:link:hover svg path,.b-button--light-blue:visited:hover svg path{stroke:#fff;transition:stroke .2s ease-in-out}.b-button--blue:link,.b-button--blue:visited{background-color:#1d468e;color:#fff}.l-container{max-width:1410px;margin-left:auto;margin-right:auto}p.b-copy-dev{font-weight:400;font-size:12px;line-height:1.26;letter-spacing:-0.02em;color:rgba(29,70,142,.6)}@media(max-width: 767px){p.b-copy-dev{margin-bottom:25px}}p.b-copy-dev a:link,p.b-copy-dev a:visited{color:rgba(29,70,142,.6)}@view-transition{navigation:auto}@media(prefers-reduced-motion: reduce){@view-transition{navigation:none}}hr{margin:40px 0;color:#deeaff;opacity:1}.b-btn,.b-btn:link,.b-btn:visited{display:inline-block;margin:0;padding:12px 20px;border:none;background:#1d468e;color:#fff;font-size:16px;line-height:1.2;text-align:center;text-decoration:none;cursor:pointer;transition:background-color 0.2s ease-in-out;vertical-align:top;border-radius:10px}@media(max-width: 767px){.b-btn,.b-btn:link,.b-btn:visited{font-size:14px}}.b-btn:hover{background-color:#4d9fff}.b-btn--width{width:150px}.b-btn--icon,.b-btn--icon:link,.b-btn--icon:visited{display:inline-flex;align-items:center;gap:10px}

