/* @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap"); */

* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  outline: none;
  border: none;
}

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

html, body {
  overflow-x: hidden;
}

.df {
  display: flex;
}

.dg {
  display: grid;
}

.container:before, .container:after {
  display: none;
}

.fll {
  float: left;
}

p {
  margin: 0;
}

a:hover, a:focus {
  outline: none;
  text-decoration: none;
}

/*::-webkit-scrollbar {
    width: 0;
}*/


/*fonts*/

@font-face {
  font-family: "Gotham Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/wp-content/themes/swot/fonts/GothamPro-Light/GothamPro-Light.woff);
}

@font-face {
  font-family: "Gotham Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/wp-content/themes/swot/fonts/GothamPro/GothamPro.woff);
}

@font-face {
  font-family: "Gotham Pro";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/wp-content/themes/swot/fonts/GothamPro-Bold/GothamPro-Bold.woff);
}

@font-face {
  font-family: "Gotham Pro";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/wp-content/themes/swot/fonts/GothamPro-Medium/GothamPro-Medium.woff);
}

body {
  font-family: 'Gotham Pro', sans-serif;
  -webkit-font-smoothing: antialiased;
}

.wrap {
  width: 100%;
}

.header {
  position: relative;
  min-height: 100%;
  z-index: 999;
}

.reg-btn {
  display: inline-block;
  padding: 4px 33px;
  text-transform: uppercase;
  font-family: "Gotham Pro", sans-serif;
  font-weight: 700;
  font-size: 15px;
  transition: all 0.15s ease-out;
  cursor: pointer;
  color: #313133;
  border: 3px solid #313133;
  /*box-shadow: 0px 12px 15px 0px rgba(47, 128, 237, 0.45);*/
  box-shadow: 0px 14px 52px 0px rgb(20 128 237 / 30%), 0px 10px 24px 0px rgb(20 128 237 / 30%), 0px 10px 24px 0px rgb(20 128 237 / 30%);
}
.reg-btn:hover {
  border-color: #0e92da;
  color: #0e92da;
  transition: all 0.15s ease-in;
  text-decoration: none;
}
.reg-btn_header {
  margin-top: -10px;
  margin-left: 45px;
  padding: 8px 20px;
  font-size: 14px;
  color: #0e92da;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Gotham Pro", sans-serif;
  font-weight: 700;
  transition: all 0.15s ease-out;
  cursor: pointer;
  border: 3px solid #0e92da;
}
.menu-name {
  display: none;
  font-family: "Gotham Pro", sans-serif;
  font-weight: 500;
}
.reg-btn_header-sm {
  display: none;
}
.navbar-all {
  position: fixed;
  top: 44px;
  z-index: 100;
  left: 0;
  right: 0;
  margin: auto;
}
.navbar {
  border-radius: 0;
  background: rgba(255, 255, 255, 0.87);
  border: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.22);
  width: 100%;
  z-index: 10;
}
.nav-padd {
  /* padding: 13px 13px 11px; */
}
.navbar-collapse {
  padding: 17px 0 11px 0;
}
.page-template-default .navbar-collapse {
  padding-top: 11px;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #282528;
}
.navbar-inverse .navbar-toggle:hover .icon-bar {
  background-color: #282528 !important;
}
.navbar-inverse .navbar-toggle:active .icon-bar {
  background-color: #282528 !important;
}
.navbar-inverse .navbar-toggle:focus .icon-bar {
  background-color: #282528 !important;
}
.navbar-inverse .navbar-nav > li {
  padding: 0 0 0 0;
}
.navbar-inverse .navbar-nav > li > a {
  font-family: "Gotham Pro", sans-serif;
  display: block;
  margin: 0 0 0 45px;
  font-size: 17px;
  color: #7e7c7e;
  border-bottom: 1px solid #bebdbe;
  padding: 0;
}
.navbar-inverse .navbar-nav > li.current-menu-item a {
  color: #333;
  border: none;
}
.navbar-inverse .navbar-nav > li > a:active {
  color: #7e7c7e;
}
.navbar-inverse .navbar-nav > li > a:focus {
  color: #7e7c7e;
}
.navbar-inverse .navbar-nav > li > a:hover {
  color: #333;
}
.navbar-inverse .navbar-toggle {
  border: none;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #282528;
}
.navbar-inverse .navbar-toggle:hover .icon-bar {
  background-color: #282528 !important;
}
.navbar-inverse .navbar-toggle:active .icon-bar {
  background-color: #282528 !important;
}
.navbar-inverse .navbar-toggle:focus .icon-bar {
  background-color: #282528 !important;
}
.container__blur {
  position: relative;
}
.navbar__blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background: transparent;
}
.nav-padd {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between; */
}
.navbar-collapse.collapse {
  /* padding: 0; */
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: flex-end;
  height: 100% !important;
  min-height: 100%;
  /* margin: 0 auto; */
  /* margin-right: 49px; */
}
.navbar-inverse .navbar-nav > li > a {
  color: #131515;
  border-bottom: none;
  font-family: 'Gotham Pro', sans-serif;
}
.reg-btn_header {
  border: 2px solid #006CEA;
  color: #006CEA;
  font-family: "Gotham Pro", sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin-top: 0;
  padding: 6px 20px 5px;
}
.reg-btn_header:hover {
  text-decoration: none;
  background-color: #0e92da;
  color: #fff;
}
.reg-btn_header:hover {
  background-color: #006CEA;
}

.logo_img {
  justify-self: center;
  width: 90px;
}

.logo {
  display: flex;
}

.navbar {
  display: flex;
  align-self: end;
  align-items: center;
  justify-content: center;
}

.navbar__wrap {
  justify-self: end;
  align-self: center;
}

.background-header {
  background: #fff;
}

.navbar li {
  padding: 0 0 0 60px;
  list-style: none;
}

.navbar li a {
  font-family: "Gotham Pro";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 15px;
  color: #737272;
}

.inner-header {
  width: 100%;
  height: 60px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  position: relative;
  top: -1px;
}

.inner-header__heading {
  display: block;
  font-family: 'Gotham Pro', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 18px;
  align-self: center;
  color: #4F4F4F;
}

.inner-header__navbar {
  justify-self: end;
  align-self: center;
  display: flex;
  justify-content: end;
  list-style: none;
  padding: 0 50px 0 0;
}

.inner-header__navbar li a {
  font-family: 'Gotham Pro';
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 16px;
  color: #4F4F4F;
}

.inner-header__navbar li a:hover {
  color: #000;
}

.inner-header__navbar li {
  padding: 0 0 0 30px;
}

.inner-header__bttn {
  justify-self: end;
  align-self: center;
  font-family: "Gotham Pro";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #006CEA;
  border: 2px solid #006CEA;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inner-header__container {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto 200px;
  height: 100%;
}

.fixed-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 900;
}

/*section*/
.container {
  padding: 0px 15px;
}

.tabs .tab:hover {
  cursor: pointer;
}

.tabs {
  position: relative;
}

.tab-line {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 33.3%;
  height: 3px;
  background: linear-gradient(90deg, #4FACFE -9.13%, #29F4FF 100%);
  border-radius: 50px;
  transition: all .4s;
}

.tab.active:nth-child(2) ~ .tab-line {
  left: 33.3%;
}

.tab.active:nth-child(3) ~ .tab-line {
  left: 66.6%;
}

.tab.active::before {
  display: none;
}

.prem-list > div {
  padding: 0;
}

.flex-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.about .main-feats__item::before {
  padding-top: 0;
}

.container-fluid__call-center .main-feats__block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 838px;
}

.container-fluid__call-center .main-feats__box {
  display: grid;
  grid-template-rows: 1fr 1fr;
}

.container-fluid__call-center .main-feats__item {
  margin-bottom: 50px;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 390px) {
  .about .main-feats__item {
    width: 100%;
    max-width: 190px;
    text-align: center;
  }
}

.flex-jc-c {
  justify-content: center;
}

@media (min-width: 320px) {
  .container {
    margin: auto;
    padding: 0 15px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 940px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 992px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1160px;
  }
}

@media (min-width: 1366px) {
  .container {
    max-width: 1280px;
  }
}

.new {
  position: relative;
}

.leader {
  position: absolute;
  right: 0;
  bottom: 5%;
}

.red-line {
  position: absolute;
  right: 0px;
  top: 120px;
  display: none;
}
.red-line.red-line_pc{
  display: block;
}

.new::before {
  position: absolute;
  content: url(/wp-content/themes/swot/images/new.svg);
  font-size: 8px;
  top: -95%;
  right: 0;
}

.baner {
  width: 100%;
  background-image: url(/wp-content/themes/swot/images/background_baner.svg);
  padding: 230px 0 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: auto;
  padding-bottom: 70px;
}

@media screen and (max-width: 1300px) {
  .baner {
    padding: 170px 0 0 0;
  }
}

.baner__container {
  display: grid;
  grid-template-columns: repeat(2, auto);
}

