Добавить новость
Декабрь 2010
Январь 2011
Февраль 2011
Март 2011
Апрель 2011
Май 2011
Июнь 2011
Июль 2011
Август 2011
Сентябрь 2011
Октябрь 2011
Ноябрь 2011
Декабрь 2011
Январь 2012
Февраль 2012
Март 2012
Апрель 2012
Май 2012
Июнь 2012
Июль 2012
Август 2012
Сентябрь 2012
Октябрь 2012
Ноябрь 2012
Декабрь 2012
Январь 2013
Февраль 2013
Март 2013
Апрель 2013
Май 2013
Июнь 2013
Июль 2013
Август 2013
Сентябрь 2013
Октябрь 2013
Ноябрь 2013
Декабрь 2013
Январь 2014
Февраль 2014
Март 2014
Апрель 2014
Май 2014
Июнь 2014
Июль 2014
Август 2014
Сентябрь 2014
Октябрь 2014
Ноябрь 2014
Декабрь 2014
Январь 2015
Февраль 2015
Март 2015
Апрель 2015
Май 2015
Июнь 2015
Июль 2015
Август 2015
Сентябрь 2015
Октябрь 2015
Ноябрь 2015
Декабрь 2015
Январь 2016
Февраль 2016
Март 2016
Апрель 2016
Май 2016
Июнь 2016
Июль 2016
Август 2016
Сентябрь 2016
Октябрь 2016
Ноябрь 2016
Декабрь 2016
Январь 2017
Февраль 2017
Март 2017
Апрель 2017
Май 2017
Июнь 2017
Июль 2017
Август 2017
Сентябрь 2017
Октябрь 2017
Ноябрь 2017
Декабрь 2017
Январь 2018
Февраль 2018
Март 2018
Апрель 2018
Май 2018
Июнь 2018
Июль 2018
Август 2018
Сентябрь 2018 Октябрь 2018 Ноябрь 2018 Декабрь 2018 Январь 2019 Февраль 2019 Март 2019 Апрель 2019 Май 2019 Июнь 2019 Июль 2019 Август 2019 Сентябрь 2019 Октябрь 2019 Ноябрь 2019 Декабрь 2019 Январь 2020 Февраль 2020 Март 2020 Апрель 2020 Май 2020 Июнь 2020 Июль 2020 Август 2020 Сентябрь 2020 Октябрь 2020 Ноябрь 2020 Декабрь 2020 Январь 2021 Февраль 2021 Март 2021 Апрель 2021 Май 2021 Июнь 2021 Июль 2021 Август 2021 Сентябрь 2021 Октябрь 2021 Ноябрь 2021 Декабрь 2021 Январь 2022 Февраль 2022 Март 2022 Апрель 2022 Май 2022 Июнь 2022 Июль 2022 Август 2022 Сентябрь 2022 Октябрь 2022 Ноябрь 2022 Декабрь 2022 Январь 2023 Февраль 2023 Март 2023 Апрель 2023 Май 2023 Июнь 2023 Июль 2023 Август 2023 Сентябрь 2023 Октябрь 2023 Ноябрь 2023 Декабрь 2023 Январь 2024 Февраль 2024 Март 2024 Апрель 2024 Май 2024 Июнь 2024 Июль 2024 Август 2024 Сентябрь 2024 Октябрь 2024 Ноябрь 2024 Декабрь 2024 Январь 2025 Февраль 2025 Март 2025 Апрель 2025 Май 2025 Июнь 2025 Июль 2025 Август 2025 Сентябрь 2025 Октябрь 2025 Ноябрь 2025 Декабрь 2025 Январь 2026 Февраль 2026 Март 2026 Апрель 2026
1 2 3 4 5 6 7 8 9 10 11 12 13 14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30

Поиск города

Ничего не найдено

В Сыктывкаре впервые стартовал проект "Народный врач — 2026"

0 294
Фото создано в Алиса AI
function t_menuburger_init(recid) {var rec=document.querySelector('#rec' recid);if(!rec) return;var burger=rec.querySelector('.t-menuburger');if(!burger) return;var isSecondStyle=burger.classList.contains('t-menuburger_second');if(isSecondStyle&&!window.isMobile&&!('ontouchend' in document)) {burger.addEventListener('mouseenter',function() {if(burger.classList.contains('t-menuburger-opened')) return;burger.classList.remove('t-menuburger-unhovered');burger.classList.add('t-menuburger-hovered');});burger.addEventListener('mouseleave',function() {if(burger.classList.contains('t-menuburger-opened')) return;burger.classList.remove('t-menuburger-hovered');burger.classList.add('t-menuburger-unhovered');setTimeout(function() {burger.classList.remove('t-menuburger-unhovered');},300);});} burger.addEventListener('click',function() {if(!burger.closest('.tmenu-mobile')&&!burger.closest('.t450__burger_container')&&!burger.closest('.t466__container')&&!burger.closest('.t204__burger')&&!burger.closest('.t199__js__menu-toggler')) {burger.classList.toggle('t-menuburger-opened');burger.classList.remove('t-menuburger-unhovered');}});var menu=rec.querySelector('[data-menu="yes"]');if(!menu) return;var menuLinks=menu.querySelectorAll('.t-menu__link-item');var submenuClassList=['t978__menu-link_hook','t978__tm-link','t966__tm-link','t794__tm-link','t-menusub__target-link'];Array.prototype.forEach.call(menuLinks,function(link) {link.addEventListener('click',function() {var isSubmenuHook=submenuClassList.some(function(submenuClass) {return link.classList.contains(submenuClass);});if(isSubmenuHook) return;burger.classList.remove('t-menuburger-opened');});});menu.addEventListener('clickedAnchorInTooltipMenu',function() {burger.classList.remove('t-menuburger-opened');});} t_onReady(function() {t_onFuncLoad('t_menuburger_init',function(){t_menuburger_init('1823088441');});}); .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;}}
t_onReady(function() {var rec=document.querySelector('#rec1823088441');if(!rec) return;rec.setAttribute('data-animationappear','off');rec.style.opacity=1;t_onFuncLoad('t450_initMenu',function() {t450_initMenu('1823088441');});t_onFuncLoad('t_menuWidgets__init',function() {t_menuWidgets__init('1823088441');});}); t_onReady(function() {var rec=document.querySelector('#rec1823088441');if(!rec) return;var wrapperBlock=rec.querySelector('.t450');if(wrapperBlock) {wrapperBlock.classList.remove('t450__beforeready');} t_onFuncLoad('t450_appearMenu',function() {t450_appearMenu('1823088441');window.addEventListener('scroll',t_throttle(function() {t450_appearMenu('1823088441');}));});}); #rec1823088441 .t-menu__link-item{position:relative;}#rec1823088441 .t-menu__link-item:not(.t-active):not(.tooltipstered)::after{content:'';position:absolute;left:0;bottom:20%;opacity:0;width:100%;height:100%;border-bottom:0px solid #ffffff;-webkit-box-shadow:inset 0px -1px 0px 0px #ffffff;-moz-box-shadow:inset 0px -1px 0px 0px #ffffff;box-shadow:inset 0px -1px 0px 0px #ffffff;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;pointer-events:none;}#rec1823088441 .t-menu__link-item.t-active::after{content:'';position:absolute;left:0;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;opacity:1;width:100%;height:100%;bottom:-0px;border-bottom:0px solid #ffffff;-webkit-box-shadow:inset 0px -1px 0px 0px #ffffff;-moz-box-shadow:inset 0px -1px 0px 0px #ffffff;box-shadow:inset 0px -1px 0px 0px #ffffff;}#rec1823088441 .t-menu__link-item:not(.t-active):not(.tooltipstered):hover::after{opacity:1;bottom:-0px;}#rec1823088441 .t-menu__link-item:not(.t-active):not(.tooltipstered):focus-visible::after{opacity:1;bottom:-0px;}@supports (overflow:-webkit-marquee) and (justify-content:inherit){#rec1823088441 .t-menu__link-item,#rec1823088441 .t-menu__link-item.t-active{opacity:1 !important;}} #rec1823088441 a.t-menu__link-item{font-size:22px;color:#ffffff;}@media screen and (max-width:480px),(orientation:landscape) and (max-height:480px){#rec1823088441 a.t-menu__link-item{font-size:18px;}} #rec1823088441 .t450__right_langs_lang a{color:#ffffff;}
#rec1823088461 .t396__artboard {height:620px;}#rec1823088461 .t396__filter {height:620px;}#rec1823088461 .t396__carrier{height:620px;background-position:center center;background-attachment:scroll;background-size:cover;background-repeat:no-repeat;}@media screen and (max-width:1199px) {#rec1823088461 .t396__artboard,#rec1823088461 .t396__filter,#rec1823088461 .t396__carrier {height:650px;}#rec1823088461 .t396__filter {}#rec1823088461 .t396__carrier {background-attachment:scroll;}}@media screen and (max-width:959px) {#rec1823088461 .t396__artboard,#rec1823088461 .t396__filter,#rec1823088461 .t396__carrier {height:470px;}#rec1823088461 .t396__filter {}#rec1823088461 .t396__carrier {background-image:unset;background-attachment:scroll;}}@media screen and (max-width:639px) {#rec1823088461 .t396__artboard,#rec1823088461 .t396__filter,#rec1823088461 .t396__carrier {height:640px;}#rec1823088461 .t396__filter {}#rec1823088461 .t396__carrier {background-image:unset;background-attachment:scroll;}}@media screen and (max-width:479px) {#rec1823088461 .t396__artboard,#rec1823088461 .t396__filter,#rec1823088461 .t396__carrier {height:640px;}#rec1823088461 .t396__filter {}#rec1823088461 .t396__carrier {background-image:unset;background-attachment:scroll;}}#rec1823088461 .tn-elem[data-elem-id="1769158485791000001"]{display:block;z-index:3;top:-1034px;;left:calc(50% - 600px -341px);;width:2067px;height:97px;}#rec1823088461 .tn-elem[data-elem-id="1769158485791000001"] .tn-atom{display:block;height:100%;box-sizing:border-box;border-radius:0px 0px 0px 0px;background-position:center center;border-width:var(--t396-borderwidth,0);border-style:var(--t396-borderstyle,solid);border-color:var(--t396-bordercolor,transparent);transition:background-color var(--t396-speedhover,0s) ease-in-out,color var(--t396-speedhover,0s) ease-in-out,border-color var(--t396-speedhover,0s) ease-in-out,box-shadow var(--t396-shadowshoverspeed,0.2s) ease-in-out;}#rec1823088461 .tn-elem[data-elem-id="1769158485791000001"] .tn-atom__img{border-radius:0px 0px 0px 0px;object-fit:cover;height:100%;object-position:center center;}@media (min-width:1200px){#rec1823088461 .tn-elem.t396__elem--anim-hidden[data-elem-id="1769158485791000001"]{opacity:0;}}@media screen and (max-width:1199px){#rec1823088461 .tn-elem[data-elem-id="1769158485791000001"]{display:block;height:97px;}}@media screen and (max-width:959px){#rec1823088461 .tn-elem[data-elem-id="1769158485791000001"]{display:block;height:97px;}}@media screen and (max-width:639px){#rec1823088461 .tn-elem[data-elem-id="1769158485791000001"]{display:block;height:97px;}}@media screen and (max-width:479px){#rec1823088461 .tn-elem[data-elem-id="1769158485791000001"]{display:block;height:97px;}}#rec1823088461 .tn-elem[data-elem-id="1769156079528000001"]{display:block;z-index:3;top:-26px;;left:calc(50% - 600px 544px);;width:656px;height:646px;}#rec1823088461 .tn-elem[data-elem-id="1769156079528000001"] .tn-atom{display:block;height:100%;box-sizing:border-box;border-radius:0px 0px 0px 0px;background-position:center center;border-width:var(--t396-borderwidth,0);border-style:var(--t396-borderstyle,solid);border-color:var(--t396-bordercolor,transparent);transition:background-color var(--t396-speedhover,0s) ease-in-out,color var(--t396-speedhover,0s) ease-in-out,border-color var(--t396-speedhover,0s) ease-in-out,box-shadow var(--t396-shadowshoverspeed,0.2s) ease-in-out;}#rec1823088461 .tn-elem[data-elem-id="1769156079528000001"] .tn-atom__img{border-radius:0px 0px 0px 0px;object-fit:cover;height:100%;object-position:center center;}@media screen and (max-width:1199px){#rec1823088461 .tn-elem[data-elem-id="1769156079528000001"]{display:block;top:0px;;left:calc(50% - 480px 390px);;height:646px;}}@media screen and (max-width:959px){#rec1823088461 .tn-elem[data-elem-id="1769156079528000001"]{display:block;top:2px;;left:calc(50% - 320px 250px);;width:460px;height:468px;}}@media screen and (max-width:639px){#rec1823088461 .tn-elem[data-elem-id="1769156079528000001"]{display:block;top:289px;;left:calc(50% - 240px 0px);;width:351px;height:344px;}}@media screen and (max-width:479px){#rec1823088461 .tn-elem[data-elem-id="1769156079528000001"]{display:block;top:296px;;left:calc(50% - 160px -15px);;height:344px;}}#rec1823088461 .tn-elem[data-elem-id="176052400790171070"]{color:#2a2a2a;text-align:center;z-index:3;top:calc(310px - 29px -182px);;left:calc(50% - 173px -236px);;width:346px;height:auto;}#rec1823088461 .tn-elem[data-elem-id="176052400790171070"] .tn-atom{vertical-align:middle;color:#2a2a2a;font-size:19px;font-family:var(--t-text-font,Arial);line-height:1.55;font-weight:400;background-position:center center;border-width:var(--t396-borderwidth,0);border-style:var(--t396-borderstyle,solid);border-color:var(--t396-bordercolor,transparent);transition:background-color var(--t396-speedhover,0s) ease-in-out,color var(--t396-speedhover,0s) ease-in-out,border-color var(--t396-speedhover,0s) ease-in-out,box-shadow var(--t396-shadowshoverspeed,0.2s) ease-in-out;--t396-shadow-text-opacity:100%;text-shadow:var(--t396-shadow-text-x,0px) var(--t396-shadow-text-y,0px) var(--t396-shadow-text-blur,0px) rgba(var(--t396-shadow-text-color),var(--t396-shadow-text-opacity,100%));}@media screen and (max-width:1199px){#rec1823088461 .tn-elem[data-elem-id="176052400790171070"]{display:table;top:calc(310px - 29px -189px);;left:calc(50% - 173px -183px);;height:auto;}#rec1823088461 .tn-elem[data-elem-id="176052400790171070"] .tn-atom{font-size:22px;background-size:cover;}}@media screen and (max-width:959px){#rec1823088461 .tn-elem[data-elem-id="176052400790171070"]{display:table;top:calc(310px - 29px -100px);;left:calc(50% - 173px -103px);;height:auto;}#rec1823088461 .tn-elem[data-elem-id="176052400790171070"] .tn-atom{font-size:20px;background-size:cover;}}@media screen and (max-width:639px){#rec1823088461 .tn-elem[data-elem-id="176052400790171070"]{display:table;top:calc(310px - 29px -226px);;left:calc(50% - 173px 6px);;width:428px;height:auto;}#rec1823088461 .tn-elem[data-elem-id="176052400790171070"] .tn-atom{font-size:23px;background-size:cover;}}@media screen and (max-width:479px){#rec1823088461 .tn-elem[data-elem-id="176052400790171070"]{display:table;top:calc(310px - 29px -261px);;left:calc(50% - 173px 0px);;width:285px;height:auto;}#rec1823088461 .tn-elem[data-elem-id="176052400790171070"] .tn-atom{font-size:16px;background-size:cover;}}#rec1823088461 .tn-elem[data-elem-id="1769155627997000001"]{display:block;z-index:3;top:250px;;left:calc(50% - 600px 771px);;width:202px;height:163px;}#rec1823088461 .tn-elem[data-elem-id="1769155627997000001"] .tn-atom{display:block;height:100%;box-sizing:border-box;border-radius:0px 0px 0px 0px;background-position:center center;border-width:var(--t396-borderwidth,0);border-style:var(--t396-borderstyle,solid);border-color:var(--t396-bordercolor,transparent);transition:background-color var(--t396-speedhover,0s) ease-in-out,color var(--t396-speedhover,0s) ease-in-out,border-color var(--t396-speedhover,0s) ease-in-out,box-shadow var(--t396-shadowshoverspeed,0.2s) ease-in-out;}#rec1823088461 .tn-elem[data-elem-id="1769155627997000001"] .tn-atom__img{border-radius:0px 0px 0px 0px;object-fit:cover;height:100%;object-position:center center;}@media (min-width:1200px){#rec1823088461 .tn-elem.t396__elem--anim-hidden[data-elem-id="1769155627997000001"]{opacity:0;}}@media screen and (max-width:1199px){#rec1823088461 .tn-elem[data-elem-id="1769155627997000001"]{display:block;top:272px;;left:calc(50% - 480px 630px);;height:163px;}}@media screen and (max-width:959px){#rec1823088461 .tn-elem[data-elem-id="1769155627997000001"]{display:block;top:194px;;left:calc(50% - 320px 410px);;width:155px;height:133px;}}@media screen and (max-width:639px){#rec1823088461 .tn-elem[data-elem-id="1769155627997000001"]{display:block;top:440px;;left:calc(50% - 240px 103px);;width:127px;height:104px;}}@media screen and (max-width:479px){#rec1823088461 .tn-elem[data-elem-id="1769155627997000001"]{display:block;top:433px;;left:calc(50% - 160px 103px);;height:104px;}}#rec1823088461 .tn-elem[data-elem-id="1769156338781000002"]{z-index:3;top:calc(310px - 111.5px -72px);;left:calc(50% - 276px -304px);;width:552px;height:auto;}#rec1823088461 .tn-elem[data-elem-id="1769156338781000002"] .tn-atom{border-radius:0px 0px 0px 0px;background-position:center center;border-width:var(--t396-borderwidth,0);border-style:var(--t396-borderstyle,solid);border-color:var(--t396-bordercolor,transparent);transition:background-color var(--t396-speedhover,0s) ease-in-out,color var(--t396-speedhover,0s) ease-in-out,border-color var(--t396-speedhover,0s) ease-in-out,box-shadow var(--t396-shadowshoverspeed,0.2s) ease-in-out;}#rec1823088461 .tn-elem[data-elem-id="1769156338781000002"] .tn-atom__img{border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px){#rec1823088461 .tn-elem[data-elem-id="1769156338781000002"]{display:table;top:calc(310px - 111.5px 11px);;left:calc(50% - 276px -198px);;width:543px;height:auto;}}@media screen and (max-width:959px){#rec1823088461 .tn-elem[data-elem-id="1769156338781000002"]{display:table;top:calc(310px - 111.5px 6px);;left:calc(50% - 276px -157px);;width:335px;height:auto;}}@media screen and (max-width:639px){#rec1823088461 .tn-elem[data-elem-id="1769156338781000002"]{display:table;top:calc(310px - 111.5px -99px);;left:calc(50% - 276px -29px);;width:358px;height:auto;}}@media screen and (max-width:479px){#rec1823088461 .tn-elem[data-elem-id="1769156338781000002"]{display:table;top:calc(310px - 111.5px -172px);;left:calc(50% - 276px -3px);;width:314px;height:auto;}#rec1823088461 .tn-elem[data-elem-id="1769156338781000002"] .tn-atom{background-size:cover;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);transform:rotate(0deg);}}#rec1823088461 .tn-elem[data-elem-id="176042865322372910"]{z-index:3;top:calc(310px - 135.5px 72px);;left:calc(50% - 335px -185px);;width:670px;height:auto;}#rec1823088461 .tn-elem[data-elem-id="176042865322372910"] .tn-atom{border-radius:0px 0px 0px 0px;background-position:center center;border-width:var(--t396-borderwidth,0);border-style:var(--t396-borderstyle,solid);border-color:var(--t396-bordercolor,transparent);transition:background-color var(--t396-speedhover,0s) ease-in-out,color var(--t396-speedhover,0s) ease-in-out,border-color var(--t396-speedhover,0s) ease-in-out,box-shadow var(--t396-shadowshoverspeed,0.2s) ease-in-out;}#rec1823088461 .tn-elem[data-elem-id="176042865322372910"] .tn-atom__img{border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px){#rec1823088461 .tn-elem[data-elem-id="176042865322372910"]{display:table;top:calc(310px - 135.5px 148px);;left:calc(50% - 335px -40px);;width:700px;height:auto;}}@media screen and (max-width:959px){#rec1823088461 .tn-elem[data-elem-id="176042865322372910"]{display:table;top:calc(310px - 135.5px 107px);;left:calc(50% - 335px -69px);;width:457px;height:auto;}}@media screen and (max-width:639px){#rec1823088461 .tn-elem[data-elem-id="176042865322372910"]{display:table;top:calc(310px - 135.5px -24px);;left:calc(50% - 335px 89px);;width:358px;height:auto;}}@media screen and (max-width:479px){#rec1823088461 .tn-elem[data-elem-id="176042865322372910"]{display:table;top:calc(310px - 135.5px -103px);;left:calc(50% - 335px 42px);;width:353px;height:auto;}#rec1823088461 .tn-elem[data-elem-id="176042865322372910"] .tn-atom{background-size:cover;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);transform:rotate(0deg);}}#rec1823088461 .tn-elem[data-elem-id="1769599060536000001"]{z-index:3;top:calc(310px - 57.5px 190px);;left:calc(50% - 133.5px -414px);;width:267px;height:auto;}#rec1823088461 .tn-elem[data-elem-id="1769599060536000001"] .tn-atom{border-radius:0px 0px 0px 0px;background-position:center center;border-width:var(--t396-borderwidth,0);border-style:var(--t396-borderstyle,solid);border-color:var(--t396-bordercolor,transparent);transition:background-color var(--t396-speedhover,0s) ease-in-out,color var(--t396-speedhover,0s) ease-in-out,border-color var(--t396-speedhover,0s) ease-in-out,box-shadow var(--t396-shadowshoverspeed,0.2s) ease-in-out;}#rec1823088461 .tn-elem[data-elem-id="1769599060536000001"] .tn-atom__img{border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px){#rec1823088461 .tn-elem[data-elem-id="1769599060536000001"]{display:table;top:calc(310px - 57.5px 230px);;left:calc(50% - 133.5px -298px);;width:263px;height:auto;}}@media screen and (max-width:959px){#rec1823088461 .tn-elem[data-elem-id="1769599060536000001"]{display:table;top:calc(310px - 57.5px 185px);;left:calc(50% - 133.5px -217px);;width:185px;height:auto;}}@media screen and (max-width:639px){#rec1823088461 .tn-elem[data-elem-id="1769599060536000001"]{display:table;top:calc(310px - 57.5px 50px);;left:calc(50% - 133.5px 142px);;width:176px;height:auto;}}@media screen and (max-width:479px){#rec1823088461 .tn-elem[data-elem-id="1769599060536000001"]{display:table;top:calc(310px - 57.5px -40px);;left:calc(50% - 133.5px 84px);;width:148px;height:auto;}#rec1823088461 .tn-elem[data-elem-id="1769599060536000001"] .tn-atom{background-size:cover;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);transform:rotate(0deg);}}

