* {
  -webkit-locale: auto;
}
body{
    position: relative;
    font-family:'Montserrat', sans-serif;
    font-weight: 400;
}
h2{
    margin-bottom:0px;
    color:#000;
    font-size:24px;
    font-weight:600;
    line-height:1.2;
}
h3{
    margin-bottom:0px;
    color:#000;
    font-size:24px;
    font-weight:600;
    line-height:1.2;
}
a {
    color: #000000;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: none;
    -o-transition: none;
    transition:  none;
}
.grecaptcha-badge {
    display: none;
}
.common-input.input-error {
    border: 2px solid #d00;
}
#watch_repair_single_page .feedback-block .input-error {
    border: 2px solid #d00;
}
.show-important{
    display:block !important;
}
.breadcrumb{
    background-color:transparent;
    padding:0;
    display:flex;
    align-items:center;
    margin-bottom:40px;
}
.breadcrumb-item a{
    color:#1a1a19;
    font-size:14px;
    font-weight:400;
    text-decoration:underline;
}
.breadcrumb-item + .breadcrumb-item::before{
    color:#1a1a19;
}
.breadcrumb-item.active{
    color:#1a1a19;
    font-size:14px;
    font-weight:400;
	text-decoration:none;
}
.breadcrumb-item.active a{
    color:#1a1a19;
    font-size:14px;
    font-weight:400;
	text-decoration:none;
	pointer-events: none;
}

.head-mobile button{
    max-width:100%;
    width:100%;
    min-height:40px;
    color:#727273;
    font-size:14px;
    font-weight:700;
    border:2px solid #ffb000;
    border-radius:5px;
    margin-left:20px;
    outline:none;
    background-color:#fff;
}
.head-mobile button:hover{
    color:#fff;
    background-color:#ffb000;
    border-color:#ffb000;
}

.head-top button{
    max-width:137px;
    width:100%;
    min-height:40px;
    color:#727273;
    font-size:14px;
    font-weight:700;
    border:2px solid #b0b0b1;
    border-radius:5px;
    margin-left:86px;
    outline:none;
    background-color:transparent;
}
.head-top button:hover{
    color:#fff;
    background-color:#ffb000;
    border-color:#ffb000;
}
.head-top .search{
    position:relative;
    display: none;
    max-width:249px;
    width:100%;
    height:40px;
}
.head-top .search .search-item{
    width:18px;
    height:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    position:absolute;
    right:12px;
    top:10px;
}
.head-top .search .search-item .fas.fa-search{
    color:#999a9a;
    font-size:18px;
}
.head-top .search input{
    width:100%;
    height:40px;
    padding-left:15px;
    padding-right:15px;
    outline:none;
    border:0px solid #b0b0b1;
    border-radius:5px;
    font-size:14px;
    font-weight:400;
    background-color:#ededed;
}

.head-top .search-button {
    margin: 0;
    border: unset;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-right: 20px;
}
.head-top .search-button:hover {
    background: transparent;
}
.head-top .search .search-item:hover .fas.fa-search  {
    color: #282828;
}

.header-content-right .search-button {
    margin: 0;
    border: unset;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-right: 20px;
}
.header-content-right .search-button:hover {
    background: transparent;
}
.header-content-right .search .search-item:hover .fas.fa-search  {
    color: #282828;
}
.choice .display-selection button{
    min-height:32px;
    padding-left:15px;
    padding-right:15px;
    outline:none;
    color:#727273;
    font-size:14px;
    font-weight:700;
    background-color:transparent;
    border-top:2px solid #b0b0b1;
    border-bottom:2px solid #b0b0b1;
}
.choice .display-selection button{
    border-left:1px solid #b0b0b1;
    border-right:1px solid #b0b0b1;
}
.choice .display-selection button:first-of-type{
    border-radius:5px 0 0 5px;
    border-left:2px solid #b0b0b1;
    border-right:1px solid #b0b0b1;
}
.choice .display-selection button:last-of-type{
    border-radius:0 5px 5px 0;
    border-left:1px solid #b0b0b1;
    border-right:2px solid #b0b0b1;
}
body .choice .display-selection button.active{
    background-color:#c00;
    color:#fff;
    font-weight:700;
    border-color:#c00;
}
.choice .display-selection{
    display:flex;
}
.choice .city ul{
    margin:0;
    padding:0;
    list-style:none;
    display:inline-block;
    border-bottom:2px solid #b0b0b1;
    line-height:20px;
}
.choice .city ul li{
    padding-right:20px;
    display:inline-block;
}
.choice .city ul li:last-of-type{
    padding-right:0;
}
.choice .city ul li a{
    color:#000;
    font-size:16px;
    font-weight:700;
}
.choice .city ul li a.active{
    color:#c00;
    position:relative;
}
.choice .city ul li a.active:before{
    content:"";
    position:absolute;
    left:0;
    bottom:-3px;
    width:100%;
    height:2px;
    background-color:#e30008;
}
.choice .city{
    margin-bottom:33px;
}
.choice{
    display:flex;
    flex-direction:column-reverse;
}
.map-section .map-section-top{
    display:flex;
    justify-content:space-between;
    margin-bottom: 50px;
}
.map-section-slide div{
    border-radius: 0px 0px 10px 10px;
}
.map-section{
    display:none;
    background-color:#fff;
	border-radius: 0px 0px 10px 10px;
}
.map-section .big-map{
    width:100%;
    max-width:1040px;
    height:481px;
}
.map-section .big-map iframe{
    width:100%;
}
.map-section .slick-slide{
    width:304px;
    height:241px;
}
.map-section .slick-slide img{
    width:304px;
    height:241px;
    object-fit:cover;
    display:inherit;
}
.map-section .map-section-slide .slick-prev{
    z-index: 100;
    left: 0px;
    bottom: auto;
    top: 50%;
    transform: translate(0, -50%);
    opacity: 1;
    padding: 0px 13px;
}
.map-section .map-section-slide .slick-prev:before{
    position:relative;
    z-index:50;
}
.map-section .map-section-slide .slick-prev:after{
    content: "";
    position: absolute;
    top: -22px;
    left: 0px;
    width: 54px;
    height: 118px;
    z-index: 10;
    background: rgba(255, 255, 255, 0.4);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.map-section .map-section-slide .slick-prev:hover:after{
    background: rgba(255, 255, 255, 0.5);
}
.map-section .map-section-slide .slick-next{
    z-index:100;
    right:0px;
    bottom:auto;
    top:50%;
    transform:translate(0, -50%);
    padding: 0px 13px;
}
.map-section .map-section-slide .slick-next:before{
    position:relative;
    z-index:50;
}
.map-section .map-section-slide .slick-next:after{
    content: "";
    position: absolute;
    top: -22px;
    right: 0px;
    width: 54px;
    height: 118px;
    z-index: 10;
    background: rgba(255, 255, 255, 0.4);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.map-section .map-section-slide .slick-next:hover:after{
    background: rgba(255, 255, 255, 0.5);
}

.map-metro-office{
    cursor:pointer;
}
#advantages .advantages-block{
    display:flex;
    margin-bottom:40px;
	margin-right: 15px;
    margin-left: 15px;
	font-size:14px;
}
#advantages .advantages-block .images-block{
    margin-right:15px;
}
#advantages .advantages-block .text-block{
    font-size:14px;
    line-height:15px;
}
#advantages{
    margin-top:60px;
}
#advantages h3.title-mobile{
    margin-bottom:35px;
    text-align:center;
    color:#e30008;
    font-weight:700;
    display:none;
}
.language{
    margin-left:88px;
    display:flex;
    align-items:center;
    min-width:71px;
}
.language a{
    color:#1a1a19;
    font-weight:600;
    font-size:14px;
    text-decoration:underline;
}
.language a:hover{
    text-decoration:none;
}
.language a:first-of-type{
    margin-right:5px;
}
.language a:last-of-type{
    margin-left:5px;
}
.language a.selected{
    color:#727273;
    font-weight:bold;
}
.cart {
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 700;
    padding-left: 3rem;
}

.cart .basket-item-count {
    display: flex;
    align-items: center;
}

.cart .basket-item-count img {
    width: 32px;
}

.total-price-basket {
    display: none;
}

.main-container{
    width:100%;
    max-width:1550px;
    padding:0 15px;
    margin:auto;
}
@media (max-width:991px){
    .map-section .map-section-top{
        flex-direction:column-reverse;
        align-items:center;
        margin-bottom: 0px;
    }
    #addresses-page .addresses-block .map-section .description{
        align-items:center;
    }
    #addresses-page .addresses-block .map-section .description .description-text{
        text-align:center;
    }
}
@media (max-width:767px){
    .map-section .big-map {
        height: 300px;
    }
    .map-section .slick-slide img{
        width:100%;
    }
    .map-section .map-section-slide .slick-arrow {
        transform: translate(0, -50%) scale(0.7);
    }
    .map-section .map-section-slide .slick-arrow:before{
        color:#fff;
        opacity:1;
    }
    .map-section .map-section-slide .slick-prev {
        left: -8px;
    }
    .map-section .map-section-slide .slick-next {
        right: -8px;
    }
}
@media (max-width:610px){
    .breadcrumbs.container-fluid{
        padding-left:40px;
        padding-right:40px;
    }
    .breadcrumb{
        margin-bottom:0;
    }
}
@media (max-width:575px){
    #addresses-page .addresses-block .map-section .description img{
        width:100%;
        height:auto;
        pointer-events:none;
    }
    .choice .city{
        margin-bottom:25px;
    }
}
@media (max-width:530px){
    .map-section .big-map{
        height:325px;
        width:24rem;
        max-width: 100%;
    }
}
@media (max-width:490px){
    .choice .display-selection button{
        font-size:12px;
        padding-left:5px;
        padding-right:5px;
    }
    .breadcrumb li{
        font-size:14px;
    }
}
@media (max-width:400px){
    .map-section .big-map{
        height:250px;
        width:100%;
    }
    .breadcrumb li{
        font-size:13px;
    }
}
/*---header---*/
header{
    position:relative;
    z-index:100;
}
#header-bg{
    background-color:#e3e3e4;
}
.head-container{
    width:100%;
    max-width:1550px;
    margin:auto;
    padding:0 15px;
}
.visuallyHidden{
    position:absolute;
    overflow:hidden;
    clip:rect(0 0 0 0);
    height:1px; width:1px;
    margin:-1px; padding:0; border:0;
}
.hamburger-menu{
    height:24px;
}
.hamburger{
    width:24px;
    height:24px;
    position:relative;
}
.hamburger .bar{
    padding:0;
    width:24px;
    height:3px;
    background-color:#e30008;
    display:block;
    border-radius:4px;
    transition:all 0.4s ease-in-out;
    position:absolute;
}
.bar1{
    top:0;
}
.hamburger-menu .bar2,
.hamburger-menu .bar3{
    top:11px;
}
.bar3{
    right:0;
}
.bar4{
    bottom:0;
}
.hamburger-menu label{
    margin-bottom:0;
    z-index:-1;
}
.header-content-left .phone{
    margin-right:166px;
    white-space:nowrap;
}
.header-content-left .phone .time{
    color:#727273;
    font-size:14px;
    line-height:14px;
    font-weight:600;
    padding-bottom:5px;
}
.header-content-left .phone .main-phone{
    color:#000;
    font-size:22px;
    line-height:17px;
    font-weight:600;
}
.header-content-left .phone .second-phone{
    font-size:14px;
    line-height:14px;
    color:#aeaeaf;
    font-weight:700;
}
.header-content-left{
    display:flex;
    align-items:flex-end;
}
.header-content-left #head-select{
    border:0;
    color:#1a1a19;
    font-family:"Montserrat";
    font-size:14px;
    font-weight:600;
    outline:none;
    cursor:pointer;
    background-color:transparent;
	border-radius: 14px;
	padding:0px;
	
}
.header-content-left .head-select-container{
    width:165px;
}
.main-menu{
    margin-top:60px;
    width:100%;
    max-width:686px;
}
.main-menu nav{
    display:inline-block;
}
.main-menu nav ul{
    padding:0;
    margin:0;
    list-style:none;
    display:flex;
    flex-wrap:wrap;
    border-bottom:2px solid #b0b0b1;
}
.main-menu nav ul li{
    margin-right:30px;
    position:relative;
}
.main-menu nav ul li a:hover:before{
    content:"";
    position:absolute;
    left:0;
    bottom:-2px;
    width:100%;
    height:2px;
    background-color:#e30008;
}
.main-menu nav ul li:last-of-type{
    margin-right:0;
}
.main-menu nav ul li a{
    color:#000;
    font-size:18px;
    font-weight:700;
    padding-bottom:3px;
}
.main-menu nav ul li a:focus{
    color:#e30008;
}
.main-menu nav ul li a.active {
     color:#e30008;
    border-bottom: 0px solid #e30008;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #e30008;
}
.main-menu nav ul li.current:before{
    content:"";
    position:absolute;
    left:0;
    bottom:-2px;
    width:100%;
    height:2px;
    background-color:#e30008;
}
.main-menu nav ul li.current a{
    border-bottom:0;
    padding-bottom:0;
    color:#e30008;
}
.header-content{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
}
.header-content-right button{
    max-width:137px;
    width:100%;
    min-height:40px;
    color:#727273;
    font-size:14px;
    font-weight:700;
    border:2px solid #b0b0b1;
    border-radius:5px;
    margin-left:86px;
    outline:none;
    background-color:transparent;
}
.header-content-right button:hover{
    color:#fff;
    background-color:#ffb000;
    border-color:#ffb000;
}
.header-content-right button:hover a{
    color:#;
}
.header-content-right .search{
    position:relative;
    max-width:249px;
    width:100%;
    height:40px;
}
.header-content-right .search .search-item{
    width:18px;
    height:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    position:absolute;
    right:12px;
    top:10px;
}
.header-content-right .search .search-item .fas.fa-search{
    color:#999a9a;
    font-size:18px;
}
.header-content-right .search input{
    width:100%;
    height:40px;
    padding-left:15px;
    padding-right:15px;
    outline:none;
    border:2px solid #b0b0b1;
    border-radius:5px;
    font-size:14px;
    font-weight:400;
    background-color:transparent;
}
.header-content-left{
    margin-right:143px;
}
.header-content-right{
    text-align:right;
    margin-left:86px;
    display:flex;
    flex-direction:row-reverse;
    align-items:center;
}
.header-content-right .geo,
.header-content-right .phone{
    display:none;
}
.hamburger-menu{
    position:absolute;
    top:66px;
    left:60px;
    width:50px;
    height:36px;
    display:flex;
    align-items:flex-end;
    justify-content:center;
    cursor:pointer;
}