.baner__heading {
  font-family: "Gotham Pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  line-height: 120%;
  background: linear-gradient(90deg, #4FACFE 30.09%, #29F4FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 30px 0 0 0;
}

@media screen and (max-width: 1300px) {
  .baner__heading {
    font-size: 50px;
  }
}

.baner__heading span {
  background: linear-gradient(90deg, #4FACFE 70%, #29F4FF 100%);
  -webkit-background-clip: text;
}

.baner-heading__span {
  background: #333 !important;
  -webkit-background-clip: text !important;
}

.baner__sub-text {
  font-family: "Gotham Pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: calc(18px + (22 - 18) * ((100vw - 375px) / (1920 - 375)));
  margin: 19px 0 0 0;
  color: #fff;
}

.baner__bttn {
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Gotham Pro", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  width: 299px;
  height: 49px;
  transition: 0.3s;
  background: linear-gradient(90deg, #4FACFE -13.71%, #29F4FF 88.29%);
  box-shadow: 7px 12px 15px rgba(47, 128, 237, 0.45);
  margin: 45px 0 0 0;
}

.baner__some-info {
  display: flex;
  justify-content: start;
  margin: 54px 0 0 0;
}

.border-text {
  font-family: "Gotham Pro", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 11px;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  border: 1px solid rgba(20, 128, 237, 0.3);
}

.border-text--baner {
  background: #43f4ff;
  background: linear-gradient(187deg, #006cea, #00dcea);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.border-text--baner {
  padding: 11px 10px 11px 10px;
}

.some-info__item {
  width: 160px;
  margin: 0 30px 0 0;
}

.some-info__first-level {
  font-family: "GothamPro-Medium", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  /* identical to box height, or 24px */
  color: #FFFFFF;
}

.some-info__third-level {
  font-family: "GothamPro-Medium", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  /* or 22px */
  color: #FFFFFF;
}

.some-info__second-level {
  font-family: "Gotham Pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 45px;
  line-height: 100%;
  /* or 45px */
  color: #FFFFFF;
}

.section__right {
  justify-self: end;
}

.baner__img--main {
  position: relative;
  right: -15px;
  top: -25px;
}

h1 {
  font-family: "Gotham Pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 54px;
  line-height: 130%;
  /* or 70px */
  color: #131515;
}

h5 {
  font-family: "Gotham Pro", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 120%;
}

.services, .how-cost__wrap, .case {
  padding: 150px 0 0 0;
}

.facts {
  padding: calc(50px + (150 - 50) * ((100vw - 375px) / (1920 - 375))) 0 0 0;
}

.facts__steps {
  display: grid;
  display: -moz-grid;
  display: -ms-grid;
  grid-template-columns: repeat(3, 1fr);
  /*display: flex;*/
  /*justify-content: space-around;*/
  margin: calc(20px + (100 - 20) * ((100vw - 375px) / (1920 - 375))) 0 0 0;
  border-bottom: 2px solid #E2F0FF;
  padding: 0 0 20px 0;
  position: relative;
}

.facts__steps::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 33.3%;
  height: 3px;
  background: linear-gradient(90deg, #4FACFE -9.13%, #29F4FF 100%);
  border-radius: 50px;
  transition: all .4s;
}

.facts__steps.work_two::before {
  left: 33.3%;
}

.facts__steps.work_three::before {
  left: 66.6%;
}

.facts__text {
  display: none;
}

.border-text__facts {
  color: #006CEA;
  padding: 11px 16px;
  margin: 16px 0 0 0;
  border: 1px solid rgba(20, 128, 237, 0.3);
}

.facts__heading {
  color: #000;
  margin: 41px 0 0 0;
}

.facts__heading span {
  background: linear-gradient(128.55deg, #006CEA 44.35%, #00DCEA 87.16%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;

}
.facts__heading span.break-word{
  background: none;
  background-clip: initial;
  -webkit-text-fill-color: initial;
  background-clip: initial;
  display: block;
}
.steps__item-container {
  display: flex !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  justify-content: center;
}

.steps__item {
  font-family: "Gotham Pro", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 120%;
  color: #1882ED;
  position: relative;
  z-index: 100;
  margin: 20px 0px 0px 30px;
}

.steps__item .mobile-br {
  display: none;
}

.steps__item:hover {
  cursor: pointer;
}

.steps__item .steps__item-numb {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 32px;
  /* or 50% */
  color: #DCE9F5;
  position: absolute;
  top: -11px;
  left: -18px;
  z-index: -1;
}

.steps__item .steps__item-text {
  display: flex;
  flex-wrap: wrap;
  font-family: "GothamPro-Medium";
}
.steps__item .steps__item-text font{
  padding-right: 7px;
}

/*.steps__item::before {*/
/*  content: "1";*/
/*  font-family: "Roboto", sans-serif;*/
/*  font-style: normal;*/
/*  font-weight: bold;*/
/*  font-size: 64px;*/
/*  line-height: 32px;*/
/*  !* or 50% *!*/
/*  color: #DCE9F5;*/
/*  position: absolute;*/
/*  top: -11px;*/
/*  left: -18px;*/
/*  z-index: -1;*/
/*}*/

/*.steps__item--two::before {*/
/*  content: "2";*/
/*  z-index: -300;*/
/*}*/

/*.steps__item--three::before {*/
/*  content: "3";*/
/*  z-index: -300;*/
/*}*/

.sub-text {
  font-family: "Gotham Pro", sans-serif;
  font-style: normal;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  color: #514747;
}

.facts__sub-text {
  display: none;
  margin: 14px 0 0 0;
  color: #131515;
  max-width: 990px;
}

.facts__sub-text.work {
  display: block;
}

.border-text__services-steps {
  font-family: "Gotham Pro", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  /* blue 2 */
  color: #006CEA;
  border: 1px solid rgba(20, 128, 237, 0.3);
  padding: 11px 16px;
}

.steps__one-part--right {
  padding: 0 0 0 30px;
}

.steps {
  padding: calc(30px + (64 - 30) * ((100vw - 375px) / (1920 - 375))) 0 0 0;
}

.steps__item--left {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0 30px 0 30px;
}

.steps__item--right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0 0 0px 30px;
}

.steps__one-part {
  padding: 0 40px 0 0;
}

.steps__short-heading {
  font-family: "Gotham Pro", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 140%;
  /* identical to box height, or 20px */
  letter-spacing: 0.25em;
  /* Gray 2 */
  color: #4F4F4F;
}

.steps__heading {
  width: fit-content;
  font-family: "Gotham Pro", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 140%;
  background: linear-gradient(128.55deg, #006CEA 44.35%, #00DCEA 87.16%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 30px 0 0 0;
  position: relative;
}

.steps__sub-text {
  margin: 10px 0 0 0;
}

.steps__some-info {
  margin: 30px 0 0 0;
}

.steps__two-part {
  display: grid;
}

.steps__img {
  justify-self: end;
  align-self: center;
  padding: 0 30px 0 0;
}
.steps__img.services1_img{
  width: 100%;
  max-width: 459px;
  height: auto;
}

.steps__img--right {
  justify-self: start;
  padding: 0 0px 0 0;
}

.step__item {
  margin: 0 0 76px 0;
}

.steps__some-info {
  display: grid;
  grid-template-columns: 1fr;
}

.steps__some-info__second-level {
  font-family: "Gotham Pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  /*font-size: 54px;*/
  font-size: calc(28px + (45 - 28) * ((100vw - 375px) / (1920 - 375)));
  line-height: 120%;
  background: linear-gradient(128.55deg, #006CEA 44.35%, #00DCEA 87.16%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.steps__some-info__third-level {
  font-family: "Gotham Pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: calc(16px + (15 - 16) * ((100vw - 375px) / (1920 - 375)));
  line-height: 120%;
  color: #131515;
}

.services__heading {
  color: #000;
  margin: 41px 0 0 0;
}

.services__heading span {
  background: linear-gradient(128.55deg, #006CEA 44.35%, #00DCEA 87.16%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.steps__block-info {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-gap: 50px;
}

.steps__one-part--right {
  padding: 0 40px 0 0px;
  margin: 0 0px 0 40px;
}

.diagram__heading {
  font-family: "Gotham Pro", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 120%;
  /* identical to box height, or 22px */
  /* black 2 */
  margin: 41px 0 0 0;
  color: #131515;
}

.diagram__block-line {
  width: 100%;
  padding: 28px 0 0 0;
  border-top: 1px solid #B8D9FF;
}

.diagram__line {
  border-radius: 0 100px 100px 0;
  transition-delay: .5s;
  transition-duration: 2s;
  transition-timing-function: cubic-bezier(.86,.05,.4,.96);
  width: 0;
  height: 9px;
}

.diagram__line--long {
  width: 100%;
  background: linear-gradient(90.01deg, #006CEA -1.35%, #00DCEA 99.92%);
}

.diagram__line--short {
  width: 30%;
  background: linear-gradient(90deg, #C1DEFF 0%, #8CB1B4 100%);
  margin: 28px 0 0 0;
}

.diagram__some-info {
  display: grid;
  grid-template-columns: minmax(20px, 368px) fit-content(100%);
  grid-gap: 30px;
  margin: 20px 0 0 0;
}

.sub-text-diagram {
  margin: 11px 0 0 0;
}

.steps__some-info--up-border {
  justify-self: end;
  border-top: 1px solid #B8D9FF;
  margin: 0 0 0 0;
  padding: 28px 0 0 0;
}

.steps__item--last {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.steps__one-part--last {
  padding: 0;
}

.steps__one-part--center {
  align-self: center;
}

.steps__heading:before {
  content: "";
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 32px;
  -webkit-text-fill-color: #DCE9F5;
  position: absolute;
  top: -12px;
  left: -25px;
  z-index: -1;
}

.steps__heading--one::before {
  content: "1";
}

.steps__heading--two::before {
  content: "2";
}

.steps__heading--tree::before {
  content: "3";
}

.steps__heading--four::before {
  content: "4";
}

.steps__heading--five::before {
  content: "5";
}

.steps__heading--six::before {
  content: "6";
}

.how-cost__wrap {
  padding-top: calc(0px + (80 - 0) * ((100vw - 375px) / (1920 - 375)));
  position: relative;
}

.how-cost {
  display: grid;
  grid-template-columns: 30% 70%; /* 35 35 */
  padding: calc(6px + (67 - 6) * ((100vw - 375px) / (1920 - 375))) 0 0 0;
}

.how-cost__column-box {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  /*box-shadow: 0px 14px 35px rgb(28 104 194 / 40%);*/
  box-shadow: 0px 14px 23px rgb(28 104 194 / 40%);
}

.column-one {
  padding: 66px 0 0 0;
}

.column-one__list {
  padding: 0 13px 0 30px;
}

.column-one__list li {
  padding: 10px 0 10px 0px;
  list-style: none;
  font-family: "Gotham Pro", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  margin: 10px 0px;
  color: #131515;
  border-top: 1px solid #006CEA33;
}

.column-one__list li:nth-last-child(1) {
  border-bottom: 1px solid #006CEA33;
}

.column-two {
  border-right: 1px solid #006CEA33;
  /*box-shadow: -10px 14px 23px rgba(28, 104, 194, 0.4);*/
}

.column-two__heading {
  width: 100%;
  background: linear-gradient(90deg, #2F9AF8 30.09%, #29F4FF 100%), linear-gradient(90deg, #4FACFE 30.09%, #29F4FF 100%);
  padding: 10px 0 6px;
}

.column-two__list {
  padding: 0 30px;
}

@media screen and (max-width: 1300px) {
  .column-two__list>li {
    max-height: 84px;
    overflow: hidden;
  }
}

.column-two__list li {
  padding: 10px 0 10px 20px;
  list-style: none;
  font-family: "Gotham Pro", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  margin: 10px 0 10px 0px;
  color: #131515;
  border-top: 1px solid #006CEA33;
  position: relative;
}

.column-two__list li:nth-last-child(1) {
  border-bottom: 1px solid #006CEA33;
}

.column-two__list li::before {
  content: url(/wp-content/themes/swot/images/check.svg);
  position: absolute;
  top: 10px;
  left: 0;
}

#how-cost .how-cost__column-box > div:hover .column-two__list li::before {
  content: url(/wp-content/themes/swot/images/green-check.svg);
}

#how-cost .how-cost__column-box .slick-slide:hover .column-two__list li::before {
  content: url(/wp-content/themes/swot/images/green-check.svg);
}

.column-two__heading-text {
  font-family: "Gotham Pro", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 120%;
  /* or 19px */
  text-align: center;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.benefits {
  padding: 0 0 0 30px;
  display: flex;
  margin: 10px 0 0 0;
}

.benefits__text {
  font-family: "Gotham Pro", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 140%;
  margin: 0 0 0 16px;
}

.column-two .benefits__text,
.benefits__text-blue {
  background: linear-gradient(128.55deg, #006CEA 44.35%, #00DCEA 87.16%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.column-tree .benefits__text,
.benefits__text-orange {
  background: linear-gradient(90deg, #FAA24E -9.13%, #E44A41 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.benefits__sub-text {
  padding: 20px 30px 20px 30px;
  font-family: "Gotham Pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  /* or 22px */
  /* text colog */
  color: #131515;
}

.benefits__timing {
  padding: 20px 0 0 30px;
  font-family: "Gotham Pro", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: #131515;
}

.benefits__timing span {
  font-weight: 500;
}

.benefits__price {
  padding: 10px 0 0 30px;
  font-family: "Gotham Pro", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 100%;
  /* or 16px */
  /* grey5 */
  color: #443E3E;
}

.benefits__price span {
  font-weight: 400;
  position: relative;
  color: #525454;
}

.benefits__price span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #525454;
}

.benefits__pay-to-parts {
  padding: 10px 0 0 30px;
  display: flex;
  align-items: center;
}

.benefits__pay-to-part-part {
  padding: 0 0 0 11px;
  font-family: "Gotham Pro", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 22.4px;
  line-height: 140%;
  background: linear-gradient(45deg, #006cea, #00dcea);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /*display: flex;*/
  /*align-items: center;*/
}

.benefits__pay-to-part-part span {
  padding: 0 0 0 10px;
  font-size: 16px;
  -webkit-text-fill-color: #000;
}

.benefits__button_text {
  padding: 0 0 0 10px;
  font-family: "Gotham Pro", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s;
  margin: 0;
  letter-spacing: 1px;
}

.benefits__button_text--blue {
  color: #FFFFFF;
  transition: 0.3s;
}

.benefits__button_text--orange {
  color: #f07948;
}

.benefits__button--orange:hover {
  transition: 0.3s;
  background: linear-gradient(90deg, #FAA24E -9.13%, #E44A41 100%), #FFF3E2;
}

.benefits__button--orange:hover .benefits__button_text--orange {
  transition: 0.3s;
  color: #fff;
}

.benefits__button--orange svg path {
  transition: all .3s;
}

.benefits__button--orange:hover svg path {
  stroke: #fff;
}

.benefits__button--orange:hover .benefits__button_text--orange span svg {
  transition: 0.3s;
  fill: #fff;
}

.benefits__button {
  transition: 0.3s;
  width: 100%;
  padding: 17px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.benefits__button--blue {
  background: linear-gradient(90deg, #2F9AF8 30.09%, #29F4FF 100%);
  transition: all .4s;
}

.benefits__button--blue:hover {
  background: linear-gradient(270.01deg, #0038FF -14.74%, #00F2FF 107.06%, #00FFE0 107.06%);
}

.benefits__button--orange {
  background: #FFF3E2;
}

.bttn-wrap {
  padding: 38px 30px 29px 30px;
}

.column-tree {
  /*box-shadow: 9px 14px 23px rgba(28, 104, 194, 0.4);*/
  padding: 30px 0 0 0;
  position: relative;
}

.column-tree::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #FAA24E -9.13%, #E44A41 100%);
}

.column-one__sub-text {
  font-family: "Gotham Pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  /* padding: 20px 0 20px 30px; */
  /* or 25px */
  /* color: #5B6167; */
}

.case {
  width: 100%;
  position: relative;
  /* padding: 161px 0 0 0; */
}

.case__heading {
  font-family: "Gotham Pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 54px;
  line-height: 130%;
  /* or 70px */
  /* black 2 */
  color: #131515;
  margin: 30px 0 0 0;
}

.case__heading span {
  background: linear-gradient(90.15deg, #006CEA 2.82%, #00DCEA 98%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.case__slider {
  margin: 15px 0 0 0;
  position: relative;
}

.case__slider .slick-dots {
  display: none !important;
}

.slider__arow {
  position: absolute;
  top: 50%;
}

.slider__arow--left {
  right: -50px;
}

.slider__arow--right {
  transform: rotate(180deg);
  left: -50px;
}

.slider__left-part {
  align-content: start;
  padding: 50px 0 0 0;
}

.left-part__heading {
  font-family: "Gotham Pro", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: calc(22px + (18 - 22) * ((100vw - 375px) / (1920 - 375)));
  line-height: 120%;
  /* or 22px */
  /* blue 2 */
  color: #006CEA;
  margin: 30px 0 0 0;
}

.left-part__sub-text {
  font-family: "Gotham Pro", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: calc(14px + (16 - 14) * ((100vw - 375px) / (1920 - 375)));
  line-height: 150%;
  /* or 24px */
  color: #131515;
  padding: 31px 0 32px 0;
  border-bottom: 1px solid #006CEA33;
}

.left-part__sub-text-box {
  margin-bottom: 10px;
}

.left-part__sub-text-info div:last-child {
  margin: 0;
}

.left-part__sub-text-title {
  font-size: calc(14px + (16 - 14) * ((100vw - 375px) / (1920 - 375)));
  font-weight: 500;
}

.left-part__some-info {
  display: grid;
  width: fit-content;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: calc(26px + (64 - 26) * ((100vw - 375px) / (1920 - 375)));
  padding: 20px 0 0 0;
  border-top: 1px solid #B8D9FF;
  grid-row-gap: 20px;
}

.left-part__some-info-block {
  display: grid;
  width: fit-content;
  grid-template-columns: repeat(1, 1fr);
  padding: 20px 0 0 0;
}

.left-part__list {
  margin: 30px 0 30px 0;
  list-style: none;
}

.left-part__list li {
  font-family: "Gotham Pro", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: calc(14px + (16 - 14) * ((100vw - 375px) / (1920 - 375)));
  line-height: 150%;
  /* identical to box height, or 24px */
  color: #131515;
  margin-bottom: 10px;
  padding: 0 0 0 15px;
  position: relative;
}

.left-part__list li:last-child {
  margin-bottom: 0;
}

.left-part__list li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(163.82deg, #7AB7FF 9.77%, #00DCEA 99.98%);
}

.slider-item__wrap {
  display: grid;
  grid-template-areas: 'left right' 'bottom bottom';
  grid-column-gap: 75px;
}

.slider__left-part {
  grid-area: left;
}

.slider__right-part {
  display: grid;
  grid-area: right;
}

.slider__bottom-part {
  grid-area: bottom;
}

.slider__right-img {
  justify-self: end;
  max-width: 582px;
}

@media screen and (max-width: 1300px) {
  .slider__right-img {
    max-width: 540px;
  }
}

.tabs-wrapper .active {
  color: #006CEA;
  position: relative;
}

.active::before {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #4FACFE -9.13%, #29F4FF 100%);
  border-radius: 50px;
}

.about {
  margin: 0 0 17px 0;
}

.about > .wrapper {
  max-width: 838px;
}

.tabs-wrapper {
  margin: 65px 0 0 0;
}

.tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-content: center;
  margin: 0 0 15px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #B8D9FF;
}

.tab {
  text-align: center;
  font-family: "Gotham Pro", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 120%;
  /* identical to box height, or 22px */
  color: #626062;
}

.tab-text {
  margin: 15px 0 50px 0;
}

.tab-slider-item {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 25px;
}

.tab-slider-item img {
  justify-self: center;
  align-self: center;
}

.column-one__sub-text--text {
  color:#131515;
  padding: 30px 0 20px 0px;
}

.column-one__sub-text--text.accent {
  color: #14AE5C;
  display: flex;
  align-items: center;
}
.column-one__sub-text--text.accent svg{
  width: 24px;
  height: auto;
  margin-right: 5px;
}
.column-one__sub-text--text.accent span{
  display: flex;
  align-items: center;
}

.column-one__sub-text--text span {
  font-size: calc(20px + (25 - 20) * ((100vw - 375px) / (1920 - 375)));
}

.baner__bttn:hover {
  background: linear-gradient(90.03deg, #0069C6 -13.68%, #02EDFF 99.97%, #00F2FF 99.98%, #00F2FF 99.98%, #00BDC8 99.98%);
  box-shadow: 0px 10px 24px rgba(20, 128, 237, 0.3), 0px 10px 24px rgba(20, 128, 237, 0.3), 0px 14px 52px rgba(20, 128, 237, 0.3);
  transition: 0.3s;
}

.benefits__pay-to-part-part--orange {
  padding: 0 0 0 11px;
  font-family: "Gotham Pro", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 22.4px;
  line-height: 140%;
  background: linear-gradient(90deg, #FAA24E -9.13%, #E44A41 100%), #FFF3E2;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /*display: flex;*/
  /*align-items: center;*/
}

/* benefits block */

#benefits.benefits {
  background: -webkit-gradient(linear, left top, right top, color-stop(-9.13%, #4FACFE), to(#29F4FF));
  background: -webkit-linear-gradient(left, #4FACFE -9.13%, #29F4FF 100%);
  background: -o-linear-gradient(left, #4FACFE -9.13%, #29F4FF 100%);
  background: linear-gradient(90deg, #4FACFE -9.13%, #29F4FF 100%);
  color: #fff;
  font-size: 17px;
  text-align: center;
  padding: 15px 0 5px;
}

#benefits.benefits .container {
  display: grid;
  grid-template-columns: repeat(5, -webkit-max-content);
  grid-template-columns: repeat(5, max-content);
  grid-column-gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#benefits.benefits .container::before {
  display: none;
}

#benefits .benefits-item {
  color: #fff;
  font-family: "Gotham Pro", sans-serif;
  font-weight: 500;
  font-size: 15px;
  padding: 15px 0 23px 0;
  text-align: left;
  text-shadow: none;
  width: 100%;
}

#benefits .benefits-i-big {
  font-family: "Gotham Pro", sans-serif;
  font-size: 45px;
  font-weight: 500;
  padding-bottom: 10px;
}

#benefits .benefits__mini-text {
  font-size: 32px;
}

.m-count {
  display: none;
}

.odometer-digit {
  width: 33px;
}

.odometer-value {
  width: 33px;
  text-align: center;
}

/*footer*/
/*tablet*/
.slider__arow-how-cost {
  display: none !important;
}

.slick-dots li button {
  width: 70px;
  height: 4px;
  background: #CCE1FB;
  font-size: 0px;
  margin: 0 3px;
}

.slick-dots {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: -30px;
  list-style: none;
  display: flex;
  border-radius: 50%;
}

.slick-active button {
  background: linear-gradient(90deg, #4FACFE -9.13%, #29F4FF 100%) !important;
}

/* reviews block */

.reviews-wrap {
  max-width: 860px;
  margin: auto;
}

.reviews-block {
  padding: calc(80px + (150 - 80) * ((100vw - 375px) / (1920 - 375))) 0 calc(40px + (75 - 40) * ((100vw - 375px) / (1920 - 375)));
}

.reviews-slider-nav {
  margin: 0 70px;
}

.reviews-slider-nav-call-center {
  margin: 0 150px;
}

.reviews-slider-nav-item.slick-center .reviews-slider-nav-icon {
  opacity: 1;
  transition: opacity 0.2s ease-in 0.2s;
}

.reviews-slider-nav-icon {
  content: "";
  display: block;
  position: absolute;
  bottom: 2px;
  right: 7%;
  background: url("../images/sprite.png") no-repeat -337px -21px;
  width: 32px;
  height: 32px;
  opacity: 0;
  transition: opacity 0.1s ease-out;
  z-index: 20;
}

.reviews-slider-nav-item {
  position: relative;
  transition: all .4s;
  transform: scale(.7);
}

.reviews-slider-nav-item.slick-current {
  transform: scale(1);
}

.reviews-slider-nav-img {
  height: 125px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.reviews-slider-nav-item.slick-current .reviews-slider-nav-img img {
  opacity: 1;
  transition: opacity 0.2s ease-in;
}

.reviews-slider-nav-item.slick-center .reviews-slider-nav-img {
  width: 100%;
  transition: width 0.2s ease-in;
}

.reviews-slider-nav-img {
  width: 75%;
  margin: auto;
  position: relative;
  cursor: pointer;
  transition: width 0.2s ease-out;
}

.reviews-slider-nav-img img {
  border-radius: 50%;
  max-width: 100%;
  height: auto;
  opacity: 0.5;
  transition: opacity 0.2s ease-in;
  width: 125px;
}

.reviews-slider-for-title {
  color: #333;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Gotham Pro", sans-serif;
  font-weight: 700;
}

.reviews-slider-for,
.reviews-slider-for-call-center {
  margin-top: calc(20px + (34 - 20) * ((100vw - 375px) / (1920 - 375)));
}

.reviews-slider-for-text {
  color: #333;
  font-size: 15px;
  line-height: 26px;
  margin-top: 17px;
}

.reviews-slider-for-text a {
  color: #333;
  display: inline-block;
  font-size: 11px;
  border-bottom: 1px dashed #707070;
  text-transform: uppercase;
  line-height: normal;
  padding-bottom: 2px;
  margin-top: 22px;
  font-family: "Gotham Pro", sans-serif;
  font-weight: 500;
}

.reviews-slider-for-text a:hover {
  text-decoration: none;
  color: #0e93e2;
  border-color: #0e93e2;
}

.reviews-slider-for-text a:focus {
  outline: none;
}

.reviews-slider-for-text p {
  margin-bottom: 25px;
}

.reviews-slider-for-text p:last-child {
  margin-bottom: 0;
}

.reviews-slider-for-subtitle {
  font-family: "Gotham Pro", sans-serif;
  margin-top: 5px;
  text-align: center;
  font-size: 18px;
  color: #0e93e2;
}

#modal-reviews-inner .reviews-slider-nav-img img {
  opacity: 1;
}

#modal-reviews-inner .reviews-slider-nav-img {
  margin-bottom: 26px;
}

#modal-reviews-inner {
  background-color: #fff;
  padding: 50px 30px;
}

#modal-reviews-inner .reviews-slider-for-text {
  font-size: 14px;
  line-height: 24px;
}

.prem-i-list li {
  position: relative;
  padding-left: 15px;
}

.prem-list > div {
  padding: 0;
}

.page .entry-title {
  display: none;
}

.reviews-block .slick-arrow:hover {
  opacity: 0.7;
}

.reviews-block .slick-arrow {
  width: 22px;
  height: 22px;
  border-top: 5px solid #c8c8c8;
  border-right: 5px solid #c8c8c8;
  border-radius: 0 3px 0 0;
  opacity: 1;
  top: 20px;
}

.reviews-block .slick-prev {
  left: -7.8vw;
}

.reviews-block .slick-next {
  right: -7.8vw;
}

.reviews-slider-for-title {
  color: #131515;
  margin-bottom: 10px;
  text-transform: none;
}

.reviews-slider-for-subtitle {
  color: #4f4f4f;
  font-size: 18px;
  margin-top: 0;
}

.reviews-slider-for-text {
  font-family: "Gotham Pro", sans-serif;
  color: #131515;
  margin-top: 27px;
  line-height: 150%;
}

.reviews-block .slick-arrow {
  transition: all 0.2s ease-out;
  position: absolute;
  outline: 0;
  font-size: 0;
  background: none;
  border: none;
  z-index: 10;
}

.reviews-block .slick-next {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)";
}

.reviews-block .slick-prev {
  -moz-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=-0.7071067811865476, M12=0.7071067811865475, M21=-0.7071067811865475, M22=-0.7071067811865476)";
}

.reviews-block .slick-arrow {
  border-top: 8px solid #CCE1FB;
  border-right: 8px solid #CCE1FB;
  top: 50px;
  width: 40px;
  height: 40px;
}

.reviews-block .slick-prev {
  left: -20.5vw;
}

.reviews-block .slick-next {
  right: -20.5vw;
}

.reviews-slider-for-text a {
  color: #4f4f4f;
  margin-top: 35px;
  border-bottom-style: solid;
}

/* footer */

.main-contact {
  background-color: #333242;
  height: 604px;
  position: relative;
  color: #fff;
  font-weight: 700;
}
.map{
  width: 100%;
  height: 100%;
  position: relative;
}
.map > iframe{
  width: 100%;
  height: 100%;
}
.map:after{
  content:'';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #333242;
  display: block;
  opacity: 0.7;
  top: 0;
  left: 0;
}
#map {
  width: 100%;
  height: 604px;
}

.map-txt {
  font-size: 44px;
  font-family: "Gotham Pro", sans-serif;
}

.map-txt-line {
  white-space: nowrap;
  line-height: 60px;
  position: relative;
  padding-left: 72px;
  margin-bottom: 20px;
  text-shadow: 3px 3px 9px rgba(0, 0, 0, 0.6);
}

.map-txt-line img {
  position: absolute;
  left: 8px;
  top: 14px;
  -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.6));
  -o-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.6));
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.6));
}

.map-txt-line:nth-child(1) img {
  top: 12px;
}

.map-txt-line:nth-child(2) img {
  top: 11px;
}

.map-txt-line:last-of-type img {
  top: 15px;
}

.map-txt-line a {
  color: #fff;
}

.map-txt-line a:hover {
  text-decoration: none;
}

.footer-wrap {
  width: 0;
  position: absolute;
  top: 94px;
  left: -1185px;
  right: 0;
  text-align: left;
  display: inline-block;
  margin: 0 auto;
}

.map-contact {
  letter-spacing: 1px;
  box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.4);
  background: none;
  border: 3px solid #fff;
  border-radius: 0;
  height: 62px;
  line-height: 60px;
  padding: 0 46px 0 46px;
  outline: none;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin: 40px 0 0 16px;
}

.map-contact:active {
  outline: none;
  border-color: #fff;
  background-color: transparent;
}

.map-contact:focus {
  outline: none;
  border-color: #fff;
  background-color: transparent;
}

.map-contact:hover {
  border-color: #0f94e0;
  background-color: #0f94e0;
}

.main-footer {
  padding: 21px 0;
}

.main-footer__links {
  text-align: right;
  margin-bottom: 10px;
}

.main-footer__link {
  margin-right: 36px;
  font-size: 16px;
  color: #5f5f5f;
}

.main-footer__link:last-child {
  margin-right: 0;
}

.main-footer__copy {
  text-align: right;
  font-size: 14px;
  white-space: nowrap;
  color: #999;
}

/* footer end */

/* footer style new */

.footer-wrap {
  top: 85px;
  right: auto;
  left: -webkit-calc((100% - 1200px) / 2);
  left: calc((100% - 1200px) / 2);
  width: 100%;
  max-width: 1200px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.map-txt-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  line-height: normal;
}

.map-txt-line img {
  position: static;
  margin-right: 25px;
}

.map-txt-line:first-child {
  margin-bottom: 26px;
}
.map-txt-line a{
  white-space: nowrap;
} 
.map-txt-line:first-child a {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: "Gotham Pro", sans-serif;
  font-weight: 500;
  font-size: 44px;
  line-height: 150%;
  -webkit-transform: translate(0, 8px);
  -ms-transform: translate(0, 8px);
  transform: translate(0, 8px);
}

.map-txt-line:nth-child(2),
.map-txt-line:nth-child(3) {
  margin-bottom: 20px;
}

.map-txt-line:nth-child(2) a,
.map-txt-line:nth-child(3) a {
  font-size: 28px;
}

.map-txt-line:nth-child(4) {
  font-size: 24px;
  margin-bottom: 43px;
}

.map-txt-line:nth-child(5) {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 20px;
  line-height: 150%;
}

.map-contact {
  background: -webkit-gradient(linear, left top, right top, color-stop(-9.13%, #4FACFE), to(#29F4FF));
  background: -webkit-linear-gradient(left, #4FACFE -9.13%, #29F4FF 100%);
  background: -o-linear-gradient(left, #4FACFE -9.13%, #29F4FF 100%);
  background: linear-gradient(90deg, #4FACFE -9.13%, #29F4FF 100%);
  -webkit-box-shadow: 0px 10px 24px rgba(20, 128, 237, 0.3), 0px 10px 24px rgba(20, 128, 237, 0.3), 0px 14px 52px rgba(20, 128, 237, 0.3);
  box-shadow: 0px 10px 24px rgba(20, 128, 237, 0.3), 0px 10px 24px rgba(20, 128, 237, 0.3), 0px 14px 52px rgba(20, 128, 237, 0.3);
  color: #fff;
  margin: 35px 0 0 0;
  border: none;
  text-shadow: none;
}

.soc-links {
  margin: 0;
  width: auto;
  left: auto;
  display: flex;
  flex-direction: column;
}

.soc-links-title {
  font-family: "Gotham Pro", sans-serif;
  font-weight: 500;
  font-size: 26px;
  margin-bottom: 20px;
}

.soc-links__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.soc-links__wrapper a {
  margin: 0 0 0 30px;
}

.main-footer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-footer__link {
  border-bottom: 1px solid rgba(19, 21, 21, 0.62);
  color: rgba(19, 21, 21, 0.62);
}

.main-footer__link:hover {
  text-decoration: none;
}

.main-footer__copy {
  color: rgba(19, 21, 21, 0.62);
}

.main-footer__mobile-logo {
  display: none;
}

.modal-title {
  font-size: -webkit-calc(23px + 17 * ((100vw - 375px) / (1920 - 375)));
  font-size: calc(23px + 17 * ((100vw - 375px) / (1920 - 375)));
  font-family: "Gotham Pro", sans-serif;
  font-weight: 500;
  letter-spacing: normal;
}

.web-item-price--new {
  color: #443E3E;
  font-family: "Gotham Pro", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin: 0 12px 0 0;
}

.web-item-price--new span {
  font-size: 20px;
}

.web-item-price--last {
  color: #525454;
  font-size: 18px;
  margin: 0;
  text-decoration: line-through;
}

.web-item-price--last::after {
  display: none;
}

#modal-order-web input,
#modal-order-web textarea {
  border-color: #b7b7b7;
}

#modal-order-web input[type="submit"] {
  border: none;
}

#modal-order-web input::-webkit-input-placeholder,
#modal-order-web textarea:-ms-input-placeholder {
  color: #a9a9a9;
}

#modal-order-web input::-moz-placeholder,
#modal-order-web textarea:-ms-input-placeholder {
  color: #a9a9a9;
}

#modal-order-web input:-ms-input-placeholder,
#modal-order-web textarea:-ms-input-placeholder {
  color: #a9a9a9;
}

#modal-order-web input:-moz-placeholder,
#modal-order-web textarea:-moz-placeholder {
  color: #a9a9a9;
}

#modal-order-web .modal-header {
  padding: 40px 60px 5px;
}

#modal-order-web .order-form-checks-wrap {
  margin-bottom: 15px;
}

#modal-order-web .modal-web-category {
  padding: 12px 0;
}

#modal-order-web .web-item-title {
  margin-bottom: 20px;
}

#modal-order-web .modal-web-price {
  margin-bottom: 25px;
}

