<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@-webkit-keyframes pulse{0%{-webkit-box-shadow:0 0 0 0 rgba(21,144,210,.2);box-shadow:0 0 0 0 rgba(21,144,210,.2)}70%{-webkit-box-shadow:0 0 0 7px rgba(21,144,210,.2);box-shadow:0 0 0 7px rgba(21,144,210,.2)}100%{-webkit-box-shadow:0 0 0 0 rgba(21,144,210,.2);box-shadow:0 0 0 0 rgba(21,144,210,.2)}}@keyframes pulse{0%{-webkit-box-shadow:0 0 0 0 rgba(21,144,210,.2);box-shadow:0 0 0 0 rgba(21,144,210,.2)}70%{-webkit-box-shadow:0 0 0 7px rgba(21,144,210,.2);box-shadow:0 0 0 7px rgba(21,144,210,.2)}100%{-webkit-box-shadow:0 0 0 0 rgba(21,144,210,.2);box-shadow:0 0 0 0 rgba(21,144,210,.2)}}html{overflow-x:hidden;margin:0;padding:0;height:100%;background-repeat:repeat}html.overflow-hidden{overflow:hidden}body{width:100%;overflow:hidden;margin:0;position:relative;background-color:#fff;color:#222;font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:400;line-height:23px}body *{-webkit-box-sizing:border-box;box-sizing:border-box}body h1,body h2,body h3,body h4{padding:0;margin:0;line-height:1.4em;text-align:center;color:#001b28}body h1{font-size:36px;font-weight:300}@media screen and (max-width:1024px){body h1{font-size:34px}}@media screen and (max-width:768px){body h1{font-size:32px;line-height:1.3em}}@media screen and (max-width:480px){body h1{font-size:28px}}body h2{font-size:30px;font-weight:300}body a{-webkit-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s;outline:0}.slick-slide{outline:0}.slick-arrow{width:20px;height:20px;border-right:1px solid #888;border-bottom:1px solid #888;z-index:3}.slick-arrow::before{display:none}.slick-prev{left:0;-webkit-transform:translateY(-50%) rotate(135deg);-ms-transform:translateY(-50%) rotate(135deg);transform:translateY(-50%) rotate(135deg)}.slick-next{right:0;-webkit-transform:translateY(-50%) rotate(-45deg);-ms-transform:translateY(-50%) rotate(-45deg);transform:translateY(-50%) rotate(-45deg)}.container{width:100%;max-width:1200px;padding:0 15px;margin:0 auto}.sprite{display:none}.btn{width:100%;max-width:210px;min-height:50px;font-size:17px;font-weight:500;line-height:46px;text-align:center;border:none;border-radius:50px;outline:0;color:#fff;cursor:pointer;-webkit-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s}.btn.blue{color:#1590d2;background-color:transparent;border:2px solid #1590d2}.btn.blue:hover{color:#fff;background-color:#1590d2}.btn.white{color:#fff;background-color:transparent;border:2px solid #fff}.btn.white:hover{color:#222;background-color:#fff}.btn.orange{color:#f15822;background-color:transparent;border:2px solid #f15822}.btn.orange:hover{color:#fff;background-color:#f15822}.btn.light-green{color:#13ab91;background-color:transparent;border:2px solid #13ab91}.btn.light-green:hover{color:#fff;background-color:#13ab91}.btn.dark-green{color:#4d9068;background-color:transparent;border:2px solid #4d9068}.btn.dark-green:hover{color:#fff;background-color:#4d9068}.btn:disabled{opacity:.6;pointer-events:none}.custom__checkbox__wrap,.custom__radio__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.custom__checkbox__wrap input[type=checkbox]{width:1px;height:1px;position:absolute;opacity:0;visibility:hidden}.custom__checkbox__wrap input[type=checkbox]:checked+.custom__checkbox::before{-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0);opacity:1;visibility:visible}.custom__radio__wrap input[type=radio]{width:1px;height:1px;position:absolute;opacity:0;visibility:hidden}.custom__radio__wrap input[type=radio]:checked+.custom__radio::before{opacity:1;visibility:visible}.custom__checkbox{display:block;width:20px;height:20px;background-color:#fff;border:1px solid #c4c4c4;margin-right:10px;position:relative;-ms-flex-negative:0;flex-shrink:0;-webkit-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s}.custom__checkbox::before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;-webkit-transform:translate(0,-10px);-ms-transform:translate(0,-10px);transform:translate(0,-10px);opacity:0;visibility:hidden;background-size:17px;background-position:center;background-repeat:no-repeat;-webkit-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s}.custom__checkbox__title{font-size:16px}.custom__radio{display:block;width:14px;height:14px;background-color:#fff;border:1px solid #c4c4c4;border-radius:50%;margin-right:10px;position:relative;-ms-flex-negative:0;flex-shrink:0;-webkit-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s}.custom__radio::before{content:"";width:8px;height:8px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:0;visibility:hidden;border-radius:50%;background-color:#000;background-position:center;background-repeat:no-repeat;-webkit-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s}.custom__radio__title{font-size:16px}input{outline:0}input[type=email],input[type=tel],input[type=text]{-webkit-appearance:none;font-size:16px;font-weight:300;line-height:38px;text-align:center;border:1px solid transparent;border-radius:50px;padding:0 15px;width:100%;min-height:40px}input[type=email]::-webkit-input-placeholder,input[type=tel]::-webkit-input-placeholder,input[type=text]::-webkit-input-placeholder{color:#8c8c8c;font-style:italic}input[type=email]::-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=text]::-moz-placeholder{color:#8c8c8c;font-style:italic}input[type=email]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder,input[type=text]:-ms-input-placeholder{color:#8c8c8c;font-style:italic}input[type=email]:-moz-placeholder,input[type=tel]:-moz-placeholder,input[type=text]:-moz-placeholder{color:#8c8c8c;font-style:italic}.input-error{border:1px solid red!important}ul.custom__list__w__checks,ul.custom__list__w__crosses{list-style:none;list-style-image:url(../img/icon-cross.svg);padding:0;padding-left:23px;margin:0}ul.custom__list__w__checks li,ul.custom__list__w__crosses li{margin-bottom:10px}ul.custom__list__w__checks li:last-of-type,ul.custom__list__w__crosses li:last-of-type{margin-bottom:0}ul.custom__list__w__checks.orange{list-style-image:url(../img/icon-check-orange.svg)}ul.custom__list__w__checks.light-green{list-style-image:url(../img/icon-check-light-green.svg)}ul.custom__list__w__checks.dark-green{list-style-image:url(../img/icon-check-dark-green.svg)}.header__top{background-color:#fff}@media screen and (max-width:1023px){.header__top{padding-right:35px}}@media screen and (max-width:768px){.header__top{padding-right:0}}.header__top.mb{margin-bottom:50px}.header__top .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:768px){.header__top .container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width:768px){.header__top .btn{display:none}}.header__logo__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:768px){.header__logo__wrap{margin-top:-5px}}.header__logo{position:relative}@media screen and (max-width:768px){.header__logo:last-of-type::after{display:none}}.header__logo::after{content:"";position:absolute;top:50%;right:-29px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:1px;height:45px;background-color:#e8e8e8}@media screen and (max-width:1199px){.header__logo::after{right:-12px}}.header__logo svg{display:block;position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);max-width:100%;max-height:100%}.header__logo.logo-oviont{width:100px;height:100px;margin-right:52px}@media screen and (max-width:1199px){.header__logo.logo-oviont{margin-right:26px}}.header__logo.logo-oviont svg{height:150px}.header__logo.logo-kontur{width:87px;height:49px;margin-right:29px}@media screen and (max-width:768px){.header__logo.logo-kontur{margin-right:0}}.header__logo.logo-kontur svg{width:87px;height:49px}.header__title{font-size:20px;font-weight:500;margin-left:26px;margin-right:20px}@media screen and (max-width:1199px){.header__title{font-size:17px;margin-left:0}}@media screen and (max-width:1023px){.header__title{display:none}}.header__phone{font-size:22px;font-weight:500;color:#1590d2;text-decoration:none;margin-right:30px;-ms-flex-negative:0;flex-shrink:0}@media screen and (max-width:1023px){.header__phone{margin-left:auto}}@media screen and (max-width:768px){.header__phone{margin:0 auto;margin-top:-10px;margin-bottom:5px}}@media screen and (max-width:480px){.header__phone{text-align:center}}.mob__menu__btn{display:none;position:fixed;top:24px;right:15px;width:28px;height:28px;border-radius:0;cursor:pointer;z-index:5;-webkit-transform:rotate(0) translateY(0);-ms-transform:rotate(0) translateY(0);transform:rotate(0) translateY(0);-webkit-transition:.47s ease-in-out;-o-transition:.47s ease-in-out;transition:.47s ease-in-out}.mob__menu__btn.active{-webkit-transform:rotate(0) translateY(25px);-ms-transform:rotate(0) translateY(25px);transform:rotate(0) translateY(25px)}@media screen and (max-width:1023px){.mob__menu__btn.active{-webkit-transform:rotate(0) translateY(0);-ms-transform:rotate(0) translateY(0);transform:rotate(0) translateY(0)}}@media screen and (max-width:1023px){.mob__menu__btn{display:block}}.mob__menu__btn span{display:block;position:absolute;height:4px;width:100%;background:#f69a5d;border-radius:9px;opacity:1;left:0;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out}.mob__menu__btn span:nth-child(1){top:3px}.mob__menu__btn span:nth-child(2),.mob__menu__btn span:nth-child(3){top:12px}.mob__menu__btn span:nth-child(4){top:21px}.mob__menu__btn.active span:nth-child(1){top:12px;width:0%;left:50%}.mob__menu__btn.active span:nth-child(2){-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.mob__menu__btn.active span:nth-child(3){-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.mob__menu__btn.active span:nth-child(4){top:12px;width:0%;left:50%}.header__menu__wrap{background-color:#e9e9e9;z-index:2}@media screen and (max-width:1023px){.header__menu__wrap{padding:5px;width:100%;position:fixed;top:0;left:0;-webkit-transform:translateY(-360px);-ms-transform:translateY(-360px);transform:translateY(-360px);-webkit-transition:all ease-in-out .35s;-o-transition:all ease-in-out .35s;transition:all ease-in-out .35s;z-index:4}.header__menu__wrap.active{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-box-shadow:0 9px 7.92px .08px rgba(0,0,0,.2);box-shadow:0 9px 7.92px .08px rgba(0,0,0,.2)}}.header__menu__wrap.fixed{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;position:fixed;top:0;left:0;padding:5px 15px;-webkit-box-shadow:0 9px 7.92px .08px rgba(0,0,0,.2);box-shadow:0 9px 7.92px .08px rgba(0,0,0,.2)}@media screen and (max-width:1023px){.header__menu__wrap.fixed{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.header__menu__wrap.fixed .container{padding:0;margin:0}.header__menu__wrap.fixed .header__menu{padding-right:20px}@media screen and (max-width:1199px){.header__menu__wrap.fixed .header__menu{padding-right:10px}}@media screen and (max-width:1023px){.header__menu__wrap.fixed .header__menu{padding-right:0}}.header__menu__wrap.fixed .btn{display:block}.header__menu__wrap .btn{display:none;background-color:#fff}@media screen and (max-width:1199px){.header__menu__wrap .btn{max-width:180px}}@media screen and (max-width:1023px){.header__menu__wrap .btn{display:block;margin:10px auto}}.header__menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:50px}@media screen and (max-width:1023px){.header__menu{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.header__menu__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px;font-size:16px;color:#222;text-decoration:none}@media screen and (max-width:1024px){.header__menu__item{font-size:15px}}@media screen and (max-width:1023px){.header__menu__item{height:auto;font-size:16px;margin-bottom:8px}.header__menu__item:last-of-type{margin-bottom:0}}.first__screen{position:fixed;left:0;right:0;bottom:0;width:100%;height:100%;overflow:hidden;z-index:11;-webkit-transition:all ease-in-out .75s;-o-transition:all ease-in-out .75s;transition:all ease-in-out .75s}.first__screen.hidden{-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}.choose__block{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;max-height:calc(100% - 69px);padding-top:70px;padding-bottom:20px;background-size:cover;background-position:center;background-repeat:no-repeat;overflow:auto}@media screen and (max-width:1919px){.choose__block{padding-top:27px}}.choose__block__title{margin-bottom:12px}.choose__block__title__under{font-size:22px;font-weight:300;text-align:center;margin-bottom:34px}.choose__block__items__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0 -14px}@media screen and (max-width:1023px){.choose__block__items__wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}}.choose__block__item__col{width:33.3%;padding:0 14px;margin-bottom:20px}@media screen and (max-width:1023px){.choose__block__item__col{width:100%;margin-bottom:40px}}.choose__block__item__col:nth-child(1) .choose__block__item__heading{border-bottom:1px solid #f15822}.choose__block__item__col:nth-child(1) .choose__block__item__content__heading{max-width:255px}@media screen and (max-width:1023px){.choose__block__item__col:nth-child(1) .choose__block__item__content__heading{max-width:100%}}.choose__block__item__col:nth-child(2) .choose__block__item__heading{border-bottom:1px solid #13ab91}.choose__block__item__col:nth-child(3) .choose__block__item__heading{border-bottom:1px solid #4d9068}.choose__block__item__col:nth-child(3) .custom__list__w__checks li:nth-child(1){max-width:250px}.choose__block__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;max-width:360px;height:100%;background-color:#fff;padding:0 20px 26px 20px;-webkit-box-shadow:0 4px 10px rgba(0,0,0,.15);box-shadow:0 4px 10px rgba(0,0,0,.15)}@media screen and (max-width:1023px){.choose__block__item{max-width:650px;margin:0 auto}}.choose__block__item__heading{padding-top:15px;padding-bottom:10px}.choose__block__item__content{padding-top:20px}.choose__block__item__content__heading{font-size:16px;line-height:23px;margin-bottom:17px;min-height:70px}@media screen and (max-width:1023px){.choose__block__item__content__heading{min-height:auto}}.choose__block__item__content__list__title{font-size:16px;font-weight:700;margin-bottom:20px}.choose__block__item__content .custom__list__w__checks{font-size:15px;margin-bottom:25px}.choose__block__item__logo{display:block;width:100%;height:50px;position:relative}.choose__block__item__logo.logo-focus svg{top:5px;height:44px}.choose__block__item__logo svg{display:block;position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);max-width:100%;max-height:100%}.choose__block__item .btn{margin:0 auto;margin-top:auto}.main__block{padding-top:20px;padding-bottom:65px}@media screen and (max-width:1024px){.main__block{padding-top:0;padding-bottom:50px}}@media screen and (max-width:768px){.main__block{padding-bottom:40px}}.main__block__logo{margin:0 auto;position:relative}.main__block__logo svg{display:block;position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);max-width:100%;max-height:100%}.main__block__logo.logo-extern{height:82px}.main__block__logo.logo-diadoc{height:67px}.main__block__logo.logo-focus{height:94px}.main__block__title{margin-bottom:38px}.main__block__content{display:-webkit-box;display:-ms-flexbox;display:flex}.main__block__content__image__block{margin-right:30px}@media screen and (max-width:768px){.main__block__content__image__block{display:none;margin-right:0;margin-bottom:15px}}.main__block__content__text__block p{margin-top:0}.main__block__content .custom__list__w__checks{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:25px}.main__block__content .custom__list__w__checks li{width:50%;padding-right:100px;margin-bottom:15px}@media screen and (max-width:1023px){.main__block__content .custom__list__w__checks li{width:100%;padding-right:35px}}.advantages__block{padding-top:40px;padding-bottom:40px;background-color:#f5f5f5}.advantages__block__title{margin-bottom:42px}.advantages__block__items__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.advantages__block__item{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:15px;width:33.3%}@media screen and (max-width:768px){.advantages__block__item{width:50%;margin-bottom:25px}}@media screen and (max-width:480px){.advantages__block__item{width:100%}}.advantages__block__item__image{width:54px;height:56px;margin-right:16px;position:relative;-ms-flex-negative:0;flex-shrink:0}.advantages__block__item__image svg{display:block;position:absolute;top:0;left:0;max-width:100%;max-height:100%}.advantages__block__item__image.icon-checklist svg{width:51px;height:50px}.advantages__block__item__image.icon-reply svg{width:51px;height:46px}.advantages__block__item__image.icon-gear svg{width:51px;height:48px}.advantages__block__item__image.icon-medal svg{width:51px;height:51px}.advantages__block__item__image.icon-diagram svg{width:51px;height:51px}.advantages__block__item__image.icon-monitor svg{width:51px;height:44px}.advantages__block__item__image.icon-notebook svg{width:51px;height:39px}.advantages__block__item__image.icon-table svg{width:51px;height:51px}.advantages__block__item__image.icon-cart svg{width:51px;height:51px}.advantages__block__item__image.icon-upd svg{width:51px;height:53px}.advantages__block__item__image.icon-folders svg{width:51px;height:52px}.advantages__block__item__image.icon-sheets svg{width:42px;height:54px}.advantages__block__item__image.icon-document-give svg{width:51px;height:51px}.advantages__block__item__image.icon-tablet svg{width:51px;height:51px}.advantages__block__item__image.icon-free svg{width:40px;height:40px}.advantages__block__item__image.icon-stack svg{width:51px;height:51px}.advantages__block__item__image.icon-searchfield svg{width:51px;height:56px}.advantages__block__item__image.icon-info svg{width:51px;height:51px}.advantages__block__item__text{padding-top:10px;padding-right:50px}@media screen and (max-width:1023px){.advantages__block__item__text{padding-right:25px}}.tarif__block{padding-top:50px;padding-bottom:50px;position:relative;background-size:cover;background-position:center;background-repeat:no-repeat}.tarif__block::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;opacity:.7}.tarif__block .container{position:relative}.tarif__block__title{margin-bottom:20px}.tarif__block__title__under{font-size:20px;font-weight:300;text-align:center;margin-bottom:25px}.tarif__block__items__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 -15px}.tarif__block__item__col{width:33.3%;padding:15px}@media screen and (max-width:1023px){.tarif__block__item__col{width:100%}}.tarif__block__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;padding:20px;padding-bottom:50px;background-color:#fff;-webkit-box-shadow:0 4px 10px rgba(0,0,0,.15);box-shadow:0 4px 10px rgba(0,0,0,.15)}@media screen and (max-width:1023px){.tarif__block__item{max-width:600px;margin:0 auto}}@media screen and (max-width:768px){.tarif__block__item{max-width:360px}}.tarif__block__item__heading{min-height:70px;font-size:20px;line-height:28px;font-weight:500;text-align:center;padding-bottom:14px}.tarif__block__item__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;padding-top:20px;padding-left:10px;padding-right:10px}.tarif__block__item .custom__radio__wrap{margin-bottom:15px}@media screen and (max-width:1024px){.tarif__block__item .custom__radio__title{font-size:15px}}.tarif__block__item .inputs__wrap{margin-bottom:37px}.tarif__block__item__title__small{text-align:center;max-width:230px;margin:0 auto;margin-bottom:10px}.tarif__block__item__price{font-size:34px;font-weight:500;text-align:center;color:#333;margin-top:auto;margin-bottom:37px}@media screen and (max-width:480px){.tarif__block__item__price{font-size:28px}}.tarif__block__item__price__single{line-height:1.2em;text-align:center;margin-bottom:30px}.tarif__block__item__price__single.big{font-size:34px;font-weight:500;margin-bottom:35px}@media screen and (max-width:1024px){.tarif__block__item__price__single.big{font-size:32px}}.tarif__block__item .btn{margin:0 auto;margin-bottom:20px}.tarif__block__item .btn-more{text-align:center;cursor:pointer;text-decoration:underline}.tarif__block__item .btn-more:hover{text-decoration:none}.features__block{padding-top:55px;padding-bottom:30px}.features__block__title{margin-bottom:45px}.features__block__items__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.features__block__item{width:25%;padding:0 15px;margin-bottom:45px}@media screen and (max-width:1023px){.features__block__item{width:33.3%}}@media screen and (max-width:768px){.features__block__item{width:50%}}@media screen and (max-width:600px){.features__block__item{width:100%;max-width:300px;margin:0 auto;margin-bottom:45px}}.features__block__item__heading{padding-bottom:15px;border-bottom:2px solid #838383}.features__block__item__heading__image{width:44px;height:44px;margin:0 auto;margin-bottom:16px}.features__block__item__heading__title{min-height:80px;font-size:18px;line-height:25px;font-weight:500;text-align:center;margin:0 auto}@media screen and (max-width:480px){.features__block__item__heading__title{min-height:auto}}.features__block__item__content{padding-top:15px;font-size:16px;line-height:23px}@media screen and (max-width:1024px){.features__block__item__content{font-size:15px}}.info__block{padding-top:43px;background-color:#f5f5f5}.info__block__items__wrap{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width:768px){.info__block__items__wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.info__block__item{width:33.3%;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:40px}@media screen and (max-width:768px){.info__block__item{width:100%;max-width:400px;margin:0 auto;margin-bottom:45px}}.info__block__item:nth-child(1) .info__block__item__text{max-width:190px}.info__block__item:nth-child(2) .info__block__item__text{max-width:250px}.info__block__item:last-of-type{padding-left:50px}@media screen and (max-width:1023px){.info__block__item:last-of-type{padding-left:0}}.info__block__item__image{width:64px;height:64px;position:relative;margin-right:17px;-ms-flex-negative:0;flex-shrink:0}.info__block__item__image svg{display:block;position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);max-width:100%;max-height:100%}.info__block__item__image.icon-people svg{width:51px;height:41px}.info__block__item__image.icon-documents svg{width:51px;height:61px}.info__block__item__image.icon-notebook-gear svg{width:64px;height:40px}.info__block__item__title{font-size:24px;font-weight:500;margin-bottom:3px}.info__block__item__title__under{font-size:20px;font-weight:500;margin-bottom:22px}.info__block__item__text{-ms-flex-negative:0;flex-shrink:0}.banner__block{position:relative}.banner__block__bg{position:absolute;top:0;left:0;width:100%;height:100%;background-position:left;background-repeat:no-repeat}@media screen and (max-width:768px){.banner__block__bg{background-size:cover}}@media screen and (max-width:480px){.banner__block__bg{background-position:center}}.banner__block__bg::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.banner__block .container{position:relative;z-index:1}.banner__block .banner__block__content{margin-left:50%}@media screen and (max-width:1023px){.banner__block .banner__block__content{margin-left:30%}}@media screen and (max-width:480px){.banner__block .banner__block__content{margin-left:0}}.banner__block__title{font-size:30px;line-height:1em;font-weight:500;margin-bottom:10px}.banner__block__title__under{font-size:16px;line-height:23px}.actions__block{padding-top:45px}.actions__block__title{margin-bottom:35px}.actions__block__item{padding-top:72px;padding-bottom:76px;background-size:cover;background-repeat:no-repeat;background-position:center;position:relative}.actions__block__item::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:-webkit-linear-gradient(.43deg,#394c60 .09%,rgba(57,76,96,0) 98.72%);background:-o-linear-gradient(.43deg,#394c60 .09%,rgba(57,76,96,0) 98.72%);background:linear-gradient(89.57deg,#394c60 .09%,rgba(57,76,96,0) 98.72%)}.actions__block__item .container{position:relative}.actions__block__item__title{font-size:36px;font-weight:500;line-height:51px;color:#fff;margin-bottom:31px}@media screen and (max-width:480px){.actions__block__item__title{font-size:30px;line-height:38px}}.faq{padding-top:43px;padding-bottom:35px}.faq__title{margin-bottom:31px}.faq .accordion__item{margin-bottom:10px;font-size:22px;color:#fff;cursor:pointer}.faq .accordion__item.active .accordion__item__title{color:#000}.faq .accordion__item.active .accordion__item__title:after{margin-top:5px;-webkit-transform:translateY(-50%) rotate(-135deg);-ms-transform:translateY(-50%) rotate(-135deg);transform:translateY(-50%) rotate(-135deg);border-right:1px solid #000;border-bottom:1px solid #000}.faq .accordion__item__title{font-size:20px;font-weight:300;color:#222;background-color:#fff;border:1px solid #888;border-radius:50px;padding:18px 35px;padding-left:40px;padding-right:70px;position:relative;-webkit-transition:all ease-in-out .4s;-o-transition:all ease-in-out .4s;transition:all ease-in-out .4s}@media screen and (max-width:480px){.faq .accordion__item__title{padding-right:60px}}.faq .accordion__item__title::after{content:"";display:block;width:15px;height:15px;position:absolute;top:50%;right:30px;border-right:1px solid #888;border-bottom:1px solid #888;margin-top:-4px;-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.faq .accordion__item__text{display:none;font-size:18px;font-weight:400;line-height:25px;color:#222;padding:25px 40px 20px 40px}.clients{padding-bottom:10px}.clients__title{margin-bottom:10px}.clients__slider{padding:0 30px}.clients__slider .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.clients__slider__item__image{max-width:100%;height:auto;margin:0 auto}.reviews__block{padding-top:30px;padding-bottom:80px}.reviews__block__title{margin-bottom:25px}.reviews__block__slider__wrap{background-color:#f5f5f5}.reviews__block__slider{padding:0 50px}@media screen and (max-width:1023px){.reviews__block__slider{padding:0 25px}}.reviews__block__slider__item.slick-slide{display:-webkit-box;display:-ms-flexbox;display:flex;padding:30px;padding-right:50px;background-color:#f5f5f5}@media screen and (max-width:1023px){.reviews__block__slider__item.slick-slide{display:block}}@media screen and (max-width:480px){.reviews__block__slider__item.slick-slide{padding-left:15px;padding-right:15px}}.reviews__block__slider__item__image{width:auto;height:100%;max-width:100%;max-height:100%;-ms-flex-negative:0;flex-shrink:0;margin-right:30px}@media screen and (max-width:1023px){.reviews__block__slider__item__image{margin-right:0;margin-bottom:15px}}.reviews__block__slider__item__heading{padding-top:15px;margin-bottom:22px}.reviews__block__slider__item__name,.reviews__block__slider__item__post{font-size:18px;line-height:25px;font-weight:500}.leave__request__block{min-height:320px;padding-top:33px;padding-bottom:30px;position:relative}.leave__request__block__bg{width:100%;height:100%;position:absolute;top:0;left:0;background-position:right;background-repeat:no-repeat}@media screen and (max-width:1023px){.leave__request__block__bg{background-size:cover}}.leave__request__block__bg::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.leave__request__block .container{position:relative;z-index:1}.leave__request__block__title{font-size:30px;font-weight:300;text-align:center;color:#fff;margin-bottom:12px}.leave__request__block__title__under{max-width:500px;font-size:16px;line-height:23px;font-weight:300;text-align:center;color:#fff;margin:0 auto;margin-bottom:22px}.leave__request__block__reminder{display:none;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:30px;font-weight:300;color:#fff;text-align:center;z-index:1}.leave__request__block .leave__request__form .inputs__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:900px;margin:0 auto}.leave__request__block .leave__request__form .inputs__wrap input{max-width:262px;margin-bottom:18px;margin-left:15px;margin-right:15px}@media screen and (max-width:480px){.leave__request__block .leave__request__form .inputs__wrap input{margin:0 auto;margin-bottom:20px}}.leave__request__block .leave__request__form .inputs__wrap .btn-submit{line-height:34px;max-width:262px;min-height:40px;margin-bottom:18px;margin-left:15px;margin-right:15px}@media screen and (max-width:480px){.leave__request__block .leave__request__form .inputs__wrap .btn-submit{margin:0 auto;margin-bottom:20px}}.leave__request__block .leave__request__form .conf__policy{font-size:12px;line-height:17px;text-align:center;color:#fff;max-width:480px;margin:0 auto}.leave__request__block .leave__request__form .conf__policy a{color:#fff}.map__block{position:relative}.map__block .container{width:100%;position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}@media screen and (max-width:1023px){.map__block .container{position:relative;top:auto;left:auto;-webkit-transform:none;-ms-transform:none;transform:none;padding:0}}.map__block .contacts{position:absolute;top:33px;left:0;width:100%;max-width:490px;background-color:#fff;-webkit-box-shadow:0 4px 10px rgba(0,0,0,.15);box-shadow:0 4px 10px rgba(0,0,0,.15)}@media screen and (max-width:1023px){.map__block .contacts{position:relative;top:auto;left:auto;max-width:100%;-webkit-box-shadow:none;box-shadow:none}}.map__block .contacts__title{font-size:24px;line-height:1.4em;font-weight:500;padding:33px 12px 24px 25px}@media screen and (max-width:1023px){.map__block .contacts__title{font-size:25px;padding-bottom:0}}.map__block .contacts__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:25px 21px 29px 25px}.map__block .contacts__item.active{background-color:#f5f5f5}@media screen and (max-width:1023px){.map__block .contacts__item.active{background-color:#fff}}.map__block .contacts__item a{color:#222;text-decoration:none}.map__block .contacts__item .custom__radio__wrap{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.map__block .contacts__item input[type=radio]:checked+.custom__radio{border:1px solid #f15822}.map__block .contacts__item .custom__radio{margin-top:5px}@media screen and (max-width:1023px){.map__block .contacts__item .custom__radio{display:none}}.map__block .contacts__item__title{display:block;font-size:18px;line-height:25px;font-weight:700;margin-bottom:7px}@media screen and (max-width:768px){.map__block .contacts__item__content{font-size:15px}}.map__block .contacts__item p{margin-top:0;margin-bottom:3px}.map__block .contacts__item .custom__radio__wrap input[type=radio]:checked+.custom__radio{border:1px solid #f15822}.map__block .contacts__item .custom__radio::before{background-color:#f15822}.map__wrap{height:626px}@media screen and (max-width:1023px){.map__wrap{display:none}}.footer{background-color:#f2f2f2}.footer .container{font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:49px}@media screen and (max-width:768px){.footer .container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:5px;padding-bottom:5px}}.footer .footer__conf__policy{color:#1590d2}@media screen and (max-width:768px){.footer .footer__conf__policy{margin-bottom:5px}}.copyright{color:#888;line-height:1.4em}@media screen and (max-width:1023px){.copyright{text-align:center;margin-bottom:3px}}.copyright__texterra{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.copyright__texterra__text{font-size:14px;color:#888}.copyright__texterra__link{display:block;width:60px;height:14px;margin-top:-3px;margin-left:5px;-ms-flex-negative:0;flex-shrink:0;position:relative}.copyright__texterra__link svg{width:100%;height:100%;display:block;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.btn__callback{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:fixed;bottom:16px;right:16px;width:60px;height:60px;background-color:#1590d2;border-radius:50%;cursor:pointer;-webkit-box-shadow:0 0 0 rgba(21,144,210,.2);box-shadow:0 0 0 rgba(21,144,210,.2);-webkit-animation:pulse 1.8s infinite;animation:pulse 1.8s infinite;z-index:11}.btn__callback:hover{-webkit-animation:none;animation:none}.btn__callback__image{width:25px;height:25px}.btn__callback svg{width:25px;height:25px;display:block;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);z-index:11}.popup{overflow:auto;max-height:100vh}.popup,.popup__reminder{display:none;width:100%;background-color:#fff;bottom:50%;right:50%;-webkit-transform:translateY(50%) translateX(50%);-ms-transform:translateY(50%) translateX(50%);transform:translateY(50%) translateX(50%);position:fixed;max-height:100vh;z-index:12}.popup input,.popup__reminder input{max-width:262px}.popup__more{display:block;margin-bottom:10px}@media screen and (max-width:768px){.popup__more{text-align:center}}.popup__reminder{max-width:350px;overflow:hidden}.popup__reminder__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:110px}.popup__reminder__content::after,.popup__reminder__content::before{content:"";position:absolute;width:49px;height:35px;background-position:center;background-repeat:no-repeat;background-size:49px 35px}.popup__reminder__content::before{top:70px;left:-10px;background-image:url(../img/popup__reminder__image-1.svg)}.popup__reminder__content::after{top:5px;right:-10px;background-image:url(../img/popup__reminder__image-2.svg)}.popup__reminder__title{font-size:30px;font-weight:300;text-align:center}.popup__close{width:20px;height:20px;position:absolute;top:15px;right:15px;cursor:pointer;z-index:3}.popup__close::after,.popup__close::before{content:"";position:absolute;top:9px;left:0;width:20px;height:2px;background-color:#b9b9b9}.popup__close::before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.popup__close::after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.callback__popup .popup__title,.leave__request__popup .popup__title{font-size:30px;font-weight:300;text-align:center}.callback__popup .popup__title__under,.leave__request__popup .popup__title__under{font-size:16px;font-weight:300;text-align:center;margin:0 auto}.callback__popup input,.leave__request__popup input{border:1px solid #565656}.callback__popup .conf__policy,.leave__request__popup .conf__policy{font-size:12px;font-weight:300;line-height:17px;text-align:center;color:#565656}.callback__popup .conf__policy a,.leave__request__popup .conf__policy a{color:#565656}.leave__request__popup{max-width:624px;padding:40px 37px 37px 42px}.leave__request__popup .popup__title{margin-bottom:14px}.leave__request__popup .popup__title__under{max-width:340px;margin-bottom:38px}.leave__request__popup .inputs__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:40px}@media screen and (max-width:768px){.leave__request__popup .inputs__wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.leave__request__popup input{margin-bottom:20px}.leave__request__popup .btn{line-height:34px;max-width:262px;min-height:40px;height:40px}.leave__request__popup .conf__policy{line-height:1.5em;max-width:280px;margin:0 auto}.callback__popup{padding:40px 46px 37px 32px;max-width:350px}.callback__popup .popup__title{margin-bottom:22px}.callback__popup .popup__title__under{max-width:250px;margin-bottom:30px}.callback__popup input{display:block;margin:0 auto;margin-bottom:17px}.callback__popup .btn{display:block;line-height:34px;max-width:262px;min-height:40px;margin:0 auto;margin-bottom:30px}.bookkeeping__popup,.tarif__extern__popup,.tarif__focus__popup{top:0;left:0;right:auto;bottom:auto;-webkit-transform:none;-ms-transform:none;transform:none;height:100%;background-color:#e5e5e5}.bookkeeping__popup .popup__inner__content,.tarif__extern__popup .popup__inner__content,.tarif__focus__popup .popup__inner__content{margin:0 auto;padding:30px;padding-top:35px}.bookkeeping__popup .popup__logo,.tarif__extern__popup .popup__logo,.tarif__focus__popup .popup__logo{width:100%;max-width:320px;height:94px;position:relative;margin:0 auto}@media screen and (max-width:480px){.bookkeeping__popup .popup__logo,.tarif__extern__popup .popup__logo,.tarif__focus__popup .popup__logo{max-width:280px}}.bookkeeping__popup .popup__logo svg,.tarif__extern__popup .popup__logo svg,.tarif__focus__popup .popup__logo svg{width:100%;height:100%;display:block;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.bookkeeping__popup .popup__title,.tarif__extern__popup .popup__title,.tarif__focus__popup .popup__title{font-size:22px;font-weight:300;line-height:1.3em;text-align:center;margin-bottom:33px}@media screen and (max-width:768px){.bookkeeping__popup .popup__annotation,.tarif__extern__popup .popup__annotation,.tarif__focus__popup .popup__annotation{text-align:center}}@media screen and (max-width:480px){.bookkeeping__popup .popup__annotation,.tarif__extern__popup .popup__annotation,.tarif__focus__popup .popup__annotation{font-size:14px}}.bookkeeping__popup .popup__copyright,.tarif__extern__popup .popup__copyright,.tarif__focus__popup .popup__copyright{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#266eba;text-align:center}.bookkeeping__popup .popup__copyright__text,.tarif__extern__popup .popup__copyright__text,.tarif__focus__popup .popup__copyright__text{font-size:12px;color:#fff}.bookkeeping__popup .popup__copyright__image,.tarif__extern__popup .popup__copyright__image,.tarif__focus__popup .popup__copyright__image{width:66px;height:22px;position:relative}.bookkeeping__popup .popup__copyright__image svg,.tarif__extern__popup .popup__copyright__image svg,.tarif__focus__popup .popup__copyright__image svg{width:100px;height:22px;display:block;position:absolute;top:-2px;left:-15px}.bookkeeping__popup .popup__close,.tarif__extern__popup .popup__close,.tarif__focus__popup .popup__close{width:30px;height:30px}.bookkeeping__popup .popup__close::after,.bookkeeping__popup .popup__close::before,.tarif__extern__popup .popup__close::after,.tarif__extern__popup .popup__close::before,.tarif__focus__popup .popup__close::after,.tarif__focus__popup .popup__close::before{top:14px;width:30px}.tarif__extern__popup,.tarif__focus__popup{height:100%;background-color:#e5e5e5}.tarif__extern__popup .popup__items__wrap,.tarif__focus__popup .popup__items__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 auto;margin-bottom:30px}@media screen and (max-width:768px){.tarif__extern__popup .popup__items__wrap,.tarif__focus__popup .popup__items__wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.tarif__extern__popup .popup__item__col,.tarif__focus__popup .popup__item__col{width:50%;padding:0 15px}@media screen and (max-width:768px){.tarif__extern__popup .popup__item__col,.tarif__focus__popup .popup__item__col{width:100%;margin-bottom:50px}.tarif__extern__popup .popup__item__col:last-of-type,.tarif__focus__popup .popup__item__col:last-of-type{margin-bottom:0}}@media screen and (max-width:480px){.tarif__extern__popup .popup__item__col,.tarif__focus__popup .popup__item__col{padding:0}}.tarif__extern__popup .popup__item,.tarif__focus__popup .popup__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;max-width:555px;padding:29px 20px 37px 20px;margin:0 auto;background-color:#fff;-webkit-box-shadow:0 4px 10px rgba(0,0,0,.15);box-shadow:0 4px 10px rgba(0,0,0,.15)}@media screen and (max-width:480px){.tarif__extern__popup .popup__item,.tarif__focus__popup .popup__item{padding-left:15px;padding-right:15px}}.tarif__extern__popup .popup__item__heading,.tarif__focus__popup .popup__item__heading{padding-bottom:14px}.tarif__extern__popup .popup__item__title,.tarif__focus__popup .popup__item__title{font-size:20px;line-height:28px;font-weight:500;text-align:center;margin-bottom:8px}.tarif__extern__popup .popup__item__title__under,.tarif__focus__popup .popup__item__title__under{font-size:18px;line-height:25px;font-weight:300;text-align:center}.tarif__extern__popup .popup__item__content,.tarif__focus__popup .popup__item__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:15px;height:100%}.tarif__extern__popup .popup__item__list__title,.tarif__focus__popup .popup__item__list__title{font-size:16px;line-height:29px;font-weight:500;text-align:center;text-transform:uppercase;margin-bottom:22px}.tarif__extern__popup .popup__item__list__title.green,.tarif__focus__popup .popup__item__list__title.green{background:rgba(77,144,104,.1)}.tarif__extern__popup .popup__item__list__title.grey,.tarif__focus__popup .popup__item__list__title.grey{background:rgba(208,208,208,.4)}.tarif__extern__popup .popup__item .custom__list__w__checks,.tarif__focus__popup .popup__item .custom__list__w__checks{margin-bottom:30px}.tarif__extern__popup .popup__item__time__items__wrap,.tarif__focus__popup .popup__item__time__items__wrap{margin-top:auto;margin-bottom:30px}.tarif__extern__popup .popup__item__time__item,.tarif__focus__popup .popup__item__time__item{font-size:30px;line-height:57px;font-weight:500;text-align:center;min-height:57px;cursor:pointer}@media screen and (max-width:480px){.tarif__extern__popup .popup__item__time__item,.tarif__focus__popup .popup__item__time__item{font-size:26px}}.tarif__extern__popup .popup__item .btn,.tarif__focus__popup .popup__item .btn{margin:0 auto;margin-top:auto}.tarif__extern__popup .popup__item .custom__checkbox__wrap,.tarif__focus__popup .popup__item .custom__checkbox__wrap{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:35px}.tarif__extern__popup .popup__item .custom__checkbox::before,.tarif__focus__popup .popup__item .custom__checkbox::before{background-image:url(../img/icon-check-dark-green.svg)}@media screen and (max-width:480px){.tarif__extern__popup .popup__item .custom__checkbox__title,.tarif__focus__popup .popup__item .custom__checkbox__title{font-size:15px}}.tarif__extern__popup .popup__title{display:none}.tarif__extern__popup .popup__items__wrap{max-width:100%}@media screen and (max-width:1023px){.tarif__extern__popup .popup__items__wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}}.tarif__extern__popup .popup__item__col{display:none;width:100%}@media screen and (max-width:1023px){.tarif__extern__popup .popup__item__col{margin-bottom:40px}.tarif__extern__popup .popup__item__col:last-of-type{margin-bottom:0}}.tarif__extern__popup .popup__item__time__item.active{background:rgba(241,88,34,.1)}@media screen and (max-width:1023px){.tarif__extern__popup .popup__annotation{text-align:center}}.tarif__focus__popup .popup__item__content{margin-bottom:30px}.tarif__focus__popup .popup__item__time__item.active{background:rgba(77,144,104,.1)}.tarif__focus__popup .popup__annotation{text-align:center}.bookkeeping__popup__item{padding:29px 22px 34px 19px;margin-bottom:20px;background-color:#fff;-webkit-box-shadow:0 4px 10px rgba(0,0,0,.15);box-shadow:0 4px 10px rgba(0,0,0,.15);display:none}.bookkeeping__popup__item__heading{padding-bottom:23px;border-bottom:1px solid #f15822}.bookkeeping__popup__item__heading .bookkeeping__popup__col{padding-right:10px}.bookkeeping__popup__item .bookkeeping__popup__col{line-height:56px;min-height:56px}.bookkeeping__popup__item__content{margin-bottom:30px}.bookkeeping__popup__choose__item{padding:0 10px}.bookkeeping__popup__choose__item.active{background-color:#feeee9}.bookkeeping__popup__choose__item:nth-child(even){background-color:#f5f5f5}.bookkeeping__popup__choose__item:nth-child(even).active{background-color:#feeee9}.bookkeeping__popup .popup__content{padding-top:35px}.bookkeeping__popup .popup__inner__content{max-width:745px;margin:0 auto;padding:0;padding-bottom:35px}.bookkeeping__popup__col{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:20px;line-height:28px;font-weight:500}@media screen and (max-width:480px){.bookkeeping__popup__col{font-size:16px;line-height:24px}}.bookkeeping__popup__col:nth-child(1){line-height:1.5em;width:70%}@media screen and (max-width:480px){.bookkeeping__popup__col:nth-child(1){width:50%}}.bookkeeping__popup__col:nth-child(2){width:30%}@media screen and (max-width:480px){.bookkeeping__popup__col:nth-child(2){width:50%}}.bookkeeping__popup__row{display:-webkit-box;display:-ms-flexbox;display:flex}.bookkeeping__popup .btn{margin:0 auto}.bookkeeping__popup input[type=radio]:checked+.custom__radio{border:1px solid #f15822}.bookkeeping__popup .custom__radio::before{background-color:#f15822}body[data-switch=extern] .mob__menu__btn span{background-color:#f15822}body[data-switch=extern] .advantages__block .container .advantages__block__item__image svg{fill:#f15822}body[data-switch=extern] .advantages__block__item:nth-child(4) .advantages__block__item__text{max-width:300px}body[data-switch=extern] .tarif__block .container .tarif__block__item__heading{border-bottom:1px solid #f15822}@media screen and (max-width:1199px){body[data-switch=extern] .tarif__block .container .tarif__block__item__heading{min-height:85px}}@media screen and (max-width:1023px){body[data-switch=extern] .tarif__block .container .tarif__block__item__heading{min-height:auto}}body[data-switch=extern] .tarif__block .container input[type=radio]:checked+.custom__radio{border:1px solid #f15822}body[data-switch=extern] .tarif__block .container .custom__radio::before{background-color:#f15822}body[data-switch=extern] .features__block .container .features__block__item__heading__title{color:#f15822}body[data-switch=extern] .features__block .container svg{stroke:#f15822}body[data-switch=extern] .features__block__item:nth-of-type(4) .features__block__item__heading__title{max-width:150px}body[data-switch=extern] .faq .accordion__item.active .accordion__item__title{color:#f15822;border:1px solid #f15822}body[data-switch=extern] .faq .accordion__item.active .accordion__item__title:after{border-right:1px solid #f15822;border-bottom:1px solid #f15822}body[data-switch=extern] .leave__request__block__bg{background-color:#f15822}body[data-switch=extern] .leave__request__block__bg::before{background:-webkit-gradient(linear,left top,right top,color-stop(72%,#f15822),to(rgba(241,88,34,0)));background:-webkit-linear-gradient(left,#f15822 72%,rgba(241,88,34,0) 100%);background:-o-linear-gradient(left,#f15822 72%,rgba(241,88,34,0) 100%);background:linear-gradient(90deg,#f15822 72%,rgba(241,88,34,0) 100%)}@media screen and (max-width:1440px){body[data-switch=extern] .leave__request__block__bg::before{background:-webkit-gradient(linear,left top,right top,color-stop(49.14%,#f15822),to(rgba(241,88,34,0)));background:-webkit-linear-gradient(left,#f15822 49.14%,rgba(241,88,34,0) 100%);background:-o-linear-gradient(left,#f15822 49.14%,rgba(241,88,34,0) 100%);background:linear-gradient(90deg,#f15822 49.14%,rgba(241,88,34,0) 100%)}}body[data-switch=diadoc] .mob__menu__btn span{background-color:#13ab91}body[data-switch=diadoc] .main__block__logo{margin-bottom:10px}body[data-switch=diadoc] .main__block__title{margin-bottom:35px}body[data-switch=diadoc] .custom__list__w__checks li:nth-child(4){max-width:400px}body[data-switch=diadoc] .advantages__block .container .advantages__block__item__image svg{fill:#13ab91}body[data-switch=diadoc] .advantages__block__item:nth-child(1) .advantages__block__item__text{padding-right:30px}body[data-switch=diadoc] .advantages__block__item:nth-child(3) .advantages__block__item__text{padding-right:40px}body[data-switch=diadoc] .advantages__block__item:nth-child(5) .advantages__block__item__text{max-width:280px}body[data-switch=diadoc] .advantages__block__item:nth-child(8) .advantages__block__item__text{max-width:280px}body[data-switch=diadoc] .advantages__block__item:nth-child(9) .advantages__block__item__text{padding-right:20px}body[data-switch=diadoc] .banner__block__bg::before{background:-webkit-linear-gradient(180.75deg,#f5f5f5 68%,rgba(245,245,245,0) 99.92%);background:-o-linear-gradient(180.75deg,#f5f5f5 68%,rgba(245,245,245,0) 99.92%);background:linear-gradient(269.25deg,#f5f5f5 68%,rgba(245,245,245,0) 99.92%)}@media screen and (max-width:1023px){body[data-switch=diadoc] .banner__block__bg::before{background:-webkit-linear-gradient(180.75deg,#f5f5f5 53%,rgba(245,245,245,0) 99.92%);background:-o-linear-gradient(180.75deg,#f5f5f5 53%,rgba(245,245,245,0) 99.92%);background:linear-gradient(269.25deg,#f5f5f5 53%,rgba(245,245,245,0) 99.92%)}}@media screen and (max-width:480px){body[data-switch=diadoc] .banner__block__bg::before{background-color:rgba(245,245,245,.6)}}body[data-switch=diadoc] .banner__block .banner__block__content{padding-top:44px;padding-bottom:48px}body[data-switch=diadoc] .banner__block .banner__block__title{color:#13ab91}body[data-switch=diadoc] .tarif__block .container .tarif__block__item__heading{border-bottom:1px solid #13ab91}body[data-switch=diadoc] .tarif__block .container .tarif__block__item__content{padding-top:30px}body[data-switch=diadoc] .tarif__block .container .tarif__block__item__price{margin-bottom:25px}body[data-switch=diadoc] .tarif__block .container input[type=radio]:checked+.custom__radio{border:1px solid #13ab91}body[data-switch=diadoc] .tarif__block .container .custom__radio::before{background-color:#13ab91}body[data-switch=diadoc] .tarif__block__item__col:nth-child(6) .tarif__block__item__heading{padding:0 15px}body[data-switch=diadoc] .tarif__block .btn{margin-top:auto;margin-bottom:0}body[data-switch=diadoc] .features__block{padding-bottom:10px}body[data-switch=diadoc] .features__block .container .features__block__item__heading__title{color:#13ab91}body[data-switch=diadoc] .features__block .container svg{stroke:#13ab91}body[data-switch=diadoc] .features__block__item:nth-child(10) .features__block__item__heading__title,body[data-switch=diadoc] .features__block__item:nth-child(11) .features__block__item__heading__title,body[data-switch=diadoc] .features__block__item:nth-child(4) .features__block__item__heading__title,body[data-switch=diadoc] .features__block__item:nth-child(7) .features__block__item__heading__title,body[data-switch=diadoc] .features__block__item:nth-child(9) .features__block__item__heading__title{max-width:150px;margin:0 auto}@media screen and (max-width:1024px){body[data-switch=diadoc] .features__block__item .features__block__item__heading__title{min-height:100px}}@media screen and (max-width:1023px){body[data-switch=diadoc] .features__block__item .features__block__item__heading__title{min-height:80px}}@media screen and (max-width:480px){body[data-switch=diadoc] .features__block__item .features__block__item__heading__title{min-height:auto}}body[data-switch=diadoc] .faq .accordion__item.active .accordion__item__title{color:#13ab91;border:1px solid #13ab91}body[data-switch=diadoc] .faq .accordion__item.active .accordion__item__title:after{border-right:1px solid #13ab91;border-bottom:1px solid #13ab91}body[data-switch=diadoc] .leave__request__block__bg{background-color:#13ab91}body[data-switch=diadoc] .leave__request__block__bg::before{background:-webkit-gradient(linear,left top,right top,color-stop(72%,#13ab91),to(rgba(19,171,145,0)));background:-webkit-linear-gradient(left,#13ab91 72%,rgba(19,171,145,0) 100%);background:-o-linear-gradient(left,#13ab91 72%,rgba(19,171,145,0) 100%);background:linear-gradient(90deg,#13ab91 72%,rgba(19,171,145,0) 100%)}@media screen and (max-width:1440px){body[data-switch=diadoc] .leave__request__block__bg::before{background:-webkit-gradient(linear,left top,right top,color-stop(49.14%,#13ab91),to(rgba(19,171,145,0)));background:-webkit-linear-gradient(left,#13ab91 49.14%,rgba(19,171,145,0) 100%);background:-o-linear-gradient(left,#13ab91 49.14%,rgba(19,171,145,0) 100%);background:linear-gradient(90deg,#13ab91 49.14%,rgba(19,171,145,0) 100%)}}body[data-switch=focus] .main__block{padding-bottom:50px}body[data-switch=focus] .mob__menu__btn span{background-color:#4d9068}body[data-switch=focus] .advantages__block{padding-bottom:65px}body[data-switch=focus] .advantages__block .container .advantages__block__item__image svg{fill:#4d9068}body[data-switch=focus] .advantages__block__item:nth-child(1) .advantages__block__item__text{padding-right:45px}@media screen and (max-width:1024px){body[data-switch=focus] .advantages__block__item:nth-child(1) .advantages__block__item__text{padding-right:20px}}body[data-switch=focus] .advantages__block__item:nth-child(4) .advantages__block__item__text{padding-right:40px}@media screen and (max-width:1024px){body[data-switch=focus] .advantages__block__item:nth-child(4) .advantages__block__item__text{padding-right:20px}}@media screen and (max-width:1024px){body[data-switch=focus] .advantages__block__item__text{font-size:15px}}body[data-switch=focus] .banner__block__bg::before{background:-webkit-linear-gradient(179.8deg,#f5f5f5 51.63%,rgba(245,245,245,0) 99.98%);background:-o-linear-gradient(179.8deg,#f5f5f5 51.63%,rgba(245,245,245,0) 99.98%);background:linear-gradient(270.2deg,#f5f5f5 51.63%,rgba(245,245,245,0) 99.98%)}@media screen and (max-width:1023px){body[data-switch=focus] .banner__block__bg::before{background:-webkit-linear-gradient(179.8deg,#f5f5f5 70%,rgba(245,245,245,0) 99.98%);background:-o-linear-gradient(179.8deg,#f5f5f5 70%,rgba(245,245,245,0) 99.98%);background:linear-gradient(270.2deg,#f5f5f5 70%,rgba(245,245,245,0) 99.98%)}}@media screen and (max-width:480px){body[data-switch=focus] .banner__block__bg::before{background-color:rgba(245,245,245,.6)}}body[data-switch=focus] .banner__block .banner__block__content{padding-top:50px;padding-bottom:54px}body[data-switch=focus] .banner__block .banner__block__title{color:#4d9068}body[data-switch=focus] .tarif__block .container .tarif__block__item__heading{border-bottom:1px solid #4d9068}body[data-switch=focus] .tarif__block .container input[type=radio]:checked+.custom__radio{border:1px solid #4d9068}body[data-switch=focus] .tarif__block .container .custom__radio::before{background-color:#4d9068}body[data-switch=focus] .tarif__block__item__col:nth-child(2) .tarif__block__item__heading{padding:0 10px}body[data-switch=focus] .features__block{padding-bottom:10px}body[data-switch=focus] .features__block .container .features__block__item__heading__title{color:#4d9068}body[data-switch=focus] .features__block .container svg{stroke:#4d9068}body[data-switch=focus] .features__block__item:nth-child(2) .features__block__item__heading__title{max-width:250px}body[data-switch=focus] .features__block__item:nth-child(5) .features__block__item__heading__title{max-width:200px}body[data-switch=focus] .faq .accordion__item.active .accordion__item__title{color:#4d9068;border:1px solid #4d9068}body[data-switch=focus] .faq .accordion__item.active .accordion__item__title:after{border-right:1px solid #4d9068;border-bottom:1px solid #4d9068}body[data-switch=focus] .leave__request__block__bg{background-color:#4d9068}body[data-switch=focus] .leave__request__block__bg::before{background:-webkit-gradient(linear,left top,right top,color-stop(72%,#4d9068),to(rgba(77,144,104,0)));background:-webkit-linear-gradient(left,#4d9068 72%,rgba(77,144,104,0) 100%);background:-o-linear-gradient(left,#4d9068 72%,rgba(77,144,104,0) 100%);background:linear-gradient(90deg,#4d9068 72%,rgba(77,144,104,0) 100%)}@media screen and (max-width:1440px){body[data-switch=focus] .leave__request__block__bg::before{background:-webkit-gradient(linear,left top,right top,color-stop(49.14%,#4d9068),to(rgba(77,144,104,0)));background:-webkit-linear-gradient(left,#4d9068 49.14%,rgba(77,144,104,0) 100%);background:-o-linear-gradient(left,#4d9068 49.14%,rgba(77,144,104,0) 100%);background:linear-gradient(90deg,#4d9068 49.14%,rgba(77,144,104,0) 100%)}}</pre></body></html>