@charset "UTF-8";
/*!
Theme Name: tolk
Theme URI: http://underscores.me/
Author: Ols Inc
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tolk
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

tolk is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@font-face {
  font-family: "Actay Wide";
  src: url("/wp-content/themes/tolk/assets/fonts//ActayWide-Bold.woff2") format("woff2"), url("/wp-content/themes/tolk/assets/fonts//ActayWide-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Actay Wide";
  src: url("/wp-content/themes/tolk/assets/fonts//ActayWide-BoldItalic.woff2") format("woff2"), url("/wp-content/themes/tolk/assets/fonts//ActayWide-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Actay";
  src: url("/wp-content/themes/tolk/assets/fonts//Actay-Regular.woff2") format("woff2"), url("/wp-content/themes/tolk/assets/fonts//Actay-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Actay";
  src: url("/wp-content/themes/tolk/assets/fonts//Actay-RegularItalic.woff2") format("woff2"), url("/wp-content/themes/tolk/assets/fonts//Actay-RegularItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! 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;
  -webkit-text-size-adjust: 100%;
}
/* 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;
  height: 0;
  overflow: visible;
}
/**
 * 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;
  font-size: 1em;
}
/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}
/**
 * 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;
  font-size: 1em;
}
/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
/**
 * 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;
  padding: 0;
}
/**
 * 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;
  outline-offset: -2px;
}
/**
 * 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;
  font: inherit;
}
/* 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;
}
/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*, *::before, *::after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body, button, input, select, optgroup, textarea {
  color: #ffffff;
  font-family: "Actay", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 550;
  font-family: "Actay Wide", sans-serif;
}
h1 {
  font-size: clamp(1.75rem, 4vw, 3.5rem);
}
h2 {
  font-size: clamp(1.75rem, 4vw, 3.2rem);
  text-transform: uppercase;
}
h3 {
  font-size: clamp(1.5rem, 1.35vw, 3rem);
}
h4 {
  font-size: clamp(1.25rem, 2.5vw, 2.5rem);
}
h5 {
  font-size: clamp(1rem, 2vw, 2rem);
}
h6 {
  font-size: clamp(0.875rem, 1.5vw, 1.5rem);
}
p {
  margin-bottom: 1.5em;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Actay", sans-serif;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
strong {
  font-family: "Actay Wide", sans-serif;
}
/* Elements
--------------------------------------------- */
body {
  background: #000000;
  margin: 0 auto;
}
html {
  scroll-behavior: smooth;
}
.title-section {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-align: left;
  line-height: normal;
  text-transform: none;
  font-size: inherit;
  text-align: left;
  font-size: clamp(2.375rem, 4.2vw, 3.75rem);
  text-transform: uppercase;
  font-weight: 500;
}
.title-section a {
  text-decoration: none;
  color: inherit;
}
.title-section ul, .title-section ol {
  list-style: none;
  padding-left: 0;
}
.title-section li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.title-section p, .title-section h1, .title-section h2, .title-section h3, .title-section h4, .title-section h5, .title-section h6, .title-section blockquote {
  margin: 0;
  padding: 0;
}
.title-section nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .title-section {
    font-size: 28px;
  }
}
.container {
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1390px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.text-center {
  text-align: center;
  display: flex;
  align-items: center;
}
::-webkit-scrollbar {
  width: 12px;
  background-color: #161619;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #39AAFF;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul, ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
.modal {
  visibility: hidden;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  transform: translateY(100%);
  backdrop-filter: blur(10px);
}
.modal.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.modal-content {
  position: relative;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
.close-modal:hover, .close-modal:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.modal-hover {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 999;
  padding: 1rem;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  width: 100%;
}
.modal-hover.show {
  visibility: visible;
  opacity: 1;
}
#category-popup {
  display: none;
  width: 100%;
  background: white;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
  z-index: 9999;
}
#category-popup .category-list {
  background-color: white;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 32px;
}
.category-list {
  display: flex;
  list-style: none;
  gap: 60px;
}
.category-list li a {
  text-decoration: none;
  color: #21282E;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 24px;
  background-color: #f8f8f8;
  border-radius: 16px;
  padding: 1rem 2rem;
}
.category-list a:hover {
  color: #39AAFF;
}
.category-list img {
  max-width: 70px;
  max-height: 70px;
  object-fit: cover;
}
#modal-call .modal-content {
  padding: clamp(1.5rem, 2.5vw, 2rem);
  background: #000000;
  color: white;
}
#modal-call .modal-content h3 {
  margin: 0px;
  font-size: 1.6rem;
  font-weight: 900;
  text-align: center;
}
#modal-call .modal-content .contact-form {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  #modal-call .modal-content {
    width: 100%;
  }
}
.modal-mobmenu {
  background: #000000;
  max-width: 100%;
  width: 100%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0;
  border-radius: 0px;
  height: 80%;
}
.modal-mobmenu button {
  width: 100%;
  align-items: center;
  justify-content: center;
}
.modal-mobmenu ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
}
.modal-mobmenu ul li a {
  color: white;
}
.modal-mobmenu .contact-item {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-align: left;
  line-height: normal;
  text-transform: none;
  font-size: inherit;
  margin-top: 1rem;
}
.modal-mobmenu .contact-item a {
  text-decoration: none;
  color: inherit;
}
.modal-mobmenu .contact-item ul, .modal-mobmenu .contact-item ol {
  list-style: none;
  padding-left: 0;
}
.modal-mobmenu .contact-item li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.modal-mobmenu .contact-item p, .modal-mobmenu .contact-item h1, .modal-mobmenu .contact-item h2, .modal-mobmenu .contact-item h3, .modal-mobmenu .contact-item h4, .modal-mobmenu .contact-item h5, .modal-mobmenu .contact-item h6, .modal-mobmenu .contact-item blockquote {
  margin: 0;
  padding: 0;
}
.modal-mobmenu .contact-item nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.modal-mobmenu .contact-item a {
  display: flex;
  align-items: center;
  gap: 8px;
}
#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(31, 31, 31, 0.63);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader {
  border: 12px solid #f3f3f3;
  border-top: 12px solid #39AAFF;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.trp-ls-shortcode-current-language {
  width: 50px !important;
}
.trp-ls-shortcode-language {
  width: 50px !important;
}
.trp-language-switcher > div {
  border: transparent;
  background-image: url("https://www.tolktelegram.agency/wp-content/uploads/2024/12/arrow.svg");
  background-size: 10px 6px;
  background-position: right;
  background-color: transparent;
}
.trp-language-switcher > div > a {
  color: white;
  text-decoration: none;
  padding: 0px;
  background: transparent;
}
.trp-language-switcher > div > a:hover {
  background: transparent;
  opacity: 0.8;
}
.basic-slider {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
.slider {
  position: relative;
  display: flex;
  align-items: center;
}
.slide-line {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.slide {
  min-width: 100%;
  padding: 20px;
  width: 200px;
  box-sizing: border-box;
  text-align: center;
  background: #f0f0f0;
  border: 1px solid #ddd;
}
.slider-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 150px;
}
.pagination {
  display: flex;
  gap: 5px;
}
.pagination .dot {
  width: 10px;
  height: 10px;
  background-color: #ddd;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.pagination .dot.active {
  background-color: #333;
}
.splide {
  position: relative;
}
.splide__arrows {
  position: absolute;
  bottom: 33px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  width: 30%;
}
.splide__arrow {
  background: transparent;
  border: transparent;
  border-radius: 50%;
  width: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s;
  opacity: 1;
  color: #39AAFF;
  transition: none !important;
  transform: none !important;
  top: 0;
}
.splide__arrow::before {
  background: transparent;
}
.splide__arrow svg {
  fill: #39AAFF;
}
.splide__arrow:hover {
  background: transparent;
  transition: none !important;
  transform: none !important;
  top: 0;
}
.splide__pagination {
  position: absolute;
  bottom: -65px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  z-index: 1;
}
.splide__pagination li {
  margin: 0;
}
.splide__pagination button {
  background: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 50%;
  opacity: 0.9;
}
.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1);
  width: 30px;
  border-radius: 4px;
}
#service-splide-pagination {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  z-index: 10;
}
#case-splide-pagination {
  margin-top: 68px;
  display: flex;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  z-index: 10;
}
.acrd-header {
  cursor: pointer;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #3d3d3d;
}
.acrd-header.active {
  color: #39AAFF;
  border-bottom: transparent;
}
.acrd-header.active .acrd-icon {
  transform: rotate(180deg);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.acrd-content {
  display: none;
  padding: 10px;
  border-bottom: 1px solid #3d3d3d;
  border-top: none;
}
.acrd-content p {
  margin: 0;
}
.acrd-content.show {
  display: block;
}
.acrd-icon {
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 1;
}
.fade-in, .fade-in-left, .fade-in-bottom, .scale-in, .rotate-in, .slide-from-right {
  opacity: 0;
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.fade-in.active, .fade-in-left.active, .fade-in-bottom.active, .scale-in.active, .rotate-in.active, .slide-from-right.active {
  opacity: 1;
}
.fade-in-left, .slide-from-right {
  transform: translateX(-50px);
}
.fade-in-bottom {
  transform: translateY(50px);
}
.scale-in {
  transform: scale(0.5);
}
.rotate-in {
  transform: rotate(-120deg);
}
.slide-from-right {
  transform: translateX(100%);
}
.fade-in.active, .fade-in-left.active, .fade-in-bottom.active {
  transform: translateX(0) translateY(0);
}
.scale-in.active {
  transform: scale(1);
}
.rotate-in.active {
  transform: rotate(0deg);
}
.slide-from-right.active {
  transform: translateX(0);
}
.container-animated {
  overflow-x: hidden;
}
@keyframes fadeInScaleUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.03);
  }
}
.slider {
  overflow: hidden;
  width: 100%;
}
.slide {
  width: 100%;
  float: left;
}
/* Links
--------------------------------------------- */
a {
  color: #39AAFF;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
/* Forms
--------------------------------------------- */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  font-family: "Actay Wide";
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  width: fit-content;
  height: fit-content;
  gap: 0.6em;
  padding: 20px 60px;
  border-radius: 50px;
  border: transparent;
  background: linear-gradient(to bottom, #55c8ff, #337899);
  color: white;
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
  outline: none;
  overflow: hidden;
  transition: background 0.3s ease, transform 0.3s ease;
  text-align: center;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  border: 1px solid #959595;
  background: transparent;
}
button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
button .iconify, input[type="button"] .iconify, input[type="reset"] .iconify, input[type="submit"] .iconify {
  color: white;
}
.btn-outline {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-align: left;
  line-height: normal;
  text-transform: none;
  font-size: inherit;
  border: 1px solid #959595;
  color: white !important;
  display: flex;
  align-items: center;
  border-radius: 50px;
  padding: 20px 60px;
  font-size: 18px;
  font-weight: 700;
  transition: background-color 0.3s ease, color 0.3s ease;
  background: transparent;
  text-align: center;
  transition: background 0.3s ease, transform 0.3s ease;
}
.btn-outline a {
  text-decoration: none;
  color: inherit;
}
.btn-outline ul, .btn-outline ol {
  list-style: none;
  padding-left: 0;
}
.btn-outline li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.btn-outline p, .btn-outline h1, .btn-outline h2, .btn-outline h3, .btn-outline h4, .btn-outline h5, .btn-outline h6, .btn-outline blockquote {
  margin: 0;
  padding: 0;
}
.btn-outline nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.btn-outline:hover {
  background: linear-gradient(to bottom, #55c8ff, #337899);
  color: white !important;
}
.dotted {
  border-bottom: 1px solid transparent;
  border-radius: 0px;
  padding: 0.5rem;
  font-size: 18px;
  font-weight: 550;
  width: fit-content;
}
.dotted:hover {
  opacity: 80%;
}
.iconify {
  font-size: 1.2rem;
  color: #39AAFF;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  color: white;
  border: 1px solid #666;
  background: transparent;
  border-radius: 12px;
  box-shadow: none;
  padding: 1rem;
  width: 100%;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  color: white;
}
textarea {
  height: 140px;
}
form label {
  text-align: left;
  font-family: "Actay Wide", sans-serif;
}
select {
  border: 1px solid #39AAFF;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 16px;
  width: fit-content;
}
option {
  border: 1px slid #39AAFF;
  border-radius: 6px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
option:hover {
  background-color: #39AAFF;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
textarea {
  width: 100%;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}
.post, .page {
  margin: 0 0 1.5em;
}
.updated:not(.published) {
  display: none;
}
.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.go-top {
  padding: 0.3rem 0.8rem;
  position: fixed;
  right: 40px;
  bottom: 40px;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  z-index: 1000;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background-color: #39AAFF;
  border-radius: 50px;
  border: 1px solid #afafaf3b;
  font-size: 32px;
}
.go-top .iconify {
  font-size: 24px;
}
.go-top.show {
  visibility: visible;
  opacity: 1;
}
.mobile-header {
  display: none;
}
.site-header {
  position: sticky;
  max-width: 1400px;
  width: 100%;
  top: 0;
  left: 0;
  transition: top 0.3s;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-align: left;
  line-height: normal;
  text-transform: none;
  font-size: inherit;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  background: #000000;
  transition: transform 0.3s ease, top 0.3s ease;
  padding: 1rem 0rem;
  margin: 0 auto;
  color: white;
}
.site-header a {
  text-decoration: none;
  color: inherit;
}
.site-header ul, .site-header ol {
  list-style: none;
  padding-left: 0;
}
.site-header li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.site-header p, .site-header h1, .site-header h2, .site-header h3, .site-header h4, .site-header h5, .site-header h6, .site-header blockquote {
  margin: 0;
  padding: 0;
}
.site-header nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .btn-outline {
  padding: 12px 40px;
}
.tg-btn {
  display: flex;
  align-items: center;
  gap: 8px;
}
.tg-btn .iconify {
  color: white;
}
.sticky {
  top: 0;
  padding-bottom: 1.4rem;
  position: fixed;
  max-width: 100%;
}
.hide {
  top: -100px;
}
@media (max-width: 1024px) {
  .site-header {
    display: none;
  }
  .mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.4rem 1rem;
  }
  .btn-mob-menu {
    padding: 0rem;
    background: transparent;
    border: transparent;
  }
  .btn-mob-menu .iconify {
    font-size: 32px;
    color: #39AAFF;
  }
  .btn-mob-menu:hover {
    padding: 0rem;
    background: transparent;
  }
}
@media (max-width: 767px) {
  .mobile-header {
    padding-top: 2rem;
  }
  .site-branding img {
    max-width: 94px;
  }
  .tg-btn {
    font-size: 15px;
    padding: 1rem;
  }
  .btn-mob-menu .iconify {
    color: white;
  }
}
.main-navigation {
  width: fit-content;
}
.main-navigation ul {
  display: flex;
  align-items: center;
  gap: clamp(2rem, 3.5vw, 3rem);
}
.main-navigation ul li {
  font-size: 17px;
  font-weight: 550;
  text-transform: uppercase;
}
.main-navigation ul li:hover {
  color: #39AAFF;
}
.icon-wrap {
  display: flex;
}
.contact-btn {
  margin: 0;
  padding: 0;
  height: 24px;
  position: relative;
}
.contact-btn .phone-btn {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 8px;
  color: #21282E;
  font-weight: 500;
  cursor: pointer;
}
.contact-btn .phone-btn .dropdown-arrow {
  transition: transform 0.3s ease;
  font-size: 18px;
}
.contact-btn .phone-btn:hover {
  color: #39AAFF;
}
.contact-btn .phone-dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
  z-index: 1000;
}
.contact-btn .phone-dropdown .phone-dropdown-item {
  display: flex;
  align-items: center;
  gap: clamp(0.3vw, 0.42vw, 1vw);
  padding: 5px 10px;
  text-decoration: none;
  color: #21282E;
  font-weight: 500;
  transition: background-color 0.3s;
}
.contact-btn .phone-dropdown .phone-dropdown-item:hover {
  background-color: #f0f0f0;
  color: #39AAFF;
}
.contact-btn:hover .phone-dropdown {
  display: block;
}
.contact-btn:hover .dropdown-arrow {
  transform: rotate(180deg);
}
.header-contact {
  display: flex;
  gap: 12px;
  align-items: center;
}
.header-contact .tg-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #39AAFF;
  padding-bottom: 0.2rem;
  border-bottom: 2px dashed #98d6ff;
}
.header-contact .tg-link:hover {
  opacity: 0.8;
}
.beadcrumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f57e;
  padding: clamp(1.125rem, 1.8vw, 1.25rem);
  font-size: clamp(0.9375rem, 1.5vw, 1rem);
}
.beadcrumbs a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-align: left;
  line-height: normal;
  text-transform: none;
  font-size: inherit;
  color: #39AAFF;
}
.beadcrumbs a a {
  text-decoration: none;
  color: inherit;
}
.beadcrumbs a ul, .beadcrumbs a ol {
  list-style: none;
  padding-left: 0;
}
.beadcrumbs a li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.beadcrumbs a p, .beadcrumbs a h1, .beadcrumbs a h2, .beadcrumbs a h3, .beadcrumbs a h4, .beadcrumbs a h5, .beadcrumbs a h6, .beadcrumbs a blockquote {
  margin: 0;
  padding: 0;
}
.beadcrumbs a nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.home .beadcrumbs {
  display: none;
}
.hide-desk {
  display: none;
}
@media (max-width: 767px) {
  .hide-desk {
    display: block;
  }
  .hide-mob {
    display: none;
  }
}
.hero {
  min-height: clamp(40vh, 90vh, 100vh);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.hero .container {
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  position: relative;
  flex-wrap: wrap;
  z-index: 2;
  margin: 0 auto;
}
.hero .container .info {
  flex: 45%;
  z-index: 2;
}
.hero .container .img {
  flex: 60%;
  position: absolute;
  top: 0;
  right: 0px;
  z-index: -1;
}
.hero .container .top-text {
  font-size: 2.2vw;
  font-weight: 400;
  display: block;
  margin: 0;
  padding: 0;
  margin-bottom: clamp(1.5rem, 2.5vw, 2rem);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-box-decoration-break: clone;
  background-image: linear-gradient(to bottom, #55c8ff, #337899);
}
.hero .container .hero__title {
  color: white;
  display: block;
  font-weight: 600;
  font-size: clamp(3.5rem, 7vw, 4rem);
  margin: 0;
  padding: 0;
  line-height: 1.2;
}
.hero .container .hero__text {
  font-size: clamp(1.375rem, 2.2vw, 1.75rem);
  font-weight: 500;
  padding-bottom: clamp(1.5rem, 2.5vw, 2rem);
  margin-bottom: clamp(1.5rem, 2.5vw, 2rem);
  border-bottom: 1px solid white;
  width: fit-content;
}
.hero .container .hero__button {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.hero .container .hero__button button {
  font-size: 18px;
  padding: 16px 54px;
}
.hero .container .hero__button .btn-outline {
  padding: 14px 54px;
  font-weight: 700;
}
.hero .container .hero__button .btn-outline:hover {
  border-color: #39AAFF !important;
  color: #39AAFF !important;
  background: transparent !important;
}
.hero .container .arrow-head {
  max-width: 140px;
  margin-right: 12%;
}
@media (max-width: 1000px) {
  .hero .hero {
    margin: 0 32px;
    margin-bottom: 12%;
  }
  .hero .container {
    gap: clamp(2rem, 3.5vw, 3rem);
    justify-content: center;
    margin: 0 auto;
    padding: 1rem;
    height: 100%;
  }
  .hero .hero__button {
    flex-direction: column;
    width: 100%;
  }
  .hero .hero__button button {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .hero .hero__button .btn-outline {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .hero .container {
    margin: 0 auto;
    padding: 1rem;
    margin-bottom: 12%;
  }
  .hero .container .top-text {
    font-size: 4.8vw;
  }
  .hero .container .hero__title {
    line-height: 1.5;
    font-size: 32px;
    margin-top: 24px;
  }
  .hero .container .hero__text {
    margin-top: 1rem;
  }
  .hero .container .arrow-head {
    width: 30%;
  }
  .hero .container .img {
    order: -1;
    flex: 100%;
    position: relative;
    top: 0;
    right: 0px;
    z-index: -1;
  }
}
.service {
  padding-top: clamp(3.125rem, 6vw, 5.5rem);
  padding-left: 12%;
}
.service .service-list {
  margin-top: clamp(2rem, 3.5vw, 3rem);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(1.75rem, 3vw, 2.5rem);
}
.service .service-list .service-item {
  max-width: 1020px;
  min-width: 240px;
  display: flex;
  border-radius: 12px;
  border: 1px solid #b1b1b1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  align-items: stretch;
  flex-wrap: wrap;
}
.service .service-list .service-item .info {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-align: left;
  line-height: normal;
  text-transform: none;
  font-size: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1rem, 1.9vw, 1.8rem);
  align-items: stretch;
  flex: 62%;
}
.service .service-list .service-item .info a {
  text-decoration: none;
  color: inherit;
}
.service .service-list .service-item .info ul, .service .service-list .service-item .info ol {
  list-style: none;
  padding-left: 0;
}
.service .service-list .service-item .info li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.service .service-list .service-item .info p, .service .service-list .service-item .info h1, .service .service-list .service-item .info h2, .service .service-list .service-item .info h3, .service .service-list .service-item .info h4, .service .service-list .service-item .info h5, .service .service-list .service-item .info h6, .service .service-list .service-item .info blockquote {
  margin: 0;
  padding: 0;
}
.service .service-list .service-item .info nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.service .service-list .service-item .info .wrap {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 1.5vw, 1rem);
  line-height: 1.75;
}
.service .service-list .service-item .info .wrap h3 {
  font-size: clamp(2rem, 4vw, 2.5rem);
  text-transform: uppercase;
  align-items: stretch;
  line-height: 1.2;
}
.service .service-list .service-item .info .service-btn {
  margin-top: clamp(1rem, 1.5vw, 1rem);
}
.service .service-list .service-item .service-img {
  flex: 38%;
}
.service .service-list .service-item .service-img img {
  width: 100%;
  height: auto;
}
.splide__slide {
  flex-shrink: 0;
  transition: width 0.3s ease;
  /* Плавный переход ширины */
}
@media (max-width: 767px) {
  .service {
    margin-left: 0%;
    padding: 0 1rem;
    margin-bottom: 90px;
    margin-top: 90px;
  }
  .service .title-section {
    font-size: 30px;
  }
  .service .service-btn button {
    font-size: 15px;
  }
  .service .splide__arrows {
    width: 100%;
  }
  .service .service-item {
    flex-direction: column;
    flex-wrap: nowrap !important;
    height: fit-content;
  }
  .service .service-item h3 {
    font-size: 24px;
  }
}
@media (max-width: 1400px) {
  .service {
    margin-left: 0%;
  }
}
.addit-service {
  margin-top: 6%;
}
.addit-service .list {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-align: left;
  line-height: normal;
  text-transform: none;
  font-size: inherit;
  display: flex;
  justify-content: space-between;
  margin-top: 34px;
}
.addit-service .list a {
  text-decoration: none;
  color: inherit;
}
.addit-service .list ul, .addit-service .list ol {
  list-style: none;
  padding-left: 0;
}
.addit-service .list li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.addit-service .list p, .addit-service .list h1, .addit-service .list h2, .addit-service .list h3, .addit-service .list h4, .addit-service .list h5, .addit-service .list h6, .addit-service .list blockquote {
  margin: 0;
  padding: 0;
}
.addit-service .list nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.addit-service .number {
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 8px;
  border: 1px solid #494949;
  border-radius: 100px;
  display: block;
  width: fit-content;
}
.addit-service .add-service-item {
  position: relative;
  border: 1px solid #39AAFF;
  border-radius: 20px;
  max-width: 440px;
  width: 100%;
  height: 340px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.addit-service .add-service-item .add-service-image {
  transition: transform 0.7s ease, top 0.7s ease, right 0.7s ease;
  position: absolute;
  top: 30px;
  right: 30px;
}
.addit-service .add-service-item .add-service-hidden-content {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  padding: 1rem;
  background: linear-gradient(rgba(51, 120, 153, 0), #55c8ff);
  display: flex;
  flex-direction: column;
  transition: bottom 0.7s ease;
  color: #d9d9d9;
}
.addit-service .add-service-item .add-service-hidden-content .wrap-btn {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.addit-service .add-service-item .add-service-hidden-content .btn-outline {
  background: black;
  text-align: right;
  margin-top: 1rem;
  width: fit-content;
}
.addit-service .add-service-item .add-service-title {
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-size: 24px;
  padding: 1rem;
  transition: transform 0.7s ease;
}
.addit-service .add-service-item:hover .add-service-hidden-content {
  bottom: 0;
}
.addit-service .add-service-item:hover .add-service-title {
  transform: translateY(-180%);
}
.addit-service .add-service-item:hover .add-service-image {
  transform: scale(0.7);
  top: 3px;
  right: 3px;
}
@media (max-width: 1400px) {
  .addit-service {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .addit-service .list {
    flex-direction: column;
    gap: 30px;
  }
  .addit-service .add-service-item:hover .add-service-title {
    transform: translateY(-220%);
  }
}
.about {
  margin-top: 6%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: clamp(2.625rem, 4.8vw, 4.25rem);
}
.about .info {
  flex: 1 0 46%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about .img {
  flex: 1 0 46%;
  border-radius: 24px;
  overflow: hidden;
}
.about .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fun-fact {
  margin-top: 6%;
  padding: 8% 0;
  background: url("https://www.tolktelegram.agency/wp-content/uploads/2024/12/number-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
}
.fun-fact .title-section {
  margin-bottom: 2%;
}
.fun-fact .fact-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fun-fact .fact-item {
  position: relative;
  flex: 0 2 24%;
  overflow: hidden;
  background-image: url("https://www.tolktelegram.agency/wp-content/uploads/2024/12/Subtract.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.fun-fact .fact-wrap {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-align: left;
  line-height: normal;
  text-transform: none;
  font-size: inherit;
  padding: 1.4rem;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  transition: border-color 0.3s ease;
  height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 28%;
  cursor: pointer;
}
.fun-fact .fact-wrap a {
  text-decoration: none;
  color: inherit;
}
.fun-fact .fact-wrap ul, .fun-fact .fact-wrap ol {
  list-style: none;
  padding-left: 0;
}
.fun-fact .fact-wrap li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.fun-fact .fact-wrap p, .fun-fact .fact-wrap h1, .fun-fact .fact-wrap h2, .fun-fact .fact-wrap h3, .fun-fact .fact-wrap h4, .fun-fact .fact-wrap h5, .fun-fact .fact-wrap h6, .fun-fact .fact-wrap blockquote {
  margin: 0;
  padding: 0;
}
.fun-fact .fact-wrap nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fun-fact .fact-wrap h4 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin: 0;
  padding: 0;
}
.fun-fact .fact-wrap .head {
  transition: transform 0.6s ease;
}
.fun-fact .fact-wrap .title {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
}
.fun-fact .fact-wrap .desc {
  color: #858585;
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  padding: 0 1rem;
  transition: bottom 0.6s ease;
}
.fun-fact .fact-wrap button {
  opacity: 0;
  position: absolute;
  bottom: 18px;
  right: 12px;
  padding: 1rem;
  text-align: right;
  transition: opacity 0.6s ease;
}
.fun-fact .fact-wrap .btn-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.fun-fact .fact-wrap:hover .desc {
  bottom: 120px;
}
.fun-fact .fact-wrap:hover .head {
  transform: translateY(-180%);
}
.fun-fact .fact-wrap:hover button {
  opacity: 1;
}
.fun-fact .number-item {
  position: absolute;
  bottom: 0;
  left: 0;
  background: black;
  border-radius: 0px 16px 0px 0px;
  padding: 12px;
  font-size: clamp(1.375rem, 2.2vw, 1.75rem);
  z-index: 99;
}
.fun-fact .fact-wrap:hover .number-item {
  border-top: 1px solid #39AAFF;
  border-right: 1px solid #39AAFF;
}
.fact-item:hover {
  background-image: url("https://www.tolktelegram.agency/wp-content/uploads/2024/12/Subtract-hover.svg");
}
@media (max-width: 767px) {
  .fun-fact {
    margin-top: 90px;
  }
  .fun-fact .fact-list {
    flex-direction: column;
    gap: 2rem;
  }
}
.steps {
  display: flex;
  margin-top: 8%;
  gap: clamp(1rem, 1.5vw, 1rem);
  padding-left: 12%;
  padding-right: 12%;
}
.steps .title-wrap {
  flex: 48%;
  position: relative;
  z-index: 10;
  top: 0;
}
.steps .title-wrap h2 {
  position: sticky;
  top: 30px;
}
.steps .steps-list {
  flex: 48%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: relative;
}
.steps .step-item {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-align: left;
  line-height: normal;
  text-transform: none;
  font-size: inherit;
  border: 1px solid #39AAFF;
  border-radius: 24px;
  padding: 1rem;
  background: #000000;
  position: relative;
  opacity: 1;
  height: 200px;
  width: 100%;
  z-index: 1;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}
.steps .step-item a {
  text-decoration: none;
  color: inherit;
}
.steps .step-item ul, .steps .step-item ol {
  list-style: none;
  padding-left: 0;
}
.steps .step-item li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.steps .step-item p, .steps .step-item h1, .steps .step-item h2, .steps .step-item h3, .steps .step-item h4, .steps .step-item h5, .steps .step-item h6, .steps .step-item blockquote {
  margin: 0;
  padding: 0;
}
.steps .step-item nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.steps .step-item.active {
  opacity: 1;
  z-index: 10;
}
.steps .step-item .step-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.steps .step-item .step-title h3 {
  text-align: right;
  text-transform: uppercase;
  font-weight: 500;
  position: sticky;
  top: 1rem;
  font-size: 24px;
}
.steps .step-item .step-title .number {
  padding-right: 1rem;
}
@media (max-width: 1000px) {
  .steps {
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .steps .step-item {
    height: auto;
    opacity: 1;
  }
}
.case {
  color: white;
  margin-top: 6%;
  padding: 4% 0 8% 0;
  padding-left: 12%;
  position: relative;
}
.case .title-section {
  margin-bottom: 4%;
}
.case .case-list {
  margin: 0 auto;
}
.case .case-item {
  background: #000000;
  color: white;
  width: 1000px !important;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid white;
}
.case .case-item .case-wrap {
  display: flex;
  justify-content: space-between;
  gap: clamp(1.5rem, 2.5vw, 2rem);
  padding: clamp(1.5rem, 2.5vw, 2rem);
}
.case .case-item .case-results {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.case .case-item .result-item {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding-right: 2rem;
  border-right: 1px solid #39AAFF;
}
.case .case-item .result-item h5 {
  font-size: 30px;
}
.case .case-item .result-item:last-child {
  border: 1px solid transparent;
}
.case .case-item .case-info {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-align: left;
  line-height: normal;
  text-transform: none;
  font-size: inherit;
  flex: 1 0 48%;
}
.case .case-item .case-info a {
  text-decoration: none;
  color: inherit;
}
.case .case-item .case-info ul, .case .case-item .case-info ol {
  list-style: none;
  padding-left: 0;
}
.case .case-item .case-info li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.case .case-item .case-info p, .case .case-item .case-info h1, .case .case-item .case-info h2, .case .case-item .case-info h3, .case .case-item .case-info h4, .case .case-item .case-info h5, .case .case-item .case-info h6, .case .case-item .case-info blockquote {
  margin: 0;
  padding: 0;
}
.case .case-item .case-info nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.case .case-item .case-company-detail {
  border-bottom: 1px solid #39AAFF;
  padding-bottom: clamp(1.5rem, 2.5vw, 2rem);
  margin-bottom: clamp(2.625rem, 4.8vw, 4.25rem);
}
.case .case-item .case-company-detail h3 {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  word-break: normal;
  overflow-wrap: break-word;
  text-transform: uppercase;
}
.case .case-item .case-content {
  display: block;
}
.case .case-item .case-img {
  max-height: 200px;
}
.case .case-item .case-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 1000px) {
  .case .case {
    padding-left: 1rem;
  }
  .case .case .case-item .case-wrap {
    flex-direction: column;
  }
  .case .case .case-item .case-wrap img {
    max-height: 120px;
    object-fit: cover;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .case {
    padding-left: 1rem;
  }
  .case .case-item {
    max-width: 360px !important;
    height: 100%;
  }
  .case .case-item .case-wrap {
    flex-direction: column;
    gap: 0.4rem;
  }
  .case .case-item .case-wrap img {
    max-height: 190px;
    object-fit: cover;
    width: 100%;
  }
  .case .splide__arrows {
    width: 100%;
  }
}
.scrollable {
  width: 100px;
  overflow-x: auto;
  white-space: nowrap;
  display: flex;
}
.lead {
  overflow: hidden;
}
.lead .container {
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1.25rem, 2vw, 1.5rem);
  padding: clamp(1.75rem, 3vw, 2.5rem) 0;
  flex-wrap: wrap;
}
.lead .container .info {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-align: left;
  line-height: normal;
  text-transform: none;
  font-size: inherit;
  flex: 1 0 55%;
  font-size: 20px;
  font-weight: 600;
}
.lead .container .info a {
  text-decoration: none;
  color: inherit;
}
.lead .container .info ul, .lead .container .info ol {
  list-style: none;
  padding-left: 0;
}
.lead .container .info li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.lead .container .info p, .lead .container .info h1, .lead .container .info h2, .lead .container .info h3, .lead .container .info h4, .lead .container .info h5, .lead .container .info h6, .lead .container .info blockquote {
  margin: 0;
  padding: 0;
}
.lead .container .info nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.lead .container .info h2 {
  font-size: clamp(2rem, 3.5vw, 3rem);
  margin-bottom: clamp(1rem, 1.5vw, 1rem);
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2;
}
.lead .container .info .text {
  border-bottom: 2px solid #959595;
  padding-bottom: clamp(1.25rem, 2vw, 1.5rem);
}
.lead .container .info form {
  display: flex;
  margin-top: clamp(1.75rem, 3vw, 2.5rem);
  gap: clamp(1.125rem, 1.8vw, 1.25rem);
  color: white;
  width: fit-content;
  flex-wrap: wrap;
  width: 100%;
}
.lead .container .info form input[type="text"], .lead .container .info form input[type="tel"] {
  width: auto;
}
.lead .container .info form input[type="text"]::placeholder, .lead .container .info form input[type="tel"]::placeholder {
  color: #959595;
}
.lead .container .info form input[type="submit"] {
  margin-top: clamp(1.5rem, 2.5vw, 2rem);
  width: auto;
}
.lead .container .info form label {
  font-size: 14px;
  margin-bottom: 18px;
}
.lead .container .img {
  flex: 1 0 42%;
  text-align: right;
  min-width: 300px;
}
@media (max-width: 1360px) {
  .lead .container .img {
    flex: 1 0 50%;
    margin-top: 0px;
    align-items: right;
  }
}
@media (max-width: 767px) {
  .lead {
    flex-direction: column;
  }
  .lead .container {
    padding: 1rem;
  }
  .lead .container .img {
    order: -1;
  }
  .lead .container form input[type="text"], .lead .container form input[type="tel"] {
    width: 100% !important;
  }
}
@media (max-width: 1360px) {
  .containers {
    overflow: hidden;
  }
}
@media (max-width: 800px) {
  .lead {
    padding: clamp(1rem, 1.5vw, 1rem);
  }
  .lead .container .info h2 {
    font-size: 22px;
  }
  .lead .container .info form {
    flex-direction: column;
  }
}
.team {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-align: left;
  line-height: normal;
  text-transform: none;
  font-size: inherit;
  padding: 6% 0;
  margin: 0 auto;
  background: url("https://www.tolktelegram.agency/wp-content/uploads/2024/12/bg-team.png");
  background-repeat: no-repeat;
  background-position: center;
}
.team a {
  text-decoration: none;
  color: inherit;
}
.team ul, .team ol {
  list-style: none;
  padding-left: 0;
}
.team li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.team p, .team h1, .team h2, .team h3, .team h4, .team h5, .team h6, .team blockquote {
  margin: 0;
  padding: 0;
}
.team nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.team .team-text {
  max-width: 760px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: clamp(2rem, 3.5vw, 3rem);
  margin-top: clamp(1.5rem, 2.5vw, 2rem);
}
.team .team-list {
  margin-top: 4% !important;
}
.team .team-item {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 260px;
  text-align: right;
  height: 360px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 14px;
  border: 1px solid white;
}
.team .team-item img {
  width: auto;
}
.team .team-item .team-info {
  padding: clamp(1rem, 1.5vw, 1rem);
}
.team .team-item .team-info h3 {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .team {
    padding: 1rem;
  }
  .team .title-section {
    font-size: 26px;
  }
  .team-item {
    background-position: center;
  }
}
#team-splide {
  max-width: 1120px;
  margin: 0 auto;
  overflow: hidden;
}
.blog-front {
  padding: 4% 4%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blog-front .info {
  flex: 1 1 22%;
  min-width: 320px;
  display: block;
}
.blog-front .info .wrap {
  display: flex;
  flex-direction: column;
}
.blog-front .post-list {
  flex: 1 1 76%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(1rem, 1.5vw, 1rem);
}
.blog-front .post-item {
  display: flex;
  flex-direction: column;
  max-width: 520px;
  border: 1px solid #21282E;
}
.blog-front .post-item .info {
  display: flex;
  flex-direction: column;
  gap: clamp(0.3vw, 0.42vw, 1vw);
  padding: clamp(1rem, 1.5vw, 1rem);
}
.blog-front .post-item .info .title {
  font-size: clamp(1.125rem, 1.8vw, 1.25rem);
}
.blog-front .post-item .info .link-post {
  color: #39AAFF;
  font-weight: 500;
}
.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.contact-list {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
.contact-list .contact-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 0 44%;
  min-width: 200px;
  border: 1px solid grey;
  padding: 1.2rem;
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-align: left;
  line-height: normal;
  text-transform: none;
  font-size: inherit;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  font-weight: 600;
  border-radius: 18px;
}
.contact-list .contact-item a {
  text-decoration: none;
  color: inherit;
}
.contact-list .contact-item ul, .contact-list .contact-item ol {
  list-style: none;
  padding-left: 0;
}
.contact-list .contact-item li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.contact-list .contact-item p, .contact-list .contact-item h1, .contact-list .contact-item h2, .contact-list .contact-item h3, .contact-list .contact-item h4, .contact-list .contact-item h5, .contact-list .contact-item h6, .contact-list .contact-item blockquote {
  margin: 0;
  padding: 0;
}
.contact-list .contact-item nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-list .contact-item a {
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(0.3vw, 0.42vw, 1vw);
  height: 100%;
}
.contact-list .contact-item a .icon {
  width: 100%;
  border: 1px solid white;
  text-align: center;
  border-radius: 50px;
  padding: 0.8rem 0;
}
.contact-list .contact-item a .icon .iconify {
  font-size: 1.4rem;
  color: white;
  text-align: center;
}
.contact-list .contact-item a .wrap {
  display: flex;
  justify-content: space-between;
}
.contact-list .contact-item a .wrap .iconify {
  color: white;
  transition: transform 0.3s ease;
}
.contact-list .contact-item:hover, .contact-list .contact-item:hover .icon {
  border-color: #39AAFF;
}
.contact-list .contact-item:hover .wrap .iconify {
  transform: rotate(45deg);
}
.contact-list .form {
  max-width: 660px;
  padding: clamp(1rem, 1.5vw, 1rem) clamp(2rem, 3.5vw, 3rem);
  padding-right: clamp(2.625rem, 4.8vw, 4.25rem);
  z-index: 4;
  border: 1px solid #585858;
  border-radius: 20px;
  width: 100%;
}
.contact-list .form h2 {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  text-transform: none;
}
@media (max-width: 767px) {
  .contact-list .form {
    margin-bottom: 0px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .contact-list {
    gap: 1rem;
    flex-direction: column;
  }
  .contact-list .social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .contact-list .contact-item {
    flex: 0 1 46%;
    height: 210px;
    min-width: 160px;
  }
}
.site-footer {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-align: left;
  line-height: normal;
  text-transform: none;
  font-size: inherit;
  padding: 3rem clamp(8px, 8vw, 180px);
  border-top: 1px solid #7a7a7a;
  margin-top: 6%;
  color: white;
}
.site-footer a {
  text-decoration: none;
  color: inherit;
}
.site-footer ul, .site-footer ol {
  list-style: none;
  padding-left: 0;
}
.site-footer li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.site-footer p, .site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6, .site-footer blockquote {
  margin: 0;
  padding: 0;
}
.site-footer nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: clamp(1.5rem, 2.5vw, 2rem);
}
.site-footer .site-branding {
  text-transform: uppercase;
  color: white;
  font-size: clamp(1.5rem, 3vw, 2rem);
}
.site-footer nav ul {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 1.5vw, 1rem);
  flex-wrap: wrap;
}
.site-footer nav ul li:hover {
  color: #39AAFF;
}
.site-footer .footer-contact {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 1.5vw, 1rem);
}
.site-footer .contact-item {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 1.5vw, 1rem);
}
.site-footer .contact-item a {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 1.5vw, 1rem);
}
.site-footer .contact-item .iconify {
  color: white;
}
.site-footer .contact-item a:hover .iconify {
  color: #39AAFF;
}
.site-footer .contact-item a:hover {
  color: #39AAFF;
}
.site-footer .reserved {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #959595;
  padding-top: clamp(1.5rem, 2.5vw, 2rem);
}
@media (max-width: 767px) {
  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.service-page {
  padding: 0 clamp(16px, 6vw, 120px);
}
.service-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: clamp(1.5rem, 2.5vw, 2rem);
  margin-bottom: clamp(2rem, 3.5vw, 3rem);
  padding: clamp(0.3vw, 0.42vw, 1vw);
  border-bottom: 1px solid #d6d6d6;
}
.service-hero h1 {
  font-weight: 800;
  text-transform: uppercase;
}
.service-hero .wrap {
  display: flex;
  flex-direction: column;
  gap: clamp(1.125rem, 1.8vw, 1.25rem);
}
.service-hero img {
  object-fit: cover;
  width: clamp(600px, 14vw, 5rem);
  border-radius: 6px;
}
.service-content {
  font-size: clamp(1rem, 1.8vw, 1.125rem);
}
.marquee {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-align: left;
  line-height: normal;
  text-transform: none;
  font-size: inherit;
  text-transform: uppercase;
  color: #ffffff;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 800;
}
.marquee a {
  text-decoration: none;
  color: inherit;
}
.marquee ul, .marquee ol {
  list-style: none;
  padding-left: 0;
}
.marquee li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.marquee p, .marquee h1, .marquee h2, .marquee h3, .marquee h4, .marquee h5, .marquee h6, .marquee blockquote {
  margin: 0;
  padding: 0;
}
.marquee nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mar-outline {
  font-weight: black;
  color: black;
  text-shadow: 1px 1px 0 #5DC7FF, -1px -1px 0 #5DC7FF, -1px 1px 0 #5DC7FF, 1px -1px 0 #5DC7FF;
}
/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
/* Media
--------------------------------------------- */
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  display: none;
}
/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #1a3147;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}
/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
/*# sourceMappingURL=https://www.tolktelegram.agency/wp-content/build/scss_library/1ae834a8e80d33e0bd497b40470a4ab099d06fd7.css.map */