.datepicker--cells{display:-webkit-box;display:flex;flex-wrap:wrap}.datepicker--cell{border-radius:4px;box-sizing:border-box;cursor:pointer;display:-webkit-box;display:flex;position:relative;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;height:32px;z-index:1}.datepicker--cell.-focus-{background:#f0f0f0}.datepicker--cell.-current-{color:#4eb5e6}.datepicker--cell.-current-.-focus-{color:#4a4a4a}.datepicker--cell.-current-.-in-range-{color:#4eb5e6}.datepicker--cell.-in-range-{background:rgba(92,196,239,.1);color:#4a4a4a;border-radius:0}.datepicker--cell.-in-range-.-focus-{background-color:rgba(92,196,239,.2)}.datepicker--cell.-disabled-{cursor:default;color:#aeaeae}.datepicker--cell.-disabled-.-focus-{color:#aeaeae}.datepicker--cell.-disabled-.-in-range-{color:#a1a1a1}.datepicker--cell.-disabled-.-current-.-focus-{color:#aeaeae}.datepicker--cell.-range-from-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:4px 0 0 4px}.datepicker--cell.-range-to-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:0 4px 4px 0}.datepicker--cell.-selected-,.datepicker--cell.-selected-.-current-{color:#fff;background:#5cc4ef}.datepicker--cell.-range-from-.-range-to-{border-radius:4px}.datepicker--cell.-selected-{border:none}.datepicker--cell.-selected-.-focus-{background:#45bced}.datepicker--cell:empty{cursor:default}.datepicker--days-names{display:-webkit-box;display:flex;flex-wrap:wrap;margin:8px 0 3px}.datepicker--day-name{color:#ff9a19;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;-webkit-box-flex:1;flex:1 1;text-align:center;text-transform:uppercase;font-size:.8em}.-only-timepicker- .datepicker--content,.datepicker--body,.datepicker-inline .datepicker--pointer{display:none}.datepicker--cell-day{width:14.28571%}.datepicker--cells-months{height:170px}.datepicker--cell-month{width:33.33%;height:25%}.datepicker--cells-years,.datepicker--years{height:170px}.datepicker--cell-year{width:25%;height:33.33%}.datepickers-container{position:absolute;left:0;top:0}@media print{.datepickers-container{display:none}}.datepicker{background:#fff;border:1px solid #dbdbdb;box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:4px;box-sizing:content-box;font-family:Tahoma,sans-serif;font-size:14px;color:#4a4a4a;width:250px;position:absolute;left:-100000px;opacity:0;transition:opacity .3s ease,left 0s .3s,-webkit-transform .3s ease;-webkit-transition:opacity .3s ease,left 0s .3s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s .3s;transition:opacity .3s ease,transform .3s ease,left 0s .3s,-webkit-transform .3s ease;z-index:100}.datepicker.-from-top-{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.datepicker.-from-right-{-webkit-transform:translateX(8px);transform:translateX(8px)}.datepicker.-from-bottom-{-webkit-transform:translateY(8px);transform:translateY(8px)}.datepicker.-from-left-{-webkit-transform:translateX(-8px);transform:translateX(-8px)}.datepicker.active{opacity:1;-webkit-transform:translate(0);transform:translate(0);transition:opacity .3s ease,left 0s 0s,-webkit-transform .3s ease;-webkit-transition:opacity .3s ease,left 0s 0s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s 0s;transition:opacity .3s ease,transform .3s ease,left 0s 0s,-webkit-transform .3s ease}.datepicker-inline .datepicker{border-color:#d7d7d7;box-shadow:none;position:static;left:auto;right:auto;opacity:1;-webkit-transform:none;transform:none}.datepicker--content{box-sizing:content-box;padding:4px}.datepicker--pointer{position:absolute;background:#fff;border-top:1px solid #dbdbdb;border-right:1px solid #dbdbdb;width:10px;height:10px;z-index:-1}.datepicker--nav-action:hover,.datepicker--nav-title:hover{background:#f0f0f0}.-top-center- .datepicker--pointer,.-top-left- .datepicker--pointer,.-top-right- .datepicker--pointer{top:calc(100% - 4px);-webkit-transform:rotate(135deg);transform:rotate(135deg)}.-right-bottom- .datepicker--pointer,.-right-center- .datepicker--pointer,.-right-top- .datepicker--pointer{right:calc(100% - 4px);-webkit-transform:rotate(225deg);transform:rotate(225deg)}.-bottom-center- .datepicker--pointer,.-bottom-left- .datepicker--pointer,.-bottom-right- .datepicker--pointer{bottom:calc(100% - 4px);-webkit-transform:rotate(315deg);transform:rotate(315deg)}.-left-bottom- .datepicker--pointer,.-left-center- .datepicker--pointer,.-left-top- .datepicker--pointer{left:calc(100% - 4px);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.-bottom-left- .datepicker--pointer,.-top-left- .datepicker--pointer{left:10px}.-bottom-right- .datepicker--pointer,.-top-right- .datepicker--pointer{right:10px}.-bottom-center- .datepicker--pointer,.-top-center- .datepicker--pointer{left:calc(50% - 5px)}.-left-top- .datepicker--pointer,.-right-top- .datepicker--pointer{top:10px}.-left-bottom- .datepicker--pointer,.-right-bottom- .datepicker--pointer{bottom:10px}.-left-center- .datepicker--pointer,.-right-center- .datepicker--pointer{top:calc(50% - 5px)}.datepicker--body.active{display:block}.datepicker--nav{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;border-bottom:1px solid #efefef;min-height:32px;padding:4px}.-only-timepicker- .datepicker--nav{display:none}.datepicker--nav-action,.datepicker--nav-title{display:-webkit-box;display:flex;cursor:pointer;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.datepicker--nav-action{width:32px;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker--nav-action.-disabled-{visibility:hidden}.datepicker--nav-action svg{width:32px;height:32px}.datepicker--nav-action path{fill:none;stroke:#9c9c9c;stroke-width:2px}.datepicker--nav-title{border-radius:4px;padding:0 8px}.datepicker--buttons,.datepicker--time{border-top:1px solid #efefef;padding:4px}.datepicker--nav-title i{font-style:normal;color:#9c9c9c;margin-left:5px}.datepicker--nav-title.-disabled-{cursor:default;background:0 0}.datepicker--buttons{display:-webkit-box;display:flex}.datepicker--button{color:#4eb5e6;cursor:pointer;border-radius:4px;-webkit-box-flex:1;flex:1 1;display:-webkit-inline-box;display:inline-flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;height:32px}.datepicker--button:hover{color:#4a4a4a;background:#f0f0f0}.datepicker--time{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;position:relative}.datepicker--time.-am-pm- .datepicker--time-sliders{-webkit-box-flex:0;flex:0 1 138px;max-width:138px}.-only-timepicker- .datepicker--time{border-top:none}.datepicker--time-sliders{-webkit-box-flex:0;flex:0 1 153px;margin-right:10px;max-width:153px}.datepicker--time-label{display:none;font-size:12px}.datepicker--time-current{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-flex:1;flex:1 1;font-size:14px;text-align:center;margin:0 0 0 10px}.datepicker--time-current-colon{margin:0 2px 3px;line-height:1}.datepicker--time-current-hours,.datepicker--time-current-minutes{line-height:1;font-size:19px;font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.datepicker--time-current-hours:after,.datepicker--time-current-minutes:after{content:"";background:#f0f0f0;border-radius:4px;position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.datepicker--time-current-hours.-focus-:after,.datepicker--time-current-minutes.-focus-:after{opacity:1}.datepicker--time-current-ampm{text-transform:uppercase;-webkit-align-self:flex-end;align-self:flex-end;color:#9c9c9c;margin-left:6px;font-size:11px;margin-bottom:1px}.datepicker--time-row{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;font-size:11px;height:17px;background:-webkit-gradient(linear,left top,right top,from(#dedede),to(#dedede)) left 50%/100% 1px no-repeat;background:-webkit-linear-gradient(left,#dedede,#dedede) left 50%/100% 1px no-repeat;background:linear-gradient(90deg,#dedede,#dedede) left 50%/100% 1px no-repeat}.datepicker--time-row:first-child{margin-bottom:4px}.datepicker--time-row input[type=range]{background:0 0;cursor:pointer;-webkit-box-flex:1;flex:1 1;height:100%;padding:0;margin:0;-webkit-appearance:none}.datepicker--time-row input[type=range]::-ms-tooltip{display:none}.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-moz-range-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-ms-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:focus{outline:0}.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-moz-range-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-ms-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;-webkit-transition:background .2s;transition:background .2s;margin-top:-6px}.datepicker--time-row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;-webkit-transition:background .2s;transition:background .2s}.datepicker--time-row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;-webkit-transition:background .2s;transition:background .2s}.datepicker--time-row input[type=range]::-webkit-slider-runnable-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-moz-range-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-fill-lower,.datepicker--time-row input[type=range]::-ms-fill-upper{background:0 0}.datepicker--time-row span{padding:0 12px}.datepicker--time-icon{color:#9c9c9c;border:1px solid;border-radius:50%;font-size:16px;position:relative;margin:0 5px -1px 0;width:1em;height:1em}.datepicker--time-icon:after,.datepicker--time-icon:before{content:"";background:currentColor;position:absolute}.datepicker--time-icon:after{height:.4em;width:1px;left:calc(50% - 1px);top:calc(50% + 1px);-webkit-transform:translateY(-100%);transform:translateY(-100%)}.datepicker--time-icon:before{width:.4em;height:1px;top:calc(50% + 1px);left:calc(50% - 1px)}.datepicker--cell-day.-other-month-,.datepicker--cell-year.-other-decade-{color:#dedede}.datepicker--cell-day.-other-month-:hover,.datepicker--cell-year.-other-decade-:hover{color:#c5c5c5}.-disabled-.-focus-.datepicker--cell-day.-other-month-,.-disabled-.-focus-.datepicker--cell-year.-other-decade-{color:#dedede}.-selected-.datepicker--cell-day.-other-month-,.-selected-.datepicker--cell-year.-other-decade-{color:#fff;background:#a2ddf6}.-selected-.-focus-.datepicker--cell-day.-other-month-,.-selected-.-focus-.datepicker--cell-year.-other-decade-{background:#8ad5f4}.-in-range-.datepicker--cell-day.-other-month-,.-in-range-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.1);color:#ccc}.-in-range-.-focus-.datepicker--cell-day.-other-month-,.-in-range-.-focus-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.2)}.datepicker--cell-day.-other-month-:empty,.datepicker--cell-year.-other-decade-:empty{background:0 0;border:none}.datepicker--cell.-current-,.datepicker--day-name{color:#df2e4d}.datepicker--cell.-selected-,.datepicker--cell.-selected-.-current-{background-color:#df2e4d}

@font-face {
    font-family: "Siracha Cyrillic";
    src: url(/css/users/fonts/siracha_cyrillic.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --color-pink: #e42d4e;
    --color-blue: #009ee0;
    --color-grey: #3f3f3f
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth
}

*,
:after,
:before {
    box-sizing: inherit
}

body {
    margin: 0;
    font-family: PT Sans, sans-serif;
    color: #3f3f3f;
    color: var(--color-grey)
}

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

.vh {
    position: absolute;
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
    white-space: nowrap
}

.header_top {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 0;
    padding-right: 15px
}

.header__phone {
    margin-left: 30px
}

@media screen and (max-width:740px) {
    .header__phone {
        margin-left: 0
    }
}

@media screen and (max-width:680px) {
    .header_top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        padding-bottom: 15px
    }
}

.content-second {
    overflow-x: hidden
}

.content-second__inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    max-width: 1200px;
    margin: 0 auto 60px;
    padding: 0 15px
}

