@import "../../../../fonts/stylesheet.css";
@import "../../../../fonts/Montserrat/stylesheet.css";
@import "../../../../fonts/AvantgardeGothic/stylesheet.css";
html {
  max-width: 100%;
  overflow-x: hidden;
}
html body {
  background: #fff;
  max-width: 100%;
  overflow-x: hidden;
  color: #000000;
}

body::-webkit-scrollbar {
  width: 12px;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: #123f66;
}

* {
  outline: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: #000000;
}

* {
  font-family: "Montserrat", sans-serif;
}

body a {
  color: #123f66;
}
body a:visited {
  color: #123f66;
}

.container {
  max-width: 1200px;
}

header .overlay {
  display: none;
}
header.nav-opened .overlay {
  position: fixed;
  display: block;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 1;
}
header .main-navigation {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #ffffff;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform var(--main-transition);
  transition: -webkit-transform var(--main-transition);
  transition: transform var(--main-transition);
  transition: transform var(--main-transition),
    -webkit-transform var(--main-transition);
  padding: 82px 20px;
  overflow-y: auto;
}
header .main-navigation.active {
  left: 0;
  right: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
header .main-navigation .close {
  position: absolute;
  top: 0px;
  left: 20px;
  color: #ffffff;
  font-size: 48px;
  font-weight: 300;
  cursor: pointer;
}
header .main-navigation .menu {
  display: flex;
  flex-direction: column;
}
header .main-navigation .menu li:not(:last-child) {
  margin-bottom: 18px;
}
header .main-navigation .menu a {
  text-decoration: none;
  outline: none;
  color: inherit;
  font-weight: 600;
}

header .main-navigation .footer {
  margin-top: 30px;
}
header .main-navigation .footer .socials-container {
  justify-content: flex-start;
  margin-bottom: 24px;
}
header .main-navigation .footer .socials-container a {
  max-width: 30px;
}
header .main-navigation .footer .ls {
  display: flex;
}
header .main-navigation .footer .ls li:not(:last-child) {
  margin-right: 9px;
}
header .main-navigation .footer .ls li.current-lang a {
  font-weight: 500;
}
header .main-navigation .footer .ls a {
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  font-weight: 400;
}
header .main-navigation .footer .ls a:visited {
  color: #ffffff;
}

.site-header {
  position: fixed;
  top: 25px;
  padding: 0 20px;
  z-index: 999999999;
  width: 100%;
  transition: 0.5s;
}
.site-header.sticky {
  top: 8px;
}
.site-header.sticky .header-nav {
  padding: 12px 22px;
}
.site-header.sticky .side-bar {
  border-left: 0;
  align-items: center;
}

.site-header .header-nav {
  background: #fff;
  width: 100%;
  padding: 12px 22px;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .site-header .header-nav {
    border-bottom: none;
  }
}
.site-header .header-nav.sub-menu-opened {
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
}
.site-header .header-nav .logo {
  margin-right: 50px;
}
.site-header .header-nav .logo a {
  display: block;
  line-height: 0;
}
.site-header .header-nav .nav-container .menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .header-nav .nav-container .menu > li:not(:last-child) {
  margin-right: 32px;
  display: flex;
  align-items: center;
}
.site-header .header-nav .nav-container .menu > li > a {
  text-decoration: none;
  color: #191919;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
}
.site-header .header-nav .nav-container .menu > li > a:hover {
  color: #063e60;
}
.site-header .header-nav .nav-container .menu .menu-item-has-children {
  display: flex;
  align-items: center;
  transition: 0.5s;
}
.site-header
  .header-nav
  .nav-container
  .menu
  .menu-item-has-children.hovered:after {
  transform: rotate(180deg);
}
.site-header .header-nav .nav-container .menu .menu-item-has-children:after {
  content: url("/img/menu-arrow.svg");
  margin-left: 8px;
  transition: 0.3s;
  line-height: 0;
}
.site-header .header-nav .nav-container .sub-menu {
  display: none;
}
.site-header .header-nav .nav-container .sub-menu li {
  width: fit-content;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.site-header .header-nav .nav-container .sub-menu li:hover {
  border-bottom: 1px solid #202833;
}
.site-header .header-nav .nav-container .sub-menu .main {
  margin-bottom: 14px;
}
.site-header .header-nav .nav-container .sub-menu .main a {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #063e60;
  opacity: 1;
}
.site-header .header-nav .nav-container .sub-menu a {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #202833;
  padding: 17px 32px;
}
.site-header .header-nav .nav-container .sub-menu.active {
  display: block;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  margin: 0;
  padding: 40px 171px 48px 171px;
  list-style: none;
  z-index: -1;
}
.site-header .side-bar {
  display: flex;
  margin-left: auto;
  padding-left: 8px;
  position: relative;
}
.site-header .side-bar .ls-container {
  position: static;
  display: flex;
  align-items: center;
  width: 54px;
  color: #123f66;
  font-weight: 500;
}
.site-header .side-bar .ls {
  padding: 10px 15px;
  background: #ffff;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 6px;
}
.site-header .side-bar .ls:hover {
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.1);
}
.site-header .side-bar .ls:hover li.current-lang {
  margin-bottom: 12px;
}
.site-header .side-bar .ls:hover li.current-lang:after {
  transform: rotate(180deg);
}
.site-header .side-bar .ls:hover li:not(.current-lang) {
  display: flex;
}
.site-header .side-bar .ls li {
  display: flex;
  align-items: center;
}
.site-header .side-bar .ls li:hover a {
  color: #063e60;
}
.site-header .side-bar .ls li:not(.current-lang) {
  display: none;
}
.site-header .side-bar .ls li.current-lang {
  order: -1;
}
.site-header .side-bar .ls li.current-lang a {
  font-weight: 600;
}
.site-header .side-bar .ls li.current-lang:after {
  content: url("/img/menu-arrow.svg");
  line-height: 0;
  transition: 0.3s;
  margin-left: 8px;
}
.site-header .side-bar .ls a {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  color: #1a1a1a;
}
.site-header .side-bar .callback {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  background: #005380;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  padding: 0 16px;
}

@media screen and (max-width: 1200px) {
  .site-header .header-nav {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .burger {
    width: 32px;
    height: 32px;
    background-color: #123f66;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 20px;
    right: 20px;
    z-index: 999;
    cursor: pointer;
  }
  .burger .line {
    height: 2px;
    width: 20px;
    background: #fff;
  }
  .burger .line:not(:last-child) {
    margin-bottom: 6px;
  }
}
.main-screen {
  display: flex;
  align-items: center;
  height: 100vh;
  background: url("/img/backgroundlogo.png") 50%;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
}
.main-screen .service-col {
  padding: 0;
}
.main-screen .title-col {
  padding-top: 61px;
}
.main-screen .title {
  font-weight: 700;
  font-size: 102px;
  color: #f3f6fb;
  width: 100%;
}
.main-screen .subtitle {
  font-size: 36px;
  font-family: "Arial";
  color: #f3f6fb;
  margin: 0;
  font-weight: 700;
}
.main-screen .service-list .item {
  display: flex;
  align-items: center;
  width: calc(100% - 50px);
  font-size: 20px;
  line-height: 1.55;
}
.main-screen .service-list .item:not(:last-child) {
  margin-bottom: 60px;
}
.main-screen .service-list .item .text {
  padding-left: 35px;
}
.main-screen .service-list .item .text p {
  color: #f3f6fb;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 17px;
}
.main-screen .service-list .item .text a {
  font-size: 17px;
  text-decoration: none;
  color: #febb00 !important;
}
.main-screen .service-list .item .img {
  width: 50px;
  min-width: 50px;
  display: flex;
  align-items: center;
}
.main-screen .service-list .item .img img {
  width: 100%;
  height: auto;
}

.shape-border_bottom {
  display: block;
  margin-top: auto;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.shape-border_bottom svg {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 101%;
  bottom: -7px;
}

.block-why {
  padding-top: 135px;
  padding-bottom: 150px;
}
.block-why .heading-row {
  margin-bottom: 105px;
}
.block-why .section-title {
  font-weight: 600;
  color: #000;
  font-size: 42px;
  line-height: 1.23;
  margin-bottom: 40px;
  text-align: center;
}
.block-why .section-subtitle {
  max-width: 560px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 300;
  margin: 0 auto;
  text-align: center;
}
.block-why .section-content {
  max-width: 960px;
  margin: 0 auto;
}
.block-why .section-item {
  display: flex;
}
.block-why .section-item:not(:last-child) {
  margin-bottom: 45px;
}
.block-why .section-item .icon {
  width: 45px;
  min-width: 45px;
}
.block-why .section-item .icon img {
  width: 100%;
}
.block-why .section-item .text {
  padding-left: 20px;
}
.block-why .section-item .caption {
  font-size: 22px;
  line-height: 1.35;
  font-weight: 600;
  margin-bottom: 8px;
}
.block-why .section-item .description {
  font-size: 16px;
  line-height: 1.55;
  font-weight: 300;
}

.use-case {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #e1eaef;
}
.use-case .container {
  max-width: 790px;
}
.use-case .section-title {
  font-size: 42px;
  line-height: 1.23;
  text-align: center;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}
.use-case .heading-row {
  margin-bottom: 90px;
}
.use-case .cases-list .item {
  display: flex;
}
.use-case .cases-list .item:not(:last-child) {
  margin-bottom: 60px;
}
.use-case .cases-list .item .icon {
  width: 65px;
  min-width: 65px;
}
.use-case .cases-list .item .icon img {
  width: 100%;
}
.use-case .cases-list .item .content {
  padding-left: 30px;
}
.use-case .cases-list .item .caption {
  font-size: 20px;
  line-height: 1.35;
  font-weight: 600;
  margin-bottom: 14px;
}
.use-case .cases-list .item .caption a {
  font-size: 20px;
  line-height: 1.35;
  color: #123f66;
  font-weight: 600;
  margin-bottom: 14px;
  text-decoration: none;
}
.use-case .cases-list .item .text {
  font-weight: 300;
  color: #000;
  font-size: 18px;
  line-height: 1.55;
}
.use-case .cases-list .item .text a {
  color: #123f66 !important;
  text-decoration: none;
}

.team .heading-row {
  margin-bottom: 105px;
}
.team .section-title {
  font-size: 42px;
  line-height: 1.23;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.team .container {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 150px;
  padding-bottom: 150px;
}
.team .item:not(:last-child) {
  margin-bottom: 90px;
}
.team .item .photo {
  max-width: 200px;
  width: 100%;
  margin: 0 auto 20px;
}
.team .item .photo img {
  width: 100%;
  border-radius: 50%;
}
.team .item .meta {
  max-width: 220px;
  width: 100%;
  margin: 0 auto;
}
.team .item .name {
  font-size: 18px;
  line-height: 1.35;
  margin-bottom: 4px;
  font-weight: 600;
  color: #000;
}
.team .item .name a {
  font-size: 18px;
  line-height: 1.35;
  margin-bottom: 4px;
  text-decoration: none;
  font-weight: 600;
  color: #000 !important;
}
.team .item .job {
  color: #7a7a7a;
  font-size: 14px;
  line-height: 1.55;
  margin-bottom: 24px;
}
.team .item .link {
  text-decoration: none;
  color: #123f66;
  font-size: 14px;
}
.team .item .link a {
  text-decoration: none;
  color: #123f66;
  font-size: 14px;
}

.team.-about .container {
  border-top: 0;
}

.single-team-template {
  margin-top: 105px;
}

@media (max-width: 1200px) {
  .single-team-template {
    margin-top: 0;
  }
}

.single-team-template .bc-container {
  max-width: 1150px !important;
}

.site-team .page-cover {
  margin-bottom: 0;
  background: url("/img/team.jpg");
  background-size: cover;
  background-position: 50%;
  background-attachment: fixed;
}
.site-team .team {
  padding-top: 24px;
}
.site-team .team .container {
  padding-top: 0;
}

.site-about .page-cover {
  background: url("/img/bg-about.jpg");
  background-size: cover;
  background-position: 50%;
  background-attachment: fixed;
}
.site-about .container {
  max-width: 790px;
}

.site-about .parallax {
  padding: 90px 0;
  background: url("/img/vr.jpg");
  background-size: cover;
  background-position: 50%;
  background-attachment: fixed;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 72px;
}
.site-about .parallax:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.site-about .parallax .container {
  max-width: 880px;
}
.site-about .parallax .wrapper {
  padding: 60px;
  background: #fff;
  position: relative;
  z-index: 1;
}
.site-about .with-image-aside {
  position: relative;
  margin-bottom: 72px;
}
.site-about .with-image-aside .container {
  max-width: 960px;
}
.site-about .with-image-aside .aside-text {
  top: 220px;
  left: -150px;
  width: 290px;
  position: absolute;
}
.site-about .with-image-aside .aside-text p {
  font-size: 13px;
  line-height: 23px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
}

.site-rules .page-cover {
  background: url("/img/door.jpg");
  background-size: cover;
  background-position: 50%;
  background-attachment: fixed;
}

.faq {
  /* margin-bottom: 106px; */
}
.faq .container {
  max-width: 760px;
}

.faq-item.active .faq-question:after {
  transform: rotate(45deg);
}
.faq-item .faq-question {
  font-size: 24px;
  line-height: 1.35;
  font-weight: 600;
  color: #000;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  padding: 27px 0 27px 0;
  border-top: 1px solid #eee;
}
.faq-item .faq-question:after {
  content: url("/img/plus.svg");
  transition: 0.4s;
}
.faq-item .faq-answer {
  height: 0;
  overflow: hidden;
}

.page-cover {
  min-height: 70vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}
.page-cover:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.page-cover .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-cover .title {
  text-align: center;
  color: #ffffff;
  font-size: 48px;
  width: 100%;
}
.page-cover .subtitle {
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  max-width: 642px;
  margin: 0 auto;
}

.site-blog {
  margin-top: 105px;
}

.site-about .main-cover,
.site-blog .main-cover {
  min-height: 75vh;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  background: url("/img/consult-bg.png") 50%;
  background-size: cover;
  position: relative;
}
/* .site-about .main-cover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
} */
.site-about .main-cover .title {
  color: #ffffff;
  padding: 24px 0 38px 0;
  letter-spacing: 0.5px;
  font-size: 72px;
  line-height: 1.17;
  font-weight: 600;
  text-align: center;
}
.site-about .main-cover .shape {
  position: absolute;
  bottom: -7px;
  width: 100%;
}
.site-about .main-cover .shape svg {
  width: 100%;
}
.site-about .main-cover .shape path {
  fill: #fff;
}

.site-consult .main-cover {
  min-height: 75vh;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  background: url("/img/consult-bg.png") 50%;
  background-size: cover;
  position: relative;
}
/* .site-consult .main-cover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
} */
.site-consult .main-cover .title {
  color: #ffffff;
  padding: 24px 0 38px 0;
  letter-spacing: 0.5px;
  font-size: 72px;
  line-height: 1.17;
  font-weight: 600;
  text-align: center;
}
.site-consult .main-cover .shape {
  position: absolute;
  bottom: -7px;
  width: 100%;
}
.site-consult .main-cover .shape svg {
  width: 100%;
}
.site-consult .main-cover .shape path {
  fill: #fff;
}
.site-consult .prices {
  padding-top: 96px;
  padding-bottom: 90px;
}
.site-consult .prices .heading-row {
  margin-bottom: 72px;
}
.site-consult .prices .section-title {
  margin-bottom: 40px;
  text-align: center;
  font-size: 42px;
  line-height: 1.23;
  font-weight: 600;
}
.site-consult .prices .subtitle {
  margin-bottom: 0;
  text-align: center;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.5;
}
.site-consult .prices .price-item {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 28px;
}
.site-consult .prices .price-item .timing {
  font-style: italic;
  font-size: 12px;
  margin-bottom: 12px;
  font-weight: 600;
  line-height: 1;
}
.site-consult .prices .price-item .specialist {
  font-weight: 600;
  color: #000;
  font-size: 18px;
}
.site-consult .prices .price-item .specialist a {
  color: #123f66;
  text-decoration: none;
}
.site-consult .prices .price-item .specialist a:visited {
  color: #123f66;
}
.site-consult .prices .price-item .price {
  font-size: 22px;
  line-height: 1.35;
  white-space: nowrap;
  font-weight: 600;
  color: #000;
}
.site-consult .prices .price-item .meta {
  display: flex;
  justify-content: space-between;
}
.site-consult .steps {
  background: #e1eaef;
  padding-top: 60px;
}
.site-consult .steps .container {
  max-width: 860px;
}
.site-consult .steps .section-title {
  font-weight: 600;
  color: #000;
  font-size: 42px;
  text-align: center;
  margin-bottom: 72px;
}
.site-consult .steps .item {
  text-align: center;
}
.site-consult .steps .item .icon {
  margin-bottom: 14px;
}
.site-consult .steps .item a {
  color: #ff1408 !important;
  text-decoration: none;
}
.site-consult .steps .item .caption {
  font-weight: 600;
  color: #000;
  font-size: 22px;
  line-height: 1.35;
  margin-bottom: 6px;
}
.site-consult .steps .item .text {
  font-size: 15px;
  line-height: 1.55;
  font-weight: 300;
  color: #000;
}
.site-consult .steps .steps-row {
  overflow: hidden;
}
.site-consult .steps .step-row:nth-child(1) .step-col:nth-child(even):before {
  content: "1";
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  border-radius: 50%;
  color: #ffffff;
  width: 34px;
  height: 34px;
  max-width: 34px;
  position: absolute;
  top: 84px;
  left: -17px;
  z-index: 1;
}
.site-consult .steps .step-row:nth-child(2) .step-col:nth-child(even):before {
  content: "2";
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  border-radius: 50%;
  color: #ffffff;
  width: 34px;
  height: 34px;
  max-width: 34px;
  position: absolute;
  top: 112px;
  left: -17px;
  z-index: 1;
}
.site-consult .steps .step-row:nth-child(3) .step-col:nth-child(even):before {
  content: "3";
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  border-radius: 50%;
  color: #ffffff;
  width: 34px;
  height: 34px;
  max-width: 34px;
  position: absolute;
  top: 78px;
  left: -17px;
  z-index: 1;
}
.site-consult .steps .step-row:nth-child(4) .step-col:nth-child(even):before {
  content: "4";
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  border-radius: 50%;
  color: #ffffff;
  width: 34px;
  height: 34px;
  max-width: 34px;
  position: absolute;
  top: 106px;
  left: -17px;
  z-index: 1;
}
.site-consult .steps .step-row:nth-child(4) .step-col:nth-child(even):after {
  top: -65px;
}
.site-consult .steps .step-row .step-col:nth-child(odd) {
  padding-right: 56px;
}
.site-consult .steps .step-row .step-col:nth-child(even) {
  padding-left: 56px;
  position: relative;
}
.site-consult .steps .step-row .step-col:nth-child(even):after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 115px;
  background: #000;
}

.callback-form {
  background: #e1eaef;
  padding: 0px 0 92px;
}
.callback-form .container {
  max-width: 990px;
}
.callback-form .form-title {
  font-size: 34px;
  font-weight: 600;
  color: #000;
  text-align: center;
  line-height: 1.23;
}
.callback-form .selectric-wrapper {
  max-width: 263px;
  width: 100%;
  min-width: 263px;
  margin-top: 10px;
}
.callback-form .selectric {
  max-width: 263px;
  width: 100%;
}
.callback-form .selectric .label {
  font-weight: 300;
  font-size: 16px;
  color: #666;
}
.callback-form input:not([type="submit"]) {
  height: 60px;
  background: #fff;
  border: 1px solid #000;
  color: #000000;
  font-weight: 300;
  max-width: 231px;
  border-radius: 0;
  padding: 0 14px;
}
.callback-form [type="submit"] {
  text-align: center;
  height: 60px;
  border: 0 none;
  font-size: 16px;
  padding-left: 60px;
  padding-right: 60px;
  -webkit-appearance: none;
  font-weight: 700;
  white-space: nowrap;
  background-image: none;
  cursor: pointer;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  background: #000;
  color: #ffffff;
}
.callback-form .wpcf7-response-output {
  min-width: 100%;
  text-align: center;
}
.callback-form form {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.callback-form label {
  font-size: 20px;
  line-height: 1.55;
  font-weight: 300;
  margin-bottom: 12px;
}

.footer-nav {
  padding-top: 33px;
  padding-bottom: 33px;
  background: #123f66;
}
.footer-nav .socials {
  line-height: 0;
}
.footer-nav .socials a {
  line-height: 0;
}
.footer-nav .nav-container {
  display: flex;
  align-items: center;
}
.footer-nav .logo {
  padding-left: 67px;
  margin-right: 54px;
}
.footer-nav .logo a {
  display: flex;
}
.footer-nav .menu {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.footer-nav .menu li:not(:last-child) {
  margin-right: 32px;
}
.footer-nav .menu li a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  font-family: "Montserrat", sans-serif;
  opacity: 0.8;
}

.socials {
  margin-left: auto;
}
.socials .socials-container {
  display: flex;
  justify-content: center;
}
.socials .socials-container a {
  margin: 0 4px;
}

.slider-with-thumbs {
  margin-bottom: 24px;
}

.thumbs .slick-track {
  display: flex;
  justify-content: center;
  width: 100% !important;
  transform: unset !important;
}
.thumbs .thumb {
  width: 60px;
  height: 60px;
  margin: 0 4px;
}
.thumbs .thumb:hover {
  cursor: pointer;
  filter: brightness(1.2);
}

.breadcrumbs-row {
  margin-bottom: 44px;
}
.breadcrumbs-row #breadcrumbs {
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 14px;
}
.breadcrumbs-row a,
.breadcrumbs-row p,
.breadcrumbs-row span {
  font-size: 14px !important;
  text-decoration: none;
}
.breadcrumbs-row a {
  color: #005380 !important;
  font-weight: 600 !important;
}

.single-team-template .container {
  max-width: 960px;
}
.single-team-template .block {
  margin-bottom: 52px;
}
.single-team-template .price {
  font-size: 28px;
  line-height: 42px;
  text-align: center;
  font-weight: 300;
  color: #000;
}
.single-team-template h3 {
  font-size: 24px;
}

.list-block .heading {
  font-size: 28px;
  text-align: center;
  margin-bottom: 42px;
}
.list-block .subheading {
  font-size: 20px;
  text-align: center;
  font-weight: 300;
  max-width: 560px;
  margin: 0 auto 72px;
}
.list-block ol {
  padding: 0;
  counter-reset: my-awesome-counter;
  list-style: none;
  margin: 0;
}
.list-block ol .list-item.only-caption {
  align-items: center;
}
.list-block ol .list-item.only-caption .list-item-caption {
  margin-bottom: 0;
}
.list-block ol li {
  counter-increment: my-awesome-counter;
  display: flex;
  align-items: flex-start;
}
.list-block ol li:not(:last-child) {
  margin-bottom: 42px;
}
.list-block ol .list-item-caption {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 18px;
}
.list-block ol .list-item-text {
  font-size: 18px;
  line-height: 1.55;
  font-weight: 300;
}
.list-block ol .list-item-text ul {
  list-style: disc;
}
.list-block ol .list-item-text ul li {
  counter-increment: unset;
}
.list-block ol .list-item-text ul,
.list-block ol .list-item-text ol {
  padding: 0;
  margin: 0;
}
.list-block ol .list-item-text ul li,
.list-block ol .list-item-text ol li {
  display: block;
  margin-bottom: 12px;
}
.list-block ol .list-item-text ul li:before,
.list-block ol .list-item-text ol li:before {
  display: none;
}
.list-block ol .list-item-text p {
  margin-bottom: 14px;
}
.list-block ol .list-item-text p:last-child {
  margin-bottom: 0;
}
.list-block ol .list-item-text ol {
  counter-reset: item;
  list-style: decimal;
}
.list-block ol .list-item-text ol li {
  counter-increment: item;
  font-weight: 400;
  font-family: "Circe", Arial, sans-serif;
}
.list-block ol .list-item-text ol li:before {
  width: auto;
  height: auto;
  min-width: auto;
  border: 0;
  font-size: inherit;
  display: inline-block;
  margin-right: 10px;
  content: counters(item, ".") ". ";
}
.list-block ol li::before {
  content: counter(my-awesome-counter);
  width: 49px;
  height: 49px;
  min-width: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  border-radius: 50%;
  border: 2px solid #000;
  margin-right: 24px;
  padding-bottom: 3px;
}

.single-slider img {
  margin: 0 auto;
}

.icon-list-block .list-item {
  display: flex;
}
.icon-list-block .list-item:not(:last-child) {
  margin-bottom: 55px;
}
.icon-list-block .icon {
  max-width: 64px;
  min-width: 64px;
  margin-right: 28px;
}
.icon-list-block .icon img {
  width: 100%;
  height: auto;
}
.icon-list-block .caption {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 14px;
}
.icon-list-block .text {
  font-weight: 300;
  line-height: 1.55;
  margin-bottom: 0;
  text-align: justify;
}

.partners {
  max-width: 600px;
  margin: 60px auto 90px;
}
.partners .partners-slider .item img {
  width: 100%;
  margin: 0 auto 24px;
}
.partners .partners-slider .item .caption {
  font-size: 14px;
  line-height: 1.55;
  color: #777;
  text-align: center;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.slider-block .heading {
  font-size: 36px;
  margin-bottom: 72px;
  text-align: center;
}
.slider-block .item {
  margin-bottom: 28px;
}
.slider-block .item img {
  max-height: 50vh;
  width: auto;
}
.slider-block .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.slider-block .slick-dots li {
  cursor: pointer;
}
.slider-block .slick-dots li:hover button {
  background: #000;
}
.slider-block .slick-dots .slick-active button {
  background: #000;
}
.slider-block .slick-dots button {
  cursor: pointer;
  transition: 0.3s;
  font-size: 0;
  background: #c7c7c7;
  border: 0;
  margin: 0 12px;
  border-radius: 50%;
  min-width: 8px;
  height: 8px;
}

.page {
  margin: 0;
}

.site-blog .page-cover {
  background: url("/img/pencils-colored-penc.jpg") 50%;
  background-size: cover;
}

.post-container {
  margin-bottom: 96px;
}

.post-container .collapsible__more-button {
  margin-right: auto;
}

.post-item {
  margin-bottom: 96px;
  display: block;
  text-decoration: none;
  height: 100%;
}
.post-item .thumb {
  margin-bottom: 18px;
  height: 364px;
}
.post-item .thumb img {
  display: none;
}
.post-item .date {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 1px;
  color: #777;
  margin-bottom: 10px;
}
.post-item .title {
  font-size: 30px;
  line-height: 1.3;
  margin-top: 16px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #000000;
  width: 100%;
}
.post-item .excerpt {
  font-size: 15px;
  line-height: 1.6;
  color: #777;
}

.single-blog h2 {
  font-size: 28px;
}
.single-blog h3 {
  font-size: 24px;
}
.single-blog p,
.single-blog .text {
  font-weight: 400;
  line-height: 1.55;
}
.single-blog span,
.single-blog p,
.single-blog a,
.single-blog li {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
}
.single-blog ul,
.single-blog ol {
  margin: 0;
  padding-left: 22px;
  list-style: disc;
}
.single-blog .page-cover .title {
  font-size: 44px;
  font-weight: normal;
}
.single-blog .page-cover .author {
  color: #ffffff;
  text-align: center;
  font-size: 18px;
}
.single-blog .page-cover .author a {
  color: #ffffff;
  font-size: 18px;
}
.single-blog .page-cover .author a:visited {
  color: #ffffff;
}

.more-posts-caption .caption {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 32px;
}

.posts-list .item {
  margin-bottom: 18px;
}
.posts-list a {
  color: #4169e1;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
}
.posts-list a:hover {
  color: #123f66;
}
.posts-list a:visited {
  color: #4169e1;
}

.single-blog .block {
  margin-bottom: 52px;
}

@media screen and (max-width: 768px) {
  .t-descr,
  .t-descr_sm {
    font-size: 14px;
  }

  .post-item {
    margin-bottom: 30px;
  }
  .post-item .title {
    font-size: 22px;
  }
  .post-item .excerpt {
    font-size: 14px;
  }

  .single-blog .page-cover .title {
    font-size: 22px;
    font-weight: normal;
  }

  .list-block ol .list-item-text {
    font-size: 14px;
    line-height: 1.55;
    font-weight: 300;
  }

  .main-screen .title,
  .main-screen .subtitle {
    font-size: 32px;
    margin-bottom: 0;
    line-height: 1;
  }
  .main-screen .title {
    font-weight: 700;
    margin-bottom: 8px;
  }
  .main-screen .title-col {
    margin-bottom: 52px;
  }
  .main-screen .service-col {
    padding: 0 15px;
  }
  .main-screen .service-list .item:not(:last-child) {
    margin-bottom: 36px;
  }
  .main-screen .service-list .item {
    margin-bottom: 36px;
    width: 100%;
  }
  .main-screen .service-list .item .text {
    padding-left: 16px;
  }
  .main-screen .service-list .item .img {
    width: 40px;
    min-width: 40px;
  }
  .main-screen .service-list .item p {
    font-size: 16px;
  }

  .block-why {
    padding-top: 55px;
    padding-bottom: 80px;
  }
  .block-why .heading-row {
    margin-bottom: 62px;
  }
  .block-why .section-title {
    font-size: 32px;
    margin-bottom: 26px;
  }
  .block-why .section-subtitle {
    text-align: left;
    font-size: 20px;
    line-height: 1.3;
  }

  .use-case {
    padding-top: 52px;
    padding-bottom: 80px;
  }
  .use-case .section-title {
    font-size: 32px;
  }
  .use-case .heading-row {
    margin-bottom: 72px;
  }
  .use-case .cases-list .item:not(:last-child) {
    margin-bottom: 36px;
  }
  .use-case .cases-list .item .icon {
    width: 50px;
    min-width: 50px;
  }
  .use-case .cases-list .item .content {
    padding-left: 18px;
  }
  .use-case .cases-list .item .caption {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .use-case .cases-list .item .text {
    font-size: 14px;
  }

  .team .container {
    border-top: 0;
    padding-top: 0;
    padding-bottom: 80px;
  }
  .team .section-title {
    font-size: 32px;
  }
  .team .heading-row {
    margin-bottom: 56px;
  }
  .team .item:not(:last-child) {
    margin-bottom: 60px;
  }

  .callback-form {
    padding: 56px 0 42px;
  }
  .callback-form .form-title {
    font-size: 26px;
  }
  .callback-form form {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .callback-form form > div {
    width: 100%;
    margin-bottom: 12px;
  }
  .callback-form form .selectric-wrapper {
    max-width: 100%;
    width: 100%;
  }
  .callback-form form .selectric {
    max-width: 100%;
    width: 100%;
  }
  .callback-form form input {
    max-width: 100% !important;
    width: 100%;
  }

  .site-consult .main-cover .title {
    font-size: 32px;
    text-transform: uppercase;
  }
  .site-consult .prices {
    padding-top: 48px;
    padding-bottom: 52px;
  }
  .site-consult .prices .section-title {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .site-consult .prices .subtitle {
    font-size: 26px;
  }
  .site-consult .prices .prices-row {
    padding: 0 15px;
  }
  .site-consult .prices .price-item {
    padding: 0 0 24px;
  }
  .site-consult .prices .price-item .specialist {
    margin-bottom: 6px;
  }
  .site-consult .prices .price-item .meta {
    flex-direction: column;
  }
  .site-consult .prices .price-item .price {
    font-size: 18px;
  }
  .site-consult .steps .section-title {
    font-size: 32px;
    line-height: 1.1;
    margin-bottom: 52px;
  }
  .site-consult .steps .step-col:nth-child(odd):after {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    left: -22px;
    top: 115px;
    background: #000;
  }
  .site-consult .steps .step-row:nth-child(1) .step-col:nth-child(odd):before {
    content: "1";
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    border-radius: 50%;
    color: #ffffff;
    width: 34px;
    height: 34px;
    max-width: 34px;
    position: absolute;
    top: 82px;
    left: -39px;
    z-index: 1;
  }
  .site-consult .steps .step-row:nth-child(2) .step-col:nth-child(even):before {
    top: 112px;
    left: -39px;
  }
  .site-consult .steps .step-row .step-col:nth-child(even):after {
    left: -22px;
  }
  .site-consult .steps .step-row:nth-child(3) .step-col:nth-child(odd):before {
    content: "3";
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    border-radius: 50%;
    color: #ffffff;
    width: 34px;
    height: 34px;
    max-width: 34px;
    position: absolute;
    top: 80px;
    left: -39px;
    z-index: 1;
  }
  .site-consult .steps .step-row:nth-child(4) .step-col:nth-child(even):before {
    top: 96px;
    left: -39px;
  }
  .site-consult .steps .step-row:nth-child(4) .step-col:nth-child(even):after {
    top: -81px;
  }
  .site-consult .steps .step-row {
    padding-left: 72px;
  }
  .site-consult .steps .step-row .step-col:nth-child(even) {
    padding-left: 15px;
    position: relative;
  }
  .site-consult .steps .step-row .step-col:nth-child(odd) {
    padding-right: 15px;
  }
  .site-consult .steps .step-col:not(.item) {
    display: none;
  }
  .site-consult .steps .item .icon,
  .site-consult .steps .item .text,
  .site-consult .steps .item .caption {
    text-align: left;
  }

  .page-cover .title {
    font-size: 32px;
  }
  .page-cover .subtitle {
    font-size: 16px;
  }

  .site-rules .faq-item .faq-question {
    font-size: 18px;
    padding: 18px 0 18px 0;
  }

  .team.-about {
    padding-top: 56px;
  }

  .partners-slider {
    padding: 0 15px;
  }

  .partners .partners-slider .item .caption {
    margin-bottom: 0;
  }

  .single-team-template .block {
    margin-bottom: 52px;
  }

  .block .heading {
    font-size: 32px;
    margin-bottom: 24px;
  }

  .block ol {
    padding: 0 15px;
  }

  .list-block ol li:not(:last-child) {
    margin-bottom: 33px;
  }

  .list-block ol .list-item-caption {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .block .slider-col {
    margin-bottom: 32px;
  }

  .icon-list-block .icon {
    max-width: 48px;
    min-width: 48px;
    margin-right: 18px;
  }

  .list-block .subheading {
    font-size: 20px;
    text-align: center;
    font-weight: 300;
    max-width: 560px;
    margin: 0 auto 52px;
  }

  .single-team-template .price {
    font-size: 18px;
    line-height: 24px;
  }

  .footer-nav .nav-container {
    align-items: flex-start;
    flex-direction: column;
  }
  .footer-nav .logo {
    padding-left: 0;
    margin-bottom: 30px;
  }
  .footer-nav .socials {
    margin-left: unset;
  }
  .footer-nav .menu {
    margin-bottom: 38px;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-nav .menu li:not(:last-child) {
    margin-bottom: 14px;
  }
  .footer-nav .menu ul {
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-nav .menu ul li:not(:last-child) {
    margin-bottom: 14px;
  }
}
.partners-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.partners-slider .slick-next,
.partners-slider .slick-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  background-color: #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -100px;
  border: 0;
}
.partners-slider .slick-next svg,
.partners-slider .slick-prev svg {
  min-width: 8px;
}
.partners-slider .slick-list {
  width: 100%;
}
.partners-slider .slick-next {
  right: -90px;
}
.partners-slider .slick-prev {
  left: -90px;
}
.partners-slider .slick-prev svg {
  transform: rotate(180deg);
}

@media screen and (max-width: 560px) {
  .icon-list-block .list-item {
    display: flex;
    flex-direction: column;
  }
}
.error404 {
  min-height: 100vh;
}
.error404 #page {
  height: 100%;
}
.error404 main {
  height: 100%;
  min-height: calc(100vh - 577px);
  display: flex;
  align-items: center;
  justify-content: center;
}

/*# sourceMappingURL=4help.css.map */
