@charset "utf-8";

/* CSS Document */

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 100%;
    color: #ffffff;
    background-color: #0c1148;
}

img {
    border: 0;
}

a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
}

a:hover {
    color: #ffffff;
}

h1 {
    font-size: 1.5em;
}

h2 {
    font-size: 1.4em;
}


/**** ХИДЕР ********************************/

.header {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: baseline;
    flex-wrap: wrap;
}

.header img {
    max-width: 100%;
}

.header_top {
    background-color: #d1d1d1;
    line-height: 28px;
    width: 100%;
    color: #000;
}

.header_phone {
    margin-left: 10%;
    padding-left: 20px;
    position: relative;
}

.header_phone:before {
    font-family: 'icomoon';
    content: "\e942";
    position: absolute;
    left: 0px;
}

.header_mail {
    margin-left: 5%;
    padding-left: 23px;
    position: relative;
}

.header_mail:before {
    content: "\e945";
    font-family: 'icomoon';
    position: absolute;
    left: 0px;
}

.header_btn {
    margin-right: 10%;
    padding: 0 1em;
    float: right;
    line-height: 28px;
    padding-left: 23px;
    position: relative;
}

.header_btn:before {
    content: "\e947";
    font-family: 'icomoon';
    position: absolute;
    left: 0px;
    top: -1px;
}

.header h1.logo {
    color: white;
    display: block;
    width: 20%;
}


/**** ГЛАВНАЯ ИНФОРМАЦИЯ ********************************/

.maininfo {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    font-weight: bold;
    width: 100%;
    background-image: url(../images/bg_maininfo.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 0 10%;
    min-height: 400px;
}


/**** ПРЕИМУЩЕСТВА ********************************/

.proposeblock {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #d1d1d1;
    color: #0c1148;
    padding: 1em 0;
    text-align: center;
}

.proposeblock .inside {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.proposeblock .propose_req {
    width: 15%;
}

.proposeblock .propose_req::before {
    content: "\e952";
    font-family: 'icomoon';
    font-size: 4em;
}

.proposeblock .propose_price {
    width: 15%;
}

.proposeblock .propose_price::before {
    content: "\e93f";
    font-family: 'icomoon';
    font-size: 4em;
}

.proposeblock .propose_info {
    width: 15%;
}

.proposeblock .propose_info::before {
    content: "\e958";
    font-family: 'icomoon';
    font-size: 4em;
}

.proposeblock .propose p {
    width: 100%;
    text-align: center;
}

.proposeblock .propose_geo {
    width: 15%;
}

.proposeblock .propose_geo::before {
    content: "\e947";
    font-family: 'icomoon';
    font-size: 4em;
}

.proposeblock .propose_speed {
    width: 15%;
}

.proposeblock .propose_speed::before {
    content: "\e953";
    font-family: 'icomoon';
    font-size: 4em;
}


/**** CONTENTBLOCK 1 ********************************/

.contentblock_1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 1.5em 0;
}

.contentblock_1 .head {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    font-size: 1.8em;
    width: 90%;
    background-image: url(../images/bg_laser.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 250px;
    text-align: center;
    text-shadow: 1px 2px #000;
}

.contentblock_1 .inside {
    font-size: 1.2em;
    width: 90%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.contentblock_1 .inside .lme {
    font-size: 1.2em;
    width: 40%;
}

.contentblock_1 .inside .bodor {
    font-size: 1.2em;
    width: 40%;
}

.contentblock_1 .inside p {
    text-align: center;
    width: 100%;
}


/**** CONTENTBLOCK 2 ********************************/

.contentblock_2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    background-color: #d1d1d1;
    color: #0c1148;
    padding: 2em 10%;
}

.contentblock_2 h4 {
    text-align: center;
    width: 100%;
}

.calculator_btn {
    padding: 1.5em 1em 1.5em 4em;
    text-transform: uppercase;
    border: solid 1px #0c1148;
    position: relative;
    ;
}

.calculator_btn:hover {
    background-color: #0c1148;
    transition: all .25s ease .1s;
}

.calculator_btn:before {
    content: "\e940";
    font-family: 'icomoon';
    position: absolute;
    left: 0.45em;
    top: 0.41em;
    font-size: 2em;
}


/**** CONTENTBLOCK 3 ********************************/

.contentblock_3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 1.5em 0;
}

.contentblock_3 .head {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    font-size: 1.8em;
    width: 90%;
    background-image: url(../images/bg_press.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 250px;
    text-align: center;
    text-shadow: 1px 2px #000;
}

.contentblock_3 .inside {
    font-size: 1.2em;
    width: 90%;
}

.contentblock_3 .inside p {
    text-align: center;
}


/**** CONTENTBLOCK 4 ********************************/

.contentblock_4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    background-color: #d1d1d1;
    color: #0c1148;
    padding: 2em 10%;
}

.contentblock_4 h4 {
    text-align: center;
    width: 100%;
}

.order_btn {
    padding: 1.5em 1em 1.5em 4em;
    text-transform: uppercase;
    border: solid 1px #0c1148;
    position: relative;
    ;
}

.order_btn:hover {
    background-color: #0c1148;
    transition: all .25s ease .1s;
}

.order_btn:before {
    content: "\e9b8";
    font-family: 'icomoon';
    position: absolute;
    left: 0.45em;
    top: 0.41em;
    font-size: 2em;
}


/**** FOOTER ********************************/

.footer {
    background-color: #E0DEDF;
    font-size: 0.8em;
    width: 100%;
    margin: 1em 0 0 0;
    overflow: hidden;
}

.footer a {
    color: inherit;
}

.footer a.menu {
    margin: 0 0 0.3em 0;
    text-transform: uppercase;
}

.footer .block {
    float: left;
    width: 29.33%;
    margin: 0.8em 2% 0.8em 2%;
}

#modal {
    display: none;
    color: #000;
}

#orderformlaser {
    display: none;
    color: #4e0c0c;
}

#orderformpress {
    display: none;
    color: #4e0c0c;
}

#orderform {
    display: none;
    color: #4e0c0c;
}

#calculator {
    display: none;
    color: #4e0c0c;
}

.warning {
    color: #ad0303;
}