:root {
  --font: #242424;
  --blue: #3685fb;
  --aqua: #44d7b6;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

body .jGrowl-notification {
    padding: 20px 40px 20px 20px;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    border-radius: 0px;
    border: none;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 0.1);
    opacity: 1;
	font-family: 'Cascadia Code';
    position: relative;
}

body .jGrowl-notification.af-message-success, body .ms2-message-success {
    background-color: #3cf914 !important;
    background: -webkit-linear-gradient(135deg, rgb(38, 255, 0), rgb(229, 255, 0));
    background: -moz-linear-gradient(135deg, rgb(38, 255, 0), rgb(229, 255, 0));
    background: linear-gradient(135deg, rgb(38, 255, 0), rgb(229, 255, 0));
    color: #006f01 !important;
}
body .jGrowl-notification.af-message-error, body .ms2-message-error {
    background-color: #d11a00 !important;
    background: -webkit-linear-gradient(315deg, rgb(255, 79, 0), rgb(187, 0, 0));
    background: -moz-linear-gradient(315deg, rgb(255, 79, 0), rgb(187, 0, 0));
    background: linear-gradient(315deg, rgb(255, 79, 0), rgb(187, 0, 0));
}
body .jGrowl-notification.af-message-info, body .ms2-message-info {
    background-color: #00a6ff !important;
    background: -webkit-linear-gradient(135deg, rgb(0, 166, 255), rgb(48, 230, 121));
    background: -moz-linear-gradient(135deg, rgb(0, 166, 255), rgb(48, 230, 121));
    background: linear-gradient(135deg, rgb(0, 166, 255), rgb(48, 230, 121));
}

body .jGrowl-notification .jGrowl-close {
    position: absolute;
    right: 0;
    top: 0;
    margin: 10px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}

body .jGrowl-notification.af-message-success .jGrowl-close {
    color: #006f01;
}

html, body {
    width: 100%;
    color: #000;
    font-family: 'HelveticaNeueCyr';
    height: 100vh;
    background: #fff;
}

hr.clear {
    display: block;
    margin: 0;
    border: none;
    height: 0;
    width: 100%;
    clear: both;
}

.socials a img {
    width: 24px;
}

.socials a {
    width: 55px;
    display: flex;
    background: #f1f6f9;
    height: 55px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 10px;
    border-radius: 100px;
}

