.t-menuburger {
position: relative;
flex-shrink: 0;
width: 28px;
height: 20px;
padding: 0;
border: none;
background-color: transparent;
outline: none;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
transition: transform .5s ease-in-out;
cursor: pointer;
z-index: 999;
}
/*---menu burger lines---*/
.t-menuburger span {
display: block;
position: absolute;
width: 100%;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
transition: .25s ease-in-out;
height: 3px;
background-color: #000;
}
.t-menuburger span:nth-child(1) {
top: 0px;
}
.t-menuburger span:nth-child(2),
.t-menuburger span:nth-child(3) {
top: 8px;
}
.t-menuburger span:nth-child(4) {
top: 16px;
}
/*menu burger big*/
.t-menuburger__big {
width: 42px;
height: 32px;
}
.t-menuburger__big span {
height: 5px;
}
.t-menuburger__big span:nth-child(2),
.t-menuburger__big span:nth-child(3) {
top: 13px;
}
.t-menuburger__big span:nth-child(4) {
top: 26px;
}
/*menu burger small*/
.t-menuburger__small {
width: 22px;
height: 14px;
}
.t-menuburger__small span {
height: 2px;
}
.t-menuburger__small span:nth-child(2),
.t-menuburger__small span:nth-child(3) {
top: 6px;
}
.t-menuburger__small span:nth-child(4) {
top: 12px;
}
/*menu burger opened*/
.t-menuburger-opened span:nth-child(1) {
top: 8px;
width: 0%;
left: 50%;
}
.t-menuburger-opened span:nth-child(2) {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.t-menuburger-opened span:nth-child(3) {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.t-menuburger-opened span:nth-child(4) {
top: 8px;
width: 0%;
left: 50%;
}
.t-menuburger-opened.t-menuburger__big span:nth-child(1) {
top: 6px;
}
.t-menuburger-opened.t-menuburger__big span:nth-child(4) {
top: 18px;
}
.t-menuburger-opened.t-menuburger__small span:nth-child(1),
.t-menuburger-opened.t-menuburger__small span:nth-child(4) {
top: 6px;
}
/*---menu burger first style---*/
@media (hover), (min-width:0\0) {
.t-menuburger_first:hover span:nth-child(1) {
transform: translateY(1px);
}
.t-menuburger_first:hover span:nth-child(4) {
transform: translateY(-1px);
}
.t-menuburger_first.t-menuburger__big:hover span:nth-child(1) {
transform: translateY(3px);
}
.t-menuburger_first.t-menuburger__big:hover span:nth-child(4) {
transform: translateY(-3px);
}
}
/*---menu burger second style---*/
.t-menuburger_second span:nth-child(2),
.t-menuburger_second span:nth-child(3) {
width: 80%;
left: 20%;
right: 0;
}
@media (hover), (min-width:0\0) {
.t-menuburger_second.t-menuburger-hovered span:nth-child(2),
.t-menuburger_second.t-menuburger-hovered span:nth-child(3) {
animation: t-menuburger-anim 0.3s ease-out normal forwards;
}
.t-menuburger_second.t-menuburger-unhovered span:nth-child(2),
.t-menuburger_second.t-menuburger-unhovered span:nth-child(3) {
animation: t-menuburger-anim2 0.3s ease-out normal forwards;
}
}
.t-menuburger_second.t-menuburger-opened span:nth-child(2),
.t-menuburger_second.t-menuburger-opened span:nth-child(3){
left: 0;
right: 0;
width: 100%!important;
}
/*---menu burger third style---*/
.t-menuburger_third span:nth-child(4) {
width: 70%;
left: unset;
right: 0;
}
@media (hover), (min-width:0\0) {
.t-menuburger_third:not(.t-menuburger-opened):hover span:nth-child(4) {
width: 100%;
}
}
.t-menuburger_third.t-menuburger-opened span:nth-child(4) {
width: 0!important;
right: 50%;
}
/*---menu burger fourth style---*/
.t-menuburger_fourth {
height: 12px;
}
.t-menuburger_fourth.t-menuburger__small {
height: 8px;
}
.t-menuburger_fourth.t-menuburger__big {
height: 18px;
}
.t-menuburger_fourth span:nth-child(2),
.t-menuburger_fourth span:nth-child(3) {
top: 4px;
opacity: 0;
}
.t-menuburger_fourth span:nth-child(4) {
top: 8px;
}
.t-menuburger_fourth.t-menuburger__small span:nth-child(2),
.t-menuburger_fourth.t-menuburger__small span:nth-child(3) {
top: 3px;
}
.t-menuburger_fourth.t-menuburger__small span:nth-child(4) {
top: 6px;
}
.t-menuburger_fourth.t-menuburger__small span:nth-child(2),
.t-menuburger_fourth.t-menuburger__small span:nth-child(3) {
top: 3px;
}
.t-menuburger_fourth.t-menuburger__small span:nth-child(4) {
top: 6px;
}
.t-menuburger_fourth.t-menuburger__big span:nth-child(2),
.t-menuburger_fourth.t-menuburger__big span:nth-child(3) {
top: 6px;
}
.t-menuburger_fourth.t-menuburger__big span:nth-child(4) {
top: 12px;
}
@media (hover), (min-width:0\0) {
.t-menuburger_fourth:not(.t-menuburger-opened):hover span:nth-child(1) {
transform: translateY(1px);
}
.t-menuburger_fourth:not(.t-menuburger-opened):hover span:nth-child(4) {
transform: translateY(-1px);
}
.t-menuburger_fourth.t-menuburger__big:not(.t-menuburger-opened):hover span:nth-child(1) {
transform: translateY(3px);
}
.t-menuburger_fourth.t-menuburger__big:not(.t-menuburger-opened):hover span:nth-child(4) {
transform: translateY(-3px);
}
}
.t-menuburger_fourth.t-menuburger-opened span:nth-child(1),
.t-menuburger_fourth.t-menuburger-opened span:nth-child(4) {
top: 4px;
}
.t-menuburger_fourth.t-menuburger-opened span:nth-child(2),
.t-menuburger_fourth.t-menuburger-opened span:nth-child(3) {
opacity: 1;
}
/*---menu burger animations---*/
@keyframes t-menuburger-anim {
0% {
width: 80%;
left: 20%;
right: 0;
}
50% {
width: 100%;
left: 0;
right: 0;
}
100% {
width: 80%;
left: 0;
right: 20%;
}
}
@keyframes t-menuburger-anim2 {
0% {
width: 80%;
left: 0;
}
50% {
width: 100%;
right: 0;
left: 0;
}
100% {
width: 80%;
left: 20%;
right: 0;
}
}

@media (hover: hover), (min-width: 0\0) {#rec687382493 .t-btn:not(.t-animate_no-hover):hover {color: #ffffff !important;background-color: #e73540 !important;}#rec687382493 .t-btn:not(.t-animate_no-hover):focus-visible {color: #ffffff !important;background-color: #e73540 !important;}#rec687382493 .t-btn:not(.t-animate_no-hover) {transition-property: background-color, color, border-color, box-shadow;transition-duration: 0.2s;transition-timing-function: ease-in-out;}#rec687382493 .t-btntext:not(.t-animate_no-hover):hover {color: #ffffff !important;}#rec687382493 .t-btntext:not(.t-animate_no-hover):focus-visible {color: #ffffff !important;}} .lpt-widget-btn__main {
    bottom: 100px !important;
    left: 10px !important;
}

#rec687382493 .t-menu__link-item{
-webkit-transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out; 
}
#rec687382493 .t-menu__link-item.t-active:not(.t978__menu-link){
color:#e73540 !important; }
#rec687382493 .t-menu__link-item:not(.t-active):not(.tooltipstered):hover {
color: #e73540 !important; }
#rec687382493 .t-menu__link-item:not(.t-active):not(.tooltipstered):focus-visible{
color: #e73540 !important; }
@supports (overflow:-webkit-marquee) and (justify-content:inherit)
{
#rec687382493 .t-menu__link-item,
#rec687382493 .t-menu__link-item.t-active {
opacity: 1 !important;
}
}

