@import url("https://use.typekit.net/osq1obf.css");
html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.


fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
table thead,
table tbody,
table tr,
table th,
table td {
  border: 0;
}

td,
th {
  padding: 0;
}

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

.sixteen-nine {
  position: relative;
}
.sixteen-nine:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.sixteen-nine > iframe {
  width: 100%;
  height: 100%;
}
.sixteen-nine > .content, .sixteen-nine > iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

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

.f-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
}

.f-row-rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.f-wrap {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.f-nowrap {
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.align-items-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
.align-items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.align-items-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}
.align-items-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
}

.justify-content-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
.justify-content-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.justify-content-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
.justify-content-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.justify-content-around {
  -webkit-justify-content: space-around;
          justify-content: space-around;
}

html {
  height: 100%;
}

body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  min-height: 100%;
  min-width: 320px;
  width: 100%;
  background-color: #FFF;
  max-width: 100%;
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #1E1E1E;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/*body.popup-shown {
  .main-screen {
    @include screen-down(s) {
      display: none;
    }
  }
  .page {
    @include screen-down(s) {
      display: none;
    }
  }
}*/
section {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  position: relative;
}

section.page {
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
  min-height: 100vh;
  overflow: hidden;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  width: 1170px;
}
@media (max-width: 1279px) {
  .container {
    width: 980px;
  }
}
@media (max-width: 1023px) {
  .container {
    width: 720px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 450px;
  }
}
@media (max-width: 479px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 374px) {
  .container {
    padding: 0 10px;
  }
}

.bg-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.hide {
  display: none;
}

li, ul {
  list-style: none;
}

.clearfix:after {
  content: "";
  clear: right;
  display: table;
}

input {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: 0;
}

::-webkit-input-placeholder {
  color: #979797;
}

::-moz-placeholder {
  color: #979797;
}

:-ms-input-placeholder {
  color: #979797;
}

:-moz-placeholder {
  color: #979797;
}

button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: 0;
  border: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
button:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
button.btn-border {
  width: 180px;
  height: 48px;
  background-color: #FFF;
  border: 2px solid #1E1E1E;
  border-radius: 48px;
  color: #1E1E1E;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 42px;
}
button.btn-border:hover {
  background-color: #1E1E1E;
  color: #FFF;
}

a,
.link {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  color: #1E1E1E;
  vertical-align: top;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
.link:hover {
  border-color: rgba(84, 190, 225, 0.6);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.no-link,
.link.no-link {
  color: inherit;
  border-bottom: none;
}

.btn-bg {
  width: 173px;
  height: 46px;
  padding: 0;
  margin: 0;
  text-align: center;
  border: 0;
  border-radius: 48px;
  background-color: #000;
  cursor: pointer;
  color: #FFF;
  font-size: 0.875em;
  line-height: 46px;
  font-weight: 500;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.btn-bg:hover {
  background-color: #F16F6F;
}

h1 {
  font-size: 3.625em;
  font-weight: 500;
  line-height: 1.16;
}
@media (max-width: 767px) {
  h1 {
    font-size: 2.625em;
    line-height: 1.14;
  }
}
@media (max-width: 479px) {
  h1 {
    font-size: 2em;
    line-height: 1.18;
  }
}

h2 {
  width: 100%;
  font-size: 2.9375em;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  h2 {
    font-size: 2.125em;
    letter-spacing: -1px;
  }
}
@media (max-width: 479px) {
  h2 {
    font-size: 1.5em;
    line-height: 1.5;
  }
}

.subtitle {
  font-size: 1.125em;
  line-height: 1.333;
}
@media (max-width: 479px) {
  .subtitle {
    font-size: 1em;
    line-height: 1.5;
  }
}

.w-full {
  width: 100%;
}

.txt-white {
  color: #FFF;
}

.txt-blue {
  color: #54BEE1;
}

.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

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

.popup {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
  width: 100%;
  opacity: 0;
}
.popup.hidden {
  display: none;
}
.popup .popup-inner {
  z-index: 1002;
  opacity: 0.999;
  position: relative;
  background-color: transparent;
  border-radius: 6px;
}
.popup .popup-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.popup .popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 1003;
  opacity: 0.999;
}
.popup .popup-close:hover {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.popup .popup-close svg {
  width: 40px;
  height: 40px;
  max-height: 40px;
  vertical-align: middle;
  fill: #8C97A3;
}
.popup .popup-close svg.close-svg-mobile {
  width: 30px;
  height: 30px;
  display: none;
}
.popup .popup-close svg.close-svg-desktop {
  width: 16px;
  height: 16px;
}
.popup .popup-close:hover svg {
  fill: #F03676;
}
@media (min-width: 1024px) {
  .popup {
    background-color: rgba(48, 49, 51, 0.7);
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1000;
    opacity: 0.999;
  }
  .popup .popup-inner {
    max-width: 800px;
  }
}
@media (max-width: 1279px) {
  .popup {
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1000;
    background-color: rgba(48, 49, 51, 0.7);
  }
  .popup .popup-inner {
    padding: 0 20px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 6px;
  }
}

[data-popup=form] .popup-inner, [data-popup=form-short] .popup-inner, [data-popup=form-tafiff] .popup-inner, [data-popup=form-add-services] .popup-inner {
  width: 400px;
  max-width: 100%;
  padding: 0;
}
[data-popup=form] .popup-inner .cta-form, [data-popup=form-short] .popup-inner .cta-form, [data-popup=form-tafiff] .popup-inner .cta-form, [data-popup=form-add-services] .popup-inner .cta-form {
  padding: 40px 30px;
  max-width: 600px;
  border: 0;
}
[data-popup=form] .popup-inner .cta-form .inputs, [data-popup=form-short] .popup-inner .cta-form .inputs, [data-popup=form-tafiff] .popup-inner .cta-form .inputs, [data-popup=form-add-services] .popup-inner .cta-form .inputs {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
[data-popup=form] .popup-inner .cta-form .custom_checkbox, [data-popup=form-short] .popup-inner .cta-form .custom_checkbox, [data-popup=form-tafiff] .popup-inner .cta-form .custom_checkbox, [data-popup=form-add-services] .popup-inner .cta-form .custom_checkbox {
  margin-bottom: 20px;
}
[data-popup=form] .popup-inner .cta-form .custom_checkbox .text, [data-popup=form-short] .popup-inner .cta-form .custom_checkbox .text, [data-popup=form-tafiff] .popup-inner .cta-form .custom_checkbox .text, [data-popup=form-add-services] .popup-inner .cta-form .custom_checkbox .text {
  font-size: 0.875em;
}
[data-popup=form] .popup-inner .cta-form .button, [data-popup=form-short] .popup-inner .cta-form .button, [data-popup=form-tafiff] .popup-inner .cta-form .button, [data-popup=form-add-services] .popup-inner .cta-form .button {
  width: 240px;
  height: 60px;
  font-size: 0.975em;
}
[data-popup=form] .popup-inner .cta-form .no_obligation, [data-popup=form-short] .popup-inner .cta-form .no_obligation, [data-popup=form-tafiff] .popup-inner .cta-form .no_obligation, [data-popup=form-add-services] .popup-inner .cta-form .no_obligation {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
[data-popup=form] .popup-inner .cta-form .mob_call, [data-popup=form-short] .popup-inner .cta-form .mob_call, [data-popup=form-tafiff] .popup-inner .cta-form .mob_call, [data-popup=form-add-services] .popup-inner .cta-form .mob_call {
  display: none;
}
[data-popup=form] .popup-inner .cta-form .or_call, [data-popup=form-short] .popup-inner .cta-form .or_call, [data-popup=form-tafiff] .popup-inner .cta-form .or_call, [data-popup=form-add-services] .popup-inner .cta-form .or_call {
  display: inline-block;
}
[data-popup=form] .popup-inner .cta-form .phone-holder, [data-popup=form-short] .popup-inner .cta-form .phone-holder, [data-popup=form-tafiff] .popup-inner .cta-form .phone-holder, [data-popup=form-add-services] .popup-inner .cta-form .phone-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 479px) {
  [data-popup=form] .popup-inner, [data-popup=form-short] .popup-inner, [data-popup=form-tafiff] .popup-inner, [data-popup=form-add-services] .popup-inner {
    max-width: 350px;
  }
}

[data-popup=rules] .popup-content {
  padding: 40px 15px;
}
[data-popup=rules] .popup-content p {
  white-space: pre-line;
  -webkit-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  flex: 0 1 auto;
  max-width: 100%;
}
[data-popup=rules] .popup-content ul {
  padding-left: 20px;
}
[data-popup=rules] .popup-content ul,
[data-popup=rules] .popup-content li {
  list-style: disc;
}

.phone-holder.white {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
}
.phone-holder.white .phone-holder-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 0 10px 0 0;
  min-width: 200px;
}
.phone-holder.white .phone-icon-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.phone-holder.white .phone-icon-holder .phone-icon {
  height: 28px;
  min-height: 28px;
  margin: 0 3px 0 0;
  fill: #54BEE1;
}
.phone-holder.white .phone-numbers {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 25px;
}
.phone-holder.white .phone-numbers .phone-number {
  cursor: pointer;
  color: #FFF;
  text-decoration: none;
}
.phone-holder.white .phone-numbers .phone-number:hover {
  color: #54BEE1;
}
.phone-holder.white .phone-numbers .phone-devider {
  padding: 0 8px 0 0;
}

.custom_checkbox {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom_checkbox span {
  display: inline-block;
  max-width: 100%;
}
.custom_checkbox input {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.custom_checkbox .checkmark {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-negative: 0;
  position: relative;
  border: 1px solid #F03676;
  width: 21px;
  min-width: 21px;
  height: 21px;
}
.custom_checkbox .checkmark:after {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-negative: 0;
  content: "";
  display: none;
}
.custom_checkbox .checkmark {
  border-radius: 3.5px 3.5px 3.5px 3.5px;
}
.custom_checkbox .checkmark:after {
  position: absolute;
  left: 6.3636363636px;
  top: 0px;
  width: 7px;
  height: 14.8px;
  border: solid #FFF;
  border-width: 0 1.5px 1.5px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.custom_checkbox input:checked ~ .checkmark:after {
  display: block;
}
.custom_checkbox span a {
  position: relative;
  z-index: 3;
}
.custom_checkbox span a:hover {
  color: #54BEE1;
}
.custom_checkbox .checkmark {
  margin-right: 10px;
}
@media (max-width: 1023px) {
  .custom_checkbox .checkmark {
    margin-right: 8px;
  }
}

.info-icon {
  width: 24px;
  height: 24px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
}
.info-icon svg {
  width: 24px;
  height: 24px;
}

@media (min-width: 480px) and (max-width: 1023px) {
  .tooltip-popup-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: none;
    background-color: rgba(39, 55, 71, 0.12);
  }
  .tooltip-popup-bg.active {
    display: block;
  }
}

.info-tooltip {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: none;
  padding: 92px 20px 20px 36px;
  background: #fff;
}
.info-tooltip:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 9px 14px 9px 0px;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  display: none;
}
.info-tooltip ul li {
  padding: 0 0 24px;
}
.info-tooltip ul li:last-child {
  padding: 0;
}
@media (min-width: 480px) {
  .info-tooltip {
    position: absolute;
    top: 45%;
    left: -44px;
    right: 0;
    bottom: auto;
    padding: 32px 64px 32px 40px;
    border-radius: 8px;
    box-shadow: 0 10px 20px 0 rgba(39, 55, 71, 0.3);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 1024px) {
  .info-tooltip {
    overflow-y: visible;
    position: absolute;
    left: 67px;
    right: auto;
    padding: 32px 40px;
    width: 594px;
  }
  .info-tooltip:after {
    display: block;
  }
}
.info-tooltip .close-tooltip {
  position: absolute;
  top: 0;
  right: 0;
  padding: 16px;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .info-tooltip .close-tooltip {
    padding: 10px;
  }
}
.info-tooltip .close-tooltip svg {
  fill: #8C97A3;
}
.info-tooltip .close-tooltip svg.close-svg-mobile {
  display: none;
  width: 30px;
  height: 30px;
}
@media (max-width: 767px) {
  .info-tooltip .close-tooltip svg.close-svg-mobile {
    display: block;
  }
}
.info-tooltip .close-tooltip svg.close-svg-desktop {
  display: block;
  width: 16px;
  height: 16px;
}
@media (max-width: 767px) {
  .info-tooltip .close-tooltip svg.close-svg-desktop {
    display: none;
  }
}
.info-tooltip .close-tooltip:hover svg {
  fill: #F03676;
}

.tooltip {
  position: relative;
}
.tooltip:hover .tooltip__text, .tooltip:active .tooltip__text {
  visibility: visible;
}
.tooltip__text {
  z-index: 1;
  color: #fff;
  padding: 5px;
  width: 200px;
  position: absolute;
  border-radius: 6px;
  text-align: center;
  visibility: hidden;
  background-color: black;
}
.tooltip__text.text__top {
  left: 50%;
  bottom: 110%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.slick-dots li {
  width: 10px;
  height: 10px;
  background-color: #CFCFCF;
  border-radius: 50%;
  margin: 0 5px;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  background-color: #CFCFCF;
  border-radius: 50%;
  padding: 0;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: #404040;
}

.play-btn {
  width: 94px;
  height: 94px;
  position: absolute;
  cursor: pointer;
  background-color: #54BEE1;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.play-btn span {
  width: 24px;
  height: 27px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.377' height='26.718' viewBox='0 0 23.377 26.718'%3E%3Cpath d='M22.146,11.2,3.778.345A2.491,2.491,0,0,0,0,2.5V24.213a2.5,2.5,0,0,0,3.778,2.155L22.146,15.514A2.5,2.5,0,0,0,22.146,11.2Z' transform='translate(0 -0.002)' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 55%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.play-btn:hover {
  background-color: #00A3D6;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 479px) {
  .play-btn {
    width: 60px;
    height: 60px;
  }
}

.to-top-page {
  display: none;
  position: fixed;
  bottom: 25px;
  left: 25px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #54BEE1;
  z-index: 9999;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.562' height='22.313' viewBox='0 0 18.562 22.313'%3E%3Cg transform='translate(-41.346 22.313) rotate(-90)'%3E%3Cg transform='translate(0 41.346)'%3E%3Cpath d='M21.956,49.76,13.9,41.7a1.225,1.225,0,0,0-1.727,0l-.732.732a1.212,1.212,0,0,0-.356.863,1.236,1.236,0,0,0,.356.874l4.7,4.711H1.205A1.192,1.192,0,0,0,0,50.083v1.035a1.237,1.237,0,0,0,1.205,1.254H16.193L11.44,57.109a1.209,1.209,0,0,0,0,1.715l.732.729a1.225,1.225,0,0,0,1.727,0l8.058-8.058a1.232,1.232,0,0,0,0-1.733Z' transform='translate(0 -41.346)' fill='%23f5f7fa'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-size: 18px 22px;
  background-repeat: no-repeat;
}
.to-top-page:hover {
  box-shadow: 0 3px 6px rgba(15, 15, 15, 0.9);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#chat-widget-container {
  z-index: 1000 !important;
}

#cookie_inform {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  padding: 25px;
  background-color: rgba(102, 102, 102, 0.8);
}
#cookie_inform .content {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  width: 100%;
  max-width: 940px;
  position: relative;
  color: #ffffff;
}
#cookie_inform .text {
  max-width: 100%;
}
#cookie_inform a {
  color: #54bee1;
  cursor: pointer;
  text-decoration: none;
}
#cookie_inform .button {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-negative: 0;
  text-align: center;
  border-radius: 25px;
  width: 190px;
  height: 50px;
  background-color: #F03676;
  color: #FFF;
  border: none;
  margin: 20px;
}
@media (max-width: 479px) {
  #cookie_inform .content {
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  #cookie_inform .button {
    margin-bottom: 0;
  }
}