.adaptive {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

header .adaptive {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

header nav ul {
    display: flex;
}

header nav {
    height: 68px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #eaeaea;
    background: #fff;
    transition: 0.3s;
}

header .adaptive a {
    text-decoration: none;
}

header .top a.telephone {
    display: flex;
    padding: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: inherit;
    margin: 0 0 0 15px;
    font-weight: 600;
}

header nav ul li a {
    color: #122a5d;
    font-size: 18px;
    font-weight: 600;
    height: 40px;
    display: flex;
    align-items: center;
}

header nav ul li {
    margin: 0 20px 0 0;
    position: relative;
    display: flex;
    align-items: center;
}

header .cont {
    height: 120px;
    position: relative;
    z-index: 2;
}

header .cont .right {
    display: flex;
}

header .socials {
    display: flex;
    flex-direction: row;
    align-items: center;
}

header a.btn {
    height: 56px;
    padding: 0 30px;
    background: #69a6c5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: #fff;
    font-size: 17px;
}

header a.btn.callback1 {
    margin: 0 10px;
}

header a.btn.btn-orng {
    background: #e4573d;
}

section.pagetitle {
    height: auto;
    background: #f2f7fa;
    background-position: center;
    background-size: cover;
}

section.pagetitle .adaptive {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 0;
}

ol.breadcrumb {
    display: flex;
    padding: 10px 0 0;
    font-size: 20px;
}

section.pagetitle h1 {
    color: #69a6c5;
    font-size: 60px;
    font-weight: 700;
}

ol.breadcrumb span.sep {
    padding: 0 10px;
}

ol.breadcrumb a {
    text-decoration: none;
    color: inherit;
}

.vacanBlock {
    background: #e8f1f6;
    margin: 0 0 40px;
    padding: 30px 40px;
    border-radius: 20px;
}

section.container {
    padding: 80px 0;
}

.vacanBlock h3 {
    font-size: 30px;
    font-weight: 600;
    color: #031b4e;
    margin: 0 0 20px;
}

.vacanBlock p {
    font-size: 20px;
    color: #4f5b75;
    line-height: 24px;
}

footer nav {
    background: #69a6c5;
    padding: 20px 0;
}

footer nav a {
    height: 50px;
    display: flex;
    align-items: center;
    background: #d5ecf2;
    padding: 0 30px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 18px;
    color: #000;
    font-weight: 700;
}

footer nav .adaptive {
    display: flex;
    justify-content: space-between;
}

footer nav a.btn-orgn {
    background: #e4573d;
    color: #fff;
}

footer .partners {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 140px;
}

.partners h3 {
    font-size: 34px;
    color: #9b9b9b;
    font-weight: 600;
}

footer .contacts {
    display: flex;
    justify-content: space-between;
    padding: 90px 0 0;
    height: 90px;
    align-items: center;
}

footer .socials {
    display: flex;
}

.contacts {}

footer .bottom {
    border-top: 1px solid #dde0e0;
    height: 60px;
    box-sizing: border-box;
}

footer .bottom .adaptive {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

footer .contacts .left {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

footer .cntBlock {
    margin: 0 40px 0 0;
}

footer .cntBlock a {
    text-decoration: none;
    color: inherit;
}

footer .cntBlock h3 {
    font-weight: 600;
    font-size: 18px;
    color: #9e9e9e;
    padding: 0 0 10px;
}

footer .cntBlock p {
    font-size: 22px;
    color: #373737;
}

.cnt_tels {
    display: flex;
    padding: 0 0 20px;
    flex-wrap: wrap;
}

.cnt_tels .cntBlock h3 {
    color: #6a6a6a;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
}

.cnt_tels .cntBlock p {
    color: #69a6c5;
    font-size: 38px;
}

.cnt_tels .cntBlock {
    padding: 0 50px 30px 0;
}

.cnt_tels .cntBlock a {
    text-decoration: none;
    color: inherit;
    font-weight: 600;
}

.cnt_info {
    display: flex;
}

.cnt_info .cntBlock {
    padding: 0 50px 0 0;
}

.cnt_info .cntBlock h3 {
    font-size: 18px;
    color: #6a6a6a;
    font-weight: 600;
    margin: 0 0 10px;
}

.cnt_info .cntBlock p {
    font-size: 22px;
}

.cnt_info .cntBlock a {
    text-decoration: none;
    color: inherit;
}

.ltitle {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #69a6c5;
    padding: 0 30px;
    height: 50px;
    border-radius: 25px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.prcBlock {
    background: #f1f6f9;
    margin: 0 0 10px;
    overflow: hidden;
    border-radius: 25px;
}

li.sub_prcBlock {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-top: 1px solid #b0d1e2;
    align-items: center;
    font-size: 20px;
    line-height: 24px;
}

li.sub_prcBlock .price {
    box-sizing: border-box;
    width: 260px;
    padding: 13px 30px;
    border-left: 1px solid #b0d1e2;
}

li.sub_prcBlock h3 {
    display: none;
}

li.sub_prcBlock.headprc h3 {
    display: block;
}

li.sub_prcBlock.headprc {
    border: none;
    font-weight: 600;
}

li.sub_prcBlock .title {
    padding: 13px 30px;
}

.prcBlock .subcont {
    display: none;
}

.ltitle.act i {
    transform: rotateZ(180deg);
}

.persona_info {
    display: flex;
    padding: 0 0 50px;
}

a.zoomphoto {
    display: block;
    position: relative;
}

a.zoomphoto i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 50%);
    color: #fff;
    font-size: 64px;
    transition: 0.3s;
    opacity: 0;
}

a.zoomphoto:hover i {
    opacity: 1;
}

a.zoomphoto img {
    display: block;
}

.persona_info .right {
    padding: 0 0 0 40px;
    width: 530px;
}

.persona_info .info p {
    display: flex;
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}

.persona_info .info p strong {
    display: block;
    width: 180px;
}

.persona_info .info p span {
    width: 350px;
}

.persona_info a.zoomphoto {
    overflow: hidden;
    border-radius: 10px;
}

.grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
}

.personaBlock {
    width: 281.25px;
    margin: 0 25px 30px 0;
}

.personaBlock:nth-child(4n) {
    margin: 0 0 25px;
}

.personaBlock img {
    display: block;
    width: 100%;
    border-radius: 20px;
}

.personaBlock a p {
    padding: 15px 0 10px;
    font-size: 18px;
    color: #777777;
    display: flex;
    align-items: center;
}

.personaBlock a {
    text-decoration: none;
}

.personaBlock h3 {
    font-size: 20px;
    color: #031b4e;
    line-height: 24px;
}

.personaBlock a p:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #e4573d;
    border-radius: 100%;
    margin: 0 10px 0 0;
}

article.article {
    color: #454545;
}

article.article p {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 20px;
}

article.article h2 {
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 20px;
}

article.article h3 {
    font-size: 20px;
    margin: 0 0 20px;
    font-weight: 600;
}

article.article strong {
    font-weight: 600;
}

article.article ul, article.article ol {
    margin: 0 0 20px;
    padding: 0 0 0 25px;
}

article.article li {
    font-size: 18px;
    line-height: 22px;
    list-style-type: disc;
}

article.article blockquote {
    border-left: 4px solid #69a6c5;
    padding: 20px 20px 1px;
    background: #f2f7fa;
}

article.article li::marker {
    color: #e4573d;
}

article.article a {
    text-decoration: none;
    color: #69a6c5;
}

article.article a:hover {
    text-decoration: underline;
}

body.au_page.inside_page section.container .adaptive {
    display: flex;
    justify-content: space-between;
}

.au_images.right {
    width: 550px;
}

.au_images.right .imgBlock {
    width: 550px;
}

.au_images.right .imgBlock img {
    width: 100%;
}

body.au_page.inside_page section.container .adaptive .left {
    width: 650px;
    padding: 0 50px 0 0;
    box-sizing: border-box;
}

.au_images.right .imgBlock a {
    border-radius: 20px;
    overflow: hidden;
}

.au_images.right .owl-nav {
    padding: 20px 0 0;
    display: flex;
}

.au_images.right .owl-nav button {
    margin: 0 10px 0 0;
    background: white;
    width: 50px;
    height: 50px;
    border-radius: 20px;
    border: 3px solid #69a6c5;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.personal .section_title, section.services .section_title {
    padding: 0 0 40px;
    display: flex;
    align-items: center;
}

section.personal .section_title h2, section.services .section_title h2 {
    font-size: 42px;
    font-weight: 600;
    margin: 0 30px 0 0;
}

section.personal .section_title a {
    background: #69a6c5;
    height: 40px;
    display: flex;
    padding: 0 20px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100px;
    font-size: 17px;
    text-decoration: none;
}

section.personal {
    padding: 0 0 40px;
}

body.services_page.inside_page .rows.grid {
    display: flex;
    align-items: stretch;
}

.srvBlock {width: 281.25px;margin: 0 25px 30px 0;}

.srvBlock:nth-child(4n) {
    margin: 0 0 30px;
}

.srvBlock a {
    height: 100%;
    background: #000000;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 120px;
    justify-content: center;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.srvBlock a h3 {
    font-size: 20px;
    color: #fff;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}

section.slider {
    background-color: #53bdeb;
    /* background-image: url(/assets/templates/standart/images/bk-slider.jpg); */
    background-repeat: no-repeat;
    background-position: center;
    height: 700px;
}

body.home_page section.services {
    background: #fff;
    position: relative;
    padding: 70px 0;
}

.faqBlock .question {
    display: flex;
    width: 100%;
    justify-content: space-between;
    background: #69a6c5;
    border-radius: 100px;
    padding: 0 40px;
    box-sizing: border-box;
    min-height: 60px;
    align-items: center;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.faqBlock {
    margin: 0 0 20px;
}

.faqBlock .answer {
    display: none;
}

.answer article {
    margin: 10px 0 0;
    padding: 20px 40px;
    background: #f1f6f9;
    border-radius: 20px;
}

.faqBlock .question.act i {
    transform: rotateZ(180deg);
}

a.zoomphoto .img {
    display: block;
    position: relative;
}

.licenBlock {
    width: 281.25px;
    margin: 0 25px 30px 0;
}

.licenBlock:nth-child(4n) {
    margin: 0 0 30px;
}

.licenBlock h3 {
    padding: 10px 0 0;
    color: #000;
    font-size: 18px;
}

.licenBlock a {
    text-decoration: none;
}

.partnerBlock {
    width: 380px;
    margin: 0 30px 30px 0;
}

.partnerBlock:nth-child(3n) {
    margin: 0 0 30px;
}

.partnerBlock .img {
    height: 100px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.partnerBlock h3 {
    font-size: 20px;
    text-align: center;
    padding: 20px 0 15px;
}

.partnerBlock p {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
}

.partnerBlock .cont {
    border: 1px solid #eaeaea;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-sizing: border-box;
    padding: 20px 20px 20px;
}

body.partners_page.inside_page .rows.grid {
    display: flex;
    align-items: stretch;
}

header nav ul li a.oms_item {
    background: #69a6c5;
    padding: 0 20px;
    border-radius: 100px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
}

header nav ul li i {
}

.submenu ul {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 2px 2px 10px 0px rgb(0 0 0 / 20%);
    padding: 10px 0;
}

header nav ul li .submenu {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 2;
    display: none;
}

.submenu ul li {
    margin: 0;
}

.submenu ul li a {
    white-space: nowrap;
    padding: 12px 20px;
    font-size: 18px;
    height: auto;
    color: #122a5d;
    font-weight: 500;
}

.submenu ul li:first-child {
    border: none;
}

header nav ul li:hover .submenu {
    display: block;
}

a.au_item {
    background-image: url(/assets/templates/standart/images/heart.svg);
    background-size: 24px;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0 0 0 30px;
}

header .cont .right .btns ul {
}

header .cont .right .btns {
    position: relative;
    padding: 0 10px;
}

header .cont .right .btns .submen {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    display: none;
}

header .cont .right .btns .submen ul li a {
    padding: 0 30px;
    height: 50px;
    display: flex;
    white-space: nowrap;
    flex-direction: row;
    align-items: center;
    border-radius: 100px;
    background: #fff;
    box-shadow: 2px 2px 10px 0px rgb(0 0 0 / 10%);
    color: #000;
    font-size: 16px;
}

header .cont .right .btns .submen ul li {
    padding: 10px 0 0;
}

header .cont .right .btns:hover .submen {
    display: block;
}

header {
    position: relative;
    z-index: 120;
    padding: 0 0 68px;
}

.modal_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 140;
    display: none;
}

.modal_wrap.act {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.modal_back_close {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.modal_block {
    position: relative;
    z-index: 2;
    background: #fff;
    width: 400px;
    box-sizing: border-box;
    display: inline-block;
    padding: 40px 30px 30px;
    box-shadow: 0 0 20px 0px rgb(0 0 0 / 20%);
    border-radius: 20px;
}

.modal_but_close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 20px;
    color: #242424;
    font-weight: bold;
    cursor: pointer;
    transition: 0.2s;
}

.modal_title {
    text-transform: uppercase;
    margin: 0 0 20px;
    font-size: 36px;
}

.input_text {
    margin: 0 0 10px;
}

.input_text input, .input_text textarea, .input_text button {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    height: 44px;
    margin: 0;
    border: 1px solid #e6e6e6;
    resize: none;
    outline: none;
    color: #242424;
    font-size: 16px;
    font-family: 'HelveticaNeueCyr';
}

.row.polit {
    text-align: left;
    padding-left: 25px;
    position: relative;
    padding: 15px 0 15px 25px;
    line-height: 20px;
}

.modal_block form .row.polit input {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    margin: 2px 0;
}

label.sbmt_label {
    font-size: 14px;
}

label.sbmt_label a {
    color: #69a6c5;
}

.modal_block button {
    display: inline-block;
    background: #69a6c5;
    padding: 0 30px;
    height: 40px;
    font-size: 18px;
    border: none;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
    transition: 0.3s;
}

.modal_block button.disb {
    opacity: 0.5;
    cursor: no-drop;
    background: #69a6c5 !important;
}

.fpartnerBlock {
    width: 180px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

footer .partners .right {
    width: 910px;
}

footer .partners .right .owl-stage {
    display: flex;
    align-items: center;
}

.fpartnerBlock img {
    max-width: 100%;
    width: auto !important;
}

.empty_result {
    font-size: 40px;
    font-weight: 600;
    opacity: 0.1;
}

/* BookingTime */

div#time_slots label.booked input[type="radio"], div#time_slots label.past-slot input[type="radio"] {
    pointer-events: none;
}

div#time_slots label {
    margin: 0 10px 10px 0;
    cursor: pointer;
    box-shadow: 0 0 0px 0px;
}

div#time_slots label input {
    display: none;
}

div#time_slots label input:checked + span {
    background: #8dffca;
}

div#time_slots label span {
    width: 200px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #eaeaea;
    transition: 0.3s;
}

div#time_slots label.booked, div#time_slots label.past-slot {
    cursor: no-drop;
    background: #ffb6b6;
}