.content-second__content {
    width: 100%;
    max-width: 885px
}

.content-second__sidebar {
    min-width: 260px;
    margin-right: 55px;
    padding-top: 32px
}

.content-second__text {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 25px;
    color: #6a6a6a;
    font-weight: 400
}

.content-second__title {
    font-size: 38px;
    line-height: 1.1;
    color: #1a9bdc;
    letter-spacing: -1px;
    font-weight: 400;
    text-transform: uppercase
}

.content-second__side-menu {
    margin-bottom: 180px
}

@media screen and (max-width:992px) {
    .content-second__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
    .content-second__sidebar {
        margin-right: 0
    }
    .content-second__side-menu {
        margin-bottom: 50px
    }
}

.logo {
    position: relative;
    max-width: 500px;
    padding-left: 75px;
    padding-right: 60px;
    text-decoration: none
}

.logo:after {
    top: -10px;
    right: -25px;
    width: 76px;
    height: 101px;
    background-image: url(/images/users/logo_tooth.png)
}

.logo:after,
.logo:before {
    content: "";
    position: absolute;
    display: block;
    background-size: contain;
    background-repeat: no-repeat
}

.logo:before {
    top: -10px;
    left: 6px;
    width: 66px;
    height: 108px;
    background-image: url(/images/users/logo_snake.png)
}

