

/* Start:/local/components/ultradent/clinic.contacts/templates/tyumen/css/style.css?17459153993659*/
/* Контакты */
.contacts .content {
    display: flex;
    flex-direction: column;
    margin-top: 100px;
    position: relative;
}

.title-contact {
    color: #05bc80;
}

.contacts__first-screen__title, .contacts__first-screen__subtitle{
    text-align: center;
    color: #05bc80;
}

.contacts__first-screen__title {
    font-size: 50px;
    position: relative;
    z-index: 1;
    width: 70%;
    margin: auto;
}

.contacts__first-screen__subtitle {
    font-size: 36px;
    font-weight: 600;
}

.contacts__first-screen__info {
    width: 100%;
    margin-top: 140px;
}

.contacts__first-screen__info__section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
    font-size: 24px;
    height: 150px;
    /* padding: 30px; */
}


.contacts__first-screen__info__section:first-child {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 10.2px 1.8px rgba(0, 0, 0, 0.2);
    border-radius: 30px 0 0 30px;
}

.contacts__first-screen__info__section span:nth-child(2) {
    margin-bottom: 5px;
}

.contacts__first-screen__info__section:last-child {
    background-image: -moz-linear-gradient( -178deg, rgb(63,112,218) 0%, rgb(5,188,129) 0%, rgb(57,156,108) 27%, rgb(5,188,129) 100%);
    background-image: -webkit-linear-gradient( -178deg, rgb(63,112,218) 0%, rgb(5,188,129) 0%, rgb(57,156,108) 27%, rgb(5,188,129) 100%);
    background-image: -ms-linear-gradient( -178deg, rgb(63,112,218) 0%, rgb(5,188,129) 0%, rgb(57,156,108) 27%, rgb(5,188,129) 100%);
    box-shadow: 0px 3px 10.2px 1.8px rgba(0, 0, 0, 0.2);
    border-radius: 0 30px 30px 0;
}

.contacts__first-screen__info__section:last-child span {
    color: #fff;
}

.contacts__first-screen__info__phone {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    color: #383838;
    font-weight: bolder;
}

.contacts_line {
    width: 100vw;
    position: absolute;
    height: 450px;
    top: -220px;
}

.contacts-bg {
    position: absolute;
}

#contacts-bg-1 {
    height: 183px;
    left: 0;
}

#contacts-bg-2 {
    height: 163px;
    right: 0;
}

@media (max-width: 1200px) {
    .contacts .content {
        margin-top: 140px;
    }

    .contacts__first-screen__title {
        font-size: 46px;
        margin-top: 50px;
    }

    .contacts__first-screen__subtitle {
        font-size: 30px;
    }

    .contacts-bg {
        top: 5%;
    }

    .contacts_line {
        height: 390px;
    }

    #contacts-bg-1 {
        height: 143px;
        left: 0;
    }
    
    #contacts-bg-2 {
        height: 123px;
        right: 0;
    }
}

@media (max-width: 768px) {
    .contacts__first-screen__title {
        font-size: 36px;
    }

    .contacts__first-screen__info {
        flex-direction: column;
        width: 200%;
        align-items: normal!important;
    }

    .contacts__first-screen__info__section {
        border-radius: 30px!important;
        margin-bottom: 50px;
    }

    .contacts__first-screen__subtitle {
        font-size: 32px;
    }

    .contacts-bg {
        top: 15%;
    }

    #contacts-bg-1 {
        height: 103px;
        top: 4px;
    }
    
    #contacts-bg-2 {
        height: 83px;
        top: 4px;
    }
}

@media (max-width: 652px) {
    #contacts-bg-1 {
        height: 58px!important;
    }
    
    #contacts-bg-2 {
        height: 69px;
    }
}

@media (max-width: 564px) {
    .contacts__first-screen__info__section {
        font-size: 22px!important;
    }

}

@media (max-width: 407px) {
    #contacts-bg-1 {
        top: 5%;
        height: 60px!important;
    }

    #contacts-bg-2 {
        top: 5%;
        height: 60px!important;
    }

}
/* End */


/* Start:/local/components/ultradent/vrmap.main/templates/.default/css/style.css?17873173183753*/
/* Клиника в VR */
.vr {
    padding-top: 80px;
    padding-bottom: 60px;
    position: relative;
    background-color: #fefefe;
    background-image: url('/local/components/ultradent/vrmap.main/templates/.default/css/../img/bg.webp');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
}
.vr a {
    text-decoration: none;
}
.vr__map {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 50%;
    height: 100%;
    border-radius: 40px;
}

.vr__list__arrow {
    width: 14px;
    height: 25px;
    position: absolute;
    top: 40%;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

#vr__list__arrow-left {
    left: 0;
}

#vr__list__arrow-right {
    right: 0;
}

.vr__offer {
    width: 620px;
    margin-bottom: 35px;
}

.vr__offer__title  {
    margin-bottom: 20px;
}

.vr__list {
    display: flex;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
}

.vr__list-wrap {
    position: relative;
    width: 910px;
    overflow: hidden;
    z-index: 2;
}

.vr__list__item {
    position: relative;
    margin-right: 30px;
    width: 440px;
    height: 190px;
    border-radius: 10px;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transition-duration: 300ms;
}

.vr__list__item__bg-dark {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.2);
    z-index: -1;
}

.vr__list__item__3d {
    position: absolute;
    right: 3%;
    top: 5%;
}

.vr__list__item__img {
    position: absolute;
    z-index: -2;
    left: 0;
    top: -40%;
    border-radius: 10px;
    width: 100%;
}

.vr__list__item__offer {
    margin-top: 45px;
    margin-left: 40px;
}

.vr__list__item__offer__text, .vr__list__item__offer__name {
    color: #fff;
}

.vr__list__item__offer__text {
    font-size: 16px !important;
    font-weight: 600;
}

@media (max-width: 1200px) {
    /* Vr */
    .vr {
        padding-top: 40px;
        padding-bottom: 0;
    }

    .vr__list-wrap {
        width: 670px;
    }

    .vr__list__item {
        width: 320px;
        height: 154px;
    }

    .vr__map {
        position: relative;
        width: 100%;
        height: 250px;
    }
}

@media (max-width: 768px) {
    /* VR */
    .vr {
        background-image: none;
    }

    .vr__offer {
        width: 100%;
        text-align: center;
    }

    .vr__list-wrap {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .vr__list {
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

    .vr__list__item {
        width: 100%;
        text-align: center;
        height: auto;
        box-shadow: none;
        margin: auto;
        margin-bottom: 35px;
    }

    .vr__list__item__offer {
        margin-top: 0;
        margin-left: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .vr__offer__title {
        font-size: 18px;
    }

    .vr__list__item__offer a {
        text-decoration: none;
        color: #0eb67d;
        font-size: 10px;
    }

    .vr__list__item__offer__text, .vr__list__item__offer__name {
        color: #000;
        font-weight: 400;
        line-height: 130%;
        font-size: 14px;

        min-width: max-content;
       display: flex;
       flex-direction: row;
       align-items: center;
       justify-content: center;
       gap: 5px;
    }

    .vr__list__item__offer__text span, .vr__list__item__offer__name span {
        display: inline;
    }

    .vr__list__item__btn {
        width: 200px;
        margin-top: 15px;
        margin-bottom: 10px;
    }
}
/* End */
/* /local/components/ultradent/clinic.contacts/templates/tyumen/css/style.css?17459153993659 */
/* /local/components/ultradent/vrmap.main/templates/.default/css/style.css?17873173183753 */
