@font-face {
    font-family: officina;
    font-display: swap;
    src: url(../fonts/officinasansboldc-webfont.eot);
    src: url(../fonts/officinasansboldc-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/officinasansboldc-webfont.woff) format('woff'), url(../fonts/officinasansboldc-webfont.ttf) format('truetype'), url(../fonts/officinasansboldc-webfont.svg#officinasansboldcregular) format('svg');
    font-weight: 700;
    font-style: bold
}

@font-face {
    font-family: officina;
    font-display: swap;
    src: url(../fonts/officinasansbookc-webfont.eot);
    src: url(../fonts/officinasansbookc-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/officinasansbookc-webfont.woff) format('woff'), url(../fonts/officinasansbookc-webfont.ttf) format('truetype'), url(../fonts/officinasansbookc-webfont.svg#officinasansbookcregular) format('svg');
    font-weight: 400;
    font-style: normal
}

html {
    font-size: 15px;
}

body {
    font-family: officina;
    font-size: 1rem;
    line-height: 1.35;
    margin: 0;
    overflow-x: hidden;
    color: #485460;
}

*,::after,::before{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
    color: #0072bc;
    text-decoration: none;
    background-color: transparent;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;  
}

a:hover {
    color: #00B6B0;
    text-decoration: underline;
}

a:not([href]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):hover {
    color: inherit;
    text-decoration: none;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 0;
}

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6, 
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0;
    line-height: 1.2;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.underline {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.underline span {
    position: relative;
    padding: 0 .15rem;
    z-index: 1;
}

/*.underline span:after {
    position: absolute;
    content: "";
    display: block;
    bottom: 25%;
    left: 0;
    width: 0;
    height: 15%;
    background-color: #63e9ff;
    transition: width 0.3s;
    z-index: -1;
}*/

.underline .active:after {
    width: 100%;
}

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

.color-blue {
    color: #0071BB;
}

/*.underline::after {
    position: absolute;
    content: "";
    left: 0;
    top: .8em;
    background: #9AECDB;
    width: 100%;
    height: .2em;
    z-index: -1;    
}

.underline-blue::after,
.underline.blue::after {
    background-color: #63E9FF;
}*/

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-cover {
    object-fit: cover;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.topper {
    position: relative;
    z-index: 10;
}

.color-sky {
    color: #1B9CFC;
    font-weight: bold;
}

.over {
    overflow: hidden;
}

.abs {
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    z-index: 10;
}

.section-title {
    font-size: 2.67rem;
    font-weight: bold;
    margin-bottom: 2rem;
    line-height: 1.2;
}

.section-pretitle {
    color: #1B9CFC;
    font-weight: bold;
    font-size: 1.334rem;
}

.section-title a,
.section-pretitle a {
    color: inherit;
}

.section-info {
    font-size: 1.6rem;
}

.section-link {
    color: #1B9CFC;
    font-size: 24px;
    position: absolute;
    top: 7px;
    right: 20px;
}

.name-btn {
    margin-left: 1rem;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    border: 3px solid #63E9FF;
    position: relative;
    color: #485460;
    opacity: .5;
}

.name-btn:hover {
    opacity: 1;
}

.name-btn .icon {
    position: absolute;
    right: -.5rem;
    bottom: -.5rem;
}

.name-btn .icon svg {
    width: 2rem;
    max-height: 2rem;
    vertical-align: -.125em;
}

.collapse {
    font-weight: bold;
    position: relative;
    color: #1B9CFC;
    cursor: pointer;
}

.collapse .icon svg {
    width: 1rem;
    max-height: 1rem;
    vertical-align: -.180em;
    transition: .3s;
}

.collapse.active .icon svg {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.collapse.navi {
    font-size: 1.2rem;
    line-height: 75px;
    color: #0071BB;
    display: block;
    position: relative;
}

.collapse.navi:before,
.collapse.navi:after {
    content: '';
    height: 1px;
    position: absolute;
    left: -15px;
    right: -15px;
    background-color: #DDEDFF;
}

.collapse.navi:before {
    top: 0;
}

.collapse.navi:after {
    bottom: 0;
}

.collapse.navi .icon svg {
    width: 20px;
    height: 20px;
    font-size: 20px;
    margin-right: 15px;
    max-height: unset;
}

.collapse.navi.active .icon svg {
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}

.collapse:hover {
    color: #00B6B0;
}

.collapse.navi:hover {
    color: #0071BB !important;
}

.collapse.white,
.collapse.white:hover {
    color: #FFF !important;
}


/*.collapse:active {
    color: inherit !important;
}*/

/* SVG */

.svg-icon svg {
    width: 1em;
    max-height: 1em;
    vertical-align: -.125em;
}

/* FORM */

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #485460;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-bottom: 1px solid #DDEDFF;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control.invalid {
    border-bottom-color: red !important;
    color: red !important;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

.form-control:focus {
    color: #485460;
    background-color: #fff;
    border: 1px solid transparent;
    border-bottom: 1px solid #485460;
    outline: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control::-webkit-input-placeholder {
    color: #C4C4C4;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #C4C4C4;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #C4C4C4;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #C4C4C4;
    opacity: 1;
}

.form-control::placeholder {
    color: #C4C4C4;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

/* BUTTON */

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 3px solid transparent;
    padding: 0.5rem 2rem;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.5;
    border-radius: 0;
    transition: all .15s ease-in-out;
    position: relative;
}

[data-shift].btn{
    max-width: 100%;
    position: relative;
    padding-left: 6rem;
}

[data-shift].btn::after{
    content: attr(data-shift);
    position: absolute;
    padding: 0 1rem;
    background-color: #fff;
    bottom: -1rem;
    right: 1rem;
}

[data-shift].btn:hover::after{
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    line-height: 3rem;
}
[data-shift].btn .hide{
    opacity: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;    
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none;
}

.btn:focus, .btn.focus {
    outline: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.disabled, .btn:disabled {
    opacity: 0.5;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #485460;
    background-color: transparent;
    border-color: #63E9FF;
}

.btn-primary:hover {
    color: #63E9FF;
    background-color: transparent;
    border-color: #63E9FF;
}

.btn-primary:focus, .btn-primary.focus {
    color: #63E9FF;
    background-color: transparent;
    border-color: #63E9FF;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #485460;
    background-color: transparent;
    border-color: #63E9FF;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #63E9FF;
    background-color: transparent;
    border-color: #63E9FF;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-sky {
    width: 100%;
    padding: .5rem 1rem;
    font-size: .9rem;
    color: #fff;
    background-color: #63E9FF;
    border-color: #63E9FF;
    box-shadow:5px 5px 10px rgba(0,0,0,.1);
}

.btn-sky:hover {
    color: #fff;
    background-color:#1B9CFC;
    border-color: #1B9CFC;
}

.btn-white {
    padding:.5rem 1rem;
    text-transform:none;
    font-size:.9rem;
    color:#092148;
    background-color:#fff;
    border-color:#fff;
    box-shadow:5px 5px 10px rgba(0,0,0,.1);
}

.btn-white:hover {
    color:#00aeef;
    background-color:#fff;
    border-color:#00aeef;
}

.btn-white:focus,.btn-white.focus {
    box-shadow:none;
}

.btn-white.disabled,.btn-white:disabled {
    color:rgba(0,0,0,.3);
    background-color:rgba(0,0,0,.1);
    border-color:rgba(0,0,0,.1);
}

.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.show>.btn-white.dropdown-toggle {
    color:#00aeef;
    background-color:#fff;
    border-color:#00aeef;
}

.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white:not(:disabled):not(.disabled).active:focus,
.show>.btn-white.dropdown-toggle:focus {
    box-shadow:none;
}

/* EMBED */

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

/* BREADCRUMBS */

.breadcrumbs {
    padding-left: 0;
    list-style: none;
    font-size: 12px;
    margin: 0;
}

.breadcrumbs li{
    display: inline-block;
}

.breadcrumbs li:not(:last-child) {
    margin-right: .25rem;
}

.breadcrumbs li:not(:last-child)::after {
    content: "\2022";
    color: #E5E5E5;
    margin-left: .5rem;
}

.breadcrumbs li a{
    color: #0071BB;
}

/* HEADER */

.header {
    padding: 1.5rem 0;
    font-size: 1rem;
    color: #485460;
}

.header .item{
    margin-bottom: 1rem;
}

.header .item.right-item{
    text-align: right;
}

.header .item:not(:first-child){
    margin-top: auto;
}

.header .item a{
    color: #485460;
}

.header .item a:hover {
    color: #00B6B0;
}

.header .item .r-block {
    width: 30px;
    height: 30px;
    font-size: 14px;
    border-radius: 50%;
    background-color: #EEF7FF;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.svg-icon.label {
    margin-right: .75rem;
    position: relative;
}

.svg-icon.label::after {
    position: absolute;
    content: "";
    right: -2px;
    top: 50%;
    margin-top: -3px;
    background: #9AECDB;
    border-radius: 50%;
    width: .7rem;
    height: .7rem;
    z-index: 0;
}

.svg-icon.label svg{
    width: 1.1rem;
    max-height: 1.1rem;
    vertical-align: -.125em;
    position: relative;
    z-index: 1;
}

.header-logo{
    text-align: center;
    position: relative;
}

.header-circle{
    position: absolute;
    content: "";
    background: rgba(154, 236, 219, 0.21);
    border-radius: 50%; 
    width: 142px;
    height: 142px;
    z-index: 0;
    left: calc(50% - 71px);
    top: calc(-55px - 1.5rem);
}

.header-logo img{
    max-width: 160px;
    height: auto;
}

.header .item .phone{
    /*
    font-size: 2rem;
*/
    font-size: 32px;
}

.header-mobile {
    width: 100%;
    line-height: 40px;
    color: #485460;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    -moz-box-shadow: 0 0 5px 0 #777;
    -webkit-box-shadow: 0 0 5px 0 #777;
    box-shadow: 0 0 5px 0 #777;
}

.header-mobile a {
    color: inherit;
}

.header-mobile .header-circle {
    width: 100px;
    height: 100px;
    top: -65px;
    left: 50%;
    margin-left: -50px;
}

.header-mobile .header-logo img {
    max-width: 100px;
    height: 2.4rem;
}

.main-menu {
    height: 70px;
    font-size: 1rem;
    background-color: #EEF7FF;
    font-size: 1.2rem;
}

.main-menu .navbar {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main-menu .navbar > li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.main-menu .root {
    padding-right: 15px;
}

.main-menu .root > ul {
    width: auto;
    max-height: 0;
    margin: 0;
    padding: 0 30px;
    list-style: none;
    position: absolute;
    left: -30px;
    top: 60px;
    z-index: 100;
    background-color: #EEF7FF;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.main-menu .root > ul > li {
    padding: 5px 0;
    display: block;
}

.main-menu .root .svg-icon {
    font-size: 10px;
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
    position: absolute;
    right: 0;
    line-height: 0;
}

.main-menu .root:hover > ul {
    max-height: 1000px;
    padding: 15px 30px;
    top: 70px;
}

.main-menu .root:hover .svg-icon {
    color: #00B6B0;
    transform: rotate(360deg);
}

.main-menu a.item {
    white-space: nowrap;
    color: #485460;
    text-decoration: none;
}

.main-menu a.item:hover {
    color: #00B6B0;
}

.main-menu a.item.callback{
    color: #1B9CFC;
}

.main-menu a.item.callback:hover{
    color: #00B6B0;
}

.main-menu .item .svg-icon {
    width: 20px;
    display: inline-block;
    position: relative;
}

.main-menu.fixed {
    width: 100%;
    height: 55px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    font-size: 1rem;
    -moz-box-shadow: 0 0 5px 0 #777;
    -webkit-box-shadow: 0 0 5px 0 #777;
    box-shadow: 0 0 5px 0 #777;
}

.main-menu .logo,
.main-menu .fixed,
.main-menu.fixed .callback {
    display: none;
}

.main-menu.fixed .logo,
.main-menu.fixed .fixed {
    display: -ms-flexbox;
    display: flex;
}

.main-menu.fixed .logo {
    margin-top: -5px;
}

.main-menu.fixed .logo img {
    height: 2.2rem;
}

.main-menu.fixed + .main-menu-replacer {
    height: 70px;
}

/* TABLE */
table {
    width: 100%;
    border: 1px solid #fff;
    border-collapse: collapse;
    margin: 1rem 0;
}

td, th {
    border: 1px solid #fff;
    padding: 8px 15px;
}

td {
    font-size: 1rem;
}

tr:nth-child(even) {
    background: #E9F7FF;
}

th {
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    border-left: 2px solid #fff;
    background-color: #0071BB;
    border-bottom: 5px solid #fff;
}

th:first-child {
    border-left: none;
}

/* SWIPER */
.swiper-container[class*="-slider"] {
    margin-right: -15px;
    margin-left: -15px;
}

.slider-panel {
    margin-top: 30px;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}

.slider-panel [class*="-slider__arrow"] {
    position: relative;
    width: 14px;
    height: 14px;
}

.slider-panel [class*="-slider__arrow"]:before {
    display: block;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/arrow-left.svg)
}

.slider-panel [class*="-slider__arrow"].swiper-button-disabled {
    opacity: .5
}

.slider-panel [class*="-slider__arrow_next"]:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.slider-panel [class*="-slider__pagination"] {
    padding-bottom: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slider-panel .swiper-pagination-bullet {
    opacity: 1;
    -webkit-transform: scale(1)!important;
    -ms-transform: scale(1)!important;
    transform: scale(1)!important;
    background: 0 0;
    color: #c4c4c4;
    font-size: 20px;
    width: 20px;
    height: 20px;
    display: block;
    border: 1px solid #c4c4c4;
    border-radius: 0;
    margin: 0 5px;
    position: relative;
    left: 0!important;
}

.slider-panel .swiper-pagination-bullet.swiper-pagination-bullet-active,
.slider-panel .swiper-pagination-bullet.swiper-pagination-bullet-active-next,
.slider-panel .swiper-pagination-bullet.swiper-pagination-bullet-active-next-next {
    display: block;
}

.slider-panel .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #485460;
    border-color: #63e9ff;
}

.slider-panel .swiper-pagination-bullet span {
    line-height: 1;
    padding: 0 2px;
    display: inline-block;
    position: absolute;
    bottom: -4px;
    right: 2px;
    font-size: 15px;
    background-color: #fff;
}

.slider-panel_white .swiper-pagination-bullet {
    border-color: #fff;
    color: #fff;
    opacity: .5;
}

.slider-panel_white .swiper-pagination-bullet span {
    background-color: #1473b2;
}

.slider-panel_white .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #fff;
    border-color: #fff;
    opacity: 1;
}

.slider-panel_white [class*="-slider__arrow"]:before {
    background-image: url(../img/w-arrow-left.svg);
}


/* FOOTER */

.footer {
    padding: 2rem 0;
}

.footer .footer-border {
    border-top: 1px solid #EEF7FF;
    margin-bottom: 2rem;
}

.footer .item {
    margin-bottom: 1rem;
}

.footer .footer-logo {
    width: 132px; 
    height: auto;
    margin-bottom: 2rem;
}

.footer .footer-phone {
    font-size: 1rem; 
    font-weight: bold;
    margin-bottom: .5rem;
    color: #1B9CFC;
}

.footer .copyright {
    font-size: 12px; 
}

.footer .social-list .svg-icon{
    margin-right: 1rem; 
    color: #485460;
}

.footer .social-list .svg-icon svg {
    width: .85rem;
    max-height: .85rem;
    vertical-align: -.125em;
}

.footer .item .item-title {
    color: #1B9CFC;
    margin-bottom: 1.5rem;
    font-size: 1rem;
    font-weight: bold;
}

.footer .item .item-list a {
    color: #485460;
    margin-bottom: .75rem;
    display: block;
    font-size: 12px;
}

.lic-link {
    font-size: .8rem;
}

/* MOBILE MENU */
.mobile_icon {
    cursor: pointer;
}

.line-1, .line-2, .line-3 {
    background-color: #485460;
    height: 1px;
    width: 20px;
    margin-bottom: 4px;
    transition: all 0.3s ease-in-out;
}

.line-3 {
    margin-bottom: 0;
}

.mobile_icon.active .line-1 {
    transform: translateY(5px) rotate(45deg);
    transform-origin: center center;
}

.mobile_icon.active .line-2 {
    transform: translateX(-100%);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.mobile_icon.active .line-3 {
    transform: translateY(-5px) rotate(-45deg);
    transform-origin: center center;
}

.fancybox-bg {
    background: #fff;
}

.fancybox-content {
    /*height: auto;*/
    /*min-height: 375px;*/
    -webkit-box-shadow: 0px 10px 40px #D6E6EF;
    box-shadow: 0px 10px 40px #D6E6EF;
}

/* ONTOP */
#ontop {
    line-height: 0;
    color: #0069d1;
    font-size: 4rem;
    position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 999999;
    cursor: pointer;
    -webkit-box-shadow: 0 3px 12px 1px rgba(0,0,0,.2);
    box-shadow: 0 3px 12px 1px rgba(0,0,0,.2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}


#ontop.hide {
    display: none;
}

#ontop:before {
    content: "";
    background-color: #fff;
    position: absolute;
    width: 90%;
    height: 90%;
    border-radius: 50%;
    top: 5%;
    left: 5%;
    z-index: -1;
}

@media (min-width:768px) {
    
    .slider-panel {
        display: none
    }
    
}

/*@media (min-width:992px) {
    
    .header-logo {
        top: -23px;
    }
    
}*/

@media (max-width: 991px) {
    
    .section-title {
        font-size: 1.6rem;
        margin-bottom: 1.6rem;
    }
    
    .section-pretitle {
        font-size: .8rem;
        margin-bottom: .667rem;
    }
    
    .section-info {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    
    .main-menu {
        width: 100%;
        height: auto;
        line-height: 50px;
        padding-top: 5px;
        display: none;
        position: fixed;
        top: 85px;
        bottom: 0;
        z-index: 100;
        overflow-y: auto;
    }
    
    .main-menu a.item {
        border-bottom: 1px solid #ddd;
    }
    
    .main-menu a.phone {
        padding: 20px 0 20px;
        color: #1B9CFC;
        text-align: center;
        font-weight: bold;
        font-size: 1.6rem;
    }
    
    .main-menu .navbar {
        height: auto;
        flex-direction: column;
    }
    
    .main-menu .navbar > li {
        border-bottom: 1px solid #ddd;
    }
    
    .main-menu .root .svg-icon,
    .main-menu .root > ul {
        display: none;
    }
    
    .main-menu .navbar a.item {
        border-bottom: none;
    }
    
    .main-menu-replacer {
        height: 88px;
    }
    
    .collapse:hover {
        color: #1B9CFC;
    }
    
    .name-btn:hover {
        opacity: .5;
    }

}

@media (max-width: 767px) {
    
    .section-link {
        top: 0;
    }
    
    .section-video {
        padding-top: 28px;
    }
    
    .section-video .title{
        font-size: 1.6rem;
        padding: 0 0 1.25rem 0;
    }
    
    .section-video .text {
        font-size: 1.2rem;
    }
    
    .section-video .play-btn {
        color: #fff;
        font-weight: bold;
        font-size: 1.2rem;
    }
    
    .section-video .play-btn .svg-icon {
        font-size: 48px;
        margin-right: 24px;
    }
    
    .footer {
        padding: 0;
    }
    
    .footer .social-list .svg-icon{
        margin-right: 0;
        margin-left: 1rem;
        
    }
    
}

@media (max-width: 575px) {
    
    .btn {
        width: 100%;
    }
    
}
.header .item .link-special-offers{
    font-weight: bold;
    display: inline-flex;
}
/* добавлено с шаблона my */
.popup--window.form-modal {
    display: none;
    z-index: 9999;
    overflow: hidden;
    max-width: 580px;
    width: 100%;
    height: auto;
    padding: 20px !important;
    font-size: 13px
}
.popup--window.fancybox-content{
    cursor: initial;
}
.popup--window .form-field .after {
    font-size: 14px;
    color: #777;
}
div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0
}
.about-advantage__title {
    font-size: 30px;
    text-align: center;
}
.about-advantage__title, .about-default-title, .about-procedure__title, .onko-specialist .s--c-item__card, .onko_treatment_title {
    font-family: officina;
}
.fs13, .press-title, .title-text__title, form h3 {
    margin-bottom: 20px;
}
input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], select, textarea {
    outline: 0;
    width: 100%;
    height: 40px;
    border: 1px solid #e4e4e4;
    border-radius: 0;
    font-size: 14px;
    padding: 0 10px;
    line-height: 40px;
    font-weight: 400;
    color: #636973;
    vertical-align: middle;
    margin: 0 17px 0 0;
}
.form-modal__upp {
    text-transform: uppercase;
}
.fs13{
    text-transform: uppercase;
}
.fs13 {
    font-weight: 700;
    color: #adb9c9;
}
.fs13, .press-title, .title-text__title, form h3 {
    margin-bottom: 20px;
}
.form-modal input,
.form-modal textarea,
.form-modal select{
    font-family: officina;
    font-weight: 700;
    color: #636973;
}
.faq-form-label {
    margin-bottom: 20px;
    overflow: hidden;
    display: block;
}
#policy_approve {
    width: 20px;
    height: 20px;
    border: 2px solid #00bab6;
    background: #fff;
}
.faq-form-label__title {
    font-size: 13px;
    color: #adb9c9;
    margin-bottom: 10px;
    font-weight: 700;
}
.faq-form-label__title{
    text-transform: uppercase;
}
.wpcf7-response-output {
    text-align: center;
    margin-top: 10px;
    font-size: 22px;
    color: #0072bc;
}
input[type=submit], .btn-simple {
    background: #0072bc;
    padding: 0 20px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 12px;
    color: #fff;
    border-radius: 60px;
    display: block;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    font-weight: 700;
    height: 42px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
    outline: 0;
    -webkit-appearance: none;
    border: none;
}
.form-modal a,
.form-modal a:hover,
.form-modal a:active{
    text-decoration: none;
}
.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}
.fancybox-content{
    box-shadow: none;
}
.fancybox-slide>* {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0;
    margin-top: 44px;
    margin-right: 0px;
    margin-bottom: 44px;
    margin-left: 0px;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/*
.main-page-swiper{
    max-width: 100%;
    margin-left: 100px;
    position: relative;
}
*/

.main-page-swiper{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1220px;
    position: relative;
}

.main-page-swiper .swiper-slide .flex-column-reverse a{
    display: block;
    text-align: right;
}
.main-page-swiper .swiper-slide .flex-column-reverse .head-container a{
    text-align: initial;
    display: inline-block;
}
.main-page-swiper .swiper-slide .flex-column-reverse .head-container a:hover,
.main-page-swiper .swiper-slide .flex-column-reverse .head-container a:active{
    text-align: center;
}
.main-page-swiper .swiper-slide .flex-column-reverse .head-container{
    padding-left: 15px;
}
@media (max-width: 992px){
    .main-page-swiper{
        margin: 0;
        padding: 0;
    }
    .main-page-swiper .swiper-slide .flex-column-reverse .head-container{
        padding: 0 15px;
    }
}
@media (max-width: 575px){
    .main-page-swiper .swiper-slide .flex-column-reverse .head-container a{
        max-width: 100%;
    }
}
/*
#video.section-video.show-on-scroll .container.topper .row.align-items-center .col-12.col-lg-8.mt-5.mb-3.mt-lg-0.mb-lg-0{
    display: none;
}
*/
body .section-number .card-item .label{
    right: initial;
    font-size: 83px;
}
.clinic-info__wrapper{
    padding-top: 60px;
}
.clinic-info__text__title{
    font-size: 2em;
    font-weight: bold;
}
.clinic-info__text p{
    font-size: 1.5rem;
    margin-top: 1rem;
}
.clinic-info__text p:last-child{
    margin: 0;
}
.clinic-info__directions__list__item{
    padding: 20px 25px;
    font-size: 1.5rem;
    position: relative;
    -moz-box-shadow: 0px 3px 20px #D6E6EF;
    -webkit-box-shadow: 0px 3px 20px #d6e6ef;
    box-shadow: 0px 3px 20px #d6e6ef;
}
.clinic-info__directions__list__item:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    background: #0071BB;
    border-bottom-right-radius: 10px;
}
.pt-el-1{
    padding-top: 15px;
}
.clinic-info__directions__list{
    padding-top: 5px;
}
.clinic-info__directions__list__item a:hover,
.clinic-info__directions__list__item a:active{
    text-decoration: none;
}
.faq-form-label{
    display: flex;
}
.section-text__title-1{
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 47px;
color: #0071BB;
}
.section-text__wrapper{
    padding-top: 30px;
}
.section-text-custom .expert-panel__mediabox img{
    height: 450px;
    width: auto;
}
.section-text-custom .expert-panel__body{
    width: 100%;
    margin-right: -100px;
    height: 200px;
}
.underline span{
    padding: 0;
    padding-right: 3px;
}


















