.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-ddec272:#3399FF;--e-global-color-4a26547:#9DCEFF;--e-global-typography-primary-font-family:"PFSquareSansPro";--e-global-typography-primary-font-size:30px;--e-global-typography-primary-font-weight:200;--e-global-typography-secondary-font-family:"PFSquareSansPro";--e-global-typography-secondary-font-size:25px;--e-global-typography-secondary-font-weight:200;--e-global-typography-text-font-family:"PFSquareSansPro";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:200;--e-global-typography-text-line-height:1.3em;--e-global-typography-accent-font-family:"PFSquareSansPro";--e-global-typography-accent-font-weight:200;color:#000000;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 h1{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-8 h2{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-8 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-8 h2{font-size:var( --e-global-typography-secondary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-8 h2{font-size:var( --e-global-typography-secondary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Стили ссылок */
a.underlined-link {
    color: #3399FF;
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
}

a.underlined-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px; /* Расстояние между текстом и линией */
    width: 100%;
    height: 1px; /* Толщина линии */
    background-color: #3399FF;
    transition: background-color 0.3s ease;
}

a.underlined-link:hover,
a.underlined-link:active {
    color: #9DCEFF;
}

a.underlined-link:hover::after,
a.underlined-link:active::after {
    background-color: #9DCEFF; /* Изменяем цвет линии при наведении */
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'PFSquareSansPro';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://tdshos.ru/wp-content/uploads/2025/04/PFSquareSansPro-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'PFSquareSansPro';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://tdshos.ru/wp-content/uploads/2025/04/PFSquareSansPro-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'PFSquareSansPro';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://tdshos.ru/wp-content/uploads/2025/04/PFSquareSansPro-ExtraBlack.ttf') format('truetype');
}
/* End Custom Fonts CSS */