@font-face {
    font-family: 'Codec Pro';
    src: url('/fonts/CodecPro-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Codec Pro';
    src: url('/fonts/CodecPro-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}





@font-face {
    font-family: 'Codec Pro';
    src: url('/fonts/CodecPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Codec Pro';
    src: url('/fonts/CodecPro-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}



@font-face {
    font-family: 'Codec Pro';
    src: url('/fonts/CodecPro-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}



@font-face {
    font-family: 'Codec Pro';
    src: url('/fonts/CodecPro-Heavy.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Codec Pro';
    src: url('/fonts/CodecPro-HeavyItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}



@font-face {
    font-family: 'Codec Pro';
    src: url('/fonts/CodecPro-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Codec Pro';
    src: url('/fonts/CodecPro-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Codec Pro';
    src: url('/fonts/CodecPro-BoldItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Codec Pro';
    src: url('/fonts/CodecPro-Bold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

:root{
    --red:#cd1a1e;
}
body{
    color:#434343;
    font-family: 'Codec Pro';
}
.mainTower{
    width: min(100%, 1200px);
    margin: 0 auto;
    font-size: 16px;
    position: relative;
   
   
}
.description{
    margin:32px 64px;
    position:absolute;
    left: 0px;
    top:0px;
    z-index: 1000;
    
}
    h1{
        font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-top:64px;
    }
    .model {
        font-size: 64px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-top: 20px;
    }
    h2 {
        font-size: 36px;
font-style: normal;
font-weight: 400;
line-height: normal;
    }
    .page01decor{
       
    }
    .page01decor img{
        width: 100%;
        height: auto;
    }
    .page02{
        position: relative;
        margin:4px 0;
    }
    .page02Text {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
        .page02title{
            text-align: center;
            font-size: 48px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 64px;
        text-transform: uppercase;
        }
        .page02textItem{
            margin-top: 36px;
    position: relative;
    font-size: 34px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
           
        }
        .page02textItem::before{
            content: '';
    position: absolute;
    top: 10px;
    left: -14px;
    width: 8px;
    height: 8px;
    background: #434343;

            
        }
        .page02text{
            margin-left: 138px;
            width: 430px;
        }
        .page03{
            position: relative;
            margin-bottom: 4px;
        }
        .page03Text{
            color:#fff;
            position: absolute;
        top: 0;
        left: 50%;
        width: 50%;

        
        }
        .page03title{
            
            text-align:     center;
            font-size: 48px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            margin-top: 64px;
            text-transform: uppercase;
        }
        .page03textItem{
            margin-top: 20px;
    position: relative;
    font-size: 26px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
           
        }
        .page03textItem::before{
            content: '';
    position: absolute;
    top: 7px;
    left: -20px;
    width: 8px;
    height: 8px;
    background: #FFF;

            
        }
        .page04{
            position: relative;
            margin-bottom: 4px;
        }
        .page04Text {
            position: absolute;
            top: 0;
            left: 0;
            width: 50%;
        }
        .page04text{
            position: absolute;
            top:0;
            left: 0;
            width: 40%;
        }
        .page04title{
            text-align: left;
            font-size: 48px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 64px;
        text-transform: uppercase;
        }
        .page04textItems .page02textItem{
            margin-left: 20px;
            margin-top: 18px;
        }
        .page05{
            position: relative;
            margin-bottom: 4px;
            margin-top:64px;
        }
        .bot{
            position: absolute;
            top: 0;
            left: 0;
            background: url(/images/bot01decor.png);
            cursor: pointer;
            color: #fff;
        font-size: 23px;
        padding: 20px 32px;
            padding-top: 4px;
            line-height: 1.1;
        background-size: contain;
        background-repeat: no-repeat;
        padding-left: 64px;
        z-index: 2000;
            cursor: pointer;
        }
        .telLink{
            color: #fff;
            text-decoration: none;
        }
@media all and (max-width:1200px){
    .bot{
        position: fixed;
    }
    .page01 .description{
        display: block;
        position: inherit;
        margin: 8px;
    }
    .page02Text, .page04text, .page03Text {

        position: inherit;
        padding: 0 8px;
        box-sizing: border-box;
        color: inherit;
        width: 100%;
    }
    h1 {
        font-size: 24px;
        margin-top: 81px;
}
    
    .model {
        font-size: 26px;
    }
    h2 {
        font-size: 18px;
       
    }
    .page02, .page03{
        display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    margin-top: 24px;
    }
    .page02title, .page03title, .page04title{
        font-size: 18px;
        margin: 8px 0;
        text-align: left;
    }
    .page02textItem{
        font-size: 16px;
        margin-top: 24px;
        margin-left: 16px;
    }
    .page02text{
        margin: 8px 0;
        width: calc(100% - 16px)


    }
    .page03Text{
        left: inherit;
    
        margin: 8px 0;
        width: calc(100% - 16px)
    }
    .page03textItem{
        margin-left: 16px!important;
        position: relative;
        font-size: 16px;
        margin-top: 24px;
       
    }
    .page03textItem:before {
        content: '';
        position: absolute;
        top: 2px;
        left: -14px;
        width: 8px;
        height: 8px;
        background: #434343;
    }
    .page01decor {
        margin-bottom: 24px;
    }
    .page03 .page01decor{
            margin-top:24px;
    }
}

