@charset "UTF-8";

@font-face {
  font-family: "Geometria-Bold";
  font-display: swap;
  src: url("../fonts/Geometria-Bold.woff") format("woff"), url("../fonts/Geometria-Bold.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Geometria-Medium";
  font-display: swap;
  src: url("../fonts/Geometria-Medium.woff") format("woff"), url("../fonts/Geometria-Medium.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "SFProDisplay-Regular";
  font-display: swap;
  src: url("../fonts/SFProDisplay-Regular.woff") format("woff"), url("../fonts/SFProDisplay-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Geometria-Regular";
  font-display: swap;
  src: url("../fonts/Geometria-Regular.woff") format("woff"), url("../fonts/Geometria-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

body {
  color: #000;
  min-width: 320px;
  background-color: #F2F2F2 !important;
  font-family: "Geometria-Regular", sans-serif !important;
  font-size: 16px;
  letter-spacing: 0.3px;
}

body.lock {
  overflow: hidden;
}

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

a {
  color: #000;
  text-decoration: none !important;
}

a:hover {
  text-decoration: none;
  color: #03A2DB;
}

a:focus {
  color: #292929;
  text-decoration: none;
}

button,
button[typhonee=submit],
a,
input {
  outline: none;
}

button:hover,
button[type=submit],
a:hover,
input:hover {
  outline: none;
}

button:focus,
button[type=submit],
a:focus,
input:focus {
  outline: none;
}

.wrapper {
  overflow: hidden;
}

/*font-family: 'Gilroy-Regular', sans-serif;*/

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

.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.header .header__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "SFProDisplay-Regular", sans-serif;
}

.header .header__body .header__logo {
  z-index: 3;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #214CCF;
  border-radius: 0 0 30px 30px;
  padding: 12px 20px 10px;
  border: 2px solid #EFF1F1;
}

.header .header__body .header__logo img {
  max-width: 135px;
  display: block;
  width: 200px;
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(98%) saturate(0%) hue-rotate(19deg) brightness(101%) contrast(102%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(98%) saturate(0%) hue-rotate(19deg) brightness(101%) contrast(102%);
}

.header .header__body .header__burger {
  display: none;
}

.header .header__menu {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  position: relative;
  margin: 0 15px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0 0 30px 30px;
}

.header .header__menu .header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  padding: 0 60px;
  margin: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.header .header__menu .header__list li {
  list-style: none;
}

.header .header__menu .header__list li .header__link {
  font-size: 16px;
  color: #292929;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 30px;
}

.header .header__menu .header__list li .header__link:hover {
  color: #214CCF;
}

.header .header__menu .header__list li .header__link img {
  width: 20px;
  margin-right: 5px;
}

.header .header__menu .header__list li.active .header__link {
  font-weight: bold;
  color: #214CCF;
}

.header .header__menu .line {
  position: absolute;
  bottom: 2px;
  left: 0;
  display: block;
  border-radius: 50px;
  width: 0;
  height: 4px;
  z-index: 2;
  background: #214CCF;
  -webkit-transition: width 300ms ease-in-out, left 300ms ease-in-out;
  transition: width 300ms ease-in-out, left 300ms ease-in-out;
}

.header .number {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0 0 30px 30px;
  position: relative;
  z-index: 2;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  padding: 0 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

.header .number a {
  color: #000;
  white-space: nowrap;
}

.header .number a:hover {
  color: #214CCF;
}

#callback-form {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(calc(100% - 72px));
      -ms-transform: translateY(calc(100% - 72px));
          transform: translateY(calc(100% - 72px));
}

#callback-form.active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  z-index: 999;
  overflow: hidden;
}

#callback-form .quate {
  text-align: center;
}

#callback-form .quate span {
  background-color: #fff;
  padding: 24px 56px 14px;
  border-radius: 30px 30px 0 0;
  display: inline-block;
  font-weight: bold;
  cursor: pointer;
  background-color: #214CCF;
  color: #fff;
}

#callback-form .quate span i {
  margin-left: 15px;
}

#callback-form .form-place {
  padding: 5px 0;
  border-top: 10px solid #214CCF;
  background-color: #fff;
  border-radius: 50px 50px 0 0;
}

#callback-form .form-place .top-wrap {
  border-bottom: 3px solid #F2F2F2;
}

#callback-form .form-place .top-wrap .top {
  padding: 35px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* Make circles that indicate the steps of the form: */
  /* Mark the active step: */
  /* Mark the steps that are finished and valid: */
}

#callback-form .form-place .top-wrap .top p {
  font-size: 14px;
  padding: 0 90px 0 30px;
}

#callback-form .form-place .top-wrap .top .steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#callback-form .form-place .top-wrap .top span {
  font-weight: 500;
}

#callback-form .form-place .top-wrap .top .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#callback-form .form-place .top-wrap .top .step .num {
  height: 51px;
  width: 51px;
  margin: 0 2px;
  background-color: #F5F5F5;
  border: none;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  font-weight: bold;
  margin: 0 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#callback-form .form-place .top-wrap .top .step .line {
  width: 160px;
  height: 5px;
  border-radius: 50px;
  background-color: #F5F5F5;
  position: relative;
  -webkit-transform: translateY(23px);
      -ms-transform: translateY(23px);
          transform: translateY(23px);
}

#callback-form .form-place .top-wrap .top .step .line::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: #214CCF;
  -webkit-transition: 1s;
  transition: 1s;
}

#callback-form .form-place .top-wrap .top .step.active .num {
  color: #214CCF;
  background-color: rgba(33, 76, 207, 0.1);
}

#callback-form .form-place .top-wrap .top .step.finish .num {
  background-color: #214CCF;
  color: #fff;
}

#callback-form .form-place .top-wrap .top .step.finish span {
  color: #214CCF;
}

#callback-form .form-place .top-wrap .top .step.finish .line::before {
  width: 100%;
}

#callback-form #regForm {
  background-color: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
  /* Hide all steps by default: */
}

#callback-form #regForm .tab {
  display: none;
}

#callback-form #regForm .tab .inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#callback-form #regForm .tab .inputs .form-group {
  position: relative;
}

