html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@-webkit-keyframes anim-opacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes anim-opacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.anim-opacity {
  -webkit-animation: 3s anim-opacity;
          animation: 3s anim-opacity;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

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

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 16px;
  color: #1D2530;
  background-color: rgba(242, 247, 255, 0.5019607843);
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
  width: 100%;
}

img,
video {
  max-width: 100%;
}

h2 {
  font-weight: 800;
  font-size: 48px;
  line-height: 61px;
}

a {
  color: #1D2530;
}

.repeat__link {
  transition: 1s;
  background-color: #685ED6;
  border-radius: 6px;
  padding: 10px 20px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: 0.55s;
  cursor: pointer;
}

.repeat__link:hover {
  background-color: rgb(130.6866336634, 122.453960396, 221.246039604);
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.header .container {
  position: relative;
}

.header .mobile__menu {
  position: absolute;
  left: 0;
  top: 100px;
  background-color: #fff;
  padding: 25px 15px;
  padding-left: 25px;
  width: 100%;
  height: auto;
  z-index: 4;
  transition: 0.55s;
  display: none;
  -webkit-transform: translateX(-200%);
          transform: translateX(-200%);
}

.header .mobile__menu a.mobile__menu_logo {
  display: block;
  margin-bottom: 20px;
}

.header .mobile__menu ul li {
  display: block;
  margin-bottom: 15px;
  font-weight: 500;
}

.header .mobile__menu ul li a {
  color: #1d2530;
  text-decoration: none;
}

.header .mobile__menu ul li a:hover {
  text-decoration: underline;
}

.header .mobile__menu ul li a.mobile__menu_log {
  color: #685ED6;
  font-weight: 700;
}

.header .mobile__menu ul li a.mobile__menu_reg {
  color: #685ED6;
  font-weight: 700;
}

.header .mobile__menu.__show {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.header .mobile__openclose {
  width: 40px;
  height: 40px;
  margin-top: 4px;
  cursor: pointer;
  position: relative;
  z-index: 5;
  display: none;
}

.header .mobile__openclose span {
  width: 100%;
  height: 3.5px;
  background-color: #685ED6;
  display: block;
  margin-bottom: 7px;
  transition: 0.75s;
}

.header .mobile__openclose.__active span.__second {
  display: none;
}

.header .mobile__openclose.__active span.__first {
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
  position: relative;
  top: 5px;
}

.header .mobile__openclose.__active span.__third {
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  position: relative;
  top: -5px;
}

.header .header__top {
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .header__logreg {
  display: flex;
  align-items: center;
  max-width: 230px;
  margin-left: auto;
  font-weight: 700;
}

.header .header__log {
  margin-right: 12px;
  display: block;
  background-color: rgb(218.3712871287, 215.9455445545, 245.0544554455);
  color: #685ed6;
  border-radius: 6px;
  padding: 12px 20px;
  cursor: pointer;
  transition: 0.55s;
}

.header .header__log:hover {
  color: #fff;
  background-color: #685ED6;
}

.header .header__reg {
  display: block;
}

.header .header__home {
  padding-top: 125px;
  margin-bottom: 99px;
  min-height: 600px;
  position: relative;
}

.header .header__home:after {
  content: "";
  position: absolute;
  right: 0;
  top: 100px;
  background-image: url("../img/header1.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 725px;
  height: 600px;
}

.header .header__info {
  max-width: 482px;
}

.header .header__info h1 {
  font-weight: 800;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 24px;
  max-width: 383px;
}

.header .header__info h1 span {
  color: #685ed6;
  display: block;
}

.header .header__info p {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 32px;
  max-width: 482px;
}

.header .header__info p strong {
  font-weight: 800;
  color: #685ed6;
}

.header .header__info a.repeat__link {
  padding-top: 12px;
  padding-bottom: 12px;
}

.online {
  padding-top: 96px;
  padding-bottom: 82px;
}

.online .online__bls {
  display: flex;
  align-items: center;
}

.online .online__lb h2 {
  margin-bottom: 68px;
}

.online .online__infos {
  display: flex;
  align-items: center;
  margin-bottom: 48px;
}

.online .online__infos img {
  margin-right: 26px;
}

.online .online__flex h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 8px;
}

.online .online__flex p {
  line-height: 26px;
}

.tariffs {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.tariffs h2 {
  font-size: 46px;
  margin-bottom: 16px;
}

.tariffs h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 40px;
}

.tariffs .tariffs__wrap {
  display: flex;
  justify-content: space-between;
}

.tariffs .tariffs__tarif {
  width: 32%;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.0705882353);
  border-radius: 6px;
}

.tariffs .tariffs__tarif .tariffs__tarif_btm {
  padding: 30px;
  padding-top: 0;
  padding-bottom: 50px;
}

.tariffs .tariffs__tarif strong {
  background-color: rgba(104, 94, 214, 0.0509803922);
  font-weight: 800;
  font-size: 24px;
  line-height: 48px;
  display: block;
  margin-bottom: 46px;
}

.tariffs .tariffs__tarif h4 {
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 32px;
}

.tariffs .tariffs__tarif span {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 46px;
}

.tariffs .tariffs__tarif a.repeat__link {
  padding-right: 66px;
  padding-left: 66px;
}

.connection {
  padding-top: 70px;
  padding-bottom: 121px;
}

.connection h2 {
  margin-bottom: 40px;
  text-align: center;
}

.connection .connection__bls {
  display: flex;
  justify-content: space-between;
}

.connection .connection__bl {
  width: 25%;
  text-align: center;
  position: relative;
}

.connection .connection__bl span {
  background-color: #F1E4FF;
  font-weight: 700;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #685ed6;
  margin-bottom: 17px;
}

.connection .connection__bl h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 4px;
}

.connection .connection__bl p {
  line-height: 26px;
  margin-bottom: 40px;
}

.connection .connection__bl.__first .__first_line img.__one {
  position: absolute;
  right: -50px;
  top: 20px;
}

.connection .connection__bl.__first .__first_line img.__two {
  position: absolute;
  right: -100px;
  top: 35px;
}

.connection .connection__bl.__first .__first_line img.__free {
  position: absolute;
  right: -230px;
  top: 75px;
}

.connection .connection__bl.__second {
  margin-top: 70px;
}

.connection .connection__bl.__second .__second_line img.__four {
  position: absolute;
  right: -50px;
  top: -60px;
}

.connection .connection__bl.__second .__second_line img.__five {
  position: absolute;
  right: -120px;
  top: -60px;
}

.connection .connection__bl.__second .__second_line img.__six {
  position: absolute;
  right: -250px;
  top: -10px;
}

.reviews {
  padding-top: 20px;
  padding-bottom: 80px;
}

.reviews .container {
  position: relative;
}

.reviews .container .reviews__quotes {
  position: absolute;
  right: 0;
  top: -45px;
}

.reviews h2 {
  margin-bottom: 58px;
  text-align: center;
}

.reviews .reviews__slides .owl-dots .owl-dot span {
  background-color: transparent;
  border: 1px solid #685ED6;
  width: 10px;
  height: 10px;
}

.reviews .reviews__slides .owl-dots .owl-dot.active span {
  background-color: #685ED6;
  width: 10px;
  height: 10px;
}

.reviews .reviews__slide {
  text-align: center;
  padding-bottom: 30px;
}

.reviews .reviews__slide .reviews__text {
  background-color: #fff;
  box-shadow: 0px 6px 24px 0px rgba(34, 60, 80, 0.2);
  padding: 32px;
  padding-bottom: 45px;
  border-radius: 6px;
}

.reviews .reviews__slide h3 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 8px;
}

