/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
menu,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */

*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*=============== VARIABLES CSS ===============*/

:root {
  --white-color: #FFFFFF;
  --dark-color: #2c2828;
  --bg-color: #F6F6F8;
  --main-orange: #FF4C00;
  --main-gray: #ECEDEF;
  --main-white: #ffffff;
  --bg-footer: #454545;
  --body-font: "Open Sans", sans-serif;
  --title-font: "Montserrat", sans-serif;
  --h1-special: 2.8em;
  --h1-font: 2em;
  --h2-font: 1.7em;
  --h3-font: 1.2em;
  --regular-font: 1em;
  --second-font: 1.5em;
  --font-128: 5em;
}

.section-about {
  position: relative;
  padding: 90px 0px;
  background: var(--main-white);
}

.section-about__container {
  gap: 60px;
}

.section-about__block {
  margin-bottom: 60px;
}

.section-about__block p {
  font-weight: 700;
  font-size: var(--h2-font);
  line-height: 120%;
  color: var(--main-orange);
  display: block;
  width: 65%;
  margin-bottom: 40px;
}

.section-about__block p:last-child {
  color: #5a5a5a;
  width: 60%;
  margin-left: auto;
  text-align: end;
  font-size: var(--h3-font);
  font-weight: 500;
}

.section-about__number {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.section-about__number span {
  line-height: 100%;
  font-weight: 800;
  color: var(--main-orange);
  font-size: var(--font-128);
}

.section-about__counter {
  text-align: center;
}

.section-about__counter p {
  margin-top: 15px;
  font-weight: 500;
}

.section-about__block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-advantages {
  padding: 90px 0px;
  background-repeat: no-repeat;
  background-position: center 70%;
  background-size: cover;
}

.section-advantages__container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-advantages__block {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
  max-width: 25%;
  gap: 30px;
}

.section-advantages__block img {
  border-radius: 50%;
}

.section-advantages__block span {
  font-size: var(--regular-font);
  line-height: 140%;
  font-weight: 400;
  font-weight: 700;
  color: var(--white-color);
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

:active,
:hover,
:focus {
  outline: 0;
  outline-offset: 0;
}

body {
  overflow-x: hidden;
  background: var(--bg-color);
  font-family: var(--body-font);
  color: var(--dark-color);
}

.body-lock {
  overflow-y: hidden;
}

.wrapp-page {
  min-height: 100vh;
  position: relative;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1420px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

h1 {
  font-size: var(--h1-font);
  line-height: 110%;
  font-weight: 800;
  text-transform: uppercase;
}

h2 {
  font-size: var(--h2-font);
  line-height: 110%;
  font-weight: 700;
}

h3 {
  font-size: var(--h3-font);
  line-height: 110%;
  font-weight: 700;
}

p {
  font-size: var(--regular-font);
  line-height: 140%;
  font-weight: 400;
}

.type-page {
  padding: 90px 0px 0px 0px;
}

.type-page h1 {
  color: var(--main-orange);
  margin-bottom: 60px;
  text-align: center;
}

.inner-content {
  color: var(--dark-color);
}

.inner-content h2 {
  margin-bottom: 30px;
}

.inner-content h3,
.inner-content h4 {
  margin-bottom: 20px;
}

.inner-content p {
  margin-bottom: 15px;
}

.inner-content ul {
  padding-left: 15px;
  list-style: disc;
}

.inner-content ul li {
  margin-bottom: 15px;
  font-size: var(--regular-font);
  line-height: 140%;
  font-weight: 400;
}

.inner-content ul li::marker {
  color: var(--main-orange);
}

.inner-content b {
  font-weight: 700;
}

.inner-content strong {
  font-weight: 700;
}

.button-primary {
  background: var(--main-orange);
  color: var(--main-white);
  padding: 15px 30px;
  border: none;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.button-primary:hover {
  background: #d04103;
}

.button-gray {
  background: var(--main-gray);
  text-align: center;
  color: var(--main-white);
  padding: 15px 30px;
  font-weight: 500;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.button-gray:hover {
  background: var(--main-orange);
}

.swiper-button-disabled {
  display: none;
}

.section-breadcrumb {
  padding-top: 60px;
}

.breadcrumb a {
  color: var(--main-orange);
}

.section-404 {
  height: calc(100vh - 115px);
}

.section-404 h1 {
  color: var(--main-orange);
  font-size: 12em;
}

.section-404__container {
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-404__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.styled-table {
  border-collapse: collapse;
  margin-top: 25px;
  font-size: 18px;
  width: 100%;
  border: 1px solid #ddd;
}

.styled-table thead tr {
  background: var(--main-gray);
  color: var(--main-dark);
  text-align: left;
  font-weight: bold;
}

.styled-table th,
.styled-table td {
  padding: 12px 15px;
  border: 1px solid #ddd;
  line-height: 140%;
}

.styled-table tbody tr {
  border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
  background: #f3f3f3;
}

.styled-table tbody tr:hover {
  background: #f1f1f1;
  cursor: pointer;
}

.tabs {
  width: 100%;
  display: block;
}

.tab-links {
  margin-bottom: 40px;
  list-style: none;
}

.tab-links li {
  display: inline-block;
  margin-right: 5px;
}

.tab-links li a {
  font-size: var(--regular-font);
  line-height: 140%;
  font-weight: 400;
  font-weight: 600;
  text-decoration: none;
  padding: 15px 30px;
  background: #ddd;
  color: #333;
  border-radius: 8px;
}

.tab-links .active a {
  background: var(--main-orange);
  color: var(--main-white);
}

.tab-content {
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  padding: 30px;
  background: #fff;
  border-radius: 8px;
}

.tab-content h2 {
  margin-bottom: 30px;
}

.tab-content .tab {
  display: none;
}

.tab-content .tab.active {
  display: block;
}

.span-computex {
  font-size: var(--h3-font);
  line-height: 110%;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.4470588235);
  opacity: 0.7;
}

.hero-service {
  padding: 60px 0;
  background: var(--main-orange);
  position: relative;
  overflow: hidden;
}

.hero-service h1 {
  color: var(--main-white);
  width: 55%;
}

.hero-service__img {
  position: absolute;
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  right: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  -o-transition: transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}

.white-button {
  background: var(--main-white);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  padding: 15px 30px;
  border-radius: 0.75rem;
  margin-top: 30px;
}

.white-button__text {
  color: var(--main-orange);
  text-transform: uppercase;
  font-weight: 700;
}

.title-words {
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
  color: var(--main-orange);
}

.title-words::before {
  content: attr(title);
  position: absolute;
  z-index: -1;
  font-size: var(--h1-special);
  color: rgba(223, 222, 222, 0.5254901961);
  text-transform: uppercase;
  font-weight: 800;
  top: 0;
  left: 15px;
}

.section-contact {
  overflow: hidden;
  background: var(--main-orange);
}

.section-contact__block {
  overflow: hidden;
}

.section-contact__block #map {
  width: 100%;
  height: 100%;
}

.section-contact__map {
  width: 40%;
}

.section-contact__map #map {
  max-height: 750px;
}

.section-contact__container {
  padding: 0;
}

.section-contact__card:nth-child(5) {
  grid-column: 1/3;
}

.section-contact__info {
  width: 60%;
  padding: 30px 20px;
  background: var(--main-orange);
}

.section-contact__info h1 {
  color: var(--main-white);
  margin-bottom: 60px;
}

.section-contact__info h3 {
  margin-bottom: 15px;
  color: var(--main-white);
}

.section-contact__column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.section-contact__row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  opacity: 0.9;
}

.section-contact .icon {
  color: var(--main-white);
}

.section-contact .text {
  font-size: var(--regular-font);
  line-height: 140%;
  font-weight: 400;
  color: var(--main-white);
  font-weight: 500;
}

.section-contact a {
  font-size: var(--regular-font);
  line-height: 140%;
  font-weight: 400;
  color: var(--main-white);
  font-weight: 500;
}

.section-contact__phons {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}

.section-contact__social {
  color: var(--main-yellow);
  display: inline-block;
}

.section-contact__social:not(:first-child) {
  padding: 0px 5px;
}

.page-template-page-contact .footer #map {
  display: none;
}

.footer {
  padding-bottom: 30px;
  color: var(--main-white);
  background: var(--bg-footer);
}

.footer .map-section {
  margin-bottom: 60px;
}

.footer h3 {
  font-weight: 500;
  margin-bottom: 30px;
  color: var(--main-orange);
}

.footer__contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}