.logo__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0
}

.logo__description,
.logo__title {
    margin: 0;
    color: #009ee0;
    color: var(--color-blue);
    font-family: Roboto Condensed, sans-serif;
    text-transform: uppercase;
    white-space: nowrap
}

.logo__description {
    font-size: 21.2px;
    line-height: 1.22;
    letter-spacing: .5px
}

@media screen and (max-width:740px) {
    .logo {
        padding-left: 55px
    }
    .logo__title {
        font-size: 35px
    }
    .logo__description {
        font-size: 18.5px
    }
    .logo:after {
        top: 0;
        right: 13px;
        width: 40px;
        height: 108px
    }
    .logo:before {
        top: -10px;
        left: 6px;
        width: 40px;
        height: 108px
    }
}

@media screen and (max-width:680px) {
    .logo {
        max-width: 400px;
        margin: 0 auto 20px;
        padding: 0 10px;
        text-align: center
    }
    .logo:after {
        right: -35px
    }
    .logo:before {
        left: -33px
    }
}

@media screen and (max-width:480px) {
    .logo__title {
        font-size: 22px;
        letter-spacing: 1px
    }
    .logo__description {
        font-size: 15px;
        letter-spacing: -1px
    }
}

.phone {
    position: relative;
    max-width: 300px
}

