* {
  margin: 0;
  padding: 0;
}

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

body {
  font-family: "Montserrat", sans-serif;
}

.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 90%;
  max-width: 330px;
  background: #E7F9FF;
  height: 100%;
  z-index: 1000;
  display: none;
}
.mobile-menu .closi {
  position: absolute;
  right: 20px;
  top: 15px;
}
.mobile-menu .inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 25px;
  padding-bottom: 31px;
  padding-top: 67px;
  padding-left: 31px;
  height: calc(100% - 67px - 31px);
}
.mobile-menu .inside .phones a {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  text-decoration: none;
}
.mobile-menu .inside span {
  display: block;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin-top: 7px;
  color: #000000;
}
.mobile-menu .inside .menus ul {
  list-style: none;
  max-width: 192px;
}
.mobile-menu .inside .menus ul li {
  padding-bottom: 16px;
  padding-top: 16px;
  border-bottom: 1px solid #57D2F8;
}
.mobile-menu .inside .menus ul li:first-child {
  padding-top: 0;
}
.mobile-menu .inside .menus ul li:last-child {
  padding-bottom: 0;
  border: 0;
}
.mobile-menu .inside .menus ul li a {
  display: block;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 26px;
  line-height: 32px;
  color: #000000;
  text-decoration: none;
}
.mobile-menu .inside .menus ul li:hover a {
  color: #0359BB;
}
.mobile-menu .inside .menus .socs {
  margin-top: 39px;
}
.mobile-menu .inside .menus .socs a {
  margin-right: 10px;
}

.container {
  width: 90%;
  max-width: 1115px;
  margin: 0 auto;
}

.one {
  background: -webkit-gradient(linear, left top, right top, color-stop(53.28%, #DAF6FF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #DAF6FF 53.28%, rgba(255, 255, 255, 0) 100%);
  overflow: hidden;
  position: relative;
}
.one img.cloud {
  z-index: 2;
  width: 100%;
  position: absolute;
  top: 65%;
}

#result {
  font-weight: 400;
  margin-top: 5px;
  text-align: center;
}
#result2 {
  font-weight: 400;
  margin-top: 10px;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
}

#contact label{
    display: flex;
    align-items: center; 
 }

#contact label input{
  margin: 0;
  margin-right: 8px;
  width: 25px;
}

#contact label a{
  font-size: 14px;
  text-decoration: none;
}

input.error {
  border: 1px solid red !important;
}

footer {
  background: #DAF6FF;
  margin-top: 84px;
  padding: 28px 0;
}
footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .c1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .c1 span {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}
footer .c1 a {
  margin-left: 22px;
}

.logo {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.logo:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.flogo {
  max-width: 152px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.flogo:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.flogo img {
  width: 100%;
}

.titled {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 47px;
  text-align: center;
  color: #000000;
}
.titled span {
  color: #0258BB;
}

header {
  position: absolute;
  left: 0;
  top: 45px;
  width: 100%;
  z-index: 100;
}
header .container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
nav ul li {
  margin-left: 20px;
}
nav ul li:first-child {
  margin-left: 0;
}
nav ul li a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  color: #000000;
}

.head-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.phone {
  text-align: center;
  margin-right: 55px;
}
.phone a {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  text-decoration: none;
}
.phone a:hover {
  color: #333;
}
.phone span {
  display: block;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
}

.callme {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 12px;
  line-height: 46px;
  color: #707070;
  border: 2px solid #57D2F8;
  -webkit-filter: drop-shadow(1px 3px 8px #BBBBBB);
          filter: drop-shadow(1px 3px 8px #BBBBBB);
  border-radius: 5px;
  width: 230px;
  height: 46px;
  text-align: center;
  cursor: pointer;
}
.callme:hover {
  background: #57D2F8;
  border: 2px solid #707070;
  color: #FFFFFF;
}

.one .container .one-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-height: 795px;
  height: 100vh;
}

.mobile {
  display: none;
}

.one-left h1 {
  font-family: Roboto;
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  color: #000000;
  margin-bottom: 21px;
}
.one-left p {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  margin-bottom: 70px;
  max-width: 470px;
}
.one-left .get {
  font-family: Montserrat;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  color: #FFFFFF;
  width: 285px;
  line-height: 71px;
  cursor: pointer;
  position: relative;
}
.one-left .get span {
  position: relative;
  z-index: 1;
}
.one-left .get:after {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.2)), color-stop(49.3%, rgba(0, 53, 70, 0.038))), #5AD8FF;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 53, 70, 0.038) 49.3%), #5AD8FF;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  border-radius: 10px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.one-left .get:hover:after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.2)), color-stop(49.3%, rgba(0, 53, 70, 0.038))), #00C3FF;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 53, 70, 0.038) 49.3%), #00C3FF;
}

