/*&:after {
  content: "";
  display: table;
  clear: both;}*/
body {
  font-family: "Raleway", sans-serif;
  scroll-behavior: smooth;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  min-width: 320px;
  position: relative;
  background: #fff;
  max-width: 3000px;
  margin: auto;
  color: #0c0c0c; }

header, section, footer {
  margin: auto; }

a {
  text-decoration: none; }
a:focus {
  outline: none !important; }

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a, button {
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

figure {
  margin: 0; }
figure img {
  width: auto;
  max-width: 100%;
  vertical-align: top; }

ul {
  margin: 0;
  padding: 0; }
ul li {
  list-style-type: none; }

p, a {
  color: #0c0c0c;
  margin: 0; }

input {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important; }

.content-width {
  width: 1160px;
  margin: auto; }

h1, h2 {
  margin: 0 0 30px; }

h3 {
  margin: 0 0 30px; }

h4 {
  margin: 0 0 30px; }

h5 {
  margin: 0 0 10px; }

h6 {
  margin: 0 0 10px; }

input:invalid {
  -webkit-box-shadow: none;
  box-shadow: none; }

input, textarea, button {
  outline: none !important; }

.wpcf7 form .wpcf7-response-output {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  line-height: 1.2;
  background: #00a0d2; }

.wpcf7 form.sent .wpcf7-response-output {
  background: #46b450; }

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  background: #ffb900; }

.bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }
.bg .img-mob {
  display: none; }

.bg + * {
  position: relative;
  z-index: 2; }

/*--------------------------------HOME-PAGE--------------------------------*/
header {
  position: relative;
  z-index: 9999;
  max-height: 0; }
header .logo-wrap {
  width: 205px;
  padding-top: 3px; }
header .logo-wrap img {
  width: 100%; }
header .content-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1315px; }

.top-line {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  padding: 37px 0; }

.top-menu {
  width: calc(100% - 422px);
  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;
  grid-gap: 20px; }
.top-menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 20px; }
.top-menu .menu > li {
  position: relative; }
.top-menu .menu > li:after {
  position: absolute;
  top: 90%;
  height: 30px;
  content: '';
  left: 0;
  width: 100%; }
.top-menu .menu > li > a {
  display: inline-block;
  border-radius: 90px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: rgba(0, 0, 0, 0.25);
  padding: 10px 24px;
  color: #fefefe;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  text-align: center; }
.top-menu .menu > li > a i {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  margin-left: 0; }
.top-menu .menu > li > a:hover {
  background: #fab900;
  color: #4a4f53; }
.top-menu .menu > li > a:hover i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }
.top-menu .menu .menu-item-has-children:hover > a {
  background: #fab900;
  color: #4a4f53; }
.top-menu .menu .menu-item-has-children:hover > a i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }
.top-menu .menu .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0); }
.top-menu .menu .sub-menu {
  position: absolute;
  top: 110%;
  left: 0;
  border-radius: 5px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 0 1px rgba(68, 88, 112, 0.11);
  box-shadow: 0 0 0 1px rgba(68, 88, 112, 0.11);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: translateY(-21px);
  transform: translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9; }
.top-menu .menu .sub-menu a {
  padding: 10px 24px;
  color: #fefefe;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  border-radius: 5px;
  display: inline-block;
  min-width: 200px; }
.top-menu .menu .sub-menu a:hover {
  background: #fab900;
  color: #4a4f53; }

.btn-border {
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none !important;
  text-align: center;
  background: transparent;
  border: 1px solid #fefefe;
  border-radius: 90px;
  height: 58px;
  line-height: 56px;
  color: #fefefe;
  padding: 0 30px;
  min-width: 147px;
  font-size: 18px; }
.btn-border:hover {
  background: #fefefe;
  color: #0c0c0c; }

.home-banner {
  position: relative;
  min-height: 845px;
  border-radius: 0px 0px 10px 10px;
  overflow: hidden;
  padding: 145px 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.home-banner .content-width {
  position: relative; }
.home-banner .bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }
.home-banner .bg:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.4); }
.home-banner .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }
.home-banner h1 {
  color: #fefefe;
  margin-bottom: 25px; }
.home-banner .content {
  width: 640px;
  max-width: 100%; }