.phone:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    display: block;
    width: 66px;
    height: 45px;
    background-image: url(/images/users/icon_phone.png);
    background-repeat: no-repeat;
    background-size: contain
}

.phone__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin: 0;
    list-style: none
}

.phone__item {
    margin-bottom: 4px;
    font-size: 29px;
    color: #e42d4e;
    color: var(--color-pink);
    line-height: 1;
    letter-spacing: -1px;
    font-weight: 700;
    white-space: nowrap
}

@media screen and (max-width:855px) {
    .phone__item {
        font-size: 24px
    }
    .phone:before {
        top: 0;
        left: 10px;
        width: 21px;
        height: 31px
    }
}

@media screen and (max-width:680px) {
    .phone {
        max-width: none
    }
    .phone:before {
        display: none
    }
    .phone__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        justify-content: space-around;
        flex-wrap: wrap;
        padding: 0 10px 0 25px
    }
    .phone__item {
        margin-right: 15px
    }
}

.shedule {
    position: relative;
    max-width: 300px;
    padding-left: 70px
}

.shedule:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 19px;
    display: block;
    width: 66px;
    height: 45px;
    background-image: url(/images/users/icon_clock.png);
    background-repeat: no-repeat
}

.shedule__title {
    color: #3f3f3f;
    color: var(--color-grey);
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase
}

.shedule__time,
.shedule__title {
    margin: 0;
    font-family: Roboto Condensed, sans-serif;
    line-height: 1.1
}

.shedule__time {
    font-size: 27px;
    color: #009ee0;
    color: var(--color-blue);
    letter-spacing: -1px
}

@media screen and (max-width:1180px) {
    .shedule {
        display: none
    }
}

.address {
    position: relative;
    max-width: 300px;
    padding-left: 40px;
    font-family: PT Sans, sans-serif
}

.address:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 5px;
    display: block;
    width: 66px;
    height: 45px;
    background-image: url(/images/users/icon_geo.png);
    background-repeat: no-repeat
}

.address__title {
    margin: 0;
    font-size: 14px;
    color: #3f3f3f;
    color: var(--color-grey);
    line-height: 1.1;
    text-transform: uppercase
}

.address__desc {
    margin: 0;
    font-size: 24px;
    color: #009ee0;
    color: var(--color-blue);
    letter-spacing: -1px;
    line-height: 1.1
}

@media screen and (max-width:992px) {
    .address {
        display: none
    }
}

.menu {
    background-color: #009ee0;
    background-color: var(--color-blue)
}

.menu__nav {
    position: relative;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    max-width: 1200px;
    margin: auto;
    padding-right: 15px;
    padding-left: 15px
}

.menu__list,
.menu__nav {
    display: -webkit-box;
    display: flex
}

.menu__list {
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 0;
    margin: 0 45px 0 0;
    list-style: none
}

.menu__item {
    position: relative;
    margin-right: 40px;
    padding-top: 18px;
    padding-bottom: 18px
}

.menu__item:hover .menu__list--dropdown {
    display: block
}

.menu__link {
    font-size: 20px;
    color: #fff;
    text-decoration: none
}

.menu__link:hover {
    text-decoration: underline
}

.menu__list--dropdown {
    position: absolute;
    z-index: 1;
    top: 62px;
    left: -30px;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 270px;
    margin-right: 0;
    background-color: hsla(0, 0%, 100%, .9);
    box-shadow: -3.508px 11.476px 40px rgba(0, 1, 1, .2)
}

.menu__item--dropdown {
    width: 100%;
    padding: 0
}

.menu__item--dropdown:hover {
    background-color: #009ee0;
    background-color: var(--color-blue)
}

.menu__item--dropdown:hover .menu__link--dropdown {
    color: #fff
}

.menu__link--dropdown {
    display: block;
    width: 100%;
    margin-right: 0;
    padding: 7px 30px;
    color: #009ee0;
    color: var(--color-blue)
}

.menu__link--dropdown:hover {
    text-decoration: none
}

@media screen and (max-width:1100px) {
    .menu__list {
        margin-right: 0
    }
}

.hamburger {
    display: none
}

