@charset "UTF-8";
* {
  outline: none;
  box-sizing: border-box;
}

html {
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

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

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

a {
  cursor: pointer;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

b,
strong {
  font-weight: bold;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

body,
html {
  height: 100%;
}

body {
  min-height: 100%;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #474747;
  background-color: #fafafa;
  background-image: url(/images/back-pattern.png);
}
@supports (background-image: url("/images/back-pattern.webp")) {
  body {
    background-image: url("/images/back-pattern.webp");
  }
}
body.open {
  overflow: hidden;
}

a {
  color: #2c2d34;
}

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

.row {
  scrollbar-width: thin;
  scrollbar-color: #3281f7 #ffffff;
}

.row::-webkit-scrollbar {
  width: 14px;
}

.row::-webkit-scrollbar-track {
  background: #ffffff;
}

.row::-webkit-scrollbar-thumb {
  background-color: #3281f7;
  border-radius: 12px;
  border: 3px solid #ffffff;
}

.container {
  width: 100%;
  margin: 0 auto;
}
.container.flex {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .container {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}

.row {
  width: 100%;
  margin: 0 auto;
  display: flex;
}
.row.nowrap {
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.row.wrap {
  flex-wrap: wrap;
}

.col2 {
  flex: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .col2 {
    width: 50%;
  }
}

.devide img {
  width: 200px;
}
@media (min-width: 768px) {
  .devide img {
    width: auto;
  }
}

header {
  position: fixed;
  width: 100%;
  z-index: 99;
  transition: 0.7s ease;
  top: 0;
  height: 64px;
}
@media (min-width: 768px) {
  header {
    height: auto;
  }
}
header.active {
  background: rgba(250, 250, 250, 0.78);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.28);
}
header .logo img {
  max-height: 48px;
  margin: 7px;
}
@media (min-width: 768px) {
  header .logo img {
    max-height: 74px;
    margin: 3px 0;
  }
}
header .lang {
  margin: 0 12px;
  display: none;
}
@media (min-width: 992px) {
  header .lang {
    display: block;
  }
}
header .lang a {
  font-size: 13px;
  margin: 24px 7px;
  position: relative;
  display: inline-block;
  border: 2px solid #3281f7;
  padding: 5px 5px 4px;
  border-radius: 4px;
}
header .lang .lang-active a {
  background: #3281f7;
  color: #fff;
}
header .menu {
  display: none;
}
@media (min-width: 992px) {
  header .menu {
    display: block;
  }
}
header ul {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
}
header ul li {
  position: relative;
}
header ul li a {
  text-decoration: none;
}
@media (min-width: 992px) {
  header ul li a {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  header ul li a {
    font-size: 16px;
  }
}
header ul.nav {
  padding: 0 0 0 40px;
}
@media (min-width: 992px) {
  header ul.nav {
    padding: 0 0 0 20px;
  }
}
@media (min-width: 1200px) {
  header ul.nav {
    padding: 0 0 0 40px;
  }
}
header ul.nav li {
  margin: 17px 23px;
  padding: 12px 0;
}
@media (min-width: 992px) {
  header ul.nav li {
    margin: 17px 14px;
  }
}
@media (min-width: 1200px) {
  header ul.nav li {
    margin: 17px 23px;
  }
}
header ul.nav li:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 20px;
  height: 3px;
  background: #3281f7;
  transform: translateX(-50%);
  left: 50%;
  transition: 0.7s ease;
}
header ul.nav li:hover:before {
  width: 28px;
}
header .headphone {
  margin: 8px 0 0 24px;
  display: none;
}
@media (min-width: 992px) {
  header .headphone {
    display: block;
    margin: 8px 0 0 0;
  }
}
@media (min-width: 1200px) {
  header .headphone {
    margin: 8px 0 0 24px;
  }
}
header .headphone a {
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  text-align: right;
  margin: 4px 0 0;
  display: block;
  line-height: 1;
}
header .headphone .time {
  text-align: right;
  margin: 0;
}

.menu-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  right: 14px;
  top: 8px;
  z-index: 77;
}
@media (min-width: 768px) {
  .menu-btn {
    right: 28px;
    top: 18px;
  }
}
@media (min-width: 992px) {
  .menu-btn {
    display: none;
  }
}
.menu-btn.serv {
  right: 94px;
}
@media (min-width: 768px) {
  .menu-btn.serv {
    right: 108px;
  }
}
.openserv3 .menu-btn.serv {
  right: 24px;
}
.menu-btn.serv .menuru {
  left: -5px;
}
.ua .menu-btn.serv .menuru {
  left: -9px;
}
.menu-btn.open {
  z-index: 82;
}
.menu-btn.open .menu-btn__burger {
  transform: translateX(-50px);
  background: transparent;
}
.menu-btn.open .menu-btn__burger:before {
  transform: rotate(45deg) translate(42px, -36px);
  background: #3282f6;
}
.menu-btn.open .menu-btn__burger:after {
  transform: rotate(-45deg) translate(45px, 33px);
  background: #3282f6;
}
.menu-btn.open .menu-btn__burger .menuru {
  opacity: 0;
}
.menu-btn .menu-btn__burger {
  width: 24px;
  height: 4px;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}
.menu-btn .menu-btn__burger:after, .menu-btn .menu-btn__burger:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 4px;
  background: #3282f6;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}
.menu-btn .menu-btn__burger:before {
  transform: translateY(-9px);
}
.menu-btn .menu-btn__burger:after {
  transform: translateY(5px);
}
.menu-btn .menu-btn__burger .menuru {
  font-size: 10px;
  margin: 0;
  position: relative;
  transition: all 0.7s ease;
}

.mainpage {
  background: url(/images/mbg4opt.png);
  background-repeat: no-repeat;
  background-size: 148%;
}
@supports (background-image: url("/images/mbg4opt.webp")) {
  .mainpage {
    background-image: url("/images/mbg4opt.webp");
  }
}
@media (min-width: 768px) {
  .mainpage {
    background-size: 128%;
  }
}
@media (min-width: 992px) {
  .mainpage {
    background-size: 100%;
  }
}

.content {
  line-height: 1.7;
  min-height: 800px;
  padding-bottom: 48px;
}
.content ul {
  list-style-type: none;
  padding: 0 0 0 24px;
}
.content ul li {
  margin: 0 0 14px;
}
.content ul li:before {
  content: "❖";
  color: #3281f7;
  font-size: 18px;
  line-height: 1;
  position: relative;
  top: 2px;
  left: -7px;
}
.content ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
.content ol li {
  margin-bottom: 10px;
  padding-left: 38px;
  position: relative;
}
.content ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #41a1f7;
  color: #ffffff;
  display: block;
  float: left;
  margin-left: -38px;
  text-align: center;
  height: 27px;
  width: 27px;
  border-radius: 7px;
  position: relative;
  top: 2px;
}
.content ol li:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #41a1f7;
  left: 23px;
  top: 10px;
  transform: rotate(45deg);
}
.content .card-body {
  padding: 0 24px;
}
.content .card-body ol li:before {
  background-color: #a4a8b4;
  top: 0;
}
.content .card-body ol li:after {
  background-color: #a4a8b4;
}
.content .blog {
  padding: 78px 0 0;
}
.content .blog .category-desc {
  padding: 0 14px;
}
.content .blog h1 {
  background: rgb(39, 39, 39);
  background: linear-gradient(90deg, rgb(87, 87, 87) 0%, rgb(113, 113, 113) 50%, rgb(87, 87, 87) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  max-width: 800px;
  line-height: 1.2;
  margin: 28px 0 40px;
}
.content .blog h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -22px;
  width: 78px;
  height: 5px;
  background: #3281f7;
  border-radius: 0 4px 4px 0;
}
.content .blog h1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 200px;
  height: 1px;
  background: #a4afbf;
  border-radius: 4px;
}
.content .blog h2 {
  position: relative;
  max-width: 800px;
  line-height: 1.2;
  margin: 28px 0 40px;
}
.content .blog h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -22px;
  width: 78px;
  height: 5px;
  background: #3281f7;
  border-radius: 0 4px 4px 0;
}
.content .blog h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 200px;
  height: 1px;
  background: #a4afbf;
  border-radius: 4px;
}
.content .item-page {
  padding: 54px 15px 0;
}
@media (min-width: 768px) {
  .content .item-page {
    padding: 87px 15px 0;
  }
}
.content .item-page h1 {
  background: rgb(39, 39, 39);
  background: linear-gradient(90deg, rgb(87, 87, 87) 0%, rgb(113, 113, 113) 50%, rgb(87, 87, 87) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  max-width: 800px;
  line-height: 1.2;
  margin: 28px 0 40px;
}
.content .item-page h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -22px;
  width: 78px;
  height: 5px;
  background: #3281f7;
  border-radius: 0 4px 4px 0;
}
.content .item-page h1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 200px;
  height: 1px;
  background: #a4afbf;
  border-radius: 4px;
}
.content .item-page h2 {
  position: relative;
  max-width: 800px;
  line-height: 1.2;
  margin: 28px 0 40px;
}
.content .item-page h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -22px;
  width: 78px;
  height: 5px;
  background: #3281f7;
  border-radius: 0 4px 4px 0;
}
.content .item-page h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 200px;
  height: 1px;
  background: #a4afbf;
  border-radius: 4px;
}
.content .item-page h3 {
  position: relative;
  padding: 0 0 7px;
  margin: 27px 0 20px;
  line-height: 1.2;
}
.content .item-page h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 170px;
  height: 1px;
  background: #a4afbf;
  border-radius: 4px;
}
.content .item-page h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -11px;
  width: 40px;
  height: 5px;
  background: #3281f7;
  border-radius: 0 4px 4px 0;
}
.content .item-page figure {
  margin: 0;
  padding: 0;
}
.content .item-page .ppc {
  display: none;
}
@media (min-width: 992px) {
  .content .item-page .ppc {
    display: block;
  }
}
.content .item-page .pmob {
  display: block;
}
@media (min-width: 992px) {
  .content .item-page .pmob {
    display: none;
  }
}
.content .item-page .rl_quickindex.card {
  background: #e2e5e7;
  padding: 34px 17px 14px 0;
  margin: 28px 0 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .content .item-page .rl_quickindex.card {
    padding: 14px 0 14px;
  }
}
.content .item-page .rl_quickindex.card:after {
  content: "MENU";
  position: absolute;
  line-height: 0.77;
  right: 7px;
  top: 6px;
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  background: #e2e5e7;
  padding: 0 0 7px 7px;
}
.ua .content .item-page .rl_quickindex.card:after {
  content: "ЗМІСТ";
}
.content .item-page .rl_quickindex.card:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  right: 7px;
  bottom: 7px;
  border: 1px solid #fff;
  z-index: -1;
}
.content .item-page .rl_quickindex.card a {
  text-decoration: none;
}
.content .item-page .rl_quickindex.card b {
  color: #474747;
  margin-bottom: 12px;
  display: block;
  font-weight: normal;
}
.content figure.image,
.content figure.item-image {
  position: relative;
  border: 2px solid #a4afbf;
  padding: 7px !important;
  margin: 14px 0 !important;
}
.content figure.image img,
.content figure.item-image img {
  display: block;
  width: 100%;
}
.content .hits {
  background: #3282f6;
  color: #fff;
  display: inline-block;
  padding: 8px 17px 9px;
  border-radius: 4px;
}

