@import url('https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,600,400,300,700&subset=latin,cyrillic-ext');

html, body {
    margin: 0;
    padding: 0;
}

body {
    height: 100%;
    /*background-color: #ffffff;*/
    background-color: #f7f7f7;
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-weight: 100;
    font-size: 14px;
    color: #333333;
}

.img_screen {
    width: 100%;
}

.img_code {
    width: 150px;
}

.img_logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wrapper {
    min-height: 100%;
    overflow: hidden;
}

.content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.menu {
    height: 40px;
    /*background-color: #ffffff;*/
}

.main {
    overflow: hidden;
    /*background-color: #f7f7f7;*/
    padding-bottom: 50px;
}

.title {
    margin: 32px 0;
    text-align: center;
}

.title h1 {
    font-size: 48px;
    font-weight: bold;
    margin: 14px 0;
    font-family: Arial, sans-serif;
}

.modal-title {
    margin: 0;
    padding: 0;
    text-align: center;
    background: #6799fc;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.modal-title h1 {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 20px;
    color: white;
}

.footer {
    background-color: #31363b;
    color: #bec3c8;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.footer a {
    color: #e7e9eb;
    text-decoration: none;
}

.footer a:hover {
    color: #bec3c8;
}

.copyright {
    margin: 14px 0;
    overflow: hidden;
}

.copyright .copy {
    float: left;
}

.copyright .site {
    float: right;
    margin-left: 20px;
}

.modal {
    z-index: 201;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 860px;
    /*height: 600px;*/
    margin-left: -400px;
    margin-top: -320px;
    background-color: #ffffff;
    border-radius: 10px;
    /*overflow: hidden;*/
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.3);
    font-size: 14px;
    font-weight: 100;
    font-family: 'Arial', sans-serif;
    padding-bottom: 10px;
}

.modal-background {
    z-index: 200;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.col-left {
    text-align: justify;
    text-indent: 10px;
}

.col-right {

}

.row {
    width: 50%;
    display: inline-block;
    min-height: 100px;
    box-sizing: border-box;
    font-size: 18px;
    padding: 20px;
}

.modal-body {
    font-size: 0;
    display: flex;
}

.download-pbx {
    float: left;
}

.register {
    float: right;
}

.col-right input {
    width: 90%;
    padding: 5px;
    font-family: Arial, sans-serif;
    font-size: 18px;
    border: 1px solid #b8b8b8;
}

.col-right input:focus {
    box-shadow: inset 2px 2px 5px #888;
}