.noecont{
    font-style: italic;
    color: #777777;
}
.itemaddress{
    margin-bottom: 30px;
}
.itemaddress:last-child{
    margin-bottom: 0;
}
.itemaddress{
    padding: 30px;
    background-color: #f9f9f9;
}
.itemaddress .gripadd{
    justify-content: space-between;
    margin: 0 -10px;
}
.itemaddress .gripadd > div{
    padding: 0 10px;
}
.itemaddress .gripadd .coll{
    width: 270px;
}
.itemaddress .gripadd .colc{
    width: calc(100% - 490px);
}
.itemaddress .gripadd .colr{
    width: 220px;
    display: flex;
    align-items: flex-end;
}
.itemaddress .thumb img{
    width: 100%;
}
.itemaddress .decs .name{
    margin-bottom: 15px;
    padding-bottom: 5px;
    position: relative;
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    text-transform: uppercase;
    color: #0084c2;
}
.itemaddress .decs .name::before{
    content: '';
    width: 60px;
    height: 2px;
    background-color: #0084c2;
    position: absolute;
    bottom: 0;
    left: 0;
}
.itemaddress .decs .address{
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 20px;
}
.itemaddress .decs .info{
    font-size: 16px;
    line-height: 24px;
}
.itemaddress .decs .info li{
    margin-bottom: 10px;
    padding-left: 40px;
    position: relative;
}
.itemaddress .decs .info li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
}
.itemaddress .decs .info li.iphone::before{
    background-image: url('../images/ii1.png');
}
.itemaddress .decs .info li.imail::before{
    background-image: url('../images/ii2.png');
}
.itemaddress .viewmap {
    width: 100%;
}
.itemaddress .viewmap a{
    display: block;
    width: 100%;
    padding: 12px 15px;
    border-radius: 25px;
    text-align: center;
    background-color: #0084c2;
    border: 1px solid #0084c2;
    color: #fff;
    font-size: 18px;
    line-height: 27px;
}
.itemaddress .viewmap a:hover{
    background-color: #fff;
    color: #0084c2;
}
.itemaddress .viewmap a span{
    display: inline-block;
    padding-right: 20px;
    position: relative;
}
.itemaddress .viewmap a span::before{
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 0;
}
/*  */
.worlktime{
    border: 3px solid #636363;
    border-radius: 10px;
    padding: 50px 40px;
}
.worlktime .itemworlk{
    margin-bottom: 50px;
}
.worlktime .itemworlk:last-child{
    margin-bottom: 0;
}
.itemworlk .titleworl{
    margin-bottom: 15px;
    color: #0084c2;
    font-size: 30px;
    line-height: 45px;
    text-transform: uppercase;
}
.itemworlk .contworlk{
    font-size: 16px;
    line-height: 24px;
}
.formcontact .textform{
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
}
.formcontact .vhform .coll{
    width: 145px;
    padding-top: 10px;
}
.formcontact .vhform .colr{
    width: calc(100% - 145px);
}
.formcontact .vhform input,.formcontact .vhform select, .formcontact .vhform textarea{
    border-radius: 8px;
}
.formcontact .vhbtn{
    border-radius: 25px;
    border: 2px solid #0084c2;
    color: #0084c2;
    background-color: transparent;
    font-weight: bold;
}
.formcontact .vhbtn:hover{
    color: #fff;
    background-color: #0084c2;
}
.vhform label{
    color: #555555;
    font-size: 16px;
    line-height: 24px;
}
.fancybox-slide{
    padding: 10px;
    background-color: #fff;
}
.fancybox-toolbar{
    opacity: 1;
    visibility: unset;
}
.fancybox-button{
    right: 10px;
    top: 10px;
    background-color: #0084c2;
    color: #fff;
}
@media screen and (max-width:1200px) {
    .worlktime{
        padding: 40px 20px;
    }
    .worlktime .itemworlk{
        margin-bottom: 30px;
    }
    .itemworlk .titleworl{
        font-size: 24px;
        line-height: 36px;
    }
    .formcontact .textform{
        font-size: 20px;
        line-height: 30px;
    }
}
@media screen and (max-width:991px) {
    .formcontact .textform{
        text-align: center;
    }
    .itemaddress{
        padding: 20px 10px 30px;
    }
    .itemaddress .gripadd .colc{
        width: calc(100% - 270px);
    }
    .itemaddress .gripadd .colr{
        margin-top: 15px;
    }
}
@media screen and (max-width:767px) {
    .worlktime{
        padding: 20px;
    }
    .formcontact .vhform .coll{
        width: 100%;
        padding-top: 0;
    }
    .formcontact .vhform .colr{
        width: 100%;
    }
    .itemaddress .gripadd .coll{
        width: 100%;
        margin-bottom: 20px;
    }
    .itemaddress .gripadd .colc{
        width: 100%;
    }
    .itemaddress .thumb{
        max-width: 270px;
        margin: 0 auto;
    }
}