@media screen and (max-width:655px) {
    .menu__nav {
        -webkit-box-pack: start;
        justify-content: flex-start;
        padding-top: 18px;
        padding-bottom: 18px
    }
    .menu__list {
        position: absolute;
        top: 55px;
        right: 0;
        left: 0;
        z-index: 1;
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        margin-right: 0;
        padding: 20px;
        background-color: hsla(0, 0%, 100%, .9);
        box-shadow: -3.508px 11.476px 40px rgba(0, 1, 1, .2)
    }
    .menu__list--dropdown {
        box-shadow: none;
        padding-top: 0
    }
    .menu__item {
        margin-right: 0;
        padding-top: 8px;
        padding-bottom: 8px
    }
    .menu__item--dropdown {
        padding: 0
    }
    .menu__link {
        color: #009ee0;
        color: var(--color-blue)
    }
    .menu__link--dropdown {
        color: #e42d4e;
        color: var(--color-pink)
    }
    .menu__item--submenu:after {
        content: "\25bc";
        position: absolute;
        right: 0;
        top: 9px;
        font-size: 20px;
        color: #009ee0;
        color: var(--color-blue);
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: .3s;
        transition: .3s
    }
    .hamburger {
        position: absolute;
        right: 15px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }
    #hamburger:checked+.menu__list,
    .hamburger {
        display: block
    }
    .menu__list--dropdown {
        position: static;
        padding-left: 0;
        padding-bottom: 0;
        background-color: transparent
    }
    .menu__item:hover .menu__list--dropdown {
        display: none
    }
    .menu__item--submenu.active .menu__list--dropdown {
        display: block
    }
    .menu__item--submenu.active:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

.button {
    padding: 15px 70px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #e42d4e;
    background-color: var(--color-pink);
    box-shadow: -3.508px 11.476px 40px rgba(0, 1, 1, .2);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    cursor: pointer
}

.lead {
    padding: 80px 70px 117px;
    background-color: #33a5dd;
    background-image: url(/images/users/header_bg.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.lead__inner {
    max-width: 1200px;
    padding-left: 90px;
    margin: auto
}

.lead__text {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    max-width: 500px
}

.lead__slogan {
    margin: 0;
    font-size: 32px;
    color: #e42d4e;
    color: var(--color-pink)
}

.lead__slogan,
.lead__title {
    font-weight: 700;
    font-style: italic;
    text-align: center
}

.lead__title {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 48px;
    line-height: 1.24;
    color: #009ee0;
    color: var(--color-blue)
}

.lead__description {
    max-width: 350px;
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 17px;
    text-align: center
}

@media screen and (max-width:1100px) {
    .lead {
        padding: 50px 15px;
        background-position: 40%
    }
    .lead__inner {
        padding-left: 0
    }
}

@media screen and (max-width:992px) {
    .lead__slogan {
        font-size: 20px
    }
    .lead__title {
        font-size: 28px
    }
    .lead__button {
        padding: 15px 25px
    }
}

@media screen and (max-width:740px) {
    .lead {
        background-position: 0
    }
}

.service-menu {
    background-color: #35afed
}

.service-menu__list {
    display: -webkit-box;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    list-style: none
}

.service-menu__item {
    width: 33.33%
}

.service-menu__link {
    position: relative;
    display: block;
    height: 100%;
    padding: 135px 20px 17px;
    color: #fff;
    text-align: center;
    text-decoration: none
}

.service-menu__link:before {
    content: "";
    position: absolute;
    top: 30px;
    left: calc(50% - 66px);
    display: block;
    width: 132px;
    height: 82px;
    background-repeat: no-repeat;
    background-size: contain
}

.service-menu__item:first-child .service-menu__link {
    background-color: #0c9bda
}

.service-menu__item:nth-child(2) .service-menu__link {
    background-color: #2c8ab4
}

.service-menu__item:nth-child(3) .service-menu__link {
    background-color: #3a6da2
}

.service-menu__item:nth-child(4) .service-menu__link {
    background-color: #294c98
}

.service-menu__item:first-child .service-menu__link:before {
    background-image: url(/images/users/icon_dental.png)
}

.service-menu__item:nth-child(2) .service-menu__link:before {
    background-image: url(/images/users/icon_prosthetic.png)
}

.service-menu__item:nth-child(3) .service-menu__link:before {
    left: calc(50% - 44px);
    width: 89px;
    background-image: url(/images/users/icon_surgery.png)
}

.service-menu__item:nth-child(4) .service-menu__link:before {
    background-image: url(/images/users/icon_implant.png)
}

.service-menu__title {
    margin: 0;
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: -1px;
    text-transform: uppercase
}

.service-menu__description {
    font-size: 16px;
    line-height: 1.1
}

@media screen and (max-width:1100px) {
    .service-menu__title {
        font-size: 24px
    }
}

@media screen and (max-width:992px) {
    .service-menu__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
    .service-menu__item {
        width: 100%
    }
    .service-menu__link {
        padding: 10px 10px 10px 100px
    }
    .service-menu__link:before {
        top: 18px;
        left: 15px;
        width: 65px;
        height: 49px
    }
    .service-menu__item:nth-child(3) .service-menu__link:before {
        left: 15px;
        width: 89px;
        background-image: url(/images/users/icon_surgery.png)
    }
}

@media screen and (max-width:480px) {
    .service-menu__link {
        padding-left: 15px
    }
    .service-menu__link:before {
        display: none
    }
}

.about {
    display: -webkit-box;
    display: flex;
    max-width: 1200px;
    margin: 0 auto 50px;
    padding-right: 15px
}

.about__col-left,
.about__col-right {
    width: 50%
}

.about__col-right {
    padding-top: 40px;
    padding-left: 40px
}

.about__col-left,
.about__col-right {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.about__col-left {
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-top: 33px
}

.about__title {
    padding-left: 15px;
    margin-bottom: 60px;
    font-size: 33px;
    color: #e52f4f;
    font-weight: 700;
    text-transform: uppercase
}

.about__text-container {
    position: relative;
    padding: 10px 25px;
    background-color: #f2f2f2
}

.about__text-container:after {
    position: absolute;
    top: -54px;
    right: -125px;
    content: "";
    display: block;
    width: 384px;
    height: 341px;
    background-image: url(/images/users/about_bg.png);
    background-repeat: no-repeat
}

.about__main-text {
    font-size: 21px;
    line-height: 25px;
    color: #009ee0;
    color: var(--color-blue);
    font-weight: 400;
    font-style: italic
}

.about__image-right {
    align-self: flex-end
}

.about__subtitle {
    margin-top: 0;
    font-size: 25px;
    line-height: 25px;
    color: #0c9bda
}

.about__subtext,
.about__subtitle {
    font-weight: 700;
    font-style: italic
}

.about__subtext {
    font-size: 16px;
    line-height: 1.5;
    color: #6a6a6a
}

@media screen and (max-width:1100px) {
    .about {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center
    }
    .about__col-left,
    .about__col-right {
        width: 70%
    }
    .about__col-right {
        padding-left: 0
    }
    .about__inner-left {
        margin-bottom: 70px
    }
    .about__image,
    .about__image-right {
        align-self: center
    }
}

@media screen and (max-width:768px) {
    .about {
        padding-left: 0;
        padding-right: 0
    }
    .about__col-right {
        padding-left: 15px;
        padding-right: 15px
    }
    .about__text-container:after {
        display: none
    }
    .about__col-left,
    .about__col-right {
        width: 100%
    }
}

.features {
    padding: 22px 5px;
    background-image: url(/images/users/features_bg.jpg);
    background-repeat: no-repeat;
    background-position: 50%
}

.features__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    list-style: none
}

.features__item {
    position: relative;
    display: block;
    height: 100%;
    padding: 135px 30px 30px;
    color: #fff;
    text-align: center
}

.features__item:before {
    content: "";
    position: absolute;
    top: 30px;
    left: calc(50% - 66px);
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%
}

.features__item:first-child:before {
    width: 161px;
    height: 119px;
    background-image: url(/images/users/icon_patients.png)
}

.features__item:nth-child(2):before {
    width: 137px;
    height: 124px;
    background-image: url(/images/users/icon_shield.png)
}

.features__item:nth-child(3):before {
    width: 131px;
    height: 129px;
    background-image: url(/images/users/icon_ages.png)
}

.features__item:nth-child(4):before {
    width: 154px;
    height: 127px;
    background-image: url(/images/users/icon_saved.png)
}

.features__title {
    position: relative;
    margin-bottom: 40px;
    font-size: 65px;
    line-height: 1.1;
    font-weight: 700;
    white-space: nowrap
}

.features__title:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: calc(50% - 42px);
    display: block;
    width: 85px;
    height: 5px;
    background-color: #fff
}

.features__description {
    margin-top: 0;
    font-size: 26px;
    line-height: 1.1
}

@media screen and (max-width:1130px) {
    .features__title {
        font-size: 50px
    }
    .features__description {
        font-size: 20px
    }
}

@media screen and (max-width:930px) {
    .features__title {
        font-size: 40px
    }
    .features__description {
        font-size: 18px
    }
    .features__item {
        padding-top: 90px
    }
    .features__item:first-child:before {
        width: 120px;
        height: 90px
    }
    .features__item:nth-child(2):before {
        width: 120px;
        height: 95px
    }
    .features__item:nth-child(3):before,
    .features__item:nth-child(4):before {
        width: 120px;
        height: 90px
    }
}

@media screen and (max-width:855px) {
    .features__title {
        font-size: 30px
    }
    .features__description {
        font-size: 16px
    }
    .features__item {
        padding-top: 90px
    }
    .features__item:first-child:before,
    .features__item:nth-child(2):before,
    .features__item:nth-child(3):before,
    .features__item:nth-child(4):before {
        width: 120px;
        height: 65px
    }
}

@media screen and (max-width:670px) {
    .features__list {
        flex-wrap: wrap
    }
    .features__item {
        width: 50%;
        padding: 75px 5px 5px
    }
}

.doctors {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 42px
}

.doctors,
.doctors__title-wrap {
    display: -webkit-box;
    display: flex
}

.doctors__title-wrap {
    -webkit-box-pack: center;
    justify-content: center
}

.doctors__title {
    position: relative;
    margin-bottom: 10px;
    font-size: 45px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase
}

.doctors__title:before {
    position: absolute;
    top: 11px;
    left: -114px;
    content: "";
    display: block;
    width: 75px;
    height: 55px;
    background-image: url(/images/users/icon_arrow-down.png);
    background-repeat: no-repeat
}

.doctors__subtitle {
    margin-bottom: 65px;
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    font-style: italic;
    text-align: center
}

.doctors__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: space-evenly;
    justify-content: space-evenly;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    color: #6f6f6e;
    list-style: none
}

.doctors__description {
    position: relative;
    margin-top: 8px;
    margin-bottom: 36px;
    font-size: 17px;
    font-weight: 400;
    font-style: italic;
    text-align: center
}

.doctors__description:after {
    content: "";
    position: absolute;
    top: 30px;
    left: calc(50% - 19px);
    display: block;
    width: 38px;
    height: 28px;
    background-image: url(/images/users/icon_arrow-down.png);
    background-size: contain;
    background-repeat: no-repeat
}

.doctors__name {
    font-size: 24px;
    line-height: 33px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase
}

.doctors__subname {
    font-size: 17px
}

.second-doctors {
  flex-wrap: wrap;
}

.second-doctors__item {
  width: 50%;
}

.second-doctors__image {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width:768px) {
    .doctors__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center
    }

    .doctors__title:before {
      top: -40px;
      left: calc(50% - 25px);
      width: 50px;
      background-size: contain;
    }
}