#modal-order-web .order-form-row {
  margin-bottom: 13px;
}

#modal-order-web .web-item-title {
  font-size: 22px;
  margin-bottom: 0;
}

#modal-order-web .modal-web-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

#modal-order-web .web-item-price--new {
  font-size: 18px;
}

#modal-order-web .web-item-price--new span {
  font-size: 21px;
}

#modal-order-web .order-form-row textarea,
#modal-order-web .order-form-row input:not([type=submit]) {
  border-width: 1px;
}

.facts__sub-text {
  display: none;
}

.facts__sub-text.work {
  display: block;
}

/* end footer style new */

/* modal */
.order-form-checks-wrap {
  margin-bottom: 25px;
}

.order-form-checks-wrap input + span:after {
  content: "";
  display: block;
  position: absolute;
  right: 14px;
  top: 3px;
  bottom: 0;
  margin: auto;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transform-origin: 120% 50%;
  transform: rotate(45deg);
  height: 16px;
  width: 9px;
  opacity: 0;
  transition: all 0.2s ease-out;
}

.order-form-checks-wrap input + span {
  font-size: 16px;
  color: #000;
  font-family: "Gotham Pro", sans-serif;
  font-weight: 500;
  border: 2px solid #000000;
  display: inline-block;
  padding: 6px 11px;
  transition: all 0.2s ease-out;
  white-space: nowrap;
  position: relative;
}