#callback-form #regForm .tab .inputs .form-group .form-control {
  padding: 26px 60px 23px 32px;
  border-radius: 50px;
  background-color: #F5F5F5;
  border: none;
  color: #000;
  font-weight: 500;
}

#callback-form #regForm .tab .inputs .form-group .form-control.invalid {
  border: 1px solid red;
}

#callback-form #regForm .tab .inputs .form-group .form-control.car-input {
  padding-right: 100px;
}

#callback-form #regForm .tab .inputs .form-group .ico {
  position: absolute;
  right: 25px;
  top: 23px;
}

#callback-form #regForm .tab .inputs .form-group .date-picker {
  padding-right: 25px;
}

#callback-form #regForm .tab .inputs .form-group input[type=date]::-webkit-calendar-picker-indicator {
  position: relative;
  z-index: 5;
  cursor: pointer;
  background: url("../img/calendar-ico.svg") #F5F5F5 no-repeat 90% 50%;
}

#callback-form #regForm .tab .inputs .form-group input[type=date]::before {
  color: #000;
  content: attr(placeholder);
  margin-right: 77px;
  white-space: nowrap;
}

#callback-form #regForm .tab .inputs .form-group input[type=date]:focus::before {
  content: "" !important;
  display: none;
}

#callback-form #regForm button {
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  border: none;
  border-radius: 50px;
  background-color: #214CCF;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}

#callback-form ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1;
  /* Firefox */
}

#callback-form ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1;
  /* Firefox */
}

#callback-form :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1;
  /* Firefox */
}

#callback-form ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1;
  /* Firefox */
}

#callback-form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1;
  /* Firefox */
}

#callback-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}

#callback-form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
}

.container-xxl {
  padding: 0 15px !important;
}

.blur-object {
  max-width: 591px;
}

.blur-object span {
  width: 100%;
  height: 20px;
  display: inline-block;
}

.blur-object.blue span {
  -webkit-filter: blur(65px);
          filter: blur(65px);
  background-color: #214CCF;
}

.blur-object.yellow span {
  -webkit-filter: blur(50px);
          filter: blur(50px);
  background-color: #FFF06A;
}

.blue-text {
  color: #214CCF;
}

.fwb {
  font-weight: bold;
  font-family: "Geometria-Bold", sans-serif;
}

.progress-section {
  margin-bottom: 110px;
}

.progress-section .progress-blocks {
  border-radius: 30px;
  background-color: #214CCF;
  padding: 60px;
}

.progress-section .progress-blocks .progress-wrap {
  text-align: center;
  color: #fff;
  max-width: 360px;
  margin: 0 auto;
}

.progress-section .progress-blocks .progress-wrap .chart {
  position: relative;
  width: 192px;
  height: 192px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  margin-bottom: 25px;
}

.progress-section .progress-blocks .progress-wrap canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.progress-section .progress-blocks .progress-wrap .title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 12px;
}

.progress-section .progress-blocks .progress-wrap .desc {
  font-weight: 400;
  line-height: 180%;
}

#finishModal .modal-content {
  border-radius: 47px;
  max-width: 465px;
  width: 100%;
  height: 388px;
}

#finishModal .modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#finishModal .modal-body span {
  width: 92px;
  height: 92px;
  background-color: #214CCF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  margin-bottom: 42px;
}

#finishModal .modal-body p {
  color: #272727;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 150%;
  /* 30px */
  font-family: "SFProDisplay-Regular", sans-serif;
}

.content-wrap .content .left-side h1 {
  font-weight: 500;
  font-family: "Geometria-Medium", sans-serif;
}

.pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination .page-item {
  margin: 0 1px;
}

.pagination .page-item .page-link {
  border-radius: 8px !important;
}

.pagination .page-item .page-link.active {
  background-color: #214CCF;
}

#first-section .slider-carousel .item {
  position: relative;
  border-radius: 0 0 60px 60px;
  overflow: hidden;
}

#first-section .slider-carousel .item img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

#first-section .slider-carousel .item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(255, 0, 0);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 0, 0, 0)), to(rgba(0, 0, 0, 0.2665441176)));
  background: linear-gradient(0deg, rgba(255, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2665441176) 100%);
}

#first-section .slider-carousel .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}

#first-section .slider-carousel .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50px;
  background-color: #fff;
  margin: 0 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#first-section .slider-carousel .owl-dots .owl-dot.active {
  width: 35px;
}

#first-section .content-wrap .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 70px 0 20px;
}

#first-section .content-wrap .content .left-side p {
  font-size: 50px;
  font-weight: 600;
}

#first-section .content-wrap .content .left-side .button a {
  border: 1px solid #214CCF;
  color: #214CCF;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 15px 32px;
  display: inline-block;
  font-weight: bold;
  font-family: "Geometria-Bold", sans-serif;
}

#first-section .content-wrap .content .left-side .button a:hover {
  background-color: #214CCF;
  color: #fff;
}

#first-section .content-wrap .content .right-side p {
  line-height: 180%;
}

#first-section .content-wrap .content .right-side .button {
  text-align: right;
}

#first-section .content-wrap .content .right-side .button a {
  border: 1px solid #214CCF;
  background-color: #214CCF;
  color: #fff !important;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 15px 32px;
  display: inline-block;
  font-weight: bold;
  font-family: "Geometria-Bold", sans-serif;
  transition: 0.3s;
}

#first-section .content-wrap .content .right-side .button a:hover {
  background-color: transparent;
  color: #214CCF !important;
}

#services {
  padding: 100px 0;
  position: relative;
  border-top: 10px solid #fff;
}

#services .blur-object {
  position: absolute;
  top: -20px;
  left: 50%;
  width: 50%;
  z-index: 5;
}

#services .section-title {
  font-size: 32px;
  margin-bottom: 60px;
}

#services .mobile-services {
  display: none;
  padding: 0 15px;
}

#services .mobile-services .service-block-wrap {
  margin-bottom: 20px;
}

#services .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#services .owl-stage .owl-item .item {
  height: 100% !important;
  position: relative;
  z-index: 2;
}

#services .service-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 2;
}

#services .service-block .thumbnail {
  position: relative;
  margin-bottom: 5px;
  display: block;
}

