@charset "UTF-8";
@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}
a{
    cursor: pointer;
}
.form__wrapper input:checked +label:before{
    content: ">";
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    height: 20px;
    color: inherit;
    font-size: 27px;
    display: block;
    color: #fff;
    padding: 2px;
    transform: rotate(90deg);
    font-weight: bold;
}
.v-fix-m > * {
    float: none !important;
    vertical-align: middle;
    display: inline-block;
}

.v-fix-m:before {
    position: relative;
    float: none !important;
    display: inline-block;
    content: '';
    height: 100%;
    width: 0px;
    vertical-align: middle;
}

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

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

body > * {
    width: 100%;
}

body .content {
    z-index: 1;
    position: relative;
}

html,
body {
    height: 100%;
}

html {
    font-size: 16px;
    font-family: 'Myriad Set Pro', 'icommon', sans-serif;
    height: 100%;
}

header {
    position: fixed;
    top: 0;
    z-index: 99;
    background-color: #fff;
}

main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: calc(80vh - 221px);
}

p {
    text-align: justify;
}

.view a:hover {
    color: #0081bc;
    text-decoration: none;
}

.view .back a:hover {
    color: #fff;
}

footer .view a:hover {
    color: #fff;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-20,
.col-25,
.col-33,
.col-41,
.col-50,
.col-59,
.col-66,
.col-75,
.col-84 {
    float: left;
    position: relative;
    min-height: 1px;
}

.col-1 {
    width: 100%;
}

.col-2 {
    width: 50%;
}

.col-20 {
    width: 20%;
}

.col-3 {
    width: 33.333333333%;
}

.col-25 {
    width: 25%;
}

.col-4 {
    width: 25%;
}

.col-33 {
    width: 33.3333333333%;
}

.col-5 {
    width: 20%;
}

.col-41 {
    width: 41%;
}

.col-6 {
    width: 16.666666666%;
}

.col-50 {
    width: 50%;
}

.col-7 {
    width: 14.285714285%;
}

.col-59 {
    width: 59%;
}

.col-8 {
    width: 12.5%;
}

.col-66 {
    width: 66.6666666666%;
}

.col-9 {
    width: 10%;
}

.col-75 {
    width: 75%;
}

.col-10 {
    width: 10%;
}

.col-84 {
    width: 84%;
}

.col-11 {
    width: 9.0909090909%;
}

.col-12 {
    width: 8, 3333333333%;
}

.grid-20 {
    width: 20%;
}

.grid-25 {
    width: 25%;
}

.grid-33 {
    width: 33.33%;
}

.grid-41 {
    width: 41%;
}

.grid-47 {
    width: 47%;
}

.grid-53 {
    width: 53%;
}

.grid-50 {
    width: 50%;
}

.grid-59 {
    width: 59%;
}

.grid-66 {
    width: 66.66%;
}

.grid-80 {
    width: 80%;
}

.grid-100 {
    width: 100%;
}

.view {
    margin: 0 auto;
    width: 100%;
    max-width: 960px;
    position: relative;
    z-index: 1;
}

.view:after {
    clear: both;
    content: '';
    display: block;
}

header .view {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 0 24px;
    position: relative;
}

header .view a picture img {
    height: 48px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

header .view a picture {}

header .view a {}

.burger {
    width: 48px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    background-color: #dfdfdf;
}

.button {
    padding: 8px 32px 7px 32px;
    background-color: #2dceb6;
    color: #fff;
    border-radius: 24px;
    -webkit-box-shadow: 0 0 0 2px transparent;
    box-shadow: 0 0 0 2px transparent;
    border: 1px solid #27b6a1;
    cursor: pointer;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    outline: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    margin-bottom:  5px;
}

.button:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: rgb(223, 223, 223);
    border-radius: 1rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    z-index: 1;
}

.button:hover {
    color: #27b6a1;
    background-color: transparent;
    border: 1px solid #2dceb6;
    -webkit-box-shadow: inset 0 0 0 1px #2dceb6;
            box-shadow: inset 0 0 0 1px #2dceb6;
}

.btn__green:hover {
    color: #fff;
    border-color: #fff;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
            box-shadow: inset 0 0 0 1px #fff;
}

#nav-bar > ul {
    position: relative;
}

.owl-main {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-main .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-main .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-main .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-main .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-main.main .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-main .owl-nav.disabled,
.owl-main .owl-dots.disabled {
    display: none;
}

.owl-main .owl-nav .owl-prev,
.owl-main .owl-nav .owl-next,
.owl-main .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-main.owl-loaded {
    display: block;
}

.owl-main.owl-loading {
    opacity: 0;
    display: block;
}

.owl-main.owl-hidden {
    opacity: 0;
}

.owl-main.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-main.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    overflow: hidden;
}