#rec687373021 .t396__artboard {position: fixed;width: 100%;left: 0;top: 0;z-index: 990;}#rec687373021 .t396__artboard {height: 84px; background-color: #ffffff; }#rec687373021 .t396__filter {height: 84px; }#rec687373021 .t396__carrier{height: 84px;background-position: center center;background-attachment: scroll;background-size: cover;background-repeat: no-repeat;}@media screen and (max-width: 1199px) {#rec687373021 .t396__artboard {position: fixed;width: 100%;left: 0;top: 0;z-index: 990;}#rec687373021 .t396__artboard {height: 80px;}#rec687373021 .t396__filter {height: 80px;}#rec687373021 .t396__carrier {height: 80px;background-attachment: scroll;}}@media screen and (max-width: 959px) {#rec687373021 .t396__artboard {position: fixed;width: 100%;left: 0;top: 0;z-index: 990;}#rec687373021 .t396__artboard {height: 60px;}#rec687373021 .t396__filter {height: 60px;}#rec687373021 .t396__carrier {height: 60px;background-attachment: scroll;}}@media screen and (max-width: 639px) {#rec687373021 .t396__artboard {}#rec687373021 .t396__filter {}#rec687373021 .t396__carrier {background-attachment: scroll;}}@media screen and (max-width: 479px) {#rec687373021 .t396__artboard {position: fixed;width: 100%;left: 0;top: 0;z-index: 990;}#rec687373021 .t396__artboard {height: 69px;}#rec687373021 .t396__filter {height: 69px;}#rec687373021 .t396__carrier {height: 69px;background-attachment: scroll;}} #rec687373021 .tn-elem[data-elem-id="1685099931021"] { color: #e73540; text-align: center; z-index: 3; top: 21px;left: calc(50% - 600px + 862px);width: 160px;height:40px;}#rec687373021 .tn-elem[data-elem-id="1685099931021"] .tn-atom { color: #e73540; font-size: 14px; font-family: 'TildaSans',Arial,sans-serif; line-height: 1.55; font-weight: 700; text-transform: uppercase; border-width: 2px; border-radius: 900px; background-position: center center;border-color: #e73540 ;border-style: solid ; transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out; }@media (hover), (min-width:0\0) {#rec687373021 .tn-elem[data-elem-id="1685099931021"] .tn-atom:hover {background-color: #e73540;background-image: none; border-color: #e73540; }#rec687373021 .tn-elem[data-elem-id="1685099931021"] .tn-atom:hover {color: #ffffff;}}@media screen and (max-width: 1199px) {#rec687373021 .tn-elem[data-elem-id="1685099931021"] {top: 20px;left: calc(50% - 480px + 762px);}}@media screen and (max-width: 959px) {#rec687373021 .tn-elem[data-elem-id="1685099931021"] {top: 13px;left: calc(50% - 320px + 432px);height: 35px;}}@media screen and (max-width: 639px) {#rec687373021 .tn-elem[data-elem-id="1685099931021"] {top: 13px;left: calc(50% - 240px + 279px);width: 132px;height: 34px;}}@media screen and (max-width: 479px) {#rec687373021 .tn-elem[data-elem-id="1685099931021"] {top: 19px;left: calc(50% - 160px + 180px);width: 86px;height: 30px;}#rec687373021 .tn-elem[data-elem-id="1685099931021"] .tn-atom { font-size: 11px; }} #rec687373021 .tn-elem[data-elem-id="1685266900317"] { color: #000000; text-align: left; z-index: 4; top: 24px;left: calc(50% - 600px + 184px);width: 123px;height:36px;}#rec687373021 .tn-elem[data-elem-id="1685266900317"] .tn-atom { color: #000000; font-size: 18px; font-family: 'TildaSans',Arial,sans-serif; line-height: 1.55; font-weight: 600; text-transform: uppercase; border-radius: 30px; background-position: center center;border-color: transparent ;border-style: solid ; transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out; }@media (hover), (min-width:0\0) {#rec687373021 .tn-elem[data-elem-id="1685266900317"] .tn-atom:hover {}#rec687373021 .tn-elem[data-elem-id="1685266900317"] .tn-atom:hover {color: #e73540;}}@media screen and (max-width: 1199px) {#rec687373021 .tn-elem[data-elem-id="1685266900317"] {top: 134px;left: calc(50% - 480px + 183px);}}@media screen and (max-width: 959px) {#rec687373021 .tn-elem[data-elem-id="1685266900317"] {top: 114px;left: calc(50% - 320px + 15px);}}@media screen and (max-width: 639px) {}@media screen and (max-width: 479px) {} #rec687373021 .tn-elem[data-elem-id="1703848716630"] { z-index: 5; top: 20px;left: calc(50% - 600px + 20px);width: 125px;}#rec687373021 .tn-elem[data-elem-id="1703848716630"] .tn-atom { background-position: center center;border-color: transparent ;border-style: solid ; }@media screen and (max-width: 1199px) {}@media screen and (max-width: 959px) {#rec687373021 .tn-elem[data-elem-id="1703848716630"] {top: 14px;left: calc(50% - 320px + 11px);}}@media screen and (max-width: 639px) {}@media screen and (max-width: 479px) {#rec687373021 .tn-elem[data-elem-id="1703848716630"] {top: 23px;left: calc(50% - 160px + 9px);width: 80px;}} #rec687373021 .tn-elem[data-elem-id="1703848784567"] { color: #000000; text-align: left; z-index: 6; top: 24px;left: calc(50% - 600px + 331px);width: 61px;height:36px;}#rec687373021 .tn-elem[data-elem-id="1703848784567"] .tn-atom { color: #000000; font-size: 18px; font-family: 'TildaSans',Arial,sans-serif; line-height: 1.55; font-weight: 600; text-transform: uppercase; border-radius: 30px; background-position: center center;border-color: transparent ;border-style: solid ; transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out; }@media (hover), (min-width:0\0) {#rec687373021 .tn-elem[data-elem-id="1703848784567"] .tn-atom:hover {}#rec687373021 .tn-elem[data-elem-id="1703848784567"] .tn-atom:hover {color: #e73540;}}@media screen and (max-width: 1199px) {#rec687373021 .tn-elem[data-elem-id="1703848784567"] {top: 134px;left: calc(50% - 480px + 330px);}}@media screen and (max-width: 959px) {#rec687373021 .tn-elem[data-elem-id="1703848784567"] {top: 114px;left: calc(50% - 320px + 162px);}}@media screen and (max-width: 639px) {}@media screen and (max-width: 479px) {} #rec687373021 .tn-elem[data-elem-id="1703848799104"] { color: #000000; text-align: left; z-index: 7; top: 24px;left: calc(50% - 600px + 410px);width: 182px;height:37px;}#rec687373021 .tn-elem[data-elem-id="1703848799104"] .tn-atom { color: #000000; font-size: 18px; font-family: 'TildaSans',Arial,sans-serif; line-height: 1.55; font-weight: 600; text-transform: uppercase; border-radius: 30px; background-position: center center;border-color: transparent ;border-style: solid ; transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out; }@media (hover), (min-width:0\0) {#rec687373021 .tn-elem[data-elem-id="1703848799104"] .tn-atom:hover {}#rec687373021 .tn-elem[data-elem-id="1703848799104"] .tn-atom:hover {color: #e73540;}}@media screen and (max-width: 1199px) {#rec687373021 .tn-elem[data-elem-id="1703848799104"] {top: 134px;left: calc(50% - 480px + 409px);}}@media screen and (max-width: 959px) {#rec687373021 .tn-elem[data-elem-id="1703848799104"] {top: 114px;left: calc(50% - 320px + 241px);}}@media screen and (max-width: 639px) {}@media screen and (max-width: 479px) {} #rec687373021 .tn-elem[data-elem-id="1703848855072"] { color: #000000; text-align: left; z-index: 8; top: 24px;left: calc(50% - 600px + 623px);width: 86px;height:36px;}#rec687373021 .tn-elem[data-elem-id="1703848855072"] .tn-atom { color: #000000; font-size: 18px; font-family: 'TildaSans',Arial,sans-serif; line-height: 1.55; font-weight: 600; text-transform: uppercase; border-radius: 30px; background-position: center center;border-color: transparent ;border-style: solid ; transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out; }@media (hover), (min-width:0\0) {#rec687373021 .tn-elem[data-elem-id="1703848855072"] .tn-atom:hover {}#rec687373021 .tn-elem[data-elem-id="1703848855072"] .tn-atom:hover {color: #e73540;}}@media screen and (max-width: 1199px) {#rec687373021 .tn-elem[data-elem-id="1703848855072"] {top: 134px;left: calc(50% - 480px + 622px);}}@media screen and (max-width: 959px) {#rec687373021 .tn-elem[data-elem-id="1703848855072"] {top: 114px;left: calc(50% - 320px + 454px);}}@media screen and (max-width: 639px) {}@media screen and (max-width: 479px) {} #rec687373021 .tn-elem[data-elem-id="1703848876345"] { color: #000000; text-align: left; z-index: 9; top: 24px;left: calc(50% - 600px + 723px);width: 97px;height:36px;}#rec687373021 .tn-elem[data-elem-id="1703848876345"] .tn-atom { color: #000000; font-size: 18px; font-family: 'TildaSans',Arial,sans-serif; line-height: 1.55; font-weight: 600; text-transform: uppercase; border-radius: 30px; background-position: center center;border-color: transparent ;border-style: solid ; transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out; }@media (hover), (min-width:0\0) {#rec687373021 .tn-elem[data-elem-id="1703848876345"] .tn-atom:hover {}#rec687373021 .tn-elem[data-elem-id="1703848876345"] .tn-atom:hover {color: #e73540;}}@media screen and (max-width: 1199px) {#rec687373021 .tn-elem[data-elem-id="1703848876345"] {top: 134px;left: calc(50% - 480px + 722px);}}@media screen and (max-width: 959px) {#rec687373021 .tn-elem[data-elem-id="1703848876345"] {top: 114px;left: calc(50% - 320px + 554px);}}@media screen and (max-width: 639px) {}@media screen and (max-width: 479px) {} #rec687373021 .tn-elem[data-elem-id="1703852003826"] { z-index: 10; top: 21px;left: calc(50% - 600px + 1038px);width: 40px;}#rec687373021 .tn-elem[data-elem-id="1703852003826"] .tn-atom { background-position: center center;border-color: transparent ;border-style: solid ; }@media screen and (max-width: 1199px) {#rec687373021 .tn-elem[data-elem-id="1703852003826"] {left: calc(50% - 480px + 656px);}}@media screen and (max-width: 959px) {#rec687373021 .tn-elem[data-elem-id="1703852003826"] {top: 13px;left: calc(50% - 320px + 330px);width: 35px;}}@media screen and (max-width: 639px) {#rec687373021 .tn-elem[data-elem-id="1703852003826"] {top: 13px;left: calc(50% - 240px + 187px);width: 35px;}}@media screen and (max-width: 479px) {#rec687373021 .tn-elem[data-elem-id="1703852003826"] {top: 19px;left: calc(50% - 160px + 107px);width: 30px;}} #rec687373021 .tn-elem[data-elem-id="1703852079514"] { z-index: 11; top: 21px;left: calc(50% - 600px + 1087px);width: 40px;}#rec687373021 .tn-elem[data-elem-id="1703852079514"] .tn-atom { background-position: center center;border-color: transparent ;border-style: solid ; }@media screen and (max-width: 1199px) {#rec687373021 .tn-elem[data-elem-id="1703852079514"] {left: calc(50% - 480px + 705px);}}@media screen and (max-width: 959px) {#rec687373021 .tn-elem[data-elem-id="1703852079514"] {top: 13px;left: calc(50% - 320px + 381px);width: 35px;}}@media screen and (max-width: 639px) {#rec687373021 .tn-elem[data-elem-id="1703852079514"] {top: 13px;left: calc(50% - 240px + 232px);width: 35px;}}@media screen and (max-width: 479px) {#rec687373021 .tn-elem[data-elem-id="1703852079514"] {top: 19px;left: calc(50% - 160px + 143px);width: 30px;}}