.reviews .reviews__slide p {
  font-size: 14px;
  line-height: 24px;
}

.reviews .reviews__author {
  display: flex;
  max-width: 250px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
}

.reviews .reviews__author span {
  background-color: #dad8f5;
  width: 58px;
  height: 58px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
}

.reviews .reviews__author .reviews__flex strong {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  display: block;
}

.reviews .reviews__author .reviews__flex a {
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}

.connect .connect__inner {
  display: flex;
  background-color: #685ED6;
  justify-content: center;
  align-items: center;
  max-width: 1110px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 110px;
  margin-top: 90px;
  margin-bottom: 90px;
  border-radius: 6px;
}

.connect .connect__image {
  position: relative;
  margin-bottom: -19px;
  margin-right: 80px;
}

.connect .connect__form {
  display: flex;
  flex-direction: column;
  max-width: 445px;
}

.connect .connect__form h2 {
  font-size: 33px;
  line-height: 41px;
  color: #fff;
  margin-bottom: 32px;
}

.connect .connect__form form {
  display: flex;
  align-items: center;
}

.connect .connect__form input[type=text] {
  font-size: 15px;
  color: #000;
  padding: 14px 16px;
  background-color: #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: none;
  outline: none;
  display: block;
  height: 50px;
}

.connect .connect__form input[type=text]::-webkit-input-placeholder {
  color: #474a57;
}

.connect .connect__form input[type=text]::-moz-placeholder {
  color: #474a57;
}

.connect .connect__form input[type=text]::-ms-input-placeholder {
  color: #474a57;
}

.connect .connect__form input[type=text]::placeholder {
  color: #474a57;
}

.connect .connect__form input[type=submit] {
  background-color: #18191F;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 16px;
  color: #fff;
  display: block;
  cursor: pointer;
  transition: 0.55s;
  outline: none;
  border: none;
  height: 53px;
}

.connect .connect__form input[type=submit]:hover {
  background-color: rgb(68.5090909091, 71.3636363636, 88.4909090909);
}

.footer {
  background-color: #1D2530;
  color: #fff;
}

