@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:100,100italic,300,300italic,regular,italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);
* {
  padding: 0;
  margin: 0;
  border: 0; }

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

:focus, :active {
  outline: none; }

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

nav, footer, header, aside {
  display: block; }

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  overflow-x: hidden; }

html {
  scroll-behavior: smooth; }

input, button, textarea {
  font-family: inherit;
  background-color: transparent; }

input::-ms-clear {
  display: none; }

button {
  cursor: pointer; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

a, a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

a {
  display: inline-block;
  color: inherit; }

ul li {
  list-style: none; }

img {
  vertical-align: top; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400; }

textarea::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.8s ease;
  -o-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease; }

textarea:-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.8s ease;
  -o-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease; }

textarea::-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.8s ease;
  -o-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease; }

textarea::placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.8s ease;
  -o-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease; }

input::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.8s ease;
  -o-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease; }

input::-moz-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.8s ease;
  -o-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease; }

input:-moz-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.8s ease;
  -o-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease; }

input:-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.8s ease;
  -o-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease; }

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

input:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  -o-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease; }

input:focus:-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  -o-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease; }

input:focus:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  -o-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease; }

textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  -o-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease; }

textarea:focus:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  -o-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease; }

textarea:focus::-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  -o-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease; }

textarea:focus::placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  -o-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease; }

.ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .ibg img {
    display: none; }

.container {
  max-width: 1400px;
  padding: 0 15px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .container {
      padding: 0 10px; } }