.footer__contact svg {
  width: 20px;
}

.footer__phone {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  color: var(--dark-color);
}

.footer__phone .text {
  font: 18px/110% var(--title-font);
}

.footer__time,
.footer__local {
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--dark-color);
}

.footer__wrapp {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.footer .nav-footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}

.footer .nav-footer a {
  font-size: var(--regular-font);
  line-height: 140%;
  font-weight: 400;
  color: var(--main-white);
}

.footer__copyright {
  padding-top: 60px;
  text-align: center;
}

.footer__copyright p {
  font-size: 14px;
}

.button-up {
  display: block;
  float: right;
  color: var(--main-orange);
  cursor: pointer;
  padding: 10px 15px;
  background: #fff;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.header {
  width: 100%;
  background: var(--main-white);
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1000;
}

.header .header-top {
  padding: 10px 0px;
}

.header .header-top__container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header .header-top__logo img {
  height: 35px;
}

.header .header-top__info {
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .header-top__info .icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--main-orange);
}

.header .header-top__info a {
  font-size: var(--regular-font);
  line-height: 140%;
  font-weight: 400;
  color: var(--dark-color);
  font-weight: 500;
}

.header .header-top__info .text {
  font-size: var(--regular-font);
  line-height: 140%;
  font-weight: 400;
  color: var(--dark-color);
  font-weight: 500;
}