#rec684858941 .t-menu__link-item{
-webkit-transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out; 
position: relative;
}
#rec684858941 .t-menu__link-item.t-active:not(.t978__menu-link){
color:#e93939 !important; }
#rec684858941 .t-menu__link-item.t-active::after {
content: '';
position: absolute;
left: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
opacity: 1;
width: 100%;
height: 100%;
bottom: -1px;
border-bottom: 1px solid #e93939;
-webkit-box-shadow: inset 0px -1px 0px 0px #e93939;
-moz-box-shadow: inset 0px -1px 0px 0px #e93939;
box-shadow: inset 0px -1px 0px 0px #e93939;
}
#rec684858941 .t-menu__link-item:not(.t-active):not(.tooltipstered):hover {
color: #e93939 !important; }
#rec684858941 .t-menu__link-item:not(.t-active):not(.tooltipstered):focus-visible{
color: #e93939 !important; }
@supports (overflow:-webkit-marquee) and (justify-content:inherit)
{
#rec684858941 .t-menu__link-item,
#rec684858941 .t-menu__link-item.t-active {
opacity: 1 !important;
}
}

        h2 {
            font-size: 20px;
        }
        
        h1.t220__title.t-heading.t-heading_sm {
            font-size: 30px;
        }
        
        #cookie-banner {
            font-family: 'TildaSans', Arial, sans-serif;
            position: fixed;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            max-width: 1000px;
            width: 90%;
            background: rgb(255 255 255);
            color: #1c1c1c;
            font-size: 12px;
            padding: 15px 20px;
            z-index: 9999;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgb(0 0 0 / 50%);
        }
        
        .cookie__block {
            flex: 1; 
            min-width: 250px; 
            margin-right: 15px; 
            line-height: 1.4;
            font-size: 15px;
        }
        
        .cookie__block a {
            color: #ff8562; 
            text-decoration: underline;
            font-weight: bold;
        }
        
        .cookie__block a:hover {
            text-decoration: unset;
        }
        
        #cookie-accept {
            background: #ff8562;
            color: white;
            border: none;
            padding: 8px 16px;
            cursor: pointer;
            border-radius: 4px;
            font-size: 15px;
            flex-shrink: 0;
        }
        
@media(max-width: 500px) {
    .cookie__block {
        font-size: 12px;
    } 
    
    #cookie-accept {
        font-size: 13px;
    }
}

.footer__link {
    margin: 0 20px 20px 15px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.footer__link a {
    text-decoration: underline !important;
    color: rgb(92, 92, 92) !important;
        font-family: 'TildaSans', Arial, sans-serif;
}

.footer__link a:hover {
    text-decoration: unset !important;
}

.grey__block {
    padding: 60px;
}