.owl-main.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-main.owl-rtl {
    direction: rtl;
}

.owl-main.owl-rtl .owl-item {
    float: right;
}

.no-js .owl-main {
    display: block;
}

.owl-main .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-main .owl-animated-in {
    z-index: 0;
}

.owl-main .owl-animated-out {
    z-index: 1;
}

.owl-main .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-main .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-main .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.owl-main .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-main .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform 100ms ease;
    -webkit-transition: -webkit-transform 100ms ease;
    -o-transition: transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-main .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-main .owl-video-playing .owl-video-tn,
.owl-main .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-main .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-main .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-main .owl-item {}

.owl-main .owl-item .view {
    height: 100%;
    color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
}

.owl-main .owl-dots {
    height: 64px;
    position: absolute;
    background-color: rgba(16, 81, 137, 0.5);
    bottom: 0;
    margin: auto;
    text-align: center;
    width: 100%;
}

.owl-main .owl-dots .owl-dot {
    height: 100%;
    width: 64px;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    line-height: 4.5rem;
    font-size: 2rem;
}

.owl-main .owl-dots .owl-dot.active {
    background-color: #fff !important;
    color: #105189;
}

.owl-main .owl-dots .owl-dot:hover {
    background-color: rgba(16, 81, 137, 0.5);
}

.owl-main .owl-dots .owl-dot span:not([class^="icon"]):before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e919";
    font-size: 2rem;
}

.owl-main {
    height: 424px;
    position: relative;
    overflow: hidden;
}

.owl-main #dentistry {
    background: url(/content/uploads/slider-background-2.jpg);
    background-position: top;
    height: 424px;
}

/*.owl-main #preventive-dentistry .view {
    padding: 0 40px;
}*/

.owl-main #dentistry .peoples {
    position: absolute;
    width: 495px;
    height: 395px;
    bottom: 0;
    background: url(/content/uploads/slider-3-peoples.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
}

.owl-main #free-consultation{
    background: url(/content/uploads/slider-background-2.jpg);
    background-position: top;
    height: 424px;
}

.owl-main #free-consultation .peoples{
    position: absolute;
    width: 423px;
    height: 400px;
    bottom: 0;
    background: url(/content/uploads/slider-2-peoples.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    background-position: bottom;
}

.owl-main #teeth-whitening {
    background: url(/content/uploads/slider-background-3.jpg);
    background-position: top;
    height: 424px;
}

.owl-main #teeth-whitening .peoples {
    position: absolute;
    width: 494px;
    height: 400px;
    bottom: 0;
    background: url(/content/uploads/slider-1-peoples.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    background-position: bottom;
}

section.owl-main .item {
    height: 424px;
}

.owl-main #dental-prosthesis {
    background: url(/content/uploads/slider-background-4.jpg);
    background-position: top;
    height: 424px;
}

.owl-main #dental-prosthesis .peoples {
    position: absolute;
    width: 350px;
    height: 320px;
    bottom: 0;
    background: url(/content/uploads/slider-5-peoples.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    top: 40px;
    background-position: bottom;
}
.button-forslide{
    background-color: transparent;
    border: 2px solid;
    border-color: #fff;
    display: inline-block;
    font-weight: 600;
    margin-top: 37px;
    width: 148px !important;
    /*margin-top: 64px;*/
    margin-bottom: 20px;
}







.owl-main #sale-whitening{
    background: url(/content/uploads/slider-background-2.jpg);
    background-position: top;
    height: 424px;
}
.owl-main #sale-whitening .peoples{
     position: absolute;
     width: 494px;
    height: 400px;
    bottom: 0;
    background: url(/content/uploads/slider-2-peoples-old.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    background-position: bottom;
}



.owl-main #sale-student{
    background: url(/content/uploads/slider-background-6.jpg);
    background-position: top;
    height: 424px;
}
.owl-main #sale-student .peoples{
     position: absolute;
     width: 494px;
    height: 400px;
    bottom: 0;
    background: url(/content/uploads/slider-6-peoples.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    background-position: bottom;
}


.owl-main #whitening{
    background: url(/content/uploads/slider-background-7.jpg);
    background-position: top;
    height: 424px;
}
.owl-main #whitening .peoples{
     position: absolute;
     width: 494px;
    height: 400px;
    bottom: 0;
    background: url(/content/uploads/slider-5-peoples.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    background-position: bottom;
}













.owl-item a.slider.button {
    background-color: transparent;
    border: 2px solid;
    display: inline-block;
    font-weight: 600;
}

.owl-item a.slider.button:hover {
    background-color: #fff;
    border: 2px solid transparent;
    display: inline-block;
    font-weight: 600;
    color: #2dceb6;
    -webkit-box-shadow: 0 0 0 2px transparent;
            box-shadow: 0 0 0 2px transparent;
}

