html, body {
    height: 100%;
    color: #333;
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    min-width: 1000px;
}
* {
    box-sizing: border-box;
}
.wrap {
    background-color: #121A26;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-right: -5px;
    margin-left: -5px;
}
.col-6 {
   -ms-flex: 0 0 50%;
   flex: 0 0 50%;
   max-width: 50%;
}
.top {
    position: relative;
}
.top > .container{
    padding-top: 70px;
    background-image: url(/static/img/fish.png);
    background-position: 0 0px;
    background-repeat: no-repeat;
}
.bg-dark {
    opacity: 0.77;
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index:5;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.mobile-wrap {
    padding-left: 30px;
    padding-right: 30px;
    width: 90%;
    max-width: 304px;
    margin-left: auto;
    margin-right: auto;
    height: 665px;
    padding-top: 90px;
    text-align: center;
    min-width: 280px;
    background-image: url(/static/img/mobile.png);
    -webkit-background-size: 100%;
         -o-background-size: 100%;
            background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    position: relative;
}
.mobile-wrap::before {
    content: "";
    width: 60%;
    top: 0;
    height: 100%;
    -webkit-background-size: 100%;
         -o-background-size: 100%;
            background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: -80%;
    background-image: url(/static/img/cat1.png);
}
.mobile-wrap::after {
    content: "";
    width: 50%;
    top: 0;
    -webkit-background-size: 100%;
         -o-background-size: 100%;
            background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: -70%;
    background-image: url(/static/img/cat2.png);
    height: 100%;
    background-position: 50% 7%;
}
#logotip {
    height: 60px;
    text-align: center;
    margin-bottom: 70px;
    font-size: 0;
    position: relative;
}
.network {
    margin-top: 14px;
    font-size: 0;
}
.network a {
    width: 36px;
    height: 36px;
    background-color: #FFF;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    background-color: #25303E;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.vk {
    background-image: url(/static/img/vk.png);
}
.fc {
    background-image: url(/static/img/fb.png);
}
.tw {
    background-image: url(/static/img/tw.png);
}
.network a + a {
    margin-left: 5px;
}
#logotip img {
    height: 100%;
}
h2 {
    font-weight: bold;
    text-align: center;
}
html .login-wrap .form input[type="text"], html .login-wrap .form input[type="password"] {
    background-color: #25303E;
    display: block;
    width: 100%;
    height: 40px;
    padding-left: 20px;
    color: #fff;
    border: none;
    outline: none;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    margin-bottom: 15px;
}
.mobile-wrap ::-webkit-input-placeholder {color:#fff;opacity:1}
.mobile-wrap ::-moz-placeholder          {color:#fff;opacity:1}
.mobile-wrap :-moz-placeholder           {color:#fff;opacity:1}
.mobile-wrap :-ms-input-placeholder      {color:#fff;opacity:1}
html .login-wrap .form button, html .login-wrap .form  input[type="submit"] {
    background-color: #27AE60;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    outline: none;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    margin-bottom: 15px;
    border: none;
}
.reg, .log, html .login-wrap .form  input[type="submit"] {
    height: 40px;
    cursor: pointer;   
}
html .login-wrap .form button > * {
    display: inline-block;
    vertical-align: middle;
}
html .login-wrap .form .log::before {
    content: "";
    display: inline-block;
    background-image: url(/static/img/authorization.png);
    width: 18px;
    height: 18px;
    vertical-align: middle;
    -webkit-background-size: 100%;
         -o-background-size: 100%;
            background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-right: 10px;

}
html .login-wrap .form .reg::before {
    content: "";
    display: inline-block;
    background-image: url(/static/img/plus.png);
    width: 11px;
    height: 11px;
    vertical-align: middle;
    -webkit-background-size: 100%;
         -o-background-size: 100%;
            background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-right: 10px;

}
html .login-wrap .form a {
    color: #3498db;
    display: block;
    text-decoration: none;
}
.white {
    background-color: #fff;
    border: 1px solid #717d8e;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
}
.ab-us {
    position: absolute;
    background-color: #25303e;
    left: 0;
    top: 570px;
    right: 0;
    margin: auto;
    padding-top: 35px;
    padding-bottom: 33px;
    text-align: center;
    color:#fff;
}
.ab-us p {
    color:#778395;
    font-size: 13px;
    margin: 0 0 9px;
}
.lo {
    text-transform: uppercase;
    font-size: 24px;
    color:#fff;
}
.lo em {
    font-style: normal;
    color:#3498db;
}
.lo i {
    font-style: normal;
    color:#27ae60;
}
.ab-us span {
    display: inline-block;
    vertical-align: middle;
}
.ul {
    padding: 50px 0;
}
.ul p {
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin: 0 0 50px;
    line-height: 1;
}
.ul ul {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 0;
    list-style-type: none;
}
.ul li {
    display: inline-block;
    vertical-align: middle;
    width: 15%;
}
.ul li + li {
    margin-left: 2%;
}
.ul .img {
    height: 80px;
    background-color: #FFF;
    display: block;
    text-align: center;
    display: table;
    width: 100%;
    -webkit-border-radius: 3px;
            border-radius: 3px;
}
.row1 {
    display: table-row;
    width: 100%;
}
.ul img {
    max-height: 45px;
    max-width: 100%;
}
.inner {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
}
.pr, .adv {
    color:#fff;
    text-align: center;
    display: block;
    line-height: 1;
    font-size: 12px;
}
.pr::before {
    content: "";
    display: block;
    background-image: url(/static/img/line.png);
    width: 17px;
    height: 2px;
    background-position: 50% 50%;
    margin: 12px auto 7px;
}
.advantages {
    background-color: #0a0f16;
}
.advantages .img {
    background: none;
}
.advantages .pr::before {
    content: none;
}
.footer-m {
    background-image: url(/static/img/cat3.png);
    background-repeat: no-repeat;
    -webkit-background-size: auto 100%;
         -o-background-size: auto 100%;
            background-size: auto 100%;
    padding: 50px 0;
    background-position: 50% 50%;
}
.contacts span {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}
.contacts p {
    margin: 7px 0 0;line-height: 1;
}
.contacts p span {
    display: block;
    text-transform: none;
    color:#778395;
}
.contacts p span + span {
    margin-top: 5px;
}
.contacts p a {
    color: inherit;
}
.contacts .m > * {
    display: inline-block;
    vertical-align: middle;
}
.contacts .m::before {
    content: "";
    background-image: url(/static/img/mail.png);
    width: 20px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
}
.contacts .sk::before {
    content: "";
    background-image: url(/static/img/skype.png);
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.contacts a {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    background-repeat: no-repeat;
    margin-left: 6px;
}
.copy {
    text-align: right;
    font-size: 14px;
    line-height: 1;
    color: #45505e;
}
.copy p {
    margin-top: 15px;
}
.operators {
    margin-top: -35px;
}
.popup-w {
    position: fixed;
    top:35px;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 666;
    max-width: 382px;
    background-color: #fff;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 80px;
    padding-bottom: 40px;
    display: none;
}
.popup-w-text {
    padding: 0 0 30px;
}
.bg-dark {
    display: none;
}
.popup-w h2 {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
        background-color: #FFF;
        line-height: 1;
        background-color: #DEDEDE;
        margin: 0;
        font-size: 22px;

        padding: 15px 0;
        color: #000;
        text-transform: uppercase;
        -webkit-border-radius: 8px 8px 0 0px;
                border-radius: 8px 8px 0 0px;
}
.login-wrap h2, .popup-w h2 {
    text-align: center;
    font-weight: bold;
}
.mobile-wrap h2 {
    margin-top: 12px;
    margin-bottom: 9px;
    font-size: 31px;
}
html .login-wrap .form .log {
    background-color: #27AE60;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    outline: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 15px;
    border: none;
}
html .login-wrap .form a p {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
}
html .error_msg {
    text-align:  center;
    color: red;
}
.g-recaptcha {
    margin-bottom: 15px;
}
.popup-w ::-webkit-input-placeholder {color:#6d6d6d;opacity:1}
.popup-w ::-moz-placeholder          {color:#6d6d6d;opacity:1}/* Firefox 19+ */
.popup-w :-moz-placeholder           {color:#6d6d6d;opacity:1}/* Firefox 18- */
.popup-w :-ms-input-placeholder      {color:#6d6d6d;opacity:1}

html .popup-w .form input[type="text"], html .popup-w .form input[type="password"] {
    background-color: #FFF;
    border: 1px solid #c1c1c1;
    color: #000;
}
.popup-w .close {
    background-image: url(/static/img/close.png);
    width: 36px;
    height: 36px;
    position: absolute;
    right: -46px;
    top: 0;
    display: block;
    z-index: 9;
}
.popup-w .login-wrap {
    display: none;
}
.footer-m a {
    text-decoration: none;
}
input:focus, input:active {
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.container {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 1200px) {
.container {
    width: 950px;
}
}