.home-banner p {
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  color: #fefefe; }
.home-banner h6 {
  margin: 20px 0 0;
  font-size: 21px;
  font-weight: 700;
  line-height: 150%;
  color: #fab900; }
.home-banner .btn-wrap {
  margin-top: 30px; }
.home-banner .logo-wrap {
  position: absolute;
  top: 8%;
  right: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.home-banner .logo-wrap .logo {
  width: 90px;
  margin-right: 20px; }
.home-banner .logo-wrap .text {
  width: 175px;
  border: 1px solid #fab900;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.36);
  padding: 20px 5px 13px 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }
.home-banner .logo-wrap .text p {
  position: relative;
  padding-left: 35px;
  color: #fefefe;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%; }
.home-banner .logo-wrap .text p b {
  font-weight: 700; }
.home-banner .logo-wrap .text p img {
  position: absolute;
  top: 0;
  left: 0; }
.home-banner .logo-wrap .text h6 {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  margin: 0 0 1px;
  color: #fefefe;
  position: relative;
  padding-left: 35px; }
.home-banner .logo-wrap .text h6 img {
  position: absolute;
  top: 0;
  left: 0; }

.page-banner {
  padding-top: 105px; }
.page-banner h6 + p {
  margin-top: 15px; }

h1 {
  font-size: 56px;
  font-weight: 700;
  line-height: 120%; }

.btn-default {
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none !important;
  text-align: center;
  background: #fab900;
  border: 1px solid #fab900;
  border-radius: 90px;
  height: 58px;
  line-height: 56px;
  color: #0c0c0c;
  padding: 0 30px;
  min-width: 180px;
  font-size: 18px;
  white-space: nowrap; }
.btn-default i {
  margin-left: 5px;
  font-size: 16px; }
.btn-default:hover {
  background: #fefefe; }

.img-3x-text {
  padding: 110px 0 50px; }
.img-3x-text .slider-wrap {
  display: none; }
.img-3x-text .content-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.img-3x-text .left {
  width: 360px; }
.img-3x-text .right {
  width: calc(100% - 400px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 10px; }
.img-3x-text .right figure {
  width: calc(50% - 20px); }
.img-3x-text .right .text {
  width: 100%;
  margin-top: 77px;
  position: relative;
  padding-right: 285px; }
.img-3x-text .right .text .btn-wrap {
  position: absolute;
  right: 80px;
  bottom: 10px; }
.img-3x-text figure {
  width: 100%;
  height: 270px;
  position: relative; }
.img-3x-text figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 10px; }
.img-3x-text figure figcaption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 90px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: rgba(0, 0, 0, 0.4);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 34px;
  width: auto;
  color: #fefefe;
  padding: 0 15px; }
.img-3x-text h2 {
  margin-bottom: 50px; }
.img-3x-text p {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%; }

h2 {
  font-size: 46px;
  font-weight: 700;
  line-height: 120%; }
h2 span {
  color: #fab900; }

.text-video {
  padding: 65px 0 95px; }
.text-video .content-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.text-video .text {
  width: calc(50% - 30px); }
.text-video .info {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  color: #fab900; }
.text-video .right {
  width: calc(50% - 18px);
  padding-top: 36px; }
.text-video h6 {
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 29px; }
.text-video p {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 18px; }
.text-video .btn-wrap {
  margin-bottom: 40px; }

.check-list {
  margin-bottom: 20px; }
.check-list li {
  position: relative;
  padding-left: 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 6px; }
.check-list li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: url("../img/icon-3.svg"); }

.video-block {
  height: 332px;
  width: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden; }
.video-block .logo {
  position: absolute;
  top: 17px;
  right: 11px;
  z-index: 5; }
.video-block .play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
.video-block .play img {
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }
.video-block .bg {
  cursor: pointer; }
.video-block .bg:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  content: ''; }
.video-block:hover .play img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04); }
.video-block video, .video-block iframe {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover; }
.video-block .bg {
  z-index: 10; }
.video-block .bg > img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover; }

.item-3x-bg {
  padding: 60px 0 65px;
  background: #fab900;
  border-radius: 10px; }
.item-3x-bg h2 {
  text-align: center;
  color: #fefefe;
  margin-bottom: 40px; }
.item-3x-bg .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.item-3x-bg .item {
  width: calc(33.33% - 25px);
  position: relative; }
.item-3x-bg .item:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  content: '';
  background: #fefefe;
  border-radius: 0 0 10px 10px; }
.item-3x-bg .item figure {
  border-radius: 10px;
  height: 212px;
  overflow: hidden;
  margin-bottom: -10px;
  position: relative;
  z-index: 2; }
.item-3x-bg .item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }
.item-3x-bg .item figure:hover img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02); }
.item-3x-bg .item .text {
  background: #fefefe;
  border-radius: 0 0 10px 10px;
  padding: 41px 32px 30px;
  position: relative;
  z-index: 1; }
.item-3x-bg .item .text .icon-wrap {
  margin-bottom: 10px; }
.item-3x-bg .item .text h6 {
  margin-bottom: 12px; }
.item-3x-bg .item .text h6 a {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%; }
.item-3x-bg .item .text h6 a:hover {
  opacity: 0.7; }
.item-3x-bg .item .text p {
  margin-bottom: 14px; }