.owl-main .item .view .item-title {
    font-size: 2.437rem;
    padding-top: 56px;
}

.owl-main .item .view .item-desc {
    font-size: 1.812rem;
    padding-top: 24px;
    padding-bottom: 80px;
}
.owl-main .item#dental-prosthesis .view .item-desc{
    padding-top: 10px;
}
.owl-main .item .view .item-desc,
.owl-main .item .view .item-title {
    font-weight: 600;
    letter-spacing: 1px;
}

section .view h2 {
    color: #105189;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    margin: 0;
    padding: 2rem 33.3333%;
    cursor: default;
}

section .view h2:before {
    content: '';
    display: block;
    position: absolute;
    width: 33.33333%;
    height: 1px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #ffffff;
    background: -webkit-linear-gradient(left, transparent 30%, #105189 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, transparent), to(#105189));
    background: -o-linear-gradient(left, transparent 30%, #105189 100%);
    background: linear-gradient(to right, transparent 30%, #105189 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#105189', GradientType=1);
}

section .view h2:after {
    content: '';
    display: block;
    position: absolute;
    width: 33.33333%;
    height: 1px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #105189;
    background: -webkit-linear-gradient(left, #105189 0%, transparent 70%);
    background: -webkit-gradient(linear, left top, right top, from(#105189), color-stop(70%, transparent));
    background: -o-linear-gradient(left, #105189 0%, transparent 70%);
    background: linear-gradient(to right, #105189 0%, transparent 70%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#105189', endColorstr='#ffffff', GradientType=1)
}

section.soft .view h2 {
    color: #fff;
}

section.soft .view h2:before {
    background: transparent;
    background: -webkit-linear-gradient(left, transparent 30%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, transparent), to(#ffffff));
    background: -o-linear-gradient(left, transparent 30%, #ffffff 100%);
    background: linear-gradient(to right, transparent 30%, #ffffff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='#ffffff', GradientType=1);
}

section.soft .view h2:after {
    background: #ffffff;
    background: -webkit-linear-gradient(left, #ffffff 0%, transparent 70%);
    background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(70%, transparent));
    background: -o-linear-gradient(left, #ffffff 0%, transparent 70%);
    background: linear-gradient(to right, #ffffff 0%, transparent 70%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='transparent', GradientType=1)
}

#advantages .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 56px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

#advantages .row .item {
    font-size: initial;
    width: 12%;
    text-align: center;
    color: #49cae9;
    text-transform: uppercase;
    font-weight: 600;
    vertical-align: top;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1.5rem;
    cursor: default;
}

#advantages .row .item span[class^=icon] {
    font-size: initial;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 5.5rem;
    margin-bottom: 16px;
}

section#services {
    background: url(/content/uploads/our-services.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 56px;
}

section.soft {
    color: #fff;
}

section#owl-licenses {
    background-image: url(/content/uploads/background-licenses.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

section#owl-licenses .owl-dots {
    display: none;
}

section#services .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

section#services .row .item .front span[class^=icon] {
    font-size: initial;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 5.5rem;
    margin-bottom: 32px;
}

section#services .row .item {
    height: 272px;
    width: 19.3%;
    position: relative;
    background-color: rgba(170, 224, 255, 0.5);
    -webkit-box-shadow: 3px -3px 3px 1px rgba(40, 58, 143, 0.15);
            box-shadow: 3px -3px 3px 1px rgba(40, 58, 143, 0.15);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 8px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

#services .row .item .front {
    cursor: pointer;
    padding-top: 56px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

#services .row .item .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    padding: 16px 0 0 16px;
    color: #0077c2;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: 500;
}

#services .row .item .back a {
    margin-bottom: 8px;
    display: block;
}

#services .row .item .back a:hover {
    margin-bottom: 8px;
    display: block;
    font-weight: 600;
}

#services .row .item input[type="checkbox"],
#services .row .item input + label.letmeshow_btn {
    display: none;
}

#employees .row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 0;
    padding: 2rem 0;
}

#employees .row .item {
    width: 33.3333%;
    position: relative;
    padding: 0 1.5rem;
    overflow: hidden;
}

#employees .row .item:hover .photo .desc {
    cursor: default;
    opacity: 1;
}

#employees .row .item .photo .desc {
    position: absolute;
    background-color: rgba(77, 184, 166, 0.8);
    text-align: center;
    width: 100%;
    height: 100%;
    color: #fff;
    padding-top: 25%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

#employees .row .item .photo .desc .name {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 8px;
}

#employees .row .item .photo .desc .profession {
    font-weight: 700;
    margin-bottom: 32px;
}

#employees .row .item .photo .desc .alt {
    font-weight: 100;
}

#employees .row .item .photo {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
    border-radius: 50%;
}

#employees .row .item img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