.action {
    -webkit-box-pack: center;
    justify-content: center;
    padding: 45px 10px;
    background-color: #df2e4d;
    background-image: url(/images/users/pattern_bg.png)
}

.action,
.action__form {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.action__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    max-width: 910px
}

.action__inner {
    width: 100%;
    margin-bottom: 32px
}

.action__col,
.action__inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.action__col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 49%
}

.action__col--left {
    -webkit-box-align: start;
    align-items: flex-start;
    margin-right: 5px
}

.action__col--right {
    -webkit-box-align: end;
    align-items: flex-end
}

.action__input {
    width: 100%;
    max-width: 368px;
    padding: 20px 25px;
    margin-bottom: 28px;
    color: #df2e4d;
    font-size: 21px;
    letter-spacing: -1px;
    line-height: 25px;
    background-color: hsla(0, 0%, 100%, .8);
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.action__input::-webkit-input-placeholder {
    color: #df2e4d;
    font-size: 21px;
    letter-spacing: -1px;
    line-height: 25px;
    text-transform: uppercase
}

.action__input::-moz-placeholder {
    color: #df2e4d;
    font-size: 21px;
    letter-spacing: -1px;
    line-height: 25px;
    text-transform: uppercase
}

.action__input:-ms-input-placeholder {
    color: #df2e4d;
    font-size: 21px;
    letter-spacing: -1px;
    line-height: 25px;
    text-transform: uppercase
}

.action__input::-ms-input-placeholder {
    color: #df2e4d;
    font-size: 21px;
    letter-spacing: -1px;
    line-height: 25px;
    text-transform: uppercase
}

.action__input::placeholder {
    color: #df2e4d;
    font-size: 21px;
    letter-spacing: -1px;
    line-height: 25px;
    text-transform: uppercase
}

.action__input--select {
    position: relative;
    padding-right: 45px;
    text-overflow: ellipsis
}

.action__select-arrow {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    width: 100%
}

.action__select-arrow:after {
    content: "";
    position: absolute;
    top: 22px;
    right: 10px;
    display: block;
    width: 30px;
    height: 20px;
    background-image: url(/images/users/icon_arrow-down.svg);
    background-size: contain;
    background-repeat: no-repeat
}

.action__button {
    padding: 12px 70px;
    font-size: 30px
}

.action__button--second {
    background-color: #0087be
}

@media screen and (max-width:768px) {
    .action__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center
    }
    .action__col {
        width: 100%
    }
    .action__input {
        max-width: none
    }
}