/*Общие стили для специальных компонентов*/
.aurum-nav {
    display: inline-block;
}
.aurum-nav .nav {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 2px solid #b0b0b1;
}
.aurum-nav .nav a {
    position: relative;
    margin-right: 30px;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 3px;
    padding-left: 0px;
    padding-right: 0px;
    background: none;
    background-color: transparent!important;
    border-top: none;
    border-left: none;
    border-right: none;
}
.aurum-nav .nav a:last-child {
    margin-right: 0px;
}
.aurum-nav .nav a.active {
    color: #e30008;
}
.aurum-nav .nav a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background-color: #b0b0b1;
}
.aurum-nav .nav a:hover:before,
.aurum-nav .nav a.active:before {
    background-color: #e30008;
}
.block-list .block-list-item{
    display:flex;
    align-items:flex-start;
    padding: 55px 0;
    border-bottom:1px solid #000;
}
.block-list .block-list-item:last-child{
    border-bottom:none;
}
.block-list .title{
    font-size:60px;
    line-height:45px;
    color:#000;
    font-weight:600;
}
.block-list ul{
    padding-left:0;
    list-style:none;
    -webkit-columns:5;
    -moz-columns:5;
    columns:5;
    width:100%;
    margin-left:0px;
    margin-bottom:0;
}
.block-list.with-title ul{
    margin-left:257px;
}
.block-list li a{
    width: 100%;
    display: inline-block;
    font-size:16px;
    color:#000;
    line-height:1.88;
    font-weight:400;
    letter-spacing:-0.37px;
    text-decoration:underline;
}
.block-list li span{
    display: block;
    text-align: center;
}
.block-list li img{
    width: 100%;
    height: 140px;
    margin-top: 0px;
    margin-bottom: 50px;
    border: 0px dotted #d9d9d9;
    object-fit: contain;
    object-position: center;
}
@media (max-width:1200px){
    .block-list.with-title ul{
        margin-left:120px;
    }
}
@media (max-width:991px){
    .block-list.with-title ul{
        margin-left:60px;
    }
    .block-list ul a{
        font-size:14px;
    }
    .block-list .title{
        font-size:40px;
    }
}
@media (max-width:767px){
    .block-list .block-list-item{
        padding: 40px 0;
        flex-direction:column;
        align-items:center;
    }
    .block-list ul{
        -webkit-columns:2;
        -moz-columns:2;
        columns:2;
    }
    .block-list.with-title ul{
        margin-left:0;
    }
    .block-list .title{
        margin-bottom:40px;
    }
}
@media (max-width:575px){
    .aurum-nav .nav {
        border-bottom: none;
    }
    .block-list .block-list-item {
        padding: 25px 0;
    }
    .block-list ul{
        -webkit-columns:1;
        -moz-columns:1;
        columns:2;
    }
    .block-list ul li{
        margin-bottom: 10px;
    }
}
.standart-photo-preview {
    float: left;
    position: relative;
    margin-right: 5px;
	margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
}
.standart-photo-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.standart-photo-preview .remove-btn {
    width: 20px;
    height: 20px;
    position: absolute;
    top: -1px;
    right: -1px;
    line-height: 20px;
    color: #b0b0b1;
    cursor: pointer;
    overflow: hidden;
}
.standart-photo-preview .remove-btn:hover {
    color: #666666;
}
.standart-photo-preview .remove-btn::after {
    content: "\00D7";
    font-size: 30px;
}
.standart-table {
    width:100%;
}
.standart-table tr{
    border-bottom:1px solid #000;
}
.standart-table tr.important td{
    font-weight:600;
} 
.standart-table th {
    font-weight:bold;
	background-color:#F4F4F4;
}
.standart-table th,
.standart-table td {
    font-size:14px;
    color:#1a1a19;
    line-height:1.2;
    padding:10px 20px;
}
.standart-table.p-xs th,
.standart-table.p-xs td {
    padding: 10px 0px 10px 10px;
	font-size: small;
}
.standart-table th:not(:first-of-type),
.standart-table td:not(:first-of-type){
    min-width:15%;
    max-width:30%;
    text-align:right;
    padding-right:60px;
}
.standart-table.p-xs th:not(:first-of-type),
.standart-table.p-xs td:not(:first-of-type){
    padding-right:10px;
}
.standart-table.font-small th,
.standart-table.font-small td {
    font-size: small;
}
@media (max-width:1200px){
    .standart-table th:not(:first-of-type),
    .standart-table td:not(:first-of-type) {
        padding-right:20px;
    }
    .standart-table.p-xs th,
    .standart-table.p-xs td {
        padding:10px 5px;
    }
    .standart-table.p-xs th:not(:first-of-type),
    .standart-table.p-xs td:not(:first-of-type) {
        padding-right:5px;
    }
}
@media (max-width:767px){
    .standart-table th,
    .standart-table td {
        padding:10px 5px;
    }
    .standart-table th:not(:first-of-type),
    .standart-table td:not(:first-of-type) {
        min-width:125px;
        padding-right:5px;
    }
    .standart-table.min-60 th:not(:first-of-type),
    .standart-table.min-60 td:not(:first-of-type) {
        min-width:60px;
    }
    .standart-table.min-45 th:not(:first-of-type),
    .standart-table.min-45 td:not(:first-of-type) {
        min-width:45px;
    }
    .standart-table.min-30 th:not(:first-of-type),
    .standart-table.min-30 td:not(:first-of-type) {
        min-width:30px;
    }
}
@media (max-width:575px){
    .standart-table th,
    .standart-table td {
        padding:5px 2px;
        font-size:12px;
    }
    .standart-table.word-break th,
    .standart-table.word-break td {
        word-break: break-all;
    }
    .standart-table th:not(:first-of-type),
    .standart-table td:not(:first-of-type) {
        width:15%;
        min-width:75px;
        padding-right:2px;
    }
    .standart-table.min-60 th:not(:first-of-type),
    .standart-table.min-60 td:not(:first-of-type) {
        min-width:60px;
    }
    .standart-table.min-45 th:not(:first-of-type),
    .standart-table.min-45 td:not(:first-of-type) {
        min-width:45px;
    }
}
.expand {
    border: 1px solid #E0E0E0;
    margin-bottom: -23px;
    padding: 7px 25px;
    position: relative;
    top: -23px;
}
.expander {
    cursor: hand;
    cursor: pointer;
    background-color: white;
    position: relative;
    z-index: 1;
}
.expander.expanded {
    margin: 0 10px;
    padding: 0 3px;
}
.expander > span:first-child {
    border-color: transparent transparent transparent orange;
    border-style: solid;
    border-width: 6px;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: relative;
    top: -4px;
    display: inline-block;
    top: -2px;
    vertical-align: middle;
}
.expander.expanded > span:first-child {
    border-color: orange transparent transparent transparent;
    top: 0;
    margin-right: 4px;
    top: 4px;
}
.text-bold {
    font-weight: 600;
}
.text-normal {
    font-size: 14px;
}
.text-small {
    font-size: small;
    line-height: 17px;
}
.text-tahoma {
    font-family: tahoma, arial, helvetica, sans-serif;
}
.horizontal-price-content.mobile {
    display: none;
    justify-content: center;
    /*padding: 0px 50px;*/
}
.horizontal-price-content.mobile .price-block {
    display: inline-flex!important;
}
.horizontal-price-content {
    display: flex;
    flex-direction: row;
}
.horizontal-price-content .price-block {
    display: flex;
    flex-direction: column;
    flex: 0 1 100%;
    overflow: hidden;
}
.horizontal-price-content.n-3 .price-block {
    flex: 0 1 33.33%;
}
.horizontal-price-content.n-6 .price-block {
    flex: 0 1 16.66%;
}
.horizontal-price-content .price-block .card-title {
    width: 100%;
    min-height: 40px;
    display: flex;
    justify-content: center;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
}
.horizontal-price-content .price-block .card-img {
    width: 60%;
    display: flex;
    align-self: center;
    justify-content: center;
    margin-bottom: 20px;
}
.horizontal-price-content.mobile .price-block .card-img {
    max-width: 200px;
}
.horizontal-price-content .price-block .card-img .aspect-ratio {
    width: 100%;
    padding-top: 100%;
    position: relative;
}
.horizontal-price-content .price-block .card-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    object-fit: contain;
}
.horizontal-price-content .price-block .card-body {
    padding: 0.5rem;
}
@media (max-width:767px){
    .horizontal-price-content.pc {
        display: none;
    }
    .horizontal-price-content.mobile {
        display: flex;
    }
    .horizontal-price-content .price-block .card-img {
        width: 40%;
    }
}
.common-select {
    outline:none;
    width:100%;
    max-width:315px;
    height:40px;
    border-radius:4px;
    border-color:#000;
    font-size:16px;
    color:#000;
    line-height:1.88;
    font-weight:400;
    padding:0 25px 0 10px;
    background-color:#fff;
}
.mobile-display {
    display: none;
}
@media (max-width:767px){
    .mobile-display {
        display: flex;
    }
}
.gray-select {
    width: 100%;
    max-width: 360px;
    height: 40px;
    position: relative;
}
.gray-select::after {
    content: '';
    width: 17px;
    height: 17px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -12px;
    border: 4px solid #b0b0b1;
    border-top: none;
    border-left: none;
    border-radius: 2px;
    transform: rotate(45deg);
    pointer-events: none;
}
.gray-select select {
    outline: none;
    width: 100%;
    height: 100%;
    border: 2px solid #f0f0f0;
    border-radius: 5px;
    font-size: 16px;
    color: #000;
    line-height: 1.88;
    font-weight: 500;
    padding: 0px 10px;
    background-color: #f0f0f0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
@media (max-width: 767px) {
    .gray-select {
        max-width: 100%;
    }
    .gray-select select {
        width: 100%;
        height: 45px;
        margin: 0px;
        font-size: 16px;
    }
	textarea.common-input {
    
	margin-bottom: 30px;
}
}
.common-input {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    outline: none;
    border: 2px solid #b0b0b1;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    background-color: transparent;
}
textarea.common-input {
    height: 170px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.addresses-block[disabled] .addresses-block-content {
    cursor: inherit;
}
.absolute-bg-gray {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #e3e3e4;
    z-index: -1;
}
.absolute-bg-white {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: white;
    z-index: -1;
}
.standart-card {
    height: 100%;
    padding-bottom: 30px;
    font-size: 0.85rem;
}

.card-watch {
    height: 100%;
    padding-bottom: 30px;
    font-size: 0.85rem;
}
.standart-card.min-200 {
    min-height: 200px;
}
.standart-card.min-260 {
    min-height: 260px;
}
.standart-card.min-160 {
    min-height: 160px;
}
.standart-card .card-container {
    height: 100%;
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
}

.standart-card .card-container h2 {
    word-break: break-word;
    font-weight: 800;
}
.standart-card.card-gray .card-container {
    padding-top: 40px;
    background: #f5f5f5;
}
.standart-card.card-gray .card-container h2 {
    font-weight: 800;
	font-size: 20px;
}
.standart-card .card-header {
    padding: 35px 60px 20px 60px;
    border-bottom: none;
}
.standart-card .card-header .card-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}
.standart-card .card-body {
    padding: 25px 60px 30px 60px;
}
.standart-card.card-with-image .card-body {
    padding: 25px 60px 30px 30px;
}
@media (max-width: 767px) {
.standart-card.card-with-image .card-body {
    padding: 30px 0px 0px 30px;
}
	
}
.standart-card .card-bodyr {
    padding: 25px 60px 30px 60px;
	border-radius: 0px 0px 20px 20px;
}
.standart-card .card-bodyd {
    padding: 0px;
	border-radius: 0px 0px 20px 20px;
}
.standart-card .card-body .card-title {
    margin-top: 34px;
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 20px;
	line-height:38px;
}
.standart-card .card-body .slide {
    padding: 0px 40px;
    display: inline-flex!important;
    justify-content: center;
}
.standart-card .slide img {
    width: 100%;
    height: 100%;
    max-width: 250px;
    max-height: 250px;
    margin: auto;
    object-fit: contain;
}
.imgcepi {
    width: 100%;
}
@media (max-width: 767px) {
    .standart-card .slide img {
        width: 100%;
        height: 100%;
        max-width: 160px;
        max-height: 160px;
        margin: auto;
        object-fit: contain;
    	margin-bottom: 20px;
    }
}

.standart-card.card-link .card-container {
    display: block;
    position: relative;
    cursor: pointer;
}
.standart-card.card-link .card-container:hover::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.05);
    pointer-events: none;
}

.standart-card.card-with-image .card-container {
    position: relative;
    overflow: hidden;
}
.standart-card.card-with-image .card-container img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    object-fit: cover;
    transition-duration: 0.2s;
}
.standart-card.card-with-image .card-container:hover img {
    width: 105%;
    height: 105%;
    top: -2.5%;
    left: -2.5%;
}
.standart-card.card-with-image .card-container {
    min-height: 200px;
}
.standart-card.card-with-image .card-container {
    min-height: 200px;
}
@media (max-width: 767px) {
.standart-card.card-with-image .card-container {
    min-height: 150px;
}	
	
}

.standart-card.card-with-image .card-container h2 {
    display: inline;
    position: relative;
    line-height: 30px;
    font-size: 20px;
    font-weight: 800;
    color: #000;
    border-bottom: 4px solid #c00;
}

