@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.eot');
  src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Regular.woff2') format('woff2'), url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Regular.ttf') format('truetype'), url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arimo';
  src: url('../fonts/Arimo-Bold.eot');
  src: url('../fonts/Arimo-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Arimo-Bold.woff2') format('woff2'), url('../fonts/Arimo-Bold.woff') format('woff'), url('../fonts/Arimo-Bold.ttf') format('truetype'), url('../fonts/Arimo-Bold.svg#Arimo-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arimo';
  src: url('../fonts/Arimo-Regular.eot');
  src: url('../fonts/Arimo-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Arimo-Regular.woff2') format('woff2'), url('../fonts/Arimo-Regular.woff') format('woff'), url('../fonts/Arimo-Regular.ttf') format('truetype'), url('../fonts/Arimo-Regular.svg#Arimo-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html :where(.wp-block) {
  max-width: 100%;
  z-index: 1;
  margin: 0;
}
html :where(.editor-styles-wrapper) {
  padding: 0;
}
html :where(img[class*=wp-image-]) {
  height: auto;
  max-width: none;
}
.editor-styles-wrapper p {
  line-height: inherit;
}
.subtitle {
  padding: 0;
}
.wrap {
  margin: 0;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p {
  margin: 0;
}
html {
  scroll-behavior: smooth;
}
.base_box .animation {
  opacity: 0 !important;
}
.base_box .animation--play--preplay {
  opacity: 0;
}
.base_box .animation--play {
  -webkit-animation: 800ms ease-out 100ms animation !important;
          animation: 800ms ease-out 100ms animation !important;
}
@-webkit-keyframes animation {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes animation {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.base_box,
.wp-block {
  background: #ffffff;
  min-width: 300px;
  scroll-behavior: smooth;
  color: #2b2f44;
  font-family: 'Lato', Sans-serif;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-smoothing: antialiased;
  margin: 0;
  outline: none;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.base_box .header,
.wp-block .header,
.base_box .footer,
.wp-block .footer,
.base_box section,
.wp-block section,
.base_box .header *,
.wp-block .header *,
.base_box .footer *,
.wp-block .footer *,
.base_box section *,
.wp-block section * {
  font-family: inherit;
  font-size: inherit;
}
.base_box *,
.wp-block *,
.base_box *::before,
.wp-block *::before,
.base_box *::after,
.wp-block *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-smoothing: antialiased;
  margin: 0;
  outline: none;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: inherit;
}
.base_box h1,
.wp-block h1,
.base_box h2,
.wp-block h2,
.base_box h3,
.wp-block h3,
.base_box h4,
.wp-block h4,
.base_box h5,
.wp-block h5,
.base_box h6,
.wp-block h6 {
  font-weight: normal;
}
.base_box button,
.wp-block button {
  border: none;
  background: transparent;
  border-radius: 0;
}
.base_box li,
.wp-block li {
  list-style-type: none;
}
.base_box a,
.wp-block a {
  color: inherit;
  font-size: inherit;
  text-decoration: inherit;
  cursor: pointer;
}
.base_box a:hover,
.wp-block a:hover,
.base_box a:active,
.wp-block a:active,
.base_box a:focus,
.wp-block a:focus {
  color: inherit;
}
.base_box img,
.wp-block img {
  border: 0;
  cursor: inherit;
  max-width: 100%;
}
.base_box font,
.wp-block font {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
.base_box input,
.wp-block input,
.base_box textarea,
.wp-block textarea {
  outline: none;
}
.base_box ::-moz-selection,
.wp-block ::-moz-selection {
  background: #dddddd;
  color: #000;
}
.base_box ::selection,
.wp-block ::selection {
  background: #dddddd;
  color: #000;
}
.base_box table,
.wp-block table {
  border-collapse: collapse;
  border-spacing: 0;
}
.base_box .row:after,
.wp-block .row:after {
  clear: both;
  content: ".";
  display: block;
  line-height: 0;
  visibility: hidden;
}
.base_box .wrap,
.wp-block .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.base_box .container.wrap:after,
.wp-block .container.wrap:after,
.base_box .row.wrap:after,
.wp-block .row.wrap:after {
  display: none;
}
.base_box .container,
.wp-block .container {
  margin: 0 auto;
  padding: 0;
  width: 1236px;
}
.base_box .header,
.wp-block .header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 10;
}
.base_box .header .container,
.wp-block .header .container {
  padding: 15px 0;
  border-bottom: 1px solid #CAD1E9;
}
.base_box .header .wrap,
.wp-block .header .wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3d276a;
}
.base_box .header .logo__img,
.wp-block .header .logo__img {
  display: block;
  width: 150px;
}
.base_box .header .btn_nav,
.wp-block .header .btn_nav {
  display: none;
}
.base_box .header ul,
.wp-block .header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.base_box .header ul li,
.wp-block .header ul li {
  font-family: 'Arimo', Sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
.base_box .header ul li:not(:last-child),
.wp-block .header ul li:not(:last-child) {
  margin-right: 24px;
}
.base_box .header ul a,
.wp-block .header ul a {
  display: block;
  position: relative;
  padding: 3px 0;
}
.base_box .header ul a:before,
.wp-block .header ul a:before {
  content: '';
  left: 0;
  bottom: 0px;
  height: 1px;
  width: 0;
  position: absolute;
  background: #3d276a;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.base_box .header ul a:hover:before,
.wp-block .header ul a:hover:before {
  width: 100%;
}
.base_box .header .lang,
.wp-block .header .lang {
  height: 32px;
  cursor: pointer;
  width: 50px;
  margin-left: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
.base_box .header .lang .icon,
.wp-block .header .lang .icon {
  margin-top: 5px;
  margin-left: 4px;
}
.base_box .header .lang:hover .lang__popup,
.wp-block .header .lang:hover .lang__popup {
  visibility: visible;
  opacity: 1;
}
.base_box .header .lang__popup,
.wp-block .header .lang__popup {
  position: absolute;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.3s, opacity 0.3s;
  transition: visibility 0.3s, opacity 0.3s;
  z-index: 5;
  background: #fff;
  padding: 5px 10px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.base_box .header .mobiledetails,
.wp-block .header .mobiledetails {
  display: none;
}
.base_box .footer,
.wp-block .footer {
  background: linear-gradient(139.14deg, #4358a4 2.77%, #3d276a 96.51%);
  padding: 34px 0;
  color: #fff;
}
.base_box .footer .wrap,
.wp-block .footer .wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.base_box .footer .logo__img,
.wp-block .footer .logo__img {
  display: block;
  width: 150px;
}
.base_box .footer ul,
.wp-block .footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.base_box .footer ul li,
.wp-block .footer ul li {
  font-family: 'Arimo', Sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
.base_box .footer ul li:not(:last-child),
.wp-block .footer ul li:not(:last-child) {
  margin-right: 24px;
}
.base_box .footer ul a,
.wp-block .footer ul a {
  display: block;
  position: relative;
  padding: 3px 0;
}
.base_box .footer ul a:before,
.wp-block .footer ul a:before {
  content: '';
  left: 0;
  bottom: 0px;
  height: 1px;
  width: 0;
  position: absolute;
  background: #fff;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.base_box .footer ul a:hover:before,
.wp-block .footer ul a:hover:before {
  width: 100%;
}
.base_box .footer .socials,
.wp-block .footer .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 150px;
  margin-bottom: -32px;
}
.base_box .footer .socials span,
.wp-block .footer .socials span {
  width: 100%;
  text-align: right;
}
.base_box .footer .socials .social,
.wp-block .footer .socials .social {
  margin-top: 12px;
  margin-left: 12px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.base_box .footer .socials .social:hover,
.wp-block .footer .socials .social:hover {
  opacity: 0.75;
}
.base_box .footer .socials .icon,
.wp-block .footer .socials .icon {
  display: block;
}
.base_box .footer .copirate,
.wp-block .footer .copirate {
  margin-top: 36px;
  color: #cad1e9;
}
.base_box .footer .copirate a,
.wp-block .footer .copirate a {
  color: #4358a4;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.base_box .footer .copirate a:hover,
.wp-block .footer .copirate a:hover {
  color: #fff;
}
.base_box .btn,
.wp-block .btn {
  height: 40px;
  background: #4358a4;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 24px;
  min-width: 185px;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: background 0.3s, border 0.3s, color 0.3s;
  transition: background 0.3s, border 0.3s, color 0.3s;
}
.base_box .btn:hover,
.wp-block .btn:hover {
  color: #fff;
  background: #3d276a;
}
.base_box .btn.btn--reverse,
.wp-block .btn.btn--reverse {
  background: #fff;
  border: 1px solid #4358a4;
  color: #4358a4;
}
.base_box .btn.btn--reverse:hover,
.wp-block .btn.btn--reverse:hover {
  background: #3d276a;
  border: 1px solid #3d276a;
  color: #fff;
}
.base_box section,
.wp-block section {
  margin-bottom: 100px;
}
.base_box section:not([id=""]):before,
.wp-block section:not([id=""]):before {
  content: '';
  height: 100px;
  width: 1px;
  margin-top: -100px;
  display: block;
}
.base_box .ftype_2,
.wp-block .ftype_2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #3d276a;
  font-family: 'Arimo', Sans-serif;
}
.base_box .section_404,
.wp-block .section_404 {
  margin-bottom: 0;
}
.base_box .section_404 .container,
.wp-block .section_404 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100vh - 218px);
}
.base_box .section_404 .title,
.wp-block .section_404 .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 37px;
  text-transform: uppercase;
  font-family: 'Arimo', Sans-serif;
  color: #3d276a;
}
.base_box .section_404 .text,
.wp-block .section_404 .text {
  font-size: 20px;
  line-height: 24px;
}
.base_box .section_top .container,
.wp-block .section_top .container {
  padding: 18px 106px 0 106px;
}
.base_box .section_top .wrap,
.wp-block .section_top .wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.base_box .section_top .col,
.wp-block .section_top .col {
  width: calc(50% - 12px);
}
.base_box .section_top .title,
.wp-block .section_top .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 37px;
  text-transform: uppercase;
  font-family: 'Arimo', Sans-serif;
  color: #3d276a;
}
.base_box .section_top .title:not(:last-child),
.wp-block .section_top .title:not(:last-child) {
  margin-bottom: 24px;
}
.base_box .section_top .text,
.wp-block .section_top .text {
  font-size: 20px;
  line-height: 24px;
}
.base_box .section_top .text:not(:last-child),
.wp-block .section_top .text:not(:last-child) {
  margin-bottom: 24px;
}
.base_box .section_top .text ul,
.wp-block .section_top .text ul {
  padding-left: 24px;
}
.base_box .section_top .img,
.wp-block .section_top .img {
  display: block;
}
.base_box .section_about .container,
.wp-block .section_about .container {
  padding: 0 106px;
}
.base_box .section_about .wrap,
.wp-block .section_about .wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.base_box .section_about .col,
.wp-block .section_about .col {
  width: calc(50% - 12px);
}
.base_box .section_about .img,
.wp-block .section_about .img {
  display: block;
  width: 360px;
}
.base_box .section_about .title,
.wp-block .section_about .title {
  margin-bottom: 24px;
}
.base_box .section_about .text,
.wp-block .section_about .text {
  font-size: 16px;
  line-height: 22px;
}
.base_box .section_services .title,
.wp-block .section_services .title {
  margin-bottom: 48px;
}
.base_box .section_services .block,
.wp-block .section_services .block {
  background: #4358a4;
  padding: 37px 28px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 24px;
  margin-right: 24px;
}
.base_box .section_services .wrap--2 .block,
.wp-block .section_services .wrap--2 .block {
  width: calc(50% - 12px);
}
.base_box .section_services .wrap--2 .block:nth-child(2n),
.wp-block .section_services .wrap--2 .block:nth-child(2n) {
  margin-right: 0px;
}
.base_box .section_services .wrap--3 .block,
.wp-block .section_services .wrap--3 .block {
  width: calc(33.333% - 16px);
}
.base_box .section_services .wrap--3 .block:nth-child(3n),
.wp-block .section_services .wrap--3 .block:nth-child(3n) {
  margin-right: 0px;
}
.base_box .section_services .wrap--4 .block,
.wp-block .section_services .wrap--4 .block {
  width: calc(25% - 18px);
}
.base_box .section_services .wrap--4 .block:nth-child(4n),
.wp-block .section_services .wrap--4 .block:nth-child(4n) {
  margin-right: 0px;
}
.base_box .section_services .subtitle,
.wp-block .section_services .subtitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Arimo', Sans-serif;
  margin-bottom: 21px;
}
.base_box .section_services .text,
.wp-block .section_services .text {
  font-size: 16px;
  line-height: 22px;
  color: #CAD1E9;
}
.base_box .section_services .btn,
.wp-block .section_services .btn {
  margin-left: auto;
}
.base_box .section_reviews,
.wp-block .section_reviews {
  overflow: hidden;
}
.base_box .section_reviews .plain_title,
.wp-block .section_reviews .plain_title {
  padding-top: 24px;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.base_box .section_reviews .plain_title span,
.wp-block .section_reviews .plain_title span {
  font-size: 20px;
  line-height: 24px;
  color: #3d276a;
}
.base_box .section_reviews .plain_title select,
.wp-block .section_reviews .plain_title select {
  border: none;
  width: 100%;
  max-width: 190px;
}
.base_box .section_reviews .title,
.wp-block .section_reviews .title {
  margin-bottom: 48px;
}
.base_box .section_reviews .sliders,
.wp-block .section_reviews .sliders {
  position: relative;
}
.base_box .section_reviews.section_reviews--plain .sliders,
.wp-block .section_reviews.section_reviews--plain .sliders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.base_box .section_reviews.section_reviews--plain .block,
.wp-block .section_reviews.section_reviews--plain .block {
  margin-top: 24px;
  width: calc(33.333% - 16px);
}
.base_box .section_reviews.section_reviews--plain .block:nth-child(n),
.wp-block .section_reviews.section_reviews--plain .block:nth-child(n) {
  margin-right: 24px;
}
.base_box .section_reviews.section_reviews--plain .block:nth-child(3n),
.wp-block .section_reviews.section_reviews--plain .block:nth-child(3n) {
  margin-right: 0px;
}
.base_box .section_reviews:not(.section_reviews--plain) .block,
.wp-block .section_reviews:not(.section_reviews--plain) .block {
  z-index: 1;
  width: calc(33.333% - 16px);
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: left 0.8s, opacity 0.8s, visibility 0.8s;
  transition: left 0.8s, opacity 0.8s, visibility 0.8s;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.base_box .section_reviews:not(.section_reviews--plain) .block > a,
.wp-block .section_reviews:not(.section_reviews--plain) .block > a {
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.base_box .section_reviews:not(.section_reviews--plain) .block > a:hover,
.wp-block .section_reviews:not(.section_reviews--plain) .block > a:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.base_box .section_reviews:not(.section_reviews--plain) .block.slider_start,
.wp-block .section_reviews:not(.section_reviews--plain) .block.slider_start {
  left: -34.333%;
}
.base_box .section_reviews:not(.section_reviews--plain) .block.slider_end,
.wp-block .section_reviews:not(.section_reviews--plain) .block.slider_end {
  left: 103%;
}
.base_box .section_reviews:not(.section_reviews--plain) .block.slider_1,
.wp-block .section_reviews:not(.section_reviews--plain) .block.slider_1 {
  opacity: 1;
  visibility: visible;
  left: 0%;
}
.base_box .section_reviews:not(.section_reviews--plain) .block.slider_2,
.wp-block .section_reviews:not(.section_reviews--plain) .block.slider_2 {
  opacity: 1;
  visibility: visible;
  left: calc(33.333% + 8px);
}
.base_box .section_reviews:not(.section_reviews--plain) .block.slider_3,
.wp-block .section_reviews:not(.section_reviews--plain) .block.slider_3 {
  opacity: 1;
  visibility: visible;
  left: calc(66.666% + 16px);
}
.base_box .section_reviews .img,
.wp-block .section_reviews .img {
  display: block;
  width: 100%;
  aspect-ratio: 1.5015015;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 12px;
}
.base_box .section_reviews .subtitle,
.wp-block .section_reviews .subtitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  color: #3d276a;
  font-family: 'Arimo', Sans-serif;
  margin-bottom: 12px;
}
.base_box .section_reviews .text,
.wp-block .section_reviews .text {
  height: 50px;
  overflow: hidden;
  font-size: 16px;
  line-height: 22px;
}
.base_box .section_reviews .tags,
.wp-block .section_reviews .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.base_box .section_reviews .tag,
.wp-block .section_reviews .tag {
  margin-top: 12px;
  background: #EEF0F8;
  padding: 7px 14px;
  font-size: 10px;
  line-height: 10px;
  color: #3d276a;
  font-family: 'Arimo', Sans-serif;
  text-transform: uppercase;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.base_box .section_reviews .tag:not(:last-child),
.wp-block .section_reviews .tag:not(:last-child) {
  margin-right: 12px;
}
.base_box .section_reviews .tag:hover,
.wp-block .section_reviews .tag:hover {
  background: #3d276a;
  color: #fff;
}
.base_box .section_reviews .btn_left,
.wp-block .section_reviews .btn_left {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: -64px;
  border: 1px solid #4358a4;
  cursor: pointer;
  -webkit-transition: background 0.3s, opacity 0.3s, border 0.3s;
  transition: background 0.3s, opacity 0.3s, border 0.3s;
  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;
}
.base_box .section_reviews .btn_left.disable,
.wp-block .section_reviews .btn_left.disable {
  opacity: 0.5;
}
.base_box .section_reviews .btn_left .icon,
.wp-block .section_reviews .btn_left .icon {
  fill: #4358a4;
  display: block;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.base_box .section_reviews .btn_left:not(.disable):hover,
.wp-block .section_reviews .btn_left:not(.disable):hover {
  background: #3d276a;
  border: 1px solid #3d276a;
}
.base_box .section_reviews .btn_left:not(.disable):hover .icon,
.wp-block .section_reviews .btn_left:not(.disable):hover .icon {
  fill: #fff;
}
.base_box .section_reviews .btn_right,
.wp-block .section_reviews .btn_right {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 52px;
  bottom: -64px;
  border: 1px solid #4358a4;
  cursor: pointer;
  -webkit-transition: background 0.3s, opacity 0.3s, border 0.3s;
  transition: background 0.3s, opacity 0.3s, border 0.3s;
  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;
}
.base_box .section_reviews .btn_right.disable,
.wp-block .section_reviews .btn_right.disable {
  opacity: 0.5;
}
.base_box .section_reviews .btn_right .icon,
.wp-block .section_reviews .btn_right .icon {
  fill: #4358a4;
  display: block;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.base_box .section_reviews .btn_right:not(.disable):hover,
.wp-block .section_reviews .btn_right:not(.disable):hover {
  background: #3d276a;
  border: 1px solid #3d276a;
}
.base_box .section_reviews .btn_right:not(.disable):hover .icon,
.wp-block .section_reviews .btn_right:not(.disable):hover .icon {
  fill: #fff;
}
.base_box .section_reviews .btn,
.wp-block .section_reviews .btn {
  margin-left: auto;
  margin-top: 24px;
}
.base_box .section_getintouch .container,
.wp-block .section_getintouch .container {
  padding: 0 106px;
}
.base_box .section_getintouch .wrap,
.wp-block .section_getintouch .wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.base_box .section_getintouch .col,
.wp-block .section_getintouch .col {
  width: calc(50% - 12px);
  position: relative;
}
.base_box .section_getintouch .col.success:before,
.wp-block .section_getintouch .col.success:before {
  content: attr(data-success);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 2;
  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;
}
.base_box .section_getintouch .title,
.wp-block .section_getintouch .title {
  margin-bottom: 24px;
}
.base_box .section_getintouch .text,
.wp-block .section_getintouch .text {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 24px;
}
.base_box .section_getintouch .input,
.wp-block .section_getintouch .input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #CAD1E9;
  margin-bottom: 6px;
  height: 38px;
  padding: 0 16px;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.base_box .section_getintouch .input.error,
.wp-block .section_getintouch .input.error {
  border-bottom: 1px solid #f00;
}
.base_box .section_getintouch textarea.input,
.wp-block .section_getintouch textarea.input {
  padding-top: 6px;
  height: 56px;
  resize: none;
}
.base_box .section_getintouch label,
.wp-block .section_getintouch label {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.base_box .section_getintouch label input,
.wp-block .section_getintouch label input {
  display: none;
}
.base_box .section_getintouch label input.error + small,
.wp-block .section_getintouch label input.error + small {
  border: 1px solid #f00;
}
.base_box .section_getintouch label small,
.wp-block .section_getintouch label small {
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
  cursor: pointer;
  width: 12px;
  min-width: 12px;
  height: 12px;
  margin-right: 12px;
  border: 1px solid #CAD1E9;
  position: relative;
}
.base_box .section_getintouch label small:before,
.wp-block .section_getintouch label small:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #4358a4;
  position: absolute;
  left: 1px;
  top: 1px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.base_box .section_getintouch label input:checked + small:before,
.wp-block .section_getintouch label input:checked + small:before {
  opacity: 1;
}
.base_box .section_getintouch label span,
.wp-block .section_getintouch label span {
  width: calc(100% - 24px);
  color: #8D9CD1;
  font-size: 13px;
  line-height: 13px;
}
.base_box .section_getintouch label a,
.wp-block .section_getintouch label a {
  color: #3d276a;
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.base_box .section_getintouch label a:hover,
.wp-block .section_getintouch label a:hover {
  color: #4358a4;
}
.base_box .section_getintouch .btn,
.wp-block .section_getintouch .btn {
  margin-top: 34px;
}
.base_box .section_getintouch .img,
.wp-block .section_getintouch .img {
  display: block;
  margin-left: auto;
  max-width: 391px;
}
.base_box .section_singltop:not(.section_singltop--margin),
.wp-block .section_singltop:not(.section_singltop--margin) {
  margin-bottom: 42px;
}
.base_box .section_singltop .container,
.wp-block .section_singltop .container {
  padding: 55px 55px 0 55px;
}
.base_box .section_singltop .wrap,
.wp-block .section_singltop .wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.base_box .section_singltop .col--img,
.wp-block .section_singltop .col--img {
  width: 290px;
}
.base_box .section_singltop .img,
.wp-block .section_singltop .img {
  display: block;
}
.base_box .section_singltop .col--text,
.wp-block .section_singltop .col--text {
  width: calc(100% - 360px);
}
.base_box .section_singltop .crumbs,
.wp-block .section_singltop .crumbs {
  font-size: 13px;
  line-height: 13px;
  color: #59525F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
.base_box .section_singltop .crumbs a,
.wp-block .section_singltop .crumbs a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.base_box .section_singltop .crumbs a:hover,
.wp-block .section_singltop .crumbs a:hover {
  color: #3d276a;
}
.base_box .section_singltop .crumbs .icon,
.wp-block .section_singltop .crumbs .icon {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin: 0 4px;
  width: 7px;
  height: 7px;
}
.base_box .section_singltop .title,
.wp-block .section_singltop .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 37px;
  text-transform: uppercase;
  font-family: 'Arimo', Sans-serif;
  color: #3d276a;
}
.base_box .section_singltop .title:not(:last-child),
.wp-block .section_singltop .title:not(:last-child) {
  margin-bottom: 24px;
}
.base_box .section_singltop .text,
.wp-block .section_singltop .text {
  font-size: 16px;
  line-height: 22px;
}
.base_box .section_singltop .text:not(:last-child),
.wp-block .section_singltop .text:not(:last-child) {
  margin-bottom: 24px;
}
.base_box .section_singltop .text ul,
.wp-block .section_singltop .text ul {
  padding-left: 24px;
}
.base_box .section_singltop .frm,
.wp-block .section_singltop .frm {
  background: #EEF0F8;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.base_box .section_singltop .frm .frm__title,
.wp-block .section_singltop .frm .frm__title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.base_box .section_singltop .frm span,
.wp-block .section_singltop .frm span {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  font-family: 'Arimo', Sans-serif;
  color: #3d276a;
}
.base_box .section_singltop .frm .clear,
.wp-block .section_singltop .frm .clear {
  font-size: 14px;
  line-height: 16px;
  color: #666;
  font-family: 'Arimo', Sans-serif;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.base_box .section_singltop .frm .clear:hover,
.wp-block .section_singltop .frm .clear:hover {
  color: #3d276a;
}
.base_box .section_singltop .frm .select,
.wp-block .section_singltop .frm .select {
  width: calc(50% - 98px);
  margin-right: 12px;
  height: 40px;
  border: 1px solid #CAD1E9;
  background: #fff;
  padding: 0 14px;
}
.base_box .section_singltop .frm .btn,
.wp-block .section_singltop .frm .btn {
  background: none;
  width: 160px;
  min-width: 160px;
  margin-left: 12px;
}
.base_box .section_singltop .frm .btn:hover,
.wp-block .section_singltop .frm .btn:hover {
  background: #3d276a;
}
.base_box .section_singltop.section_singltop--margin .container,
.wp-block .section_singltop.section_singltop--margin .container {
  padding: 55px 0 0 0;
}
.base_box .section_singltop.section_singltop--margin .col--img,
.wp-block .section_singltop.section_singltop--margin .col--img {
  width: 396px;
}
.base_box .section_singltop.section_singltop--margin .col--text,
.wp-block .section_singltop.section_singltop--margin .col--text {
  width: calc(100% - 410px);
}
.base_box .section_singltop .block_contact,
.wp-block .section_singltop .block_contact {
  padding: 24px;
  background: #EEF0F8;
}
.base_box .section_singltop .block_contact .block__title,
.wp-block .section_singltop .block_contact .block__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  font-family: 'Arimo', Sans-serif;
  color: #3d276a;
  margin-bottom: 24px;
}
.base_box .section_singltop .block_contact .line,
.wp-block .section_singltop .block_contact .line {
  font-size: 16px;
  line-height: 22px;
}
.base_box .section_singltop .block_contact a,
.wp-block .section_singltop .block_contact a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.base_box .section_singltop .block_contact a:hover,
.wp-block .section_singltop .block_contact a:hover {
  color: #3d276a;
}
.base_box .section_serviceslist .container,
.wp-block .section_serviceslist .container {
  padding: 0 106px;
}
.base_box .section_serviceslist .block,
.wp-block .section_serviceslist .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.base_box .section_serviceslist .block:not(:last-child),
.wp-block .section_serviceslist .block:not(:last-child) {
  margin-bottom: 24px;
}
.base_box .section_serviceslist .img,
.wp-block .section_serviceslist .img {
  width: 186px;
  height: 186px;
  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;
  background: #4358a4;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.base_box .section_serviceslist .content,
.wp-block .section_serviceslist .content {
  width: calc(100% - 212px);
}
.base_box .section_serviceslist .title,
.wp-block .section_serviceslist .title {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 24px;
}
.base_box .section_serviceslist .text,
.wp-block .section_serviceslist .text {
  font-size: 16px;
  line-height: 22px;
}
.base_box .section_team,
.wp-block .section_team {
  overflow: hidden;
}
.base_box .section_team .sliders,
.wp-block .section_team .sliders {
  position: relative;
  background: #EEF0F8;
}
.base_box .section_team .btn_left,
.wp-block .section_team .btn_left {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80px;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #3d276a;
  font-family: 'Arimo', Sans-serif;
  z-index: 3;
  cursor: pointer;
}
.base_box .section_team .btn_left.disable,
.wp-block .section_team .btn_left.disable {
  opacity: 0.5;
}
.base_box .section_team .btn_right,
.wp-block .section_team .btn_right {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80px;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #3d276a;
  font-family: 'Arimo', Sans-serif;
  z-index: 3;
  cursor: pointer;
}
.base_box .section_team .btn_right.disable,
.wp-block .section_team .btn_right.disable {
  opacity: 0.5;
}
.base_box .section_team .slide,
.wp-block .section_team .slide {
  z-index: 1;
  width: calc(100% - 208px);
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: left 0.8s, opacity 0.8s, visibility 0.8s;
  transition: left 0.8s, opacity 0.8s, visibility 0.8s;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 48px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.base_box .section_team .slide.slider_start,
.wp-block .section_team .slide.slider_start {
  left: -101%;
}
.base_box .section_team .slide.slider_end,
.wp-block .section_team .slide.slider_end {
  left: 103%;
}
.base_box .section_team .slide.slider_1,
.wp-block .section_team .slide.slider_1 {
  opacity: 1;
  visibility: visible;
  left: 104px;
}
.base_box .section_team .img,
.wp-block .section_team .img {
  width: 290px;
  aspect-ratio: 1.53846154;
}
.base_box .section_team .content,
.wp-block .section_team .content {
  width: calc(100% - 314px);
}
.base_box .section_team .name,
.wp-block .section_team .name {
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  color: #3d276a;
  font-family: 'Arimo', Sans-serif;
  font-weight: 700;
  margin-bottom: 12px;
}
.base_box .section_team .position,
.wp-block .section_team .position {
  font-size: 16px;
  line-height: 22px;
  color: #4358a4;
  margin-bottom: 12px;
}
.base_box .section_team .text,
.wp-block .section_team .text {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 24px;
}
.base_box .section_team .link,
.wp-block .section_team .link {
  font-size: 14px;
  line-height: 16px;
  color: #3d276a;
  font-family: 'Arimo', Sans-serif;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.base_box .section_team .link:hover,
.wp-block .section_team .link:hover {
  color: #4358a4;
}
.base_box .section_contact .wrap,
.wp-block .section_contact .wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.base_box .section_contact .block,
.wp-block .section_contact .block {
  width: calc(33.333% - 16px);
  padding: 24px;
  background: #EEF0F8;
}
.base_box .section_contact .block__title,
.wp-block .section_contact .block__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  font-family: 'Arimo', Sans-serif;
  color: #3d276a;
  margin-bottom: 24px;
}
.base_box .section_contact .line,
.wp-block .section_contact .line {
  font-size: 16px;
  line-height: 22px;
}
.base_box .section_contact .line:not(:last-child),
.wp-block .section_contact .line:not(:last-child) {
  margin-bottom: 24px;
}
.base_box .section_contact a,
.wp-block .section_contact a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.base_box .section_contact a:hover,
.wp-block .section_contact a:hover {
  color: #3d276a;
}
.base_box .section_text .container,
.wp-block .section_text .container {
  padding: 0 106px;
}
.base_box .section_text .text_p,
.wp-block .section_text .text_p {
  font-size: 16px;
  line-height: 22px;
}
@media only screen and (max-width: 1276px) {
  .base_box .container,
  .wp-block .container {
    width: 800px;
  }
  .base_box .section_top .container,
  .wp-block .section_top .container {
    padding: 18px 0 0 0;
  }
  .base_box .section_about .container,
  .wp-block .section_about .container {
    padding: 18px 0 0 0;
  }
  .base_box .section_services .wrap--2 .block,
  .wp-block .section_services .wrap--2 .block {
    width: calc(50% - 12px);
  }
  .base_box .section_services .wrap--2 .block:nth-child(2n),
  .wp-block .section_services .wrap--2 .block:nth-child(2n) {
    margin-right: 0px;
  }
  .base_box .section_services .wrap--3 .block,
  .wp-block .section_services .wrap--3 .block {
    width: calc(50% - 12px);
  }
  .base_box .section_services .wrap--3 .block:nth-child(2n),
  .wp-block .section_services .wrap--3 .block:nth-child(2n) {
    margin-right: 0px;
  }
  .base_box .section_services .wrap--4 .block,
  .wp-block .section_services .wrap--4 .block {
    width: calc(50% - 12px);
  }
  .base_box .section_services .wrap--4 .block:nth-child(2n),
  .wp-block .section_services .wrap--4 .block:nth-child(2n) {
    margin-right: 0px;
  }
  .base_box .section_reviews .text,
  .wp-block .section_reviews .text {
    height: 70px;
  }
  .base_box .section_getintouch .container,
  .wp-block .section_getintouch .container {
    padding: 0;
  }
  .base_box .section_singltop .container,
  .wp-block .section_singltop .container {
    padding: 55px 0 0 0;
  }
  .base_box .section_singltop .frm,
  .wp-block .section_singltop .frm {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .base_box .section_singltop .frm .select,
  .wp-block .section_singltop .frm .select {
    width: calc(50% - 6px);
    margin-right: 0px;
  }
  .base_box .section_singltop .frm .btn,
  .wp-block .section_singltop .frm .btn {
    width: 100%;
    margin-left: 0;
    margin-top: 12px;
  }
  .base_box .section_singltop.section_singltop--margin .col--img,
  .wp-block .section_singltop.section_singltop--margin .col--img {
    width: 200px;
  }
  .base_box .section_singltop.section_singltop--margin .col--text,
  .wp-block .section_singltop.section_singltop--margin .col--text {
    width: calc(100% - 224px);
  }
  .base_box .section_serviceslist .container,
  .wp-block .section_serviceslist .container {
    padding: 0;
  }
  .base_box .section_contact .block,
  .wp-block .section_contact .block {
    width: 100%;
  }
  .base_box .section_contact .block:not(:last-child),
  .wp-block .section_contact .block:not(:last-child) {
    margin-bottom: 24px;
  }
  .base_box .section_text .container,
  .wp-block .section_text .container {
    padding: 0;
  }
}
@media only screen and (max-width: 840px) {
  .base_box .container,
  .wp-block .container {
    min-width: 300px;
    max-width: 500px;
    width: 90vw;
  }
  .base_box .header .container,
  .wp-block .header .container {
    padding: 10px 0;
  }
  .base_box .header .logo__img,
  .wp-block .header .logo__img {
    height: 24px;
    width: auto;
  }
  .base_box .header .nav,
  .wp-block .header .nav {
    color: #fff;
    background: linear-gradient(139.14deg, #4358a4 2.77%, #3d276a 96.51%);
    position: fixed;
    right: 0;
    z-index: 4;
    top: 145px;
    height: calc(100vh - 45px);
    width: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0.3s, opacity 0.3s, top 0.3s;
    transition: visibility 0.3s, opacity 0.3s, top 0.3s;
    overflow-y: auto;
    padding-bottom: 60px;
  }
  .base_box .header ul,
  .wp-block .header ul {
    padding: 0 32px;
    margin: 0 auto;
    min-width: 300px;
    max-width: 500px;
    width: 90vw;
    padding-top: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .base_box .header ul li:not(:last-child),
  .wp-block .header ul li:not(:last-child) {
    margin: 0 0 32px 0;
  }
  .base_box .header ul a,
  .wp-block .header ul a {
    font-size: 20px;
    line-height: 23px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .base_box .header .lang,
  .wp-block .header .lang {
    margin-left: auto;
    height: 24px;
  }
  .base_box .header .btn_nav,
  .wp-block .header .btn_nav {
    cursor: pointer;
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    margin-left: 24px;
  }
  .base_box .header .btn_nav:before,
  .wp-block .header .btn_nav:before,
  .base_box .header .btn_nav:after,
  .wp-block .header .btn_nav:after {
    content: '';
    width: 20px;
    height: 2px;
    background: #3d276a;
    position: absolute;
    right: 2px;
    top: 50%;
  }
  .base_box .header .btn_nav:before,
  .wp-block .header .btn_nav:before {
    margin-top: -6px;
    -webkit-box-shadow: 0 6px 0 #3d276a;
            box-shadow: 0 6px 0 #3d276a;
  }
  .base_box .header .btn_nav:after,
  .wp-block .header .btn_nav:after {
    margin-top: 6px;
  }
  .base_box .header .mobiledetails,
  .wp-block .header .mobiledetails {
    display: block;
    border-top: 1px solid #fff;
    margin: 0 auto;
    min-width: 300px;
    max-width: 500px;
    width: 90vw;
    margin-top: 150px;
    padding-top: 24px;
  }
  .base_box .header .mobiledetails .line,
  .wp-block .header .mobiledetails .line {
    font-size: 16px;
    line-height: 22px;
    color: #CAD1E9;
  }
  .base_box .header .mobiledetails .line:not(:last-child),
  .wp-block .header .mobiledetails .line:not(:last-child) {
    margin-bottom: 24px;
  }
  .base_box .header.opennav .btn_nav:before,
  .wp-block .header.opennav .btn_nav:before {
    margin-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .base_box .header.opennav .btn_nav:after,
  .wp-block .header.opennav .btn_nav:after {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 20px;
  }
  .base_box .header.opennav .nav,
  .wp-block .header.opennav .nav {
    top: 45px;
    visibility: visible;
    opacity: 1;
  }
  .base_box .footer .logo,
  .wp-block .footer .logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .base_box .footer .socials,
  .wp-block .footer .socials {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 0;
    padding: 12px 0;
    width: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .base_box .footer .socials span,
  .wp-block .footer .socials span {
    text-align: left;
  }
  .base_box .footer .socials .social,
  .wp-block .footer .socials .social {
    margin: 12px 12px 0 0;
  }
  .base_box .footer .nav,
  .wp-block .footer .nav {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 36px;
  }
  .base_box .footer .nav ul,
  .wp-block .footer .nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .base_box .footer .nav ul li,
  .wp-block .footer .nav ul li {
    width: 50%;
  }
  .base_box .footer .nav ul li:not(:last-child),
  .wp-block .footer .nav ul li:not(:last-child) {
    margin: 0 0 10px 0;
  }
  .base_box .footer .copirate,
  .wp-block .footer .copirate {
    font-size: 12px;
    margin-top: 12px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .base_box section,
  .wp-block section {
    margin-bottom: 60px;
  }
  .base_box .ftype_2,
  .wp-block .ftype_2 {
    font-size: 20px;
    line-height: 24px;
  }
  .base_box .section_top,
  .wp-block .section_top {
    padding-top: 50px;
  }
  .base_box .section_top .title,
  .wp-block .section_top .title {
    font-size: 26px;
    line-height: normal;
  }
  .base_box .section_top .wrap,
  .wp-block .section_top .wrap {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .base_box .section_top .col--text,
  .wp-block .section_top .col--text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .base_box .section_top .col--img,
  .wp-block .section_top .col--img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-bottom: 24px;
  }
  .base_box .section_about .col,
  .wp-block .section_about .col {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .base_box .section_about .col--img,
  .wp-block .section_about .col--img {
    margin-top: 24px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .base_box .section_services .wrap--2 .block,
  .wp-block .section_services .wrap--2 .block {
    width: 100%;
    margin-right: 0 !important;
  }
  .base_box .section_services .wrap--3 .block,
  .wp-block .section_services .wrap--3 .block {
    width: 100%;
    margin-right: 0 !important;
  }
  .base_box .section_services .wrap--4 .block,
  .wp-block .section_services .wrap--4 .block {
    width: 100%;
    margin-right: 0 !important;
  }
  .base_box .section_reviews .plain_title select,
  .wp-block .section_reviews .plain_title select {
    max-width: 130px;
  }
  .base_box .section_reviews.section_reviews--plain .block,
  .wp-block .section_reviews.section_reviews--plain .block {
    width: 100%;
  }
  .base_box .section_reviews.section_reviews--plain .block:nth-child(n),
  .wp-block .section_reviews.section_reviews--plain .block:nth-child(n) {
    margin-right: 0px;
  }
  .base_box .section_reviews:not(.section_reviews--plain) .block,
  .wp-block .section_reviews:not(.section_reviews--plain) .block {
    z-index: 1;
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: left 0.8s, opacity 0.8s, visibility 0.8s;
    transition: left 0.8s, opacity 0.8s, visibility 0.8s;
    left: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .base_box .section_reviews:not(.section_reviews--plain) .block.slider_start,
  .wp-block .section_reviews:not(.section_reviews--plain) .block.slider_start {
    left: -101%;
  }
  .base_box .section_reviews:not(.section_reviews--plain) .block.slider_end,
  .wp-block .section_reviews:not(.section_reviews--plain) .block.slider_end {
    left: 103%;
  }
  .base_box .section_reviews:not(.section_reviews--plain) .block.slider_1,
  .wp-block .section_reviews:not(.section_reviews--plain) .block.slider_1 {
    opacity: 1;
    visibility: visible;
    left: 0%;
  }
  .base_box .section_getintouch .col,
  .wp-block .section_getintouch .col {
    width: 100%;
  }
  .base_box .section_getintouch .col.col--img,
  .wp-block .section_getintouch .col.col--img {
    display: none;
  }
  .base_box .section_singltop .col--img,
  .wp-block .section_singltop .col--img {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: none;
  }
  .base_box .section_singltop .col--text,
  .wp-block .section_singltop .col--text {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 24px;
  }
  .base_box .section_singltop .title,
  .wp-block .section_singltop .title {
    font-size: 26px;
    line-height: normal;
  }
  .base_box .section_singltop .frm .select,
  .wp-block .section_singltop .frm .select {
    width: 100%;
    margin-bottom: 12px;
  }
  .base_box .section_singltop .frm .btn,
  .wp-block .section_singltop .frm .btn {
    margin-top: 0;
  }
  .base_box .section_singltop.section_singltop--margin .col--img,
  .wp-block .section_singltop.section_singltop--margin .col--img {
    width: 100%;
    display: block;
  }
  .base_box .section_singltop.section_singltop--margin .col--img .img,
  .wp-block .section_singltop.section_singltop--margin .col--img .img {
    width: 100%;
  }
  .base_box .section_singltop.section_singltop--margin .col--text,
  .wp-block .section_singltop.section_singltop--margin .col--text {
    width: 100%;
  }
  .base_box .section_serviceslist .img,
  .wp-block .section_serviceslist .img {
    width: 100%;
    height: 100px;
    margin-bottom: 24px;
  }
  .base_box .section_serviceslist .block,
  .wp-block .section_serviceslist .block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .base_box .section_serviceslist .block:not(:last-child),
  .wp-block .section_serviceslist .block:not(:last-child) {
    margin-bottom: 48px;
  }
  .base_box .section_serviceslist .content,
  .wp-block .section_serviceslist .content {
    width: 100%;
  }
  .base_box .section_serviceslist .title,
  .wp-block .section_serviceslist .title {
    margin-bottom: 24px;
  }
  .base_box .section_team .slide,
  .wp-block .section_team .slide {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 12px 0 60px 0;
    width: calc(100% - 24px);
  }
  .base_box .section_team .slide.slider_1,
  .wp-block .section_team .slide.slider_1 {
    left: 12px;
  }
  .base_box .section_team .img,
  .wp-block .section_team .img {
    width: 100%;
    margin-bottom: 24px;
  }
  .base_box .section_team .content,
  .wp-block .section_team .content {
    width: 100%;
  }
  .base_box .section_team .btn_left,
  .wp-block .section_team .btn_left {
    top: 100%;
    margin-top: -20px;
    text-align: left;
    padding-left: 12px;
  }
  .base_box .section_team .btn_right,
  .wp-block .section_team .btn_right {
    top: 100%;
    margin-top: -20px;
    text-align: right;
    padding-right: 12px;
  }
}
.base_box .text_p,
.wp-block .text_p {
  font-size: 14px;
  line-height: normal;
}
.base_box .text_p h1,
.wp-block .text_p h1 {
  font-size: 2.1em;
  margin-bottom: 15px;
  line-height: 1.1em;
}
.base_box .text_p h2,
.wp-block .text_p h2 {
  font-size: 1.9em;
  margin-bottom: 15px;
  line-height: 1.1em;
}
.base_box .text_p h3,
.wp-block .text_p h3 {
  font-size: 1.7em;
  margin-bottom: 15px;
  line-height: 1.1em;
}
.base_box .text_p h4,
.wp-block .text_p h4 {
  font-size: 1.5em;
  margin-bottom: 15px;
  line-height: 1.1em;
}
.base_box .text_p h5,
.wp-block .text_p h5 {
  font-size: 1.3em;
  margin-bottom: 15px;
  line-height: 1.1em;
}
.base_box .text_p h6,
.wp-block .text_p h6 {
  font-size: 1.1em;
  margin-bottom: 15px;
  line-height: 1.1em;
}
.base_box .text_p p,
.wp-block .text_p p {
  margin-bottom: 15px;
  text-align: justify;
}
.base_box .text_p img,
.wp-block .text_p img {
  max-width: 100%;
  margin: 0 auto 15px auto;
  display: block;
}
.base_box .text_p ul,
.wp-block .text_p ul {
  margin-bottom: 15px;
  padding-left: 15px;
}
.base_box .text_p ul li,
.wp-block .text_p ul li {
  list-style: disc;
}
.base_box .text_p ol,
.wp-block .text_p ol {
  margin-bottom: 15px;
  padding-left: 15px;
}
.base_box .text_p ol li,
.wp-block .text_p ol li {
  list-style: decimal;
}
.base_box .text_p a,
.wp-block .text_p a {
  color: #6b96ec;
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.base_box .text_p a:hover,
.wp-block .text_p a:hover {
  color: #5682d9;
}