.hometop {
  height: 940px;
  border-bottom: 7px solid #3281f7;
  background-position: center;
  background-size: cover;
  animation: bgmovie 24s linear;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
  background: url(/images/tophomebgopt.jpg?v=2);
}
@supports (background-image: url("/images/tophomebgopt.webp")) {
  .hometop {
    background-image: url("/images/tophomebgopt.webp");
  }
}
@keyframes bgmovie {
  0% {
    background-position: 0% top;
  }
  100% {
    background-position: 100% top;
  }
}
@media (min-width: 768px) {
  .hometop {
    height: 830px;
  }
}
@media (min-width: 992px) {
  .hometop {
    height: 940px;
  }
}
.hometop .hometopcontent {
  height: 100%;
  position: relative;
}
.hometop .hometopcircle {
  position: absolute;
  width: 1040px;
  height: 1040px;
  border-radius: 50%;
  border: 48px solid rgba(0, 0, 0, 0.07);
  left: 50%;
  transform: translateX(-50%);
  top: -58px;
  z-index: 1;
  transition: 0.7s;
}
@media (max-width: 991px) {
  .hometop .hometopcircle {
    position: absolute;
    width: auto;
    height: auto;
    border-radius: 0%;
    left: 13.8%;
    top: 0;
    right: 13.8%;
    bottom: 0px;
    transform: translateX(0);
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-top: 0;
    border-bottom: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.27);
  }
  .hometop .hometopcircle:before {
    content: "";
    position: absolute;
    width: auto;
    height: auto;
    border-radius: 0%;
    left: 22%;
    top: 0;
    right: 22%;
    bottom: 0px;
    transform: translateX(0);
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-top: 0;
    border-bottom: 0;
  }
}
@media (min-width: 992px) {
  .hometop .hometopcircle {
    width: 1013px;
    height: 1013px;
    z-index: 28;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.27), 0 -14px 28px rgb(238, 235, 222), 0 2px 2px rgb(247, 243, 223);
  }
}
@media (min-width: 1200px) {
  .hometop .hometopcircle {
    width: 1040px;
    height: 1040px;
  }
}
.hometop .hometopcircle:hover {
  box-shadow: 0 14px 78px rgba(0, 0, 0, 0.27), 0 -14px 48px rgb(238, 235, 222), 0 2px 2px rgb(247, 243, 223);
}
.hometop .hometopcircle:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 27px 40px 0 40px;
  border-color: #2e78e6 transparent transparent transparent;
  transform: rotate(0deg) translateX(-50%);
  bottom: -27px;
  left: 50%;
  z-index: 0;
}
@media (min-width: 992px) {
  .hometop .hometopcircle:after {
    bottom: -54px;
  }
}
@media (min-width: 1200px) {
  .hometop .hometopcircle:after {
    bottom: -27px;
  }
}
.hometop .hometopcircle .hometopcircle2 {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  z-index: 28;
  transition: 0.7s;
}
@media (min-width: 992px) {
  .hometop .hometopcircle .hometopcircle2 {
    width: 917px;
    height: 917px;
    box-shadow: inset 0 -14px 28px rgba(0, 0, 0, 0.17), 0 14px 28px rgb(238, 235, 222);
  }
}
@media (min-width: 1200px) {
  .hometop .hometopcircle .hometopcircle2 {
    width: 942px;
    height: 942px;
  }
}
.hometop .hometopcircle .hometopcircle2:hover {
  box-shadow: inset 0 -14px 78px rgba(0, 0, 0, 0.27), 0 14px 48px rgb(238, 235, 222);
}