#services .service-block .thumbnail img {
  width: 100%;
  height: 529px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}

#services .service-block .thumbnail .counter {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 71px;
  height: 71px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  font-family: "Geometria-Bold", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#services .service-block .content {
  background-color: #fff;
  border-radius: 30px;
  min-height: 255px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

#services .service-block .content .text-content {
  padding: 42px 32px 15px;
}

#services .service-block .content .text-content .title {
  margin-bottom: 8px;
}

#services .service-block .content .text-content .title a {
  font-size: 24px;
  font-weight: bold;
  font-family: "Geometria-Bold", sans-serif;
  color: #214CCF;
}

#services .service-block .content .text-content .desc {
  line-height: 180%;
}

#services .service-block .content .button a {
  padding: 16px 42px;
  display: inline-block;
  color: #214CCF;
  border: 2px solid #F2F2F2;
  border-radius: 20px 20px 0 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
  font-family: "Geometria-Bold", sans-serif;
}

#services .service-block .content .button a i {
  margin-left: 6px;
}

#services .service-block .content .button a:hover {
  background-color: #214CCF;
  color: #fff;
}

#services .service-block:hover .thumbnail .counter {
  opacity: 0;
}

#services .service-block:hover .button a {
  background-color: #214CCF;
  color: #fff;
}
/*
#calculations .calculations .calculate-block-wrap:first-child {
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
}

#calculations .calculations .calculate-block-wrap:nth-child(2) {
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}

#calculations .calculations .calculate-block-wrap:nth-child(3) {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
} */

#calculations .calculations .calculate-block {
  background-color: #fff;
  border-radius: 20px;
  height: 200px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-family: "Geometria-Bold", sans-serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#calculations .calculations .calculate-block .title {
  font-weight: bold;
  font-family: "Geometria-Bold", sans-serif;
  margin-bottom: -20px;
}

#calculations .calculations .calculate-block .number-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 80px;
  color: rgba(33, 76, 207, 0.2);
}

#calculations .calculations .calculate-block:hover {
  background-color: #214CCF;
}

#calculations .calculations .calculate-block:hover .title {
  color: #fff;
}

#calculations .calculations .calculate-block:hover .number-wrap {
  color: rgba(255, 255, 255, 0.2);
}

#order {
  padding: 150px 0 100px;
}

#order .order .blur-object {
  margin: 0 auto;
  margin-bottom: -26px;
}

#order .order .sticky-wrap {
  position: relative;
}

#order .order .sticky-wrap .fixed-text {
  position: absolute;
  font-size: 40px;
  display: block;
  max-width: 420px;
  width: 100%;
  font-weight: 500;
  font-family: "Geometria-Medium", sans-serif;
}

#order .order .order-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

#order .order .order-block::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 45px;
  bottom: 0;
  width: 3px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #214CCF), color-stop(0, #fff));
  background: linear-gradient(#214CCF 50%, #fff 0);
  background-attachment: fixed;
}

#order .order .order-block:last-child::before {
  display: none;
}

#order .order .order-block .order-num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 91px;
  height: 91px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #214CCF), color-stop(0, #fff)) fixed;
  background: linear-gradient(#214CCF 50%, #fff 0) fixed;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 48px;
  margin-right: 20px;
  position: relative;
  z-index: 1;
  font-weight: bold;
  font-family: "Geometria-Bold", sans-serif;
}

#order .order .order-block .order-num .numeric {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(0, #214CCF)) fixed;
  background: linear-gradient(#fff 50%, #214CCF 0) fixed;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

#order .order .order-block .order-content {
  margin-bottom: 60px;
  background-color: #fff;
  border-radius: 30px;
  position: relative;
  z-index: 2;
}

#order .order .order-block .order-content .order-text {
  padding: 42px;
}

#order .order .order-block .order-content .order-text .title {
  margin-bottom: 23px;
  font-weight: bold;
  font-family: "Geometria-Bold", sans-serif;
  color: #214CCF;
  font-size: 24px;
}

#order .order .order-block .order-content .button a {
  padding: 16px 42px;
  display: inline-block;
  color: #214CCF;
  border: 2px solid #F2F2F2;
  border-radius: 20px 20px 0 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
  font-family: "Geometria-Bold", sans-serif;
}

#order .order .order-block .order-content .button a i {
  margin-left: 6px;
}

#order .order .order-block .order-content .button a:hover {
  background-color: #214CCF;
  color: #fff;
}

#advantages {
  padding-bottom: 100px;
}

#advantages .section-title {
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
  border-top: 10px solid #fff;
}

#advantages .section-title span {
  width: 100%;
  display: block;
  padding: 32px 0;
  background-color: #fff;
  border-radius: 0 0 30px 30px;
  position: relative;
  font-size: 40px;
  text-align: center;
  font-weight: 500;
  font-family: "Geometria-Medium", sans-serif;
}

#advantages .section-title span .left {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

#advantages .section-title span .left::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  bottom: 0;
  background-color: #f2f2f2;
  border-radius: 0 30px 0 0;
  z-index: 2;
}

#advantages .section-title span .left::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  bottom: 0;
  background-color: #fff;
  z-index: 1;
}

#advantages .section-title span .right {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

#advantages .section-title span .right::before {
  content: "";
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  bottom: 0;
  background-color: #f2f2f2;
  border-radius: 30px 0 0 0;
  z-index: 2;
}

#advantages .section-title span .right::after {
  content: "";
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  bottom: 0;
  background-color: #fff;
  z-index: 1;
}

#advantages .advantages .advantage-block {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

#advantages .advantages .advantage-block .title {
  font-size: 24px;
  font-weight: 500;
  font-family: "Geometria-Medium", sans-serif;
  padding: 15px;
  border-radius: 30px;
  background-color: #fff;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#advantages .advantages .advantage-block .title span {
  width: 54px;
  height: 54px;
  background-color: #F2F2F2;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#advantages .advantages .advantage-block .desc {
  border-radius: 30px;
  background-color: #fff;
  padding: 24px 32px;
  min-height: 230px;
  line-height: 180%;
  height: 100%;
}

#advantages .advantages .advantage-block:hover .title span {
  background-color: #214CCF;
  color: #fff;
}

