File: /home/slfopp7cb1df/public_html/css/style.css
/*------------------------------------------------------------------
Import library files
-------------------------------------------------------------------*/
@import "slick.css";
@import "slick-theme.css";
/*------------------------------------------------------------------
Pages styles
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]
1. General styles
1.1. INPUTS & TEXTAREA styles
1.2. Common element styles
1.3. Animation
2. MAIN PAGE STYLES
2.1. Top panel
2.2. Slider
2.3. Services
2.4. Portfolio
2.5. Info block
2.6. Awards
2.7. Contact form
2.8. Footer
2.9. Menu
2.10. Modal form
3. SINGLE PAGE STYLES
3.1. Page head
3.2. Tabs
3.3. Full image section
3.4. Col section
3.5. Description section
3.6. Image section
3.7. Statistics section
3.8. Video section
3.9. Youtube video section
3.10. Scroll effect styles
4. SHOWCASE, ABOUT US, SERVICES PAGE STYLES
4.1. Modified styles
4.2. Team section
4.3. Subscribe section
4.4. Services page
4.5. FAQ
5. BLOG STYLES
5.1. Blog archive
5.2. Blog page
5.3. Search block
5.4. Sidebar
6.MEDIA queries
6.1. General styles and main page styles
6.2. Single page styles
6.3. Showcase styles
6.4. Blog styles
-------------------------------------------------------------------*/
*:hover {
cursor: default;
}
/*----------------------------------------------------------------------------------
1. INPUTS & TEXTAREA styles
-----------------------------------------------------------------------------------*/
input::-webkit-input-placeholder {
font-size: 1em;
color: #7C7C7C;
}
input::-moz-placeholder {
font-size: 1em;
color: #7C7C7C;
}
input:-moz-placeholder {
font-size: 1em;
color: #7C7C7C;
}
input:-ms-input-placeholder {
font-size: 1em;
color: #7C7C7C;
}
textarea::-webkit-input-placeholder {
font-size: 1em;
color: #7C7C7C;
}
textarea::-moz-placeholder {
font-size: 1em;
color: #7C7C7C;
}
textarea:-moz-placeholder {
font-size: 1em;
color: #7C7C7C;
}
textarea:-ms-input-placeholder {
font-size: 1em;
color: #7C7C7C;
}
input:focus::-webkit-input-placeholder {
color: transparent;
}
input:focus::-moz-placeholder {
color: transparent;
}
input:focus:-moz-placeholder {
color: transparent;
}
input:focus:-ms-input-placeholder {
color: transparent;
}
textarea:focus::-webkit-input-placeholder {
color: transparent;
}
textarea:focus::-moz-placeholder {
color: transparent;
}
textarea:focus:-moz-placeholder {
color: transparent;
}
textarea:focus:-ms-input-placeholder {
color: transparent;
}
input::-webkit-input-placeholder {
opacity: 1;
transition: opacity 0.3s ease;
-o-transition: opacity 0.3s ease;
-moz-transition: opacity 0.3s ease;
-webkit-transition: opacity 0.3s ease;
-ms-transition: opacity 0.3s ease;
}
input::-moz-placeholder {
opacity: 1;
transition: opacity 0.3s ease;
-o-transition: opacity 0.3s ease;
-moz-transition: opacity 0.3s ease;
-webkit-transition: opacity 0.3s ease;
-ms-transition: opacity 0.3s ease;
}
input:-moz-placeholder {
opacity: 1;
transition: opacity 0.3s ease;
-o-transition: opacity 0.3s ease;
-moz-transition: opacity 0.3s ease;
-webkit-transition: opacity 0.3s ease;
-ms-transition: opacity 0.3s ease;
}
input:-ms-input-placeholder {
opacity: 1;
transition: opacity 0.3s ease;
-o-transition: opacity 0.3s ease;
-moz-transition: opacity 0.3s ease;
-webkit-transition: opacity 0.3s ease;
-ms-transition: opacity 0.3s ease;
}
input:focus::-webkit-input-placeholder {
opacity: 0;
transition: opacity 0.5s ease;
-o-transition: opacity 0.5s ease;
-moz-transition: opacity 0.5s ease;
-webkit-transition: opacity 0.5s ease;
-ms-transition: opacity 0.5s ease;
}
input:focus::-moz-placeholder {
opacity: 0;
transition: opacity 0.5s ease;
-o-transition: opacity 0.5s ease;
-moz-transition: opacity 0.5s ease;
-webkit-transition: opacity 0.5s ease;
-ms-transition: opacity 0.5s ease;
}
input:focus:-moz-placeholder {
opacity: 0;
transition: opacity 0.5s ease;
-o-transition: opacity 0.5s ease;
-moz-transition: opacity 0.5s ease;
-webkit-transition: opacity 0.5s ease;
-ms-transition: opacity 0.5s ease;
}
input:focus:-ms-input-placeholder {
opacity: 0;
transition: opacity 0.5s ease;
-o-transition: opacity 0.5s ease;
-moz-transition: opacity 0.5s ease;
-webkit-transition: opacity 0.5s ease;
-ms-transition: opacity 0.5s ease;
}
input {
border-radius: 0;
}
input:focus {
outline: 0;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
box-shadow: none;
}
input[type=submit],
button {
-webkit-appearance: none;
}
input[type=submit]:hover,
button:hover {
cursor: pointer;
}
input:hover {
cursor: text;
}
/*----------------------------------------------------------------------------------
1.2. Common element styles
-----------------------------------------------------------------------------------*/
html {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html,
body {
-webkit-overflow-scrolling: touch !important;
}
li,
a {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
div,
p,
ul,
ol,
li,
header,
footer,
section,
nav,
h1,
h2,
h3,
h4,
h5,
h6,
form,
article,
main,
adress {
display: block;
float: left;
width: 100%;
font-size: inherit;
margin: 0;
padding: 0;
}
a {
text-decoration: none;
color: inherit;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
a:hover {
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
a:focus {
outline: 0;
}
a:active {
outline: 0;
}
button {
display: block;
float: left;
border: 0;
padding: 0;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
button:focus {
outline: 0;
}
button:active {
outline: 0;
}
button:hover {
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
a:hover,
button:hover {
cursor: pointer;
}
a:hover *,
button:hover * {
cursor: pointer;
}
.wrap {
width: 100%;
max-width: 1300px;
float: none;
margin: 0 auto;
}
body {
margin: 0;
padding: 0;
font-family: 'Roboto', sans-serif;
color: #191919;
font-size: 16px;
}
body.locked {
overflow: hidden;
}
body.locked.body-margin.os-windows.chrome-browser,
body.locked.body-margin.os-windows.opera-browser {
position: relative;
}
body.locked.body-margin.os-windows.chrome-browser:before,
body.locked.body-margin.os-windows.opera-browser:before {
width: 8px;
position: fixed;
right: 0;
top: 0;
bottom: 0;
height: 100%;
content: '';
background: #3D0082;
}
body.pop-up-open {
position: fixed;
left: 0;
right: 0;
}
body.os-windows::-webkit-scrollbar {
width: 8px;
background-color: #3D0082;
}
body.os-windows::-webkit-scrollbar-thumb {
background-color: #02FBE2;
border-radius: 4px;
}
.body-margin.os-windows .single-page .top_panel {
width: auto;
left: 0;
}
.body-margin.os-windows.chrome-browser,
.body-margin.os-windows.opera-browser {
padding-right: 8px;
}
.body-margin.os-windows.chrome-browser .hum_btn,
.body-margin.os-windows.opera-browser .hum_btn {
margin-right: 8px;
}
.body-margin.os-windows.chrome-browser .modal_form .close,
.body-margin.os-windows.opera-browser .modal_form .close {
margin-right: 8px;
}
.body-margin.os-windows.chrome-browser .single-page .top_panel,
.body-margin.os-windows.opera-browser .single-page .top_panel,
.body-margin.os-windows.chrome-browser .footer,
.body-margin.os-windows.opera-browser .footer {
right: 8px;
width: auto;
left: 0;
}
* {
box-sizing: border-box;
}
.scroll-down {
height: 40px;
width: 40px;
position: relative;
float: none;
display: inline-block;
}
.circle {
height: 30px;
width: 30px;
display: block;
border: 2px solid #fff;
border-radius: 100px;
position: absolute;
bottom: 5px;
left: 5px;
z-index: 1;
animation-name: circle;
animation-duration: 1s;
animation-timing-function: linear;
animation-delay: 0s;
animation-iteration-count: infinite;
animation-direction: normal;
animation-play-state: running;
-webkit-animation-name: circle;
-webkit-animation-duration: 1s;
-webkit-animation-timing-function: linear;
-webkit-animation-delay: 0s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-direction: normal;
-webkit-animation-play-state: running;
}
.scroll-arrow {
font-size: 42px;
color: #00baff;
bottom: 27px;
position: absolute;
left: 50%;
margin-left: -10px;
animation-name: arrow;
animation-duration: 1s;
animation-timing-function: linear;
animation-delay: 0s;
animation-iteration-count: infinite;
animation-direction: normal;
animation-play-state: running;
-webkit-animation-name: arrow;
-webkit-animation-duration: 1s;
-webkit-animation-timing-function: linear;
-webkit-animation-delay: 0s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-direction: normal;
-webkit-animation-play-state: running;
background: url(../img/scroll-arrow.svg) center center no-repeat;
background-size: 6px 4px;
display: block;
width: 20px;
height: 20px;
}
.pulse {
margin: 0 auto;
border-radius: 100px;
position: absolute;
left: 5px;
top: 5px;
z-index: 0;
background-color: transparent;
opacity: 0;
width: 30px;
height: 30px;
border: 5px solid #fff;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-o-border-radius: 30px;
-ms-border-radius: 30px;
border-radius: 30px;
/* Giving Animation Function */
-webkit-animation: pulse 1s linear infinite .3s;
-moz-animation: pulse 1s linear infinite .3s;
border-image: initial;
z-index: 3;
animation-delay: .8s;
}
.explore-link {
position: absolute;
width: auto;
height: 40px;
left: 74vh;
transform: translateX(-100%);
z-index: 1;
bottom: 7vh;
}
.explore-link:hover {
cursor: pointer;
}
.explore-link:hover * {
cursor: pointer;
}
.explore-link .p {
display: inline-block;
line-height: 40px;
font-size: 17px;
color: rgba(255, 255, 255, 0.63);
font-weight: 500;
vertical-align: top;
position: relative;
z-index: 1;
margin-right: 10px;
}
.filter {
position: absolute;
width: 20px;
height: 20px;
}
.burger {
display: flex;
flex-direction: column;
filter: url(#gooeyness);
}
.rect {
background: #191919;
display: inline-block;
height: 4px;
margin-top: 4px;
transition: transform 500ms;
width: 20px;
}
.rect:first-child {
margin-top: 0;
}
.rect:nth-child(2) {
transition-delay: 100ms;
}
.rect:nth-child(3) {
transition-delay: 100ms;
}
.burger.active .rect:nth-child(1) {
transform: rotate(-45deg) translateX(-5.7px) translateY(5.7px);
}
.burger.active .rect:nth-child(2) {
transform: rotate(45deg);
}
.burger.active .rect:nth-child(3) {
transform: rotate(-45deg) translateX(5.7px) translateY(-5.7px);
}
.head_btn {
width: 48px;
height: 48px;
border-radius: 50%;
background: #fff;
position: fixed;
top: 6vh;
left: 5vh;
z-index: 5;
-webkit-box-shadow: 0px 0px 14px 0px rgba(61, 0, 130, 0.13);
-moz-box-shadow: 0px 0px 14px 0px rgba(61, 0, 130, 0.13);
box-shadow: 0px 0px 14px 0px rgba(61, 0, 130, 0.13);
display: block;
}
.head_btn:hover {
cursor: pointer;
}
.head_btn:hover * {
cursor: pointer;
}
.head_btn span {
position: absolute;
background: #191919;
width: 9px;
height: 9px;
border-radius: 2px;
display: block;
transition: all .2s ease;
}
.head_btn span:nth-child(1) {
top: 13px;
left: 13px;
}
.head_btn span:nth-child(2) {
top: 13px;
left: 26px;
}
.head_btn span:nth-child(3) {
bottom: 13px;
left: 13px;
}
.head_btn span:nth-child(4) {
bottom: 13px;
left: 26px;
}
.head_btn:hover span {
transition: all .2s ease;
}
.head_btn:hover span:nth-child(1) {
transform: translateX(-1px) translateY(-1px);
}
.head_btn:hover span:nth-child(2) {
transform: translateX(1px) translateY(-1px);
}
.head_btn:hover span:nth-child(3) {
transform: translateX(-1px) translateY(1px);
}
.head_btn:hover span:nth-child(4) {
transform: translateX(1px) translateY(1px);
}
.hum_btn {
width: 48px;
height: 48px;
border-radius: 50%;
background: #fff;
padding: 15px 14px;
float: right;
margin-right: 0;
z-index: 7;
position: fixed;
top: 6vh;
right: 5vh;
-webkit-box-shadow: 0px 0px 14px 0px rgba(61, 0, 130, 0.13);
-moz-box-shadow: 0px 0px 14px 0px rgba(61, 0, 130, 0.13);
box-shadow: 0px 0px 14px 0px rgba(61, 0, 130, 0.13);
}
.hum_btn:hover {
cursor: pointer;
}
.hum_btn:hover * {
cursor: pointer;
}
.hum_btn .line {
fill: none;
transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
stroke: #000;
stroke-width: 7.5;
stroke-linecap: round;
}
.hum_btn .ham {
width: 44px;
height: 44px;
top: 2px;
left: 2px;
position: absolute;
transition: all .2s linear;
}
.hum_btn .ham .top {
stroke-dasharray: 40 82;
}
.hum_btn .ham .middle {
stroke-dasharray: 40 111;
}
.hum_btn .ham .bottom {
stroke-dasharray: 40 161;
}
.hum_btn.is-opened-navi .ham {
transform: rotate(45deg);
}
.hum_btn.is-opened-navi .ham .top {
stroke-dasharray: 17 82;
stroke-dashoffset: -62px;
}
.hum_btn.is-opened-navi .ham .middle {
stroke-dashoffset: 23px;
}
.hum_btn.is-opened-navi .ham .bottom {
stroke-dashoffset: -83px;
}
.onclic {
width: 54px !important;
border: 3px solid #02FBE2;
border-width: 3px;
font-size: 0;
background: #fff !important;
border-left-color: #3D0082;
animation: rotating 2s 0.25s linear infinite;
}
.onclic:after {
content: "";
}
.onclic:hover {
color: green;
background: #fff !important;
cursor: default;
}
.onclic * {
display: none !important;
}
.validate {
font-size: 13px;
color: white;
background: #02FBE2 !important;
}
.validate:after {
content: '';
background: url(../img/check-mark.svg) center center no-repeat;
background-size: contain;
width: 20px;
height: 14px;
top: 50%;
left: 50%;
margin-top: -7px;
margin-left: -10px;
position: absolute;
}
.validate:hover {
cursor: default;
}
.validate * {
display: none !important;
}
.left-socials {
width: 30px;
position: absolute;
top: 50vh;
transform: translateY(-50%);
z-index: 1;
left: 3vw;
}
.left-socials.black a.instagram:before {
background-image: url(../img/instagram-black.svg);
}
.left-socials.black a.twitter:before {
background-image: url(../img/twitter-black.svg);
}
.left-socials.black a.behance:before {
background-image: url(../img/behance-logo-black.svg);
}
.left-socials a {
display: block;
width: 30px;
height: 30px;
clear: both;
position: relative;
margin: 28px 0;
}
.left-socials a:before {
position: absolute;
top: 50%;
left: 50%;
content: '';
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
}
.left-socials a.instagram:before {
background-image: url(../img/instagram.svg);
width: 24px;
height: 24px;
margin-top: -12px;
margin-left: -12px;
}
.left-socials a.twitter:before {
background-image: url(../img/twitter.svg);
width: 28px;
height: 24px;
margin-top: -12px;
margin-left: -14px;
}
.left-socials a.behance:before {
background-image: url(../img/behance-logo.svg);
width: 28px;
height: 18px;
margin-top: -9px;
margin-left: -14px;
}
.container {
transition: all .2s linear;
position: relative;
z-index: 1;
margin-bottom: 647px;
background: #fff;
}
.container.blur {
overflow: hidden;
transition: all .2s linear;
}
.shape-overlays {
width: 100vw;
height: 100vh;
pointer-events: none;
position: fixed;
top: 0;
left: 0;
}
.shape-overlays.is-opened {
pointer-events: auto;
}
.shape-overlays__path:nth-of-type(1) {
fill: url(#gradient1);
}
.shape-overlays__path:nth-of-type(2) {
fill: url(#gradient2);
}
.shape-overlays__path:nth-of-type(3) {
fill: url(#gradient3);
}
.shape-overlays__path:nth-of-type(4) {
fill: #3D0082;
}
.shape-overlays {
z-index: 6;
}
#preloader_wrap {
position: fixed;
z-index: 100;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
background: #3D0082;
}
#preloader {
position: absolute;
top: 50%;
left: 50%;
z-index: 101;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
opacity: 1;
}
.video iframe {
border: 0;
}
.error_page {
background: #191919;
height: 100vh;
}
.error_page .wrap {
height: 100%;
}
.error_page .wrap .wrap_float {
height: 100%;
}
.error_page .wrap .wrap_float .content {
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}
.error_page .wrap .wrap_float .content ._title {
font-size: 279px;
font-weight: 600;
color: #fff;
text-align: center;
position: relative;
}
.error_page .wrap .wrap_float .content ._title:before {
content: 'ERROR';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
background-color: #191919;
color: #FFF;
animation: effect 4s infinite linear;
}
.error_page .wrap .wrap_float .content ._title:after {
content: 'ERROR';
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
overflow: hidden;
background-color: #191919;
color: #FFF;
animation: effect 4s infinite linear;
}
.error_page .wrap .wrap_float .content .link {
font-size: 22px;
color: #fff;
text-align: center;
}
.error_page .wrap .wrap_float .content .link a {
padding-left: 76px;
position: relative;
}
.error_page .wrap .wrap_float .content .link a:before {
background: url(../img/footer-arrow.svg) center center no-repeat;
width: 60px;
height: 8px;
background-size: contain;
position: absolute;
left: 0;
top: 8px;
content: '';
transform: rotate(180deg);
}
/*----------------------------------------------------------------------------------
1.3. Animation
-----------------------------------------------------------------------------------*/
.pulse2 {
animation-name: pulse2;
-webkit-animation-name: pulse2;
animation-duration: 2s;
-webkit-animation-duration: 2s;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
}
@keyframes pulse2 {
0% {
transform: scale(0.9);
}
50% {
transform: scale(1);
}
100% {
transform: scale(0.9);
}
}
@-webkit-keyframes pulse2 {
0% {
-webkit-transform: scale(0.95);
}
50% {
-webkit-transform: scale(1);
}
100% {
-webkit-transform: scale(0.95);
}
}
@-webkit-keyframes intervalHamburgerBorder {
0% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
80% {
-webkit-transform: scale(1.6);
transform: scale(1.6);
}
100% {
opacity: 0;
-webkit-transform: scale(1.6);
transform: scale(1.6);
}
}
@keyframes intervalHamburgerBorder {
0% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
80% {
-webkit-transform: scale(1.6);
transform: scale(1.6);
}
100% {
opacity: 0;
-webkit-transform: scale(1.6);
transform: scale(1.6);
}
}
@keyframes arrow {
0% {
bottom: 0;
}
75% {
bottom: 10px;
}
100% {
bottom: 0;
}
}
@-webkit-keyframes arrow {
0% {
bottom: 0;
}
75% {
bottom: 10px;
}
100% {
bottom: 0;
}
}
@keyframes circle {
0% {
height: 30px;
}
10% {
height: 30px;
}
50% {
height: 35px;
}
75% {
height: 40px;
}
90% {
height: 35px;
}
100% {
height: 30px;
}
}
@-webkit-keyframes circle {
0% {
height: 30px;
}
10% {
height: 30px;
}
50% {
height: 35px;
}
75% {
height: 40px;
}
90% {
height: 35px;
}
100% {
height: 30px;
}
}
@-webkit-keyframes pulse {
0% {
-webkit-transform: scale(0);
opacity: 0;
}
8% {
-webkit-transform: scale(0);
opacity: 0;
}
15% {
-webkit-transform: scale(0.1);
opacity: 1;
}
30% {
-webkit-transform: scale(0.5);
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: scale(1.5);
}
}
@-moz-keyframes pulse {
0% {
-webkit-transform: scale(0);
opacity: 0;
}
8% {
-webkit-transform: scale(0);
opacity: 0;
}
15% {
-webkit-transform: scale(0.1);
opacity: 1;
}
30% {
-webkit-transform: scale(0.5);
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: scale(1.5);
}
}
@keyframes rotating {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes move {
0% {
left: 0;
opacity: 0;
}
35% {
left: 41%;
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
opacity: 1;
}
65% {
left: 59%;
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
opacity: 1;
}
100% {
left: 100%;
-moz-transform: rotate(-180deg);
-webkit-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
transform: rotate(-180deg);
opacity: 0;
}
}
@-moz-keyframes move {
0% {
left: 0;
opacity: 0;
}
35% {
left: 41%;
-moz-transform: rotate(0deg);
transform: rotate(0deg);
opacity: 1;
}
65% {
left: 59%;
-moz-transform: rotate(0deg);
transform: rotate(0deg);
opacity: 1;
}
100% {
left: 100%;
-moz-transform: rotate(-180deg);
transform: rotate(-180deg);
opacity: 0;
}
}
@-webkit-keyframes move {
0% {
left: 0;
opacity: 0;
}
35% {
left: 41%;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
opacity: 1;
}
65% {
left: 59%;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
opacity: 1;
}
100% {
left: 100%;
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
opacity: 0;
}
}
@-o-keyframes move {
0% {
left: 0;
opacity: 0;
}
35% {
left: 41%;
-o-transform: rotate(0deg);
transform: rotate(0deg);
opacity: 1;
}
65% {
left: 59%;
-o-transform: rotate(0deg);
transform: rotate(0deg);
opacity: 1;
}
100% {
left: 100%;
-o-transform: rotate(-180deg);
transform: rotate(-180deg);
opacity: 0;
}
}
@-webkit-keyframes effect {
0% {
clip: rect(55px, 9999px, 156px, 0);
}
5% {
clip: rect(47px, 9999px, 130px, 0);
}
10% {
clip: rect(33px, 9999px, 136px, 0);
}
15% {
clip: rect(35px, 9999px, 39px, 0);
}
20% {
clip: rect(63%, 9999px, 159px, 0);
}
25% {
clip: rect(96px, 9999px, 198px, 0);
}
30% {
clip: rect(48px, 9999px, 177px, 0);
}
35% {
clip: rect(50px, 9999px, 134px, 0);
}
40% {
clip: rect(60px, 9999px, 172px, 0);
}
45% {
clip: rect(10px, 9999px, 181px, 0);
}
50% {
clip: rect(2px, 9999px, 160px, 0);
}
55% {
clip: rect(23px, 9999px, 289px, 0);
}
60% {
clip: rect(76px, 9999px, 230px, 0);
}
65% {
clip: rect(62px, 9999px, 273px, 0);
}
70% {
clip: rect(60px, 9999px, 273px, 0);
}
75% {
clip: rect(60px, 9999px, 287px, 0);
}
80% {
clip: rect(2px, 9999px, 214px, 0);
}
85% {
clip: rect(28px, 9999px, 287px, 0);
}
90% {
clip: rect(73px, 9999px, 250px, 0);
}
95% {
clip: rect(79px, 9999px, 170px, 0);
}
100% {
clip: rect(17px, 9999px, 179px, 0);
}
}
/*----------------------------------------------------------------------------------
2.1. Top panel
-----------------------------------------------------------------------------------*/
.top_panel {
position: absolute;
top: 0;
z-index: 1;
top: 6vh;
}
.top_panel .logo {
width: 150px;
height: 48px;
background: url(../img/logo.svg) center center no-repeat;
background-size: contain;
margin-left: 10vw;
font-weight: 500;
display: block;
float: left;
}
/*----------------------------------------------------------------------------------
2.2. Slider
-----------------------------------------------------------------------------------*/
.main_slider {
height: 100vh;
overflow: hidden;
position: relative;
}
.main_slider .arrow {
width: 48px;
height: 48px;
border-radius: 50%;
border: 2px solid rgba(255, 255, 255, 0.29);
background: none;
position: absolute;
z-index: 1;
transition: all .2s linear;
}
.main_slider .arrow:hover {
cursor: pointer;
}
.main_slider .arrow.next {
bottom: 7vh;
right: 5vh;
}
.main_slider .arrow.next:before {
width: 40px;
height: 8px;
background: url(../img/arrow-2.svg) left center no-repeat;
background-size: cover;
transform: rotate(180deg);
content: '';
position: absolute;
top: 50%;
right: 20px;
margin-top: -4px;
transition: all .2s linear;
}
.main_slider .arrow.next:after {
height: 100vh;
width: 9vw;
position: absolute;
right: -5vh;
bottom: -7vh;
content: '';
}
.main_slider .arrow.next:hover {
border-color: #fff;
transition: all .2s linear;
}
.main_slider .arrow.next:hover:before {
width: 21px;
right: 12px;
transition: all .2s linear;
}
.main_slider .arrow.prev {
bottom: 7vh;
left: 5vh;
}
.main_slider .arrow.prev:before {
width: 40px;
height: 8px;
background: url(../img/arrow-2.svg) left center no-repeat;
background-size: cover;
content: '';
position: absolute;
top: 50%;
left: 20px;
margin-top: -4px;
transition: all .2s linear;
}
.main_slider .arrow.prev:hover {
border-color: #fff;
transition: all .2s linear;
}
.main_slider .arrow.prev:hover:before {
width: 21px;
left: 12px;
transition: all .2s linear;
}
.main_slider .slider_wrap {
width: 91vw;
}
.main_slider .slider_wrap .slick-list,
.main_slider .slider_wrap .slick-track {
transform: translateZ(0);
-webkit-transform: translateZ(0);
}
.main_slider .slider_wrap .slick-track {
will-change: transform;
}
.main_slider .slider_wrap .slick-list {
overflow: visible;
}
.main_slider .slider_wrap .slide {
height: 100vh;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.main_slider .slider_wrap .slide.video-slide {
position: relative;
}
.main_slider .slider_wrap .slide.video-slide .blur .blur_div {
display: none;
}
.main_slider .slider_wrap .slide.video-slide .video {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.main_slider .slider_wrap .slide.video-slide .video video {
object-fit: cover;
width: 100%;
height: 100%;
}
.main_slider .slider_wrap .slide .blur {
height: 74vh;
width: 74vh;
overflow: hidden;
position: relative;
}
.main_slider .slider_wrap .slide .blur .bg_color {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
content: '';
opacity: .3;
filter: contrast(100%);
-webkit-filter: contrast(100%);
-moz-filter: contrast(100%);
}
.main_slider .slider_wrap .slide .blur .blur_div {
filter: blur(15px);
-webkit-filter: blur(15px);
-moz-filter: blur(15px);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: absolute;
top: 0;
left: 0;
width: 90vw;
height: 100vh;
}
.main_slider .slider_wrap .slide .content {
position: relative;
z-index: 1;
padding-left: 10vw;
top: 0;
padding-top: 100px;
height: 100%;
}
.main_slider .slider_wrap .slide .content .content_wrap {
display: flex;
flex-direction: column;
justify-content: center;
height: 100%;
position: relative;
}
.main_slider .slider_wrap .slide .content .content_wrap:hover .link > span span.link-text {
opacity: 1;
margin-left: 0;
transition: all 0.4s ease-out;
}
.main_slider .slider_wrap .slide .link {
font-size: 22px;
font-weight: 500;
color: #fff;
position: absolute;
z-index: 1;
bottom: 10vh;
}
.main_slider .slider_wrap .slide .link > span {
padding-left: 140px;
position: relative;
}
.main_slider .slider_wrap .slide .link > span span.link-text {
opacity: 0;
margin-left: 8px;
transition: all 0.2s ease-out;
}
.main_slider .slider_wrap .slide .link > span:before {
width: 128px;
height: 8px;
background: url(../img/arrow.svg) center center no-repeat;
background-size: contain;
position: absolute;
left: 0;
top: 50%;
margin-top: -4px;
content: '';
}
.main_slider .slider_wrap .slide .slide_title {
font-size: 2.4vw;
font-weight: 700;
color: #fff;
margin-bottom: 2vh;
}
.main_slider .slider_wrap .slide .slide_subtitle {
font-size: 1.1vw;
color: rgba(255, 255, 255, 0.6);
}
.main_slider .socials {
width: 30px;
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 1;
left: 3vw;
}
.main_slider .socials a {
display: block;
width: 30px;
height: 30px;
clear: both;
position: relative;
margin: 28px 0;
}
.main_slider .socials a:before {
position: absolute;
top: 50%;
left: 50%;
content: '';
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
}
.main_slider .socials a.instagram:before {
background-image: url(../img/instagram.svg);
width: 24px;
height: 24px;
margin-top: -12px;
margin-left: -12px;
}
.main_slider .socials a.twitter:before {
background-image: url(../img/twitter.svg);
width: 28px;
height: 24px;
margin-top: -12px;
margin-left: -14px;
}
.main_slider .socials a.behance:before {
background-image: url(../img/behance-logo.svg);
width: 28px;
height: 18px;
margin-top: -9px;
margin-left: -14px;
}
/*----------------------------------------------------------------------------------
2.3. Services
-----------------------------------------------------------------------------------*/
.varieties {
padding: 150px 0;
}
.varieties .title {
font-size: 45px;
font-weight: 700;
color: #191919;
margin-bottom: 80px;
}
.varieties .col {
width: 30%;
margin-right: 5%;
display: block;
float: left;
}
.varieties .col:hover .link > span span.link-text {
opacity: 1;
margin-left: 0;
transition: all 0.4s ease-out;
}
.varieties .col:nth-child(3n) {
margin-right: 0;
}
.varieties .col ._title {
font-size: 28px;
font-weight: 700;
color: #191919;
margin-bottom: 32px;
}
.varieties .col ul li {
font-size: 17px;
color: rgba(25, 25, 25, 0.5);
line-height: 1.6;
margin-bottom: 8px;
}
.varieties .col .link {
position: relative;
color: #191919;
font-size: 17px;
font-weight: 500;
display: block;
float: left;
margin-top: 40px;
}
.varieties .col .link > span {
padding-left: 130px;
position: relative;
}
.varieties .col .link > span span.link-text {
opacity: 0;
margin-left: 8px;
transition: all 0.2s ease-out;
}
.varieties .col .link > span:before {
width: 116px;
height: 8px;
background: url(../img/arrow-black.svg) center center no-repeat;
background-size: contain;
content: '';
left: 0;
top: 50%;
margin-top: -4px;
position: absolute;
}
/*----------------------------------------------------------------------------------
2.4. Portfolio
-----------------------------------------------------------------------------------*/
.portfolio .item {
width: 33.3333333%;
display: block;
float: left;
}
.portfolio .item:hover .sq_parent .sq_wrap .sq_content .img {
transform: none;
transition: all 2.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.portfolio .item:hover .sq_parent .sq_wrap .sq_content .info {
margin-top: 0;
opacity: 1;
transition: all .2s linear;
}
.portfolio .item:hover .sq_parent .sq_wrap .sq_content:before {
opacity: .3;
transition: all .1s linear;
}
.portfolio .item .sq_parent {
width: 100%;
position: relative;
padding-bottom: 86%;
overflow: hidden;
}
.portfolio .item .sq_parent .sq_wrap {
position: absolute;
width: 100%;
height: 100%;
}
.portfolio .item .sq_parent .sq_wrap .sq_content {
float: left;
width: 100%;
height: 100%;
padding: 3vw;
position: relative;
}
.portfolio .item .sq_parent .sq_wrap .sq_content:before {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: #000000;
content: '';
z-index: 1;
opacity: 0;
transition: all .1s linear;
}
.portfolio .item .sq_parent .sq_wrap .sq_content .img {
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transform: scale(1.2);
transition: all .4s ease;
}
.portfolio .item .sq_parent .sq_wrap .sq_content .info {
position: relative;
z-index: 1;
margin-top: 40px;
opacity: 0;
transition: all .2s linear;
}
.portfolio .item .sq_parent .sq_wrap .sq_content .item-title {
font-size: 27px;
font-weight: 700;
font-style: normal;
color: #fff;
margin-bottom: 22px;
}
.portfolio .item .sq_parent .sq_wrap .sq_content .item-category {
font-size: 17px;
color: rgba(255, 255, 255, 0.65);
}
/*----------------------------------------------------------------------------------
2.5. Info block
-----------------------------------------------------------------------------------*/
.info-block {
padding: 150px 0;
color: #8C8C8C;
}
.info-block .wrap_float:hover .link > span span.link-text {
opacity: 1;
margin-left: 0;
transition: all 0.4s ease-out;
}
.info-block p {
font-size: 45px;
font-weight: 700;
}
.info-block b,
.info-block strong {
font-weight: 700;
color: #191919;
}
.info-block .link {
position: relative;
color: #191919;
font-size: 17px;
font-weight: 500;
display: block;
float: left;
margin-top: 60px;
}
.info-block .link:hover {
cursor: pointer;
}
.info-block .link:hover * {
cursor: pointer;
}
.info-block .link:hover > span span.link-text {
opacity: 1;
margin-left: 0;
transition: all 0.4s ease-out;
}
.info-block .link > span {
padding-left: 130px;
position: relative;
}
.info-block .link > span span.link-text {
opacity: 0;
margin-left: 8px;
transition: all 0.2s ease-out;
}
.info-block .link > span:before {
width: 116px;
height: 8px;
background: url(../img/arrow-black.svg) center center no-repeat;
background-size: contain;
content: '';
left: 0;
top: 50%;
margin-top: -4px;
position: absolute;
}
/*----------------------------------------------------------------------------------
2.6. Awards
-----------------------------------------------------------------------------------*/
.awards {
background: #F4F4F4;
padding: 150px 0;
}
.awards .wrap_float:hover .link > span span.link-text {
opacity: 1;
margin-left: 0;
transition: all 0.4s ease-out;
}
.awards .title {
font-size: 45px;
font-weight: 700;
color: #191919;
margin-bottom: 80px;
}
.awards .item {
width: 27%;
margin-right: 5%;
}
.awards .item:last-child {
margin-right: 0;
}
.awards .item .item-logo {
height: 38px;
margin-bottom: 26px;
}
.awards .item .item-logo img {
height: 100%;
}
.awards .item .num {
font-size: 60px;
color: #191919;
width: auto;
margin-right: 15px;
}
.awards .item .text {
min-height: 70px;
display: flex;
flex-direction: column;
justify-content: center;
font-size: 17px;
color: rgba(25, 25, 25, 0.5);
line-height: 1.7;
max-width: 225px;
}
.awards .item .item-info {
position: relative;
}
.awards .link {
position: relative;
color: #191919;
font-size: 17px;
font-weight: 500;
display: block;
float: left;
margin-top: 60px;
}
.awards .link > span {
padding-left: 130px;
position: relative;
}
.awards .link > span span.link-text {
opacity: 0;
margin-left: 8px;
transition: all 0.2s ease-out;
}
.awards .link > span:before {
width: 116px;
height: 8px;
background: url(../img/arrow-black.svg) center center no-repeat;
background-size: contain;
content: '';
left: 0;
top: 50%;
margin-top: -4px;
position: absolute;
}
.awards .best {
margin-top: 100px;
}
.awards .best-item {
position: relative;
padding-left: 100px;
border-bottom: 3px solid #E5E5E5;
height: 120px;
}
.awards .best-item:first-child {
border-top: 3px solid #E5E5E5;
}
.awards .best-item .icon {
width: 74px;
height: 74px;
border-radius: 50%;
position: absolute;
left: 0;
top: 21px;
}
.awards .best-item .icon.bronze {
background: #5d371c;
/* Old browsers */
background: -moz-linear-gradient(45deg, #5d371c 0%, #e59f6b 50%, #9c5a2e 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #5d371c 0%, #e59f6b 50%, #9c5a2e 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #5d371c 0%, #e59f6b 50%, #9c5a2e 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5d371c', endColorstr='#9c5a2e', GradientType=1);
/* IE6-9 fallback on horizontal gradient */
}
.awards .best-item .icon.gold {
background: #eab828;
/* Old browsers */
background: -moz-linear-gradient(45deg, #eab828 0%, #f8ef82 50%, #c77800 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #eab828 0%, #f8ef82 50%, #c77800 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #eab828 0%, #f8ef82 50%, #c77800 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eab828', endColorstr='#c77800', GradientType=1);
/* IE6-9 fallback on horizontal gradient */
}
.awards .best-item .icon.silver {
background: #8b8f98;
/* Old browsers */
background: -moz-linear-gradient(45deg, #8b8f98 0%, #f7f8fc 50%, #b1b5c0 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #8b8f98 0%, #f7f8fc 50%, #b1b5c0 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #8b8f98 0%, #f7f8fc 50%, #b1b5c0 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8b8f98', endColorstr='#b1b5c0', GradientType=1);
/* IE6-9 fallback on horizontal gradient */
}
.awards .best-item_left {
width: 50%;
display: flex;
flex-direction: column;
justify-content: center;
height: 114px;
}
.awards .best-item_left ._title {
font-size: 17px;
color: #191919;
margin: 4px 0;
}
.awards .best-item_left ._type {
font-size: 17px;
color: #868686;
margin: 4px 0;
}
.awards .best-item_right {
width: 50%;
display: flex;
flex-direction: column;
justify-content: center;
height: 114px;
}
.awards .best-item_right ._category {
color: #868686;
font-size: 17px;
text-align: right;
margin: 4px 0;
}
.awards .best-item_right ._title {
font-size: 17px;
color: #191919;
text-align: right;
margin: 4px 0;
}
/*----------------------------------------------------------------------------------
2.7. Contact form
-----------------------------------------------------------------------------------*/
.contacts-form {
padding: 150px 0;
}
.contacts-form .title {
font-size: 45px;
font-weight: 700;
color: #191919;
margin-bottom: 80px;
}
.contacts-form .form .input_wrap {
position: relative;
margin-bottom: 50px;
}
.contacts-form .form .input_wrap:last-child {
margin-bottom: 0;
}
.contacts-form .form .input_wrap:before {
height: 3px;
width: 0;
left: 50%;
right: 50%;
background: #191919;
content: '';
position: absolute;
bottom: 0;
transition: all .2s linear;
}
.contacts-form .form .input_wrap.focus:before {
left: 0;
right: 0;
width: auto;
transition: all .2s linear;
}
.contacts-form .form label {
padding: 0 20px;
display: block;
width: 100%;
line-height: 55px;
font-size: 17px;
transition: all .1s linear;
font-weight: 400;
color: #7C7C7C;
z-index: 1;
}
.contacts-form .form label:hover {
cursor: text;
}
.contacts-form .form label.active {
line-height: 16px;
font-size: 13px;
transition: all .1s linear;
top: -5px;
}
.contacts-form .form .input {
border: 0;
border-bottom: 3px solid #E5E5E5;
display: block;
width: 100%;
font-size: 17px;
font-weight: 400;
height: 55px;
padding: 0 20px;
}
.contacts-form .form .textarea {
border: 0;
border-bottom: 3px solid #E5E5E5;
display: block;
width: 100%;
font-size: 17px;
font-weight: 400;
height: 110px;
min-height: 110px;
padding: 20px;
resize: vertical;
max-height: 300px;
}
.contacts-form .form .textarea:focus {
outline: 0;
}
.contacts-form .form .textarea:hover {
cursor: text;
}
.contacts-form .form .submit {
width: 200px;
height: 54px;
background: #191919;
border-radius: 27px;
display: block;
text-transform: uppercase;
font-size: 15px;
font-weight: 500;
color: #fff;
margin-top: 40px;
}
/*----------------------------------------------------------------------------------
2.8. Footer
-----------------------------------------------------------------------------------*/
.footer {
background: #191919;
height: 647px;
position: fixed;
bottom: 0;
left: 0;
}
.footer_top {
padding: 150px 0;
}
.footer_top:hover .link > span span.link-text {
opacity: 1;
margin-left: 0;
transition: all 0.4s ease-out;
}
.footer_bottom {
padding-bottom: 120px;
}
.footer .title {
font-size: 45px;
font-weight: 700;
color: #fff;
margin-bottom: 50px;
}
.footer .link {
position: relative;
color: #fff;
font-size: 17px;
font-weight: 500;
display: block;
float: left;
margin-top: 30px;
}
.footer .link > span {
padding-left: 80px;
position: relative;
}
.footer .link > span span.link-text {
opacity: 0;
margin-left: 8px;
transition: all 0.2s ease-out;
}
.footer .link > span:before {
width: 60px;
height: 8px;
background: url(../img/footer-arrow.svg) center center no-repeat;
background-size: contain;
content: '';
left: 0;
top: 50%;
margin-top: -4px;
position: absolute;
}
.footer .left {
width: auto;
font-size: 18px;
color: #5A5A5A;
}
.footer .copyr {
width: auto;
margin-right: 80px;
}
.footer .contact {
width: auto;
float: right;
}
.footer .contact a {
font-size: 18px;
color: #fff;
text-decoration: none;
display: block;
float: left;
margin-right: 80px;
}
.footer .contact a:last-child {
margin-right: 0;
}
.footer .right {
color: #5A5A5A;
font-size: 18px;
width: auto;
float: right;
}
.footer .right a {
color: #fff;
}
/*----------------------------------------------------------------------------------
2.9. Menu
-----------------------------------------------------------------------------------*/
.menu {
position: fixed;
top: 0;
left: 0;
right: 0;
height: 100vh;
z-index: 6;
display: none;
}
.menu.opened {
display: block;
opacity: 0;
}
.menu .wrap {
height: 100%;
}
.menu .wrap .wrap_float {
height: 100%;
}
.menu .left {
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
width: 50%;
}
.menu .left .mob-socials {
text-align: center;
margin-top: 40px;
display: none;
}
.menu .left .mob-socials a {
display: inline-block;
float: none;
width: 30px;
height: 30px;
position: relative;
margin: 0 12px;
}
.menu .left .mob-socials a:before {
position: absolute;
top: 50%;
left: 50%;
content: '';
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
}
.menu .left .mob-socials a.instagram:before {
background-image: url(../img/instagram.svg);
width: 24px;
height: 24px;
margin-top: -12px;
margin-left: -12px;
}
.menu .left .mob-socials a.twitter:before {
background-image: url(../img/twitter.svg);
width: 28px;
height: 24px;
margin-top: -12px;
margin-left: -14px;
}
.menu .left .mob-socials a.behance:before {
background-image: url(../img/behance-logo.svg);
width: 28px;
height: 18px;
margin-top: -9px;
margin-left: -14px;
}
.menu .right {
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
width: 50%;
float: right;
}
.menu .right ul li {
margin: 5px 0;
}
.menu .right ul li a {
font-size: 45px;
font-weight: 700;
color: #fff;
}
.menu .right ul li a:hover {
color: #02FBE2;
}
.menu .right ul li.dropdown_li ul {
margin-top: 14px;
display: none;
}
.menu .right ul li.dropdown_li ul li {
max-width: 245px;
}
.menu .right ul li.dropdown_li ul li a {
font-size: 23px;
color: #fff;
font-weight: 400;
position: relative;
padding-left: 20px;
transition: all .2s linear;
}
.menu .right ul li.dropdown_li ul li a:hover {
color: #02FBE2;
transition: all .2s linear;
}
.menu .right ul li.dropdown_li ul li a:hover:before {
background: #02FBE2;
transition: all .2s linear;
}
.menu .right ul li.dropdown_li ul li a:before {
width: 9px;
height: 9px;
background: #fff;
border-radius: 50%;
position: absolute;
content: '';
left: 0;
top: 9px;
transition: all .2s linear;
}
.menu .title {
font-size: 45px;
font-weight: 700;
color: #fff;
margin-bottom: 15px;
}
.menu .tel,
.menu .email {
font-size: 18px;
color: #fff;
margin: 8px 0;
}
.menu .tel a,
.menu .email a {
display: block;
float: left;
clear: both;
}
.menu .link {
position: relative;
padding-left: 80px;
color: #fff;
font-size: 22px;
font-weight: 500;
display: block;
float: left;
margin-top: 80px;
transition: all .2s linear;
}
.menu .link:hover {
color: #02fbe2;
transition: all .2s linear;
}
.menu .link:hover:before {
opacity: 0;
transition: all .2s linear;
}
.menu .link:hover:after {
opacity: 1;
transition: all .2s linear;
}
.menu .link:before {
width: 60px;
height: 8px;
background: url(../img/footer-arrow.svg) center center no-repeat;
background-size: contain;
content: '';
left: 0;
top: 50%;
margin-top: -4px;
position: absolute;
transition: all .2s linear;
}
.menu .link:after {
width: 60px;
height: 8px;
background: url(../img/footer-arrow-hover.svg) center center no-repeat;
background-size: contain;
content: '';
left: 0;
top: 50%;
margin-top: -4px;
position: absolute;
opacity: 0;
transition: all .2s linear;
}
.menu .link:hover {
cursor: pointer;
}
/*----------------------------------------------------------------------------------
2.10. Modal form
-----------------------------------------------------------------------------------*/
.modal_form {
background: #3d0082;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 5;
display: none;
}
.modal_form .close {
width: 48px;
height: 48px;
border-radius: 50%;
background: #fff;
padding: 15px 14px;
float: right;
margin-right: 0;
z-index: 3;
position: absolute;
top: 6vh;
right: 5vh;
}
.modal_form .close.active .ham {
transform: rotate(45deg);
}
.modal_form .close.active .ham .top {
stroke-dasharray: 17 82;
stroke-dashoffset: -62px;
}
.modal_form .close.active .ham .middle {
stroke-dashoffset: 23px;
}
.modal_form .close.active .ham .bottom {
stroke-dashoffset: -83px;
}
.modal_form .close .line {
fill: none;
transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
stroke: #000;
stroke-width: 7.5;
stroke-linecap: round;
}
.modal_form .close:hover {
cursor: pointer;
}
.modal_form .close:hover * {
cursor: pointer;
}
.modal_form .close .ham {
width: 44px;
height: 44px;
top: 2px;
left: 2px;
position: absolute;
transition: all .2s linear;
}
.modal_form .close .ham .top {
stroke-dasharray: 40 82;
}
.modal_form .close .ham .middle {
stroke-dasharray: 40 111;
}
.modal_form .close .ham .bottom {
stroke-dasharray: 40 161;
}
.modal_form .wrap {
height: 100%;
}
.modal_form .wrap_float {
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}
.modal_form .title {
font-size: 45px;
font-weight: 700;
color: #fff;
margin-bottom: 12px;
}
.modal_form .form_wrap {
margin-top: 78px;
}
.modal_form .form .input_wrap {
position: relative;
margin-bottom: 50px;
}
.modal_form .form .input_wrap:before {
height: 3px;
width: 0;
left: 50%;
right: 50%;
background: #E5E5E5;
content: '';
position: absolute;
bottom: 0;
transition: all .2s linear;
}
.modal_form .form .input_wrap.focus:before {
left: 0;
right: 0;
transition: all .2s linear;
width: auto;
}
.modal_form .form label {
padding: 0 20px;
display: block;
width: 100%;
line-height: 55px;
font-size: 25px;
transition: all .1s linear;
font-weight: 400;
color: rgba(255, 255, 255, 0.58);
}
.modal_form .form label:hover {
cursor: text;
}
.modal_form .form label.active {
line-height: 16px;
font-size: 17px;
transition: all .1s linear;
top: -22px;
}
.modal_form .form .input {
border: 0;
border-bottom: 3px solid rgba(229, 229, 229, 0.34);
display: block;
width: 100%;
font-size: 25px;
height: 55px;
background: none;
padding: 0 20px;
font-weight: 500;
font-style: italic;
color: #fff;
}
.modal_form .form .textarea {
border: 0;
border-bottom: 3px solid rgba(229, 229, 229, 0.34);
display: block;
width: 100%;
font-size: 25px;
font-weight: 400;
height: 130px;
min-height: 130px;
padding: 20px;
resize: vertical;
max-height: 300px;
background: none;
font-weight: 500;
font-style: italic;
color: #fff;
}
.modal_form .form .textarea:focus {
outline: 0;
}
.modal_form .form .textarea:hover {
cursor: text;
}
.modal_form .submit {
width: 200px;
height: 54px;
background: #fff;
border-radius: 27px;
display: block;
text-transform: uppercase;
font-size: 15px;
font-weight: 500;
color: #3D0082;
margin-top: 40px;
}
.modal_form .submit span:not(.text) {
display: none;
}
.modal_form .success {
display: none;
}
.single-page .top_panel {
z-index: 3;
}
.single-page .top_panel .logo {
margin-left: 0;
}
/*----------------------------------------------------------------------------------
3.1. Page head
-----------------------------------------------------------------------------------*/
.page--head {
height: 800px;
overflow: hidden;
position: relative;
}
.page--head .blur-bg {
position: absolute;
top: -20px;
left: -20px;
width: auto;
bottom: -20px;
right: -20px;
content: '';
filter: blur(10px);
-webkit-filter: blur(10px);
-moz-filter: blur(10px);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.page--head .bg-color {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
content: '';
opacity: .5;
z-index: 1;
}
.page--head .wrap {
height: 100%;
}
.page--head .wrap_float {
max-width: 780px;
position: relative;
z-index: 2;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
padding-top: 165px;
}
.page--head .wrap_float:hover .link > span span.link-text {
opacity: 1;
margin-left: 0;
transition: all .2s linear;
}
.page--head .title {
font-size: 45px;
font-weight: 700;
color: #fff;
margin-bottom: 27px;
}
.page--head .subtitle {
font-size: 22px;
color: rgba(255, 255, 255, 0.6);
}
.page--head .link {
font-size: 22px;
font-weight: 500;
color: #fff;
position: relative;
z-index: 1;
margin-top: 70px;
}
.page--head .link > span {
padding-left: 140px;
position: relative;
}
.page--head .link > span span.link-text {
opacity: 0;
margin-left: 8px;
transition: all 0.2s ease-out;
}
.page--head .link > span:before {
width: 128px;
height: 8px;
background: url(../img/arrow.svg) center center no-repeat;
background-size: contain;
position: absolute;
left: 0;
top: 50%;
margin-top: -4px;
content: '';
}
/*----------------------------------------------------------------------------------
3.2. Tabs
-----------------------------------------------------------------------------------*/
.tabs-section {
padding: 150px 0;
}
.tabs-section .tabs {
display: flex;
flex-direction: row;
justify-content: space-between;
margin-bottom: 75px;
}
.tabs-section .tabs .tab {
width: auto;
display: block;
float: left;
}
.tabs-section .tabs .tab:hover {
cursor: pointer;
}
.tabs-section .tabs .tab:hover * {
cursor: pointer;
}
.tabs-section .tabs .tab:hover span {
border-color: #BABABA;
transition: all .2s linear;
}
.tabs-section .tabs .tab.active {
pointer-events: none;
}
.tabs-section .tabs .tab.active span {
color: #191919;
border-color: #191919;
}
.tabs-section .tabs .tab span {
color: #BABABA;
border-bottom: 2px solid rgba(186, 186, 186, 0);
transition: all .2s linear;
font-size: 22px;
font-weight: 700;
display: inline-block;
float: none;
padding-bottom: 4px;
}
.tabs-section .section_content .text {
color: #8C8C8C;
font-size: 45px;
font-weight: 700;
margin-bottom: 53px;
}
.tabs-section .section_content .text:last-child {
margin-bottom: 0;
}
.tabs-section .section_content .text b,
.tabs-section .section_content .text strong {
color: #191919;
}
.tabs-section .section_content .small-text {
font-size: 22px;
color: rgba(140, 140, 140, 0.9);
font-weight: 700;
max-width: 700px;
}
.tabs-section .section_content .small-text ul li {
margin-bottom: 8px;
}
.tabs-section .section_content .small-text ul li:last-child {
margin-bottom: 0;
}
.tabs-section .section_content .small-text * {
font-weight: 700;
}
/*----------------------------------------------------------------------------------
3.3. Full image section
-----------------------------------------------------------------------------------*/
.full-image-section {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.full-image-section img {
display: block;
float: left;
width: 100%;
}
/*----------------------------------------------------------------------------------
3.4. Col section
-----------------------------------------------------------------------------------*/
.col-section {
padding: 150px 0;
background: #fff;
}
.col-section .left {
width: 50%;
padding-right: 70px;
}
.col-section .left .title {
color: #8C8C8C;
font-size: 45px;
font-weight: 700;
}
.col-section .left b,
.col-section .left strong {
color: #191919;
}
.col-section .left .subtitle {
font-size: 22px;
color: #8C8C8C;
line-height: 1.5;
margin-top: 55px;
}
.col-section .right {
color: #8C8C8C;
font-size: 22px;
width: 50%;
line-height: 1.5;
}
/*----------------------------------------------------------------------------------
3.5. Description section
-----------------------------------------------------------------------------------*/
.description-section {
padding: 180px 0;
position: relative;
overflow: hidden;
height: 100vh;
min-height: 660px;
}
.description-section .wrap {
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}
.description-section .wrap_float {
position: relative;
z-index: 2;
}
.description-section .text {
font-size: 45px;
font-weight: 700;
color: #fff;
line-height: 1.2;
margin-bottom: 50px;
}
.description-section .text b,
.description-section .text strong {
color: #8C8C8C;
}
.description-section .small-text {
font-size: 22px;
color: #fff;
max-width: 700px;
line-height: 1.4;
}
.description-section .blur-bg {
position: absolute;
top: -80px;
left: -80px;
width: auto;
bottom: -80px;
right: -80px;
content: '';
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.description-section .bg-color {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
content: '';
opacity: .5;
z-index: 1;
}
/*----------------------------------------------------------------------------------
3.6. Image section
-----------------------------------------------------------------------------------*/
.image-section {
background: #F2F2F2;
padding: 150px 0;
}
.image-section img {
width: 100%;
float: left;
display: block;
}
/*----------------------------------------------------------------------------------
3.7. Statistics section
-----------------------------------------------------------------------------------*/
.statistics-section {
background: #F2F2F2;
padding: 150px 0;
}
.statistics-section.is-scrolled .top .right .params .param .line .progress {
width: 0 !important;
}
.statistics-section .top .left {
width: 50%;
padding-right: 50px;
}
.statistics-section .top .left .title {
font-size: 45px;
font-weight: 700;
color: #8C8C8C;
margin-bottom: 45px;
}
.statistics-section .top .left .title b,
.statistics-section .top .left .title strong {
color: #191919;
}
.statistics-section .top .left .subtitle {
font-size: 22px;
color: #8C8C8C;
line-height: 1.5;
}
.statistics-section .top .right {
width: 50%;
}
.statistics-section .top .right .params .param {
margin-bottom: 34px;
}
.statistics-section .top .right .params .param .line {
background: rgba(198, 198, 198, 0.34);
height: 16px;
border-radius: 8px;
position: relative;
margin-bottom: 10px;
}
.statistics-section .top .right .params .param .line .progress {
height: 16px;
border-radius: 8px;
background: #3d0082;
/* Old browsers */
background: -moz-linear-gradient(left, #3d0082 0%, #07f6e2 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(left, #3d0082 0%, #07f6e2 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #3d0082 0%, #07f6e2 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d0082', endColorstr='#07f6e2', GradientType=1);
/* IE6-9 */
position: absolute;
top: 0;
left: 0;
transition: all 1.4s ease-out;
}
.statistics-section .top .right .params .param .param-info {
position: relative;
padding-right: 70px;
}
.statistics-section .top .right .params .param .param-info ._title {
font-size: 17px;
color: #191919;
}
.statistics-section .top .right .params .param .param-info ._percent {
font-size: 17px;
color: #8C8C8C;
position: absolute;
top: 0;
right: 0;
width: 60px;
text-align: right;
}
.statistics-section .bottom {
margin-top: 70px;
}
.statistics-section .bottom .col {
width: 30%;
margin-right: 5%;
display: block;
float: left;
}
.statistics-section .bottom .col .col-title {
font-size: 28px;
color: #191919;
font-weight: 700;
margin-bottom: 30px;
}
.statistics-section .bottom .col:hover .link > span span.link-text {
opacity: 1;
margin-left: 0;
transition: all 0.4s ease-out;
}
.statistics-section .bottom .col:last-child {
margin-right: 0;
}
.statistics-section .bottom .col ._title {
font-size: 28px;
font-weight: 700;
color: #191919;
margin-bottom: 32px;
}
.statistics-section .bottom .col ul li {
font-size: 17px;
color: rgba(25, 25, 25, 0.5);
line-height: 1.6;
margin-bottom: 8px;
}
.statistics-section .bottom .col .link {
position: relative;
color: #191919;
font-size: 17px;
font-weight: 500;
display: block;
float: left;
margin-top: 40px;
}
.statistics-section .bottom .col .link > span {
padding-left: 130px;
position: relative;
}
.statistics-section .bottom .col .link > span span.link-text {
opacity: 0;
margin-left: 8px;
transition: all 0.2s ease-out;
}
.statistics-section .bottom .col .link > span:before {
width: 116px;
height: 8px;
background: url(../img/arrow-black.svg) center center no-repeat;
background-size: contain;
content: '';
left: 0;
top: 50%;
margin-top: -4px;
position: absolute;
}
/*----------------------------------------------------------------------------------
3.8. Video section
-----------------------------------------------------------------------------------*/
.video-section {
max-height: 96vh;
overflow: hidden;
position: relative;
}
.video-section .video_wrap {
height: 100%;
position: relative;
}
.video-section .play-btn {
width: 82px;
height: 82px;
border-radius: 50%;
background: url(../img/play-button.svg) center center no-repeat;
background-size: contain;
position: absolute;
top: 50%;
left: 50%;
margin-top: -41px;
margin-left: -41px;
z-index: 2;
transition: all .2s linear;
}
.video-section .play-btn:hover {
cursor: pointer;
transform: scale(0.9);
transition: all .2s linear;
}
.video-section .video {
position: relative;
padding-bottom: 56.25%;
height: 0;
background: #000;
}
.video-section .video video {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.video-section .video video:focus {
outline: 0;
}
/*----------------------------------------------------------------------------------
3.9. Youtube video section
-----------------------------------------------------------------------------------*/
.youtube-video-section .video {
padding-bottom: 56.25%;
height: 0;
position: relative;
background: #000;
}
.youtube-video-section .video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
/*----------------------------------------------------------------------------------
3.10. Scroll effect styles
-----------------------------------------------------------------------------------*/
.scroll-effect {
position: relative;
}
.scroll-effect .first-level {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
height: auto;
}
.scroll-effect .second-level {
opacity: 0;
transition: all .1s linear;
}
/*----------------------------------------------------------------------------------
4.1. Modified styles
-----------------------------------------------------------------------------------*/
.showcase .top_panel .logo {
background-image: url(../img/logo-black.svg);
}
.showcase .page--head .title {
font-size: 45px;
color: #191919;
}
.showcase .tabs-section {
padding-top: 0;
padding-bottom: 86px;
}
.showcase .tabs-section .tabs {
margin-bottom: 0;
}
.showcase .tabs-section .mobile-select {
position: relative;
width: auto;
display: none;
}
.showcase .tabs-section .mobile-select .value {
position: relative;
padding-left: 40px;
line-height: 30px;
width: auto;
}
.showcase .tabs-section .mobile-select .value:before {
width: 30px;
height: 30px;
background: url(../img/select-arrow.svg) center center no-repeat;
background-size: contain;
content: '';
position: absolute;
left: 0;
top: 0;
}
.showcase .tabs-section .mobile-select .value span {
font-size: 22px;
font-weight: 600;
color: #191919;
border-bottom: 2px solid #191919;
display: inline-block;
float: none;
}
.showcase .tabs-section .mobile-select select {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
opacity: 0;
}
.showcase .portfolio .portfolio-block {
display: none;
}
.showcase .link {
position: relative;
color: #191919;
font-size: 17px;
font-weight: 500;
display: block;
float: left;
margin-top: 80px;
}
.showcase .link > span {
padding-left: 130px;
position: relative;
}
.showcase .link > span span.link-text {
opacity: 0;
margin-left: 8px;
transition: all 0.2s ease-out;
}
.showcase .link > span:before {
width: 116px;
height: 8px;
background: url(../img/arrow-black.svg) center center no-repeat;
background-size: contain;
content: '';
left: 0;
top: 50%;
margin-top: -4px;
position: absolute;
}
.showcase .statistics-section {
padding: 150px 0;
}
/*----------------------------------------------------------------------------------
4.2. Team section
-----------------------------------------------------------------------------------*/
.team {
padding: 150px 0 100px;
}
.team .item {
width: 50%;
margin-bottom: 50px;
}
.team .item:hover .socials-user:before {
opacity: .44;
transition: all .2s linear;
}
.team .item:hover .socials-user a {
transform: none;
transition: all .4s ease;
}
.team .item .socials-user {
position: absolute;
width: 100%;
height: 100%;
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
}
.team .item .socials-user a {
width: 30px;
height: 30px;
display: inline-block;
float: none;
position: relative;
margin: 0 14px;
transform: translateY(500px);
transition: all .4s ease;
}
.team .item .socials-user a:before {
position: absolute;
top: 50%;
left: 50%;
content: '';
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
}
.team .item .socials-user a.instagram:before {
width: 24px;
height: 24px;
background-image: url(../img/instagram.svg);
margin-top: -12px;
margin-left: -12px;
}
.team .item .socials-user a.twitter:before {
width: 24px;
height: 20px;
background-image: url(../img/twitter.svg);
margin-top: -10px;
margin-left: -12px;
}
.team .item .socials-user a.behance:before {
width: 28px;
height: 18px;
background-image: url(../img/behance-logo.svg);
margin-top: -9px;
margin-left: -14px;
}
.team .item .socials-user:before {
position: absolute;
background: #000;
top: 0;
left: 0;
content: '';
width: 100%;
height: 100%;
transition: all .2s linear;
opacity: 0;
}
.team .item_img {
margin-bottom: 30px;
position: relative;
overflow: hidden;
}
.team .item_img .sq_parent {
width: 100%;
position: relative;
padding-bottom: 86%;
overflow: hidden;
}
.team .item_img .sq_parent .sq_wrap {
position: absolute;
width: 100%;
height: 100%;
}
.team .item_img .sq_parent .sq_wrap .sq_content {
float: left;
width: 100%;
height: 100%;
}
.team .item_img .sq_parent .sq_wrap .sq_content img {
width: 100%;
height: 100%;
object-fit: cover;
}
.team .item_name {
font-size: 28px;
color: #191919;
font-weight: 600;
margin-bottom: 15px;
}
.team .item_position {
font-size: 17px;
color: #8C8C8C;
}
.team .title {
font-size: 45px;
color: #191919;
font-weight: 600;
margin-bottom: 27px;
}
.team .subtitle {
font-size: 22px;
color: #8C8C8C;
max-width: 530px;
line-height: 1.5;
margin-bottom: 60px;
}
/*----------------------------------------------------------------------------------
4.3. Subscribe section
-----------------------------------------------------------------------------------*/
.subscribe {
background: #191919;
padding: 150px 0;
}
.subscribe .wrap_float {
max-width: 730px;
}
.subscribe .title {
font-size: 45px;
color: #fff;
font-weight: 600;
max-width: 350px;
margin-bottom: 80px;
}
.subscribe .input_wrap {
position: relative;
margin-bottom: 85px;
}
.subscribe .input_wrap:before {
height: 3px;
width: 0;
left: 50%;
right: 50%;
background: #fff;
content: '';
position: absolute;
bottom: 0;
transition: all .2s linear;
}
.subscribe .input_wrap.focus:before {
left: 0;
right: 0;
width: auto;
transition: all .2s linear;
}
.subscribe .input {
border: 0;
background: none;
display: block;
width: 100%;
border-bottom: 3px solid #525252;
font-size: 17px;
padding: 0 20px;
height: 50px;
color: #fff;
font-weight: 500;
}
.subscribe .btn {
background: #fff;
width: 194px;
height: 54px;
}
.subscribe .btn.onclic {
background: none !important;
}
.subscribe .btn span:not(.text) {
background: #eee;
}
.subscribe .btn .text {
color: #191919;
font-size: 15px;
font-weight: 500;
}
/*----------------------------------------------------------------------------------
4.4. Services page
-----------------------------------------------------------------------------------*/
.services-page .varieties {
background: #F4F4F4;
}
.services-page .varieties .col {
margin-top: 150px;
}
.services-page .varieties .col:nth-child(1),
.services-page .varieties .col:nth-child(2),
.services-page .varieties .col:nth-child(3) {
margin-top: 0;
}
.services-page .contacts-form,
.about-page .contacts-form {
background: #F4F4F4;
}
.services-page .contacts-form .form .input,
.about-page .contacts-form .form .input,
.services-page .contacts-form .form .textarea,
.about-page .contacts-form .form .textarea {
background: none;
}
.services-page .contacts-form .onclic,
.about-page .contacts-form .onclic {
background: #F4F4F4 !important;
}
/*----------------------------------------------------------------------------------
4.5. FAQ
-----------------------------------------------------------------------------------*/
.faq {
padding: 150px 0;
}
.faq .text {
font-size: 45px;
font-weight: 600;
color: #8C8C8C;
line-height: 1.2;
margin-bottom: 80px;
}
.faq .text b,
.faq .text strong {
color: #191919;
}
.faq_item {
margin-bottom: 25px;
}
.faq_item.active .faq_item_question {
background: rgba(229, 229, 229, 0.3);
transition: all .2s linear;
}
.faq_item.active .faq_item_question:before {
transform: rotate(180deg);
transition: all .2s linear;
}
.faq_item_question {
height: 86px;
background: #E5E5E5;
font-size: 17px;
color: #191919;
padding: 0 50px;
padding-right: 100px;
position: relative;
transition: all .2s linear;
}
.faq_item_question:hover {
cursor: pointer;
}
.faq_item_question:before {
width: 30px;
height: 30px;
background: url(../img/faq-arrow.svg) center center no-repeat;
background-size: contain;
position: absolute;
content: '';
top: 50%;
margin-top: -15px;
right: 50px;
transition: all .2s linear;
}
.faq_item_question span {
height: inherit;
display: table-cell;
vertical-align: middle;
float: none;
}
.faq_item_answer {
font-size: 17px;
color: #8C8C8C;
line-height: 1.8;
padding: 40px 50px 60px;
display: none;
}
/*----------------------------------------------------------------------------------
5.1. Blog archive
-----------------------------------------------------------------------------------*/
.blog-list {
padding-bottom: 150px;
}
.blog-list .portfolio-block {
display: block;
}
.blog-list .blog-item {
height: 552px;
position: relative;
padding: 30px 0;
margin-bottom: 53px;
display: block;
float: left;
width: 100%;
}
.blog-list .blog-item:last-child {
margin-bottom: 0;
}
.blog-list .blog-item:hover .content ._title {
color: #A200FF;
transition: all .4s ease;
}
.blog-list .blog-item:hover .img .sq_parent {
transform: scale(1.1);
transition: all .4s ease;
}
.blog-list .blog-item:not(.next-post):first-child:before {
background: #000;
opacity: .21;
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
content: '';
z-index: 1;
}
.blog-list .blog-item:not(.next-post):first-child .sq_parent {
padding-bottom: 43%;
}
.blog-list .blog-item:not(.next-post):first-child .img {
left: 0;
right: 0;
top: 0;
bottom: 0;
width: 100%;
}
.blog-list .blog-item:not(.next-post):first-child .content {
width: 100%;
background: none;
max-width: 970px;
padding: 30px 100px;
justify-content: flex-end;
z-index: 2;
}
.blog-list .blog-item:not(.next-post):first-child .content ._title {
color: #fff;
font-size: 45px;
}
.blog-list .blog-item:not(.next-post):first-child .content .author {
margin-bottom: 0;
}
.blog-list .blog-item:not(.next-post):first-child .content .author .name {
color: #fff;
}
.blog-list .blog-item:not(.next-post):first-child .content .text {
display: none;
}
.blog-list .blog-item:not(.next-post):nth-child(odd) .img {
left: auto;
right: 0;
}
.blog-list .blog-item:not(.next-post):nth-child(odd) .content {
float: left;
}
.blog-list .blog-item .img {
overflow: hidden;
width: 49%;
position: absolute;
left: 0;
top: 0;
bottom: 0;
}
.blog-list .blog-item .img .sq_parent {
width: 100%;
position: relative;
padding-bottom: 87%;
overflow: hidden;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
transition: all .4s ease;
}
.blog-list .blog-item .img .sq_parent .sq_wrap {
position: absolute;
width: 100%;
height: 100%;
}
.blog-list .blog-item .img .sq_parent .sq_wrap .sq_content {
float: left;
width: 100%;
height: 100%;
}
.blog-list .blog-item .content {
height: 100%;
position: relative;
background: #fff;
width: 57%;
float: right;
padding: 20px 50px;
display: flex;
flex-direction: column;
justify-content: center;
}
.blog-list .blog-item .content .tags {
margin-bottom: 20px;
}
.blog-list .blog-item .content .tags .tag {
background: #191919;
height: 34px;
width: auto;
padding: 0 13px;
line-height: 34px;
font-size: 17px;
color: #fff;
margin-right: 10px;
}
.blog-list .blog-item .content .tags .tag:last-child {
margin-right: 0;
}
.blog-list .blog-item .content ._title {
font-size: 28px;
color: #191919;
font-weight: 600;
margin-bottom: 30px;
transition: all .4s ease;
}
.blog-list .blog-item .content .author {
position: relative;
padding-left: 80px;
margin-bottom: 22px;
}
.blog-list .blog-item .content .author .userpic {
width: 62px;
height: 62px;
border-radius: 50%;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
overflow: hidden;
position: absolute;
left: 0;
top: 0;
}
.blog-list .blog-item .content .author .name {
font-size: 17px;
color: #191919;
display: flex;
flex-direction: column;
justify-content: center;
height: 62px;
}
.blog-list .blog-item .content .text {
font-size: 17px;
color: #8C8C8C;
line-height: 1.8;
}
.blog-list .wrap_float {
position: relative;
}
.blog-list.blog-list--sidebar .no-result {
background: #F4F4F4;
font-size: 22px;
font-weight: 700;
color: #191919;
padding: 40px 44px;
margin-bottom: 40px;
}
.blog-list.blog-list--sidebar .blog-list--sidebar_left {
max-width: 848px;
}
.blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item:not(.next-post):first-child .content ._title {
font-size: 28px;
}
.blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item {
height: 450px;
}
.blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item:not(.next-post):first-child .sq_parent {
padding-bottom: 54%;
}
.blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item:not(.next-post):first-child .content {
padding: 10px 50px;
}
.blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item .content {
width: 71%;
}
.blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item .img .sq_parent {
padding-bottom: 108%;
}
.blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item .content ._title {
margin-bottom: 18px;
}
.blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item .content .author .userpic {
width: 52px;
height: 52px;
}
.blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item .content .author .name {
height: 50px;
line-height: 50px;
font-size: 14px;
}
.blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item .content .author {
margin-bottom: 18px;
}
.blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item .content .text {
font-size: 15px;
}
.blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item .content .tags {
margin-bottom: 12px;
}
.blog-list.blog-list--sidebar .blog-list--sidebar_right {
max-width: 396px;
float: right;
border-top: 3px solid #E5E5E5;
padding-top: 35px;
}
.blog__tabs-section .wrap_float {
position: relative;
padding-right: 100px;
}
/*----------------------------------------------------------------------------------
5.2. Blog page
-----------------------------------------------------------------------------------*/
.blog-single.blog-single--right-sidebar .single-content {
padding-bottom: 0;
}
.blog-single .single-head {
padding-top: 250px;
margin-bottom: 25px;
}
.blog-single .single-head .tags {
margin-bottom: 23px;
}
.blog-single .single-head .tags .tag {
background: #191919;
height: 34px;
width: auto;
padding: 0 13px;
line-height: 34px;
font-size: 17px;
color: #fff;
margin-right: 10px;
}
.blog-single .single-head .tags .tag:last-child {
margin-right: 0;
}
.blog-single .single-head .title_wrap {
position: relative;
}
.blog-single .single-head .title {
color: #191919;
font-size: 45px;
font-weight: 600;
max-width: 800px;
}
.blog-single .single-head .author {
position: absolute;
padding-left: 80px;
margin-bottom: 22px;
bottom: 0;
right: 0;
width: auto;
margin-bottom: 0;
}
.blog-single .single-head .author .userpic {
width: 62px;
height: 62px;
border-radius: 50%;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
overflow: hidden;
position: absolute;
left: 0;
top: 0;
}
.blog-single .single-head .author .userpic img {
width: 100%;
height: 100%;
object-fit: cover;
}
.blog-single .single-head .author .name {
font-size: 17px;
color: #191919;
display: flex;
flex-direction: column;
justify-content: center;
height: 62px;
}
.blog-single .single-content {
padding-bottom: 130px;
}
.blog-single .foot-block {
padding: 130px 0 150px;
background: #F4F4F4;
}
.blog-single .next-post-wrap {
padding: 150px 0;
}
.blog-single .next-post-wrap .blog-item:hover .link > span span.link-text {
opacity: 1;
margin-left: 0;
transition: all 0.2s ease-out;
}
.blog-single .next-post-wrap .link {
position: relative;
color: #191919;
font-size: 22px;
font-weight: 500;
display: block;
float: left;
margin-top: 0;
margin-bottom: 40px;
}
.blog-single .next-post-wrap .link > span {
padding-left: 130px;
position: relative;
}
.blog-single .next-post-wrap .link > span span.link-text {
opacity: 0;
margin-left: 8px;
transition: all 0.2s ease-out;
}
.blog-single .next-post-wrap .link > span:before {
width: 116px;
height: 8px;
background: url(../img/arrow-black.svg) center center no-repeat;
background-size: contain;
content: '';
left: 0;
top: 50%;
margin-top: -4px;
position: absolute;
}
.blog-single .img-block {
margin: 15px 0;
}
.blog-single .img-block img {
max-width: 100%;
display: block;
float: left;
}
.blog-single .caption {
font-size: 17px;
color: #8C8C8C;
font-weight: 500;
font-style: italic;
margin-top: 13px;
display: inline-block;
}
.blog-single .text {
color: #8C8C8C;
font-size: 33px;
font-weight: 600;
line-height: 1.3;
}
.blog-single .text b,
.blog-single .text strong {
color: #191919;
}
.blog-single p {
font-size: 17px;
color: #8C8C8C;
line-height: 1.7;
margin: 20px 0;
}
.blog-single .video-block {
margin: 15px 0;
}
.blog-single .video-block .video {
padding-bottom: 56.25%;
height: 0;
position: relative;
background: #000;
}
.blog-single .video-block .video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.blog-single .two-columns .col {
width: 47%;
}
.blog-single .two-columns .col:last-child {
float: right;
}
.blog-single .fixed-bg {
position: relative;
background-position: center center;
background-attachment: fixed;
background-size: cover;
background-repeat: no-repeat;
min-height: 760px;
padding: 80px 0;
display: flex;
align-items: center;
}
.blog-single .fixed-bg .wrap_float {
position: relative;
z-index: 1;
}
.blog-single .fixed-bg:before {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
content: '';
background: #000;
opacity: .5;
}
.blog-single .fixed-bg .title {
font-size: 33px;
color: #fff;
font-weight: 600;
line-height: 1.4;
margin-bottom: 34px;
}
.blog-single .fixed-bg .text {
font-size: 22px;
color: #fff;
max-width: 720px;
font-weight: 400;
line-height: 1.5;
}
.blog-single .share {
margin: 40px 0 0;
}
.blog-single .share .p {
line-height: 50px;
width: auto;
font-size: 22px;
color: #191919;
font-weight: 500;
margin: 0;
}
.blog-single .share .links {
width: auto;
margin-left: 22px;
}
.blog-single .share .links .link {
width: 50px;
height: 50px;
position: relative;
border-radius: 50%;
margin-right: 15px;
margin-top: 0;
}
.blog-single .share .links .link:before {
position: absolute;
top: 50%;
left: 50%;
content: '';
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
}
.blog-single .share .links .link.facebook {
background: #33589E;
}
.blog-single .share .links .link.facebook:before {
background-image: url(../img/facebook-logo.svg);
width: 16px;
height: 28px;
margin-top: -14px;
margin-left: -8px;
}
.blog-single .share .links .link.pinterest {
background: #C8232C;
}
.blog-single .share .links .link.pinterest:before {
background-image: url(../img/pinterest.svg);
width: 22px;
height: 28px;
margin-top: -14px;
margin-left: -11px;
}
.blog-single .share .links .link.twitter {
background: #4BA0EB;
}
.blog-single .share .links .link.twitter:before {
background-image: url(../img/twitter-logo-silhouette.svg);
width: 28px;
height: 24px;
margin-top: -12px;
margin-left: -14px;
}
.blog-single .share .links .link.linked {
background: #007AB9;
}
.blog-single .share .links .link.linked:before {
background-image: url(../img/linked-in.svg);
width: 24px;
height: 22px;
margin-top: -11px;
margin-left: -12px;
}
.blog-single .share .links .link.email {
background: #F7F7F7;
}
.blog-single .share .links .link.email:before {
background-image: url(../img/email.svg);
width: 26px;
height: 18px;
margin-top: -9px;
margin-left: -13px;
}
.blog-single .comments_section {
padding-bottom: 150px;
}
.blog-single .comments_section .title {
font-size: 33px;
font-weight: 700;
color: #191919;
margin-bottom: 36px;
}
.blog-single .comments_section .title span {
color: #BABABA;
}
.blog-single .comments_section .comment_item {
margin-bottom: 40px;
}
.blog-single .comments_section .comment_item:last-child {
margin-bottom: 0;
}
.blog-single .comments_section .comment_item:nth-child(even) {
width: 90%;
float: right;
}
.blog-single .comments_section .comment_item:nth-child(even) .comment-text {
background: #F4F4F4;
color: #8C8C8C;
}
.blog-single .comments_section .comment_item .comment-text {
background: #AB4EE0;
font-size: 17px;
color: #fff;
padding: 35px;
line-height: 1.6;
margin-bottom: 20px;
}
.blog-single .comments_section .comment_item .author {
position: relative;
}
.blog-single .comments_section .comment_item .author .left {
width: 100%;
padding-left: 80px;
position: relative;
}
.blog-single .comments_section .comment_item .author .left .userpic {
width: 63px;
height: 63px;
border-radius: 50%;
position: absolute;
left: 0;
top: 0;
background: #000;
font-size: 25px;
font-weight: 700;
color: #fff;
text-align: center;
line-height: 63px;
overflow: hidden;
}
.blog-single .comments_section .comment_item .author .left .userpic img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.blog-single .comments_section .comment_item .author .left .name {
color: #9A9A9A;
font-weight: 700;
height: 63px;
display: flex;
align-items: center;
}
.blog-single .comments_section .comment_item .author .right {
position: absolute;
top: 0;
width: 100px;
right: 0;
line-height: 63px;
text-align: right;
}
.blog-single .comments_section .comment_item .author .right a {
color: #AB4EE0;
font-weight: 700;
}
.blog-single .contacts-form {
background: #F4F4F4;
}
.blog-single .contacts-form .form .input {
background: none;
}
.blog-single .contacts-form .form .textarea {
background: none;
}
.blog-single .contacts-form .text {
font-size: inherit;
color: #fff;
}
.blog-single .blog-single--sidebar_left {
max-width: 848px;
}
.blog-single .blog-single--sidebar_left .col {
width: 100%;
}
.blog-single .blog-single--sidebar_left .fixed-bg {
flex-direction: column;
min-height: 600px;
justify-content: center;
padding-left: 50px;
padding-right: 50px;
}
.blog-single .blog-single--sidebar_left .fixed-bg .title,
.blog-single .blog-single--sidebar_left .fixed-bg .text {
position: relative;
z-index: 1;
max-width: 100%;
}
.blog-single .blog-single--sidebar_left .foot-block {
background: none;
padding-top: 44px;
padding-bottom: 0;
}
.blog-single .blog-single--sidebar_left .blog-item .img .sq_parent {
padding-bottom: 133%;
}
.blog-single .blog-single--sidebar_left .comments_section {
padding-bottom: 20px;
}
.blog-single .blog-single--sidebar_left .wp_content {
position: relative;
z-index: 1;
}
.blog-single .blog-single--sidebar_right {
max-width: 396px;
float: right;
border-top: 3px solid #E5E5E5;
padding-top: 35px;
}
/*----------------------------------------------------------------------------------
5.3. Search block
-----------------------------------------------------------------------------------*/
.search_block {
width: 30px;
height: 30px;
position: absolute;
right: 0;
top: 0;
}
.search_block .search_block_open {
width: 30px;
height: 30px;
position: absolute;
}
.search_block .search_block_open:before {
width: 22px;
height: 22px;
background: url(../img/search.svg) center center no-repeat;
background-size: contain;
position: absolute;
content: '';
top: 50%;
left: 50%;
margin-top: -11px;
margin-left: -11px;
}
.search_block .search_block_open:hover {
cursor: pointer;
}
.search_block .search_block_field {
height: 32px;
width: 1300px;
position: absolute;
right: 0;
top: 0;
padding-left: 60px;
padding-right: 70px;
display: none;
background: #fff;
}
.search_block .search_block_field .close {
width: 30px;
height: 30px;
background: url(../img/search-close.svg) center center no-repeat;
background-size: 14px 14px;
position: absolute;
left: 0;
top: 0;
}
.search_block .search_block_field .close:hover {
cursor: pointer;
}
.search_block .search_block_field input {
font-size: 22px;
font-weight: 700;
width: 100%;
display: block;
height: 30px;
border: 0;
padding: 0;
}
.search_block .search_block_field input::-webkit-input-placeholder {
color: #BABABA;
}
.search_block .search_block_field input::-moz-placeholder {
color: #BABABA;
}
.search_block .search_block_field input:-moz-placeholder {
color: #BABABA;
}
.search_block .search_block_field input:-ms-input-placeholder {
color: #BABABA;
}
.search_block .search_block_field input:focus {
outline: 0;
}
.search_block .search_block_field .submit {
width: 30px;
height: 30px;
position: absolute;
right: 0;
top: 0;
background: none;
z-index: 2;
}
.search_block .search_block_field .submit:before {
width: 22px;
height: 22px;
background: url(../img/search.svg) center center no-repeat;
background-size: contain;
position: absolute;
content: '';
top: 50%;
left: 50%;
margin-top: -11px;
margin-left: -11px;
}
.search_block .search_block_field .submit:hover {
cursor: pointer;
}
/*----------------------------------------------------------------------------------
5.4. Sidebar
-----------------------------------------------------------------------------------*/
.sidebar ._block {
margin-bottom: 34px;
}
.sidebar ._block_title {
font-size: 22px;
font-weight: 700;
color: #191919;
margin-bottom: 30px;
}
.sidebar .archives {
background: #F4F4F4;
padding: 38px;
}
.sidebar .archives ul li {
margin-bottom: 20px;
}
.sidebar .archives ul li:last-child {
margin-bottom: 0;
}
.sidebar .archives ul li a {
font-size: 18px;
font-weight: 500;
display: block;
float: left;
}
.sidebar .archives ul li a:hover {
color: #AB4EE0;
}
.sidebar .tags {
padding-right: 93px;
}
.sidebar .tags .tag {
height: 34px;
width: auto;
background: #191919;
line-height: 34px;
padding: 0 12px;
font-size: 17px;
color: #fff;
margin-right: 10px;
display: block;
float: left;
margin-bottom: 10px;
transition: all .2s linear;
}
.sidebar .tags .tag:hover {
background: #AB4EE0;
transition: all .2s linear;
}
.sidebar .recent-posts .slick-prev {
width: 35px;
height: 35px;
border: 1px solid #fff;
border-radius: 50%;
top: 38px;
right: 84px;
z-index: 2;
left: auto;
background: none;
margin-top: 0;
}
.sidebar .recent-posts .slick-prev:before {
width: 14px;
height: 6px;
background: url(../img/post-arrow.svg) center center no-repeat;
background-size: contain;
content: '';
position: absolute;
top: 50%;
left: 50%;
margin-top: -4px;
margin-left: -7px;
}
.sidebar .recent-posts .slick-next {
width: 35px;
height: 35px;
border: 1px solid #fff;
border-radius: 50%;
top: 38px;
right: 50px;
z-index: 2;
left: auto;
right: 38px;
background: none;
margin-top: 0;
}
.sidebar .recent-posts .slick-next:before {
width: 14px;
height: 6px;
background: url(../img/post-arrow.svg) center center no-repeat;
background-size: contain;
content: '';
position: absolute;
top: 50%;
transform: rotate(180deg);
left: 50%;
margin-top: -3px;
margin-left: -7px;
}
.sidebar .recent-posts .item {
display: block;
width: 100%;
float: left;
}
.sidebar .recent-posts .sq_parent {
width: 100%;
position: relative;
padding-bottom: 106%;
overflow: hidden;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}
.sidebar .recent-posts .sq_parent:before {
background: #000;
opacity: .25;
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.sidebar .recent-posts .sq_parent .sq_wrap {
position: absolute;
width: 100%;
height: 100%;
z-index: 1;
}
.sidebar .recent-posts .sq_parent .sq_wrap .sq_content {
float: left;
width: 100%;
height: 100%;
padding: 38px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.sidebar .recent-posts .sq_parent .sq_wrap .sq_content .bottom .date {
font-size: 15px;
color: #fff;
font-weight: 700;
margin-bottom: 12px;
}
.sidebar .recent-posts .sq_parent .sq_wrap .sq_content .bottom ._title {
font-size: 20px;
font-weight: 700;
color: #fff;
}
/*----------------------------------------------------------------------------------
6.1. General styles and main page styles
-----------------------------------------------------------------------------------*/
@media screen and (min-width: 1041px) {
body.loading {
overflow: hidden;
}
}
@media screen and (max-height: 960px) {
.modal_form .form .input_wrap {
margin-bottom: 17px;
}
.modal_form .form label {
font-size: 19px;
}
.modal_form .form label.active {
top: -5px;
font-size: 14px;
}
.modal_form .form_wrap {
margin-top: 45px;
}
.modal_form {
overflow: auto;
}
.modal_form .wrap {
height: auto;
float: left;
max-width: 100%;
text-align: center;
min-height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}
.modal_form .wrap .wrap_float {
height: auto;
display: inline-block;
float: none;
text-align: left;
max-width: 1300px;
padding: 70px 0;
margin: 0 auto;
}
.modal_form .form_wrap {
margin-top: 25px;
}
.modal_form .submit {
margin-top: 10px;
}
.modal_form .form .textarea {
height: 110px;
min-height: 110px;
}
.modal_form .wrap .wrap_float {
padding: 30px 0;
}
}
@media screen and (max-width: 1610px) {
.varieties {
padding: 120px 0;
}
.varieties .title {
margin-bottom: 65px;
}
.awards .title {
margin-bottom: 60px;
}
.awards {
padding: 120px 0;
}
.info-block {
padding: 120px 0;
}
.contacts-form {
padding: 120px 0;
}
.contacts-form .title {
margin-bottom: 60px;
}
.footer_top {
padding: 120px 0;
}
.footer_bottom {
padding-bottom: 120px;
}
.footer {
height: 587px;
}
.container {
margin-bottom: 587px;
}
}
@media screen and (max-width: 1450px) {
.varieties .title {
font-size: 40px;
margin-bottom: 55px;
}
.awards .title {
margin-bottom: 55px;
font-size: 40px;
}
.varieties {
padding: 100px 0;
}
.varieties .col ul li {
font-size: 16px;
}
.info-block p {
font-size: 40px;
}
.info-block {
padding: 100px 0;
}
.awards {
padding: 100px 0;
}
.contacts-form {
padding: 100px 0;
}
.contacts-form .title {
font-size: 40px;
}
.contacts-form .form .input_wrap {
margin-bottom: 26px;
}
.footer .title {
font-size: 40px;
}
.footer_top {
padding: 100px 0;
}
.footer_bottom {
padding-bottom: 100px;
}
.modal_form .title {
font-size: 40px;
}
.wrap {
max-width: 1144px;
}
.modal_form .wrap .wrap_float {
max-width: 1144px;
}
.main_slider .slider_wrap .slide .link {
font-size: 17px;
}
.footer {
height: 515px;
}
.container {
margin-bottom: 515px;
}
.error_page .wrap .wrap_float .content ._title {
font-size: 200px;
}
}
@media screen and (max-width: 1400px) {
.left-socials {
left: auto;
right: 3vw;
}
.error_page .wrap .wrap_float .content ._title {
font-size: 150px;
}
}
@media screen and (max-width: 1200px) {
.wrap {
max-width: 960px;
}
.footer .left {
margin-right: 50px;
}
.footer .center a {
margin-right: 50px;
}
.main_slider .slider_wrap .slide .slide_title {
font-size: 30px;
}
.main_slider .slider_wrap .slide .slide_subtitle {
font-size: 20px;
}
.awards .item .item-logo {
height: 24px;
}
.awards .item .num {
font-size: 44px;
}
.awards .item .text {
max-width: 190px;
font-size: 15px;
min-height: 52px;
}
.modal_form .wrap .wrap_float {
max-width: 960px;
}
.footer .contact a {
margin-right: 34px;
}
.footer .left {
margin-right: 0;
}
.menu .right ul li.dropdown_li ul li a {
font-size: 20px;
}
.menu .right ul li.dropdown_li ul li a:before {
top: 7px;
}
.menu .right ul li.dropdown_li ul li {
max-width: 100%;
}
}
@media screen and (max-width: 1040px) {
.main_slider .slider_wrap .slide .link > span span.link-text {
opacity: 1;
}
.explore-link {
display: none;
}
.varieties .col .link > span span.link-text {
opacity: 1;
}
.mobile .menu {
background: #3D0082;
}
.mobile .menu.opened {
opacity: 1;
}
.modal_form .close {
top: 2vh;
right: 2vh;
}
.main_slider .arrow.next {
border-color: #fff;
}
.main_slider .arrow.next:after {
display: none;
}
.main_slider .arrow.prev {
border-color: #fff;
}
.main_slider .arrow.prev:before {
width: 21px;
left: 12px;
}
.main_slider .arrow.next:before {
width: 21px;
left: 12px;
}
.menu {
transition: height .2s linear;
}
.main_slider .slider_wrap .slide .blur .blur_div {
filter: none;
}
.main_slider .slider_wrap .slide .blur .bg_color {
filter: none;
opacity: .7;
}
.footer .contact {
float: left;
width: 100%;
clear: both;
margin-bottom: 50px;
}
.footer .right {
float: left;
clear: both;
margin-top: 0;
}
.footer .left {
margin-right: 0;
}
.hum_btn .line,
.modal_form .close .line {
stroke-width: 7.5;
}
.footer .copyr {
margin-right: 0;
margin-bottom: 20px;
}
.footer {
height: 647px;
}
.container {
margin-bottom: 647px;
}
.footer .link > span span.link-text {
opacity: 1;
margin-left: 0;
}
#preloader_wrap {
display: none;
}
}
@media screen and (max-width: 1040px) and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.menu.opened {
opacity: 1 !important;
}
}
@media screen and (max-width: 1000px) {
.main_slider .slider_wrap {
width: 100vw;
}
.main_slider .slider_wrap .slide .blur .blur_div {
width: 100vw;
}
.main_slider .slider_wrap .slide .blur {
width: 50vh;
height: 50vh;
}
.main_slider .socials {
top: 34vh;
}
.main_slider .slider_wrap .slide .content {
padding-left: 17vw;
}
.top_panel .logo {
margin-left: 17vw;
}
.main_slider .slider_wrap .slide .content {
padding-bottom: 0;
}
.main_slider .slider_wrap .slide .link {
bottom: 5vh;
}
.menu .right {
float: left;
width: 100%;
height: auto;
display: block;
text-align: center;
margin-bottom: 100px;
}
.menu .left {
height: auto;
width: 100%;
display: block;
text-align: center;
}
.menu .tel a,
.menu .email a {
display: inline-block;
float: none;
}
.menu .link {
display: inline-block;
float: none;
width: auto;
}
.main_slider .socials {
display: none;
}
.menu {
height: auto;
bottom: 0;
overflow: auto;
}
.menu .wrap {
display: flex;
justify-content: center;
flex-direction: column;
padding-top: 125px;
padding-bottom: 125px;
height: auto;
min-height: 100%;
}
.menu .wrap .wrap_float {
height: auto;
}
.menu .link {
margin-top: 55px;
}
.wrap {
width: 80vw;
}
.modal_form .wrap .wrap_float {
width: 80vw;
}
.modal_form .wrap {
width: 100%;
}
.varieties .col:nth-child(3n) {
margin-right: 8%;
}
.varieties .col {
width: 46%;
margin-right: 8%;
margin-bottom: 80px;
}
.varieties .col:nth-child(even) {
margin-right: 0;
}
.varieties .col:nth-child(odd) {
clear: both;
}
.varieties .col .link > span span.link-text {
margin-left: 0;
}
.varieties {
padding-bottom: 20px;
}
.portfolio .item {
width: 50%;
}
.portfolio .item:nth-child(9) {
display: none;
}
.info-block p {
font-size: 30px;
}
.info-block .link > span span.link-text {
opacity: 1;
margin-left: 0;
}
.main_slider .slider_wrap .slide .link > span span.link-text {
margin-left: 0;
}
.awards .item {
width: 100%;
margin-right: 0;
clear: both;
margin-bottom: 45px;
}
.awards .item .item-logo {
margin-bottom: 10px;
}
.awards .item .text {
max-width: 330px;
}
.awards .item:last-child {
margin-bottom: 0;
}
.awards .link > span span.link-text {
opacity: 1;
margin-left: 0;
}
.footer .link > span span.link-text {
margin-left: 0;
opacity: 1;
}
.footer .left {
margin-right: 0;
width: 100%;
margin-bottom: 20px;
}
.btn span:not(.text) {
display: none;
}
.head_btn {
left: 2vh;
top: 2vh;
}
.hum_btn {
right: 2vh;
top: 2vh;
}
.top_panel {
top: 2vh;
}
.main_slider .arrow.prev {
left: 2vh;
bottom: 4vh;
}
.main_slider .arrow.next {
right: 2vh;
bottom: 4vh;
}
.modal_form .wrap .wrap_float {
margin-left: 5vw;
}
.modal_form .form_wrap {
margin-top: 50px;
}
.modal_form .submit {
margin-top: 25px;
}
.menu .wrap {
float: left;
width: 100%;
}
.modal_form .wrap .wrap_float {
width: 90vw;
}
.footer .copyr {
width: 100%;
margin-right: 0;
}
.left-socials {
display: none;
}
.menu .left .mob-socials {
display: block;
}
.menu .right ul li.dropdown_li ul li {
max-width: 100%;
}
.menu .right ul li.dropdown_li ul {
margin-bottom: 20px;
}
}
@media screen and (max-width: 760px) {
.varieties .col .link > span {
padding-left: 80px;
}
.varieties .col .link > span:before {
width: 70px;
}
.footer .right {
clear: both;
float: left;
}
.menu .wrap {
padding-top: 84px;
padding-bottom: 84px;
}
.menu .right {
margin-bottom: 65px;
}
.footer .contact a {
margin-right: 33px;
margin-top: 5px;
margin-bottom: 5px;
}
}
@media screen and (max-width: 610px) {
.top_panel .logo {
width: 110px;
height: 30px;
line-height: 48px;
height: 48px;
position: absolute;
left: 50%;
margin-left: -55px;
}
.main_slider .slider_wrap .slide .content {
padding-top: 70px;
padding-bottom: 70px;
}
.main_slider .slider_wrap .slide .content {
padding-left: 80px;
}
.main_slider .slider_wrap .slide .link {
bottom: -7vw;
}
.main_slider .slider_wrap .slide .blur {
width: 350px;
height: 50vh;
min-height: 350px;
}
.main_slider .slider_wrap .slide .link > span:before {
background: url(../img/footer-arrow.svg) center center no-repeat;
width: 60px;
height: 8px;
}
.varieties .col .link > span:before,
.info-block .link > span:before,
.awards .link > span:before {
background: url(../img/footer-arrow-black.svg) center center no-repeat;
width: 60px;
height: 8px;
}
.varieties .col .link > span,
.info-block .link > span,
.awards .link > span {
padding-left: 84px;
}
.main_slider .slider_wrap .slide .link > span {
padding-left: 84px;
}
.varieties {
padding: 70px 0 20px;
}
.varieties .title {
font-size: 26px;
}
.varieties .title {
margin-bottom: 40px;
}
.wrap {
width: 90vw;
}
.varieties .col ._title {
font-size: 19px;
}
.varieties .col {
width: 100%;
margin-right: 0;
clear: both;
}
.varieties .col ._title {
margin-bottom: 20px;
}
.varieties .col .link {
margin-top: 20px;
}
.varieties .col {
margin-bottom: 50px;
}
.portfolio .item .sq_parent .sq_wrap .sq_content .item-title {
font-size: 23px;
margin-bottom: 10px;
}
.info-block {
padding: 70px 0;
}
.info-block p {
font-size: 26px;
}
.info-block .link {
margin-top: 44px;
}
.awards {
padding: 70px 0;
}
.awards .title {
font-size: 26px;
margin-bottom: 40px;
}
.awards .link {
margin-top: 40px;
}
.contacts-form .title {
font-size: 26px;
margin-bottom: 40px;
}
.contacts-form {
padding: 70px 0;
}
.footer_top {
padding: 70px 0;
}
.footer .title {
margin-bottom: 40px;
font-size: 26px;
}
.footer .link {
margin-top: 0;
}
.footer_bottom {
padding-bottom: 60px;
}
.footer .left {
font-size: 14px;
}
.footer .center a {
font-size: 16px;
}
.footer .right {
font-size: 14px;
}
.menu .right ul li a {
font-size: 37px;
}
.menu .title {
font-size: 26px;
}
.menu .link {
font-size: 16px;
margin-top: 30px;
}
.modal_form .title {
font-size: 26px;
margin-bottom: 0;
}
.modal_form .form_wrap {
margin-top: 28px;
}
.modal_form .form label {
font-size: 14px;
padding: 0 10px;
}
.modal_form .form .input {
padding: 0 10px;
font-size: 20px;
}
.modal_form .title {
padding-right: 60px;
}
.main_slider .slider_wrap .slide .slide_subtitle {
font-size: 16px;
}
.footer {
height: 473px;
}
.container {
margin-bottom: 473px;
}
.error_page .wrap .wrap_float .content ._title {
font-size: 78px;
}
.error_page .wrap .wrap_float .content .link {
font-size: 17px;
}
.error_page .wrap .wrap_float .content .link a:before {
top: 6px;
}
}
@media screen and (max-width: 440px) {
.main_slider .slider_wrap .slide .blur {
width: 82vw;
}
.main_slider .slider_wrap .slide .content {
padding-left: 5vh;
}
.portfolio .item {
width: 100%;
}
.portfolio .item .sq_parent .sq_wrap .sq_content {
padding: 7vw;
}
.contacts-form .form label {
font-size: 15px;
}
.contacts-form .form .input_wrap {
margin-bottom: 17px;
}
.contacts-form .form label.active {
top: 0;
}
.main_slider .slider_wrap .slide .slide_subtitle {
font-size: 18px;
}
.awards .item .text {
max-width: 68vw;
font-size: 14px;
line-height: 1.4;
}
.contacts-form .form .input {
padding: 0 10px;
}
.contacts-form .form label {
padding: 0 10px;
}
.modal_form .form .input {
height: 48px;
}
.modal_form .form .input_wrap {
margin-bottom: 8px;
}
.footer .center a {
margin-top: 4px;
margin-bottom: 4px;
}
.contacts-form .form .textarea {
padding-left: 10px;
padding-right: 10px;
}
.footer_top {
padding-bottom: 50px;
}
}
@media screen and (max-height: 620px) and (orientation: portrait) {
.menu .right ul li a {
font-size: 28px;
}
.menu .wrap {
padding-top: 65px;
padding-bottom: 65px;
}
.menu .tel,
.menu .email {
margin: 5px 0;
}
.menu .right {
margin-bottom: 40px;
}
}
@media screen and (max-width: 1000px) and (orientation: landscape) {
.main_slider .slider_wrap .slide .blur {
height: 320px;
}
.main_slider .slider_wrap .slide .content {
padding-top: 67px;
padding-bottom: 60px;
padding-left: 75px;
}
.main_slider .slider_wrap .slide .link {
bottom: -23px;
}
.main_slider .slider_wrap .slide .blur {
width: 320px;
}
.main_slider {
height: 460px !important;
}
.main_slider .slider_wrap .slide {
height: 460px !important;
}
.top_panel .logo {
margin-left: 75px;
left: auto;
}
.main_slider .slider_wrap .slide .slide_title {
font-size: 26px;
}
.main_slider .slider_wrap .slide .slide_subtitle {
font-size: 17px;
}
.main_slider .slider_wrap .slide .link > span {
padding-left: 88px;
}
.main_slider .slider_wrap .slide .link > span:before {
width: 66px;
}
.menu .right ul li a {
font-size: 30px;
}
.menu .wrap {
padding-top: 58px;
padding-bottom: 58px;
}
.menu .right {
margin-bottom: 28px;
}
.menu .title {
font-size: 24px;
}
.menu .link {
margin-top: 28px;
font-size: 18px;
}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.menu {
background: #3D0082;
}
.main_slider .slider_wrap .slide .blur .bg_color {
opacity: .7;
}
.footer {
position: relative !important;
bottom: auto !important;
left: auto !important;
height: auto !important;
}
.container {
margin-bottom: 0 !important;
}
.contacts-form .form .submit:hover {
background: #3D0082;
}
.btn .text {
color: #fff;
}
.modal_form .btn .text {
color: #3d0082;
}
}
/*----------------------------------------------------------------------------------
6.2. Single page styles
-----------------------------------------------------------------------------------*/
@media screen and (max-width: 1940px) {
.page--head {
height: 680px;
}
}
@media screen and (max-width: 1800px) {
.page--head {
height: 650px;
}
.page--head .wrap_float {
padding-top: 115px;
}
}
@media screen and (max-width: 1610px) {
.tabs-section {
padding: 120px 0;
}
.tabs-section .tabs {
margin-bottom: 63px;
}
.tabs-section .section_content .text {
font-size: 40px;
}
.tabs-section .section_content .small-text {
font-size: 18px;
}
.col-section {
padding: 120px 0;
}
.description-section .text {
font-size: 40px;
}
.description-section .small-text {
font-size: 20px;
}
.description-section {
padding: 150px 0;
}
.image-section {
padding: 120px 0;
}
.col-section .left .title {
font-size: 40px;
}
.col-section .right {
font-size: 20px;
}
.statistics-section .top .left .subtitle {
font-size: 20px;
}
.statistics-section .top .right .params .param {
margin-bottom: 27px;
}
.statistics-section .bottom {
margin-top: 100px;
}
.col-section .left .subtitle {
font-size: 20px;
}
.col-section .left .subtitle {
margin-top: 40px;
}
.statistics-section {
padding: 120px 0;
}
}
@media screen and (max-width: 1450px) {
.tabs-section,
.col-section,
.image-section,
.statistics-section {
padding: 100px 0;
}
}
@media screen and (max-width: 1400px) {
.page--head {
height: 560px;
}
.page--head .title {
font-size: 40px;
}
.page--head .subtitle {
font-size: 18px;
}
.col-section .left .subtitle,
.statistics-section .top .left .subtitle {
font-size: 16px;
}
}
@media screen and (max-width: 1160px) {
.single-page .top_panel .wrap_float {
padding-left: 68px;
}
}
@media screen and (max-width: 1040px) {
.page--head .wrap_float .link > span span.link-text {
opacity: 1;
margin-left: 0;
font-size: 16px;
}
.col-section .left .title {
font-size: 30px;
}
.col-section .right {
font-size: 17px;
}
.scroll-effect .second-level {
opacity: 1;
}
}
@media screen and (max-width: 1000px) {
.single-page .top_panel .wrap {
width: 70vw;
}
.single-page .top_panel .wrap_float {
padding-left: 0;
}
.page--head .wrap {
width: 70vw;
}
.page--head .wrap_float {
padding-top: 80px;
}
.tabs-section .tabs .tab span {
font-size: 18px;
}
.tabs-section.section_content .text {
font-size: 32px;
}
.col-section .left {
padding-right: 40px;
}
.col-section .left .title {
font-size: 28px;
}
.col-section .right {
font-size: 16px;
}
.description-section .text {
font-size: 32px;
}
.description-section .small-text {
font-size: 18px;
}
.description-section {
padding: 120px 0;
}
.statistics-section .top .left .title {
font-size: 28px;
}
.statistics-section .top .left .title {
margin-bottom: 25px;
}
.statistics-section .top .right .params .param .param-info ._title {
font-size: 15px;
}
.statistics-section .top .right .params .param .param-info ._percent {
font-size: 15px;
}
.statistics-section .bottom .col {
width: 46%;
margin-right: 8%;
margin-top: 80px;
}
.statistics-section .bottom .col:nth-child(even) {
margin-right: 0;
}
.statistics-section .bottom {
margin-top: 0;
}
.statistics-section .bottom .col .link > span span.link-text {
opacity: 1;
margin-left: 0;
}
}
@media screen and (max-width: 760px) {
.tabs-section .tabs {
display: none;
}
.tabs-section .section_content {
display: block !important;
margin-bottom: 50px;
}
.tabs-section .section_content:last-child {
margin-bottom: 0;
}
.tabs-section .section_content .text {
font-size: 26px;
}
.tabs-section .section_content .text {
margin-bottom: 32px;
}
.col-section .left {
width: 100%;
padding-right: 0;
margin-bottom: 30px;
}
.col-section .right {
max-width: 100%;
width: 100%;
}
.description-section .text {
font-size: 26px;
}
.description-section {
padding: 100px 0;
}
.statistics-section .top .left {
width: 100%;
padding-right: 0;
}
.statistics-section .top .right {
width: 100%;
margin-top: 40px;
}
}
@media screen and (max-width: 610px) {
.single-page .top_panel .logo {
margin-left: -55px;
}
.page--head .title {
font-size: 26px;
}
.page--head .subtitle {
font-size: 16px;
}
.page--head {
height: 460px;
}
.page--head .link > span:before {
background: url(../img/footer-arrow.svg) center center no-repeat;
width: 60px;
height: 8px;
margin-top: -1px;
}
.page--head .link > span {
padding-left: 84px;
}
.tabs-section,
.col-section,
.image-section,
.description-section,
.statistics-section {
padding: 70px 0;
}
.statistics-section .bottom .col {
width: 100%;
margin-right: 0;
margin-top: 60px;
}
.statistics-section .bottom .col .col-title {
font-size: 19px;
margin-bottom: 20px;
}
.statistics-section .bottom .col ul li {
font-size: 16px;
}
.statistics-section .bottom .col .link > span {
padding-left: 84px;
}
.statistics-section .bottom .col .link > span:before {
background: url(../img/footer-arrow-black.svg) center center no-repeat;
width: 60px;
height: 8px;
}
.statistics-section .bottom .col .link {
margin-top: 25px;
}
}
@media screen and (max-width: 440px) {
.col-section .left .subtitle {
margin-top: 30px;
}
.video-section .play-btn {
width: 64px;
height: 64px;
margin-top: -32px;
margin-left: -32px;
}
.video-section .play-btn:hover {
transform: none;
}
}
/*----------------------------------------------------------------------------------
6.3. Showcase styles
-----------------------------------------------------------------------------------*/
@media screen and (max-width: 1610px) {
.description-section {
padding: 120px 0;
}
.showcase .statistics-section {
padding: 120px 0;
}
.team {
padding: 120px 0 70px;
}
.showcase .page--head {
height: 480px;
}
.showcase .tabs-section {
padding-bottom: 40px;
}
.showcase .link {
margin-top: 26px;
}
.services-page .varieties .col {
margin-top: 110px;
}
.faq {
padding: 120px 0;
}
}
@media screen and (max-width: 1450px) {
.description-section {
padding: 100px 0;
}
.showcase .statistics-section {
padding: 100px 0;
}
.team {
padding: 100px 0 50px;
}
.showcase .contacts-form {
padding-top: 100px;
}
.subscribe {
padding: 100px 0;
}
.subscribe .title {
font-size: 40px;
}
.team .title {
font-size: 40px;
}
.services-page .varieties .col {
margin-top: 100px;
}
.faq .text {
font-size: 40px;
}
.faq {
padding: 100px 0;
}
}
@media screen and (max-width: 1200px) {
.subscribe .title {
margin-bottom: 62px;
}
}
@media screen and (max-width: 1040px) {
.showcase .tabs-section .tabs {
display: none;
}
.showcase .tabs-section .mobile-select {
display: block;
}
.showcase .tabs-section .wrap {
width: 70vw;
}
.description-section {
height: auto;
min-height: inherit;
}
.team .item_img {
overflow: visible;
margin-bottom: 51px;
}
.team .item .socials-user {
left: 15px;
height: 34px;
bottom: -45px;
width: auto;
}
.team .item .socials-user a {
transform: none;
}
.team .item .socials-user a.instagram:before {
background-image: url(../img/instagram-black.svg);
}
.team .item .socials-user a.twitter:before {
background-image: url(../img/twitter-black.svg);
}
.team .item .socials-user a.behance:before {
background-image: url(../img/behance-logo-black.svg);
}
.team .item .socials-user:before {
display: none;
}
.team .item .socials-user a {
margin: 0 8px;
}
.team .item .socials-user a:last-child {
margin-right: 0;
}
.team .item .socials-user a:first-child {
margin-left: 0;
}
.team .item_name {
padding-right: 15px;
padding-left: 15px;
}
.team .item_position {
padding: 0 15px;
}
}
@media screen and (max-width: 1000px) {
.team .item_name {
font-size: 26px;
margin-bottom: 10px;
}
.team .item_position {
font-size: 16px;
}
.team .item {
margin-bottom: 32px;
}
.services-page .varieties .col {
margin-bottom: 0;
}
.services-page .varieties .col:nth-child(3) {
margin-top: 100px;
}
.faq_item_question {
padding: 0 25px;
padding-right: 68px;
}
.faq_item_answer {
padding: 20px 25px;
}
.faq_item_question:before {
right: 25px;
}
.team .item .socials-user {
bottom: -42px;
}
}
@media screen and (max-width: 760px) {
.showcase .page--head {
height: 460px;
}
}
@media screen and (max-width: 610px) {
.showcase .page--head .title {
font-size: 26px;
}
.showcase .page--head .wrap {
width: 90vw;
}
.showcase .page--head {
padding: 120px 0 40px;
height: auto;
}
.showcase .page--head .wrap_float {
padding-top: 0;
}
.showcase .tabs-section {
padding-bottom: 53px;
}
.showcase .tabs-section .wrap {
width: 90vw;
}
.team .item_name {
font-size: 22px;
}
.team .item_position {
font-size: 15px;
}
.team .item_name {
margin-bottom: 6px;
}
.subscribe .title {
font-size: 26px;
}
.subscribe {
padding: 70px 0;
}
.subscribe .title {
margin-bottom: 38px;
}
.subscribe .input_wrap {
margin-bottom: 66px;
}
.team .title {
font-size: 26px;
}
.team .subtitle {
font-size: 16px;
}
.team {
padding: 70px 0 0;
}
.team .subtitle {
margin-bottom: 52px;
}
.showcase .contacts-form {
padding-top: 70px;
}
.awards .best-item .icon {
width: 60px;
height: 60px;
}
.awards .best-item {
height: 108px;
padding-left: 80px;
}
.awards .best-item_left {
height: 102px;
}
.awards .best-item_left ._title {
font-size: 15px;
}
.awards .best-item_left ._type {
font-size: 15px;
}
.awards .best-item_right {
height: 102px;
}
.awards .best-item_right ._category {
font-size: 15px;
}
.awards .best-item_right ._title {
font-size: 15px;
}
.showcase .statistics-section {
padding: 70px 0;
}
.awards .best {
margin-top: 50px;
}
.showcase .link > span:before {
width: 60px;
height: 8px;
background: url(../img/footer-arrow-black.svg) center center no-repeat;
background-size: contain;
}
.showcase .link > span {
padding-left: 84px;
}
.services-page .varieties .col {
margin-top: 70px;
margin-right: 0;
}
.services-page .varieties {
padding-bottom: 20px;
}
.services-page .varieties .col:nth-child(1),
.services-page .varieties .col:nth-child(2),
.services-page .varieties .col:nth-child(3) {
margin-top: 70px;
}
.faq {
padding: 70px 0;
}
.faq .text {
font-size: 26px;
}
.faq_item_question {
font-size: 16px;
}
.faq_item_answer {
font-size: 15px;
}
.description-section {
padding: 70px 0;
}
.services-page .varieties {
padding-top: 0;
padding-bottom: 70px;
}
.faq .text {
margin-bottom: 50px;
}
}
@media screen and (max-width: 480px) {
.awards .best-item .icon {
width: 44px;
height: 44px;
}
.awards .best-item {
padding-left: 60px;
}
.awards .best-item {
height: 92px;
}
.awards .best-item_left,
.awards .best-item_right {
height: 86px;
}
.team .item {
width: 100%;
}
.showcase .tabs-section {
padding-bottom: 35px;
}
.team .item .socials-user {
left: 0;
}
.team .item_name {
padding: 0;
}
.team .item_position {
padding: 0;
}
.team .item .socials-user a:before {
background-position: center left;
}
.team .item .socials-user a.instagram:before {
width: 20px;
}
.team .item .socials-user a.behance:before {
width: 24px;
}
.team {
padding-bottom: 38px;
}
}
/*----------------------------------------------------------------------------------
6.4. Blog styles
-----------------------------------------------------------------------------------*/
@media screen and (max-width: 1610px) {
.blog-list {
padding-bottom: 120px;
}
.blog-single .single-content {
padding-bottom: 100px;
}
.blog-single .foot-block {
padding: 100px 0 120px;
}
.blog-single .next-post-wrap {
padding: 120px 0;
}
}
@media screen and (max-width: 1450px) {
.blog-list {
padding-bottom: 100px;
}
.blog-single .fixed-bg {
min-height: 600px;
}
.blog-single .single-head .title {
font-size: 40px;
}
.blog-list .blog-item:not(.next-post):first-child .sq_parent {
padding-bottom: 50%;
}
.blog-list .blog-item .img .sq_parent {
padding-bottom: 100%;
}
.blog-single .single-content {
padding-bottom: 80px;
}
.blog-single .foot-block {
padding: 80px 0 100px;
}
.blog-single .next-post-wrap {
padding: 100px 0;
}
.blog-list.blog-list--sidebar .blog-list--sidebar_left {
max-width: 700px;
}
.blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item:not(.next-post):first-child .sq_parent {
padding-bottom: 65%;
}
.blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item .img .sq_parent {
padding-bottom: 134%;
}
.blog-list .blog-item .img {
width: 56%;
}
.blog-single .comments_section {
padding-bottom: 100px;
}
.search_block .search_block_field {
width: 1144px;
}
.blog-single .comments_section .title {
font-size: 40px;
}
.blog-single .blog-single--sidebar_left {
max-width: 700px;
}
.blog-list .blog-item .content {
width: 67%;
}
.blog-single .blog-single--sidebar_left .blog-item .img .sq_parent {
padding-bottom: 141%;
}
}
@media screen and (max-width: 1400px) {
.blog-single .single-head {
padding-top: 196px;
}
.blog-list .blog-item {
margin-bottom: 20px;
}
}
@media screen and (max-width: 1200px) {
.blog-list .blog-item:not(.next-post):first-child .content {
padding: 20px 40px;
}
.blog-list .blog-item:not(.next-post):first-child .content ._title {
font-size: 36px;
}
.blog-list .blog-item {
height: 470px;
}
.blog-list .blog-item .content ._title {
font-size: 26px;
}
.blog-list .blog-item .content .text {
font-size: 16px;
}
.blog-list .blog-item .content .author .userpic {
width: 50px;
height: 50px;
}
.blog-list .blog-item .content .author .name {
font-size: 15px;
height: 50px;
}
.blog-single .single-head .author {
position: relative;
clear: both;
float: left;
right: auto;
margin-top: 20px;
}
.blog-list.blog-list--sidebar .blog-list--sidebar_left {
max-width: 570px;
}
.blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item:not(.next-post):first-child .content {
width: 100%;
}
.blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item:not(.next-post):first-child .sq_parent {
padding-bottom: 79%;
}
.blog-list.blog-list--sidebar .blog-item .img {
width: 100%;
}
.blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item:not(:first-child) .content {
width: 86%;
margin-left: 7%;
float: left;
margin-top: 125px;
padding: 20px 30px;
}
.blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item:not(:first-child) {
height: auto;
}
.blog-list.blog-list--sidebar .blog-item:hover .img .sq_parent {
transform: none;
}
.blog-list.blog-list--sidebar .blog-list--sidebar_right {
max-width: 362px;
}
.sidebar .recent-posts .sq_parent .sq_wrap .sq_content {
padding: 28px;
}
.sidebar .recent-posts .slick-prev {
top: 28px;
}
.sidebar .recent-posts .slick-next {
right: 28px;
top: 28px;
}
.sidebar ._block_title {
margin-bottom: 20px;
}
.search_block .search_block_field {
max-width: 960px;
}
.blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item .img .sq_parent {
padding-bottom: 50%;
}
.blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item:last-child {
padding-bottom: 0;
}
.blog-single .blog-single--sidebar_left {
max-width: 600px;
}
.blog-single .blog-single--sidebar_right {
max-width: 320px;
}
.blog-list .blog-single--sidebar_left .blog-item .content ._title {
font-size: 22px;
}
}
@media screen and (max-width: 1040px) {
.blog-single .next-post-wrap .link > span span.link-text {
opacity: 1;
margin-left: 0;
}
.search_block .search_block_field {
width: 70vw;
max-width: inherit;
}
}
@media screen and (max-width: 1000px) {
.blog-list .blog-item .content {
padding: 20px;
}
.blog-list .blog-item .content .tags .tag {
height: 25px;
line-height: 25px;
font-size: 13px;
}
.blog-list .blog-item:not(.next-post):first-child .content ._title {
font-size: 26px;
}
.blog-list .blog-item .img {
width: 100%;
position: relative;
}
.blog-list .blog-item .content {
position: relative;
display: block;
float: left;
background: #fff;
margin-top: -50px;
width: 90%;
margin-left: 5%;
}
.blog-list .blog-item {
height: auto;
padding: 0;
}
.blog-list .blog-item:first-child {
height: 430px;
}
.blog-list .blog-item:not(.next-post):first-child .img {
position: absolute;
}
.blog-list .blog-item:not(.next-post):first-child .content {
display: flex;
margin-left: 0;
width: 100%;
margin-top: 0;
padding-bottom: 30px;
}
.blog-list .blog-item .img .sq_parent {
padding-bottom: 54%;
}
.blog-single .text,
.blog-single .fixed-bg .title {
font-size: 28px;
}
.blog-single p,
.blog-single .fixed-bg .text {
font-size: 16px;
}
.blog-single .two-columns .col {
width: 100%;
}
.blog-single .fixed-bg {
min-height: 400px;
}
.blog-single .next-post-wrap .blog-item:first-child {
height: auto;
}
.blog-list .blog-item:not(.next-post):first-child .sq_parent {
padding-bottom: 0;
height: 100%;
}
.blog-list .blog-item:hover .img .sq_parent {
transform: none;
}
.blog-list .blog-item:hover .content ._title {
color: #191919;
}
.blog-single .next-post-wrap .link {
margin-bottom: 20px;
margin-top: 20px;
}
.blog-list.blog-list--sidebar .blog-list--sidebar_left {
max-width: 100%;
}
.blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item:not(:first-child) .content {
margin-top: -75px;
}
.blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item:not(:first-child) {
margin-bottom: 55px;
}
.blog-list.blog-list--sidebar .blog-list--sidebar_right {
max-width: 100%;
}
.sidebar .recent-posts .sq_parent {
padding-bottom: 48%;
}
.blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item:not(.next-post):first-child .content {
padding: 10px 25px;
}
.blog-list.blog-list--sidebar {
padding-bottom: 100px;
}
.sidebar ._block:last-child {
margin-bottom: 0;
}
.blog-single .blog-single--sidebar_left {
max-width: 100%;
}
.blog-single .blog-single--sidebar_right {
max-width: 100%;
}
.blog-single .blog-single--sidebar_left .blog-item .img .sq_parent {
padding-bottom: 54%;
}
.blog-single .blog-single--sidebar_left .foot-block {
padding-bottom: 70px;
}
}
@media screen and (max-width: 610px) {
.blog-list .blog-item:not(.next-post):first-child .content {
padding: 20px 25px;
}
.blog-list .blog-item {
margin-bottom: 16px;
}
.blog-list .blog-item .content .author .userpic {
width: 44px;
height: 44px;
}
.blog-list .blog-item .content .author .name {
font-size: 12px;
height: 44px;
font-weight: 600;
}
.blog-list .blog-item .content .author {
padding-left: 65px;
}
.blog-list .blog-item:not(.next-post):first-child .content ._title {
line-height: 1.3;
}
.blog-list .blog-item .img .sq_parent {
padding-bottom: 84%;
}
.blog-list .blog-item .content .text {
font-size: 14px;
}
.blog-single .single-head .tags .tag {
height: 25px;
line-height: 25px;
font-size: 12px;
}
.blog-single .single-head .title {
font-size: 26px;
}
.blog-single .single-head {
padding-top: 112px;
}
.blog-single .single-head .author {
padding-left: 60px;
}
.blog-single .single-head .author .userpic {
width: 44px;
height: 44px;
}
.blog-single .single-head .author .name {
height: 44px;
font-size: 12px;
font-weight: 600;
}
.blog-single .caption {
font-size: 15px;
}
.blog-single .text,
.blog-single .fixed-bg .title {
font-size: 24px;
}
.blog-single p {
margin: 12px 0;
}
.blog-single p,
.blog-single .fixed-bg .text {
font-size: 14px;
}
.blog-single .share .p {
font-size: 17px;
width: 100%;
text-align: center;
}
.blog-single .share .links {
margin-left: 0;
text-align: center;
width: 100%;
}
.blog-single .share .links .link {
width: 44px;
height: 44px;
display: inline-block;
float: none;
margin: 0 4px;
}
.blog-single .share .links .link.facebook:before {
height: 22px;
margin-top: -11px;
}
.blog-single .share .links .link.pinterest:before {
height: 22px;
margin-top: -11px;
}
.blog-single .share .links .link.twitter:before {
height: 20px;
margin-top: -10px;
}
.blog-single .share .links .link.linked:before {
height: 18px;
margin-top: -9px;
}
.blog-single .share .links .link.email:before {
height: 14px;
margin-top: -7px;
}
.blog-single .share {
margin: 13px 0;
}
.blog-single .next-post-wrap .link > span:before {
background: url(../img/footer-arrow-black.svg) center center no-repeat;
width: 60px;
height: 8px;
}
.blog-single .next-post-wrap .link > span {
padding-left: 84px;
}
.blog-single .next-post-wrap .link {
font-size: 17px;
}
.blog-single .single-content {
padding-bottom: 50px;
}
.blog-single .fixed-bg {
padding: 70px 0;
}
.blog-single .foot-block {
padding: 70px 0;
}
.blog-single .share {
margin-bottom: 0;
}
.blog-single .next-post-wrap {
padding: 70px 0;
}
.blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item:not(.next-post):first-child .content ._title {
font-size: 26px;
}
.blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item .content .author .userpic {
width: 44px;
height: 44px;
}
.blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item .content .author .name {
height: 44px;
line-height: 44px;
}
.blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item .content .author .name {
font-size: 12px;
}
.blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item .img .sq_parent {
padding-bottom: 80%;
}
.blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item:not(:first-child) .content {
width: 90%;
margin-left: 5%;
padding: 20px;
}
.blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item .content .text {
font-size: 14px;
}
.blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item:not(:first-child) {
margin-bottom: 23px;
}
.sidebar .recent-posts .sq_parent {
padding-bottom: 100%;
}
.sidebar .archives {
padding: 20px;
}
.sidebar .archives ul {
margin-top: 10px;
}
.sidebar .archives ul li a {
font-size: 16px;
}
.search_block .search_block_field {
width: 90vw;
}
.search_block .search_block_field {
padding-left: 44px;
padding-right: 44px;
}
.search_block .search_block_field input {
font-size: 19px;
}
.blog-list.blog-list--sidebar {
padding-bottom: 70px;
}
.blog-list.blog-list--sidebar .no-result {
padding: 28px 30px;
font-size: 18px;
}
.blog-single .comments_section {
padding-bottom: 70px;
}
.blog-single .comments_section .title {
font-size: 26px;
}
.blog-single .comments_section .comment_item .comment-text {
font-size: 15px;
padding: 20px;
margin-bottom: 14px;
}
.blog-single .comments_section .comment_item .author .left .userpic {
width: 54px;
height: 54px;
font-size: 22px;
line-height: 54px;
}
.blog-single .comments_section .comment_item .author .left .name {
height: 54px;
font-size: 15px;
}
.blog-single .comments_section .comment_item .author .right {
line-height: 54px;
width: 70px;
}
.blog-single .comments_section .comment_item .author .left {
padding-left: 68px;
}
.blog-single .comments_section .comment_item {
margin-bottom: 26px;
}
.blog-single .next-post-wrap {
padding-bottom: 35px;
}
.blog-single .blog-single--sidebar_left .fixed-bg {
padding-left: 28px;
padding-right: 28px;
min-height: inherit;
}
.blog-single .blog-single--sidebar_left .fixed-bg {
padding-left: 16px;
padding-right: 16px;
}
}