.persona_info .right a.btn {
    background: #e4573d;
    padding: 0 20px;
    height: 50px;
    display: flex;
    width: 200px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}

.persona_info .right .info {
    margin: 0 0 40px;
}

.mainslider .slide {
    display: flex;
    height: 700px;
}

.mainslider .slide .txt {
    width: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mainslider .slide .img {
    width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mainslider .slide .txt .title.longtitle {
    font-size: 50px;
}

.mainslider .slide .txt .title {
    font-size: 60px;
    font-weight: 600;
    margin: 0 0 30px;
}

.mainslider .slide .txt p {
    font-size: 18px;
    color: #464444;
    margin: 0 0 50px;
    line-height: 24px;
}

.mainslider .slide .txt .row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.mainslider .slide .txt .row .btn {
    height: 58px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    margin: 0 10px 0 0;
    background: #69a6c5;
    border-radius: 100px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

.mainslider .slide .txt .row .btn.btn_red {
    background: #e4573d;
}

.mainslider .slide .txt .row a.tel {
    text-decoration: none;
    color: #031b4e;
    font-weight: 600;
    font-size: 24px;
    margin: 0 0 0 10px;
}

a.fixed_btn.material-icons {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #e4573d;
    width: 70px;
    height: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 100%;
    z-index: 22;
    color: #fff;
    font-size: 34px;
}

.mainslider .slide .img img {
    max-width: 100%;
    max-height: 100%;
}

.mainslider .slide .txt .row .btn.read_more {
    color: #000;
    background: #fff;
}

.searchBlock a {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    text-decoration: none;
    color: inherit;
}

.searchBlock a .left {
    display: flex;
}

.searchBlock {
    border-top: 1px solid #e4e4e4;
    padding: 20px 0;
}

.searchBlock:nth-child(1) {
    border: none;
}

.searchBlock a .left span.idx {
    width: 40px;
}

.search_field {
    width: 100%;
    height: 60px;
    background: red;
    margin: 0 0 30px;
}

.search_field form {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.search_field form button {
    position: absolute;
    right: 0;
    width: 80px;
    height: 100%;
    outline: none;
    box-sizing: border-box;
    color: #69a6c5;
}

.search_field form input {
    width: 100%;
    height: 100%;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
    padding: 0 110px 0 30px;
    font-family: 'HelveticaNeueCyr';
    font-size: 16px;
    outline: none;
}

header .top .right, header nav .right {
    display: flex;
}

header .top .right a#specialButton {
    background: #f3f8fa;
    width: 60px;
    margin: 0 10px 0 0;
    border-radius: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

header .top .right a#specialButton img {
    width: 32px;
}

/* Start Glasses */

html.special .material-icons {
    display: none !important;
}

/* End Glasses */

header .top {
    height: 50px;
    background: #f3f8fb;
}

header .top span.address {
    font-size: 16px;
    font-weight: 500;
}

header nav.fixed {
    position: fixed;
    top: 0;
    bottom: auto;
    box-shadow: 0 0 15px 0px rgb(0 0 0 / 20%);
}

.srvBlock a .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-size: cover;
    background-position: center;
    z-index: 0;
    opacity: 0.4;
}

header .adaptive a.logotype img {
    /* width: 80px; */
}

footer .bottom .adaptive a {
    color: inherit;
    text-decoration: none;
}

article.article table {margin: 0 0 15px;/* width: 100% !important; */}

article.article table td {
    border: 1px solid #bbbbbb;
    padding: 10px 6px;
    font-family: "GothamPro";
    font-size: 15px;
}

article.article table thead td {
    background: #242424;
    border: 1px solid #161616;
    color: #fff;
}