.one-left .link-site {
  font-family: Montserrat;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  color: #FFFFFF;
  width: 285px;
  line-height: 71px;
  cursor: pointer;
  position: relative;
}
.one-left .link-site span {
  position: relative;
  z-index: 1;
}
.one-left .link-site:after {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.2)), color-stop(49.3%, rgba(0, 53, 70, 0.038))), #5AD8FF;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 53, 70, 0.038) 49.3%), #5AD8FF;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  border-radius: 10px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.one-left .link-site:hover:after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.2)), color-stop(49.3%, rgba(0, 53, 70, 0.038))), #00C3FF;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 53, 70, 0.038) 49.3%), #00C3FF;
}

.one-left .link-online {
  font-family: Montserrat;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  color: #FFFFFF;
  width: 285px;
  line-height: 71px;
  cursor: pointer;
  position: relative;
  margin-left: 10px;
}
.one-left .link-online span {
  position: relative;
  z-index: 1;
}
.one-left .link-online:after {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.2)), color-stop(49.3%, rgba(0, 53, 70, 0.038))), #5AD8FF;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 53, 70, 0.038) 49.3%), #5AD8FF;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  border-radius: 10px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.one-left .link-online:hover:after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.2)), color-stop(49.3%, rgba(0, 53, 70, 0.038))), #00C3FF;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 53, 70, 0.038) 49.3%), #00C3FF;
}

.one-left .one-left-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.one-left .get-info {
  margin-left: 36px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #707070;
  max-width: 130px;
  position: relative;
  cursor: pointer;
}
.one-left .get-info span {
  position: absolute;
  top: -18px;
  left: -11px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 37px;
  color: #707070;
}
.one-left .get-info:hover {
  text-decoration: none;
}

.c1 img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c1 img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.two .titled {
  margin-bottom: 70px;
}