.standart-card.double-card .card-header {
    border-bottom-right-radius: 20px;
}
.standart-card.double-card .card-container > .row > div:last-child {
    padding-right: 75px;
}
.standart-card.double-card .side-image {
    position: relative;
}
.standart-card.double-card .side-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    object-fit: cover;
    object-position: center center;
}
.standart-card.double-card .infinite-slide {
    width: 100%;
    height: 100%;
}
.standart-card.double-card .infinite-slide .slide {
    width: 100%;
    height: 100%;
    padding: 50px;
    display: inline-flex!important;
    justify-content: center;
    align-items: center;
}
.standart-card.double-card .infinite-slide .slick-list,
.standart-card.double-card .infinite-slide .slick-track,
.standart-card.double-card .infinite-slide .slick-track .slick-slide > div {
    height: 100%;
}
.standart-card.double-card .infinite-slide .slide img {
    max-width: 350px;
    max-height: 350px;
}
@media (max-width: 1359px) {
    .standart-card .card-header,
    .standart-card .card-body {
        padding-left: 30px;
        padding-right: 30px;
    }
    .standart-card.double-card .card-container > .row > div:last-child {
        padding-right: 45px;
    }
}
@media (max-width: 1140px) {
    .standart-card.card-link .card-container h2 {
        font-size: 22px;
    }
    .standart-card .card-header {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .standart-card .card-body {
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .standart-card.double-card .card-container > .row > div:last-child {
        padding-right: 45px;
    }
}
@media (max-width: 959px) {
    .standart-card.card-link .card-container h2 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .standart-card.card-link .card-container h2 {
        font-size: 18px;
    }
    .standart-card {
        padding-bottom: 15px;
    }
    .standart-card .slick-prev {
        left: -10px;
    }
    .standart-card .slick-next {
        right: -10px;
    }
    .standart-card.double-card .card-header {
        border-bottom-right-radius: 0px;
    }
    .standart-card.double-card .card-container > .row > div:last-child {
        padding-left: 30px;
        padding-right: 30px;
    }
    .standart-card.double-card .infinite-slide .slide {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}
@media (max-width:575px){
    .standart-card .card-body .card-title {
        margin-top: 0px;
    }
    .standart-card .card-body .slick-slider {
        margin: -25px 0px;
    }
    .standart-card .card-body .slick-slider .slick-dots {
        bottom: 15px;
    }
    .standart-card .card-body .slick-slider .slick-arrow {
        transform: translate(0, -50%) scale(0.7);
		padding: 20px;
    }
    .infinite-slide .slick-arrow,
    .earrings-slide .slick-arrow  {
        transform: translate(0, -50%) scale(0.7);
		padding: 20px;
    }
}
@media (max-width: 365px) {
    .standart-card .slick-prev {
        left: 0px;
    }
    .standart-card .slick-next {
        right: 0px;
    }
}
.standart-card.special-style {
    min-height: 250px;
}
.standart-card.special-style .card-body {
    padding-top: 45px;
}
@media (max-width: 1140px) {
    .standart-card.special-style {
        min-height: 250px;
    }
}
@media (max-width: 767px) {
    .standart-card.special-style {
        min-height: 60px;
    }
    .standart-card.special-style .card-body {
        padding-top: 25px;
		padding-bottom: 20px;
    }
}

.header-image {
    width: 100%;
    height: 160px;
    object-fit: cover;
    margin-bottom: 20px;
}

.mobile-block {
    display: none;
}
.pc-block {
    display: block;
}
.pc-flex {
    display: flex;
}
@media (max-width: 767px) {
    .mobile-block {
        display: block;
    }
    .pc-block,
    .pc-flex{
        display: none;
    }
}
.standart-button {
    margin-left: 0px;
    margin-right: 0px;
    padding: 0.5rem 0.9rem!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: black!important;
    font-size: 0.85rem;
    font-weight: bold;
    text-transform: none;
    transition-duration: 0s!important;
}
.standart-button:hover {
    background: #fafafa!important;
}
.standart-button:hover,
.standart-button:active,
.standart-button:focus {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}
.standart-button.p-0 {
    padding: 0px!important;
}
.standart-button.btn-gold {
    background: #ffb100!important;
    border: 2px solid #ffb100;
    border-radius: 5px;
    color: white!important;
}
.standart-button.btn-outline-gold {
    border: 2px solid #ffb100;
    border-radius: 5px;
}
@media (max-width: 740px) {
.standart-button.btn-outline-gold {
    border: 2px solid #ffb100;
	border-radius: 5px;
	width: 100%;
}	
	
}
.standart-button.btn-outline-gold:active {
    color: #ffb100!important;
}
.standart-button.btn-outline-gray {
    border: 2px solid #b0b0b1;
    border-radius: 5px;
    color: #b0b0b1!important;
}
.standart-icon {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
	
}
.standart-icon.s-30 {
    width: 30px;
    height: 30px;
    overflow: hidden;
	padding:27px 28px 27px 27px;
}
.standart-icon.icon-plus:after {
    content: "\002B";
    position: relative;
    left: 1px;
    top: -1px;
    font-weight: lighter;
    font-size: 45px;
}
.review-container {
    width: 100%;
    margin-top: 55px;
    display: flex;
    flex-direction: row;
}
.review-container .review-picture {
    margin-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.review-container .review-picture img {
    width: 170px;
    height: 170px;
    object-fit: cover;
    object-position: center center;
    background: #f5f5f5;
    border-radius: 100%;
    overflow: hidden;
}
.review-container .review-text {
    display: flex;
    flex: 0 1 100%;
    flex-direction: column;
}
.review-container .review-header {
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
}
.review-container .review-header .review-title {
    font-size: 20px;
    font-weight: bold;
	line-height:28px;
	margin-bottom: 6px;
}
.review-container .review-header .review-subtitle {
    font-size: 0.9rem;
}
.review-container .review-body {
    font-size: 0.9rem;
}
@media (max-width:1140px){
    .review-container .review-picture {
        margin-right: 20px;
    }
    .review-container .review-picture img {
        width: 100px;
        height: 100px;
    }
}
@media (max-width:991px){
    .review-container .review-picture {
        margin-right: 10px;
    }
    .review-container .review-picture img {
        width: 70px;
        height: 70px;
    }
}
@media (max-width:767px){
    .review-container .review-picture {
        margin-right: 40px;
    }
    .review-container .review-picture img {
        width: 150px;
        height: 150px;
    }
}
@media (max-width:575px){
    .review-container .review-picture {
        margin-right: 20px;
    }
    .review-container .review-picture img {
        width: 120px;
        height: 120px;
    }
}
@media (max-width:365px){
    .review-container .review-picture {
        margin-right: 10px;
    }
    .review-container .review-picture img {
        width: 90px;
        height: 90px;
    }
    .review-container .review-header {
        margin-bottom: 15px;
    }
}

.fancy-slider .slick-slide{
    width:304px;
    height:241px;
}
.fancy-slider .slick-slide img{
    width:304px;
    height:241px;
    object-fit:cover;
    display:inherit;
}
.fancy-slider .slick-prev{
    z-index: 100;
    left: 0px;
    bottom: auto;
    top: 50%;
    transform: translate(0, -50%);
    opacity: 1;
    padding: 0px 13px;
}
.fancy-slider .slick-prev:before{
    position:relative;
    z-index:50;
}
.fancy-slider .slick-prev:after{
    content: "";
    position: absolute;
    top: -22px;
    left: 0px;
    width: 54px;
    height: 118px;
    z-index: 10;
    background: rgba(255, 255, 255, 0.4);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.fancy-slider .slick-prev:hover:after{
    background: rgba(255, 255, 255, 0.5);
}
.fancy-slider .slick-next{
    z-index:100;
    right:0px;
    bottom:auto;
    top:50%;
    transform:translate(0, -50%);
    padding: 0px 13px;
}
.fancy-slider .slick-next:before{
    position:relative;
    z-index:50;
}
.fancy-slider .slick-next:after{
    content: "";
    position: absolute;
    top: -22px;
    right: 0px;
    width: 54px;
    height: 118px;
    z-index: 10;
    background: rgba(255, 255, 255, 0.4);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.fancy-slider .slick-next:hover:after{
    background: rgba(255, 255, 255, 0.5);
}
@media (max-width:767px){
    .fancy-slider .slick-slide img{
        width:100%;
    }
    .fancy-slider .slick-arrow {
        transform: translate(0, -50%) scale(0.7);
    }
    .fancy-slider .slick-arrow:before{
        color:#fff;
        opacity:1;
    }
    .fancy-slider .slick-prev {
        left: -8px;
    }
    .fancy-slider .slick-next {
        right: -8px;
    }
}
/*Конец блока стилей для стандартных компонентов*/

#main-page .mobile-main-block{
    display:none;
    margin-top:-30px;
    padding-bottom:20px;
    position:relative;
}
#main-page .mobile-main-block:before{
    content:url("");
    position:absolute;
    right:-15px;
    bottom:-35px;
}
#main-page .mobile-main-block h1{
    color:#000;
    font-size:30px;
    line-height:30px;
    font-weight:700;
    width:250px;
    
    margin-bottom:16px;
}
#main-page .mobile-main-block .mobile-subtitle{
    color:#000;
    font-size:20px;
    font-weight:500;
    line-height:22px;
    max-width:290px;
    max-width:;
    margin-bottom:20px;
}
#main-page .mobile-main-block button{
    color:#fff;
    font-size:14px;
    font-weight:600;
    display:block;
    width:auto;
    border-radius: 5px; 
	padding: 10px 16px 10px 14px;
	background: #ffb000;
    border:0;
}
@media (max-width:1680px){
    .hamburger-menu{
        position:inherit;
        margin-right:40px;
    }
    .header-content-right{
        margin-left:64px;
    }
    .header-content-right button{
        margin-left:64px;
    }
    .language{
        margin-left:63px;
    }
}
@media (max-width:1550px){
    .header-content-left{
        margin-right:40px;
    }
    .header-content-right{
        margin-left:40px;
    }
}
@media (max-width:1430px){
    .header-content-right .language-block{
        margin-left:40px;
    }
    .header-content-right button{
        margin-left:40px;
    }
    .header-content-left .phone{
        margin-right:40px;
    }
}
@media (min-width:1000px){
.header-content-middle{
        margin-left:-150px;
    }
}
@media (max-width:1250px){
    .header-content-right .language-block{
        margin-left:20px;
    }
    .header-content-right button{
        margin-left:20px;
    }
    .header-content-left .phone{
        margin-right:20px;
    }
    .header-content-left{
        margin-right:20px;
    }
    .header-content-right{
        margin-left:20px;
    }
}
@media (max-width:1140px){
    .header-content-left .hamburger-menu{
        margin-right:0;
        align-items:center;
    }
    .header-content-left .phone{
        display:none;
    }
    .header-content-left .head-select-container{
        display:none;
    }
    .header-content-right .language{
        display:none;
    }
    .header-content-right button{
        display:none;
    }
    .header-content-right .search{
        display:none;
    }
    .header-content-left{
        margin-right:0;
    }
    .header-content-right .geo,
    .header-content-right .phone{
        display:block;
    }
    .header-content-right .geo{
        margin-right:28px;
    }
    .header-content-right{
        margin-left:0;
        flex-direction:row;
    }
    .header-content-right a:last-of-type{
        margin-left:0;
    }
    .header-content-right a:first-of-type{
        margin-right:0;
    }
    .header-content{
        padding:0 5px;
        align-items:center;
        justify-content:space-between;
    }
    .main-menu{
        display:none;
    }
    .hamburger-menu{
        position:inherit;
    }
}
@media (max-width:650px){
    #main-page .main-slide{
        display:none;
    }
    body #main-page #workroom{
        margin-top:0;
        z-index:auto;
    }
    #main-page .mobile-main-block{
        display:block;
    }
}
@media (max-width:450px){
    .header-logo{
        margin-left:25px;
        margin-right:25px;
		border-radius: 0px 0px 5px 5px;
    }
    .header-logo img{
        width:100%;
        height:auto;
		border-radius: 0px 0px 5px 5px;
    }
}
@media (min-width:450px){

    .header-logo img{
     
		border-radius: 0px 0px 5px 5px;
    }
}
/*---end-header---*/
/*---footer---*/
footer{
    min-height:350px;
    background-color:#494b4b;
}
footer .footer-container{
    max-width:1452px;
    width:100%;
    margin:auto;
    padding:0 15px;
}
footer .footer-content{
    padding-top:50px;
    display:flex;
}
footer .town-number-block{
    margin-bottom:7px;
}
footer .town-number-block:last-of-type{
    margin-bottom:20px;
}
footer .town-number-block .town{
    color:#fff;
    font-size:14px;
    line-height:20px;
    font-weight:500;
}
footer .town-number-block .number a{
    color:#fff;
    font-size:18px;
    line-height:24px;
    font-weight:600;
    text-decoration:none;
}
footer .footer-content-left button{
    width:145px;
    height:41px;
    border-radius:5px;
    color:#b0b0b1;
    font-size:14px;
    font-weight:700;
    border:2px solid #b0b0b1;
    outline:none;
    background-color:#494b4b;
}
footer .footer-content-left button:hover{
    background-color:#ffa100;
    color:#fff;
    border-color:#ffa100;
}
footer .footer-content-left{
    margin-right:167px;
}
footer .footer-content-center{
    width:100%;
    max-width:654px;
    margin-right:136px;
}
footer .footer-content-center .title{
    margin-bottom:10px;
}
footer .footer-content-center .title a{
    color:#e3e3e4;
    font-size:18px;
    font-weight:700;
    text-decoration:underline;
}
footer .footer-content-center .title a:hover{
    text-decoration:none;
}
footer .footer-content-center ul{
    padding:0;
    margin:0;
    display:flex;
    flex-wrap:wrap;
    list-style:none;
}
footer .footer-content-center ul li{
    margin-right:25px;
    position:relative;
}
footer .footer-content-center ul li:last-of-type{
    margin-right:0;
}
footer .footer-content-center ul li:after{
    content:"";
    position:absolute;
    width:5px;
    height:5px;
    border-radius:50%;
    background-color:#f5f5f5;
    top:50%;
    transform:translate(0, -50%);
    right:-17px;
}
footer .footer-content-center ul li:last-of-type:after{
    content:none;
}
footer .footer-content-center ul li:last-of-type{
    padding-right:0;
}
footer .footer-content-center ul li a{
    color:#c8c8c8;
    font-size:14px;
    font-weight:400;
    text-decoration:underline;
}
footer .footer-content-center ul li a:hover{
    text-decoration:none;
}
footer .footer-content-center .workshop-block{
    margin-bottom:33px;
}
footer .footer-content-center .workshop-block:last-of-type{
    margin-bottom:0;
}
footer .footer-content-right .footer-logo{
    padding-bottom:24px;
}
footer .footer-content-right .legal-address{
    color:#fff;
    font-size:14px;
    font-weight:500;
    margin-bottom:13px;
    max-width:252px;
    width:100%;
}
footer .footer-content-right .legal-address span{
    display:block;
}
footer .footer-content-right .mail{
    margin-bottom:0;
}
footer .footer-content-right .mail a{
    color:#c8c8c8;
    font-size:14px;
    font-weight:600;
    text-decoration:underline;
}
footer .footer-content-right .mail a:hover{
    text-decoration:none;
}

footer .footer-content-right .link a{
    color:#c8c8c8;
    font-size:14px;
    font-weight:600;
    text-decoration:underline;
}
footer .footer-content-right .link a:hover{
    text-decoration:none;
}
footer .footer-content-right .copyright{
    color:#fff;
    font-size:14px;
    font-weight:500;
}
footer .footer-content-right .copyright span{
    color:#c8c8c8;
    font-size:14px;
    font-weight:600;
    padding-left:5px;
}
@media (max-width:1330px){
    footer .footer-content-left{
        margin-right:40px;
    }
    footer .footer-content-center{
        margin-right:40px;
    }
    footer .footer-content{
        justify-content:center;
    }
}
@media (max-width:1200px){
    footer .footer-content-right{
        min-width:180px;
    }
    footer .footer-content-left{
        min-width:155px;
    }
}
@media (max-width:767px){
    footer .footer-content{
        flex-direction:column;
        padding-top:30px;
        padding-bottom:45px;
    }
    footer .footer-content-left{
        margin-right:0;
        margin-bottom:33px;
    }
    footer .footer-content-center{
        margin-right:0;
        margin-bottom:47px;
    }
}
/*---end-footer---*/
/*---sidebar---*/
.overlay{
    position:fixed;
    width:100%;
    height:100vh;
    top:0;
    left:0;
    background-color:rgba(0, 0, 0, 0.7);
    z-index:30;
    display:none;
}
.close-button{
    width:24px;
    height:24px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:15px;
	margin-left:13px;
	margin-top:22px;
}
@media (max-width:767px){
.close-button{
    width:24px;
    height:24px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:15px;
	margin-left:13px;
	margin-top:0px;
}
}


.close-button .fal.fa-times{
    line-height:21px;
    font-size:33px;
    color:#e30008;
    cursor:pointer;
}
aside.sidebar{
    max-width:640px;
    width:100%;
    background-color:#fff;
    position:fixed;
    top:0;
    left:0;
    z-index:50;
    padding:55px 60px 54px 60px;
    height:100vh;
    display:none;
    overflow: auto;
     -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
aside.sidebar::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}
.overlay.active,
aside.sidebar.active{
    display:block;
}
aside.sidebar .head-mobile{
    display:none;
    align-items:center;
    justify-content:space-between;
}
aside.sidebar .address a{
    display:flex;
    align-items:flex-end;
}
aside.sidebar .address span{
    color:#1a1a19;
    font-size:14px;
    font-weight:700;
    width:91px;
    display:block;
    line-height:15px;
    margin-left:12px;
    text-decoration:underline;
}
aside.sidebar .sidebar-content-top{
    margin-top:62px;
    display:flex;
    justify-content:space-between;
}
aside.sidebar .number-phone span:first-of-type{
    color:#727273;
    font-size:14px;
    font-weight:600;
    line-height:12px;
    display:block;
    margin-bottom:5px;
}
aside.sidebar .number-phone span:last-of-type{
    color:#000;
    font-size:22px;
    font-weight:600;
    line-height:19px;
    display:block;
}
aside.sidebar .sidebar-content-left {
    color:#000;
    font-size:18px;
    font-weight:700;
    position:relative;
    display:inline;
    white-space:nowrap;
    margin-bottom:0;
    border-bottom:2px solid #000;
    padding-bottom:2px;
}
aside.sidebar .sidebar-content-left a.active, aside.sidebar .sidebar-content-right a.active {
         color:#e30008;
}

aside.sidebar .head-top{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
}
aside.sidebar .sidebar-content-list{
    padding:0;
    margin:0;
    list-style:none;
}
aside.sidebar .sidebar-content-list li{
    margin-bottom:10px;
}
aside.sidebar .sidebar-content-list li:last-of-type{
    margin-bottom:0;
}
aside.sidebar .sidebar-content-list a{
    color:#1a1a19;
    font-size:14px;
    font-weight:400;
    text-decoration:underline;
}
aside.sidebar .sidebar-content-list a.active{
    color:#e30008;
}
aside.sidebar .sidebar-content-list li.current a{
    color:#e30008;
}
aside.sidebar .sidebar-content-list a:hover{
    text-decoration:none;
}
aside.sidebar .sidebar-content-left{
    margin-right:15px;
    width:39%;
}
aside.sidebar .sidebar-content-right{
    width:39%;
}
aside.sidebar .sidebar-content-right h4{
    color:#000;
    font-size:18px;
    font-weight:700;
    position:relative;
    display:inline;
    white-space:nowrap;
    margin-bottom:0;
    border-bottom:2px solid #000;
    padding-bottom:2px;
}
aside.sidebar .sidebar-content-right h4:hover, aside.sidebar .sidebar-content-left h4:hover {
      border-bottom:2px solid #e30008;
}

aside.sidebar .sidebar-content-right .title,
aside.sidebar .sidebar-content-left .title{
    margin-bottom:28px;
}
aside.sidebar .sidebar-content-right .title.color h4,
aside.sidebar .sidebar-content-left .title.color h4{
    color:#e30008;
    border-bottom:2px solid #e30008;
}
aside.sidebar .sidebar-content-right .title.color h4:before,
aside.sidebar .sidebar-content-left .title.color h4:before{
    background-color:#e30008;
}
aside.sidebar .sidebar-content-middle{
    margin-top:38px;
    display:flex;
    flex-direction:column;
}
aside.sidebar .sidebar-content-left a{
    color:#000;
}
aside.sidebar .sidebar-content-right a{
    color:#000;
}
aside.sidebar .sidebar-content-middle a{
    color:#000;
    font-size:18px;
    font-weight:700;
}
aside.sidebar .sidebar-content-middle a.active {
    color: #e30008;
}
aside.sidebar .sidebar-content-middle .link-item{
    margin-bottom:20px;
}
aside.sidebar .sidebar-content-middle .link-item:last-of-type{
    margin-bottom:0;
}
aside.sidebar .sidebar-content-middle .link-item a{
    position:relative;
}
aside.sidebar .sidebar-content-middle .link-item a:before{
    content:"";
    position:absolute;
    width:100%;
    height:2px;
    background-color:#000;
    bottom:-2px;
    left:0;
}
aside.sidebar .sidebar-content-middle .link-item a:hover:before{
    content:"";
    background-color:#e30008;

}