.item-3x-bg .btn-wrap-full {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.btn-mini {
  height: 40px;
  line-height: 40px;
  min-width: 50px;
  font-size: 16px;
  padding: 0 25px; }
.btn-mini i {
  font-size: 14px; }

.btn-white {
  background: #fefefe;
  border-color: #fefefe; }
.btn-white:hover {
  background: #fab900; }

.btn-big {
  height: 62px;
  line-height: 62px; }

.tabs-sections {
  padding: 120px 0 122px; }
.tabs-sections .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.tabs-sections h2 + p {
  display: none; }
.tabs-sections .left {
  width: calc(50% - 20px); }
.tabs-sections h2 {
  margin-bottom: 45px; }
.tabs-sections .tab-content {
  width: calc(50% - 20px);
  padding-top: 83px; }
.tabs-sections .text {
  min-height: 106px;
  margin-bottom: 15px; }
.tabs-sections .text p {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 10px; }
.tabs-sections .text p:last-child {
  margin-bottom: 10px; }
.tabs-sections figure {
  height: 485px; }
.tabs-sections figure img {
  width: 100%;
  border-radius: 10px;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover; }
.tabs-sections .btn-wrap-full {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
.tabs-sections .btn-wrap-full a {
  padding: 0 35px; }
.tabs-sections .tab-item {
  display: none; }
.tabs-sections .tab-item:first-child {
  display: block; }

.tabs-menu * {
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }
.tabs-menu li {
  cursor: pointer;
  position: relative;
  padding: 19px 85px 15px 73px;
  border-radius: 0;
  border-bottom: 1px solid #e5e7eb;
  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;
  margin-bottom: 3px; }
.tabs-menu li .before {
  width: 37px;
  font-size: 25px;
  position: absolute;
  top: 20px;
  left: 35px;
  line-height: 1; }
.tabs-menu li .after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 40px;
  font-size: 34px;
  line-height: 1; }
.tabs-menu li h6 {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 5px; }
.tabs-menu li:hover .after i {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }
.tabs-menu .is-active {
  background: #fab900;
  border-bottom: 0;
  color: #fefefe;
  border-radius: 10px; }
.tabs-menu .is-active p {
  color: #fefefe; }
.tabs-menu .is-active .after i {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }
.tabs-menu li:last-child {
  border-bottom: 0 !important; }

.item-4x {
  padding: 80px 0 80px;
  border-radius: 10px;
  background: #f3f3f3; }
.item-4x h3 {
  text-align: center;
  margin-bottom: 62px; }
.item-4x .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 40px; }
.item-4x .item {
  width: calc(25% - 30px);
  border-radius: 8px;
  background: #fefefe;
  padding: 35px 35px; }
.item-4x .icon-wrap {
  margin-bottom: 15px;
  color: #fab900;
  font-size: 30px; }
.item-4x h6 {
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 10px; }
.item-4x p {
  margin-bottom: 15px; }

.link-wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: #fab900;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
.link-wrap a i {
  position: relative;
  left: 0;
  margin-left: 10px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }
.link-wrap a:hover i {
  left: 2px; }

h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 120%; }

.big-img-2x {
  padding: 123px 0 50px; }
.big-img-2x .content-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.big-img-2x .left {
  width: calc(50% - 20px);
  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; }
.big-img-2x h2 {
  margin-bottom: 20px; }
.big-img-2x figure {
  height: 530px; }
.big-img-2x figure img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }
.big-img-2x .right {
  width: calc(50% - 20px); }
.big-img-2x .right figure {
  margin-bottom: 38px; }
.big-img-2x .btn-wrap {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 20px; }
.big-img-2x p {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%; }

.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fab900; }
.link i {
  margin-left: 15px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  left: 0;
  position: relative;
  font-size: 14px; }
.link:hover i {
  left: 2px; }

.info-show {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999999;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-radius: 6px;
  background: #fab900;
  color: #FFF !important;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  padding: 12px 17px;
  -webkit-box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.06);
  white-space: nowrap; }

.blog-block {
  padding: 70px 0 120px; }
.blog-block .content-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.blog-block .item {
  width: calc(50% - 20px); }
.blog-block .item .teg-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px; }
.blog-block .item .teg-wrap p {
  font-size: 14px;
  font-weight: 600;
  line-height: 150%; }
.blog-block .item .teg-wrap .teg {
  font-size: 14px;
  font-weight: 600;
  line-height: 32px;
  background: #fab900;
  padding: 0 10px;
  border-radius: 20px; }
.blog-block .item h2 {
  margin-bottom: 40px; }
.blog-block .item h2 a {
  font-size: 46px;
  font-weight: 700;
  line-height: 120%;
  display: block; }
.blog-block .item h2 a:hover {
  opacity: 0.7; }
.blog-block .item h3 {
  margin-bottom: 37px; }
.blog-block .item h3 a {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  display: inline-block; }
.blog-block .item h3 a:hover {
  opacity: 0.7; }
.blog-block .item figure {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 33px; }
.blog-block .item figure img {
  width: 100%;
  border-radius: 10px;
  height: 327px;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }
.blog-block .item figure:hover img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03); }
.blog-block .item .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
.blog-block .item .bottom .left {
  width: calc(100% - 250px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 48px; }
.blog-block .item .bottom .left p {
  font-weight: 400; }
.blog-block .item .bottom .left p b {
  font-weight: 500; }
.blog-block .item .bottom .left p + p {
  margin-top: 8px; }
.blog-block .item .bottom .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 6px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 250px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.blog-block .item .bottom .btn-wrap .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
.blog-block .item .bottom .btn-wrap .share:hover {
  opacity: 0.7; }
.blog-block .item-big {
  width: 100%;
  margin-bottom: 70px; }
.blog-block .item-big figure img {
  height: 600px; }

.contact-block {
  padding: 60px 0 60px;
  background: #fab900;
  border-radius: 10px; }
.contact-block .content-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.contact-block .text {
  width: calc(50% - 80px); }
.contact-block figure {
  width: calc(50% - 20px); }
.contact-block figure img {
  width: 100%;
  border-radius: 10px; }
.contact-block *, .contact-block p {
  color: #fefefe; }
.contact-block h2 {
  margin-bottom: 26px; }
.contact-block p {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 14px; }

.contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.contact-form .input-wrap {
  width: calc(50% - 10px);
  margin-bottom: 24px;
  position: relative; }
.contact-form .input-wrap img {
  position: absolute;
  left: 0;
  top: 13px; }
.contact-form .input-wrap label {
  display: none; }
.contact-form .input-wrap input {
  width: 100%;
  border-radius: 0;
  height: 40px;
  line-height: 40px;
  outline: none !important;
  border: none;
  background: transparent;
  border-bottom: 1px solid #fefefe;
  font-size: 18px;
  padding: 0;
  font-family: "Inter", sans-serif; }
.contact-form .input-wrap input::-webkit-input-placeholder {
  color: #fefefe; }
.contact-form .input-wrap input::-moz-placeholder {
  color: #fefefe; }
.contact-form .input-wrap input:-ms-input-placeholder {
  color: #fefefe; }
.contact-form .input-wrap input:-moz-placeholder {
  color: #fefefe; }
.contact-form .input-wrap-submit {
  width: 100%; }
.contact-form .input-wrap-submit .btn-default {
  color: #0c0c0c !important;
  min-width: auto; }
.contact-form .input-wrap-tel input {
  padding-left: 30px; }

footer {
  margin-top: 118px;
  padding: 80px 0 77px;
  background: #4a4f53;
  border-radius: 10px 10px 0 0; }
footer .content-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 1310px; }
footer .left {
  width: 300px; }
footer .right {
  width: calc(100% - 400px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 30px;
  padding-top: 6px; }
footer .right .item {
  min-width: 180px; }
footer .right .item li {
  margin-bottom: 24px; }
footer .right a {
  display: inline-block;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  color: #fefefe; }
footer .right a:hover {
  color: #fab900; }
footer .logo-wrap {
  margin-bottom: 25px; }
footer .list-info {
  margin-bottom: 33px; }
footer .list-info li {
  margin-bottom: 23px; }
footer .list-info li p:first-child {
  margin-bottom: 5px; }
footer .list-info li p {
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  color: #fefefe; }
footer .list-info li p b {
  font-weight: 600; }
footer .list-info li a {
  display: inline-block;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  color: #fefefe;
  text-decoration: underline; }
footer .list-info li a:hover {
  color: #fab900; }
footer .soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 17px; }
footer .soc a {
  color: #fefefe;
  font-size: 20px;
  line-height: 1; }
footer .soc a:hover {
  color: #fab900; }
footer .bottom {
  width: 100%;
  margin-top: 77px;
  padding-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #fefefe; }
footer .bottom p {
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  color: #fefefe; }
footer .bottom a {
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  color: #fefefe;
  display: inline-block;
  text-decoration: underline; }
footer .bottom a:hover {
  color: #fab900; }
footer .bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/*-------------------------------END-HOME-PAGE--------------------------------*/
/*-------------------------------RISK-PAGE--------------------------------*/
.img-3x-text.two-col .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 55px; }
.img-3x-text.two-col .item:last-child {
  margin-bottom: 0; }
.img-3x-text.two-col .left, .img-3x-text.two-col .text {
  width: calc(50% - 20px);
  padding-top: 10px; }
.img-3x-text.two-col .left figure, .img-3x-text.two-col .text figure {
  margin-top: 55px; }
.img-3x-text.two-col figure {
  height: auto;
  width: calc(50% - 20px); }
.img-3x-text.two-col .right {
  width: calc(50% - 20px);
  display: block; }
.img-3x-text.two-col .right figure {
  width: 100%;
  margin-bottom: 55px; }
.img-3x-text.two-col .right > * {
  width: 100%; }
.img-3x-text.two-col .right p {
  margin-bottom: 21px; }
.img-3x-text.two-col .right p:last-child {
  margin-bottom: 0; }
.img-3x-text.two-col h2 {
  margin-bottom: 20px; }
.img-3x-text.two-col p {
  margin-bottom: 27px; }
.img-3x-text.two-col p a {
  color: #fab900; }
.img-3x-text.two-col p a:hover {
  opacity: 0.7; }
.img-3x-text.two-col p:last-child {
  margin-bottom: 0; }
.img-3x-text.two-col .del-list {
  margin-top: -10px; }
.img-3x-text.two-col .info {
  border-radius: 10px;
  background: #fab900;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  color: #fefefe;
  width: 506px;
  max-width: 100%; }
.img-3x-text.two-col h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 15px;
  color: #fab900; }

.del-list li:before {
  content: url("../img/icon-7.svg"); }

.list-col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.list-col-2 li {
  width: calc(50% - 18px);
  margin-bottom: 20px; }
.list-col-2 .icon-wrap {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1;
  color: #fab900; }
.list-col-2 h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 10px; }

.text-video .list-col-2 {
  margin-top: 40px; }
.text-video .video-block {
  margin-top: 37px; }

.video-block-big {
  height: 432px; }

.common-causes {
  border-radius: 10px;
  padding: 60px 0 50px;
  background: #f3f3f3; }
.common-causes .title {
  width: 545px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto 39px; }
.common-causes .title p {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%; }
.common-causes h2 {
  margin-bottom: 39px; }
.common-causes .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 40px; }
.common-causes .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-gap: 20px;
  width: calc(25% - 30px); }
.common-causes .item .text {
  border-radius: 10px;
  background: #fefefe;
  padding: 18px 18px;
  min-height: 261px; }
.common-causes .item .text .icon-wrap {
  margin-bottom: 5px; }
.common-causes .item .text .icon-wrap img {
  vertical-align: top; }
.common-causes .item .text h6 {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 5px; }
.common-causes .item figure {
  border-radius: 10px;
  overflow: hidden;
  height: 261px; }
.common-causes .item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }
.common-causes .item:nth-child(2n) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
.common-causes .bottom {
  width: 560px;
  max-width: 100%;
  margin: 40px auto 0; }
.common-causes .bottom h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  text-align: center; }
.common-causes .bottom h6 span {
  color: #fab900; }

.reviews {
  padding: 120px 0 50px; }
.reviews .slider-wrap {
  width: 770px;
  max-width: 100%;
  margin: auto; }

.reviews-slider .swiper-slide {
  text-align: center;
  padding-bottom: 57px; }
.reviews-slider blockquote {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  margin: 0 0 32px; }
.reviews-slider figure {
  width: 64px;
  height: 64px;
  overflow: hidden;
  border-radius: 100%;
  margin: 0 auto 16px; }
.reviews-slider figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }
.reviews-slider h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 2px; }

.swiper-pagination-bullet {
  border-radius: 90px;
  background: #e5e7eb;
  width: 12px;
  height: 12px;
  opacity: 1 !important;
  margin: 0 8px !important; }

.swiper-pagination-bullet-active {
  background: #fab900; }

.text-img {
  padding: 55px 0 80px; }
.text-img .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%; }
.text-img .item + .item {
  margin-top: 65px; }
.text-img .item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
.text-img .text {
  width: calc(50% - 20px); }
.text-img .text * > :last-child {
  margin-bottom: 0; }
.text-img figure {
  position: relative;
  width: calc(50% - 20px); }
.text-img figure figcaption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 90px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: rgba(0, 0, 0, 0.4);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 34px;
  width: auto;
  color: #fefefe;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%; }
.text-img figure img {
  width: 100%;
  border-radius: 10px;
  height: auto; }
.text-img h2 {
  margin-bottom: 20px; }
.text-img p {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 20px; }
.text-img h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 20px;
  color: #4a4f53; }

.info-block {
  margin: 40px 0 50px; }
.info-block .content {
  width: 960px;
  margin: auto;
  max-width: 100%;
  border-radius: 10px;
  background: #f3f3f3;
  padding: 40px 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.info-block figure {
  width: 110px; }
.info-block .text {
  width: calc(100% - 147px); }
.info-block .title {
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  margin: 0; }

.info-block-bg {
  margin: 120px 0 70px;
  border-radius: 10px;
  background: #fab900;
  padding: 62px 0 60px;
  overflow: hidden; }
.info-block-bg .content-width {
  position: relative; }
.info-block-bg .content {
  width: 770px;
  max-width: 100%;
  text-align: center;
  margin: auto;
  color: #fefefe;
  min-height: 377px;
  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; }
.info-block-bg h2 {
  margin-bottom: 24px; }
.info-block-bg p {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  color: #fefefe;
  width: 610px;
  max-width: 100%;
  margin: 0 auto 30px; }
.info-block-bg .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 20px;
  margin-bottom: 42px; }
.info-block-bg h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  margin: auto;
  width: 485px;
  max-width: 100%; }
.info-block-bg .bg {
  left: -100px;
  right: -140px;
  bottom: -60px; }
.info-block-bg .bg .img {
  position: absolute; }
.info-block-bg .bg .img-2 {
  right: 0;
  bottom: 0;
  width: 440px; }
.info-block-bg .bg .img-1 {
  top: 14px;
  left: 45px;
  width: 242px; }
.info-block-bg .bg .after {
  top: 211px;
  left: 270px; }
.info-block-bg .btn-default {
  font-size: 20px; }

.btn-grey {
  background: #4a4f53;
  color: #fefefe; }
.btn-grey:hover {
  background: #fefefe;
  color: #0c0c0c; }

/*------------------------------END-RISK-PAGE--------------------------------*/
/*------------------------------TECHNOLOGY-PAGE--------------------------------*/
.technology-banner {
  padding-top: 160px; }
.technology-banner p {
  font-size: 21px;
  font-weight: 500;
  line-height: 150%; }

.item-4x-check {
  padding: 10px 0 50px; }
.item-4x-check .content-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 40px; }
.item-4x-check .item {
  width: calc(25% - 30px);
  padding: 32px;
  border-radius: 8px;
  background: #f3f3f3; }
.item-4x-check .item .icon-wrap {
  margin-bottom: 6px; }
.item-4x-check .item h6 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%; }

.text-video .info {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  color: #fab900;
  margin-bottom: 20px; }
.text-video .info:last-child {
  margin-bottom: 0; }
.text-video .mob {
  display: none; }

.text-video-technology .right {
  padding-top: 0;
  margin-top: 0; }
.text-video-technology .video-block {
  margin-top: 0; }
.text-video-technology .list-col-2 {
  margin-top: 0; }
.text-video-technology .list-col-2 p {
  font-size: 16px; }
.text-video-technology h2 {
  margin-bottom: 17px; }
.text-video-technology .video-block {
  height: 412px; }

.cuttr__readmore {
  color: #fab900;
  cursor: pointer;
  position: relative;
  top: -5px;
  display: inline-block; }
.cuttr__readmore:after {
  content: '\f061';
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: relative;
  margin-left: 5px;
  color: #fab900;
  left: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }
.cuttr__readmore:hover:after {
  left: 2px; }

.item-3x-bg .title {
  margin: 0 auto 35px;
  text-align: center;
  width: 380px;
  max-width: 100%; }
.item-3x-bg .title p {
  color: #fefefe;
  font-size: 18px;
  line-height: 150%; }

.item-3x-bg-no-link a {
  pointer-events: none; }

.common-causes-3x {
  margin-top: 120px;
  padding-bottom: 97px; }
.common-causes-3x .item {
  width: calc(33.33% - 27px); }
.common-causes-3x .item .text {
  padding: 32px;
  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; }

.text-img .btn-wrap-full {
  width: 100%;
  margin-top: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
.text-img .btn-wrap {
  margin-top: 23px; }
.text-img .info {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  color: #fab900;
  margin-bottom: 19px; }
.text-img .list-col-2 h6 {
  color: #0c0c0c;
  margin-bottom: 10px; }
.text-img .list-point {
  list-style: disc;
  padding-left: 30px; }
.text-img .list-point li {
  list-style: disc;
  margin-bottom: 3px; }

.text-img-revers .item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

/*-----------------------------END-TECHNOLOGY-PAGE--------------------------------*/
/*-----------------------------PRODUCT-PAGE--------------------------------*/
.title-item-4x {
  padding: 127px 0 50px; }
.title-item-4x .title {
  width: 770px;
  max-width: 100%;
  margin: 0 auto 34px;
  text-align: center; }
.title-item-4x .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 40px; }
.title-item-4x .item {
  width: calc(25% - 30px); }
.title-item-4x .item figure {
  border-radius: 10px;
  height: 240px;
  margin-bottom: 32px; }
.title-item-4x .item figure img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }
.title-item-4x .item h6 {
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  min-height: 46px;
  margin-bottom: 5px; }
.title-item-4x p {
  font-size: 18px;
  line-height: 150%; }
.title-item-4x .btn-wrap {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
.title-item-4x .btn-wrap a {
  font-size: 20px; }

.logo-block {
  padding: 40px 0 45px; }
.logo-block h2 {
  width: 770px;
  max-width: 100%;
  margin: 0 auto 30px;
  text-align: center; }
.logo-block .logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 32px; }

.text-img-bg {
  padding: 43px 0 50px; }
.text-img-bg .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 32px;
  background: #f3f3f3;
  border-radius: 10px 15px 15px 10px; }
.text-img-bg .item figure {
  width: 48%;
  min-height: 418px; }
.text-img-bg .item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  -o-object-position: center;
  object-position: center; }
.text-img-bg .item .text {
  width: 52%;
  padding: 50px 60px 40px; }
.text-img-bg .item .text h3 {
  margin-bottom: 25px; }
.text-img-bg .item:last-child {
  margin-bottom: 0; }
.text-img-bg p {
  margin-bottom: 33px; }
.text-img-bg p, .text-img-bg ul {
  font-size: 18px;
  line-height: 150%; }
.text-img-bg ul {
  list-style: disc;
  padding-left: 30px; }
.text-img-bg ul li {
  list-style: disc;
  margin-bottom: 3px; }

.title-info {
  padding: 20px 0 20px; }
.title-info .content-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.title-info .title {
  width: 48%; }
.title-info h3 {
  margin: 0;
  color: #4a4f53; }
.title-info .right {
  width: 48%; }
.title-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.title-info ul li {
  width: 46%; }
.title-info ul li .icon-wrap {
  margin-bottom: 5px; }
.title-info ul li h6 {
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 15px; }
.title-info p {
  font-size: 18px;
  line-height: 150%; }

.text-img + .title-info {
  margin-top: -48px;
  margin-bottom: 50px; }

.text-btn-bg {
  margin: 30px 0 30px; }
.text-btn-bg .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fab900;
  border-radius: 10px;
  padding: 45px 60px;
  color: #fefefe;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.text-btn-bg .title {
  width: 50%; }
.text-btn-bg .btn-wrap {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
.text-btn-bg p {
  color: #fefefe;
  font-size: 18px;
  line-height: 150%; }
.text-btn-bg h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 30px; }

/*----------------------------END-PRODUCT-PAGE--------------------------------*/
/*----------------------------TECHNICAL-PAGE--------------------------------*/
.header-bg header {
  max-height: inherit; }
.header-bg header .logo-wrap img {
  -webkit-filter: invert(1);
  filter: invert(1); }
.header-bg .top-line .btn-border {
  border-color: #0c0c0c;
  color: #0c0c0c; }
.header-bg .top-line .btn-border:hover {
  background: #0c0c0c;
  color: #fefefe; }

.banner-text-img {
  padding: 80px 0 40px; }
.banner-text-img .content-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.banner-text-img .text {
  width: 48%; }
.banner-text-img figure {
  width: 48%; }
.banner-text-img figure img {
  border-radius: 10px;
  width: 100%; }
.banner-text-img h1 {
  margin-bottom: 23px; }
.banner-text-img h1 span {
  color: #fab900; }
.banner-text-img p {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 150%; }
.banner-text-img .btn-default {
  font-size: 20px;
  padding: 0 50px; }

.download {
  padding: 83px 0 70px;
  overflow: hidden; }
.download h2 {
  text-align: center;
  margin: 0 0 47px; }
.download .wrap-menu {
  max-width: 100%; }
.download .tabs-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  grid-gap: 3px;
  margin-bottom: 45px; }
.download .tabs-menu li {
  cursor: pointer;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border: 1px solid transparent;
  padding: 0 16px;
  height: 40px;
  line-height: 38px;
  border-radius: 20px;
  background: transparent;
  color: #0c0c0c !important;
  white-space: nowrap; }
.download .tabs-menu li:hover {
  border: 1px solid black; }
.download .tabs-menu .is-active {
  border: 1px solid black; }
.download .tabs-menu li:last-child {
  border: 1px solid transparent !important; }
.download .tabs-menu li:last-child:hover {
  border: 1px solid black !important; }
.download .tabs {
  width: 840px;
  max-width: 100%;
  margin: auto; }
.download .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 36px; }
.download .item {
  position: relative;
  padding: 32px 250px 32px 0;
  border-bottom: 1px solid #0c0c0c; }
.download .item .btn-wrap {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }
.download .item:first-child {
  border-top: 1px solid #0c0c0c; }
.download .tab-item:first-child {
  display: block; }
.download .tab-item {
  display: none; }
.download p {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%; }

/*---------------------------END-TECHNICAL-PAGE--------------------------------*/
/*---------------------------FAQ-PAGE--------------------------------*/
.faq {
  padding: 45px 0 70px; }
.faq h2 {
  text-align: center;
  margin: 0 0 30px; }
.faq .accordion {
  width: 840px;
  max-width: 100%;
  margin: auto; }
.faq .accordion-item {
  border-top: 1px solid #0c0c0c; }
.faq .accordion-thumb {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 100px 10px 0;
  min-height: 72px; }
.faq .accordion-thumb p {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  margin: 0 !important; }
.faq .accordion-thumb:after {
  position: absolute;
  top: 21px;
  right: 0;
  content: '';
  width: 32px;
  height: 32px;
  background: url("../img/icon-17.svg") no-repeat center;
  background-size: contain;
  -webkit-transform: scale(-1);
  transform: scale(-1); }
.faq .is-active .accordion-thumb:after {
  -webkit-transform: scale(1);
  transform: scale(1); }
.faq .accordion-panel {
  display: none; }
.faq .accordion-panel .wrap {
  padding-bottom: 24px; }
.faq .accordion-panel .wrap > * {
  margin-bottom: 20px; }
.faq .accordion-panel .wrap > *:last-child {
  margin-bottom: 0; }
.faq .accordion-panel .wrap p + ul {
  margin-top: -20px; }
.faq .accordion-panel .wrap ul {
  margin-top: 0;
  padding-left: 20px; }
.faq .accordion-panel .wrap ul li {
  list-style: disc; }
.faq .accordion-item:last-child {
  border-bottom: 1px solid #0c0c0c; }

/*--------------------------END-FAQ-PAGE--------------------------------*/
/*--------------------------CONTACT-PAGE--------------------------------*/
.contact-form-wrap {
  padding: 93px 0 70px; }
.contact-form-wrap h2 {
  text-align: center;
  margin: 0 0 23px; }
.contact-form-wrap .default-form {
  width: 562px;
  max-width: 100%;
  margin: auto; }
.contact-form-wrap h2 + p {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 34px;
  text-align: center; }

.default-form {
  width: 100%; }
.default-form .input-wrap {
  margin-bottom: 25px;
  width: 100%; }
.default-form .input-wrap label {
  display: block;
  margin-bottom: 5px; }
.default-form .input-wrap input {
  width: 100%;
  outline: none !important;
  border: 1px solid #0c0c0c;
  border-radius: 5px;
  height: 50px;
  line-height: 48px;
  padding: 0 15px;
  color: #0c0c0c; }
.default-form .input-wrap textarea {
  width: 100%;
  outline: none !important;
  border: 1px solid #0c0c0c;
  border-radius: 5px;
  line-height: 150%;
  padding: 10px 15px;
  height: 180px;
  color: #0c0c0c; }
.default-form .input-wrap-check {
  width: 100%;
  margin-bottom: 35px;
  position: relative;
  margin-top: -10px; }
.default-form .input-wrap-check input {
  position: relative;
  top: 2px;
  left: 0;
  border: 1px solid #4a4f53;
  border-radius: 0;
  width: 20px;
  height: 20px;
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
  appearance: auto !important;
  accent-color: black;
  margin-right: 5px; }
.default-form .input-wrap-check label {
  position: relative;
  color: #4a4f53;
  font-size: 14px; }
.default-form .input-wrap-submit {
  text-align: center; }
.default-form .input-wrap-submit .btn-default {
  font-size: 20px; }

.contact-map {
  padding: 52px 0 0; }
.contact-map .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fab900;
  border-radius: 10px 15px 15px 0; }
.contact-map .map-wrap {
  width: 57%;
  height: 515px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  left: 1px; }
.contact-map .map-wrap iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }
.contact-map .text {
  width: 40%;
  padding: 30px 40px;
  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; }
.contact-map .text .icon-wrap {
  margin-bottom: 17px; }
.contact-map .text h6 {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 5px;
  color: #fefefe; }
.contact-map .text p {
  color: #fefefe; }

/*-------------------------END-CONTACT-PAGE--------------------------------*/
/*-------------------------CASES-PAGE--------------------------------*/
.page-banner-mini {
  min-height: 700px;
  padding-top: 205px; }

.reviews-no-slider blockquote {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  margin: 0 0 32px; }
.reviews-no-slider figure {
  width: 56px;
  height: 56px;
  overflow: hidden;
  border-radius: 100%;
  margin: 0 auto 16px; }
.reviews-no-slider figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }
.reviews-no-slider h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 2px; }
.reviews-no-slider .item {
  width: calc(33.33% - 27px);
  text-align: center; }
.reviews-no-slider .stars-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 4px;
  margin-bottom: 32px; }
.reviews-no-slider .stars-wrap i {
  font-size: 18px;
  line-height: 1;
  color: #fab900; }
.reviews-no-slider .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 40px; }

.blog-block .title {
  width: 760px;
  margin: 0 auto 20px;
  text-align: center; }
.blog-block .title p {
  font-size: 18px;
  line-height: 150%; }
.blog-block h2 {
  margin-bottom: 23px; }
.blog-block .filter-block {
  width: 100%;
  margin-bottom: 57px; }
.blog-block .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 57px 0; }

.form-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 5px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }
.form-filter .input-wrap {
  position: relative; }
.form-filter .input-wrap input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer; }
.form-filter label {
  cursor: pointer;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border: 1px solid transparent;
  padding: 0 16px;
  height: 40px;
  line-height: 38px;
  border-radius: 20px;
  background: transparent;
  color: #0c0c0c !important;
  white-space: nowrap;
  display: block; }
.form-filter input:hover + label {
  border: 1px solid black; }
.form-filter input:checked + label {
  border: 1px solid black; }

.logo-block h6 {
  text-align: center;
  font-size: 18px;
  line-height: 150%;
  font-weight: 700;
  margin-bottom: 32px; }

.blog-block + .logo-block {
  margin-top: -42px; }

.home-banner + .blog-block {
  margin-top: 50px; }

/*------------------------END-CASES-PAGE--------------------------------*/
/*------------------------BLOG-PAGE--------------------------------*/
.blog-block-big {
  padding-bottom: 30px; }
.blog-block-big .item figure {
  margin-bottom: 20px; }
.blog-block-big .item .teg-wrap {
  margin-bottom: 5px; }
.blog-block-big .item h3 {
  margin-bottom: 11px; }
.blog-block-big .item .btn-wrap {
  margin-top: 15px; }

/*-----------------------END-BLOG-PAGE--------------------------------*/
/*-----------------------CASE-INNER-PAGE--------------------------------*/
.page-banner .list-item, .home-banner .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 20px 0; }
.page-banner .list-item li, .home-banner .list-item li {
  width: calc(50% - 10px); }
.page-banner .list-item h6, .home-banner .list-item h6 {
  font-size: 20px;
  line-height: 140%;
  margin: 0 0 3px;
  color: #fefefe; }
.page-banner .list-item p, .home-banner .list-item p {
  font-size: 16px;
  line-height: 150%;
  margin: 0; }
.page-banner h4, .home-banner h4 {
  margin-bottom: 20px;
  color: #fefefe;
  font-size: 24px;
  line-height: 150%;
  font-weight: 500; }
.page-banner .content, .home-banner .content {
  position: relative; }
.page-banner .content > *, .home-banner .content > * {
  position: relative;
  z-index: 10; }
.page-banner .content:after, .home-banner .content:after {
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  content: '';
  border-radius: 10px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px); }

.case-inner {
  padding: 110px 0 45px; }
.case-inner .content {
  width: 770px;
  max-width: 100%;
  margin: auto; }
.case-inner p {
  margin-bottom: 20px; }
.case-inner h2 {
  margin-bottom: 20px;
  margin-top: 55px;
  font-size: 36px;
  line-height: 120%; }
.case-inner h3 {
  margin-bottom: 20px;
  margin-top: 40px;
  font-size: 28px;
  line-height: 120%; }
.case-inner h4 {
  margin-bottom: 20px;
  margin-top: 40px;
  font-size: 24px;
  line-height: 120%; }
.case-inner h5 {
  margin-bottom: 20px;
  margin-top: 40px;
  font-size: 22px;
  line-height: 120%; }
.case-inner h5 {
  margin-bottom: 20px;
  margin-top: 40px;
  font-size: 20px;
  line-height: 120%; }
.case-inner h2:first-child {
  margin-top: 0; }
.case-inner ul {
  padding-left: 25px;
  list-style: disc; }
.case-inner ul li {
  list-style: disc; }
.case-inner .color-bold {
  color: #fab900;
  font-weight: 700; }
.case-inner blockquote {
  position: relative;
  margin: 55px 0 20px;
  padding-left: 23px;
  border-left: 2px solid #0c0c0c;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  font-style: italic; }
.case-inner figure {
  margin: 75px auto 55px;
  min-width: 1040px;
  width: 100%;
  max-width: 1040px;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }
.case-inner figure img {
  width: 100%;
  border-radius: 10px; }
.case-inner figure:last-child {
  margin-bottom: 0; }

.blog-block .title-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 60px; }
.blog-block .title-btn .left {
  width: calc(100% - 200px); }
.blog-block .title-btn .left p {
  font-size: 18px;
  line-height: 150%; }
.blog-block .title-btn .right {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
.blog-block .title-btn .right a {
  padding: 0 25px;
  min-width: 0; }

.open-menu {
  display: none; }

.is-menu {
  overflow: hidden; }

.text-img figure img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }

.common-no-img figure {
  display: none; }

.info-4-img {
  padding: 40px 0 0; }
.info-4-img h2 {
  margin-bottom: 6px; }
.info-4-img h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 12px; }
.info-4-img h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  color: #fab900;
  margin-bottom: 19px; }
.info-4-img p {
  font-size: 18px;
  line-height: 150%; }
.info-4-img p b {
  font-weight: 700; }
.info-4-img .content-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.info-4-img .text-50 {
  width: calc(50% - 25px);
  padding-top: 14px; }
.info-4-img .item {
  width: calc(25% - 30px); }
.info-4-img figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 65px;
  width: 100%; }
.info-4-img figure img {
  width: calc(25% - 30px);
  height: 190px;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }
.info-4-img .icon-wrap {
  margin-bottom: 5px; }

.text-center-block {
  padding: 55px 0 97px; }
.text-center-block .content {
  margin: auto;
  width: 765px;
  max-width: 100%;
  text-align: center; }
.text-center-block h2 {
  margin-bottom: 20px; }
.text-center-block h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  color: #fab900;
  margin-bottom: 18px; }
.text-center-block h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 25px; }
.text-center-block figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.form-filter {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.pagination-wrap {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%; }
.pagination-wrap .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 15px; }
.pagination-wrap .pagination li {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%; }
.pagination-wrap .pagination li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #e5e7eb;
  color: #0c0c0c;
  font-size: 14px;
  line-height: 1;
  padding-bottom: 4px; }