.top-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 133px;
  border-bottom: 1px solid #404040;
  z-index: 50;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top-bar .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
}
.top-bar .brand .logo {
  width: 170px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.top-bar .brand .logo svg {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.top-bar .brand .text-logo {
  color: #54bee1;
  font-size: 2.4375em;
  font-weight: 500;
  line-height: 1.13;
  margin-left: 19px;
  padding-left: 19px;
  position: relative;
}
.top-bar .brand .text-logo:before {
  content: "";
  display: block;
  width: 1px;
  height: 43px;
  background-color: #707070;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top-bar .top-bar-info {
  color: #AAAAAA;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
          flex: auto;
}
.top-bar .top-bar-info a {
  color: #AAAAAA;
}
.top-bar .top-bar-info .top-bar-contacts {
  margin-right: 57px;
}
.top-bar .top-bar-info .top-bar-contacts svg {
  margin-right: 9px;
}
.top-bar .top-bar-info .top-bar-contacts .email-block {
  margin-right: 60px;
}
.top-bar .top-bar-info .top-bar-contacts .phone-numbers .img-manager {
  width: 43px;
  height: 43px;
  background-image: url("../img/topbar-img-manager.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 9px;
}
.top-bar .top-bar-info .language-holder {
  height: 135px;
  position: relative;
  z-index: 11;
}
.top-bar .top-bar-info .language-holder svg {
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top-bar .top-bar-info .language-holder .language-item {
  width: 157px;
  height: 43px;
  cursor: pointer;
  text-decoration: none;
  vertical-align: middle;
  display: none;
  background-color: #232428;
  border: 1px solid #FFF;
  border-radius: 4px;
  padding: 6px 19px 6px 44px;
  letter-spacing: 1.12px;
  line-height: 29px;
}
.top-bar .top-bar-info .language-holder .language-item:not(.active) {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 11;
}
.top-bar .top-bar-info .language-holder .language-item .mobile {
  display: none;
}
.top-bar .top-bar-info .language-holder .language-item:hover .language-item {
  color: #54BEE1;
  border-color: #54BEE1;
}
.topbar-inverse-color .top-bar .top-bar-info .language-holder .language-item:hover {
  color: #FFF;
  border-bottom-color: #FFF;
}
.top-bar .top-bar-info .language-holder .language-item.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.top-bar .top-bar-info .language-holder .language-item.active:before {
  content: "";
  display: block;
  width: 8px;
  height: 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.22' height='4.105' viewBox='0 0 8.22 4.105'%3E%3Cpath d='M9.1,13.1a.586.586,0,0,1-.375-.135L5.21,10.037a.587.587,0,0,1,.75-.9L9.1,11.76l3.142-2.532a.6.6,0,1,1,.744.944L9.472,13A.586.586,0,0,1,9.1,13.1Z' transform='translate(-4.999 -8.999)' fill='%23e6e6e6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top-bar .top-bar-info .language-holder:hover .language-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 1279px) {
  .top-bar .top-bar-info .top-bar-contacts .email-block {
    display: none;
  }
}
@media (max-width: 1023px) {
  .top-bar {
    position: relative;
    background-color: #1E1E1E;
  }
  .top-bar .brand .logo {
    width: 123px;
  }
  .top-bar .brand .text-logo {
    font-size: 1.75em;
    margin-left: 13px;
    padding-left: 13px;
  }
}
@media (max-width: 767px) {
  .top-bar .top-bar-info .top-bar-contacts {
    display: none;
  }
}
@media (max-width: 479px) {
  .top-bar {
    height: 80px;
  }
  .top-bar .brand {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .top-bar .brand .logo {
    width: 145px;
  }
  .top-bar .brand .text-logo {
    display: none;
  }
  .top-bar .top-bar-info .language-holder {
    height: 80px;
  }
  .top-bar .top-bar-info .language-holder svg {
    display: none;
  }
  .top-bar .top-bar-info .language-holder .language-item {
    width: 74px;
    padding: 6px 6px 6px 14px;
  }
  .top-bar .top-bar-info .language-holder .language-item .desktop {
    display: none;
  }
  .top-bar .top-bar-info .language-holder .language-item .mobile {
    display: block;
  }
  .top-bar .top-bar-info .language-holder .language-item.active:before {
    right: 18px;
  }
  .top-bar .top-bar-info .language-holder .language-item:not(.active) {
    top: 70px;
  }
}

.footer {
  height: 80px;
  background-color: #1E1E1E;
}
.footer svg {
  margin-right: 15px;
}
.footer span {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .footer {
    min-height: 80px;
    height: auto;
    padding: 35px 0;
  }
  .footer .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .footer .footer-inner span {
    display: none;
  }
  .footer svg {
    margin-right: 0;
    margin-bottom: 7px;
  }
}
@media (max-width: 479px) {
  .footer .footer-inner {
    font-size: 0.8em;
  }
  .footer svg {
    margin-bottom: 10px;
  }
}

#safe-connection {
  z-index: 1;
  position: relative;
}
@media (min-width: 0px) and (max-width: 479px) {
  #safe-connection {
    margin-top: -10px;
  }
}
@media (min-width: 480px) {
  #safe-connection {
    margin-top: 15px;
  }
}
@media (min-width: 1024px) {
  #safe-connection {
    margin-top: 55px;
    margin-bottom: 30px;
  }
}
#safe-connection .box {
  width: 296px;
  height: 364px;
  max-width: 100%;
  padding: 10px 25px;
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/common/img/safe-connection/safe-xs.png);
}
@media (min-width: 480px) {
  #safe-connection .box {
    width: 610px;
    height: 292px;
    background-image: url(/common/img/safe-connection/safe-s.png);
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  #safe-connection .box {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 1024px) {
  #safe-connection .box {
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: distribute;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-pack: space-evenly;
    box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    -ms-justify-content: space-evenly;
    -o-justify-content: space-evenly;
    justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    width: 938px;
    height: 232px;
    background-image: url(/common/img/safe-connection/safe-m.png);
  }
}
@media (min-width: 1440px) {
  #safe-connection .box {
    width: 972px;
    height: 232px;
    background-image: url(/common/img/safe-connection/safe-xl.png);
  }
}
@media (min-width: 1024px) {
  #safe-connection .text {
    max-width: 450px;
  }
}
#safe-connection h2,
#safe-connection p {
  color: #fff;
  max-width: 100%;
  text-align: center;
}
@media (min-width: 1024px) {
  #safe-connection h2,
#safe-connection p {
    text-align: left;
  }
}
#safe-connection h2 {
  line-height: 0.8;
  font-size: 35px;
  letter-spacing: -0.015em;
}
#safe-connection p {
  line-height: 1.5;
}
#safe-connection .icons {
  width: 191px;
  height: 65px;
  margin-bottom: 20px;
}
@media (min-width: 480px) {
  #safe-connection .icons {
    width: 287px;
    height: 95px;
  }
}
#safe-connection .icons svg {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.cta-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  z-index: 1;
  position: relative;
  width: 400px;
  padding: 43px 55px 45px 55px;
  border-radius: 8px;
  border: 1px solid #EBEBEB;
  background-color: #FFF;
}
.cta-form.form-wide {
  max-width: 1008px;
  width: 100%;
  min-height: 258px;
  padding: 41px 55px 45px 55px;
}
.cta-form.form-wide .inputs {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 0 35px;
  margin-bottom: 5px;
}
@media (max-width: 1279px) {
  .cta-form.form-wide {
    padding: 41px 40px 45px 40px;
  }
}
@media (max-width: 1023px) {
  .cta-form.form-wide {
    padding: 37px 15px 45px 15px;
  }
  .cta-form.form-wide .inputs {
    padding: 0;
  }
  .cta-form.form-wide .input, .cta-form.form-wide input {
    width: 230px;
  }
  .cta-form.form-wide .input__submit {
    width: 173px !important;
  }
}
@media (max-width: 767px) {
  .cta-form.form-wide {
    padding: 42px 15px 45px 15px;
  }
  .cta-form.form-wide .inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .cta-form.form-wide .inputs .input {
    margin-bottom: 10px;
  }
  .cta-form.form-wide .inputs .input__submit {
    margin-top: 29px;
    margin-bottom: 32px;
  }
}
@media (max-width: 479px) {
  .cta-form.form-wide {
    padding: 46px 10px 45px 10px;
  }
}
.cta-form.form-vertical {
  width: 400px;
}
.cta-form .header-form {
  margin-bottom: 27px;
}
.cta-form .title {
  width: 100%;
  font-size: 1.75em;
  font-weight: 500;
  color: #000;
  text-align: center;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .cta-form .title {
    font-size: 1.375em;
    line-height: 1.45;
  }
}
@media (max-width: 479px) {
  .cta-form .title {
    font-size: 1.125em;
  }
}
.cta-form .subtitle {
  color: #B5B5B5;
  font-size: 1.125em;
}
@media (max-width: 479px) {
  .cta-form .subtitle {
    font-size: 0.875em;
  }
}
.cta-form .inputs {
  width: 100%;
  text-align: center;
  margin-bottom: 1px;
}
.cta-form .inputs .input {
  width: 248px;
  position: relative;
  margin-bottom: 23px;
}
.cta-form .inputs .input svg {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cta-form .inputs .input .info-icon {
  top: 50%;
  right: 20px;
  width: 25px;
  height: 25px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 480px) {
  .cta-form .inputs .input .info-tooltip {
    right: 0;
    left: auto;
    width: 100%;
    max-width: 260px;
    padding: 25px 20px;
  }
}
.cta-form .inputs .input .info-error {
  display: none;
  font-size: 0.8em;
  color: red;
  width: 100%;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 10px 20px 0 rgba(84, 97, 110, 0.3);
  padding: 10px 20px;
  position: absolute;
  top: 52px;
  z-index: 10;
}
.cta-form .inputs .input.error .info-error {
  display: block;
}
.cta-form .inputs .input.ok .info-error {
  display: none;
}
.cta-form input {
  width: 248px;
  height: 46px;
  padding: 11px 11px 11px 40px;
  background-color: transparent;
  border-top: 0;
  border-bottom: 1px solid #CFCFCF;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  color: #979797;
  font-size: 1em;
  line-height: 46px;
  outline: none;
}
.cta-form input:focus.error {
  border-bottom: 1px solid #F16F6F;
}
.cta-form input:focus.ok {
  border-bottom: 1px solid #000;
}
.cta-form input:not(:focus).error {
  border-bottom: 1px solid #F16F6F;
}
.cta-form input:not(:focus).ok {
  border-bottom: 1px solid #000;
}
.cta-form .submit-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.cta-form .custom_checkbox {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
.cta-form .custom_checkbox .checkmark {
  border-color: #B5B5B5;
}
.cta-form .custom_checkbox .checkmark:after {
  border: solid #54BEE1;
  border-width: 0 2px 2px 0;
  width: 8px;
  height: 14.8px;
}
.cta-form .custom_checkbox .text {
  color: #B5B5B5;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  margin-top: -2px;
}
.cta-form .custom_checkbox a {
  color: #B5B5B5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cta-form .custom_checkbox a:hover {
  color: #1E1E1E;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 479px) {
  .cta-form .custom_checkbox .text {
    font-size: 0.875em;
  }
}
.cta-form .button {
  width: 173px;
  height: 46px;
  padding: 0;
  margin: 0;
  text-align: center;
  border: 0;
  border-radius: 48px;
  background-color: #000;
  cursor: pointer;
  color: #FFF;
  font-size: 0.875em;
  line-height: 46px;
  font-weight: 500;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.cta-form .button:hover {
  background-color: #F16F6F;
}
@media (max-width: 1279px) {
  .cta-form {
    width: 382px;
    padding: 30px 30px 34px 30px;
  }
}

.success {
  min-height: 100vh;
}
.success #success {
  background-color: #FFF;
  color: #fff;
  position: relative;
  padding-top: 53px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -ms-flex-positive: 1;
}
.success #success #footer {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1920' height='178' viewBox='0 0 1920 178'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='1920' height='178' transform='translate(0 840)' fill='%23fff' stroke='%23707070' stroke-width='1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(0 -840)' clip-path='url(%23a)'%3E%3Cpath d='M0,0S1481.87-69.742,1961.87,55.758,1920,502,1920,502,346.533,568.067-133.467,442.567,0,0,0,0Z' transform='translate(0 859)' fill='%23f5f7fa'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 178px;
  margin-top: 0;
}
.success #success > .container {
  padding-top: 71px;
  padding-bottom: 165px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  position: relative;
}
.success #success > .container:after {
  content: "";
  display: block;
  width: 377px;
  height: 518px;
  background-image: url(../img/success-img-after.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: -136px;
  top: 72px;
}
.success #success .person {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  text-align: center;
  width: 275px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-left: 33px;
}
.success #success .person img {
  width: 171px;
  height: 171px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-negative: 0;
  border-radius: 50% 50% 50% 50%;
  border: 8px solid #F5F7FA;
  margin-bottom: 10px;
}
.success #success .person .info {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 100%;
  color: #000;
}
.success #success .person .info .name {
  font-size: 1.8125em;
}
.success #success .headContent {
  position: relative;
  width: 573px;
  padding: 28px 45px 41px 45px;
  border-radius: 16px 16px 16px 16px;
  background-color: #F5F7FA;
}
.success #success .headContent:before {
  content: "";
  position: absolute;
  bottom: 118px;
  right: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 30px;
  border-color: transparent transparent transparent #f5f7fa;
}
.success #success .headContent h1 {
  width: 100%;
  font-size: 3em;
  line-height: 1.3;
  margin-bottom: 33px;
  color: #000;
  font-weight: 500;
}
.success #success .headContent p {
  width: 100%;
  font-size: 1.125em;
  line-height: 1.4;
  margin-bottom: 27px;
  color: #000;
}
.success #success .phone-holder {
  color: #000;
  margin-bottom: 34px;
  padding-top: 9px;
}
.success #success .phone-holder .phone-icon-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.success #success .phone-holder .phone-icon-holder svg {
  width: 24px;
  height: 24px;
  fill: #54BEE1;
}
.topbar-inverse-color .success #success .phone-holder .phone-icon-holder svg {
  stroke-width: 0;
}
.success #success .phone-holder .phone-numbers {
  position: relative;
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
.success #success .phone-holder .phone-numbers .phone-number {
  font-size: 1.25em;
  cursor: pointer;
  text-decoration: none;
}
.success #success .phone-holder .phone-numbers .phone-number:hover {
  color: #00A3D6;
}
.topbar-inverse-color .success #success .phone-holder .phone-numbers .phone-number:hover {
  color: #fff;
}
.success #success .phone-holder .phone-numbers .phone-devider {
  padding: 0 8px 0 0;
}
.success #success .phone-numbers {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
@media (max-width: 1279px) {
  .success #success > .container:after {
    display: none;
  }
}
@media (max-width: 1023px) {
  .success #success > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    padding-top: 35px;
    padding-bottom: 25px;
  }
  .success #success .headContent {
    width: 100%;
  }
  .success #success .headContent:before {
    display: none;
  }
  .success #success .person {
    z-index: 1;
    margin-top: -46px;
    margin-left: 0;
  }
  .success #success .person .info img {
    width: 147px;
    height: 147px;
  }
}
@media (max-width: 479px) {
  .success #success > .container {
    padding-bottom: 80px;
  }
  .success #success .headContent {
    padding: 33px 12px 68px 12px;
  }
  .success #success .headContent h1 {
    font-size: 2.625em;
    line-height: 1.3;
    margin-bottom: 19px;
  }
  .success #success .headContent p {
    font-size: 0.875em;
    line-height: 1.8;
    margin-bottom: 17px;
  }
  .success #success .person {
    width: 240px;
  }
  .success #success .person .info .name {
    font-size: 1.5em;
    margin-bottom: 9px;
  }
  .success #success .person .info div {
    font-size: 0.875em;
  }
  .success #success #footer {
    height: 134px;
  }
}