aside.sidebar .sidebar-content-middle .link-item a.active:before{
background-color: #e30008;
}
aside.sidebar .sidebar-content-bottom{
    margin-top:72px;
    padding-top:20px;
    border-top:2px solid #b0b0b1;
}
aside.sidebar .sidebar-content-bottom .social-button-block{
    width:33px;
    height:33px;
    margin-right:20px;
}
aside.sidebar .sidebar-content-bottom .social-button{
    display:flex;
    justify-content:center;
}
aside.sidebar .sidebar-content-bottom .social-button-block:last-of-type{
    margin-right:0;
}
aside.sidebar .wrap-search{
    align-items:center;
    display:none;
}
aside.sidebar .wrap-search .btn-search{
    width:24px;
    height:24px;
    cursor:pointer;
    margin-left:15px;
}
aside.sidebar .wrap-search .btn-search .fas.fa-search{
    color:#b0b0b1;
    font-size:24px;
}
aside.sidebar .wrap-search input{
    outline:none;
    width:0;
    height:40px;
    transition:all 0.3s;
    border:0;
    color:#000;
}
aside.sidebar .wrap-search.active input{
    width:100%;
    max-width:217px;
    transition:all 0.3s;
    padding:0 5px;
    border:2px solid #b0b0b1;
}
aside.sidebar .head-mobile #sidebar-select{
    color:#1a1a19;
    font-size:14px;
    font-weight:700;
    border:0;
    background:transparent;
    outline:none;
    cursor:pointer;
}
@media (max-width:575px){
    aside.sidebar .sidebar-content-list li{
        line-height:18px;
    }
}
@media (max-width:530px){
    aside.sidebar .head-top .number-phone{
        display:none;
    }
    aside.sidebar .head-top .search{ 
        display:block;   
    }
    aside.sidebar .head-top .address{
        display:none;
    }
    aside.sidebar .head-top{
        align-items:center;
    }
    aside.sidebar .wrap-search{
        display:flex;
    }
    aside.sidebar .sidebar-content-right h4{
        white-space:normal;
    }
    aside.sidebar .sidebar-content-right a.active{
            color: #e30008;
    }
    aside.sidebar .sidebar-content-left h4{
        white-space:normal;
    }
    aside.sidebar .sidebar-content-list a{
        font-size:12px;
    }
        aside.sidebar .sidebar-content-list a.active{
          color: #e30008;
    }
    aside.sidebar .sidebar-content-top{
        margin-top:35px;
    }
    aside.sidebar .sidebar-content-right .title,
    aside.sidebar .sidebar-content-left .title{
        margin-bottom:20px;
    }
    aside.sidebar .sidebar-content-bottom{
        margin-top:50px;
    }
    aside.sidebar{
        padding:20px;
    }
    aside.sidebar .head-mobile{
        display:flex;
        margin-top:37px;
    }
}
@media (max-width:400px){
    aside.sidebar .head-mobile{
        margin-top:20px;
    }
    aside.sidebar .head-mobile .language{
        margin-left:0;
    }
}
/*---end-sidebar---*/
/*---main-page---*/
#main-page .main-slide{
    min-height:850px;
    margin-top:-192px;
}
#main-page .main-slide .slide-block-text .title{
    color:#000;
    font-size:52px;
    font-weight:700;
    font-style:initial;
    line-height:70px;
}
#main-page .main-slide .slide-block-text .subtitle{
    width:100%;
    max-width:600px;
    color:#000;
    font-size:24px;
    font-weight:400;
    font-style:initial;
    line-height:30px;
    margin-bottom:23px;
}
#main-page .main-slide .slide-block-text button{
    display: block;
    width:auto;
    min-height:50px;
    background-color:#ffb000;
    border:0;
    color:#fff;
	padding: 10px 16px 10px 16px;
    font-size:20px;
    font-weight:600;
}
#main-page .main-slide .slide-block{
    position:relative;
    min-height:850px;
    /* background-image: url("/assets/img/slide-bg3.jpg"); */
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
}
#main-page .main-slide .slide-block-text{
    position:absolute;
    top:50%;
    transform:translate(0, -50%);
    left:194px
}
#main-page .main-slide .slide-block-item .name{
    color:#000;
    font-size:18px;
    font-weight:400;
    line-height:19px;
}
#main-page .main-slide .slide-block-item .type{
    color:#000;
    font-size:18px;
    font-weight:400;
    text-transform:uppercase;
    line-height:19px;
}
.slick-prev:before{
    content:url("/assets/img/slick-arrow-left.png");
}
.slick-prev{
    font-size:0;
    line-height:0;
    position:absolute;
    top:50%;
    transform:translate(0, -50%);
    left:10px;
    display:block;
    width:auto;
    height:auto;
    z-index:10;
}
.slick-next{
    font-size:0;
    line-height:0;
    position:absolute;
    top:50%;
    transform:translate(0, -50%);
    right:10px;
    display:block;
    width:auto;
    height:auto;
}
.slick-next:before{
    content:url("/assets/img/slick-arrow-right.png");
}
#main-page .main-slide .slick-prev {
    left:75px;
}
#main-page .main-slide .slick-next {
    right:75px;
}
#main-page .workroom-block{
    width:100%;
    max-width:740px;
    min-height:261px;
    padding:40px 60px;
    background-color:#f0f0f0;
    margin-right:40px;
}
#main-page .workroom-block:last-of-type{
    margin-right:0;
}
#main-page #workroom{
    display:flex;
    margin-top:-242px;
    z-index:10;
    position:relative;
}
#main-page .workroom-block .title a{
    color:#000;
    font-size:28px;
    font-weight:700;
    position:relative;
    line-height:23px;
    border-bottom:3px solid #c00;
}
#main-page .workroom-block .workroom-block-list{
    list-style:none;
    padding:0;
    margin:0;
    display:flex;
    flex-wrap:wrap;
    margin-top:28px;
	line-height:26px;
    /*max-width: 442px;
    width: 100%;*/
}
#main-page .workroom-block .workroom-block-list li a{
    color:#1a1a19;
    font-size:16px;
    font-weight:600;
    padding-right:10px;
    text-decoration:underline;
}
#main-page .workroom-block .workroom-block-list li:last-of-type{
    padding-right:0;
}
#main-page .workroom-block .workroom-block-picture{
    margin-right:60px;
    margin-top:19px;
}
#main-page .workroom-block{
    display:flex;
}
#main-page #advantages .images-block{
    margin-right:27px;
}
#main-page #advantages .advantages-text{
    color:#1a1a19;
    font-size:14px;
    font-weight:400;
    line-height:18px;
}
#main-page #advantages{
    margin-bottom:38px;
}
#main-page #map{
    width:100%;
    height:436px;
    position:relative;
}
#main-page #map .map-bg{
    position:absolute;
    width:100%;
    min-height:436px;
    top:0;
    left:0;
    background-color:rgba(0, 0, 0, 0.4);
}
#main-page #map .map-bg-content{
    padding-top:101px;
    padding-left:140px;
}
#main-page #map .map-bg-content .title{
    color:#fff;
    font-size:40px;
    font-weight:700;
    margin-bottom:25px;
    width:100%;
    max-width:685px;
    line-height:44px;
}
#main-page #map .map-bg-content .link{
    width:100%;
    max-width:445px;
    min-height:58px;
    background-image:url("/assets/img/path.png");
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;
}
#main-page #map .map-bg-content .link a{
    color:#fff;
    font-size:22px;
    font-weight:600;
    min-height:58px;
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
}
@media (max-width:1300px){
    #main-page .workroom-block{
        padding:40px;
    }
}
@media (max-width:1200px){
    #main-page .workroom-block .workroom-block-picture{
        margin-right:20px;
    }
}
@media (max-width:991px){
    #main-page #workroom{
        flex-direction:column;
    }
    #main-page .workroom-block{
        margin-right:0;
        margin-bottom:20px;
        max-width:none;
    }
    #main-page .workroom-block:last-of-type{
        margin-bottom:0;
    }
    .slick-prev{
        left:10px
    }
    .slick-next{
        right:10px;
    }
    #main-page .main-slide .slide-block-text{
        left:91px
    }
    #main-page .main-slide .slide-block-text .title{
        font-size:44px;
    }

}
@media (max-width:767px){
    #main-page #map .map-bg-content{
        padding-left:20px;
        padding-right:20px;
    }
}
@media (max-width:575px){
    #main-page #advantages{
        display:block;
    }
	#main-page #advantages .advantages-text{
    color:#1a1a19;
    font-size:12px;
    font-weight:400;
    line-height:18px;
	}
	#advantages .advantages-text{
    color:#1a1a19;
    font-size:12px;
    font-weight:400;
    line-height:18px;
	}
    #main-page .workroom-block .workroom-block-list{
        display:none;
    }
    #main-page .workroom-block{
        padding:20px;
        align-items:center;
        min-height:95px;
    }
    #main-page .workroom-block .workroom-block-picture{
        margin-top:0;
    }
    #main-page .workroom-block .workroom-block-picture img{
        width:100%;
        height:auto;
    }
}
@media (max-width:500px){
    #main-page #map .map-bg-content .title{
        color:#1a1a19;
        font-size:20px;
        font-weight:600;
        max-width:198px;
        line-height:24px;
    }
    #main-page #map .map-bg{
        background-color:transparent;
    }
    #main-page #map iframe{
        display:none;
    }
    #main-page #map .map-bg-content{
        padding:36px 15px;
    }
    #main-page #map .map-bg-content .link a{
        font-size:14px;
        min-height:36px;
    }
    #main-page #map .map-bg-content .link{
        min-height:36px;
        max-width:280px;
    }
    #main-page #map{
        min-height:205px;
        height:auto;
    }
}
@media (max-width:420px){
    #main-page .workroom-block .title a{
        font-size:18px;
    }
}
@media (max-width:365px){
    #main-page .workroom-block .title{
        width:120px;
    }
}
/*---end-main-page---*/
/*--addresses---*/
#addresses-page{
    background-color:#e3e3e4;
}
#addresses-page h1{
    color:#000;
    font-size:34px;
    font-weight:600;
    margin-bottom:6px;
}
#addresses-page .addresses-content{
    padding-top:77px;
    padding-bottom:84px;
}
#addresses-page .addresses-block{
    border-radius: 10px;
    margin-bottom: 18px;
    overflow: hidden;
}
#addresses-page .addresses-block .addresses-block:last-child{
    margin-bottom: 0px;
}
#addresses-page .addresses-block .addresses-block-content{
    display:flex;
    justify-content:space-between;
    padding:60px 60px 41px 60px;
    background-color:#f0f0f0;
    cursor:pointer;
}
#addresses-page .addresses-block.show .addresses-block-content{
    background-color:#fff;
}
#addresses-page .addresses-block .addresses-block-name .title a{
    color:#000;
    font-size:18px;
    font-weight:700;
    margin-bottom:0px;
    display:block;
    text-decoration:none;
}
#addresses-page .addresses-block .addresses-block-name .title p{
    color:#000;
    font-size:16px;
    font-weight:700;
    margin-bottom:18px;
    display:block;
    text-decoration:none;
}
#addresses-page .addresses-block .addresses-block-name .address a{
    color:#1a1a19;
    font-size:14px;
    font-weight:400;
    width:100%;
    max-width:140px;
    text-decoration:none;
}
#addresses-page .addresses-block .addresses-block-name{
    /*    margin-right: 188px;
        min-width: 290px;*/
    width:35%;
}
#addresses-page .addresses-block .addresses-block-metro .metro-title{
    color:#1a1a19;
    font-size:14px;
    font-weight:700;
    margin-bottom:7px;
    position:relative;
    /*    padding-left: 20px;*/
    text-align:left;
}
#addresses-page .addresses-block .addresses-block-metro .metro-spb-line-2:before{
    content:url("/assets/img/metrospb_line2.png");
    position:absolute;
    top:1px;
    left:0;
}
#svg-ico-metro{
    width:16px;
    height:16px;
    padding-bottom:3px;
}
#addresses-page .addresses-block .addresses-block-metro .metro-spb-line-3:before{
    content:url("/assets/img/metrospb_line3.png");
    position:absolute;
    top:1px;
    left:0;
}
#addresses-page .addresses-block .addresses-block-metro .metro-title-msk{
    color:#1a1a19;
    font-size:14px;
    font-weight:700;
    margin-bottom:7px;
    position:relative;
    padding-left:20px;
    text-align:left;
}
#addresses-page .addresses-block .addresses-block-metro .metro-title-msk:before{
    content:url("/assets/img/metromsk.png");
    position:absolute;
    top:1px;
    left:0;
}
#addresses-page .addresses-block .addresses-block-metro .afoot{
    color:#1a1a19;
    font-size:14px;
    font-weight:400;
}
#addresses-page .addresses-block .addresses-block-metro .metro-item{
    margin-bottom:21px;
}
#addresses-page .addresses-block .addresses-block-metro .metro-item:last-of-type{
    margin-bottom:0;
}
#addresses-page .addresses-block .addresses-block-metro{
    /*    margin-right: 103px;*/
    white-space:nowrap;
    width:20%;
}
#addresses-page .addresses-block .connection .phone-title{
    color:#1a1a19;
    font-size:14px;
    font-weight:700;
    margin-bottom:7px;
}
#addresses-page .addresses-block .connection .number-phone{
    color:#1a1a19;
    font-size:14px;
    font-weight:400;
}
#addresses-page .addresses-block .connection .number-phone a{
    color:#1a1a19;
}
#addresses-page .addresses-block .connection .phone{
    margin-bottom:21px;
}
#addresses-page .addresses-block .connection .mail-title{
    color:#1a1a19;
    font-size:14px;
    font-weight:700;
    margin-bottom:5px;
}
#addresses-page .addresses-block .connection .mail-address a{
    color:#1a1a19;
    font-size:14px;
    font-weight:400;
    text-decoration:underline;
}
#addresses-page .addresses-block .connection{
    /*   margin-right: 91px;*/
    white-space:nowrap;
    width:25%;
}
#addresses-page .addresses-block .operation-mode .operation-mode-title{
    color:#1a1a19;
    font-size:14px;
    font-weight:700;
    margin-bottom:7px;
}
#addresses-page .addresses-block .operation-mode{
    white-space:nowrap;
    width:20%;
}
#addresses-page .addresses-block .operation-mode span{
    display:block;
}
#addresses-page .addresses-block .operation-mode .operation-mod-time{
    color:#1a1a19;
    font-size:14px;
    font-weight:400;
    width:100%;
    min-width:284px;
}
#addresses-page .addresses-section{
    display:none;
}
#addresses-page .addresses-section.open{
    display:block;
    margin-top:52px;
}
#addresses-page .subway-map-section{
    display:none;
    width:1000px;
    height:1220px;
    margin:auto;
}
#addresses-page .subway-map-section svg{
    width:100%;
    height:100%;
}
#addresses-page .subway-map-section.open{
    display:block;
    margin-top:52px;
    text-align:center;
}
#addresses-page .map-section-general{
    display:none;
}
#addresses-page .map-section-general.open{
    display:block;
    margin-top:52px;
}
#addresses-page .addresses-block .map-section .description{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}
#addresses-page .addresses-block .map-section .description .description-text{
    color:#1a1a19;
    font-size:14px;
    font-weight:400;
    width:100%;
    max-width:357px;
    margin-top:23px;
    margin-left:60px;
}
#addresses-page .addresses-block .scheme{
    pointer-events:none;
}
#addresses-page .addresses-block .scheme img{
    width:480px;
    height:auto;
}
#addresses-page .addresses-block.show .map-section{
    display:block;
}
#addresses-page .map-scheme-modal .map-scheme-overlay{
    left:0;
    top:0;
    width:100%;
    height:100%;
    position:fixed;
    z-index:300;
    background-color:rgba(0, 0, 0, 0.75);
}
#addresses-page .map-scheme-modal .modal-content-item{
    position:fixed;
    top:0;
    left:0;
    z-index:350;
    width:100%;
    height:100%;
    padding:15px;
    display:flex;
    align-items:center;
    justify-content:center;
}
#addresses-page .map-scheme-modal .modal-content-item .block-images{
    width:100%;
    min-height:1px;
    background-color:#fff;
    display:inline-block;
    padding:30px;
    position:relative;
    text-align:center;
}
#addresses-page .map-scheme-modal .modal-content-item .close{
    width:32px;
    height:32px;
    background-color:#000;
    color:#fff;
    opacity:1;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:400;
    font-size:30px;
    text-shadow:none;
    cursor:pointer;
    float:none;
    position:absolute;
    top:0;
    right:0;
}
#addresses-page .map-scheme-modal{
    display:none;
}
#addresses-page .map-scheme-modal.show{
    display:block;
}
@media (max-width:1440px){
    #addresses-page .addresses-block .addresses-block-name{
        margin-right:40px;
    }

}
@media (max-width:1300px){
    #addresses-page .addresses-block .addresses-block-metro{
        margin-right:40px;
    }
    #addresses-page .addresses-block .connection{
        margin-right:40px;
    }
}
@media (max-width:1180px){
    #addresses-page .addresses-block .addresses-block-name{
        min-width:0;
    }
}
@media (max-width:1040px){
    #addresses-page .addresses-block .addresses-block-content{
        flex-direction:column;
        align-items:center;
    }
    #addresses-page .addresses-block .addresses-block-name{
        margin-right:0;
        text-align:center;
        margin-bottom:40px;
    }
    #addresses-page .addresses-block .addresses-block-metro{
        margin-right:0;
        text-align:center;
        margin-bottom:40px;
    }
    #addresses-page .addresses-block .addresses-block-name .address{
        max-width:none;
    }
    #addresses-page .addresses-block .connection{
        margin-right:0;
        text-align:center;
        margin-bottom:40px;
    }
    #addresses-page .addresses-block .operation-mode{
        text-align:center;
    }
    #addresses-page .subway-map-section.open{
        position:relative;
        width:100%;
        overflow:scroll;
        height:100%;
    }
    #addresses-page .subway-map-section svg{
        width:200%;
        height:100%;
    }

}
@media (max-width:991px){
    #addresses-page .map-section-general iframe{
        height:500px;
    }
    #addresses-page .addresses-block .map-section .description{
        margin:15px 0;
    }
}
@media (max-width:767px){
    #addresses-page .map-section-general iframe{
        height:400px;
    }
    #addresses-page .map-scheme-modal .modal-content-item .block-images{
        padding:15px;
    }
    #addresses-page .map-scheme-modal .modal-content-item .block-images img{
        width:100%;
        height:auto;
    }
    #addresses-page .addresses-block .map-section .description .description-text{
        margin-left:0;
        margin-top:0;
        margin-bottom:15px;
    }
    #addresses-page .subway-map-section.open img{
        width:100%;
        height:auto;
    }
    #addresses-page .addresses-content{
        padding-top:40px;
        padding-bottom:40px;
    }
}
@media (max-width:575px){
    #addresses-page .map-section-general iframe{
        height:400px;
    }
    #addresses-page h1{
        font-size:28px;
		margin-bottom:20px;
		margin-left:20px;
		margin-right:20px;
		text-align: center;
    }
    #addresses-page .addresses-block .addresses-block-name .title{
        margin-bottom:10px;
    }
    #addresses-page .addresses-block .addresses-block-name{
        margin-bottom:10px;
        width:100%;
    }
    #addresses-page .addresses-block .addresses-block-metro{
        margin-bottom:0px;
        white-space:normal;
        width:100%;
    }
    #addresses-page .addresses-block .addresses-block-metro .metro-item{
        margin-bottom:10px;
    }
    #addresses-page .addresses-block .addresses-block-metro .metro-title{
        text-align:center;
		margin-bottom: 0px;
    }
    #addresses-page .addresses-block .connection{
        margin-bottom:20px;
        white-space:normal;
        width:100%;
        display:none;
    }
    #addresses-page .addresses-block .connection .phone{
        margin-bottom:10px;
    }
    #addresses-page .addresses-block .operation-mode{
        white-space:normal;
        width:100%;
        display:none;
    }
    #addresses-page .addresses-block .addresses-block-content{
        padding:20px;
    }
    #addresses-page .addresses-block .operation-mode .operation-mod-time{
        min-width:0;
    }
    #addresses-page .addresses-content{
        padding-top:25px;
        padding-bottom:25px;
    }
    #addresses-page .addresses-section.open{
        margin-top:25px;
    }