Компания “Про Город Сыктывкар”
объявляет старт конкурса

t_onReady(function() {t_onFuncLoad('t396_init',function() {t396_init('1823088461');});});
#rec1823088481 .t396__artboard {height:144px;}#rec1823088481 .t396__filter {height:144px;}#rec1823088481 .t396__carrier{height:144px;background-position:center center;background-attachment:scroll;background-size:cover;background-repeat:no-repeat;}@media screen and (max-width:1199px) {#rec1823088481 .t396__artboard,#rec1823088481 .t396__filter,#rec1823088481 .t396__carrier {height:129px;}#rec1823088481 .t396__filter {}#rec1823088481 .t396__carrier {background-attachment:scroll;}}@media screen and (max-width:959px) {#rec1823088481 .t396__artboard,#rec1823088481 .t396__filter,#rec1823088481 .t396__carrier {height:106px;}#rec1823088481 .t396__filter {}#rec1823088481 .t396__carrier {background-attachment:scroll;}}@media screen and (max-width:639px) {#rec1823088481 .t396__artboard,#rec1823088481 .t396__filter,#rec1823088481 .t396__carrier {height:156px;}#rec1823088481 .t396__filter {}#rec1823088481 .t396__carrier {background-attachment:scroll;}}@media screen and (max-width:479px) {#rec1823088481 .t396__artboard,#rec1823088481 .t396__filter,#rec1823088481 .t396__carrier {height:152px;}#rec1823088481 .t396__filter {}#rec1823088481 .t396__carrier {background-attachment:scroll;}}#rec1823088481 .tn-elem[data-elem-id="1760540031545"]{color:#ffffff;text-align:center;z-index:3;top:calc(72px - 32px 5px);;left:calc(50% - 152.5px 173px);;width:305px;height:64px;}#rec1823088481 .tn-elem[data-elem-id="1760540031545"] .tn-atom{color:#ffffff;font-size:21px;font-family:var(--t-text-font,Arial);line-height:1.55;font-weight:600;border-radius:50px 50px 50px 50px;background-position:center center;--t396-speedhover:0.2s;transition:background-color var(--t396-speedhover,0s) ease-in-out,color var(--t396-speedhover,0s) ease-in-out,border-color var(--t396-speedhover,0s) ease-in-out,box-shadow var(--t396-shadowshoverspeed,0.2s) ease-in-out;--t396-bgcolor-color:#fe4350;--t396-bgcolor-image:none;--t396-bgcolor-hover-color:#556df4;--t396-bgcolor-hover-image:none;background-color:var(--t396-bgcolor-color,transparent);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}#rec1823088481 .tn-elem[data-elem-id="1760540031545"] .tn-atom::after{display:none;}#rec1823088481 .tn-elem[data-elem-id="1760540031545"] .tn-atom .tn-atom__button-content{column-gap:10px;padding:0px 0px 0px 0px;}#rec1823088481 .tn-elem[data-elem-id="1760540031545"] .tn-atom .tn-atom__button-text{transition:color var(--t396-speedhover,0s) ease-in-out;color:#ffffff;}#rec1823088481 .tn-elem[data-elem-id="1760540031545"] .tn-atom .tn-atom__button-border::before{display:none;}#rec1823088481 .tn-elem[data-elem-id="1760540031545"] .tn-atom .tn-atom__button-border::after{display:none;}@media (hover),(min-width:0\0){#rec1823088481 .tn-elem[data-elem-id="1760540031545"] .tn-atom:hover::after{opacity:0;}#rec1823088481 .tn-elem[data-elem-id="1760540031545"] .tn-atom:hover{animation-name:none;background-color:var(--t396-bgcolor-hover-color,var(--t396-bgcolor-color,transparent));}}@media screen and (max-width:1199px){#rec1823088481 .tn-elem[data-elem-id="1760540031545"]{display:block;top:calc(72px - 32px 0px);;left:calc(50% - 152.5px 172px);;height:auto;border-radius:50px 50px 50px 50px;}#rec1823088481 .tn-elem[data-elem-id="1760540031545"] .tn-atom{font-size:15px;background-size:cover;border-radius:50px 50px 50px 50px;background-color:var(--t396-bgcolor-color,transparent);}#rec1823088481 .tn-elem[data-elem-id="1760540031545"] .tn-atom::after{display:none;}#rec1823088481 .tn-elem[data-elem-id="1760540031545"] .tn-atom .tn-atom__button-border::before{display:none;}#rec1823088481 .tn-elem[data-elem-id="1760540031545"] .tn-atom .tn-atom__button-border::after{display:none;}@media (hover),(min-width:0\0){#rec1823088481 .tn-elem[data-elem-id="1760540031545"] .tn-atom:hover::after{opacity:0;}#rec1823088481 .tn-elem[data-elem-id="1760540031545"] .tn-atom:hover{animation-name:none;background-color:var(--t396-bgcolor-hover-color,var(--t396-bgcolor-color,transparent));}}}@media screen and (max-width:959px){#rec1823088481 .tn-elem[data-elem-id="1760540031545"]{display:block;top:calc(72px - 32px -3px);;left:calc(50% - 152.5px 112px);;width:217px;height:auto;border-radius:50px 50px 50px 50px;}#rec1823088481 .tn-elem[data-elem-id="1760540031545"] .tn-atom{font-size:14px;background-size:cover;border-radius:50px 50px 50px 50px;background-color:var(--t396-bgcolor-color,transparent);}#rec1823088481 .tn-elem[data-elem-id="1760540031545"] .tn-atom::after{display:none;}#rec1823088481 .tn-elem[data-elem-id="1760540031545"] .tn-atom .tn-atom__button-border::before{display:none;}#rec1823088481 .tn-elem[data-elem-id="1760540031545"] .tn-atom .tn-atom__button-border::after{display:none;}@media (hover),(min-width:0\0){#rec1823088481 .tn-elem[data-elem-id="1760540031545"] .tn-atom:hover::after{opacity:0;}#rec1823088481 .tn-elem[data-elem-id="1760540031545"] .tn-atom:hover{animation-name:none;background-color:var(--t396-bgcolor-hover-color,var(--t396-bgcolor-color,transparent));}}}@media screen and (max-width:639px){#rec1823088481 .tn-elem[data-elem-id="1760540031545"]{display:block;top:calc(72px - 32px 30px);;left:calc(50% - 152.5px -2px);;width:212px;height:auto;}#rec1823088481 .tn-elem[data-elem-id="1760540031545"] .tn-atom{background-color:var(--t396-bgcolor-color,transparent);}#rec1823088481 .tn-elem[data-elem-id="1760540031545"] .tn-atom::after{display:none;}#rec1823088481 .tn-elem[data-elem-id="1760540031545"] .tn-atom .tn-atom__button-border::before{display:none;}#rec1823088481 .tn-elem[data-elem-id="1760540031545"] .tn-atom .tn-atom__button-border::after{display:none;}@media (hover),(min-width:0\0){#rec1823088481 .tn-elem[data-elem-id="1760540031545"] .tn-atom:hover::after{opacity:0;}#rec1823088481 .tn-elem[data-elem-id="1760540031545"] .tn-atom:hover{animation-name:none;background-color:var(--t396-bgcolor-hover-color,var(--t396-bgcolor-color,transparent));}}}@media screen and (max-width:479px){#rec1823088481 .tn-elem[data-elem-id="1760540031545"]{display:block;top:calc(72px - 32px 29px);;left:calc(50% - 152.5px -4px);;width:208px;height:auto;border-radius:50px 50px 50px 50px;}#rec1823088481 .tn-elem[data-elem-id="1760540031545"] .tn-atom{font-size:14px;background-size:cover;border-radius:50px 50px 50px 50px;background-color:var(--t396-bgcolor-color,transparent);}#rec1823088481 .tn-elem[data-elem-id="1760540031545"] .tn-atom::after{display:none;}#rec1823088481 .tn-elem[data-elem-id="1760540031545"] .tn-atom .tn-atom__button-border::before{display:none;}#rec1823088481 .tn-elem[data-elem-id="1760540031545"] .tn-atom .tn-atom__button-border::after{display:none;}@media (hover),(min-width:0\0){#rec1823088481 .tn-elem[data-elem-id="1760540031545"] .tn-atom:hover::after{opacity:0;}#rec1823088481 .tn-elem[data-elem-id="1760540031545"] .tn-atom:hover{animation-name:none;background-color:var(--t396-bgcolor-hover-color,var(--t396-bgcolor-color,transparent));}}}#rec1823088481 .tn-elem[data-elem-id="176103045355065240"]{color:#ffffff;text-align:center;z-index:3;top:calc(72px - 32px 5px);;left:calc(50% - 147.5px -167px);;width:295px;height:64px;}#rec1823088481 .tn-elem[data-elem-id="176103045355065240"] .tn-atom{color:#ffffff;font-size:21px;font-family:var(--t-text-font,Arial);line-height:1.55;font-weight:600;border-radius:50px 50px 50px 50px;background-position:center center;--t396-speedhover:0.2s;transition:background-color var(--t396-speedhover,0s) ease-in-out,color var(--t396-speedhover,0s) ease-in-out,border-color var(--t396-speedhover,0s) ease-in-out,box-shadow var(--t396-shadowshoverspeed,0.2s) ease-in-out;--t396-bgcolor-color:#fe4350;--t396-bgcolor-image:none;--t396-bgcolor-hover-color:#556df4;--t396-bgcolor-hover-image:none;background-color:var(--t396-bgcolor-color,transparent);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}#rec1823088481 .tn-elem[data-elem-id="176103045355065240"] .tn-atom::after{display:none;}#rec1823088481 .tn-elem[data-elem-id="176103045355065240"] .tn-atom .tn-atom__button-content{column-gap:10px;padding:0px 0px 0px 0px;}#rec1823088481 .tn-elem[data-elem-id="176103045355065240"] .tn-atom .tn-atom__button-text{transition:color var(--t396-speedhover,0s) ease-in-out;color:#ffffff;}#rec1823088481 .tn-elem[data-elem-id="176103045355065240"] .tn-atom .tn-atom__button-border::before{display:none;}#rec1823088481 .tn-elem[data-elem-id="176103045355065240"] .tn-atom .tn-atom__button-border::after{display:none;}@media (hover),(min-width:0\0){#rec1823088481 .tn-elem[data-elem-id="176103045355065240"] .tn-atom:hover::after{opacity:0;}#rec1823088481 .tn-elem[data-elem-id="176103045355065240"] .tn-atom:hover{animation-name:none;background-color:var(--t396-bgcolor-hover-color,var(--t396-bgcolor-color,transparent));}}@media screen and (max-width:1199px){#rec1823088481 .tn-elem[data-elem-id="176103045355065240"]{display:block;top:calc(72px - 32px 0px);;left:calc(50% - 147.5px -182px);;height:auto;border-radius:50px 50px 50px 50px;}#rec1823088481 .tn-elem[data-elem-id="176103045355065240"] .tn-atom{font-size:15px;background-size:cover;border-radius:50px 50px 50px 50px;background-color:var(--t396-bgcolor-color,transparent);}#rec1823088481 .tn-elem[data-elem-id="176103045355065240"] .tn-atom::after{display:none;}#rec1823088481 .tn-elem[data-elem-id="176103045355065240"] .tn-atom .tn-atom__button-border::before{display:none;}#rec1823088481 .tn-elem[data-elem-id="176103045355065240"] .tn-atom .tn-atom__button-border::after{display:none;}@media (hover),(min-width:0\0){#rec1823088481 .tn-elem[data-elem-id="176103045355065240"] .tn-atom:hover::after{opacity:0;}#rec1823088481 .tn-elem[data-elem-id="176103045355065240"] .tn-atom:hover{animation-name:none;background-color:var(--t396-bgcolor-hover-color,var(--t396-bgcolor-color,transparent));}}}@media screen and (max-width:959px){#rec1823088481 .tn-elem[data-elem-id="176103045355065240"]{display:block;top:calc(72px - 32px -3px);;left:calc(50% - 147.5px -111px);;width:217px;height:auto;border-radius:50px 50px 50px 50px;}#rec1823088481 .tn-elem[data-elem-id="176103045355065240"] .tn-atom{font-size:14px;background-size:cover;border-radius:50px 50px 50px 50px;background-color:var(--t396-bgcolor-color,transparent);}#rec1823088481 .tn-elem[data-elem-id="176103045355065240"] .tn-atom::after{display:none;}#rec1823088481 .tn-elem[data-elem-id="176103045355065240"] .tn-atom .tn-atom__button-border::before{display:none;}#rec1823088481 .tn-elem[data-elem-id="176103045355065240"] .tn-atom .tn-atom__button-border::after{display:none;}@media (hover),(min-width:0\0){#rec1823088481 .tn-elem[data-elem-id="176103045355065240"] .tn-atom:hover::after{opacity:0;}#rec1823088481 .tn-elem[data-elem-id="176103045355065240"] .tn-atom:hover{animation-name:none;background-color:var(--t396-bgcolor-hover-color,var(--t396-bgcolor-color,transparent));}}}@media screen and (max-width:639px){#rec1823088481 .tn-elem[data-elem-id="176103045355065240"]{display:block;top:calc(72px - 32px -33px);;left:calc(50% - 147.5px -2px);;width:212px;height:auto;}#rec1823088481 .tn-elem[data-elem-id="176103045355065240"] .tn-atom{background-color:var(--t396-bgcolor-color,transparent);}#rec1823088481 .tn-elem[data-elem-id="176103045355065240"] .tn-atom::after{display:none;}#rec1823088481 .tn-elem[data-elem-id="176103045355065240"] .tn-atom .tn-atom__button-border::before{display:none;}#rec1823088481 .tn-elem[data-elem-id="176103045355065240"] .tn-atom .tn-atom__button-border::after{display:none;}@media (hover),(min-width:0\0){#rec1823088481 .tn-elem[data-elem-id="176103045355065240"] .tn-atom:hover::after{opacity:0;}#rec1823088481 .tn-elem[data-elem-id="176103045355065240"] .tn-atom:hover{animation-name:none;background-color:var(--t396-bgcolor-hover-color,var(--t396-bgcolor-color,transparent));}}}@media screen and (max-width:479px){#rec1823088481 .tn-elem[data-elem-id="176103045355065240"]{display:block;top:calc(72px - 32px -32px);;left:calc(50% - 147.5px -4px);;width:208px;height:auto;border-radius:50px 50px 50px 50px;}#rec1823088481 .tn-elem[data-elem-id="176103045355065240"] .tn-atom{font-size:14px;background-size:cover;border-radius:50px 50px 50px 50px;background-color:var(--t396-bgcolor-color,transparent);}#rec1823088481 .tn-elem[data-elem-id="176103045355065240"] .tn-atom::after{display:none;}#rec1823088481 .tn-elem[data-elem-id="176103045355065240"] .tn-atom .tn-atom__button-border::before{display:none;}#rec1823088481 .tn-elem[data-elem-id="176103045355065240"] .tn-atom .tn-atom__button-border::after{display:none;}@media (hover),(min-width:0\0){#rec1823088481 .tn-elem[data-elem-id="176103045355065240"] .tn-atom:hover::after{opacity:0;}#rec1823088481 .tn-elem[data-elem-id="176103045355065240"] .tn-atom:hover{animation-name:none;background-color:var(--t396-bgcolor-hover-color,var(--t396-bgcolor-color,transparent));}}} t_onReady(function() {t_onFuncLoad('t396_init',function() {t396_init('1823088481');});});
#rec1824670511 .t396__artboard {height:180px;}#rec1824670511 .t396__filter {height:180px;}#rec1824670511 .t396__carrier{height:180px;background-position:center center;background-attachment:scroll;background-size:cover;background-repeat:no-repeat;}@media screen and (max-width:1199px) {#rec1824670511 .t396__artboard,#rec1824670511 .t396__filter,#rec1824670511 .t396__carrier {height:130px;}#rec1824670511 .t396__filter {}#rec1824670511 .t396__carrier {background-attachment:scroll;}}@media screen and (max-width:959px) {#rec1824670511 .t396__artboard,#rec1824670511 .t396__filter,#rec1824670511 .t396__carrier {height:100px;}#rec1824670511 .t396__filter {}#rec1824670511 .t396__carrier {background-image:unset;background-attachment:scroll;}}@media screen and (max-width:639px) {#rec1824670511 .t396__artboard,#rec1824670511 .t396__filter,#rec1824670511 .t396__carrier {height:100px;}#rec1824670511 .t396__filter {}#rec1824670511 .t396__carrier {background-image:unset;background-attachment:scroll;}}@media screen and (max-width:479px) {#rec1824670511 .t396__artboard,#rec1824670511 .t396__filter,#rec1824670511 .t396__carrier {height:80px;}#rec1824670511 .t396__filter {}#rec1824670511 .t396__carrier {background-image:unset;background-attachment:scroll;}}#rec1824670511 .tn-elem[data-elem-id="1769156338781000002"]{z-index:3;top:calc(90px - 54px 4px);;left:calc(50% - 194.5px -206px);;width:389px;height:auto;}#rec1824670511 .tn-elem[data-elem-id="1769156338781000002"] .tn-atom{border-radius:0px 0px 0px 0px;background-position:center center;border-width:var(--t396-borderwidth,0);border-style:var(--t396-borderstyle,solid);border-color:var(--t396-bordercolor,transparent);transition:background-color var(--t396-speedhover,0s) ease-in-out,color var(--t396-speedhover,0s) ease-in-out,border-color var(--t396-speedhover,0s) ease-in-out,box-shadow var(--t396-shadowshoverspeed,0.2s) ease-in-out;}#rec1824670511 .tn-elem[data-elem-id="1769156338781000002"] .tn-atom__img{border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px){#rec1824670511 .tn-elem[data-elem-id="1769156338781000002"]{display:table;top:calc(90px - 54px -5px);;left:calc(50% - 194.5px -274px);;width:272px;height:auto;}}@media screen and (max-width:959px){#rec1824670511 .tn-elem[data-elem-id="1769156338781000002"]{display:table;top:calc(90px - 54px -1px);;left:calc(50% - 194.5px -158px);;width:183px;height:auto;}}@media screen and (max-width:639px){#rec1824670511 .tn-elem[data-elem-id="1769156338781000002"]{display:table;top:calc(90px - 54px 0px);;left:calc(50% - 194.5px -144px);;width:172px;height:auto;}}@media screen and (max-width:479px){#rec1824670511 .tn-elem[data-elem-id="1769156338781000002"]{display:table;top:calc(90px - 54px 2px);;left:calc(50% - 194.5px -81px);;width:137px;height:auto;}#rec1824670511 .tn-elem[data-elem-id="1769156338781000002"] .tn-atom{background-size:cover;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);transform:rotate(0deg);}}#rec1824670511 .tn-elem[data-elem-id="1769168583079000002"]{z-index:3;top:98px;;left:calc(50% - 600px 580px);;width:401px;height:2px;}#rec1824670511 .tn-elem[data-elem-id="1769168583079000002"] .tn-atom{border-radius:0px 0px 0px 0px;background-color:#fe4350;background-position:center center;border-width:var(--t396-borderwidth,0);border-style:var(--t396-borderstyle,solid);border-color:var(--t396-bordercolor,transparent);transition:background-color var(--t396-speedhover,0s) ease-in-out,color var(--t396-speedhover,0s) ease-in-out,border-color var(--t396-speedhover,0s) ease-in-out,box-shadow var(--t396-shadowshoverspeed,0.2s) ease-in-out;}@media screen and (max-width:1199px){#rec1824670511 .tn-elem[data-elem-id="1769168583079000002"]{display:table;top:58px;;left:calc(50% - 480px 349px);;}}@media screen and (max-width:959px){#rec1824670511 .tn-elem[data-elem-id="1769168583079000002"]{display:table;top:52px;;left:calc(50% - 320px 267px);;}}@media screen and (max-width:639px){#rec1824670511 .tn-elem[data-elem-id="1769168583079000002"]{display:table;top:49px;;left:calc(50% - 240px 200px);;}}@media screen and (max-width:479px){#rec1824670511 .tn-elem[data-elem-id="1769168583079000002"]{display:table;top:42px;;left:calc(50% - 160px 162px);;}}
t_onReady(function() {t_onFuncLoad('t396_init',function() {t396_init('1824670511');});});
#rec1823088501 .t396__artboard {height:580px;}#rec1823088501 .t396__filter {height:580px;}#rec1823088501 .t396__carrier{height:580px;background-position:center center;background-attachment:scroll;background-size:cover;background-repeat:no-repeat;}@media screen and (max-width:1199px) {#rec1823088501 .t396__artboard,#rec1823088501 .t396__filter,#rec1823088501 .t396__carrier {height:560px;}#rec1823088501 .t396__filter {}#rec1823088501 .t396__carrier {background-attachment:scroll;}}@media screen and (max-width:959px) {#rec1823088501 .t396__artboard,#rec1823088501 .t396__filter,#rec1823088501 .t396__carrier {height:570px;}#rec1823088501 .t396__filter {}#rec1823088501 .t396__carrier {background-attachment:scroll;}}@media screen and (max-width:639px) {#rec1823088501 .t396__artboard,#rec1823088501 .t396__filter,#rec1823088501 .t396__carrier {height:480px;}#rec1823088501 .t396__filter {}#rec1823088501 .t396__carrier {background-attachment:scroll;}}@media screen and (max-width:479px) {#rec1823088501 .t396__artboard,#rec1823088501 .t396__filter,#rec1823088501 .t396__carrier {height:440px;}#rec1823088501 .t396__filter {}#rec1823088501 .t396__carrier {background-attachment:scroll;}}#rec1823088501 .tn-elem[data-elem-id="1769786396837000001"]{color:#000000;z-index:3;top:calc(290px - 11px -230px);;left:calc(50% - 11px 208px);;width:22px;height:auto;}#rec1823088501 .tn-elem[data-elem-id="1769786396837000001"] .tn-atom{color:#000000;font-size:14px;font-family:var(--t-text-font,Arial);line-height:1.4;font-weight:400;background-position:center center;--t396-borderwidth:1px;--t396-bordercolor:#0093d4;border-width:var(--t396-borderwidth,0);border-style:var(--t396-borderstyle,solid);border-color:var(--t396-bordercolor,transparent);transition:background-color var(--t396-speedhover,0s) ease-in-out,color var(--t396-speedhover,0s) ease-in-out,border-color var(--t396-speedhover,0s) ease-in-out,box-shadow var(--t396-shadowshoverspeed,0.2s) ease-in-out;}#rec1823088501 .tn-elem[data-elem-id="1769786396837000001"] .tn-atom__tip{background-color:#ffffff;border-radius:10px;box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);width:260px;}.t396__tooltip-portal .tn-atom__tip[data-element-id="1769786396837000001"][data-rec-id="1823088501"]{background-color:#ffffff;border-radius:10px;box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);width:260px;color:#000000;font-size:14px;font-family:var(--t-text-font,Arial);line-height:1.4;font-weight:400;z-index:10000000;}@media screen and (max-width:1199px){#rec1823088501 .tn-elem[data-elem-id="1769786396837000001"]{display:table;top:calc(290px - 11px -218px);;left:calc(50% - 11px 200px);;width:20px;height:auto;}}@media screen and (max-width:959px){#rec1823088501 .tn-elem[data-elem-id="1769786396837000001"]{display:table;top:calc(290px - 11px -243px);;left:calc(50% - 11px 184px);;width:18px;height:auto;}}@media screen and (max-width:639px){#rec1823088501 .tn-elem[data-elem-id="1769786396837000001"]{display:table;top:calc(290px - 11px -212px);;left:calc(50% - 11px 161px);;width:16px;height:auto;}}@media screen and (max-width:479px){#rec1823088501 .tn-elem[data-elem-id="1769786396837000001"]{display:table;top:calc(290px - 11px -201px);;left:calc(50% - 11px 132px);;width:18px;height:auto;}}#rec1823088501 .tn-elem[data-elem-id="1769754853176000003"]{color:#000000;text-align:center;z-index:3;top:calc(290px - 31px -77px);;left:calc(50% - 125.5px -24px);;width:251px;height:auto;}#rec1823088501 .tn-elem[data-elem-id="1769754853176000003"] .tn-atom{vertical-align:middle;color:#000000;font-size:20px;font-family:var(--t-text-font,Arial);line-height:1.55;font-weight:300;background-position:center center;border-width:var(--t396-borderwidth,0);border-style:var(--t396-borderstyle,solid);border-color:var(--t396-bordercolor,transparent);transition:background-color var(--t396-speedhover,0s) ease-in-out,color var(--t396-speedhover,0s) ease-in-out,border-color var(--t396-speedhover,0s) ease-in-out,box-shadow var(--t396-shadowshoverspeed,0.2s) ease-in-out;--t396-shadow-text-opacity:100%;text-shadow:var(--t396-shadow-text-x,0px) var(--t396-shadow-text-y,0px) var(--t396-shadow-text-blur,0px) rgba(var(--t396-shadow-text-color),var(--t396-shadow-text-opacity,100%));}@media screen and (max-width:1199px){#rec1823088501 .tn-elem[data-elem-id="1769754853176000003"]{display:table;top:calc(290px - 31px -96px);;left:calc(50% - 125.5px -11px);;width:179px;height:auto;}#rec1823088501 .tn-elem[data-elem-id="1769754853176000003"] .tn-atom{font-size:18px;background-size:cover;}}@media screen and (max-width:959px){#rec1823088501 .tn-elem[data-elem-id="1769754853176000003"]{display:table;top:calc(290px - 31px -105px);;left:calc(50% - 125.5px -18px);;width:193px;height:auto;}}@media screen and (max-width:639px){#rec1823088501 .tn-elem[data-elem-id="1769754853176000003"]{display:table;top:calc(290px - 31px -122px);;left:calc(50% - 125.5px 3px);;width:199px;height:auto;}#rec1823088501 .tn-elem[data-elem-id="1769754853176000003"] .tn-atom{font-size:16px;line-height:1.55;background-size:cover;}}@media screen and (max-width:479px){#rec1823088501 .tn-elem[data-elem-id="1769754853176000003"]{display:table;top:calc(290px - 31px -79px);;left:calc(50% - 125.5px -2px);;width:158px;height:auto;}#rec1823088501 .tn-elem[data-elem-id="1769754853176000003"] .tn-atom{background-size:cover;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);transform:rotate(0deg);}}#rec1823088501 .tn-elem[data-elem-id="1769754853176000002"]{z-index:3;top:calc(290px - 40px -180px);;left:calc(50% - 197.5px -24px);;width:395px;height:auto;}#rec1823088501 .tn-elem[data-elem-id="1769754853176000002"] .tn-atom{border-radius:0px 0px 0px 0px;background-position:center center;border-width:var(--t396-borderwidth,0);border-style:var(--t396-borderstyle,solid);border-color:var(--t396-bordercolor,transparent);transition:background-color var(--t396-speedhover,0s) ease-in-out,color var(--t396-speedhover,0s) ease-in-out,border-color var(--t396-speedhover,0s) ease-in-out,box-shadow var(--t396-shadowshoverspeed,0.2s) ease-in-out;}#rec1823088501 .tn-elem[data-elem-id="1769754853176000002"] .tn-atom__img{border-radius:0px 0px 0px 0px;object-position:center center;}@media (min-width:1200px){#rec1823088501 .tn-elem.t396__elem--anim-hidden[data-elem-id="1769754853176000002"]{opacity:0;}}@media screen and (max-width:1199px){#rec1823088501 .tn-elem[data-elem-id="1769754853176000002"]{display:table;top:calc(290px - 40px -179px);;left:calc(50% - 197.5px -11px);;width:375px;height:auto;}}@media screen and (max-width:959px){#rec1823088501 .tn-elem[data-elem-id="1769754853176000002"]{display:table;top:calc(290px - 40px -207px);;left:calc(50% - 197.5px -24px);;width:367px;height:auto;}}@media screen and (max-width:639px){#rec1823088501 .tn-elem[data-elem-id="1769754853176000002"]{display:table;top:calc(290px - 40px -187px);;left:calc(50% - 197.5px 3px);;width:261px;height:auto;}}@media screen and (max-width:479px){#rec1823088501 .tn-elem[data-elem-id="1769754853176000002"]{display:table;top:calc(290px - 40px -158px);;left:calc(50% - 197.5px -2px);;width:257px;height:auto;}}#rec1823088501 .tn-elem[data-elem-id="1769755398106"]{z-index:3;top:261px;;left:calc(50% - 600px 476px);;width:200px;height:auto;}#rec1823088501 .tn-elem[data-elem-id="1769755398106"] .tn-atom{border-radius:0px 0px 0px 0px;background-position:center center;border-width:var(--t396-borderwidth,0);border-style:var(--t396-borderstyle,solid);border-color:var(--t396-bordercolor,transparent);transition:background-color var(--t396-speedhover,0s) ease-in-out,color var(--t396-speedhover,0s) ease-in-out,border-color var(--t396-speedhover,0s) ease-in-out,box-shadow var(--t396-shadowshoverspeed,0.2s) ease-in-out;}#rec1823088501 .tn-elem[data-elem-id="1769755398106"] .tn-atom__img{border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px){#rec1823088501 .tn-elem[data-elem-id="1769755398106"]{display:table;top:253px;;left:calc(50% - 480px 369px);;height:auto;}}@media screen and (max-width:959px){#rec1823088501 .tn-elem[data-elem-id="1769755398106"]{display:table;left:calc(50% - 320px 202px);;height:auto;}}@media screen and (max-width:639px){#rec1823088501 .tn-elem[data-elem-id="1769755398106"]{display:table;top:172px;;left:calc(50% - 240px 143px);;height:auto;}}@media screen and (max-width:479px){#rec1823088501 .tn-elem[data-elem-id="1769755398106"]{display:table;top:215px;;left:calc(50% - 160px 83px);;width:149px;height:auto;}}#rec1823088501 .tn-elem[data-elem-id="1769754853176000004"]{color:#000000;z-index:3;top:calc(290px - 11px -88px);;left:calc(50% - 11px 100px);;width:22px;height:auto;}#rec1823088501 .tn-elem[data-elem-id="1769754853176000004"] .tn-atom{color:#000000;font-size:14px;font-family:var(--t-text-font,Arial);line-height:1.4;font-weight:400;background-position:center center;--t396-borderwidth:1px;--t396-bordercolor:#0093d4;border-width:var(--t396-borderwidth,0);border-style:var(--t396-borderstyle,solid);border-color:var(--t396-bordercolor,transparent);transition:background-color var(--t396-speedhover,0s) ease-in-out,color var(--t396-speedhover,0s) ease-in-out,border-color var(--t396-speedhover,0s) ease-in-out,box-shadow var(--t396-shadowshoverspeed,0.2s) ease-in-out;}#rec1823088501 .tn-elem[data-elem-id="1769754853176000004"] .tn-atom__tip{background-color:#ffffff;border-radius:10px;box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);width:260px;}.t396__tooltip-portal .tn-atom__tip[data-element-id="1769754853176000004"][data-rec-id="1823088501"]{background-color:#ffffff;border-radius:10px;box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);width:260px;color:#000000;font-size:14px;font-family:var(--t-text-font,Arial);line-height:1.4;font-weight:400;z-index:10000000;}@media screen and (max-width:1199px){#rec1823088501 .tn-elem[data-elem-id="1769754853176000004"]{display:table;top:calc(290px - 11px -17px);;left:calc(50% - 11px 125px);;width:20px;height:auto;}}@media screen and (max-width:959px){#rec1823088501 .tn-elem[data-elem-id="1769754853176000004"]{display:table;top:calc(290px - 11px -17px);;left:calc(50% - 11px 114px);;width:18px;height:auto;}}@media screen and (max-width:639px){#rec1823088501 .tn-elem[data-elem-id="1769754853176000004"]{display:table;top:calc(290px - 11px -49px);;left:calc(50% - 11px 131px);;width:16px;height:auto;}}@media screen and (max-width:479px){#rec1823088501 .tn-elem[data-elem-id="1769754853176000004"]{display:table;top:calc(290px - 11px 10px);;left:calc(50% - 11px 99px);;width:18px;height:auto;}}
Реклама. ИП Ламбринаки А. В.
ИНН 434539837205 Erid=2W5zFGhocPA
При поддержке
ООО «ДОРИНВЕСТ»
Реклама. ООО "ДОРИНВЕСТ" ИНН 1101089053
t_onReady(function() {t_onFuncLoad('t396_init',function() {t396_init('1823088501');});});
#rec1852464771 .t396__artboard {height:180px;}#rec1852464771 .t396__filter {height:180px;}#rec1852464771 .t396__carrier{height:180px;background-position:center center;background-attachment:scroll;background-size:cover;background-repeat:no-repeat;}@media screen and (max-width:1199px) {#rec1852464771 .t396__artboard,#rec1852464771 .t396__filter,#rec1852464771 .t396__carrier {height:130px;}#rec1852464771 .t396__filter {}#rec1852464771 .t396__carrier {background-attachment:scroll;}}@media screen and (max-width:959px) {#rec1852464771 .t396__artboard,#rec1852464771 .t396__filter,#rec1852464771 .t396__carrier {height:100px;}#rec1852464771 .t396__filter {}#rec1852464771 .t396__carrier {background-image:unset;background-attachment:scroll;}}@media screen and (max-width:639px) {#rec1852464771 .t396__artboard,#rec1852464771 .t396__filter,#rec1852464771 .t396__carrier {height:100px;}#rec1852464771 .t396__filter {}#rec1852464771 .t396__carrier {background-image:unset;background-attachment:scroll;}}@media screen and (max-width:479px) {#rec1852464771 .t396__artboard,#rec1852464771 .t396__filter,#rec1852464771 .t396__carrier {height:80px;}#rec1852464771 .t396__filter {}#rec1852464771 .t396__carrier {background-image:unset;background-attachment:scroll;}}#rec1852464771 .tn-elem[data-elem-id="1769156338781000002"]{z-index:3;top:calc(90px - 56.5px 9px);;left:calc(50% - 160px -231px);;width:320px;height:auto;}#rec1852464771 .tn-elem[data-elem-id="1769156338781000002"] .tn-atom{border-radius:0px 0px 0px 0px;background-position:center center;border-width:var(--t396-borderwidth,0);border-style:var(--t396-borderstyle,solid);border-color:var(--t396-bordercolor,transparent);transition:background-color var(--t396-speedhover,0s) ease-in-out,color var(--t396-speedhover,0s) ease-in-out,border-color var(--t396-speedhover,0s) ease-in-out,box-shadow var(--t396-shadowshoverspeed,0.2s) ease-in-out;}#rec1852464771 .tn-elem[data-elem-id="1769156338781000002"] .tn-atom__img{border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px){#rec1852464771 .tn-elem[data-elem-id="1769156338781000002"]{display:table;top:calc(90px - 56.5px -5px);;left:calc(50% - 160px -274px);;width:272px;height:auto;}}@media screen and (max-width:959px){#rec1852464771 .tn-elem[data-elem-id="1769156338781000002"]{display:table;top:calc(90px - 56.5px -1px);;left:calc(50% - 160px -158px);;width:183px;height:auto;}}@media screen and (max-width:639px){#rec1852464771 .tn-elem[data-elem-id="1769156338781000002"]{display:table;top:calc(90px - 56.5px 0px);;left:calc(50% - 160px -144px);;width:172px;height:auto;}}@media screen and (max-width:479px){#rec1852464771 .tn-elem[data-elem-id="1769156338781000002"]{display:table;top:calc(90px - 56.5px 2px);;left:calc(50% - 160px -81px);;width:137px;height:auto;}#rec1852464771 .tn-elem[data-elem-id="1769156338781000002"] .tn-atom{background-size:cover;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);transform:rotate(0deg);}}#rec1852464771 .tn-elem[data-elem-id="1769168583079000002"]{z-index:3;top:98px;;left:calc(50% - 600px 580px);;width:401px;height:2px;}#rec1852464771 .tn-elem[data-elem-id="1769168583079000002"] .tn-atom{border-radius:0px 0px 0px 0px;background-color:#fe4350;background-position:center center;border-width:var(--t396-borderwidth,0);border-style:var(--t396-borderstyle,solid);border-color:var(--t396-bordercolor,transparent);transition:background-color var(--t396-speedhover,0s) ease-in-out,color var(--t396-speedhover,0s) ease-in-out,border-color var(--t396-speedhover,0s) ease-in-out,box-shadow var(--t396-shadowshoverspeed,0.2s) ease-in-out;}@media screen and (max-width:1199px){#rec1852464771 .tn-elem[data-elem-id="1769168583079000002"]{display:table;top:58px;;left:calc(50% - 480px 349px);;}}@media screen and (max-width:959px){#rec1852464771 .tn-elem[data-elem-id="1769168583079000002"]{display:table;top:52px;;left:calc(50% - 320px 267px);;}}@media screen and (max-width:639px){#rec1852464771 .tn-elem[data-elem-id="1769168583079000002"]{display:table;top:49px;;left:calc(50% - 240px 200px);;}}@media screen and (max-width:479px){#rec1852464771 .tn-elem[data-elem-id="1769168583079000002"]{display:table;top:42px;;left:calc(50% - 160px 162px);;}}
t_onReady(function() {t_onFuncLoad('t396_init',function() {t396_init('1852464771');});});
#rec1852444291 .t396__artboard {height:480px;}#rec1852444291 .t396__filter {height:480px;}#rec1852444291 .t396__carrier{height:480px;background-position:center center;background-attachment:scroll;background-size:cover;background-repeat:no-repeat;}@media screen and (max-width:1199px) {#rec1852444291 .t396__artboard,#rec1852444291 .t396__filter,#rec1852444291 .t396__carrier {height:420px;}#rec1852444291 .t396__filter {}#rec1852444291 .t396__carrier {background-attachment:scroll;}}@media screen and (max-width:959px) {#rec1852444291 .t396__artboard,#rec1852444291 .t396__filter,#rec1852444291 .t396__carrier {height:320px;}#rec1852444291 .t396__filter {}#rec1852444291 .t396__carrier {background-attachment:scroll;}}@media screen and (max-width:639px) {#rec1852444291 .t396__artboard,#rec1852444291 .t396__filter,#rec1852444291 .t396__carrier {height:450px;}#rec1852444291 .t396__filter {}#rec1852444291 .t396__carrier {background-attachment:scroll;}}@media screen and (max-width:479px) {#rec1852444291 .t396__artboard,#rec1852444291 .t396__filter,#rec1852444291 .t396__carrier {height:520px;}#rec1852444291 .t396__filter {}#rec1852444291 .t396__carrier {background-attachment:scroll;}}#rec1852444291 .tn-elem[data-elem-id="176052906654587260"]{z-index:3;top:calc(240px - 123.5px 87px);;left:calc(50% - 382px 2px);;width:764px;height:247px;}#rec1852444291 .tn-elem[data-elem-id="176052906654587260"] .tn-atom{border-radius:20px 20px 20px 20px;background-color:#ffffff;background-position:center center;border-width:var(--t396-borderwidth,0);border-style:var(--t396-borderstyle,solid);border-color:var(--t396-bordercolor,transparent);box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);transition:background-color var(--t396-speedhover,0s) ease-in-out,color var(--t396-speedhover,0s) ease-in-out,border-color var(--t396-speedhover,0s) ease-in-out,box-shadow var(--t396-shadowshoverspeed,0.2s) ease-in-out;}@media screen and (max-width:1199px){#rec1852444291 .tn-elem[data-elem-id="176052906654587260"]{display:table;top:calc(240px - 123.5px 66px);;left:calc(50% - 382px -1px);;width:618px;height:222px;}}@media screen and (max-width:959px){#rec1852444291 .tn-elem[data-elem-id="176052906654587260"]{display:table;top:calc(240px - 123.5px 55px);;left:calc(50% - 382px 1px);;width:461px;height:168px;}}@media screen and (max-width:639px){#rec1852444291 .tn-elem[data-elem-id="176052906654587260"]{display:table;top:calc(240px - 123.5px 97px);;left:calc(50% - 382px 2px);;width:303px;height:216px;}}@media screen and (max-width:479px){#rec1852444291 .tn-elem[data-elem-id="176052906654587260"]{display:table;top:calc(240px - 123.5px 96px);;left:calc(50% - 382px 3px);;width:250px;height:283px;}}#rec1852444291 .tn-elem[data-elem-id="176181429207285960"]{z-index:3;top:calc(240px - 48.5px 33px);;left:calc(50% - 46.5px 267px);;width:93px;height:auto;}#rec1852444291 .tn-elem[data-elem-id="176181429207285960"] .tn-atom{border-radius:0px 0px 0px 0px;background-position:center center;border-width:var(--t396-borderwidth,0);border-style:var(--t396-borderstyle,solid);border-color:var(--t396-bordercolor,transparent);transition:background-color var(--t396-speedhover,0s) ease-in-out,color var(--t396-speedhover,0s) ease-in-out,border-color var(--t396-speedhover,0s) ease-in-out,box-shadow var(--t396-shadowshoverspeed,0.2s) ease-in-out;}#rec1852444291 .tn-elem[data-elem-id="176181429207285960"] .tn-atom__img{border-radius:0px 0px 0px 0px;object-position:center center;}@media (min-width:1200px){#rec1852444291 .tn-elem.t396__elem--anim-hidden[data-elem-id="176181429207285960"]{opacity:0;}}@media screen and (max-width:1199px){#rec1852444291 .tn-elem[data-elem-id="176181429207285960"]{display:table;top:calc(240px - 48.5px 15px);;left:calc(50% - 46.5px 75px);;width:88px;height:auto;}}@media screen and (max-width:959px){#rec1852444291 .tn-elem[data-elem-id="176181429207285960"]{display:table;top:calc(240px - 48.5px 19px);;left:calc(50% - 46.5px 91px);;width:69px;height:auto;}}@media screen and (max-width:639px){#rec1852444291 .tn-elem[data-elem-id="176181429207285960"]{display:table;top:calc(240px - 48.5px 94px);;left:calc(50% - 46.5px 76px);;width:50px;height:auto;}}@media screen and (max-width:479px){#rec1852444291 .tn-elem[data-elem-id="176181429207285960"]{display:table;top:calc(240px - 48.5px 81px);;left:calc(50% - 46.5px -42px);;width:65px;height:auto;}}#rec1852444291 .tn-elem[data-elem-id="1769599570180000002"]{z-index:3;top:calc(240px - 46.5px 30px);;left:calc(50% - 46.5px 141px);;width:93px;height:auto;}#rec1852444291 .tn-elem[data-elem-id="1769599570180000002"] .tn-atom{border-radius:0px 0px 0px 0px;background-position:center center;border-width:var(--t396-borderwidth,0);border-style:var(--t396-borderstyle,solid);border-color:var(--t396-bordercolor,transparent);transition:background-color var(--t396-speedhover,0s) ease-in-out,color var(--t396-speedhover,0s) ease-in-out,border-color var(--t396-speedhover,0s) ease-in-out,box-shadow var(--t396-shadowshoverspeed,0.2s) ease-in-out;}#rec1852444291 .tn-elem[data-elem-id="1769599570180000002"] .tn-atom__img{border-radius:0px 0px 0px 0px;object-position:center center;}@media (min-width:1200px){#rec1852444291 .tn-elem.t396__elem--anim-hidden[data-elem-id="1769599570180000002"]{opacity:0;}}@media screen and (max-width:1199px){#rec1852444291 .tn-elem[data-elem-id="1769599570180000002"]{display:table;top:calc(240px - 46.5px 11px);;left:calc(50% - 46.5px 214px);;width:88px;height:auto;}}@media screen and (max-width:959px){#rec1852444291 .tn-elem[data-elem-id="1769599570180000002"]{display:table;top:calc(240px - 46.5px 17px);;left:calc(50% - 46.5px 174px);;width:69px;height:auto;}}@media screen and (max-width:639px){#rec1852444291 .tn-elem[data-elem-id="1769599570180000002"]{display:table;top:calc(240px - 46.5px 93px);;left:calc(50% - 46.5px 2px);;width:50px;height:auto;}}@media screen and (max-width:479px){#rec1852444291 .tn-elem[data-elem-id="1769599570180000002"]{display:table;top:calc(240px - 46.5px 83px);;left:calc(50% - 46.5px 58px);;width:65px;height:auto;}}#rec1852444291 .tn-elem[data-elem-id="1769599358214000001"]{z-index:3;top:calc(240px - 46.5px 30px);;left:calc(50% - 46.5px -12px);;width:93px;height:auto;}#rec1852444291 .tn-elem[data-elem-id="1769599358214000001"] .tn-atom{border-radius:0px 0px 0px 0px;background-position:center center;border-width:var(--t396-borderwidth,0);border-style:var(--t396-borderstyle,solid);border-color:var(--t396-bordercolor,transparent);transition:background-color var(--t396-speedhover,0s) ease-in-out,color var(--t396-speedhover,0s) ease-in-out,border-color var(--t396-speedhover,0s) ease-in-out,box-shadow var(--t396-shadowshoverspeed,0.2s) ease-in-out;}#rec1852444291 .tn-elem[data-elem-id="1769599358214000001"] .tn-atom__img{border-radius:0px 0px 0px 0px;object-position:center center;}@media (min-width:1200px){#rec1852444291 .tn-elem.t396__elem--anim-hidden[data-elem-id="1769599358214000001"]{opacity:0;}}@media screen and (max-width:1199px){#rec1852444291 .tn-elem[data-elem-id="1769599358214000001"]{display:table;top:calc(240px - 46.5px 11px);;left:calc(50% - 46.5px -54px);;width:88px;height:auto;}}@media screen and (max-width:959px){#rec1852444291 .tn-elem[data-elem-id="1769599358214000001"]{display:table;top:calc(240px - 46.5px 18px);;left:calc(50% - 46.5px 4px);;width:69px;height:auto;}}@media screen and (max-width:639px){#rec1852444291 .tn-elem[data-elem-id="1769599358214000001"]{display:table;top:calc(240px - 46.5px 95px);;left:calc(50% - 46.5px -72px);;width:50px;height:auto;}}@media screen and (max-width:479px){#rec1852444291 .tn-elem[data-elem-id="1769599358214000001"]{display:table;top:calc(240px - 46.5px 3px);;left:calc(50% - 46.5px 41px);;width:65px;height:auto;}}#rec1852444291 .tn-elem[data-elem-id="176052906661341160"]{color:#000000;z-index:3;top:calc(240px - 15.5px 29px);;left:calc(50% - 105px -217px);;width:210px;height:auto;}#rec1852444291 .tn-elem[data-elem-id="176052906661341160"] .tn-atom{vertical-align:middle;color:#000000;font-size:20px;font-family:var(--t-text-font,Arial);line-height:1.55;font-weight:300;background-position:center center;border-width:var(--t396-borderwidth,0);border-style:var(--t396-borderstyle,solid);border-color:var(--t396-bordercolor,transparent);transition:background-color var(--t396-speedhover,0s) ease-in-out,color var(--t396-speedhover,0s) ease-in-out,border-color var(--t396-speedhover,0s) ease-in-out,box-shadow var(--t396-shadowshoverspeed,0.2s) ease-in-out;--t396-shadow-text-opacity:100%;text-shadow:var(--t396-shadow-text-x,0px) var(--t396-shadow-text-y,0px) var(--t396-shadow-text-blur,0px) rgba(var(--t396-shadow-text-color),var(--t396-shadow-text-opacity,100%));}@media screen and (max-width:1199px){#rec1852444291 .tn-elem[data-elem-id="176052906661341160"]{display:table;top:calc(240px - 15.5px 9px);;left:calc(50% - 105px -180px);;width:179px;height:auto;}#rec1852444291 .tn-elem[data-elem-id="176052906661341160"] .tn-atom{font-size:18px;background-size:cover;}}@media screen and (max-width:959px){#rec1852444291 .tn-elem[data-elem-id="176052906661341160"]{display:table;top:calc(240px - 15.5px 19px);;left:calc(50% - 105px -117px);;width:173px;height:auto;}}@media screen and (max-width:639px){#rec1852444291 .tn-elem[data-elem-id="176052906661341160"]{display:table;top:calc(240px - 15.5px 33px);;left:calc(50% - 105px -51px);;width:157px;height:auto;}#rec1852444291 .tn-elem[data-elem-id="176052906661341160"] .tn-atom{font-size:16px;line-height:1.55;background-size:cover;}}@media screen and (max-width:479px){#rec1852444291 .tn-elem[data-elem-id="176052906661341160"]{display:table;top:calc(240px - 15.5px -5px);;left:calc(50% - 105px -61px);;width:78px;height:auto;}#rec1852444291 .tn-elem[data-elem-id="176052906661341160"] .tn-atom{background-size:cover;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);transform:rotate(0deg);}}#rec1852444291 .tn-elem[data-elem-id="176052876839727990"]{z-index:3;top:calc(240px - 69.5px -137px);;left:calc(50% - 382px 2px);;width:764px;height:139px;}#rec1852444291 .tn-elem[data-elem-id="176052876839727990"] .tn-atom{border-radius:20px 20px 20px 20px;background-color:#ffffff;background-position:center center;border-width:var(--t396-borderwidth,0);border-style:var(--t396-borderstyle,solid);border-color:var(--t396-bordercolor,transparent);box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);transition:background-color var(--t396-speedhover,0s) ease-in-out,color var(--t396-speedhover,0s) ease-in-out,border-color var(--t396-speedhover,0s) ease-in-out,box-shadow var(--t396-shadowshoverspeed,0.2s) ease-in-out;}@media screen and (max-width:1199px){#rec1852444291 .tn-elem[data-elem-id="176052876839727990"]{display:table;top:calc(240px - 69.5px -115px);;left:calc(50% - 382px -1px);;width:618px;height:121px;}}@media screen and (max-width:959px){#rec1852444291 .tn-elem[data-elem-id="176052876839727990"]{display:table;top:calc(240px - 69.5px -87px);;left:calc(50% - 382px 1px);;width:461px;height:102px;}}@media screen and (max-width:639px){#rec1852444291 .tn-elem[data-elem-id="176052876839727990"]{display:table;top:calc(240px - 69.5px -119px);;left:calc(50% - 382px 2px);;width:303px;height:171px;}}@media screen and (max-width:479px){#rec1852444291 .tn-elem[data-elem-id="176052876839727990"]{display:table;top:calc(240px - 69.5px -146px);;left:calc(50% - 382px 3px);;width:250px;height:171px;}}#rec1852444291 .tn-elem[data-elem-id="176052876843278580"]{color:#000000;z-index:3;top:calc(240px - 15.5px -135px);;left:calc(50% - 105px -215px);;width:210px;height:auto;}#rec1852444291 .tn-elem[data-elem-id="176052876843278580"] .tn-atom{vertical-align:middle;color:#000000;font-size:20px;font-family:var(--t-text-font,Arial);line-height:1.55;font-weight:300;background-position:center center;border-width:var(--t396-borderwidth,0);border-style:var(--t396-borderstyle,solid);border-color:var(--t396-bordercolor,transparent);transition:background-color var(--t396-speedhover,0s) ease-in-out,color var(--t396-speedhover,0s) ease-in-out,border-color var(--t396-speedhover,0s) ease-in-out,box-shadow var(--t396-shadowshoverspeed,0.2s) ease-in-out;--t396-shadow-text-opacity:100%;text-shadow:var(--t396-shadow-text-x,0px) var(--t396-shadow-text-y,0px) var(--t396-shadow-text-blur,0px) rgba(var(--t396-shadow-text-color),var(--t396-shadow-text-opacity,100%));}@media screen and (max-width:1199px){#rec1852444291 .tn-elem[data-elem-id="176052876843278580"]{display:table;top:calc(240px - 15.5px -120px);;left:calc(50% - 105px -185px);;width:179px;height:auto;}#rec1852444291 .tn-elem[data-elem-id="176052876843278580"] .tn-atom{font-size:18px;background-size:cover;}}@media screen and (max-width:959px){#rec1852444291 .tn-elem[data-elem-id="176052876843278580"]{display:table;top:calc(240px - 15.5px -90px);;left:calc(50% - 105px -109px);;width:192px;height:auto;}}@media screen and (max-width:639px){#rec1852444291 .tn-elem[data-elem-id="176052876843278580"]{display:table;top:calc(240px - 15.5px -162px);;left:calc(50% - 105px -57px);;width:148px;height:auto;}#rec1852444291 .tn-elem[data-elem-id="176052876843278580"] .tn-atom{font-size:16px;line-height:1.55;background-size:cover;}}@media screen and (max-width:479px){#rec1852444291 .tn-elem[data-elem-id="176052876843278580"]{display:table;top:calc(240px - 15.5px -186px);;left:calc(50% - 105px -66px);;width:76px;height:auto;}#rec1852444291 .tn-elem[data-elem-id="176052876843278580"] .tn-atom{background-size:cover;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);transform:rotate(0deg);}}#rec1852444291 .tn-elem[data-elem-id="176052906656927260"]{z-index:3;top:calc(240px - 55px -135px);;left:calc(50% - 141.5px 30px);;width:283px;height:auto;}#rec1852444291 .tn-elem[data-elem-id="176052906656927260"] .tn-atom{border-radius:0px 0px 0px 0px;background-position:center center;border-width:var(--t396-borderwidth,0);border-style:var(--t396-borderstyle,solid);border-color:var(--t396-bordercolor,transparent);transition:background-color var(--t396-speedhover,0s) ease-in-out,color var(--t396-speedhover,0s) ease-in-out,border-color var(--t396-speedhover,0s) ease-in-out,box-shadow var(--t396-shadowshoverspeed,0.2s) ease-in-out;}#rec1852444291 .tn-elem[data-elem-id="176052906656927260"] .tn-atom__img{border-radius:0px 0px 0px 0px;object-position:center center;}@media (min-width:1200px){#rec1852444291 .tn-elem.t396__elem--anim-hidden[data-elem-id="176052906656927260"]{opacity:0;}}@media screen and (max-width:1199px){#rec1852444291 .tn-elem[data-elem-id="176052906656927260"]{display:table;top:calc(240px - 55px -118px);;left:calc(50% - 141.5px 15px);;width:221px;height:auto;}}@media screen and (max-width:959px){#rec1852444291 .tn-elem[data-elem-id="176052906656927260"]{display:table;top:calc(240px - 55px -86px);;left:calc(50% - 141.5px 45px);;width:175px;height:auto;}}@media screen and (max-width:639px){#rec1852444291 .tn-elem[data-elem-id="176052906656927260"]{display:table;top:calc(240px - 55px -96px);;left:calc(50% - 141.5px -39px);;width:198px;height:auto;}}@media screen and (max-width:479px){#rec1852444291 .tn-elem[data-elem-id="176052906656927260"]{display:table;top:calc(240px - 55px -117px);;left:calc(50% - 141.5px -45px);;width:134px;height:auto;}}#rec1852444291 .tn-elem[data-elem-id="176053000264264090"]{color:#000000;z-index:3;top:calc(240px - 11px -5px);;left:calc(50% - 11px 309px);;width:22px;height:auto;}#rec1852444291 .tn-elem[data-elem-id="176053000264264090"] .tn-atom{color:#000000;font-size:14px;font-family:var(--t-text-font,Arial);line-height:1.4;font-weight:400;background-position:center center;--t396-borderwidth:1px;--t396-bordercolor:#556df4;border-width:var(--t396-borderwidth,0);border-style:var(--t396-borderstyle,solid);border-color:var(--t396-bordercolor,transparent);transition:background-color var(--t396-speedhover,0s) ease-in-out,color var(--t396-speedhover,0s) ease-in-out,border-color var(--t396-speedhover,0s) ease-in-out,box-shadow var(--t396-shadowshoverspeed,0.2s) ease-in-out;}#rec1852444291 .tn-elem[data-elem-id="176053000264264090"] .tn-atom__tip{background-color:#ffffff;border-radius:10px;box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);width:260px;}.t396__tooltip-portal .tn-atom__tip[data-element-id="176053000264264090"][data-rec-id="1852444291"]{background-color:#ffffff;border-radius:10px;box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);width:260px;color:#000000;font-size:14px;font-family:var(--t-text-font,Arial);line-height:1.4;font-weight:400;z-index:10000000;}@media screen and (max-width:1199px){#rec1852444291 .tn-elem[data-elem-id="176053000264264090"]{display:table;top:calc(240px - 11px -21px);;left:calc(50% - 11px 129px);;width:20px;height:auto;}}@media screen and (max-width:959px){#rec1852444291 .tn-elem[data-elem-id="176053000264264090"]{display:table;top:calc(240px - 11px -8px);;left:calc(50% - 11px 116px);;width:18px;height:auto;}}@media screen and (max-width:639px){#rec1852444291 .tn-elem[data-elem-id="176053000264264090"]{display:table;top:calc(240px - 11px 60px);;left:calc(50% - 11px 109px);;width:16px;height:auto;}}@media screen and (max-width:479px){#rec1852444291 .tn-elem[data-elem-id="176053000264264090"]{display:table;top:calc(240px - 11px 56px);;left:calc(50% - 11px -1px);;width:18px;height:auto;}}#rec1852444291 .tn-elem[data-elem-id="1769754895296000001"]{z-index:3;top:calc(240px - 41px 142px);;left:calc(50% - 63.5px 144px);;width:127px;height:auto;}#rec1852444291 .tn-elem[data-elem-id="1769754895296000001"] .tn-atom{border-radius:0px 0px 0px 0px;background-position:center center;border-width:var(--t396-borderwidth,0);border-style:var(--t396-borderstyle,solid);border-color:var(--t396-bordercolor,transparent);transition:background-color var(--t396-speedhover,0s) ease-in-out,color var(--t396-speedhover,0s) ease-in-out,border-color var(--t396-speedhover,0s) ease-in-out,box-shadow var(--t396-shadowshoverspeed,0.2s) ease-in-out;}#rec1852444291 .tn-elem[data-elem-id="1769754895296000001"] .tn-atom__img{border-radius:0px 0px 0px 0px;object-position:center center;}@media (min-width:1200px){#rec1852444291 .tn-elem.t396__elem--anim-hidden[data-elem-id="1769754895296000001"]{opacity:0;}}@media screen and (max-width:1199px){#rec1852444291 .tn-elem[data-elem-id="1769754895296000001"]{display:table;top:calc(240px - 41px 114px);;left:calc(50% - 63.5px -41px);;width:103px;height:auto;}}@media screen and (max-width:959px){#rec1852444291 .tn-elem[data-elem-id="1769754895296000001"]{display:table;top:calc(240px - 41px 101px);;left:calc(50% - 63.5px 3px);;width:69px;height:auto;}}@media screen and (max-width:639px){#rec1852444291 .tn-elem[data-elem-id="1769754895296000001"]{display:table;top:calc(240px - 41px 154px);;left:calc(50% - 63.5px 4px);;width:75px;height:auto;}}@media screen and (max-width:479px){#rec1852444291 .tn-elem[data-elem-id="1769754895296000001"]{display:table;top:calc(240px - 41px 177px);;left:calc(50% - 63.5px -38px);;width:104px;height:auto;}}#rec1852444291 .tn-elem[data-elem-id="1769754895296000002"]{color:#000000;z-index:3;top:calc(240px - 11px 103px);;left:calc(50% - 11px 204px);;width:22px;height:auto;}#rec1852444291 .tn-elem[data-elem-id="1769754895296000002"] .tn-atom{color:#000000;font-size:14px;font-family:var(--t-text-font,Arial);line-height:1.4;font-weight:400;background-position:center center;--t396-borderwidth:1px;--t396-bordercolor:#0093d4;border-width:var(--t396-borderwidth,0);border-style:var(--t396-borderstyle,solid);border-color:var(--t396-bordercolor,transparent);transition:background-color var(--t396-speedhover,0s) ease-in-out,color var(--t396-speedhover,0s) ease-in-out,border-color var(--t396-speedhover,0s) ease-in-out,box-shadow var(--t396-shadowshoverspeed,0.2s) ease-in-out;}#rec1852444291 .tn-elem[data-elem-id="1769754895296000002"] .tn-atom__tip{background-color:#ffffff;border-radius:10px;box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);width:260px;}.t396__tooltip-portal .tn-atom__tip[data-element-id="1769754895296000002"][data-rec-id="1852444291"]{background-color:#ffffff;border-radius:10px;box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);width:260px;color:#000000;font-size:14px;font-family:var(--t-text-font,Arial);line-height:1.4;font-weight:400;z-index:10000000;}@media screen and (max-width:1199px){#rec1852444291 .tn-elem[data-elem-id="1769754895296000002"]{display:table;top:calc(240px - 11px 74px);;left:calc(50% - 11px -9px);;width:20px;height:auto;}}@media screen and (max-width:959px){#rec1852444291 .tn-elem[data-elem-id="1769754895296000002"]{display:table;top:calc(240px - 11px 71px);;left:calc(50% - 11px 28px);;width:18px;height:auto;}}@media screen and (max-width:639px){#rec1852444291 .tn-elem[data-elem-id="1769754895296000002"]{display:table;top:calc(240px - 11px 134px);;left:calc(50% - 11px 32px);;width:16px;height:auto;}}@media screen and (max-width:479px){#rec1852444291 .tn-elem[data-elem-id="1769754895296000002"]{display:table;top:calc(240px - 11px 147px);;left:calc(50% - 11px 1px);;width:18px;height:auto;}}#rec1852444291 .tn-elem[data-elem-id="1769599703430000004"]{color:#000000;z-index:3;top:calc(240px - 11px -6px);;left:calc(50% - 11px 198px);;width:22px;height:auto;}#rec1852444291 .tn-elem[data-elem-id="1769599703430000004"] .tn-atom{color:#000000;font-size:14px;font-family:var(--t-text-font,Arial);line-height:1.4;font-weight:400;background-position:center center;--t396-borderwidth:1px;--t396-bordercolor:#556df4;border-width:var(--t396-borderwidth,0);border-style:var(--t396-borderstyle,solid);border-color:var(--t396-bordercolor,transparent);transition:background-color var(--t396-speedhover,0s) ease-in-out,color var(--t396-speedhover,0s) ease-in-out,border-color var(--t396-speedhover,0s) ease-in-out,box-shadow var(--t396-shadowshoverspeed,0.2s) ease-in-out;}#rec1852444291 .tn-elem[data-elem-id="1769599703430000004"] .tn-atom__tip{background-color:#ffffff;border-radius:10px;box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);width:260px;}.t396__tooltip-portal .tn-atom__tip[data-element-id="1769599703430000004"][data-rec-id="1852444291"]{background-color:#ffffff;border-radius:10px;box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);width:260px;color:#000000;font-size:14px;font-family:var(--t-text-font,Arial);line-height:1.4;font-weight:400;z-index:10000000;}@media screen and (max-width:1199px){#rec1852444291 .tn-elem[data-elem-id="1769599703430000004"]{display:table;top:calc(240px - 11px -23px);;left:calc(50% - 11px 268px);;width:20px;height:auto;}}@media screen and (max-width:959px){#rec1852444291 .tn-elem[data-elem-id="1769599703430000004"]{display:table;top:calc(240px - 11px -9px);;left:calc(50% - 11px 209px);;width:18px;height:auto;}}@media screen and (max-width:639px){#rec1852444291 .tn-elem[data-elem-id="1769599703430000004"]{display:table;top:calc(240px - 11px 60px);;left:calc(50% - 11px 35px);;width:16px;height:auto;}}@media screen and (max-width:479px){#rec1852444291 .tn-elem[data-elem-id="1769599703430000004"]{display:table;top:calc(240px - 11px 58px);;left:calc(50% - 11px 99px);;width:18px;height:auto;}}#rec1852444291 .tn-elem[data-elem-id="1769599701441000003"]{color:#000000;z-index:3;top:calc(240px - 11px -6px);;left:calc(50% - 11px 69px);;width:22px;height:auto;}#rec1852444291 .tn-elem[data-elem-id="1769599701441000003"] .tn-atom{color:#000000;font-size:14px;font-family:var(--t-text-font,Arial);line-height:1.4;font-weight:400;background-position:center center;--t396-borderwidth:1px;--t396-bordercolor:#556df4;border-width:var(--t396-borderwidth,0);border-style:var(--t396-borderstyle,solid);border-color:var(--t396-bordercolor,transparent);transition:background-color var(--t396-speedhover,0s) ease-in-out,color var(--t396-speedhover,0s) ease-in-out,border-color var(--t396-speedhover,0s) ease-in-out,box-shadow var(--t396-shadowshoverspeed,0.2s) ease-in-out;}#rec1852444291 .tn-elem[data-elem-id="1769599701441000003"] .tn-atom__tip{background-color:#ffffff;border-radius:10px;box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);width:260px;}.t396__tooltip-portal .tn-atom__tip[data-element-id="1769599701441000003"][data-rec-id="1852444291"]{background-color:#ffffff;border-radius:10px;box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);width:260px;color:#000000;font-size:14px;font-family:var(--t-text-font,Arial);line-height:1.4;font-weight:400;z-index:10000000;}@media screen and (max-width:1199px){#rec1852444291 .tn-elem[data-elem-id="1769599701441000003"]{display:table;top:calc(240px - 11px -19px);;left:calc(50% - 11px 9px);;width:20px;height:auto;}}@media screen and (max-width:959px){#rec1852444291 .tn-elem[data-elem-id="1769599701441000003"]{display:table;top:calc(240px - 11px -8px);;left:calc(50% - 11px 47px);;width:18px;height:auto;}}@media screen and (max-width:639px){#rec1852444291 .tn-elem[data-elem-id="1769599701441000003"]{display:table;top:calc(240px - 11px 62px);;left:calc(50% - 11px -39px);;width:16px;height:auto;}}@media screen and (max-width:479px){#rec1852444291 .tn-elem[data-elem-id="1769599701441000003"]{display:table;top:calc(240px - 11px -21px);;left:calc(50% - 11px 86px);;width:18px;height:auto;}}#rec1852444291 .tn-elem[data-elem-id="1769170325270000001"]{color:#000000;z-index:3;top:calc(240px - 11px -181px);;left:calc(50% - 11px 352px);;width:22px;height:auto;}#rec1852444291 .tn-elem[data-elem-id="1769170325270000001"] .tn-atom{color:#000000;font-size:14px;font-family:var(--t-text-font,Arial);line-height:1.4;font-weight:400;background-position:center center;--t396-borderwidth:1px;--t396-bordercolor:#556df4;border-width:var(--t396-borderwidth,0);border-style:var(--t396-borderstyle,solid);border-color:var(--t396-bordercolor,transparent);transition:background-color var(--t396-speedhover,0s) ease-in-out,color var(--t396-speedhover,0s) ease-in-out,border-color var(--t396-speedhover,0s) ease-in-out,box-shadow var(--t396-shadowshoverspeed,0.2s) ease-in-out;}#rec1852444291 .tn-elem[data-elem-id="1769170325270000001"] .tn-atom__tip{background-color:#ffffff;border-radius:10px;box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);width:260px;}.t396__tooltip-portal .tn-atom__tip[data-element-id="1769170325270000001"][data-rec-id="1852444291"]{background-color:#ffffff;border-radius:10px;box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);width:260px;color:#000000;font-size:14px;font-family:var(--t-text-font,Arial);line-height:1.4;font-weight:400;z-index:10000000;}@media screen and (max-width:1199px){#rec1852444291 .tn-elem[data-elem-id="1769170325270000001"]{display:table;top:calc(240px - 11px -151px);;left:calc(50% - 11px 277px);;width:20px;height:auto;}}@media screen and (max-width:959px){#rec1852444291 .tn-elem[data-elem-id="1769170325270000001"]{display:table;top:calc(240px - 11px -111px);;left:calc(50% - 11px 209px);;width:18px;height:auto;}}@media screen and (max-width:639px){#rec1852444291 .tn-elem[data-elem-id="1769170325270000001"]{display:table;top:calc(240px - 11px -128px);;left:calc(50% - 11px 138px);;width:16px;height:auto;}}@media screen and (max-width:479px){#rec1852444291 .tn-elem[data-elem-id="1769170325270000001"]{display:table;top:calc(240px - 11px -172px);;left:calc(50% - 11px 108px);;width:18px;height:auto;}}#rec1852444291 .tn-elem[data-elem-id="1770193729681000001"]{color:#000000;z-index:3;top:calc(240px - 11px -179px);;left:calc(50% - 11px 161px);;width:22px;height:auto;}#rec1852444291 .tn-elem[data-elem-id="1770193729681000001"] .tn-atom{color:#000000;font-size:14px;font-family:var(--t-text-font,Arial);line-height:1.4;font-weight:400;background-position:center center;--t396-borderwidth:1px;--t396-bordercolor:#556df4;border-width:var(--t396-borderwidth,0);border-style:var(--t396-borderstyle,solid);border-color:var(--t396-bordercolor,transparent);transition:background-color var(--t396-speedhover,0s) ease-in-out,color var(--t396-speedhover,0s) ease-in-out,border-color var(--t396-speedhover,0s) ease-in-out,box-shadow var(--t396-shadowshoverspeed,0.2s) ease-in-out;}#rec1852444291 .tn-elem[data-elem-id="1770193729681000001"] .tn-atom__tip{background-color:#ffffff;border-radius:10px;box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);width:260px;}.t396__tooltip-portal .tn-atom__tip[data-element-id="1770193729681000001"][data-rec-id="1852444291"]{background-color:#ffffff;border-radius:10px;box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);width:260px;color:#000000;font-size:14px;font-family:var(--t-text-font,Arial);line-height:1.4;font-weight:400;z-index:10000000;}@media screen and (max-width:1199px){#rec1852444291 .tn-elem[data-elem-id="1770193729681000001"]{display:table;top:calc(240px - 11px -142px);;left:calc(50% - 11px 124px);;width:20px;height:auto;}}@media screen and (max-width:959px){#rec1852444291 .tn-elem[data-elem-id="1770193729681000001"]{display:table;top:calc(240px - 11px -111px);;left:calc(50% - 11px 117px);;width:18px;height:auto;}}@media screen and (max-width:639px){#rec1852444291 .tn-elem[data-elem-id="1770193729681000001"]{display:table;top:calc(240px - 11px -127px);;left:calc(50% - 11px 35px);;width:16px;height:auto;}}@media screen and (max-width:479px){#rec1852444291 .tn-elem[data-elem-id="1770193729681000001"]{display:table;top:calc(240px - 11px -152px);;left:calc(50% - 11px 22px);;width:18px;height:auto;}}#rec1852444291 .tn-elem[data-elem-id="1770193842890000002"]{display:block;z-index:3;top:46px;;left:calc(50% - 600px 829px);;width:96px;height:108px;}#rec1852444291 .tn-elem[data-elem-id="1770193842890000002"] .tn-atom{display:block;height:100%;box-sizing:border-box;border-radius:0px 0px 0px 0px;background-position:center center;border-width:var(--t396-borderwidth,0);border-style:var(--t396-borderstyle,solid);border-color:var(--t396-bordercolor,transparent);transition:background-color var(--t396-speedhover,0s) ease-in-out,color var(--t396-speedhover,0s) ease-in-out,border-color var(--t396-speedhover,0s) ease-in-out,box-shadow var(--t396-shadowshoverspeed,0.2s) ease-in-out;}#rec1852444291 .tn-elem[data-elem-id="1770193842890000002"] .tn-atom__img{border-radius:0px 0px 0px 0px;object-fit:cover;height:100%;object-position:center center;}@media screen and (max-width:1199px){#rec1852444291 .tn-elem[data-elem-id="1770193842890000002"]{display:block;top:49px;;left:calc(50% - 480px 660px);;width:80px;height:90px;}}@media screen and (max-width:959px){#rec1852444291 .tn-elem[data-elem-id="1770193842890000002"]{display:block;top:40px;;left:calc(50% - 320px 457px);;width:60px;height:67px;}}@media screen and (max-width:639px){#rec1852444291 .tn-elem[data-elem-id="1770193842890000002"]{display:block;top:94px;;left:calc(50% - 240px 310px);;height:67px;}#rec1852444291 .tn-elem[data-elem-id="1770193842890000002"] .tn-atom{background-size:cover;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);transform:rotate(0deg);}}@media screen and (max-width:479px){#rec1852444291 .tn-elem[data-elem-id="1770193842890000002"]{display:block;top:97px;;left:calc(50% - 160px 206px);;height:67px;}}
Деловой партнер:
Спонсор проекта:
Реклама. ИП Надуева А. В. ИНН 110116817760 Erid=2W5zFK2iV2Y
Реклама. ИП Тимшин А. В.
ИНН: 434601062471 Erid=2W5zFGQ26Ux
Реклама. ФЛ Тентюкова С. А. Erid=2W5zFJivdeQ
Реклама. ИП Исламов О. Ш. ИНН 110105157833 Erid=2W5zFJLgpRE
Реклама. КРОПП "КПРФ" ИНН 1101476729 Erid=2W5zFHDCayv
Реклама. ИП Лапин А. Ю. ИНН 110105623675 Erid=2W5zFHyvzUQ
t_onReady(function() {t_onFuncLoad('t396_init',function() {t396_init('1852444291');});});
#rec1843911281 .t396__artboard {height:180px;}#rec1843911281 .t396__filter {height:180px;}#rec1843911281 .t396__carrier{height:180px;background-position:center center;background-attachment:scroll;background-size:cover;background-repeat:no-repeat;}@media screen and (max-width:1199px) {#rec1843911281 .t396__artboard,#rec1843911281 .t396__filter,#rec1843911281 .t396__carrier {height:130px;}#rec1843911281 .t396__filter {}#rec1843911281 .t396__carrier {background-attachment:scroll;}}@media screen and (max-width:959px) {#rec1843911281 .t396__artboard,#rec1843911281 .t396__filter,#rec1843911281 .t396__carrier {height:100px;}#rec1843911281 .t396__filter {}#rec1843911281 .t396__carrier {background-image:unset;background-attachment:scroll;}}@media screen and (max-width:639px) {#rec1843911281 .t396__artboard,#rec1843911281 .t396__filter,#rec1843911281 .t396__carrier {height:100px;}#rec1843911281 .t396__filter {}#rec1843911281 .t396__carrier {background-image:unset;background-attachment:scroll;}}@media screen and (max-width:479px) {#rec1843911281 .t396__artboard,#rec1843911281 .t396__filter,#rec1843911281 .t396__carrier {height:80px;}#rec1843911281 .t396__filter {}#rec1843911281 .t396__carrier {background-image:unset;background-attachment:scroll;}}#rec1843911281 .tn-elem[data-elem-id="1769156338781000002"]{z-index:3;top:calc(90px - 56.5px 9px);;left:calc(50% - 160px -231px);;width:320px;height:auto;}#rec1843911281 .tn-elem[data-elem-id="1769156338781000002"] .tn-atom{border-radius:0px 0px 0px 0px;background-position:center center;border-width:var(--t396-borderwidth,0);border-style:var(--t396-borderstyle,solid);border-color:var(--t396-bordercolor,transparent);transition:background-color var(--t396-speedhover,0s) ease-in-out,color var(--t396-speedhover,0s) ease-in-out,border-color var(--t396-speedhover,0s) ease-in-out,box-shadow var(--t396-shadowshoverspeed,0.2s) ease-in-out;}#rec1843911281 .tn-elem[data-elem-id="1769156338781000002"] .tn-atom__img{border-radius:0px 0px 0px 0px;object-position:center center;}@media screen and (max-width:1199px){#rec1843911281 .tn-elem[data-elem-id="1769156338781000002"]{display:table;top:calc(90px - 56.5px -5px);;left:calc(50% - 160px -274px);;width:272px;height:auto;}}@media screen and (max-width:959px){#rec1843911281 .tn-elem[data-elem-id="1769156338781000002"]{display:table;top:calc(90px - 56.5px -1px);;left:calc(50% - 160px -158px);;width:183px;height:auto;}}@media screen and (max-width:639px){#rec1843911281 .tn-elem[data-elem-id="1769156338781000002"]{display:table;top:calc(90px - 56.5px 0px);;left:calc(50% - 160px -144px);;width:172px;height:auto;}}@media screen and (max-width:479px){#rec1843911281 .tn-elem[data-elem-id="1769156338781000002"]{display:table;top:calc(90px - 56.5px 2px);;left:calc(50% - 160px -81px);;width:137px;height:auto;}#rec1843911281 .tn-elem[data-elem-id="1769156338781000002"] .tn-atom{background-size:cover;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);transform:rotate(0deg);}}#rec1843911281 .tn-elem[data-elem-id="1769168583079000002"]{z-index:3;top:98px;;left:calc(50% - 600px 580px);;width:401px;height:2px;}#rec1843911281 .tn-elem[data-elem-id="1769168583079000002"] .tn-atom{border-radius:0px 0px 0px 0px;background-color:#fe4350;background-position:center center;border-width:var(--t396-borderwidth,0);border-style:var(--t396-borderstyle,solid);border-color:var(--t396-bordercolor,transparent);transition:background-color var(--t396-speedhover,0s) ease-in-out,color var(--t396-speedhover,0s) ease-in-out,border-color var(--t396-speedhover,0s) ease-in-out,box-shadow var(--t396-shadowshoverspeed,0.2s) ease-in-out;}@media screen and (max-width:1199px){#rec1843911281 .tn-elem[data-elem-id="1769168583079000002"]{display:table;top:58px;;left:calc(50% - 480px 349px);;}}@media screen and (max-width:959px){#rec1843911281 .tn-elem[data-elem-id="1769168583079000002"]{display:table;top:52px;;left:calc(50% - 320px 267px);;}}@media screen and (max-width:639px){#rec1843911281 .tn-elem[data-elem-id="1769168583079000002"]{display:table;top:49px;;left:calc(50% - 240px 200px);;}}@media screen and (max-width:479px){#rec1843911281 .tn-elem[data-elem-id="1769168583079000002"]{display:table;top:42px;;left:calc(50% - 160px 162px);;}}
t_onReady(function() {t_onFuncLoad('t396_init',function() {t396_init('1843911281');});});
#rec1823088531 .t396__artboard {height:934px;}#rec1823088531 .t396__filter {height:934px;}#rec1823088531 .t396__carrier{height:934px;background-position:center center;background-attachment:scroll;background-size:cover;background-repeat:no-repeat;}@media screen and (max-width:1199px) {#rec1823088531 .t396__artboard,#rec1823088531 .t396__filter,#rec1823088531 .t396__carrier {height:839px;}#rec1823088531 .t396__filter {}#rec1823088531 .t396__carrier {background-attachment:scroll;}}@media screen and (max-width:959px) {#rec1823088531 .t396__artboard,#rec1823088531 .t396__filter,#rec1823088531 .t396__carrier {height:1076px;}#rec1823088531 .t396__filter {}#rec1823088531 .t396__carrier {background-attachment:scroll;}}@media screen and (max-width:639px) {#rec1823088531 .t396__artboard,#rec1823088531 .t396__filter,#rec1823088531 .t396__carrier {height:1236px;}#rec1823088531 .t396__filter {}#rec1823088531 .t396__carrier {background-attachment:scroll;}}@media screen and (max-width:479px) {#rec1823088531 .t396__artboard,#rec1823088531 .t396__filter,#rec1823088531 .t396__carrier {height:1522px;}#rec1823088531 .t396__filter {}#rec1823088531 .t396__carrier {background-attachment:scroll;}}#rec1823088531 .tn-elem[data-elem-id="1470210011265"]{color:#000000;z-index:3;top:calc(467px - 434px 0px);;left:calc(50% - 380px 0px);;width:760px;height:auto;}#rec1823088531 .tn-elem[data-elem-id="1470210011265"] .tn-atom{vertical-align:middle;color:#000000;font-size:20px;font-family:var(--t-text-font,Arial);line-height:1.55;font-weight:300;background-position:center center;border-width:var(--t396-borderwidth,0);border-style:var(--t396-borderstyle,solid);border-color:var(--t396-bordercolor,transparent);transition:background-color var(--t396-speedhover,0s) ease-in-out,color var(--t396-speedhover,0s) ease-in-out,border-color var(--t396-speedhover,0s) ease-in-out,box-shadow var(--t396-shadowshoverspeed,0.2s) ease-in-out;--t396-shadow-text-opacity:100%;text-shadow:var(--t396-shadow-text-x,0px) var(--t396-shadow-text-y,0px) var(--t396-shadow-text-blur,0px) rgba(var(--t396-shadow-text-color),var(--t396-shadow-text-opacity,100%));}@media screen and (max-width:1199px){#rec1823088531 .tn-elem[data-elem-id="1470210011265"]{display:table;top:calc(467px - 434px 4px);;left:calc(50% - 380px 0px);;width:620px;height:auto;}#rec1823088531 .tn-elem[data-elem-id="1470210011265"] .tn-atom{font-size:18px;background-size:cover;}}@media screen and (max-width:959px){#rec1823088531 .tn-elem[data-elem-id="1470210011265"]{display:table;top:calc(467px - 434px 6px);;left:calc(50% - 380px 1px);;width:461px;height:auto;}}@media screen and (max-width:639px){#rec1823088531 .tn-elem[data-elem-id="1470210011265"]{display:table;top:calc(467px - 434px -4px);;left:calc(50% - 380px 1px);;width:303px;height:auto;}#rec1823088531 .tn-elem[data-elem-id="1470210011265"] .tn-atom{font-size:16px;line-height:1.55;background-size:cover;}}@media screen and (max-width:479px){#rec1823088531 .tn-elem[data-elem-id="1470210011265"]{display:table;top:calc(467px - 434px 14px);;left:calc(50% - 380px 1px);;width:250px;height:auto;}}
Цель проекта — признать заслуги и выразить благодарность лучшим врачам нашего города, тем, кто каждый день совершает настоящие подвиги, спасая жизни и возвращая здоровье.

