    /*@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700'); */


@import url('https://fonts.googleapis.com/css?family=Russo+One');


/* font-family: "NeoSansProRegular"; */

@font-face {
    font-family: "NeoSansProRegular";
    src: url("../fonts/NeoSansProRegular/NeoSansProRegular.eot");
    src: url("../fonts/NeoSansProRegular/NeoSansProRegular.eot?#iefix")format("embedded-opentype"), url("../fonts/NeoSansProRegular/NeoSansProRegular.woff") format("woff"), url("../fonts/NeoSansProRegular/NeoSansProRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}


/* font-family: "NeoSansProBold"; */

@font-face {
    font-family: "NeoSansProBold";
    src: url("../fonts/NeoSansProBold/NeoSansProBold.eot");
    src: url("../fonts/NeoSansProBold/NeoSansProBold.eot?#iefix")format("embedded-opentype"), url("../fonts/NeoSansProBold/NeoSansProBold.woff") format("woff"), url("../fonts/NeoSansProBold/NeoSansProBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

* {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 20px;
    color: #0D1E3A;
    font-family: 'NeoSansProRegular', sans-serif;
    /* font-family: 'Roboto', sans-serif; */
    /* font-family: Arial, sans-serif; */
}

html {
    min-height: 100vh;
    /* background-image: url("../images/raster_dot.png"); */
    background-color: rgba(226, 226, 235, 0.7)
}

a {
    color: #0D1E3A;
    text-decoration: none
}

a:hover {
    color: #005580;
    text-decoration: underline
}

a:hover:active {
    outline: 0
}

#row {
    max-width: 1200px;
    margin: 0px auto;
}

#header {
    clear: both;
}

#description {
    display: inline-block;
    width: 30%;
    float: left;
    /* background: #FAFABF; */
    padding: 8px 2% 20px;
}

.description-text1 {
    text-align: left;
    font-size: 23px;
    font-weight: normal;
    animation-delay: 0.1;
}

.description-text2 {
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px;
    animation-delay: 0.2;
}

#logotype {
    display: inline-block;
    width: 28%;
    float: left;
    padding: 18px 2%;
}

.logotype {
    font-size: 45px;
    font-weight: bold;
    color: red;
    font-family: 'Russo One', sans-serif;
    text-align: center;
    text-shadow: 1px 1px 2px black, 0 0 1em blue;
    /* Параметры тени */
}

.logotype a {
    font-size: 40px;
    font-weight: bold;
    color: red;
    font-family: 'Russo One', sans-serif;
    text-decoration: none;
}

#phone {
    width: 30%;
    float: left;
    /* background: #ccc; */
    padding: 18px 2% 18px;
    font-size: 29px;
    font-weight: normal;
    vertical-align: middle;
}

.phone-1,
.phone-2 {
    font-size: 29px;
    animation-delay: 0.4;
}

.phone-1 a,
.phone-2 a {
    font-size: 29px;
    color: #0D1E3A;
    text-decoration: none;
}

#content {
    clear: both;
    overflow: auto;
    /* padding-top: 80px; */
    background: #c0c0c0;
    background-image: url("../images/bg.jpg");
    background-position: center top;
    /* Положение фона */
    background-repeat: no-repeat;
    /* Отменяем повторение фона */
    -moz-background-size: 100%;
    /* Firefox 3.6+ */
    -webkit-background-size: 100%;
    /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%;
    /* Opera 9.6+ */
    background-size: cover;
    /* Современные браузеры */
}

#content h1 {
    padding-top: 0px;
    margin: 7%;
    font-size: 50px;
    display: inline-block;
    font-family: "NeoSansProBold";
    color: #f00;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px black, 0 0 1em white;
    /* Параметры тени */
}

#content-text {
    font-size: 30px;
    display: inline-block;
    color: #fff;
    text-shadow: 1px 1px 2px black, 0 0 1em white;
}

.web {
    background-image: url("../images/raster@2x.png");
    height: 100%;
}

.seo {
    display: none;
}

#footer {
    text-align: center;
}

#policy {
    width: 30%;
    height: 50px;
    float: left;
    /* background: #FAFABF; */
    padding: 2%;
    font-size: 10px;
}

#policy a {
    font-size: 12px;
    text-decoration: none;
}