#addresses-page .addresses-block .addresses-block-metro .afoot{
    display:none;
}
}
/*--end-addresses---*/

/*--workshop---*/
#workshop-page{
    background-color:#e3e3e4;
}
#workshop-page h1{
    color:#000;
    font-size:34px;
    font-weight:600;
    margin-bottom:6px;
}
#workshop-page .addresses-content{
    padding-top:77px;
    padding-bottom:84px;
}
#workshop-page .addresses-block .addresses-block-content{
    display:flex;
    justify-content:space-between;
    padding:60px 60px 41px 60px;
    background-color:#f0f0f0;
    cursor:pointer;
    border-top:0px solid #ccc;
	border-radius: 10px 10px 0px 0px;
}
#workshop-page .addresses-block.show .addresses-block-content{
    background-color:#fff;
}
#workshop-page .addresses-block .addresses-block-name .title a{
    color:#000;
    font-size:16px;
    font-weight:700;
    margin-bottom:18px;
    display:block;
    text-decoration:none;
}
#workshop-page .addresses-block .addresses-block-name .title p{
    color:#000;
    font-size:16px;
    font-weight:700;
    margin-bottom:18px;
    display:block;
    text-decoration:none;
}
#workshop-page .addresses-block .addresses-block-name .address a{
    color:#1a1a19;
    font-size:14px;
    font-weight:400;
    width:100%;
    max-width:140px;
    text-decoration:none;
}
#workshop-page .addresses-block .addresses-block-name{
    /*    margin-right: 188px;
        min-width: 290px;*/
    width:35%;
}
#workshop-page .addresses-block .addresses-block-metro .metro-title{
    color:#1a1a19;
    font-size:14px;
    font-weight:700;
    margin-bottom:7px;
    position:relative;
    /*    padding-left: 20px;*/
    text-align:left;
}
#workshop-page .addresses-block .addresses-block-metro .metro-spb-line-2:before{
    content:url("/assets/img/metrospb_line2.png");
    position:absolute;
    top:1px;
    left:0;
}
#svg-ico-metro{
    width:16px;
    height:16px;
    padding-bottom:3px;
}
#workshop-page .addresses-block .addresses-block-metro .metro-spb-line-3:before{
    content:url("/assets/img/metrospb_line3.png");
    position:absolute;
    top:1px;
    left:0;
}
#workshop-page .addresses-block .addresses-block-metro .metro-title-msk{
    color:#1a1a19;
    font-size:14px;
    font-weight:700;
    margin-bottom:7px;
    position:relative;
    padding-left:20px;
    text-align:left;
}
#workshop-page .addresses-block .addresses-block-metro .metro-title-msk:before{
    content:url("/assets/img/metromsk.png");
    position:absolute;
    top:1px;
    left:0;
}
#workshop-page .addresses-block .addresses-block-metro .afoot{
    color:#1a1a19;
    font-size:14px;
    font-weight:400;
}
#workshop-page .addresses-block .addresses-block-metro .metro-item{
    margin-bottom:21px;
}
#workshop-page .addresses-block .addresses-block-metro .metro-item:last-of-type{
    margin-bottom:0;
}
#workshop-page .addresses-block .addresses-block-metro{
    /*    margin-right: 103px;*/
    white-space:nowrap;
    width:20%;
}
#workshop-page .addresses-block .connection .phone-title{
    color:#1a1a19;
    font-size:14px;
    font-weight:700;
    margin-bottom:7px;
}
#workshop-page .addresses-block .connection .number-phone{
    color:#1a1a19;
    font-size:14px;
    font-weight:400;
}
#workshop-page .addresses-block .connection .number-phone a{
    color:#1a1a19;
}
#workshop-page .addresses-block .connection .phone{
    margin-bottom:21px;
}
#workshop-page .addresses-block .connection .mail-title{
    color:#1a1a19;
    font-size:14px;
    font-weight:700;
    margin-bottom:5px;
}
#workshop-page .addresses-block .connection .mail-address a{
    color:#1a1a19;
    font-size:14px;
    font-weight:400;
    text-decoration:underline;
}
#workshop-page .addresses-block .connection{
    /*   margin-right: 91px;*/
    white-space:nowrap;
    width:25%;
}
#workshop-page .addresses-block .operation-mode .operation-mode-title{
    color:#1a1a19;
    font-size:14px;
    font-weight:700;
    margin-bottom:7px;
}
#workshop-page .addresses-block .operation-mode{
    white-space:nowrap;
    width:20%;
}
#workshop-page .addresses-block .operation-mode span{
    display:block;
}
#workshop-page .addresses-block .operation-mode .operation-mod-time{
    color:#1a1a19;
    font-size:14px;
    font-weight:400;
    width:100%;
    min-width:284px;
}
#workshop-page .addresses-section{
    display:none;
}
#workshop-page .addresses-section.open{
    display:block;
    margin-top:52px;
}
#workshop-page .subway-map-section{
    display:none;
    width:1000px;
    height:1220px;
    margin:auto;
}
#workshop-page .subway-map-section svg{
    width:100%;
    height:100%;
}
#workshop-page .subway-map-section.open{
    display:block;
    margin-top:52px;
    text-align:center;
}
#workshop-page .map-section-general{
    display:none;
}
#workshop-page .map-section-general.open{
    display:block;
    margin-top:52px;
}
#workshop-page .addresses-block .map-section .description{
    display:flex;
    flex: 1 1 auto;
    flex-direction:column;
    justify-content:space-between;
    align-items: center;
}
#workshop-page .addresses-block .map-section .description .description-text{
    color:#1a1a19;
    font-size:14px;
    font-weight:400;
    width:100%;
    max-width:357px;
    /*padding-top:23px;*/
}
#workshop-page .addresses-block .scheme{
    width: 100%;
    display: flex;
    flex: 0 1 100%;
    padding: 50px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    pointer-events: none;
}
#workshop-page .addresses-block .scheme div {
    width: 100%;
    height: 100%;
    position: relative;
}
#workshop-page .addresses-block .scheme img{
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: contain;
}
#workshop-page .addresses-block.show .map-section{
    display:block;
}
#workshop-page .map-scheme-modal .map-scheme-overlay{
    left:0;
    top:0;
    width:100%;
    height:100%;
    position:fixed;
    z-index:300;
    background-color:rgba(0, 0, 0, 0.75);
}
#workshop-page .map-scheme-modal .modal-content-item{
    position:fixed;
    top:0;
    left:0;
    z-index:350;
    width:100%;
    height:100%;
    padding:15px;
    display:flex;
    align-items:center;
    justify-content:center;
}
#workshop-page .map-scheme-modal .modal-content-item .block-images{
    width:100%;
    min-height:1px;
    background-color:#fff;
    display:inline-block;
    padding:30px;
    position:relative;
    text-align:center;
}
#workshop-page .map-scheme-modal .modal-content-item .close{
    width:32px;
    height:32px;
    background-color:#000;
    color:#fff;
    opacity:1;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:400;
    font-size:30px;
    text-shadow:none;
    cursor:pointer;
    float:none;
    position:absolute;
    top:0;
    right:0;
}
#workshop-page .map-scheme-modal{
    display:none;
}
#workshop-page .map-scheme-modal.show{
    display:block;
}
@media (max-width:1440px){
    #workshop-page .addresses-block .addresses-block-name{
        margin-right:40px;
    }

}
@media (max-width:1300px){
    #workshop-page .addresses-block .addresses-block-metro{
        margin-right:40px;
    }
    #workshop-page .addresses-block .connection{
        margin-right:40px;
    }
}
@media (max-width:1180px){
    #workshop-page .addresses-block .addresses-block-name{
        min-width:0;
    }
}
@media (max-width:1040px){
    #workshop-page .addresses-block .addresses-block-content{
        flex-direction:column;
        align-items:center;
    }
    #workshop-page .addresses-block .addresses-block-name{
        margin-right:0;
        text-align:center;
        margin-bottom:40px;
    }
    #workshop-page .addresses-block .addresses-block-metro{
        margin-right:0;
        text-align:center;
        margin-bottom:40px;
    }
    #workshop-page .addresses-block .addresses-block-name .address{
        max-width:none;
    }
    #workshop-page .addresses-block .connection{
        margin-right:0;
        text-align:center;
        margin-bottom:40px;
    }
    #workshop-page .addresses-block .operation-mode{
        text-align:center;
    }
    #workshop-page .subway-map-section.open{
        position:relative;
        width:100%;
        overflow:scroll;
        height:100%;
    }
    #workshop-page .subway-map-section svg{
        width:200%;
        height:100%;
    }

}
@media (max-width:991px){
    #workshop-page .map-section-general iframe{
        height:500px;
    }
    #workshop-page .addresses-block .map-section .description{
        margin:15px 15px;
    }
    #workshop-page .addresses-block .scheme {
        margin: 0px;
		padding: 0px;
    }
    #workshop-page .addresses-block .scheme img{
        height: auto;
        position: static;
    }
}
@media (max-width:767px){
    #workshop-page .map-section-general iframe{
        height:400px;
    }
    #workshop-page .map-scheme-modal .modal-content-item .block-images{
        padding:15px;
    }
    #workshop-page .map-scheme-modal .modal-content-item .block-images img{
        width:100%;
        height:auto;
    }
    #workshop-page .addresses-block .map-section .description .description-text{
		text-align:center;
        margin-left:0;
        margin-top:0;
        margin-bottom:15px;
    }
    #workshop-page .subway-map-section.open img{
        width:100%;
        height:auto;
    }
    #workshop-page .addresses-content{
        padding-top:40px;
        padding-bottom:40px;
    }
}
@media (max-width:575px){
    #workshop-page .map-section-general iframe{
        height:400px;
    }
    #workshop-page h1{
        font-size:28px;
		margin-bottom:20px;
		margin-left:20px;
		margin-right:20px;
		text-align: center;
    }
    #workshop-page .addresses-block .addresses-block-name .title{
        margin-bottom:10px;
    }
    #workshop-page .addresses-block .addresses-block-name{
        margin-bottom:20px;
        width:100%;
    }
    #workshop-page .addresses-block .addresses-block-metro{
        margin-bottom:20px;
        white-space:normal;
        width:100%;
    }
    #workshop-page .addresses-block .addresses-block-metro .metro-item{
        margin-bottom:10px;
    }
    #workshop-page .addresses-block .addresses-block-metro .metro-title{
        text-align:center;
    }
    #workshop-page .addresses-block .connection{
        margin-bottom:20px;
        white-space:normal;
        width:100%;
    }
    #workshop-page .addresses-block .connection .phone{
        margin-bottom:10px;
    }
    #workshop-page .addresses-block .operation-mode{
        white-space:normal;
        width:100%;
    }
    #workshop-page .addresses-block .addresses-block-content{
        padding:20px;
    }
    #workshop-page .addresses-block .operation-mode .operation-mod-time{
        min-width:0;
    }
    #workshop-page .addresses-content{
        padding-top:25px;
        padding-bottom:25px;
    }
    #workshop-page .addresses-section.open{
        margin-top:25px;
    }
}
/*--end-workshop---*/