#reviews .review .title {
    color: #4db8a6;
    font-weight: 600;
    margin-bottom: 16px;
    padding-top: 40px;
}

#reviews .review:not(:nth-child(2)) {
    border-top: 1px solid #d6d6d6;
}

#reviews .review {
    text-align: left;
    cursor: default;
}

#reviews {
    text-align: center;
    padding-bottom: 3.5rem;
}

#reviews .review .date {
    color: #a5b1bf;
    margin-bottom: 16px;
}

#reviews .review .content {
    color: #506d8f;
    font-weight: 600;
    margin-bottom: 48px;
}

footer .footer-inner {
    background-color: #467aa7;
    color: #fff;
}

footer .footer-inner {
    background-color: #467aa7;
    color: #fff;
}

footer .footer-inner .view .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 1rem;
}

footer .footer-inner .groups {
    position: relative;
    width: 33.333333%;
}

footer .footer-inner .group-name {
    position: relative;
    font-size: 1.5rem;
    text-transform: uppercase;
    padding-tOp: 1.5rem;
    cursor: default;
}

footer .footer-inner .group-content {
    padding-top: 2rem;
}

footer .footer-inner .group-content.paid-cards [class^="icon-"] {
    cursor: default;
}

footer .footer-inner .group-content img {
    max-width: 100%;
}

footer .footer-inner .group-name:after {
    content: '';
    display: block;
    position: relative;
    height: 1px;
    width: 82.6%;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: 8px;
    background-clip: border-box;
    background: #ffffff;
    background: -webkit-linear-gradient(left, #ffffff 0%, transparent 100%);
    background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(transparent));
    background: -o-linear-gradient(left, #ffffff 0%, transparent 100%);
    background: linear-gradient(to right, #ffffff 0%, transparent 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='transparent', GradientType=1);
}

footer .footer-inner .group-content.paid-cards {
    font-size: 0;
}

footer .footer-inner .group-content [class^="icon-"] {
    font-size: 3.5rem;
    padding-right: 1.5rem;
    margin-bottom: 1rem;
    display: inline-block;
    cursor: pointer;
}

.icon-content-row {
    font-size: 3.5rem;
    display: inline-block;
    margin: 0 1.5rem 0 1rem;
}

.icon-content-row [class^="icon-"]:before {
    margin-right: 1rem;
}

.icon-content-row__center {
    display: block;
    margin: 0 auto !important;
    text-align: center;
}

p.icon-content-row {
    padding: 0 !important;
}

footer .copyright .view {
    padding: 2rem 0;
    color: #506d8f;
    font-size: 1.125rem;
    font-weight: 500;
}

footer .copyright .view > * {
    display: inline-block;
}

footer .copyright .view .agatech {
    position: absolute;
    right: 1%;
    top: 15%;
    cursor: pointer;
    height: 70%;
    text-align: right;
}

footer .copyright .view .agatech img {
    height: 100%;
    max-width: initial;
}

footer .copyright .view .agatech a {
    height: 100%;
    display: block;
}

#login .login-form-wrapper {
    padding: 0 5rem;
    margin: 64px auto;
    width: 10rem;
}

.login-form-wrapper label {
    display: block;
    color: #6d6d6d;
}

.login-form-wrapper label + input.text {
    border: 1px solid rgba(136, 136, 136, 0.3);
    outline: none;
    border-radius: 4px;
    margin-bottom: 16px;
}

.login-form-wrapper input[type="submit"] {
    display: block;
    margin-top: 16px;
    margin: auto;
}

.content-header#services-header {
    background-image: url(/content/uploads/banner-services-page.jpg);
    background-size: cover;
}

.content-header {
    background-repeat: no-repeat;
    background-size: 120%;
    background-position: center;
    position: relative;
    color: #105189;
}

.content-header.muted {
    color: #fff;
}

.content-header:before {
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}

