123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590 |
- @import 'fonts.css';
- body {
- font-family: 'Open Sans';
- }
- ul,
- li {
- display: block;
- padding: 0;
- margin: 0;
- }
- /*Меню*/
- .menu-bar {
- background: #fff;
- padding: 20px 0;
- color: #212121;
- }
- .menu__item {
- margin-left: 37px;
- }
- .menu__item a {
- font-family: 'Open Sans Semibold';
- font-size: 20px;
- color: #212121;
- }
- .menu__item a:hover {
- text-decoration: none;
- color: #868686;
- }
- /*Шапка*/
- .header {
- color: white;
- text-align: center;
- padding: 180px 0;
- background-size: cover;
- background-position: 0 100%;
- background-image: url(../img/header.png);
- }
- .header__title {
- font-size: 55px;
- }
- .header__text {
- font-size: 20px;
- margin-bottom: 100px;
- }
- .button {
- text-transform: uppercase;
- cursor: pointer;
- padding: 10px 25px;
- margin: 0 10px;
- color: white;
- transition: 0.3s;
- background: #00897b;
- border: 2px solid #00897b;
- }
- .button:hover {
- background: transparent;
- border: 2px solid white;
- }
- /*О нас*/
- .about {
- padding-top: 120px;
- padding-bottom: 125px;
- color: black;
- background: white;
- text-align: center;
- }
- .about__title {
- font-size: 30px;
- font-weight: bold;
- }
- .about__text {
- color: #212121;
- font-size: 15px;
- margin-bottom: 110px;
- }
- .about_h3 {
- margin-top: 30px;
- margin-bottom: 20px;
- font-family: 'Open Sans Semibold';
- font-size: 20px;
- }
- /*Наши услуги*/
- .services {
- padding-top: 165px;
- padding-bottom: 125px;
- color: black;
- background: #e4fdf9;
- text-align: center;
- }
- .our_card {
- background: white;
- padding: 50px 40px 40px;
- transition: 0.3s;
- margin-bottom: 30px;
- }
- .our_card:hover {
- background: #00897b;
- color: white;
- box-shadow: 0px 10px 12px -3px rgba(0, 0, 0, 0.26);
- }
- .our_card:hover .icon {
- color: white;
- }
- .our_card:hover .button-services {
- border: 2px solid white;
- color: white;
- }
- .icon {
- transition: 0.3s;
- font-size: 60px;
- color: black;
- }
- .button-services {
- margin-top: 20px;
- transition: 0.3s;
- color: black;
- text-transform: uppercase;
- border: 2px solid black;
- background: transparent;
- padding: 10px 12px 10px;
- font-family: 'Open Sans Semibold';
- }
- .button-services:hover {
- cursor: pointer;
- }
- /*Портфолио*/
- .portfolio {
- text-align: center;
- padding-top: 120px;
- padding-bottom: 135px;
- }
- .portfolio button:hover,
- .focused {
- color: black;
- background: transparent;
- border: 2px solid #00897b;
- }
- .portfolio img {
- max-width: 100%;
- margin-bottom: 30px;
- }
- .filter {
- padding: 120px 0;
- }
- div[filter]:hover img {
- filter: brightness(50%);
- transition: 0.3s;
- }
- .text {
- display: none;
- }
- div[filter]:hover .text {
- display: block;
- width: 100%;
- color: #fff;
- position: absolute;
- top: 40%;
- left: 0;
- z-index: 3;
- text-align: center;
- }
- /* Цены */
- .pricing {
- padding-top: 165px;
- padding-bottom: 125px;
- color: black;
- background: #f0f1f1;
- text-align: center;
- }
- .price {
- transition: 0.5s;
- background: #fff;
- margin-bottom: 20px;
- }
- .price:hover {
- box-shadow: 0px 0px 11px 3px rgba(0, 0, 0, 0.39);
- }
- .price__head {
- color: white;
- padding-top: 40px;
- padding-bottom: 65px;
- background-image: url(../img/pricing_bg.png);
- background-size: cover;
- background-repeat: no-repeat;
- max-height: 211px;
- }
- .price__head p {
- font-size: 25px;
- }
- .price__head {
- font-size: 50px;
- }
- .price__head sub {
- vertical-align: middle;
- font-size: 17px;
- }
- .price__head sup {
- vertical-align: middle;
- font-size: 25px;
- }
- .price__body {
- font-size: 17px;
- color: #212121;
- }
- .price__body ul li {
- padding-top: 28px;
- padding-bottom: 12px;
- margin: 0 auto;
- max-width: 175px;
- border-bottom: 1px solid #bfbfbf;
- }
- .price__footer {
- padding: 60px 0;
- }
- .price__footer button {
- cursor: pointer;
- color: #212121;
- background: transparent;
- width: 180px;
- height: 60px;
- font-size: 20px;
- border: 2px solid #212121;
- transition: 0.3s;
- }
- .price__footer button:hover {
- text-transform: uppercase;
- color: white;
- background: #00897b;
- border: none;
- }
- /* Команда */
- .team {
- padding-top: 165px;
- padding-bottom: 125px;
- color: black;
- background: #fff;
- text-align: center;
- }
- .team h4 {
- margin-top: 30px;
- font-size: 20px;
- font-family: 'Open Sans Semibold';
- }
- .team p {
- font-size: 15px;
- margin-bottom: 30px;
- }
- .icons {
- display: flex;
- justify-content: center;
- }
- .icons a i {
- transition: 0.3s;
- }
- .icons i:nth-child(1) {
- color: #f0f1f1;
- }
- .icons i:nth-child(2) {
- color: #00897b;
- }
- .icons a:hover i:nth-child(1) {
- color: #3949ab;
- }
- .icons a:hover i:nth-child(2) {
- color: #fff;
- }
- .team img {
- margin: 0 auto;
- max-width: 340px;
- }
- .multiple-items {
- margin-top: 125px;
- }
- .dots-style {
- margin-top: 115px;
- display: flex;
- justify-content: center;
- }
- .dots-style button {
- background: #00897b;
- border: none;
- border-radius: 50%;
- font-size: 0;
- height: 15px;
- width: 15px;
- margin: 5px;
- }
- .dots-style li[class="slick-active"] button {
- background: #3949ab;
- }
- /*Блог*/
- .blog-item {
- width: 48%;
- }
- .left>div:first-child {
- order: 1;
- }
- .left>div:last-child {
- order: 2;
- }
- .right>div:first-child {
- order: 2;
- }
- .right>div:last-child {
- order: 1;
- }
- .blog {
- text-align: left;
- margin-top: 60px;
- }
- .blog a {
- font-size: 25px;
- color: #00897b;
- font-family: 'Open Sans Semibold';
- }
- .blog div {
- margin-top: 15px;
- margin-bottom: 20px;
- }
- .blog span {
- font-size: 17px;
- font-family: 'Open Sans Semibold';
- margin-right: 35px;
- }
- .blog i {
- margin-right: 15px;
- }
- .blog p {
- font-size: 15px;
- }
- .button_blog {
- width: 220px;
- height: 70px;
- text-transform: uppercase;
- color: white;
- font-size: 20px;
- margin-top: 125px;
- transition: 0.3s;
- border: 2px solid #00897b;
- cursor: pointer;
- background: #00897b;
- font-family: 'Roboto', sans-serif;
- font-weight: bold;
- }
- .button_blog:hover {
- background: transparent;
- color: #000;
- }
- /*Футер*/
- .footer {
- padding-top: 165px;
- padding-bottom: 125px;
- color: #fff;
- background-image: url(../img/footer.png);
- background-repeat: no-repeat;
- background-size: cover;
- text-align: center;
- }
- .footer .about__text {
- color: #fff;
- }
- .fa-map-marker-alt,
- .fa-phone,
- .fa-envelope {
- font-size: 62px;
- color: #fff;
- }
- .circle {
- border-radius: 50%;
- display: flex;
- justify-content: center;
- align-items: center;
- background: #3949ab;
- width: 100px;
- height: 100px;
- margin: 0 auto 35px;
- }
- .circle+p {
- font-size: 20px;
- }
- .footer input,
- .footer textarea {
- padding: 30px;
- width: 100%;
- border-radius: 10px;
- border: none;
- }
- .footer input:focus,
- .footer textarea:focus {
- outline: none;
- }
- .footer textarea {
- margin-top: 30px;
- margin-bottom: 30px;
- resize: none;
- }
- .footer button {
- font-size: 20px;
- font-family: 'Roboto', sans-serif;
- text-transform: uppercase;
- color: #212121;
- padding: 20px 80px;
- border-radius: 10px;
- border: none;
- transition: 0.3s
- }
- .footer button:hover {
- opacity: 0.6;
- }
- .rules {
- padding: 20px 0;
- text-align: center;
- font-weight: 600;
- }
- .form {
- margin-top: 70px;
- }
- /*Кнопка наверх*/
- #toTop {
- z-index: 999;
- width: 40px;
- height: 40px;
- border: none;
- font-size: 20px;
- border-radius: 3px;
- background: #00897b;
- text-align: center;
- padding: 5px;
- position: fixed;
- bottom: 10px;
- right: 10px;
- cursor: pointer;
- display: none;
- color: #000000;
- }
- .menu-icon {
- display: none;
- }
- @media screen and (max-width: 1024px) {
- nav {
- display: none;
- }
- .logo-bar {
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .menu-icon {
- display: block;
- background: #00897b;
- border: none;
- font-size: 25px;
- width: 50px;
- height: 50px;
- cursor: pointer;
- }
- .blog {
- margin-top: 10px;
- }
- .footer input, .footer textarea {
- margin-top: 20px;
- margin-bottom: 20px;
- }
- }
- @media screen and (max-width: 480px) {
- .header, .about, .services, .portfolio, .filter, .pricing, .footer {
- padding: 20px;
- }
- .header__title {
- font-size: 45px;
- }
- .header__text, .about__text {
- margin-bottom: 20px;
- }
- .button {
- margin-bottom: 10px;
- }
- .team {
- padding: 20px 0;
- }
- .team img {
- max-width: 320px;
- }
- .dots-style, .button_blog, .multiple-items {
- margin-top: 10px;
- }
- .left, .right {
- flex-direction: column;
- }
- .blog-item, .blog {
- width: 100%;
- }
- .right>div:first-child {
- order: 1;
- }
- .right>div:last-child {
- order: 2;
- }
- .blog i {
- margin-right: 5px;
- }
- .form {
- margin-top: 20px;
- }
- }
|