/*---watch_workshop---*/
#watch_workshop_page .watch_workshop_bg_container{
    width:100%;
    max-width:1550px;
    padding:0 15px;
    margin:auto;
}
#watch_workshop_page .watch_workshop_bg{
    min-height:788px;
    margin-top:-191px;
    /*   background-image: url("/assets/img/watch_bg.jpg");*/
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
}
#watch_workshop_page .watch_workshop_title{
    padding-top:268px;
}
#watch_workshop_page .watch_workshop_content{
    padding-bottom:118px;
    margin-top:-80px;
}
#watch_workshop_page h1{
    margin-bottom:6px;
    color:#000;
    font-size:34px;
    font-weight:600;
}
#watch_workshop_page .watch_workshop_top{
    display:flex;
    position:relative;
    padding-bottom:99px;
}
#watch_workshop_page .watch_workshop_top .explanatory-text{
    color:#1a1a19;
    font-size:14px;
    font-weight:400;
    margin-right:125px;
    width:100%;
    max-width:705px;
}
#watch_workshop_page .types-of-jobs{
    margin:0 auto;
}
#watch_workshop_page .types-of-jobs .jobs-block{
    background-color:#f0f0f0;
    margin-bottom:39px;
    max-width:480px;
    width:100%;
    border-radius: 20px;	
}
#watch_workshop_page .types-of-jobs .jobs-block .jobs-block-img{
    width:100%;
    height:151px;
    background-image:url("/assets/img/jobs-img.jpg");
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    background-color:#e3e3e4;
}
#watch_workshop_page .types-of-jobs .jobs-block .jobs-block-content{
    padding:57px 63px 55px 60px;
}
#watch_workshop_page .types-of-jobs .jobs-block .title{
    color:#000;
    font-size:18px;
    font-weight:700;
    text-decoration:underline;
    margin-bottom:23px;
}
#watch_workshop_page .types-of-jobs .jobs-block .description p{
    color:#1a1a19;
    font-size:14px;
    font-weight:400;
    margin-bottom:0;
    margin-top:21px;
}
#watch_workshop_page .types-of-jobs .jobs-block .description p:first-of-type{
    margin-top:0;
}
#Tabs li.SelectedTab A {
    font-size: 16px;
    color: #ff0000;
    text-decoration: none;
    border-bottom: 1px dotted #ff0000;
    padding: 2px;
    cursor: default;
}
#Tabs li.Tab a {
    color: #424242;
    font-size: 16px;
    text-decoration: none;
    border-bottom: 1px dotted #424242;
    padding: 2px;
}
@media (max-width:960px){
    #watch_workshop_page .watch_workshop_top .images{
        display:none;
    }
    #watch_workshop_page .watch_workshop_top .explanatory-text{
        max-width:none;
        margin-right:0;
    }
}
@media (max-width:767px){
    #watch_workshop_page .watch_workshop_title{
        padding-top:231px;
    }
    #watch_workshop_page .watch_workshop_bg{
        min-height:600px;
    }
    #watch_workshop_page .watch_workshop_top{
        padding-bottom:40px;
    }
    #watch_workshop_page .watch_workshop_content{
        margin-top:0;
    }
}
@media (max-width:610px){
    .breadcrumbs{
        margin-bottom:20px;
		display:none;
    }
}
@media (max-width:575px){
    #watch_workshop_page .watch_workshop_content{
        padding-bottom:0;
    }
    #watch_workshop_page .watch_workshop_top{
        padding-bottom:25px;
    }
    #watch_workshop_page .watch_workshop_title{
        padding-top:216px;
    }
    #watch_workshop_page .types-of-jobs{
        width:100% !important;
    }
    #watch_workshop_page .types-of-jobs .jobs-block .jobs-block-content{
        padding:20px;
    }
    #watch_workshop_page .types-of-jobs .jobs-block{
        margin-bottom:20px;
        max-width:none;
    }
    #watch_workshop_page h1{
        font-size:28px;
		margin-bottom:20px;
		margin-left:20px;
		margin-right:20px;
		text-align: center;
    }
    #watch_workshop_page .types-of-jobs .jobs-block .title{
        font-size:16px;
    }
}
/*---end-watch_workshop---*/
/*---watch_repair---*/
#watch_repair_page .watch_repair_bg_container{
    width:100%;
    max-width:1550px;
    padding:0 15px;
    margin:auto;
}
#watch_repair_page .watch_repair_title{
    padding-top:77px;
}
#watch_repair_page h1{
    margin-bottom:6px;
    color:#000;
    font-size:34px;
    font-weight:600;
}
#watch_repair_page .watch_repair_content{
    padding-top:0px;
    padding-bottom:114px;
}
#watch_repair_page ul.producing_country{
    padding:0;
    margin:0;
    list-style:none;
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    border-bottom:2px solid #b0b0b1;
}
#watch_repair_page ul.producing_country li{
    margin-right:30px;
    position:relative;
}
#watch_repair_page ul.producing_country li:last-of-type{
    margin-right:0;
}
#watch_repair_page ul.producing_country a:hover:before{
    content:"";
    position:absolute;
    left:0;
    bottom:-2px;
    width:100%;
    height:2px;
    background-color:#e30008;
}
#watch_repair_page ul.producing_country li a{
    font-size:16px;
    color:#000;
    font-weight:700;
    line-height:1.2;
    padding-bottom:3px;
}
#watch_repair_page .watch_repair_content nav{
    display:inline-block;
}
#watch_repair_page ul.producing_country li.active a{
    color:#e30008;
}
#watch_repair_page ul.producing_country li.active:before{
    content:"";
    position:absolute;
    left:0;
    bottom:-2px;
    width:100%;
    height:2px;
    background-color:#e30008;
}
#watch_repair_page .list-manufacturers .russia{
    align-items:flex-start;
    padding-top:55px;
    display:none;
}
#watch_repair_page .list-manufacturers .russia ul{
    margin:0;
    padding:0;
    list-style:none;
    -webkit-columns:4;
    -moz-columns:4;
    columns: 2;
    width: 90%;
}

#watch_repair_page .list-manufacturers .import{
    align-items:flex-start;
     /* padding-top:55px;*/
    display:none;
   /* border-bottom: 1px solid #000;*/
    /*padding-bottom: 55px;*/
}
#watch_repair_page .list-manufacturers .import ul{
    margin:0;
    padding:0;
    list-style:none;
    -webkit-columns:4;
    -moz-columns:4;
    columns:4;
    width:100%;
}
#watch_repair_page .list-manufacturers{
    margin-top:65px;
}
#watch_repair_page .list-manufacturers .russia ul a{
    font-size:16px;
    color:#000;
    line-height:1.88;
    font-weight:400;
    letter-spacing:-0.37px;
    text-decoration:underline;
}
#watch_repair_page .list-manufacturers .russia .title{
    font-size:22px;
    color:#000;
    line-height:1.2;
    font-weight:500;
    width:145px;
    margin-right:160px;
}
#watch_repair_page .list-manufacturers .import ul a{
    font-size:16px;
    color:#000;
    line-height:1.88;
    font-weight:400;
    letter-spacing:-0.37px;
    text-decoration:underline;
}
#watch_repair_page .list-manufacturers .import .title{
    font-size:22px;
    color:#000;
    line-height:1.2;
    font-weight:500;
    width:145px;
    margin-right:160px;
}
#watch_repair_page .list-manufacturers .switzerland .title{
    width: 50px;
    min-width: 50px;
    font-size:60px;
    line-height:45px;
    color:#000;
    font-weight:600;
}
#watch_repair_page .list-manufacturers .switzerland ul{
    padding-left:0;
    list-style:none;
    -webkit-columns:4;
    -moz-columns:4;
    columns:4;
    width:100%;
    margin-left:257px;
    margin-bottom:0;
}
#watch_repair_page .list-manufacturers .switzerland ul li{
   /* display: inline-block;*/
}
#watch_repair_page .list-manufacturers .switzerland ul li span{
    display: block;
}
#watch_repair_page .list-manufacturers .switzerland ul li img{
    display: none;
    width: 150px;
    height: 150px;
    margin-top: 5px;
    margin-bottom: 15px;
    border: 0px dotted #d9d9d9;
}
#watch_repair_page .list-manufacturers .switzerland ul a{
    font-size:16px;
    color:#000;
    line-height:1.88;
    font-weight:400;
    letter-spacing:-0.37px;
    text-decoration:underline;
}
#watch_repair_page .list-manufacturers .switzerland .switzerland-block{
    display:flex;
    align-items:flex-start;
    padding-top:55px;
    padding-bottom:55px;
    border-bottom:1px solid #000;
}
#watch_repair_page .list-manufacturers .switzerland{
    display:none;
}
#watch_repair_page .list-manufacturers .switzerland.active{
    display:block;
}
#watch_repair_page .list-manufacturers .russia.active{
    display:flex;
}
#watch_repair_page .list-manufacturers .import.active{
    display:flex;
}
#watch_repair_page .list-manufacturers-mobile{
    display:none;
    margin-top:25px;
}
#watch_repair_page .list-manufacturers-mobile select.list-manufacturers-select{
    outline:none;
    width:100%;
    max-width:315px;
    height:40px;
    border-radius:4px;
    border-color:#000;
    font-size:16px;
    color:#000;
    line-height:1.88;
    font-weight:400;
    padding:0 25px 0 10px;
    background-color:#fff;
}
#watch_repair_page .list-manufacturers-mobile .switzerland-mobile ul{
    padding-left:0;
    list-style:none;
    margin-bottom:0;
}
#watch_repair_page .list-manufacturers-mobile .switzerland-mobile ul a{
    font-size:16px;
    color:#000;
    line-height:1.88;
    font-weight:400;
    letter-spacing:-0.37px;
    text-decoration:underline;
}
#watch_repair_page .list-manufacturers-mobile .switzerland-mobile{
    margin-top:25px;
}
#watch_repair_page .list-manufacturers-mobile .switzerland-mobile .switzerland-mobile-block{
    display:none;
}
#watch_repair_page .list-manufacturers-mobile .switzerland-mobile .switzerland-mobile-block.active{
    display:block;
}
#watch_repair_page .list-manufacturers-mobile .switzerland-mobile .switzerland-mobile-block.active .title {
display: none;    
}
#watch_repair_page .list-manufacturers-mobile .switzerland-brands,
#watch_repair_page .list-manufacturers-mobile .all-brands,
#watch_repair_page .list-manufacturers-mobile .russians-brands{
    display:none;
}
#watch_repair_page .list-manufacturers-mobile .switzerland-brands.active,
#watch_repair_page .list-manufacturers-mobile .all-brands.active,
#watch_repair_page .list-manufacturers-mobile .russians-brands.active{
    display:block;
}
@media (max-width:1200px){
    #watch_repair_page .list-manufacturers .switzerland ul{
        margin-left:120px;
    }
    #watch_repair_page .list-manufacturers .russia .title{
        margin-right:120px;
    }
}
@media (max-width:991px){
    #watch_repair_page .watch_repair_content{
        padding-bottom:80px;
    }
    #watch_repair_page .list-manufacturers .switzerland ul{
        margin-left:60px;
    }
    #watch_repair_page .list-manufacturers .russia .title{
        margin-right:60px;
    }
    #watch_repair_page .list-manufacturers .import .title{
        margin-right:60px;
    }
    #watch_repair_page .list-manufacturers .switzerland ul a{
        font-size:14px;
    }
    #watch_repair_page .list-manufacturers .russia ul a{
        font-size:14px;
    }
    #watch_repair_page .list-manufacturers .russia .title{
        font-size:18px;
    }
    #watch_repair_page .list-manufacturers .import ul a{
        font-size:14px;
    }
    #watch_repair_page .list-manufacturers .import .title{
        font-size:18px;
    }
    #watch_repair_page .list-manufacturers .switzerland .title{
        font-size:40px;
    }
}
@media (max-width:767px){
    #watch_repair_page .watch_repair_content{
        padding-bottom:40px;
    }
    #watch_repair_page .list-manufacturers .switzerland .switzerland-block{
        padding:40px 0;
        flex-direction:column;
        align-items:center;
    }
    #watch_repair_page .list-manufacturers .switzerland ul{
        margin-left:0;
        -webkit-columns:2;
        -moz-columns:2;
        columns:2;
    }
    #watch_repair_page .list-manufacturers .russia{
        padding-top:40px;
    }
    #watch_repair_page .list-manufacturers .import{
        padding-top:40px;
    }
    #watch_repair_page .list-manufacturers{
        margin-top:0;
    }
    #watch_repair_page .list-manufacturers .switzerland .title{
        margin-bottom:40px;
    }
    #watch_repair_page .list-manufacturers .russia{
        flex-direction:column;
        align-items:center;
    }
    #watch_repair_page .list-manufacturers .russia .title{
        margin-right:0;
        width:100%;
        text-align:center;
        margin-bottom:40px;
    }
    #watch_repair_page .list-manufacturers .russia ul{
        -webkit-columns:2;
        -moz-columns:2;
        columns:2;
    }
    #watch_repair_page .list-manufacturers .import{
        flex-direction:column;
        align-items:center;
    }
    #watch_repair_page .list-manufacturers .import .title{
        margin-right:0;
        width:100%;
        text-align:center;
        margin-bottom:40px;
    }
    #watch_repair_page .list-manufacturers .import ul{
        -webkit-columns:2;
        -moz-columns:2;
        columns:2;
    }
    #watch_repair_page .watch_repair_title{
        padding-top:40px;
    }
}
@media (max-width:575px){
    #watch_repair_page .watch_repair_content{
        padding-bottom:25px;
        padding-top:0;
    }
    #watch_repair_page .list-manufacturers{
        display:none;
    }
    #watch_repair_page .list-manufacturers-mobile{
        display:block;
    }
    #watch_repair_page .watch_repair_title{
        padding-top:25px;
    }
    #watch_repair_page h1{
        font-size:28px;
		margin-bottom:20px;
		margin-left:20px;
		margin-right:20px;
		text-align: center;
    }
    #watch_repair_page ul.producing_country li a{
        font-size:14px;
    }
    #watch_repair_page ul.producing_country li{
        margin-right:15px;
    }
}
/*---watch_repair---*/
/*---watch_repair_single-page---*/
#watch_repair_single_page .watch_repair_single_title{
    padding-top:77px;
}
#watch_repair_single_page .watch_repair_single_title h1{
    margin-bottom:6px;
    color:#000;
    font-size:34px;
    font-weight:600;
}
#watch_repair_single_page .explanatory-text{
    font-size:14px;
    line-height:1.43;
    font-weight:400;
    color:#1a1a19;
    width:100%;
    max-width:705px;
    margin-bottom:40px;
}
#watch_repair_single_page .explanatory-list{
    font-size:14px;
    line-height:1.43;
    font-weight:400;
    color:#1a1a19;
    width:100%;
    margin-bottom:40px;
}

#watch_repair_single_page .explanatory-text.guarantee-block{
    display: inline-flex;
}

#watch_repair_single_page .guarantee-body img{
    height: 74px;
}

#watch_repair_single_page .explanatory-text.guarantee-ticket{
    max-width:515px;
    display: inline-flex;
    margin: 50px 0px;
}

#watch_repair_single_page .explanatory-text.guarantee-ticket img {
    width: 272px;
    height: auto;
}

#watch_repair_single_page .guarantee-link{
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}

#watch_repair_single_page .guarantee-link img,
#watch_repair_single_page .guarantee-link .image {
    min-width: 20px;
    width: 20px;
    max-width: 20px;
    height: 24px;
    margin-right: 10px;
    object-fit: contain;
    overflow: hidden;
}

#watch_repair_single_page .guarantee-link a {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
}

#watch_repair_single_page .guarantee-separator {
    margin: 30px 0px 40px;
}

#watch_repair_single_page .guarantee-footer-block {
    display: flex;
    align-items: center;
}

#watch_repair_single_page .guarantee-footer-block.explanatory-text {
    max-width: 100%;
    margin-bottom: 20px;
}

#watch_repair_single_page .guarantee-footer-block img {
    min-width: 50px;
    width: 50px;
    max-width: 50px;
    margin-right: 20px;
    object-fit: contain;
    overflow: hidden;
}

#watch_repair_single_page .guarantee-footer-block .guarantee-footer-text {
    font-weight: 400;
}

#watch_repair_single_page .guarantee-footer-block .guarantee-footer-title {
    font-weight: 600;
}

.guarantee-block-text {
    padding-left: 10px;
    padding-top: 10px;
}

.guarantee-block img {
  width: 120px;
  height: 120px;
}