Мы хотим, чтобы имена талантливых хирургов, чутких терапевтов, внимательных педиатров и других специалистов, чьи руки и сердца дарят надежду, стали известны всему городу. Их работа — это призвание, требующее невероятной силы духа, знаний и бесконечного милосердия. Именно эти люди стоят на страже нашего с вами благополучия, делая нас здоровыми и счастливыми.

Все присланные истории будут опубликованы на странице проекта. Мы расскажем о каждом участнике на всех информационных площадках “Про Город Сыктывкар”.

А с 13 по 20 марта будет открыто народное голосование. Ваш выбор станет мощной волной поддержки и дополнительной благодарностью для врачей. Это еще одна возможность сказать своему герою “спасибо”!

После закрытия голосования редакция “Про Город Сыктывкар” подведет итоги. Но главное событие ждет всех номинантов впереди! Мы проведем торжественное мероприятие, куда пригласим всех врачей-участников. Главный приз достанется победителю, но ни один конкурсант не уйдет без подарков и признания. Спонсоры премии смогут лично поздравить героев и выразить им свою благодарность.
Давайте вместе создадим праздник для тех, кто дарит нам самое ценное — здоровье и жизнь! Присылайте ваши истории и голосуйте за наших настоящих героев!
t_onReady(function() {t_onFuncLoad('t396_init',function() {t396_init('1823088531');});});
#rec1843606691 .t396__artboard {height:484px;}#rec1843606691 .t396__filter {height:484px;}#rec1843606691 .t396__carrier{height:484px;background-position:center center;background-attachment:scroll;background-size:cover;background-repeat:no-repeat;}@media screen and (max-width:1199px) {#rec1843606691 .t396__artboard,#rec1843606691 .t396__filter,#rec1843606691 .t396__carrier {height:469px;}#rec1843606691 .t396__filter {}#rec1843606691 .t396__carrier {background-attachment:scroll;}}@media screen and (max-width:959px) {#rec1843606691 .t396__artboard,#rec1843606691 .t396__filter,#rec1843606691 .t396__carrier {height:486px;}#rec1843606691 .t396__filter {}#rec1843606691 .t396__carrier {background-attachment:scroll;}}@media screen and (max-width:639px) {#rec1843606691 .t396__artboard,#rec1843606691 .t396__filter,#rec1843606691 .t396__carrier {height:496px;}#rec1843606691 .t396__filter {}#rec1843606691 .t396__carrier {background-attachment:scroll;}}@media screen and (max-width:479px) {#rec1843606691 .t396__artboard,#rec1843606691 .t396__filter,#rec1843606691 .t396__carrier {height:632px;}#rec1843606691 .t396__filter {}#rec1843606691 .t396__carrier {background-attachment:scroll;}}#rec1843606691 .tn-elem[data-elem-id="1470210011265"]{color:#000000;z-index:3;top:calc(242px - 217px -3px);;left:calc(50% - 380px 0px);;width:760px;height:auto;}#rec1843606691 .tn-elem[data-elem-id="1470210011265"] .tn-atom{vertical-align:middle;color:#000000;font-size:20px;font-family:var(--t-text-font,Arial);line-height:1.55;font-weight:300;background-position:center center;border-width:var(--t396-borderwidth,0);border-style:var(--t396-borderstyle,solid);border-color:var(--t396-bordercolor,transparent);transition:background-color var(--t396-speedhover,0s) ease-in-out,color var(--t396-speedhover,0s) ease-in-out,border-color var(--t396-speedhover,0s) ease-in-out,box-shadow var(--t396-shadowshoverspeed,0.2s) ease-in-out;--t396-shadow-text-opacity:100%;text-shadow:var(--t396-shadow-text-x,0px) var(--t396-shadow-text-y,0px) var(--t396-shadow-text-blur,0px) rgba(var(--t396-shadow-text-color),var(--t396-shadow-text-opacity,100%));}@media screen and (max-width:1199px){#rec1843606691 .tn-elem[data-elem-id="1470210011265"]{display:table;top:calc(242px - 217px -20px);;left:calc(50% - 380px 0px);;width:620px;height:auto;}#rec1843606691 .tn-elem[data-elem-id="1470210011265"] .tn-atom{font-size:18px;background-size:cover;}}@media screen and (max-width:959px){#rec1843606691 .tn-elem[data-elem-id="1470210011265"]{display:table;top:calc(242px - 217px -10px);;left:calc(50% - 380px 1px);;width:461px;height:auto;}}@media screen and (max-width:639px){#rec1843606691 .tn-elem[data-elem-id="1470210011265"]{display:table;top:calc(242px - 217px -4px);;left:calc(50% - 380px 1px);;width:303px;height:auto;}#rec1843606691 .tn-elem[data-elem-id="1470210011265"] .tn-atom{font-size:16px;line-height:1.55;background-size:cover;}}@media screen and (max-width:479px){#rec1843606691 .tn-elem[data-elem-id="1470210011265"]{display:table;top:calc(242px - 217px 0px);;left:calc(50% - 380px 1px);;width:250px;height:auto;}}
Как принять участие?