.header .header-top__info--links {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2px;
}

.header .header-bottom .sub-menu a {
  color: var(--dark-color);
}

.header .header-bottom__container {
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header .header-bottom .nav {
  height: 100%;
}

.header .header-bottom .nav ul {
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .header-bottom .nav li {
  position: relative;
}

.header .header-bottom .nav a {
  font-size: var(--regular-font);
  line-height: 140%;
  font-weight: 400;
  color: var(--dark-color);
  font-weight: 500;
  z-index: 100;
}

.header .header-bottom .nav a:not(:only-child) {
  padding: 15px 0px;
}

.header .header-bottom .menu-item-has-children a:not(:only-child) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .header-bottom .menu-item-has-children a:not(:only-child):after {
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.29289 8.29289C5.68342 7.90237 6.31658 7.90237 6.70711 8.29289L12 13.5858L17.2929 8.29289C17.6834 7.90237 18.3166 7.90237 18.7071 8.29289C19.0976 8.68342 19.0976 9.31658 18.7071 9.70711L12.8839 15.5303C12.3957 16.0185 11.6043 16.0185 11.1161 15.5303L5.29289 9.70711C4.90237 9.31658 4.90237 8.68342 5.29289 8.29289Z' fill='%232C2828' /%3E%3C/svg%3E") no-repeat bottom/contain;
  content: "";
  height: 24px;
  width: 24px;
  position: relative;
  display: block;
  top: 0px;
  bottom: 0px;
  right: 0px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .menu-item-has-children .active-menu:not(:only-child):after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.show {
  display: block !important;
  height: calc(100vh - 60px);
}

.show .header-bottom__container {
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: calc(100vh - 80px);
}

.show .nav__list {
  gap: 30px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hero {
  position: relative;
  overflow: hidden;
  z-index: 10;
  height: calc(100vh - 116px);
  background: var(--main-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero__bg {
  position: absolute;
  z-index: 1;
  left: 58%;
}

.hero__bg img {
  -o-object-fit: cover;
  object-fit: cover;
}

.hero__container {
  z-index: 10;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
}

.hero__container h1 {
  font: 900 var(--h1-special)/100% "Mulish", sans-serif;
  text-transform: uppercase;
  margin-bottom: 60px;
  color: var(--main-orange);
}

.hero__container h2 {
  text-transform: uppercase;
  color: var(--main-white);
  font-weight: 500;
  margin-bottom: 30px;
}

.hero__container p {
  color: var(--main-dark);
  width: 80%;
  font-weight: 500;
}

.hero__btn {
  margin-top: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  gap: 15px;
  color: var(--main-dark);
  padding: 5px 10px;
}

.hero__btn .btn-text {
  font-size: var(--regular-font);
  line-height: 140%;
  font-weight: 400;
  font-weight: 600;
  color: var(--main-dark);
}

.hero__content {
  width: 60%;
}

.hero__img {
  position: absolute;
  right: 0;
  width: 35%;
}

.hero__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  height: 100%;
}

.circle {
  position: absolute;
  height: 160px;
  width: 160px;
  top: 5%;
  left: 20%;
  -webkit-animation: rotate 20s linear infinite;
  animation: rotate 20s linear infinite;
  overflow: hidden;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 55px;
  height: 55px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF4C00), to(tomato));
  background: -o-linear-gradient(top, #FF4C00 0%, tomato 100%);
  background: linear-gradient(to bottom, #FF4C00 0%, tomato 100%);
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  color: white;
}

.btn::before {
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--main-orange);
  content: "";
  -webkit-animation: pulse 1s infinite;
  animation: pulse 1s infinite;
}

.btn.is-clicked {
  background: -webkit-gradient(linear, left top, left bottom, from(gray), to(rgba(255, 16, 16, 0.21)));
  background: -o-linear-gradient(top, gray 0%, rgba(255, 16, 16, 0.21) 100%);
  background: linear-gradient(to bottom, gray 0%, rgba(255, 16, 16, 0.21) 100%);
}

.btn.is-clicked:before {
  -webkit-animation: blastOut 1s;
  animation: blastOut 1s;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }

  to {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }

  to {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
}

@-webkit-keyframes blastOut {
  from {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.9;
  }

  to {
    -webkit-transform: scale(10);
    transform: scale(10);
    opacity: 0;
  }
}

@keyframes blastOut {
  from {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.9;
  }

  to {
    -webkit-transform: scale(10);
    transform: scale(10);
    opacity: 0;
  }
}

@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes rotate {
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.law-section {
  padding-top: 90px;
}

.law-section__container {
  gap: 60px;
}

.law-section__block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.law-section__img img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  border-radius: 1rem;
}

.law-section-text {
  padding: 90px 0px;
  background: var(--main-white);
}

.map-section {
  position: relative;
  overflow: hidden;
}

.map-section__wrapp {
  padding: 60px 0px;
  background: var(--main-orange);
  width: 100%;
}

.map-section__info {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.map-section__container {
  position: relative;
}

.map-section__row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: var(--main-gray);
  opacity: 0.9;
}

.map-section__row .text {
  font-size: var(--regular-font);
  line-height: 140%;
  font-weight: 400;
  font-weight: 600;
  color: var(--main-white);
}

.map-section__row .icon {
  color: var(--main-white);
}

.map-section__card h3 {
  margin-bottom: 30px;
  color: var(--main-white);
}

.map-section__social {
  color: var(--main-white);
  opacity: 0.9;
  display: inline-block;
  padding: 0 5px;
}

.map-section__phons {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}

#map {
  height: 300px;
  width: 100%;
}

.ymaps-2-1-79-ground-pane {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.section-partners {
  padding-top: 90px;
}

.section-partners__grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(6, 1fr);
}

.section-partners__block {
  background: var(--main-white);
  border-radius: 1rem;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.section-partners__block img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  height: 50px;
  width: 100%;
}

.services-tab {
  padding-top: 90px;
}

.reference {
  padding: 90px 0px;
  background: var(--main-white);
}

.reference h2 {
  margin-bottom: 30px;
}

.accordion__body {
  display: none;
  padding-left: 30px;
  margin-bottom: 20px;
  color: var(--dark-color);
  border-left: 1px solid var(--main-orange);
}

.accordion__title {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}

.accordion .show-accordion::after {
  background: url('data:image/svg+xml,%3Csvg width="35" height="5" viewBox="0 0 35 5" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cline y1="2.5" x2="35" y2="2.5" stroke="%23FF4C00" stroke-width="4"/%3E%3C/svg%3E') no-repeat center center/contain;
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.accordion__title:after {
  background: url('data:image/svg+xml,%3Csvg width="35" height="35" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M17.5 0C18.0802 0 18.6366 0.230469 19.0468 0.640704C19.457 1.05094 19.6875 1.60734 19.6875 2.1875V15.3125H32.8125C33.3927 15.3125 33.9491 15.543 34.3593 15.9532C34.7695 16.3634 35 16.9198 35 17.5C35 18.0802 34.7695 18.6366 34.3593 19.0468C33.9491 19.457 33.3927 19.6875 32.8125 19.6875H19.6875V32.8125C19.6875 33.3927 19.457 33.9491 19.0468 34.3593C18.6366 34.7695 18.0802 35 17.5 35C16.9198 35 16.3634 34.7695 15.9532 34.3593C15.543 33.9491 15.3125 33.3927 15.3125 32.8125V19.6875H2.1875C1.60734 19.6875 1.05094 19.457 0.640704 19.0468C0.230469 18.6366 0 18.0802 0 17.5C0 16.9198 0.230469 16.3634 0.640704 15.9532C1.05094 15.543 1.60734 15.3125 2.1875 15.3125H15.3125V2.1875C15.3125 1.60734 15.543 1.05094 15.9532 0.640704C16.3634 0.230469 16.9198 0 17.5 0Z" fill="%23FF4C00"/%3E%3C/svg%3E') no-repeat center center/contain;
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: block;
  right: 0px;
  top: 40%;
  width: 20px;
  height: 20px;
}

.accordion h3 {
  font-size: var(--h3-font);
  line-height: 110%;
  font-weight: 700;
  color: var(--dark-color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.accordion:not(:last-child) {
  border-bottom: 1px solid rgba(61, 61, 61, 0.212);
}

.accordion:not(:last-child) .accordion__title {
  padding: 30px 0px;
}

.accordion:last-child .accordion__title {
  padding-top: 20px;
}

.accordion:last-child .accordion__body {
  margin-top: 20px;
}

.section-plus {
  padding: 90px 0px;
}

.section-plus__container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 60px;
}

.section-plus__block--1 {
  background: white;
}

.section-plus__block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 30px;
  border-radius: 1rem;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  background-position: center 90%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.section-plus__block h2 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}

.section-plus__block p {
  color: var(--white-color);
  font-weight: 600;
}

.section-plus__bg {
  font-size: 23em;
  font-weight: 900;
  color: rgba(170, 170, 170, 0.1);
  position: absolute;
  top: -20%;
  right: -12%;
  z-index: 1;
}

.section-plus__img {
  height: 250px;
}

.section-plus__block--2 h2 {
  color: var(--white-color);
}

.section-service-plus {
  background: var(--white-color);
  padding: 45px 0px;
}

.section-service-plus__container {
  gap: 60px;
}

.section-service-plus__block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-service-plus__block p {
  text-align: center;
  margin-top: 15px;
  font-weight: 600;
}

.service-links {
  padding: 90px 0px;
}

.service-links__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 30px;
}

.service-links__link {
  background: var(--white-color);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 30px;
  position: relative;
  border-radius: 1rem;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  align-items: center;
}

.service-links__link img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-links__link h3 {
  color: var(--main-orange);
  text-transform: uppercase;
  margin-bottom: 30px;
}

.service-links__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: var(--dark-color);
  font-weight: 600;
}

.service-links__arrow svg {
  width: 50px;
  height: 50px;
}

.service-price {
  padding: 90px 0px;
  background: var(--main-white);
}

.service-price p {
  font-size: 14px;
  color: #8f8e8e;
}

.price-info {
  color: var(--main-white);
}

.price-info__wrapp {
  padding: 20px;
  background: var(--main-orange);
  border-radius: 8px;
  gap: 30px;
  position: relative;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.price-info__wrapp h3 {
  margin-bottom: 15px;
  margin: 0 auto;
}

.price-info__img {
  position: absolute;
  left: 0px;
  bottom: 0;
  opacity: 0.5;
}

.price-info__text {
  width: 65%;
}

.price-info__images {
  width: 35%;
}

.price-info__images img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 280px;
}

.service-info {
  padding: 90px 0px;
}

.service-info .container {
  position: relative;
}

.service-info__block {
  width: 65%;
  margin: 30px 0 0px auto;
  gap: 30px;
}

.service-info__row {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.service-info__title {
  width: 80%;
  margin-left: auto;
}

.service-info__title p {
  font-weight: 700;
  font-size: var(--h2-font);
  line-height: 120%;
  color: var(--main-orange);
  display: inline;
}

.service-info__title p:last-child {
  color: #5a5a5a;
}

.service-info__img {
  margin-top: 60px;
  width: 80%;
  margin-left: auto;
  position: relative;
}

.service-info__img img {
  display: block;
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: grayscale(80%);
  filter: grayscale(80%);
  border-radius: 8px;
}

.service-info__img a {
  background: var(--main-orange);
  width: 110px;
  height: 110px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--main-white);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.service-info__img .span-computex {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1000;
  opacity: 0.9;
}

.service-info__ring {
  top: 20%;
  left: 5%;
  width: 120px;
  height: 120px;
  position: absolute;
}

.section-all-link {
  padding: 90px 0px;
}

.section-all-link h3 {
  margin-bottom: 15px;
  color: var(--dark-color);
  text-transform: uppercase;
  font-size: 16px;
}

.section-all-link__container {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

.section-all-link__link {
  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;
  padding: 20px;
  background: var(--main-white);
  border-radius: 1rem;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.section-all-link__btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: var(--main-orange);
  font-weight: 600;
}

.service-img__container {
  position: relative;
}

.service-img__img {
  width: 70%;
  max-height: 400px;
}

.service-img__img img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}

.service-img__content {
  width: 50%;
  background: var(--main-orange);
  color: var(--main-white);
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 30px;
  border-radius: 1rem;
}

.service-img__content h2 {
  margin-bottom: 2rem;
}

@supports (-webkit-appearance:none) {
  .header .header-bottom .menu-item-has-children a:not(:only-child):after {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.29289 8.29289C5.68342 7.90237 6.31658 7.90237 6.70711 8.29289L12 13.5858L17.2929 8.29289C17.6834 7.90237 18.3166 7.90237 18.7071 8.29289C19.0976 8.68342 19.0976 9.31658 18.7071 9.70711L12.8839 15.5303C12.3957 16.0185 11.6043 16.0185 11.1161 15.5303L5.29289 9.70711C4.90237 9.31658 4.90237 8.68342 5.29289 8.29289Z' fill='%232C2828' /%3E%3C/svg%3E");
  }

  .accordion .show-accordion::after {
    background-image: url('data:image/svg+xml,%3Csvg width="35" height="5" viewBox="0 0 35 5" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cline y1="2.5" x2="35" y2="2.5" stroke="%23FF4C00" stroke-width="4"/%3E%3C/svg%3E');
  }

  .accordion__title:after {
    background-image: url('data:image/svg+xml,%3Csvg width="35" height="35" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M17.5 0C18.0802 0 18.6366 0.230469 19.0468 0.640704C19.457 1.05094 19.6875 1.60734 19.6875 2.1875V15.3125H32.8125C33.3927 15.3125 33.9491 15.543 34.3593 15.9532C34.7695 16.3634 35 16.9198 35 17.5C35 18.0802 34.7695 18.6366 34.3593 19.0468C33.9491 19.457 33.3927 19.6875 32.8125 19.6875H19.6875V32.8125C19.6875 33.3927 19.457 33.9491 19.0468 34.3593C18.6366 34.7695 18.0802 35 17.5 35C16.9198 35 16.3634 34.7695 15.9532 34.3593C15.543 33.9491 15.3125 33.3927 15.3125 32.8125V19.6875H2.1875C1.60734 19.6875 1.05094 19.457 0.640704 19.0468C0.230469 18.6366 0 18.0802 0 17.5C0 16.9198 0.230469 16.3634 0.640704 15.9532C1.05094 15.543 1.60734 15.3125 2.1875 15.3125H15.3125V2.1875C15.3125 1.60734 15.543 1.05094 15.9532 0.640704C16.3634 0.230469 16.9198 0 17.5 0Z" fill="%23FF4C00"/%3E%3C/svg%3E');
  }
}

@media only screen and (min-width: 820px) {
  .button-up.scroll-top_down {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 1000;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }

  .button-up.scroll-top_up {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 1000;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }

  .button-up:hover {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 0.3s ease;
  }

  .footer a:hover {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: var(--main-orange);
  }

  .header .header-top__info a:hover {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: var(--main-orange);
  }

  .header .header-top__info:hover {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: var(--main-orange);
  }

  .header .header-top__info:hover .text {
    color: var(--main-orange);
  }

  .header .header-bottom .nav a:hover {
    color: var(--main-orange) !important;
  }

  .header .header-bottom .menu-item-has-children a:hover {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .header .header-bottom .menu-item-has-children a:hover:not(:only-child):after {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.29289 8.29289C5.68342 7.90237 6.31658 7.90237 6.70711 8.29289L12 13.5858L17.2929 8.29289C17.6834 7.90237 18.3166 7.90237 18.7071 8.29289C19.0976 8.68342 19.0976 9.31658 18.7071 9.70711L12.8839 15.5303C12.3957 16.0185 11.6043 16.0185 11.1161 15.5303L5.29289 9.70711C4.90237 9.31658 4.90237 8.68342 5.29289 8.29289Z' fill='%23FF4C00' /%3E%3C/svg%3E");
  }

  .header_down {
    top: -200px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .sub-menu {
    position: absolute;
    min-width: 300px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 1000;
    left: 0px;
    top: 50px;
    padding: 24px;
    background: var(--white-color);
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    display: none;
    visibility: visible;
  }

  .sub-menu li a {
    padding: 0 !important;
    width: 100%;
    display: block;
  }

  .sub-menu li:not(:last-child) {
    margin-bottom: 16px;
  }

  .header-top {
    border-bottom: 1px solid rgba(213, 212, 212, 0.4);
  }

  .burger-menu {
    display: none;
  }

  .hero__bg img {
    height: 1100px;
  }

  .hero__btn:hover {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    gap: 30px;
  }

  .hero__btn:hover .btn-text {
    color: var(--main-orange);
  }

  .accordion__title:hover {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .accordion__title:hover h3 {
    color: var(--main-orange);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

@supports (-webkit-appearance:none) {
    .header .header-bottom .menu-item-has-children a:hover:not(:only-child):after {
      background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.29289 8.29289C5.68342 7.90237 6.31658 7.90237 6.70711 8.29289L12 13.5858L17.2929 8.29289C17.6834 7.90237 18.3166 7.90237 18.7071 8.29289C19.0976 8.68342 19.0976 9.31658 18.7071 9.70711L12.8839 15.5303C12.3957 16.0185 11.6043 16.0185 11.1161 15.5303L5.29289 9.70711C4.90237 9.31658 4.90237 8.68342 5.29289 8.29289Z' fill='%23FF4C00' /%3E%3C/svg%3E");
    }
}
}

@media only screen and (min-width: 1070px) {
  .section-sertificat__block:hover {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: var(--main-orange);
  }

  .section-sertificat__block:hover p {
    color: #fff;
  }

  .section-advantages {
    background-attachment: fixed;
  }

  .white-button:hover {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.8901960784);
    gap: 30px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }

  .section-contact__row:hover {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
    transition: all 0.3s ease;
  }

  .section-contact__social:hover {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
    transition: all 0.3s ease;
  }

  .map-section__row:hover {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
    transition: all 0.3s ease;
  }

  .map-section__social:hover {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
    transition: all 0.3s ease;
  }

  .service-links__link:hover {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: var(--main-orange);
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }

  .service-links__link:hover h3 {
    color: var(--white-color);
  }

  .service-links__link:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .service-links__link:hover .service-links__arrow {
    color: #fff;
  }

  .service-links__link:hover .service-links__arrow rect {
    fill: #fff;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }

  .service-links__link:hover .service-links__arrow path {
    fill: var(--main-orange);
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }

  .service-info__img a:hover {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: var(--main-white);
    color: var(--main-orange);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }

  .section-all-link__link:hover {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: var(--main-orange);
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }

  .section-all-link__link:hover h3 {
    color: var(--white-color);
  }

  .section-all-link__link:hover .section-all-link__btn {
    color: var(--white-color);
    gap: 15px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }

  .section-all-link__link:hover .section-all-link__btn rect {
    fill: #fff;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }

  .section-all-link__link:hover .section-all-link__btn path {
    fill: var(--main-orange);
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }

@supports (-webkit-appearance:none) {

}
}

@media only screen and (max-width: 1299px) {
  :root {
    --h1-special: 2.5em;
  }

  .service-links__link {
    padding: 20px;
  }

@supports (-webkit-appearance:none) {

}
}

@media only screen and (max-width: 1069px) {
  :root {
    --h1-special: 2em;
    --h1-font: 2em;
    --h2-font: 1.3em;
    --h3-font: 1em;
    --font-128: 3em;
    --second-font: 1em;
  }

  .section-about__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-about__block {
    width: 100%;
  }

  .section-about__block p {
    width: 100%;
  }

  .section-about__block p:last-child {
    width: 100%;
    text-align: left;
  }

  .section-about__number {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-sertificat__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-advantages__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .section-advantages__block {
    max-width: 100%;
  }

  .section-advantages__block span {
    width: 100%;
  }

  .tab-content {
    padding: 20px;
  }

  .styled-table {
    border: none;
  }

  .styled-table thead {
    display: none;
  }

  .styled-table tbody,
  .styled-table tr,
  .styled-table td {
    display: block;
    width: 100%;
  }

  .styled-table tr {
    margin-bottom: 15px;
  }

  .styled-table tr td:first-child {
    font-weight: 700;
  }

  .styled-table td {
    position: relative;
  }

  .styled-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    width: 50%;
    padding-left: 15px;
    font-weight: bold;
    text-align: left;
  }

  .hero-service__img {
    height: 180px;
  }

  .footer__wrapp {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 60px;
  }

  .footer .contact,
  .footer .nav-footer,
  .footer .contact-2 {
    width: 45%;
  }

  .law-section__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .map-section__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }

  .section-partners__grid {
    grid-template-columns: repeat(5, 1fr);
  }

  .section-service-plus__container {
    gap: 30px;
  }

  .section-plus__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-plus__block {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .section-plus__block--2 {
    min-height: 450px;
  }

  .section-plus__img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    display: block;
  }

  .section-plus__bg {
    font-size: 25em;
    right: 0;
  }

  .service-links__container {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-links__link {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .service-links__link h3 {
    margin-bottom: 15px;
  }

  .service-links__link img {
    max-height: 200px;
  }

  .service-links__arrow svg {
    width: 40px;
    height: 40px;
  }

  .price-info h3 {
    width: 100%;
  }

  .price-info__img {
    width: 80%;
    z-index: 0;
  }

  .price-info__img svg {
    width: 100%;
  }

  .price-info__wrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .price-info__text {
    width: 100%;
  }

  .price-info__images {
    width: 100%;
  }

  .price-info__images img {
    max-height: 200px;
  }

  .service-info__title {
    width: 100%;
  }

  .service-info__block {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0px;
  }

  .service-info__row {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0px;
  }

  .service-info__ring {
    display: none;
  }

  .service-info__img {
    width: 100%;
  }

  .section-all-link__container {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(6, 1fr);
  }

@supports (-webkit-appearance:none) {

}
}

@media only screen and (max-width: 819px) {
  .hero-service {
    z-index: 10;
  }

  .hero-service h1 {
    width: 100%;
  }

  .hero-service__img {
    display: none;
  }

  .section-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-contact__card:nth-child(5) {
    grid-column: inherit;
  }

  .section-contact__column {
    grid-template-columns: 1fr;
  }

  .section-contact__container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section-contact__info {
    width: 100%;
  }

  .section-contact__map {
    width: 100%;
    height: 100%;
  }

  .section-contact__map #map {
    height: 300px;
  }

  .footer__wrapp {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }

  .footer .contact,
  .footer .nav-footer,
  .footer .contact-2 {
    width: 100%;
  }

  .header .header-bottom {
    display: none;
  }

  .header .header-bottom .nav {
    width: 100%;
    overflow-y: auto;
  }

  .header .header-bottom .nav ul {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
  }

  .header .header-bottom .nav ul li {
    width: 100%;
  }

  .header .header-bottom .nav ul li a {
    width: 100%;
    font-size: 24px;
    display: inline-block;
    padding: 15px 0px;
  }

  .header .header-bottom .nav .sub-menu {
    padding-top: 0;
  }

  .header .header-bottom .menu-item-has-children a:not(:only-child) {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header-top__info {
    display: none;
  }

  .burger-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
  }

  .burger-menu span {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: var(--dark-color);
    display: block;
    height: 3px;
    width: 30px;
  }

  .burger-menu-active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .burger-menu-active span:nth-child(2) {
    display: none;
  }

  .burger-menu-active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: -8px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .sub-menu {
    position: relative;
    z-index: 1000;
    padding: 24px;
    display: none;
    visibility: visible;
    padding-bottom: 0px;
  }

  .sub-menu li {
    padding-bottom: 10px !important;
  }

  .sub-menu li a {
    padding: 0 !important;
    width: 100%;
    display: block;
  }

  .sub-menu li:not(:last-child) {
    margin-bottom: 16px;
  }

  .hero {
    padding-top: 8em;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: calc(100vh - 62px);
    background-position: 80% 50%;
  }

  .hero__bg {
    display: none;
  }

  .hero__img {
    width: 50%;
    position: relative;
  }

  .hero__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero__container h1 {
    margin-bottom: 30px;
  }

  .hero__content {
    width: 85%;
  }

  .circle {
    top: 70%;
    left: 15%;
  }

  .section-partners__grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .section-service-plus__container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
  }

  .section-service-plus__block {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(50% - 16px);
    flex: 1 0 calc(50% - 16px);
  }

  .section-plus__block--1 img {
    display: block;
    width: 100%;
  }

  .section-plus__block {
    min-height: 300px;
  }

  .service-links__container {
    grid-template-columns: repeat(1, 1fr);
  }

@supports (-webkit-appearance:none) {

}
}

@media only screen and (max-width: 559px) {
  :root {
    --h1-special: 1.8em;
    --h1-font: 1.8em;
    --h2-font: 1.1em;
    --font-128: 2em;
    --second-font: 1em;
  }

  .section-sertificat__grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .hero {
    padding-top: 5em;
    overflow: hidden;
  }

  .hero__img {
    width: 80%;
  }

  .hero__container p {
    width: 100%;
  }

  .hero__content {
    width: 100%;
  }

  .circle {
    top: 70%;
    left: 5%;
  }

  .section-partners__grid {
    grid-template-columns: repeat(2, 1fr);
  }

@supports (-webkit-appearance:none) {

}
}