.two-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.two-block .two-title {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #000000;
}
.two-block .two-title span {
  color: #0258BB;
}
.two-block .two-center-one:hover:after {
  background: linear-gradient(205.58deg, #E1F8FF 50.07%, #DEF7FF 100%);
}
.two-block .two-left:hover:after {
  background: linear-gradient(205.58deg, #E1F8FF 50.07%, #DEF7FF 100%);
}
.two-block .two1 {
  max-width: 290px;
  -ms-flex-preferred-size: 320px;
      flex-basis: 320px;
  position: relative;
  padding: 43px 15px;
}
.two-block .two1:after {
  content: "";
  background: linear-gradient(205.58deg, #B8EEFF 50.07%, #DEF7FF 100%);
  -webkit-filter: blur(2px);
          filter: blur(2px);
  border-radius: 15px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.two-block .two1 img {
  position: absolute;
  right: 22px;
  bottom: 49px;
}
.two-block .two2 {
  -ms-flex-preferred-size: 320px;
      flex-basis: 320px;
  max-width: 290px;
  position: relative;
  padding: 43px 15px;
}
.two-block .two2:after {
  content: "";
  background: linear-gradient(205.58deg, #B8EEFF 50.07%, rgba(91, 215, 255, 0) 100%);
  -webkit-filter: blur(2px);
          filter: blur(2px);
  border-radius: 15px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.two-block .two2 img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.two-block .two2 .two-title {
  max-width: 230px;
  margin: 0 auto;
}
.two-block .two-center {
  -ms-flex-preferred-size: 380px;
      flex-basis: 380px;
}
.two-block .two-center .two-center-one {
  position: relative;
  padding: 43px 15px;
  max-width: 380px;
  height: 136px;
}
.two-block .two-center .two-center-one:hover:after {
  background: linear-gradient(205.58deg, #E1F8FF 50.07%, #DEF7FF 100%);
}
.two-block .two-center .two-center-one:first-child {
  margin-bottom: 20px;
}
.two-block .two-center .two-center-one:first-child img {
  position: absolute;
  right: 14px;
  bottom: -22px;
  z-index: 1;
}
.two-block .two-center .two-center-one:first-child .two-title {
  position: relative;
  left: -22px;
}
.two-block .two-center .two-center-one:after {
  content: "";
  background: linear-gradient(205.58deg, #B8EEFF 50.07%, rgba(91, 215, 255, 0) 100%);
  -webkit-filter: blur(2px);
          filter: blur(2px);
  border-radius: 15px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.two-block .two-center .two-center-one:last-child {
  z-index: 2;
  position: relative;
  padding-top: 30px;
  margin-bottom: 0px;
}
.two-block .two-center .two-center-one:last-child img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.two-block .two-center .two-center-one .two-title {
  max-width: 290px;
}

.three {
  margin-top: 150px;
  overflow: hidden;
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(#DAF6FF), color-stop(41.4%, rgba(150, 242, 255, 0))), #FFFFFF;
  background: linear-gradient(360deg, #DAF6FF 0%, rgba(150, 242, 255, 0) 41.4%), #FFFFFF;
  padding-bottom: 250px;
}
.three .titled {
  max-width: 703px;
  margin: 0 auto 60px;
}

.three-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.three-block ul {
  list-style: none;
}
.three-block ul li {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 23px;
  line-height: 29px;
  text-align: right;
  color: #000000;
  margin-bottom: 114px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.three-block ul li:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
.three-block ul li:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background: #0258BB;
  top: 5px;
  right: -32px;
}
.three-block ul li:last-child {
  margin-bottom: 0;
}
.three-block .three-center {
  -ms-flex-preferred-size: 355px;
      flex-basis: 355px;
  margin: 0 55px;
}
.three-block .three-side {
  -ms-flex-preferred-size: 350px;
      flex-basis: 350px;
}
.three-block .three-side:last-child ul li {
  text-align: left;
  position: relative;
}
.three-block .three-side:last-child ul li:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background: #0258BB;
  right: auto;
  left: -32px;
}
.three-block .m-left {
  margin-right: 80px;
}
.three-block .lini {
  max-width: 241px;
  margin: 0 0 114px auto;
}
.three-block .lax {
  max-width: 393px;
}
.three-block .m-right {
  margin-left: 80px;
}

.one-left {
  position: relative;
  z-index: 3;
}

.one-right {
  position: relative;
  -ms-flex-preferred-size: calc(100% - 660px);
      flex-basis: calc(100% - 660px);
  text-align: right;
  padding-top: 70px;
}
.one-right img {
  position: relative;
  z-index: 2;
}
.one-right .elips {
  position: absolute;
  top: 75px;
  left: -142px;
  width: 619px;
  height: 619px;
  background: radial-gradient(60.24% 66.8% at 50% 49.92%, rgba(206, 232, 255, 0.69) 0%, rgba(12, 97, 196, 0) 100%);
  opacity: 0.5;
  border: 13px solid #96E6FF;
  border-radius: 100%;
  z-index: 1;
}

.two {
  padding-top: 70px;
}

.cloud2 {
  position: absolute;
  width: 100%;
}

.btn {
  width: 392px;
  height: 88px;
  position: relative;
  cursor: pointer;
  margin-top: -45px;
}
.btn:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 10px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.2)), color-stop(49.3%, rgba(0, 53, 70, 0.038))), #5AD8FF;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 53, 70, 0.038) 49.3%), #5AD8FF;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  overflow: hidden;
}
.btn:hover:after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.2)), color-stop(49.3%, rgba(0, 53, 70, 0.038))), #00C3FF;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 53, 70, 0.038) 49.3%), #00C3FF;
}
.btn span {
  position: relative;
  z-index: 2;
  display: block;
  text-align: center;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
  text-transform: uppercase;
  padding-top: 18px;
}
.btn small {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  position: relative;
  z-index: 2;
  display: block;
  text-align: center;
}

.four {
  padding-top: 40px;
}
.four .titled {
  margin-bottom: 84px;
}

.prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.prices .price-left {
  -ms-flex-preferred-size: 360px;
      flex-basis: 360px;
}
.prices .price-right {
  -ms-flex-preferred-size: 360px;
  flex-basis: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.prices .price-title {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.prices .price-title span {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
  color: #000000;
}
.prices .price-title small {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: #000000;
}
.prices .price-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.prices .price-body .price-name {
  font-family: Montserrat;
  border-bottom: 2px solid rgba(87, 210, 248, 0.4);
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  width: calc(100% - 80px);
  padding-bottom: 6px;
  padding-right: 20px;
}
.prices .price-body .price-cost {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  width: 70px;
  margin-left: 10px;
  text-align: right;
  padding-bottom: 6px;
}

.small-titled {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #707070;
  max-width: 850px;
  margin: 0 auto 40px;
}

.five {
  padding-top: 110px;
  padding-bottom: 80px;
  overflow: hidden;
  position: relative;
}
.five .container {
  max-width: 100%;
}
.five .three-block {
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 720px;
  margin-top: -80px;
}
.five .three-block ul li {
  margin-bottom: 150px;
}
.five .three-block ul li:last-child {
  margin-bottom: 0;
}
.five .three-block .three-center {
  top: -27px;
}
.five .three-block .three-center img {
  z-index: 2;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.five .three-block .three-center img:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.five .three-block .three-side {
  z-index: 2;
  position: relative;
}
.five .titled {
  margin-bottom: 19px;
}
.five .circle {
  background: radial-gradient(140.92% 140.92% at 50% 50%, #ACE1FF 2.01%, rgba(255, 255, 255, 0) 100%);
  -webkit-filter: blur(100px);
          filter: blur(100px);
  position: absolute;
  width: 621px;
  height: 621px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}

.six {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(44.89%, #DAF6FF), color-stop(48.08%, #D1F4FF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #DAF6FF 44.89%, #D1F4FF 48.08%, rgba(255, 255, 255, 0) 100%);
  padding-bottom: 113px;
}
.six .titled {
  margin-bottom: 64px;
}
.six .cloud3 {
  width: 100%;
}

.faqs .faq {
  padding: 31px 0 26px;
  border-bottom: 2px dashed rgba(2, 88, 187, 0.25);
}
.faqs .faq span {
  cursor: pointer;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  color: #000000;
  display: block;
  position: relative;
}
.faqs .faq span:before {
  content: "";
  width: 40px;
  height: 2px;
  background: #000;
  position: absolute;
  right: 26px;
  top: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faqs .faq span:after {
  content: "";
  width: 2px;
  height: 40px;
  background: #000;
  position: absolute;
  right: 46px;
  top: -2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faqs .faq .answer {
  display: none;
}
.faqs .faq.act .answer {
  display: block;
  margin-top: 20px;
}
.faqs .faq.act span:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.faqs .faq.act span:before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.seven .titled {
  max-width: 600px;
  margin: 0 auto 22px;
}

.seven-block {
  border-radius: 0px 10px 10px 0px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 526px;
}
.seven-block #map {
  width: 100%;
  height: 100%;
}
.seven-block .seven-left {
  -ms-flex-preferred-size: calc(100% - 415px);
      flex-basis: calc(100% - 415px);
}
.seven-block .seven-right {
  position: relative;
  overflow: hidden;
  padding: 73px 35px;
  background: #C1F0FF;
  font-family: Montserrat;
  font-size: 23px;
  line-height: 28px;
  -ms-flex-preferred-size: calc(415px - 70px);
      flex-basis: calc(415px - 70px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #000000;
}
.seven-block .seven-right div {
  position: relative;
  z-index: 10;
}
.seven-block .seven-right span {
  display: block;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  margin-top: 10px;
  color: #000000;
}
.seven-block .seven-right .absi {
  position: absolute;
  width: 583.4px;
  height: 577.07px;
  border: 12px solid rgba(116, 222, 255, 0.5);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 100%;
  left: 5px;
  z-index: 1;
  top: -25px;
}

.bgs {
  display: none;
  top: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  background: rgba(112, 112, 112, 0.8);
  z-index: 1000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bgs.act {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bgs form {
  background: #FFFFFF;
  border-radius: 10px;
  max-width: calc(604px - 132px);
  padding: 46px 66px 36px;
  width: 90%;
  position: relative;
}
.bgs form .close {
  position: absolute;
  width: 45px;
  height: 44px;
  top: 11px;
  right: 11px;
  cursor: pointer;
}
.bgs form .title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  line-height: 41px;
  color: #000000;
  margin-bottom: 44px;
  text-align: center;
}
.bgs form input {
  background: #FFFFFF;
  border: 1px solid #707070;
  outline: none;
  display: block;
  width: calc(100% - 40px);
  height: 54px;
  line-height: 54px;
  margin-bottom: 23px;
  color: #707070;
  padding: 0 20px;
  font-family: Montserrat;
  font-style: normal;
}
.bgs form input:last-child {
  margin-bottom: 0;
}
.bgs form #send {
  position: relative;
  cursor: pointer;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 71px;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  width: 285px;
  height: 71px;
  margin: 35px auto 0;
}
.bgs form #send span {
  position: relative;
  z-index: 2;
}
.bgs form #send:after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.2)), color-stop(49.3%, rgba(0, 53, 70, 0.038))), #5AD8FF;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 53, 70, 0.038) 49.3%), #5AD8FF;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  border-radius: 10px;
  z-index: 1;
}
.bgs form #send:hover:after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.2)), color-stop(49.3%, rgba(0, 53, 70, 0.038))), #00C3FF;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 53, 70, 0.038) 49.3%), #00C3FF;
}

.bgs3 {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999999;
  z-index: 1000;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.bgs3 .closer {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}

.bgs3.active {
  display: block;
  overflow-y: scroll;
}

.bgs3 #inline {
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 100px;
  max-width: 640px;
}

.bgs3 .closer2 {
  position: fixed;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.bgs3 #inline p {
  margin-top: 17px;
  font-size: 16px;
  line-height: 1.55;
  color: #72686a;
  text-align: left;
  opacity: 0.8;
}


.bgs4 {
  display: none;
  top: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  background: url(img/8_bg.jpg) no-repeat center, rgba(255,255,255,0.5);
  background-size:cover;
  background-blend-mode: color;
  z-index: 1000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bgs4.act {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bgs4 .close4 {
  position: absolute;
  width: 45px;
  height: 44px;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.bgs4 form {
  background: #FFFFFF;
  background: url(img/BF.jp) no-repeat center;
  background-size:cover;
  border-radius: 10px;
  max-width: calc(604px - 132px);
  padding: 46px 66px 36px;
  width: 90%;
  position: relative;
}

.bgs4 form .title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 41px;
  color: #000;
  margin-bottom: 25px;
  text-align: center;
}
.bgs4 form .title2 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 25px;
  line-height: 30px;
  color: #000;
  margin-bottom: 25px;
  text-align: center;
}

.bgs4 form p {
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  font-size: 90px;
  line-height: 41px;
  color: #c40002;
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
}


.bgs4 form .timer {
  margin-bottom: 30px;
}

.bgs4 form .timer #timer-number-value-339581962ea454ad4f57766786afa900-days {
  font-size:60px;
  color: #c40002;
  font-weight: 700;
}

.bgs4 form .timer #timer-number-value-339581962ea454ad4f57766786afa900-hours {
  font-size:60px;
  color: #c40002;
  font-weight: 700;
}

.bgs4 form .timer #timer-number-value-339581962ea454ad4f57766786afa900-minutes {
  font-size:60px;
  color: #c40002;
  font-weight: 700;
}

.bgs4 form .timer #timer-number-value-339581962ea454ad4f57766786afa900-secundes {
  font-size:60px;
  color: #c40002;
  font-weight: 700;
}

.bgs4 form input {
  background: #FFFFFF;
  border: 1px solid #707070;
  outline: none;
  display: block;
  width: calc(100% - 40px);
  height: 54px;
  line-height: 54px;
  margin-bottom: 23px;
  color: #707070;
  padding: 0 20px;
  font-family: Montserrat;
  font-style: normal;
}
.bgs4 form input:last-child {
  margin-bottom: 0;
}
.bgs4 form #send2 {
  position: relative;
  cursor: pointer;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 71px;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  width: 285px;
  height: 71px;
  margin: 35px auto 0;
}
.bgs4 form #send2 span {
  position: relative;
  z-index: 2;
}
.bgs4 form #send2:after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.2)), color-stop(49.3%, rgba(0, 53, 70, 0.038))), #c40002;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 53, 70, 0.038) 49.3%), #c40002;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  border-radius: 10px;
  z-index: 1;
}
.bgs4 form #send2:hover:after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.2)), color-stop(49.3%, rgba(0, 53, 70, 0.038))), #b10104;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 53, 70, 0.038) 49.3%), #b10104;
}
.bgs4 #world {
  position:absolute;
  top:0px;
  left:0px;
  z-index:-1
}