#first_screen {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(../img/bg-first-screen-desktop.jpg);
  padding-top: 135px;
}
#first_screen .content {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  padding-bottom: 93px;
}
#first_screen .content:after {
  content: "";
  display: block;
  width: 960px;
  height: 623px;
  background-image: url("../img/img-bg-first-screen-right.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: -375px;
  bottom: 0;
  z-index: 2;
}
#first_screen .content .title {
  width: 610px;
  margin-bottom: -176px;
  padding-top: 86px;
  position: relative;
  z-index: 10;
}
#first_screen .content h1 {
  width: 100%;
  text-align: left;
  margin-bottom: 51px;
}
#first_screen .content .points {
  margin-bottom: 83px;
}
#first_screen .content .points .point {
  font-size: 1.375em;
  line-height: 1.45;
  position: relative;
  padding-left: 36px;
  margin-bottom: 12px;
}
#first_screen .content .points .point:before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 25px;
  height: 19px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.723' height='19.623' viewBox='0 0 25.723 19.623'%3E%3Cpath d='M23.653,44.48,8.17,59.963l-6.1-6.1L0,55.933,8.17,64.1,25.723,46.55Z' transform='translate(0 -44.48)' fill='%2354bee1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
#first_screen .content .sale-circle {
  width: 235px;
  height: 235px;
  background-color: #1E1E1E;
  border-radius: 50%;
  position: absolute;
  top: 52%;
  right: -222px;
  padding-top: 34px;
  -webkit-transform: translate3d(0, -50%, 0) rotate(4deg);
          transform: translate3d(0, -50%, 0) rotate(4deg);
}
#first_screen .content .sale-circle .title-sale-circle {
  font-size: 1.75em;
}
#first_screen .content .sale-circle .new_price .eur {
  font-size: 7.135em;
  font-weight: 500;
  line-height: 1;
  margin-right: 7px;
}
#first_screen .content .sale-circle .new_price .right-part .cents {
  font-size: 3.3125em;
  font-weight: 500;
}
#first_screen .content .sale-circle .new_price .right-part .value {
  font-size: 1.6875em;
  margin-top: -4px;
}
#first_screen .content .form-short-quiz {
  max-width: 528px;
  width: 100%;
  padding: 48px 56px;
}
#first_screen .content .form-short-quiz .header-form {
  margin-bottom: 23px;
}
#first_screen .content .form-short-quiz .header-form .title-form {
  font-size: 1.375em;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
}
#first_screen .content .form-short-quiz .inputs .input {
  width: 100%;
  margin-bottom: 0;
}
#first_screen .content .form-short-quiz .button {
  width: 139px;
}
@media (max-width: 1279px) {
  #first_screen .content:after {
    width: 475px;
    background-image: url("../img/img-bg-first-screen-right-tablet.png");
    right: -22px;
  }
  #first_screen .content .sale-circle {
    right: -134px;
  }
}
@media (max-width: 1023px) {
  #first_screen {
    background-image: url(../img/bg-first-screen-tablet.jpg);
    padding-top: 0;
  }
  #first_screen .content:after {
    display: none;
  }
  #first_screen .content .title {
    width: 100%;
    padding-top: 47px;
  }
  #first_screen .content h1 {
    margin-bottom: 98px;
    text-align: center;
  }
  #first_screen .content .points {
    margin-bottom: 77px;
  }
  #first_screen .content .points .point {
    font-size: 1.25em;
    margin-bottom: 14px;
  }
  #first_screen .content .sale-circle {
    top: 48%;
    right: 16px;
  }
  #first_screen .content .form-short-quiz {
    margin: auto;
  }
  #first_screen .content .form-short-quiz .header-form .title-form {
    text-align: center;
  }
}
@media (max-width: 767px) {
  #first_screen {
    background-image: url(../img/bg-first-screen-wide-mobile.jpg);
  }
  #first_screen .content .title {
    margin-bottom: -198px;
    padding-top: 40px;
  }
  #first_screen .content h1 {
    margin-bottom: 37px;
  }
  #first_screen .content .points {
    margin-bottom: 8px;
  }
  #first_screen .content .points .point {
    padding-left: 40px;
  }
  #first_screen .content .points .point:before {
    left: 4px;
  }
  #first_screen .content .sale-circle {
    position: relative;
    top: 0;
    right: auto;
    margin: 0 auto 15px;
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  #first_screen .content .form-short-quiz {
    padding: 45px 30px;
  }
  #first_screen .content .form-short-quiz .header-form {
    margin-bottom: 28px;
  }
  #first_screen .content .form-short-quiz input {
    width: 210px;
  }
}
@media (max-width: 479px) {
  #first_screen .content .title {
    padding-top: 61px;
  }
  #first_screen .content h1 {
    margin-bottom: 35px;
  }
  #first_screen .content .points {
    margin-bottom: 22px;
  }
  #first_screen .content .sale-circle {
    margin: 0 auto 1px;
  }
  #first_screen .content .form-short-quiz {
    padding: 26px 10px 33px;
  }
  #first_screen .content .form-short-quiz .header-form {
    margin-bottom: 15px;
  }
  #first_screen .content .form-short-quiz .header-form .title-form {
    font-size: 1.125em;
    line-height: 1.222;
  }
  #first_screen .content .form-short-quiz .inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  #first_screen .content .form-short-quiz .inputs .input {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    width: 210px;
    margin-bottom: 24px;
  }
}
.success-first-screen {
  min-height: -webkit-calc(100vh - 80px);
  min-height: calc(100vh - 80px);
}
.success-first-screen .content {
  padding-bottom: 0 !important;
}
.success-first-screen .content:after {
  height: 802px !important;
  background-image: url("../img/img-bg-first-screen-success-right.png") !important;
}
.success-first-screen .content .title {
  padding-top: 185px !important;
  padding-bottom: 350px;
  margin-bottom: 0 !important;
  height: 800px;
}
.success-first-screen .content .title h1 {
  margin-bottom: 15px !important;
}
.success-first-screen .content .title p {
  font-size: 1.25em;
  margin-bottom: 40px;
}
.success-first-screen .content .title .phone-holder {
  font-size: 1.25em;
  margin-bottom: 40px;
}
.success-first-screen .content .title .phone-holder svg {
  margin-right: 3px;
}
.success-first-screen .content .title .btn {
  width: 139px;
  height: 46px;
  background-color: #54BEE1;
}
@media (max-width: 1279px) {
  .success-first-screen .content .title {
    height: 804px;
  }
  .success-first-screen .content:after {
    width: 521px !important;
    height: 804px !important;
    background-image: url("../img/img-bg-first-screen-success-right-tablet.png") !important;
    right: -138px !important;
  }
}
@media (max-width: 1023px) {
  .success-first-screen .content .title {
    height: auto;
  }
  .success-first-screen .content .title h1 {
    text-align: left !important;
    font-size: 3em;
  }
  .success-first-screen .content .title p, .success-first-screen .content .title .phone-holder {
    font-size: 1.125em;
  }
}
@media (max-width: 767px) {
  .success-first-screen .content {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .success-first-screen .content .title {
    padding-top: 150px !important;
    padding-bottom: 150px;
    min-height: -webkit-calc(100vh - 250px);
    min-height: calc(100vh - 250px);
  }
  .success-first-screen .content .title h1 {
    font-size: 2em;
    line-height: 1.17;
    margin-bottom: 31px !important;
  }
}

.second-block {
  padding-top: 136px;
}
.second-block .points {
  padding-bottom: 64px;
  border-bottom: 1px solid #E6E6E6;
}
.second-block .points .point {
  border-right: 1px solid #E6E6E6;
  padding-right: 27px;
}
.second-block .points .point:nth-of-type(4) {
  border-right: 0;
  padding-right: 0;
}
.second-block .points .point .title {
  font-size: 3.75em;
  font-weight: 900;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  line-height: 1.6;
  margin-right: 12px;
}
.second-block .points .point .text {
  font-size: 1.125em;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
          flex: auto;
  line-height: 1.5;
}
@media (max-width: 1279px) {
  .second-block {
    padding-top: 123px;
  }
  .second-block .points {
    padding-bottom: 46px;
  }
  .second-block .points .point {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    padding-right: 70px;
  }
  .second-block .points .point .title {
    line-height: 1.1;
    margin-right: 0;
  }
  .second-block .points .point .text {
    min-height: 54px;
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .second-block {
    padding-top: 130px;
  }
  .second-block .points {
    padding-bottom: 78px;
  }
  .second-block .points .point {
    padding-right: 40px;
  }
  .second-block .points .point .title {
    font-size: 2.75em;
    margin-bottom: 3px;
  }
}
@media (max-width: 767px) {
  .second-block {
    padding-top: 151px;
  }
  .second-block .points {
    border-bottom: 1px solid #E6E6E6;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 17px;
  }
  .second-block .points .point {
    width: 50%;
    margin-bottom: 24px;
    padding-right: 0;
  }
  .second-block .points .point:nth-of-type(2) {
    border-right: 0;
  }
}
@media (max-width: 479px) {
  .second-block {
    padding-top: 134px;
  }
}

.our-advantages {
  padding-top: 63px;
  padding-bottom: 12px;
}
.our-advantages .points .point {
  margin-bottom: 111px;
}
.our-advantages .points .point:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.our-advantages .points .point .content-point {
  width: 475px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding-top: 27px;
}
.our-advantages .points .point .content-point .title-point {
  font-size: 2.125em;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 38px;
}
.our-advantages .points .point .content-point .text-point {
  font-size: 1.125em;
  line-height: 1.45;
}
.our-advantages .points .point:nth-of-type(1) img {
  margin-right: 98px;
}
@media (max-width: 1279px) {
  .our-advantages {
    padding-top: 71px;
    padding-bottom: 30px;
  }
  .our-advantages .points .point {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    margin-bottom: 112px;
  }
  .our-advantages .points .point .content-point {
    padding-top: 0;
  }
  .our-advantages .points .point:nth-of-type(1) img {
    margin-right: 0;
  }
  .our-advantages .points .point:nth-of-type(2) img {
    width: 461px;
    height: auto;
  }
}
@media (max-width: 1023px) {
  .our-advantages {
    padding-top: 44px;
    padding-bottom: 0;
  }
  .our-advantages .points .point {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 105px;
  }
  .our-advantages .points .point:nth-of-type(1) img {
    width: 360px;
    height: auto;
    margin-bottom: 44px;
  }
  .our-advantages .points .point:nth-of-type(2) {
    margin-bottom: 85px;
  }
  .our-advantages .points .point:nth-of-type(2) img {
    margin-bottom: 53px;
  }
  .our-advantages .points .point:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .our-advantages .points .point .content-point {
    width: 100%;
  }
  .our-advantages .points .point .content-point .title-point {
    margin-bottom: 29px;
  }
}
@media (max-width: 767px) {
  .our-advantages {
    padding-top: 55px;
  }
  .our-advantages .points .point {
    margin-bottom: 74px;
  }
  .our-advantages .points .point:nth-of-type(1) img {
    margin-bottom: 55px;
  }
  .our-advantages .points .point:nth-of-type(2) {
    margin-bottom: 77px;
  }
  .our-advantages .points .point:nth-of-type(2) img {
    width: 406px;
  }
  .our-advantages .points .point .content-point .title-point {
    font-size: 2em;
    margin-bottom: 33px;
  }
  .our-advantages .points .point .content-point .title-point br {
    display: none;
  }
}
@media (max-width: 479px) {
  .our-advantages .points .point {
    margin-bottom: 104px;
  }
  .our-advantages .points .point:nth-of-type(1) img {
    max-width: 360px;
    width: 100%;
  }
  .our-advantages .points .point:nth-of-type(2) {
    margin-bottom: 53px;
  }
  .our-advantages .points .point:nth-of-type(2) img {
    max-width: 400px;
    width: 100%;
    margin-bottom: 35px;
  }
  .our-advantages .points .point .content-point .title-point {
    font-size: 1.5em;
    line-height: 1.5;
    margin-bottom: 14px;
  }
  .our-advantages .points .point .content-point .text-point {
    font-size: 1em;
    line-height: 1.375;
  }
}

.all-inclusive {
  background-image: url("../img/bg-all-inclusive.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 164px;
  padding-bottom: 46px;
}
.all-inclusive h2 {
  margin-bottom: 128px;
}
.all-inclusive h2 span {
  position: relative;
  z-index: 2;
}
.all-inclusive h2 span:before {
  content: "";
  display: block;
  width: 100%;
  height: 25px;
  background-color: #54BEE1;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.all-inclusive .points .point {
  width: 545px;
  margin-bottom: 157px;
  position: relative;
}
.all-inclusive .points .point .point-numb {
  font-size: 14.5em;
  font-weight: 500;
  color: #FFF;
  opacity: 14%;
  position: absolute;
  left: -9px;
  top: -133px;
  z-index: 1;
}
.all-inclusive .points .point .title-point {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}
.all-inclusive .points .point .text-point {
  color: #B5B5B5;
  line-height: 1.625;
  position: relative;
  z-index: 2;
}
.all-inclusive .points .point:nth-of-type(1) .point-numb, .all-inclusive .points .point:nth-of-type(4) .point-numb {
  left: -13px;
}
@media (max-width: 1279px) {
  .all-inclusive {
    padding-bottom: 75px;
  }
  .all-inclusive .points .point {
    width: 475px;
    margin-bottom: 104px;
  }
  .all-inclusive .points .point:nth-of-type(2n) {
    padding-left: 33px;
  }
  .all-inclusive .points .point:nth-of-type(2n) .point-numb {
    left: 18px;
  }
}
@media (max-width: 1023px) {
  .all-inclusive {
    padding-top: 90px;
    padding-bottom: 130px;
  }
  .all-inclusive h2 {
    margin-bottom: 108px;
  }
  .all-inclusive h2 span {
    display: inline-block;
  }
  .all-inclusive .points {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .all-inclusive .points .point {
    width: 100%;
    margin-bottom: 64px;
  }
  .all-inclusive .points .point .point-numb {
    font-size: 8.75em;
    top: -67px;
    left: -6px !important;
  }
  .all-inclusive .points .point .title-point {
    margin-bottom: 46px;
    padding-left: 104px;
  }
  .all-inclusive .points .point:nth-of-type(2n) {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .all-inclusive {
    padding-top: 105px;
    padding-bottom: 140px;
  }
  .all-inclusive h2 {
    margin-bottom: 130px;
  }
  .all-inclusive h2 span:before {
    height: 19px;
    bottom: -3px;
  }
  .all-inclusive .points .point {
    margin-bottom: 50px;
  }
  .all-inclusive .points .point .point-numb {
    font-size: 5.0625em;
    top: -27px;
    left: -1px !important;
  }
  .all-inclusive .points .point .title-point {
    font-size: 1.25em;
    line-height: 1.6;
    margin-bottom: 33px;
    padding-left: 62px;
  }
  .all-inclusive .points .point:nth-of-type(2n) {
    margin-bottom: 40px;
  }
  .all-inclusive .slick-list {
    width: 100%;
  }
  .all-inclusive .slick-dots li {
    width: 14px;
    height: 14px;
    background-color: #dcdcdc;
    opacity: 0.45;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .all-inclusive .slick-dots li button {
    width: 14px;
    height: 14px;
    background-color: #dcdcdc;
  }
  .all-inclusive .slick-dots li.slick-active {
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (max-width: 479px) {
  .all-inclusive {
    padding-top: 59px;
    padding-bottom: 101px;
  }
  .all-inclusive h2 {
    margin-bottom: 45px;
  }
  .all-inclusive h2 span:before {
    width: 110%;
    height: 10px;
    bottom: 2px;
    left: -6px;
  }
  .all-inclusive .points .point {
    margin-bottom: 39px;
  }
  .all-inclusive .points .point .point-numb {
    top: -22px;
    left: -5px !important;
  }
  .all-inclusive .points .point .title-point {
    line-height: 1.3;
    margin-bottom: 19px;
    padding-left: 57px;
  }
  .all-inclusive .points .point .title-point br {
    display: none;
  }
}

.tarifi {
  padding-top: 69px;
  padding-bottom: 68px;
}
.tarifi h2 {
  margin-bottom: 30px;
}
.tarifi .under-h2 {
  color: #CFCFCF;
  font-size: 1.125em;
  margin-bottom: 67px;
}
.tarifi .under-h2 svg {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 10px;
}
.tarifi .packs {
  width: 945px;
  margin-bottom: 41px;
}
.tarifi .packs .pack {
  height: 110px;
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 0 50px 0 59px;
}
.tarifi .packs .pack .speed-title .speed-text {
  line-height: 1.5;
  margin-right: 44px;
}
.tarifi .packs .pack .speed-title .speed-number {
  font-size: 2em;
  font-weight: 500;
}
.tarifi .packs .pack .speed-title .speed-number span {
  margin: 0 2px;
}
.tarifi .packs .pack .pack-cta .price .old_price {
  color: #B5B5B5;
  margin-right: 25px;
  position: relative;
}
.tarifi .packs .pack .pack-cta .price .old_price:before {
  display: block;
  content: "";
  background-color: #B5B5B5;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 2px;
  top: 41%;
  -webkit-transform: rotate(-21deg);
          transform: rotate(-21deg);
}
.tarifi .packs .pack .pack-cta .price .old_price .left-part {
  font-size: 2.3125em;
}
.tarifi .packs .pack .pack-cta .price .old_price .cents {
  margin-top: 5px;
}
.tarifi .packs .pack .pack-cta .price .new_price {
  min-width: 112px;
  margin-right: 54px;
}
.tarifi .packs .pack .pack-cta .price .new_price .left-part {
  font-size: 3.875em;
  font-weight: 500;
  margin-right: 3px;
}
.tarifi .packs .pack .pack-cta .price .new_price .right-part {
  padding-top: 14px;
}
.tarifi .packs .pack .pack-cta .price .new_price .right-part .cents {
  font-size: 1.625em;
  margin-bottom: 3px;
}
.tarifi .packs .pack .pack-cta .price .new_price .right-part .value {
  font-size: 12px;
}
.tarifi .packs .pack .pack-cta button {
  width: 146px;
  text-transform: uppercase;
}
.tarifi .warning-block {
  width: 945px;
  background-color: #FFECEC;
  border-radius: 14px;
  padding: 55px 37px 38px;
  position: relative;
}
.tarifi .warning-block:after {
  content: "";
  display: block;
  width: 365px;
  height: 219px;
  background-image: url("../img/img-tarifi-wrning.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
}
.tarifi .warning-block .title-warning {
  background-color: #F16F6F;
  border-radius: 20px;
  color: #FFF;
  font-size: 1.25em;
  font-weight: 500;
  padding: 6px 37px;
  position: absolute;
  top: -20px;
  left: 37px;
}
.tarifi .warning-block .text-warning {
  width: 510px;
  line-height: 1.5;
}
@media (max-width: 1279px) {
  .tarifi {
    padding-top: 67px;
  }
}
@media (max-width: 1023px) {
  .tarifi {
    padding-top: 33px;
    padding-bottom: 80px;
  }
  .tarifi .packs {
    width: 100%;
  }
  .tarifi .packs .pack {
    padding: 0 18px 0 22px;
  }
  .tarifi .packs .pack .speed-title .speed-text {
    margin-right: 28px;
  }
  .tarifi .packs .pack .speed-title .speed-number {
    font-size: 1.5em;
    line-height: 1.08;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .tarifi .packs .pack .speed-title .speed-number span {
    margin: 0;
  }
  .tarifi .packs .pack .pack-cta .price .old_price {
    margin-right: 17px;
  }
  .tarifi .packs .pack .pack-cta .price .new_price {
    margin-right: 29px;
  }
  .tarifi .warning-block {
    width: 100%;
    padding: 49px 26px 32px;
  }
  .tarifi .warning-block:after {
    display: none;
  }
  .tarifi .warning-block .title-warning {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .tarifi .warning-block .text-warning {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .tarifi {
    padding-top: 57px;
    padding-bottom: 90px;
  }
  .tarifi h2 {
    margin-bottom: 48px;
  }
  .tarifi h2 br {
    display: none;
  }
  .tarifi .under-h2 {
    font-size: 1em;
    margin-bottom: 70px;
  }
  .tarifi .under-h2 svg {
    position: relative;
    left: -3px;
  }
  .tarifi .packs {
    margin-bottom: 26px;
  }
  .tarifi .packs .pack {
    height: 138px;
    padding: 0 15px 0 15px;
  }
  .tarifi .packs .pack .speed-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
  .tarifi .packs .pack .speed-title .speed-number {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
  }
  .tarifi .packs .pack .speed-title .speed-number span {
    margin-right: 4px;
  }
  .tarifi .packs .pack .speed-title .speed-text {
    margin-bottom: 6px;
  }
  .tarifi .packs .pack .pack-cta .price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
  .tarifi .packs .pack .pack-cta .price .old_price {
    margin-right: 0;
  }
  .tarifi .packs .pack .pack-cta .price .new_price {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    margin-right: 0;
  }
  .tarifi .packs .pack .pack-cta .price .new_price .left-part {
    letter-spacing: -2px;
  }
  .tarifi .packs .pack .pack-cta button {
    width: 120px;
  }
  .tarifi .warning-block {
    padding: 43px 35px 32px;
  }
  .tarifi .warning-block .title-warning {
    width: 270px;
  }
}
@media (max-width: 479px) {
  .tarifi {
    padding-top: 6px;
    padding-bottom: 41px;
  }
  .tarifi h2 {
    margin-bottom: 12px;
  }
  .tarifi .under-h2 {
    margin-bottom: 46px;
  }
  .tarifi .under-h2 svg {
    display: none;
  }
  .tarifi .packs {
    margin-bottom: 44px;
  }
  .tarifi .packs .pack {
    width: 282px;
    min-height: 292px;
    height: auto;
  }
  .tarifi .packs .pack .pack-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .tarifi .packs .pack .speed-title {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .tarifi .packs .pack .speed-title .speed-text {
    font-size: 1.125em;
    line-height: 1.17;
    text-align: center;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .tarifi .packs .pack .speed-title .speed-number {
    margin-bottom: 14px;
  }
  .tarifi .packs .pack .pack-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .tarifi .packs .pack .pack-cta .price {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    margin-bottom: 7px;
  }
  .tarifi .packs .pack .pack-cta .price .old_price {
    margin-right: 12px;
  }
  .tarifi .packs .pack .pack-cta .price .new_price {
    min-width: 50px;
  }
  .tarifi .warning-block {
    padding: 43px 26px 23px;
  }
}

.form-need-help {
  background-image: url("../img/bg-form-need-help.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 98px;
  padding-bottom: 215px;
  z-index: 1;
  position: relative;
}
.form-need-help:before {
  content: "";
  display: block;
  width: 100%;
  height: 150px;
  background-color: #f5f7fa;
  position: absolute;
  left: 0;
  bottom: -150px;
}
.form-need-help .container {
  margin-bottom: -107px;
}
.form-need-help h2 {
  margin-bottom: 50px;
}
.form-need-help .wrap-container {
  padding: 0 40px;
}
.form-need-help .manager-block {
  width: 562px;
  background-color: #FFF;
  border-radius: 16px;
  padding: 43px 71px 45px 80px;
}
.form-need-help .manager-block .top-text {
  font-size: 1.25em;
  line-height: 1.3;
  margin-bottom: 41px;
}
.form-need-help .manager-block .manager-info img {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  margin-right: 24px;
}
.form-need-help .manager-block .manager-info .meta-manager .title-manager {
  font-size: 1.375em;
  font-weight: 500;
  margin-bottom: 4px;
}
.form-need-help .manager-block .manager-info .meta-manager a {
  font-size: 1.125em;
}
.form-need-help .manager-block .manager-info .meta-manager svg {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 7px;
}
.form-need-help .form-quik-call {
  max-width: 420px;
  width: 100%;
  padding: 0;
  background-color: transparent;
  border: 0;
  margin-top: 43px;
  margin-right: 40px;
}
.form-need-help .form-quik-call .header-form {
  margin-bottom: 44px;
}
.form-need-help .form-quik-call .header-form .title-form {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
}
.form-need-help .form-quik-call .inputs {
  margin-bottom: 32px;
}
.form-need-help .form-quik-call .inputs .input {
  margin-bottom: 0;
}
.form-need-help .form-quik-call .inputs input {
  width: 248px;
}
.form-need-help .form-quik-call .button {
  width: 139px;
}
.form-need-help .form-quik-call .custom_checkbox .checkmark:after {
  border: solid #878787;
  border-width: 0 2px 2px 0;
}
.form-need-help .form-quik-call .custom_checkbox input:checked ~ .checkmark {
  background-color: #FFF;
}
.form-need-help .form-quik-call .custom_checkbox .text {
  font-size: 1em;
}
@media (max-width: 1279px) {
  .form-need-help {
    padding-bottom: 128px;
  }
  .form-need-help .container {
    margin-bottom: 0;
  }
  .form-need-help .wrap-container {
    padding: 0;
  }
  .form-need-help .manager-block {
    width: 462px;
    padding: 43px 26px 45px 26px;
  }
  .form-need-help .form-quik-call {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .form-need-help {
    padding-top: 93px;
    padding-bottom: 98px;
  }
  .form-need-help .manager-block {
    width: 345px;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding: 41px 25px 45px 28px;
  }
  .form-need-help .manager-block .top-text {
    margin-bottom: 27px;
  }
  .form-need-help .form-quik-call {
    width: 345px;
    margin-top: 41px;
    margin-right: 0;
  }
  .form-need-help .form-quik-call .header-form {
    margin-bottom: 15px;
  }
  .form-need-help .form-quik-call .inputs .input, .form-need-help .form-quik-call .inputs input {
    width: 183px;
  }
}
@media (max-width: 767px) {
  .form-need-help {
    background-image: url("../img/bg-form-need-help-wide-mobile.png");
    padding-top: 75px;
    padding-bottom: 72px;
  }
  .form-need-help h2 {
    margin-bottom: 45px;
  }
  .form-need-help .wrap-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .form-need-help .manager-block {
    width: 100%;
    margin-bottom: 45px;
    padding: 38px 75px;
  }
  .form-need-help .manager-block .top-text {
    text-align: center;
  }
  .form-need-help .form-quik-call {
    max-width: 345px;
    width: 100%;
    margin-top: 0;
  }
  .form-need-help .form-quik-call .header-form {
    margin-bottom: 35px;
  }
  .form-need-help .form-quik-call .header-form .title-form {
    text-align: center;
  }
  .form-need-help .form-quik-call .inputs {
    margin-bottom: 40px;
  }
}
@media (max-width: 479px) {
  .form-need-help {
    padding-top: 48px;
    padding-bottom: 55px;
  }
  .form-need-help .manager-block {
    padding: 38px 22px;
  }
  .form-need-help .form-quik-call .header-form {
    padding: 0 15px;
  }
}
@media (max-width: 374px) {
  .form-need-help .manager-block .manager-info img {
    width: 70px;
    height: 70px;
    margin-right: 5px;
  }
  .form-need-help .form-quik-call .header-form {
    margin-bottom: 30px;
  }
  .form-need-help .form-quik-call .inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .form-need-help .form-quik-call .inputs .input {
    margin-bottom: 30px;
  }
}

.mobile-optical-internet {
  background-image: url("../img/bg-mobile-optical-internet.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 145px;
  padding-bottom: 155px;
  z-index: 2;
}
.mobile-optical-internet .container {
  margin-bottom: -313px;
}
.mobile-optical-internet .title-vs {
  color: #FFF;
  font-size: 2.9375em;
  font-weight: 500;
  line-height: 1.2;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.mobile-optical-internet .title-vs:before {
  content: "";
  display: block;
  width: 100%;
  height: 25px;
  background-color: #54BEE1;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.mobile-optical-internet .all-points {
  margin-bottom: 59px;
  position: relative;
}
.mobile-optical-internet .all-points .title-mobile-screen {
  color: #FFF;
  font-size: 2.9375em;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 25px;
}
.mobile-optical-internet .all-points .points {
  width: 50%;
  position: relative;
}
.mobile-optical-internet .all-points .points .infographic {
  width: 560px;
  height: 394px;
  margin-bottom: -52px;
}
.mobile-optical-internet .all-points .points .point {
  border-bottom: 1px solid rgba(207, 207, 207, 0.5);
  padding: 31px 0 27px;
}
.mobile-optical-internet .all-points .points svg {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 31px;
}
.mobile-optical-internet .all-points .points .text-point {
  width: 450px;
  min-height: 78px;
  line-height: 1.625;
}
.mobile-optical-internet .all-points .points.mobile-points .title-mobile-screen {
  padding-right: 35px;
}
.mobile-optical-internet .all-points .points.mobile-points .infographic {
  background-image: url("../img/infographic-mobile-points.png");
  background-size: 559px 380px;
}
.mobile-optical-internet .all-points .points.mobile-points .infographic.lv {
  background-image: url("../img/infographic-mobile-points-LV.png");
}
.mobile-optical-internet .all-points .points.optical-points .title-mobile-screen {
  padding-left: 30px;
}
.mobile-optical-internet .all-points .points.optical-points .infographic {
  background-image: url("../img/infographic-optical-points.png");
  background-size: 524px 394px;
}
.mobile-optical-internet .all-points .points.optical-points .infographic.lv {
  background-image: url("../img/infographic-optical-points-LV.png");
}
.mobile-optical-internet .all-points .points.optical-points .point {
  padding: 31px 0 27px 24px;
}
.mobile-optical-internet .all-points .points.optical-points .point:nth-of-type(5) .text-point {
  min-height: 104px;
}
@media (max-width: 1279px) {
  .mobile-optical-internet {
    padding-top: 101px;
  }
  .mobile-optical-internet .title-vs {
    top: -6px;
  }
  .mobile-optical-internet .all-points {
    margin-bottom: 18px;
  }
  .mobile-optical-internet .all-points .title-mobile-screen {
    font-size: 2.5em;
  }
  .mobile-optical-internet .all-points .points .infographic {
    margin-bottom: -30px;
  }
  .mobile-optical-internet .all-points .points .point {
    padding: 31px 0 28px;
  }
  .mobile-optical-internet .all-points .points .point:last-of-type {
    border-bottom: 0;
  }
  .mobile-optical-internet .all-points .points svg {
    margin-right: 15px;
  }
  .mobile-optical-internet .all-points .points.mobile-points .infographic {
    background-image: url("../img/infographic-mobile-points-tablet.png");
    background-size: 533px 380px;
    margin-left: -45px;
  }
  .mobile-optical-internet .all-points .points.mobile-points .infographic.lv {
    background-image: url("../img/infographic-mobile-points-tablet-LV.png");
  }
  .mobile-optical-internet .all-points .points.optical-points .point {
    padding: 31px 0 28px 38px;
  }
}
@media (max-width: 1023px) {
  .mobile-optical-internet {
    padding-top: 88px;
  }
  .mobile-optical-internet .container {
    margin-bottom: -228px;
  }
  .mobile-optical-internet h2 {
    display: none;
  }
  .mobile-optical-internet .title-vs {
    display: none;
  }
  .mobile-optical-internet .all-points {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    margin-bottom: 44px;
  }
  .mobile-optical-internet .all-points .infographic {
    margin: 0 auto -19px !important;
  }
  .mobile-optical-internet .all-points .points {
    width: 100%;
  }
  .mobile-optical-internet .all-points .points.mobile-points {
    margin-bottom: 101px;
  }
  .mobile-optical-internet .all-points .points.optical-points .point {
    padding: 26px 0;
  }
  .mobile-optical-internet .all-points .points.optical-points .point:nth-of-type(4) .text-point {
    min-height: 30px;
  }
  .mobile-optical-internet .all-points .points .title-mobile-screen {
    font-size: 2.9375em;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 11px;
  }
  .mobile-optical-internet .all-points .points .point {
    padding: 26px 0;
  }
  .mobile-optical-internet .all-points .points .text-point {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
            flex: auto;
    min-height: 20px;
  }
  .mobile-optical-internet form .header-form {
    line-height: 1.14;
    margin-bottom: 33px;
  }
}
@media (max-width: 767px) {
  .mobile-optical-internet {
    padding-top: 102px;
  }
  .mobile-optical-internet .container {
    margin-bottom: -481px;
  }
  .mobile-optical-internet .all-points {
    margin-bottom: 71px;
  }
  .mobile-optical-internet .all-points .points {
    margin-bottom: 30px !important;
  }
  .mobile-optical-internet .all-points .points .title-mobile-screen {
    font-size: 2.125em;
    letter-spacing: -1px;
  }
  .mobile-optical-internet .all-points .points .infographic {
    width: 100%;
  }
  .mobile-optical-internet .all-points .points .point {
    padding: 28px 0 21px;
  }
  .mobile-optical-internet .all-points .points.mobile-points .infographic {
    background-image: url("../img/infographic-mobile-points-wide-mobile.png");
    background-size: 421px 302px;
    height: 302px;
  }
  .mobile-optical-internet .all-points .points.mobile-points .infographic.lv {
    background-image: url("../img/infographic-mobile-points-wide-mobile-LV.png");
  }
  .mobile-optical-internet .all-points .points.optical-points .infographic {
    background-image: url("../img/infographic-optical-points-wide-mobile.png");
    background-size: 449px 337px;
    height: 337px;
  }
  .mobile-optical-internet .all-points .points.optical-points .infographic.lv {
    background-image: url("../img/infographic-optical-points-wide-mobile-LV.png");
  }
  .mobile-optical-internet .slick-list {
    width: 100%;
  }
  .mobile-optical-internet form .header-form {
    margin-bottom: 23px;
  }
}
@media (max-width: 479px) {
  .mobile-optical-internet {
    padding-top: 70px;
  }
  .mobile-optical-internet .all-points {
    margin-bottom: 50px;
  }
  .mobile-optical-internet .all-points .points {
    margin-bottom: 10px !important;
  }
  .mobile-optical-internet .all-points .points .title-mobile-screen {
    font-size: 1.5em;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 11px;
  }
  .mobile-optical-internet .all-points .points .infographic {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .mobile-optical-internet .all-points .points.mobile-points {
    margin-bottom: 30px !important;
  }
  .mobile-optical-internet .all-points .points.mobile-points .infographic {
    background-image: url("../img/infographic-mobile-points-mobile.png");
    background-size: 355px 261px;
    width: 355px;
    height: 261px;
  }
  .mobile-optical-internet .all-points .points.mobile-points .infographic.lv {
    background-image: url("../img/infographic-mobile-points-mobile-LV.png");
  }
  .mobile-optical-internet .all-points .points.optical-points .infographic {
    background-image: url("../img/infographic-optical-points-mobile.png");
    background-size: 420px 315px;
    width: 420px;
    height: 315px;
  }
  .mobile-optical-internet .all-points .points.optical-points .infographic.lv {
    background-image: url("../img/infographic-optical-points-mobile-LV.png");
  }
  .mobile-optical-internet form .header-form {
    margin-bottom: 29px;
  }
}

.our-reviews {
  padding-top: 257px;
  padding-bottom: 114px;
}
.our-reviews .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.our-reviews .title-block {
  width: 350px;
  padding-top: 20px;
}
.our-reviews .title-block h2 {
  margin-bottom: 35px;
}
.our-reviews .title-block svg {
  margin-bottom: 28px;
}
.our-reviews .title-block .subtitle {
  color: #B5B5B5;
  font-size: 1.125em;
  line-height: 1.7;
}
.our-reviews .list-reviews {
  width: 740px;
}
.our-reviews .list-reviews .single-review img {
  display: block;
  max-width: 236px;
  width: 100%;
  height: auto;
}
.our-reviews .slick-slider {
  padding-bottom: 35px;
}
.our-reviews .slick-slider .slick-list {
  margin: 0 -8px;
}
.our-reviews .slick-slider .slick-slide {
  padding: 0 8px;
}
.our-reviews .slick-slider .slick-arrow {
  width: 27px;
  height: 16px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  text-indent: -99999px;
  bottom: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 10;
}
.our-reviews .slick-slider .slick-arrow.slick-disabled {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.our-reviews .slick-slider .slick-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.001' height='15.753' viewBox='0 0 27.001 15.753'%3E%3Cpath d='M13.171,10.454a1.125,1.125,0,0,1,0,1.593L7.216,18l5.956,5.954a1.126,1.126,0,1,1-1.593,1.593L4.829,18.8a1.125,1.125,0,0,1,0-1.593l6.75-6.75a1.125,1.125,0,0,1,1.593,0Z' transform='translate(-4.498 -10.123)' fill='%232E2E2E' fill-rule='evenodd'/%3E%3Cpath d='M5.625,18A1.125,1.125,0,0,1,6.75,16.875H30.375a1.125,1.125,0,0,1,0,2.25H6.75A1.125,1.125,0,0,1,5.625,18Z' transform='translate(-4.498 -10.123)' fill='%232E2E2E' fill-rule='evenodd'/%3E%3C/svg%3E");
  left: 0;
}
.our-reviews .slick-slider .slick-prev.slick-disabled {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.001' height='15.753' viewBox='0 0 27.001 15.753'%3E%3Cpath d='M13.171,10.454a1.125,1.125,0,0,1,0,1.593L7.216,18l5.956,5.954a1.126,1.126,0,1,1-1.593,1.593L4.829,18.8a1.125,1.125,0,0,1,0-1.593l6.75-6.75a1.125,1.125,0,0,1,1.593,0Z' transform='translate(-4.498 -10.123)' fill='%23cfcfcf' fill-rule='evenodd'/%3E%3Cpath d='M5.625,18A1.125,1.125,0,0,1,6.75,16.875H30.375a1.125,1.125,0,0,1,0,2.25H6.75A1.125,1.125,0,0,1,5.625,18Z' transform='translate(-4.498 -10.123)' fill='%23cfcfcf' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.our-reviews .slick-slider .slick-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.001' height='15.753' viewBox='0 0 27.001 15.753'%3E%3Cpath d='M4.829,10.454a1.125,1.125,0,0,0,0,1.593L10.784,18,4.828,23.954a1.126,1.126,0,1,0,1.593,1.593l6.75-6.75a1.125,1.125,0,0,0,0-1.593l-6.75-6.75a1.125,1.125,0,0,0-1.593,0Z' transform='translate(13.5 -10.123)' fill='%232e2e2e' fill-rule='evenodd'/%3E%3Cpath d='M31.5,18a1.125,1.125,0,0,0-1.125-1.125H6.75a1.125,1.125,0,0,0,0,2.25H30.375A1.125,1.125,0,0,0,31.5,18Z' transform='translate(-5.625 -10.123)' fill='%232e2e2e' fill-rule='evenodd'/%3E%3C/svg%3E");
  right: 0;
}
.our-reviews .slick-slider .slick-next.slick-disabled {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.001' height='15.753' viewBox='0 0 27.001 15.753'%3E%3Cpath d='M4.829,10.454a1.125,1.125,0,0,0,0,1.593L10.784,18,4.828,23.954a1.126,1.126,0,1,0,1.593,1.593l6.75-6.75a1.125,1.125,0,0,0,0-1.593l-6.75-6.75a1.125,1.125,0,0,0-1.593,0Z' transform='translate(13.5 -10.123)' fill='%23CFCFCF' fill-rule='evenodd'/%3E%3Cpath d='M31.5,18a1.125,1.125,0,0,0-1.125-1.125H6.75a1.125,1.125,0,0,0,0,2.25H30.375A1.125,1.125,0,0,0,31.5,18Z' transform='translate(-5.625 -10.123)' fill='%23CFCFCF' fill-rule='evenodd'/%3E%3C/svg%3E");
}
@media (max-width: 1279px) {
  .our-reviews {
    padding-bottom: 120px;
  }
  .our-reviews .title-block {
    padding-top: 0;
  }
  .our-reviews .list-reviews {
    width: 585px;
  }
  .our-reviews .slick-slider {
    padding-bottom: 70px;
  }
}
@media (max-width: 1023px) {
  .our-reviews {
    padding-top: 145px;
  }
  .our-reviews .title-block {
    width: 340px;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
  }
  .our-reviews .list-reviews {
    width: 404px;
  }
  .our-reviews .slick-slider {
    margin-left: 53px;
  }
  .our-reviews .slick-slider .slick-next {
    right: 77px;
  }
  .our-reviews .slick-dots {
    left: 43%;
  }
}
@media (max-width: 767px) {
  .our-reviews {
    padding-top: 388px;
    padding-bottom: 108px;
  }
  .our-reviews .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .our-reviews .title-block {
    margin-bottom: 37px;
  }
  .our-reviews .title-block h2 {
    margin-bottom: 54px;
  }
  .our-reviews .slick-slider {
    margin-left: 0;
    padding-bottom: 56px;
  }
  .our-reviews .slick-slider .slick-next {
    right: 0;
  }
  .our-reviews .slick-dots {
    left: 50%;
  }
}
@media (max-width: 479px) {
  .our-reviews {
    padding-top: 375px;
    padding-bottom: 70px;
  }
  .our-reviews .title-block {
    margin-bottom: 42px;
  }
  .our-reviews .title-block h2 {
    margin-bottom: 30px;
  }
  .our-reviews .title-block svg {
    margin-bottom: 18px;
  }
  .our-reviews .list-reviews {
    max-width: 404px;
    width: 100%;
  }
  .our-reviews .slick-slider {
    padding-bottom: 46px;
  }
}

.online-support {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1919' height='607.593' viewBox='0 0 1919 607.593'%3E%3Cpath d='M0,0S480.25-52.593,960-52.593,1919,0,1919,0V555s-479.25-63.334-959-63.334S0,555,0,555Z' transform='translate(0 52.593)' fill='%23f5f7fa'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin-top: 235px;
}
.online-support .container {
  padding-top: 103px;
  padding-bottom: 181px;
  position: relative;
}
.online-support .container:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  width: 499px;
  height: 751px;
  background-image: url(../img/img-online-support.png);
  bottom: 41px;
  left: 0;
}
.online-support .content-point {
  width: 480px;
  margin-left: 582px;
}
.online-support .content-point .title-point {
  margin-bottom: 35px;
}
.online-support .content-point .title-point span {
  display: inline-block;
  position: relative;
  text-align: center;
  z-index: 1;
}
.online-support .content-point .title-point span:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: -1;
}
.online-support .content-point .text-point {
  color: #B5B5B5;
  line-height: 1.875;
}
.online-support .content-point .call-text {
  color: #B5B5B5;
}
.online-support .content-point .call-text svg {
  width: 24px;
  height: 24px;
  margin-right: 1px;
  margin-left: 4px;
}
.online-support .content-point .call-text svg path {
  fill: #54BEE1;
}
.online-support .content-point .call-text .mobile {
  display: none;
}
@media (max-width: 1279px) {
  .online-support .container {
    padding-top: 107px;
    padding-bottom: 180px;
  }
  .online-support .container:before {
    left: -16px;
  }
  .online-support .content-point {
    width: 480px;
    margin-left: 490px;
  }
}
@media (max-width: 1023px) {
  .online-support {
    margin-top: 145px;
  }
  .online-support .container {
    padding-top: 114px;
    padding-bottom: 162px;
  }
  .online-support .container:before {
    left: -88px;
  }
  .online-support h2 {
    font-size: 2.375em;
    line-height: 1.3;
  }
  .online-support .wrap-container {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
  }
  .online-support .content-point {
    width: 360px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .online-support {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1024' height='512' viewBox='0 0 1024 512'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='1024' height='512' transform='translate(0 7124)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(0 -7124)' clip-path='url(%23a)'%3E%3Cpath d='M0-5.02S480.25-52.593,960-52.593,1919-5.02,1919-5.02V497s-479.25-57.288-959-57.288S0,497,0,497Z' transform='translate(-418 7176.961)' fill='%23f5f7fa'/%3E%3C/g%3E%3C/svg%3E");
    margin-top: 355px;
  }
  .online-support .container {
    padding-top: 80px;
    padding-bottom: 104px;
  }
  .online-support .container:before {
    display: none;
  }
  .online-support .wrap-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .online-support .content-point .text-point {
    text-align: center;
  }
  .online-support .content-point .call-text {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .online-support h2 {
    font-size: 2.125em;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .online-support .container {
    padding-top: 50px;
    padding-bottom: 78px;
  }
  .online-support .content-point {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .online-support .content-point .title-point {
    width: 250px;
    font-size: 1.5em;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .online-support .content-point .text-point {
    line-height: 1.5;
  }
}

.additional-solutions {
  padding-top: 56px;
  padding-bottom: 77px;
}
.additional-solutions h2 {
  margin-bottom: 67px;
}
.additional-solutions .points .point {
  width: 365px;
  min-height: 320px;
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  margin-right: 37px;
  margin-bottom: 60px;
  padding: 34px 30px 80px;
  position: relative;
}
.additional-solutions .points .point:nth-of-type(3n) {
  margin-right: 0;
}
.additional-solutions .points .point .title-point {
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 20px;
}
.additional-solutions .points .point .title-point .icon {
  width: 48px;
  height: 43px;
  background-color: #F5F7FA;
  border-radius: 8px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 11px;
}
.additional-solutions .points .point .text-point {
  line-height: 1.5;
  margin-bottom: 21px;
}
.additional-solutions .points .point button {
  position: absolute;
  bottom: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1279px) {
  .additional-solutions {
    padding-bottom: 21px;
  }
  .additional-solutions .points .point {
    width: 319px;
    margin-right: 11px;
    padding: 35px 20px 79px;
  }
}
@media (max-width: 1023px) {
  .additional-solutions {
    padding-top: 50px;
    padding-bottom: 17px;
  }
  .additional-solutions h2 {
    margin-bottom: 38px;
  }
  .additional-solutions .points {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .additional-solutions .points .point {
    width: 350px;
    margin-right: 0 !important;
    padding: 35px 35px 79px;
  }
}
@media (max-width: 767px) {
  .additional-solutions {
    padding-top: 80px;
    padding-bottom: 0px;
  }
  .additional-solutions h2 {
    margin-bottom: 47px;
  }
  .additional-solutions .points {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .additional-solutions .points .point {
    margin-bottom: 35px;
  }
}
@media (max-width: 479px) {
  .additional-solutions {
    padding-top: 43px;
    padding-bottom: 49px;
  }
  .additional-solutions h2 {
    margin-bottom: 28px;
  }
  .additional-solutions .points .point {
    max-width: 350px;
    width: 100%;
    margin-bottom: 35px;
  }
}
.our-managers {
  background-image: url("../img/bg-our-managers.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 131px;
}
.our-managers .container {
  margin-bottom: -180px;
}
.our-managers h2 {
  margin-bottom: 77px;
}
.our-managers .points {
  margin-bottom: 91px;
  padding: 0 82px;
}
.our-managers .points .point img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  margin: 0 auto 24px;
}
.our-managers .points .point .name-manager {
  font-size: 1.375em;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 7px;
}
.our-managers .points .point .phone-manager {
  color: #B5B5B5;
  font-size: 1.125em;
  line-height: 1.7;
}
.our-managers .points .point .phone-manager svg {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 8px;
}
.our-managers .points .point .phone-manager svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.our-managers .points .point .phone-manager:hover {
  color: #FFF;
}
.our-managers .points .point .phone-manager:hover svg path {
  fill: #FFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1439px) {
  .our-managers .points {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .our-managers .container {
    margin-bottom: -290px;
  }
  .our-managers .points {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    margin-bottom: 52px;
  }
  .our-managers .points .point {
    margin-bottom: 42px;
    padding: 0 12px;
  }
  .our-managers form .header-form .title {
    font-size: 1.5em;
  }
}
@media (max-width: 767px) {
  .our-managers {
    padding-top: 71px;
  }
  .our-managers .container {
    margin-bottom: -335px;
  }
  .our-managers h2 {
    margin-bottom: 47px;
  }
  .our-managers .points {
    margin-bottom: 87px;
  }
  .our-managers .points .point {
    margin-bottom: 59px;
  }
  .our-managers .points .point .name-manager {
    font-size: 1.1875em;
    margin-bottom: 10px;
  }
  .our-managers .points .point .phone-manager {
    font-size: 0.9375em;
  }
  .our-managers .slick-dots li {
    width: 14px;
    height: 14px;
    background-color: #dcdcdc;
    opacity: 0.45;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .our-managers .slick-dots li button {
    width: 14px;
    height: 14px;
    background-color: #dcdcdc;
  }
  .our-managers .slick-dots li.slick-active {
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (max-width: 479px) {
  .our-managers h2 {
    margin-bottom: 43px;
  }
  .our-managers .points {
    margin-bottom: 59px;
  }
  .our-managers .points .point {
    margin-bottom: 62px;
  }
  .our-managers form .header-form .title {
    font-size: 1.125em;
  }
}

.our-works {
  padding-top: 111px;
  padding-bottom: 85px;
}
.our-works h2 {
  margin-bottom: 74px;
}
.our-works .points {
  margin-bottom: 18px;
}
.our-works .points .point {
  width: 365px;
  height: 286px;
  border-radius: 8px;
  margin-bottom: 39px;
  overflow: hidden;
  position: relative;
}
.our-works .points .point .wrap-container {
  height: 100%;
  background-color: rgba(20, 18, 48, 0.53);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.our-works .points .point .wrap-container .title-work {
  border-bottom: 1px solid #FFF;
  font-size: 1.5em;
  padding-bottom: 8px;
  margin-bottom: 7px;
}
.our-works .points .point:nth-of-type(1) {
  background-image: url("../img/img-work-1.jpg");
}
.our-works .points .point:nth-of-type(2) {
  background-image: url("../img/img-work-2.jpg");
}
.our-works .points .point:nth-of-type(3) {
  background-image: url("../img/img-work-3.jpg");
}
.our-works .points .point:nth-of-type(4) {
  background-image: url("../img/img-work-4.jpg");
}
.our-works .points .point:nth-of-type(5) {
  background-image: url("../img/img-work-5.jpg");
}
.our-works .points .point:nth-of-type(6) {
  background-image: url("../img/img-work-6.jpg");
}
.our-works .points .point:hover .wrap-container {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.our-works .form-open .title-open-popup {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  font-size: 1.75em;
  font-weight: 500;
  margin-right: 31px;
}
@media (max-width: 1279px) {
  .our-works {
    padding-top: 167px;
  }
  .our-works .points .point {
    width: 319px;
  }
}
@media (max-width: 1023px) {
  .our-works {
    padding-top: 220px;
    padding-bottom: 59px;
  }
  .our-works h2 {
    margin-bottom: 58px;
  }
  .our-works .points {
    margin-bottom: 40px;
  }
  .our-works .points .point {
    width: 355px;
    margin-bottom: 27px;
  }
  .our-works .form-open {
    width: 320px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .our-works .form-open .title-open-popup {
    line-height: 1.14;
    text-align: center;
    margin-right: 0;
    margin-bottom: 23px;
  }
}
@media (max-width: 767px) {
  .our-works {
    padding-top: 245px;
    padding-bottom: 55px;
  }
  .our-works h2 {
    margin-bottom: 47px;
  }
  .our-works h2 br {
    display: none;
  }
  .our-works .points {
    margin-bottom: 36px;
  }
  .our-works .points .point {
    max-width: 450px;
    width: 100%;
    height: 201px;
    margin-bottom: 20px;
  }
  .our-works .points .point:nth-of-type(1) {
    background-image: url("../img/img-work-1-wide-mobile.jpg");
  }
  .our-works .points .point:nth-of-type(2) {
    background-image: url("../img/img-work-2-wide-mobile.jpg");
  }
  .our-works .points .point:nth-of-type(3) {
    background-image: url("../img/img-work-3-wide-mobile.jpg");
  }
  .our-works .points .point:nth-of-type(4) {
    background-image: url("../img/img-work-4-wide-mobile.jpg");
  }
  .our-works .points .point:nth-of-type(5) {
    background-image: url("../img/img-work-5-wide-mobile.jpg");
  }
  .our-works .points .point:nth-of-type(6) {
    background-image: url("../img/img-work-6-wide-mobile.jpg");
  }
  .our-works .points .point .wrap-container .title-work {
    padding-bottom: 4px;
    margin-bottom: 4px;
  }
}
@media (max-width: 479px) {
  .our-works {
    padding-top: 254px;
  }
  .our-works h2 {
    margin-bottom: 55px;
  }
  .our-works .points {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    margin-bottom: 54px;
  }
  .our-works .form-open {
    max-width: 320px;
    width: 100%;
  }
  .our-works .form-open .title-open-popup {
    font-size: 1.7em;
  }
}
/*# sourceMappingURL=styles.css.map */