#industries {
  padding: 100px 0;
  border-top: 10px solid #fff;
}

#industries .section-title {
  font-size: 32px;
  margin-bottom: 60px;
}

#industries .industries .accordion .accordion-item {
  color: #111;
  border-radius: 21px;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: transparent;
}

#industries .industries .accordion .accordion-item:hover {
  background: -webkit-gradient(linear, left top, right top, from(#FFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}

#industries .industries .accordion .accordion-item.active {
  background: -webkit-gradient(linear, left top, right top, from(#FFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}

#industries .industries .accordion .accordion-item-header {
  padding: 0.5rem 0 0.5rem 15px;
  min-height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  font-family: "Geometria-Medium", sans-serif;
  border-radius: 21px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#industries .industries .accordion .accordion-item-header:hover {
  color: #214CCF;
  font-family: "Geometria-Bold", sans-serif;
}

#industries .industries .accordion .accordion-item-header.active {
  color: #214CCF;
}

#industries .industries .accordion .accordion-item-header::after {
  content: "+";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 41px;
  position: absolute;
  right: 0;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  background-color: #214CCF;
  color: #fff;
  line-height: 44px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  font-family: initial;
  font-weight: 600;
}

#industries .industries .accordion .accordion-item:hover .accordion-item-header::after {
  opacity: 1;
  visibility: visible;
}

#industries .industries .accordion .accordion-item-header.active::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 1;
  visibility: visible;
}

#industries .industries .accordion .accordion-item-body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

#industries .industries .accordion .accordion-item-body-content {
  line-height: 1.5rem;
  border-top: 1px solid;
  -o-border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#34495e), to(transparent)) 1;
     border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}

#industries .industries .accordion .accordion-item-body-content .text-content {
  padding: 1rem;
}

#industries .industries .accordion .accordion-item-body-content .button a {
  padding: 16px 42px;
  display: inline-block;
  color: #214CCF;
  border: 2px solid #F2F2F2;
  border-radius: 20px 20px 0 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
  font-family: "Geometria-Bold", sans-serif;
}

#industries .industries .accordion .accordion-item-body-content .button a i {
  margin-left: 6px;
}

#industries .industries .accordion .accordion-item-body-content .button a:hover {
  background-color: #214CCF;
  color: #fff;
}

#calculation {
  padding-bottom: 100px;
  border-bottom: 10px solid #fff;
}

#calculation .section-title {
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
  border-top: 10px solid #fff;
}

#calculation .section-title span {
  width: 100%;
  display: block;
  padding: 32px 0;
  background-color: #fff;
  border-radius: 0 0 30px 30px;
  position: relative;
  font-size: 40px;
  text-align: center;
  font-weight: 500;
  font-family: "Geometria-Medium", sans-serif;
}

#calculation .section-title span .left {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

#calculation .section-title span .left::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  bottom: 0;
  background-color: #f2f2f2;
  border-radius: 0 30px 0 0;
  z-index: 2;
}

#calculation .section-title span .left::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  bottom: 0;
  background-color: #fff;
  z-index: 1;
}

#calculation .section-title span .right {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

#calculation .section-title span .right::before {
  content: "";
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  bottom: 0;
  background-color: #f2f2f2;
  border-radius: 30px 0 0 0;
  z-index: 2;
}

#calculation .section-title span .right::after {
  content: "";
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  bottom: 0;
  background-color: #fff;
  z-index: 1;
}

#calculation .calculation .calculation-block {
  background-color: #fff;
  border-radius: 30px;
  text-align: center;
  padding: 32px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#calculation .calculation .calculation-block .ico {
  margin-bottom: 32px;
}

#calculation .calculation .calculation-block .ico svg {
  fill: #214CCF;
}

#calculation .calculation .calculation-block .title {
  font-size: 20px;
  font-weight: bold;
  font-family: "Geometria-Bold", sans-serif;
  margin-bottom: 12px;
}

#calculation .calculation .calculation-block .desc {
  line-height: 150%;
  font-size: 32px;
  font-weight: 400;
}

#calculation .calculation .calculation-block:hover {
  color: #fff;
  background-color: #214CCF;
}

#calculation .calculation .calculation-block:hover .ico svg {
  fill: #fff;
}

#questions {
  padding: 100px 0 160px;
}

#questions .questions .section-title {
  color: #214CCF;
  line-height: 150%;
  font-weight: bold;
  font-family: "Geometria-Bold", sans-serif;
  font-size: 40px;
  margin-bottom: 27px;
  padding-left: 30px;
}

#questions .questions .accordion .accordion-item {
  color: #111;
  border-radius: 21px;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: transparent;
}

#questions .questions .accordion .accordion-item:hover {
  background: -webkit-gradient(linear, left top, right top, from(#FFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}

#questions .questions .accordion .accordion-item.active {
  background: -webkit-gradient(linear, left top, right top, from(#FFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}

#questions .questions .accordion .accordion-item-header {
  padding: 0.5rem 32px 0.5rem 32px;
  min-height: 85px;
  font-weight: bold;
  font-family: "Geometria-Bold", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  font-size: 24px;
  font-weight: 500;
  font-family: "Geometria-Medium", sans-serif;
  border-radius: 21px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#questions .questions .accordion .accordion-item-header::after {
  content: "";
  background-image: url("../img/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  font-size: 41px;
  position: absolute;
  right: 0;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  line-height: 34px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#questions .questions .accordion .accordion-item-header.active::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 1;
  visibility: visible;
}

#questions .questions .accordion .accordion-item-body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

#questions .questions .accordion .accordion-item-body-content {
  padding: 0 1rem 1rem 32px;
  line-height: 1.5rem;
}

#page {
  padding-top: 100px;
}

#page #baner img {
  border-radius: 50px;
  width: 100%;
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 30px;
}

#page .mobile-baner {
  display: none;
  border-radius: 50px;
  overflow: hidden;
}

#page .content-wrap .content {
  padding: 0 0 70px;
}

#page #contacts #map {
  border-radius: 50px;
  overflow: hidden;
  padding: 10px;
  background-color: #fff;
  margin-bottom: 100px;
}

#page #contacts #map .map {
  border-radius: 50px;
  overflow: hidden;
}

