html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:700}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*,*:after,*:before{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;outline:none}a:focus{outline:none}h1,h2,h3,h4,h5,h6{margin: 0;}ul,ol{margin: 0;padding: 0;list-style: none;}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.eot');
    src: local('Roboto Light'), local('Roboto-Light'),
        url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Light.woff2') format('woff2'),
        url('../fonts/Roboto-Light.woff') format('woff'),
        url('../fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.eot');
    src: local('Roboto'), local('Roboto-Regular'),
        url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.eot');
    src: local('Roboto Bold'), local('Roboto-Bold'),
        url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff'),
        url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

* {
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

html,
body {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased !important;
}

body {
    font-family: 'Roboto';
    color: #222;
}

.main-page{
    position: relative;
    overflow: hidden;
}

.main-page:before{
    position: fixed;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.noscroll {
    overflow: hidden;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

a {
    color: #ff8562;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

a:focus {
    outline: none;
}

p {
    margin: 0 0 26px;
}

@media only screen and (max-width: 767px) {
    p {
        margin: 0 0 20px;
    }
}

p:last-child {
    margin-bottom: 0;
}

img,
iframe {
    display: block;
    max-width: 100%;
}

ul, ol{
    margin: 0;
    padding: 0;
    list-style: none;
}


@media only screen and (max-width: 1179px) {

}

@media only screen and (max-width: 1023px) {

}

@media only screen and (max-width: 767px) {

}

/*     btn     */

.btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

.btn_orange {
    padding: 10px 30px!important;
    font-size: 16px!important;
    line-height: 24px!important;
    text-decoration: none!important;
    color: #000!important;
    background-color: #fbbc2b!important;
    border-radius: 30px!important;
}
@media only screen and (max-width: 1179px){
    
}

@media only screen and (max-width: 1023px) {

}

@media only screen and (max-width: 767px) {
    .mob-line {
        display: block;
    }
}

/*     container     */

.container {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 10px;
}

.sec-ankor {
    position: absolute;
    top: -40px;
    left: 0;
    width: 1px;
    height: 1px;
}

@media only screen and (max-width: 1179px) {
    .container {
        max-width: 1024px;
    }
}

@media only screen and (max-width: 1023px) {
    .container {
        max-width: 768px;
        padding: 0 15px;
    }
}

/*     main     */

.title {
    position: relative;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
}

.description{
    font-size: 18px;
    line-height: 26px;
}

.description strong{
    font-weight: 600;
}

.logo {
    position: relative;
    display: block;
    background-image: url(../img/logo.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}

.menu {
    display: flex;
}

.menu__item a {
    color: #222;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

@media only screen and (max-width: 1179px) {

}

@media only screen and (max-width: 767px) {
    .title {
        font-size: 30px;
        line-height: 40px;
    }
}

/*     header     */

.header{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    padding: 20px 0;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    z-index: 100;
}

.header__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 30px;
    padding: 0 180px 0 135px;
}

.header__logo {
    position: absolute;
    top: -12px;
    left: 10px;
    width: 116px;
    height: 64px;
}

.header__menu {
    position: relative;
    top: 5px;
    column-gap: 25px;
}

.header__menu a {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    white-space: nowrap;
    color: #222;
}

.header__menu a:hover {
    color: #ff8562;
}

/* submenu */
.menu-item-has-children {
    position: relative;
    padding-bottom: 10px;
}

.sub-menu {
    position: absolute;
    top: 100%;
    left: -15px;
    background: #fff;
    padding: 10px 0;
    min-width: 180px;
    display: none;
    flex-direction: column;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.menu-item-has-children > a {
    position: relative;
    padding-right: 18px;
}

/* стрелка */
.menu-item-has-children > a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    border-right: 2px solid #222;
    border-bottom: 2px solid #222;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.3s;
}

/* вращение */
.menu-item-has-children:hover > a::after {
    transform: translateY(-50%) rotate(225deg);
}

.sub-menu li {
    padding: 5px 15px;
}

.sub-menu a,
.sub-menu span {
    font-size: 14px;
    font-weight: 500;
}

/* hover */
.menu-item-has-children:hover .sub-menu {
    display: flex;
}

.header__btn {
    position: absolute;
    top: -2px;
    right: 10px;
}

.header__phone {
    display: flex;
    row-gap: 5px;
    flex-direction: column;
}

.header__phone a {
    display: flex;
    padding-left: 25px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    color: #222;
    background-image: url(../img/icon-phone-dark.svg);
    background-position: 0 2px;
    background-repeat: no-repeat;
    background-size: 14px;
}

.header__address {
    display: flex;
    flex-direction: column;
}

.header__address span {
    display: flex;
    padding-left: 25px;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    color: #222;
    background-image: url(../img/icon-address-dark.svg);
    background-position: 0 2px;
    background-repeat: no-repeat;
    background-size: 16px;
}

.header__burger{
    position: absolute;
    display: none;
    top: 50%;
    right: 15px;
    width: 28px;
    height: 30px;
    margin-top: -14px;
    background-image: url(../img/icon-burger.svg);
    background-repeat: no-repeat;
    background-position: center;
}

@media only screen and (max-width: 1179px){
    .header__phone {
        display: none;
    }
}

@media only screen and (max-width: 1023px){
    .header {
        padding: 15px 0;
    }

    .header .container {
        min-height: 40px;
    }


    .header_open .container{
        min-height: calc(100vh - 30px);
    }

    .header__logo {
        top: -5px;
        width: 90px;
        height: 50px;
    }

    .header__row {
        display: none;
        position: absolute;
        top: 50%;
        left: 50%;
        padding: 0;
        text-align: center;
        transform: translate(-50%, -50%);
    }
    
    .header__phone {
        display: flex;
        align-items: center;
        margin-top: 40px;
    }

    .header__address {
        align-items: center;
        margin-top: 40px;
    }

    .header_open .header__row {
        display: block;
    }
   
    .menu__item {
        margin-bottom: 20px;
    }

    .menu__item:last-child {
        margin-bottom: 0;
    }

    .header__btn {
        right: 75px;
    }

    .header__burger {
        display: block;
        top: 21px;
    }

    .header_open .header__menu {
        display: flex;
        row-gap: 5px;
        flex-direction: column;
    }

    .menu-item-has-children > a {
        padding-right: 0;
    }

    .menu-item-has-children > a::after {
        display: none;
    }

    .header_open .sub-menu {
        position: relative;
        top: initial;
        left: initial;
        display: flex;
        box-shadow: initial;
    }
    
    .header_open .header__burger{
        background-image: url(../img/icon-close.svg);
        background-size: 26px;
    }
}

@media only screen and (max-width: 767px){
    
}

/*     section     */

.section {
    position: relative;
    padding: 100px 0;
}

@media only screen and (max-width: 1179px) {
    .section {
        padding: 80px 0;
    }
}

@media only screen and (max-width: 767px) {
    .section {
        position: relative;
        padding: 50px 0;
    }
}

/*     first     */

.first {
    padding: 0;
}

.first .container {
    height: 100vh;
}

.first__img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 360px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    overflow: hidden;
}

@media only screen and (max-width: 1179px) {
    
}

@media only screen and (max-width: 1023px) {
    
}

@media only screen and (max-width: 767px) {
    
}

@media only screen and (max-width: 375px) {
    
}

/*     about     */

.about {
    background-color: #fafafa;
}

.about__description {
    margin-top: 35px;
    font-weight: 300;
    font-size: 28px;
    line-height: 36px;
}

@media only screen and (max-width: 1023px) {
    .about__description {
        font-size: 24px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .about__description {
        margin-top: 20px;
        font-size: 16px;
        line-height: 24px;
    }

    .about__description br {
        display: none;
    }
}

/*     info     */

.info__list {
    margin-top: 35px;
}

.info__list {
    display: flex;
    flex-wrap: wrap;
    margin: 60px -20px -60px;
}

.info__item {
    width: 33.33%;
    padding: 0 20px;
    margin-bottom: 60px;
    text-align: center;
}

.info__item:nth-child(7) {
    margin-left: 33.33%;
}

.info__img {
    position: relative;
    width: 55px;
    height: 55px;
    margin: 0 auto 20px;
}

.info__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
}

.info__name {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
}

.info__text {
    margin-top: 20px;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    opacity: 0.75;
}

@media only screen and (max-width: 1179px) {
    .info__item {
        width: 50%;        
    }

    .info__item:nth-child(7) {
        margin-left: 25%;
    }
}

@media only screen and (max-width: 767px) {
    .info__list {
        margin-top: 40px;
        margin-bottom: 0;
    }

    .info__item {
        width: 100%;
        margin-bottom: 40px;
    }

    .info__item:nth-child(7) {
        margin-left: 0;
        margin-bottom: 0;
    }

    .info__img {
        margin-bottom: 10px;
    }

    .info__name {
        font-size: 18px;
        line-height: 26px;
    }

    .info__text {
        margin-top: 10px;
        font-size: 14px;
        line-height: 22px;
    }
}

/*     specialists     */

.specialists__list {
    display: flex;
    flex-wrap: wrap;
    margin: 60px -20px -60px;
}

.specialists__item {
    width: 33.33%;
    padding: 0 20px;
    margin-bottom: 60px;
    text-align: center;
}

.specialists__img {
    position: relative;
    width: 200px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
}

.specialists__name {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
}

.specialists__text {
    margin-top: 20px;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    opacity: 0.75;
}

.specialists__link {
    display: flex;
    column-gap: 30px;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.specialists__link a {
    font-size: 18px;
    font-weight: 700;
    color: #ff8562;
    text-decoration: underline;
}

.specialists__link span {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;

}

@media only screen and (max-width: 1179px) {
    .specialists__item {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .specialists__list {
        margin-top: 40px;
        margin-bottom: 0;
    }

    .specialists__item {
        width: 100%;
    }

    .specialists__item:last-child {
        margin-bottom: 0;
    }

    .specialists__name {
        font-size: 18px;
        line-height: 26px;
    }

    .specialists__text {
        margin-top: 10px;
        font-size: 14px;
        line-height: 22px;
    }

    .specialists__link a {
        font-size: 16px;
    }
}

/*     price     */

.price {
    background-color: #fff;
}

.price__menu {
    display: flex;
    justify-content: center;
    margin: 40px 0 10px;
}

.price__menu ul {
    display: flex;
    column-gap: 25px;
    justify-content: center;
}

.price__menu ul a {
    color: #222;
    text-decoration: underline;
}

.price__menu ul a:hover {
    color: #ff8562;
}

.price__list {
    margin-top: 60px;
}

.price__item {
    position: relative;
    max-width: 720px;
    margin: 0 auto 30px;
}

.price__item:last-child {
    margin-bottom: 0;
}

.price__name span {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    font-style: italic;
}

.price__category {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}

.price__line {
    display: flex;
    justify-content: space-between;
    padding: 15px;
}

.price__line:nth-child(2n+2) {
    background-color: #fafafa;
}

.price__value {
    font-weight: 700;
    white-space: nowrap;
    text-align: right;
}

.price__text {
    margin-top: 40px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}

.price__imgs {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 10px;
}

.price__imgs img {
    width: calc(50% - 5px);
}

@media only screen and (max-width: 767px) {
    .price__list {
        margin-top: 40px;
    }

    .price__line {
        padding: 10px;
        font-size: 14px;
        line-height: 22px;
    }

    .price__value {
        padding-left: 20px;
    }

    .price__imgs img {
        width: 100%;
    }
}

/*     instagram     */

.instagram {
    background-color: #fafafa;
}

.instagram__link {
    display: block;
    max-width: 64px;
    margin: 40px auto;
}

.instagram__link svg {
    width: 100%;
}

.instagram__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -20px;
}

.instagram__item {
    width: 33.333%;
    padding: 0 10px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .instagram__link {
        max-width: 48px;
        margin: 30px auto;
    }
    
    .instagram__list {
        margin: 0 -5px -10px;
    }

    .instagram__item {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px;
    }
}

/*     contacts     */

.contacts {
    color: #fff;
    background-color: #55ba7b;
}

.contacts__title {
    margin-bottom: 35px;
}

.contacts__item {
    margin-bottom: 10px;
}

.contacts__item:last-child {
    margin-bottom: 0;
}

.contacts__item a,
.contacts__item span {
    display: inline-block;
    padding-left: 33px;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    background-repeat: no-repeat;
}

.contacts__worktime span {
    background-image: url(../img/icon-address.svg);
    background-position: center left -3px;
}

.contacts__phone a {
    background-image: url(../img/icon-phone.svg);
    background-position: center left;
}

.contacts__email a {
    background-image: url(../img/icon-email.svg);
    background-position: center left;
}

.contacts__address {
    display: flex;
    flex-wrap: wrap;
    margin: 60px -20px 0;
}

.contacts__address-item {
    width: 50%;
    padding: 0 20px;
}

.contacts__address-item span {
    display: block;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}
@media only screen and (max-width: 1179px) {
    
}

@media only screen and (max-width: 1023px) {
    .contacts__address-item {
        width: 100%;

    }

    .contacts__address-item:nth-child(1) {
        margin-bottom: 40px;
    }

    .contacts__address-item iframe {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .contacts__item a,
    .contacts__item span {
        padding-left: 28px;
        font-size: 16px;
        line-height: 24px;
    }

    .contacts__address-item span {
        font-size: 18px;
        line-height: 26px;
    }
}

/*     dohovir     */

.dohovir {
    
}

.dohovir__list {
    display: flex;
    flex-wrap: wrap;
}

.dohovir__column {
    width: 50%;
}

.dohovir__img {
    max-width: 480px;
    margin: 0 auto;
}


.dohovir__btn {
    margin-top: 40px;
    text-align: center
}

@media only screen and (max-width: 767px) {
    .dohovir__list {
        flex-direction: column;
        row-gap: 40px;
    }
    
    .dohovir__column {
        width: 100%;
    }
    
    .dohovir__img {
        max-width: 300px;   
    }
    
    .dohovir__btn {
        margin-top: 30px;
    }
}


/*     footer     */

.footer {
    position: relative;
    padding: 50px 0;
    color: #fff;
    background-color: #000;
    z-index: 5;
}

.footer__fop {
    display: flex;
    justify-content: center;
    column-gap: 40px;
    margin-bottom: 20px;
}

.footer__fop a {
    color: #ff8562;
}

.footer__more {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    opacity: 0.5;
}

.footer__btn {
    margin-top: 7px;
    text-align: right;
}

@media only screen and (max-width: 1179px) {

}

@media only screen and (max-width: 1023px) {
    .footer {
        padding: 30px 0;
    }
}

@media only screen and (max-width: 767px) {
    .footer__fop {
        flex-direction: column;
        text-align: center;
    }

    .footer__fop,
    .footer__more {
        font-size: 12px;
        line-height: 20px;
    }
}




/*     license     */

.license {
    min-height: 100vh;
    padding-top: 180px;
}

.license__row {
    max-width: 720px;
    margin: 0 auto;
}

.license__list {
    margin-top: 60px;
    text-align: center;
}

.license__item {
    margin-bottom: 60px;
}

.license__item:last-child {
    margin-bottom: 0;
}

.license__item-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
}

.license__item-text {
    margin-top: 20px;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    opacity: 0.75;
}

@media only screen and (max-width: 767px) {
    .license {
        padding-top: 100px;
    }

    .license__item-title {
        font-size: 18px;
        line-height: 26px;
    }

    .license__item-text {
        margin-top: 10px;
        font-size: 14px;
        line-height: 22px;
    }
}

/*     fly     */

.fly {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 10;
}

.fly-telegram {
    display: block;
    width: 60px;
    height: 60px;
    background-image: url(../img/telegram.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    
}