* {
    margin: 0;
    padding: 0;
}
html, body, .main {
    height: 100%;
    font: 14px 'proxima_nova_rgregular', Helvetica, Arial, sans-serif;
}

.main {
    padding-bottom: 70px;
    margin-bottom: -70px;
    min-height: 100%;
}

header {
    line-height: 80px;
}

header > div {
    position: relative;
}

header .logo {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 0;
    padding-right: 0;
    z-index: 1040;
}

header .logo a {
    display: block;
    max-width: 188px;
}

header .logo a span {
    display: block;
    text-align: center;
    max-height: 188px;
    background-color: #8fb027;
    -webkit-transition: all .4s;
    transition: all .4s;
    height: 187px;
    width: 188px;
}

.logo a:hover span {
    background-color: #ffc12a;
}

header #logo-main {
    width: 150px;
    margin-left: -10px;
    fill: #fff;
    height: inherit;
}

.logo + nav {
    position: relative;
    padding-left: 210px;
    border-top: none;
    box-shadow: none;
}

nav > ul {
    padding: 20px 0 10px;
    display: inline-block;
}

nav a {
    display: inline-block;
    padding: 10px 15px 29px 15px;
    font: 14px 'proxima_nova_rgregular', Helvetica, Arial, sans-serif;
    border-bottom: 4px transparent solid;
    color: #5c5c5c;
}

nav li.active a {
    color: #8fb027;
}

.auth-or-registration {
    display: inline-block;
    float: right;
    margin-left: -30px;
}

.auth-or-registration,
.auth-or-registration a {
    color: #8fb027;
}

.auth-or-registration a:hover {
    text-decoration: none;
}

.main-block {
    height: 40%;
    background: #ededed;
}

.domains {
    height: 50%;
    padding-bottom: 30px;
}

.navbar-collapse.navbar-left {
    position: relative;
    padding-left: 210px;
}

