              .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;
                }
              }
	          .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) {
            #rec752561444 .t-menuburger {
              -webkit-order: 1;
              -ms-flex-order: 1;
              order: 1;
            }
          }

          #rec752561444 .tmenu-mobile__burgerlogo a {
            color: #ffffff;
            font-weight: 600;
          }

          #rec752561444 .tmenu-mobile__burgerlogo__title {
            color: #ffffff;
            font-weight: 600;
          }


          @media screen and (max-width:980px) {
            #rec752561444 .t446 {
              position: static;
            }
          }


          #rec752561444 .t-menu__link-item {}

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

            #rec752561444 .t-menu__link-item,
            #rec752561444 .t-menu__link-item.t-active {
              opacity: 1 !important;
            }
          }

          #rec752561444 .t446__logowrapper2 a {
            color: #ffffff;
            font-weight: 600;
          }

          #rec752561444 a.t-menu__link-item {
            color: #ffffff;
            font-weight: 600;
          }

          #rec752561444 .t446__right_langs_lang a {
            color: #ffffff;
            font-weight: 600;
          }

          #rec752561444 .t446__logo {
            color: #ffffff;
            font-weight: 600;
          }		  
		  
		  
		   #rec752567653 .t396__artboard {
            height: 260px;
            background-color: #e4d0c1;
            overflow: visible;
          }

          #rec752567653 .t396__filter {
            height: 260px;
          }

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

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

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

            #rec752567653 .t396__filter {}

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

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

            #rec752567653 .t396__artboard,
            #rec752567653 .t396__filter,
            #rec752567653 .t396__carrier {
              height: 680px;
            }

            #rec752567653 .t396__filter {}

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

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

            #rec752567653 .t396__artboard,
            #rec752567653 .t396__filter,
            #rec752567653 .t396__carrier {
              height: 620px;
            }

            #rec752567653 .t396__filter {}

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

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

            #rec752567653 .t396__artboard,
            #rec752567653 .t396__filter,
            #rec752567653 .t396__carrier {
              height: 800px;
            }

            #rec752567653 .t396__filter {}

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

          #rec752567653 .tn-elem[data-elem-id="1585841547844"] {
            z-index: 2;
            top: -91px;
            left: calc(50% - 600px + 20px);
            width: 1158px;
            height: 250px;
          }

          #rec752567653 .tn-elem[data-elem-id="1585841547844"] .tn-atom {
            background-color: #ffffff;
            background-position: center center;
            border-color: transparent;
            border-style: solid;
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
          }

          @media screen and (max-width:1199px) {
            #rec752567653 .tn-elem[data-elem-id="1585841547844"] {
              top: -91px;
              left: calc(50% - 480px + 20px);
              width: 922px;
              height: 360px;
            }
          }

          @media screen and (max-width:959px) {
            #rec752567653 .tn-elem[data-elem-id="1585841547844"] {
              top: -91px;
              left: calc(50% - 320px + 20px);
              width: 603px;
              height: 682px;
            }
          }

          @media screen and (max-width:639px) {
            #rec752567653 .tn-elem[data-elem-id="1585841547844"] {
              top: -91px;
              left: calc(50% - 240px + 20px);
              width: 446px;
              height: 680px;
            }
          }

          @media screen and (max-width:479px) {
            #rec752567653 .tn-elem[data-elem-id="1585841547844"] {
              top: -24px;
              left: calc(50% - 160px + 20px);
              width: 282px;
              height: 733px;
            }
          }

          #rec752567653 .tn-elem[data-elem-id="1585841761406"] {
            color: #c6a082;
            text-align: center;
            z-index: 3;
            top: 65px;
            left: calc(50% - 600px + 505px);
            width: 190px;
            height: auto;
          }

          #rec752567653 .tn-elem[data-elem-id="1585841761406"] .tn-atom {
            color: #c6a082;
            font-size: 32px;
            font-family: 'TildaSans', Arial, sans-serif;
            line-height: 1.55;
            font-weight: 400;
            background-position: center center;
            border-color: transparent;
            border-style: solid;
          }

          @media screen and (max-width:1199px) {
            #rec752567653 .tn-elem[data-elem-id="1585841761406"] {
              top: -12px;
              left: calc(50% - 480px + 502px);
              width: 150px;
              height: auto;
            }

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

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

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

            #rec752567653 .tn-elem[data-elem-id="1585841761406"] .tn-atom {
              font-size: 26px;
              background-size: cover;
            }
          }

          @media screen and (max-width:479px) {
            #rec752567653 .tn-elem[data-elem-id="1585841761406"] {
              top: 367px;
              left: calc(50% - 160px + 85px);
              height: auto;
            }

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

          #rec752567653 .tn-elem[data-elem-id="1585842026240"] {
            color: #c6a082;
            text-align: center;
            z-index: 4;
            top: 65px;
            left: calc(50% - 600px + 896px);
            width: 190px;
            height: auto;
          }

          #rec752567653 .tn-elem[data-elem-id="1585842026240"] .tn-atom {
            color: #c6a082;
            font-size: 32px;
            font-family: 'TildaSans', Arial, sans-serif;
            line-height: 1.55;
            font-weight: 400;
            background-position: center center;
            border-color: transparent;
            border-style: solid;
          }

          @media screen and (max-width:1199px) {
            #rec752567653 .tn-elem[data-elem-id="1585842026240"] {
              top: -12px;
              left: calc(50% - 480px + 282px);
              width: 140px;
              height: auto;
            }

            #rec752567653 .tn-elem[data-elem-id="1585842026240"] .tn-atom {
              font-size: 30px;
              background-size: cover;
            }
          }

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

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

            #rec752567653 .tn-elem[data-elem-id="1585842026240"] .tn-atom {
              font-size: 26px;
              background-size: cover;
            }
          }

          @media screen and (max-width:479px) {
            #rec752567653 .tn-elem[data-elem-id="1585842026240"] {
              top: 578px;
              left: calc(50% - 160px + 72px);
              width: 176px;
              height: auto;
            }

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

          #rec752567653 .tn-elem[data-elem-id="1585911902668"] {
            color: #c6a082;
            text-align: center;
            z-index: 5;
            top: 65px;
            left: calc(50% - 600px + 88px);
            width: 213px;
            height: auto;
          }

          #rec752567653 .tn-elem[data-elem-id="1585911902668"] .tn-atom {
            color: #c6a082;
            font-size: 31px;
            font-family: 'TildaSans', Arial, sans-serif;
            line-height: 1.55;
            font-weight: 400;
            background-position: center center;
            border-color: transparent;
            border-style: solid;
          }

          @media screen and (max-width:1199px) {
            #rec752567653 .tn-elem[data-elem-id="1585911902668"] {
              top: -12px;
              left: calc(50% - 480px + 58px);
              width: 140px;
              height: auto;
            }

            #rec752567653 .tn-elem[data-elem-id="1585911902668"] .tn-atom {
              font-size: 30px;
              background-size: cover;
            }
          }

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

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

            #rec752567653 .tn-elem[data-elem-id="1585911902668"] .tn-atom {
              font-size: 26px;
              background-size: cover;
            }
          }

          @media screen and (max-width:479px) {
            #rec752567653 .tn-elem[data-elem-id="1585911902668"] {
              top: 151px;
              left: calc(50% - 160px + 70px);
              width: 180px;
              height: auto;
            }

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

          #rec752567653 .tn-elem[data-elem-id="1585842098081"] {
            color: #000000;
            text-align: center;
            z-index: 6;
            top: 15px;
            left: calc(50% - 600px + 889px);
            width: 200px;
            height: auto;
          }

          #rec752567653 .tn-elem[data-elem-id="1585842098081"] .tn-atom {
            color: #000000;
            font-size: 18px;
            font-family: 'TildaSans', Arial, sans-serif;
            line-height: 1.55;
            font-weight: 400;
            background-position: center center;
            border-color: transparent;
            border-style: solid;
          }

          @media screen and (max-width:1199px) {
            #rec752567653 .tn-elem[data-elem-id="1585842098081"] {
              top: 68px;
              left: calc(50% - 480px + 282px);
              width: 150px;
              height: auto;
            }

            #rec752567653 .tn-elem[data-elem-id="1585842098081"] .tn-atom {
              font-size: 14px;
              background-size: cover;
            }
          }

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

          @media screen and (max-width:639px) {
            #rec752567653 .tn-elem[data-elem-id="1585842098081"] {
              top: 73px;
              left: calc(50% - 240px + 256px);
              width: 150px;
              height: auto;
            }
          }

          @media screen and (max-width:479px) {
            #rec752567653 .tn-elem[data-elem-id="1585842098081"] {
              top: 535px;
              left: calc(50% - 160px + 60px);
              width: 200px;
              height: auto;
            }
          }

          #rec752567653 .tn-elem[data-elem-id="1585911912242"] {
            color: #000000;
            z-index: 7;
            top: 66px;
            left: calc(50% - 600px + 90px);
            width: 200px;
            height: auto;
          }

          #rec752567653 .tn-elem[data-elem-id="1585911912242"] .tn-atom {
            color: #000000;
            font-size: 16px;
            font-family: 'TildaSans', Arial, sans-serif;
            line-height: 1.55;
            font-weight: 400;
            background-position: center center;
            border-color: transparent;
            border-style: solid;
          }

          @media screen and (max-width:1199px) {
            #rec752567653 .tn-elem[data-elem-id="1585911912242"] {
              top: 68px;
              left: calc(50% - 480px + 62px);
              width: 150px;
              height: auto;
            }

            #rec752567653 .tn-elem[data-elem-id="1585911912242"] .tn-atom {
              font-size: 14px;
              background-size: cover;
            }
          }

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

          @media screen and (max-width:639px) {
            #rec752567653 .tn-elem[data-elem-id="1585911912242"] {
              top: 73px;
              left: calc(50% - 240px + 51px);
              width: 140px;
              height: auto;
            }
          }

          @media screen and (max-width:479px) {
            #rec752567653 .tn-elem[data-elem-id="1585911912242"] {
              top: 53px;
              left: calc(50% - 160px + 55px);
              width: 210px;
              height: auto;
            }
          }

          #rec752567653 .tn-elem[data-elem-id="1716276554384"] {
            color: #000000;
            text-align: center;
            z-index: 8;
            top: 15px;
            left: calc(50% - 600px + 94px);
            width: 200px;
            height: auto;
          }

          #rec752567653 .tn-elem[data-elem-id="1716276554384"] .tn-atom {
            color: #000000;
            font-size: 18px;
            font-family: 'TildaSans', Arial, sans-serif;
            line-height: 1.55;
            font-weight: 400;
            background-position: center center;
            border-color: transparent;
            border-style: solid;
          }

          @media screen and (max-width:1199px) {
            #rec752567653 .tn-elem[data-elem-id="1716276554384"] {
              top: 78pxpx;
              left: calc(50% - 480px + 292pxpx);
              width: 150px;
              height: auto;
            }

            #rec752567653 .tn-elem[data-elem-id="1716276554384"] .tn-atom {
              font-size: 14px;
              background-size: cover;
            }
          }

          @media screen and (max-width:959px) {
            #rec752567653 .tn-elem[data-elem-id="1716276554384"] {
              top: 83pxpx;
              left: calc(50% - 320px + 388pxpx);
              height: auto;
            }
          }

          @media screen and (max-width:639px) {
            #rec752567653 .tn-elem[data-elem-id="1716276554384"] {
              top: 83pxpx;
              left: calc(50% - 240px + 266pxpx);
              width: 150px;
              height: auto;
            }
          }

          @media screen and (max-width:479px) {
            #rec752567653 .tn-elem[data-elem-id="1716276554384"] {
              top: 105px;
              left: calc(50% - 160px + 60px);
              width: 200px;
              height: auto;
            }
          }

          #rec752567653 .tn-elem[data-elem-id="1716280240964"] {
            z-index: 9;
            top: -70px;
            left: calc(50% - 600px + 166px);
            width: 60px;
            height: auto;
          }

          #rec752567653 .tn-elem[data-elem-id="1716280240964"] .tn-atom {
            background-position: center center;
            border-color: transparent;
            border-style: solid;
          }

          #rec752567653 .tn-elem[data-elem-id="1716280240964"] .tn-atom__img {}

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

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

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

          @media screen and (max-width:479px) {
            #rec752567653 .tn-elem[data-elem-id="1716280240964"] {
              top: 18px;
              left: calc(50% - 160px + 130px);
              height: auto;
            }
          }

          #rec752567653 .tn-elem[data-elem-id="1716280274259"] {
            z-index: 10;
            top: -70px;
            left: calc(50% - 600px + 570px);
            width: 60px;
            height: auto;
          }

          #rec752567653 .tn-elem[data-elem-id="1716280274259"] .tn-atom {
            background-position: center center;
            border-color: transparent;
            border-style: solid;
          }

          #rec752567653 .tn-elem[data-elem-id="1716280274259"] .tn-atom__img {}

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

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

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

          @media screen and (max-width:479px) {
            #rec752567653 .tn-elem[data-elem-id="1716280274259"] {
              top: 244px;
              left: calc(50% - 160px + 130px);
              height: auto;
            }
          }

          #rec752567653 .tn-elem[data-elem-id="1716280281551"] {
            z-index: 11;
            top: -74px;
            left: calc(50% - 600px + 959px);
            width: 60px;
            height: auto;
          }

          #rec752567653 .tn-elem[data-elem-id="1716280281551"] .tn-atom {
            background-position: center center;
            border-color: transparent;
            border-style: solid;
          }

          #rec752567653 .tn-elem[data-elem-id="1716280281551"] .tn-atom__img {}

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

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

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

          @media screen and (max-width:479px) {
            #rec752567653 .tn-elem[data-elem-id="1716280281551"] {
              top: 453px;
              left: calc(50% - 160px + 130px);
              height: auto;
            }
          }

          #rec752567653 .tn-elem[data-elem-id="1716280431227"] {
            color: #000000;
            text-align: center;
            z-index: 12;
            top: 15px;
            left: calc(50% - 600px + 500px);
            width: 200px;
            height: auto;
          }

          #rec752567653 .tn-elem[data-elem-id="1716280431227"] .tn-atom {
            color: #000000;
            font-size: 18px;
            font-family: 'TildaSans', Arial, sans-serif;
            line-height: 1.55;
            font-weight: 400;
            background-position: center center;
            border-color: transparent;
            border-style: solid;
          }

          @media screen and (max-width:1199px) {
            #rec752567653 .tn-elem[data-elem-id="1716280431227"] {
              top: 88pxpx;
              left: calc(50% - 480px + 302pxpx);
              width: 150px;
              height: auto;
            }

            #rec752567653 .tn-elem[data-elem-id="1716280431227"] .tn-atom {
              font-size: 14px;
              background-size: cover;
            }
          }

          @media screen and (max-width:959px) {
            #rec752567653 .tn-elem[data-elem-id="1716280431227"] {
              top: 93pxpx;
              left: calc(50% - 320px + 398pxpx);
              height: auto;
            }
          }

          @media screen and (max-width:639px) {
            #rec752567653 .tn-elem[data-elem-id="1716280431227"] {
              top: 93pxpx;
              left: calc(50% - 240px + 276pxpx);
              width: 150px;
              height: auto;
            }
          }

          @media screen and (max-width:479px) {
            #rec752567653 .tn-elem[data-elem-id="1716280431227"] {
              top: 327px;
              left: calc(50% - 160px + 58px);
              width: 200px;
              height: auto;
            }
          }
		  
		            #rec752561446 .t486__title {
            color: #000000;
          }

          #rec752561446 .t486__descr {
            color: #000000;
          }
		  
		  
		  
		           #rec752669359 .t396__artboard {
            height: 600px;
            background-color: #ffffff;
          }

          #rec752669359 .t396__filter {
            height: 600px;
          }

          #rec752669359 .t396__carrier {
            height: 600px;
            background-position: center center;
            background-attachment: fixed;
            transform: translate3d(0, 0, 0);
            -moz-transform: unset;
            background-image: url('images/tild3136-3430-4538-b737-653137353231__-__resize__20x__img_1284.png');
            background-size: cover;
            background-repeat: no-repeat;
          }

          @media screen and (min-width:1199px) {
            #rec752669359 .t396__carrier-wrapper {
              position: absolute;
              width: 100%;
              height: 100%;
              top: 0;
              left: 0;
              -webkit-clip-path: inset(0 0 0 0);
              clip-path: inset(0 0 0 0);
            }

            #rec752669359 .t396__carrier {
              position: fixed;
              display: block;
              width: 100%;
              height: 100%;
              top: 0;
              left: 0;
              background-size: cover;
              background-position: center center;
              transform: translateZ(0);
              will-change: transform;
              pointer-events: none;
            }
          }

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

            #rec752669359 .t396__artboard,
            #rec752669359 .t396__filter,
            #rec752669359 .t396__carrier {
              height: 958px;
            }

            #rec752669359 .t396__filter {}

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

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

            #rec752669359 .t396__artboard,
            #rec752669359 .t396__filter,
            #rec752669359 .t396__carrier {
              height: 863px;
            }

            #rec752669359 .t396__filter {}

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

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

            #rec752669359 .t396__artboard,
            #rec752669359 .t396__filter,
            #rec752669359 .t396__carrier {
              height: 807px;
            }

            #rec752669359 .t396__filter {}

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

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

            #rec752669359 .t396__artboard,
            #rec752669359 .t396__filter,
            #rec752669359 .t396__carrier {
              height: 525px;
            }

            #rec752669359 .t396__filter {}

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

          #rec752669359 .tn-elem[data-elem-id="1470210011265"] {
            color: #00848c;
            text-align: center;
            z-index: 2;
            top: 60px;
            left: calc(50% - 600px + 20px);
            width: 1160px;
            height: auto;
          }

          #rec752669359 .tn-elem[data-elem-id="1470210011265"] .tn-atom {
            color: #00848c;
            font-size: 42px;
            font-family: 'Arial', 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) {
            #rec752669359 .tn-elem[data-elem-id="1470210011265"] {
              top: 144px;
              left: calc(50% - 480px + 11px);
              width: 940px;
              height: auto;
            }

            #rec752669359 .tn-elem[data-elem-id="1470210011265"] .tn-atom {
              font-size: 38px;
              background-size: cover;
            }
          }

          @media screen and (max-width:959px) {
            #rec752669359 .tn-elem[data-elem-id="1470210011265"] {
              top: 144px;
              left: calc(50% - 320px + 20px);
              width: 600px;
              height: auto;
            }
          }

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

            #rec752669359 .tn-elem[data-elem-id="1470210011265"] .tn-atom {
              font-size: 30px;
              background-size: cover;
            }
          }

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

          #rec752669359 .tn-elem[data-elem-id="1477656344723"] {
            z-index: 3;
            top: 160px;
            left: calc(50% - 600px + 320px);
            width: 50px;
            height: auto;
          }

          #rec752669359 .tn-elem[data-elem-id="1477656344723"] .tn-atom {
            background-position: center center;
            border-color: transparent;
            border-style: solid;
          }

          #rec752669359 .tn-elem[data-elem-id="1477656344723"] .tn-atom__img {}

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

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

          @media screen and (max-width:639px) {
            #rec752669359 .tn-elem[data-elem-id="1477656344723"] {
              top: 297px;
              left: calc(50% - 240px + 29px);
              width: 40px;
              height: auto;
            }
          }

          @media screen and (max-width:479px) {
            #rec752669359 .tn-elem[data-elem-id="1477656344723"] {
              top: 334px;
              left: calc(50% - 160px + 20px);
              height: auto;
            }
          }

          #rec752669359 .tn-elem[data-elem-id="1477656459507"] {
            color: #000000;
            z-index: 4;
            top: 150px;
            left: calc(50% - 600px + 380px);
            width: 665px;
            height: auto;
          }

          #rec752669359 .tn-elem[data-elem-id="1477656459507"] .tn-atom {
            color: #000000;
            font-size: 20px;
            font-family: 'Arial', 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) {
            #rec752669359 .tn-elem[data-elem-id="1477656459507"] {
              top: 392px;
              left: calc(50% - 480px + 265px);
              width: 525px;
              height: auto;
            }

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

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

          @media screen and (max-width:639px) {
            #rec752669359 .tn-elem[data-elem-id="1477656459507"] {
              top: 297px;
              left: calc(50% - 240px + 86px);
              width: 385px;
              height: auto;
            }

            #rec752669359 .tn-elem[data-elem-id="1477656459507"] .tn-atom {
              font-size: 16px;
              background-size: cover;
            }
          }

          @media screen and (max-width:479px) {
            #rec752669359 .tn-elem[data-elem-id="1477656459507"] {
              top: 140px;
              left: calc(50% - 160px + 70px);
              width: 240px;
              height: auto;
            }
          }

          #rec752669359 .tn-elem[data-elem-id="1477656506730"] {
            color: #000000;
            z-index: 5;
            top: 190px;
            left: calc(50% - 600px + 380px);
            width: 665px;
            height: auto;
          }

          #rec752669359 .tn-elem[data-elem-id="1477656506730"] .tn-atom {
            color: #000000;
            font-size: 18px;
            font-family: 'Arial', Arial, sans-serif;
            line-height: 1.55;
            font-weight: 400;
            background-position: center center;
            border-color: transparent;
            border-style: solid;
          }

          @media screen and (max-width:1199px) {
            #rec752669359 .tn-elem[data-elem-id="1477656506730"] {
              top: 430px;
              left: calc(50% - 480px + 265px);
              width: 525px;
              height: auto;
            }

            #rec752669359 .tn-elem[data-elem-id="1477656506730"] .tn-atom {
              font-size: 16px;
              background-size: cover;
            }
          }

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

          @media screen and (max-width:639px) {
            #rec752669359 .tn-elem[data-elem-id="1477656506730"] {
              top: 334px;
              left: calc(50% - 240px + 86px);
              width: 385px;
              height: auto;
            }

            #rec752669359 .tn-elem[data-elem-id="1477656506730"] .tn-atom {
              font-size: 14px;
              background-size: cover;
            }
          }

          @media screen and (max-width:479px) {
            #rec752669359 .tn-elem[data-elem-id="1477656506730"] {
              top: 200px;
              left: calc(50% - 160px + 70px);
              width: 240px;
              height: auto;
            }

            #rec752669359 .tn-elem[data-elem-id="1477656506730"] .tn-atom {
              line-height: 1.45;
              background-size: cover;
            }
          }

          #rec752669359 .tn-elem[data-elem-id="1477656548214"] {
            color: #000000;
            z-index: 6;
            top: 250px;
            left: calc(50% - 600px + 380px);
            width: 665px;
            height: auto;
          }

          #rec752669359 .tn-elem[data-elem-id="1477656548214"] .tn-atom {
            color: #000000;
            font-size: 20px;
            font-family: 'Arial', 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) {
            #rec752669359 .tn-elem[data-elem-id="1477656548214"] {
              top: 556px;
              left: calc(50% - 480px + 265px);
              width: 525px;
              height: auto;
            }

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

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

          @media screen and (max-width:639px) {
            #rec752669359 .tn-elem[data-elem-id="1477656548214"] {
              top: 435px;
              left: calc(50% - 240px + 86px);
              width: 385px;
              height: auto;
            }

            #rec752669359 .tn-elem[data-elem-id="1477656548214"] .tn-atom {
              font-size: 16px;
              background-size: cover;
            }
          }

          @media screen and (max-width:479px) {
            #rec752669359 .tn-elem[data-elem-id="1477656548214"] {
              top: 240px;
              left: calc(50% - 160px + 70px);
              width: 240px;
              height: auto;
            }
          }

          #rec752669359 .tn-elem[data-elem-id="1477656550286"] {
            color: #000000;
            z-index: 7;
            top: 290px;
            left: calc(50% - 600px + 380px);
            width: 665px;
            height: auto;
          }

          #rec752669359 .tn-elem[data-elem-id="1477656550286"] .tn-atom {
            color: #000000;
            font-size: 18px;
            font-family: 'Arial', Arial, sans-serif;
            line-height: 1.55;
            font-weight: 400;
            background-position: center center;
            border-color: transparent;
            border-style: solid;
          }

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

            #rec752669359 .tn-elem[data-elem-id="1477656550286"] .tn-atom {
              font-size: 16px;
              background-size: cover;
            }
          }

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

          @media screen and (max-width:639px) {
            #rec752669359 .tn-elem[data-elem-id="1477656550286"] {
              top: 471px;
              left: calc(50% - 240px + 86px);
              width: 385px;
              height: auto;
            }

            #rec752669359 .tn-elem[data-elem-id="1477656550286"] .tn-atom {
              font-size: 14px;
              background-size: cover;
            }
          }

          @media screen and (max-width:479px) {
            #rec752669359 .tn-elem[data-elem-id="1477656550286"] {
              top: 275px;
              left: calc(50% - 160px + 70px);
              width: 240px;
              height: auto;
            }

            #rec752669359 .tn-elem[data-elem-id="1477656550286"] .tn-atom {
              line-height: 1.45;
              background-size: cover;
            }
          }

          #rec752669359 .tn-elem[data-elem-id="1477656576238"] {
            color: #000000;
            z-index: 8;
            top: 350px;
            left: calc(50% - 600px + 380px);
            width: 665px;
            height: auto;
          }

          #rec752669359 .tn-elem[data-elem-id="1477656576238"] .tn-atom {
            color: #000000;
            font-size: 20px;
            font-family: 'Arial', 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) {
            #rec752669359 .tn-elem[data-elem-id="1477656576238"] {
              top: 721px;
              left: calc(50% - 480px + 265px);
              width: 525px;
              height: auto;
            }

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

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

          @media screen and (max-width:639px) {
            #rec752669359 .tn-elem[data-elem-id="1477656576238"] {
              top: 572px;
              left: calc(50% - 240px + 86px);
              width: 385px;
              height: auto;
            }

            #rec752669359 .tn-elem[data-elem-id="1477656576238"] .tn-atom {
              font-size: 16px;
              background-size: cover;
            }
          }

          @media screen and (max-width:479px) {
            #rec752669359 .tn-elem[data-elem-id="1477656576238"] {
              top: 315px;
              left: calc(50% - 160px + 70px);
              width: 216px;
              height: auto;
            }
          }

          #rec752669359 .tn-elem[data-elem-id="1477656591393"] {
            color: #000000;
            z-index: 9;
            top: 390px;
            left: calc(50% - 600px + 380px);
            width: 665px;
            height: auto;
          }

          #rec752669359 .tn-elem[data-elem-id="1477656591393"] .tn-atom {
            color: #000000;
            font-size: 18px;
            font-family: 'Arial', Arial, sans-serif;
            line-height: 1.55;
            font-weight: 400;
            background-position: center center;
            border-color: transparent;
            border-style: solid;
          }

          @media screen and (max-width:1199px) {
            #rec752669359 .tn-elem[data-elem-id="1477656591393"] {
              top: 760px;
              left: calc(50% - 480px + 265px);
              width: 525px;
              height: auto;
            }

            #rec752669359 .tn-elem[data-elem-id="1477656591393"] .tn-atom {
              font-size: 16px;
              background-size: cover;
            }
          }

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

          @media screen and (max-width:639px) {
            #rec752669359 .tn-elem[data-elem-id="1477656591393"] {
              top: 608px;
              left: calc(50% - 240px + 86px);
              width: 385px;
              height: auto;
            }

            #rec752669359 .tn-elem[data-elem-id="1477656591393"] .tn-atom {
              font-size: 14px;
              background-size: cover;
            }
          }

          @media screen and (max-width:479px) {
            #rec752669359 .tn-elem[data-elem-id="1477656591393"] {
              top: 375px;
              left: calc(50% - 160px + 70px);
              width: 240px;
              height: auto;
            }

            #rec752669359 .tn-elem[data-elem-id="1477656591393"] .tn-atom {
              line-height: 1.45;
              background-size: cover;
            }
          }

          #rec752669359 .tn-elem[data-elem-id="1716475924669"] {
            color: #000000;
            z-index: 10;
            top: 450px;
            left: calc(50% - 600px + 380px);
            width: 665px;
            height: auto;
          }

          #rec752669359 .tn-elem[data-elem-id="1716475924669"] .tn-atom {
            color: #000000;
            font-size: 20px;
            font-family: 'Arial', 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) {
            #rec752669359 .tn-elem[data-elem-id="1716475924669"] {
              top: 731pxpx;
              left: calc(50% - 480px + 275pxpx);
              width: 525px;
              height: auto;
            }

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

          @media screen and (max-width:959px) {
            #rec752669359 .tn-elem[data-elem-id="1716475924669"] {
              top: 636pxpx;
              left: calc(50% - 320px + 105pxpx);
              height: auto;
            }
          }

          @media screen and (max-width:639px) {
            #rec752669359 .tn-elem[data-elem-id="1716475924669"] {
              top: 582pxpx;
              left: calc(50% - 240px + 96pxpx);
              width: 385px;
              height: auto;
            }

            #rec752669359 .tn-elem[data-elem-id="1716475924669"] .tn-atom {
              font-size: 16px;
              background-size: cover;
            }
          }

          @media screen and (max-width:479px) {
            #rec752669359 .tn-elem[data-elem-id="1716475924669"] {
              top: 415px;
              left: calc(50% - 160px + 70px);
              width: 240px;
              height: auto;
            }
          }

          #rec752669359 .tn-elem[data-elem-id="1716475924665"] {
            color: #000000;
            z-index: 11;
            top: 490px;
            left: calc(50% - 600px + 380px);
            width: 665px;
            height: auto;
          }

          #rec752669359 .tn-elem[data-elem-id="1716475924665"] .tn-atom {
            color: #000000;
            font-size: 18px;
            font-family: 'Arial', Arial, sans-serif;
            line-height: 1.55;
            font-weight: 400;
            background-position: center center;
            border-color: transparent;
            border-style: solid;
          }

          @media screen and (max-width:1199px) {
            #rec752669359 .tn-elem[data-elem-id="1716475924665"] {
              top: 770pxpx;
              left: calc(50% - 480px + 275pxpx);
              width: 525px;
              height: auto;
            }

            #rec752669359 .tn-elem[data-elem-id="1716475924665"] .tn-atom {
              font-size: 16px;
              background-size: cover;
            }
          }

          @media screen and (max-width:959px) {
            #rec752669359 .tn-elem[data-elem-id="1716475924665"] {
              top: 675pxpx;
              left: calc(50% - 320px + 105pxpx);
              height: auto;
            }
          }

          @media screen and (max-width:639px) {
            #rec752669359 .tn-elem[data-elem-id="1716475924665"] {
              top: 618pxpx;
              left: calc(50% - 240px + 96pxpx);
              width: 385px;
              height: auto;
            }

            #rec752669359 .tn-elem[data-elem-id="1716475924665"] .tn-atom {
              font-size: 14px;
              background-size: cover;
            }
          }

          @media screen and (max-width:479px) {
            #rec752669359 .tn-elem[data-elem-id="1716475924665"] {
              top: 475px;
              left: calc(50% - 160px + 70px);
              width: 240px;
              height: auto;
            }

            #rec752669359 .tn-elem[data-elem-id="1716475924665"] .tn-atom {
              line-height: 1.45;
              background-size: cover;
            }
          }

          #rec752669359 .tn-elem[data-elem-id="1716476159805"] {
            z-index: 12;
            top: 260px;
            left: calc(50% - 600px + 320px);
            width: 50px;
            height: auto;
          }

          #rec752669359 .tn-elem[data-elem-id="1716476159805"] .tn-atom {
            background-position: center center;
            border-color: transparent;
            border-style: solid;
          }

          #rec752669359 .tn-elem[data-elem-id="1716476159805"] .tn-atom__img {}

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

          @media screen and (max-width:959px) {
            #rec752669359 .tn-elem[data-elem-id="1716476159805"] {
              top: 336pxpx;
              left: calc(50% - 320px + 30pxpx);
              height: auto;
            }
          }

          @media screen and (max-width:639px) {
            #rec752669359 .tn-elem[data-elem-id="1716476159805"] {
              top: 307pxpx;
              left: calc(50% - 240px + 39pxpx);
              width: 40px;
              height: auto;
            }
          }

          @media screen and (max-width:479px) {
            #rec752669359 .tn-elem[data-elem-id="1716476159805"] {
              top: 432px;
              left: calc(50% - 160px + 20px);
              height: auto;
            }
          }

          #rec752669359 .tn-elem[data-elem-id="1716476169956"] {
            z-index: 13;
            top: 360px;
            left: calc(50% - 600px + 320px);
            width: 50px;
            height: auto;
          }

          #rec752669359 .tn-elem[data-elem-id="1716476169956"] .tn-atom {
            background-position: center center;
            border-color: transparent;
            border-style: solid;
          }

          #rec752669359 .tn-elem[data-elem-id="1716476169956"] .tn-atom__img {}

          @media screen and (max-width:1199px) {
            #rec752669359 .tn-elem[data-elem-id="1716476169956"] {
              top: 412pxpx;
              left: calc(50% - 480px + 190pxpx);
              height: auto;
            }
          }

          @media screen and (max-width:959px) {
            #rec752669359 .tn-elem[data-elem-id="1716476169956"] {
              top: 346pxpx;
              left: calc(50% - 320px + 40pxpx);
              height: auto;
            }
          }

          @media screen and (max-width:639px) {
            #rec752669359 .tn-elem[data-elem-id="1716476169956"] {
              top: 317pxpx;
              left: calc(50% - 240px + 49pxpx);
              width: 40px;
              height: auto;
            }
          }

          @media screen and (max-width:479px) {
            #rec752669359 .tn-elem[data-elem-id="1716476169956"] {
              top: 251px;
              left: calc(50% - 160px + 20px);
              height: auto;
            }
          }

          #rec752669359 .tn-elem[data-elem-id="1716476187184"] {
            z-index: 14;
            top: 460px;
            left: calc(50% - 600px + 320px);
            width: 50px;
            height: auto;
          }

          #rec752669359 .tn-elem[data-elem-id="1716476187184"] .tn-atom {
            background-position: center center;
            border-color: transparent;
            border-style: solid;
          }

          #rec752669359 .tn-elem[data-elem-id="1716476187184"] .tn-atom__img {}

          @media screen and (max-width:1199px) {
            #rec752669359 .tn-elem[data-elem-id="1716476187184"] {
              top: 412pxpx;
              left: calc(50% - 480px + 190pxpx);
              height: auto;
            }
          }

          @media screen and (max-width:959px) {
            #rec752669359 .tn-elem[data-elem-id="1716476187184"] {
              top: 346pxpx;
              left: calc(50% - 320px + 40pxpx);
              height: auto;
            }
          }

          @media screen and (max-width:639px) {
            #rec752669359 .tn-elem[data-elem-id="1716476187184"] {
              top: 317pxpx;
              left: calc(50% - 240px + 49pxpx);
              width: 40px;
              height: auto;
            }
          }

          @media screen and (max-width:479px) {
            #rec752669359 .tn-elem[data-elem-id="1716476187184"] {
              top: 159px;
              left: calc(50% - 160px + 20px);
              height: auto;
            }
          }
		  
		  
		  
		            .t-section__descr {
              max-width: 560px;
            }

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

            #rec752604221 .t-section__descr {}

            @media screen and (max-width:960px) {
              #rec752604221 .t-section__title {
                margin-bottom: 45px;
              }
            }
			
			
			          @media (hover:hover),
          (min-width:0\0) {
            #rec752561449 .t-btn:not(.t-animate_no-hover):hover {
              box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7) !important;
            }

            #rec752561449 .t-btn:not(.t-animate_no-hover):focus-visible {
              box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7) !important;
            }

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

          #rec752561449 .t581__descr {
            max-width: 600px;
          }
		  
		            .t-section__descr {
              max-width: 560px;
            }

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

            #rec752626774 .t-section__descr {}

            @media screen and (max-width:960px) {
              #rec752626774 .t-section__title {
                margin-bottom: 45px;
              }
            }
			
			
			         #rec752602348 .t396__artboard {
            height: 600px;
            background-color: #ffffff;
          }

          #rec752602348 .t396__filter {
            height: 600px;
          }

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

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

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

            #rec752602348 .t396__filter {}

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

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

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

            #rec752602348 .t396__filter {}

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

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

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

            #rec752602348 .t396__filter {}

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

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

            #rec752602348 .t396__artboard,
            #rec752602348 .t396__filter,
            #rec752602348 .t396__carrier {
              height: 390px;
            }

            #rec752602348 .t396__filter {}

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

          #rec752602348 .tn-elem[data-elem-id="1715088826345"] {
            z-index: 2;
            top: 100px;
            left: calc(50% - 600px + 278px);
            width: 645px;
            height: auto;
          }

          #rec752602348 .tn-elem[data-elem-id="1715088826345"] .tn-atom {
            background-position: center center;
            border-color: transparent;
            border-style: solid;
          }

          #rec752602348 .tn-elem[data-elem-id="1715088826345"] .tn-atom__img {}

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

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

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

          @media screen and (max-width:479px) {
            #rec752602348 .tn-elem[data-elem-id="1715088826345"] {
              top: 132px;
              left: calc(50% - 160px + 9px);
              width: 303px;
              height: auto;
            }
          }

          #rec752602348 .tn-elem[data-elem-id="1715088953648"] {
            color: #00848c;
            text-align: center;
            z-index: 3;
            top: 20px;
            left: calc(50% - 600px + 220px);
            width: 760px;
            height: auto;
          }

          #rec752602348 .tn-elem[data-elem-id="1715088953648"] .tn-atom {
            color: #00848c;
            font-size: 42px;
            font-family: 'TildaSans', Arial, sans-serif;
            line-height: 1.55;
            font-weight: 600;
            background-position: center center;
            border-color: transparent;
            border-style: solid;
          }

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

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

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

            #rec752602348 .tn-elem[data-elem-id="1715088953648"] .tn-atom {
              font-size: 36px;
              background-size: cover;
            }
          }

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

            #rec752602348 .tn-elem[data-elem-id="1715088953648"] .tn-atom {
              font-size: 26px;
              background-size: cover;
            }
          }
		  
		  
		             #rec752561454 input::-webkit-input-placeholder {
                          color: #ffffff;
                          opacity: 0.5;
                        }

                        #rec752561454 input::-moz-placeholder {
                          color: #ffffff;
                          opacity: 0.5;
                        }

                        #rec752561454 input:-moz-placeholder {
                          color: #ffffff;
                          opacity: 0.5;
                        }

                        #rec752561454 input:-ms-input-placeholder {
                          color: #ffffff;
                          opacity: 0.5;
                        }

                        #rec752561454 textarea::-webkit-input-placeholder {
                          color: #ffffff;
                          opacity: 0.5;
                        }

                        #rec752561454 textarea::-moz-placeholder {
                          color: #ffffff;
                          opacity: 0.5;
                        }

                        #rec752561454 textarea:-moz-placeholder {
                          color: #ffffff;
                          opacity: 0.5;
                        }

                        #rec752561454 textarea:-ms-input-placeholder {
                          color: #ffffff;
                          opacity: 0.5;
                        }
						
						
						         #rec752561454 .t720__descr {
            max-width: 600px;
          }