  .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;
              }

              .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;
              }

              .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;
              }

              .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;
              }

              .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;
              }

              @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);
                }
              }

              .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;
              }

              .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%;
              }

              .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;
              }

              @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 screen and (max-width:980px) {
            #rec824840197 .t461__leftcontainer {
              padding: 20px;
            }
          }

          @media screen and (max-width:980px) {
            #rec824840197 .t461__imglogo {
              padding: 20px 0;
            }
          }
		  
		  
		            #rec824840197 .t-menu__link-item {}

          @supports (overflow:-webkit-marquee) and (justify-content:inherit) {

            #rec824840197 .t-menu__link-item,
            #rec824840197 .t-menu__link-item.t-active {
              opacity: 1 !important;
            }
          }
		  
		            #rec824840197 .t461__logowrapper2 a {
            font-size: 14px;
            color: #ffffff;
          }

          #rec824840197 a.t-menu__link-item {
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
          }

          #rec824840197 .t461__additional_langs_lang a {
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
          }
		  
		  
		         #rec824840197 .t461__logo {
            font-size: 14px;
            color: #ffffff;
          }
		  
		  
		           #rec824840197 .t461 {
            box-shadow: 0px 2px 3px rgba(0, 11, 48, 0.25);
          }
		  
		            #rec824808109 .t997__card-title {
            color: #ffffff;
          }

          #rec824808109 .t997__card-desc {
            color: #ffffff;
          }
		  
		  
		              #rec824886572 .t-section__title {
              line-height: 1;
              color: #052555;
              padding-bottom: 10px;
            }
			
			
			        #rec824886572 .t899__symbol {
            opacity: 0.7;
          }
		  
		  
		  .t-section__descr {
              max-width: 560px;
            }

            #rec824904780 .t-section__title {
              margin-bottom: 90px;
            }

            #rec824904780 .t-section__descr {}

            @media screen and (max-width:960px) {
              #rec824904780 .t-section__title {
                margin-bottom: 75px;
              }
            }
			
			
			         #rec824904780 .t650 .t650__inner-col:hover,
          #rec824904780 .t650 .t-focusable .t650__inner-col,
          #rec824904780 .t650 .t-card__col_btnfocusable .t650__inner-col {
            background-color: #eed6de !important;
          }
		  
		  
		          #rec824904780 .t650__inner-col {
            box-shadow: 0px 10px 40px -2px rgba(0, 11, 48, 0.3);
          }
 
          #rec824904780 .t650 .t650__inner-col:hover,
          #rec824904780 .t650 .t-focusable .t650__inner-col,
          #rec824904780 .t650 .t-card__col_btnfocusable .t650__inner-col {
            box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1) !important;
          }
      
          #rec824904780 .t650__inner-col {
            border-radius: 5px;
          }
		  
		  
		      #rec826024684 .t795__title {
            color: #af003d;
          }
		  
		  
		      #rec826024760 .t668__title {
            font-size: 26px;
            color: #fcfbfb;
          }

          #rec826024760 .t668__text {
            font-size: 20px;
            line-height: 1.6;
          }
		  
		  
		      @media (hover:hover),
          (min-width:0\0) {
            #rec826026317 .t-btn:not(.t-animate_no-hover):hover {
              color: #af003d !important;
              background-color: #fcfbfb !important;
            }

            #rec826026317 .t-btn:not(.t-animate_no-hover):focus-visible {
              color: #af003d !important;
              background-color: #fcfbfb !important;
            }

            #rec826026317 .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;
            }

            #rec826026317 .t-btntext:not(.t-animate_no-hover):hover {
              color: #af003d !important;
            }

            #rec826026317 .t-btntext:not(.t-animate_no-hover):focus-visible {
              color: #af003d !important;
            }
          }
		  
		  
		       .t-section__descr {
              max-width: 560px;
            }

            #rec826026317 .t-section__title {
              margin-bottom: 105px;
            }

            #rec826026317 .t-section__descr {}

            @media screen and (max-width:960px) {
              #rec826026317 .t-section__title {
                margin-bottom: 25px;
              }
            }
       
            #rec826026317 .t-section__title {
              color: #af003d;
            }

            #rec826026317 .t-section__descr {
              padding-bottom: 5px;
            }
			
			
			      #rec826026317 .t611__header_title {
            color: #ffffff;
            font-weight: 800;
            text-transform: uppercase;
          }

          #rec826026317 .t611__middle_title {
            font-size: 18px;
            line-height: 1.35;
            color: #052555;
            font-weight: 700;
            padding-top: 8px;
            padding-bottom: 8px;
          }
		  
		  
		  
		        #rec826026317 .t611__wrapper {
            box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
          }
      
          #rec826026317 .t611__wrapper {
            border-radius: 8px;
          }
		  
		  
		         .t-section__descr {
              max-width: 560px;
            }

            #rec845085462 .t-section__title {
              margin-bottom: 90px;
            }

            #rec845085462 .t-section__descr {}

            @media screen and (max-width:960px) {
              #rec845085462 .t-section__title {
                margin-bottom: 30px;
              }
            }
			
			
			        #rec845085462 .t-card__title,
          #rec845085462 .t-card__uptitle,
          #rec845085462 .t1072__price {
            color: #ffffff;
          }

          #rec845085462 .t1072__featured .t1072__content {}

          #rec845085462 .t1072__featured .t1072__header {
            background-color: #222222 !important;
          }

          #rec845085462 .t1072__featured .t-card__title {
            border-color: #ffffff !important;
          }
		  
		  
		            #rec825714956 .t1115__uptitle {
            font-size: 26px;
          }

          #rec825714956 .t1115__feature-title {
            font-size: 20px;
          }

          #rec825714956 .t1115__feature-descr {
            font-size: 22px;
          }
		  
		  
		    #rec841340448 .t396__artboard {
            height: 550px;
            background-color: #ffffff;
          }

          #rec841340448 .t396__filter {
            height: 550px;
          }

          #rec841340448 .t396__carrier {
            height: 550px;
            background-position: center center;
            background-attachment: scroll;
            background-size: cover;
            background-repeat: no-repeat;
          }

          @media screen and (max-width:1199px) {

            #rec841340448 .t396__artboard,
            #rec841340448 .t396__filter,
            #rec841340448 .t396__carrier {}

            #rec841340448 .t396__filter {}

            #rec841340448 .t396__carrier {
              background-attachment: scroll;
            }
          }

          @media screen and (max-width:959px) {

            #rec841340448 .t396__artboard,
            #rec841340448 .t396__filter,
            #rec841340448 .t396__carrier {
              height: 810px;
            }

            #rec841340448 .t396__filter {}

            #rec841340448 .t396__carrier {
              background-attachment: scroll;
            }
          }

          @media screen and (max-width:639px) {

            #rec841340448 .t396__artboard,
            #rec841340448 .t396__filter,
            #rec841340448 .t396__carrier {}

            #rec841340448 .t396__filter {}

            #rec841340448 .t396__carrier {
              background-attachment: scroll;
            }
          }

          @media screen and (max-width:479px) {

            #rec841340448 .t396__artboard,
            #rec841340448 .t396__filter,
            #rec841340448 .t396__carrier {
              height: 890px;
            }

            #rec841340448 .t396__filter {}

            #rec841340448 .t396__carrier {
              background-attachment: scroll;
            }
          }

          #rec841340448 .tn-elem[data-elem-id="1470209944682"] {
            color: #052555;
            z-index: 3;
            top: 49px;
            left: calc(50% - 600px + 0px);
            width: 660px;
            height: auto;
          }

          #rec841340448 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
            vertical-align: middle;
            color: #052555;
            font-size: 32px;
            font-family: 'Arial', Arial, sans-serif;
            line-height: 1;
            font-weight: 700;
            background-position: center center;
            border-color: transparent;
            border-style: solid;
          }

          @media screen and (max-width:1199px) {
            #rec841340448 .tn-elem[data-elem-id="1470209944682"] {
              width: 591px;
              height: auto;
            }

            #rec841340448 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
              font-size: 28px;
              background-size: cover;
            }
          }

          @media screen and (max-width:959px) {
            #rec841340448 .tn-elem[data-elem-id="1470209944682"] {
              top: 48px;
              left: calc(50% - 320px + 10px);
              width: 640px;
              height: auto;
            }
          }

          @media screen and (max-width:639px) {
            #rec841340448 .tn-elem[data-elem-id="1470209944682"] {
              width: 462px;
              height: auto;
            }
          }

          @media screen and (max-width:479px) {
            #rec841340448 .tn-elem[data-elem-id="1470209944682"] {
              width: 297px;
              height: auto;
            }

            #rec841340448 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
              font-size: 24px;
              background-size: cover;
            }
          }

          #rec841340448 .tn-elem[data-elem-id="1470210033144"] {
            z-index: 4;
            top: 145px;
            left: calc(50% - 600px + 660px);
            width: 428px;
            height: auto;
          }

          #rec841340448 .tn-elem[data-elem-id="1470210033144"] .tn-atom {
            border-radius: 0px 0px 0px 0px;
            background-position: center center;
            border-color: transparent;
            border-style: solid;
          }

          #rec841340448 .tn-elem[data-elem-id="1470210033144"] .tn-atom__img {
            border-radius: 0px 0px 0px 0px;
          }

          @media screen and (max-width:1199px) {
            #rec841340448 .tn-elem[data-elem-id="1470210033144"] {
              top: 133px;
              left: calc(50% - 480px + 548px);
              width: 393px;
              height: auto;
            }
          }

          @media screen and (max-width:959px) {
            #rec841340448 .tn-elem[data-elem-id="1470210033144"] {
              top: 304px;
              left: calc(50% - 320px + 0px);
              width: 345px;
              height: auto;
            }
          }

          @media screen and (max-width:639px) {
            #rec841340448 .tn-elem[data-elem-id="1470210033144"] {
              top: 349px;
              width: 326px;
              height: auto;
            }
          }

          @media screen and (max-width:479px) {
            #rec841340448 .tn-elem[data-elem-id="1470210033144"] {
              top: 440px;
              width: 291px;
              height: auto;
            }
          }

          #rec841340448 .tn-elem[data-elem-id="1470233923389"] {
            color: #000000;
            z-index: 5;
            top: 197px;
            left: calc(50% - 600px + 0px);
            width: 585px;
            height: auto;
          }

          #rec841340448 .tn-elem[data-elem-id="1470233923389"] .tn-atom {
            vertical-align: middle;
            color: #000000;
            font-size: 20px;
            font-family: 'TildaSans', Arial, sans-serif;
            line-height: 1.35;
            font-weight: 400;
            background-position: center center;
            border-color: transparent;
            border-style: solid;
          }

          @media screen and (max-width:1199px) {
            #rec841340448 .tn-elem[data-elem-id="1470233923389"] {
              width: 490px;
              height: auto;
            }

            #rec841340448 .tn-elem[data-elem-id="1470233923389"] .tn-atom {
              font-size: 20px;
              background-size: cover;
            }
          }

          @media screen and (max-width:959px) {
            #rec841340448 .tn-elem[data-elem-id="1470233923389"] {
              top: 146px;
              left: calc(50% - 320px + 8px);
              width: 631px;
              height: 172px;
            }

            #rec841340448 .tn-elem[data-elem-id="1470233923389"] .tn-atom {
              vertical-align: middle;
              white-space: normal;
              background-size: cover;
            }
          }

          @media screen and (max-width:639px) {
            #rec841340448 .tn-elem[data-elem-id="1470233923389"] {
              top: 177px;
              left: calc(50% - 240px + 10px);
              width: 462px;
              height: auto;
            }
          }

          @media screen and (max-width:479px) {
            #rec841340448 .tn-elem[data-elem-id="1470233923389"] {
              top: 178px;
              width: 310px;
              height: auto;
            }

            #rec841340448 .tn-elem[data-elem-id="1470233923389"] .tn-atom {
              font-size: 18px;
              background-size: cover;
            }
          }

          #rec841340448 .tn-elem[data-elem-id="1734423433544"] {
            color: #af003d;
            z-index: 6;
            top: 408px;
            left: calc(50% - 600px + 0px);
            width: 560px;
            height: auto;
          }

          #rec841340448 .tn-elem[data-elem-id="1734423433544"] .tn-atom {
            vertical-align: middle;
            color: #af003d;
            font-size: 20px;
            font-family: 'TildaSans', Arial, sans-serif;
            line-height: 1.55;
            font-weight: 700;
            background-position: center center;
            border-color: transparent;
            border-style: solid;
          }

          @media screen and (max-width:1199px) {}

          @media screen and (max-width:959px) {
            #rec841340448 .tn-elem[data-elem-id="1734423433544"] {
              top: 632px;
              left: calc(50% - 320px + 10px);
              height: auto;
            }
          }

          @media screen and (max-width:639px) {
            #rec841340448 .tn-elem[data-elem-id="1734423433544"] {
              top: 657px;
              width: 560px;
              height: auto;
            }
          }

          @media screen and (max-width:479px) {
            #rec841340448 .tn-elem[data-elem-id="1734423433544"] {
              top: 752px;
              height: auto;
            }

            #rec841340448 .tn-elem[data-elem-id="1734423433544"] .tn-atom {
              font-size: 18px;
              background-size: cover;
            }
          }

          #rec841340448 .tn-elem[data-elem-id="1734423502600"] {
            color: #052555;
            z-index: 7;
            top: 439px;
            left: calc(50% - 600px + 0px);
            width: 585px;
            height: auto;
          }

          #rec841340448 .tn-elem[data-elem-id="1734423502600"] .tn-atom {
            vertical-align: middle;
            color: #052555;
            font-size: 20px;
            font-family: 'TildaSans', Arial, sans-serif;
            line-height: 1.35;
            font-weight: 700;
            background-position: center center;
            border-color: transparent;
            border-style: solid;
          }

          @media screen and (max-width:1199px) {
            #rec841340448 .tn-elem[data-elem-id="1734423502600"] {
              width: 497px;
              height: auto;
            }
          }

          @media screen and (max-width:959px) {
            #rec841340448 .tn-elem[data-elem-id="1734423502600"] {
              top: 663px;
              left: calc(50% - 320px + 10px);
              width: 560px;
              height: auto;
            }
          }

          @media screen and (max-width:639px) {
            #rec841340448 .tn-elem[data-elem-id="1734423502600"] {
              top: 696px;
              width: 455px;
              height: auto;
            }
          }

          @media screen and (max-width:479px) {
            #rec841340448 .tn-elem[data-elem-id="1734423502600"] {
              top: 786px;
              width: 303px;
              height: auto;
            }

            #rec841340448 .tn-elem[data-elem-id="1734423502600"] .tn-atom {
              font-size: 18px;
              background-size: cover;
            }
          }

          #rec841340448 .tn-elem[data-elem-id="1734423628579"] {
            color: #000000;
            z-index: 8;
            top: 420px;
            left: calc(50% - 600px + 620px);
            width: 560px;
            height: auto;
          }

          #rec841340448 .tn-elem[data-elem-id="1734423628579"] .tn-atom {
            vertical-align: middle;
            color: #000000;
            font-size: 20px;
            font-family: 'TildaSans', Arial, sans-serif;
            line-height: 1.3;
            font-weight: 400;
            background-position: center center;
            border-color: transparent;
            border-style: solid;
          }

          @media screen and (max-width:1199px) {
            #rec841340448 .tn-elem[data-elem-id="1734423628579"] {
              top: 408px;
              left: calc(50% - 480px + 550px);
              width: 402px;
              height: auto;
            }

            #rec841340448 .tn-elem[data-elem-id="1734423628579"] .tn-atom {
              font-size: 20px;
              background-size: cover;
            }
          }

          @media screen and (max-width:959px) {
            #rec841340448 .tn-elem[data-elem-id="1734423628579"] {
              top: 502px;
              left: calc(50% - 320px + 10px);
              width: 618px;
              height: auto;
            }
          }

          @media screen and (max-width:639px) {
            #rec841340448 .tn-elem[data-elem-id="1734423628579"] {
              top: 539px;
              width: 462px;
              height: auto;
            }
          }

          @media screen and (max-width:479px) {
            #rec841340448 .tn-elem[data-elem-id="1734423628579"] {
              top: 622px;
              left: calc(50% - 160px + 10px);
              width: 301px;
              height: auto;
            }

            #rec841340448 .tn-elem[data-elem-id="1734423628579"] .tn-atom {
              font-size: 18px;
              background-size: cover;
            }
          }
		  
		     #rec841351313 .t396__artboard {
            height: 970px;
            background-color: #ffffff;
            overflow: visible;
          }

          #rec841351313 .t396__filter {
            height: 970px;
          }

          #rec841351313 .t396__carrier {
            height: 970px;
            background-position: center center;
            background-attachment: scroll;
            background-size: cover;
            background-repeat: no-repeat;
          }

          @media screen and (max-width:1199px) {

            #rec841351313 .t396__artboard,
            #rec841351313 .t396__filter,
            #rec841351313 .t396__carrier {}

            #rec841351313 .t396__filter {}

            #rec841351313 .t396__carrier {
              background-attachment: scroll;
            }
          }

          @media screen and (max-width:959px) {

            #rec841351313 .t396__artboard,
            #rec841351313 .t396__filter,
            #rec841351313 .t396__carrier {
              height: 1380px;
            }

            #rec841351313 .t396__filter {}

            #rec841351313 .t396__carrier {
              background-attachment: scroll;
            }
          }

          @media screen and (max-width:639px) {

            #rec841351313 .t396__artboard,
            #rec841351313 .t396__filter,
            #rec841351313 .t396__carrier {
              height: 1630px;
            }

            #rec841351313 .t396__filter {}

            #rec841351313 .t396__carrier {
              background-attachment: scroll;
            }
          }

          @media screen and (max-width:479px) {

            #rec841351313 .t396__artboard,
            #rec841351313 .t396__filter,
            #rec841351313 .t396__carrier {
              height: 1760px;
            }

            #rec841351313 .t396__filter {}

            #rec841351313 .t396__carrier {
              background-attachment: scroll;
            }
          }

          #rec841351313 .tn-elem[data-elem-id="1470209944682"] {
            color: #052555;
            z-index: 3;
            top: 59px;
            left: calc(50% - 600px + 0px);
            width: 573px;
            height: auto;
          }

          #rec841351313 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
            vertical-align: middle;
            color: #052555;
            font-size: 32px;
            font-family: 'Arial', Arial, sans-serif;
            line-height: 1;
            font-weight: 700;
            background-position: center center;
            border-color: transparent;
            border-style: solid;
          }

          @media screen and (max-width:1199px) {
            #rec841351313 .tn-elem[data-elem-id="1470209944682"] {
              width: 533px;
              height: auto;
            }

            #rec841351313 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
              font-size: 32px;
              background-size: cover;
            }
          }

          @media screen and (max-width:959px) {
            #rec841351313 .tn-elem[data-elem-id="1470209944682"] {
              top: 36px;
              left: calc(50% - 320px + 10px);
              width: 620px;
              height: auto;
            }

            #rec841351313 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
              font-size: 32px;
              background-size: cover;
            }
          }

          @media screen and (max-width:639px) {
            #rec841351313 .tn-elem[data-elem-id="1470209944682"] {
              width: 461px;
              height: auto;
            }
          }

          @media screen and (max-width:479px) {
            #rec841351313 .tn-elem[data-elem-id="1470209944682"] {
              width: 299px;
              height: auto;
            }

            #rec841351313 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
              font-size: 24px;
              background-size: cover;
            }
          }

          #rec841351313 .tn-elem[data-elem-id="1470233923389"] {
            color: #000000;
            z-index: 4;
            top: 164px;
            left: calc(50% - 600px + 0px);
            width: 580px;
            height: auto;
          }

          #rec841351313 .tn-elem[data-elem-id="1470233923389"] .tn-atom {
            vertical-align: middle;
            color: #000000;
            font-size: 20px;
            font-family: 'TildaSans', Arial, sans-serif;
            line-height: 1.35;
            font-weight: 400;
            background-position: center center;
            border-color: transparent;
            border-style: solid;
          }

          @media screen and (max-width:1199px) {
            #rec841351313 .tn-elem[data-elem-id="1470233923389"] {
              width: 518px;
              height: auto;
            }

            #rec841351313 .tn-elem[data-elem-id="1470233923389"] .tn-atom {
              font-size: 20px;
              background-size: cover;
            }
          }

          @media screen and (max-width:959px) {
            #rec841351313 .tn-elem[data-elem-id="1470233923389"] {
              top: 124px;
              left: calc(50% - 320px + 10px);
              width: 620px;
              height: auto;
            }
          }

          @media screen and (max-width:639px) {
            #rec841351313 .tn-elem[data-elem-id="1470233923389"] {
              top: 156px;
              left: calc(50% - 240px + 10px);
              width: 460px;
              height: auto;
            }
          }

          @media screen and (max-width:479px) {
            #rec841351313 .tn-elem[data-elem-id="1470233923389"] {
              top: 148px;
              left: calc(50% - 160px + 11px);
              width: 300px;
              height: auto;
            }

            #rec841351313 .tn-elem[data-elem-id="1470233923389"] .tn-atom {
              font-size: 18px;
              background-size: cover;
            }
          }

          #rec841351313 .tn-elem[data-elem-id="1734424239538"] {
            color: #052555;
            z-index: 5;
            top: 547px;
            left: calc(50% - 600px + 0px);
            width: 660px;
            height: auto;
          }

          #rec841351313 .tn-elem[data-elem-id="1734424239538"] .tn-atom {
            vertical-align: middle;
            color: #052555;
            font-size: 32px;
            font-family: 'Arial', Arial, sans-serif;
            line-height: 1;
            font-weight: 700;
            text-transform: uppercase;
            background-position: center center;
            border-color: transparent;
            border-style: solid;
          }

          @media screen and (max-width:1199px) {
            #rec841351313 .tn-elem[data-elem-id="1734424239538"] {
              width: 490px;
              height: auto;
            }

            #rec841351313 .tn-elem[data-elem-id="1734424239538"] .tn-atom {
              font-size: 32px;
              background-size: cover;
            }
          }

          @media screen and (max-width:959px) {
            #rec841351313 .tn-elem[data-elem-id="1734424239538"] {
              top: 513px;
              left: calc(50% - 320px + 10px);
              width: 620px;
              height: auto;
            }

            #rec841351313 .tn-elem[data-elem-id="1734424239538"] .tn-atom {
              font-size: 28px;
              background-size: cover;
            }
          }

          @media screen and (max-width:639px) {
            #rec841351313 .tn-elem[data-elem-id="1734424239538"] {
              top: 621px;
              left: calc(50% - 240px + 10px);
              width: 460px;
              height: auto;
            }
          }

          @media screen and (max-width:479px) {
            #rec841351313 .tn-elem[data-elem-id="1734424239538"] {
              top: 664px;
              left: calc(50% - 160px + 10px);
              width: 302px;
              height: auto;
            }

            #rec841351313 .tn-elem[data-elem-id="1734424239538"] .tn-atom {
              font-size: 24px;
              background-size: cover;
            }
          }

          #rec841351313 .tn-elem[data-elem-id="1734424619326"] {
            color: #000000;
            z-index: 6;
            top: 628px;
            left: calc(50% - 600px + 0px);
            width: 565px;
            height: auto;
          }

          #rec841351313 .tn-elem[data-elem-id="1734424619326"] .tn-atom {
            vertical-align: middle;
            color: #000000;
            font-size: 20px;
            font-family: 'TildaSans', Arial, sans-serif;
            line-height: 1.35;
            font-weight: 400;
            background-position: center center;
            border-color: transparent;
            border-style: solid;
          }

          @media screen and (max-width:1199px) {
            #rec841351313 .tn-elem[data-elem-id="1734424619326"] {
              top: 632px;
              left: calc(50% - 480px + -3px);
              width: 493px;
              height: auto;
            }

            #rec841351313 .tn-elem[data-elem-id="1734424619326"] .tn-atom {
              font-size: 20px;
              background-size: cover;
            }
          }

          @media screen and (max-width:959px) {
            #rec841351313 .tn-elem[data-elem-id="1734424619326"] {
              top: 589px;
              left: calc(50% - 320px + 10px);
              width: 618px;
              height: auto;
            }
          }

          @media screen and (max-width:639px) {
            #rec841351313 .tn-elem[data-elem-id="1734424619326"] {
              top: 702px;
              left: calc(50% - 240px + 10px);
              width: 460px;
              height: auto;
            }
          }

          @media screen and (max-width:479px) {
            #rec841351313 .tn-elem[data-elem-id="1734424619326"] {
              top: 734px;
              left: calc(50% - 160px + 10px);
              width: 300px;
              height: auto;
            }

            #rec841351313 .tn-elem[data-elem-id="1734424619326"] .tn-atom {
              font-size: 18px;
              background-size: cover;
            }
          }

          #rec841351313 .tn-elem[data-elem-id="1734425183245"] {
            color: #af003d;
            z-index: 7;
            top: 413px;
            left: calc(50% - 600px + 0px);
            width: 560px;
            height: auto;
          }

          #rec841351313 .tn-elem[data-elem-id="1734425183245"] .tn-atom {
            vertical-align: middle;
            color: #af003d;
            font-size: 20px;
            font-family: 'TildaSans', Arial, sans-serif;
            line-height: 1.55;
            font-weight: 700;
            background-position: center center;
            border-color: transparent;
            border-style: solid;
          }

          @media screen and (max-width:1199px) {
            #rec841351313 .tn-elem[data-elem-id="1734425183245"] {
              top: 449px;
              height: auto;
            }

            #rec841351313 .tn-elem[data-elem-id="1734425183245"] .tn-atom {
              font-size: 20px;
              background-size: cover;
            }
          }

          @media screen and (max-width:959px) {
            #rec841351313 .tn-elem[data-elem-id="1734425183245"] {
              top: 383px;
              left: calc(50% - 320px + 10px);
              height: auto;
            }
          }

          @media screen and (max-width:639px) {
            #rec841351313 .tn-elem[data-elem-id="1734425183245"] {
              top: 487px;
              left: calc(50% - 240px + 10px);
              height: auto;
            }
          }

          @media screen and (max-width:479px) {
            #rec841351313 .tn-elem[data-elem-id="1734425183245"] {
              top: 529px;
              width: px;
              height: 31px;
            }

            #rec841351313 .tn-elem[data-elem-id="1734425183245"] .tn-atom {
              vertical-align: middle;
              white-space: normal;
              font-size: 18px;
              background-size: cover;
            }
          }

          #rec841351313 .tn-elem[data-elem-id="1734425183250"] {
            color: #052555;
            z-index: 8;
            top: 444px;
            left: calc(50% - 600px + -3px);
            width: 523px;
            height: auto;
          }

          #rec841351313 .tn-elem[data-elem-id="1734425183250"] .tn-atom {
            vertical-align: middle;
            color: #052555;
            font-size: 20px;
            font-family: 'TildaSans', Arial, sans-serif;
            line-height: 1.35;
            font-weight: 700;
            background-position: center center;
            border-color: transparent;
            border-style: solid;
          }

          @media screen and (max-width:1199px) {
            #rec841351313 .tn-elem[data-elem-id="1734425183250"] {
              top: 477px;
              left: calc(50% - 480px + 0px);
              height: auto;
            }

            #rec841351313 .tn-elem[data-elem-id="1734425183250"] .tn-atom {
              font-size: 20px;
              background-size: cover;
            }
          }

          @media screen and (max-width:959px) {
            #rec841351313 .tn-elem[data-elem-id="1734425183250"] {
              top: 414px;
              left: calc(50% - 320px + 10px);
              width: 560px;
              height: auto;
            }
          }

          @media screen and (max-width:639px) {
            #rec841351313 .tn-elem[data-elem-id="1734425183250"] {
              top: 518px;
              left: calc(50% - 240px + 8px);
              width: 472px;
              height: auto;
            }
          }

          @media screen and (max-width:479px) {
            #rec841351313 .tn-elem[data-elem-id="1734425183250"] {
              top: 560px;
              left: calc(50% - 160px + 10px);
              width: 301px;
              height: auto;
            }

            #rec841351313 .tn-elem[data-elem-id="1734425183250"] .tn-atom {
              font-size: 18px;
              background-size: cover;
            }
          }

          #rec841351313 .tn-elem[data-elem-id="1734425256133"] {
            color: #af003d;
            z-index: 9;
            top: 856px;
            left: calc(50% - 600px + 0px);
            width: 560px;
            height: auto;
          }

          #rec841351313 .tn-elem[data-elem-id="1734425256133"] .tn-atom {
            vertical-align: middle;
            color: #af003d;
            font-size: 20px;
            font-family: 'TildaSans', Arial, sans-serif;
            line-height: 1.55;
            font-weight: 700;
            background-position: center center;
            border-color: transparent;
            border-style: solid;
          }

          @media screen and (max-width:1199px) {
            #rec841351313 .tn-elem[data-elem-id="1734425256133"] {
              top: 895px;
              height: auto;
            }

            #rec841351313 .tn-elem[data-elem-id="1734425256133"] .tn-atom {
              font-size: 20px;
              background-size: cover;
            }
          }

          @media screen and (max-width:959px) {
            #rec841351313 .tn-elem[data-elem-id="1734425256133"] {
              top: 830px;
              left: calc(50% - 320px + 10px);
              height: auto;
            }
          }

          @media screen and (max-width:639px) {
            #rec841351313 .tn-elem[data-elem-id="1734425256133"] {
              top: 979px;
              left: calc(50% - 240px + 10px);
              height: auto;
            }
          }

          @media screen and (max-width:479px) {
            #rec841351313 .tn-elem[data-elem-id="1734425256133"] {
              top: 1079px;
              height: auto;
            }

            #rec841351313 .tn-elem[data-elem-id="1734425256133"] .tn-atom {
              font-size: 18px;
              background-size: cover;
            }
          }

          #rec841351313 .tn-elem[data-elem-id="1734425256140"] {
            color: #052555;
            z-index: 10;
            top: 887px;
            left: calc(50% - 600px + 0px);
            width: 522px;
            height: auto;
          }

          #rec841351313 .tn-elem[data-elem-id="1734425256140"] .tn-atom {
            vertical-align: middle;
            color: #052555;
            font-size: 20px;
            font-family: 'TildaSans', Arial, sans-serif;
            line-height: 1.35;
            font-weight: 700;
            background-position: center center;
            border-color: transparent;
            border-style: solid;
          }

          @media screen and (max-width:1199px) {
            #rec841351313 .tn-elem[data-elem-id="1734425256140"] {
              top: 923px;
              height: auto;
            }

            #rec841351313 .tn-elem[data-elem-id="1734425256140"] .tn-atom {
              font-size: 20px;
              background-size: cover;
            }
          }

          @media screen and (max-width:959px) {
            #rec841351313 .tn-elem[data-elem-id="1734425256140"] {
              top: 861px;
              left: calc(50% - 320px + 10px);
              height: auto;
            }
          }

          @media screen and (max-width:639px) {
            #rec841351313 .tn-elem[data-elem-id="1734425256140"] {
              top: 1010px;
              left: calc(50% - 240px + 10px);
              height: auto;
            }
          }

          @media screen and (max-width:479px) {
            #rec841351313 .tn-elem[data-elem-id="1734425256140"] {
              top: 1107px;
              left: calc(50% - 160px + 10px);
              width: 302px;
              height: auto;
            }

            #rec841351313 .tn-elem[data-elem-id="1734425256140"] .tn-atom {
              font-size: 18px;
              background-size: cover;
            }
          }

          #rec841351313 .tn-elem[data-elem-id="1734426189454"] {
            z-index: 11;
            top: 89px;
            left: calc(50% - 600px + 620px);
            width: 541px;
            height: 715px;
          }

          #rec841351313 .tn-elem[data-elem-id="1734426189454"] .tn-atom {
            border-radius: 0px 0px 0px 0px;
            opacity: 0.6;
            background-color: #e8e8e8;
            background-position: center center;
            border-color: transparent;
            border-style: solid;
            box-shadow: 2px 2px 20px 0px rgba(222, 204, 210, 0.8);
          }

          @media screen and (max-width:1199px) {
            #rec841351313 .tn-elem[data-elem-id="1734426189454"] {
              top: 128px;
              left: calc(50% - 480px + 550px);
              width: 401px;
              height: 623px;
              border-radius: 10px;
            }

            #rec841351313 .tn-elem[data-elem-id="1734426189454"] .tn-atom {
              background-size: cover;
              border-radius: 10px;
              opacity: 0.3;
              box-shadow: 2px 2px 20px 0px rgba(222, 204, 210, 0.8);
            }
          }

          @media screen and (max-width:959px) {
            #rec841351313 .tn-elem[data-elem-id="1734426189454"] {
              top: 907px;
              left: calc(50% - 320px + 0px);
              width: 640px;
              height: 435px;
            }
          }

          @media screen and (max-width:639px) {
            #rec841351313 .tn-elem[data-elem-id="1734426189454"] {
              top: 1074px;
              left: calc(50% - 240px + 0px);
              width: 480px;
              height: 515px;
            }
          }

          @media screen and (max-width:479px) {
            #rec841351313 .tn-elem[data-elem-id="1734426189454"] {
              top: 1185px;
              left: calc(50% - 160px + 0px);
              width: 320px;
              height: 540px;
            }
          }

          #rec841351313 .tn-elem[data-elem-id="1734426091104"] {
            z-index: 12;
            top: 142px;
            left: calc(50% - 600px + 700px);
            width: 374px;
            height: auto;
          }

          #rec841351313 .tn-elem[data-elem-id="1734426091104"] .tn-atom {
            border-radius: 0px 0px 0px 0px;
            background-position: center center;
            border-color: transparent;
            border-style: solid;
          }

          #rec841351313 .tn-elem[data-elem-id="1734426091104"] .tn-atom__img {
            border-radius: 0px 0px 0px 0px;
          }

          @media screen and (max-width:1199px) {
            #rec841351313 .tn-elem[data-elem-id="1734426091104"] {
              top: 166px;
              left: calc(50% - 480px + 595px);
              width: 295px;
              height: auto;
            }
          }

          @media screen and (max-width:959px) {
            #rec841351313 .tn-elem[data-elem-id="1734426091104"] {
              top: 926px;
              left: calc(50% - 320px + 175px);
              height: auto;
            }
          }

          @media screen and (max-width:639px) {
            #rec841351313 .tn-elem[data-elem-id="1734426091104"] {
              top: 1105px;
              left: calc(50% - 240px + 90px);
              height: auto;
            }
          }

          @media screen and (max-width:479px) {
            #rec841351313 .tn-elem[data-elem-id="1734426091104"] {
              top: 1205px;
              left: calc(50% - 160px + 49px);
              width: 233px;
              height: auto;
            }
          }

          #rec841351313 .tn-elem[data-elem-id="1734426579534"] {
            color: #000000;
            z-index: 13;
            top: 319px;
            left: calc(50% - 600px + 660px);
            width: 480px;
            height: auto;
          }

          #rec841351313 .tn-elem[data-elem-id="1734426579534"] .tn-atom {
            vertical-align: middle;
            color: #000000;
            font-size: 20px;
            font-family: 'TildaSans', Arial, sans-serif;
            line-height: 1.35;
            font-weight: 400;
            background-position: center center;
            border-color: transparent;
            border-style: solid;
          }

          @media screen and (max-width:1199px) {
            #rec841351313 .tn-elem[data-elem-id="1734426579534"] {
              top: 291px;
              left: calc(50% - 480px + 570px);
              width: 365px;
              height: auto;
            }

            #rec841351313 .tn-elem[data-elem-id="1734426579534"] .tn-atom {
              font-size: 20px;
              background-size: cover;
            }
          }

          @media screen and (max-width:959px) {
            #rec841351313 .tn-elem[data-elem-id="1734426579534"] {
              top: 1031px;
              left: calc(50% - 320px + 38px);
              width: 582px;
              height: auto;
            }
          }

          @media screen and (max-width:639px) {
            #rec841351313 .tn-elem[data-elem-id="1734426579534"] {
              top: 1217px;
              left: calc(50% - 240px + 47px);
              width: 423px;
              height: auto;
            }
          }

          @media screen and (max-width:479px) {
            #rec841351313 .tn-elem[data-elem-id="1734426579534"] {
              top: 1293px;
              left: calc(50% - 160px + 21px);
              width: 278px;
              height: auto;
            }

            #rec841351313 .tn-elem[data-elem-id="1734426579534"] .tn-atom {
              font-size: 18px;
              background-size: cover;
            }
          }
		  
		  
		              #rec844534562 .t-section__title {
              padding-top: 0px;
              padding-bottom: 50px;
            }
			
			
			.t-persons-social-links {
            line-height: 0px;
          }

          .t-persons-social-links__wrapper {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            width: auto;
          }

          .t-persons-social-links {
            margin-top: 15px;
          }

          .t-persons-social-links__item {
            padding: 0px 4px;
          }

          .t-persons-social-links__item svg {
            width: 20px;
            height: 20px;
          }

          .t-persons-social-links__wrapper_round .t-persons-social-links__item svg {
            width: 23px;
            height: 23px;
          }

          .t-persons-social-links__item:first-child {
            padding-left: 0px;
          }

          @media screen and (max-width:960px) {
            .t-persons-social-links__item {
              margin-bottom: 3px;
            }
          }

          @media screen and (max-width:640px) {
            .t-persons-social-links {
              margin-top: 13px;
            }

            .t-persons-social-links__item {
              padding: 0px 3px;
            }

            .t-persons-social-links__item svg {
              width: 17px;
              height: 17px;
            }

            .t-persons-social-links__wrapper_round .t-persons-social-links__item svg {
              width: 20px;
              height: 20px;
            }
          }
		  
		  
		    #rec826004779 input::-webkit-input-placeholder {
                        color: #000000;
                        opacity: 0.5;
                      }

                      #rec826004779 input::-moz-placeholder {
                        color: #000000;
                        opacity: 0.5;
                      }

                      #rec826004779 input:-moz-placeholder {
                        color: #000000;
                        opacity: 0.5;
                      }

                      #rec826004779 input:-ms-input-placeholder {
                        color: #000000;
                        opacity: 0.5;
                      }

                      #rec826004779 textarea::-webkit-input-placeholder {
                        color: #000000;
                        opacity: 0.5;
                      }

                      #rec826004779 textarea::-moz-placeholder {
                        color: #000000;
                        opacity: 0.5;
                      }

                      #rec826004779 textarea:-moz-placeholder {
                        color: #000000;
                        opacity: 0.5;
                      }

                      #rec826004779 textarea:-ms-input-placeholder {
                        color: #000000;
                        opacity: 0.5;
                      }
					  
					  
					            @media (hover:hover),
          (min-width:0\0) {
            #rec826004779 .t-submit:hover {
              box-shadow: 0px 10px 40px -2px rgba(0, 11, 48, 0.3) !important;
            }

            #rec826004779 .t-submit:focus-visible {
              box-shadow: 0px 10px 40px -2px rgba(0, 11, 48, 0.3) !important;
            }
          }

          #rec826004779 .t696__content {
            box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.3);
          }
		  
		  
		            #rec825695029 .t555__title {
            color: #ffffff;
          }

          #rec825695029 .t-text {
            color: #fcfbfb;
          }
    
          #rec825695029 .t555__map {
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          }
		  
		  
		            .tmenu-mobile {
            background-color: #111;
            display: none;
            width: 100%;
            top: 0;
            z-index: 990;
          }

          .tmenu-mobile_positionfixed {
            position: fixed;
          }

          .tmenu-mobile__text {
            color: #fff;
          }

          .tmenu-mobile__container {
            min-height: 64px;
            padding: 20px;
            position: relative;
            box-sizing: border-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
          }

          .tmenu-mobile__list {
            display: block;
          }

          .tmenu-mobile__burgerlogo {
            display: inline-block;
            font-size: 24px;
            font-weight: 400;
            white-space: nowrap;
            vertical-align: middle;
          }

          .tmenu-mobile__imglogo {
            height: auto;
            display: block;
            max-width: 300px !important;
            box-sizing: border-box;
            padding: 0;
            margin: 0 auto;
          }

          @media screen and (max-width:980px) {
            .tmenu-mobile__menucontent_hidden {
              display: none;
              height: 100%;
            }

            .tmenu-mobile {
              display: block;
            }
          }

          @media screen and (max-width:980px) {
            #rec824840197 .tmenu-mobile__menucontent_fixed {
              position: fixed;
              top: 64px;
            }

            #rec824840197 .t-menuburger {
              -webkit-order: 1;
              -ms-flex-order: 1;
              order: 1;
            }
          }
		  
		  
		  
		           #rec824840197 .tmenu-mobile__burgerlogo a {
            font-size: 14px;
            color: #ffffff;
          }
		  
		  
		   #rec824840197 .tmenu-mobile__burgerlogo__title {
            font-size: 14px;
            color: #ffffff;
          }