.price-guarantee {
  display: grid;
}
.price-guarantee .price-guarantee-header {
    font-size: 18px;
    font-weight: 600;
    padding-left: 20px;
	line-height:22px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.price-guarantee .price-guarantee-text {
    padding-left: 20px;
}
.price-guarantee .price-guarantee-text-description {
    padding-left: 20px;
}
@media (max-width:575px){
.price-guarantee .price-guarantee-text {
    font-size: 14px;
}
.price-guarantee .price-guarantee-text-description {
    padding-left: 0px;
	padding-top: 10px;
}
}
.css-times {
    position: relative;
}
.css-times::before {
    content: '';
    width: 2px;
    height: 80%;
    position: absolute;
    left: 50%;
    top: 10%;
    margin-left: -1px;
    background: #ccc;
    transform: rotate(-25deg);
}
.css-times::after {
    content: '';
    width: 2px;
    height: 80%;
    position: absolute;
    left: 50%;
    top: 10%;
    margin-left: -1px;
    background: #ccc;
    transform: rotate(25deg);
}


#watch_repair_single_page .watch_repair_single_content h2{
    margin-bottom:40px;
    color:#000;
    font-size:24px;
    font-weight:600;
    line-height:1.2;
}
#watch_repair_single_page .price-content .price-block{
    width:100%;
    margin-bottom:40px;
}
#watch_repair_single_page .price-content .price-block .title{
    display:flex;
}
#watch_repair_single_page .price-content .price-block .title a{
    font-size:18px;
    color:#000;
    font-weight:600;
    line-height:1.2;
    text-decoration:underline;
    padding-left:24px;
    position:relative;
    width:100%;
}
#watch_repair_single_page .price-content .price-block .title a:before{
    position:absolute;
    content:"\f054";
    font-family:'Font Awesome 5 Pro';
    top:50%;
    transform:translate(0, -50%);
    left:0;
    color:#ffb000;
    font-size:24px;
    transition:0.5s;
}
#watch_repair_single_page .price-content .price-block .title a[aria-expanded="true"]:before{
    transform:translate(0, -50%) rotate(90deg);
    transition:0.5s;
    color:#e30008;
}
#watch_repair_single_page .price-content .price-block.empty a{
    pointer-events:none;
    cursor:default;
    text-decoration:none;
    padding-left:0;
}
#watch_repair_single_page .price-content .price-block.empty a:before{
    content:none;
}
#watch_repair_single_page .price-content .price-block.empty .price-block-collapse{
    display:none;
}
#watch_repair_single_page .price-block .price-block-collapse .card-body{
    padding-left:24px;
    padding-right:24px;
    padding-top:40px;
    padding-bottom:0;
}
#watch_repair_single_page .price-block .price-block-collapse table.battery{
    width:100%;
    border-top:1px solid #000;
}
#watch_repair_single_page .price-block .price-block-collapse table.battery td{
    font-size:14px;
    color:#1a1a19;
    line-height:1.2;
    font-weight:400;
    display:block;
    padding:10px 20px;
}
#watch_repair_single_page .price-block .price-block-collapse table.battery th{
    width: 100%;
    font-size:14px;
    color:#1a1a19;
    line-height:1.2;
    font-weight:400;
    display:block;
    padding:10px 20px;
}
#watch_repair_single_page .price-block .price-block-collapse table.battery td:first-of-type{
    width:85%;
}
#watch_repair_single_page .price-block .price-block-collapse table.battery td:last-of-type{
    width:15%;
    text-align:right;
    padding-right:60px;
}
#watch_repair_single_page .price-block .price-block-collapse table.battery tr{
    display:flex;
    border-bottom:1px solid #000;
}
#watch_repair_single_page .price-block .price-block-collapse table.battery tr.important td{
    font-weight:600;
}

#watch_repair_single_page .price-block .table-container-locks {
  display: flex;
}
#watch_repair_single_page .price-block .price-block-collapse table.locks{
    width: 25%;
    margin-left: 1rem;
    margin-right: 1rem;
    border-top:1px solid #000;
}
#watch_repair_single_page .price-block .price-block-collapse table.locks td{
    font-size:14px;
    color:#1a1a19;
    line-height:1.2;
    font-weight:400;
    display:block;
    padding:10px 20px;
}
#watch_repair_single_page .price-block .price-block-collapse table.locks th{
      width: 100%;
      background-color: #F0F0F0;
      padding: 10px 20px;
      font-weight: bold;
}
#watch_repair_single_page .price-block .price-block-collapse table.locks td:first-of-type{
    width:100%;
}
#watch_repair_single_page .price-block .price-block-collapse table.locks td:last-of-type{
    width:100%;
    text-align:left;
    padding-right:60px;
}
#watch_repair_single_page .price-block .price-block-collapse table.locks tr{
    display:flex;
    border-bottom:1px solid #000;
}
#watch_repair_single_page .price-block .price-block-collapse table.locks tr.important td{
    font-weight:600;
}
#watch_repair_single_page .price-block .price-block-collapse table.locks-img{
    width: 25%;
    margin-left: 1rem;
    margin-right: 1rem;
}

#watch_repair_single_page .price-block .price-block-collapse table.locks-img td img {
  width: 60%;
    padding: 20px 20px;
    display: block;
    margin: 0 auto;
}

#watch_repair_single_page .price-block .price-block-collapse table.locks-shnap {
  width: 75%;
}

#watch_repair_single_page .price-block .price-block-collapse table.locks-shnap th {
  background: unset;
  font-weight: 400;
}
#watch_repair_single_page .price-block .price-block-collapse table.shnap td img {
  width: 100%;
    padding: 20px 20px;
    display: block;
    margin: 0 auto;
}

#watch_repair_single_page .price-block .price-block-collapse table.locks-shnap td:first-of-type {
  width: 90%;
}

#watch_repair_single_page .price-block .price-block-collapse table.locks-shnap td:last-of-type {
  padding-left: 0;
    padding-right: 0;
  width: 10%;
}

@media (max-width: 767px) {
  #watch_repair_single_page .price-block .price-block-collapse table.locks {
    width: -webkit-fill-available;
    margin: 1rem;
  }

  #watch_repair_single_page .price-block .table-container-locks {
    display: block;
  }

  #watch_repair_single_page .price-block .price-block-collapse table.locks-img td img {
    width: 100%;
    padding: 10px 10px;
    margin-left: 4rem;
    margin-right: 4rem;
    }

    #watch_repair_single_page .price-block .price-block-collapse table.shnap td img {
      width: 19rem;
      margin: auto;
    }
    #watch_repair_single_page .price-block .price-block-collapse table.locks-shnap td:first-of-type {
      width: 75%;
    }
    #watch_repair_single_page .price-block .price-block-collapse table.locks-shnap td:last-of-type {
      width: 25%;
    }

}

#watch_repair_single_page .price-block .price-block-collapse .additional-information{
    margin-top:30px;
}
#watch_repair_single_page .price-block .price-block-collapse .additional-information .title{
    font-size:14px;
    font-weight:600;
    color:#1a1a19;
    line-height:1.2;
    margin-bottom:15px;
}
#watch_repair_single_page .price-block .price-block-collapse .additional-information ul{
    list-style:none;
    padding:0;
    margin-left:0;
    margin-bottom:25px;
}
#watch_repair_single_page .price-block .price-block-collapse .additional-information li{
    font-size:14px;
    font-weight:400;
    color:#1a1a19;
    line-height:18px;
    padding-bottom:5px;
}
#watch_repair_single_page .price-block .price-block-collapse .additional-information li:last-of-type{
    padding-bottom:0;
}
#watch_repair_single_page .price-block .price-block-collapse .additional-information .footnotes ul{
    list-style:none;
    padding:0;
    margin:0;
}
#watch_repair_single_page .price-block .price-block-collapse .additional-information .footnotes ul li{
    font-size:14px;
    font-weight:400;
    color:#1a1a19;
    line-height:18px;
    padding-bottom:5px;
}
#watch_repair_single_page .price-block .price-block-collapse table.glass-replacement{
    width:100%;
    border-top:1px solid #000;
}
#watch_repair_single_page .price-block .price-block-collapse table.glass-replacement tr{
    border-bottom:1px solid #000;
    display:flex;
}
#watch_repair_single_page .price-block .price-block-collapse table.glass-replacement tr.title{
    background-color:#f0f0f0;
}
#watch_repair_single_page .price-block .price-block-collapse table.glass-replacement tr.title td{
    font-weight:600;
}
#watch_repair_single_page .price-block .price-block-collapse table.glass-replacement thead tr{
    background-color:#f0f0f0;
}
#watch_repair_single_page .price-block .price-block-collapse table.glass-replacement th{
    font-size:14px;
    color:#1a1a19;
    line-height:1.2;
    font-weight:600;
    display:block;
    width:10%;
    padding:10px 20px;
    min-width:147px;
}
#watch_repair_single_page .price-block .price-block-collapse table.glass-replacement th:first-of-type{
    width:60%;
}
#watch_repair_single_page .price-block .price-block-collapse table.glass-replacement td{
    font-size:14px;
    color:#1a1a19;
    line-height:1.2;
    font-weight:400;
    display:block;
    width:10%;
    padding:10px 20px;
    min-width:147px;
}
#watch_repair_single_page .price-block .price-block-collapse table.glass-replacement td:first-of-type{
    width:60%;
}
#watch_repair_single_page .locks-price {
    font-size: 14px;
    color: #1a1a19;
    line-height: 1.2;
    font-weight: 400;
    text-align: center;
}
#watch_repair_single_page .locks-price .price-line {
    margin-bottom: 30px;
	font-size: small;
}
#watch_repair_single_page .earrings-content.pc {
    display: block;
}
#watch_repair_single_page .earrings-content.mobile {
    display: none;
    justify-content: center;
}
#watch_repair_single_page .earrings-content {
    display: flex;
    flex-direction: column;
    flex: 0 1 100%;
    text-align: center;
}
#watch_repair_single_page .earrings-content.pc {
    margin-top: 50px;
}
#watch_repair_single_page .earrings-content.pc {
    margin-left: 30px;
    margin-right: 30px;
}
#watch_repair_single_page .earrings-content .price-block {
    display:flex;
    justify-content: center;
}
#watch_repair_single_page .earrings-content.pc .earrings-block {
    max-width: 200px;
    margin: 0px auto;
}
#watch_repair_single_page .earrings-content.mobile .earrings-block {
    max-width: 350px;
    padding: 0px 60px;
}
#watch_repair_single_page .earrings-content .earrings-block:first-child {
    margin-left: 0px;
}
#watch_repair_single_page .earrings-content .earrings-block:last-child {
    margin-right: 0px;
}
#watch_repair_single_page .earrings-content .earrings-title {
    min-height: 70px;
    display:flex;
    justify-content: center;
    font-size:18px;
    color:#000;
    font-weight:600;
    line-height:1.2;
}
#watch_repair_single_page .earrings-content .earrings-image {
    margin-bottom: 30px;
    overflow: hidden;
}
#watch_repair_single_page .earrings-content.pc .earrings-image {
    height: 150px;
}
#watch_repair_single_page .earrings-content .earrings-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
#watch_repair_single_page .earrings-content .earrings-price {
    font-size: small;
    color: #1a1a19;
    line-height: 1.2;
    font-weight: 400;
}
#watch_repair_single_page .earrings-price .price-line {
    margin-bottom: 30px;
}
#watch_repair_single_page .feedback-container {
    display: flex;
    flex-direction: row;
}
#watch_repair_single_page .feedback-block {
    display: flex;
    flex-direction: column;
    flex: 0 1 100%;
    margin-bottom: 50px;
    overflow: hidden;
}
#watch_repair_single_page .feedback-block:not(:last-child) {
    margin-right: 30px;
}
#watch_repair_single_page .feedback-block .header {
    margin-bottom: 30px;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
}
#watch_repair_single_page .feedback-block .title {
    padding-bottom: 10px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
}
#watch_repair_single_page .feedback-block .feedback-element {
    margin: 8.3px 0px;
}
#watch_repair_single_page .feedback-block .explanatory-text {
    margin-bottom: 0px;
}
#watch_repair_single_page .feedback-block .map {
    margin-top: 10px;
}
#watch_repair_single_page .feedback-block table {
    width: 100%;
}
#watch_repair_single_page .feedback-block tr:not(:first-child) .title {
    padding-top: 35px;
}
#watch_repair_single_page .feedback-block input,
#watch_repair_single_page .feedback-block textarea{
    width: 100%;
    padding: 5px 10px;
    border-radius: 5px;
    border: 2px solid #ccc;
    resize: none;
	background: #fff;
}
#watch_repair_single_page .feedback-block select {
    width: 100%;
    padding: 7px 10px;
    border-radius: 5px;
    border: 2px solid #ccc;
    resize: none;
	background: #fff;
}
#watch_repair_single_page .feedback-block .button-padding {
    width: 100%;
    height: 25px;
}
#watch_repair_single_page .feedback-block input[type=submit] {
    width: auto;
    padding: 9px 2px;
    background: #ffa600;
    border: none;
    color: white;
    font-weight: bold;
    outline: none!important;
}
#watch_repair_single_page .feedback-block input[type=submit]:hover {
    background: #d17d00;
    color: #fafafa;
}
@media (max-width:1200px){
    #watch_repair_single_page .price-block .price-block-collapse table.battery td:last-of-type{
        padding-right:20px;
    }
    #watch_repair_single_page .price-block .price-block-collapse .glass-replacement-container{
        overflow-x:auto;
    }
    #watch_repair_single_page .price-block .price-block-collapse table.glass-replacement{
        min-width:1105px;
    }
}
@media (max-width:1000px){
    #watch_repair_single_page .earrings-content .price-block .earrings-block {
        display: flex;
        flex-direction: column;
        flex: 0 1 100%;
        margin: 0px 10px;
        text-align: center;
        word-break: break-all;
    }
}
@media (max-width:767px){
    #watch_repair_single_page .watch_repair_single_title{
        padding-top:40px;
    }
    #watch_repair_single_page .explanatory-text{
        margin-bottom:40px;
    }
    #watch_repair_single_page .watch_repair_single_content h2{
        margin-bottom:40px;
    }
    #watch_repair_single_page .price-content .price-block .title a{
        font-size:16px;
    }
    #watch_repair_single_page .price-block .price-block-collapse table.battery td:last-of-type{
        min-width:125px;
        width:40%;
        padding-right:0;
    }
    #watch_repair_single_page .price-block .price-block-collapse table.battery td:first-of-type{
        width:60%;
    }
    #watch_repair_single_page .price-block .price-block-collapse table.battery td{
        padding:10px 0;
    }
    #watch_repair_single_page .price-block .price-block-collapse .card-body{
        padding:40px 0 0 0;
    }
    #watch_repair_single_page .price-block .price-block-collapse table.glass-replacement td:first-of-type{
        width:56%;
    }
    #watch_repair_single_page .price-block .price-block-collapse table.glass-replacement td{
        min-width:110px;
        width:11%;
        padding:10px 0;
    }
    #watch_repair_single_page .price-block .price-block-collapse table.glass-replacement th:first-of-type{
        width:56%;
    }
    #watch_repair_single_page .price-block .price-block-collapse table.glass-replacement th{
        min-width:110px;
        width:11%;
        padding:10px 0;
    }
    #watch_repair_single_page .price-block .price-block-collapse table.glass-replacement{
        min-width:1000px;
    }
    #watch_repair_single_page .guarantee-link img,
    #watch_repair_single_page .guarantee-link .image {
        height: 22px;
    }
    #watch_repair_single_page .guarantee-link a {
        font-size: 16px;
    }
    #watch_repair_single_page .earrings-content.pc {
        display: none;
    }
    #watch_repair_single_page .earrings-content.mobile {
        display:flex;
    }
    #watch_repair_single_page .earrings-content .earrings-image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #watch_repair_single_page .earrings-content .earrings-image img {
        width: auto;
        max-width: 70%;
        max-height: 100px;
    }
    #watch_repair_single_page .feedback-container {
        flex-direction: column;
    }
    #watch_repair_single_page .feedback-block:not(:last-child) {
        margin-right: 0px;
    }
}
@media (max-width:575px){
    #watch_repair_single_page .watch_repair_single_title{
        padding-top:25px;
    }
    #watch_repair_single_page .watch_repair_single_title h1{
        font-size:28px;
		margin-bottom:20px;
		margin-left:20px;
		margin-right:20px;
		text-align: center;
    }
	#Jewelry_repair_single_page .Jewelry_repair_single_title h1{
        font-size:28px;
		margin-bottom:20px;
		margin-left:20px;
		margin-right:20px;
		text-align: center;
    }
    #watch_repair_single_page .explanatory-text{
        margin-bottom:25px;
    }
    #watch_repair_single_page .watch_repair_single_content h2{
        margin-bottom:25px;
    }
    #watch_repair_single_page .price-content .price-block{
        margin-bottom:25px;
    }
    #watch_repair_single_page .price-content .price-block .title a{
        font-size:14px;
        line-height:18px;
    }
    #watch_repair_single_page .price-block .price-block-collapse .card-body{
        padding:25px 0 0 0;
    }
    #watch_repair_single_page .price-block .price-block-collapse table.glass-replacement th{
        padding:5px 0;
        font-size:12px;
    }
    #watch_repair_single_page .price-block .price-block-collapse table.glass-replacement td{
        padding:5px 0;
        font-size:12px;
    }
    #watch_repair_single_page .price-block .price-block-collapse table.battery td{
        padding:5px 0;
    }
    #watch_repair_single_page .price-block .price-block-collapse table.battery td{
        font-size:12px;
    }
    #watch_repair_single_page .price-block .price-block-collapse table.battery td:first-of-type{
        width:85%;
    }
    #watch_repair_single_page .price-block .price-block-collapse table.battery td:last-of-type{
        width:15%;
        min-width:80px;
    }
    
    #watch_repair_single_page .price-content .price-block .title img {
        width: auto;
        height: 4rem;
    }
    
    #watch_repair_single_page .guarantee-ticket {
        flex-direction: column;
    }
    #watch_repair_single_page .explanatory-text.guarantee-ticket img {
        width: 100%;
    }
    #watch_repair_single_page .guarantee-link img,
    #watch_repair_single_page .guarantee-link .image {
        height: 18px;
    }
    #watch_repair_single_page .guarantee-link a {
        font-size: 18px;
    }
}
/*---end-watch_repair_single-page---*/
    #Jewelry_repair_single_page .Jewelry_repair_single_title{
    padding-top:77px;
}
#Jewelry_repair_single_page .Jewelry_repair_single_title h1{
    margin-bottom:6px;
    color:#000;
    font-size:34px;
    font-weight:600;
}
#Jewelry_repair_single_page .explanatory-text{
    font-size:14px;
    line-height:1.43;
    font-weight:400;
    color:#1a1a19;
    width:100%;
    max-width:705px;
    margin-bottom:40px;
}
#Jewelry_repair_single_page .explanatory-list{
    font-size:14px;
    line-height:1.43;
    font-weight:400;
    color:#1a1a19;
    width:100%;
    margin-bottom:40px;
}
#Jewelry_repair_single_page .explanatory-text.guarantee-block{
  display: inline-flex;
}
#Jewelry_repair_single_page .Jewelry_repair_single_content h2{
    margin-bottom:0px;
    color:#000;
    font-size:24px;
    font-weight:600;
    line-height:1.2;
}