#page #contacts #callback-section {
  padding: 40px 0 150px;
  color: #272727;
}

#page #contacts #callback-section .contacts {
  padding: 60px;
  border-radius: 30px;
  background-color: #fff;
  line-height: 200%;
}

#page #contacts #callback-section .contacts .section-title {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 25px;
  font-family: "Geometria-Medium", sans-serif;
}

#page #contacts #callback-section .contacts .contact-block .title {
  font-size: 14px;
  font-family: "Geometria-Bold", sans-serif;
  font-weight: bold;
}

#page #contacts #callback-section .contacts .contact-block p {
  font-family: "Geometria-Medium", sans-serif;
}

#page #contacts #callback-section .contacts .contact-block p i {
  margin-right: 5px;
}

#page #contacts #callback-section .contacts .contact-block p a {
  color: #272727;
}

#page #contacts #callback-section .contacts .line {
  width: 100%;
  height: 3px;
  background-color: #214CCF;
  display: block;
  margin-bottom: 30px;
}

#page #contacts #callback-section .right .contacts p {
  font-size: 14px;
  margin-bottom: 45px;
}

#page #contacts #callback-section .right .contacts #contact-form .form-group .form-control {
  padding: 26px 32px 23px;
  border-radius: 50px;
  background-color: #F5F5F5;
  border: none;
  color: #000;
  font-weight: 500;
  margin-bottom: 8px;
}

#page #contacts #callback-section .right .contacts #contact-form .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#page #contacts #callback-section .right .contacts #contact-form .form-group textarea {
  margin-bottom: 24px !important;
}

#page #contacts #callback-section .right .contacts #contact-form button {
  color: #fff;
  padding: 20px;
  border-radius: 50px;
  background-color: #214CCF;
  width: 100%;
  border: none;
  font-size: 20px;
  font-weight: 500;
}

#page #about-us .content-wrap .content {
  margin-bottom: -60px;
}

#page #about-us .content-wrap .content .left-side h1 {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 30px;
}

#page #about-us .content-wrap .content .right-side {
  line-height: 180%;
}

#page #about-us .content-wrap .content .right-side .button {
  text-align: right;
}

#page #about-us .content-wrap .content .right-side .button a {
  border: 1px solid #214CCF;
  background-color: #214CCF;
  color: #fff !important;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 15px 32px;
  display: inline-block;
  font-weight: bold;
  transition: 0.3s;
}

#page #about-us .content-wrap .content .right-side .button a:hover {
  background-color: transparent;
  color: #214CCF !important;
}

#page #about-us #calculation {
  padding: 60px 0;
}

#page #about-us #calculation .calculation .calculation-block {
  min-height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}

#page #about-us #calculation .calculation .calculation-block .title {
  font-size: 24px;
}

#page #about-us #calculation .calculation .calculation-block .desc {
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  height: 1px;
}

#page #about-us #calculation .calculation .calculation-block:hover .desc {
  height: 100px;
}

#page #about-us #discover {
  padding-top: 60px;
}

#page #about-us #discover .discover {
  background-color: #214CCF;
  padding: 32px;
  border-radius: 30px;
  color: #fff;
}

#page #about-us #discover .discover .title {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 25px;
}

#page #about-us #discover .discover p {
  line-height: 180%;
}

#page #about-us #discover .discover .img-wrap {
  border-radius: 30px;
}

#page #about-us #discover .discover .links a {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  padding: 16px 23px;
  border-radius: 10px;
  display: block;
  margin-bottom: 4px;
}

#page #about-us #discover .discover .links a:hover {
  color: #000;
  background-color: #fff;
}

#page #about-us .text-section {
  text-align: center;
  font-size: 18px;
  line-height: 150%;
  padding: 150px 0;
  margin: 0 auto;
  font-size: 30px;
}

#page #services {
  border-top: none;
  padding: 0;
  margin-top: 0;
}

#page #services .blur-object {
  position: inherit;
}

#page #services .content-wrap .content .left-side h1 {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 0;
}

#first-section .first-section .right-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 700px;
}

#first-section .first-section .right-side svg {
  -webkit-transform: translate(0px, 1px);
      -ms-transform: translate(0px, 1px);
          transform: translate(0px, 1px);
}

#page #services .content-wrap .content .right-side .button {
  text-align: right;
}

#page #services .content-wrap .content .right-side .button a {
  border: 1px solid #214CCF;
  background-color: #214CCF;
  color: #fff !important;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 15px 32px;
  display: inline-block;
  font-weight: bold;
  transition: 0.3s;
}

#page #services .content-wrap .content .right-side .button a:hover {
  background-color: transparent;
  color: #214CCF !important;
}

#page #services .services-wrap .service {
  margin-bottom: 60px;
}

#page #services .services-wrap .service .service-block-wrap {
  margin-bottom: 30px;
}

#page #services .section-description {
  margin-bottom: 120px;
}

#page #services .section-description .desc-blocks .desc-block .top {
  border-radius: 30px;
  background-color: #fff;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 17px 15px;
  height: 94px;
}

#page #services .section-description .desc-blocks .desc-block .top span {
  width: 49px;
  height: 49px;
  border-radius: 50px;
  background-color: #F2F2F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  font-weight: 500;
  margin-right: 12px;
}

#page #services .section-description .desc-blocks .desc-block .top .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  max-width: 175px;
}

#page #services .section-description .desc-blocks .desc-block .bottom {
  border-radius: 30px;
  background-color: #fff;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#page #services .section-description .desc-blocks .desc-block .bottom .text-content .desc {
  padding: 24px 20px;
}

#page #services .section-description .desc-blocks .desc-block .bottom .button a {
  padding: 16px 42px;
  display: inline-block;
  color: #214CCF;
  border: 2px solid #F2F2F2;
  border-radius: 20px 20px 0 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
}

#page #services .section-description .desc-blocks .desc-block .bottom .button a i {
  margin-left: 6px;
}

#page #services .section-description .desc-blocks .desc-block .bottom .button a:hover {
  background-color: #214CCF;
  color: #fff;
}

#page #services .section-solutions .section-title {
  font-size: 32px;
  line-height: 150%;
  margin-bottom: 60px;
}

