@font-face{
    font-family: 'FuturaBookCTT-Normal';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/FuturaBookCTT-Normal.eot');
    src: local('☺'), url('../fonts/FuturaBookCTT-Normal.woff') format('woff'), url('../fonts/FuturaBookCTT-Normal.ttf') format('truetype'), url('../fonts/FuturaBookCTT-Normal.svg') format('svg');
}

@font-face{
    font-family: 'FuturaDemiCTT-Normal';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/FuturaDemiCTT-Normal.eot');
    src: local('☺'), url('../fonts/FuturaDemiCTT-Normal.woff') format('woff'), url('../fonts/FuturaDemiCTT-Normal.ttf') format('truetype'), url('../fonts/FuturaDemiCTT-Normal.svg') format('svg');
}

body{
    font-family: 'FuturaBookCTT-Normal';
    font-size: 16px;
    line-height: 1.2;
    min-width: 320px;
    color: #1a1a1a;
}

h1{
    font-family: FuturaDemiCTT-Normal;
    font-size: 50px;
    line-height: 1;
    margin: 0 0 5px;
    text-transform: uppercase;
}

h2{
    font-family: FuturaDemiCTT-Normal;
    font-size: 35px;
    font-weight: normal;
    line-height: 1.4;
    position: relative;
    display: table;
    margin: 0 auto;
    text-transform: uppercase;
}

.row-about h2,
.sections-header h2,
.price-header h2,
.whom-header h2,
.competition-header h2,
.qua-header h2{
    margin-bottom: 12px;
    padding-top: 7px;
}

.row-about h2:before,
.sections-header h2:before,
.price-header h2:before,
.whom-header h2:before,
.competition-header h2:before,
.qua-header h2:before{
    position: absolute;
    top: 0;
    left: -100px;
    width: 95px;
    height: 48px;
    content: '';
    background: url(../i/h2-left.png) 0 0 no-repeat;
}

.row-about h2:after,
.sections-header h2:after,
.price-header h2:after,
.whom-header h2:after,
.competition-header h2:after,
.qua-header h2:after{
    position: absolute;
    top: 0;
    right: -100px;
    width: 95px;
    height: 48px;
    content: '';
    background: url(../i/h2-right.png) 0 0 no-repeat;
}

.modal-open{
    overflow: hidden;
}

.overlay{
    position: fixed;
    z-index: 1039;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}

select{
    text-indent: 1px;
    text-indent: 0;
    text-overflow: '';

    -webkit-appearance: none;
       -moz-appearance: none;
}

select::-ms-expand{
    display: none;
}

label{
    margin-bottom: 0;
}

img{
    max-width: 100%;
}

*:focus{
    outline: none!important;
}

a{
    color: #000;
}

a:hover{
    text-decoration: none;
}

ol,
ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

button{
    cursor: pointer;
    text-align: left;
    border: none;
    background: none;
}

input[type='text'],
button{
    padding: 0;
    color: #163c51;
    border: none;
    border-radius: 0;
    outline: none;

    -webkit-appearance: none;
}

.article{
    font-size: 18px;
}

.article p{
    margin: 20px 0;
}

.article a{
    text-decoration: underline;
}

.article a:hover{
    text-decoration: none;
}

.article ul{
    margin: 20px 0;
    padding-left: 20px;
}

.article ul li{
    margin: 5px 0;
    list-style-type: disc;
}

.article ol{
    margin: 20px 0;
    padding-left: 20px;
    list-style-type: decimal;
}

.article ol li{
    margin: 5px 0;
}

.article table{
    width: 100%;
}

.article table td{
    padding: 10px;
    border: 1px solid #d1cfcf;
}

.article blockquote{
    font-weight: 400;
    margin: 20px 0;
    padding: 1px 20px;
    border-radius: 5px;
    background-color: #ddd;
}
