* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: FuturaPT-Bold;
    src: url('../zt/FuturaPT-Bold.otf')
}

@font-face {
    font-family: FuturaPT-Book;
    src: url('../zt/FuturaPT-Book.otf')
}

@font-face {
    font-family: FuturaPT-Light;
    src: url('../zt/FuturaPT-Light.otf')
}

/*@font-face {*/
/*    font-family: FuturaPT-Medium;*/
/*    src: url('../zt/FuturaPT-Medium.otf')*/
/*}*/

body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend {
    margin: 0;
    padding: 0;
}

body {
    font-size: 16px;
    /*background-color: #E7EBEF;*/
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: #fbfbfb;
}

em,
i {
    font-style: normal;
}

b,
strong {
    font-weight: normal;
    float: left;
}

img {
    border: none;
    vertical-align: middle;

}

input {
    outline: none;
}

button {
    outline: none;
}

textarea {
    resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 16px;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.type_page {
    width: 1280px;
    margin: 0 auto;
}

html {
    width: 100%;
}