.elementor-kit-11{--e-global-color-primary:#31373E;--e-global-color-secondary:#31373E;--e-global-color-text:#31373E;--e-global-color-accent:#9FD0DF;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:800;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Arial";--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-font-family:"Arial";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.4em;--e-global-typography-accent-font-family:"Arial";--e-global-typography-accent-font-weight:500;color:#31373E;background-color:#FFFFFF;}.elementor-kit-11 a{font-family:"Montserrat", Sans-serif;font-weight:700;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1250px;}.e-con{--container-max-width:1250px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}@media(max-width:1090px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Slide In From The Top Option */
.header-2 {
 transform: translatey(-80px);
 -moz-transition: all .3s ease!important;
 -webkit-transition: all .3s ease!important;
 transition: all .3s ease!important;
}

.elementor-sticky--effects.header-2  {
 height: auto!important;
 transform: translatey(0px);
}

.elementor-sticky--effects.header-1 {
 display: none!important;
}
/* End Of Slide In From The Top Option */

/* таблица начало */
table {
    width: 100%;
    font-size: 14px;
    border-radius: 10px;
    border-spacing: 0;
    text-align: center;
    border-collapse: collapse; /* Добавлено для обеспечения слияния границ ячеек */
    border: 2px solid white; /* Установлен цвет границ для всей таблицы */
}
th {
    background: #2769bd;
    color: white;
    padding: 10px 20px;
}
th:first-child,
td:first-child {
    text-align: left;
}
th:first-child {
    border-top-left-radius: 10px;
}
th:last-child {
    border-top-right-radius: 10px;
    border-right: none;
}
td {
    padding: 10px 20px;
    background: #E8F1FC;
}
tr:last-child td {
    border-radius: 0 0 10px 10px;
}
tr:last-child td:last-child {

}
tr td:last-child {
    border-right: none;
}
tr td:first-child {
    border-left: none;
}
/* таблица конец *//* End custom CSS */