#page #services #insides {
  font-size: 18px;
  margin-bottom: 100px;
}

#page #services #insides .section-title {
  line-height: 150%;
  max-width: 1000px;
  margin-bottom: 42px;
  font-size: 18px;
}

#page #services #insides .insides .inside {
  margin-bottom: 20px;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, right top, color-stop(11.87%, #FFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #FFF 11.87%, rgba(255, 255, 255, 0) 100%);
  padding: 24px 30px 30px;
}

#page #services #insides .insides .inside .title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
  font-family: "Geometria-Medium", sans-serif;
}

#page #services #insides .insides .inside .desc {
  line-height: 180%;
}

#page #services #factors {
  margin-bottom: 120px;
}

#page #services #factors .section-title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 30px;
  font-family: "Geometria-Medium", sans-serif;
}

#page #services #factors .factors .factor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background-color: #fff;
  border-radius: 30px;
  padding: 24px;
}

#page #services #factors .factors .factor .blue-circle {
  background-color: #fff;
  margin-right: 10px;
  width: 23px;
  height: 23px;
  border-radius: 50px;
  border: 7px solid #214CCF;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#page #services #factors .factors .factor span {
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  font-family: "Geometria-Medium", sans-serif;
}

#page #services #prices .section-title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 30px;
  font-family: "Geometria-Medium", sans-serif;
}

#page #services #prices .prices-table {
  border-collapse: separate;
}

#page #services #prices .prices-table thead tr th {
  background-color: #214CCF;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  padding: 20px;
  border: 2.5px solid #f2f2f2;
}

#page #services #prices .prices-table tbody tr td {
  background-color: #fff;
  border-radius: 10px;
  font-weight: 500;
  padding: 20px;
  border: 2.5px solid #f2f2f2;
}

#page #services #prices p {
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  font-family: "Geometria-Medium", sans-serif;
}

#page #works .content-wrap .content {
  margin-bottom: -60px;
}

#page #works .content-wrap .content .left-side h1 {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 30px;
  font-weight: bold;
}

#page #works .content-wrap .content .right-side {
  padding-left: 50px;
  line-height: 180%;
}

#page #works .content-wrap .content .right-side .button {
  text-align: right;
}

#page #works .content-wrap .content .right-side .button a {
  border: 1px solid #214CCF;
  background-color: #214CCF;
  color: #fff !important;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 15px 32px;
  display: inline-block;
  font-weight: bold;
  transition: 0.3s;
}

#page #works .content-wrap .content .right-side .button a:hover {
  background-color: transparent;
  color: #214CCF !important;
}

#page #works #steps {
  padding-top: 40px;
  margin-bottom: 120px;
}

#page #works #steps .steps .step-wrap .step {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#page #works #steps .steps .step-wrap .step span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#page #works #steps .steps .step-wrap .step span .num-step {
  padding: 31px 44px 20px;
  border-radius: 30px 30px 0 0;
  background-color: #fff;
  font-size: 24px;
  font-weight: bold;
  white-space: nowrap;
}

#page #works #steps .steps .step-wrap .step span .arrow {
  background-color: #fff;
  width: 100%;
  position: relative;
  padding-left: 30px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#page #works #steps .steps .step-wrap .step span .arrow::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #F2F2F2;
  border-radius: 0 0 0 30px;
}

#page #works #steps .steps .step-wrap .step span .arrow div {
  position: relative;
  height: 2px;
  background-color: #214CCF;
  width: 100%;
  right: 0;
  display: block;
  z-index: 2;
}

#page #works #steps .steps .step-wrap .step span .arrow div::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  top: -3px;
  right: -2px;
  background-color: #214CCF;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

#page #works #steps .steps .step-wrap .step span .arrow div::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  top: 3px;
  right: -2px;
  background-color: #214CCF;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#page #works #steps .steps .step-wrap .step .content {
  background-color: #fff;
  padding: 42px 32px;
  border-radius: 0 30px 30px 30px;
  height: 100%;
}

#page #works #steps .steps .step-wrap .step .content .title {
  font-size: 24px;
  font-weight: bold;
  color: #214CCF;
  margin-bottom: 24px;
}

#page #works #steps .steps .step-wrap .step .content .desc {
  line-height: 180%;
}

#page #works #presentation {
  padding-bottom: 150px;
}

#page #works #presentation .presentation {
  max-width: 1096px;
  width: 100%;
  margin: 0 auto;
}

#page #works #presentation .presentation .thumbnail {
  border-radius: 60px;
  overflow: hidden;
  margin-bottom: 60px;
}

#page #works #presentation .presentation .thumbnail img {
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#page #works #presentation .presentation .content {
  font-size: 40px;
  line-height: 150%;
  margin-bottom: 40px;
  text-align: center;
}

#page #works #presentation .presentation .content p {
  text-align: left;
  padding-top: 10px;
}

#page #works #presentation .presentation .button a {
  padding: 15px 45px;
  display: inline-block;
  border-radius: 50px;
  border: 2px solid #214CCF;
  color: #214CCF;
  background-color: transparent;
  font-weight: bold;
}

#page #faq .content-wrap .content {
  font-size: 40px;
  margin-bottom: -60px;
}

#page #faq .content-wrap .content h1:nth-child(2) {
  font-weight: 100;
}

#page #faq #questions {
  padding-top: 0;
}

#page #faq #questions .questions {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
}

#page #blog .content-wrap .content {
  font-size: 40px;
}

#page #blog .content-wrap .content .date {
  font-size: 14px;
}

#page #blog .content-wrap .content .right-side {
  font-size: 14px;
}

#page #blog .content-wrap .content .right-side .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#page #blog .content-wrap .content .right-side .actions .likes {
  margin-left: 32px;
}

#page #blog #services .service .service-block {
  margin-bottom: 32px;
}

#page #blog #services .service .service-block .button a {
  background-color: #214CCF;
  color: #fff;
}

#page #blog #content-blog {
  padding-bottom: 150px;
}

#page #blog #content-blog .content-blog {
  max-width: 800px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 200%;
}

#page #blog #content-blog .content-blog h2,
#page #blog #content-blog .content-blog h2 {
  color: #214CCF;
}