.footer .footer__top {
  padding-top: 113px;
  padding-bottom: 90px;
  display: flex;
}

.footer .footer__menus {
  margin-left: auto;
  width: 650px;
  display: flex;
  justify-content: space-between;
}

.footer .footer__menu {
  width: 25%;
  margin-right: 25%;
}

.footer .footer__menu h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 32px;
}

.footer .footer__menu ul li {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}

.footer .footer__menu ul a {
  color: #fff;
  text-decoration: none;
  transition: 0.55s;
}

.footer .footer__menu ul a:hover {
  text-decoration: underline;
}

.footer .footer__copy {
  background-color: #141B23;
  padding-top: 35px;
  padding-bottom: 35px;
  font-size: 14px;
  color: #d9dbe1;
}

.up-btn {
  border-radius: 100%;
  background-color: transparent;
  color: #fff;
  padding: 0px;
  font-size: 18px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 10;
  transition: 0.3s all;
}

@media (max-width: 1130px) {
  .header .header__home:after {
    width: 625px;
    height: 500px;
  }
}

@media (max-width: 1100px) {
  .tariffs .tariffs__tarif h4 {
    font-size: 20px;
    line-height: 23px;
  }

  .tariffs .tariffs__tarif a.repeat__link {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 1040px) {
  .header .header__home:after {
    width: 525px;
    height: 400px;
  }
}

@media (max-width: 950px) {
  .header .header__home:after {
    width: 425px;
    height: 300px;
  }
}

@media (max-width: 900px) {
  .header .container.__bgwhite {
    background-color: #fff;
  }

  .header .mobile__menu {
    display: block;
  }

  .header .mobile__openclose {
    display: block;
  }

  .header .header__logreg {
    display: none;
  }

  .connection .connection__bls {
    flex-direction: column;
  }

  .connection .connection__bl {
    width: 100%;
    margin-bottom: 50px;
  }

  .connection .connection__bl img {
    width: 100%;
    max-width: 500px;
  }

  .connection .connection__bl.__first .__first_line {
    display: none;
  }

  .connection .connection__bl.__second {
    margin-top: 0;
  }

  .connection .connection__bl.__second .__second_line {
    display: none;
  }

  .footer .footer__menus {
    max-width: 70%;
  }

  .footer .footer__menu {
    width: 45%;
    margin-right: 0;
  }
}

@media (max-width: 870px) {
  .header .header__home:after {
    width: 325px;
    height: 200px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -70px;
  }
}

@media (max-width: 800px) {
  .tariffs .tariffs__wrap {
    flex-direction: column;
  }

  .tariffs .tariffs__tarif {
    width: 100%;
    margin-bottom: 40px;
  }

  .up-btn {
    display: none;
  }
}

@media (max-width: 760px) {
  .connect .connect__inner {
    padding-left: 15px;
    margin-top: 30px;
    margin-bottom: 70px;
    padding-bottom: 30px;
  }

  .connect .connect__image {
    display: none;
  }

  .connect .connect__form {
    max-width: 100%;
  }
}

@media (max-width: 740px) {
  .header .header__home {
    padding-top: 50px;
    margin-bottom: 50px;
    min-height: inherit;
  }

  .header .header__home:after {
    width: 125px;
    height: 100px;
    right: 50px;
    top: 100px;
  }

  .online {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .online .online__bls {
    flex-direction: column;
  }

  .online .online__lb {
    margin-bottom: 30px;
  }

  .tariffs {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .connection {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .reviews {
    padding-bottom: 0px;
  }

  .reviews .container .reviews__quotes {
    width: 50px;
    top: 0;
    right: 10px;
  }

  .reviews h2 {
    margin-bottom: 40px;
  }

  .footer .footer__top {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 600px) {
  .footer .footer__top {
    display: none;
  }
}

@media (max-width: 570px) {
  h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .header .header__home:after {
    right: 0;
    top: 80px;
  }

  .header .header__info {
    max-width: 100%;
  }

  .header .header__info h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .header .header__info p {
    font-size: 20px;
    line-height: 25px;
  }

  .tariffs h2 {
    font-size: 30px;
    line-height: 38px;
  }
}

@media (max-width: 414px) {
  .header .header__logo img {
    width: 110px;
  }

  .header .header__log {
    padding: 12px 12px;
    font-size: 14px;
  }

  .header .header__reg {
    padding: 12px 12px;
    font-size: 14px;
  }

  .connect .connect__form form {
    width: 100%;
  }

  .connect .connect__form input[type=text] {
    width: 60%;
  }

  .connect .connect__form input[type=submit] {
    width: 40%;
  }
}

@media (max-width: 380px) {
  .reviews .container .reviews__quotes {
    display: none;
  }
}

@media (max-width: 374px) {
  .header .header__home:after {
    width: 90px;
    height: 70px;
    top: 65px;
  }
}