.content-header.muted:before {
    opacity: 0.9;
    background: #16aad0;
    background: -webkit-linear-gradient(left, #16aad0 0%, #4db8a6 100%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, right top, from(#16aad0), color-stop(100%, #4db8a6), to(#ffffff));
    background: -o-linear-gradient(left, #16aad0 0%, #4db8a6 100%, #ffffff 100%);
    background: linear-gradient(to right, #16aad0 0%, #4db8a6 100%, #ffffff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#16aad0', endColorstr='#ffffff', GradientType=1);
}

.content-header.muted h1 {
    color: #fff;
}

h1 {
    text-align: center;
    margin: 0;
    padding: 2rem 0;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 600;
    color: #105189;
    line-height: 2rem;
}

.content-header.muted h1:after {
    background: #ffffff;
    background: -webkit-linear-gradient(left, transparent 5%, #ffffff 50%, transparent 95%);
    background: -webkit-gradient(linear, left top, right top, color-stop(5%, transparent), color-stop(50%, #ffffff), color-stop(95%, transparent));
    background: -o-linear-gradient(left, transparent 5%, #ffffff 50%, transparent 95%);
    background: linear-gradient(to right, transparent 5%, #ffffff 50%, transparent 95%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
    height: 1px;
}

h1:after {
    content: '';
    display: block;
    position: relative;
    margin-top: 0.5rem;
    background: #105189;
    background: -webkit-linear-gradient(left, transparent 5%, #105189 50%, transparent 95%);
    background: -webkit-gradient(linear, left top, right top, color-stop(5%, transparent), color-stop(50%, #105188), color-stop(95%, transparent));
    background: -webkit-linear-gradient(left, transparent 5%, #105188 50%, transparent 95%);
    background: -o-linear-gradient(left, transparent 5%, #105188 50%, transparent 95%);
    background: linear-gradient(to right, transparent 5%, #105188 50%, transparent 95%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#105189', endColorstr='#105189', GradientType=1);
    height: 1px;
}

.view.content-data {
    color: #105189;
    font-weight: 600;
    padding: 3rem 0;
    line-height: 1.3rem;
}

#owl-licenses .owl-main .item {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
    display: block;
}

#owl-licenses .owl-main .owl-item {
    width: 33.3333%;
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
}

#owl-licenses .owl-main {}

#owl-licenses .owl-main .item img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

#gallery .row.gal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1.5rem 0;
}

#gallery .row.gal .item {
    padding: 0 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 33.3333%;
}

#gallery .row.gal .item img {
    width: 100%;
}

#gallery .row.navigation {
    text-align: center;
    padding: 32px 0;
}

ul.prices-accordeon {
    list-style: none;
    padding: 0 80px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

ul.prices-accordeon > li {
    font-size: 1.5rem;
    text-transform: uppercase;
    position: relative;
    color: #fff;
    width: 100%;
    display: block;
    margin-bottom: 2rem;
    cursor: pointer;
}

ul.prices-accordeon > li div {
    width: 60%;
    display: inline-block;
}

ul.prices-accordeon > li span {
    width: 18%;
}

ul.prices-accordeon > li:before {
    font-size: 2rem;
    margin: 0 16px;
    vertical-align: middle;
}

ul.prices-accordeon > li:after {
    content: '';
    position: absolute;
    height: 3rem;
    top: -8px;
    width: 100%;
    border-radius: 40px;
    opacity: 0.9;
    left: 0;
    background: #16aad0;
    background: -webkit-linear-gradient(left, #16aad0 0%, #4db8a6 100%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, right top, from(#16aad0), color-stop(100%, #4db8a6), to(#ffffff));
    background: -o-linear-gradient(left, #16aad0 0%, #4db8a6 100%, #ffffff 100%);
    background: linear-gradient(to right, #16aad0 0%, #4db8a6 100%, #ffffff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#16aad0', endColorstr='#ffffff', GradientType=1);
    z-index: -1;
}

ul.prices-accordeon ul {
    list-style: none;
    color: #105189;
    text-transform: none;
    font-size: 1rem;
    padding: 2rem;
    height: auto;
    display: none;
    cursor: default;
}

ul.prices-accordeon ul > li {
    margin: 8px 0;
    /*position:relative;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}


/*ul.prices-accordeon ul > li .right{float:right;}*/

ul.prices-accordeon ul > li:hover {
    cursor: default;
}

.price__title {
    font-size: 1.5rem;
    padding-top: 10px;
}

#map {
    width: 100%;
    height: 600px;
}

section#contacts .float-form {
    width: 320px;
    position: absolute;
    right: 0;
    top: 104px;
}

section#contacts p {
    font-size: 1.5rem;
}

section#contacts p .title {
    font-weight: 600;
    display: block;
}

form h3 {
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.5rem;
}

form > *:not(.button) {
    width: 100%;
    margin-bottom: 16px;
}

form > .spoiler {
    padding-left: 16px;
    color: #939393;
}

#callback-form > .spoiler {
    color: #fff;
}

form input,
form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 8px 16px;
    border-radius: 16px;
    border: 1px solid #959595;
    outline: none;
    resize: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.soft form input,
.soft form textarea {
    color: #939393;
}

section#contacts form .spoiler {
    color: #939393;
    padding-left: 16px;
}

section#contacts form button.button {
    display: block;
    margin: auto;
}

section#helpful [class^="col-"] {
    width: 33.3333333%;
}

.vertical-pane .col-33 {
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.vertical-pane .item {
    color: #fff;
    padding: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 24px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: block;
}

.vertical-pane .item:hover {
    background-color: #fff !important;
    color: #507aa3;
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-box-shadow: 0 0 16px 4px rgba(40, 58, 143, 0.39);
            box-shadow: 0 0 16px 4px rgba(40, 58, 143, 0.39);
}

.vertical-pane .item h4 {
    font-size: 1.5rem;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
    height: 2.7em;
}

.vertical-pane .item picture {
    width: 100%;
    position: relative;
}

.vertical-pane .item picture img {
    max-width: calc(100% + 32px);
    left: -16px;
    position: relative;
}

#ur-callback .center-form {
    width: 100%;
    max-width: 320px;
    margin: auto;
}

section#ur-callback {
    padding-bottom: 52px;
    background-image: url(/content/uploads/our-services.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#ur-callback .button {
    display: block;
    margin: 0 auto;
    width: 55%;
    margin-top: 10px;
}

#ur-callback .center-form {
    color: #fff;
}

#gallery .vertical-pane .item {
    padding: 0;
    margin-bottom: 16px;
}

#gallery .vertical-pane .col-33 {
    padding: 0 8px;
}

#gallery .vertical-pane .col-33 picture img {
    left: initial;
    widtH: 100%;
}

div#col-1 {}

header .view img {
    height: 100%;
}

span.middle {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 80%;
}

.enroll_form_data {
    display: none;
}

form h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 400;
    color: #105189;
    margin: 24px 0;
}