.order-form-checks-wrap input:checked + span:after {
  opacity: 1;
  transition: all 0.2s ease-in;
}

.order-form-checks-wrap input:checked + span {
  transition: all 0.2s ease-in;
  color: #fff;
  background-color: #000;
  padding-right: 34px;
}

.order-form-checks-wrap label {
  cursor: pointer;
  font-size: 0;
  margin-right: 14px;
  margin-top: 14px;
  display: inline-block;
}

.order-form-checks-wrap input {
  display: none;
}

span.wpcf7-list-item {
  margin-left: 0;
}

span.wpcf7-form-control-wrap {
  display: block;
}

.close_btn {
  transition: all 0.2s ease-out;
  width: 34px;
  height: 34px;
  position: absolute;
  right: 10px;
  top: 10px;
  outline: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  opacity: 1;
}

.modal-close_wht:before,
.modal-close_wht:after,
.close_btn:before,
.close_btn:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: " ";
  height: 20px;
  width: 4px;
  background-color: #333333;
}

.modal-close_wht:before,
.close_btn:before {
  transform: rotate(45deg);
}

.modal-close_wht:after,
.close_btn:after {
  transform: rotate(-45deg);
}

.modal-close_wht {
  border: none;
  font-size: 0;
  background: none;
  position: absolute;
  right: -18px;
  top: 0;
  width: 18px;
  height: 18px;
}