.pagination-wrap .pagination li a:hover {
  color: #fefefe;
  background: #fab900; }
.pagination-wrap .pagination .active {
  color: #fefefe;
  background: #fab900; }
.pagination-wrap .pagination .btn {
  width: auto;
  height: 36px;
  border-radius: 20px; }
.pagination-wrap .pagination .btn a {
  width: auto;
  height: 36px;
  border-radius: 20px;
  padding: 0 15px; }
.pagination-wrap .pagination .first i {
  margin-right: 10px; }
.pagination-wrap .pagination .last i {
  margin-left: 10px; }

.blog-block .mob-btn {
  display: none; }

/*----------------------END-CASE-INNER-PAGE--------------------------------*/

/*# sourceMappingURL=styles.css.map */
/* 📝 Optional CSS Styling for LIAA Funding Logo */
.funding-logo img {
  max-width: 200px;
  height: auto;
  margin-bottom: 10px;
  display: block;
}

/* Agency Credit Styles */
footer .bottom p.agency-credit {
  font-size: 13px;
  line-height: 150%;
  font-weight: 400;
  color: #fefefe;
  opacity: 0.65;
  margin-top: 6px;
}
footer .bottom p.agency-credit a {
  font-size: inherit;
  color: #fefefe;
  text-decoration: none;
  opacity: 0.85;
  transition: opacity 0.2s ease, color 0.2s ease;
}
footer .bottom p.agency-credit a:hover {
  color: #fab900;
  opacity: 1;
  text-decoration: underline;
}