@media screen and (max-width:540px) {
    .action__button {
        padding: 12px 20px;
        font-size: 18px
    }
}

.footer {
    color: #9a9a9a;
    background-color: #323232
}

.footer__info {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
    padding: 97px 15px 62px 35px
}

.footer__col {
    margin-right: 5px
}

.footer__title {
    margin-bottom: 55px;
    font-size: 22px;
    line-height: 24px;
    color: #0087be;
    font-weight: 400
}

.footer__address,
.footer__emails,
.footer__phones {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 60px;
    padding-left: 85px
}

.footer__address:before,
.footer__emails:before,
.footer__phones:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    display: block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat
}

.footer__emails:before {
    background-image: url(/images/users/icon_email.png)
}

.footer__phones:before {
    top: 0;
    left: 2px;
    background-image: url(/images/users/icon_f-phones.png)
}

.footer__address:before {
    top: 0;
    left: 2px;
    background-image: url(/images/users/icon_map.png)
}

.footer__address-text {
    margin: 0
}

.footer__link-map {
    font-size: 17px;
    line-height: 24px;
    color: #0087be
}

.footer__list {
    padding-left: 0;
    list-style: none
}

.footer__item {
    margin-bottom: 9px
}

.footer__item:before {
    content: ">";
    padding-right: 30px;
    font-size: 22px;
    color: #0087be
}