.copyright > a {
    color: #8fb027;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.st0{fill-rule:evenodd;clip-rule:evenodd;}

footer {
    position: relative;
    clear: both;
    height: 70px;
    background: #ededed;
    display: inline-block !important;
    width: 100%;
    padding-top: 30px;
}

    footer > p {
        text-align: center;
    }

.main-block > div {
    height: 100%;
}

.main-block > div > div {
    background: url(../img/image.png) no-repeat 0 bottom;
    width: calc(100% - 150px);
    height: 100%;
    margin-left: 150px;
    display: inline-block;
}

[class*=main-block__] {
    display: inline-block;
}

.main-block__left {
    padding-left: 100px;
}

.main-block__right {
    color: #5c5c5c;
    text-align: right;
    float: right;
    height: 100%;
    font-size: 14px;
}

.main-block__right > h1 {
    font: 5em 'proxima_nova_thextraregular', Helvetica, Arial, sans-serif;
    font-style: italic;
    text-transform: uppercase;
    margin-top: 20%;
    height: 1em;
}

.main-block__right > p {
    font-style: italic;
    line-height: 2em;
    font-size: 1em;
}

.main-name {
    color: #8fb027;
    font-family: 'proxima_nova_thextrabold', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.domains {}

.domains__title > h3 {
    font-style: italic;
    margin: 2.5em 0 2em;
}

.domains__title {
    line-height: 0.5;
    text-align: center;
    padding-bottom: 20px;
}

.domains__title span {
    display: inline-block;
    position: relative;
    color: #8fb027;
    font-family: 'proxima_nova_rgbold', Helvetica, Arial, sans-serif;
}

.domains__title span:before,
.domains__title span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-top: 1px solid #ffc12a;
    top: 4px;
    width: 70px;
}
.domains__title span:before {
    right: 100%;
    margin-right: 15px;
}
.domains__title span:after {
    left: 100%;
    margin-left: 15px;
}

.domains__list {
    margin-top: 30px;
    text-align: center;
}

.domains__list .domain-exempl {
    display: inline-block;
    padding: 0 10px;
}

.domains__list .domain-exempl:nth-child(odd) [id*=layer-zone_] {
    fill: #8fb027;
}

.domains__list .domain-exempl:nth-child(even) [id*=layer-zone_] {
    fill: #ffc12a;
}

.domains__list .domain-exempl:nth-child(odd) [id*=layer-zone_]:hover {
    fill: #ffc12a;
}

.domains__list .domain-exempl:nth-child(even) [id*=layer-zone_]:hover {
    fill: #8fb027;
}

.domains__list .domain-exempl a {
    display: block;
    padding: 0 0 15px 0;
    font: 18px 'proxima_nova_blblack', Helvetica, Arial, sans-serif;
}

.domains__list .domain-exempl a span {
    display: inline-block;
    padding: 10px 0;
    width: 100%;
    height: 70px;
    line-height: 100px;
    text-align: center;
    -webkit-transition: all .4ms;
    -moz-transition: all .4ms;
    -ms-transition: all .4ms;
    transition: all .4ms;
}

[id*=layer-zone_] {
    height: 53px;
}

.domains__list .domain-exempl .price-domain {
    display: block;
    width: 100%;
    text-align: center;
    font: 18px 'proxima_nova_rgbold', Helvetica, Arial, sans-serif;
    color: #8fb027;
    font-style: italic;
}

.navbar-collapse.navbar-left {
    position: relative;
    padding-left: 210px;
    border-top: none;
    box-shadow: none;
}

.icon-bar {
    background: #8fb027;
}

.navbar-toggle {
    margin-top: 20px;
}

@media (min-width: 1366px) {
    .container {
        width: 1300px;
    }
}

@media (max-width: 1366px) {
    .domains__list {
        margin-top: 0;
    }
    [id*=layer-zone_] {
        height: 40px;
    }
    .domains__title > h3 {
        margin: 1.5em 0 2em;
    }
    .main-block__right > h1 {
        margin-top: 10%;
    }
}

@media (max-height: 900px) {
    .main-block__right {
        font-size: 12px;
    }
}

@media (max-height: 700px) {
    .main-block__right {
        font-size: 10px;
    }
}

@media (min-width: 1201px) and (max-width: 1366px) {
    .container {
        width: 1170px;
    }
}

@media (max-width: 1220px) {
    .main {
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .navbar-header {
        height: 76px;
    }
    nav > ul {
        padding: 15px 0 7px;
    }
    .auth-or-registration {
        display: none;
    }
    .collapse.navbar-collapse.navbar-left.main-menu {
        padding-left: 130px;
    }
    header .logo {
        width: 81px;
    }
    header .logo a span {
        height: 80px;
        width: 80px;
    }
    header #logo-main {
        margin-left: -5px;
        width: 65px;
        height: inherit;
    }
}

@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .navbar-header {
        height: 76px;
    }
    #bs-navbar-collapse {
        float: right;
    }
    nav > ul {
        padding: 15px 0 7px;
    }
    .auth-or-registration {
        display: none;
    }
    header .logo {
        width: 81px;
    }
    header .logo a span{
        height: 80px;
        width: 80px;
    }
    header #logo-main {
        margin-left: -5px;
        width: 65px;
        height: inherit;
    }
    .domain-exempl {
        width: 100% !important;
    }
}

@media (min-width: 200px) and (max-width: 480px) {
    .main-block__right > h1 {
        font-size: 45px;
    }
    .navbar-header {
        height: 76px;
    }
    #bs-navbar-collapse {
        float: right;
    }
    nav > ul {
        padding: 15px 0 7px;
    }
    .auth-or-registration {
        display: none;
    }
    header .logo {
        width: 81px;
    }
    header .logo a span{
        height: 80px;
        width: 80px;
    }
    header #logo-main {
        margin-left: -5px;
        width: 65px;
        height: inherit;
    }
    .domain-exempl {
        width: 100% !important;
    }
}