body {
  font-family: Roboto;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0px;
  color: #555555; }
  @media (max-width: 767px) {
    body {
      font-size: 16px; } }

.header {
  background-color: #282828; }

.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 900px) {
    .header__body {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }

.header__menu .menu {
  color: #fffff0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  font-size: 16px; }
  .header__menu .menu__li {
    position: relative;
    cursor: pointer;
    padding: 28px 13px;
    border-right: 1px solid #ffffff1a; }
    .header__menu .menu__li::after {
      content: "";
      width: 100%;
      height: 2px;
      background-color: #f3e552;
      position: absolute;
      bottom: 4px;
      left: 0;
      opacity: 0;
      visibility: hidden; }
    .header__menu .menu__li:hover {
      color: #f3e552;
      background: -webkit-gradient(linear, left top, left bottom, from(#888888), color-stop(60%, #000000));
      background: -webkit-linear-gradient(top, #888888 0%, #000000 60%);
      background: -o-linear-gradient(top, #888888 0%, #000000 60%);
      background: linear-gradient(180deg, #888888 0%, #000000 60%); }
      .header__menu .menu__li:hover i {
        background-color: #f3e552; }
      .header__menu .menu__li:hover::after {
        opacity: 1;
        visibility: visible; }
      .header__menu .menu__li:hover .menu__li_sel::after {
        background-color: #f3e552; }
    .header__menu .menu__li .icon-home {
      content: "";
      display: inline-block;
      width: 18px;
      height: 16px;
      background-color: #fff; }
    .header__menu .menu__li .icon-search {
      content: "";
      display: inline-block;
      width: 24px;
      height: 24px;
      background-color: #fff; }
    .header__menu .menu__li:first-child {
      border-left: 1px solid #ffffff1a; }
    .header__menu .menu__li_sel {
      position: relative;
      padding-right: 20px; }
      .header__menu .menu__li_sel::after {
        content: "";
        width: 14px;
        height: 16px;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-mask: url(../img/blitz/icons/arr-down.svg) no-repeat center/contain;
        -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        background-color: #fff; }

.header__logo {
  display: none;
  width: 230px;
  padding: 5px 0; }
  .header__logo img {
    max-width: 100%; }
  @media (max-width: 900px) {
    .header__logo {
      display: block; } }

.header__burger {
  display: none;
  width: 35px; }
  .header__burger img {
    max-width: 100%; }
  @media (max-width: 900px) {
    .header__burger {
      display: block; } }

.header-close {
  width: 35px;
  position: relative;
  display: none;
  z-index: 2; }
  @media (max-width: 900px) {
    .header-close {
      display: block;
      height: 35px;
      position: absolute;
      top: 15px;
      right: 15px; } }
  .header-close span {
    position: absolute;
    top: 50%;
    display: block;
    width: 100%;
    height: 5px;
    background-color: #737373;
    margin-bottom: 3px; }
    .header-close span:first-child {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .header-close span:last-child {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

@media (max-width: 900px) {
  .header__menu {
    position: fixed;
    z-index: 1;
    width: 320px;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #282828;
    padding-top: 80px;
    overflow: auto;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transform: translate3d(120%, 0, 0px);
    transform: translate3d(120%, 0, 0px);
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: 0; }
    .header__menu .menu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .header__menu .menu__li {
        width: 100%;
        padding: 10px 15px;
        border: none; }
        .header__menu .menu__li a {
          width: 100%; }
        .header__menu .menu__li:first-child {
          border-left: none; }
    .header__menu.active {
      -webkit-transform: translate3d(0px, 0px, 0px);
      transform: translate3d(0px, 0px, 0px); } }

.page-service .main {
	overflow: hidden;
  position: relative;
  padding: 80px 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(41.48%, rgba(0, 0, 0, 0.6)), color-stop(73.72%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.6) 41.48%, rgba(0, 0, 0, 0) 73.72%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.6) 41.48%, rgba(0, 0, 0, 0) 73.72%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 41.48%, rgba(0, 0, 0, 0) 73.72%); }
  @media (max-width: 767px) {
   .page-service .main {
      background: -webkit-gradient(linear, left top, right top, color-stop(55.48%, rgba(0, 0, 0, 0.6)), color-stop(90.72%, rgba(0, 0, 0, 0)));
      background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.6) 55.48%, rgba(0, 0, 0, 0) 90.72%);
      background: -o-linear-gradient(left, rgba(0, 0, 0, 0.6) 55.48%, rgba(0, 0, 0, 0) 90.72%);
      background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 55.48%, rgba(0, 0, 0, 0) 90.72%); } }
.page-service  .main > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1; }
.page-service  .main__body .offer {
    color: #fff; }
.page-service    .main__body .offer__title {
	color:#fff;
      font-weight: 700;
      font-size: 48px;
      line-height: 120%;
      text-transform: uppercase;
      margin-bottom: 60px; }
      @media (max-width: 767px) {
     .page-service   .main__body .offer__title {
          font-size: 36px; } }
      @media (max-width: 576px) {
      .page-service  .main__body .offer__title {
          text-align: center; } }
    @media (max-width: 576px) {
    .page-service  .main__body .offer__link {
        text-align: center;
        width: 100%; } }
   .page-service .main__body .offer ul {
		margin-left: 0;
      margin-bottom: 60px; }
   .page-service   .main__body .offer li {
        color: #efefef;
        line-height: 120%;
        position: relative;
        padding-left: 44px; }
    .page-service    .main__body .offer li:not(:last-child) {
          margin-bottom: 17px; }
     .page-service   .main__body .offer li::before {
          content: "";
          width: 24px;
          height: 24px;
          position: absolute;
          border-radius: 4px;
          top: 50%;
          left: 0;
          -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
          background-color: #ff8c00;
          background-image: url(../img/blitz/icons/check.svg);
          background-repeat: no-repeat;
          background-size: 16px;
          background-position: center; }

.btn-yell {
  text-align: center;
  padding: 14px 32px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #ffff00;
  color: #282828;
  border-radius: 4px;
  line-height: 1; }
  .btn-yell:hover {
    color: #fff;
    background-color: #000; }

.importance {
  padding-top: 30px;
  padding-bottom: 150px;
  background-color: #d8d8d8; }
  @media (max-width: 1130px) {
    .importance {
      padding-bottom: 100px; } }
  @media (max-width: 767px) {
    .importance {
      padding-bottom: 90px; } }
  .importance .tth-h2 {
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .importance .tth-h2 {
        margin-bottom: 30px; } }

.wpcourses-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333333;
  line-height: 1.2;
  margin-bottom: 88px; }


  @media (max-width: 767px) {
    .wpcourses-breadcrumbs {
      margin-bottom: 36px; } }

.wpcourses-breadcrumbs-sep{
  position: relative;
  padding-right: 20px;
  margin-right: 8px;
  margin-bottom: 10px; }
   .wpcourses-breadcrumbs >a, .wpcourses-breadcrumbs-last{
		 margin-bottom: 10px;
	}
	.wpcourses-breadcrumbs >a{
		color: #333;
	}
  .wpcourses-breadcrumbs-sep::after {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: url(../img/blitz/icons/arr-bread.svg) center/contain no-repeat; }

.importance-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    .importance-desc {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.importance-desc-offer {
  margin-right: 60px; }
  @media (max-width: 1130px) {
    .importance-desc-offer {
      margin-right: 40px; } }
  @media (max-width: 767px) {
    .importance-desc-offer {
      margin-right: 0;
      margin-bottom: 48px; } }
  .importance-desc-offer .offer__text {
    margin-bottom: 40px; }
    .importance-desc-offer .offer__text p:not(:last-child) {
      margin-bottom: 20px; }
  @media (max-width: 767px) {
    .importance-desc-offer .offer__link {
      width: 100%; } }

.tth-h2 {
  font-weight: 700;
  font-size: 38px;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .tth-h2 {
      font-size: 26px; } }
  .tth-h2_black {
    color: #282828; }
  .tth-h2_white {
    color: #fff; }
  .tth-h2_center {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 60px; }
  .tth-h2_40 {
    margin-bottom: 40px; }

.img-importance {
  width: 460px;
  height: 460px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative; }
  @media (max-width: 1130px) {
    .img-importance {
      width: 360px;
      height: 360px; } }
  @media (max-width: 920px) {
    .img-importance {
      width: 230px;
      height: 230px; } }
  @media (max-width: 767px) {
    .img-importance {
      width: 100%;
      height: 300px; } }
  .img-importance > img {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%!important;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
    @media (max-width: 767px) {
      .img-importance > img {
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        width: auto; } }

.device {
  background-color: #282828; }

.p-150 {
  padding: 150px 0; }
  @media (max-width: 1130px) {
    .p-150 {
      padding: 100px 0; } }
  @media (max-width: 767px) {
    .p-150 {
      padding: 90px 0; } }

.pb-150 {
  padding-bottom: 150px; }
  @media (max-width: 1130px) {
    .pb-150 {
      padding-bottom: 100px; } }
  @media (max-width: 767px) {
    .pb-150 {
      padding-bottom: 90px; } }

.device-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 990px) {
    .device-desc {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.device-desc-offer {
  width: 50%; }
  @media (max-width: 1130px) {
    .device-desc-offer {
      width: 60%; } }
  @media (max-width: 990px) {
    .device-desc-offer {
      width: 100%; } }
  .device-desc-offer .offer {
    color: #d5d5d5;
    font-weight: 500;
    line-height: 1.5; }
    .device-desc-offer .offer b {
      font-weight: 700; }
    .device-desc-offer .offer p {
      margin-bottom: 20px; }
    .device-desc-offer .offer ul {
      margin-bottom: 20px;
          padding-left: 0;
    margin-left: 20px;}
    .device-desc-offer .offer ul li {
      list-style: disc;
      margin-bottom: 15px; }

.img-device {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  width: 50%;
  margin-right: 60px; }
  .img-device img {
    max-width: 100%; }
  @media (max-width: 1130px) {
    .img-device {
      width: 40%; } }
  @media (max-width: 990px) {
    .img-device {
      width: 100%;
      margin-right: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.calculation {
  background-color: #d8d8d8; }

.calculation-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #282828;
  color: #bbbbbb;
  overflow: hidden;
  border-radius: 12px; }
  .calculation-block h4 {
    color: #fdfdfd;
    margin-bottom: 10px;
    font-weight: 600;
	font-size: 18px;
	}
.calculation br,.leave-message br {
	display: none;
}
.calculation-block-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 350px;
  position: relative; }
  .calculation-block-img > img {
    position: absolute;
    bottom: -38px;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    max-width: 100%; }
  @media (max-width: 1300px) {
    .calculation-block-img {
      display: none; } }

.calculation-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }
  @media (max-width: 767px) {
    .calculation-form {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.calculation-form-l {
  padding: 30px 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.calculation-form-l-row:not(:last-child) {
  margin-bottom: 30px; }

.calculation-form-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.calculation-form-ch-wr {
  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-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .calculation-form-ch-wr p {
	line-height: 1;
    font-size: 16px;
    text-align: center; }
    @media (max-width: 375px) {
      .calculation-form-ch-wr p {
        font-size: 14px; } }
  @media (max-width: 375px) {
    .calculation-form-ch-wr {
      margin-right: 10px; } }

.calculation-form-ch-label {
  height: auto; }
.calculation-form-ch-label>p,.calculation .wpcf7 p {
	margin-bottom: 0;
}
.wpcf7-list-item-label{
	display: none;
}
.calculation .wpcf7-list-item {
    margin: 0 0 0 0!important ;
}
.calculation input[type="checkbox"], .what-start input[type="checkbox"], .leave-message input[type="checkbox"]{
	 -webkit-appearance: none;
    appearance: none;
 width: 20px;
    height: 20px;
    border-radius: 0;
    border: 2px solid #777;
    background-color: #fff;

	     margin: 0 0;

}
.calculation input[type="checkbox"]:checked,  .what-start input[type="checkbox"]:checked, 
 .leave-message input[type="checkbox"]:checked{
	 background-color: #777;
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); 
}

.leave-message .wpcf7-list-item.first.last{
	display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
}
.leave-message .calculation-form-r >p{
	margin-bottom: 0;
}
.calculation-form-input-wr {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 33.33%; }
  .calculation-form-input-wr p {

    font-size: 16px;
    margin-bottom: 3px;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    @media (max-width: 375px) {
      .calculation-form-input-wr p {
        font-size: 14px; } }
  .calculation-form-input-wr:nth-child(1), .calculation-form-input-wr:nth-child(2) {
    padding-right: 20px; }
    @media (max-width: 576px) {
      .calculation-form-input-wr:nth-child(1), .calculation-form-input-wr:nth-child(2) {
        padding-right: 10px; } }

.calculation-form-input {
  background-color: #fff;
  border-radius: 4px;
  padding: 7px!important;
  width: 100%;
  height: auto!important;
}
  .calculation-form-input::-webkit-input-placeholder {
    font-size: 16px;
    color: #dddddd;
    text-align: center; }
  .calculation-form-input:-ms-input-placeholder {
    font-size: 16px;
    color: #dddddd;
    text-align: center; }
  .calculation-form-input::-ms-input-placeholder {
    font-size: 16px;
    color: #dddddd;
    text-align: center; }
  .calculation-form-input::placeholder {
    font-size: 16px;
    color: #dddddd;
    text-align: center; }

.calculation-form-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .calculation-form-btns > p {
    font-size: 14px;
    line-height: 17px; 
	position: relative;
	}
	.calculation-form-btns .wpcf7-form-control-wrap{
		position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	 height: 100%;
    z-index: 2;
    visibility: hidden;
	}

.btn-clip {
	position: relative;
	cursor: pointer;
  padding: 11px 16px;
  padding-left: 45px;
  border-radius: 4px;
  margin-right: 20px;
  color: #282828;
  background-color: #fff;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1; }
  .btn-clip::after {
	content:'';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
left: 16px;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
	background: url(../img/blitz/icons/clip.svg) center / contain no-repeat ;
	}

.calculation-form-r {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 350px;
  padding: 20px; 
padding-bottom: 5px;}
  @media (max-width: 767px) {
    .calculation-form-r {
      width: 100%; } }
  .calculation-form-r .calculation-form-ch-wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 20px; }
    .calculation-form-r .calculation-form-ch-wr .calculation-form-ch-label {
      margin-right: 12px; }
    .calculation-form-r .calculation-form-ch-wr p {
      font-size: 14px;
      line-height: 16px;
      text-align: left; }
  .calculation-form-r label {
    color: #4d4d4d;
    
    font-weight: 600; }
  .calculation-form-r input,
  .calculation-form-r textarea {
    background-color: #fff;
    border: 1px solid #00000033;
    border-radius: 4px;
    padding: 8px 10px;
    margin-bottom: 20px; }
    .calculation-form-r input::-webkit-input-placeholder,
    .calculation-form-r textarea::-webkit-input-placeholder {
      text-align: left;
      color: #bbbbbb;
      font-size: 17px; }
    .calculation-form-r input:-ms-input-placeholder,
    .calculation-form-r textarea:-ms-input-placeholder {
      text-align: left;
      color: #bbbbbb;
      font-size: 17px; }
    .calculation-form-r input::-ms-input-placeholder,
    .calculation-form-r textarea::-ms-input-placeholder {
      text-align: left;
      color: #bbbbbb;
      font-size: 17px; }
    .calculation-form-r input::placeholder,
    .calculation-form-r textarea::placeholder {
      text-align: left;
      color: #bbbbbb;
      font-size: 17px; }
  .calculation-form-r textarea {
    resize: none;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    @media (max-width: 767px) {
      .calculation-form-r textarea {
        height: 199px; } }
.calculation .btn-yell, .what-start .btn-yell, .leave-message .btn-yell {
    background-color: #ffff00!important;
    color: #282828!important;
	 width: 100%;
	 border: none;
	 margin-bottom: 0;
}
.calculation input[name="policy[]"],input[name="checkbox-305[]"],input[name="checkbox-74[]"]  {
width: 24px!important;
    height: 24px!important;
}
.calculation .btn-yell:hover, .what-start .btn-yell:hover,  .leave-message .btn-yell:hover{
 background-color: #000!important;
    color: #fff!important;
}
.what-start .calculation-form-r > p:nth-child(4), .what-start .calculation-form-r > p:nth-child(4) textarea,.what-start  .calculation-form-r .calculation-form-ch-wr, .what-start .calculation-form-r > p:nth-child(6){
	margin-bottom: 0;
}
.what-start .wpcf7 .wpcf7-spinner, .calculation .wpcf7 .wpcf7-spinner,.leave-message .wpcf7 .wpcf7-spinner{
	width: 100%;
}
.what-start .wpcf7 .wpcf7-spinner:before, .calculation .wpcf7 .wpcf7-spinner:before, .leave-message .wpcf7 .wpcf7-spinner:before{
	left: calc(50% - 20px);
	transform: translate(-50%, 0);
}
.leave-message #wpcf7-f962-p913-o3{
	display: flex;
}
.leave-message #wpcf7-f962-p913-o3 form{
	display: flex;
	 -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.leave-message #wpcf7-f962-p913-o3 form .calculation-form-r p:nth-child(1){
	    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: flex
;
    flex-direction: column;
}
.leave-message #wpcf7-f962-p913-o3 form .calculation-form-r p:nth-child(1) .wpcf7-form-control-wrap[data-name="textarea-269"]{
    display: flex
;
     -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.calculation .calculation-form-r > p:nth-child(3){
	 -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
	     display: flex;
    flex-direction: column;
}
.calculation .calculation-form-r > p:nth-child(3) .wpcf7-form-control-wrap{
	 -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
	 display: flex;
}
.form-btn {
  width: 100%;
  padding: 16px 32px;
  font-size: 18px; }

.steps {
  background-color: #282828; }

.steps-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .steps-block > .btn-yell {
    margin-right: 20px;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 32px 14px; }
    @media (max-width: 576px) {
      .steps-block > .btn-yell {
        display: none; } }

.steps-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px; }
  @media (max-width: 576px) {
    .steps-row {
      margin: 0; } }

.steps-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  max-width: 25%;
  padding: 0 10px; }
  .steps-col:nth-child(2) {
    display: none; }
    @media (max-width: 576px) {
      .steps-col:nth-child(2) {
        display: block; }
        .steps-col:nth-child(2) .btn-yell {
          width: 100%; } }
  @media (max-width: 1000px) {
    .steps-col {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
      flex: 0 1 50%;
      max-width: 50%; }
      .steps-col:nth-child(1), .steps-col:nth-child(3) {
        margin-bottom: 20px; } }
  @media (max-width: 576px) {
    .steps-col {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%;
      padding: 0;
      max-width: 100%;
      margin-bottom: 20px; } }

.steps-item {
  width: 100%;
  background-color: #fffff0;
  padding: 20px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .steps-item p {
	    margin-bottom: 0;
    font-weight: 400;
    line-height: 120%;
    color: #777777; }
    .steps-item p a {
      color: #333333;
      text-decoration: underline; }

.num {
  color: #ff8c00;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 15px; }

.price-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -10px; }

.price-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.33%;
  flex: 0 1 33.33%;
  max-width: 33.33%;
  padding: 0 10px; }
  .price-col:nth-child(2) .price-item {
    background-color: #ffffff; }

.owl-carousel.owl-carousel-prices .price-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
  padding: 0; }

.owl-carousel.owl-carousel-prices .owl-nav button.owl-next,
.owl-carousel.owl-carousel-prices .owl-nav button.owl-prev {
  width: 35px;
  height: 35px;
  border: 1px solid #dddddd;
  color: #dddddd;
  font-size: 20px;
  opacity: 0.87; }

.owl-carousel.owl-carousel-prices .owl-nav button.owl-prev {
  margin-right: 10px; }

.owl-carousel.owl-carousel-prices .owl-nav {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  bottom: 0; }

.owl-carousel.owl-carousel-prices .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;}

.owl-carousel.owl-carousel-prices.price-row {
  margin: 0; }

.price-item_fff.price-item {
  background-color: #fff; }

.price-item {
  width: 100%;
  background-color: #fffff0;
  padding: 30px;
  border-radius: 8px; }
  .price-item img {
    width: 100%;
    margin-bottom: 30px; }
  .price-item h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .price-item ol {
	margin-left: 0;
    width: 100%;
    margin-bottom: 30px;
    padding-left: 25px; }
  .price-item .btn-black {
    width: 100%;
    line-height: 1; }

.price-price {
  margin-bottom: 30px;
  text-align: center; }
  .price-price .num {
    margin-bottom: 12px;
    font-size: 20px; }
  .price-price p {
    color: #888888;
    font-size: 14px;
    line-height: 140%; }

.btn-black {
  text-align: center;
  padding: 14px 32px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #333333;
  color: #fff;
  border-radius: 4px; }
  .btn-black:hover {
    color: #000;
    background-color: #ffff00; }

.text-box {
  font-weight: 500;
  color: #d5d5d5; }
  .text-box p:not(:last-child) {
    margin-bottom: 20px; }
	 .text-box ul li{
		list-style: disc;
	 }
	 .text-box ul{
		    margin-left: 20px;
	 }
.what-start .text-box p,.leave-message .text-box p {
margin-bottom: 0;
}
.features-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 1000px) {
    .features-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.features-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.33%;
  flex: 0 1 33.33%;
  max-width: 33.33%; }
  @media (max-width: 1000px) {
    .features-col {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%;
      max-width: 100%; } }
  @media (max-width: 1000px) {
    .features-col:nth-child(1) {
      margin-bottom: 20px; } }
		.features-item p{
			margin: 0;
		}
  .features-col:nth-child(1) .features-item {
    border-radius: 40px 0 0 40px;
    background-color: #fffff0;
    -webkit-box-shadow: 0px 11px 25px 0px #0000001a;
    box-shadow: 0px 11px 25px 0px #0000001a;
    position: relative;
    left: 4px;
    z-index: 1; }
    @media (max-width: 1000px) {
      .features-col:nth-child(1) .features-item {
        border-radius: 40px 40px 0 0;
        left: 0; } }
  .features-col:nth-child(2) .features-item {
    -webkit-box-shadow: 0px 45px 45px 0px #00000017;
    box-shadow: 0px 45px 45px 0px #00000017;
    position: relative;
    z-index: 2;
    border-radius: 40px;
    background-color: #ffff00;
    padding: 19px; }
    .features-col:nth-child(2) .features-item .features-item-inner {
      border-radius: 19px;
      border: 4px dashed #555555;
      padding: 23px;
      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-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center; }
      .features-col:nth-child(2) .features-item .features-item-inner img {
        margin-bottom: 18px; }
  @media (max-width: 1000px) {
    .features-col:nth-child(3) {
      margin-top: 20px; } }
  .features-col:nth-child(3) .features-item {
    -webkit-box-shadow: 0px 101px 61px 0px #0000000d;
    box-shadow: 0px 101px 61px 0px #0000000d;
    border-radius: 0 40px 40px 0;
    background-color: #fffff0;
    position: relative;
    z-index: 1;
    right: 4px; }
    @media (max-width: 1000px) {
      .features-col:nth-child(3) .features-item {
        border-radius: 0 0 40px 40px;
        right: 0; } }

.features-item {
  width: 100%;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 23px; }
  .features-item > img {
    margin-bottom: 18px; }
  .features-item h3 {
    font-weight: 700;
    font-size: 42px;
    line-height: 42px;
    text-transform: uppercase;
    color: #4d4d4d;
    margin-bottom: 14px; }
    @media (max-width: 1130px) {
      .features-item h3 {
        font-size: 32px; } }

.gray-bg {
  background-color: #d8d8d8; }

.phones .point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .phones .point:not(:last-child) {
    margin-bottom: 20px; }
  .phones .point a {
    color: #ff8c00;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%; }
    @media (max-width: 1000px) {
      .phones .point a {
        font-size: 24px; } }
    @media (max-width: 375px) {
      .phones .point a {
        font-size: 20px; } }
  .phones .point .point__img {
    width: 40px;
    margin-right: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
    @media (max-width: 1000px) {
      .phones .point .point__img {
        margin-right: 20px; } }
    .phones .point .point__img img {
      max-width: 100%; }

.calculation-form-l-what-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 60px; }
  @media (max-width: 1300px) {
    .calculation-form-l-what-start {
      padding: 30px 20px; } }

.what-start-wr {
  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-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 767px) {
    .what-start-wr {
      padding: 57px 0; } }
  .what-start-wr .tth-h2 {
    margin-bottom: 20px;
    max-width: 620px; }
  .what-start-wr .text-box {
    margin-bottom: 30px;
    text-align: center;
    max-width: 500px; }

.what-start-block-img > img {
  bottom: -80px; }

.what-start-form-r {
  width: 400px; }
  @media (max-width: 767px) {
    .what-start-form-r {
      width: 100%; }
      .what-start-form-r textarea {
        height: 80px; }
      .what-start-form-r .form-btn {
        font-size: 16px; } }

.black-bg {
  background-color: #282828; }

.faq-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px; }
  @media (max-width: 950px) {
    .faq-row {
      margin: 0; } }

.faq-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: 50%;
  padding: 0 10px;
  margin-bottom: 20px; }
  @media (max-width: 950px) {
    .faq-col {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%;
      max-width: 100%; } }

.faq-item {
	position: relative;
	z-index: 2;
	 -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
	cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background-color: #fff;
  padding: 10px 23px;
  border-radius: 8px; }
  .faq-item img {
 -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
    width: 23px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 12px; }
  .faq-item p {
	line-height: 1.3;
	margin-bottom: 0;
    color: #333333;
    font-size: 23px; }

.reviews {
  overflow: hidden; }

.reviews-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px; }
  .reviews-nav > p {
	margin-bottom: 0;
    color: #333333;
    margin-right: 20px;
    text-transform: uppercase; }

.line {
  height: 1px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background-color: #00000080; }

.reviews-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.reviews-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%; }

.reviews-item {
  width: 100%; }

.data-gray {
  color: #7a7a7a;
  font-family: Lato;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  margin-bottom: 5px; }

.reviews-autor {
  color: #333333;
  font-weight: 400;
  font-size: 20.6px;
  margin-bottom: 13px; }

.reviews-ttl {
  color: #464646;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px; }

.reviews-ttx {
  color: #464646;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px; }

.stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
  margin-top: 5px; }
  .stars i {
    line-height: 17px;
    color: #0074a2; }
    .stars i:not(:last-child) {
      margin-right: 4px; }

.reviews-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .reviews-img .img {
    width: 100%;
    padding-bottom: 100%;
    position: relative; }
    .reviews-img .img > img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }

.reviews-img-wr {
  width: 160px;
  padding: 5px 2.5px; }

.reviews-leave {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .reviews-leave .btn-yell {
    padding: 16px 32px;
    margin-left: 40px; }

.owl-carousel.owl-carousel-reviews .owl-nav button.owl-next,
.owl-carousel.owl-carousel-reviews .owl-nav button.owl-prev {
  border: 2px solid #000000;
  opacity: 37.5%;
  width: 35px;
  height: 35px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  line-height: 1; }

.owl-carousel.owl-carousel-reviews .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: -36px;
  right: 0;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  background-color: #d8d8d8;
  padding-left: 20px; }

.owl-carousel.owl-carousel-reviews .owl-nav button.owl-prev {
  margin-right: 10px; }

.point.point_mail {
  color: #fff; }
  .point.point_mail .point__img {
    width: 45px; }
  .point.point_mail a {
    color: #fff; }

.calculation-form-l-order {
  padding-right: 20px; }

.footer {
  overflow: hidden; }

.footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -28px; }
  @media (max-width: 1100px) {
    .footer-row {
      margin: 0; } }

.footer-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.33%;
  flex: 0 1 33.33%;
  max-width: 33.33%;
  padding: 0 28px;
  margin-bottom: 34px; }
  @media (max-width: 1100px) {
    .footer-col:nth-child(1) {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%;
      max-width: 100%;
      padding: 0 15px; }
    .footer-col:nth-child(2), .footer-col:nth-child(3) {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
      flex: 0 1 50%;
      max-width: 50%;
      padding: 0 15px; } }
  @media (max-width: 500px) {
    .footer-col:nth-child(1) {
      padding: 0 10px; }
    .footer-col:nth-child(2), .footer-col:nth-child(3) {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%;
      max-width: 100%;
      padding: 0 10px; } }

.footer-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center; }
  .footer-item > h3 {
    color: #888888;
    font-size: 20.6px;
    line-height: 26px;
    margin-bottom: 11px; }
  .footer-item > p {
    color: #555555;
    font-size: 16px;
    line-height: 28px; }
  .footer-item h4 {
    color: #555555;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px; }
  .footer-item .menu {
    color: #333333;
    font-family: Roboto;
    font-weight: 300;
    font-size: 19.2px;
    line-height: 26.88px; }
    .footer-item .menu__li:not(:last-child) {
      margin-bottom: 10px; }

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 5px; }
  .contacts a {
    color: #333333;
    font-size: 16px;
    line-height: 28px; }

.shedule {
  color: #555555;
  font-weight: 300;
  font-size: 19.2px;
  margin-top: 27px;
  line-height: 28px; }

.btn-gray {
  text-align: center;
  padding: 10.5px 18px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #888888;
  color: #333333;
  margin-bottom: 15px;
  position: relative; }
  .btn-gray::after {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    top: 7px;
    right: -7px;
    background-color: #888888; }
  .btn-gray::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -7px;
    right: -7px;
    background-color: #888888; }
  .btn-gray:hover {
    color: #fff; }

.write {
  font-weight: 300;
  font-size: 19.2px;
  line-height: 26px;
  margin-bottom: 10px; }

.footer-slider-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px; }

.footer-slider-col {
  width: calc(100vw / 6);
  height: 11.71875vw; }
  @media (max-width: 1400px) {
    .footer-slider-col {
      width: 321px;
      height: 225px; } }

.footer-slider-item {
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  position: relative; }
  .footer-slider-item .ttl {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 24px 8px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase; }
    .footer-slider-item .ttl h3 {
      -webkit-line-clamp: 2;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden; }
  .footer-slider-item .img {
    width: 100%;
    height: 100%;
    position: relative; }
    .footer-slider-item .img img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }

.footer__contacts-body {
  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-align: center;
  -ms-flex-align: center;
  align-items: center; }

.footer__contacts-item {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .footer__contacts-item p {
    color: #888888;
    margin-right: 2px; }
  .footer__contacts-item a {
    color: #555555; }

.development {
  font-size: 11.2px;
  line-height: 14px;
  text-align: center;
  color: #888888;
  margin-bottom: 15px; }
  .development span {
    color: #555555; }

.footer__contacts {
  padding-bottom: 50px; }
  .footer__contacts .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    line-height: 20.8px;
    color: #777; }
  .footer__contacts .owl-item .menu__li {
    margin-bottom: 10px;
    padding-left: 26px;
    position: relative; }
    .footer__contacts .owl-item .menu__li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .footer__contacts .owl-item .menu__li::before {
      content: "";
      width: 14px;
      height: 20px;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      background: url(../img/blitz/icons/zig.svg) center/contain no-repeat; }
  .footer__contacts .owl-item:first-child .menu__li {
    padding-left: 0; }
    .footer__contacts .owl-item:first-child .menu__li::before {
      display: none; }
    .footer__contacts .owl-item:first-child .menu__li i {
      content: "";
      display: inline-block;
      width: 18px;
      height: 20px;
      background-color: #777777;
      -webkit-mask: url(img/blitz/icons/home.svg) no-repeat center/contain; }

.owl-carousel.owl-carousel-footer__contacts .owl-stage-outer {
  overflow-x: auto; }
  .owl-carousel.owl-carousel-footer__contacts .owl-stage-outer::-webkit-scrollbar {
    width: 6px; }
  .owl-carousel.owl-carousel-footer__contacts .owl-stage-outer::-webkit-scrollbar-track {
    background: #d8d8d8;
    /* цвет дорожки */ }
  .owl-carousel.owl-carousel-footer__contacts .owl-stage-outer::-webkit-scrollbar-thumb {
    background-color: #ccc;
    /* цвет плашки */
    border-radius: 20px;
    /* закругления плашки */
    border: 6px solid #d8d8d8;
    /* в ширину width: 21.5px; вхоит border*/ }

#toTop {
  position: fixed;
  display: inline-block;
  bottom: 30px;
  right: -40px;
  width: 35px;
  height: 35px;
  z-index: 1000;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border: 2px solid rgba(0, 0, 0, 0.375);
  background-color: #d8d8d8;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  #toTop > img {
    opacity: 0.375; }

#toTop.show {
  opacity: 1;
  visibility: visible;
  right: 10px; }
.faq-item-text{
    background: #fff;
    padding: 17px 23px;
    border-radius: 0 0 8px 8px;
    padding-top: 30px;
    margin-top: -20px;
}
.service-arr-2{
	transform: rotate(-90deg);
}
.faq-item-text p {
	margin-bottom: 0;
}
.reviews__wrapp .owl-carousel .owl-stage{
display: flex;
}
.reviews__wrapp .owl-carousel.owl-drag .owl-item{
	display: flex
;
    background-color: #d8d8d8;
}

.device-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.device-col {
	display: flex;
	flex: 0 1 50%;
	max-width: 50%;
	padding: 0 15px;
	margin-bottom: 30px;

}
.device-item {
	color: #d5d5d5;
	display: flex;
	
}
.device-item .img{
		flex: 0 0 auto;
		width: 50px;
		margin-right: 20px;
	
	fill: #ff8c00;
	}
	.device-item .img img{
		max-width: 100%;
	}
	.faq-item-wr{
		width: 100%;
		display: flex
;
    flex-direction: column;
	}
.device-name__ttl{
font-size: 30px;
    margin-bottom: 20px;
    font-weight: 600;
	 color: #d5d5d5;
}
.mt-tth{
	margin-top: 50px;
}
.device-name__text, .device-name p{
	margin: 0;
}
@media (max-width: 900px){
	.device-row{
margin: 0;
	}
			.device-name__ttl{
				font-size: 24px;
			}
			.device-item .img {
				width: 35px;
			}
			.device-item .img{

			}
			.device-col{
				flex: 0 1 100%;
	max-width: 100%;
	padding: 0;
			}
		}