.bgs4 form .marquee{
    
    font-size: 20px;
    line-height: 1.3;
    padding: 24px 0;
    color: #000;
    white-space: nowrap;
    text-align: center;
    -moz-animation: marquee 6s linear infinite;
    -webkit-animation: marquee 6s linear infinite;
    animation: marquee 6s linear infinite;
    
}

@-moz-keyframes marquee {
  0% { transform: translateX(100%); }
  100% { transform: translateX(-280%); }
  }
  @-webkit-keyframes marquee {
  0% { transform: translateX(100%); }
  100% { transform: translateX(-280%); }
  }
  @keyframes marquee {
  0% { 
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%) }
  100% { 
  -moz-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-280%); }
  }


#inline {
  padding: 40px 45px;
  background: #fff;
  max-width: 750px;
}

body.hidden {
  overflow: hidden;
}

.iti {
  max-width: 100% !important;
}
.iti input {
  max-width: 100% !important;
}

.iti__country-list {
  z-index: 11 !important;
}

@media screen and (max-width: 767px) {
  .titled {
    font-family: Roboto;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #000000;
  }

  .mobile-menu.act {
    display: block;
  }

  footer {
    margin-top: 99px;
  }
  footer .c1 span {
    display: none;
  }
  footer .c1 img {
    max-width: 33px;
  }

  .seven-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-height: 10px;
  }
  .seven-block #map {
    height: 230px;
  }
  .seven-block .seven-left {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .seven-block .seven-right {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 15px;
    line-height: 18px;
    padding: 23px 54px;
  }
  .seven-block .seven-right span {
    font-size: 16px;
    line-height: 20px;
  }
  .seven-block .seven-right .absi {
    width: 341px;
    height: 343px;
    left: 16px;
    top: -220px;
    border: 12px solid rgba(116, 222, 255, 0.5);
  }

  .seven .titled {
    margin: 0 auto 34px;
  }

  .faqs .faq {
    padding: 12px 0 10px;
  }
  .faqs .faq span {
    font-size: 14px;
    line-height: 17px;
    padding-right: 40px;
  }
  .faqs .faq span:before {
    width: 20px;
    right: 10px;
    top: auto;
    bottom: 6px;
  }
  .faqs .faq span:after {
    height: 20px;
    right: 19px;
    bottom: -3px;
    top: auto;
  }
  .faqs .faq .answer {
    font-size: 14px;
  }

  .six {
    padding-bottom: 95px;
  }
  .six .titled {
    margin-bottom: 31px;
  }

  .three-block ul li {
    font-size: 18px;
    margin-bottom: 27px !important;
    max-width: 1000px !important;
    line-height: 22px;
    text-align: left;
  }

  .three-block .m-right {
    margin-left: 0;
  }

  .three-block .m-left {
    margin-right: 0;
  }

  .five .three-block .three-center {
    top: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: -25px;
    margin-bottom: 70px;
  }

  .five .three-block {
    margin: 0 auto;
    min-height: 100px;
    margin-top: 0px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .five .three-block .three-side {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .prices {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .prices .price-left, .prices .price-right {
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
    margin: 0 auto;
  }

  .three-block .three-center {
    margin: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .three-block .three-side {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 auto;
  }

  .three-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .two-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: block;
  }

  .two-block .two-left {
    max-width: 260px;
    padding: 20px 15px;
    margin: 0 auto 55px;
  }

  .two-block .two-center .two-center-one {
    padding: 20px 35px;
  }

  .two-block .two-center .two-center-one:first-child .two-title {
    position: relative;
    left: 0;
  }

  .two-block img {
    z-index: -1;
  }

  .two-block .two-center {
    max-width: 290px;
    padding: 20px 15px;
    margin: 0 auto 25px;
  }

  .two .titled {
    margin-bottom: 89px;
  }

  .two-block .two-center .two-center-one:first-child {
    margin-bottom: 75px;
  }

  .two-block .two-center .two-center-one:last-child {
    margin-bottom: 35px;
  }

  .head-right {
    display: none;
  }

  nav {
    display: none;
  }

  .container {
    width: calc(100% - 30px);
    padding: 0 15px;
  }

  .one-left p {
    font-size: 18px;
    line-height: 22px;
  }
  .one-left h1 {
    font-size: 40px;
    line-height: 47px;
  }
  .one-left h1 span {
    color: #0359BB;
  }

  .one .container .one-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .one-left .one-left-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: block;
  }

  .one-left .get-info {
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    max-width: 190px;
    margin-left: 0;
    margin: 7px auto 0;
  }

  header {
    max-width: 100%;
    top: 20px;
  }
  header .container {
    width: calc(100% - 30px);
  }

  .three-block ul li:after, .three-block .three-side:last-child ul li:after {
    width: 14px;
    height: 14px;
    top: 4px;
    right: auto;
    left: -21px;
  }

  .small-titled {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #707070;
  }

  .five .three-block .three-center img {
    max-width: 195px;
    display: block;
    margin: 0 auto;
  }

  .three-block ul {
    list-style: none;
    max-width: 70%;
    margin: 0 auto;
  }

  .prices .price-body .price-name {
    font-size: 14px;
    line-height: 17px;
    color: #000000;
  }

  .prices .price-body .price-cost {
    font-size: 14px;
    line-height: 17px;
    width: 50px;
  }

  .five {
    padding-top: 70px;
  }

  .prices .price-title span {
    font-size: 20px;
    line-height: 24px;
  }

  .prices .price-title small {
    font-size: 12px;
    line-height: 15px;
  }

  .four .titled {
    margin-bottom: 40px;
  }

  .three .three-block .three-center {
    text-align: center;
    max-width: 324px;
    margin: 0 auto 55px;
  }

  .three .three-block .three-center img {
    max-width: 234px;
  }

  .btn {
    width: 269px;
    height: 60px;
    margin: -45px auto 0;
  }

  .btn span {
    font-size: 18px;
    line-height: 22px;
    padding-top: 12px;
  }

  .btn small {
    font-size: 12px;
    line-height: 15px;
  }

  .three {
    padding-bottom: 190px;
    margin-top: 87px;
  }

  .cloud2 {
    position: absolute;
    width: 1000px;
    bottom: 0px;
    max-width: 300%;
    left: 0;
  }

  .three .titled {
    margin: 0 auto 39px;
  }

  .five .circle {
    width: 355px;
    height: 355px;
    left: 0px;
    background: radial-gradient(140.92% 140.92% at 50% 50%, #ACE1FF 2.01%, rgba(255, 255, 255, 0) 100%);
    -webkit-filter: blur(100px);
            filter: blur(100px);
  }

  .six {
    overflow: hidden;
  }
  .six .cloud3 {
    width: auto;
    max-width: 300%;
  }

  .two-block .two-center .two-center-one:after {
    background: linear-gradient(205.58deg, #B8EEFF 50.07%, rgba(91, 215, 255, 0) 100%);
  }

  .two-block .two1:after {
    background: linear-gradient(205.58deg, #B8EEFF 50.07%, rgba(91, 215, 255, 0) 100%);
  }

  .two-block .two2:after {
    background: linear-gradient(205.58deg, #B8EEFF 50.07%, rgba(91, 215, 255, 0) 100%);
  }

  .two-block .two-title {
    font-size: 16px;
    line-height: 20px;
    padding: 0 20px;
  }

  .one-left {
    margin-top: 182px;
    position: relative;
    z-index: 10;
  }

  .one-right {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
    padding-top: 0;
    position: absolute;
    top: 70px;
    width: 100%;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .elips {
    width: 521px;
    height: 521px;
    left: -71px;
    top: 146px;
    background: radial-gradient(60.24% 66.8% at 50% 49.92%, rgba(206, 232, 255, 0.6) 0%, rgba(12, 97, 195, 0) 100%);
    opacity: 0.5;
    border: 13px solid rgba(150, 230, 255, 0.5);
  }

  .one img.cloud {
    z-index: 30;
    width: 300%;
    position: absolute;
    top: 63%;
    z-index: 6;
    bottom: 0;
    max-width: 300%;
  }

  .two {
    padding-top: 0px;
  }

  .bgs form {
    max-width: calc(90% - 50px);
    padding: 25px;
    width: 90%;
  }

  .bgs form .title {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 29px;
  }

  .bgs4 form {
    max-width: calc(90% - 50px);
    padding: 25px;
    width: 90%;
  }

  .bgs4 form .title {
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 15px;
  }
    .bgs4 form .title2 {
    font-weight: 300;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 15px;
  }
  
  .bgs4 form p {
    font-weight: 900;
    font-size: 80px;
    line-height: 42px;
    margin-bottom: 20px;
  }

  .bgs4 form .timer {
    margin-bottom: 17px;
  }

  .bgs4 form .timer #timer339581962ea454ad4f57766786afa900 {
  min-width:200px !important; 
}

.bgs4 form .timer #timer-number-value-339581962ea454ad4f57766786afa900-days {
  font-size:45px;
}

.bgs4 form .timer #timer-number-value-339581962ea454ad4f57766786afa900-hours {
  font-size:45px;
}

.bgs4 form .timer #timer-number-value-339581962ea454ad4f57766786afa900-minutes {
  font-size:45px;
}

.bgs4 form .timer #timer-number-value-339581962ea454ad4f57766786afa900-secundes {
  font-size:45px;
}


  .two-block .two1 img {
    right: -30px;
    bottom: 55px;
    width: 131px;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }

  .two-block .two-center .two-center-one:first-child img {
    right: 2px;
    bottom: auto;
    z-index: 1;
    width: 106px;
    top: -55px;
    z-index: -1;
  }

  .two-block .two-center .two-center-one {
    height: auto;
  }

  .two-block .two-center .two-center-one:last-child img {
    right: 19px;
    bottom: auto;
    width: 160px;
    top: -43px;
  }

  .two-block .two2 img {
    right: 0;
    bottom: auto;
    width: 102px;
    top: -63px;
  }

  .one-right img {
    position: relative;
    z-index: 2;
    margin: 0 auto;
  }

  .one-left .get {
    margin: 0 auto;
  }

  .one-left .get {
    width: 270px;
    line-height: 64px;
    cursor: pointer;
    position: relative;
    margin: 0 auto;
    font-size: 18px;
  }

  .one-left {
    width: 100%;
  }

  .one-left .link-online {
    margin: 0 auto;
    margin-top: 10px;
  }

    .one-left .link-site {
    margin: 0 auto;

  }

  .tabs {
    max-width: 228px;
    margin: 0 auto 45px;
  }
  .tabs ul {
    list-style: none;
  }
  .tabs ul li {
    background: #DAF6FF;
    border: 1px solid #57D2F8;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 0 5px;
    line-height: 17px;
    color: #000000;
    text-align: center;
  }
  .tabs ul li.act {
    background: #57D2F8;
    color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  }

  .price {
    display: none;
  }

  .price.act {
    display: block;
  }
}
@media screen and (min-width: 660px) and (max-width: 767px) {
  .one-right .elips {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .one-left {
    width: 100%;
    text-align: center;
  }

  .one-left p {
    margin: 0 auto 70px;
  }

  .small-titled {
    max-width: 80%;
  }

  .five {
    padding-top: 72px;
  }

  .three-block .three-side {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .seven-block .seven-right {
    border-radius: 0px 0px 10px 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1150px) {
  footer {
    margin-top: 83px;
  }

  .c1 img {
    max-width: 33px;
  }

  .seven-block .seven-right span {
    font-size: 18px;
    line-height: 22px;
  }

  .seven-block .seven-right {
    font-size: 17px;
    line-height: 21px;
    padding: 48px 23px;
    -ms-flex-preferred-size: 250px;
        flex-basis: 250px;
    border-radius: 0px 0px 10px 10px;
  }

  .seven-block {
    height: 350px;
    min-height: 10px;
  }

  .seven-block .seven-left {
    -ms-flex-preferred-size: calc(100% - 290px);
        flex-basis: calc(100% - 290px);
  }

  .seven .titled {
    margin-bottom: 61px;
  }

  .titled {
    font-size: 30px;
    line-height: 35px;
  }

  .six {
    padding-bottom: 130px;
  }

  .faqs .faq span {
    font-size: 18px;
    line-height: 22px;
  }

  .faqs .faq {
    padding: 15px 0 10px;
  }

  .faqs .faq span:after {
    height: 25px;
    right: 37px;
    top: 0px;
  }

  .faqs .faq span:before {
    width: 25px;
    height: 2px;
    right: 26px;
  }

  .five .circle {
    z-index: 1;
    background: radial-gradient(140.92% 140.92% at 50% 50%, #ACE1FF 2.01%, rgba(255, 255, 255, 0) 100%);
    -webkit-filter: blur(100px);
            filter: blur(100px);
    width: 498px;
    height: 498px;
    margin-top: -40px;
  }

  .three-block ul li {
    font-size: 18px;
    line-height: 22px;
  }

  .three-block .m-right {
    margin-left: 0px;
  }

  .three-block .m-left {
    margin-right: 0px;
  }

  .five .three-block .three-center img {
    max-width: 270px;
  }

  .three-block .three-center {
    margin: 0 35px;
  }

  .three-block .three-side:last-child ul li:after {
    right: auto;
    left: -22px;
    width: 14px;
    height: 14px;
  }

  .three-block ul li:after {
    right: -22px;
    width: 14px;
    height: 14px;
    left: auto;
  }

  .five .three-block ul li {
    margin-bottom: 120px;
  }

  .five {
    padding-bottom: 10px;
  }

  .small-titled {
    font-size: 18px;
    line-height: 22px;
    margin: 0 auto -20px;
  }

  .prices {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: self-end;
        -ms-flex-align: self-end;
            align-items: self-end;
  }

  .prices .price-left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 530px;
    margin: 0 auto;
  }

  .prices .price-right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 530px;
    margin: 0 auto;
  }

  .price {
    -ms-flex-preferred-size: 530px;
        flex-basis: 530px;
    display: none;
  }

  .price.act {
    display: block;
  }

  .tabs {
    max-width: 530px;
    margin: 0 auto 21px;
    display: block;
  }
  .tabs ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .tabs ul li {
    background: #DAF6FF;
    border: 1px solid #57D2F8;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 0 5px;
    line-height: 17px;
    color: #000000;
    text-align: center;
    -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
  }
  .tabs ul li.act {
    background: #57D2F8;
    color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  }

  .four .titled {
    margin-bottom: 49px;
  }

  .three .three-block .three-center {
    max-width: 275px;
  }

  .btn {
    width: 269px;
    height: 60px;
    margin: -45px auto 0;
  }

  .btn span {
    font-size: 18px;
    line-height: 22px;
    padding-top: 12px;
  }

  .btn small {
    font-size: 12px;
    line-height: 15px;
  }

  .three {
    padding-bottom: 150px;
  }

  .cloud2 {
    bottom: 0;
  }

  .one-left .link-online {
    width: 600px;
  }

  .three {
    margin-top: 90px;
  }

  .two-block .two-title {
    font-size: 15px;
    line-height: 20px;
  }

  .two-block .two1 {
    max-width: 210px;
    -ms-flex-preferred-size: 210px;
        flex-basis: 210px;
  }

  .two-block .two2 {
    max-width: 210px;
    -ms-flex-preferred-size: 210px;
        flex-basis: 210px;
  }

  .two-block .two-center .two-center-one {
    max-width: 210px;
    -ms-flex-preferred-size: 240px;
    flex-basis: 240px;
    margin: 0 auto 20px;
    height: 90px;
    padding: 25px 15px;
    overflow: hidden;
  }

  .two-block .two-center {
    -ms-flex-preferred-size: 380px;
    flex-basis: 260px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 28px;
  }

  .two-block .two1 img {
    right: 0;
    bottom: 22px;
    max-width: 161px;
    left: 0;
    margin: 0 auto;
  }

  .two-block .two2 img {
    max-width: 187px;
  }

  .two-block .two-center .two-center-one:last-child img {
    max-width: 172px;
  }

  .two-block .two-center .two-center-one:first-child img {
    position: absolute;
    right: 14px;
    bottom: -23px;
    z-index: 1;
    max-width: 106px;
  }

  .two-block .two-center .two-center-one:last-child .two-title {
    position: relative;
    top: -7px;
  }

  header .container {
    width: calc(100% - 30px);
  }

  .callme {
    display: none;
  }

  .one-left h1 {
    font-size: 45px;
    line-height: 53px;
  }

  .one-left {
    max-width: 400px;
    z-index: 100;
  }

  .one-left p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 120px;
  }

  .one-left .get {
    font-size: 18px;
    width: 270px;
    line-height: 61px;
    min-width: 270px;
  }

  .one-left .get-info {
    font-size: 14px;
    line-height: 17px;
  }

  .one-right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: right;
    padding-top: 70px;
    position: absolute;
    right: 0;
    max-width: 400px;
    margin-top: 70px;
  }

  .one-right .elips {
    position: absolute;
    top: 75px;
    left: -80px;
  }

  .one img.cloud {
    width: 300%;
    top: 65%;
    max-width: 200%;
    top: 68%;
  }

  .two-block {
    max-width: 800px;
    margin: 0 auto;
  }
}