.modal-close_wht:before,
.modal-close_wht:after {
  height: 21px;
  width: 2px;
  background-color: #fff;
}

.modal-content {
  padding: 10px 0;
  border-radius: 0;
}

.modal-insoc {
  background: #fff;
}

.modal-dialog {
  max-width: 560px;
}

#modal-reviews .modal-dialog {
  max-width: 960px;
  width: 960px;
}

.modal-backdrop {
  background-color: #000;
  opacity: 0.5;
}

.modal-header {
  border: none;
  padding: 60px 60px 12px;
}

.modal-title {
  font-size: 42px;
  color: #333;
  letter-spacing: -2px;
  font-family: "Gotham Pro", sans-serif;
  font-weight: 700;
}

.modal-body {
  padding: 0 60px 20px;
}

/*.close{opacity:1;font-size:50px;font-weight:normal;position:absolute;top:6px;right:15px}*/
/*.modal-body .wpcf7-form input:not([type="checkbox"]){display:block;width:325px;height:41px;background:#fff;border:2px solid #e0e0e0;padding:0 9px 0 9px}*/
/*.modal-body .wpcf7-form input:not([type="checkbox"]).wpcf7-not-valid{border-color:red}*/
/*.modal-body .wpcf7-form textarea{resize: none;width:325px;height:85px;background:#fff;border:2px solid #e0e0e0;padding:7px 9px 7px 9px}*/
/*.modal-body .wpcf7-form textarea.wpcf7-not-valid{border-color:red}*/
/*.modal-body .wpcf7-form .wpcf7-submit{border:3px solid #333;font-size:22px;color:#2c85b8;text-transform:uppercase;font-weight:bold;display:inline-block;margin:30px 0 25px 0;padding:9px 0 9px 0;height:auto}*/
/*.modal-body .wpcf7-form .wpcf7-submit:hover{opacity:.75}*/
.modal-body .wpcf7-form div.wpcf7-response-output {
  margin: 0 0 20px 0;
  padding: 0.2em 1em;
  width: 100%;
}