Заявки принимаются от благодарных пациентов, их друзей и родственников. Чтобы номинировать своего врача, необходимо до 20 февраля 2026 года прислать письмо на электронную почту progorod11@mail.ru.

В письме обязательно укажите:
— ваше имя;
— ФИО врача, которого вы номинируете;
— его должность и место работы;
— контактные данные врача для связи;

Самое главное: расскажите вашу историю. Почему именно этот врач достоин почетного звания? Как он помог вам или вашим близким?
t_onReady(function() {t_onFuncLoad('t396_init',function() {t396_init('1843606691');});});
#rec1872395361 .t396__artboard {height:84px;}#rec1872395361 .t396__filter {height:84px;}#rec1872395361 .t396__carrier{height:84px;background-position:center center;background-attachment:scroll;background-size:cover;background-repeat:no-repeat;}@media screen and (max-width:1199px) {#rec1872395361 .t396__artboard,#rec1872395361 .t396__filter,#rec1872395361 .t396__carrier {height:79px;}#rec1872395361 .t396__filter {}#rec1872395361 .t396__carrier {background-attachment:scroll;}}@media screen and (max-width:959px) {#rec1872395361 .t396__artboard,#rec1872395361 .t396__filter,#rec1872395361 .t396__carrier {height:86px;}#rec1872395361 .t396__filter {}#rec1872395361 .t396__carrier {background-attachment:scroll;}}@media screen and (max-width:639px) {#rec1872395361 .t396__artboard,#rec1872395361 .t396__filter,#rec1872395361 .t396__carrier {height:86px;}#rec1872395361 .t396__filter {}#rec1872395361 .t396__carrier {background-attachment:scroll;}}@media screen and (max-width:479px) {#rec1872395361 .t396__artboard,#rec1872395361 .t396__filter,#rec1872395361 .t396__carrier {height:62px;}#rec1872395361 .t396__filter {}#rec1872395361 .t396__carrier {background-attachment:scroll;}}#rec1872395361 .tn-elem[data-elem-id="1470210011265"]{color:#000000;z-index:3;top:calc(42px - 15.5px -3px);;left:calc(50% - 380px 0px);;width:760px;height:auto;}#rec1872395361 .tn-elem[data-elem-id="1470210011265"] .tn-atom{vertical-align:middle;color:#000000;font-size:15px;font-family:var(--t-text-font,Arial);line-height:1.55;font-weight:300;background-position:center center;border-width:var(--t396-borderwidth,0);border-style:var(--t396-borderstyle,solid);border-color:var(--t396-bordercolor,transparent);transition:background-color var(--t396-speedhover,0s) ease-in-out,color var(--t396-speedhover,0s) ease-in-out,border-color var(--t396-speedhover,0s) ease-in-out,box-shadow var(--t396-shadowshoverspeed,0.2s) ease-in-out;--t396-shadow-text-opacity:100%;text-shadow:var(--t396-shadow-text-x,0px) var(--t396-shadow-text-y,0px) var(--t396-shadow-text-blur,0px) rgba(var(--t396-shadow-text-color),var(--t396-shadow-text-opacity,100%));}@media screen and (max-width:1199px){#rec1872395361 .tn-elem[data-elem-id="1470210011265"]{display:table;top:calc(42px - 15.5px -3px);;left:calc(50% - 380px 0px);;width:620px;height:auto;}#rec1872395361 .tn-elem[data-elem-id="1470210011265"] .tn-atom{font-size:16px;background-size:cover;}}@media screen and (max-width:959px){#rec1872395361 .tn-elem[data-elem-id="1470210011265"]{display:table;top:calc(42px - 15.5px -10px);;left:calc(50% - 380px 1px);;width:461px;height:auto;}#rec1872395361 .tn-elem[data-elem-id="1470210011265"] .tn-atom{font-size:14px;background-size:cover;}}@media screen and (max-width:639px){#rec1872395361 .tn-elem[data-elem-id="1470210011265"]{display:table;top:calc(42px - 15.5px 0px);;left:calc(50% - 380px 2px);;width:303px;height:auto;}#rec1872395361 .tn-elem[data-elem-id="1470210011265"] .tn-atom{font-size:12px;line-height:1.55;background-size:cover;}}@media screen and (max-width:479px){#rec1872395361 .tn-elem[data-elem-id="1470210011265"]{display:table;top:calc(42px - 15.5px 0px);;left:calc(50% - 380px 1px);;width:250px;height:auto;}}
*Принять участие могут не более 15 человек
t_onReady(function() {t_onFuncLoad('t396_init',function() {t396_init('1872395361');});});
.img-zoom { border-radius: 20px !important; overflow: hidden; } .img-zoom .tn-atom__img, .img-zoom .t-bgimg { border-radius: 20px !important; transition: all 200ms ease-in-out !important; } .img-zoom:hover .tn-atom__img, .img-zoom:hover .t-bgimg { transform: scale(108%); }
#rec1823088871 .t890{left:20px;right:unset;bottom:20px;} t_onReady(function() {t_onFuncLoad('t890_init',function() {t890_init('1823088871','500');});}); @media screen and (min-width:981px){#rec1823088871 .t890__arrow:hover svg path{stroke:#556df4;stroke-width:5;}#rec1823088871 .t890__arrow:focus-visible svg path{stroke:#556df4;stroke-width:5;}#rec1823088871 .t890__arrow:hover svg rect{fill:#fff0f1;fill-opacity:1;}#rec1823088871 .t890__arrow:focus-visible svg rect{fill:#fff0f1;fill-opacity:1;}}#rec1823088871 .t890__arrow{border-radius:53px;}
#allrecords .t-text a:not(.t-card__link),#allrecords .t-descr a:not(.t-card__link),#allrecords .t-heading a:not(.t-card__link):not(.t-feed__link),#allrecords .t-title a:not(.t-card__link),#allrecords .t-impact-text a:not(.t-card__link),#allrecords .t-text-impact a:not(.t-card__link),#allrecords .t-name:not(.t-feed__parts-switch-btn) a:not(.t794__typo):not(.t-menusub__link-item):not(.t-card__link):not(.t-feed__link),#allrecords .t396__elem[data-elem-type="text"] a,#allrecords .t396__elem[data-elem-type="form"] a,#allrecords .t-uptitle a:not(.t-card__link){color:#fe4350;font-weight:500;border-bottom:0px solid #556df4;-webkit-box-shadow:inset 0px -1px 0px 0px #556df4;-moz-box-shadow:inset 0px -1px 0px 0px #556df4;box-shadow:inset 0px -1px 0px 0px #556df4;}#allrecords .t-text a:not(.t-card__link):hover,#allrecords .t-descr a:not(.t-card__link):hover,#allrecords .t-heading a:not(.t-card__link):not(.t-feed__link):hover,#allrecords .t-title a:not(.t-card__link):hover,#allrecords .t-impact-text a:not(.t-card__link):hover,#allrecords .t-text-impact a:not(.t-card__link):hover,#allrecords .t-name:not(.t-feed__parts-switch-btn) a:not(.t794__typo):not(.t-menusub__link-item):not(.t-card__link):not(.t-feed__link):hover,#allrecords .t396__elem[data-elem-type="text"] a:hover,#allrecords .t396__elem[data-elem-type="form"] a:hover,#allrecords .t-uptitle a:not(.t-card__link):hover{color:#556df4 !important;border-bottom:0px solid #fe4350 !important;-webkit-box-shadow:inset 0px -1px 0px 0px #fe4350 !important;-moz-box-shadow:inset 0px -1px 0px 0px #fe4350 !important;box-shadow:inset 0px -1px 0px 0px #fe4350 !important;}
body {background-color:#fde9cb !important;;position:relative;z-index:0;}#allrecords {background-color:transparent !important;}#rec1823088891 .t674__cover {display:block;}#rec1823088891 .t674__cover-carrier {opacity:0;}#rec1823088891 .t674__cover-carrier.loaded {opacity:1;}
(function() {var isSafariOnIOS=!!navigator.userAgent.match(/iP(hone|od|ad)/)&&navigator.userAgent.match(/WebKit/i)&&!navigator.userAgent.match(/CriOS/i)&&!navigator.userAgent.match(/FxiOS/i);if(!isSafariOnIOS) return;var recid='rec1823088891';var rec=document.getElementById(recid);if(!rec) return;rec.classList.add('safari');})();
t_onReady(function() {var hash=window.location.hash;t_onFuncLoad('t270_scroll',function() {t270_scroll(hash,-3);});setTimeout(function() {var curPath=window.location.pathname;var curFullPath=window.location.origin curPath;var recs=document.querySelectorAll('.r');Array.prototype.forEach.call(recs,function(rec) {var selects='a[href^="#"]:not([href="#"]):not(.carousel-control):not(.t-carousel__control):not([href^="#price"]):not([href^="#submenu"]):not([href^="#popup"]):not([href*="#zeropopup"]):not([href*="#closepopup"]):not([href*="#closeallpopup"]):not([href^="#prodpopup"]):not([href^="#order"]):not([href^="#!"]):not([target="_blank"]),' 'a[href^="' curPath '#"]:not([href*="#!/tfeeds/"]):not([href*="#!/tproduct/"]):not([href*="#!/tab/"]):not([href*="#popup"]):not([href*="#zeropopup"]):not([href*="#closepopup"]):not([href*="#closeallpopup"]):not([target="_blank"]),' 'a[href^="' curFullPath '#"]:not([href*="#!/tfeeds/"]):not([href*="#!/tproduct/"]):not([href*="#!/tab/"]):not([href*="#popup"]):not([href*="#zeropopup"]):not([href*="#closepopup"]):not([href*="#closeallpopup"]):not([target="_blank"])';var elements=rec.querySelectorAll(selects);Array.prototype.forEach.call(elements,function(element) {element.addEventListener('click',function(event) {event.preventDefault();var hash=this.hash.trim();t_onFuncLoad('t270_scroll',function() {t270_scroll(hash,-3);});});});});if(document.querySelectorAll('.js-store').length>0||document.querySelectorAll('.js-feed').length>0) {t_onFuncLoad('t270_scroll',function() {t270_scroll(hash,-3,1);});}},500);setTimeout(function() {var hash=window.location.hash;if(hash&&document.querySelectorAll('a[name="' hash.slice(1) '"], div[id="' hash.slice(1) '"]').length>0) {if(window.isMobile) {t_onFuncLoad('t270_scroll',function() {t270_scroll(hash,0);});} else {t_onFuncLoad('t270_scroll',function() {t270_scroll(hash,0);});}}},1000);window.addEventListener('popstate',function() {var hash=window.location.hash;if(hash&&document.querySelectorAll('a[name="' hash.slice(1) '"], div[id="' hash.slice(1) '"]').length>0) {if(window.isMobile) {t_onFuncLoad('t270_scroll',function() {t270_scroll(hash,0);});} else {t_onFuncLoad('t270_scroll',function() {t270_scroll(hash,0);});}}});});




Все города России от А до Я

Загрузка...

Moscow.media

Читайте также

В тренде на этой неделе

Доставленный из Иерусалима Роскосмосом Благодатный огонь прибудет в Барнаул

Попробовали и остались: большинство участников акции «Тест-драйв» в Коми выбрали «Ростелеком»

Крупный туроператор анонсировал летние пакетные туры с перелетом по России: от Сочи до Байкала

Благодатный огонь встретили в Ульяновске

Новости Сыктывкара



Глава Коми Владимир Уйба

Частные объявления в Сыктывкаре



Загрузка...
Ria.city
Rss.plus


Новости последнего часа со всей страны в непрерывном режиме 24/7 — здесь и сейчас с возможностью самостоятельной быстрой публикации интересных "живых" материалов из Вашего города и региона. Все новости, как они есть — честно, оперативно, без купюр.




Сыктывкар на Russian.city


News-Life — паблик новостей в календарном формате на основе технологичной новостной информационно-поисковой системы с элементами искусственного интеллекта, тематического отбора и возможностью мгновенной публикации авторского контента в режиме Free Public. News-Life — ваши новости сегодня и сейчас. Опубликовать свою новость в любом городе и регионе можно мгновенно — здесь.
© News-Life — оперативные новости с мест событий по всей России (ежеминутное обновление, авторский контент, мгновенная публикация) с архивом и поиском по городам и регионам при помощи современных инженерных решений и алгоритмов от NL, с использованием технологических элементов самообучающегося "искусственного интеллекта" при информационной ресурсной поддержке международной веб-группы 103news.com в партнёрстве с сайтом SportsWeek.org и проектами: "Love", News24, Ru24.pro, Russia24.pro и др.