/* @font-face {*/
/*    font-family: 'iconfont';*/
/*    src: url(fonts/iconfont.eot);*/
/*    src: url(fonts/iconfont.eot?#iefix) format('embedded-opentype'), url(fonts/iconfont.woff) format('woff'), url(fonts/iconfont.ttf) format('truetype'), url(fonts/iconfont.svg#iconfont) format('svg')*/
/*}*/


@font-face {
    font-family: FontStyle;
    src: url("./fonts/ziti.woff") format('truetype');
    font-display: swap;
} 

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border-color: var(--primary-color) !important;
}

::-webkit-scrollbar {
    width: 0;
    background: 0 0
}

::-moz-selection {
    background: var(--primary-color-gray);
    color: #000
}

::selection {
    background: var(--primary-color-gray);
    color: #000
}


*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: FontStyle; 
}


html body {
    _background-attachment: fixed;
    position: relative;
    overflow-x: hidden;
    cursor: url('../images/cursor.cur'), default;
}


html {
    width: 100%;
    height: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    width: 100%;
    height: 100%;
    font-weight: 400;
    font-size: 16px;
    color: rgba(2, 0, 0, .6);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga" on;
}


h3 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 5px;
    margin-bottom: 20px;
}

h3 small {
    font-size: 15px
}


a {
    color: #fff;
    text-decoration: none;
    transition: all 0.2s;
}


a:hover {
    color: #ebebeb;
}

.html-text-a {
    color: var(--primary-color) !important;
}


.html-text-a:hover {
    opacity: 0.8;
    color: var(--primary-color) !important;
    text-decoration: underline;
}

a:active,
a:hover {
    outline: 0
}


img {
    height: auto;
    transition: all .2s
}

label {
    font-weight: normal
}

textarea,
input[type='text'],
input[type='url'],
input[type='email'],
input[type='tel'] {
    border: 0;
    width: 100%
}

textarea:focus,
input[type='text']:focus,
input[type='url']:focus,
input[type='email']:focus,
input[type='tel']:focus {
    outline: 0
}

textarea {
    height: 12em;
    display: block
}


.BMap_cpyCtrl,
.anchorBL {
    display: none !important;
}

.BMap_bubble_top {
    display: none !important;
}