form button {
    margin: auto;
    display: block !important;
}

.sub_info {
    text-align: center;
    padding: 24px 60px 5px;
    font-size: 19px;
    color: #105189;
    padding: 0 15%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 24px;
    text-align: center;
}

.fancybox-slide>* form + .fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    margin: 0;
}

.fancybox-slide>* form + .fancybox-close-small:focus:after {
    border: none;
    outline: none;
}

.fancybox-slide>* form + .fancybox-close-small:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    background: url(/img/close.svg);
    background-size: 3rem;
    background-position: -12px center;
    margin: 0;
    content: '';
    color: #0478bf;
}

form .sub_info a {
    font-weight: 600;
    white-space: nowrap;
}

.content-header picture {
    margin: auto;
    display: block;
    width: auto;
    text-align: center;
}

.alternate__telephone {
    display: none;
    cursor: pointer;
    font-size: 32px;
    position: absolute;
    right: 56px;
    top: 12px;
    color: #0478bf;
}

.icon-special:before {
    margin-right: 5px;
}

.icon-special>span.middle {
    width: auto;
}

@-webkit-keyframes loader {
    from {
        -webkit-transform: rotate(0deg) translateZ(0);
        -ms-transform: rotate(0deg) translateZ(0);
        transform: rotate(0deg) translateZ(0);
    }
    to {
        -webkit-transform: rotate(360deg) translateZ(0);
        -ms-transform: rotate(360deg) translateZ(0);
        transform: rotate(360deg) translateZ(0);
    }
}

@keyframes loader {
    from {
        -webkit-transform: rotate(0deg) translateZ(0);
        -ms-transform: rotate(0deg) translateZ(0);
        transform: rotate(0deg) translateZ(0);
    }
    to {
        -webkit-transform: rotate(360deg) translateZ(0);
        -ms-transform: rotate(360deg) translateZ(0);
        transform: rotate(360deg) translateZ(0);
    }
}

.treatment__block {
    margin: 0 auto;
    width: 100%;
    max-width: 960px;
    position: relative;
    z-index: 1;
}

.treatment__title__wrapper {
    /*    background-color: #0077c2;*/
    background-color: #00c4d0;
    padding: 0 20px;
    display: inline-block;
    border: transparent;
    border-radius: 30px;
    line-height: 1rem;
    margin-left: -40px;
}

.treatment__title__wrapper__big {
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 5px;
    text-align: center;
    line-height: 1.7;
    font-size: 19px;
    margin-left: 0;
}

.treatment__title {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
}

.treatment__main-block {
    background-repeat: no-repeat;
    background-size: 120%;
    background-position: center;
    position: relative;
    color: #105189;
}

.tooth__icon {
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding: 10px;
}

.tooth__icon h3 {
    position: relative;
    padding: 0 0 0 60px;
}

.tooth__icon:after {
    position: absolute;
    left: 0;
    top: 21%;
    content: '';
    background: url(/content/uploads/tooth.png) no-repeat 0 0;
    width: 49px;
    height: 49px;
}

.treatment__list {
    list-style: none;
}