.policy-block {
    overflow: auto;
    height: 300px;
    font-size: 10px;
    color: #ccc;
}

.policy-text {
    font-size: 10px;
}

.policy-text h2,
h3,
h4,
p,
li {
    font-size: 12px;
}

.policy_link {
    font-size: 10px;
}


/*КНОПКА*/

.button {
    position: relative;
    margin: 10%;
}

.button:before {
    display: block;
    position: absolute;
    bottom: 18px;
    left: -78px;
    width: 70px;
    height: 70px;
    content: "";
    background-image: url("../images/arrow2.png");
}

a.button {
    display: inline-block;
    font-weight: bold;
    color: #fff;
    /* цвет текста */
    text-decoration: none;
    /* убирать подчёркивание у ссылок */
    user-select: none;
    /* убирать выделение текста */
    background: rgb(212, 75, 56);
    /* фон кнопки */
    padding: .7em 5.5em;
    /* отступ от текста */
    outline: none;
    /* убирать контур в Mozilla */
    text-transform: uppercase;
    -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
}

a.button:hover {
    background: rgb(232, 95, 76);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


/* при наведении курсора мышки */

a.button:active {
    background: rgb(152, 15, 0);
}


/* при нажатии */


/* Модальное окно 1*/

.modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    display: none;
    pointer-events: none;
}

.modalDialog:target {
    display: block;
    pointer-events: auto;
}

.modalDialog > div {
    max-width: 400px;
    height: 500px;
    position: relative;
    margin: 50px auto;
    padding: 5px 20px 13px 20px;
    border-width: 1px;
    border-style: solid;
    border-radius: 20px;
    border-color: red;
    background: #fff;
    background-image: url(../images/man1.png);
    background-position: left bottom;
    background-repeat: no-repeat;
}

.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.close:hover {
    background: #F70C0C;
}

.phone-modal {
    font-size: 46px;
    font-weight: bold;
    color: red;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px black, 0 0 1em white;
}

.phone-modal a {
    font-size: 46px;
    font-weight: bold;
    color: red;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 1px 1px 2px black, 0 0 1em white;
}

.phone-modal h2 {
    font-size: 24px;
    font-weight: bold;
    color: black;
    text-transform: uppercase;
}


/* Модальное окно 2*/

.modalDialog2 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    display: none;
}

.modalDialog2:target {
    display: block;
    pointer-events: auto;
}

.modalDialog2 > div {
    width: 500px;
    position: relative;
    margin: 50px auto;
    padding: 5px 20px 13px 20px;
    border-radius: 20px;
    background: #fff;
}

.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.close:hover {
    background: #F70C0C;
}


/* МЕДИА ЗАПРОС для ширины в 900px */

@media only screen and (max-width: 900px),
only screen and (max-device-width: 900px) {
    #logotype {
        width: 46%;
    }
    #description {
        width: 96%;
    }
    .description-text1 {
        text-align: center;
    }
    .description-text2 {
        text-align: center;
    }
    #phone {
        width: 46%;
    }
    #policy {
        width: 96%;
    }
    #footer #logotype {
        width: 96%;
    }
    #footer #phone {
        display: none;
        /* margin-top: 25px;
        width: 96%; */
    }
}


/* МЕДИА ЗАПРОС для ширины в 600px */

@media only screen and (max-width: 600px),
only screen and (max-device-width: 600px) {
    #logotype {
        width: 96%;
    }
    #phone {
        width: 96%;
    }
    a.button {
        font-size: 18px;
        color: #fff;
        /* цвет текста */
        text-decoration: none;
        /* убирать подчёркивание у ссылок */
        user-select: none;
        /* убирать выделение текста */
        background: rgb(212, 75, 56);
        /* фон кнопки */
        padding: .7em .5em;
        /* отступ от текста */
        outline: none;
        /* убирать контур в Mozilla */
        text-transform: uppercase;
        -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
        box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    }
    /#content {
        min-height: 350px;
    }
    #content h1 {
        font-size: 25px;
    }
    #content p {
        font-size: 20px;
    }
}


/* МЕДИА ЗАПРОС для ширины в 400px */

@media only screen and (max-width: 400px),
only screen and (max-device-width: 400px) {
    .modalDialog > div {
        max-width: 75%;
    }