#Jewelry_repair_single_page .Jewelry_repair_single_content h3{
    margin-bottom:0px;
    color:#000;
    font-size:24px;
    font-weight:600;
    line-height:1.2;
}
#Jewelry_repair_single_page .price-content .price-block{
    width:100%;
    margin-bottom:40px;
}
#Jewelry_repair_single_page .price-content .price-block .title{
    display:flex;
}
#Jewelry_repair_single_page .price-content .Jewelry_repair_single_content .title .link{
    font-size:18px;
    color:#000;
    font-weight:600;
    line-height:1.2;
    text-decoration:underline;
    padding-left:0px;
    position:relative;
    width:100%;
    margin-bottom:40px
}
#Jewelry_repair_single_page .price-content .price-block .title h3{
    margin-bottom:0px;
    color:#000;
    font-size:24px;
    font-weight:600;
    line-height:1.2;
}
#Jewelry_repair_single_page .price-content .price-block .title a{
    font-size:18px;
    color:#000;
    font-weight:600;
    line-height:1.2;
    text-decoration:underline;
    padding-left:24px;
    position:relative;
    width:100%;
}
#Jewelry_repair_single_page .price-content .price-block .title a:before{
    position:absolute;
    content:"\f054";
    font-family:'Font Awesome 5 Pro';
    top:50%;
    transform:translate(0, -50%);
    left:0;
    color:#ffb000;
    font-size:24px;
    transition:0.5s;
}
#Jewelry_repair_single_page .price-content .price-block .title a[aria-expanded="true"]:before{
    transform:translate(0, -50%) rotate(90deg);
    transition:0.5s;
    color:#e30008;
}
#Jewelry_repair_single_page .price-content .price-block.empty a{
    pointer-events:none;
    cursor:default;
    text-decoration:none;
    padding-left:0;
}
#Jewelry_repair_single_page .price-content .price-block.empty a:before{
    content:none;
}
#Jewelry_repair_single_page .price-content .price-block.empty .price-block-collapse{
    display:none;
}
#Jewelry_repair_single_page .price-block .price-block-collapse .card-body{
    padding-left:24px;
    padding-right:24px;
    padding-top:40px;
    padding-bottom:0;
}
#Jewelry_repair_single_page .price-block .price-block-collapse table.battery{
    width:100%;
    border-top:1px solid #000;
}
#Jewelry_repair_single_page .price-block .price-block-collapse table.battery td{
    font-size:14px;
    color:#1a1a19;
    line-height:1.2;
    font-weight:400;
    display:block;
    padding:10px 20px;
}
#Jewelry_repair_single_page .price-block .price-block-collapse table.battery tr:nth-child(1){
    background-color:#f0f0f0;
}
#Jewelry_repair_single_page .price-block .price-block-collapse table.battery th{
    background-color:#f0f0f0;
    width: 100%;
    font-size:14px;
    color:#1a1a19;
    line-height:1.2;
    font-weight:400;
    display:block;
    padding:10px 20px;
}
#Jewelry_repair_single_page .price-block .price-block-collapse table.battery td:first-of-type{
    width:85%;
}
#Jewelry_repair_single_page .price-block .price-block-collapse table.battery td:second-of-type{
    width:50%;
}
#Jewelry_repair_single_page .price-block .price-block-collapse table.battery td:last-of-type{
    width:15%;
    text-align:right;
    padding-right:60px;
}
#Jewelry_repair_single_page .price-block .price-block-collapse table.battery tr{
    display:flex;
    border-bottom:1px solid #000;
}
#Jewelry_repair_single_page .price-block .price-block-collapse table.battery tr.important td{
    font-weight:600;
}

#Jewelry_repair_single_page .price-block .table-container-locks {
  display: flex;
}
#Jewelry_repair_single_page .price-block .price-block-collapse table.locks{
    width: 25%;
    margin-left: 1rem;
    margin-right: 1rem;
    border-top:1px solid #000;
}
#Jewelry_repair_single_page .price-block .price-block-collapse table.locks td{
    font-size:14px;
    width: 100%;
    color:#1a1a19;
    line-height:1.2;
    font-weight:400;
    display:block;
    padding:10px 20px;
}
#Jewelry_repair_single_page .price-block .price-block-collapse table.locks th{
      width: 100%;
      background-color: #F0F0F0;
      padding: 10px 20px;
      font-weight: bold;
}
#Jewelry_repair_single_page .price-block .price-block-collapse table.locks td:first-of-type{
    width:100%;
}
#Jewelry_repair_single_page .price-block .price-block-collapse table.locks td:last-of-type{
    width:100%;
    text-align:left;
    padding-right:60px;
}
#Jewelry_repair_single_page .price-block .price-block-collapse table.locks tr{
    display:flex;
    border-bottom:1px solid #000;
}
#Jewelry_repair_single_page .price-block .price-block-collapse table.locks tr.important td{
    font-weight:600;
}
#Jewelry_repair_single_page .price-block .price-block-collapse table.locks-img{
    width: 25%;
    margin-left: 1rem;
    margin-right: 1rem;
}

#Jewelry_repair_single_page .price-block .price-block-collapse table.locks-img td img {
  width: 60%;
    padding: 20px 20px;
    display: block;
    margin: 0 auto;
}

#Jewelry_repair_single_page .price-block .price-block-collapse table.locks-shnap {
  width: 75%;
}

#Jewelry_repair_single_page .price-block .price-block-collapse table.locks-shnap th {
  background: unset;
  font-weight: 400;
}
#Jewelry_repair_single_page .price-block .price-block-collapse table.shnap td img {
  width: 100%;
    padding: 20px 20px;
    display: block;
    margin: 0 auto;
}

#Jewelry_repair_single_page .price-block .price-block-collapse table.locks-shnap td:first-of-type {
  width: 90%;
}

#Jewelry_repair_single_page .price-block .price-block-collapse table.locks-shnap td:last-of-type {
  padding-left: 0;
    padding-right: 0;
  width: 10%;
}

@media (max-width: 767px) {
  #Jewelry_repair_single_page .price-block .price-block-collapse table.locks {
    width: -webkit-fill-available;
    margin: 1rem;
  }

  #Jewelry_repair_single_page .price-block .table-container-locks {
    display: block;
  }

  #Jewelry_repair_single_page .price-block .price-block-collapse table.locks-img td img {
    width: 100%;
    padding: 10px 10px;
    margin-left: 4rem;
    margin-right: 4rem;
    }

    #Jewelry_repair_single_page .price-block .price-block-collapse table.shnap td img {
      width: 19rem;
      margin: auto;
    }
    #Jewelry_repair_single_page .price-block .price-block-collapse table.locks-shnap td:first-of-type {
      width: 75%;
    }
    #Jewelry_repair_single_page .price-block .price-block-collapse table.locks-shnap td:last-of-type {
      width: 25%;
    }

}

#Jewelry_repair_single_page .price-block .price-block-collapse .additional-information{
    margin-top:30px;
}
#Jewelry_repair_single_page .price-block .price-block-collapse .additional-information .title{
    font-size:14px;
    font-weight:600;
    color:#1a1a19;
    line-height:1.2;
    margin-bottom:15px;
}
#Jewelry_repair_single_page .price-block .price-block-collapse .additional-information ul{
    list-style:none;
    padding:0;
    margin-left:0;
    margin-bottom:25px;
}
#Jewelry_repair_single_page .price-block .price-block-collapse .additional-information li{
    font-size:14px;
    font-weight:400;
    color:#1a1a19;
    line-height:18px;
    padding-bottom:5px;
}
#Jewelry_repair_single_page .price-block .price-block-collapse .additional-information li:last-of-type{
    padding-bottom:0;
}
#Jewelry_repair_single_page .price-block .price-block-collapse .additional-information .footnotes ul{
    list-style:none;
    padding:0;
    margin:0;
}
#Jewelry_repair_single_page .price-block .price-block-collapse .additional-information .footnotes ul li{
    font-size:14px;
    font-weight:400;
    color:#1a1a19;
    line-height:18px;
    padding-bottom:5px;
}
#Jewelry_repair_single_page .price-block .price-block-collapse table.glass-replacement{
    width:100%;
    border-top:1px solid #000;
}
#Jewelry_repair_single_page .price-block .price-block-collapse table.glass-replacement tr{
    border-bottom:1px solid #000;
    display:flex;
}
#Jewelry_repair_single_page .price-block .price-block-collapse table.glass-replacement tr.title{
    background-color:#f0f0f0;
}
#Jewelry_repair_single_page .price-block .price-block-collapse table.glass-replacement tr.title td{
    font-weight:600;
}
#Jewelry_repair_single_page .price-block .price-block-collapse table.glass-replacement thead tr{
    background-color:#f0f0f0;
}
#Jewelry_repair_single_page .price-block .price-block-collapse table.glass-replacement th{
    font-size:14px;
    color:#1a1a19;
    line-height:1.2;
    font-weight:600;
    display:block;
    width:10%;
    padding:10px 20px;
    min-width:147px;
}
#Jewelry_repair_single_page .price-block .price-block-collapse table.glass-replacement th:first-of-type{
    width:60%;
}
#Jewelry_repair_single_page .price-block .price-block-collapse table.glass-replacement td{
    font-size:14px;
    color:#1a1a19;
    line-height:1.2;
    font-weight:400;
    display:block;
    width:10%;
    padding:10px 20px;
    min-width:147px;
}
#Jewelry_repair_single_page .price-block .price-block-collapse table.glass-replacement td:first-of-type{
    width:60%;
}
@media (max-width:1200px){
    #Jewelry_repair_single_page .price-block .price-block-collapse table.battery td:last-of-type{
        padding-right:20px;
    }
    #Jewelry_repair_single_page .price-block .price-block-collapse .glass-replacement-container{
        overflow-x:auto;
    }
    #Jewelry_repair_single_page .price-block .price-block-collapse table.glass-replacement{
        min-width:1105px;
    }
}
@media (max-width:767px){
    #Jewelry_repair_single_page .Jewelry_repair_single_title{
        padding-top:40px;
    }
    #Jewelry_repair_single_page .explanatory-text{
        margin-bottom:40px;
    }
    #Jewelry_repair_single_page .Jewelry_repair_single_content h2{
        margin-bottom:40px;
    }
    #Jewelry_repair_single_page .price-content .price-block .title a{
        font-size:16px;
    }
    #Jewelry_repair_single_page .price-block .price-block-collapse table.battery td:last-of-type{
        min-width:125px;
        width:40%;
        padding-right:0;
    }
    #Jewelry_repair_single_page .price-block .price-block-collapse table.battery td:first-of-type{
        width:60%;
    }
    #Jewelry_repair_single_page .price-block .price-block-collapse table.battery td{
        padding:10px 0;
    }
    #Jewelry_repair_single_page .price-block .price-block-collapse .card-body{
        padding:40px 0 0 0;
    }
    #Jewelry_repair_single_page .price-block .price-block-collapse table.glass-replacement td:first-of-type{
        width:56%;
    }
    #Jewelry_repair_single_page .price-block .price-block-collapse table.glass-replacement td{
        min-width:110px;
        width:11%;
        padding:10px 0;
    }
    #Jewelry_repair_single_page .price-block .price-block-collapse table.glass-replacement th:first-of-type{
        width:56%;
    }
    #Jewelry_repair_single_page .price-block .price-block-collapse table.glass-replacement th{
        min-width:110px;
        width:11%;
        padding:10px 0;
    }
    #Jewelry_repair_single_page .price-block .price-block-collapse table.glass-replacement{
        min-width:1000px;
    }
}
@media (max-width:575px){
    #Jewelry_repair_single_page .Jewelry_repair_single_title{
        padding-top:25px;
    }
    #Jewelry_repair_single_page .Jewelry_repair_single_title h1{
        font-size:28px;
    }
    #Jewelry_repair_single_page .explanatory-text{
        margin-bottom:25px;
    }
    #Jewelry_repair_single_page .Jewelry_repair_single_content h2{
        margin-bottom:25px;
    }
    #Jewelry_repair_single_page .price-content .price-block{
        margin-bottom:25px;
    }
    #Jewelry_repair_single_page .price-content .price-block .title a{
        font-size:14px;
        line-height:18px;
    }
    #Jewelry_repair_single_page .price-block .price-block-collapse .card-body{
        padding:25px 0 0 0;
    }
    #Jewelry_repair_single_page .price-block .price-block-collapse table.glass-replacement th{
        padding:5px 0;
        font-size:12px;
    }
    #Jewelry_repair_single_page .price-block .price-block-collapse table.glass-replacement td{
        padding:5px 0;
        font-size:12px;
    }
    #Jewelry_repair_single_page .price-block .price-block-collapse table.battery td{
        padding:5px 0;
    }
    #Jewelry_repair_single_page .price-block .price-block-collapse table.battery td{
        font-size:12px;
    }
    #Jewelry_repair_single_page .price-block .price-block-collapse table.battery td:first-of-type{
        width:85%;
    }
    #Jewelry_repair_single_page .price-block .price-block-collapse table.battery td:last-of-type{
        width:15%;
        min-width:80px;
    }
    /*---end-Jewelry_repair_single_page---*/
    
#welcome{font-family:Open Sans;font-size:26px;color:#58595b;margin-bottom:10px;}
#welcome a:link,#welcome a:active,#welcome a:visited{font-weight:bold;text-decoration:none;color:#890000;border:2px solid #fbb926;border-radius:5px;padding:0 5px 4px 7px;margin-left:10px;box-shadow:0 0 8px rgba(0, 0, 0, 0.1);}
#welcome a:hover{color:#fbb926;border:2px solid #890000;box-shadow:2px 2px 8px rgba(0, 0, 0, 0.15);}
#welcomtabs a{margin-right:20px;}