.hometopbl {
  padding: 148px 0 0;
  text-align: center;
  position: relative;
  z-index: 7;
}
@media (min-width: 768px) {
  .hometopbl {
    padding: 180px 0 0;
  }
}
.hometopbl h1 {
  background: linear-gradient(90deg, rgb(87, 87, 87) 0%, rgb(113, 113, 113) 50%, rgb(87, 87, 87) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 37px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  font-weight: bolder;
  margin: 0 0 27px;
  width: 100%;
}
@media (min-width: 768px) {
  .hometopbl h1 {
    font-size: 54px;
  }
}
.hometopbl h1 span {
  color: #272727;
  background: linear-gradient(90deg, rgb(87, 87, 87) 0%, rgb(113, 113, 113) 50%, rgb(87, 87, 87) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hometopbl h1 b {
  background: radial-gradient(at center, #3281f7, #474747);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hometopbl .tophomeintro {
  text-align: center;
  font-size: 17px;
  width: 340px;
  display: inline-block;
}
@media (min-width: 768px) {
  .hometopbl .tophomeintro {
    font-size: 20px;
    width: 340px;
  }
}
.hometopbl .topimgmob {
  display: block;
  padding: 0 27px;
}
@media (min-width: 768px) {
  .hometopbl .topimgmob {
    display: none;
  }
}
.hometopbl .topimgpc {
  display: none;
}
@media (min-width: 768px) {
  .hometopbl .topimgpc {
    display: inline-block;
  }
}
@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(14px);
  }
  100% {
    transform: translateY(0);
  }
}
.hometopbl .center-it {
  position: relative;
  text-align: center;
  margin: 58px 0;
}
@media (min-width: 768px) {
  .hometopbl .center-it {
    margin: 28px 0;
  }
}
.hometopbl .mouse {
  display: inline-block;
  height: 44px;
  width: 28px;
  border-radius: 12px;
  border: 2px solid #3281f7;
  text-align: center;
}
.hometopbl .mouse:after {
  display: inline-block;
  height: 8px;
  width: 8px;
  background-color: #3281f7;
  border-radius: 50%;
  content: "";
  animation: scroll 2.4s ease-out infinite forwards;
}

.homeaboutcompany {
  min-height: 670px;
  padding: 24px 0 0;
}
.homeaboutcompany h2 {
  font-size: 32px;
  margin: 24px 48px;
  line-height: 1;
  text-align: center;
  color: #272727;
  background: linear-gradient(90deg, rgb(87, 87, 87) 0%, rgb(113, 113, 113) 50%, rgb(87, 87, 87) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .homeaboutcompany h2 {
    font-size: 36px;
    margin: 24px 0;
  }
}
.homeaboutcompany h3 {
  font-size: 24px;
}
.homeaboutcompany img {
  margin: 0;
}
@media (min-width: 768px) {
  .homeaboutcompany img {
    display: none;
  }
}
@media (min-width: 992px) {
  .homeaboutcompany img {
    display: block;
  }
}
.homeaboutcompany img.sferabud {
  margin: -7px 0 0;
  padding: 0 14px;
}
@media (min-width: 768px) {
  .homeaboutcompany img.sferabud {
    margin: -47px 0 0;
    padding: 0;
  }
}
.homeaboutcompany .devide {
  margin-bottom: 0;
}
.homeaboutcompany .devide img {
  margin: 0;
  display: inline-block;
}
.homeaboutcompany .aboutcompanytext {
  padding: 0 14px;
}
@media (min-width: 768px) {
  .homeaboutcompany .aboutcompanytext {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .homeaboutcompany .aboutcompanytext {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .homeaboutcompany .aboutcompanytext.dn {
    display: none;
  }
}
@media (min-width: 992px) {
  .homeaboutcompany .aboutcompanytext.dn {
    display: block;
  }
}

.devide {
  text-align: center;
}

.services {
  background-image: url(/images/servicesbgopt.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 7;
  border-top: 7px solid #3281f7;
  border-bottom: 7px solid #3281f7;
  padding: 14px 0 48px;
}
@supports (background-image: url("/images/servicesbgopt.webp")) {
  .services {
    background-image: url("/images/servicesbgopt.webp");
  }
}
.services h2 {
  font-size: 32px;
  margin: 24px 0;
  line-height: 1;
  text-align: center;
  color: #272727;
  background: linear-gradient(90deg, rgb(87, 87, 87) 0%, rgb(113, 113, 113) 50%, rgb(87, 87, 87) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .services h2 {
    font-size: 36px;
    margin: 24px 0;
  }
}
.services .devide {
  margin-bottom: 27px;
}
.services img {
  transition: 0.7s ease;
}
.services .morelink {
  position: absolute;
  color: #fff;
  background: #3281f7;
  text-align: center;
  font-size: 16px;
  padding: 10px 13px 11px;
  border-radius: 7px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.7s ease;
}
.services .padleft {
  padding: 0 7px;
}
@media (min-width: 992px) {
  .services .padleft {
    padding: 0;
    overflow: visible;
  }
}
.services .s1 {
  padding: 0 14px 24px 14px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .services .s1 {
    padding: 0 14px 0 7px;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .services .s1 {
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .services .s1 {
    width: 40.1%;
  }
}
.services .s1 img {
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.48);
  transition: 0.7s ease;
}
.services .s1 img:hover {
  box-shadow: 0 0px 7px rgba(0, 0, 0, 0.28);
}
.services .s1 .servicetext {
  bottom: 18px;
  margin: 0;
}
.services .s1 .morelink {
  bottom: 28px;
  margin: 0;
}
.services .s1:hover .morelink {
  bottom: 18px;
}
.services .s1:hover .servicetext {
  bottom: 74px;
}
.services .s1:hover img {
  filter: grayscale(1);
}
.services .s1 a {
  overflow: hidden;
  position: relative;
  display: block;
}
.services .s1 a:after {
  background: #fff;
  content: "";
  height: 200%;
  left: -304px;
  opacity: 0.2;
  position: absolute;
  top: -105px;
  transform: rotate(35deg);
  transition: all 1.7s cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 0;
}
.services .s1 a:hover:after {
  left: 528px;
}
.services .s2 {
  padding: 0 14px 24px 14px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .services .s2 {
    width: 50%;
    padding: 0 7px 20px 14px;
  }
}
@media (min-width: 992px) {
  .services .s2 {
    width: 40%;
    padding: 0 7px 0 14px;
  }
}
@media (min-width: 1200px) {
  .services .s2 {
    width: 40.1%;
  }
}
.services .s2 img {
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.48);
  transition: 0.7s ease;
}
.services .s2 img:hover {
  box-shadow: 0 0px 7px rgba(0, 0, 0, 0.28);
}
.services .s2 .servicetext {
  bottom: 18px;
  margin: 0;
}
.services .s2 .morelink {
  bottom: 28px;
  margin: 0;
}
.services .s2:hover .morelink {
  bottom: 18px;
}
.services .s2:hover .servicetext {
  bottom: 74px;
}
.services .s2:hover img {
  filter: grayscale(1);
}
.services .s2 a {
  overflow: hidden;
  position: relative;
  display: block;
}
.services .s2 a:after {
  background: #fff;
  content: "";
  height: 200%;
  left: -304px;
  opacity: 0.2;
  position: absolute;
  top: -105px;
  transform: rotate(35deg);
  transition: all 1.7s cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 0;
}
.services .s2 a:hover:after {
  left: 528px;
}
.services .sm {
  position: relative;
  display: none;
}
@media (min-width: 992px) {
  .services .sm {
    display: block;
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .services .sm {
    width: auto;
  }
}
.services .sm img {
  border-radius: 12px;
}
.services .sm .servicetext {
  font-size: 16px;
  background: transparent;
  top: 170px;
  padding: 0;
}
@media (min-width: 992px) {
  .services .sm .servicetext {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .services .sm .servicetext {
    font-size: 16px;
  }
}
.services .s5 {
  position: relative;
  min-width: 240px;
}
@media (min-width: 768px) {
  .services .s5 {
    min-width: 220px;
  }
}
@media (min-width: 992px) {
  .services .s5 {
    min-width: 188px;
  }
}
@media (min-width: 1200px) {
  .services .s5 {
    min-width: 220px;
  }
}
.services .s5 img {
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.48);
  transition: 0.7s ease;
}
.services .s5 img:hover {
  box-shadow: 0 0px 7px rgba(0, 0, 0, 0.28);
}
.services .s5.m1 {
  margin: 0;
}
@media (min-width: 992px) {
  .services .s5.m1 {
    margin: 20px 0 0;
  }
}
.services .s5.m40 {
  margin: 0;
}
@media (min-width: 992px) {
  .services .s5.m40 {
    margin: -20px 0 0;
  }
}
.services .s5 .servicetext {
  top: 348px;
}
@media (min-width: 992px) {
  .services .s5 .servicetext {
    top: 274px;
  }
}
@media (min-width: 1200px) {
  .services .s5 .servicetext {
    top: 348px;
  }
}
.services .s5 .morelink {
  top: 358px;
}
@media (min-width: 992px) {
  .services .s5 .morelink {
    top: 290px;
  }
}
@media (min-width: 1200px) {
  .services .s5 .morelink {
    top: 358px;
  }
}
.services .s5:hover .morelink {
  top: 388px;
}
@media (min-width: 992px) {
  .services .s5:hover .morelink {
    top: 290px;
  }
}
@media (min-width: 1200px) {
  .services .s5:hover .morelink {
    top: 388px;
  }
}
.services .s5:hover .servicetext {
  top: 308px;
}
@media (min-width: 992px) {
  .services .s5:hover .servicetext {
    top: 210px;
  }
}
@media (min-width: 1200px) {
  .services .s5:hover .servicetext {
    top: 308px;
  }
}
.services .s5:hover img {
  filter: grayscale(1);
}
.services .s5 a {
  overflow: hidden;
  position: relative;
  display: block;
  padding: 0 17px 24px 7px;
}
@media (min-width: 768px) {
  .services .s5 a {
    padding: 0 7px 14px;
  }
}
.services .s5 a:after {
  background: #fff;
  content: "";
  height: 200%;
  left: -304px;
  opacity: 0.2;
  position: absolute;
  top: -105px;
  transform: rotate(35deg);
  transition: all 1.7s cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 0;
}
.services .s5 a:hover:after {
  left: 304px;
}
.services .rel p {
  font-size: 178px;
  font-weight: bold;
  line-height: 1;
  padding: 0;
  margin: -20px 0 0;
  opacity: 0.17;
}
.services .circlecervices {
  position: absolute;
  width: 800px;
  height: 800px;
  border: 48px solid #474747;
  border-radius: 50%;
  z-index: -1;
  opacity: 0.07;
  top: 63px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .services .circlecervices {
    display: none;
  }
}
.services .servicetext {
  display: inline-block;
  position: absolute;
  color: #fff;
  background: #3281f7;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  text-transform: uppercase;
  padding: 14px 17px 15px;
  border-radius: 7px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.7s ease;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 992px) {
  .services .servicetext {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .services .servicetext {
    font-size: 17px;
  }
}

.why {
  padding: 8px 0 48px;
  position: relative;
  background: url(/images/mbg4opt.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
@supports (background-image: url("/images/mbg4opt.webp")) {
  .why {
    background-image: url("/images/mbg4opt.webp");
  }
}
@media (min-width: 768px) {
  .why {
    padding: 48px 0;
    background-position: right;
  }
}
@media (min-width: 992px) {
  .why {
    background-position: right;
  }
}
.why h2 {
  font-size: 32px;
  margin: 48px 0 24px;
  line-height: 1;
  text-align: center;
  color: #272727;
  background: linear-gradient(90deg, rgb(87, 87, 87) 0%, rgb(113, 113, 113) 50%, rgb(87, 87, 87) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .why h2 {
    font-size: 36px;
    margin: 24px 0;
  }
}
.why .devide {
  margin-bottom: 27px;
  position: relative;
  z-index: 2;
}
.why .padleft {
  padding: 0 14px;
  align-items: center;
}
@media (min-width: 992px) {
  .why .padleft {
    padding: 0;
    overflow: visible;
  }
}
.why .why3 {
  width: 33%;
  min-width: 300px;
  background: #ededed;
  border-radius: 12px;
  position: relative;
  background: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
  margin: 0 0 24px;
  order: 1;
}
@media (min-width: 992px) {
  .why .why3 {
    width: 31%;
    min-width: 288px;
    box-shadow: 0 0 48px rgba(0, 0, 0, 0.48);
  }
}
@media (min-width: 1200px) {
  .why .why3 {
    width: 33%;
  }
}
.why .why3.blc1 {
  margin-right: 14px;
}
@media (min-width: 992px) {
  .why .why3.blc1 {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .why .why3.blc1:after {
    content: "";
    position: absolute;
    width: 380px;
    height: 458px;
    border: 44px solid rgb(50, 129, 247);
    border-radius: 50%;
    top: 0px;
    left: -26px;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .why .why3.blc2:after {
    content: "";
    position: absolute;
    width: 380px;
    height: 458px;
    border: 44px solid rgb(50, 129, 247);
    border-radius: 50%;
    top: 0px;
    right: -26px;
    z-index: -1;
  }
}
.why .why3.whycenter {
  background: #3281f7;
  margin: 0 14px 28px;
  color: #fff;
  z-index: 2;
  order: 0;
  min-width: 288px;
  background: radial-gradient(circle, rgb(100, 162, 255) 0%, rgb(50, 129, 247) 100%);
}
@media (min-width: 992px) {
  .why .why3.whycenter {
    margin: 0 32px 28px;
    order: 1;
  }
}
@media (min-width: 1200px) {
  .why .why3.whycenter {
    margin: 0 14px 28px;
  }
}
.why .why3.whycenter .whyborder {
  border-color: #fff;
  text-align: center;
}
.why .why3.whycenter .whyborder .whygar {
  font-size: 32px;
  line-height: 1;
  margin: 19px 0 28px;
  font-weight: bold;
}
.why .why3.whycenter .whyborder .whyot {
  font-size: 22px;
  margin: 28px 0 8px;
  text-transform: uppercase;
  font-weight: bold;
}
.why .why3.whycenter .whyborder hr {
  border-top: 1px dashed #fff;
  height: 0px;
  border-bottom: 0;
}
.why .why3.whycenter .whyborder span {
  position: absolute;
  font-size: 84px;
  font-weight: bold;
  opacity: 0.13;
  left: 50%;
  transform: translateX(-50%);
  top: -3px;
}
.why .why3 img {
  width: 48px;
}
.why .why3 .whyborder {
  margin: 7px;
  border: 1px dashed #272727;
  border-radius: 7px;
  padding: 10px 14px 0;
  position: relative;
  z-index: 2;
}
.why .why3 p {
  margin: 0 0 37px;
}
.why .prof {
  text-align: center;
}
.why .prof p {
  position: relative;
  display: inline-block;
  padding: 14px 24px 18px;
  font-size: 20px;
  color: #3281f7;
  line-height: 1;
  margin: 24px 80px 0;
}
@media (min-width: 768px) {
  .why .prof p {
    margin: 0;
    font-size: 24px;
    padding: 20px 48px 24px;
    margin: 24px 47px 0;
  }
}
.why .profd1 {
  width: 7px;
  height: 7px;
  background: #3281f7;
  position: absolute;
  left: 0;
  top: 0;
}
.why .profd1:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 24px;
  height: 24px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  z-index: -1;
}
.why .profd2 {
  width: 7px;
  height: 7px;
  background: #3281f7;
  position: absolute;
  left: 0;
  bottom: 0;
}
.why .profd2:after {
  content: "";
  position: absolute;
  left: 3px;
  bottom: 3px;
  width: 24px;
  height: 24px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  z-index: -1;
}
.why .profd3 {
  width: 7px;
  height: 7px;
  background: #3281f7;
  position: absolute;
  right: 0;
  top: 0;
}
.why .profd3:after {
  content: "";
  position: absolute;
  right: 3px;
  top: 3px;
  width: 24px;
  height: 24px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  z-index: -1;
}
.why .profd4 {
  width: 7px;
  height: 7px;
  background: #3281f7;
  position: absolute;
  right: 0;
  bottom: 0;
}
.why .profd4:after {
  content: "";
  position: absolute;
  right: 3px;
  bottom: 3px;
  width: 24px;
  height: 24px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  z-index: -1;
}
.why .whycircle {
  position: absolute;
  width: 728px;
  height: 728px;
  border: 44px solid rgb(237, 237, 237);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: #fff;
  outline: 44px solid #fff;
  opacity: 0.28;
}
@media (max-width: 767px) {
  .why .whycircle {
    display: none;
  }
}

.ourworks {
  min-height: 1060px;
  background: url(/images/our-works-bgopt.jpg);
  background-size: cover;
  border-top: 7px solid #3281f7;
  border-bottom: 7px solid #3281f7;
  padding: 0 0 48px;
}
@supports (background-image: url("/images/our-works-bgopt.webp")) {
  .ourworks {
    background-image: url("/images/our-works-bgopt.webp");
  }
}
@media (max-width: 767px) {
  .ourworks {
    padding: 0 0 48px;
  }
}
.ourworks h2 {
  font-size: 36px;
  margin: 24px 0;
  text-align: center;
  color: #272727;
  background: linear-gradient(90deg, rgb(87, 87, 87) 0%, rgb(113, 113, 113) 50%, rgb(87, 87, 87) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ourworks .devide {
  margin-bottom: 27px;
}
.ourworks .padleft {
  padding: 0 7px 14px;
}
.ourworks .work {
  position: relative;
  min-width: 280px;
}
@media (min-width: 992px) {
  .ourworks .work {
    min-width: 234px;
  }
}
@media (min-width: 1200px) {
  .ourworks .work {
    min-width: 280px;
  }
}
.ourworks .work:hover img {
  filter: grayscale(1);
  box-shadow: 0 0px 7px rgba(0, 0, 0, 0.28);
}
.ourworks .work img {
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.48);
  transition: 0.7s ease;
}
.ourworks .work a {
  padding: 4px 7px 17px;
  position: relative;
  display: block;
}
.ourworks .work a:hover .workmore {
  opacity: 1;
}
.ourworks .work a:hover .workname {
  bottom: 107px;
}
.ourworks .work a:hover .workdate {
  bottom: 78px;
}
.ourworks .workname {
  position: absolute;
  bottom: 67px;
  background: #3281f7;
  color: #fff;
  padding: 14px 17px 16px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 0 12px 12px 0;
  transition: 0.7s ease;
  background: radial-gradient(circle, rgb(113, 156, 219) 0%, rgb(50, 129, 247) 100%);
}
.ourworks .workdate {
  position: absolute;
  bottom: 38px;
  background: rgba(0, 0, 0, 0.68);
  color: #fff;
  padding: 7px 14px;
  border-radius: 0 7px 7px 0;
  transition: 0.7s ease;
}
.ourworks .workmore {
  position: absolute;
  bottom: 40px;
  margin: 0;
  background: #3281f7;
  color: #fff;
  padding: 7px 14px 8px;
  border-radius: 4px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.7s ease;
  opacity: 0;
}
.ourworks .dot {
  position: absolute;
  width: 7px;
  height: 7px;
  background: #fafafa;
  border-radius: 50%;
  left: 18px;
  top: 16px;
  transition: 0.7s ease;
  z-index: 1;
}
.ourworks .dot2 {
  position: absolute;
  width: 7px;
  height: 7px;
  background: #fafafa;
  border-radius: 50%;
  right: 18px;
  top: 16px;
  transition: 0.7s ease;
  z-index: 1;
}
.ourworks .dot3 {
  position: absolute;
  width: 7px;
  height: 7px;
  background: #fafafa;
  border-radius: 50%;
  right: 18px;
  bottom: 31px;
  transition: 0.7s ease;
  z-index: 1;
}
.ourworks .dot4 {
  position: absolute;
  width: 7px;
  height: 7px;
  background: #fafafa;
  border-radius: 50%;
  left: 18px;
  bottom: 31px;
  transition: 0.7s ease;
  z-index: 1;
}
.ourworks .ourworkbl {
  width: 100%;
  text-align: center;
}
.ourworks .ourworkalllink {
  background: #3281f7;
  color: #fff;
  text-decoration: none;
  padding: 14px 27px;
  display: inline-block;
  margin: 40px 0 0;
  border-radius: 7px;
  position: relative;
  background: radial-gradient(circle, rgb(113, 156, 219) 0%, rgb(50, 129, 247) 100%);
}
.ourworks .workdis {
  pointer-events: none;
}
.ourworks .formrow {
  justify-content: space-evenly;
}
.ourworks .formblock {
  background: rgba(0, 0, 0, 0.47);
  min-height: 270px;
  min-width: 370px;
  margin: 40px 0 0;
  border-radius: 14px;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.49) 0%, rgba(0, 0, 0, 0.78) 100%);
}
@media (min-width: 768px) {
  .ourworks .formblock {
    min-width: 480px;
  }
}
@media (min-width: 992px) {
  .ourworks .formblock {
    min-width: 447px;
  }
}
@media (min-width: 1200px) {
  .ourworks .formblock {
    min-width: 480px;
  }
}
.ourworks .formblock .formblockborder {
  border: 1px dashed #fff;
  margin: 7px;
  position: relative;
  border-radius: 8px;
  min-height: 256px;
}
.ourworks .formblock .formblockborder h3 {
  color: #fff;
  text-align: center;
  font-size: 24px;
}
.ourworks .formblock .formblockborder .callbl {
  text-align: center;
}
.ourworks .formblock .formblockborder .callbl p {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  margin: 0 70px 0 0;
  position: relative;
}
.ourworks .formblock .formblockborder .callbl p img {
  width: 60px;
  position: absolute;
  right: -67px;
}
.ourworks .formblock .formblockborder .callbl a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: #3281f7;
  padding: 7px 14px;
  border-radius: 4px;
  font-size: 20px;
}
.ourworks .formblock .formblockborder .writebl {
  text-align: center;
}
.ourworks .formblock .formblockborder .writebl p {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  margin: 20px 70px 0 0;
  position: relative;
}
.ourworks .formblock .formblockborder .writebl p img {
  width: 60px;
  position: absolute;
  right: -70px;
  top: 0;
}
.ourworks .formblock .formblockborder .writebl a {
  margin: 14px 8px 0;
  display: inline-block;
}
.ourworks .formblock .formblockborder .writebl img {
  width: 34px;
  position: relative;
  top: 7px;
}
.ourworks .formblock .formblockborder .freecons {
  text-align: center;
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
}
.ourworks .formblock .formblockborder .worktime {
  text-align: center;
  color: #fff;
  margin: 7px 0 10px;
}
.ourworks .formblock .formSpan12 {
  text-align: center;
}
.ourworks .formblock .formValidation {
  position: relative;
  top: -10px;
}
.ourworks .formblock .formValidation .formError {
  color: #fff;
  background: #eb0000;
  font-weight: normal;
  padding: 4px 7px;
  border-radius: 4px;
}
.ourworks .formblock .formControlLabel {
  color: #fff;
  background: #3281f7;
  padding: 4px 7px;
  position: relative;
  top: -3px;
  border-radius: 4px;
}
.ourworks .formblock input {
  padding: 12px 20px 10px;
  font-size: 20px;
}
.ourworks .formblock button {
  background: #3281f7;
  color: #fff;
  border: 0;
  font-size: 18px;
  padding: 10px 27px;
  border-radius: 7px;
  cursor: pointer;
}

.howwework {
  background: url(/images/howweworkbgopt.png);
  background-position: right;
}
@supports (background-image: url("/images/howweworkbgopt.webp")) {
  .howwework {
    background-image: url("/images/howweworkbgopt.webp");
  }
}
@media (min-width: 768px) {
  .howwework {
    background-position: center;
  }
}
.howwework h2 {
  font-size: 32px;
  margin: 48px 0 24px;
  line-height: 1;
  text-align: center;
  color: #272727;
  background: linear-gradient(90deg, rgb(87, 87, 87) 0%, rgb(113, 113, 113) 50%, rgb(87, 87, 87) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .howwework h2 {
    font-size: 36px;
    margin: 24px 0;
  }
}
.howwework .devide {
  margin-bottom: 27px;
}
.howwework .padleft {
  padding: 0 7px 7px;
}
@media (min-width: 768px) {
  .howwework .padleft {
    padding: 0;
    flex-wrap: wrap;
  }
}
.howwework .hwwimg {
  width: 100%;
  padding: 0 24px;
}
@media (min-width: 768px) {
  .howwework .hwwimg {
    display: none;
  }
}
@media (min-width: 992px) {
  .howwework .hwwimg {
    display: block;
    width: 33%;
    padding: 0;
  }
}
.howwework .hwwtext {
  width: 100%;
}
@media (min-width: 768px) {
  .howwework .hwwtext {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .howwework .hwwtext {
    width: 66%;
  }
}
.howwework .hwwbl {
  background: #ededed;
  margin: 32px 14px 14px;
  padding: 43px 14px 20px;
  position: relative;
  border-radius: 14px;
  background: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
  min-width: 248px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.38);
}
@media (min-width: 768px) {
  .howwework .hwwbl {
    padding: 43px 20px 20px;
    margin: 24px 7px 14px;
    max-width: 48%;
  }
}
@media (min-width: 992px) {
  .howwework .hwwbl {
    max-width: 47%;
  }
}
@media (min-width: 1200px) {
  .howwework .hwwbl {
    max-width: 48%;
  }
}
.howwework .hwwbl:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/images/bg-ovarlayopt.png);
  z-index: 0;
  opacity: 0.28;
}
@supports (background-image: url("/images/bg-ovarlayopt.webp")) {
  .howwework .hwwbl:before {
    background-image: url("/images/bg-ovarlayopt.webp");
  }
}
.howwework .hwwbl p {
  margin: 0;
}
.howwework .hwwbl .numb {
  position: absolute;
  line-height: 1;
  font-size: 78px;
  font-weight: bold;
  top: -34px;
  left: 50%;
  transform: translateX(-50%);
  color: #3281f7;
}

.faq {
  position: relative;
}
.faq .bluecircle:before {
  content: "?";
  position: absolute;
  font-size: 228px;
  font-weight: bold;
  color: #ebeef3;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
  line-height: 1;
  z-index: -1;
}
.faq h2 {
  font-size: 32px;
  margin: 48px 0 24px;
  line-height: 1;
  text-align: center;
  color: #272727;
  background: linear-gradient(90deg, rgb(87, 87, 87) 0%, rgb(113, 113, 113) 50%, rgb(87, 87, 87) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .faq h2 {
    font-size: 36px;
    margin: 24px 0;
  }
}
.faq .devide {
  margin-bottom: 27px;
}
.faq .faqfb {
  width: 100%;
}
@media (min-width: 768px) {
  .faq .faqfb {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .faq .faqfb {
    width: 50%;
  }
}
.faq .faqsb {
  width: 100%;
}
@media (min-width: 768px) {
  .faq .faqsb {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .faq .faqsb {
    width: 50%;
  }
}
.faq .accordion {
  margin: 0 14px;
}
@media (min-width: 768px) {
  .faq .accordion {
    margin: 20px 20px 0 0;
  }
}
.faq .accordion-item {
  border: 1px solid #eef1f5;
  margin-bottom: 11px;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
  background: #fafafa;
}
.faq .accordion-item-header {
  background-color: #dbdbdb;
  padding: 14px 40px 14px 14px;
  cursor: pointer;
  border-radius: 8px;
  position: relative;
  background: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
}
.faq .accordion-item-body {
  overflow: hidden;
  transition: height 0.7s ease;
  padding: 0;
}
.faq .accordion-item-body p {
  margin: 0;
  padding: 8px 16px;
}
.faq .accordion-item-body.collapsed {
  height: 0;
}
.faq span.symb {
  position: absolute;
  right: 17px;
  top: 50%;
  height: 3px;
  width: 20px;
  background: #8b8b8b;
  transform: translateY(-50%);
}
.faq span.symb:before {
  position: absolute;
  right: 0;
  top: 50%;
  height: 3px;
  width: 20px;
  background: #8b8b8b;
  transform: translateY(-50%) rotate(90deg);
  content: "";
}

.hometext {
  padding: 0 14px;
}

footer {
  background-color: #474747;
  position: relative;
  background-image: url(/images/footbg.png);
}
@supports (background-image: url("/images/footbg.webp")) {
  footer {
    background-image: url("/images/footbg.webp");
  }
}
footer:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #474747;
  position: absolute;
  top: -13px;
  left: 0;
}
footer:before {
  content: "";
  width: 100%;
  height: 3px;
  background: #474747;
  position: absolute;
  top: -7px;
  left: 0;
}
footer .row {
  flex-wrap: wrap;
}
footer .f1 {
  color: #fff;
  width: 100%;
  padding: 0 14px;
}
@media (min-width: 768px) {
  footer .f1 {
    width: 28%;
    margin-bottom: 24px;
  }
}
footer .f1 img {
  width: 200px;
  margin: 24px 0 0;
}
footer .f2 {
  width: 100%;
}
@media (min-width: 768px) {
  footer .f2 {
    width: 72%;
  }
}
footer .footmenu {
  width: 100%;
}
@media (min-width: 768px) {
  footer .footmenu {
    width: 70%;
  }
}
footer .footmenu ul {
  list-style: none;
  padding: 0;
  margin: 37px 14px 24px;
  flex-wrap: nowrap;
  justify-content: space-between;
  display: none;
}
@media (min-width: 768px) {
  footer .footmenu ul {
    display: flex;
  }
}
footer .footmenu ul li {
  padding: 7px 14px;
}
footer .footmenu ul li a {
  color: #fff;
  text-decoration: none;
}
footer .footphone {
  width: 100%;
  text-align: right;
  display: none;
  margin: 20px 0 0;
}
@media (min-width: 768px) {
  footer .footphone {
    display: block;
    width: 30%;
  }
}
footer .footphone a {
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  margin: 0 24px 4px 14px;
  display: block;
}
footer .mlinks {
  width: 100%;
  padding: 0 12px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  footer .mlinks {
    width: 45%;
    padding: 0 12px;
  }
}
footer .mlinks img {
  width: 32px;
  position: relative;
  margin: 0 10px;
  top: 10px;
}
footer .mlinks p,
footer .mlinks a{
  color: #fff;
  margin: 0;
  display: inline-block;
}
footer .mlinks .footline {
  width: 58px;
  position: relative;
  margin: 0 0 0 14px;
  top: 7px;
  display: none;
}
@media (min-width: 768px) {
  footer .mlinks .footline {
    display: block;
  }
}
footer .slinks {
  width: 100%;
  padding: 0 12px;
  text-align: center;
}
@media (min-width: 768px) {
  footer .slinks {
    width: 55%;
  }
}
footer .slinks img {
  width: 32px;
  position: relative;
  margin: 0 10px;
  top: 10px;
}
footer .slinks p,
footer .slinks a{
  color: #fff;
  margin: 0;
  display: inline-block;
}
footer .slinks .footline {
  width: 58px;
  position: relative;
  margin: 0 0 0 14px;
  top: 7px;
  display: none;
}
@media (min-width: 768px) {
  footer .slinks .footline {
    display: block;
  }
}
footer .copy {
  color: #fff;
  width: 100%;
  text-align: center;
  margin: 40px 24px 14px;
}

.modalmenu,
.modalserv {
  display: flex;
  position: fixed;
  z-index: 1000;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  justify-content: center;
  align-items: flex-start;
  transition: 1.4s ease;
}
.modalmenu .modal-content,
.modalserv .modal-content {
  margin: 0;
  padding: 20px 20px 0;
  width: 100%;
  min-height: 100%;
  max-width: 980px;
  box-shadow: 0 0 48px rgba(0, 0, 0, 0.47);
  background: url(/images/tophomebgopt.jpg?v=2);
  background-size: cover;
  background-position: center;
}
@supports (background-image: url("/images/tophomebgopt.webp")) {
  .modalmenu .modal-content,
  .modalserv .modal-content {
    background-image: url("/images/tophomebgopt.webp");
  }
}
.modalmenu .close,
.modalserv .close {
  color: #777777;
  float: right;
  font-size: 42px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  top: -8px;
}
.modalmenu .close:hover, .modalmenu .close:focus,
.modalserv .close:hover,
.modalserv .close:focus {
  color: rgb(88, 88, 88);
  text-decoration: none;
  cursor: pointer;
}
.modalmenu.modal-show,
.modalserv.modal-show {
  left: 0;
}

.modalserv {
  background: rgba(0, 0, 0, 0.78);
}
@media (min-width: 768px) {
  .modalserv .modal-content {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .modalserv .modal-content {
    margin: 12px 0 0;
    min-height: auto;
  }
}
@media (min-width: 1200px) {
  .modalserv .modal-content {
    margin: 28px 0 0;
  }
}
.modalserv .headbl {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 7px;
}
.modalserv .menuservblock {
  margin-bottom: 37px;
}
.modalserv .menuservblock a {
  background: #fff;
  padding: 5px 7px;
  margin: 4px 4px 7px;
  display: inline-block;
  text-decoration: none;
  border-radius: 4px;
}

.modalmenu .menubodyblock {
  text-align: center;
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 94%;
}
.modalmenu .moblogo {
  max-width: 200px;
}
.modalmenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.modalmenu hr {
  margin: 28px 30%;
  width: 40%;
}
.modalmenu .phonemob {
  font-size: 22px;
  margin: 14px 7px;
  text-decoration: none;
}
.modalmenu .lang {
  position: relative;
  top: -14px;
}
.modalmenu .lang-inline {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.modalmenu .lang-inline li a {
  background: #3282f6;
  text-decoration: none;
  padding: 7px 7px 5px;
  margin: 0 7px 20px;
  color: #fff;
  border-radius: 4px;
}
.modalmenu .lang-inline .lang-active a {
  background: #ccc;
  color: #474747;
}
.modalmenu .nav a {
  font-size: 24px;
  text-decoration: none;
  margin: 24px 0;
  display: block;
}

.openModalLink {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  background: #3281f7;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  padding: 15px 27px;
  z-index: 7;
  display: block;
  width: -moz-max-content;
  width: max-content;
  border-radius: 14px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.48);
}
.openModalLink img {
  width: 48px;
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #3281f7;
  padding: 5px 8px 0;
  border-radius: 39px;
}

.callmeblock {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  justify-content: center;
  align-items: center;
}
.callmeblock .modal-content {
  margin: 0;
  padding: 20px;
  width: 90%;
  max-width: 500px;
  background-color: #fafafa;
  background-image: url(/images/back-pattern.png);
}
.callmeblock .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: relative;
  top: -8px;
}
.callmeblock .close:hover, .callmeblock .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.callmeblock.modal-show {
  display: flex;
}
.callmeblock h3 {
  text-align: center;
  font-size: 24px;
  padding: 0 14px;
  margin-bottom: 34px;
}
.callmeblock .formBody {
  text-align: center;
}
.callmeblock .formControlLabel {
  display: block;
  width: 100%;
  text-align: center;
}
.callmeblock .formControlLabel span {
  background: #3281f7;
  color: #fff;
  padding: 4px 7px 4px;
  position: relative;
  top: -3px;
}
.callmeblock input {
  padding: 10px 14px 7px;
  border: 1px solid #ccc;
  min-width: 268px;
}
.callmeblock button {
  padding: 14px 34px 13px;
  border: 0;
  background: #3281f7;
  color: #fff;
}

.phonelink {
  position: fixed;
  right: 10px;
  bottom: 82px;
  background-color: #3281f7;
  padding: 14px;
  border-radius: 50%;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.48);
  z-index: 88;
}
@media (min-width: 992px) {
  .phonelink {
    right: 40px;
  }
}
.phonelink img {
  width: 32px;
  display: block;
}
.phonelink img.close {
  display: none;
}
.phonelink.vis img {
  display: none;
}
.phonelink.vis img.close {
  display: block;
}

.messagelink {
  position: fixed;
  right: 10px;
  bottom: 160px;
  background-color: #3281f7;
  padding: 14px;
  border-radius: 50%;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.48);
  z-index: 88;
}
@media (min-width: 992px) {
  .messagelink {
    right: 40px;
  }
}
.messagelink img {
  width: 32px;
  display: block;
}
.messagelink img.close {
  display: none;
}
.messagelink.vis img {
  display: none;
}
.messagelink.vis img.close {
  display: block;
}

.phonebl {
  position: fixed;
  bottom: -100%;
  left: 78px;
  right: 78px;
  text-align: center;
  background-color: #3281f7;
  padding: 14px;
  z-index: 8;
  border-radius: 14px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.48);
  transition: 0.8s;
  max-width: 248px;
}
@media (min-width: 768px) {
  .phonebl {
    left: auto;
    right: 84px;
    padding: 14px 40px;
  }
}
@media (min-width: 992px) {
  .phonebl {
    right: 138px;
  }
}
.phonebl:before {
  content: "";
  position: absolute;
  border: 1px solid #fff;
  top: 7px;
  left: 7px;
  bottom: 7px;
  right: 7px;
  border-radius: 7px;
}
.phonebl.vis {
  bottom: 16px;
  transition: 1.4s;
}
@media (min-width: 992px) {
  .phonebl.vis {
    bottom: 84px;
  }
}
.phonebl img {
  position: absolute;
  top: -30px;
  width: 60px;
  left: 50%;
  transform: translateX(-50%);
  background: #3281f7;
  padding: 14px;
  border-radius: 50%;
}
.phonebl a {
  display: block;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  margin: 14px 0 17px;
}

.messagebl {
  position: fixed;
  bottom: -100%;
  left: 80px;
  right: 80px;
  background-color: #3281f7;
  padding: 14px 14px 14px 27px;
  z-index: 8;
  border-radius: 7px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.48);
  transition: 0.8s;
  max-width: 248px;
}
@media (min-width: 768px) {
  .messagebl {
    left: auto;
    right: 84px;
    padding: 14px 28px 14px 40px;
  }
}
@media (min-width: 992px) {
  .messagebl {
    right: 138px;
  }
}
.messagebl:before {
  content: "";
  position: absolute;
  border: 1px solid #fff;
  top: 7px;
  left: 7px;
  bottom: 7px;
  right: 7px;
  border-radius: 7px;
}
.messagebl.vis {
  bottom: 16px;
  transition: 1.4s;
}
@media (min-width: 992px) {
  .messagebl.vis {
    bottom: 50px;
  }
}
.messagebl a {
  display: block;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  margin: 14px 0 17px;
}
.messagebl .imgl {
  position: absolute;
  top: -30px;
  width: 60px;
  left: 50%;
  transform: translateX(-50%);
  background: #3281f7;
  padding: 14px;
  border-radius: 27%;
}
.messagebl img {
  width: 28px;
}
.messagebl span {
  position: relative;
  top: -7px;
  margin: 0 0 0 7px;
}/*# sourceMappingURL=template.css.map */