.footer__link {
    font-size: 16px;
    color: #9a9a9a;
    text-decoration: none
}

.footer__link:focus,
.footer__link:hover {
    text-decoration: underline
}

.footer__form {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    max-width: 230px
}

.footer__input {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    color: #9a9a9a;
    background-color: #323232;
    border: none;
    border-bottom: 1px solid #9a9a9a
}

.footer__button {
    margin-top: 18px;
    font-size: 14px;
    background-color: #0087be
}

.footer__bottom {
    padding: 20px 15px 40px;
    background-color: #1a1a1a
}

.footer__copyright {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1200px
}

.footer__logo {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.footer__logo img {
    margin-left: 10px
}

@media screen and (max-width:930px) {
    .footer__col {
        width: 50%;
        margin-right: 0
    }
    .footer__title {
        margin-bottom: 20px
    }
}

@media screen and (max-width:655px) {
    .footer__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
    .footer__col {
        width: 100%
    }
}

.side-menu__title {
    position: relative;
    width: 97%;
    margin-top: 0;
    padding-left: 20px;
    font-size: 38px;
    letter-spacing: -1px;
    line-height: 50px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #5fc3e5
}

.side-menu__title:after {
    content: "";
    position: absolute;
    top: -11px;
    right: -19px;
    display: block;
    width: 83px;
    height: 72px;
    background-image: url(/images/users/icon_side-arrow.png);
    background-size: contain;
    background-repeat: no-repeat
}

.side-menu__list {
    padding-left: 20px;
    list-style: none
}

.side-menu__item {
    border-bottom: 2px solid #d9d9d9
}

.side-menu__link {
    font-size: 18px;
    color: #1a9bdc;
    letter-spacing: 0;
    line-height: 33px;
    text-decoration: none;
    text-transform: uppercase
}

.side-form {
    position: relative;
    padding-bottom: 25px;
    background-color: #419cc4
}

.side-form:before {
    content: "";
    position: absolute;
    top: 0;
    left: -25px;
    display: block;
    width: 80px;
    height: 120px;
    background-image: url(/images/users/logo_tooth.png);
    background-repeat: no-repeat;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.side-form__inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    padding: 25px
}

.side-form__title {
    font-size: 17px;
    letter-spacing: 0;
    line-height: 25px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase
}

.side-form__description {
    font-size: 15px;
    color: #e9e5e5;
    font-weight: 400;
    text-align: center
}

.side-form__input {
    width: 100%;
    margin-bottom: 20px;
    padding: 15px;
    font-size: 17px;
    color: #e5435e;
    border: none
}

.side-form__input::-webkit-input-placeholder {
    color: #e5435e
}

.side-form__input::-moz-placeholder {
    color: #e5435e
}

.side-form__input:-ms-input-placeholder {
    color: #e5435e
}

.side-form__input::-ms-input-placeholder {
    color: #e5435e
}

.side-form__input::placeholder {
    color: #e5435e
}

.side-form__button {
    position: relative;
    width: 100%;
    padding: 8px 15px;
    font-size: 25px;
    line-height: 1.1;
    color: #e43350;
    font-family: Siracha Cyrillic, serif;
    font-style: oblique;
    background-color: #fff;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

.side-form__button:before {
    top: -10px;
    left: -15px;
    background-image: url(/images/users/icon_side-arrow.png)
}

.side-form__button:after,
.side-form__button:before {
    content: "";
    position: absolute;
    display: block;
    width: 83px;
    height: 64px;
    background-size: contain;
    background-repeat: no-repeat
}

.side-form__button:after {
    top: -43px;
    left: calc(50% - 40px);
    background-image: url(/images/users/side_form_icon.png)
}

.side-form__message {
    display: none;
    font-size: 15px;
    color: #e9e5e5;
    font-weight: 400;
    text-align: center
}

@media screen and (max-width:992px) {
    .side-form {
        display: none
    }
    .side-form:before {
        left: -10px
    }
}


/*# sourceMappingURL=main.css.map */