.treatment__list li {
    position: relative;
    padding-left: 60px;
    min-height: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.treatment__list li:after {
    position: absolute;
    left: 0;
    top: 26%;
    content: '';
    background: url(/content/uploads/tooth-list.png) no-repeat 0 0;
    width: 35px;
    height: 35px;
}

.treatment__list li:nth-of-type(2):after {
    top: 20%;
}

.tooth__icon__last h3:after {
    top: -7px;
}

.bottom-block {
    padding-bottom: 30px;
}

.treatment__main-block a {
    text-decoration: underline;
}

.bborder {
    border: 1px #01caeb solid;
    padding: 10px;
    margin: 10px 0;
}

.bborderf {
    background-color: #01caeb;
    padding: 10px;
    margin: 10px 0;
}

.contacts__block {
    width: 49%;
    display: inline-block;
}

.contactform {
    width: 49%;
    float: right;
}

form input,
form textarea {
    width: 100%;
}

.invalid {
    border: 1px solid red;
}

.f__contactform,
.f__recordform {
    display: block;
    margin: 0 auto;
    width: 40%;
}

.f__recordform {
    width: 55%;
    margin-top: 10px;
}

.reviewform button {
    display: inline-block;
}

.partner__images {
    display: none;
    /*    justify-content: space-around;
    align-items: center;*/
}

.partner__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.partner__img img {
    width: 35%;
}

.msg-f_s {
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 350px;
}

.reviewform {
    background: url(/content/uploads/our-services.jpg);
}

.recordform {
    width: 90%;
}

.action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: center;
}

.action__item {
    width: 32%;
    height: 385px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 15px;
    padding: 10px 0 0 0;
    color: #fff;
    text-transform: uppercase;
}

.action__title {
    font-size: 20px;
    /*    width: 92%;*/
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 8px;
    padding-left: 30px;
}

.action__text {
    font-size: 16px;
    padding: 0;
    margin: 0;
    font-weight: bold;
    padding-left: 30px;
}

.button__action {
    font-size: 14px;
    background: transparent;
    border: 2px solid #fff;
    padding: 3px 17px;
    margin: 10px 25px;
}

.button__action:hover {
    font-size: 14px;
    background: #fff;
    border: 2px solid #fff;
    color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.btn__action {
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    width: auto;
}

.btn__action__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.nav-bar-item__1 {
    -webkit-touch-callout: none;
}

.sp-price__1 {
    font-weight: bold;
    font-size: 24px;
    position: relative;
    padding: 5px;
    bottom: 5px;
}

.sp-price__1:after {
    content: '';
    width: 95%;
    background: #ff000075;
    height: 2px;
    top: 17px;
    left: 2px;
    position: absolute;
}

.sp-price__2 {
    font-weight: bold;
}

#teeth-whitening .sp-price__2 {
    font-size: 55px;
    font-weight: normal;
    text-transform: uppercase;
}

