/*--------Reset--------*/


.item img {
	margin: 0 auto;
	max-height: 814px;
}
	
* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  font: inherit;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  font: inherit;
  font-weight: bold;
}

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

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

body {
  line-height: 1;
}

b, strong {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q {
  focus-outline: 0;
}

q:before, q:after {
  content: '';
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/*--------Fonts--------*/
@font-face {
  font-family: "Gilroy";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/Gilroy/GilroyExtraBold/GilroyExtraBold.eot");
  src: url("../fonts/Gilroy/GilroyExtraBold/GilroyExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/GilroyExtraBold/GilroyExtraBold.woff") format("woff"), url("../fonts/Gilroy/GilroyExtraBold/GilroyExtraBold.ttf") format("truetype");
}

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

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

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

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

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

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #666;
}

body input:required:valid,
body textarea:required:valid {
  color: #666;
}

html, body {
  height: 100%;
}

body {
  position: relative;
  min-width: 320px;
  font-family: "Gilroy", sans-serif!important;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  opacity: 1;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.hidden {
  display: none !important;
}

.nopadding {
  padding: 0 !important;
}

.ico {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-image: url("../img/sprites/sprite.png");
  background-repeat: no-repeat;
}

.ico--1 {
  background-position: 0px -69px;
  width: 45px;
  height: 66px;
}

.ico--2 {
  background-position: -85px 0px;
  width: 72px;
  height: 66px;
}

.ico--3 {
  background-position: 0px 0px;
  width: 83px;
  height: 67px;
}

.ico--arrows {
  background-position: -159px -98px;
  width: 32px;
  height: 13px;
}

.ico--base {
  background-position: -106px -69px;
  width: 47px;
  height: 47px;
}

.ico--conf {
  background-position: -49px -137px;
  width: 47px;
  height: 47px;
}

.ico--database {
  background-position: -159px 0px;
  width: 47px;
  height: 47px;
}

.ico--infinite {
  background-position: -159px -113px;
  width: 14px;
  height: 7px;
}

.ico--refresh {
  background-position: -159px -49px;
  width: 47px;
  height: 47px;
}

.ico--test {
  background-position: 0px -137px;
  width: 47px;
  height: 47px;
}

.ico--upload {
  background-position: -47px -69px;
  width: 57px;
  height: 47px;
}

/*--------Style--------*/
.btn {
  display: inline-block!important;
  padding: 9px 20px 7px!important;
  text-decoration: none!important;
  text-align: center!important;
  font-family: "Gilroy", sans-serif!important;
  font-size: 15px!important;
  font-weight: 500!important;
  line-height: 39px!important;
  text-transform: uppercase!important;
  color: #fff!important;
  background-color: #0095ff!important;
  border: none!important;
  -webkit-border-radius: 28px!important;
          border-radius: 28px!important;
  position: relative!important;
  outline: medium none!important;
  -webkit-transition: all 0.25s ease!important;
  -o-transition: all 0.25s ease!important;
  transition: all 0.25s ease!important;
}

.btn:focus, .btn:hover {
  text-decoration: none!important;
  color: #fff!important;
}

.btn:hover {
  padding: 9px 27px 7px!important;
  font-size: 14px!important;
  line-height: 39px!important;
  -webkit-box-shadow: 0 12px 37px 2px rgba(0, 114, 255, 0.6), inset 0 0 29px 6px rgba(0, 0, 0, 0.05)!important;
          box-shadow: 0 12px 37px 2px rgba(0, 114, 255, 0.6), inset 0 0 29px 6px rgba(0, 0, 0, 0.05)!important;
}

.btn_white {
  color: #0095ff!important;
  background-color: #fff!important;
}

.btn_white:hover, .btn_white:focus {
  color: #0095ff!important;
  -webkit-box-shadow: 0 12px 37px 2px rgba(255, 255, 255, 0.6), inset 0 0 29px 6px rgba(0, 132, 209, 0.05)!important;
          box-shadow: 0 12px 37px 2px rgba(255, 255, 255, 0.6), inset 0 0 29px 6px rgba(0, 132, 209, 0.05)!important;
}

section {
  padding: 80px 0;
  position: relative;
  text-align: center;
}

.time {
	background-color: #0095ff!important;
	padding: 80px 0 5px!important;
}

section.inverse {
  color: #fff;
  background-color: #0095ff;
}

section.inverse .section__title {
  color: #fff;
}

.section__title {
  margin-bottom: 50px;
}

.section__desc {
  font-weight: 400;
}

h1, .h1, h2, .h2, .section__title {
  font-size: 60px;
  font-weight: 300;
  color: #000;
}

h2, .h2, .section__title {
  font-size: 48px;
}

/*--------Header--------*/
.header {
  position: relative;
}

.header__inner {
  min-height: 620px;
  background-image: url("../img/header-bg.png");
  background-repeat: no-repeat;
  background-position: top right;
  -webkit-background-size: contain;
          background-size: contain;
  position: relative;
}

.header__top-line {
  padding-top: 50px;
}

.logo {
  display: inline-block;
  width: 114px;
  height: 59px;
}

.offer {
  display: inline-block;
  padding-top: 70px;
  text-align: left;
}

.offer__title {
  margin-bottom: 25px;
  font-size: 46px!important;

  font-family: "Gilroy"!important;
  font-weight: 300!important;
}

.offer__desc {
  display: block;
  margin-bottom: 50px;
  font-size: 18px;
  text-transform: uppercase;
  color: #999999;
}

.tryfree {
  padding-top: 100px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 132, 209, 0.74);
  z-index: 10;
  -webkit-transform: translateY(-150%);
      -ms-transform: translateY(-150%);
          transform: translateY(-150%);
  -webkit-transition: -webkit-transform .5s ease .3s;
  transition: -webkit-transform .5s ease .3s;
  -o-transition: transform .5s ease .3s;
  transition: transform .5s ease .3s;
  transition: transform .5s ease .3s, -webkit-transform .5s ease .3s;
}

.tryfree ~ * {
  -webkit-transition: -webkit-filter .5s ease;
  transition: -webkit-filter .5s ease;
  -o-transition: filter .5s ease;
  transition: filter .5s ease;
  transition: filter .5s ease, -webkit-filter .5s ease;
}

.tryfree .close {
  display: inline-block;
  width: 70px;
  height: 70px;
  position: absolute;
  right: 50px;
  top: 50px;
  cursor: pointer;
  opacity: .7;
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.tryfree .close:hover {
  opacity: 1;
}

.tryfree__title {
  margin-bottom: 80px;
  font-size: 60px;
  font-weight: 300;
  color: #fff;
}

.tryfree.open {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.tryfree.open ~ * {
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.form {
  position: relative;
}

.form__input {
  padding: 8px 15px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: 3px solid #fff;
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.form__input:-ms-input-placeholder {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}

.form__input::-moz-placeholder {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}

.form__input::-webkit-input-placeholder {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}

.form__input::placeholder {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}

.form__input + .form__input {
  margin-left: 27px;
}

.form__input:focus {
  -webkit-box-shadow: 0 8px 52px 2px rgba(222, 4, 4, 0.6);
          box-shadow: 0 8px 52px 2px rgba(222, 4, 4, 0.6);
}

.form__btn {
  margin-top: 50px;
}

.form .success {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 42px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  z-index: 100;
}

.form .success span {
  margin: auto;
}

.form .success ~ * {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.form .success.active ~ * {
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

/*--------Time--------*/
.time {
  background-color: #eff8ff;
  z-index: 2;
}

.time__desc {
  margin-bottom: 30px;
  color: #fff;
  font-size: 22px;
}

.link {
  display: inline-block;
  position: relative;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #0095ff;
  border: none;
  border-bottom: 1px dashed #33aaff;
  background-color: transparent;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.link:hover, .link:focus {
  color: #0095ff;
  text-decoration: none;
  border-color: transparent;
}

.link_up::after {
  content: '\f106';
  font-family: 'FontAwesome'!important;
  font-size: 16px;
  display: inline-block;
  position: absolute;
  right: -15px;
  top: -5px;
}

.read-more {
  display: none;
  padding: 134px 0;
  position: relative;
  top: 0px;
  width: 100%;
  color: #eff8ff;
  background-color: #0095ff;
  z-index: 1;
}

.read-more-item {
  position: relative;
}

.read-more-item .ico {
  position: absolute;
  top: 141px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.read-more .close {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
  opacity: .7;
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.read-more .close:hover {
  opacity: 1;
}

/*--------WEDO--------*/
.wedo-item {
  float: left;
  width: 25%;
  margin: 0 4% 50px;
  text-align: left;
}

.wedo-item__wrap {
  *zoom: 1;
}

.wedo-item__wrap:after {
  content: " ";
  display: table;
  clear: both;
}

.wedo-item__img {
  margin-bottom: 30px;
  text-align: center;
}

/*--------Pricing--------*/
.calc__inner {
  padding-bottom: 80px;
  *zoom: 1;
}

.calc__inner:after {
  content: " ";
  display: table;
  clear: both;
}

.calc__base {
  display: inline-block;
  height: 145px;
  vertical-align: top;
  padding: 0 50px;
  position: relative;
}

.calc__base::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 72px;
  margin-top: -48px;
  background-color: #fff;
}

.calc__base input {
  text-align: center;
}

.calc__base_text {
  display: inline-block;
  padding-top: 18px;
  text-align: left;
  line-height: 1.85;
}
.calc__base_text p {
  font-size: 22px;
}

.calc__base_text::after {
  display: none;
}

.calc__base_price {
  padding-left: 0;
  text-align: left;
}

.calc__base_price input {
  text-align: right;
  font-size: 56px;
  font-weight: bold;
}

.calc__base_price label[for="price"] {
  margin-top: 24px;
  text-align: right;
}

.calc__base_price span {
  display: block;
  font-size: 26px;
  text-align: right;
}

.calc__base_price i {
  font-size: 26px;
}

.calc .slider-range {
  position: relative;
}

.calc .slider-range__wrap .ico {
  display: inline-block;
  vertical-align: middle;
}

.calc .slider-range__wrap .ico_right {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
}

/*--------NSTAL--------*/
.instal {
  text-align: center;
}

.tab {
  display: inline-block;
  width: 261px;
  height: 61px;
  text-align: center;
  font-size: 16px;
  line-height: 61px;
  font-weight: 500;
  text-transform: uppercase;
  color: #0095ff;
  -webkit-box-shadow: inset 0 0 29px 6px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 0 29px 6px rgba(0, 0, 0, 0.05);
  background-color: #eff8ff;
  cursor: pointer;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.tab_right {
  -webkit-border-radius: 0 28px 28px 0;
          border-radius: 0 28px 28px 0;
}

.tab_left {
  -webkit-border-radius: 28px 0 0 28px;
          border-radius: 28px 0 0 28px;
}

.tab__inner, .tab__content {
  margin-top: 50px;
}

.tab__content {
  max-width: 630px;
  min-height: 250px;
  margin: 0 auto;
}

.tab__wraper .active {
  color: #fff;
  background-color: #0095ff;
  -webkit-box-shadow: 0 12px 37px 2px rgba(0, 114, 255, 0.6);
          box-shadow: 0 12px 37px 2px rgba(0, 114, 255, 0.6);
}

.tab-item {
  *zoom: 1;
}

.tab-item:after {
  content: " ";
  display: table;
  clear: both;
}

.tab-item__text {
  width: 40%;
  margin: 0 5% 50px;
  float: left;
  position: relative;
}

.tab-item__text::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -26.5px;
  width: 53px;
  height: 1px;
  background-color: #0095ff;
}

/*--------FOOTER--------*/
.footer {
  padding: 50px 0;
  text-align: center;
  background-color: #eff8ff;
}

.footer__nav {
  margin-bottom: 30px;
}

.nav__item {
  display: inline-block;
}

.nav__item + .nav__item {
  margin-left: 30px;
}

.nav__link {
  font-weight: 400;
  color: #393939;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.nav__link:hover {
  color: #0095ff;
  text-decoration: none;
}

.copyright {
  font-weight: 400;
  color: #393939;
}

.copyright a {
  color: #0095ff;
}

.copyright a:hover {
  text-decoration: none;
}

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media screen and (max-width: 1024px) {
  /*--------Header--------*/
  .offer {
    padding-top: 100px;
  }
  /*--------Time--------*/
  .read-more {
    padding: 110px 0;
  }
}

/* Medium Devices, Desktops */
@media screen and (max-width: 992px) {
  /**/
}

/* Small Devices, Tablets */
@media screen and (max-width: 768px) {
  /*--------Header--------*/
  .header__inner {
    min-height: auto;
    padding-bottom: 80px;
  }
  .offer {
    padding-top: 30px;
  }
  .tryfree .close {
    width: 50px;
    height: 50px;
  }
  .form__input + .form__input {
    margin-left: 13px;
  }
  /*--------Time--------*/
  .read-more-item {
    width: 50%;
    margin: 0 auto 50px;
  }
  .read-more-item::after {
    content: "";
    display: block;
    position: absolute;
    top: -50px;
    left: -50px;
    font-size: 100px;
    font-weight: 900;
    color: #00b7ff;
  }
  .read-more-item_one::after {
    content: '1';
  }
  .read-more-item_two::after {
    content: '2';
  }
  .read-more-item_three::after {
    content: '3';
  }
  .read-more-item .ico {
    display: none;
  }
  /*--------WEDO--------*/
  .wedo-item {
    float: left;
    width: 42%;
    margin: 0 4% 50px;
    text-align: center;
  }
  /*--------Pricing--------*/
  .calc__base {
    padding: 0 30px;
  }
  .calc__base_text {
    padding-top: 18px;
  }
  .ui-widget-content {
    width: 88%;
  }
}

/* Extra Small Devices, Phones */
@media screen and (max-width: 480px) {
  h2, .h2, .section__title {
    font-size: 35px;
  }
  .section {
    padding: 8% 0;
  }
  .section__title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .section__desc {
    font-size: 14px;
  }
  /*--------Header--------*/
  .offer {
    padding-top: 100px;
  }
  .offer__title {
    font-size: 45px;
  }
  .tryfree__title {
    margin-bottom: 50px;
    font-size: 45px;
  }
  .tryfree .close {
    width: 30px;
    height: 30px;
  }
  .form__input {
    display: block;
    margin: 15px auto 0;
    width: 80%;
  }
  .form__input + .form__input {
    margin: 15px auto 0;
  }
  .form__btn {
    text-align: center;
  }
  /*--------Time--------*/
  .time__desc br {
    display: none;
  }
  .read-more-item {
    width: 68%;
    margin: 0 auto 50px;
  }
  .read-more-item::after {
    top: -39px;
  }
  /*--------WEDO--------*/
  .wedo-item {
    float: none;
    width: 80%;
    margin: 0 auto 50px;
    text-align: center;
  }
  /*--------Pricing--------*/
  .calc__inner {
    padding-bottom: 0;
  }
  .calc__base {
    margin-bottom: 15px;
    text-align: center;
  }
  .calc__base::after {
    width: 100%;
    height: 1px;
    bottom: -22px;
    top: auto;
    margin-top: auto;
  }
  .calc__base_price input {
    display: block;
    text-align: center;
  }
  .calc__base_price label[for="price"] {
    margin-top: 15px;
    text-align: center;
  }
  .calc__base_price i {
    display: inline-block;
    margin-right: 10px;
    margin-top: 7px;
  }
  .calc__base_price span {
    display: inline-block;
    margin-top: 7px;
  }
  .calc__base_text {
    text-align: center;
  }
  .calc .slider-range__wrap .ico_right {
    padding-right: 15px;
  }
  .ui-widget-content {
    width: 75%;
  }
  /*--------INSTAL--------*/
  .tab {
    width: 169px;
    height: 50px;
    line-height: 50px;
  }
  .tab-item__text {
    width: 48%;
    margin: 0 1% 50px;
  }
  /*CSS transitions*/
  -webkit-transition-property: none !important;
  -o-transition-property: none !important;
  transition-property: none !important;
  /*CSS transforms*/
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  /*CSS animations*/
  -webkit-animation: none !important;
          animation: none !important;
}

@media screen and (max-width: 425px) {
  section {
    padding: 50px 0;
  }
  .tryfree {
    padding-top: 60px;
  }
  .tryfree__title {
    margin-bottom: 50px;
    font-size: 40px;
  }
  .tryfree .close {
    top: 30px;
    right: 30px;
  }
  .form .success {
    font-size: 32px;
    color: #393939;
  }
  /*--------Time--------*/
  .read-more {
    padding-bottom: 50px;
    text-align: left;
  }
  .read-more-item {
    width: 80%;
    padding-left: 15px;
  }
}

/* Custom, iPhone Retina */
@media screen and (max-width: 375px) {
  .section__title {
    font-size: 27px;
  }
  /*--------Header--------*/
  .header__inner {
    padding-bottom: 50px;
  }
  .offer {
    padding-top: 75px;
  }
  .offer__title {
    font-size: 40px;
  }
  .tryfree__title {
    font-size: 34px;
  }
  /*--------Time--------*/
  .read-more-item {
    width: 78%;
  }
  .read-more-item::after {
    top: -25px;
  }
  /*--------WEDO--------*/
  .wedo-item {
    width: 98%;
  }
  .ui-widget-content {
    width: 70%;
  }
}

@media screen and (max-width: 320px) {
  /*--------Header--------*/
  .offer {
    padding-top: 45px;
  }
  .offer__title {
    font-size: 34px;
  }
  .tryfree {
    padding-top: 40px;
  }
  .tryfree__title {
    margin-bottom: 40px;
    font-size: 28px;
  }
  .tryfree .close {
    width: 20px;
    height: 20px;
    top: 20px;
    right: 20px;
  }
  .form .success {
    font-size: 27px;
  }
  /*--------Time--------*/
  .read-more-item {
    width: 75%;
    margin: 0 auto 50px;
  }
  .read-more-item::after {
    font-size: 80px;
    top: -25px;
    left: -40px;
  }
  /*--------INSTAL--------*/
  .tab {
    width: 142px;
    font-size: 14px;
  }
  .tab-item__text {
    width: 98%;
  }
  .tab__content {
    margin-top: 50px;
  }
  /*--------FOOTER--------*/
  .nav__item + .nav__item {
    margin-left: 23px;
  }
}
