bufon2211 vor 6 Jahren
Ursprung
Commit
a7838a7560
2 geänderte Dateien mit 1033 neuen und 0 gelöschten Zeilen
  1. 625 0
      css/common.css
  2. 408 0
      css/media.css

+ 625 - 0
css/common.css

@@ -0,0 +1,625 @@
+* {
+    margin: 0;
+    padding: 0;
+    vertical-align: top;
+    color: inherit;
+    font-family: 'Roboto', sans-serif;
+    -webkit-transition: all .3s ease;
+    -moz-transition: all .3s ease;
+    transition: all .3s ease;
+    background-repeat: no-repeat;
+    font-size: 100%;
+}
+
+input::-moz-placeholder {
+    color: #fff;
+}
+
+textarea::-moz-placeholder {
+    color: #fff;
+}
+
+textarea::-webkit-input-placeholder {
+    color: #fff;
+}
+
+input::-webkit-input-placeholder {
+    color: #fff;
+}
+
+img {
+    max-width: 100%;
+}
+
+.container {
+    width: 1200px;
+    max-width: 90%;
+    margin: 0 auto;
+    /*position: relative;*/
+}
+
+.sm {
+    display: none !important;
+}
+
+a {
+    text-decoration: none;
+}
+
+section {
+    margin-top: 60px;
+}
+
+.left, .right {
+    display: inline-block;
+    width: 49%;
+}
+
+.left {
+    text-align: left;
+}
+
+.right {
+    /*text-align: right;*/
+}
+
+.quater {
+    display: inline-block;
+    width: 24.5%;
+    text-align: center;
+}
+
+.three {
+    width: 48%;
+    display: inline-block;
+    vertical-align: top;
+}
+
+.small-three {
+    width: 25%;
+}
+
+.border-btn {
+    width: 180px;
+    max-width: 90%;
+    height: 50px;
+    line-height: 50px;
+    display: inline-block;
+    text-align: center;
+    color: #33aefd;
+    border: 1px solid #33aefd;
+    text-transform: uppercase;
+}
+
+.phone {
+    font-size: 27px;
+}
+
+/*header styles*/
+
+header {
+    background-image: url(../img/bg.png);
+    border-bottom: 1px solid #fff;
+    background-size: 100%;
+    background-size: cover;
+    background-position: center center;
+    position: relative;
+}
+
+header .top-mnu {
+    min-height: 130px;
+    line-height: 130px;
+    background-color: rgba(255, 255, 255, .7);
+    width: 100%;
+    top: 0;
+    left: 0;
+    z-index: 99;
+}
+
+header .top-mnu .logo {
+    vertical-align: middle;
+}
+
+nav ul li {
+    text-transform: uppercase;
+    display: inline-block;
+    color: #000;
+    font-size: 17px;
+    text-align: center;
+    width: 30%;
+}
+
+nav ul li:hover {
+    color: #33aefd;
+}
+
+nav ul li:last-child:after {
+    display: none;
+}
+
+.top-mnu .contacts {
+    text-align: right;
+    line-height: 50px;
+}
+
+/*//slider*/
+.slider {
+    padding: 250px 0;
+    background-color: rgba(0, 0, 0, .6);
+    /*padding: 55px 0 60px;*/
+}
+
+.slider .slide-item {
+    text-align: center;
+}
+
+h1 {
+    text-transform: uppercase;
+    color: #fff;
+    font-size: 30px;
+    line-height: 80px;
+    font-weight: 200;
+}
+
+.slider h2 {
+    font-size: 23px;
+    color: #fff;
+    font-weight: 200;
+
+}
+
+img.stripe-block {
+    position: absolute;
+    top: 10%;
+    width: 90%;
+    z-index: -1;
+}
+
+.em {
+    color: #33aefd;
+}
+
+.common-h2 {
+    text-align: center;
+    font-size: 30px;
+    margin: 40px auto;
+    max-width: 80%;
+    width: 740px;
+
+}
+
+.common-h2 .em {
+    font-size: 100%;
+    text-transform: uppercase;
+}
+
+/*chess*/
+
+.chess-item {
+    text-align: center;
+    display: inline-block;
+    font-size: 23px;
+    position: relative;
+    box-sizing: padding-box;
+    margin-top: 40px;
+}
+
+.row.top .chess-item {
+    width: 32%;
+}
+
+.row.bottom .chess-item {
+    width: 49%;
+}
+
+.chess-item p:before {
+    content: " ";
+    display: block;
+    width: 140px;
+    height: 140px;
+    position: absolute;
+    left: 0;
+    top: 0;
+    background-image: url(../img/l-stripe.png);
+    background-repeat: no-repeat;
+}
+
+.advs .chess-item p:before {
+    display: none;
+}
+
+.advs .chess-item:before {
+    content: " ";
+    display: block;
+    width: 140px;
+    height: 140px;
+    position: absolute;
+    left: 0;
+    top: 0;
+    background-repeat: no-repeat;
+    color: #b0e0ff;
+    font-size: 200px;
+    line-height: 140px;
+    font-weight: 900;
+}
+
+.advs .row.top .chess-item:nth-child(1):before {
+    content: "1 ";
+}
+
+.advs .row.top .chess-item:nth-child(2):before {
+    content: "2";
+}
+
+.advs .row.top .chess-item:nth-child(3):before {
+    content: "3 ";
+}
+
+.advs .row.bottom .chess-item:nth-child(1):before {
+    content: "4 ";
+}
+
+.advs .row.bottom .chess-item:nth-child(2):before {
+    content: "5";
+}
+
+.chess-item p {
+    position: relative;
+    max-width: 400px;
+    margin: 0 auto;
+    padding: 40px 0;
+    text-align: left;
+    padding-left: 40px;
+}
+
+section h1 {
+    position: relative;
+    display: inline-block;
+    color: #000;
+
+}
+
+section h1:after {
+    content: "";
+    display: block;
+    position: absolute;
+    width: 90px;
+    height: 1px;
+    background-color: #33aefd;
+    top: 50%;
+    right: -50%;
+}
+
+section h1.rev:after {
+    left: -50%;
+}
+
+.accept,
+.advs {
+    background-image: url(../img/bg2.png);
+    -webkit-background-size: cover;
+    background-size: cover;
+    padding-bottom: 20px;
+
+}
+
+.accept .common-h2 {
+    font-weight: 100;
+}
+
+.border-btn.rev {
+    color: #fff;
+    background-color: #33aefd;
+    display: block;
+    margin: 0 auto;
+}
+
+.nine-item {
+    text-align: center;
+    display: inline-block;
+    width: 19.5%;
+    margin-top: 50px;
+    vertical-align: text-bottom;
+
+}
+
+.nine-item img {
+    max-width: 40%;
+}
+
+.nine-p {
+    font-size: 16px;
+    margin-top: 20px;
+}
+
+.row.bottom-9 .nine-item .img {
+    transform: translateX(50%);
+}
+
+.advs h2 {
+    text-align: left;
+    font-weight: 400;
+}
+
+.advs .chess-item p {
+    padding-top: 20px;
+    font-size: 16px;
+}
+
+.advs .chess-item p.h2 {
+    padding-bottom: 0;
+    padding-top: 40px;
+    text-transform: uppercase;
+    font-size: 28px;
+}
+
+.advs .row.bottom .chess-item {
+    width: 33%;
+    transform: translateX(50%);
+}
+
+.async .row.top,
+.async .row.bottom {
+    position: relative;
+
+}
+
+.async .text-img {
+    background-image: url(../img/bg3.png);
+    -webkit-background-size: cover;
+    background-size: cover;
+    display: inline-block;
+    margin: 100px 0;
+    width: 700px;
+    max-width: 60%;
+    min-height: 500px;
+    text-align: left;
+
+}
+
+.async .row.top img,
+.async .row.bottom img {
+    position: absolute;
+    top: 0;
+    max-width: 48%;
+    z-index: -1;
+}
+
+.async .row.top img {
+    right: 0;
+}
+
+.async .row.bottom img {
+    left: 0;
+}
+
+.async .row.bottom {
+    text-align: right;
+}
+
+.text-img {
+    padding: 40px;
+}
+
+.text-img .head {
+    font-size: 50px;
+    font-weight: bold;
+    text-transform: uppercase;
+    width: 50%;
+
+}
+
+.container.h1-rev {
+    text-align: right;
+
+}
+
+.content {
+    max-width: 70%;
+    padding-left: 100px;
+    position: relative;
+    margin-top: 20px;
+    /*font-size: 20px;*/
+    max-width: 370px;
+
+}
+
+.content:after {
+    content: "";
+    display: block;
+    position: absolute;
+    width: 70px;
+    height: 1px;
+    background-color: #33aefd;
+    top: 17px;
+    left: 0%;
+}
+
+.content * {
+    padding-top: 10px;
+    font-size: 17px;
+}
+
+.serv-type {
+    margin-top: 10px;
+    list-style-type: none;
+}
+
+.serv-type li:before {
+    content: " ";
+    display: inline-block;
+    width: 5px;
+    height: 5px;
+    background-color: #33aefd;
+    margin-right: 10px;
+    margin-left: 10px;
+    vertical-align: middle;
+}
+
+.icons-item {
+    display: inline-block;
+    width: 24%;
+    text-align: center;
+    vertical-align: bottom;
+    margin-top: 30px;
+}
+
+.icons-item img {
+    max-width: 80%;
+}
+
+.clients {
+    padding-bottom: 50px;
+}
+
+footer {
+    background-color: #33aefd;
+    color: #fff;
+    padding-top: 30px;
+}
+
+.sign {
+    border-top: 1px solid #fff;
+    text-align: center;
+    padding: 10px 0;
+    margin-top: 20px;
+}
+
+.city {
+    font-weight: 100;
+    font-size: 24px;
+}
+
+.addr,
+.mail,
+.phone {
+    font-size: 17px;
+    margin-top: 15px;
+    max-width: 330px;
+    font-weight: 100;
+}
+
+.phone {
+    max-width: 100%;
+}
+
+.num {
+    font-size: 30px;
+    margin-top: 15px;
+}
+
+form {
+    margin-top: 20px;
+    max-width: 330px;
+
+}
+
+.field:focus {
+    border: 1px solid #fff;
+    outline: none;
+}
+
+.field {
+    border: 1px solid #fff;
+    width: 300px;
+    height: 50px;
+    background-color: transparent;
+    box-sizing: border-box;
+    padding-left: 5px;
+    margin-top: 10px;
+    -webkit-appearance: none;
+}
+
+.field.sub {
+    color: #33aefd;
+    background-color: #fff;
+}
+
+.center {
+    display: inline-block;
+    text-align: left;
+    position: relative;
+}
+
+footer .left,
+footer .right {
+    text-align: center;
+    position: relative;
+}
+
+footer .left .center:after {
+    content: "";
+    display: block;
+    margin-top: 225px;
+    width: 90px;
+    height: 2px;
+    background-color: #FFF;
+}
+
+.content.lh {
+    line-height: 35px;
+}
+
+.error {
+    border: 1px solid lightcoral !important;
+}
+
+.popup {
+    background-color: #363739;
+    min-height: 70vh;
+    /*width: 380px;*/
+    position: fixed;
+    top: 0;
+    right: 0;
+    padding: 3% 5%;
+    max-width: 50%;
+    display: none;
+    color: #fff;
+}
+
+.popup .close {
+    width: 30px;
+    height: 30px;
+    float: right;
+    color: #fff;
+    font-size: 40px;
+}
+
+.popup .submit {
+    width: 100%;
+    background-color: #009bfe;
+    margin-top: 40px;
+    color: #fff;
+    border: none;
+    outline: none;
+    height: 50px;
+    line-height: 50px;
+    text-transform: uppercase;
+}
+
+.popup .title {
+    font-size: 30px;
+    color: #fff;
+    text-align: center;
+    margin-top: 60px;
+    margin-bottom: 5px;
+}
+
+.popup .nameText {
+    color: #6a98b0;
+    font-size: 20px;
+    text-align: left;
+    margin-top: 35px;
+    margin-bottom: 12px;
+}
+
+.popup .textArea {
+    width: 100%;
+    background-color: #363739;
+    border: solid 2px #fff;
+    line-height: 36px;
+}
+
+.popup form {
+    max-width: 100%;
+}