.action-image{
    width:100%;
    height: 420px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.center{
    text-align: center;
}
.price-text{
    float: right;
    width: 29% !important;
    padding-top: 7px;
    font-size: 16px;
    position: relative;
}
.price-text:before{
    content: '▼';
    display: block;
    position: absolute;
    right: 16px;
    font-size: 1rem;
}
.baner-left{
    font-size: 1.2rem;
    margin-right: 20px;
    margin-left: 15px;
}
.baner-text{
    font-size: 1.2rem;
    position: relative;
}
.baner-text:before{
    content: '•';
    display: block;
    position: absolute;
    left: -13px;
    top: 2px;
}
.owl-item a.slider.button.baner-btn{
    font-size: 16px;
}
ul.prices-accordeon > li:hover .price-text{
    color: #0081bc;
    text-decoration: none;
}
/*ul.prices-accordeon > li:hover:after{
    background: transparent;
    border: 1px solid #2dceb6;
}*/
.uslugi #reviews{
    padding-top: 30px;
}
.uslugi #reviews .review .title{
    padding-top: 0;
}
.bottom-form{
    padding: 0 45px;
}
.bottom-title{
    text-align: center;
    margin: 0;
    padding-top: 2rem;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 600;
    color: #105189;
    letter-spacing: 1.2px;
    line-height: 1;
}
.sub-title{

}
.form-content{

}
.form-left{
    width: 37.5%;
    display: inline-block;
}
.left-img{

}
.bottom-form p.left-text{
    text-align: left;
    margin: 1rem 0;
    font-size: 0.8rem;
    font-weight: normal;
}
.form-right{
    width: 61%;
    display: inline-block;
    vertical-align: top;
    padding-top: 10px;
}
.mobile{
    display: block;
    text-align: center;
    color: #000;
    font-size: 1.2rem;
    letter-spacing: 0.2px;
    margin: 8px 0;
    font-weight: normal;
}
#bottom_mobile{
    display: block;
    margin: 0 auto;
    border: 2px solid #34cfb8;
    border-radius: 30px;
    padding: 9px 13px 6px;
    font-size: 1.9rem;
    outline: none;
    width: 65%;
}
.form__field{
    display: block;
    padding: 20px 0% 0 17%;
    position: relative;
    line-height: 1;
    width: auto !important;
}
#personalv{opacity: 0;position: absolute;/* width: 30px; *//* height: 30px; */}
.bottom-btn{display: inline-block;padding-top: 29px;padding: 30px 40px;}
.btn-tel{font-size: 1.6rem;color: #506dab;margin-left: 50px;position: relative;/* margin-right: 40px; */vertical-align: bottom;}
.bottom-title:after {
    content: '';
    display: block;
    position: relative;
    margin-top: 0.5rem;
    background: #105189;
    background: -webkit-linear-gradient(left, transparent 5%, #105189 50%, transparent 95%);
    background: -webkit-gradient(linear, left top, right top, color-stop(5%, transparent), color-stop(50%, #105188), color-stop(95%, transparent));
    background: -webkit-linear-gradient(left, transparent 5%, #105188 50%, transparent 95%);
    background: -o-linear-gradient(left, transparent 5%, #105188 50%, transparent 95%);
    background: linear-gradient(to right, transparent 5%, #105188 50%, transparent 95%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#105189', endColorstr='#105189', GradientType=1);
    height: 1px;
}
.sub-title:before{
    content: '';
    display: block;
    position: absolute;
    left: -27px;
    width: 23px;
    height: 23px;
    background-image: url(/img/plus.png);
    top: -3px;
}
.sub-title{
    position: relative;
    margin: 0 30px;
    font-size: 1.3rem;
}
.bottom-form p{
    text-align: center;
    margin: 1rem;
}
.form__wrapper label {
    width: 23px;
    height: 23px;
    background-color: #2dceb6;
    display: block;
    position: absolute;
    left: 10%;
    top: 20px;
    z-index: 99;
    text-align: center;
    border: 1px solid transparent;
}
.persona-text{
    font-size: 0.9rem;
    font-weight: normal;
    color: #000;
    width: 86%;
    display: inline-block;
    text-align: left;
}
.bottom-btn .btn__action{
    margin: 0;
    display: inline;
}
.btn-tel:after{
    content:"\e91b";
    position: absolute;
    left: -45px;
    font-size: 1.9rem;
    top: -6px;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.form-left img{
    width: 100%;
}
.bottom-form .btn__green:hover{
    color: #0081bc;
    border: 1px solid #2dceb6;
}
.telephon-text{padding: 12px 40px;}
.bottom-form .button{display: block;width: -webkit-fit-content;width: -moz-fit-content;width: fit-content;margin: 0 auto;}
#bottomform .form__wrapper{
    margin: 0;
    position: relative;
}
.invalid{
    border: 1px solid red !important;
}
input.invalid+label.galka{
    border: 1px solid red;
}
.fotm-h{
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.5rem;
    width: 100%;
    margin-bottom: 16px;
}
.baner-left-mar{
    margin-left: 15px;
}
.sale50{
    position: relative;
}
.sale50:after {
    content: '';
    display: block;
    background-image: url(/img/50sale.png);
    position: absolute;
    left: 35%;
    bottom: 0;
    width: 250px;
    height: 120px;
    background-size: contain;
    background-repeat: no-repeat;
}
.peoples{
    pointer-events: none;
}
.adress:after{
    /* content: 'мкрн. УлГУ'; */
    right:  0;
}
/*.telephone:before{
    content: 'Ежедневно с 9:00 до 20:00';
    bottom: -105%;
    left: 9px;
}*/
.telephone:before, .adress:after, #enroll:after{
    display: block;
    position: absolute;
    color: #506d8f;
    font-size: 1rem;
    width: auto;
    font-weight: 100;
}
.adress{
    position: relative;
}
.schema_proezda{
    display: block;
}
.schema_proezda:hover{
    text-decoration: underline dashed #506d8f;
}
.view .nav{
    position: absolute;
    bottom: 70px;
}
.owl-main .item .view .item-title .mainslider__title{
    font-size: 3.3rem;
    text-transform: uppercase;
}
.owl-main .item .view .item-title .mainslider__subtitle{
    font-size:1.9rem;
    font-weight: normal;    
}
.g-recaptcha div{
    margin: 0 auto;
}
.hidden{
    display: none;
}
#bottomform #myCaptcha>div{
    margin: 0 auto;
}

.owl-main #teeth-new .peoples{
    position: absolute;
    width: 494px;
    height: 400px;
    bottom: 0;
    background: url(/content/uploads/slider-2-2-peoples.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    background-position: bottom;
}
.owl-main #teeth-new{
    background: url(/content/uploads/slider-background-3.jpg);
    background-position: top;
    height: 424px;
}
.owl-main #teeth-new-2 .peoples{
    position: absolute;
    width: 494px;
    height: 400px;
    bottom: 0;
    background: url(/content/uploads/slider-2-peoples.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    background-position: bottom;
}
.owl-main #teeth-new-2{
    background: url(/content/uploads/slider-background-3.jpg);
    background-position: top;
    height: 424px;
}