#page #destination {
  padding-bottom: 150px;
}

#page #destination .destination {
  margin-bottom: 50px;
}

#page #destination .destination .left,
#page #destination .destination .right {
  background-color: #fff;
  border-radius: 60px;
}

#page #destination .destination .left .section-title {
  font-size: 40px;
  padding: 40px 40px 32px;
  font-weight: 500;
  border-bottom: 5px solid #F2F2F2;
  font-family: "Geometria-Medium", sans-serif;
}

#page #destination .destination .left .content {
  padding: 40px;
}

#page #destination .destination .left .content .svg-wrapper {
  text-align: center;
  margin-bottom: 40px;
  padding: 0 40px;
}

#page #destination .destination .left .content .svg-wrapper svg {
  max-height: 200px;
}

#page #destination .destination .left .content .svg-wrapper svg path {
  fill: #214CCF;
}

#page #destination .destination .left .content .title {
  font-size: 20px;
  font-weight: bold;
  color: #214CCF;
  margin-bottom: 15px;
}

#page #destination .destination .left .content .desc {
  line-height: 180%;
  margin-bottom: 75px;
  -webkit-line-clamp: 4;
  /* Число отображаемых строк */
  display: -webkit-box;
  /* Включаем флексбоксы */
  -webkit-box-orient: vertical;
  /* Вертикальная ориентация */
  overflow: hidden;
}

#page #destination .destination .left .content .button a {
  padding: 15px;
  font-weight: bold;
  background-color: #214CCF;
  color: #fff;
  display: block;
  border-radius: 25px;
  text-align: center;
}

#page #destination .destination .right {
  padding: 42px;
}

#page #destination .destination .right svg path {
  fill: #EAEAEA;
  cursor: pointer;
}

#page #destination .destination .right svg path:hover {
  fill: #214CCF;
}

#page #destination .destination .right svg path.selected {
  fill: #214CCF;
}

#page #destination .destination .right .tooltip {
  pointer-events: none;
  position: absolute;
  font-size: 12px;
  text-align: center;
  background: #1A2C3D;
  padding: 10px;
  z-index: 5;
  margin: 0 auto;
  color: #ffffff;
  -webkit-box-shadow: 0 0 0 1px #eee;
          box-shadow: 0 0 0 1px #eee;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
}

#page #destination .destination .right .tooltip.active {
  display: block;
  opacity: 1;
}

#page #destination .destination .right .tooltip:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
}

#page #destination .destination-list a {
  color: #1A2C3D;
  margin-bottom: 5px;
  display: inline-block;
}

#page #destination .destination-list a:hover {
  color: #214CCF;
}

#page #terms {
  padding: 100px 0;
}

#page #terms .terms {
  max-width: 1096px;
  width: 100%;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 400;
  line-height: 200%;
}

#footer {
  background-color: #fff;
  border-radius: 60px 60px 0 0;
}

#footer .footer .top {
  padding: 56px 0 0;
}

#footer .footer .top .left {
  max-width: 444px;
}

#footer .footer .top .left .footer-logo {
  margin-bottom: 30px;
}

#footer .footer .top .left .footer-logo img {
  max-width: 235px;
}

#footer .footer .top .left .contact-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#footer .footer .top .left .contact-blocks .contact-block {
  margin-bottom: 20px;
  padding-right: 80px;
}

#footer .footer .top .left .contact-blocks .contact-block .title {
  font-size: 20px;
  font-weight: bold;
  font-family: "Geometria-Bold", sans-serif;
  margin-bottom: 16px;
}

#footer .footer .top .left .contact-blocks .contact-block p {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer .footer .top .left .contact-blocks .contact-block p i {
  margin-right: 10px;
}

#footer .footer .top .left .contact-blocks .contact-block p a {
  font-size: 14px;
  color: #000;
}

#footer .footer .top .left .contact-blocks .contact-block p a:hover {
  color: #214CCF;
}

#footer .footer .top .left .social-links p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#footer .footer .top .left .social-links p a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
  color: #000;
  font-size: 20px;
}

#footer .footer .top .left .social-links p a:hover {
  color: #214CCF;
}

#footer .footer .top .links {
  font-family: "SFProDisplay-Regular", sans-serif;
  font-size: 14px;
}

#footer .footer .top .links .col {
  padding: 0 5px;
}

#footer .footer .top .links .main-link {
  margin-bottom: 45px;
  position: relative;
}

#footer .footer .top .links .main-link::after {
  content: "";
  background-image: url("../img/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  width: 13px;
  height: 13px;
  display: none;
}

#footer .footer .top .links .main-link a {
  color: #505050;
  white-space: nowrap;
}

#footer .footer .top .links .main-link a:hover {
  color: #214CCF;
  font-weight: bold;
}

#footer .footer .top .links .other-links {
  padding: 0;
  margin: 0;
  list-style: none;
}

#footer .footer .top .links .other-links a {
  color: #505050;
  margin-bottom: 16px;
  display: block;
}

#footer .footer .top .links .other-links a:hover {
  color: #214CCF;
  font-weight: bold;
}

#footer .footer .bottom {
  padding: 60px 0 32px;
  font-size: 12px;
}

@media (max-width: 1200px) {
  .container {
    max-width: 100%;
  }

  .header .header__menu .header__list li .header__link {
    padding: 0 15px;
  }

  #callback-form .form-place .top-wrap .top .step .line {
    width: 80px;
  }
}

@media (max-width: 1024px) {
  #page #destination .destination .left .section-title {
    font-size: 27px;
  }
}