+ 408 - 0
css/media.css

@@ -0,0 +1,408 @@
+@media all and (max-width: 1400px) {
+    .slider {
+        padding: 220px 0;
+    }
+
+    .text-img .head {
+        font-size: 40px;
+    }
+}
+
+@media all and (max-width: 1200px) {
+    .slider {
+        padding: 180px 0;
+    }
+
+    .common-h2 {
+        font-size: 24px;
+    }
+
+    .chess-item p {
+        position: relative;
+        max-width: 320px;
+        font-size: 20px;
+    }
+
+    .phone {
+        font-size: 23px;
+    }
+}
+
+@media all and (max-width: 1000px) {
+    .text-img .head {
+        font-size: 35px;
+        width: 100%;
+    }
+
+    .row.top .chess-item {
+        width: 49%;
+        margin-top: 40px;
+    }
+
+    .row.top .chess-item:last-child {
+        margin-left: 25%;
+        text-align: center;
+    }
+
+    h1 {
+        font-size: 25px;
+    }
+
+    .slider h2 {
+        font-size: 20px;
+    }
+
+    .slider {
+        padding: 120px 0;
+    }
+
+    .common-h2 {
+        font-size: 22px;
+    }
+
+    .phone {
+        font-size: 20px;
+    }
+
+    .border-btn {
+        width: 150px;
+        font-size: 14px;
+    }
+
+    nav ul li {
+        font-size: 15px;
+    }
+
+    header .top-mnu .logo {
+        max-width: 140px;
+    }
+
+    .advs .row.bottom .chess-item {
+        width: 49%;
+        transform: translateX(0%);
+    }
+
+    .advs .chess-item p.h2 {
+        font-size: 24px;
+    }
+
+    .async .row.bottom,
+    .async .row.top {
+        text-align: center;
+    }
+
+    .async .text-img {
+        margin-bottom: 0;
+        padding: 20px;
+        min-height: 400px;
+
+    }
+
+    .async .row.top img,
+    .async .row.bottom img {
+        opacity: 0.8;
+        max-width: 65%;
+    }
+
+    .content.lh {
+        line-height: 30px;
+    }
+}
+
+@media all and (max-width: 800px) {
+    .icons-item {
+        width: 49%;
+    }
+
+    .async .text-img {
+        margin: 50px auto;
+    }
+
+    .text-img .head {
+        font-size: 30px;
+    }
+
+    .text-img {
+        min-height: auto;
+    }
+
+    .text-img .head {
+        width: 90%;
+    }
+
+    header .top-mnu .logo {
+        max-width: 100px;
+    }
+
+    .border-btn {
+        width: 140px;
+        font-size: 11px;
+        height: 35px;
+        line-height: 34px;
+    }
+
+    .phone {
+        font-size: 17px;
+    }
+
+    header .top-mnu {
+        min-height: 100px;
+        line-height: 100px;
+    }
+
+    .common-h2 {
+        font-size: 18px;
+        max-width: 80%;
+    }
+
+    .chess-item p {
+        position: relative;
+        max-width: 260px;
+        font-size: 16px;
+    }
+
+    .chess-item p::before {
+        width: 100px;
+        height: 100px;
+    }
+
+    h1 {
+        font-size: 23px;
+    }
+
+    .slider h2 {
+        font-size: 18px;
+    }
+
+    .slider {
+        padding: 100px 0;
+    }
+
+    .top-mnu .contacts {
+        text-align: right;
+        line-height: 30px;
+    }
+
+    header .top-mnu {
+        line-height: 60px;
+    }
+
+    .three.nav {
+        display: none;
+    }
+
+    .small-three {
+        width: 49%;
+    }
+
+    .three.nav {
+        display: none;
+    }
+
+    .row.bottom-9 .nine-item .img {
+        transform: translateX(0%);
+    }
+
+    .row.top-9 .nine-item:nth-child(4),
+    .row.top-9 .nine-item:nth-child(5) {
+        transform: translateX(50%);
+    }
+
+    .row.bottom-9 .nine-item:last-child {
+        margin-left: auto;
+        margin-right: auto;
+        display: block;
+    }
+
+    .sm {
+        display: block !important;
+        width: 100%;
+        margin: 0 auto;
+    }
+
+    .chess-item p {
+        padding-left: 20px;
+    }
+
+    .nine-item {
+        text-align: center;
+        display: inline-block;
+        width: 32%;
+        margin-top: 50px;
+    }
+
+    .content * {
+        padding-top: 10px;
+        font-size: 15px;
+    }
+
+    footer .left,
+    footer .right {
+        width: 100%;
+    }
+
+    footer .left .center:after {
+        content: "";
+        margin-top: 40px;
+        margin-bottom: 20px;
+    }
+
+    .popup .title {
+        margin-top: 55px;
+        font-size: 16px;
+    }
+
+    .popup .nameText {
+        font-size: 15px;
+        margin-top: 20px;
+    }
+
+    .popup .close {
+        font-size: 24x;
+    }
+
+    .popup .submit {
+        font-size: 14px;
+        height: 40px;
+        line-height: 40px;
+    }
+}
+
+@media all and (max-width: 550px) {
+    .nine-p {
+        font-size: 13px;
+        margin-top: 15px;
+    }
+
+    .async .text-img {
+        max-width: 90%;
+    }
+
+    .popup .title {
+        margin-top: 55px;
+        font-size: 16px;
+    }
+
+    .popup .nameText {
+        font-size: 15px;
+    }
+
+    .popup .close {
+        font-size: 24x;
+    }
+
+    .addr, .mail, .phone, .field {
+        font-size: 13px;
+    }
+
+    .field {
+        height: 40px;
+    }
+
+    .sign {
+        font-size: 12px;
+    }
+
+    .num {
+        font-size: 25px;
+    }
+
+    section {
+        margin-top: 40px;
+    }
+
+    .advs .chess-item p {
+        font-size: 15px;
+    }
+
+    .advs .chess-item p.h2 {
+        font-size: 18px;
+    }
+
+    .advs .chess-item::before {
+        font-size: 130px;
+        line-height: 110px;
+        left: 60px;
+    }
+
+    .async .text-img {
+        width: 90%;
+        margin: 20px auto;
+    }
+
+    .content {
+        max-width: 100%;
+        padding-left: 10px;
+    }
+
+    .content::after {
+        display: none;
+    }
+
+    .text-img .head {
+        font-size: 20px;
+    }
+
+    .content * {
+        padding-top: 10px;
+        font-size: 12px;
+    }
+
+    .chess-item {
+        width: 100% !important;
+        margin-top: 20px;
+        margin-left: 0 !important;
+    }
+
+    .common-h2 {
+        font-size: 15px;
+    }
+
+    .slider {
+        padding: 70px 0;
+    }
+
+    h1 {
+        font-size: 20px;
+        line-height: 40px;
+    }
+
+    .slider h2 {
+        font-size: 16px;
+    }
+
+    nav ul li {
+        font-size: 13px;
+    }
+
+    .phone {
+        font-size: 15px;
+    }
+
+    .border-btn {
+        width: 110px;
+        font-size: 10px;
+        height: 30px;
+        line-height: 30px;
+    }
+
+    section h1:after {
+        width: 40px;
+        right: -35%;
+    }
+
+    section h1.rev:after {
+        left: -35%;
+    }
+
+    section h1 {
+        font-size: 16px;
+    }
+}
+
+@media all and (max-width: 480px) {
+    .popup {
+        height: 400px;
+        max-width: 90%;
+    }
+}