/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
@font-face {
  font-family: "Raleway";
  src: url("../../fonts/admin/Raleway-ExtraLight.woff2") format("woff2"), url("../../fonts/admin/Raleway-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../../fonts/admin/Raleway-Light.woff2") format("woff2"), url("../../fonts/admin/Raleway-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../../fonts/admin/Raleway-Regular.woff2") format("woff2"), url("../../fonts/admin/Raleway-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../../fonts/admin/Raleway-Medium.woff2") format("woff2"), url("../../fonts/admin/Raleway-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../../fonts/admin/Raleway-SemiBold.woff2") format("woff2"), url("../../fonts/admin/Raleway-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../../fonts/admin/Raleway-Bold.woff2") format("woff2"), url("../../fonts/admin/Raleway-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
  box-sizing: border-box;
  font-size: 16px;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  touch-action: manipulation;
}
a {
  color: #ffffff;
  transition: all 0.3s ease-in;
  line-height: 1.5;
}
a:hover {
  color: #FBB900;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.color-primary {
  color: #FBB900;
}
.btn-rounded-primary {
  background: transparent;
  box-shadow: none;
  border: 1px solid #FBB900;
  border-radius: 10px;
  padding: 13px 30px;
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.btn-rounded-primary:hover {
  background: transparent;
  color: #FBB900;
}
.btn-rounded-secondary {
  position: relative;
  background: #FBB900;
  box-shadow: none;
  border: 1px solid #FBB900;
  border-radius: 10px;
  padding: 13px 30px;
  color: #16171B;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.btn-rounded-secondary:before {
  position: absolute;
  content: "";
  width: 21px;
  height: 21px;
  background: url(/wp-content/themes/trtnservice/assets/images/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease-in;
}
.btn-rounded-secondary:hover {
  background: #FFCD40;
  padding-right: 60px;
  color: #16171B;
  box-shadow: 0 0px 23px 0px #DBB13C;
}
.btn-rounded-secondary:hover:before {
  right: 25px;
  opacity: 1;
}
.btn-small {
  font-size: 14px;
}
.d-block {
  display: block;
}
.d-inline-block {
  display: inline-block;
}
.border-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
html.lenis,
html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}
.text-muted {
  opacity: 0.5;
}
.accent-color {
  color: #FBB900;
}
html {
  height: 100%;
}
body {
  position: relative;
  background: #16171B;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  overflow-x: hidden;
  max-width: 100%;
}
.container {
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
img {
  vertical-align: middle;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.no-scroll {
  overflow: hidden;
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .hide_medium {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .hide_large {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .hide_from_tablet {
    display: none !important;
  }
}
.only_mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .only_mobile {
    display: flex;
  }
}
.preloader {
  background-color: #16171B;
  width: 100%;
  height: 100%;
  z-index: 10001;
  position: fixed;
  left: 0;
  top: 0;
  visibility: visible;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.preloader_hide {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
/*
* HEADER STYLES
*/
.contacts header {
  position: relative;
}
header {
  position: sticky;
  top: 0;
  z-index: 999;
}
header .logo {
  max-width: 230px;
}
header .menu_list {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
  row-gap: 10px;
}
header .header_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
}
.top_header {
  background: #2E2F33;
}
.top_header .top_header__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}
.top_header .top_header__menu_wrap {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  padding: 16px 0px;
}
@media (max-width: 991px) {
  .top_header .top_header__menu_wrap {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.top_header .top_header__menu_wrap .menu_item a {
  color: #ffffff;
  font-weight: 300;
  opacity: 0.5;
  transition: all 0.3s ease-in;
}
.top_header .top_header__menu_wrap .menu_item a:hover {
  color: #FBB900;
  opacity: 1;
}
@media (max-width: 991px) {
  .top_header .top_header__menu_wrap .menu_item a {
    font-size: 12px;
  }
}
.top_header .top_header__menu_wrap .menu_item.active a {
  color: #FBB900;
  opacity: 1;
}
.top_header .top_header__additional_menu {
  display: flex;
  align-items: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.top_header .top_header__additional_menu .offices_dropdown__trigger {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.top_header .top_header__additional_menu .offices_dropdown__trigger span {
  background: #FBB900;
  line-height: 0;
  padding: 9px 5px;
  color: #010101;
  font-size: 14px;
  border-radius: 50%;
}
.top_header .top_header__additional_menu .offices_dropdown__trigger:hover {
  color: #FBB900;
}
.top_header .top_header__additional_menu .offices_dropdown__trigger:hover svg {
  transition: all 0.3s ease-in;
}
.top_header .top_header__additional_menu .offices_dropdown__trigger:hover svg path {
  stroke: #FBB900;
}
.top_header .top_header__additional_menu .offices_dropdown__trigger.active {
  color: #FBB900;
}
.top_header .top_header__additional_menu .offices_dropdown__trigger.active svg {
  transform: rotate(180deg);
}
.top_header .top_header__additional_menu .offices_dropdown__trigger.active svg path {
  stroke: #FBB900;
}
.main_header {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.main_header .main_header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 8px 0px;
}
.main_header .main_header__wrapper .main_header__wrapper_menu {
  position: relative;
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.main_header .main_header__wrapper .main_header__wrapper_menu .main_header__submenu {
  position: absolute;
  background: linear-gradient(45deg, #414455, #2A2C38);
  top: calc(100% + 10px);
  width: 100%;
  border-radius: 10px;
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in;
}
.main_header .main_header__wrapper .main_header__wrapper_menu .main_header__submenu.active {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-in;
}
.main_header .main_header__wrapper .main_header__wrapper_menu .main_header__submenu .main_header__submenu_link a {
  display: block;
  margin-bottom: 6px;
}
.main_header .main_header__wrapper .main_header__wrapper_menu .wrapper_menu__item {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.main_header .main_header__wrapper .main_header__wrapper_menu .wrapper_menu__item a {
  color: #ffffff;
  transition: all 0.3s ease-in;
}
.main_header .main_header__wrapper .main_header__wrapper_menu .wrapper_menu__item a * {
  transition: all 0.3s ease-in;
}
.main_header .main_header__wrapper .main_header__wrapper_menu .wrapper_menu__item:hover a, .main_header .main_header__wrapper .main_header__wrapper_menu .wrapper_menu__item.active a {
  color: #FBB900;
}
.main_header .main_header__wrapper .main_header__wrapper_menu .wrapper_menu__item:hover svg path, .main_header .main_header__wrapper .main_header__wrapper_menu .wrapper_menu__item.active svg path {
  stroke: #FBB900;
}
.main_header .main_header__wrapper_cta {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  text-align: right;
}
.main_header .main_header__wrapper_cta .main_number a {
  color: #ffffff;
  display: block;
  transition: all 0.3s ease-in;
  text-transform: uppercase;
  font-size: 21px;
}
.main_header .main_header__wrapper_cta .main_number a:hover {
  color: #FBB900;
}
.main_header .main_header__wrapper_cta .main_number__desc {
  font-size: 13px;
  opacity: 0.5;
}
.main_header .mobile_part {
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.main_header .mobile_part .mobile_offices {
  position: relative;
}
.main_header .mobile_part .mobile_offices span {
  background: #FBB900;
  width: 14px;
  height: 14px;
  display: block;
  border-radius: 50%;
  position: absolute;
  right: 0;
  font-size: 11px;
  color: #010101;
  font-weight: 600;
  line-height: 1;
  padding: 0 4px;
  box-shadow: 0 0 0 1px #141519;
}
.main_header .mobile_part .mobile_trigger {
  position: relative;
}
.main_header .mobile_part .mobile_trigger .close_menu {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in;
  position: absolute;
  left: 0;
}
.main_header .mobile_part .mobile_trigger .open_menu {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-in;
}
.main_header .mobile_part .mobile_trigger.active .open_menu {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in;
}
.main_header .mobile_part .mobile_trigger.active .close_menu {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-in;
}
/* SANDWICH */
.mobile__menu {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.menu-text {
  margin-left: auto;
  color: #000000;
}
.sandwich {
  width: 36px;
  height: 36px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.sandwich * {
  transition: all 0.5s cubic-bezier(0.47, 0.02, 0.03, 0.86);
}
.sandwich span {
  width: 34px;
  height: 2px;
  background: #000000;
  position: absolute;
}
.sandwich .sand {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sandwich .sand span:nth-child(1) {
  top: 10px;
  left: 0;
}
.sandwich .sand span:nth-child(2) {
  top: 20px;
  left: 0;
}
.sandwich .sand span:nth-child(3) {
  top: 30px;
  left: 0;
}
.sandwich .closed {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 2px;
  z-index: 2;
  opacity: 1;
  overflow: hidden;
  transform: rotate(45deg);
  transform-origin: center;
}
.sandwich .closed span:nth-child(1) {
  width: 36px;
  top: 17px;
  left: 0;
  transform: rotate(0deg) translateX(-130%);
  transition-delay: 0.3s;
}
.sandwich .closed span:nth-child(2) {
  width: 36px;
  top: 17px;
  right: 0;
  transform: rotate(90deg) translateX(-130%);
  transition-delay: 0.45s;
}
.sandwich:hover .sand span:nth-child(1) {
  width: 26px;
}
.sandwich:hover .sand span:nth-child(2) {
  width: 26px;
  left: 10px;
}
.sandwich:hover .sand span:nth-child(3) {
  width: 26px;
}
.sandwich.active {
  position: relative;
}
.sandwich.active .sand span:nth-child(1) {
  width: 0;
}
.sandwich.active .sand span:nth-child(2) {
  width: 0;
  left: 0;
  transition-delay: 0.15s;
}
.sandwich.active .sand span:nth-child(3) {
  width: 0;
  left: 0;
  transition-delay: 0.15s;
}
.sandwich.active .closed span:nth-child(1) {
  width: 36px;
  transform: rotate(0deg) translateX(0);
}
.sandwich.active .closed span:nth-child(2) {
  width: 36px;
  transform: rotate(90deg) translateX(0);
  transition-delay: 0.15s;
}
.display-nav .sandwich {
  position: relative;
}
.display-nav .sandwich .sand span:nth-child(1) {
  width: 0;
}
.display-nav .sandwich .sand span:nth-child(2) {
  width: 0;
  left: 0;
  transition-delay: 0.15s;
}
.display-nav .sandwich .sand span:nth-child(3) {
  width: 0;
  left: 0;
  transition-delay: 0.15s;
}
.display-nav .sandwich:hover .sand span:nth-child(1) {
  width: 0;
}
.display-nav .sandwich:hover .sand span:nth-child(2) {
  width: 0;
  left: 10px;
}
.display-nav .sandwich .closed span:nth-child(1) {
  width: 36px;
  transform: rotate(0deg) translateX(0);
}
.display-nav .sandwich .closed span:nth-child(2) {
  width: 36px;
  transform: rotate(90deg) translateX(0);
  transition-delay: 0.15s;
}
@media (max-width: 1200px) and (min-width: 992px) {
  header * {
    font-size: 0.7rem;
  }
}
@media (max-width: 991px) and (min-width: 769px) {
  header * {
    font-size: 0.7rem;
  }
  header .main_number {
    display: none;
  }
  header .btn-rounded-primary {
    padding: 13px 10px;
  }
}
/*
* LANG SWITCHER
*/
.custom-language-switcher {
  position: relative;
  display: inline-block;
}
.custom-language-switcher .dropdown-toggle {
  background-color: transparent;
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.custom-language-switcher .dropdown-toggle svg {
  margin-left: 10px;
  transition: transform 0.3s ease;
}
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #1E2228;
  border: 1px solid #FBB900;
  min-width: 160px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  border-radius: 4px;
  list-style: none;
  padding: 0;
  margin: 5px 0 0 0;
}
.dropdown-menu li {
  padding: 8px 16px;
  cursor: pointer;
}
.dropdown-menu li:hover {
  background-color: #2E2F33;
}
.custom-language-switcher.active .dropdown-menu {
  display: block;
}
.custom-language-switcher.active .dropdown-toggle svg {
  transform: rotate(180deg);
}
.custom-language-switcher a {
  text-decoration: none;
  color: inherit;
  display: block;
  font-size: 14px;
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 60px 0 0px;
  font-size: 14px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .breadcrumb {
    margin: 40px 0 0px;
  }
}
@media (max-width: 520px) {
  .breadcrumb {
    margin: 20px 0 0px;
  }
}
.breadcrumb .breadcrumb-item.active {
  opacity: 0.5;
}