/*.page-template-default .modal-dialog_order .wpcf7-response-output.wpcf7-mail-sent-ok {*/
/*  display: none !important;*/
/*}*/

.order-form-row textarea::-webkit-input-placeholder,
.order-form-row input::-webkit-input-placeholder {
  color: #a9a9a9;
}

.order-form-row textarea::-moz-placeholder,
.order-form-row input::-moz-placeholder {
  color: #a9a9a9;
}

.order-form-row textarea:-moz-placeholder,
.order-form-row input:-moz-placeholder {
  color: #a9a9a9;
}

.order-form-row textarea:-ms-input-placeholder,
.order-form-row input:-ms-input-placeholder {
  color: #a9a9a9;
}

.order-form-row textarea,
.order-form-row input:not([type="submit"]) {
  width: 100% !important;
  display: block;
  height: 47px;
  font-size: 16px;
  background: #fff;
  border: 1px solid #b7b7b7;
  padding: 0 10px 0 15px;
}

.order-form-row textarea {
  resize: none;
  height: 94px;
  padding: 10px 10px 10px 15px;
}

.order-form-row input[type="submit"] {
  width: 100%;
  background: linear-gradient(90deg, #2F9AF8 30.09%, #29F4FF 100%);
  color: #fff;
  border: none;
  padding: 0;
  height: 55px;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 100%;
  letter-spacing: 1px;
}

.order-form-row input[type="submit"]:hover {
  background: linear-gradient(270.01deg, #0038FF -14.74%, #00F2FF 107.06%, #00FFE0 107.06%);
}

.order-form-row textarea.wpcf7-not-valid,
.order-form-row input.wpcf7-not-valid {
  border-color: red;
}

.order-form-row {
  margin-bottom: 20px;
}

.order-form-row:last-of-type {
  margin: 30px 0 0;
}

.wpcf7-checkbox + .wpcf7-not-valid-tip:after {
  content: "Выберите вид работ";
  display: block;
  font-size: 1em;
  color: #f00;
  position: absolute;
  left: 0;
  top: 0;
}

.wpcf7-checkbox + .wpcf7-not-valid-tip {
  color: transparent;
  position: relative;
}

.modal-title {
  font-size: -webkit-calc(23px + 17 * ((100vw - 375px) / (1920 - 375)));
  font-size: calc(23px + 17 * ((100vw - 375px) / (1920 - 375)));
  font-family: "Gotham Pro", sans-serif;
  font-weight: 500;
  letter-spacing: normal;
}

#modal-order-web .web-item-title {
  font-size: 22px;
  margin-bottom: 0;
}

#modal-order-web .modal-web-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

#modal-order-web .web-item-price--new {
  font-size: 18px;
}

#modal-order-web .web-item-price--new span {
  font-size: 21px;
}

#modal-order-web .order-form-row textarea,
#modal-order-web .order-form-row input:not([type=submit]) {
  border-width: 1px;
}

.hidden-field {
  display: none;
}

.web-item-headers {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 15px;
}

#modal-order-web .modal-web-category {
  padding: 0;
  font-family: "Gotham Pro", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  border-top: none;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 18px;
}

.logo-box {
  display: flex;
}

.logo-box img:first-child {
  margin-right: 60px;
}

/* end modal */

/* dropdown menu */
.menu-dropdown {
  position: relative;
}
.menu-dropdown:hover {
  cursor: pointer;
}
.menu-dropdown__link {
  transition: all .4s;
  z-index: 10;
}
.dropdown-active .menu-dropdown__link,
.mobile-dropdown_active .menu-dropdown__link {
  color: #006CEA !important;
}
.menu-dropdown .menu-dropdown__link > svg {
  transition: all .4s;
  transform: rotate(180deg);
}
.dropdown-active .menu-dropdown__link > svg,
.mobile-dropdown_active .menu-dropdown__link > svg {
  transform: rotate(0deg);
}
.dropdown-active .menu-dropdown__link > svg path,
.mobile-dropdown_active .menu-dropdown__link > svg path {
  stroke: #006CEA;
}
.submenu {
  position: absolute;
  top: 20px;
  left: 13px;
  opacity: 0;
  padding-top: 27px;
  transition: all .4s;
  visibility: hidden;
  min-width: 225px;
  width: max-content;
}
.dropdown-active .submenu {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.submenu .submenu-list {
  background: rgba(255, 255, 255, 0.87);
  padding: 16px;
}
.submenu .submenu-list li {
  padding: 0;
}
.submenu .submenu-list li:not(:last-child) {
  margin-bottom: 19px;
}
.submenu .submenu-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #131515;
}
.menu-percent {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  width: 26px;
  height: 15px;
  background: #FF4343;
  color: #fff;
  border-radius: 6px;
  box-sizing: border-box;
  margin-left: 7px;
}
.menu-percent img {
  width: 10px;
}
/* end dropdown menu */

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }
}

@media (max-width: 1680px) {
  .map-txt-line:first-child a {
    font-size: -webkit-calc(34px + 10 * ((100vw - 375px) / (1680 - 375)));
    font-size: calc(34px + 10 * ((100vw - 375px) / (1680 - 375)));
  }

  .map-txt-line:nth-child(2) a,
  .map-txt-line:nth-child(3) a {
    font-size: -webkit-calc(22px + 6 * ((100vw - 375px) / (1680 - 375)));
    font-size: calc(22px + 6 * ((100vw - 375px) / (1680 - 375)));
  }

  .map-txt-line:nth-child(5) {
    font-size: -webkit-calc(18px + 2 * ((100vw - 375px) / (1680 - 375)));
    font-size: calc(18px + 2 * ((100vw - 375px) / (1680 - 375)));
  }

  .reviews-slider-for-subtitle {
    font-size: -webkit-calc(14px + 4 * ((100vw - 375px) / (1680 - 375)));
    font-size: calc(14px + 4 * ((100vw - 375px) / (1680 - 375)));
  }
}

@media (max-width: 1600px) {
  .reviews-block .slick-prev {
    left: -15.5vw;
  }

  .reviews-block .slick-next {
    right: -15.5vw;
  }

}

@media (max-width: 1400px) {
  .reviews-block .slick-prev {
    left: -10.5vw;
  }

  .reviews-block .slick-next {
    right: -10.5vw;
  }


}

