@charset "UTF-8";
/* Slider */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,600,700&subset=cyrillic");
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
/* .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
} */
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
/* .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} */
/* .slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
} */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/FontAwesome/fontawesome-webfont.eot?v=4.7.0");
  src:
    url("../fonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"),
    url("../fonts/FontAwesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
    url("../fonts/FontAwesome/fontawesome-webfont.woff?v=4.7.0") format("woff"),
    url("../fonts/FontAwesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
    url("../fonts/FontAwesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-external-link:before {
  content: "\f08e";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@font-face {
  font-family: "FuturaPT";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/FuturaPT/FuturaPT-Book/FuturaPT-Book.eot");
  src:
    url("../fonts/FuturaPT/FuturaPT-Book/FuturaPT-Book.eot?#iefix") format("embedded-opentype"),
    url("../fonts/FuturaPT/FuturaPT-Book/FuturaPT-Book.woff") format("woff"),
    url("../fonts/FuturaPT/FuturaPT-Book/FuturaPT-Book.ttf") format("truetype");
}

@font-face {
  font-family: "FuturaPT";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/FuturaPT/FuturaPT-Demi/FuturaPT-Demi.eot");
  src:
    url("../fonts/FuturaPT/FuturaPT-Demi/FuturaPT-Demi.eot?#iefix") format("embedded-opentype"),
    url("../fonts/FuturaPT/FuturaPT-Demi/FuturaPT-Demi.woff") format("woff"),
    url("../fonts/FuturaPT/FuturaPT-Demi/FuturaPT-Demi.ttf") format("truetype");
}

@font-face {
  font-family: "FuturaPT";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/FuturaPT/FuturaPT-Medium/FuturaPT-Medium.eot");
  src:
    url("../fonts/FuturaPT/FuturaPT-Medium/FuturaPT-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/FuturaPT/FuturaPT-Medium/FuturaPT-Medium.woff") format("woff"),
    url("../fonts/FuturaPT/FuturaPT-Medium/FuturaPT-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "SFUIText";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/SFUIText/SFUIText-Light/SFUIText-Light.eot");
  src:
    url("../fonts/SFUIText/SFUIText-Light/SFUIText-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SFUIText/SFUIText-Light/SFUIText-Light.woff") format("woff"),
    url("../fonts/SFUIText/SFUIText-Light/SFUIText-Light.ttf") format("truetype");
}

@font-face {
  font-family: "SFUIText";
  font-weight: 800;
  font-style: normal;
  src: url("../fonts/SFUIText/SFUIText-Heavy/SFUIText-Heavy.eot");
  src:
    url("../fonts/SFUIText/SFUIText-Heavy/SFUIText-Heavy.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SFUIText/SFUIText-Heavy/SFUIText-Heavy.woff") format("woff"),
    url("../fonts/SFUIText/SFUIText-Heavy/SFUIText-Heavy.ttf") format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  src: url("../../fonts/FontAwesome/fontawesome-webfont.eot");
  src:
    url("../../fonts/FontAwesome/fontawesome-webfont.eot?#iefix") format("embedded-opentype"),
    url("../../fonts/FontAwesome/fontawesome-webfont.woff") format("woff"),
    url("../../fonts/FontAwesome/fontawesome-webfont.ttf") format("truetype");
}

html,
body,
ul,
li,
ol,
p {
  margin: 0;
  padding: 0;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

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

.flex {
  box-sizing: border-box;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: nowrap;
}

.fw {
  flex-wrap: wrap;
}

.jcsa {
  justify-content: space-around;
}

.jcsb {
  justify-content: space-between;
}

.jcfe {
  justify-content: flex-end;
}

.jcc {
  justify-content: center;
}

.aic {
  align-items: center;
}

.aifs {
  align-items: flex-start;
}

.aife {
  align-items: flex-end;
}

.aib {
  align-items: baseline;
}

.ais {
  align-items: stretch;
}

.fdr {
  flex-direction: row;
}

.fdc {
  flex-direction: column;
}

.asc {
  -ms-grid-row-align: center;
  align-self: center;
}

.asfe {
  align-self: flex-end;
}

.asfs {
  align-self: flex-start;
}

.oh {
  overflow: hidden;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-left: 10px;
  padding-right: 10px;
}

body {
  background-color: #fff;
  color: #282828;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  min-width: 320px;
  position: relative;
  line-height: 1.5;
  overflow-x: hidden;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "FuturaPT", sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.h1 {
  font-size: 52px;
}
.h1 .emoji {
  font-size: 72%;
  margin-left: 3px;
  vertical-align: middle;
}

.h3 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.modal-subtitle,
.section-subtll {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

a {
  transition: all 0.3s ease;
}

.p-relative {
  position: relative;
}

svg {
  max-width: 100%;
  height: auto;
}

.navbar {
  padding-right: 0;
}

.top-nav {
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

body.loaded .top-nav {
  opacity: 1;
  pointer-events: auto;
}

.page-without-menu .top-nav {
  display: none;
}

.page-content {
  overflow: hidden;
  position: relative;
}

.container,
.container-big {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  max-width: 100%;
  z-index: 5;
}

.container {
  width: 1160px;
}

.container-big {
  max-width: 100%;
  width: 1340px;
}

.section {
  position: relative;
}

.text-secondary {
  color: rgba(40, 40, 40, 0.7) !important;
}

.btn-base,
.btn-base-inverse,
.btn-delete {
  border-radius: 100px;
  font-size: 12px;
  font-weight: 600;
  position: relative;
  text-decoration: none !important;
  text-transform: uppercase;
  padding: 15px 35px;
  width: auto;
  max-width: 100%;
}

.btn-base {
  background: #1e93f2;
  border: 1px solid transparent;
  color: #fff;
  min-width: 145px;
}
.btn-base-disabled {
  background: #a0a8ad;
}
.btn-base:hover {
  background: #fff;
  border-color: #1e93f2;
  color: #1e93f2;
}
@media (max-width: 767px) {
  .commersialFormAbove23 .btn-base {
    min-width: 90px;
    padding: 10px 20px;
    font-size: 11px;
  }
}
.btn-delete {
  background: #dc3545;
  border: 1px solid transparent;
  color: #fff;
  min-width: 145px;
}
.btn-delete:hover {
  background: #fff;
  border-color: #dc3545;
  color: #dc3545;
}

.btn-base-inverse {
  background: #fff;
  border-color: #fff;
  color: #1e93f2;
}
.btn-base-inverse:hover {
  background: transparent;
  color: #fff;
}

.btn-outline-base {
  background: #fff;
  border: 1px solid #1e93f2;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 600;
  color: #1e93f2;
  position: relative;
  text-decoration: none !important;
  text-transform: uppercase;
  padding: 15px 35px;
  width: auto;
}
.btn-outline-base:hover {
  background: #1e93f2;
  border-color: transparent;
  color: #fff;
}

.btn-readmore {
  display: inline-block;
  color: rgba(250, 118, 92, 0.7);
  font-size: 13px;
  margin-top: 5px;
  box-shadow: none;
  background: transparent;
  border: none;
  padding: 2px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none !important;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-readmore:hover {
  color: #1e94f2;
  text-decoration: none;
}

.readmore {
  overflow: hidden;
  transition: all 0.15s ease;
}

.btn:focus,
.btn.focus {
  box-shadow: none !important;
  outline: none !important;
}

.modal-backdrop {
  background-color: #282828;
}
.modal-backdrop.show {
  opacity: 0.6;
}

.modal-dialog {
  max-width: 680px;
}
.modal-dialog .close {
  font-weight: 600;
  opacity: 0.4;
  box-shadow: none !important;
  outline: none !important;
  padding: 12px 20px;
  transition: all 0.25s ease;
}
.modal-dialog .close:focus,
.modal-dialog .close:hover {
  color: #19c8fb;
  opacity: 0.95;
}

.modal-content {
  border: none;
}

.logo {
  display: inline-block;
}
.logo a {
  color: #fff;
  display: inline-block;
  font-family: "FuturaPT", sans-serif;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
  margin-top: -2px;
}

.page-header .logo a {
  margin-top: -8px;
}

.form-group {
  margin-bottom: 20px;
}
.form-group > span {
  position: absolute;
  bottom: -17px;
  left: 0;
  text-align: center;
  width: 100%;
}

form .btn-base {
  margin-top: 20px;
}

.our-form input,
.our-input,
.form-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  box-shadow: none;
  border-radius: 0;
  border: none;
  color: #495057;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  outline: none;
  width: 100%;
  transition: all 0.25s ease;
}

.form-input {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  font-size: 14px;
  padding: 16px 10px;
}
.form-input:focus {
  border-color: #19c8fb;
  box-shadow: none;
}

input.rounded-1 {
  border-radius: 40px;
}

input.shadow-1 {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.12);
}

.check-address-input {
  padding: 23px 30px;
}

.input-group-label {
  position: relative;
}
.input-group-label label {
  color: rgba(40, 40, 40, 0.4);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  cursor: text;
  position: absolute;
  top: 50%;
  left: 30px;
  opacity: 1;
  margin: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: all 0.35s ease;
}
.input-group-label input:focus ~ label {
  opacity: 0;
  pointer-events: none;
}
.input-group-label.not-empty label {
  opacity: 0;
  pointer-events: none;
}
.input-group-label .form-input + label {
  font-size: 14px;
  left: 11px;
}

input::-webkit-input-placeholder {
  color: rgba(40, 40, 40, 0.4) !important;
  opacity: 1;
  transition: opacity 0.3s ease;
}

input:-ms-input-placeholder {
  color: rgba(40, 40, 40, 0.4) !important;
  opacity: 1;
  transition: opacity 0.3s ease;
}

input::-ms-input-placeholder {
  color: rgba(40, 40, 40, 0.4) !important;
  opacity: 1;
  transition: opacity 0.3s ease;
}

input::placeholder {
  color: rgba(40, 40, 40, 0.4) !important;
  opacity: 1;
  transition: opacity 0.3s ease;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

input:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

input:focus::-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

input:focus::placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.slider-base .slick-list {
  padding: 15px 0;
}

.slider-base__slides {
  padding-left: 40px;
  padding-right: 40px;
}

.slider-base .slick-slide {
  text-align: center;
  margin: 0 10px;
}

.slider-base .slick-arrow {
  background: transparent;
  font-size: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  padding: 0;
  position: absolute;
  top: 236px;
  outline: none !important;
  height: 30px;
  width: 30px;
  z-index: 10;
}

.slider-base .btn-slick-prev {
  left: 0;
}

.slider-base .btn-slick-next {
  right: 0;
}

.i-arrow {
  height: 1px;
  width: 10px;
  position: absolute;
  top: 49.5%;
  left: 50%;
  margin-top: 0;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.i-arrow:after {
  display: block;
  content: "";
  height: 1px;
  width: 20px;
  top: 0;
  position: absolute;
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
  transition: all 0.1s linear 0.1s;
}
.i-arrow:before {
  border: 1px solid;
  border-right: none;
  border-top: none;
  content: "";
  margin-top: -2px;
  position: absolute;
  top: 0;
  height: 5px;
  width: 5px;
  transition: all 0.15s ease;
}
.i-arrow--left:after {
  left: 0;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.i-arrow--left:before {
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.i-arrow--right:after {
  right: 0;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.i-arrow--right:before {
  right: 0;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.btn-slick {
  background: transparent;
  border: 1px solid;
  border-radius: 50%;
  display: block;
  height: 30px;
  width: 30px;
  transition: all 0.3s ease;
}
.btn-slick:after {
  content: "";
  display: block;
  height: 1px;
  width: 15px;
  position: absolute;
  top: 49.5%;
  transition: all 0.1s linear;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.btn-slick-prev:after {
  left: 100%;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.btn-slick-next:after {
  right: 100%;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.btn-slick--gray {
  border-color: rgba(30, 30, 30, 0.5);
}
.btn-slick--gray:after {
  background: rgba(30, 30, 30, 0.5);
}
.btn-slick--gray .i-arrow:after {
  background: rgba(30, 30, 30, 0.5);
}
.btn-slick--gray .i-arrow:before {
  border-color: rgba(30, 30, 30, 0.5);
}
.btn-slick--light {
  border-color: #fff;
}
.btn-slick--light:after {
  background: #fff;
}
.btn-slick--light .i-arrow:after {
  background: #fff;
}
.btn-slick--light .i-arrow:before {
  border-color: #fff;
}

body:not(.is-touch) .slider-nav .btn-slick:hover:after,
body:not(.is-touch) .slider-base .btn-slick:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  transition-delay: 0.1s;
}

body:not(.is-touch) .slider-nav .btn-slick:hover .i-arrow:after,
body:not(.is-touch) .slider-base .btn-slick:hover .i-arrow:after {
  transition-delay: 0s;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

body:not(.is-touch) .slider-nav .btn-slick--gray:hover,
body:not(.is-touch) .slider-base .btn-slick--gray:hover {
  background: rgba(30, 30, 30, 0.5);
  border-color: rgba(30, 30, 30, 0);
}
body:not(.is-touch) .slider-nav .btn-slick--gray:hover .i-arrow:before,
body:not(.is-touch) .slider-base .btn-slick--gray:hover .i-arrow:before {
  border-color: #fff;
}
body:not(.is-touch) .slider-nav .btn-slick--gray:hover .i-arrow:after,
body:not(.is-touch) .slider-base .btn-slick--gray:hover .i-arrow:after {
  background: #fff;
}

body:not(.is-touch) .slider-nav .btn-slick--light:hover,
body:not(.is-touch) .slider-base .btn-slick--light:hover {
  background: #fff;
}
body:not(.is-touch) .slider-nav .btn-slick--light:hover .i-arrow:before,
body:not(.is-touch) .slider-base .btn-slick--light:hover .i-arrow:before {
  border-color: #1f90f0;
}
body:not(.is-touch) .slider-nav .btn-slick--light:hover .i-arrow:after,
body:not(.is-touch) .slider-base .btn-slick--light:hover .i-arrow:after {
  background: #1f90f0;
}

.page-header {
  padding-top: 33px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.top-nav li {
  display: inline-block;
  margin-right: 64px;
}
.top-nav li:nth-last-child(1) {
  margin-right: 0;
}

.top-nav .nav-link {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 7px 0;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
}
.top-nav .nav-link:before {
  background-color: rgba(255, 255, 255, 0.6);
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 1;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition:
    transform 0.25s ease,
    -webkit-transform 0.25s ease;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.top-nav .nav-link:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.navbar-nav .dropdown-menu {
  font-size: 12px;
  margin-top: -2px;
  text-transform: uppercase;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #1d9df3;
}

.section-mask {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}

.s-txt {
  color: rgba(40, 40, 40, 0.7);
  font-size: 18px;
  line-height: 1.5;
}

.s-insertion {
  background-image: linear-gradient(-35deg, #207cee 30%, #19cbfa 70%);
  color: #fff;
  padding: 62px 0 70px;
  text-align: center;
  visibility: visible !important;
}
.s-insertion-mask {
  background: transparent;
  position: relative;
}
.s-insertion-mask .mask-gradient {
  background-image: linear-gradient(-35deg, #207cee 30%, #19cbfa 70%);
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
  transition: width 0.25s ease;
  z-index: -1;
}
.s-insertion .h3 {
  font-size: 22px !important;
  line-height: 1.5;
  margin-bottom: 45px;
}

.s-promo .promo {
  color: rgba(40, 40, 40, 0.7);
  margin-bottom: 70px;
}
.s-promo .promo:nth-last-child(1) {
  margin-bottom: 0 !important;
}
.s-promo .promo__title {
  color: #1da0f4;
  font-size: 18px;
  font-weight: 600;
  margin-left: 42px;
  margin-bottom: 20px;
  padding-left: 22px;
  position: relative;
  line-height: 1.3;
}
.s-promo .promo__title:before {
  content: "";
  background-color: #1da0f4;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
  height: 6px;
  width: 6px;
}
.s-promo .promo__descr {
  margin-bottom: 85px;
}
.s-promo .promo p {
  color: #282828;
  font-size: 16px;
  margin-bottom: 10px;
}
.s-promo .promo p:nth-last-child(1) {
  margin-bottom: 0;
}

.table-base td,
.table-base th {
  border: none !important;
  font-size: 18px;
  vertical-align: middle;
}
.table-base td:nth-child(1),
.table-base th:nth-child(1) {
  padding-left: 0;
}
.table-base td:nth-last-child(1),
.table-base th:nth-last-child(1) {
  padding-right: 0;
  text-align: right;
}

.table-base th {
  font-size: 15px;
  font-weight: 300;
}
.table-base th .th {
  position: relative;
}

.table-base td {
  border-bottom: 1px solid #19cbfa !important;
  padding-top: 60px;
  padding-bottom: 60px;
}

.table-base tr:nth-child(1) td {
  padding-top: 25px;
  padding-bottom: 38px;
}

.table-base tr:nth-last-child(1) td {
  border-bottom: none !important;
}

.table-with-sort th .th:after {
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent rgba(161, 161, 161, 0.5) transparent;
  content: "";
  margin-top: -2px;
  position: absolute;
  top: 50%;
  right: -20px;
  height: 0;
  width: 0;
}

.table-with-sort th:last-child .th:last-child:after {
  display: none;
}

.table-with-sort th.sorting_asc .th:after {
  border-color: transparent transparent #1ca6f4 transparent;
}

.table-with-sort th.sorting_desc .th:after {
  border-width: 5px 5px 0 5px;
  border-color: #1ca6f4 transparent transparent transparent;
}

.table-with-sort th:not(.sorting_disabled) {
  cursor: pointer;
  outline: none;
}
.table-with-sort th:last-child {
  cursor: default;
}
.i-circle {
  background-image: linear-gradient(-45deg, #207cee 10%, #19cbfa 100%);
  border: none;
  border-radius: 50%;
  display: block;
  margin: 0;
  opacity: 0.5;
  padding: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 150px;
  width: 150px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.i-circle span {
  background: #fff;
  border-radius: 50%;
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.i-circle:before,
.i-circle:after {
  background-color: #207cee;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
}
.i-circle:before {
  background-image: linear-gradient(-45deg, #207cee 10%, #19cbfa 100%);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
  opacity: 0.1;
}
.i-circle:after {
  background-image: linear-gradient(-45deg, #207cee 10%, #19cbfa 100%);
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
  opacity: 0.1;
}

.section-1 {
  background-image: linear-gradient(-45deg, #207cee 10%, #19cbfa 100%);
  color: #fff;
  display: flex;
  align-items: center;
  height: calc(100vh + 100px);
  min-height: 600px;
  max-height: 1060px;
  padding-top: 80px;
  padding-bottom: 150px;
}
.section-1 .section-mask {
  background-image: url(../img/svg/mask/mask-1-desktop.svg);
  position: absolute;
  bottom: 0;
  width: 102%;
  height: 400px;
  pointer-events: none;
}
.section-1:after,
.section-1:before {
  border-radius: 1000px;
  content: "";
  background: #fff;
  position: absolute;
  left: 50%;
  pointer-events: none;
  opacity: 0;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  transition:
    opacity 0.35s ease,
    -webkit-transform 0.9s ease;
  transition:
    transform 0.9s ease,
    opacity 0.35s ease;
  transition:
    transform 0.9s ease,
    opacity 0.35s ease,
    -webkit-transform 0.9s ease;
}
.section-1:after {
  bottom: -2%;
  height: 95vh;
  width: 280vh;
  -webkit-transform: translate(-15%, -50%) rotate(-17deg) scale(0.8);
  transform: translate(-15%, -50%) rotate(-17deg) scale(0.8);
}
.section-1:before {
  bottom: -15%;
  height: 39vh;
  width: 100vh;
  -webkit-transform: translate(-130%) rotate(-50deg) scale(0.8);
  transform: translate(-130%) rotate(-50deg) scale(0.8);
}
.section-1 .page-header,
.section-1 .main {
  z-index: 1;
  position: relative;
  width: 100%;
}
.section-1 .main {
  padding-top: 12vh;
}
.section-1 .check-street__input {
  border-color: #fff !important;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.12);
}
.section-1 span.twitter-typeahead .tt-menu,
.section-1 span.twitter-typeahead .tt-dropdown-menu {
  margin-top: 7px;
}

body.loaded .page-home .section-1:after,
body.loaded .page-home .section-1:before {
  opacity: 0.05;
}

body.loaded .page-home .section-1:after {
  -webkit-transform: translate(-17%, 0) rotate(-37deg) scale(1);
  transform: translate(-17%, 0) rotate(-37deg) scale(1);
}

body.loaded .page-home .section-1:before {
  -webkit-transform: translate(-118%) rotate(-35deg) scale(1);
  transform: translate(-118%) rotate(-35deg) scale(1);
}
/*MAIN PAGE*/
.ads-banners {
  padding-top: 48px;
}

.check-address {
  margin-top: 10vh;
  max-width: 570px;
}

.btn-with-ico .btn-txt,
.btn-with-ico .ico-btn {
  display: inline-block;
  vertical-align: middle;
}

.btn-with-ico .btn-txt {
  margin-left: 20px;
}

.ico-btn {
  height: 22px;
  width: 22px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.35s ease;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-base-inverse .ico-btn {
  fill: #1e93f2;
}

.btn-base-inverse.btn-with-ico:hover .ico-btn {
  fill: #fff;
}

.i-speed {
  left: 23px;
  width: 37px;
}

.with-gps {
  position: relative;
}

.btn-gps {
  display: none;
  height: 22px;
  width: 22px;
  background-color: transparent;
  background-image: url(../img/svg/icons/gps.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none !important;
  padding: 0;
  cursor: pointer;
  opacity: 0.75;
  transition: opacity 0.3s ease;
}

.btn-gps.is-fixed {
  background-image: url(../img/svg/icons/gps-fixed-indicator.svg);
}

.btn-gps:hover {
  opacity: 1;
}

.with-gps .btn-gps {
  display: block;
}

.current-provider {
  background: #fff;
  border-radius: 5px;
  padding: 15px;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 530px;
  max-width: 100%;
  margin: -10px auto 35px;
}

.current-provider_ip-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  text-align: center;
  justify-content: center;
}

.current-provider__logo {
  display: block;
  margin-right: 15px;
  margin-left: -10px;
  flex: 0 0 170px;
}

.current-provider_ip-wrap .label {
  color: #b7b7b7;
  font-size: 16px;
  margin-right: 5px;
  padding: 5px 0;
  white-space: nowrap;
}

.current-ip {
  color: #1e93f2;
  font-size: 24px;
  font-weight: 500;
  position: relative;
}
.current-ip.copied .tooltip-ip {
  opacity: 1;
  visibility: visible;
  -webkit-animation: copy-ip 3s linear forwards;
  animation: copy-ip 3s linear forwards;
}
.current-ip .tooltip-ip {
  position: absolute;
  background: rgba(0, 0, 0, 0.9);
  padding: 8px 15px;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  z-index: 2;
  top: 92%;
  left: 40%;
  width: 100%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}

/* Order page */

.promo-block {
  color: #000;
  background-color: #fff;
  font-size: 18px;
  margin: 0 auto 8.5vh;
  padding: 15px;
  max-width: 720px;
  transition-delay: 0.3s;
  border-radius: 15px;
  display: none;
}
.promo-block__commercial-phrase {
  margin: 15px 0px;
}
.promo-block__action-phrase_code {
  color: #22c3b1;
  font-weight: bold;
}
.promo-block__logo {
  width: 20%;
}
.promo-block__action-phrase .megogo-text:hover {
  color: #22c3b1;
  text-decoration: none;
  cursor: pointer;
}
.promo-block__action-phrase a {
  text-decoration: underline;
}
.promo-block__action-phrase {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .promo-block__logo {
    width: 50%;
  }
}
/* Order page END */

/* Providers page */

/* Providers page END */
.provider-search-block label {
  margin-right: 15px;
  margin-bottom: 20px;
}
.provider-search-block #ispName {
  border: none;
  border-bottom: 1px solid black;
  margin-bottom: 20px;
}
#table-providers_filter

/* Provider page */

#modalReview .modal-dialog {
  max-width: 510px;
}
#modalReview .modal-dialog h2 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #1e93f2;
  color: #1e93f2;
}
.modalReview__symbiols_left-block {
  text-align: right;
  font-size: 12px;
  color: #ccc;
}
#modalReview .modal-dialog form textarea {
  height: 150px;
  resize: none;
}
textarea::placeholder {
  color: #a9a9a9 !important;
  font-weight: normal !important;
}
#modalReview .modal-dialog form .btn-base {
  margin-top: 0px;
}
.modalReview__rules {
  font-size: 12px;
}
.modalReview__rules ul {
  padding-left: 18px;
}
.requestProcess,
.thank-you-for-review,
.validationForm,
.days-error,
.validationForm__error {
  display: none;
}
.validationForm__error {
  border-radius: 10px;
}

.hr-5 {
  border-top-width: 5px;
}

.leave-review__popup-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 100px;
  height: 100px;
  text-align: center;
  background-color: #1e93f2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 99;
  /* border: 1px solid #fff; */
  animation: radial-pulse 4s infinite;
}
.leave-review__popup-btn:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transform: scale(1.05);
  transition: linear 0.2s;
}

#select-isp-to-review .single-isp {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #000;
  margin-bottom: 20px;
}
#select-isp-to-review .modal-header {
  border-bottom: none;
  color: #1e93f2;
}
#select-isp-to-review .single-isp {
  color: #000;
  text-decoration: none;
}
#select-isp-to-review .single-isp img {
  width: 25%;
  max-width: 100px;
  margin-right: 20px;
}
#select-isp-to-review .single-isp span {
  font-family: "FuturaPT", sans-serif;
  font-size: 22px;
  font-weight: 500;
}

#select-isp-to-review .select-isp-to-review__not-found {
  padding: 10px;
}

.leave-review {
  text-align: center;
  margin-bottom: 30px;
}

.reviews-unconformed__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.reviews-unconformed__item {
  width: 48%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Параметры тени */
  box-sizing: border-box;
  border-radius: 5px;
  padding: 16px;
  margin-bottom: 32px;
}

.reviews-unconformed__item__head {
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  margin-bottom: 8px;
  position: relative;
}
.reviews-unconformed__item__head:hover {
  cursor: default;
}
.reviews-unconformed__item__head__raitings {
  color: rgba(40, 40, 40, 0.7);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.reviews-unconformed__item__head__date {
  opacity: 0.6;
}
.reviews-unconformed__item__head__raitings span {
  margin: 0px 10px;
  opacity: 1;
  font-weight: normal;
}
.reviews-unconformed__item__head__user {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  margin-bottom: 5px;
}
.reviews-unconformed__item__head__raitings span b {
  color: #1e94f2;
}
.confirmed-bage {
  background-color: #1e94f2;
  padding: 2px;
  border-radius: 5px;
  color: #fff;
  font-size: 10px;
}
.reviews-unconformed__item__body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  margin-bottom: 8px;
}
.reviews-unconformed__item__reply {
  padding-left: 16px;
  border-left: 3px solid #1e94f2;
}
.reviews-unconformed__item__reply .reviews-unconformed__item__body {
  margin-bottom: 0px;
}
.radio-block {
  display: flex;
  justify-content: space-evenly;
  margin: 20px 0px;
}
.radio-block .form-group {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}
.radio-block .form-group label {
  margin-bottom: 0px;
  margin-right: 10px;
}
.radio-block .form-group input {
  width: 15px;
  height: 15px;
}
@media (max-width: 767px) {
  .reviews-unconformed__item {
    width: 100%;
  }
  .reviews-unconformed__item__head__user {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .reviews-unconformed__item__head__user__name {
    display: block;
  }
  .confirmed-bage {
    margin: 0px;
  }
}

/* Provider page END */

/* Tarrifs page */

.load-more-tariffs .card-tariff {
  background-color: transparent !important;
  border: none;
  box-shadow: none;
  justify-content: center;
  min-height: 200px;
}
.load-more-tariffs .btn-base {
  color: #1e93f2;
  background-color: #fff;
}
.load-more-tariffs .btn-base:hover {
  color: #fff;
  background-color: #1e93f2;
  border: 2px solid #fff;
}
.tariffs-cards {
  justify-content: center;
}

/* Tarrifs page END */

/* Tarrif page */
div.speech {
  font-size: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 320px;
  color: #1e93f2;
  height: 100px;
  background-color: #ffff00;
  border: 5px solid #1e93f2;
  -moz-border-radius: 30px;
  -moz-box-shadow: 2px 2px 4px #888;
}
div.speech:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  right: -5px;
  bottom: 90px;
  border: 19px solid;
  border-color: transparent #1e93f2 #1e93f2 transparent;
}
div.speech:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  right: 0px;
  bottom: 89px;
  border: 13px solid;
  border-color: transparent #ffff00 #ffff00 transparent;
}
.megogo-text {
  text-transform: uppercase;
  font-weight: bold;
  color: #22c3b1;
}
.stock-block {
  position: absolute;
  bottom: -140px;
  left: -250px;
  opacity: 0;
}
.single-tariff__form-buttom .stock-block {
  opacity: 1;
  right: -320px;
  left: unset;
  bottom: -27px;
}
.single-tariff__form-buttom div.speech:before {
  left: -40px;
  bottom: 28px;
  border: 19px solid;
  border-color: transparent #1e93f2 transparent transparent;
}
.single-tariff__form-buttom div.speech:after {
  left: -26px;
  bottom: 34px;
  border: 13px solid;
  border-color: transparent #ffff00 transparent transparent;
}

@media (max-width: 767px) {
  .stock-block {
    left: auto;
  }
  div.speech:before {
    right: 110px;
    bottom: 90px;
    border: 35px solid;
    border-color: transparent transparent #1e93f2 transparent;
  }
  div.speech:after {
    right: 117px;
    bottom: 89px;
    border: 28px solid;
    border-color: transparent transparent yellow transparent;
  }
  .single-tariff__form-buttom .stock-block {
    right: auto;
    bottom: -135px;
  }
  .single-tariff__form-buttom div.speech:before {
    left: 115px;
    bottom: 90px;
    border: 35px solid;
    border-color: transparent transparent #1e93f2 transparent;
  }
  .single-tariff__form-buttom div.speech:after {
    left: 122px;
    bottom: 89px;
    border: 28px solid;
    border-color: transparent transparent #ffff00 transparent;
  }
}
/* Tarrif page End */

@-webkit-keyframes copy-ip {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes copy-ip {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes radial-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
  }

  50% {
    box-shadow: 0 0 0 10px rgba(30, 147, 242, 0.5);
  }
  100% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
  }
}

@media (max-width: 440px) {
  .current-ip .tooltip-ip {
    left: 0%;
  }
}

.s-check-provider .btn {
  width: 295px;
  max-width: 100%;
  margin: 0 10px 10px;
}

.form-title {
  opacity: 0.75;
  font-size: 15px;
  margin-bottom: 25px;
}

.searching-ttl {
  font-size: 16px;
  font-weight: 500;
}

.check-searching {
  display: flex;
  max-width: 740px;
  margin-top: 140px;
}

.searching-ttl {
  flex: 0 0 160px;
  max-width: 160px;
}

.searching-items {
  flex: 1 0 auto;
  position: relative;
}

.searching-item {
  font-weight: 300;
  padding-top: 3px;
  padding-right: 18px;
  position: absolute;
  top: 0;
  left: 0;
  width: 33.33%;
  transition:
    opacity 0.75s,
    -webkit-transform 0.9s ease;
  transition:
    transform 0.9s ease,
    opacity 0.75s;
  transition:
    transform 0.9s ease,
    opacity 0.75s,
    -webkit-transform 0.9s ease;
}
.searching-item a {
  color: #fff !important;
  text-decoration: none !important;
}
.searching-item.inserting {
  opacity: 0;
}
.searching-item .time {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-family: "SFUIText", sans-serif;
}

.searching-item:nth-child(1) {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.searching-item:nth-child(2) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.searching-item:nth-child(3) {
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
}

.searching-item:nth-child(4) {
  -webkit-transform: translateX(300%);
  transform: translateX(300%);
}

.searching-item:nth-child(4) {
  transition:
    opacity 0.75s 0.25s,
    -webkit-transform 0.9s ease;
  transition:
    transform 0.9s ease,
    opacity 0.75s 0.25s;
  transition:
    transform 0.9s ease,
    opacity 0.75s 0.25s,
    -webkit-transform 0.9s ease;
  opacity: 0;
}

.s-popular-providers {
  padding: 48px 0 100px;
}
.s-popular-providers .h3 {
  margin-bottom: 55px;
}
.s-popular-providers .card-item {
  max-width: 225px;
}
.s-popular-providers .slider-base .slick-arrow {
  top: 50%;
}

.card-provider {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 0;
}
.card-provider .company-logo {
  line-height: 85px;
  height: 90px;
  margin-bottom: 15px;
  text-align: center;
}
.card-provider .company-logo svg,
.card-provider .company-logo img {
  display: inline-block;
  max-height: 100%;
}
.card-provider .card-body {
  padding: 30px 15px 15px;
}
.card-provider .card-footer {
  background: transparent;
  border: none;
  display: flex;
  flex-wrap: nowrap;
  padding: 12px 0 16px;
}
.card-provider .card-footer .btn {
  color: #191919;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px;
  flex: 1;
  text-decoration: none !important;
}
.card-provider .card-footer .btn:nth-last-child(1) {
  border-left: 1px solid #cfcfcf;
}
.card-provider .card-footer .btn:hover {
  color: #19c8fb;
}

.provider-rating {
  padding-right: 20px;
}

.s-popular-tariffs {
  padding: 95px 0 125px;
}
.s-popular-tariffs .h3 {
  margin-bottom: 55px;
}
.s-popular-tariffs .card-item {
  max-width: 320px;
}
.s-popular-tariffs .slider-base .slick-arrow {
  top: 46%;
}

.section-2 {
  padding: 153px 0 87px;
}

.steps {
  margin-top: 109px;
}
.steps .step {
  margin-bottom: 140px;
}
.steps .step.flex-row-reverse {
  margin-bottom: 173px;
}
.steps .step.flex-row-reverse > div:nth-child(even) {
  padding-left: 0px;
}
.steps .step.flex-row-reverse > div:nth-child(odd) {
  padding-left: 100px;
}
.steps .step:nth-last-child(1) {
  margin-bottom: 0;
}
.steps .step > div:nth-child(even) {
  padding-left: 100px;
}
.steps .step:not(.flex-row-reverse) .step-info {
  float: right;
}

.svg-form,
.svg-input,
.svg-tariffs {
  max-width: 100%;
}

.svg-input {
  margin-top: -5px;
  height: 60px;
  width: 230px;
}

.svg-tariffs {
  text-align: center;
  margin-left: auto;
  margin-top: -7px;
  max-width: 90%;
  width: 370px;
  height: 153px;
  margin-right: 12.5%;
}

.svg-form {
  margin-top: -8px;
  height: 280px;
  width: 260px;
}

.step-info {
  padding-left: 20px;
  position: relative;
  width: 310px;
  max-width: 100%;
}
.step-info .h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 14px;
}
.step-info .txt {
  color: rgba(40, 40, 40, 0.6);
  font-weight: 300;
}
.step-info .num {
  color: rgba(194, 193, 193, 0.2);
  font-family: "SFUIText", sans-serif;
  font-size: 80px;
  font-weight: 800;
  position: absolute;
  top: -45px;
  left: 0;
  line-height: 1;
  z-index: -1;
}

.section-3 {
  background-image: linear-gradient(-35deg, #207cee 0%, #19cbfa 100%);
  padding-top: 160px;
  padding-bottom: 240px;
  overflow: hidden;
}
.section-3 .inner {
  position: relative;
}
.section-3 .h3 {
  margin-bottom: 45px;
}
.section-3 .txt {
  color: rgba(25, 25, 25, 0.5);
  padding-right: 12.84404%;
}
.section-3:after,
.section-3:before {
  content: "";
  position: absolute;
  background: #fff;
  opacity: 0.05;
  pointer-events: none;
}
.section-3:after {
  height: 461px;
  width: 1500px;
  border-radius: 1000px;
  bottom: 7%;
  left: 78%;
  -webkit-transform: rotate(42deg);
  transform: rotate(42deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.section-3:before {
  bottom: 0;
  left: 0;
  height: 260px;
  width: 386px;
  border-radius: 1000px;
  -webkit-transform: translate(-3%, -12%) rotate(-42deg);
  transform: translate(-3%, -12%) rotate(-42deg);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

.slider-reviews {
  width: 71.5%;
  margin-top: 5px;
}
.slider-reviews .slick-list {
  overflow: visible;
}

.page-home .slider-reviews {
  min-height: 500px;
}

.col-slider-reviews {
  overflow: hidden;
  padding-bottom: 35px;
  padding-left: 5px;
  margin-left: -10px;
}

.review-item {
  background-color: transparent;
  box-shadow: 0px 0px;
  padding: 0 30px 25px;
  position: relative;
  margin-top: 80px;
  max-width: 310px;
  width: 88%;
}
.review-item:after {
  background: #fff;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.review-text {
  opacity: 0;
}

.review-text,
.review-name span {
  font-size: 14px;
  display: inline-block;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

.review-content {
  font-size: 0;
  padding-top: 40px;
  position: relative;
  text-align: left;
  transition: opacity 0.35s ease;
}

.review-resume {
  background: #e0dedf url(../img/reviews-empty.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
  margin-top: -80px;
  min-height: 160px;
  width: 130px;
  z-index: 5;
}

.review-soc {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.review-soc li {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 3px;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: -webkit-transform 0.85s cubic-bezier(0.25, 1.7, 0.58, 0.75) 0.4s;
  transition: transform 0.85s cubic-bezier(0.25, 1.7, 0.58, 0.75) 0.4s;
  transition:
    transform 0.85s cubic-bezier(0.25, 1.7, 0.58, 0.75) 0.4s,
    -webkit-transform 0.85s cubic-bezier(0.25, 1.7, 0.58, 0.75) 0.4s;
}
.review-soc li a {
  background-color: white;
  border-radius: 50%;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  color: #4267b2;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.review-soc li a:hover {
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);
}

.slide-hidden .review-soc,
.slide-hidden .review-name,
.slide-hidden .review-item:after,
.slide-hidden .review-text {
  opacity: 0 !important;
  transition: opacity 0.5s ease 0s !important;
}

.review-text {
  color: #191919;
  min-height: 165px;
  font-size: 14px;
}

.rating {
  background: url(../img/svg/icons/rating-black.svg) no-repeat left bottom;
  background-size: 25px 23px;
  color: #1e94f2;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding-left: 35px;
  margin-right: 15px;
}
.rating .current-rating {
  font-size: 1.5em;
}

.reviews-number {
  background: url(../img/svg/icons/feedback.svg) no-repeat left bottom;
  background-size: 15px 15px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding-left: 20px;
}
.reviews-number .curent-reviews-number {
  font-size: 1.5em;
}

.review-rating {
  position: absolute;
  bottom: 20px;
  left: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}

.review-name {
  color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: -15px;
  transition: all 0.45s ease;
}
.review-name:before {
  background-image: linear-gradient(-35deg, #207cee 0%, #19cbfa 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  transition: 0s;
}

.review-date {
  font-size: 12px;
  font-weight: 400;
  color: rgba(25, 25, 25, 0.5);
  margin-top: 2px;
}

.with-rating {
  margin-top: 0;
}
.with-rating .review-soc {
  display: none !important;
}
.with-rating .review-resume {
  background: transparent;
  margin: 25px 0 -20px 0;
  padding-left: 80px;
  min-height: 60px;
  width: 100%;
}
.with-rating .review-rating {
  background-position: left top;
  padding-left: 0;
  padding-top: 30px;
  left: 0;
  bottom: 50%;
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.with-rating .rating-list {
  color: rgba(40, 40, 40, 0.7);
  font-size: 14px;
  font-weight: 300;
  list-style: none;
  text-align: left;
}
.with-rating .rating-list li {
  margin-bottom: 5px;
}
.with-rating .rating-list__value {
  color: #1e94f2;
  font-size: 16px;
  font-weight: 500;
  width: 39px;
  display: inline-block;
}

.btn-recom {
  color: #1bb6f7;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 10px;
  box-shadow: none;
  background: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none !important;
  padding: 0;
}

a.btn-recom,
button.btn-recom {
  cursor: pointer;
  opacity: 0.75;
  transition: opacity 0.35s ease;
}
a.btn-recom:hover,
button.btn-recom:hover {
  opacity: 1;
}

.active-slide .review-item:after {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  transition:
    transform 0.35s ease-out,
    -webkit-transform 0.35s ease-out;
  z-index: -1;
}

.active-slide .review-rating {
  opacity: 1;
  transition-delay: 0.3s;
}

.active-slide .review-content {
  opacity: 1;
  transition: 0s;
}

.active-slide .review-soc {
  opacity: 1;
  pointer-events: auto;
}
.active-slide .review-soc li {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.active-slide .review-soc li:nth-child(1) {
  transition-delay: 0.4s;
}

.active-slide .review-soc li:nth-child(2) {
  transition-delay: 0.5s;
}

.active-slide .review-soc li:nth-child(3) {
  transition-delay: 0.6s;
}

.active-slide .review-text,
.active-slide .review-name span {
  opacity: 1;
  transition: all 0.6s ease;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.active-slide .review-text {
  transition-delay: 0.35s;
}

.active-slide .review-name {
  color: rgba(25, 25, 25, 0.5);
  padding-top: 27px;
  position: relative;
  overflow-y: hidden;
  top: 0;
  transition: 0s;
  margin-top: 25px;
}
.active-slide .review-name span {
  transition-delay: 0.45s;
}
.active-slide .review-name:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  transition: -webkit-transform 0.45s ease-out 0.55s;
  transition: transform 0.45s ease-out 0.55s;
  transition:
    transform 0.45s ease-out 0.55s,
    -webkit-transform 0.45s ease-out 0.55s;
}

.slider-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  right: 0;
  top: 305px;
  width: 130px;
}
.slider-nav button {
  cursor: pointer;
  display: inline-block;
  box-shadow: none;
  padding: 0;
  position: relative;
  outline: none !important;
  width: 30px;
  height: 30px;
}

.page-footer {
  padding: 65px 0 35px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.page-footer .logo a {
  margin-top: -18px;
}
.page-footer .widget-menu {
  color: #fff;
  font-size: 14px;
}
.page-footer .widget-menu__header {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.page-footer .widget-menu__list {
  list-style: none;
}
.page-footer .widget-menu__list li {
  padding: 2px 0;
}
.page-footer .widget-menu__list a {
  color: inherit;
  text-decoration: none !important;
  position: relative;
}
.page-footer .widget-menu__list a:after {
  background-color: rgba(255, 255, 255, 0.6);
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  opacity: 1;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition:
    transform 0.25s ease,
    -webkit-transform 0.25s ease;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.page-footer .widget-menu__list a:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.page-footer .contacts {
  text-align: right;
  font-size: 13px;
}
.page-footer .contacts a {
  color: #282828;
  display: inline-block;
  font-weight: 600;
  padding: 3px 0;
  text-decoration: none;
}
.page-footer .contacts a:hover {
  color: #fff;
}
.page-footer .copyright {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 4px;
}
.page-footer .row-copyright div:nth-child(2) .widget-menu {
  margin-left: -20px;
}

.nav-breadcrumb .breadcrumb {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}
.nav-breadcrumb .breadcrumb-item a,
.nav-breadcrumb .breadcrumb-item.active,
.nav-breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  color: #fff;
  opacity: 0.7;
  text-decoration: none !important;
}
.nav-breadcrumb .breadcrumb-item a {
  font-weight: 600;
}
.nav-breadcrumb .breadcrumb-item a:hover {
  opacity: 1;
}

.decor {
  background-image: linear-gradient(-35deg, #207cee 0%, #19cbfa 100%);
  border-bottom-right-radius: 78%;
  border-bottom-left-radius: 58%;
  position: absolute;
  pointer-events: none;
  -webkit-transform: translate(-50%, 0) rotate(-8deg);
  transform: translate(-50%, 0) rotate(-8deg);
}

.decor-2 {
  background: #fff;
  top: 0;
  width: 110%;
  height: 1260px;
  left: 50%;
  -webkit-transform: translate(-50%, -60%) rotate(-8deg);
  transform: translate(-50%, -60%) rotate(-8deg);
}

.section-decor-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.section-decor-wrap .container,
.section-decor-wrap .container-big {
  height: 100%;
}

.section-decor {
  background: #fff;
  border-radius: 1000px;
  display: block;
  position: absolute;
  opacity: 0;
  transition:
    opacity 0.65s ease 0.05s,
    -webkit-transform 0.85s ease;
  transition:
    transform 0.85s ease,
    opacity 0.65s ease 0.05s;
  transition:
    transform 0.85s ease,
    opacity 0.65s ease 0.05s,
    -webkit-transform 0.85s ease;
}

.page-builds .section-decor-left-1 {
  width: 670px;
  height: 290px;
  top: 0;
  left: 0;
  -webkit-transform: translate(-100%, 36%) rotate(37deg);
  transform: translate(-100%, 36%) rotate(37deg);
}

.page-builds .section-decor-left-2 {
  width: 670px;
  height: 290px;
  top: 0;
  left: 0;
  -webkit-transform: translate(-100%, 136%) rotate(77deg);
  transform: translate(-100%, 136%) rotate(77deg);
}

.page-builds .section-decor-right-1 {
  width: 300px;
  height: 120px;
  top: 440px;
  right: 0;
  -webkit-transform: translate(60%, -55%) rotate(0deg);
  transform: translate(60%, -55%) rotate(0deg);
}

.page-builds .section-decor-right-2 {
  width: 550px;
  height: 225px;
  top: 350px;
  right: 0;
  -webkit-transform: translate(66%, -105%) rotate(0deg);
  transform: translate(66%, -105%) rotate(0deg);
}

.page-tariffs .section-decor-left-1 {
  width: 1170px;
  height: 386px;
  top: 0;
  left: 0;
  -webkit-transform: translate(-75%, 80%) rotate(25deg);
  transform: translate(-75%, 80%) rotate(25deg);
}

.page-tariffs .section-decor-right-1 {
  width: 900px;
  height: 300px;
  top: 0;
  right: 0;
  -webkit-transform: translate(-5%, 0%) rotate(-90deg);
  transform: translate(-5%, 0%) rotate(-90deg);
}

.page-tariffs .section-decor-right-2 {
  width: 1200px;
  height: 300px;
  top: 0;
  right: 0;
  -webkit-transform: translate(61%, -82%) rotate(-40deg);
  transform: translate(61%, -82%) rotate(-40deg);
}

.page-tariffs .section-decor-bottom-1 {
  width: 500px;
  height: 300px;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(135%, 90%) rotate(50deg);
  transform: translate(135%, 90%) rotate(50deg);
}

.page-tariffs .section-decor-bottom-2 {
  width: 700px;
  height: 400px;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(9%, 100%) rotate(-54deg);
  transform: translate(9%, 100%) rotate(-54deg);
}

.page-home .s-check-speed .section-decor-left-1 {
  width: 400px;
  height: 200px;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(0%, 80%) rotate(-82deg);
  transform: translate(0%, 80%) rotate(-82deg);
}

.page-home .s-check-speed .section-decor-left-2 {
  width: 300px;
  height: 200px;
  top: 0;
  left: 0;
  -webkit-transform: translate(3%, -13%) rotate(-95deg);
  transform: translate(3%, -13%) rotate(-95deg);
}

.page-home .s-check-speed .section-decor-right-1 {
  width: 160px;
  height: 80px;
  top: 0;
  right: 30%;
  -webkit-transform: translate(74%, 99%) rotate(79deg);
  transform: translate(74%, 99%) rotate(79deg);
}

.page-home .s-check-speed .section-decor-right-2 {
  width: 400px;
  height: 300px;
  top: 0;
  right: 0;
  -webkit-transform: translate(77%, -41%) rotate(-62deg);
  transform: translate(77%, -41%) rotate(-62deg);
}

body.loaded .section-decor {
  opacity: 0.05;
}

body.loaded .page-builds .section-decor-left-1 {
  -webkit-transform: translate(-74%, 56%) rotate(47deg);
  transform: translate(-74%, 56%) rotate(47deg);
}

body.loaded .page-builds .section-decor-left-2 {
  -webkit-transform: translate(-74%, 100%) rotate(47deg);
  transform: translate(-74%, 100%) rotate(47deg);
}

body.loaded .page-builds .section-decor-right-1 {
  -webkit-transform: translate(40%, -75%) rotate(44deg);
  transform: translate(40%, -75%) rotate(44deg);
}

body.loaded .page-builds .section-decor-right-2 {
  -webkit-transform: translate(46%, -75%) rotate(-16deg);
  transform: translate(46%, -75%) rotate(-16deg);
}

body.loaded .page-tariffs .section-decor-left-1 {
  -webkit-transform: translate(-59%, 104%) rotate(39deg);
  transform: translate(-59%, 104%) rotate(39deg);
}

body.loaded .page-tariffs .section-decor-right-1 {
  -webkit-transform: translate(0%, -10%) rotate(-77deg);
  transform: translate(0%, -10%) rotate(-77deg);
}

body.loaded .page-tariffs .section-decor-right-2 {
  -webkit-transform: translate(54%, -76%) rotate(-35deg);
  transform: translate(54%, -76%) rotate(-35deg);
}

body.loaded .page-tariffs .section-decor-bottom-1 {
  -webkit-transform: translate(113%, 68%) rotate(38deg);
  transform: translate(113%, 68%) rotate(38deg);
}

body.loaded .page-tariffs .section-decor-bottom-2 {
  -webkit-transform: translate(9%, 65%) rotate(-54deg);
  transform: translate(9%, 65%) rotate(-54deg);
}

body.loaded .page-home .s-check-speed.animated .section-decor-left-1 {
  -webkit-transform: translate(10%, 80%) rotate(-62deg);
  transform: translate(10%, 80%) rotate(-62deg);
}

body.loaded .page-home .s-check-speed.animated .section-decor-left-2 {
  -webkit-transform: translate(23%, -13%) rotate(-75deg);
  transform: translate(23%, -13%) rotate(-75deg);
}

body.loaded .page-home .s-check-speed.animated .section-decor-right-1 {
  -webkit-transform: translate(54%, 99%) rotate(59deg);
  transform: translate(54%, 99%) rotate(59deg);
}

body.loaded .page-home .s-check-speed.animated .section-decor-right-2 {
  -webkit-transform: translate(57%, -41%) rotate(-2deg);
  transform: translate(57%, -41%) rotate(-2deg);
}

.page-base {
  background-image: linear-gradient(-85deg, #207cee 20%, #19cbfa 100%);
  padding-top: 111px;
  padding-bottom: 200px;
  min-height: 100vh;
}
.page-base-s {
  background-color: #fff;
  min-height: calc(100vh - 320px);
  padding: 45px 0 25px;
  position: relative;
  z-index: 10;
}
.page-base .section-decor-left-1 {
  width: 230px;
  height: 90px;
  top: 0;
  left: 20%;
  -webkit-transform: translate(12%, 46%) rotate(-40deg);
  transform: translate(12%, 46%) rotate(-40deg);
}
.page-base .section-decor-left-2 {
  width: 300px;
  height: 170px;
  top: 0;
  left: 30%;
  -webkit-transform: translate(-25%, -82%) rotate(87deg);
  transform: translate(-25%, -82%) rotate(87deg);
}
.page-base .section-decor-right-1 {
  width: 500px;
  height: 325px;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(0%, -35%) rotate(110deg);
  transform: translate(0%, -35%) rotate(110deg);
}
.page-base .section-decor-right-2 {
  width: 400px;
  height: 155px;
  top: 0;
  right: 30%;
  -webkit-transform: translate(70%, 6%) rotate(-40deg);
  transform: translate(70%, 6%) rotate(-40deg);
}
.page-base .section-decor-right-3 {
  width: 200px;
  height: 70px;
  bottom: 0;
  right: 40%;
  -webkit-transform: translate(60%, 70%) rotate(-65deg);
  transform: translate(60%, 70%) rotate(-65deg);
}

body.loaded .page-base .section-decor-left-1 {
  -webkit-transform: translate(12%, 46%) rotate(-20deg);
  transform: translate(12%, 46%) rotate(-20deg);
}

body.loaded .page-base .section-decor-left-2 {
  -webkit-transform: translate(-25%, -82%) rotate(67deg);
  transform: translate(-25%, -82%) rotate(67deg);
}

body.loaded .page-base .section-decor-right-1 {
  -webkit-transform: translate(0%, -35%) rotate(90deg);
  transform: translate(0%, -35%) rotate(90deg);
}

body.loaded .page-base .section-decor-right-2 {
  -webkit-transform: translate(70%, 6%) rotate(-20deg);
  transform: translate(70%, 6%) rotate(-20deg);
}

body.loaded .page-base .section-decor-right-3 {
  -webkit-transform: translate(60%, 70%) rotate(-45deg);
  transform: translate(60%, 70%) rotate(-45deg);
}

span.twitter-typeahead .tt-menu,
span.twitter-typeahead .tt-dropdown-menu {
  border-radius: 35px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  border: none;
  background-clip: padding-box;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  float: left;
  min-width: 160px;
  padding: 22px 0 20px;
  margin: 16px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  width: 100%;
  z-index: 1000000;
  max-height: 405px;
  overflow-y: auto;
}

span.twitter-typeahead .tt-suggestion {
  display: block;
  padding: 5px 32px;
  margin-bottom: 4px;
  cursor: pointer;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #282828;
  white-space: nowrap;
  transition: all 0.2s ease;
}

span.twitter-typeahead .tt-suggestion.tt-cursor,
span.twitter-typeahead .tt-suggestion:hover,
span.twitter-typeahead .tt-suggestion:focus {
  color: #1f89f0;
  text-decoration: none;
  outline: 0;
}

span.twitter-typeahead {
  width: 100%;
}

.empty-message {
  color: rgba(40, 40, 40, 0.7);
  font-size: 90%;
  padding: 5px 32px;
  font-weight: 500;
}

.check-street__input {
  background: #fff;
  box-shadow: none;
  border: 2px solid #1f8ef1;
  border-radius: 40px;
  color: #495057;
  font-size: 16px;
  padding: 21px 32px;
  text-align: left;
  outline: none;
  width: 100%;
  transition: all 0.25s ease;
}
.check-street__input:focus {
  border-color: #1f8ef1;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}

.modal-check-coverage .modal-header {
  border-bottom: none;
}

.modal-check-coverage .modal-body {
  padding: 45px 8% 16px;
}

.modal-check-coverage .check-street {
  margin-bottom: 0;
}

.modal-check-coverage .check-street__header {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 40px;
}

.modal-check-coverage .check-street__footer {
  color: rgba(40, 40, 40, 0.7);
  font-size: 18px;
  line-height: 1.35;
  padding: 35px 10% 55px;
  text-align: center;
}
.modal-check-coverage .check-street__footer p {
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .modal-check-coverage .modal-dialog {
    align-items: flex-start !important;
  }
  .modal-check-coverage .modal-body {
    padding-top: 15px;
  }
  .modal-check-coverage .check-street__header {
    margin-bottom: 25px;
  }
  .modal-check-coverage .check-street__footer {
    font-size: 16px;
    padding: 30px 5%;
  }
}

@media (max-width: 575px) {
  span.twitter-typeahead .tt-menu,
  span.twitter-typeahead .tt-dropdown-menu {
    font-size: 14px;
    margin-top: 6px;
  }
  span.twitter-typeahead .tt-suggestion {
    padding: 5px 22px;
    white-space: normal;
  }
  .check-street__input {
    font-size: 14px;
    padding: 18px 25px;
  }
  .modal-check-coverage .check-street__header {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .modal-check-coverage .modal-header {
    padding-bottom: 5px;
  }
  .modal-check-coverage .modal-body {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
  }
  .modal-check-coverage .check-street__footer {
    font-size: 14px;
    padding: 20px 0 10px;
  }
}

.animate__step-container {
  position: relative;
}

.animate-pointer {
  height: 50px;
  width: 35px;
  position: absolute;
  bottom: -45px;
  left: 20%;
  opacity: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.animate-pointer svg {
  height: 100%;
  width: 100%;
}
.animate-pointer .cls-pointer1 {
  transition: 0.45s ease;
}
.animate-pointer .cls-pointer1.l-1 {
  -webkit-transform-origin: 0px 16px;
  transform-origin: 0px 16px;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.animate-pointer .cls-pointer1.l-2 {
  -webkit-transform-origin: 9px 18px;
  transform-origin: 9px 18px;
  -webkit-transform: rotateZ(-35deg) translateX(2px) scaleY(0);
  transform: rotateZ(-35deg) translateX(2px) scaleY(0);
}
.animate-pointer .cls-pointer1.l-3 {
  -webkit-transform-origin: 18px 19px;
  transform-origin: 18px 19px;
  -webkit-transform: rotateZ(35deg) translateX(-1px) scaleY(0);
  transform: rotateZ(35deg) translateX(-1px) scaleY(0);
}

.js-split-text .txt i {
  font-size: 0;
  font-style: normal;
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
  opacity: 0;
  width: 0;
}

.some-rounded-input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  display: inline-block;
  padding: 18px 28px;
  width: 230px;
  max-width: 100%;
  color: #19c8fb;
  font-size: 14px;
}
.some-rounded-input .txt {
  position: relative;
}
.some-rounded-input .txt:after {
  background-color: #212121;
  content: "";
  display: inline-block;
  margin-bottom: 1px;
  margin-left: 1px;
  height: 20px;
  width: 1px;
  vertical-align: bottom;
  visibility: hidden;
}

.some-input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  color: #19c8fb;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 30px;
  padding: 16px 11px;
  width: 100%;
}

.animate__step-container.animated .js-split-text .txt i {
  font-size: 14px;
  width: auto;
  opacity: 1;
  transition: all 0.01s ease;
}

@-webkit-keyframes pulseCursor {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes pulseCursor {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes pointerCursor {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  65%,
  80% {
    opacity: 1;
    -webkit-transform: translate(0, -30px);
    transform: translate(0, -30px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -30px);
    transform: translate(0, -30px);
  }
}

@keyframes pointerCursor {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  65%,
  80% {
    opacity: 1;
    -webkit-transform: translate(0, -30px);
    transform: translate(0, -30px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -30px);
    transform: translate(0, -30px);
  }
}

@-webkit-keyframes pointerLine1 {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(6.5);
    transform: scaleY(6.5);
  }
}

@keyframes pointerLine1 {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(6.5);
    transform: scaleY(6.5);
  }
}

@-webkit-keyframes pointerLine2 {
  0% {
    -webkit-transform: rotateZ(-35deg) translateX(2px) scaleY(0);
    transform: rotateZ(-35deg) translateX(2px) scaleY(0);
  }
  50% {
    -webkit-transform: rotateZ(-35deg) translateX(2px) scaleY(1);
    transform: rotateZ(-35deg) translateX(2px) scaleY(1);
  }
  100% {
    -webkit-transform: rotateZ(-35deg) translateX(2px) scaleY(7.5);
    transform: rotateZ(-35deg) translateX(2px) scaleY(7.5);
  }
}

@keyframes pointerLine2 {
  0% {
    -webkit-transform: rotateZ(-35deg) translateX(2px) scaleY(0);
    transform: rotateZ(-35deg) translateX(2px) scaleY(0);
  }
  50% {
    -webkit-transform: rotateZ(-35deg) translateX(2px) scaleY(1);
    transform: rotateZ(-35deg) translateX(2px) scaleY(1);
  }
  100% {
    -webkit-transform: rotateZ(-35deg) translateX(2px) scaleY(7.5);
    transform: rotateZ(-35deg) translateX(2px) scaleY(7.5);
  }
}

@-webkit-keyframes pointerLine3 {
  0% {
    -webkit-transform: rotateZ(35deg) translateX(-1px) scaleY(0);
    transform: rotateZ(35deg) translateX(-1px) scaleY(0);
  }
  50% {
    -webkit-transform: rotateZ(35deg) translateX(-1px) scaleY(1.2);
    transform: rotateZ(35deg) translateX(-1px) scaleY(1.2);
  }
  100% {
    -webkit-transform: rotateZ(35deg) translateX(-1px) scaleY(7.5);
    transform: rotateZ(35deg) translateX(-1px) scaleY(7.5);
  }
}

@keyframes pointerLine3 {
  0% {
    -webkit-transform: rotateZ(35deg) translateX(-1px) scaleY(0);
    transform: rotateZ(35deg) translateX(-1px) scaleY(0);
  }
  50% {
    -webkit-transform: rotateZ(35deg) translateX(-1px) scaleY(1.2);
    transform: rotateZ(35deg) translateX(-1px) scaleY(1.2);
  }
  100% {
    -webkit-transform: rotateZ(35deg) translateX(-1px) scaleY(7.5);
    transform: rotateZ(35deg) translateX(-1px) scaleY(7.5);
  }
}

.animate__step-1.animated .animate-pointer {
  -webkit-animation: pointerCursor 1s ease forwards;
  animation: pointerCursor 1s ease forwards;
}
.animate__step-1.animated .animate-pointer .cls-pointer1.l-1 {
  -webkit-animation: pointerLine1 0.15s 0.75s ease backwards;
  animation: pointerLine1 0.15s 0.75s ease backwards;
}
.animate__step-1.animated .animate-pointer .cls-pointer1.l-2 {
  -webkit-animation: pointerLine2 0.15s 0.75s ease backwards;
  animation: pointerLine2 0.15s 0.75s ease backwards;
}
.animate__step-1.animated .animate-pointer .cls-pointer1.l-3 {
  -webkit-animation: pointerLine3 0.15s 0.75s ease backwards;
  animation: pointerLine3 0.15s 0.75s ease backwards;
}

.animate__step-1.animated .some-rounded-input .txt:after {
  visibility: visible;
  transition: visibility 0s 0.8s;
  -webkit-animation: pulseCursor 1s cubic-bezier(1, 0, 0, 1) forwards infinite;
  animation: pulseCursor 1s cubic-bezier(1, 0, 0, 1) forwards infinite;
}

.animate__step-1.animated .js-split-text .txt i:nth-child(1) {
  transition-delay: 1.2s;
}

.animate__step-1.animated .js-split-text .txt i:nth-child(2) {
  transition-delay: 1.3s;
}

.animate__step-1.animated .js-split-text .txt i:nth-child(3) {
  transition-delay: 1.4s;
}

.animate__step-1.animated .js-split-text .txt i:nth-child(4) {
  transition-delay: 1.5s;
}

.animate__step-1.animated .js-split-text .txt i:nth-child(5) {
  transition-delay: 1.6s;
}

.animate__step-1.animated .js-split-text .txt i:nth-child(6) {
  transition-delay: 1.7s;
}

.animate__step-1.animated .js-split-text .txt i:nth-child(7) {
  transition-delay: 1.8s;
}

.animate__step-1.animated .js-split-text .txt i:nth-child(8) {
  transition-delay: 1.9s;
}

.animate__step-1.animated .js-split-text .txt i:nth-child(9) {
  transition-delay: 2s;
}

.animate__step-1.animated .js-split-text .txt i:nth-child(10) {
  transition-delay: 2.1s;
}

.animate__step-1.animated .js-split-text .txt i:nth-child(11) {
  transition-delay: 2.2s;
}

.animate__step-1.animated .js-split-text .txt i:nth-child(12) {
  transition-delay: 2.3s;
}

.animate__step-1.animated .js-split-text .txt i:nth-child(13) {
  transition-delay: 2.4s;
}

.animate__step-1.animated .js-split-text .txt i:nth-child(14) {
  transition-delay: 2.5s;
}

.animate__step-1.animated .js-split-text .txt i:nth-child(15) {
  transition-delay: 2.6s;
}

.animate__step-1.animated .js-split-text .txt i:nth-child(16) {
  transition-delay: 2.7s;
}

.animate__step-1.animated .js-split-text .txt i:nth-child(17) {
  transition-delay: 2.8s;
}

.animate__step-1.animated .js-split-text .txt i:nth-child(18) {
  transition-delay: 2.9s;
}

.animate__step-1.animated .js-split-text .txt i:nth-child(19) {
  transition-delay: 3s;
}

.animate__step-1.animated .js-split-text .txt i:nth-child(20) {
  transition-delay: 3.1s;
}

.animate__step-2 .animate-pointer {
  left: 45%;
}

.animate__step-2 .cls-pointer1 {
  fill: #fff;
}

.animate-tariff-items {
  display: flex;
}

.animate-tariff-item {
  font-size: 0;
  height: 140px;
  width: 110px;
  flex: 0 0 33%;
  max-width: 110px;
  margin-right: 5%;
  padding: 19px 8px 40px 10px;
  position: relative;
  line-height: 1;
  text-align: left;
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  transition: all 0.5s ease;
}
.animate-tariff-item i {
  background-color: rgba(33, 33, 33, 0.3);
  display: inline-block;
  height: 5px;
  width: 100%;
  margin-bottom: 5px;
}
.animate-tariff-item i:nth-child(1),
.animate-tariff-item i:nth-child(2) {
  height: 10px;
  margin-bottom: 10px;
}
.animate-tariff-item.item-1 {
  transition-delay: 0s;
}
.animate-tariff-item.item-1 i:nth-child(1) {
  width: 77.78%;
}
.animate-tariff-item.item-1 i:nth-child(2) {
  display: none;
}
.animate-tariff-item.item-2 {
  transition-delay: 0.15s;
}
.animate-tariff-item.item-2 i:nth-child(1) {
  width: 33.33%;
  margin-right: 10px;
}
.animate-tariff-item.item-2 i:nth-child(2) {
  width: 22.22%;
}
.animate-tariff-item.item-3 {
  transition-delay: 0.3s;
}
.animate-tariff-item.item-3 i:nth-child(1) {
  width: 55.56%;
}
.animate-tariff-item.item-3 i:nth-child(2) {
  display: none;
}
.animate-tariff-item .mask {
  border: 1px solid rgba(33, 33, 33, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: all 0.3s ease;
}
.animate-tariff-item .mask .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(-35deg, #207cee 0%, #19cbfa 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.animate__step-2.animated .animate-tariff-item {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.animate__step-2.animated .animate-tariff-item.item-2 .mask {
  border-color: transparent;
  transition-delay: 1.5s;
}
.animate__step-2.animated .animate-tariff-item.item-2 .mask .bg {
  opacity: 1;
  transition-delay: 1.5s;
}

.animate__step-2.animated .animate-pointer {
  -webkit-animation: pointerCursor 1s 0.9s ease forwards;
  animation: pointerCursor 1s 0.9s ease forwards;
}
.animate__step-2.animated .animate-pointer .cls-pointer1.l-1 {
  -webkit-animation: pointerLine1 0.15s 1.65s ease backwards;
  animation: pointerLine1 0.15s 1.65s ease backwards;
}
.animate__step-2.animated .animate-pointer .cls-pointer1.l-2 {
  -webkit-animation: pointerLine2 0.15s 1.65s ease backwards;
  animation: pointerLine2 0.15s 1.65s ease backwards;
}
.animate__step-2.animated .animate-pointer .cls-pointer1.l-3 {
  -webkit-animation: pointerLine3 0.15s 1.65s ease backwards;
  animation: pointerLine3 0.15s 1.65s ease backwards;
}

.animate__step-3 .btn-base,
.animate__step-3 .some-input {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  transition: all 0.45s ease;
}

.animate__step-3 .btn-base {
  border: none;
  color: #fff !important;
  width: 155px;
  max-width: 100%;
  pointer-events: none;
  background-image: linear-gradient(-35deg, #207cee 0%, #19cbfa 100%);
}

.animate__step-3 .animate-form-wrap {
  position: relative;
  padding: 30px;
}

.animate__step-3 .borders {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.animate__step-3 .borders i {
  background: rgba(40, 40, 40, 0.3);
  display: block;
  position: absolute;
  transition: all 0.2s linear;
}
.animate__step-3 .borders i:nth-child(1),
.animate__step-3 .borders i:nth-child(3) {
  height: 1px;
  width: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.animate__step-3 .borders i:nth-child(2),
.animate__step-3 .borders i:nth-child(4) {
  height: 100%;
  width: 1px;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.animate__step-3 .borders i:nth-child(1) {
  left: 0;
  top: 0;
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.animate__step-3 .borders i:nth-child(2) {
  left: 100%;
  top: 0;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  transition-delay: 0.2s;
}
.animate__step-3 .borders i:nth-child(3) {
  left: 0;
  top: 100%;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  transition-delay: 0.4s;
}
.animate__step-3 .borders i:nth-child(4) {
  left: 0;
  top: 0;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  transition-delay: 0.6s;
}

.animate__step-3 .animate-pointer {
  bottom: -20px;
  left: 52%;
}
.animate__step-3 .animate-pointer .cls-pointer1 {
  fill: #fff;
}

.animate__step-3.animated .borders i:nth-child(1),
.animate__step-3.animated .borders i:nth-child(3) {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.animate__step-3.animated .borders i:nth-child(2),
.animate__step-3.animated .borders i:nth-child(4) {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.animate__step-3.animated .js-split-text .txt i {
  font-size: 14px;
  width: auto;
  opacity: 1;
  transition: all 0.01s ease;
}

.animate__step-3.animated .some-input {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.animate__step-3.animated .some-input.input-name {
  transition-delay: 0.7s;
}
.animate__step-3.animated .some-input.input-name.js-split-text .txt i:nth-child(1) {
  transition-delay: 1.2s;
}
.animate__step-3.animated .some-input.input-name.js-split-text .txt i:nth-child(2) {
  transition-delay: 1.275s;
}
.animate__step-3.animated .some-input.input-name.js-split-text .txt i:nth-child(3) {
  transition-delay: 1.35s;
}
.animate__step-3.animated .some-input.input-name.js-split-text .txt i:nth-child(4) {
  transition-delay: 1.425s;
}
.animate__step-3.animated .some-input.input-name.js-split-text .txt i:nth-child(5) {
  transition-delay: 1.5s;
}
.animate__step-3.animated .some-input.input-name.js-split-text .txt i:nth-child(6) {
  transition-delay: 1.575s;
}
.animate__step-3.animated .some-input.input-name.js-split-text .txt i:nth-child(7) {
  transition-delay: 1.65s;
}
.animate__step-3.animated .some-input.input-name.js-split-text .txt i:nth-child(8) {
  transition-delay: 1.725s;
}
.animate__step-3.animated .some-input.input-name.js-split-text .txt i:nth-child(9) {
  transition-delay: 1.8s;
}
.animate__step-3.animated .some-input.input-name.js-split-text .txt i:nth-child(10) {
  transition-delay: 1.875s;
}
.animate__step-3.animated .some-input.input-name.js-split-text .txt i:nth-child(11) {
  transition-delay: 1.95s;
}
.animate__step-3.animated .some-input.input-name.js-split-text .txt i:nth-child(12) {
  transition-delay: 2.025s;
}
.animate__step-3.animated .some-input.input-name.js-split-text .txt i:nth-child(13) {
  transition-delay: 2.1s;
}
.animate__step-3.animated .some-input.input-name.js-split-text .txt i:nth-child(14) {
  transition-delay: 2.175s;
}
.animate__step-3.animated .some-input.input-name.js-split-text .txt i:nth-child(15) {
  transition-delay: 2.25s;
}
.animate__step-3.animated .some-input.input-name.js-split-text .txt i:nth-child(16) {
  transition-delay: 2.325s;
}
.animate__step-3.animated .some-input.input-name.js-split-text .txt i:nth-child(17) {
  transition-delay: 2.4s;
}
.animate__step-3.animated .some-input.input-name.js-split-text .txt i:nth-child(18) {
  transition-delay: 2.475s;
}
.animate__step-3.animated .some-input.input-name.js-split-text .txt i:nth-child(19) {
  transition-delay: 2.55s;
}
.animate__step-3.animated .some-input.input-name.js-split-text .txt i:nth-child(20) {
  transition-delay: 2.625s;
}
.animate__step-3.animated .some-input.input-phone {
  transition-delay: 0.85s;
}
.animate__step-3.animated .some-input.input-phone.js-split-text .txt i:nth-child(1) {
  transition-delay: 1.55s;
}
.animate__step-3.animated .some-input.input-phone.js-split-text .txt i:nth-child(2) {
  transition-delay: 1.625s;
}
.animate__step-3.animated .some-input.input-phone.js-split-text .txt i:nth-child(3) {
  transition-delay: 1.7s;
}
.animate__step-3.animated .some-input.input-phone.js-split-text .txt i:nth-child(4) {
  transition-delay: 1.775s;
}
.animate__step-3.animated .some-input.input-phone.js-split-text .txt i:nth-child(5) {
  transition-delay: 1.85s;
}
.animate__step-3.animated .some-input.input-phone.js-split-text .txt i:nth-child(6) {
  transition-delay: 1.925s;
}
.animate__step-3.animated .some-input.input-phone.js-split-text .txt i:nth-child(7) {
  transition-delay: 2s;
}
.animate__step-3.animated .some-input.input-phone.js-split-text .txt i:nth-child(8) {
  transition-delay: 2.075s;
}
.animate__step-3.animated .some-input.input-phone.js-split-text .txt i:nth-child(9) {
  transition-delay: 2.15s;
}
.animate__step-3.animated .some-input.input-phone.js-split-text .txt i:nth-child(10) {
  transition-delay: 2.225s;
}
.animate__step-3.animated .some-input.input-phone.js-split-text .txt i:nth-child(11) {
  transition-delay: 2.3s;
}
.animate__step-3.animated .some-input.input-phone.js-split-text .txt i:nth-child(12) {
  transition-delay: 2.375s;
}
.animate__step-3.animated .some-input.input-phone.js-split-text .txt i:nth-child(13) {
  transition-delay: 2.45s;
}
.animate__step-3.animated .some-input.input-phone.js-split-text .txt i:nth-child(14) {
  transition-delay: 2.525s;
}
.animate__step-3.animated .some-input.input-phone.js-split-text .txt i:nth-child(15) {
  transition-delay: 2.6s;
}
.animate__step-3.animated .some-input.input-phone.js-split-text .txt i:nth-child(16) {
  transition-delay: 2.675s;
}
.animate__step-3.animated .some-input.input-phone.js-split-text .txt i:nth-child(17) {
  transition-delay: 2.75s;
}
.animate__step-3.animated .some-input.input-phone.js-split-text .txt i:nth-child(18) {
  transition-delay: 2.825s;
}
.animate__step-3.animated .some-input.input-phone.js-split-text .txt i:nth-child(19) {
  transition-delay: 2.9s;
}
.animate__step-3.animated .some-input.input-phone.js-split-text .txt i:nth-child(20) {
  transition-delay: 2.975s;
}

.animate__step-3.animated .btn-base {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-delay: 1s;
}

.animate__step-3.animated .animate-pointer {
  -webkit-animation: pointerCursor 1s 2.9s ease forwards;
  animation: pointerCursor 1s 2.9s ease forwards;
}
.animate__step-3.animated .animate-pointer .cls-pointer1.l-1 {
  -webkit-animation: pointerLine1 0.15s 3.65s ease backwards;
  animation: pointerLine1 0.15s 3.65s ease backwards;
}
.animate__step-3.animated .animate-pointer .cls-pointer1.l-2 {
  -webkit-animation: pointerLine2 0.15s 3.65s ease backwards;
  animation: pointerLine2 0.15s 3.65s ease backwards;
}
.animate__step-3.animated .animate-pointer .cls-pointer1.l-3 {
  -webkit-animation: pointerLine3 0.15s 3.65s ease backwards;
  animation: pointerLine3 0.15s 3.65s ease backwards;
}

.section-tariffs-1 {
  background-image: linear-gradient(-45deg, #207cee 20%, #19cbfa 100%);
  padding-top: 115px;
  padding-bottom: 240px;
  min-height: 100vh;
}
.section-tariffs-1 .h1 {
  color: #fff;
  font-size: 39px;
  margin-bottom: 20px;
}
.section-tariffs-1 > .container-big {
  padding-bottom: 40px;
}

.tariffs-header {
  margin-bottom: 12px;
}

.i-reset-filter {
  display: inline-block;
  position: relative;
  height: 15px;
  width: 15px;
  top: -1px;
  margin-right: 6px;
  vertical-align: middle;
  transition: 0.93s cubic-bezier(0.5, 0.5, 0, 1);
}
.i-reset-filter span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.i-reset-filter span:after,
.i-reset-filter span:before {
  background-color: #fff;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  transition: 0.34s cubic-bezier(0.52, 0.01, 0.16, 1);
}
.i-reset-filter span:nth-child(1):before {
  -webkit-transform: rotate(45deg) translateX(0) scaleX(1);
  transform: rotate(45deg) translateX(0) scaleX(1);
  transition-delay: 0.12s;
}
.i-reset-filter span:nth-child(1):after {
  -webkit-transform: rotate(-45deg) translateX(0) scaleX(1);
  transform: rotate(-45deg) translateX(0) scaleX(1);
  transition-delay: 0.22s;
}
.i-reset-filter span:nth-child(2):before {
  -webkit-transform: rotate(45deg) translateX(-70%) scaleX(0);
  transform: rotate(45deg) translateX(-70%) scaleX(0);
}
.i-reset-filter span:nth-child(2):after {
  -webkit-transform: rotate(-45deg) translateX(-70%) scaleX(0);
  transform: rotate(-45deg) translateX(-70%) scaleX(0);
}

.card-deck.tariffs-cards .card {
  margin-left: 0;
  margin-right: 0;
}

.btn-reset-filter {
  padding: 5px 0;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none !important;
  display: flex;
  align-items: center;
}
.btn-reset-filter i {
  font-style: normal;
  font-size: 13px;
  margin-right: 7px;
  transition: color 0.35s ease;
}
.btn-reset-filter:hover i {
  color: red;
}
.btn-reset-filter:hover .i-reset-filter span:nth-child(1):after,
.btn-reset-filter:hover .i-reset-filter span:nth-child(1):before {
  transition-delay: 0s;
}
.btn-reset-filter:hover .i-reset-filter span:nth-child(1):after {
  -webkit-transform: rotate(-45deg) translateX(70%) scaleX(0);
  transform: rotate(-45deg) translateX(70%) scaleX(0);
}
.btn-reset-filter:hover .i-reset-filter span:nth-child(1):before {
  -webkit-transform: rotate(45deg) translateX(70%) scaleX(0);
  transform: rotate(45deg) translateX(70%) scaleX(0);
}
.btn-reset-filter:hover .i-reset-filter span:nth-child(2):before {
  -webkit-transform: rotate(45deg) translateX(0) scaleX(1);
  transform: rotate(45deg) translateX(0) scaleX(1);
  transition-delay: 0.22s;
}
.btn-reset-filter:hover .i-reset-filter span:nth-child(2):after {
  -webkit-transform: rotate(-45deg) translateX(0) scaleX(1);
  transform: rotate(-45deg) translateX(0) scaleX(1);
  transition-delay: 0.32s;
}

.sidebar .btn-reset-filter {
  font-weight: 500;
  text-transform: lowercase;
  margin-bottom: 13px;
  margin-top: 7px;
}

.orderby-label {
  color: #fff;
  display: inline-flex;
  opacity: 0.6;
  margin-right: 6px;
  margin-bottom: 0;
  vertical-align: middle;
}

.orderby .dropdown-toggle {
  background: transparent !important;
  box-shadow: none !important;
  border-color: rgba(255, 255, 255, 0.6);
  color: #fff !important;
  font-size: 14px;
  min-width: 170px;
  text-align: left;
  text-decoration: none;
  padding: 11px 35px 11px 10px;
}
.orderby .dropdown-toggle:after {
  border: 1px solid #fff;
  border-top: none;
  border-left: none;
  position: absolute;
  top: 48%;
  right: 10px;
  height: 8px;
  width: 8px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  transition: border-color 0.15s ease;
}
.orderby .dropdown-toggle:hover {
  border-color: white;
}

.orderby .dropdown-menu {
  min-width: 100%;
}

.dropdown-menu {
  border: 1px solid #fff;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.12);
  font-size: 14px;
}

.dropdown-item {
  border-bottom: 1px solid #f8f9fa;
  color: #282828;
  padding: 8px 11px;
}
.dropdown-item:nth-last-child(1) {
  border-bottom: none;
}

.tariffs-cards .card-item {
  display: flex;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 15px 10px;
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  transition:
    opacity 0.65s ease 0.05s,
    -webkit-transform 0.45s ease-out;
  transition:
    transform 0.45s ease-out,
    opacity 0.65s ease 0.05s;
  transition:
    transform 0.45s ease-out,
    opacity 0.65s ease 0.05s,
    -webkit-transform 0.45s ease-out;
}

.tariffs-cards.show .card-item {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.card-label {
  background: #ee0834;
  border-radius: 50px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.22);
  cursor: default;
  padding: 5px 14px 4px;
  line-height: 1;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.card-close {
  background-color: transparent;
  box-shadow: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  outline: none !important;
  position: absolute;
  right: 10px;
  top: 10px;
}
.card-close .i-reset-filter {
  margin: 0;
}
.card-close .i-reset-filter span:after,
.card-close .i-reset-filter span:before {
  background: rgba(172, 172, 172, 0.4);
  transition-delay: 0s;
}
.card-close:hover .i-reset-filter span:after,
.card-close:hover .i-reset-filter span:before {
  background: #1dabfb;
  transition-delay: 0s;
}

.card-tariff {
  border: 1px #fff solid;
  border-radius: 5px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  font-size: 10px;
  text-align: center;
  padding: 11px 9.67% 30px;
  width: 100%;
}
.card-tariff .card-label {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
}
.card-tariff.with-label .card-label {
  display: block;
}
.card-tariff .card-header,
.card-tariff .card-footer {
  background: transparent;
}
.card-tariff .card-header,
.card-tariff .company-logo,
.card-tariff .row-description {
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-tariff .card-header {
  border-bottom: 1px solid rgba(252, 94, 88, 0.5);
  font-family: "FuturaPT", sans-serif;
  font-weight: 600;
  line-height: 1.25;
  height: 68px;
  padding: 0;
  width: 100%;
}
.card-tariff .card-header a {
  color: #282828;
  text-decoration: none !important;
}
.card-tariff .card-header .title {
  font-size: 1.8em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.card-tariff-rating {
  background-size: 28px 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 25px;
  line-height: 31px;
  font-size: 14px;
  color: rgba(39, 39, 39, 0.7);
}

.card-tariff-rating:hover {
  text-decoration: none;
  color: rgba(39, 39, 39, 0.7);
}

.card-tariff-reviews-number {
  padding-bottom: 20px;
  margin-top: 7px;
  font-size: 14px;
  border-bottom: 1px solid rgba(252, 94, 88, 0.5);
}

.card-tariff .card-body {
  padding: 10px 0 0;
}
.card-tariff .company-logo {
  height: 78px;
  margin-bottom: -4px;
  overflow-y: hidden;
}
.card-tariff .company-logo a {
  display: inline-block;
  max-height: 100%;
}
.card-tariff .company-logo img,
.card-tariff .company-logo svg {
  max-height: 100%;
  max-width: 100%;
}
.card-tariff .row-prices {
  font-size: 1.8em;
}
.card-tariff .row-prices .price {
  color: #1e94f2;
  font-size: 2em;
  font-weight: 600;
}
.card-tariff .row-prices .currency {
  color: #1e94f2;
  font-weight: 500;
}
.card-tariff .row-speed {
  font-size: 1.6em;
}
.card-tariff .row-speed .speed {
  font-size: 1.3125em;
  font-weight: 500;
}
.card-tariff .row-description {
  padding: 11px 0 13px;
}
.card-tariff .row-description .tariff-description {
  font-size: 1.4em;
  opacity: 0.5;
}
.card-tariff .card-footer {
  border-top: 0;
  padding: 0;
}

.btn-details {
  background: #1e93f2;
  border: 1px solid transparent;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  position: relative;
  text-decoration: none !important;
  text-transform: uppercase;
  padding: 15px;
  width: 145px;
}
.btn-details:hover {
  background: #fff;
  border-color: #1e93f2;
  color: #1e93f2;
}

.filter-block {
  margin-bottom: 11px;
}
.filter-block .custom-control {
  padding-top: 11px;
  padding-bottom: 11px;
  margin-bottom: 5px;
}
.filter-block .custom-control-label {
  cursor: pointer;
  color: #282828;
  padding-left: 15px;
  padding-top: 3px;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.filter-block .custom-control-label:before,
.filter-block .custom-control-label:after {
  border-radius: 5px;
  width: 30px;
  height: 30px;
  top: 9px;
}
.filter-block .custom-control-label:before {
  background-color: white;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1) !important;
  transition: background-color 0.35s ease;
}
.filter-block .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #207cee;
  border: solid 2px #fff;
}
.filter-block .custom-control-input:disabled ~ .custom-control-label::before {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0) !important;
}
.filter-block .custom-control-input:disabled ~ .custom-control-label {
  cursor: default;
  opacity: 0.3;
}
.filter-block .filter-title {
  font-size: 18px;
  font-weight: 500;
  color: #282828 !important;
  padding: 5px 22px 5px 0;
  position: relative;
  margin-top: 9px;
  margin-bottom: 3px;
  text-decoration: none !important;
}
.filter-block .filter-title:after {
  border: 1px solid rgba(40, 40, 40, 0.6);
  border-top: none;
  border-left: none;
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0px;
  height: 9px;
  width: 9px;
  opacity: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  transition: opacity 0.15s ease;
}
.filter-block .filter-title.collapsed:after {
  opacity: 1;
}

.btn-master {
  border-radius: 200px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 15px 25px;
  margin-top: 14px;
  width: 190px;
  max-width: 100%;
}
.btn-master:active,
.btn-master:hover {
  color: #1e93f2 !important;
}

.sidebar .h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 45px;
  margin-bottom: 5px;
}

.sidebar .filter-block .custom-control-label {
  color: #fff;
}

.master-step {
  display: none;
}
.master-step.active {
  display: block;
}
.master-step .filter-block {
  margin-left: auto;
  margin-right: auto;
  max-width: 280px;
}

.modal-master .modal-dialog {
  max-width: 640px;
}

.modal-master .modal-header {
  border-bottom: 0;
  padding-bottom: 0;
}
.modal-master .modal-header .close {
  padding: 0.6rem 1rem;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  outline: none !important;
}

.modal-master .modal-title {
  font-family: "FuturaPT", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #1e94f2;
  padding-top: 30px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.modal-master .modal-subtitle {
  color: rgba(40, 40, 40, 0.6);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 75%;
}

.modal-master .modal-footer {
  border-top: 0;
  justify-content: center;
  padding: 1rem 1rem 3.25rem;
}
.modal-master .modal-footer .btn-link {
  color: #19c8fb;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.modal-master .filter-block {
  margin-top: 25px;
}

.modal-master .master-step.fade {
  transition: all 0.5s ease;
}

.modal-master .master-step1.fade {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.modal-master .master-step2.fade {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

.modal-master .master-step.fade.show {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.sidebar .btn-reset-filter {
  display: none;
}

.filter-for-mobile {
  display: none;
}
.filter-for-mobile .dropdown-toggle,
.filter-for-mobile .btn-toggle-sidebar {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border: none;
}
.filter-for-mobile .dropdown-toggle {
  color: rgba(255, 255, 255, 0.6) !important;
  min-width: 1px;
  padding-right: 25px;
}
.filter-for-mobile .dropdown-toggle:hover {
  color: white !important;
}
.filter-for-mobile .dropdown-toggle:after {
  right: 0;
}
.filter-for-mobile .btn-toggle-sidebar {
  padding-left: 17px;
  padding-right: 17px;
  position: relative;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
}
.filter-for-mobile .btn-toggle-sidebar:before,
.filter-for-mobile .btn-toggle-sidebar:after {
  border: 1px solid white;
  border-top: none;
  border-left: none;
  content: "";
  display: inline-block;
  position: absolute;
  top: 49%;
  height: 8px;
  width: 8px;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  transition: all 0.3s ease;
}
.filter-for-mobile .btn-toggle-sidebar:before {
  left: 0px;
  opacity: 0;
  -webkit-transform: translate(-20px, -50%) rotate(135deg);
  transform: translate(-20px, -50%) rotate(135deg);
}
.filter-for-mobile .btn-toggle-sidebar:after {
  right: 0px;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
}
.filter-for-mobile .btn-toggle-sidebar.is-active {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  transition-delay: 0.1s;
}
.filter-for-mobile .btn-toggle-sidebar.is-active:before {
  opacity: 1;
  -webkit-transform: translate(0px, -50%) rotate(135deg);
  transform: translate(0px, -50%) rotate(135deg);
  transition-delay: 0.25s;
}
.filter-for-mobile .btn-toggle-sidebar.is-active:after {
  opacity: 0;
  -webkit-transform: translate(20px, -50%) rotate(-45deg);
  transform: translate(20px, -50%) rotate(-45deg);
}

.section-builds-1 {
  background-image: linear-gradient(-45deg, #207cee 20%, #19cbfa 100%);
  color: #fff;
  min-height: calc(100vh + 485px);
  padding-top: 80px;
  padding-bottom: 150px;
  text-align: center;
}
.section-builds-1 .h1 {
  margin-bottom: 3rem;
}
.section-builds-1 .nav-breadcrumb {
  margin-top: 12.5vh;
}
.section-builds-1 .nav-breadcrumb .breadcrumb {
  justify-content: center;
  margin-bottom: 1.6rem;
}

.houses-container {
  font-size: 0;
  margin-top: 2.4rem;
  margin-left: auto;
  margin-right: auto;
}

.houses-container .btn-select-build {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.houses-container.show .btn-select-build {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.btn-select-build {
  border-radius: 1000px;
  box-sizing: border-box;
  color: rgba(40, 40, 40, 0.6);
  display: inline-block;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  margin: 10px 9px;
  min-width: 50px;
  padding: 0 15px;
  position: relative;
  vertical-align: middle;
  text-decoration: none !important;
  transition: -webkit-transform 0.95s cubic-bezier(0.25, 1.7, 0.58, 0.75);
  transition: transform 0.95s cubic-bezier(0.25, 1.7, 0.58, 0.75);
  transition:
    transform 0.95s cubic-bezier(0.25, 1.7, 0.58, 0.75),
    -webkit-transform 0.95s cubic-bezier(0.25, 1.7, 0.58, 0.75);
  outline: none;
  cursor: pointer;
}
.btn-select-build:before {
  background: #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  border-radius: 1000px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
  z-index: -1;
}
.btn-select-build:hover {
  color: rgba(252, 94, 88, 0.7);
}
.btn-select-build:focus,
.btn-select-build:active {
  outline: none;
  box-shadow: none;
}
.btn-select-build:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(1.3);
  transform: translate(-50%, -50%) scale(1.3);
}

@media (min-width: 768px) {
  .large-btns {
    max-width: 600px;
  }
  .large-btns .btn-select-build {
    font-size: 18px;
    height: 70px;
    line-height: 70px;
    margin: 15px;
    min-width: 70px;
    padding: 0 20px;
  }
}

@media (min-width: 1024px) {
  .large-btns .btn-select-build {
    font-size: 20px;
  }
}

.page-single-tariff .single-provider-review-ratings {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: 30px;
}

.page-single-tariff .h3 {
  text-align: center;
}

.page-single-tariff .s-subttl {
  color: rgba(40, 40, 40, 0.7);
  text-align: center;
  margin: 0 auto;
  max-width: 620px;
}

.page-single-tariff .svg-w-gradient {
  fill: url(#accent-gradient) #1da2f4;
}

.s-single-tariff-1 {
  background-image: linear-gradient(-45deg, #207cee 10%, #19cbfa 100%);
  padding-top: 125px;
  padding-bottom: 25px;
}
.s-single-tariff-1 .s_header {
  display: flex;
  align-items: center;
  margin-bottom: 27px;
}
.s-single-tariff-1 .h1 {
  color: #fff;
  flex: 1;
  font-size: 48px;
  text-align: left;
}
.s-single-tariff-1 .single-tariff__logo {
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  margin-right: 30px;
  margin-top: 5px;
  height: 80px;
  width: 120px;
  flex: 0 0 120px;
}
.s-single-tariff-1 .single-tariff__logo img,
.s-single-tariff-1 .single-tariff__logo svg {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.s-single-tariff-1 .s_body {
  display: flex;
  align-items: center;
}
.s-single-tariff-1 .section-mask {
  background-image: url(../img/svg/mask/mask-tariff-1.svg);
  background-position: center bottom;
  position: absolute;
  bottom: -2px;
  width: 102%;
  min-width: 1920px;
  height: 550px;
  pointer-events: none;
}

.single-tariff__description {
  background-color: #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  min-height: 420px;
  padding: 75px 35px 0 20px;
  flex: 0 0 59%;
  max-width: 59%;
}
.single-tariff__description:after {
  content: "";
  min-height: inherit;
  font-size: 0;
}

.single-tariff__properties {
  font-size: 18px;
  list-style: none;
  width: 370px;
  max-width: 100%;
  margin: 0 auto;
}
.single-tariff__properties > li {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  min-height: 37px;
  margin-bottom: 21px;
  padding-left: 60px;
  position: relative;
}
.single-tariff__properties > li:nth-last-child(1) {
  margin-bottom: 0;
}
.single-tariff__properties > li:before {
  background-position: left center;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0.6;
  height: 30px;
  width: 31px;
  -webkit-transform: translateY(-115%);
  transform: translateY(-115%);
}
.single-tariff__properties .label {
  color: rgba(40, 40, 40, 0.7);
  flex-grow: 1;
}
.single-tariff__properties .value {
  color: #282828;
  text-align: right;
}
.single-tariff__properties .value b {
  font-size: 1.17em;
  font-weight: 600;
}
.single-tariff__properties .row-prices {
  font-size: 1.11em;
  line-height: 1;
}
.single-tariff__properties .row-prices .price {
  color: #1e94f2;
  font-size: 2em;
  font-weight: 600;
}
.single-tariff__properties .row-prices .currency {
  color: #1e94f2;
  font-weight: 500;
}
.single-tariff__properties .row-speed b {
  font-size: 1.28em;
}

.single-tariff__form {
  background-color: #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  flex: 0 0 41%;
  max-width: 41%;
  text-align: center;
  padding: 75px 25px 85px;
  position: relative;
}
.single-tariff__form .title {
  color: #1e93f2;
  font-family: "FuturaPT", sans-serif;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 27px;
  text-transform: uppercase;
}
.single-tariff__form .title:after {
  background-image: linear-gradient(-45deg, #207cee 10%, #19cbfa 100%);
  content: "";
  height: 1px;
  width: 60%;
  min-width: 180px;
  max-width: 250px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.single-tariff__form .subtitle {
  color: rgba(40, 40, 40, 0.7);
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 35px;
}
.single-tariff__form form {
  margin: 0 auto;
  max-width: 100%;
  width: 320px;
}

.r-price:before {
  background-image: url(/img/svg/icons/i-price.svg);
  height: 28px;
  width: 28px;
}

.r-speed:before {
  background-image: url(/img/svg/icons/i-speed.svg);
  height: 23px;
  width: 30px;
}

.r-traffic:before {
  background-image: url(/img/svg/icons/i-traffic.svg);
  height: 30px;
  width: 25px;
}

.r-tv:before {
  background-image: url(/img/svg/icons/i-tv.svg);
  height: 30px;
  width: 25px;
}

.r-connect:before {
  background-image: url(/img/svg/icons/i-connect.svg);
  height: 27px;
  width: 22px;
}

@-webkit-keyframes pulse-dot {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes pulse-dot {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.animate-dots i {
  -webkit-animation: pulse-dot 0.9s infinite 0s;
  animation: pulse-dot 0.9s infinite 0s;
}

.animate-dots i:nth-child(1) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.animate-dots i:nth-child(2) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.animate-dots i:nth-child(3) {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

.s-single-tariff-download {
  padding-top: 100px;
  padding-bottom: 60px;
}
.s-single-tariff-download .h3 {
  margin-bottom: 6px;
}
.s-single-tariff-download .bl-descr {
  font-size: 16px;
  text-align: center;
  padding: 0 10px;
  margin-top: 5px;
}
.s-single-tariff-download .bl-info {
  background-position: center center;
  background-repeat: no-repeat;
  font-family: "FuturaPT", sans-serif;
  font-size: 24px;
  line-height: 1;
  margin: 0 auto;
  height: 185px;
  width: 185px;
  text-align: center;
  position: relative;
}
.s-single-tariff-download .bl-speed .bl-info {
  background-image: url(../img/svg/icons/speed.svg);
  width: 205px;
  padding-top: 70px;
}
.s-single-tariff-download .bl-price .bl-info {
  padding-top: 60px;
}
.s-single-tariff-download .tariff-price,
.s-single-tariff-download .tariff-speed {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 3px;
}
.s-single-tariff-download .download-items,
.s-single-tariff-download .coffees {
  display: flex;
  margin: 35px auto 0;
}
.s-single-tariff-download .download-items {
  justify-content: space-between;
  flex-wrap: nowrap;
  text-align: center;
  padding: 0 10px;
}
.s-single-tariff-download .download-items .item__ico {
  height: 30px;
  width: 40px;
  display: block;
  margin: 0 auto 16px;
}
.s-single-tariff-download .download-items .item__ico svg {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
}
.s-single-tariff-download .download-items .item:not(.loading).icon-mp3 svg path,
.s-single-tariff-download .download-items .item:not(.loading).icon-media svg path,
.s-single-tariff-download .download-items .item:not(.loading).icon-film svg path {
  fill: rgba(40, 40, 40, 0.55);
}
.s-single-tariff-download .download-items .item {
  flex: 0 1 135px;
}
.s-single-tariff-download .download-items .item-progress {
  color: #1da0f4;
  font-weight: 500;
  display: none;
}
.s-single-tariff-download .download-items .item-progress .progress-percent {
  padding: 3px;
}
.s-single-tariff-download .download-items .item-progress .progress-time {
  font-weight: 300;
}
.s-single-tariff-download .download-items .item.loading .item-info {
  display: none;
}
.s-single-tariff-download .download-items .item.loading .item-progress {
  display: block;
}
.s-single-tariff-download .download-items .item__title {
  color: rgba(40, 40, 40, 0.7);
  font-weight: 300;
}
.s-single-tariff-download .download-items .btn-download {
  color: #282828;
  font-size: 12px;
  font-weight: 600;
  padding: 5px;
  text-decoration: none !important;
  text-transform: uppercase;
}
.s-single-tariff-download .download-items .btn-download:hover {
  color: #19c8fb;
}
.s-single-tariff-download .coffees {
  flex-wrap: wrap;
  width: 310px;
  max-width: 100%;
}
.s-single-tariff-download .coffees .coffee {
  background: url(../img/svg/icons/coffee.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 35px;
  width: 32px;
  margin: 0 15px 15px;
  opacity: 0.4;
}
.s-single-tariff-download .coffees-large {
  width: 290px;
}
.s-single-tariff-download .coffees-large .coffee {
  height: 45px;
  width: 42px;
}
.s-single-tariff-download .note {
  color: #a9a9a9;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 27px;
  padding-left: 10px;
  opacity: 0;
  transition: all 0.75s ease;
}
.s-single-tariff-download .note:before {
  content: "*";
  color: #1ca6f5;
  font-size: 18px;
  font-weight: 800;
  margin-right: 2px;
  line-height: 1;
}
.s-single-tariff-download .download-items.loading + .note {
  opacity: 1;
  transition-delay: 0.4s;
}

.s-single-tariff-promo {
  padding: 65px 0;
}
.s-single-tariff-promo .h3 {
  margin-bottom: 60px;
}

.s-single-tariff-reviews {
  padding-top: 140px;
  padding-bottom: 60px;
}
.s-single-tariff-reviews .slider-base {
  margin-top: 40px;
}
.s-single-tariff-reviews .slider-base .review-text {
  padding: 0;
}
.s-single-tariff-reviews .slider-base .review-resume {
  margin-left: 0 !important;
}
.s-single-tariff-reviews .slider-base .review-content {
  padding-top: 35px;
}

.s-single-tariff-faq {
  padding-top: 80px;
  padding-bottom: 120px;
}

.accordion-faq {
  margin-top: 63px;
}
.accordion-faq .card {
  background: transparent;
  border: none;
  margin-bottom: 30px;
}
.accordion-faq .card:nth-last-child(1) {
  margin-bottom: 0;
}
.accordion-faq .card-header {
  background: transparent;
  border: none;
  padding: 0;
}
.accordion-faq .card-header .btn {
  color: #282828;
  font-size: 18px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  line-height: 1.3;
  padding: 0;
  text-align: left;
  text-decoration: none !important;
  white-space: normal;
}
.accordion-faq .card-header .btn:before {
  content: "-";
  display: inline-block;
  color: #1e94f2;
  width: 13px;
}
.accordion-faq .card-header .btn.collapsed:before {
  content: "+";
}
.accordion-faq .card-body {
  color: #191919;
  line-height: 1.5;
  padding: 13px 0 0 16px;
}
.accordion-faq .col-left .card {
  padding-right: 15px;
}
.accordion-faq .col-right .card {
  padding-left: 15px;
}

.single-tariff__cards {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.single-tariff__cards .card {
  background-color: transparent;
  border: none;
  flex: 0 0 310px;
  max-width: 310px;
}
.single-tariff__cards .card-img {
  border-radius: 0;
  text-align: center;
  height: 67px;
}
.single-tariff__cards .card-img svg,
.single-tariff__cards .card-img img {
  max-height: 100%;
  width: auto;
}
.single-tariff__cards .card-body {
  padding: 1.25rem 0;
  text-align: center;
}
.single-tariff__cards .card-title {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 600;
}
.single-tariff__cards .card-text {
  color: rgba(40, 40, 40, 0.7);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4;
}

.s-single-tariff-connection {
  padding-top: 80px;
  padding-bottom: 90px;
}

.s-single-tariff-warranty {
  padding-top: 65px;
}
.s-single-tariff-warranty .card-title {
  margin-bottom: 23px;
  margin-top: 4px;
  line-height: 1;
}

.s-single-tariff-footer {
  background-image: linear-gradient(-45deg, #207cee 10%, #19cbfa 100%);
  padding-top: 570px;
  padding-bottom: 245px;
  z-index: 0;
  margin-top: -320px;
}
.s-single-tariff-footer:after,
.s-single-tariff-footer:before {
  content: "";
  position: absolute;
  background: #fff;
  opacity: 0.05;
  border-radius: 1000px;
}
.s-single-tariff-footer:after {
  height: 460px;
  width: 1500px;
  bottom: 12%;
  left: 79%;
  -webkit-transform: rotate(43deg);
  transform: rotate(43deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.s-single-tariff-footer:before {
  height: 255px;
  width: 370px;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(58%, 35%) rotate(-42deg);
  transform: translate(58%, 35%) rotate(-42deg);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
.s-single-tariff-footer .h3 {
  margin-bottom: 45px;
}
.s-single-tariff-footer .s_body {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.s-single-tariff-footer .single-tariff__description {
  padding: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-single-tariff-footer .single-tariff__form .subtitle {
  margin-bottom: 60px;
}
.s-single-tariff-footer .section-mask {
  background-image: url(../img/svg/mask/mask-tariff-2.svg);
  background-position: center bottom;
  position: absolute;
  top: -2px;
  width: 102%;
  min-width: 1920px;
  height: 530px;
  pointer-events: none;
  z-index: -1;
}
.s-single-tariff-footer .container {
  padding-bottom: 40px;
}

.page-single-tariff .section-decor-left-1 {
  width: 1170px;
  height: 212px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-75%, -15%) rotate(-9deg);
  transform: translate(-75%, -15%) rotate(-9deg);
}

.page-single-tariff .section-decor-right-1 {
  width: 700px;
  height: 300px;
  top: 0;
  right: 0;
  -webkit-transform: translate(-20%, -41%) rotate(-118deg);
  transform: translate(-20%, -41%) rotate(-118deg);
}

.page-single-tariff .section-decor-right-2 {
  width: 1950px;
  height: 410px;
  top: 0;
  right: 0;
  -webkit-transform: translate(60%, -82%) rotate(-36deg);
  transform: translate(60%, -82%) rotate(-36deg);
}

@media (max-width: 1199px) {
  .s-single-tariff-footer:before {
    left: -15%;
  }
}

@media (max-width: 1100px) {
  .s-single-tariff-footer .container {
    padding-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .page-single-tariff .h3 {
    font-size: 26px;
  }
  .s-single-tariff-1 .h1 {
    font-size: 36px;
  }
  .single-tariff__description {
    padding-top: 45px;
    padding-bottom: 50px;
    min-height: 370px;
  }
  .single-tariff__properties > li:before {
    left: 10px;
  }
  .single-tariff__form .subtitle,
  .single-tariff__properties {
    font-size: 16px;
  }
  .single-tariff__form {
    padding-top: 40px;
    padding-bottom: 55px;
  }
  .single-tariff__cards .card-title,
  .accordion-faq .card-header .btn {
    font-size: 18px;
  }
  .s-single-tariff-faq,
  .s-single-tariff-connection,
  .s-single-tariff-reviews {
    padding-top: 60px;
  }
  .s-single-tariff-connection,
  .s-single-tariff-faq {
    padding-bottom: 60px;
  }
  .accordion-faq .card-body {
    padding-left: 20px;
  }
  .s-single-tariff-footer {
    padding-bottom: 155px;
    margin-top: -400px;
  }
  .s-single-tariff-footer .single-tariff__form .subtitle {
    margin-bottom: 30px;
  }
  .single-tariff__cards .card {
    flex: 0 0 33%;
    max-width: 33%;
  }
  .single-tariff__cards .card-body {
    padding-left: 15px;
    padding-right: 15px;
  }
  .s-single-tariff-download .note {
    display: none;
  }
  .s-single-tariff-download .download-items.loading + .note {
    display: block;
  }
}

@media (max-width: 767px) {
  .s-single-tariff-1 {
    padding-top: 85px;
  }
  .s-single-tariff-1 .h1 {
    font-size: 28px;
  }
  .s-single-tariff-1 .single-tariff__logo {
    flex: 0 0 100px;
    padding: 5px;
    height: 60px;
    width: 100px;
  }
  .s-single-tariff-promo .h3 {
    margin-bottom: 40px;
  }
  .s-single-tariff-1 .s_body,
  .s-single-tariff-footer .s_body {
    background-color: #fff;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    flex-wrap: wrap;
  }
  .s-single-tariff-1 .single-tariff__description,
  .s-single-tariff-footer .single-tariff__description {
    min-height: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .s-single-tariff-1 .single-tariff__description,
  .s-single-tariff-1 .single-tariff__form,
  .s-single-tariff-footer .single-tariff__description,
  .s-single-tariff-footer .single-tariff__form {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .s-single-tariff-download .bl-speed {
    margin-bottom: 70px;
  }
  .s-single-tariff-download .download-items {
    padding: 0;
  }
  .s-single-tariff-download .note {
    padding-left: 0;
  }
  .single-tariff__cards {
    flex-wrap: wrap;
    justify-content: center;
  }
  .single-tariff__cards .card {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 40px;
  }
  .single-tariff__cards .card:nth-last-child(1) {
    margin-bottom: 0;
  }
  .slider-base .slick-arrow {
    top: 50%;
  }
  .slider-base .btn-slick-next {
    right: 30%;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  .slider-base .btn-slick-prev {
    left: 30%;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  .slider-base__slides {
    padding: 0;
  }
  .review-rating {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  .s-single-tariff-footer .single-tariff__description {
    margin-top: 100px;
    padding: 20px 20px 50px;
  }
  .accordion-faq {
    margin-top: 40px;
  }
  .accordion-faq .col-left {
    margin-bottom: 30px;
  }
  .accordion-faq .card {
    margin-bottom: 30px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .accordion-faq .card-body {
    padding-left: 0;
  }
  .single-tariff__cards {
    margin-top: 50px;
  }
  .s-single-tariff-connection,
  .s-single-tariff-promo {
    padding: 40px 0;
  }
  .s-single-tariff-warranty,
  .s-single-tariff-reviews {
    padding-top: 40px;
  }
  .s-single-tariff-faq,
  .s-single-tariff-download {
    padding-bottom: 40px;
  }
  .s-single-tariff-footer:before,
  .s-single-tariff-footer:after {
    display: none;
  }
  .page-single-tariff .section-decor-wrap {
    display: none;
  }
}

@media (max-width: 575px) {
  .page-single-tariff .page-header__inner {
    justify-content: center;
  }
  .page-single-tariff .s-single-tariff-1 .h1 {
    text-align: center;
  }
  .page-single-tariff .s-single-tariff-1 .single-tariff__logo {
    margin-left: auto;
    margin-right: auto;
  }
  .s-single-tariff-1 .s_header {
    display: block;
  }
  .s-single-tariff-1 .single-tariff__logo {
    margin-bottom: 25px;
  }
  .single-tariff__properties > li {
    padding-left: 50px;
  }
  .single-tariff__properties > li:before {
    left: 0px;
  }
  .single-tariff__cards .card {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .s-single-tariff-footer {
    padding-top: 600px;
    margin-top: -450px;
  }
}

@media (max-width: 400px) {
  .single-tariff__properties .row-prices .price {
    font-size: 1.7em;
  }
  .single-tariff__cards .card-title,
  .accordion-faq .card-header .btn {
    font-size: 16px;
  }
  .single-tariff__form .subtitle,
  .single-tariff__properties {
    font-size: 14px;
  }
  .single-tariff__form,
  .s-single-tariff-1 .single-tariff__description,
  .s-single-tariff-footer .single-tariff__description {
    padding-left: 15px;
    padding-right: 15px;
  }
  .s-single-tariff-footer .single-tariff__description {
    margin-top: 140px;
  }
  .single-tariff__description {
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .single-tariff__properties > li {
    padding-left: 35px;
    margin-bottom: 15px;
  }
  .single-tariff__properties > li .label {
    margin-right: 15px;
  }
  .single-tariff__properties > li .value {
    margin-right: 5%;
  }
  .single-tariff__properties > li:before {
    top: 100%;
    -webkit-transform: scale(0.8) translateY(-115%);
    transform: scale(0.8) translateY(-115%);
  }
  .s-single-tariff-footer .h3 {
    margin-bottom: 30px;
  }
  .single-tariff__cards .card-body {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 360px) {
  .single-tariff__properties > li .value {
    margin-right: 1%;
  }
  .s-single-tariff-download .coffees .coffee {
    margin-left: 13px;
    margin-right: 13px;
  }
}

.s-success-1 {
  background-image: linear-gradient(-45deg, #207cee 20%, #19cbfa 100%);
  color: #fff;
  min-height: calc(100vh + 85px);
  padding-top: 80px;
  padding-bottom: 150px;
  text-align: center;
}
.s-success-1 .main {
  margin-top: 12.5vh;
}
.s-success-1 .main > * {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  transition:
    opacity 0.65s ease,
    -webkit-transform 0.6s ease;
  transition:
    opacity 0.65s ease,
    transform 0.6s ease;
  transition:
    opacity 0.65s ease,
    transform 0.6s ease,
    -webkit-transform 0.6s ease;
}
.s-success-1 .icon-smile-large {
  display: inline-block;
  height: 150px;
  width: 150px;
  margin-bottom: 6.5vh;
  transition-delay: 0.1s;
}
.s-success-1 .h1 {
  font-size: 50px;
  margin-bottom: 4vh;
  transition-delay: 0.2s;
}
.s-success-1 .subttl {
  font-size: 18px;
  margin: 0 auto 8.5vh;
  max-width: 650px;
  transition-delay: 0.3s;
}
.s-success-1 .promo-wrapper {
  display: block;
  margin: 0 auto;
  transition-delay: 0.45s;
}
.s-success-1 .promo-wrapper img {
  max-width: 100%;
}

.page-success .section-decor-left-1 {
  width: 850px;
  height: 300px;
  top: 0;
  left: 0;
  -webkit-transform: translate(-34%, 0%) rotate(35deg);
  transform: translate(-34%, 0%) rotate(35deg);
}

.page-success .section-decor-left-2 {
  width: 670px;
  height: 200px;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-12%, 10%) rotate(55deg);
  transform: translate(-12%, 10%) rotate(55deg);
}

.page-success .section-decor-right-1 {
  width: 600px;
  height: 225px;
  top: 50%;
  right: 0;
  -webkit-transform: translate(100%, -12%) rotate(2deg);
  transform: translate(100%, -12%) rotate(2deg);
}

.page-success .section-decor-right-2 {
  width: 300px;
  height: 125px;
  top: 290px;
  right: 30%;
  -webkit-transform: translate(72%, -105%) rotate(-20deg);
  transform: translate(72%, -105%) rotate(-20deg);
}

body.loaded .page-success .section-decor-left-1 {
  -webkit-transform: translate(-34%, 0%) rotate(59deg);
  transform: translate(-34%, 0%) rotate(59deg);
}

body.loaded .page-success .section-decor-left-2 {
  -webkit-transform: translate(-12%, 10%) rotate(87deg);
  transform: translate(-12%, 10%) rotate(87deg);
}

body.loaded .page-success .section-decor-right-1 {
  -webkit-transform: translate(75%, -12%) rotate(2deg);
  transform: translate(75%, -12%) rotate(2deg);
}

body.loaded .page-success .section-decor-right-2 {
  -webkit-transform: translate(72%, -105%) rotate(-43deg);
  transform: translate(72%, -105%) rotate(-43deg);
}

body.loaded .s-success-1 .main > * {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media (max-width: 767px) {
  .s-success-1 .h1 {
    font-size: 30px;
  }
  .s-success-1 .main {
    margin-top: 5vh;
    padding-bottom: 30px;
  }
  .s-success-1 .subttl {
    font-size: 16px;
  }
  .page-success .section-decor {
    display: none;
  }
}

.page-providers {
  background-image: linear-gradient(-85deg, #207cee 20%, #19cbfa 100%);
  padding-top: 111px;
  padding-bottom: 200px;
  min-height: 100vh;
}
.page-providers .breadcrumb {
  margin-bottom: 1.5rem;
}

.s-providers-1 {
  background-color: #fff;
  min-height: calc(100vh - 390px);
  padding: 45px 0 25px;
  position: relative;
  z-index: 10;
}
.s-providers-1 .h1 {
  font-size: 48px;
  margin-bottom: 58px;
}

.table-providers td,
.table-providers th {
  width: 21.4%;
}
.table-providers td:nth-child(1),
.table-providers th:nth-child(1) {
  width: 10.7%;
}
.table-providers td:nth-last-child(1),
.table-providers th:nth-last-child(1) {
  width: 23%;
}

.table-providers td:nth-child(2) {
  font-family: "FuturaPT", sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.table-providers .provider-logo {
  border-radius: 5px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 90px;
  text-align: center;
}
.table-providers .provider-logo img {
  border-radius: 5px;
  max-width: 100%;
  max-height: 100%;
}

.page-providers .section-decor-left-1 {
  width: 230px;
  height: 90px;
  top: 0;
  left: 20%;
  -webkit-transform: translate(12%, 46%) rotate(-40deg);
  transform: translate(12%, 46%) rotate(-40deg);
}

.page-providers .section-decor-left-2 {
  width: 300px;
  height: 170px;
  top: 0;
  left: 30%;
  -webkit-transform: translate(-25%, -82%) rotate(87deg);
  transform: translate(-25%, -82%) rotate(87deg);
}

.page-providers .section-decor-right-1 {
  width: 500px;
  height: 325px;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(0%, -35%) rotate(110deg);
  transform: translate(0%, -35%) rotate(110deg);
}

.page-providers .section-decor-right-2 {
  width: 400px;
  height: 155px;
  top: 0;
  right: 30%;
  -webkit-transform: translate(70%, 6%) rotate(-40deg);
  transform: translate(70%, 6%) rotate(-40deg);
}

.page-providers .section-decor-right-3 {
  width: 200px;
  height: 70px;
  bottom: 0;
  right: 40%;
  -webkit-transform: translate(60%, 70%) rotate(-65deg);
  transform: translate(60%, 70%) rotate(-65deg);
}

body.loaded .page-providers .section-decor-left-1 {
  -webkit-transform: translate(12%, 46%) rotate(-20deg);
  transform: translate(12%, 46%) rotate(-20deg);
}

body.loaded .page-providers .section-decor-left-2 {
  -webkit-transform: translate(-25%, -82%) rotate(67deg);
  transform: translate(-25%, -82%) rotate(67deg);
}

body.loaded .page-providers .section-decor-right-1 {
  -webkit-transform: translate(0%, -35%) rotate(90deg);
  transform: translate(0%, -35%) rotate(90deg);
}

body.loaded .page-providers .section-decor-right-2 {
  -webkit-transform: translate(70%, 6%) rotate(-20deg);
  transform: translate(70%, 6%) rotate(-20deg);
}

body.loaded .page-providers .section-decor-right-3 {
  -webkit-transform: translate(60%, 70%) rotate(-45deg);
  transform: translate(60%, 70%) rotate(-45deg);
}

@media (max-width: 991px) {
  .s-providers-1 .h1 {
    font-size: 36px;
  }
  .table-providers th {
    font-size: 14px;
  }
  .table-providers td {
    font-size: 16px;
  }
  .table-providers td:nth-child(2) {
    font-size: 20px;
  }
  .table-providers .btn-base {
    font-size: 11px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 890px) and (min-width: 768px) {
  .table-providers th {
    font-size: 13px;
  }
  .table-providers td {
    font-size: 13px;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .table-providers td:nth-child(1) td {
    padding-bottom: 35px;
  }
  .table-providers td:nth-child(2) {
    font-size: 18px;
  }
  .table-providers .btn-base {
    font-size: 10px;
  }
  .table-providers .provider-logo {
    height: 50px;
    width: 70px;
  }
}

@media (max-width: 767px) {
  .page-providers {
    padding-top: 65px;
  }
  .page-providers .breadcrumb {
    margin-bottom: 0.2rem;
  }
  .page-providers .breadcrumb-item {
    font-size: 12px;
  }
  .page-providers .section-decor {
    display: none;
  }
  .s-providers-1 .h1 {
    font-size: 30px;
    margin-bottom: 35px;
  }
  .table-providers thead {
    display: none;
  }
  .table-providers tbody {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .table-providers tbody tr {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    width: 48%;
    flex: 0 0 auto;
    margin-bottom: 25px;
  }
  .table-providers tbody td {
    border-bottom: none !important;
    font-size: 15px;
    padding: 9px 0 !important;
    text-align: center;
    width: 100% !important;
  }
  .table-providers tbody td:nth-last-child(1) {
    text-align: center;
  }
  .table-providers tbody td:nth-child(2) {
    font-size: 21px;
  }
  .table-providers tbody .provider-logo {
    margin: 0 auto;
  }
  .table-providers tbody .btn-base {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .s-providers-1 {
    z-index: 0;
  }
  .table-providers .provider-logo {
    box-shadow: none;
  }
}

@media (max-width: 575px) {
  .page-providers {
    padding-bottom: 120px;
  }
  .s-providers-1 .h1 {
    font-size: 28px;
    margin-bottom: 25px;
  }
}

@media (max-width: 520px) {
  .table-providers tbody {
    justify-content: center;
  }
  .table-providers tbody tr {
    max-width: 340px;
    width: 100%;
  }
}

.page-directory {
  background-image: linear-gradient(-85deg, #207cee 20%, #19cbfa 100%);
  padding-top: 111px;
  padding-bottom: 203px;
  min-height: 100vh;
}
.page-directory .breadcrumb {
  margin-bottom: 1.5rem;
}

.s-directory-1 {
  background-color: #fff;
  /*min-height: calc(100vh - 390px);*/
  padding: 65px 0 53px;
  position: relative;
  z-index: 10;
}
.s-directory-1 .h1 {
  font-size: 48px;
  margin-bottom: 48px;
  text-align: center;
}

.check-street {
  margin: 0 auto 60px;
  max-width: 570px;
}
.check-street__header {
  color: #191919;
  font-size: 18px;
  text-align: center;
  margin-bottom: 25px;
}

.long-streets__header {
  color: rgba(25, 25, 25, 0.5);
  font-family: "FuturaPT", sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 35px;
}

.long-streets__items {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.long-streets__items li {
  flex: 0 0 auto;
  margin-bottom: 16px;
  padding-right: 3%;
  padding-left: 22px;
  width: 35%;
}
.long-streets__items li:nth-child(3n) {
  padding-right: 0;
  width: 30%;
}
.long-streets__items .long-streets__item {
  color: #191919;
  font-family: "FuturaPT", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none !important;
  text-transform: uppercase;
}
.long-streets__items .long-streets__item:hover {
  color: #19c8fb;
}

.page-directory .section-decor-left-1 {
  width: 300px;
  height: 165px;
  top: 0;
  left: 0%;
  -webkit-transform: translate(6%, -25%) rotate(108deg);
  transform: translate(6%, -25%) rotate(108deg);
}

.page-directory .section-decor-right-1 {
  width: 500px;
  height: 325px;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(5%, -65%) rotate(130deg);
  transform: translate(5%, -65%) rotate(130deg);
}

.page-directory .section-decor-right-2 {
  width: 400px;
  height: 160px;
  top: 0;
  right: 0%;
  -webkit-transform: translate(24%, -16%) rotate(-47deg);
  transform: translate(24%, -16%) rotate(-47deg);
}

.page-directory .section-decor-right-3 {
  width: 170px;
  height: 70px;
  bottom: 0;
  right: 30%;
  -webkit-transform: translate(0%, -100%) rotate(-65deg);
  transform: translate(0%, -100%) rotate(-65deg);
}

body.loaded .page-directory .section-decor-left-1 {
  -webkit-transform: translate(6%, -25%) rotate(68deg);
  transform: translate(6%, -25%) rotate(68deg);
}

body.loaded .page-directory .section-decor-right-1 {
  -webkit-transform: translate(5%, -65%) rotate(110deg);
  transform: translate(5%, -65%) rotate(110deg);
}

body.loaded .page-directory .section-decor-right-2 {
  -webkit-transform: translate(24%, -16%) rotate(-17deg);
  transform: translate(24%, -16%) rotate(-17deg);
}

body.loaded .page-directory .section-decor-right-3 {
  -webkit-transform: translate(0%, -100%) rotate(-45deg);
  transform: translate(0%, -100%) rotate(-45deg);
}

@media (max-width: 991px) {
  .s-directory-1 {
    padding: 45px 0;
  }
  .s-directory-1 .h1 {
    font-size: 36px;
  }
  .check-street__header {
    font-size: 16px;
  }
  .long-streets__items .long-streets__header {
    font-size: 22px;
  }
  .long-streets__items .long-streets__item {
    font-size: 16px;
  }
  .long-streets__items li {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .page-directory {
    padding-top: 65px;
    padding-bottom: 240px;
  }
  .page-directory .breadcrumb {
    margin-bottom: 0.2rem;
  }
  .page-directory .breadcrumb-item {
    font-size: 12px;
  }
  .page-directory .section-decor {
    display: none;
  }
  .s-directory-1 {
    z-index: 0;
  }
  .s-directory-1 .h1 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .long-streets__items li {
    width: 50%;
  }
  .long-streets__items li:nth-child(3n) {
    width: 50%;
    padding-right: 3%;
  }
  .long-streets__header {
    line-height: 1.3;
    margin-bottom: 25px;
  }
}

@media (max-width: 575px) {
  .page-directory {
    padding-bottom: 120px;
  }
}

@media (max-width: 500px) {
  .s-directory-1 .h1 {
    font-size: 28px;
  }
  .long-streets__header {
    font-size: 23px;
    text-align: left;
  }
  .long-streets__items li {
    padding: 0;
    width: 100% !important;
  }
}

.page-single-provider {
  background-image: linear-gradient(-88deg, #207cee 20%, #19cbfa 100%);
  padding-top: 111px;
  padding-bottom: 200px;
  overflow: initial;
}
.page-single-provider .breadcrumb {
  margin-bottom: 1.5rem;
}

.s-single-provider {
  /* occured bug */
  /* min-height: calc(100vh - 390px); */
  padding: 0;
  margin-bottom: 220px;
  position: relative;
  z-index: 10;
}
.s-single-provider .s-header,
.s-single-provider .s-body {
  background-color: #fff;
}
.s-single-provider .s-header {
  padding-top: 30px;
}
.s-single-provider .s-body {
  min-height: 80vh;
  padding-bottom: 25px;
}
.s-single-provider .h1 {
  font-size: 48px;
  margin-bottom: 15px;
  text-align: left;
}
.s-single-provider .provider-logo {
  background-color: #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  margin-top: 12px;
  height: 80px;
  width: 120px;
  max-width: 100%;
}
.s-single-provider .provider-logo img,
.s-single-provider .provider-logo svg {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.s-single-provider p:not(:nth-last-child(1)) {
  margin-bottom: 20px;
}
.s-single-provider .row-header {
  padding-bottom: 82px;
}
.s-single-provider .sidebar .nav-link {
  color: #282828;
  font-size: 16px;
  font-weight: 500;
  padding-left: 0;
  text-transform: uppercase;
  line-height: 1.35;
  margin-bottom: 17px;
}
.s-single-provider .sidebar .nav-link .label-count {
  background-image: linear-gradient(-35deg, #19cbfa 0%, #207cee 100%);
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
  padding: 3px 11px;
  margin-left: 7px;
}
.s-single-provider .sidebar .nav-link:hover {
  color: #19c8fb;
}
.s-single-provider .section:not(.s-single-provider-descr) {
  padding-top: 40px;
}
.s-single-provider-descr {
  padding-top: 6px;
  padding-bottom: 105px;
}
.s-single-provider-descr p:not(:nth-last-child(1)) {
  margin-bottom: 27px;
}
.s-single-provider-tariffs {
  padding-bottom: 80px;
}
.s-single-provider-tariffs .h3 {
  margin-bottom: 40px;
}
.s-single-provider-promo {
  padding-bottom: 195px;
}
.s-single-provider-promo .h3 {
  margin-bottom: 65px;
}
.s-single-provider .s-check-speed {
  margin-bottom: 115px;
}
.s-single-provider-reviews {
  padding-bottom: 160px;
}
.s-single-provider-reviews .h3 {
  margin-bottom: 30px;
}
.s-single-provider-reviews .s-subttl {
  max-width: 680px;
  margin-bottom: 80px;
}
.s-single-provider .s-check-connectivity {
  margin-bottom: 135px;
}
.s-single-provider-faq {
  margin-bottom: -40px;
}
.s-single-provider .section-mask {
  background-image: url(../img/svg/mask/mask-provider.svg);
  background-position: center bottom;
  position: absolute;
  bottom: -189px;
  width: 102%;
  height: 190px;
}

.single-provider__resume {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}

.single-provider__rating {
  margin-right: 18px;
}

.single-provider__count-review,
.single-provider__technology {
  color: rgba(25, 25, 25, 0.4);
  margin-right: 37px;
}

.table-tariffs-provider th:nth-child(2),
.table-tariffs-provider th:nth-child(3),
.table-tariffs-provider td:nth-child(2),
.table-tariffs-provider td:nth-child(3) {
  text-align: center;
}

.table-tariffs-provider th:nth-child(1),
.table-tariffs-provider td:nth-child(1) {
  width: 34.7%;
}

.table-tariffs-provider th:nth-child(2),
.table-tariffs-provider td:nth-child(2) {
  width: 20.8%;
}

.table-tariffs-provider th:nth-child(3),
.table-tariffs-provider td:nth-child(3) {
  width: 23%;
}

.table-tariffs-provider th:nth-child(4),
.table-tariffs-provider td:nth-child(4) {
  width: 21.5%;
  text-align: left;
}

.table-tariffs-provider td {
  font-size: 16px;
}
.table-tariffs-provider td:nth-child(1) {
  font-family: "FuturaPT", sans-serif;
  font-size: 22px;
  font-weight: 600;
}
.table-tariffs-provider td:not(:nth-last-child(1)) {
  vertical-align: top;
}
.table-tariffs-provider td .value {
  font-size: 1.125em;
  font-weight: 600;
}
.table-tariffs-provider td .price_connect {
  margin-top: 20px;
}

.table-tariffs-provider tr:nth-child(1) td {
  padding-top: 35px;
}

.table-tariffs-provider tr:nth-last-child(1) td {
  padding-top: 40px;
}

.single-provider-review-ratings {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding: 0 18px;
}

.rate__value {
  color: #1e94f2;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-top: 10px;
}
.rate__value .current-rating {
  font-size: 1.5em;
}

.rate__label {
  color: rgba(40, 40, 40, 0.7);
  font-size: 14px;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 26px;
  line-height: 18px;
}
.rate__label:before {
  content: "";
  background-position: left center;
  background-repeat: no-repeat;
  opacity: 0.4;
  margin-right: 10px;
}

.rate-speed .rate__label:before {
  background-image: url(/img/svg/icons/i-speed.svg);
  height: 16px;
  width: 21px;
}

.rate-tariffs .rate__label:before {
  background-image: url(/img/svg/icons/wallet.svg);
  height: 22px;
  width: 22px;
}

.rate-safety .rate__label:before {
  background-image: url(/img/svg/icons/ethernet.svg);
  height: 26px;
  width: 26px;
}

.rate-service .rate__label:before {
  background-image: url(/img/svg/icons/call-center.svg);
  height: 25px;
  width: 26px;
}

.rate-items {
  display: flex;
  flex-wrap: wrap;
}

.rate-item {
  margin-right: 59px;
  text-align: center;
  padding: 10px 0;
}

.rate-main {
  line-height: 1;
  position: relative;
  height: 150px;
  width: 150px;
  flex: 0 0 150px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 65px;
}
.rate-main .rate__value {
  font-weight: 600;
  font-size: 17px;
  padding-top: 25px;
  position: relative;
  margin: 0;
}
.rate-main .rate__value:before {
  content: "";
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(/img/svg/icons/rating.svg);
  height: 26px;
  width: 26px;
  opacity: 1;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.rate-main .rate__label {
  margin-top: 10px;
}
.rate-main .i-circle {
  height: 100%;
  width: 100%;
}

.sticky-menu {
  height: 100%;
}
.sticky-menu .nav {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  flex-direction: column;
}

.page-single-provider .section-decor-top-1 {
  width: 330px;
  height: 210px;
  top: 0;
  left: 5%;
  -webkit-transform: translate(-20%, -51%) rotate(-92deg);
  transform: translate(-20%, -51%) rotate(-92deg);
}

.page-single-provider .section-decor-top-2 {
  width: 300px;
  height: 220px;
  top: 0;
  left: 10%;
  -webkit-transform: translate(-24%, 49%) rotate(142deg);
  transform: translate(-24%, 49%) rotate(142deg);
}

.page-single-provider .section-decor-top-3 {
  width: 300px;
  height: 150px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-42%, 30%) rotate(120deg);
  transform: translate(-42%, 30%) rotate(120deg);
}

.page-single-provider .section-decor-top-4 {
  width: 400px;
  height: 270px;
  top: 0;
  left: 90%;
  -webkit-transform: translate(-28%, -59%) rotate(20deg);
  transform: translate(-28%, -59%) rotate(20deg);
}

.page-single-provider .section-decor-bottom-1 {
  width: 400px;
  height: 260px;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(0%, -53%) rotate(136deg);
  transform: translate(0%, -53%) rotate(136deg);
}

.page-single-provider .section-decor-bottom-2 {
  width: 400px;
  height: 280px;
  bottom: 0;
  right: 24%;
  -webkit-transform: translate(50%, -20%) rotate(62deg);
  transform: translate(50%, -20%) rotate(62deg);
}

.page-single-provider .section-decor-bottom-3 {
  width: 700px;
  height: 420px;
  bottom: 0;
  right: 14%;
  -webkit-transform: translate(50%, -33%) rotate(68deg);
  transform: translate(50%, -33%) rotate(68deg);
}

.page-single-provider .s-check-speed .section-decor-left-1 {
  width: 280px;
  height: 210px;
  top: 0;
  left: 0;
  -webkit-transform: translate(-86%, 0%) rotate(-23deg);
  transform: translate(-86%, 0%) rotate(-23deg);
}

.page-single-provider .s-check-speed .section-decor-left-2 {
  width: 220px;
  height: 130px;
  bottom: 0;
  left: 20%;
  -webkit-transform: translate(-38%, 45%) rotate(-82deg);
  transform: translate(-38%, 45%) rotate(-82deg);
}

.page-single-provider .s-check-speed .section-decor-right-1 {
  width: 240px;
  height: 150px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(71%, -35%) rotate(-142deg);
  transform: translate(71%, -35%) rotate(-142deg);
}

.page-single-provider .s-check-speed .section-decor-right-2 {
  width: 400px;
  height: 190px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(62%, 6%) rotate(-37deg);
  transform: translate(62%, 6%) rotate(-37deg);
}

.page-single-provider .s-check-connectivity .section-decor-left-1 {
  width: 120px;
  height: 60px;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-58%, -13%) rotate(-39deg);
  transform: translate(-58%, -13%) rotate(-39deg);
}

.page-single-provider .s-check-connectivity .section-decor-right-1 {
  width: 500px;
  height: 300px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(9%, -35%) rotate(99deg);
  transform: translate(9%, -35%) rotate(99deg);
}

.page-single-provider .s-check-connectivity .section-decor-right-2 {
  width: 300px;
  height: 140px;
  bottom: 0;
  left: 55%;
  -webkit-transform: translate(40%, 54%) rotate(99deg);
  transform: translate(40%, 54%) rotate(99deg);
}

body.loaded .page-single-provider .section-decor-top-1 {
  -webkit-transform: translate(0%, -51%) rotate(-72deg);
  transform: translate(0%, -51%) rotate(-72deg);
}

body.loaded .page-single-provider .section-decor-top-2 {
  -webkit-transform: translate(-4%, 49%) rotate(122deg);
  transform: translate(-4%, 49%) rotate(122deg);
}

body.loaded .page-single-provider .section-decor-top-3 {
  -webkit-transform: translate(-22%, 30%) rotate(100deg);
  transform: translate(-22%, 30%) rotate(100deg);
}

body.loaded .page-single-provider .section-decor-top-4 {
  -webkit-transform: translate(-8%, -59%) rotate(0deg);
  transform: translate(-8%, -59%) rotate(0deg);
}

body.loaded .s-check-speed.animated .section-decor-left-1 {
  -webkit-transform: translate(-66%, 0%) rotate(-3deg);
  transform: translate(-66%, 0%) rotate(-3deg);
}

body.loaded .s-check-speed.animated .section-decor-left-2 {
  -webkit-transform: translate(-18%, 45%) rotate(-62deg);
  transform: translate(-18%, 45%) rotate(-62deg);
}

body.loaded .s-check-speed.animated .section-decor-right-1 {
  -webkit-transform: translate(51%, -35%) rotate(-122deg);
  transform: translate(51%, -35%) rotate(-122deg);
}

body.loaded .s-check-speed.animated .section-decor-right-2 {
  -webkit-transform: translate(42%, 6%) rotate(-17deg);
  transform: translate(42%, 6%) rotate(-17deg);
}

body.loaded .s-check-connectivity.animated .section-decor-left-1 {
  -webkit-transform: translate(-58%, -13%) rotate(-59deg);
  transform: translate(-58%, -13%) rotate(-59deg);
}

body.loaded .s-check-connectivity.animated .section-decor-right-1 {
  -webkit-transform: translate(9%, -35%) rotate(119deg);
  transform: translate(9%, -35%) rotate(119deg);
}

body.loaded .s-check-connectivity.animated .section-decor-right-2 {
  -webkit-transform: translate(40%, 54%) rotate(119deg);
  transform: translate(40%, 54%) rotate(119deg);
}

@media (max-width: 1299px) {
  .s-single-provider .h1 {
    font-size: 40px;
  }
  .s-single-provider .review-rating {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
}

@media (max-width: 1199px) {
  .rate-main {
    margin-right: 50px;
  }
  .rate-items {
    width: 400px;
    max-width: 100%;
  }
  .rate-item {
    flex: 0 0 50%;
    margin: 0;
    padding: 15px 0;
    border: 1px solid transparent;
  }
  .rate-item:nth-child(2) {
    border-left-color: #f3f3f3;
  }
  .rate-item:nth-child(3) {
    border-top-color: #f3f3f3;
  }
  .rate-item:nth-child(4) {
    border-top-color: #f3f3f3;
    border-left-color: #f3f3f3;
  }
}

@media (max-width: 1100px) {
  .s-single-provider .sidebar .nav-link {
    font-size: 14px;
  }
  .s-single-provider-descr {
    padding-bottom: 70px;
  }
  .s-single-provider-tariffs {
    padding-bottom: 30px;
  }
  .s-single-provider-promo {
    padding-bottom: 120px;
  }
  .s-single-provider .s-check-speed,
  .s-single-provider .s-check-connectivity {
    margin-bottom: 80px;
  }
  .s-single-provider-reviews {
    padding-bottom: 120px;
  }
  .table-tariffs-provider td:nth-child(1) {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .page-single-provider {
    overflow: hidden;
  }
  .s-single-provider {
    margin-bottom: 150px;
  }
  .s-single-provider .h1 {
    font-size: 30px;
  }
  .s-single-provider .h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .s-single-provider .provider-logo {
    margin-top: 0;
  }
  .s-single-provider .row-header {
    padding-bottom: 40px;
  }
  .s-single-provider .sidebar .nav {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 0;
    position: relative;
    top: 0;
  }
  .s-single-provider .sidebar .nav-link {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .s-single-provider .sidebar .nav-link .label-count {
    font-size: 12px;
    font-weight: 600;
    padding: 2px 7px;
    margin-left: 5px;
  }
  .s-single-provider .s-insertion-mask .mask-gradient {
    left: -20px;
  }
  .s-single-provider .table-tariffs-provider tr:nth-last-child(1) td {
    padding-bottom: 35px;
  }
  .s-single-provider .table-tariffs-provider td {
    font-size: 14px;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .s-single-provider .table-tariffs-provider td:nth-child(1) {
    font-size: 17px;
  }
  .s-single-provider .sticky-menu {
    padding-bottom: 20px;
  }
  .s-single-provider-descr {
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .s-single-provider-tariffs {
    padding-bottom: 0;
  }
  .s-single-provider-promo {
    padding-bottom: 80px;
  }
  .s-single-provider-promo .h3 {
    margin-bottom: 35px;
  }
  .s-single-provider .s-check-speed,
  .s-single-provider .s-check-connectivity {
    margin-bottom: 40px;
  }
  .s-single-provider-reviews {
    padding-bottom: 80px;
  }
  .s-single-provider-reviews .s-subttl {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .s-single-provider-faq {
    margin-bottom: 0;
  }
  .s-single-provider .section-mask {
    bottom: -139px;
    height: 140px;
  }
  .single-provider-review-ratings {
    justify-content: center;
  }
}

@media (max-width: 900px) {
  .s-single-provider .row-header {
    flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0;
  }
  .s-single-provider .row-header .cl-1 {
    flex: 0 0 120px;
    max-width: 120px;
    padding: 0;
    margin: 0;
  }
  .s-single-provider .row-header .cl-2 {
    flex: 1 1 auto;
    max-width: 100%;
    padding: 0 0 0 30px;
  }
}

@media (max-width: 767px) {
  .page-single-provider {
    padding-top: 65px;
  }
  .page-single-provider .breadcrumb {
    display: none;
  }
  .page-single-provider .section-decor {
    display: none;
  }
  .s-single-provider {
    margin-bottom: 100px;
  }
  .s-single-provider .h1 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 20px;
  }
  .s-single-provider .h3 {
    margin-bottom: 24px;
  }
  .s-single-provider .sidebar .nav {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .s-single-provider .sidebar .nav-link {
    font-size: 16px;
    padding-left: 1rem;
  }
  .s-single-provider .sidebar .nav-link .label-count {
    font-size: 14px;
    padding: 3px 6px;
    min-width: 30px;
  }
  .s-single-provider .s-header {
    background: transparent;
    padding: 0;
    color: #fff;
  }
  .s-single-provider .s-header .rating {
    background-image: url(../img/svg/icons/rating-white.svg);
    color: #fff;
  }
  .s-single-provider .s-body {
    padding-top: 30px;
  }
  .s-single-provider .row-header {
    display: block;
    padding-bottom: 25px;
  }
  .s-single-provider .row-header .cl-1 {
    margin: 0 auto 28px;
  }
  .s-single-provider .row-header .cl-2 {
    padding-left: 0;
  }
  .s-single-provider .single-provider__resume {
    justify-content: center;
  }
  .s-single-provider .single-provider__rating {
    margin-right: 28px;
  }
  .s-single-provider .single-provider__count-review,
  .s-single-provider .single-provider__technology {
    margin-right: 0;
    color: rgba(255, 255, 255, 0.6);
  }
  .s-single-provider .single-provider__technology {
    flex: 1 1 100%;
    margin-top: 13px;
    text-align: center;
  }
  .s-single-provider .table-tariffs-provider thead {
    display: none;
  }
  .s-single-provider .table-tariffs-provider tr {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    position: relative;
  }
  .s-single-provider .table-tariffs-provider tr:after {
    background: #19cbfa;
    content: "";
    position: absolute;
    bottom: 0;
    left: -20px;
    height: 1px;
    width: calc(100% + 40px);
  }
  .s-single-provider .table-tariffs-provider tr:nth-last-child(1) td:nth-child(4) {
    padding-bottom: 0 !important;
  }
  .s-single-provider .table-tariffs-provider tr:nth-last-child(1):after {
    display: none;
  }
  .s-single-provider .table-tariffs-provider td {
    border-bottom: none !important;
    padding-left: 0;
    font-size: 16px;
  }
  .s-single-provider .table-tariffs-provider td br {
    display: none;
  }
  .s-single-provider .table-tariffs-provider td .price_connect {
    font-size: 14px;
    margin-top: 15px;
  }
  .s-single-provider .table-tariffs-provider td .price_connect br {
    display: block;
  }
  .s-single-provider .table-tariffs-provider td:nth-child(2),
  .s-single-provider .table-tariffs-provider td:nth-child(3) {
    flex: 0 0 50%;
    max-width: 50%;
    padding-top: 20px;
    padding-bottom: 16px !important;
    text-align: left;
  }
  .s-single-provider .table-tariffs-provider td:nth-child(2):before,
  .s-single-provider .table-tariffs-provider td:nth-child(3):before {
    content: attr(data-label);
    font-size: 14px;
    font-weight: 300;
    display: block;
    margin-bottom: 3px;
  }
  .s-single-provider .table-tariffs-provider td:nth-child(1),
  .s-single-provider .table-tariffs-provider td:nth-child(4) {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 12px;
    padding-bottom: 12px !important;
  }
  .s-single-provider .table-tariffs-provider td:nth-child(1) {
    letter-spacing: 0.1em;
    position: relative;
  }
  .s-single-provider .table-tariffs-provider td:nth-child(1):before {
    background: #e6e6e6;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 35px;
  }
  .s-single-provider .table-tariffs-provider td:nth-child(4) {
    padding-bottom: 40px !important;
    text-align: center;
  }
  .s-single-provider-faq {
    padding-bottom: 30px;
  }
  .s-single-provider .section-mask {
    bottom: -59px;
    height: 60px;
  }
  .rate-main {
    margin-right: 10px;
  }
}

@media (max-width: 565px) {
  .s-single-provider .single-provider-review-ratings {
    display: block;
    text-align: center;
    padding: 0;
  }
  .rate-main {
    margin: 0 auto 20px;
    height: auto;
  }
  .rate-main .rate__label {
    display: block;
  }
  .rate-main .i-circle {
    display: none;
  }
  .rate-items {
    margin: 0 auto;
  }
}

@media (max-width: 400px) {
  .rate__label {
    display: block;
    height: auto;
    line-height: 1;
    margin-bottom: 5px;
  }
  .rate__label > span {
    display: block;
  }
  .rate__label:before {
    display: inline-block;
    margin: 0 auto 6px;
  }
}

.page-404 .page-ico {
  height: 390px;
  width: 390px;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  -webkit-transform: translate(-80.5%, -28%);
  transform: translate(-80.5%, -28%);
  opacity: 0.3;
}

.page-ico:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -1px;
  width: 30px;
  height: 80%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #1d9ef2 8%);
}

.page-error .s-1 {
  background-image: linear-gradient(-45deg, #207cee 20%, #19cbfa 100%);
  color: #fff;
  min-height: calc(100vh + 85px);
  padding-top: 80px;
  padding-bottom: 150px;
  text-align: center;
}
.page-error .s-1 .main {
  margin: 27.5vh auto 0;
  position: relative;
  width: 320px;
  max-width: 100%;
  text-align: left;
  -webkit-transform: translateX(18%);
  transform: translateX(18%);
}
.page-error .s-1 .main > * {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  transition:
    opacity 0.65s ease,
    -webkit-transform 0.6s ease;
  transition:
    opacity 0.65s ease,
    transform 0.6s ease;
  transition:
    opacity 0.65s ease,
    transform 0.6s ease,
    -webkit-transform 0.6s ease;
}
.page-error .s-1 .h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 140px;
  font-weight: 700;
  margin-bottom: -5px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.9);
  transition-delay: 0.2s;
}
.page-error .s-1 .subttl {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  margin: 0 auto 40px;
  max-width: 650px;
  transition-delay: 0.3s;
}
.page-error .s-1 .btn-wrap {
  transition-delay: 0.45s;
}

.page-error .section-decor-left-1 {
  width: 850px;
  height: 300px;
  top: 0;
  left: 0;
  -webkit-transform: translate(-34%, 0%) rotate(35deg);
  transform: translate(-34%, 0%) rotate(35deg);
}

.page-error .section-decor-left-2 {
  width: 670px;
  height: 200px;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-12%, 10%) rotate(55deg);
  transform: translate(-12%, 10%) rotate(55deg);
}

.page-error .section-decor-right-1 {
  width: 600px;
  height: 225px;
  top: 50%;
  right: 0;
  -webkit-transform: translate(100%, -12%) rotate(2deg);
  transform: translate(100%, -12%) rotate(2deg);
}

.page-error .section-decor-right-2 {
  width: 300px;
  height: 125px;
  top: 290px;
  right: 30%;
  -webkit-transform: translate(72%, -105%) rotate(-20deg);
  transform: translate(72%, -105%) rotate(-20deg);
}

body.loaded .page-error .section-decor-left-1 {
  -webkit-transform: translate(-34%, 0%) rotate(59deg);
  transform: translate(-34%, 0%) rotate(59deg);
}

body.loaded .page-error .section-decor-left-2 {
  -webkit-transform: translate(-12%, 10%) rotate(87deg);
  transform: translate(-12%, 10%) rotate(87deg);
}

body.loaded .page-error .section-decor-right-1 {
  -webkit-transform: translate(75%, -12%) rotate(2deg);
  transform: translate(75%, -12%) rotate(2deg);
}

body.loaded .page-error .section-decor-right-2 {
  -webkit-transform: translate(72%, -105%) rotate(-43deg);
  transform: translate(72%, -105%) rotate(-43deg);
}

body.loaded .s-1 .main > * {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media (max-width: 767px) {
  .page-error .page-ico-wrap {
    display: none;
  }
  .page-error .s-1 {
    display: flex;
    align-items: center;
  }
  .page-error .s-1 .main {
    margin-top: 0;
    padding-bottom: 50px;
    -webkit-transform: none;
    transform: none;
    text-align: center;
  }
  .page-error .s-1 .subttl {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .page-error .s-1 .section-decor {
    display: none;
  }
}

.page-article__header {
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
.page-article__header:after {
  background: #19c8fa;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 125px;
}

.page-article__title {
  font-family: "FuturaPT", sans-serif;
  font-size: 48px;
  text-align: left;
  font-weight: 600;
  margin: 0 0 15px 0;
  padding: 0;
}

.page-article__date {
  color: #c5c5c5;
  font-size: 13px;
}

.page-article__body {
  width: 90%;
}

.page-article__sidebar {
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  letter-spacing: 0.01em;
  max-width: 90%;
  margin-left: auto;
  padding: 20px 25px;
}
.page-article__sidebar__title {
  font-size: 18px;
  margin-bottom: 20px;
}

.article-anons {
  margin-bottom: 25px;
}
.article-anons__title {
  color: #020202;
  display: block;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none !important;
  line-height: 1.35;
  margin-bottom: 4px;
  transition: all 0.3s ease;
}
.article-anons__title:hover {
  color: #19c8fb;
}
.article-anons__date {
  color: #c3c3c3;
  font-size: 12px;
}
.article-anons:nth-last-child(1) {
  margin-bottom: 0;
}

.content-styles {
  font-size: 16px;
  color: #282828;
  line-height: 1.625;
  letter-spacing: 0.01em;
}
.content-styles li:nth-last-child(1) {
  margin-bottom: 0;
}
.content-styles h2,
.content-styles h3,
.content-styles h4,
.content-styles h5,
.content-styles h6 {
  color: #282828;
  font-family: "FuturaPT", sans-serif;
}
.content-styles h2 {
  font-size: 26px;
  margin-top: 40px;
  margin-bottom: 25px;
}
.content-styles h3 {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.content-styles h4 {
  font-size: 22px;
  margin-top: 40px;
  margin-bottom: 17px;
}
.content-styles h5 {
  font-size: 20px;
  margin-top: 35px;
  margin-bottom: 15px;
}
.content-styles h6 {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 12px;
}
.content-styles sup {
  font-size: 12px;
  vertical-align: super;
}
.content-styles sub {
  font-size: 12px;
  vertical-align: sub;
}
.content-styles b,
.content-styles strong {
  font-weight: bold;
}
.content-styles i,
.content-styles em {
  font-style: italic;
}
.content-styles a {
  color: #19c8fb;
  text-decoration: none !important;
  transition: all 0.4s ease;
}
.content-styles a span {
  transition: 0.25s ease-in;
  display: inline;
  background-repeat: repeat-y;
  background-size: 0 0;
  background-position: 0 65%;
  background-image: linear-gradient(rgba(245, 173, 99, 0.75), rgba(245, 173, 99, 0.75));
  padding: 2px 1px;
}
.content-styles a:hover span {
  background-image: linear-gradient(#19c8fb, #19c8fb);
  background-size: 100% 1em;
  color: #fff;
}
.content-styles p {
  margin-bottom: 25px;
}
.content-styles hr {
  margin-bottom: 40px;
  margin-top: 40px;
  border: 0;
  height: 1px;
  background-color: #d6d5d5;
}
.content-styles blockquote {
  margin: 35px 0 30px;
  position: relative;
  font-size: 20px;
  font-style: italic;
  line-height: 1.3;
  padding-left: 55px;
}
.content-styles blockquote:before {
  content: "";
  position: absolute;
  display: block;
  top: -10px;
  left: 1px;
  background: url(../img/svg/left-quote-mark.svg) no-repeat top center;
  background-size: contain;
  height: 28px;
  width: 35px;
}
.content-styles iframe {
  width: 100% !important;
  min-height: 500px;
  margin-bottom: 35px;
  margin-top: 35px;
}
.content-styles ul {
  margin-bottom: 35px;
  margin-top: 21px;
  list-style-type: none;
}
.content-styles ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  line-height: 1.625;
}
.content-styles ul li p {
  margin-bottom: 0;
}
.content-styles ul > li:before {
  content: "";
  background: #1e93f2;
  border-radius: 50%;
  display: inline-block;
  top: 10px;
  left: 4px;
  height: 4px;
  width: 4px;
  position: absolute;
}
.content-styles ol {
  margin-bottom: 35px;
  margin-top: 21px;
  counter-reset: li;
  list-style-type: none;
}
.content-styles ol > li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
  line-height: 1.625;
}
.content-styles ol > li p {
  margin-bottom: 0;
}
.content-styles ol > li:before {
  color: #1e93f2;
  content: "0" counter(li);
  counter-increment: li;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  vertical-align: middle;
  width: 30px;
  height: 18px;
  line-height: 18px;
  margin-left: -30px;
  margin-top: -2px;
}
.content-styles ul li > ul,
.content-styles ol li > ul {
  margin-top: 10px;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 50px);
}
.content-styles ul li > ul li,
.content-styles ol li > ul li {
  margin-bottom: 10px;
}
.content-styles ul li > ul li:last-of-type,
.content-styles ol li > ul li:last-of-type {
  margin-bottom: 0;
}
.content-styles small {
  font-size: 88%;
}

@media (max-width: 1200px) {
  .page-article__title {
    font-size: 40px;
  }
  .page-article__sidebar {
    max-width: 100%;
  }
  .page-article__body {
    width: 96%;
  }
}

@media (max-width: 991px) {
  .page-article__title {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .page-article__title {
    font-size: 30px;
  }
  .content-styles {
    font-size: 15px;
  }
  .content-styles h2 {
    font-size: 24px;
  }
  .content-styles h3 {
    font-size: 22px;
  }
  .content-styles h4 {
    font-size: 20px;
  }
  .content-styles h5 {
    font-size: 18px;
  }
  .content-styles h6 {
    font-size: 16px;
  }
  .content-styles blockquote {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .page-article__title {
    font-size: 26px;
  }
}

@media (max-width: 360px) {
  .page-article__title {
    font-size: 22px;
  }
}

@media screen and (min-width: 768px) and (max-height: 700px) {
  .section-1 .main {
    padding-top: 120px;
  }
}

@media screen and (min-width: 768px) and (max-height: 650px) {
  .section-1 .main {
    padding-top: 50px;
  }
  .check-address {
    margin-top: 55px;
  }
  .check-searching {
    margin-top: 80px;
  }
}

@media (min-width: 1499px) {
  .decor-2 {
    width: 150%;
    height: 2180px;
    -webkit-transform: translate(-50%, -80%) rotate(-8deg);
    transform: translate(-50%, -80%) rotate(-8deg);
  }
}

@media (min-width: 1921px) {
  .decor-2 {
    width: 180%;
    -webkit-transform: translate(-50%, -81%) rotate(-8deg);
    transform: translate(-50%, -81%) rotate(-8deg);
  }
}

@media (max-width: 1299px) {
  .decor-2 {
    width: 130%;
    left: 48%;
  }
  .section-3:before {
    bottom: -8%;
    left: -2%;
  }
  .section-3:after {
    height: 400px;
  }
}

@media (max-width: 1199px) {
  .slider-reviews {
    width: 68%;
  }
  .decor-2 {
    width: 150%;
    -webkit-transform: translate(-50%, -70%) rotate(-8deg);
    transform: translate(-50%, -70%) rotate(-8deg);
  }
  .section-1 .section-mask {
    width: 120%;
  }
  .section-3 {
    padding-top: 70px;
  }
  .svg-tariffs {
    margin-right: 0;
  }
  .section-tariffs-1 .h1 {
    font-size: 27px;
    margin-bottom: 20px;
  }
}

@media (max-width: 1100px) {
  .s-txt {
    font-size: 16px;
  }
  .tariffs-cards .card-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 1025px) {
  .card-tariff {
    font-size: 9px;
  }
}

@media (max-width: 991px) {
  .col-slider-reviews {
    margin-top: 80px;
  }
  .section-3 .inner {
    width: 480px;
    max-width: 100%;
  }
  .section-1 {
    height: calc(100vh + 40px);
  }
  .section-1 .section-mask {
    width: 220%;
  }
  .decor-2 {
    -webkit-transform: translate(-50%, -65%) rotate(-8deg);
    transform: translate(-50%, -65%) rotate(-8deg);
  }
  .col-slider-reviews {
    margin-left: auto;
    margin-right: auto;
  }
  .s-promo .promo__descr,
  .s-promo .promo {
    margin-bottom: 45px;
  }
  .section-tariffs-1 > .container-big {
    padding-bottom: 20px;
  }
  .section-tariffs-1 .h1 {
    font-size: 24px;
  }
  .sidebar .h5 {
    font-size: 18px;
  }
  .filter-block .filter-title {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .h1,
  .check-searching,
  .form-title {
    text-align: center;
  }
  .check-searching,
  .searching-items {
    display: block;
    text-align: center;
  }
  .check-address,
  .check-searching,
  .searching-item,
  .searching-ttl {
    max-width: 100%;
  }
  .searching-items {
    height: 200px;
  }
  .searching-item {
    line-height: 1.35;
    margin-top: 15px;
    padding-right: 0;
    height: 45px;
    width: 100%;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .searching-item .address {
    display: inline-block;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .searching-item:nth-child(1) {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  .searching-item:nth-child(2) {
    -webkit-transform: translate(0, 130%);
    transform: translate(0, 130%);
  }
  .searching-item:nth-child(3) {
    -webkit-transform: translate(0, 260%);
    transform: translate(0, 260%);
  }
  .searching-item:nth-child(4) {
    -webkit-transform: translate(0, 390%);
    transform: translate(0, 390%);
  }
  .section-1 {
    height: calc(100vh + 20px);
  }
  .section-1:after,
  .section-1:before {
    display: none;
  }
  .section-1 .section-mask {
    background-image: url(../img/svg/mask/mask-1-mobile.svg);
    bottom: -150px;
    width: 150%;
    height: 300px;
    pointer-events: none;
    -webkit-transform: translate(-50%, -100%) rotate(180deg);
    transform: translate(-50%, -100%) rotate(180deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  .section-3 {
    padding-bottom: 160px;
  }
  .section-3:after,
  .section-3:before {
    display: none;
  }
  .slider-nav .line-mask {
    display: none;
  }
  .slider-nav .slick-btn-1 {
    fill: none !important;
  }
  .slider-nav .slick-btn-3 {
    fill: #fff !important;
  }
  .section-tariffs-1 .h1 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

@media (max-width: 767px) {
  .top-nav {
    position: absolute;
    right: 15px;
    top: 10px;
  }
  .page-header .logo a {
    margin-top: -1px;
  }
  .page-header .logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
  }
  body.loaded .page-header .logo {
    opacity: 1;
    pointer-events: auto;
  }
  .container,
  .container-big {
    padding-left: 15px;
    padding-right: 15px;
  }
  .modal-master .modal-title,
  .logo a {
    font-size: 24px;
  }
  .h1 {
    font-size: 34px;
  }
  .h3 {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .form-title {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .page-header {
    padding-top: 14px;
    z-index: 15;
  }
  .section-1 {
    padding-top: 60px;
    padding-bottom: 60px;
    display: block;
    height: auto;
    min-height: auto;
    z-index: 10;
  }
  .section-1 .main {
    padding-top: 70px;
  }
  .section-1 .section-mask {
    bottom: -30px;
    width: 120%;
    height: 130px;
  }
  .decor-2 {
    display: none;
  }
  .check-address,
  .check-searching {
    margin-top: 40px;
  }
  .steps .step.flex-row-reverse > div:nth-child(odd),
  .steps .step > div:nth-child(even) {
    padding-left: 30px;
  }
  .section-3 {
    text-align: center;
  }
  .section-3 .h3 {
    margin-bottom: 20px;
  }
  .section-3 .inner {
    padding-left: 0;
  }
  .section-3 .container {
    padding-bottom: 40px;
  }
  .section-3 .section-mask {
    background: url(../img/svg/mask/mask-1-mobile.svg) no-repeat top center;
    width: 200%;
    height: 700px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .modal-subtitle,
  .section-subtll {
    font-size: 16px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .review-text,
  .section-3 .txt {
    padding-right: 0;
  }
  .slider-reviews {
    margin-left: auto;
    margin-right: auto;
  }
  .slider-reviews {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 100%;
    width: 380px;
  }
  .slider-reviews .slick-slide {
    margin-left: 10px;
    margin-right: 10px;
  }
  .slider-reviews .slick-list {
    overflow: hidden;
    padding-bottom: 10px;
  }
  .page-home .slider-reviews {
    min-height: 0;
  }
  .slider-nav {
    left: 50%;
    top: 100%;
    max-width: 100%;
    width: 210px;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
  }
  .slider-nav button:after {
    width: 10px !important;
  }
  .review-name {
    color: transparent;
    width: 100%;
  }
  .review-name:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .review-item {
    background: #fff;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  }
  .review-item:after {
    display: none;
  }
  .review-text,
  .review-name span {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  .review-rating {
    opacity: 1;
  }
  .review-name {
    color: rgba(25, 25, 25, 0.8);
    position: relative;
    overflow-y: hidden;
    top: 0;
  }
  .review-name,
  .active-slide .review-name {
    padding-top: 17px;
  }
  .navbar-toggler {
    outline: none !important;
    padding: 15px 10px;
    font-size: 0;
    position: fixed;
    right: 5px;
    z-index: 70;
  }
  .navbar-toggler-icon,
  .navbar-toggler-icon:after,
  .navbar-toggler-icon:before {
    width: 20px;
    height: 2px;
  }
  .navbar-toggler-icon:after,
  .navbar-toggler-icon:before {
    content: "";
    background: #fff;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
  }
  .navbar-toggler-icon:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .navbar-toggler-icon:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .navbar-toggler-icon {
    background: transparent;
    position: relative;
  }
  .navbar-toggler.collapsed {
    position: absolute;
    right: -10px;
  }
  .navbar-toggler.collapsed .navbar-toggler-icon {
    background: #fff;
  }
  .navbar-toggler.collapsed .navbar-toggler-icon:before {
    top: -5px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .navbar-toggler.collapsed .navbar-toggler-icon:after {
    top: 5px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .top-nav .nav-link {
    font-size: 16px;
  }
  .top-nav .nav-link:before {
    display: none;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    border-radius: 0;
    border: none;
    box-shadow: none;
    font-size: 14px;
    text-align: center;
  }
  .navbar-nav .dropdown-item {
    border-bottom: none;
    color: #fff;
  }
  .navbar-nav .dropdown-item:focus,
  .navbar-nav .dropdown-item:hover {
    background-color: transparent;
  }
  .menuBg {
    background-image: linear-gradient(-35deg, #207cee 0%, #19cbfa 100%);
    width: 3000px;
    height: 3000px;
    border-radius: 50%;
    position: fixed;
    z-index: 40;
    top: 30px;
    right: 30px;
    -webkit-transform: translateY(-50%) translateX(50%) scale(0.001);
    transform: translateY(-50%) translateX(50%) scale(0.001);
    opacity: 0;
  }
  .navbar-collapse.show + .menuBg {
    -webkit-animation: showMenu 1.5s cubic-bezier(0.02, 1.25, 1, 1) forwards;
    animation: showMenu 1.5s cubic-bezier(0.02, 1.25, 1, 1) forwards;
  }
  @-webkit-keyframes showMenu {
    0% {
      -webkit-transform: translateY(-50%) translateX(50%) scale(0.001);
      transform: translateY(-50%) translateX(50%) scale(0.001);
      opacity: 0;
    }
    5% {
      opacity: 1;
    }
    100% {
      -webkit-transform: translateY(-50%) translateX(50%) scale(1);
      transform: translateY(-50%) translateX(50%) scale(1);
      opacity: 1;
    }
  }
  @keyframes showMenu {
    0% {
      -webkit-transform: translateY(-50%) translateX(50%) scale(0.001);
      transform: translateY(-50%) translateX(50%) scale(0.001);
      opacity: 0;
    }
    5% {
      opacity: 1;
    }
    100% {
      -webkit-transform: translateY(-50%) translateX(50%) scale(1);
      transform: translateY(-50%) translateX(50%) scale(1);
      opacity: 1;
    }
  }
  .navbar-collapse + .menuBg {
    -webkit-animation: hideMenu 0.5s cubic-bezier(0.24, 0.93, 1, 1) forwards;
    animation: hideMenu 0.5s cubic-bezier(0.24, 0.93, 1, 1) forwards;
  }
  @-webkit-keyframes hideMenu {
    0% {
      -webkit-transform: translateY(-50%) translateX(50%) scale(1);
      transform: translateY(-50%) translateX(50%) scale(1);
      opacity: 1;
    }
    95% {
      opacity: 1;
    }
    100% {
      -webkit-transform: translateY(-50%) translateX(50%) scale(0.001);
      transform: translateY(-50%) translateX(50%) scale(0.001);
      opacity: 0;
    }
  }
  @keyframes hideMenu {
    0% {
      -webkit-transform: translateY(-50%) translateX(50%) scale(1);
      transform: translateY(-50%) translateX(50%) scale(1);
      opacity: 1;
    }
    95% {
      opacity: 1;
    }
    100% {
      -webkit-transform: translateY(-50%) translateX(50%) scale(0.001);
      transform: translateY(-50%) translateX(50%) scale(0.001);
      opacity: 0;
    }
  }
  .navbar-collapse {
    background-color: transparent;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    transition: all 0.3s ease 0.3s;
    z-index: 50;
    padding: 10px 0;
    overflow-y: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .navbar-collapse__inner {
    display: flex;
    align-items: center;
    padding: 50px 0;
    min-height: 100%;
  }
  .navbar-collapse .nav-item {
    opacity: 0;
    -webkit-transform: translateY(35px);
    transform: translateY(35px);
    transition: all 0.35s ease;
  }
  .navbar-collapse.show {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-delay: 0s;
  }
  .navbar-collapse.show .nav-item {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all 0.35s ease;
  }
  .navbar-collapse.show .nav-item:nth-child(1) {
    transition-delay: 0.4s;
  }
  .navbar-collapse.show .nav-item:nth-child(2) {
    transition-delay: 0.5s;
  }
  .navbar-collapse.show .nav-item:nth-child(3) {
    transition-delay: 0.6s;
  }
  .navbar-collapse.show .nav-item:nth-child(4) {
    transition-delay: 0.7s;
  }
  .navbar-collapse.show .nav-item:nth-child(5) {
    transition-delay: 0.8s;
  }
  .navbar-collapse.show .nav-item:nth-child(6) {
    transition-delay: 0.9s;
  }
  .navbar-nav {
    width: 100%;
    text-align: center;
  }
  .top-nav li {
    margin-right: 0;
    padding: 10px 0;
  }
  .section-builds-1 {
    padding-top: 50px;
  }
  .section-builds-1 .houses-container {
    margin-top: 1.35rem;
    padding-bottom: 40px;
  }
  .section-builds-1 .nav-breadcrumb {
    margin-top: 30px;
  }
  .section-builds-1 .nav-breadcrumb .breadcrumb {
    margin-bottom: 5px;
  }
  .section-builds-1 .h1 {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .btn-select-build:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
  }
  .s-promo .promo {
    margin-bottom: 40px;
  }
  .s-promo .promo__title {
    margin-left: 0;
  }
  .s-promo .promo__descr {
    margin-bottom: 45px;
  }
  .page-tariffs-wrap .page-header__inner {
    justify-content: center;
  }
  .section-tariffs-1 {
    padding-top: 66px;
    padding-bottom: 150px;
  }
  .section-tariffs-1 .col-cards,
  .section-tariffs-1 .col-sidebar {
    padding: 0;
  }
  .section-tariffs-1 .col-cards {
    transition: -webkit-transform 0.35s ease 0.25s;
    transition: transform 0.35s ease 0.25s;
    transition:
      transform 0.35s ease 0.25s,
      -webkit-transform 0.35s ease 0.25s;
  }
  .section-tariffs-1 .row-content {
    margin: 0;
    width: 200%;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition:
      transform 0.5s ease,
      -webkit-transform 0.5s ease;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .section-tariffs-1 .row-content.active-sidebar {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .section-tariffs-1 .btn-master,
  .section-tariffs-1 .tariffs-header,
  .section-tariffs-1 .sidebar .h5 {
    display: none;
  }
  .section-tariffs-1 .filter-for-mobile {
    display: flex;
    margin-bottom: 5px;
  }
  .section-tariffs-1 .sidebar .btn-reset-filter {
    display: block;
  }
  .section-tariffs-1 .filter-block .filter-title {
    font-size: 18px;
  }
  .section-tariffs-1 .filter-block {
    margin-bottom: 22px;
  }
  .section-tariffs-1 .filter-block-without-title {
    margin-bottom: 10px;
  }
  .section-tariffs-1 .filter-block .filter-title {
    margin-top: 10px;
  }
  .section-tariffs-1 .filter-block .custom-control {
    margin-bottom: 10px;
  }
  .s-check-speed .section-decor-wrap,
  .page-tariffs .section-decor-right-1,
  .page-tariffs .section-decor-bottom-1,
  .page-tariffs .section-decor-bottom-2,
  .page-tariffs .section-decor-left-1 {
    display: none;
  }
  .modal-master .modal-subtitle {
    width: 100%;
  }
  .modal-master .modal-footer {
    padding: 0rem 1rem 2.25rem;
  }
  .s-popular-tariffs .slider-base .slick-arrow,
  .s-popular-providers .slider-base .slick-arrow {
    top: 50%;
  }
  .s-popular-tariffs {
    padding: 25px 0 85px;
  }
  .s-popular-tariffs .h3,
  .s-popular-providers .h3 {
    margin-bottom: 25px;
  }
  .section-2 {
    padding: 70px 0 50px;
  }
  .page-footer {
    padding: 35px 0 15px;
  }
  .page-footer .contacts {
    margin-top: 30px;
    text-align: center;
  }
  .s-insertion {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .page-base {
    padding-top: 65px;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .section-1 .main {
    padding-top: 40px;
  }
}

@media (max-width: 575px) {
  .check-address .field-text input {
    padding-top: 19px;
    padding-bottom: 19px;
  }
  .step-info {
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 450px;
  }
  .section-2 {
    padding: 45px 0;
  }
  .section-3 {
    height: auto;
  }
  .steps .step:not(.flex-row-reverse) .step-info {
    float: none;
  }
  .svg-input,
  .svg-tariffs,
  .svg-form {
    display: none;
  }
  .steps .step,
  .steps .step.flex-row-reverse {
    margin-bottom: 100px;
  }
  .steps .step.flex-row-reverse > div:nth-child(odd),
  .steps .step > div:nth-child(even) {
    padding-left: 15px;
  }
  .section-3 .section-mask {
    width: 250%;
  }
  .page-builds .section-decor-left-1,
  .page-builds .section-decor-left-2 {
    display: none;
  }
  .page-builds .section-decor-right-2 {
    left: 0;
    width: 850px;
    height: 305px;
    -webkit-transform: translate(-1%, -65%) rotate(-16deg);
    transform: translate(-1%, -65%) rotate(-16deg);
  }
  .tariffs-cards .card-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .card-item {
    padding: 10px;
  }
  .card-item .card-tariff {
    font-size: 10px;
  }
  .card-item .card-tariff .row-description {
    height: auto;
    padding: 11px 0;
  }
  .xs-db {
    display: block;
  }
  .s-popular-tariffs .card-tariff .row-description {
    height: 90px;
  }
  .current-provider_ip-wrap,
  .current-provider {
    flex-wrap: wrap;
  }
  .current-provider__logo {
    flex: 0 0 100%;
    margin: 0;
  }
}

@media (max-width: 575px) {
  .page-footer .logo {
    margin: 0 auto 20px;
    display: block;
  }
  .page-footer .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .page-footer .row-copyright div:nth-child(2) .widget-menu {
    margin-left: 0px;
  }
}

@media (max-width: 460px) {
  .page-footer .logo {
    text-align: center;
  }
  .page-footer .col-xs-6 {
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
  }
  .page-footer .contacts {
    margin-top: 0;
  }
}

@media (max-width: 360px) {
  .section-1 .section-mask {
    width: 200%;
  }
  .section-3 .section-mask {
    width: 250%;
  }
  .review-item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .slider-reviews {
    padding-left: 0;
    padding-right: 0;
  }
  .slider-reviews .slick-slide {
    margin-left: 10px;
    margin-right: 10px;
  }
  .card-tariff {
    padding-left: 15px;
    padding-right: 15px;
  }
  .s-txt {
    font-size: 15px;
  }
}
