* {  box-sizing:border-box;  -moz-box-sizing:border-box;}.hidden {  display:none !important;}@-webkit-keyframes pulse {  from {    -webkit-transform:scale3d(1,1,1);    transform:scale3d(1,1,1);  }  50% {    -webkit-transform:scale3d(1.05,1.05,1.05);    transform:scale3d(1.05,1.05,1.05);  }  to {    -webkit-transform:scale3d(1,1,1);    transform:scale3d(1,1,1);  }}@keyframes pulse {  from {    -webkit-transform:scale3d(1,1,1);    transform:scale3d(1,1,1);  }  50% {    -webkit-transform:scale3d(1.05,1.05,1.05);    transform:scale3d(1.05,1.05,1.05);  }  to {    -webkit-transform:scale3d(1,1,1);    transform:scale3d(1,1,1);  }}.animated {  -webkit-animation-duration:1s;  animation-duration:1s;  -webkit-animation-fill-mode:both;  animation-fill-mode:both;}@media (prefers-reduced-motion) {  .animated {    -webkit-animation:unset !important;    animation:unset !important;    -webkit-transition:none !important;    transition:none !important;  }}.standart-button {  display:inline-block;  padding:0 8px;  width:auto;  height:45px;  font-size:16px;  text-align:center;  line-height:2.7;  background-color:#1990cd;  border:1px solid #1990cd;  color:#fff;  border-radius:50px;  text-decoration:none;  cursor:pointer;}.standart-button:hover,.standart-button:focus {  color:#1990cd;  background-color:transparent;  transition:0.5s;  transition:background-color 0.5s linear;  -webkit-transition:background-color 0.5s linear;}.standart-button:active {  color:#fff;  background-color:#1990cd;  box-shadow:inset 0 0 24px #777;}.standart-button.disable {  opacity:0.75;  cursor:no-drop;}.standart-checkbox-wrap {  display:block;  position:relative;  padding-top:3.75px;  padding-left:30px;  margin-bottom:12px;  cursor:pointer;  -webkit-user-select:none;  -moz-user-select:none;  -ms-user-select:none;  user-select:none;}.standart-checkbox-wrap:hover input ~ .checkmark {  background-color:#ccc;}.standart-checkbox-wrap input[disabled] ~ .checkmark {  background-color:#999;}.standart-checkbox-wrap input {  position:absolute;  opacity:0;  cursor:pointer;  width:0;  height:0;}.standart-checkbox-wrap .checkmark {  position:absolute;  top:0;  left:0;  height:25px;  width:25px;  background-color:#eee;  border:1px solid #999;}.standart-checkbox-wrap input:checked ~ .checkmark {  background-color:#1990cd;  -webkit-transition:background 0.5s linear;  transition:background 0.5s linear;  -webkit-animation-name:pulse;  animation-name:pulse;}.standart-checkbox-wrap .checkmark:after {  content:"";  position:absolute;  display:none;}.standart-checkbox-wrap input:checked ~ .checkmark:after {  display:block;}.standart-checkbox-wrap .checkmark:after {  left:8px;  top:3px;  width:7.5px;  height:12.5px;  border:solid #fff;  border-width:0 3px 3px 0;  -webkit-transform:rotate(45deg);  -ms-transform:rotate(45deg);  transform:rotate(45deg);}.standart-checkbox-wrap .checkmark.attention {  background-color:#ff050540;  -webkit-animation-name:pulse;  animation-name:pulse;}.standart-radio-wrap {  display:block;  position:relative;  padding-left:30px;  margin-bottom:12px;  cursor:pointer;  -webkit-user-select:none;  -moz-user-select:none;  -ms-user-select:none;  user-select:none;}.standart-radio-wrap input {  position:absolute;  opacity:0;  cursor:pointer;  width:0;  height:0;}.standart-radio-wrap .checkmark {  position:absolute;  top:0;  left:0;  height:25px;  width:25px;  background-color:#eee;  border-radius:50%;  border:1px solid #999;}.standart-radio-wrap:hover input ~ .checkmark {  background-color:#ccc;}.standart-radio-wrap input[disabled] ~ .checkmark {  background-color:#999;}.standart-radio-wrap input:checked ~ .checkmark {  background-color:#1990cd;  -webkit-transition:background-color 0.5s linear;  transition:background-color 0.5s linear;  -webkit-animation-name:pulse;  animation-name:pulse;}.standart-radio-wrap .checkmark:after {  content:"";  position:absolute;  display:none;}.standart-radio-wrap input:checked ~ .checkmark:after {  display:block;}.standart-radio-wrap .checkmark:after {  left:5px;  top:5px;  width:12.5px;  height:12.5px;  border-radius:50%;  background:#fff;}.standart-placeholder-wrap {  display:block;  position:relative;  border-bottom:1px solid #ececec;}.standart-placeholder-wrap input,.standart-placeholder-wrap textarea {  border:none;}.standart-placeholder-wrap input::-webkit-input-placeholder,.standart-placeholder-wrap textarea::-webkit-input-placeholder {  color:#fff;  opacity:0;  font-size:0;}.standart-placeholder-wrap input::-moz-placeholder,.standart-placeholder-wrap textarea::-moz-placeholder {  color:#fff;  opacity:0;  font-size:0;}.standart-placeholder-wrap input:-moz-placeholder,.standart-placeholder-wrap textarea:-moz-placeholder {  color:#fff;  opacity:0;  font-size:0;}.standart-placeholder-wrap input:-ms-input-placeholder,.standart-placeholder-wrap textarea:-ms-input-placeholder {  color:#fff;  opacity:0;  font-size:0;}.standart-placeholder-wrap input::-ms-input-placeholder,.standart-placeholder-wrap textarea::-ms-input-placeholder {  color:#fff;  opacity:0;  font-size:0;}.standart-placeholder-wrap input::placeholder,.standart-placeholder-wrap textarea::placeholder {  color:#fff;  opacity:0;  font-size:0;}.standart-placeholder-wrap .checkmark {  cursor:initial;  position:absolute;  top:-8px;  left:0;  font-size:18px;  padding-left:4px;  opacity:0.6;}.standart-placeholder-wrap .checkmark.edit {  opacity:1;  top:-15px;  font-size:14px;  -webkit-transition:top 0.4s linear;  transition:top 0.4s linear;  -webkit-transition:font-size 0.2s linear;  transition:font-size 0.2s linear;}.standart-placeholder-wrap input:focus .checkmark {  opacity:1;  top:-12.5px;  font-size:14px;  -webkit-transition:top 0.4s linear;  transition:top 0.4s linear;  -webkit-transition:font-size 0.2s linear;  transition:font-size 0.2s linear;}.modalAjax .half {  display:inline-block;  width:49.6%;}.modalAjax .calandar-wrapper {  position:relative;}.modalAjax .calendar_button {  position:absolute;  margin-left:-24px;  top:0;  right:0;}.center {  display:-webkit-flex;  display:-webkit-box;  display:-ms-flexbox;  display:-moz-box;  display:flex;  -webkit-flex-direction:row;  -webkit-box-flex-direction:row;  -ms-flex-direction:row;  -moz-flex-direction:row;  flex-direction:row;  -webkit-flex-wrap:nowrap;  -webkit-box-flex-wrap:nowrap;  -ms-flex-wrap:nowrap;  -moz-flex-wrap:nowrap;  flex-wrap:nowrap;  -webkit-justify-content:center;  -webkit-box-justify-content:center;  -moz-justify-content:center;  -ms-flex-pack:center;  justify-content:center;  -webkit-align-items:stretch;  -webkit-box-align-items:stretch;  -moz-align-items:stretch;  -ms-flex-align:stretch;  align-items:stretch;  text-align:center;}.inner-text-block {  padding:16px 0;  color:#000;  font-size:16px;  font-weight:400;  line-height:22px;  font-family:ptsansregular;  font-style:normal;  text-align:left;  text-decoration:none;}.inner-text-block p {  margin:8px 0;}.inner-text-block h1,.inner-text-block h2,.inner-text-block h3,.inner-text-block h4 {  margin:0;  padding:16px 0;  color:#01b8be;}.inner-text-block h1.title,.inner-text-block h2.title,.inner-text-block h3.title,.inner-text-block h4.title {  text-align:center;  text-transform:uppercase;  padding:24px 0;  margin:0;}.inner-text-block h1 {  text-align:center;  font-size:36px;}.inner-text-block h2 {  text-align:left;  font-size:30px;}.inner-text-block h3 {  text-align:left;  font-size:24px;}.inner-text-block h4 {  text-align:left;  font-size:20px;}.inner-text-block ul {  list-style-type:disc;  margin:4px 0 4px 32px;}.inner-text-block img {  margin:0 12px;}@media screen and (min-width:720px) and (max-width:1360px) {  .inner-text-block {    padding:16px 12px;  }}@media screen and (max-width:720px) {  .inner-text-block {    margin:0;    padding:12px;  }  .inner-text-block ul {    list-style-type:disc;    margin:0 0 0 12px;  }  .inner-text-block .block-franchising_boss-info i {    color:#525252;    font-size:20px;    font-weight:400;    line-height:22px;    font-family:ptsansregular;    font-style:normal;    text-align:left;    text-decoration:none;  }  .inner-text-block img {    max-width:100%;    height:auto;    margin:0;  }}.modalAjax .half {  display:inline-block;  width:49.6%;}.modalAjax .calandar-wrapper {  position:relative;}.modalAjax .calendar_button {  position:absolute;  margin-left:-24px;  top:0;  right:0;}.slick-arrow {  position:absolute;  display:inline-block;  color:#01b8be;  top:30%;  cursor:pointer;  z-index:500;}.slick-arrow.fa {  font-size:32px;}.slick-arrow.fa-angle-left {  left:4px;}.slick-arrow.fa-angle-right {  right:4px;}.action-button {  display:inline-block;  padding:0 8px;  width:auto;  height:45px;  font-size:16px;  text-align:center;  line-height:2.7;  background-color:#1990cd;  border:1px solid #1990cd;  color:#fff;  border-radius:50px;  text-decoration:none;  cursor:pointer;  margin:32px 0 0 16px;}.action-button:hover,.action-button:focus {  color:#1990cd;  background-color:transparent;  transition:0.5s;  transition:background-color 0.5s linear;  -webkit-transition:background-color 0.5s linear;}.action-button:active {  color:#fff;  background-color:#1990cd;  box-shadow:inset 0 0 24px #777;}.action-button.disable {  opacity:0.75;  cursor:no-drop;}.clinic-button {  display:inline-block;  padding:0 8px;  width:auto;  height:45px;  font-size:16px;  text-align:center;  line-height:2.7;  background-color:#01b8be;  border:1px solid #01b8be;  color:#fff;  border-radius:50px;  text-decoration:none;  cursor:pointer;  margin:16px 0;}.clinic-button:hover,.clinic-button:focus {  color:#01b8be;  background-color:transparent;  transition:0.5s;  transition:background-color 0.5s linear;  -webkit-transition:background-color 0.5s linear;}.clinic-button:active {  color:#fff;  background-color:#01b8be;  box-shadow:inset 0 0 24px #777;}.clinic-button.disable {  opacity:0.75;  cursor:no-drop;}.header {  height:200px;  display:block;  min-width:400px;  position:relative;  background-color:#fff;  z-index:994;}@media screen and (max-width:720px) {  .header {    display:none !important;  }}.header.plus-if-is-admin {  top:auto !important;}.header.normalize-header {  transition:unset;}.header.collapse-header {  height:100px;  -webkit-transition:height 0.5s ease-out;  -moz-transition:height 0.5s ease-out;  -o-transition:height 0.5s ease-out;  transition:height 0.5s ease-out;}.header.collapse-header .service-block {  height:24px;  -webkit-transition:height 0.5s ease-out;  -moz-transition:height 0.5s ease-out;  -o-transition:height 0.5s ease-out;  transition:height 0.5s ease-out;}.header.collapse-header .service-block .wrapper .service-list,.header.collapse-header .service-block .wrapper .service-cabinet {  height:24px;  -webkit-transition:height 0.5s ease-out;  -moz-transition:height 0.5s ease-out;  -o-transition:height 0.5s ease-out;  transition:height 0.5s ease-out;}.header.collapse-header .contacts,.header.collapse-header .contacts-block > div {  padding:0;  height:48px;  -webkit-transition:padding 0.5s ease-out;  -moz-transition:padding 0.5s ease-out;  -o-transition:padding 0.5s ease-out;  transition:padding 0.5s ease-out;}.header.collapse-header .contacts-block {  height:64px;  -webkit-transition:height 0.5s ease-out;  -moz-transition:height 0.5s ease-out;  -o-transition:height 0.5s ease-out;  transition:height 0.5s ease-out;}.header.collapse-header .contacts-block .contacts-block-logo {  padding-top:8px;}.header.collapse-header .contacts-block-location .location-text {  margin:4px 0 4px 0;}.header.collapse-header .menu-block,.header.collapse-header .menu-block .menu-line,.header.collapse-header .menu-block .menu-search .search-icon {  height:32px;  -webkit-transition:height 0.5s ease-out;  -moz-transition:height 0.5s ease-out;  -o-transition:height 0.5s ease-out;  transition:height 0.5s ease-out;}.menu-second-floor {  display:-webkit-flex;  display:-webkit-box;  display:-ms-flexbox;  display:-moz-box;  display:flex;  -webkit-flex-direction:row;  -webkit-box-flex-direction:row;  -ms-flex-direction:row;  -moz-flex-direction:row;  flex-direction:row;  -webkit-flex-wrap:nowrap;  -webkit-box-flex-wrap:nowrap;  -ms-flex-wrap:nowrap;  -moz-flex-wrap:nowrap;  flex-wrap:nowrap;  -webkit-justify-content:center;  -webkit-box-justify-content:center;  -moz-justify-content:center;  -ms-flex-pack:center;  justify-content:center;  -webkit-align-items:center;  -webkit-box-align-items:center;  -moz-align-items:center;  -ms-flex-align:center;  align-items:center;  position:fixed;  top:50px;  white-space:nowrap;  z-index:1900;  background-color:#008CC7;  width:100%;  height:28px;}.menu-second-floor > a {  display:block;  width:auto;  color:#fff;  padding:0 12px;}.menu-second-floor .vl {  border-left:2px solid #fff;  height:20px;}.vrachi-detail {  background-color:#f9f9f9;}.vrachi-detail .spec {  color:#7a7a7a;}.vrachi-detail h2 {  text-align:center;}.vrachi-detail .vrachi-comments {  margin:16px 0;}.vrachi-detail .vrachi-comment > div {  width:80%;  margin:0 auto;  text-align:justify;}.vrachi-detail .vrachi-comment > div.vrachi-comment-number {  font-size:20px;  font-weight:600;  color:#777;  text-align:center;}.vrachi-detail .vrachi-comment > div.vrachi-comment-date {  font-weight:600;  color:#777;}.vrachi-detail .vrachi-comment > div.vrachi-comment-autor {  text-align:right;}.block-text-info {  padding:4px 0;}.block-text-info b,.block-text-info p {  display:inline-block;  margin-bottom:0;}.person-manager-block {  background-color:#f3f3f3;}.person-manager-block .wrap {  position:relative;  display:flex;  max-width:1024px;  height:auto;  margin:0 auto;  padding:30px 0;}@media screen and (max-width:720px) {  .person-manager-block .wrap {    margin:0 8px;    padding:12px 0;  }}.person-manager-block .photo {  flex:1;}@media screen and (max-width:720px) {  .person-manager-block .photo img {    max-width:100%;    width:200px;    height:135px;  }}.person-manager-block .info {  flex:2;  margin-left:30px;}.person-manager-block .info p {  color:#000;  font-size:23px;  font-weight:400;  line-height:22px;  font-family:ptsansregular;  font-style:normal;  text-align:left;  text-decoration:none;  margin:5px 0 15px 0;}.person-manager-block .info b {  color:#000;  font-size:32px;  font-weight:400;  line-height:22px;  font-family:ptsansregular;  font-style:normal;  text-align:left;  text-decoration:none;  margin-top:10px;  display:block;}.person-manager-block .info i {  color:#525252;  font-size:23px;  font-weight:400;  line-height:22px;  font-family:ptsansregular;  font-style:normal;  text-align:left;  text-decoration:none;}.person-manager-block .info a {  color:#085f8a;  font-size:23px;  font-weight:400;  line-height:22px;  font-family:ptsansregular;  font-style:normal;  text-align:left;  text-decoration:none;  border-bottom:1px solid #085f8a;}.person-manager-block .info a:hover {  text-decoration:none;  border-bottom:none;}@media screen and (max-width:720px) {  .person-manager-block .info {    margin-left:8px;  }  .person-manager-block .info p {    color:#000;    font-size:14px;    font-weight:400;    line-height:22px;    font-family:ptsansregular;    font-style:normal;    text-align:left;    text-decoration:none;  }  .person-manager-block .info b {    color:#000;    font-size:16px;    font-weight:400;    line-height:22px;    font-family:ptsansregular;    font-style:normal;    text-align:left;    text-decoration:none;    margin-top:0;  }  .person-manager-block .info i {    color:#525252;    font-size:16px;    font-weight:400;    line-height:22px;    font-family:ptsansregular;    font-style:normal;    text-align:left;    text-decoration:none;  }}#otziv .share-modul_block {  background-color:#e4f3f8;}#otziv .share-modul_block input[type='text'],#otziv .share-modul_block textarea {  width:100%;  margin-bottom:9px;  padding:4px 8px;  font-size:12px;  font-family:ptsansregular;}#otziv .share-modul_block select {  box-sizing:border-box;  padding:4px;}#otziv .half {  width:49.6% !important;  display:inline-block;}#otziv .calendar_button {  position:absolute;  margin-left:-24px;}#otziv .rating {  -webkit-appearance:none;  -moz-appearance:none;  -ms-appearance:none;  appearance:none;  font-size:20px;  padding:0;  color:#057db9;  cursor:pointer;}#otziv .rating:checked {  color:#000;}#otziv .descr {  margin:8px 4px;}@media screen and (max-width:720px) {  #otziv .descr {    margin:4px 2px;  }}#otziv .capthca-img {  display:inline-block;}#otziv [name="captcha_word"] {  width:auto !important;}#otziv fieldset {  white-space:nowrap;}#otziv .terms {  text-align:center;}#otziv .terms .btn {  -webkit-appearance:none;  -moz-appearance:none;  -ms-appearance:none;  appearance:none;  background-color:#1990CD;  border:1px solid #1990CD;  border-radius:50px;  width:200px;  height:48px;  color:#fff;  font-size:15px;  cursor:pointer;  outline:0;  margin:16px 0;}#otziv .terms .btn:hover {  -webkit-appearance:none;  -moz-appearance:none;  -ms-appearance:none;  appearance:none;  color:#1990CD;  background-color:transparent;}#otziv .terms #agree {  margin:4px 8px;}#otziv .disable {  cursor:no-drop !important;  opacity:0.7;}.directs-detail,.directs-article {  background-color:#d4f4f8;}.directs-detail h1.title,.directs-article h1.title {  color:#094B83;  font-size:32px;  font-weight:600;  line-height:1;  font-family:ptsansregular;  font-style:normal;  text-align:center;  text-decoration:none;  padding:8px 0;  margin:0;}.directs-detail .wrapper,.directs-article .wrapper {  margin-bottom:16px;}.directs-detail .wrap-prices-block,.directs-article .wrap-prices-block {  min-height:440px;  background-image:url('https://www.nrmed.ru/local/templates/nearmed/img/service-price-background.png');  background-repeat:repeat-y;  background-size:100% auto;  background-color:#094B83;  padding:0 4px;}.directs-detail .wrap-prices-block .wrapper,.directs-article .wrap-prices-block .wrapper {  max-width:880px;}.directs-detail .wrap-prices-block div.title,.directs-article .wrap-prices-block div.title {  color:#fff;  font-size:56px;  font-weight:600;  line-height:1;  font-family:ptsansregular;  font-style:normal;  text-align:center;  text-decoration:none;  text-transform:underline;  padding:32px 0;  margin:0;}@media screen and (max-width:720px) {  .directs-detail .wrap-prices-block div.title,  .directs-article .wrap-prices-block div.title {    font-size:32px;    padding:16px;  }}.directs-detail .wrap-prices-block .prices-block,.directs-article .wrap-prices-block .prices-block {  color:#fff;  font-size:18px;  font-weight:400;  line-height:1;  font-family:ptsansregular;  font-style:normal;  text-align:left;  text-decoration:none;}.directs-detail .wrap-prices-block .prices-block .more-wrap,.directs-article .wrap-prices-block .prices-block .more-wrap {  display:none;}.directs-detail .wrap-prices-block .prices-block .price,.directs-article .wrap-prices-block .prices-block .price {  padding-bottom:8px;  display:-webkit-flex;  display:-webkit-box;  display:-ms-flexbox;  display:-moz-box;  display:flex;  -webkit-flex-direction:row;  -webkit-box-flex-direction:row;  -ms-flex-direction:row;  -moz-flex-direction:row;  flex-direction:row;  -webkit-flex-wrap:nowrap;  -webkit-box-flex-wrap:nowrap;  -ms-flex-wrap:nowrap;  -moz-flex-wrap:nowrap;  flex-wrap:nowrap;  -webkit-justify-content:flex-start;  -webkit-box-justify-content:flex-start;  -moz-justify-content:flex-start;  -ms-flex-pack:flex-start;  justify-content:flex-start;  -webkit-align-items:stretch;  -webkit-box-align-items:stretch;  -moz-align-items:stretch;  -ms-flex-align:stretch;  align-items:stretch;}.directs-detail .wrap-prices-block .prices-block .price div,.directs-article .wrap-prices-block .prices-block .price div {  -webkit-box-flex:64px 0 1;  -moz-box-flex:64px 0 1;  -webkit-flex:64px 0 1;  -ms-flex:64px 0 1;  flex:64px 0 1;  white-space:nowrap;}.directs-detail .wrap-prices-block .prices-block .price .price-name,.directs-article .wrap-prices-block .prices-block .price .price-name {  -webkit-box-flex:80% 0 1;  -moz-box-flex:80% 0 1;  -webkit-flex:80% 0 1;  -ms-flex:80% 0 1;  flex:80% 0 1;  white-space:normal;}.directs-detail .wrap-prices-block .prices-block .price-child,.directs-article .wrap-prices-block .prices-block .price-child {  padding:8px 0;  font-weight:600;}.directs-detail .wrap-prices-block .more-prices,.directs-article .wrap-prices-block .more-prices {  margin:4px 0;  color:#559bc9;}.directs-detail .wrap-prices-block .more-prices:hover,.directs-article .wrap-prices-block .more-prices:hover {  color:#fff;}.directs-detail .wrap-prices-block .more-prices:focus,.directs-article .wrap-prices-block .more-prices:focus {  color:#fff;}.directs-detail .wrap-prices-block .more-prices .fa,.directs-article .wrap-prices-block .more-prices .fa {  font-size:40px;}.directs-detail .wrap-prices-block .more-prices .off,.directs-article .wrap-prices-block .more-prices .off {  display:none;}.directs-detail .wrap-prices-block .btn,.directs-article .wrap-prices-block .btn {  display:inline-block;  padding:0 8px;  width:370px;  height:80px;  font-size:16px;  text-align:center;  line-height:3.5;  background-color:#d4f4f8;  border:1px solid #d4f4f8;  color:#094B83;  border-radius:50px;  text-decoration:none;  cursor:pointer;  text-transform:uppercase;  font-size:24px;  margin:8px 0;}.directs-detail .wrap-prices-block .btn:hover,.directs-detail .wrap-prices-block .btn:focus,.directs-article .wrap-prices-block .btn:hover,.directs-article .wrap-prices-block .btn:focus {  color:#d4f4f8;  background-color:transparent;  transition:0.5s;  transition:background-color 0.5s linear;  -webkit-transition:background-color 0.5s linear;}.directs-detail .wrap-prices-block .btn:active,.directs-article .wrap-prices-block .btn:active {  color:#fff;  background-color:#d4f4f8;  box-shadow:inset 0 0 24px #777;}.directs-detail .wrap-prices-block .btn.disable,.directs-article .wrap-prices-block .btn.disable {  opacity:0.75;  cursor:no-drop;}.directs-detail .block-doctors,.directs-article .block-doctors {  background:transparent;  margin:0 4px;}.directs-detail .wrap-doctors,.directs-article .wrap-doctors {  clear:both;}.directs-detail .wrap-doctors div.title,.directs-article .wrap-doctors div.title {  color:#094B83;  font-size:56px;  font-weight:600;  line-height:1;  font-family:ptsansregular;  font-style:normal;  text-align:center;  text-decoration:none;  padding:32px 0;  margin:0;}@media screen and (max-width:720px) {  .directs-detail .wrap-doctors div.title,  .directs-article .wrap-doctors div.title {    font-size:32px;    padding:16px;  }}.directs-detail .wrap-doctors .btn,.directs-article .wrap-doctors .btn {  display:inline-block;  padding:0 8px;  width:260px;  height:60px;  font-size:16px;  text-align:center;  line-height:4;  background-color:#094B83;  border:1px solid #094B83;  color:#d4f4f8;  border-radius:50px;  text-decoration:none;  cursor:pointer;  text-transform:uppercase;  font-size:14px;  margin-bottom:32px;}.directs-detail .wrap-doctors .btn:hover,.directs-detail .wrap-doctors .btn:focus,.directs-article .wrap-doctors .btn:hover,.directs-article .wrap-doctors .btn:focus {  color:#094B83;  background-color:transparent;  transition:0.5s;  transition:background-color 0.5s linear;  -webkit-transition:background-color 0.5s linear;}.directs-detail .wrap-doctors .btn:active,.directs-article .wrap-doctors .btn:active {  color:#fff;  background-color:#094B83;  box-shadow:inset 0 0 24px #777;}.directs-detail .wrap-doctors .btn.disable,.directs-article .wrap-doctors .btn.disable {  opacity:0.75;  cursor:no-drop;}.directs-detail .wrap-doctors .doctors-reiting_link,.directs-article .wrap-doctors .doctors-reiting_link {  display:inline-block;  padding:0 8px;  width:190px;  height:44px;  font-size:16px;  text-align:center;  line-height:2.8;  background-color:#094B83;  border:1px solid #094B83;  color:#d4f4f8;  border-radius:50px;  text-decoration:none;  cursor:pointer;  text-transform:uppercase;  font-size:15px;  margin-top:20px;}.directs-detail .wrap-doctors .doctors-reiting_link:hover,.directs-detail .wrap-doctors .doctors-reiting_link:focus,.directs-article .wrap-doctors .doctors-reiting_link:hover,.directs-article .wrap-doctors .doctors-reiting_link:focus {  color:#094B83;  background-color:transparent;  transition:0.5s;  transition:background-color 0.5s linear;  -webkit-transition:background-color 0.5s linear;}.directs-detail .wrap-doctors .doctors-reiting_link:active,.directs-article .wrap-doctors .doctors-reiting_link:active {  color:#fff;  background-color:#094B83;  box-shadow:inset 0 0 24px #777;}.directs-detail .wrap-doctors .doctors-reiting_link.disable,.directs-article .wrap-doctors .doctors-reiting_link.disable {  opacity:0.75;  cursor:no-drop;}.directs-detail .wrap-doctors .block-doctors-wrap,.directs-article .wrap-doctors .block-doctors-wrap {  background:#fff;  min-height:320px;  display:-webkit-flex;  display:-webkit-box;  display:-ms-flexbox;  display:-moz-box;  display:flex;  -webkit-flex-direction:row;  -webkit-box-flex-direction:row;  -ms-flex-direction:row;  -moz-flex-direction:row;  flex-direction:row;  -webkit-flex-wrap:wrap;  -webkit-box-flex-wrap:wrap;  -ms-flex-wrap:wrap;  -moz-flex-wrap:wrap;  flex-wrap:wrap;  -webkit-justify-content:flex-start;  -webkit-box-justify-content:flex-start;  -moz-justify-content:flex-start;  -ms-flex-pack:flex-start;  justify-content:flex-start;  -webkit-align-items:stretch;  -webkit-box-align-items:stretch;  -moz-align-items:stretch;  -ms-flex-align:stretch;  align-items:stretch;}.directs-detail .wrap-doctors .block-doctors-img,.directs-article .wrap-doctors .block-doctors-img {  -webkit-box-flex:40% 0 1;  -moz-box-flex:40% 0 1;  -webkit-flex:40% 0 1;  -ms-flex:40% 0 1;  flex:40% 0 1;}.directs-detail .wrap-doctors .block-doctors-img img,.directs-article .wrap-doctors .block-doctors-img img {  padding-top:16px;  margin-left:8px;  max-width:120px;}.directs-detail .wrap-doctors .block-doctors-text,.directs-article .wrap-doctors .block-doctors-text {  -webkit-box-flex:55% 0 1;  -moz-box-flex:55% 0 1;  -webkit-flex:55% 0 1;  -ms-flex:55% 0 1;  flex:55% 0 1;  margin:16px 8px;}@media screen and (max-width:1360px) {  .directs-detail .wrap-doctors .block-doctors-text,  .directs-article .wrap-doctors .block-doctors-text {    -webkit-box-flex:100% 0 1;    -moz-box-flex:100% 0 1;    -webkit-flex:100% 0 1;    -ms-flex:100% 0 1;    flex:100% 0 1;    padding:0;  }}.directs-detail .wrap-doctors .block-doctors-text_name,.directs-article .wrap-doctors .block-doctors-text_name {  font-size:20px;  font-weight:600;}.directs-detail .wrap-doctors .block-doctors-text_spec,.directs-article .wrap-doctors .block-doctors-text_spec {  color:#000;  font-size:14px;  font-weight:400;  line-height:22px;  font-family:ptsansregular;  font-style:normal;  text-align:left;  text-decoration:none;}.directs-detail .wrap-doctors .block-doctors-text_address img,.directs-article .wrap-doctors .block-doctors-text_address img {  display:inline-block;  margin:0;}.directs-detail .wrap-doctors .slick-arrow,.directs-article .wrap-doctors .slick-arrow {  color:#094B83;  margin:0 -24px;}@media screen and (max-width:1360px) {  .directs-detail .wrap-doctors .slick-arrow,  .directs-article .wrap-doctors .slick-arrow {    margin:0;  }}.directs-detail .wrap-doctors .pediatrics__after-banner,.directs-article .wrap-doctors .pediatrics__after-banner {  padding-bottom:0;}.wrap-disease {  background-image:url('https://www.nrmed.ru/local/templates/nearmed/img/desiase-price-background.png');  background-repeat:no-repeat;  background-size:cover;  height:100%;}.wrap-disease div.title {  color:#fff;  font-size:56px;  font-weight:600;  line-height:1;  font-family:ptsansregular;  font-style:normal;  text-align:center;  text-decoration:none;  text-transform:uppercase;  padding:28px 0;  margin:0;}@media screen and (max-width:720px) {  .wrap-disease div.title {    font-size:32px;    padding:16px;  }}.wrap-disease .wrap-option-btns {  display:-webkit-flex;  display:-webkit-box;  display:-ms-flexbox;  display:-moz-box;  display:flex;  -webkit-flex-direction:row;  -webkit-box-flex-direction:row;  -ms-flex-direction:row;  -moz-flex-direction:row;  flex-direction:row;  -webkit-flex-wrap:wrap;  -webkit-box-flex-wrap:wrap;  -ms-flex-wrap:wrap;  -moz-flex-wrap:wrap;  flex-wrap:wrap;  -webkit-justify-content:center;  -webkit-box-justify-content:center;  -moz-justify-content:center;  -ms-flex-pack:center;  justify-content:center;  -webkit-align-items:center;  -webkit-box-align-items:center;  -moz-align-items:center;  -ms-flex-align:center;  align-items:center;  margin:0;  padding:0;}.wrap-disease .wrap-option-btns li {  -webkit-box-flex:1 0 33.3%;  -moz-box-flex:1 0 33.3%;  -webkit-flex:1 0 33.3%;  -ms-flex:1 0 33.3%;  flex:1 0 33.3%;  text-align:center;  margin-bottom:20px;}.wrap-disease .btn {  display:inline-block;  padding:0 8px;  width:auto;  height:60px;  font-size:16px;  text-align:center;  line-height:3.5;  background-color:#d4f4f8;  border:1px solid #d4f4f8;  color:#094B83;  border-radius:50px;  text-decoration:none;  cursor:pointer;  min-width:256px;  max-width:512px;  font-weight:600;}.wrap-disease .btn:hover,.wrap-disease .btn:focus {  color:#d4f4f8;  background-color:transparent;  transition:0.5s;  transition:background-color 0.5s linear;  -webkit-transition:background-color 0.5s linear;}.wrap-disease .btn:active {  color:#fff;  background-color:#d4f4f8;  box-shadow:inset 0 0 24px #777;}.wrap-disease .btn.disable {  opacity:0.75;  cursor:no-drop;}.arcticles-clinic-title {  color:#094B83;  font-size:56px;  font-weight:600;  line-height:1;  font-family:ptsansregular;  font-style:normal;  text-align:center;  text-decoration:none;  text-transform:uppercase;  padding:44px 0;  background-color:#d4f4f8;}.error404-slider {  height:95px;}.error404-message-wrap {  text-align:center;}.error404-message-wrap div {  margin:48px 0;}.error404-message-wrap strong {  font-size:180px;  color:#0073AE;  font-weight:600;  line-height:1;}.error404-message-wrap b {  font-size:64px;  color:#0073AE;  font-weight:600;  line-height:1;}form.basket-form fieldset,form.basket-form fieldset label {  white-space:normal;}form.basket-form .disable {  cursor:no-drop !important;  opacity:0.7;}.modal-open .modal {  z-index:2000;}.after-title {  color:#01b8be;  font-size:28px;  font-weight:400;  line-height:1;  font-family:ptsansregular;  font-style:normal;  text-align:left;  text-decoration:none;  text-align:center;  text-transform:uppercase;  padding:16px 0;}.analysis-tab {  display:-webkit-flex;  display:-webkit-box;  display:-ms-flexbox;  display:-moz-box;  display:flex;  -webkit-flex-direction:row;  -webkit-box-flex-direction:row;  -ms-flex-direction:row;  -moz-flex-direction:row;  flex-direction:row;  -webkit-flex-wrap:nowrap;  -webkit-box-flex-wrap:nowrap;  -ms-flex-wrap:nowrap;  -moz-flex-wrap:nowrap;  flex-wrap:nowrap;  -webkit-justify-content:center;  -webkit-box-justify-content:center;  -moz-justify-content:center;  -ms-flex-pack:center;  justify-content:center;  -webkit-align-items:stretch;  -webkit-box-align-items:stretch;  -moz-align-items:stretch;  -ms-flex-align:stretch;  align-items:stretch;}.analysis-tab a {  -webkit-box-flex:1 1 50%;  -moz-box-flex:1 1 50%;  -webkit-flex:1 1 50%;  -ms-flex:1 1 50%;  flex:1 1 50%;  background-color:#1890cd;  display:-webkit-flex;  display:-webkit-box;  display:-ms-flexbox;  display:-moz-box;  display:flex;  -webkit-flex-direction:row;  -webkit-box-flex-direction:row;  -ms-flex-direction:row;  -moz-flex-direction:row;  flex-direction:row;  -webkit-flex-wrap:nowrap;  -webkit-box-flex-wrap:nowrap;  -ms-flex-wrap:nowrap;  -moz-flex-wrap:nowrap;  flex-wrap:nowrap;  -webkit-justify-content:center;  -webkit-box-justify-content:center;  -moz-justify-content:center;  -ms-flex-pack:center;  justify-content:center;  -webkit-align-items:center;  -webkit-box-align-items:center;  -moz-align-items:center;  -ms-flex-align:center;  align-items:center;  color:#fff;  font-size:16px;  font-weight:400;  line-height:1;  font-family:ptsansregular;  font-style:normal;  text-align:left;  text-decoration:none;  text-align:center;  padding:16px 4px;  border:1px #DAEBF0 solid;}.analysis-tab a.active {  background-color:#DAEBF0;  color:#555;}.analysis-item-table {  width:100%;}.analysis-item-row {  border:1px #ddd solid;  border-bottom:none;  background-color:#d4f4f8;  display:-webkit-flex;  display:-webkit-box;  display:-ms-flexbox;  display:-moz-box;  display:flex;  -webkit-flex-direction:row;  -webkit-box-flex-direction:row;  -ms-flex-direction:row;  -moz-flex-direction:row;  flex-direction:row;  -webkit-flex-wrap:nowrap;  -webkit-box-flex-wrap:nowrap;  -ms-flex-wrap:nowrap;  -moz-flex-wrap:nowrap;  flex-wrap:nowrap;  -webkit-justify-content:flex-start;  -webkit-box-justify-content:flex-start;  -moz-justify-content:flex-start;  -ms-flex-pack:flex-start;  justify-content:flex-start;  -webkit-align-items:stretch;  -webkit-box-align-items:stretch;  -moz-align-items:stretch;  -ms-flex-align:stretch;  align-items:stretch;}.analysis-item-row.in-cart {  background-color:#DAEBF0;}.analysis-item-row .analysis-item-name {  -webkit-box-flex:auto 4 1;  -moz-box-flex:auto 4 1;  -webkit-flex:auto 4 1;  -ms-flex:auto 4 1;  flex:auto 4 1;  position:relative;  cursor:pointer;}.analysis-item-row .analysis-item-name p {  max-width:95%;  color:#337ab7;  margin:0;}.analysis-item-row .analysis-item-name .fa {  position:absolute;  right:8px;}.analysis-item-row .analysis-item-price {  -webkit-box-flex:auto 0 1;  -moz-box-flex:auto 0 1;  -webkit-flex:auto 0 1;  -ms-flex:auto 0 1;  flex:auto 0 1;  font-weight:600;  text-align:center;}.analysis-item-row .analysis-item-name,.analysis-item-row .analysis-item-price {  padding:8px;}.analysis-item-row .analysis-item-name.first,.analysis-item-row .analysis-item-price.first {  background-color:#fff;}.analysis-item-menu {  display:none;  background-color:#f9f9f9;  padding:8px;  border:1px #DAEBF0 solid;  box-shadow:inset 0 -16px 24px #e8e8e8;}.analysis-item-menu .analysis-item-check {  margin:0 8px;  position:relative;  top:2px;}.analysis-complex > .analysis-item-name {  text-align:center;  background-color:#1890cd;  color:#fff;  padding:6px 0;  font-weight:600;}@media screen and (max-width:720px) {  .quattro-block {    width:100%;  }}.expand-basket {  position:absolute !important;}.expand-basket.expanded {  position:fixed !important;  height:auto;}.expand-basket-left {  padding:4px;}.tabs-menu {  display:-webkit-flex;  display:-webkit-box;  display:-ms-flexbox;  display:-moz-box;  display:flex;  -webkit-flex-direction:row;  -webkit-box-flex-direction:row;  -ms-flex-direction:row;  -moz-flex-direction:row;  flex-direction:row;  -webkit-flex-wrap:nowrap;  -webkit-box-flex-wrap:nowrap;  -ms-flex-wrap:nowrap;  -moz-flex-wrap:nowrap;  flex-wrap:nowrap;  -webkit-justify-content:flex-start;  -webkit-box-justify-content:flex-start;  -moz-justify-content:flex-start;  -ms-flex-pack:flex-start;  justify-content:flex-start;  -webkit-align-items:stretch;  -webkit-box-align-items:stretch;  -moz-align-items:stretch;  -ms-flex-align:stretch;  align-items:stretch;}.tabs-menu li {  line-height:1.5;}.tabs-menu li a {  padding:4px;}.delete {  color:#fff;}p.basket-item-name {  width:384px;  white-space:normal;}.mobile-basket-wrapper {  position:relative;  margin-top:40px;  z-index:999;  display:block;  height:45px;}.mobile-basket-wrapper.opened {  z-index:2100;}.filter-wrapper {  display:-webkit-flex;  display:-webkit-box;  display:-ms-flexbox;  display:-moz-box;  display:flex;  -webkit-flex-direction:row;  -webkit-box-flex-direction:row;  -ms-flex-direction:row;  -moz-flex-direction:row;  flex-direction:row;  -webkit-flex-wrap:nowrap;  -webkit-box-flex-wrap:nowrap;  -ms-flex-wrap:nowrap;  -moz-flex-wrap:nowrap;  flex-wrap:nowrap;  -webkit-justify-content:flex-start;  -webkit-box-justify-content:flex-start;  -moz-justify-content:flex-start;  -ms-flex-pack:flex-start;  justify-content:flex-start;  -webkit-align-items:stretch;  -webkit-box-align-items:stretch;  -moz-align-items:stretch;  -ms-flex-align:stretch;  align-items:stretch;}@media screen and (max-width:720px) {  .filter-wrapper {    display:-webkit-flex;    display:-webkit-box;    display:-ms-flexbox;    display:-moz-box;    display:flex;    -webkit-flex-direction:column;    -webkit-box-flex-direction:column;    -ms-flex-direction:column;    -moz-flex-direction:column;    flex-direction:column;    -webkit-flex-wrap:nowrap;    -webkit-box-flex-wrap:nowrap;    -ms-flex-wrap:nowrap;    -moz-flex-wrap:nowrap;    flex-wrap:nowrap;    -webkit-justify-content:flex-start;    -webkit-box-justify-content:flex-start;    -moz-justify-content:flex-start;    -ms-flex-pack:flex-start;    justify-content:flex-start;    -webkit-align-items:stretch;    -webkit-box-align-items:stretch;    -moz-align-items:stretch;    -ms-flex-align:stretch;    align-items:stretch;  }}.filter-wrapper .bootstrap-select {  width:100% !important;}.filter-wrapper .filter-search {  display:none;}.filter-wrapper .filter-search > input {  background-color:#fff;  width:200px !important;}.filter-wrapper .filter-search input,.filter-wrapper .filter-search .search_btn {  border-radius:0 !important;}.filter-wrapper .filter-select-wrap {  white-space:nowrap;  margin:0 8px;  -webkit-box-flex:auto 0 1;  -moz-box-flex:auto 0 1;  -webkit-flex:auto 0 1;  -ms-flex:auto 0 1;  flex:auto 0 1;}.filter-wrapper .filter-select-wrap .btn_search {  display:inline-block;  padding:0 8px;  width:50%;  height:38px;  font-size:16px;  text-align:center;  line-height:2.3;  background-color:#1990cd;  border:1px solid #1990cd;  color:#fff;  border-radius:0;  text-decoration:none;  cursor:pointer;}.filter-wrapper .filter-select-wrap .btn_search:hover,.filter-wrapper .filter-select-wrap .btn_search:focus {  color:#1990cd;  background-color:transparent;  transition:0.5s;  transition:background-color 0.5s linear;  -webkit-transition:background-color 0.5s linear;}.filter-wrapper .filter-select-wrap .btn_search:active {  color:#fff;  background-color:#1990cd;  box-shadow:inset 0 0 24px #777;}.filter-wrapper .filter-select-wrap .btn_search.disable {  opacity:0.75;  cursor:no-drop;}.filter-wrapper .filter-select-wrap .btn_filter {  display:inline-block;  padding:0 8px;  width:50%;  height:38px;  font-size:16px;  text-align:center;  line-height:2.3;  background-color:#ddd;  border:1px solid #ddd;  color:#fff;  border-radius:0;  text-decoration:none;  cursor:pointer;}.filter-wrapper .filter-select-wrap .btn_filter:hover,.filter-wrapper .filter-select-wrap .btn_filter:focus {  color:#ddd;  background-color:transparent;  transition:0.5s;  transition:background-color 0.5s linear;  -webkit-transition:background-color 0.5s linear;}.filter-wrapper .filter-select-wrap .btn_filter:active {  color:#fff;  background-color:#ddd;  box-shadow:inset 0 0 24px #777;}.filter-wrapper .filter-select-wrap .btn_filter.disable {  opacity:0.75;  cursor:no-drop;}.filter-wrapper .filter-select-wrap .btn.dropdown-toggle {  background-color:#fff;  border-radius:0 !important;  border:1px solid #3699ec;  padding:8px;}.body_mobi .breadcrumb {  background-color:#d4f4f8;  border-radius:0;}.body_mobi .breadcrumb .ul_breadcrumb {  padding:4px 0;}.wrap-menu-buttons-mobile {  display:-webkit-flex;  display:-webkit-box;  display:-ms-flexbox;  display:-moz-box;  display:flex;  -webkit-flex-direction:row;  -webkit-box-flex-direction:row;  -ms-flex-direction:row;  -moz-flex-direction:row;  flex-direction:row;  -webkit-flex-wrap:wrap;  -webkit-box-flex-wrap:wrap;  -ms-flex-wrap:wrap;  -moz-flex-wrap:wrap;  flex-wrap:wrap;  -webkit-justify-content:flex-start;  -webkit-box-justify-content:flex-start;  -moz-justify-content:flex-start;  -ms-flex-pack:flex-start;  justify-content:flex-start;  -webkit-align-items:stretch;  -webkit-box-align-items:stretch;  -moz-align-items:stretch;  -ms-flex-align:stretch;  align-items:stretch;}.wrap-menu-buttons-mobile .menu-button {  -webkit-box-flex:50% 0 1;  -moz-box-flex:50% 0 1;  -webkit-flex:50% 0 1;  -ms-flex:50% 0 1;  flex:50% 0 1;}.wrap-menu-buttons-mobile .menu-button:nth-of-type(2n+1) a {  border-right:solid 1px #268fd0;}.wrap-menu-buttons-mobile .menu-button a {  display:inline-block;  width:100%;  height:40px;  color:#fff;  text-align:center;  text-transform:uppercase;  font-size:12px;  border-bottom:solid 1px #268fd0;  background-color:#50b1de;}.wrap-menu-buttons-mobile .menu-button a:active,.wrap-menu-buttons-mobile .menu-button a:focus,.wrap-menu-buttons-mobile .menu-button a:hover {  background-color:#51cdd3;}.wrap-menu-buttons-mobile .menu-button p {  padding:10px 0;  margin:0;}.registration-form-wrap .user-cabinet-title {  padding-top:32px;}.registration-form-wrap .slide-title {  color:#000;  font-size:23px;  font-weight:400;  line-height:22px;  font-family:ptsansregular;  font-style:normal;  text-align:left;  text-decoration:none;  text-align:center;  padding-bottom:16px;}.registration-form-wrap .share-modul_block {  background:transparent;  box-shadow:none;}.registration-form-wrap .share-modul_block input[type="text"],.registration-form-wrap .share-modul_block textarea {  margin-bottom:16px;  font-size:18px;}.registration-form-wrap .slick-dots li.aproved {  background:#01b8be;}.registration-form-wrap .slick-dots button {  display:none;}.registration-form-wrap .slick-arrow {  color:#fff;  top:auto;  bottom:0;  width:112px;}.registration-form-wrap .slick-arrow.slide-nav-right {  right:0;}.registration-form-wrap .slick-arrow.slide-nav-left {  left:0;}.registration-form-wrap .slick-slide {  padding:0 12px 64px 12px;}.registration-form-wrap .wrong-input {  border:1px solid red;  box-shadow:0 0 5px red;}.registration-form-wrap .slick-disabled {  display:none !important;}.registration-form-wrap #agree-reg {  margin-top:16px;}.registration-form-wrap .calendar_button img {  display:none;}.registration-form-wrap .calendar_button .calendar-icon {  display:inline-block;}.registration-form-wrap .footer_sub-cards {  display:none;}@media screen and (max-width:1360px) {  .registration-form-wrap .user-cabinet-title {    font-size:30px;    padding-top:16px;  }}.registration-form-wrap .placeholder {  color:#000;  font-size:16px;  font-weight:400;  line-height:22px;  font-family:ptsansregular;  font-style:normal;  text-align:left;  text-decoration:none;}.registration-form-wrap .disable {  cursor:no-drop;  opacity:0.7;}.registration-form-wrap .success {  padding:32px 16px;  background-color:#d4f4f8;  color:#000;  font-size:20px;  font-weight:400;  line-height:22px;  font-family:ptsansregular;  font-style:normal;  text-align:left;  text-decoration:none;}.block-wrap-shares_text {  padding:80px 0 32px;}.block-wrap-shares_text .after-title {  padding:48px 0 0px 0;}.shares-megafon-wrap {  height:auto;}.shares-megafon-wrap .shares-megafon {  display:-webkit-flex;  display:-webkit-box;  display:-ms-flexbox;  display:-moz-box;  display:flex;  -webkit-flex-direction:row;  -webkit-box-flex-direction:row;  -ms-flex-direction:row;  -moz-flex-direction:row;  flex-direction:row;  -webkit-flex-wrap:nowrap;  -webkit-box-flex-wrap:nowrap;  -ms-flex-wrap:nowrap;  -moz-flex-wrap:nowrap;  flex-wrap:nowrap;  -webkit-justify-content:flex-start;  -webkit-box-justify-content:flex-start;  -moz-justify-content:flex-start;  -ms-flex-pack:flex-start;  justify-content:flex-start;  -webkit-align-items:stretch;  -webkit-box-align-items:stretch;  -moz-align-items:stretch;  -ms-flex-align:stretch;  align-items:stretch;}.shares-megafon-wrap .shares-megafon .img-wrap {  height:auto;}.shares-megafon-wrap .shares-megafon .img-wrap img {  width:128px;}.shares-megafon-wrap .shares-megafon .shares-megafon_text {  text-transform:none;  height:auto;}.form-group.has-error > label {  border-bottom:solid 1px #a94442;}.form-group.has-success > label {  border-bottom:solid 1px #01b8be;}.form-group .messages {  margin-top:0px;}.form-group .messages .error {  margin:4px 0;  color:#a94442;}.title-under-link {  text-align:center;}.title-under-link>a {  color:red;  font-size:14px;  font-weight:600;  line-height:22px;  font-family:ptsansregular;  font-style:normal;  text-align:left;  text-decoration:none;}.title-under-link>a:hover {  text-decoration:underline;}.corp-clients {  margin:4px;}.corp-clients .form-group {  margin-bottom:24px;}.corp-clients .standart-placeholder {  width:100%;}.corp-clients .standart-checkbox-wrap {  top:16px;}.corp-clients .agree-label {  padding-left:28px;  text-align:left;}.corp-clients .btn {  width:256px;  margin-bottom:16px;}.alert {  background:rgba(234,86,0,0.1);  color:#ea5600;  padding:12px;  border:1px solid transparent;  border-radius:4px;}.sidebar .menu-search {  text-align:left;  margin-left:55px;  display:-webkit-flex;  display:-webkit-box;  display:-ms-flexbox;  display:-moz-box;  display:flex;  -webkit-flex-direction:row;  -webkit-box-flex-direction:row;  -ms-flex-direction:row;  -moz-flex-direction:row;  flex-direction:row;  -webkit-flex-wrap:nowrap;  -webkit-box-flex-wrap:nowrap;  -ms-flex-wrap:nowrap;  -moz-flex-wrap:nowrap;  flex-wrap:nowrap;  -webkit-justify-content:flex-start;  -webkit-box-justify-content:flex-start;  -moz-justify-content:flex-start;  -ms-flex-pack:flex-start;  justify-content:flex-start;  -webkit-align-items:stretch;  -webkit-box-align-items:stretch;  -moz-align-items:stretch;  -ms-flex-align:stretch;  align-items:stretch;}.sidebar .menu-search input {  width:60vw;  height:32px;  padding:0 8px;  border:2px inset #ebebeb;}.sidebar .menu-search button {  height:32px;  margin-left:8px;  -webkit-appearance:none;  -moz-appearance:none;  -ms-appearance:none;  appearance:none;  display:inline-block;  padding:0 8px;  width:auto;  font-size:16px;  text-align:center;  line-height:2.7;  background-color:#fff;  border:1px solid #fff;  color:#fff;  border-radius:50px;  text-decoration:none;  cursor:pointer;}.sidebar .menu-search button:hover,.sidebar .menu-search button:focus {  color:#fff;  background-color:transparent;  transition:0.5s;  transition:background-color 0.5s linear;  -webkit-transition:background-color 0.5s linear;}.sidebar .menu-search button:active {  color:#fff;  background-color:#fff;  box-shadow:inset 0 0 24px #777;}.sidebar .menu-search button.disable {  opacity:0.75;  cursor:no-drop;}.body_mobi .menu-search {  text-align:left;  border:solid 1px #268fd0;  display:-webkit-flex;  display:-webkit-box;  display:-ms-flexbox;  display:-moz-box;  display:flex;  -webkit-flex-direction:row;  -webkit-box-flex-direction:row;  -ms-flex-direction:row;  -moz-flex-direction:row;  flex-direction:row;  -webkit-flex-wrap:nowrap;  -webkit-box-flex-wrap:nowrap;  -ms-flex-wrap:nowrap;  -moz-flex-wrap:nowrap;  flex-wrap:nowrap;  -webkit-justify-content:flex-start;  -webkit-box-justify-content:flex-start;  -moz-justify-content:flex-start;  -ms-flex-pack:flex-start;  justify-content:flex-start;  -webkit-align-items:stretch;  -webkit-box-align-items:stretch;  -moz-align-items:stretch;  -ms-flex-align:stretch;  align-items:stretch;}.body_mobi .menu-search input {  width:100%;  height:40px;  padding-left:24px;  font-size:16px;  background-color:#fff;  color:#094B83;  border-radius:0;  border:none;  -webkit-box-flex:auto 1 1;  -moz-box-flex:auto 1 1;  -webkit-flex:auto 1 1;  -ms-flex:auto 1 1;  flex:auto 1 1;}.body_mobi .menu-search input.empty {  border:solid 1px red;}.body_mobi .menu-search input:focus {  border:solid 1px yellow;}.body_mobi .menu-search button {  -webkit-appearance:none;  -moz-appearance:none;  -ms-appearance:none;  appearance:none;  background-color:transparent;  border:none;  color:#cacbcc;  padding:4px 12px;  font-size:22px;  -webkit-box-flex:auto 0 1;  -moz-box-flex:auto 0 1;  -webkit-flex:auto 0 1;  -ms-flex:auto 0 1;  flex:auto 0 1;}@media screen and (max-width:720px) {  .search-page {    margin:0 4px;  }}.search-page form {  display:-webkit-flex;  display:-webkit-box;  display:-ms-flexbox;  display:-moz-box;  display:flex;  -webkit-flex-direction:row;  -webkit-box-flex-direction:row;  -ms-flex-direction:row;  -moz-flex-direction:row;  flex-direction:row;  -webkit-flex-wrap:nowrap;  -webkit-box-flex-wrap:nowrap;  -ms-flex-wrap:nowrap;  -moz-flex-wrap:nowrap;  flex-wrap:nowrap;  -webkit-justify-content:flex-start;  -webkit-box-justify-content:flex-start;  -moz-justify-content:flex-start;  -ms-flex-pack:flex-start;  justify-content:flex-start;  -webkit-align-items:stretch;  -webkit-box-align-items:stretch;  -moz-align-items:stretch;  -ms-flex-align:stretch;  align-items:stretch;}.search-page form input[type='text'] {  width:100%;}