@media (max-width: 1380px) {
  .case__slider-arrow {
    /* position: relative; */
    /* display: none !important; */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .case__slider-arrow picture>source {
    display: none !important;
  }
  .case__slider-arrow img {
    /* display: none; */
  }
}

@media (max-width: 991px) {
  .case__slider-arrow {
    display: none !important;
  }
  .navbar li {
    padding: 0 0 0 30px;
    list-style: none;
  }

  .inner-header {
    display: none;
  }

  .facts__sub-text {
    margin: 22px 0 0 0;
  }

  .leader {
    width: 120PX;
  }

  .red-line {
    width: 120PX;
    /*top: -25px*/
  }

  .baner__container {
    display: grid;
    grid-template-columns: repeat(1, auto);
  }
  .container.baner__container{
    padding-top: 50px;
  }

  .section__right {
    grid-row: 1;
    justify-self: center;
  }

  .baner {
    width: 100%;
    background-image: url(/wp-content/themes/swot/images/background_baner.svg);
    padding: 230px 0 50px 0;
  }

  .steps__item--right {
    grid-template-columns: repeat(1, 1fr);
  }

  .steps__item--left,
  .steps__item--last {
    grid-template-columns: repeat(1, 1fr);
  }

  .steps__two-part {
    grid-row: 2;
    justify-self: center;
  }

  .steps__img {
    padding: 30px 0;
  }

  .how-cost {
    grid-template-columns: 1fr;
  }

  .how-cost__column-box {
    grid-template-columns: repeat(2, 1fr);
  }

  .column-one {
    display: none !important;
  }

  .steps__one-part--right,
  .steps__one-part {
    padding: 0 40px 0 0px;
    margin: 0 0px 0 40px;
  }

  .slider-item__wrap {
    grid-template-areas: 'right' 'left' 'bottom';
    grid-template-columns: auto;
    grid-gap: initial;
  }

  .slider__left-part {
    grid-row: 2;
  }

  .slider__right-img {
    justify-self: center;
  }

  .column-two {
    display: grid;
  }

  .steps__item--right {
    padding: 0 30px;
  }

  .steps__item--last {
    padding: 0 30px;
  }

  .case__slider-arrow {
    display: block !important;
    height: 52px;
    width: 52px;
    background: rgba(245, 245, 245, 0.8);
  }

  .case__slider-arrow:hover {
    cursor: pointer;
  }

  .case__slider-arrow picture {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }

  .case__slider-arrow img {
    height: 80%;
  }

  .slider__arow--right {
    left: 0;
  }

  .slider__arow--left {
    right: 0;
  }

  #benefits.benefits .container {
    display: block;
    grid-column-gap: 0;
    grid-row-gap: 0;
  }

  #benefits .benefits-item {
    text-align: center;
    width: 20%;
  }
}

@media (max-width: 1280px) {
  .case__slider-arrow {
    width: 42px;
    height: 42px;
  }

  .case__slider-arrow img {
    height: 60%;
  }

  .footer-wrap {
    left: 5%;
    width: 90%;
  }
}

@media (max-width: 1199px) {
  .call-center__facts {
    padding-bottom: calc(23px + (30 - 23) * ((100vw - 375px) / (1199 - 375))) !important;
  }

  .facts__steps {
    display: flex;
    border: none;
    padding: 0;
  }

  .facts__steps::before {
    width: 45%;
    min-width: 235px;
    display: none;
  }

  .facts__steps .slick-track {
    height: 100%;
  }

  .facts__text {
    display: block;
  }

  .desktop__facts-text {
    display: none !important;
  }

  .steps__line {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 50px;
    transition: all .4s;
    z-index: 10;
    background: linear-gradient(90deg, #4FACFE -9.13%, #29F4FF 100%);
  }

  .steps__item-container {
    padding-bottom: 20px !important;
    position: relative;
    border-bottom: 2px solid #E2F0FF;
  }

  .steps__item-container::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 50px;
    transition: all .4s;
    z-index: 10;
    background: linear-gradient(90deg, #4FACFE -9.13%, #29F4FF 100%);
    opacity: 0;
  }

  .steps__item-container.slick-current::before {
    opacity: 1;
  }

  .reviews-block .slick-prev {
    left: -5.5vw;
  }

  .reviews-block .slick-next {
    right: -5.5vw;
  }
}

@media (max-width: 1279px) {
  .container.container__header {
    width: 100%;
    max-width: none;
  }
  .case__slider-arrow {
    top: auto;
    bottom: 17%;
  }

  .slider__arow--right {
    left: -50px;
  }

  .slider__arow--left {
    right: -50px;
  }
}

@media (max-width: 1200px) {
  .call-center__facts {
    position: relative;
  }
}

@media (max-width: 1100px) {
  .navbar-inverse .navbar-nav > li > a {
    font-size: 15px;
    margin-left: 30px;
    line-height: 20px;
  }
  .reg-btn_header {
    margin-left: 30px;
  }
}

@media (max-width: 1023px) {
  .container__header {
    width: 100%;
    max-width: none;
  }
  .navbar-collapse.collapse {
    /* width: 100%; */
    justify-content: flex-end;
  }
  .how-cost__title-span {
    display: none;
  }

  .container-fluid__call-center .main-feats__block {
    display: block;
  }

  .container-fluid__call-center .main-feats__box {
    display: grid !important;
    grid-template-rows: 200px 200px;
  }

  .about {
    margin-bottom: 50px;
  }
}

@media (max-width: 1024px) {
  #benefits.benefits .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #benefits .benefits-item {
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
  }

  #modal-reviews .modal-dialog {
    width: 100%;
  }

  .modal-close_wht {
    right: 19px;
    top: 39px;
    z-index: 10;
    padding: 15px;
    background: #0e93e2;
    border-radius: 50%;
  }

  .reviews-slider-nav-call-center {
    margin: 0 70px;
  }
}

@media (max-width: 992px) {
  .container.container__header {
    padding: 0 30px;
    max-width: none !important;
  }

  .nav-padd {
    display: block;
  }

  .navbar-collapse.collapse {
    display: none !important;
    padding: 0 !important;
  }

  .collapse.in {
    display: block !important;
  }

  .reg-btn_header {
    margin-top: 12px;
    display: none;
    float: right;
  }

  .reg-btn_header-sm {
    display: block !important;
  }
  .navbar-inverse .navbar-nav>li {
    padding: 10px 0 !important;
  }
  .navbar-inverse .navbar-nav > li > a {
    margin-left: 15px;
  }

  .menu-name {
    display: inline;
    margin-top: 6px;
    font-size: 16px;
  }

  .navbar-toggle {
    margin-top: 13px;
    margin-right: 0;
  }

  .menu-dropdown {
    transition: .4s;
  }

  .navbar-inverse .navbar-nav > li.menu-dropdown.mobile-dropdown_active {
    padding-bottom: 0 !important;
  }

  .submenu {
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    padding: 0;
    width: auto;
    min-width: auto;
    transition: none;
  }

  .submenu .submenu-list {
    background: transparent;
    padding: 0;
  }

  .submenu .submenu-list li {
    padding: 5px 0 5px 0 !important;
  }

  .submenu .submenu-list li:not(:last-child) {
    margin: 0;
  }

  .submenu .submenu-list li a {
    justify-content: flex-start;
    line-height: 20px;
    font-size: 15px;
    margin-left: 15px;
  }

  .menu-percent {
    margin-left: 5px;
  }
}

@media (max-width: 800px) {
  .slider__arow img {
    width: 10px;
  }

  .slider__arow--right {
    transform: rotate(180deg);
    left: -20px;
  }

  .slider__arow--left {
    right: -20px;
  }

  .baner_img {
    display: flex;
    justify-content: center;
  }

  .case__slider-arrow {
    top: auto;
    bottom: 17%;
  }

  .reviews-slider-nav-img {
    width: 60%;
  }

  .case__slider-arrow img {
    width: auto;
  }

  .reviews-block .slick-prev {
    display: none !important;
  }

  .reviews-block .slick-next {
    display: none !important;
  }
}

@media (max-width: 799px) {
  .facts__steps .slick-list {
    padding-left: 20px;
  }

  .steps__item {
    margin: 20px 70px 0 10px;
  }

  .case__slider {
    padding-bottom: calc(23px + (30 - 23) * ((100vw - 375px) / (799 - 375))) !important;
  }
}

@media (max-width: 768px) {
  .menu-name {
    display: none;
  }
  .reg-btn_header {
    display: block;
    margin-left: 15px;
    float: none;
  }

  .reg-btn_header-sm {
    display: none !important;
  }

  .call-center__container {
    padding: 0 35px;
  }

  #contact {
    padding: 50px 50px 25px;
    height: auto;
    background: #333333;
  }

  .footer-wrap {
    position: static;
    width: 100%;
  }

  .soc-links {
    position: static;
    margin-top: 50px;
  }

  .soc-links__wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .soc-links__wrapper a {
    margin: 0 30px 0 0;
  }

  .map-contact {
    width: 100%;
  }

  .main-footer {
    padding: 25px 0 0 0;
    background: #fff;
  }

  .main-footer .col-sm-3 {
    display: none;
  }

  .main-footer .col-sm-9 {
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }

  .map-txt-line:first-child a {
    font-weight: 400;
  }

  .map-txt,
  .map-txt a {
    font-weight: 500;
  }

  .main-footer .container {
    padding: 0px 50px;
  }

  .main-footer__mobile-logo {
    display: block;
  }

  .main-footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }

  .main-footer__links a {
    color: rgba(19, 21, 21, 0.62);
    border-color: rgba(19, 21, 21, 0.62);
    font-family: "Gotham Pro", sans-serif;
    font-weight: normal;
    margin: 0 0 20px !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .main-footer .row {
    margin: 0;
  }

  .main-footer__copy {
    text-align: left;
    color: rgba(19, 21, 21, 0.62);
  }

  .main-footer__mobile-logo img {
    width: 83px;
  }

  .modal-close_wht {
    top: 19px;
  }

  .case__slider-arrow {
    bottom: 24%;
  }
}

@media (max-width: 767px) {
  .fixed-header {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  }

  .baner {
    padding: 60px 0 50px 0;
  }

  .baner__heading {
    font-size: 26px !important;
    line-height: 28px;
    max-width: 280px;
  }

  .bener__img {
    text-align: center;
  }

  .leader {
    width: 85px;
  }

  .facts, .how-cost__wrap, .case {
    padding: 50px 0 0 0;
  }

  .services {
    padding: 70px 0 0;
  }

  .facts__heading, .services__heading, .case__heading {
    margin: 15px 0 0 0;
  }

  .column-one__sub-text--text {
    font-size: 13px;
    padding: 20px 0;
  }

  .left-part__list li::before {
    top: 5px;
  }
}