@media (max-width: 991px) {
  .header .number {
    padding: 0 0px;
  }

  .header {
    position: fixed;
    padding: 0 0px;
  }

  .header::before {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .header .header__body {
    height: 50px;
  }

  .header .header__body .header__logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: auto;
  }

  .header .header__body .header__logo img {
    width: 100px;
  }

  .header .header__body .header__burger {
    display: block;
    position: relative;
    z-index: 3;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0 0 30px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: rgba(255, 255, 255, 0.8);
    -ms-flex-item-align: stretch;
        align-self: stretch;
    padding: 10px 20px;
    margin-left: 5px;
  }

  .header .header__body .header__menu {
    position: fixed;
    top: -100%;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #ebebeb;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    overflow: auto;
    padding: 0px 0 0px 20px;
    margin: 0 0;
  }

  .header .header__body .header__menu.active {
    top: 0;
    height: 100%;
    padding: 100px 0 0px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .header .header__body .header__menu .header__list {
    display: block;
    padding: 0;
    width: 100%;
  }

  .header .header__body .header__menu .header__list li {
    margin: 0 0 10px 0;
  }

  .header .header__body .header__menu .header__list li .header__link {
    font-size: 36px;
  }

  .header .header__body .header__menu .header__list li.submenu__wrapper .submenu__link {
    font-size: 34px;
  }

  .header .header__body .header__menu .header__list li.submenu__wrapper ul.sub__menu {
    position: initial;
    width: 100%;
  }

  .header .header__body .header__menu .header__list li.submenu__wrapper ul.sub__menu li {
    text-align: left;
    margin-bottom: 5px;
  }

  .header .header__body .number {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 15px;
    margin-left: 5px;
  }

  #first-section .content-wrap .content {
    padding-top: 40px;
  }

  #first-section .content-wrap .content .left-side p {
    font-size: 32px;
  }

  #calculations .calculations .calculate-block-wrap:first-child {
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
  }

  #calculations .calculations .calculate-block-wrap:nth-child(2) {
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
  }

  #calculations .calculations .calculate-block-wrap:nth-child(3) {
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
  }

  #calculations .calculations .calculate-block {
    margin-bottom: 32px;
    -webkit-transform: initial !important;
        -ms-transform: initial !important;
            transform: initial !important;
  }

  #advantages .section-title span {
    font-size: 32px;
  }

  #calculation .section-title span {
    font-size: 32px;
  }

  #page #services #factors .factors .factor-wrap {
    margin-bottom: 30px;
  }

  #page #destination .destination {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  #page #destination .destination .right {
    margin-bottom: 30px;
  }

  #footer .footer .top .left {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  #callback-form .form-place .top-wrap .top {
    padding: 15px 0;
  }

  #callback-form .form-place .top-wrap .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  #callback-form .form-place .top-wrap .top p {
    display: none;
  }

  #callback-form .form-place .top-wrap .top .steps {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  #callback-form #regForm {
    padding: 15px 0;
  }

  #callback-form #regForm .tab .inputs .form-group {
    margin-bottom: 10px;
  }

  .progress-section .progress-blocks .progress-wrap {
    margin-bottom: 60px;
  }

  #first-section .content-wrap .content {
    height: 100%;
  }

  #first-section .content-wrap .content .left-side p {
    margin-bottom: 0px;
  }

  #first-section .content-wrap .content .left-side .blur-object {
    display: none;
  }

  #first-section .content-wrap .content .left-side .button {
    display: none;
  }

  #first-section .content-wrap .content .right-side .button {
    display: none;
  }

  #order .order .sticky-wrap .fixed-text {
    position: initial;
    max-width: 100%;
    margin-bottom: 80px;
  }

  #order .order .order-block::before {
    background: #fff;
    background-attachment: initial;
  }

  #order .order .order-block .order-num {
    background: #fff;
  }

  #order .order .order-block .order-num .numeric {
    background: #fff;
    background-clip: initial;
    color: #214CCF;
  }

  #advantages .advantages .advantage-block {
    margin-bottom: 30px;
  }

  #industries .industries .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 48px;
  }

  #industries .industries .image img {
    width: 100%;
  }

  #industries .industries .left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  #industries .industries .right {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  #calculation .calculation .calculation-block {
    margin-bottom: 20px;
  }

  #questions .questions img {
    margin-bottom: 80px;
  }

  #page {
    padding-top: 50px;
  }

  #page #baner img {
    display: none;
    height: 477px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  #page .mobile-baner {
    display: block;
  }

  #page .content-wrap .content {
    padding: 30px 0;
  }

  #page #contacts #callback-section .contacts {
    margin-bottom: 30px;
  }

  #page #about-us .content-wrap .content .left-side h1 {
    font-size: 32px;
  }

  #page #about-us .text-section {
    font-size: 32px;
  }

  #page #services .content-wrap .content .left-side h1 {
    font-size: 32px;
  }

  #page #services .section-description .desc-blocks .desc-block {
    margin-bottom: 20px;
  }

  #page #services .section-description .desc-blocks .desc-block .top .title {
    max-width: 100%;
  }

  #page #services #insides {
    margin-bottom: 50px;
  }

  #page #services #insides .insides .inside {
    margin-bottom: 30px;
  }

  #page #services #factors {
    margin-bottom: 50px;
  }

  #page #works .content-wrap .content {
    margin-bottom: 0;
  }

  #page #works .content-wrap .content .left-side h1 {
    font-size: 32px;
  }

  #page #works .content-wrap .content .left-side .blur-object {
    display: none;
  }

  #page #works .content-wrap .content .right-side {
    padding-left: 15px;
  }

  #page #works .content-wrap .content .right-side .button {
    display: none;
  }

  #page #works #steps .steps .step-wrap {
    margin-bottom: 30px;
  }

  #page #works #steps .steps .step-wrap .step span .arrow div {
    display: none;
  }

  #page #works #presentation .presentation .content {
    font-size: 32px;
  }

  #page #blog .content-wrap {
    padding-top: 40px;
  }
}

@media (max-width: 600px) {
  #services .services-carousel-wrap {
    display: none !important;
  }

  #services .mobile-services {
    display: block;
  }

  #services .owl-stage .owl-item {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 15px;
    margin-bottom: 42px;
  }
}

@media (max-width: 576px) {
  #page #services .content-wrap .content .right-side .button {
    text-align: center;
  }

  #footer .footer .top .links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  #footer .footer .top .links .links-wrap {
    padding: 0 15px;
    width: 100%;
  }

  #footer .footer .top .links .main-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
    font-weight: bold;
  }

  #footer .footer .top .links .main-link::after {
    display: block;
  }

  #footer .footer .top .links .main-link a {
    display: block;
    width: 100%;
  }

  #footer .footer .top .links .other-links {
    display: none;
  }
}