@media (max-width: 700px) {
  .column-two,
  .column-tree {
    box-shadow: none;
    border: none;
  }

  .slider__arow-how-cost {
    display: block !important;
  }
}

@media (max-width: 699px) {
  .benefits {
    justify-content: center;
    padding: 0;
  }

  .benefits__text {
    font-size: calc(20px + (22 - 20) * ((100vw - 375px) / (699 - 375)));
    margin-left: 8px;
  }

  #how-cost .slick-list {
    box-shadow: 0px 14px 23px rgba(28, 104, 194, 0.4);
  }

  .how-cost__box {
    position: relative;
  }

  .how-cost {
    display: initial;
    padding-top: 0;
  }

  .how-cost__column-box {
    grid-template-columns: 1fr;
  }

  .how-cost__arrow {
    position: absolute;
    top: 10px;
    /*right: 3px;*/
    right: 0;
    z-index: 100;
    /*width: 60px;*/
    width: 100%;
  }

  .column-two__list li {
    margin-top: 0;
    margin-bottom: 0;
  }

  .column-two__list li br {
    display: none;
  }

  .slider__arow-how-cost {
    top: 0;
    width: 27px;
    height: 27px;
    background: rgba(245, 245, 245, 0.8);
    display: flex !important;
    justify-content: center;
  }

  .slider__arow-how-cost--right {
    left: 5px;
  }

  .slider__arow-how-left {
    right: 5px;
  }
}

@media (max-width: 667px) {
  .logo-box {
    flex-direction: column;
  }

  .logo-box img {
    max-width: 250px;
  }

  .logo-box img:first-child {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .logo-box img:last-child {
    max-width: 175px;
  }
}

@media (max-width: 640px) {
  .red-line {
    display: block;
    top: 127px;
  }
  .red-line.red-line_pc{
    display: none;
  }
}

@media (max-width: 635px) {
  .step__item {
    margin: 0 0 20px 0;
  }

  .baner__img--main,
  .slider__right-img {
    width: 80%;
  }

  h1,
  .case__heading,
  .case__heading {
    font-family: "Gotham Pro", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 34px;
    line-height: 130%;
    color: #131515;
  }

  .baner__img--main {
    position: static;
    right: 0px;
    top: 0px;
    width: 80%;
  }

  .border-text {
    font-family: "Gotham Pro", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 8px;
  }

  .border-text__facts,
  .border-text__services-steps {
    color: #006CEA;
    padding: 5px 8px;
    margin: 16px 0 0 0;
    border: 1px solid rgba(20, 128, 237, 0.3);
  }

  .baner__heading {
    font-size: 34px;
  }

  .baner__bttn {
    width: 207px;
    height: 46px;
    font-size: 14px;
  }

  .slider-item__wrap {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }

  .leader {
    bottom: 10%;
  }

  .some-info__first-level {
    font-size: 16px;
  }

  .some-info__second-level {
    font-size: 24px;
  }

  .some-info__third-level {
    font-family: "Gotham Pro", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF;
  }

  .some-info__item {
    margin: 0 0px 0 0;
  }

  .steps__heading {
    width: fit-content;
    font-family: "Gotham Pro", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
  }

  .steps__img--right,
  .steps__img {
    width: 100%;
  }

  .steps__one-part--right,
  .steps__one-part {
    padding: 0;
    margin: 0;
  }

  .steps__item--left,
  .steps__item--right,
  .steps__item--last {
    padding: 0;
  }

  .steps__two-part {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .steps__heading:before {
    top: -12px;
    left: -7px;
    z-index: -1;
    font-size: 44px;
  }

  .sub-text {
    font-size: 14px;
  }

  .steps__block-info {
    display: grid;
    grid-template-columns: fit-content(100%) fit-content(100%);
    grid-gap: 15px;
  }

  .how-cost {
    grid-template-columns: 1fr 1fr;
  }

  .slick-dots li button {
    width: 50px;
  }

  .some-info__item {
    width: fit-content;
    padding: 0 15px 0 0;
  }
}

@media (max-width: 600px) {
  .case__slider-arrow {
    bottom: 30%;
  }

  #benefits .benefits-item {
    width: 100%;
    padding-bottom: 40px;
  }

  .d-count {
    display: none;
  }

  .m-count {
    display: block;
  }
}

@media (max-width: 599px) {
  .facts__steps .slick-list {
    padding-left: 10px;
  }

  .steps__item {
    /*margin: 20px 50px 0 10px;*/
    margin: 20px 50px 0 30px;
    max-width: calc(230px + (350 - 230) * ((100vw - 375px) / (599 - 375)));
  }

  .steps__item .mobile-br {
    display: block;
  }
}

@media (max-width: 580px) {
  .modal-header, .modal-body {
    padding-left: 16%;
    padding-right: 16%;
  }
}

@media (max-width: 520px) {
  .about .tab-title__span {
    display: none;
  }

  .about .tab:first-letter {
    text-transform: uppercase;
  }
}

@media (max-width: 480px) {
  .container.container__header {
    padding: 0;
  }
  .navbar-inverse .navbar-nav > li > a {
    margin-left: 35px;
  }

  .reg-btn_header {
    margin-left: 35px;
  }

  .navbar-toggle {
    margin-right: 15px;
  }

  .column-two__heading {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-height: 34px;
  }

  .column-two__heading-text {
    font-size: calc(12px + (16 - 12) * ((100vw - 375px) / (480 - 375)));
  }

  .submenu .submenu-list li a {
    margin-left: 35px;
  }

  #contact {
    padding: 50px 20px;
  }

  .map-txt-line img {
    width: auto;
  }

  .main-footer .container {
    padding: 0 20px;
  }

  .modal-header, .modal-body {
    padding-left: 10%;
    padding-right: 10%;
  }

  #modal-order-web .modal-header {
    padding: 40px 45px 5px;
  }
}

@media (max-width: 475px) {
  .steps__item::before {
    font-size: 32px;
    line-height: 36px;
    color: #DCE9F5;
    position: absolute;
    top: -13px;
    left: -8px;
    z-index: -1;
  }

  .steps__item {
    font-family: "Gotham Pro", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
  }

  .diagram__some-info {
    display: grid;
    grid-template-columns: 1fr;
  }

  .steps__some-info--up-border {
    justify-self: start;
    padding: 5px 0 0 0;
  }

  .benefits__sub-text {
    line-height: 150%;
    padding: 20px 15px;
  }

  .column-two__list {
    padding: 0 15px 0 15px;
  }

  h1,
  .case__heading,
  .case__heading {
    font-family: "Gotham Pro", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 34px;
    line-height: 130%;
    color: #131515;
  }

  .tab-slider-item img {
    width: 100%;
  }

  .some-info__third-level {
    font-size: 13px;
  }

  .some-info__second-level {
    font-size: 28px;
  }
}

@media (max-width: 465px) {
  .container-fluid__call-center .main-feats__item {
    margin-bottom: 0;
  }

  .main-feats__item svg {
    width: 90%;
  }

  .container-fluid__call-center .main-feats__box {
    grid-template-rows: repeat(2, 180px);
  }
}

@media (max-width: 425px) {
  .case__slider-arrow {
    bottom: 25%;
  }
}

@media (max-width: 375px) {
  .main-feats__item svg {
    width: 80%;
  }

  .container-fluid__call-center .main-feats__box {
    grid-template-rows: repeat(2, 160px);
  }
}


/* atps */

.order-form-checks-wrap input + span {
  border-radius: 20px;
}

.order-form-row textarea, .order-form-row input:not([type="submit"]){
  border-radius: 5px;
  border: 1px solid #b7b7b7;
}

.order-form-row input[type="submit"]{
  border-radius: 5px;
  background:#3497FC;
  border-color: transparent!important;
  box-shadow: none;
}
.order-form-row input[type="submit"]:hover{
  background:#0f94e0;
}
.modal-content{
  border:none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}

.map-contact, .map-contact font {
	font-family: 'Gotham Pro' !important;
	font-style: normal;
	font-weight: 700;
	font-size: 17px !important;
	line-height: 16px !important;
	text-align: center;
	text-transform: uppercase !important;
	color: #FFFFFF;
	padding: 17px 48px 16px !important;
}
  .map-contact {
	background: -webkit-gradient(linear, left top, right top, color-stop(-9.13%, #4FACFE), to(#29F4FF));
	background: -webkit-linear-gradient(left, #4FACFE -9.13%, #29F4FF 100%);
	background: -o-linear-gradient(left, #4FACFE -9.13%, #29F4FF 100%);
	background: linear-gradient(90deg, #4FACFE -9.13%, #29F4FF 100%);
	-webkit-box-shadow: 0px 10px 24px rgba(20, 128, 237, 0.3), 0px 10px 24px rgba(20, 128, 237, 0.3), 0px 14px 52px rgba(20, 128, 237, 0.3);
	box-shadow: 0px 10px 24px rgba(20, 128, 237, 0.3), 0px 10px 24px rgba(20, 128, 237, 0.3), 0px 14px 52px rgba(20, 128, 237, 0.3);
	margin: 35px 0 0 0;
	border: none;
	text-shadow: none;
}
.btn{
  border-radius:40px!important;
}